diff --git a/.github/PULL_REQUEST_TEMPLATE/anvilprod-hotfix.md b/.github/PULL_REQUEST_TEMPLATE/anvilprod-hotfix.md index 3cba1e11b4..c4365596f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE/anvilprod-hotfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/anvilprod-hotfix.md @@ -40,7 +40,7 @@ Connected issue: #0000 - [ ] Decided if PR can be labeled `no sandbox` - [ ] A comment to this PR details the completed security design review - [ ] PR title is appropriate as title of merge commit -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issue to *Approved* column - [ ] PR is assigned to only the operator diff --git a/.github/PULL_REQUEST_TEMPLATE/anvilprod-promotion.md b/.github/PULL_REQUEST_TEMPLATE/anvilprod-promotion.md index 1c43ce544f..a3a3a02511 100644 --- a/.github/PULL_REQUEST_TEMPLATE/anvilprod-promotion.md +++ b/.github/PULL_REQUEST_TEMPLATE/anvilprod-promotion.md @@ -37,7 +37,7 @@ Connected issue: #0000 - [ ] Actually approved the PR - [ ] Decided if PR can be labeled `no sandbox` -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issue to *Approved* column - [ ] PR is assigned to only the operator diff --git a/.github/PULL_REQUEST_TEMPLATE/backport.md b/.github/PULL_REQUEST_TEMPLATE/backport.md index ac3642a147..69ffe120d2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/backport.md +++ b/.github/PULL_REQUEST_TEMPLATE/backport.md @@ -28,7 +28,7 @@ This is the PR template for backport PRs against `develop`. - [ ] Actually approved the PR - [ ] Decided if PR can be labeled `no sandbox` - [ ] PR title is appropriate as title of merge commit -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issue to *Approved* column - [ ] PR is assigned to only the operator diff --git a/.github/PULL_REQUEST_TEMPLATE/prod-hotfix.md b/.github/PULL_REQUEST_TEMPLATE/prod-hotfix.md index 5d9e665db6..fe5503aa6e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/prod-hotfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/prod-hotfix.md @@ -40,7 +40,7 @@ Connected issue: #0000 - [ ] Labeled PR as `no sandbox` - [ ] A comment to this PR details the completed security design review - [ ] PR title is appropriate as title of merge commit -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issue to *Approved* column - [ ] PR is assigned to only the operator diff --git a/.github/PULL_REQUEST_TEMPLATE/prod-promotion.md b/.github/PULL_REQUEST_TEMPLATE/prod-promotion.md index 718fb304e1..c34b127775 100644 --- a/.github/PULL_REQUEST_TEMPLATE/prod-promotion.md +++ b/.github/PULL_REQUEST_TEMPLATE/prod-promotion.md @@ -37,7 +37,7 @@ Connected issue: #0000 - [ ] Actually approved the PR - [ ] Labeled PR as `no sandbox` -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issue to *Approved* column - [ ] PR is assigned to only the operator diff --git a/.github/PULL_REQUEST_TEMPLATE/upgrade.md b/.github/PULL_REQUEST_TEMPLATE/upgrade.md index 47f740a7fb..117b82d285 100644 --- a/.github/PULL_REQUEST_TEMPLATE/upgrade.md +++ b/.github/PULL_REQUEST_TEMPLATE/upgrade.md @@ -44,7 +44,7 @@ Connected issue: #0000 - [ ] Labeled connected issue as `no demo` - [ ] A comment to this PR details the completed security design review - [ ] PR title is appropriate as title of merge commit -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issue to *Approved* column - [ ] PR is assigned to only the operator @@ -85,6 +85,7 @@ Connected issue: #0000 - [ ] Added PR # reference to merge commit title - [ ] Collected commit title tags in merge commit title but excluded any `p` tags - [ ] Moved connected issue to *Merged lower* column in ZenHub +- [ ] Moved blocked issues to *Triage* or no issues are blocked on the connected issue - [ ] Closed related Dependabot PRs with a comment referencing the corresponding commit in this PR or this PR does not include any such commits - [ ] Pushed merge commit to GitHub diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a79c474ecb..e60c198d37 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -97,7 +97,7 @@ title is `Fix: ` followed by the issue title - [ ] A comment to this PR details the completed security design review - [ ] PR title is appropriate as title of merge commit - [ ] `N reviews` label is accurate -- [ ] Moved ticket to *Approved* column +- [ ] Moved connected issues to *Approved* column - [ ] PR is assigned to only the operator @@ -144,6 +144,7 @@ title is `Fix: ` followed by the issue title - [ ] Added PR # reference to merge commit title - [ ] Collected commit title tags in merge commit title but only included `p` if the PR is also labeled `partial` - [ ] Moved connected issues to *Merged lower* column in ZenHub +- [ ] Moved blocked issues to *Triage* or no issues are blocked on the connected issues - [ ] Pushed merge commit to GitHub diff --git a/.github/pull_request_template.md.template.py b/.github/pull_request_template.md.template.py index 54830df806..61a2d9ac95 100644 --- a/.github/pull_request_template.md.template.py +++ b/.github/pull_request_template.md.template.py @@ -637,7 +637,7 @@ def emit(t: T, target_branch: str): }), { 'type': 'cli', - 'content': 'Moved ticket to *Approved* column' + 'content': f'Moved connected {t.issues} to *Approved* column' }, { 'type': 'cli', @@ -812,6 +812,11 @@ def emit(t: T, target_branch: str): 'Moved connected issue to *Merged stable* column in ZenHub', f'Moved connected {t.issues} to *Merged lower* column in ZenHub') }), + iif(target_branch == 'develop' and t is not T.backport, { + 'type': 'cli', + 'content': 'Moved blocked issues to *Triage*', + 'alt': f'or no issues are blocked on the connected {t.issues}' + }), iif(t is T.upgrade, { 'type': 'cli', diff --git a/UPGRADING.rst b/UPGRADING.rst index 6e819e36e3..ee374c9626 100644 --- a/UPGRADING.rst +++ b/UPGRADING.rst @@ -20,6 +20,15 @@ reverted. This is all fairly informal and loosely defined. Hopefully we won't have too many entries in this file. +#6355 Explicitly configure source type in environment files +=========================================================== + +The ``mksrc`` function in ``environment.py`` has been updated. For each of your +personal deployments, update the function and insert the string ``'biqguery'`` +as its first argument at all call sites. As always, use the sandbox deployment's +``environment.py`` as a model when upgrading personal deployments. + + #6446 Base image of Azul image is not pinned to digest ====================================================== diff --git a/scripts/recan_bundle_tdr.py b/attic/scripts/recan_bundle_tdr.py similarity index 99% rename from scripts/recan_bundle_tdr.py rename to attic/scripts/recan_bundle_tdr.py index 372504a2cb..55428237ea 100644 --- a/scripts/recan_bundle_tdr.py +++ b/attic/scripts/recan_bundle_tdr.py @@ -177,7 +177,6 @@ def dss_bundle_to_tdr(bundle: Bundle, source: TDRSourceRef) -> TDRHCABundle: links_entry = None for entry in manifest: entry['version'] = convert_version(entry['version']) - entry['is_stitched'] = False if entry['name'] == 'links.json': links_entry = entry if entry['indexed']: diff --git a/deployments/anvilbox/environment.py b/deployments/anvilbox/environment.py index 3021b1f96f..f8bfaf3feb 100644 --- a/deployments/anvilbox/environment.py +++ b/deployments/anvilbox/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -27,20 +28,21 @@ def common_prefix(n: int) -> str: pop = 2 # remove snapshot -def mksrc(google_project, +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, snapshot, subgraphs, flags: int = 0, /, prefix: Optional[str] = None - ) -> tuple[str, str]: + ) -> tuple[str, str | None]: project = '_'.join(snapshot.split('_')[1:-3]) assert flags <= ma | pop if prefix is None: prefix = common_prefix(subgraphs) source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -71,9 +73,9 @@ def mkdict(previous_catalog: dict[str, str], anvil_sources = mkdict({}, 3, mkdelta([ - mksrc('datarepo-dev-e53e74aa', 'ANVIL_1000G_2019_Dev_20230609_ANV5_202306121732', 6804), - mksrc('datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28), - mksrc('datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25) + mksrc('bigquery', 'datarepo-dev-e53e74aa', 'ANVIL_1000G_2019_Dev_20230609_ANV5_202306121732', 6804), + mksrc('bigquery', 'datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28), + mksrc('bigquery', 'datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25) ])) diff --git a/deployments/anvildev/environment.py b/deployments/anvildev/environment.py index e69080251e..bfe5990e0e 100644 --- a/deployments/anvildev/environment.py +++ b/deployments/anvildev/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -22,12 +23,17 @@ def partition_prefix_length(n: int) -> int: pop = 2 # remove snapshot -def mksrc(google_project, snapshot, subgraphs, flags: int = 0) -> tuple[str, str]: +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, + snapshot, + subgraphs, + flags: int = 0 + ) -> tuple[str, str | None]: project = '_'.join(snapshot.split('_')[1:-3]) assert flags <= ma | pop source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -58,9 +64,9 @@ def mkdict(previous_catalog: dict[str, str], anvil_sources = mkdict({}, 3, mkdelta([ - mksrc('datarepo-dev-e53e74aa', 'ANVIL_1000G_2019_Dev_20230609_ANV5_202306121732', 6804), - mksrc('datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28), - mksrc('datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25) + mksrc('bigquery', 'datarepo-dev-e53e74aa', 'ANVIL_1000G_2019_Dev_20230609_ANV5_202306121732', 6804), + mksrc('bigquery', 'datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28), + mksrc('bigquery', 'datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25) ])) diff --git a/deployments/anvilprod/environment.py b/deployments/anvilprod/environment.py index 7ac63b0003..db2f777c5e 100644 --- a/deployments/anvilprod/environment.py +++ b/deployments/anvilprod/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -22,12 +23,17 @@ def partition_prefix_length(n: int) -> int: pop = 2 # remove snapshot -def mksrc(google_project, snapshot, subgraphs, flags: int = 0) -> tuple[str, str]: +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, + snapshot, + subgraphs, + flags: int = 0 + ) -> tuple[str, str | None]: project = '_'.join(snapshot.split('_')[1:-3]) assert flags <= ma | pop source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -58,653 +64,657 @@ def mkdict(previous_catalog: dict[str, str], anvil_sources = mkdict({}, 11, mkdelta([ - mksrc('datarepo-3edb7fb1', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202305181946', 6804), - mksrc('datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181), - mksrc('datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10), - mksrc('datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198), - mksrc('datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110), - mksrc('datarepo-3243df15', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202304201923', 423), - mksrc('datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45), - mksrc('datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53), - mksrc('datarepo-e5914f89', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202304201848', 5861), - mksrc('datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563), - mksrc('datarepo-4150bd87', 'ANVIL_GTEx_V8_hg38_20230419_ANV5_202304202007', 100367) + mksrc('bigquery', 'datarepo-3edb7fb1', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202305181946', 6804), + mksrc('bigquery', 'datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181), + mksrc('bigquery', 'datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10), + mksrc('bigquery', 'datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198), + mksrc('bigquery', 'datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110), + mksrc('bigquery', 'datarepo-3243df15', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202304201923', 423), + mksrc('bigquery', 'datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45), + mksrc('bigquery', 'datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53), + mksrc('bigquery', 'datarepo-e5914f89', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202304201848', 5861), + mksrc('bigquery', 'datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563), + mksrc('bigquery', 'datarepo-4150bd87', 'ANVIL_GTEx_V8_hg38_20230419_ANV5_202304202007', 100367) ])) anvil1_sources = mkdict(anvil_sources, 63, mkdelta([ - mksrc('datarepo-d53aa186', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20221102_ANV5_202304241525', 473), - mksrc('datarepo-69b2535a', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202304241530', 3), - mksrc('datarepo-490be510', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202304241538', 15), - mksrc('datarepo-3b33c41b', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202304241459', 612), - mksrc('datarepo-96df3cea', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202304241501', 1141), - mksrc('datarepo-179ee079', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202304241503', 96), - mksrc('datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180), - mksrc('datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39), - mksrc('datarepo-12ac342c', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20221102_ANV5_202304241529', 292), - mksrc('datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46), - mksrc('datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150), - mksrc('datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35), - mksrc('datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214), - mksrc('datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133), - mksrc('datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544), - mksrc('datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27), - mksrc('datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147), - mksrc('datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141), - mksrc('datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305), - mksrc('datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152), - mksrc('datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169), - mksrc('datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16), - mksrc('datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8), - mksrc('datarepo-736a5f1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202304271308', 31), - mksrc('datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382), - mksrc('datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10), - mksrc('datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226), - mksrc('datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140), - mksrc('datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408), - mksrc('datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71), - mksrc('datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107), - mksrc('datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427), - mksrc('datarepo-e2976b05', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20221102_ANV5_202304241535', 11), - mksrc('datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11), - mksrc('datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254), - mksrc('datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64), - mksrc('datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237), - mksrc('datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3), - mksrc('datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526), - mksrc('datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156), - mksrc('datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6), - mksrc('datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60), - mksrc('datarepo-f3d0eda6', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202306211828', 5861), - mksrc('datarepo-ab5c3fa5', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202304211812', 173), - mksrc('datarepo-d51578f4', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202304211517', 2196), - mksrc('datarepo-bcedc554', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202304211813', 125), - mksrc('datarepo-f485fa3e', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202304211519', 4264), - mksrc('datarepo-45487b69', 'ANVIL_GTEx_Somatic_WGS_20230331_ANV5_202304211636', 707), - mksrc('datarepo-5ebc368c', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202304211804', 15974), - mksrc('datarepo-864913f2', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202304211853', 8298), - mksrc('datarepo-b093b69d', 'ANVIL_GTEx_public_data_20221115_ANV5_202304211659', 81), - mksrc('datarepo-d948d21a', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202304271345', 95), - mksrc('datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40), + # @formatter:off + mksrc('bigquery', 'datarepo-d53aa186', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20221102_ANV5_202304241525', 473), + mksrc('bigquery', 'datarepo-69b2535a', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202304241530', 3), + mksrc('bigquery', 'datarepo-490be510', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202304241538', 15), + mksrc('bigquery', 'datarepo-3b33c41b', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202304241459', 612), + mksrc('bigquery', 'datarepo-96df3cea', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202304241501', 1141), + mksrc('bigquery', 'datarepo-179ee079', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202304241503', 96), + mksrc('bigquery', 'datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180), + mksrc('bigquery', 'datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39), + mksrc('bigquery', 'datarepo-12ac342c', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20221102_ANV5_202304241529', 292), + mksrc('bigquery', 'datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46), + mksrc('bigquery', 'datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150), + mksrc('bigquery', 'datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35), + mksrc('bigquery', 'datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214), + mksrc('bigquery', 'datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133), + mksrc('bigquery', 'datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544), + mksrc('bigquery', 'datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27), + mksrc('bigquery', 'datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147), + mksrc('bigquery', 'datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141), + mksrc('bigquery', 'datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305), + mksrc('bigquery', 'datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152), + mksrc('bigquery', 'datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169), + mksrc('bigquery', 'datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16), + mksrc('bigquery', 'datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8), + mksrc('bigquery', 'datarepo-736a5f1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202304271308', 31), + mksrc('bigquery', 'datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382), + mksrc('bigquery', 'datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10), + mksrc('bigquery', 'datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226), + mksrc('bigquery', 'datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140), + mksrc('bigquery', 'datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408), + mksrc('bigquery', 'datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71), + mksrc('bigquery', 'datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107), + mksrc('bigquery', 'datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427), + mksrc('bigquery', 'datarepo-e2976b05', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20221102_ANV5_202304241535', 11), + mksrc('bigquery', 'datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11), + mksrc('bigquery', 'datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254), + mksrc('bigquery', 'datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64), + mksrc('bigquery', 'datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237), + mksrc('bigquery', 'datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3), + mksrc('bigquery', 'datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526), + mksrc('bigquery', 'datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156), + mksrc('bigquery', 'datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6), + mksrc('bigquery', 'datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60), # noqa E501 + mksrc('bigquery', 'datarepo-f3d0eda6', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202306211828', 5861), + mksrc('bigquery', 'datarepo-ab5c3fa5', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202304211812', 173), + mksrc('bigquery', 'datarepo-d51578f4', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202304211517', 2196), + mksrc('bigquery', 'datarepo-bcedc554', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202304211813', 125), + mksrc('bigquery', 'datarepo-f485fa3e', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202304211519', 4264), + mksrc('bigquery', 'datarepo-45487b69', 'ANVIL_GTEx_Somatic_WGS_20230331_ANV5_202304211636', 707), + mksrc('bigquery', 'datarepo-5ebc368c', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202304211804', 15974), + mksrc('bigquery', 'datarepo-864913f2', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202304211853', 8298), + mksrc('bigquery', 'datarepo-b093b69d', 'ANVIL_GTEx_public_data_20221115_ANV5_202304211659', 81), + mksrc('bigquery', 'datarepo-d948d21a', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202304271345', 95), + mksrc('bigquery', 'datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40), + # @formatter:on ])) anvil2_sources = mkdict(anvil1_sources, 104, mkdelta([ # @formatter:off - mksrc('datarepo-36124817', 'ANVIL_African_American_Seq_HGV_20230727_ANV5_202308291753', 4656), - mksrc('datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390), - mksrc('datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548), - mksrc('datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2), - mksrc('datarepo-74975e89', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202304271548', 372), - mksrc('datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922), - mksrc('datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310), - mksrc('datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750), - mksrc('datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049), - mksrc('datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148), - mksrc('datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690), - mksrc('datarepo-6d8536f4', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202304211527', 626), - mksrc('datarepo-482ab960', 'ANVIL_CMH_GAFK_GS_long_read_20221109_ANV5_202304211529', 777), - mksrc('datarepo-8745e97d', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202304211533', 198), - mksrc('datarepo-1c89dcac', 'ANVIL_CSER_CHARM_GRU_20221208_ANV5_202304271348', 2392), - mksrc('datarepo-12d56848', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202304271349', 104), - mksrc('datarepo-8a4d67ef', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202304271351', 800), - mksrc('datarepo-f622180d', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202304242045', 71), # noqa E501 - mksrc('datarepo-732d1a55', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20230109_ANV5_202304242048', 445), # noqa E501 - mksrc('datarepo-90bab913', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202304242043', 3), # noqa E501 - mksrc('datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864), - mksrc('datarepo-f9aef3dc', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20221103_ANV5_202304242049', 85), - mksrc('datarepo-aca6a582', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202304242046', 6510), # noqa E501 - mksrc('datarepo-06abb598', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202304211817', 308), - mksrc('datarepo-7c4410ed', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202304211721', 70), - mksrc('datarepo-84d2e3b1', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202304211827', 78), - mksrc('datarepo-ffbc38fd', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202304211722', 235), - mksrc('datarepo-b1f3e0d1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202304211749', 2888), - mksrc('datarepo-11330a21', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202304211759', 158), # noqa E501 - mksrc('datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543), - mksrc('datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569), - mksrc('datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017), - mksrc('datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432), - mksrc('datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907), - mksrc('datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971), - mksrc('datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491), - mksrc('datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478), - mksrc('datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488), - mksrc('datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486), - mksrc('datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027), - mksrc('datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296) + mksrc('bigquery', 'datarepo-36124817', 'ANVIL_African_American_Seq_HGV_20230727_ANV5_202308291753', 4656), + mksrc('bigquery', 'datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390), + mksrc('bigquery', 'datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548), + mksrc('bigquery', 'datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2), # noqa E501 + mksrc('bigquery', 'datarepo-74975e89', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202304271548', 372), # noqa E501 + mksrc('bigquery', 'datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922), # noqa E501 + mksrc('bigquery', 'datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310), + mksrc('bigquery', 'datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750), + mksrc('bigquery', 'datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049), + mksrc('bigquery', 'datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148), + mksrc('bigquery', 'datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690), + mksrc('bigquery', 'datarepo-6d8536f4', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202304211527', 626), + mksrc('bigquery', 'datarepo-482ab960', 'ANVIL_CMH_GAFK_GS_long_read_20221109_ANV5_202304211529', 777), + mksrc('bigquery', 'datarepo-8745e97d', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202304211533', 198), + mksrc('bigquery', 'datarepo-1c89dcac', 'ANVIL_CSER_CHARM_GRU_20221208_ANV5_202304271348', 2392), + mksrc('bigquery', 'datarepo-12d56848', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202304271349', 104), + mksrc('bigquery', 'datarepo-8a4d67ef', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202304271351', 800), + mksrc('bigquery', 'datarepo-f622180d', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202304242045', 71), # noqa E501 + mksrc('bigquery', 'datarepo-732d1a55', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20230109_ANV5_202304242048', 445), # noqa E501 + mksrc('bigquery', 'datarepo-90bab913', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202304242043', 3), # noqa E501 + mksrc('bigquery', 'datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864), # noqa E501 + mksrc('bigquery', 'datarepo-f9aef3dc', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20221103_ANV5_202304242049', 85), # noqa E501 + mksrc('bigquery', 'datarepo-aca6a582', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202304242046', 6510), # noqa E501 + mksrc('bigquery', 'datarepo-06abb598', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202304211817', 308), + mksrc('bigquery', 'datarepo-7c4410ed', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202304211721', 70), + mksrc('bigquery', 'datarepo-84d2e3b1', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202304211827', 78), # noqa E501 + mksrc('bigquery', 'datarepo-ffbc38fd', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202304211722', 235), + mksrc('bigquery', 'datarepo-b1f3e0d1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202304211749', 2888), # noqa E501 + mksrc('bigquery', 'datarepo-11330a21', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202304211759', 158), # noqa E501 + mksrc('bigquery', 'datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543), # noqa E501 + mksrc('bigquery', 'datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569), + mksrc('bigquery', 'datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017), + mksrc('bigquery', 'datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432), + mksrc('bigquery', 'datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907), + mksrc('bigquery', 'datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971), + mksrc('bigquery', 'datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491), + mksrc('bigquery', 'datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478), + mksrc('bigquery', 'datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488), + mksrc('bigquery', 'datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486), + mksrc('bigquery', 'datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027), + mksrc('bigquery', 'datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296) # @formatter:on ])) anvil3_sources = mkdict(anvil2_sources, 151, mkdelta([ # @formatter:off - mksrc('datarepo-9a74aed3', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202310091900', 10012), - mksrc('datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387), - mksrc('datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105), - mksrc('datarepo-96b594f9', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202310101655', 912), - mksrc('datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500), - mksrc('datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500), - mksrc('datarepo-2339e241', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202304241613', 47), - mksrc('datarepo-cd6cee03', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202304241612', 136), - mksrc('datarepo-da88c3ce', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202304241657', 5399), # noqa E501 - mksrc('datarepo-2b361bda', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202304241549', 393), - mksrc('datarepo-6eeff3fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202304241701', 113), - mksrc('datarepo-21923ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202304241556', 419), - mksrc('datarepo-5b10132b', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202304241552', 149), - mksrc('datarepo-d2d5ba15', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202304241702', 18), - mksrc('datarepo-fc0a35a8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202304241704', 94), - mksrc('datarepo-f14cd6d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202304241659', 914), # noqa E501 - mksrc('datarepo-3832cf81', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202304241548', 319), - mksrc('datarepo-098aadb0', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202304241551', 686), - mksrc('datarepo-d9ea4f23', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202304241554', 460), # noqa E501 - mksrc('datarepo-0c9ab563', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202304241705', 57), - mksrc('datarepo-a383d752', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202304241707', 1163), - mksrc('datarepo-03b52641', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202304241601', 619), # noqa E501 - mksrc('datarepo-2e9ab296', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202304241605', 418), - mksrc('datarepo-89162c54', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202304241609', 100), # noqa E501 - mksrc('datarepo-fd5cd738', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202304241602', 275), # noqa E501 - mksrc('datarepo-d987821a', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202304241709', 214), - mksrc('datarepo-b93e1cfa', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202304241604', 169), # noqa E501 - mksrc('datarepo-2e9630dd', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202304241559', 330), # noqa E501 - mksrc('datarepo-ee58a7a9', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202306131343', 3754), - mksrc('datarepo-ff5356bb', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202304241555', 328), - mksrc('datarepo-2262daa7', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202304241610', 154), - mksrc('datarepo-2a947c33', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202304241558', 39), # noqa E501 - mksrc('datarepo-5b3c42e1', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202304241713', 129), - mksrc('datarepo-91b4b33c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202306211900', 328), - mksrc('datarepo-e4fe111a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202304241607', 313), - mksrc('datarepo-8b120833', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202304241716', 355), - mksrc('datarepo-f051499d', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202304241720', 832), - mksrc('datarepo-fd49a493', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202306211841', 80), - mksrc('datarepo-076da44b', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202306211847', 265), - mksrc('datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778), - mksrc('datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121), - mksrc('datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561), # noqa E501 - mksrc('datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368), # noqa E501 - mksrc('datarepo-55b75002', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202310061302', 234), - mksrc('datarepo-02ad84ea', 'ANVIL_T2T_20230714_ANV5_202310101616', 261317), - mksrc('datarepo-08cd15a2', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202304211552', 3397), - mksrc('datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648), + mksrc('bigquery', 'datarepo-9a74aed3', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202310091900', 10012), + mksrc('bigquery', 'datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387), # noqa E501 + mksrc('bigquery', 'datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105), + mksrc('bigquery', 'datarepo-96b594f9', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202310101655', 912), + mksrc('bigquery', 'datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500), + mksrc('bigquery', 'datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500), + mksrc('bigquery', 'datarepo-2339e241', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202304241613', 47), # noqa E501 + mksrc('bigquery', 'datarepo-cd6cee03', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202304241612', 136), # noqa E501 + mksrc('bigquery', 'datarepo-da88c3ce', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202304241657', 5399), # noqa E501 + mksrc('bigquery', 'datarepo-2b361bda', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202304241549', 393), # noqa E501 + mksrc('bigquery', 'datarepo-6eeff3fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202304241701', 113), # noqa E501 + mksrc('bigquery', 'datarepo-21923ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202304241556', 419), # noqa E501 + mksrc('bigquery', 'datarepo-5b10132b', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202304241552', 149), # noqa E501 + mksrc('bigquery', 'datarepo-d2d5ba15', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202304241702', 18), # noqa E501 + mksrc('bigquery', 'datarepo-fc0a35a8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202304241704', 94), # noqa E501 + mksrc('bigquery', 'datarepo-f14cd6d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202304241659', 914), # noqa E501 + mksrc('bigquery', 'datarepo-3832cf81', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202304241548', 319), # noqa E501 + mksrc('bigquery', 'datarepo-098aadb0', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202304241551', 686), # noqa E501 + mksrc('bigquery', 'datarepo-d9ea4f23', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202304241554', 460), # noqa E501 + mksrc('bigquery', 'datarepo-0c9ab563', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202304241705', 57), # noqa E501 + mksrc('bigquery', 'datarepo-a383d752', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202304241707', 1163), # noqa E501 + mksrc('bigquery', 'datarepo-03b52641', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202304241601', 619), # noqa E501 + mksrc('bigquery', 'datarepo-2e9ab296', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202304241605', 418), # noqa E501 + mksrc('bigquery', 'datarepo-89162c54', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202304241609', 100), # noqa E501 + mksrc('bigquery', 'datarepo-fd5cd738', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202304241602', 275), # noqa E501 + mksrc('bigquery', 'datarepo-d987821a', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202304241709', 214), # noqa E501 + mksrc('bigquery', 'datarepo-b93e1cfa', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202304241604', 169), # noqa E501 + mksrc('bigquery', 'datarepo-2e9630dd', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202304241559', 330), # noqa E501 + mksrc('bigquery', 'datarepo-ee58a7a9', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202306131343', 3754), # noqa E501 + mksrc('bigquery', 'datarepo-ff5356bb', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202304241555', 328), # noqa E501 + mksrc('bigquery', 'datarepo-2262daa7', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202304241610', 154), # noqa E501 + mksrc('bigquery', 'datarepo-2a947c33', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202304241558', 39), # noqa E501 + mksrc('bigquery', 'datarepo-5b3c42e1', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202304241713', 129), # noqa E501 + mksrc('bigquery', 'datarepo-91b4b33c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202306211900', 328), # noqa E501 + mksrc('bigquery', 'datarepo-e4fe111a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202304241607', 313), # noqa E501 + mksrc('bigquery', 'datarepo-8b120833', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202304241716', 355), # noqa E501 + mksrc('bigquery', 'datarepo-f051499d', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202304241720', 832), # noqa E501 + mksrc('bigquery', 'datarepo-fd49a493', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202306211841', 80), # noqa E501 + mksrc('bigquery', 'datarepo-076da44b', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202306211847', 265), # noqa E501 + mksrc('bigquery', 'datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778), + mksrc('bigquery', 'datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121), + mksrc('bigquery', 'datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561), # noqa E501 + mksrc('bigquery', 'datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368), # noqa E501 + mksrc('bigquery', 'datarepo-55b75002', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202310061302', 234), + mksrc('bigquery', 'datarepo-02ad84ea', 'ANVIL_T2T_20230714_ANV5_202310101616', 261317), + mksrc('bigquery', 'datarepo-08cd15a2', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202304211552', 3397), + mksrc('bigquery', 'datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648), # @formatter:on ])) anvil4_sources = mkdict(anvil3_sources, 200, mkdelta([ # @formatter:off - mksrc('datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639), - mksrc('datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253), - mksrc('datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201), - mksrc('datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276), - mksrc('datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160), - mksrc('datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60), - mksrc('datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558), - mksrc('datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412), - mksrc('datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121), - mksrc('datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185), - mksrc('datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216), - mksrc('datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461), - mksrc('datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584), - mksrc('datarepo-906bf803', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20221110_ANV5_202304241911', 575), - mksrc('datarepo-343ca1c3', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20221110_ANV5_202304241912', 907), - mksrc('datarepo-80a63603', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20230313_ANV5_202304241903', 352), - mksrc('datarepo-a98e7a43', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20221110_ANV5_202304241906', 1406), - mksrc('datarepo-381bc957', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20221110_ANV5_202304241914', 1256), - mksrc('datarepo-6a10165d', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20221110_ANV5_202304241907', 11273), - mksrc('datarepo-a2743c82', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20221025_ANV5_202304241901', 135), - mksrc('datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9), - mksrc('datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039), - mksrc('datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621), - mksrc('datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499), - mksrc('datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935), - mksrc('datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087), - mksrc('datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154), - mksrc('datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160), - mksrc('datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599), - mksrc('datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097), - mksrc('datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467), - mksrc('datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550), - mksrc('datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386), - mksrc('datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112), - mksrc('datarepo-e25350dd', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202310101704', 46570), # noqa E501 - mksrc('datarepo-9921a6fa', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202306211933', 17479), - mksrc('datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557), - mksrc('datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452), - mksrc('datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18), - mksrc('datarepo-d44547dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202304271556', 19), - mksrc('datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22), - mksrc('datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37), # noqa E501 - mksrc('datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530), # noqa E501 - mksrc('datarepo-0b0ca621', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202306211945', 216), - mksrc('datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398), # noqa E501 - mksrc('datarepo-68037179', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202304271559', 14), - mksrc('datarepo-025215fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202304271601', 107), - mksrc('datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239), - mksrc('datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430) + mksrc('bigquery', 'datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639), + mksrc('bigquery', 'datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253), # noqa E501 + mksrc('bigquery', 'datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201), + mksrc('bigquery', 'datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276), # noqa E501 + mksrc('bigquery', 'datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160), # noqa E501 + mksrc('bigquery', 'datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60), # noqa E501 + mksrc('bigquery', 'datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558), # noqa E501 + mksrc('bigquery', 'datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412), # noqa E501 + mksrc('bigquery', 'datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121), # noqa E501 + mksrc('bigquery', 'datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185), # noqa E501 + mksrc('bigquery', 'datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216), # noqa E501 + mksrc('bigquery', 'datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461), + mksrc('bigquery', 'datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584), # noqa E501 + mksrc('bigquery', 'datarepo-906bf803', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20221110_ANV5_202304241911', 575), + mksrc('bigquery', 'datarepo-343ca1c3', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20221110_ANV5_202304241912', 907), + mksrc('bigquery', 'datarepo-80a63603', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20230313_ANV5_202304241903', 352), + mksrc('bigquery', 'datarepo-a98e7a43', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20221110_ANV5_202304241906', 1406), + mksrc('bigquery', 'datarepo-381bc957', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20221110_ANV5_202304241914', 1256), + mksrc('bigquery', 'datarepo-6a10165d', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20221110_ANV5_202304241907', 11273), + mksrc('bigquery', 'datarepo-a2743c82', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20221025_ANV5_202304241901', 135), + mksrc('bigquery', 'datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9), # noqa E501 + mksrc('bigquery', 'datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039), # noqa E501 + mksrc('bigquery', 'datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621), + mksrc('bigquery', 'datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499), + mksrc('bigquery', 'datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935), # noqa E501 + mksrc('bigquery', 'datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087), # noqa E501 + mksrc('bigquery', 'datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154), + mksrc('bigquery', 'datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160), # noqa E501 + mksrc('bigquery', 'datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599), + mksrc('bigquery', 'datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097), + mksrc('bigquery', 'datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467), # noqa E501 + mksrc('bigquery', 'datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550), # noqa E501 + mksrc('bigquery', 'datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386), + mksrc('bigquery', 'datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112), + mksrc('bigquery', 'datarepo-e25350dd', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202310101704', 46570), # noqa E501 + mksrc('bigquery', 'datarepo-9921a6fa', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202306211933', 17479), # noqa E501 + mksrc('bigquery', 'datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557), + mksrc('bigquery', 'datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452), + mksrc('bigquery', 'datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18), # noqa E501 + mksrc('bigquery', 'datarepo-d44547dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202304271556', 19), # noqa E501 + mksrc('bigquery', 'datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22), # noqa E501 + mksrc('bigquery', 'datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37), # noqa E501 + mksrc('bigquery', 'datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530), # noqa E501 + mksrc('bigquery', 'datarepo-0b0ca621', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202306211945', 216), # noqa E501 + mksrc('bigquery', 'datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398), # noqa E501 + mksrc('bigquery', 'datarepo-68037179', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202304271559', 14), # noqa E501 + mksrc('bigquery', 'datarepo-025215fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202304271601', 107), # noqa E501 + mksrc('bigquery', 'datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239), # noqa E501 + mksrc('bigquery', 'datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430) # noqa E501 # @formatter:on ])) anvil5_sources = mkdict(anvil4_sources, 262, mkdelta([ # @formatter:off - mksrc('datarepo-3c30a9a2', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202403030329', 6804), - mksrc('datarepo-adf70694', 'ANVIL_ALS_FTD_ALS_AssociatedGenes_GRU_v1_20231221_ANV5_202401112025', 11853), - mksrc('datarepo-815ad21b', 'ANVIL_ALS_FTD_DEMENTIA_SEQ_GRU_v1_20231221_ANV5_202401112033', 1351), - mksrc('datarepo-ab46a8e4', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_DS_MDS_WGS_20230605_ANV5_202403032021', 158), - mksrc('datarepo-df058a48', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403032044', 4601), - mksrc('datarepo-61910b61', 'ANVIL_CCDG_NYGC_NP_Autism_CAG_DS_WGS_20230605_ANV5_202403032053', 738), - mksrc('datarepo-8d6472a1', 'ANVIL_CCDG_NYGC_NP_Autism_HFA_DS_WGS_20230605_ANV5_202403032108', 510), - mksrc('datarepo-f0a12498', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_DS_WGS_20221103_ANV5_202403032124', 48), - mksrc('datarepo-f06dc5dd', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_GRU_WGS_20221103_ANV5_202403032131', 198), - mksrc('datarepo-b791f5c1', 'ANVIL_CCDG_NYGC_NP_Autism_SAGE_WGS_20230605_ANV5_202403032137', 1627), - mksrc('datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473), - mksrc('datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3), - mksrc('datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15), - mksrc('datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612), - mksrc('datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141), - mksrc('datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96), - mksrc('datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31), - mksrc('datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11), - mksrc('datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610), - mksrc('datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415), - mksrc('datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005), - mksrc('datarepo-0fad0f77', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202402281620', 173), - mksrc('datarepo-ad307392', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202402281628', 2182), - mksrc('datarepo-fecab5bc', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202402290926', 125), - mksrc('datarepo-f9699204', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202402290935', 4264), - mksrc('datarepo-c5bd892a', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202402290945', 626), - mksrc('datarepo-5e64223a', 'ANVIL_CMH_GAFK_GS_long_read_20240301_ANV5_202403040349', 2817), - mksrc('datarepo-ba97c05c', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202402291004', 198), - mksrc('datarepo-2659c380', 'ANVIL_CSER_CHARM_GRU_20240301_ANV5_202403040357', 3338), - mksrc('datarepo-0f2e95ad', 'ANVIL_CSER_KidsCanSeq_GRU_20221208_ANV5_202402292138', 2594), - mksrc('datarepo-62a0bd6d', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202402292147', 142), - mksrc('datarepo-df02801a', 'ANVIL_CSER_NYCKIDSEQ_GRU_20240113_ANV5_202401141520', 513), - mksrc('datarepo-4b9c138d', 'ANVIL_CSER_NYCKIDSEQ_HMB_20240113_ANV5_202401141527', 333), - mksrc('datarepo-f4d60c69', 'ANVIL_CSER_P3EGS_GRU_20230727_ANV5_202402070059', 2544), - mksrc('datarepo-fc5ed559', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202402292154', 808), - mksrc('datarepo-74121c99', 'ANVIL_GTEx_BCM_GRU_CoRSIVs_20240116_ANV5_202401170141', 3232), - mksrc('datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708), - mksrc('datarepo-e063cf6d', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202402291034', 15974), - mksrc('datarepo-383c097a', 'ANVIL_GTEx_V8_hg38_20240116_ANV5_202401170154', 74688), - mksrc('datarepo-701eea84', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202402070108', 8619), - mksrc('datarepo-ff9d78a5', 'ANVIL_GTEx_public_data_20240117_ANV5_202401180400', 25792), - mksrc('datarepo-37c3d458', 'ANVIL_NIA_CARD_Coriell_Cell_Lines_Open_20230727_ANV5_202401111624', 12531), - mksrc('datarepo-06c78117', 'ANVIL_NIA_CARD_LR_WGS_NABEC_GRU_20230727_ANV5_202401111634', 27672), - mksrc('datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864, pop), - mksrc('datarepo-a3880121', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_WGS_20240112_ANV5_202402062129', 8084), - mksrc('datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308), - mksrc('datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70), - mksrc('datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234), - mksrc('datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78), - mksrc('datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235), - mksrc('datarepo-8d62ec8f', 'ANVIL_T2T_20230714_ANV5_202312122150', 261317), - mksrc('datarepo-bfabc906', 'ANVIL_ccdg_asc_ndd_daly_talkowski_ac_boston_asd_exome_20221117_ANV5_202403040552', 759), - mksrc('datarepo-825399a4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_barbosa_asd_exome_20221108_ANV5_202403040608', 215), - mksrc('datarepo-e3b070a7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_brusco_asd_exome_20230327_ANV5_202403040615', 2246), - mksrc('datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888), - mksrc('datarepo-0ad3f21a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_chung_asd_exome_20221107_ANV5_202403040623', 527), - mksrc('datarepo-c148a340', 'ANVIL_ccdg_asc_ndd_daly_talkowski_control_NIMH_asd_exome_20221201_ANV5_202403040630', 372), # noqa E501 - mksrc('datarepo-bc613fa9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_domenici_asd_exome_20221117_ANV5_202403040637', 713), - mksrc('datarepo-97e22445', 'ANVIL_ccdg_asc_ndd_daly_talkowski_goethe_asd_exome_20221107_ANV5_202403040652', 2573), - mksrc('datarepo-72efc816', 'ANVIL_ccdg_asc_ndd_daly_talkowski_herman_asd_exome_20221117_ANV5_202403040701', 51), - mksrc('datarepo-e25caee8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_exome_20221107_ANV5_202403040708', 1539), # noqa E501 - mksrc('datarepo-22af2470', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_wgs_20221107_ANV5_202403040716', 69), # noqa E501 - mksrc('datarepo-a81009d9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hultman_asd_exome_20231013_ANV5_202403040723', 1556), - mksrc('datarepo-bc078d98', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_exome_20221108_ANV5_202403040731', 1166), - mksrc('datarepo-0949186c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_wgs_20221109_ANV5_202403040739', 31), - mksrc('datarepo-4dc4f939', 'ANVIL_ccdg_asc_ndd_daly_talkowski_lattig_asd_exome_20221122_ANV5_202403040746', 496), - mksrc('datarepo-5ed988f8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_menashe_asd_exome_20221108_ANV5_202403040800', 716), - mksrc('datarepo-c6a938e4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_minshew_asd_exome_20221117_ANV5_202403040807', 241), - mksrc('datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155), - mksrc('datarepo-7ddd7425', 'ANVIL_ccdg_asc_ndd_daly_talkowski_parellada_asd_exome_20221108_ANV5_202403040822', 2831), # noqa E501 - mksrc('datarepo-aa9f0b28', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_wgs_20221027_ANV5_202403040846', 299), # noqa E501 - mksrc('datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158), # noqa E501 - mksrc('datarepo-8023858b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_weiss_asd_exome_20221108_ANV5_202403040925', 43), - mksrc('datarepo-381b5d80', 'ANVIL_ccdg_broad_ai_ibd_alm_gmc_wes_20230328_ANV5_202403040932', 919), - mksrc('datarepo-714d60b9', 'ANVIL_ccdg_broad_ai_ibd_daly_alm_gmc_gsa_20221025_ANV5_202402291210', 948), - mksrc('datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543, pop), - mksrc('datarepo-dc7a9acd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_niddk_gsa_20240103_ANV5_202401112147', 6470), - mksrc('datarepo-916fc0b6', 'ANVIL_ccdg_broad_ai_ibd_daly_duerr_niddk_gsa_20240113_ANV5_202402062134', 9647), - mksrc('datarepo-48d85607', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_wes_20240104_ANV5_202403041011', 1672), - mksrc('datarepo-21d3c731', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_wes_20240104_ANV5_202403041018', 9827), - mksrc('datarepo-614a8519', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_ccfa_wes_20240113_ANV5_202403041026', 2868), - mksrc('datarepo-6799d240', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_sparc_gsa_20240104_ANV5_202401121517', 17188), - mksrc('datarepo-d7ae08a2', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_wes_20240104_ANV5_202403041042', 8937), - mksrc('datarepo-9b04a16e', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_gsa_20240113_ANV5_202402062137', 8217), - mksrc('datarepo-b6a95447', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_wes_20240104_ANV5_202403041049', 6998), - mksrc('datarepo-df7a6188', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_gsa_20240118_ANV5_202402062140', 30450), - mksrc('datarepo-5cd83e88', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_niddk_wes_20240104_ANV5_202403041057', 35211), - mksrc('datarepo-fa7e066f', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_share_wes_20240104_ANV5_202401121556', 2422), - mksrc('datarepo-2def0ed8', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_gsa_20240105_ANV5_202401121603', 15302), - mksrc('datarepo-6e9fe586', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_wes_20240105_ANV5_202403041109', 2553), - mksrc('datarepo-1f3dab2b', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_gsa_20240105_ANV5_202401121646', 4170), - mksrc('datarepo-74869ac4', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_wes_20240105_ANV5_202403041133', 2572), - mksrc('datarepo-d95b9a73', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_brant_wes_20240112_ANV5_202403041232', 1084), - mksrc('datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483), - mksrc('datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136), - mksrc('datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60), - mksrc('datarepo-bb315b29', 'ANVIL_ccdg_nygc_np_autism_tasc_wgs_20221024_ANV5_202403032216', 905), - mksrc('datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112), - mksrc('datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95), - mksrc('datarepo-a46c0244', 'ANVIL_nhgri_broad_ibd_daly_kugathasan_wes_20240112_ANV5_202403041258', 548), - mksrc('datarepo-4b4f2325', 'ANVIL_nhgri_broad_ibd_daly_turner_wes_20240112_ANV5_202403041307', 157), + mksrc('bigquery', 'datarepo-3c30a9a2', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202403030329', 6804), + mksrc('bigquery', 'datarepo-adf70694', 'ANVIL_ALS_FTD_ALS_AssociatedGenes_GRU_v1_20231221_ANV5_202401112025', 11853), # noqa E501 + mksrc('bigquery', 'datarepo-815ad21b', 'ANVIL_ALS_FTD_DEMENTIA_SEQ_GRU_v1_20231221_ANV5_202401112033', 1351), + mksrc('bigquery', 'datarepo-ab46a8e4', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_DS_MDS_WGS_20230605_ANV5_202403032021', 158), + mksrc('bigquery', 'datarepo-df058a48', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403032044', 4601), + mksrc('bigquery', 'datarepo-61910b61', 'ANVIL_CCDG_NYGC_NP_Autism_CAG_DS_WGS_20230605_ANV5_202403032053', 738), + mksrc('bigquery', 'datarepo-8d6472a1', 'ANVIL_CCDG_NYGC_NP_Autism_HFA_DS_WGS_20230605_ANV5_202403032108', 510), + mksrc('bigquery', 'datarepo-f0a12498', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_DS_WGS_20221103_ANV5_202403032124', 48), # noqa E501 + mksrc('bigquery', 'datarepo-f06dc5dd', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_GRU_WGS_20221103_ANV5_202403032131', 198), # noqa E501 + mksrc('bigquery', 'datarepo-b791f5c1', 'ANVIL_CCDG_NYGC_NP_Autism_SAGE_WGS_20230605_ANV5_202403032137', 1627), + mksrc('bigquery', 'datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473), + mksrc('bigquery', 'datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3), + mksrc('bigquery', 'datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15), + mksrc('bigquery', 'datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612), + mksrc('bigquery', 'datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141), + mksrc('bigquery', 'datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96), + mksrc('bigquery', 'datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31), + mksrc('bigquery', 'datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11), + mksrc('bigquery', 'datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610), + mksrc('bigquery', 'datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415), + mksrc('bigquery', 'datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005), + mksrc('bigquery', 'datarepo-0fad0f77', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202402281620', 173), + mksrc('bigquery', 'datarepo-ad307392', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202402281628', 2182), + mksrc('bigquery', 'datarepo-fecab5bc', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202402290926', 125), + mksrc('bigquery', 'datarepo-f9699204', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202402290935', 4264), + mksrc('bigquery', 'datarepo-c5bd892a', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202402290945', 626), + mksrc('bigquery', 'datarepo-5e64223a', 'ANVIL_CMH_GAFK_GS_long_read_20240301_ANV5_202403040349', 2817), + mksrc('bigquery', 'datarepo-ba97c05c', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202402291004', 198), + mksrc('bigquery', 'datarepo-2659c380', 'ANVIL_CSER_CHARM_GRU_20240301_ANV5_202403040357', 3338), + mksrc('bigquery', 'datarepo-0f2e95ad', 'ANVIL_CSER_KidsCanSeq_GRU_20221208_ANV5_202402292138', 2594), + mksrc('bigquery', 'datarepo-62a0bd6d', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202402292147', 142), + mksrc('bigquery', 'datarepo-df02801a', 'ANVIL_CSER_NYCKIDSEQ_GRU_20240113_ANV5_202401141520', 513), + mksrc('bigquery', 'datarepo-4b9c138d', 'ANVIL_CSER_NYCKIDSEQ_HMB_20240113_ANV5_202401141527', 333), + mksrc('bigquery', 'datarepo-f4d60c69', 'ANVIL_CSER_P3EGS_GRU_20230727_ANV5_202402070059', 2544), + mksrc('bigquery', 'datarepo-fc5ed559', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202402292154', 808), + mksrc('bigquery', 'datarepo-74121c99', 'ANVIL_GTEx_BCM_GRU_CoRSIVs_20240116_ANV5_202401170141', 3232), + mksrc('bigquery', 'datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708), + mksrc('bigquery', 'datarepo-e063cf6d', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202402291034', 15974), + mksrc('bigquery', 'datarepo-383c097a', 'ANVIL_GTEx_V8_hg38_20240116_ANV5_202401170154', 74688), + mksrc('bigquery', 'datarepo-701eea84', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202402070108', 8619), + mksrc('bigquery', 'datarepo-ff9d78a5', 'ANVIL_GTEx_public_data_20240117_ANV5_202401180400', 25792), + mksrc('bigquery', 'datarepo-37c3d458', 'ANVIL_NIA_CARD_Coriell_Cell_Lines_Open_20230727_ANV5_202401111624', 12531), + mksrc('bigquery', 'datarepo-06c78117', 'ANVIL_NIA_CARD_LR_WGS_NABEC_GRU_20230727_ANV5_202401111634', 27672), + mksrc('bigquery', 'datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864, pop), # noqa E501 + mksrc('bigquery', 'datarepo-a3880121', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_WGS_20240112_ANV5_202402062129', 8084), # noqa E501 + mksrc('bigquery', 'datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308), + mksrc('bigquery', 'datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70), + mksrc('bigquery', 'datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234), + mksrc('bigquery', 'datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78), # noqa E501 + mksrc('bigquery', 'datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235), + mksrc('bigquery', 'datarepo-8d62ec8f', 'ANVIL_T2T_20230714_ANV5_202312122150', 261317), + mksrc('bigquery', 'datarepo-bfabc906', 'ANVIL_ccdg_asc_ndd_daly_talkowski_ac_boston_asd_exome_20221117_ANV5_202403040552', 759), # noqa E501 + mksrc('bigquery', 'datarepo-825399a4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_barbosa_asd_exome_20221108_ANV5_202403040608', 215), # noqa E501 + mksrc('bigquery', 'datarepo-e3b070a7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_brusco_asd_exome_20230327_ANV5_202403040615', 2246), # noqa E501 + mksrc('bigquery', 'datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888), # noqa E501 + mksrc('bigquery', 'datarepo-0ad3f21a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_chung_asd_exome_20221107_ANV5_202403040623', 527), # noqa E501 + mksrc('bigquery', 'datarepo-c148a340', 'ANVIL_ccdg_asc_ndd_daly_talkowski_control_NIMH_asd_exome_20221201_ANV5_202403040630', 372), # noqa E501 + mksrc('bigquery', 'datarepo-bc613fa9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_domenici_asd_exome_20221117_ANV5_202403040637', 713), # noqa E501 + mksrc('bigquery', 'datarepo-97e22445', 'ANVIL_ccdg_asc_ndd_daly_talkowski_goethe_asd_exome_20221107_ANV5_202403040652', 2573), # noqa E501 + mksrc('bigquery', 'datarepo-72efc816', 'ANVIL_ccdg_asc_ndd_daly_talkowski_herman_asd_exome_20221117_ANV5_202403040701', 51), # noqa E501 + mksrc('bigquery', 'datarepo-e25caee8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_exome_20221107_ANV5_202403040708', 1539), # noqa E501 + mksrc('bigquery', 'datarepo-22af2470', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_wgs_20221107_ANV5_202403040716', 69), # noqa E501 + mksrc('bigquery', 'datarepo-a81009d9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hultman_asd_exome_20231013_ANV5_202403040723', 1556), # noqa E501 + mksrc('bigquery', 'datarepo-bc078d98', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_exome_20221108_ANV5_202403040731', 1166), # noqa E501 + mksrc('bigquery', 'datarepo-0949186c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_wgs_20221109_ANV5_202403040739', 31), # noqa E501 + mksrc('bigquery', 'datarepo-4dc4f939', 'ANVIL_ccdg_asc_ndd_daly_talkowski_lattig_asd_exome_20221122_ANV5_202403040746', 496), # noqa E501 + mksrc('bigquery', 'datarepo-5ed988f8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_menashe_asd_exome_20221108_ANV5_202403040800', 716), # noqa E501 + mksrc('bigquery', 'datarepo-c6a938e4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_minshew_asd_exome_20221117_ANV5_202403040807', 241), # noqa E501 + mksrc('bigquery', 'datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155), # noqa E501 + mksrc('bigquery', 'datarepo-7ddd7425', 'ANVIL_ccdg_asc_ndd_daly_talkowski_parellada_asd_exome_20221108_ANV5_202403040822', 2831), # noqa E501 + mksrc('bigquery', 'datarepo-aa9f0b28', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_wgs_20221027_ANV5_202403040846', 299), # noqa E501 + mksrc('bigquery', 'datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158), # noqa E501 + mksrc('bigquery', 'datarepo-8023858b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_weiss_asd_exome_20221108_ANV5_202403040925', 43), # noqa E501 + mksrc('bigquery', 'datarepo-381b5d80', 'ANVIL_ccdg_broad_ai_ibd_alm_gmc_wes_20230328_ANV5_202403040932', 919), + mksrc('bigquery', 'datarepo-714d60b9', 'ANVIL_ccdg_broad_ai_ibd_daly_alm_gmc_gsa_20221025_ANV5_202402291210', 948), + mksrc('bigquery', 'datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543, pop), # noqa E501 + mksrc('bigquery', 'datarepo-dc7a9acd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_niddk_gsa_20240103_ANV5_202401112147', 6470), # noqa E501 + mksrc('bigquery', 'datarepo-916fc0b6', 'ANVIL_ccdg_broad_ai_ibd_daly_duerr_niddk_gsa_20240113_ANV5_202402062134', 9647), # noqa E501 + mksrc('bigquery', 'datarepo-48d85607', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_wes_20240104_ANV5_202403041011', 1672), # noqa E501 + mksrc('bigquery', 'datarepo-21d3c731', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_wes_20240104_ANV5_202403041018', 9827), # noqa E501 + mksrc('bigquery', 'datarepo-614a8519', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_ccfa_wes_20240113_ANV5_202403041026', 2868), # noqa E501 + mksrc('bigquery', 'datarepo-6799d240', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_sparc_gsa_20240104_ANV5_202401121517', 17188), # noqa E501 + mksrc('bigquery', 'datarepo-d7ae08a2', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_wes_20240104_ANV5_202403041042', 8937), + mksrc('bigquery', 'datarepo-9b04a16e', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_gsa_20240113_ANV5_202402062137', 8217), # noqa E501 + mksrc('bigquery', 'datarepo-b6a95447', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_wes_20240104_ANV5_202403041049', 6998), # noqa E501 + mksrc('bigquery', 'datarepo-df7a6188', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_gsa_20240118_ANV5_202402062140', 30450), # noqa E501 + mksrc('bigquery', 'datarepo-5cd83e88', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_niddk_wes_20240104_ANV5_202403041057', 35211), # noqa E501 + mksrc('bigquery', 'datarepo-fa7e066f', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_share_wes_20240104_ANV5_202401121556', 2422), # noqa E501 + mksrc('bigquery', 'datarepo-2def0ed8', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_gsa_20240105_ANV5_202401121603', 15302), # noqa E501 + mksrc('bigquery', 'datarepo-6e9fe586', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_wes_20240105_ANV5_202403041109', 2553), # noqa E501 + mksrc('bigquery', 'datarepo-1f3dab2b', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_gsa_20240105_ANV5_202401121646', 4170), # noqa E501 + mksrc('bigquery', 'datarepo-74869ac4', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_wes_20240105_ANV5_202403041133', 2572), # noqa E501 + mksrc('bigquery', 'datarepo-d95b9a73', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_brant_wes_20240112_ANV5_202403041232', 1084), # noqa E501 + mksrc('bigquery', 'datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483), + mksrc('bigquery', 'datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136), + mksrc('bigquery', 'datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60), + mksrc('bigquery', 'datarepo-bb315b29', 'ANVIL_ccdg_nygc_np_autism_tasc_wgs_20221024_ANV5_202403032216', 905), + mksrc('bigquery', 'datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112), # noqa E501 + mksrc('bigquery', 'datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95), + mksrc('bigquery', 'datarepo-a46c0244', 'ANVIL_nhgri_broad_ibd_daly_kugathasan_wes_20240112_ANV5_202403041258', 548), + mksrc('bigquery', 'datarepo-4b4f2325', 'ANVIL_nhgri_broad_ibd_daly_turner_wes_20240112_ANV5_202403041307', 157), # @formatter:on ])) anvil6_sources = mkdict(anvil5_sources, 250, mkdelta([ # @formatter:off - mksrc('datarepo-38af6304', 'ANVIL_1000G_PRIMED_data_model_20240410_ANV5_202404101419', 14695), - mksrc('datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639, pop), - mksrc('datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253, pop), - mksrc('datarepo-e8fc4258', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202403030358', 10012), - mksrc('datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201, pop), - mksrc('datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276, pop), - mksrc('datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160, pop), - mksrc('datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60, pop), - mksrc('datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558, pop), - mksrc('datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412, pop), - mksrc('datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121, pop), - mksrc('datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185, pop), - mksrc('datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216, pop), - mksrc('datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461, pop), - mksrc('datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584, pop), - mksrc('datarepo-40647d03', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20240113_ANV5_202401141252', 575), - mksrc('datarepo-83339911', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20240113_ANV5_202401141259', 907), - mksrc('datarepo-3f36066b', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20240113_ANV5_202403030543', 352), - mksrc('datarepo-65e890b6', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20240113_ANV5_202403030551', 1406), - mksrc('datarepo-cec499cd', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20240114_ANV5_202403030559', 1256), - mksrc('datarepo-8043de16', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20240113_ANV5_202403030608', 11273), - mksrc('datarepo-de3bfd4e', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20240113_ANV5_202403030616', 135), - mksrc('datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9, pop), - mksrc('datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039, pop), - mksrc('datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621, pop), - mksrc('datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387, pop), - mksrc('datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499, pop), - mksrc('datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935, pop), - mksrc('datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087, pop), - mksrc('datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154, pop), - mksrc('datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160, pop), - mksrc('datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599, pop), - mksrc('datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097, pop), - mksrc('datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467, pop), # noqa E501 - mksrc('datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550, pop), - mksrc('datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390, pop), - mksrc('datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548, pop), - mksrc('datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386, pop), - mksrc('datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105, pop), - mksrc('datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112, pop), - mksrc('datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2, pop), - mksrc('datarepo-342c77f2', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202312122054', 46570), # noqa E501 - mksrc('datarepo-a16f8bac', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202403030943', 17479), - mksrc('datarepo-f2179275', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202403030955', 912), - mksrc('datarepo-e8ee6358', 'ANVIL_CCDG_Broad_CVD_EOCAD_VIRGO_WGS_20221024_ANV5_202403031003', 2182), - mksrc('datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557, pop), - mksrc('datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500, pop), - mksrc('datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500, pop), - mksrc('datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452, pop), - mksrc('datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18, pop), # noqa E501 - mksrc('datarepo-0db6105c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202402020211', 19), - mksrc('datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22, pop), # noqa E501 - mksrc('datarepo-1b92691d', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202403031115', 47), - mksrc('datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37, pop), # noqa E501 - mksrc('datarepo-3da39a32', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202403031123', 136), - mksrc('datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530, pop), # noqa E501 - mksrc('datarepo-b3e42c63', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202403031131', 5399), # noqa E501 - mksrc('datarepo-a2b20d71', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202402020256', 216), - mksrc('datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398, pop), # noqa E501 - mksrc('datarepo-b3ef2bd3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202403031140', 429), - mksrc('datarepo-1cafba94', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202402020305', 14), - mksrc('datarepo-006c9286', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202402020314', 107), - mksrc('datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239, pop), - mksrc('datarepo-33e1bed9', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202402020322', 113), - mksrc('datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430, pop), # noqa E501 - mksrc('datarepo-b2a5eccc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202403031148', 419), - mksrc('datarepo-7a7b911a', 'ANVIL_CCDG_Broad_NP_Epilepsy_BRAUSP_DS_WES_20240201_ANV5_202402020339', 7), - mksrc('datarepo-33634ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANCAL_GRU_v2_WES_20240201_ANV5_202402020347', 272), - mksrc('datarepo-47f93bbb', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202403031156', 149), - mksrc('datarepo-389af3b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_CHEUBB_HMB_IRB_MDS_WES_20221102_ANV5_202403031205', 49), - mksrc('datarepo-ac8e01aa', 'ANVIL_CCDG_Broad_NP_Epilepsy_CYPCYP_HMB_NPU_MDS_WES_20230328_ANV5_202403031213', 185), - mksrc('datarepo-5d4aa202', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202403031222', 18), - mksrc('datarepo-bd066b5a', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUPUM_HMB_MDS_WES_20230328_ANV5_202403031231', 341), - mksrc('datarepo-17de3c3b', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUGS_DS_EP_MDS_WES_20240201_ANV5_202403031239', 393), - mksrc('datarepo-46e7e2ab', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKB_HMB_NPU_MDS_WES_20230328_ANV5_202403031247', 2512), - mksrc('datarepo-ba863f29', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKL_HMB_WES_20221102_ANV5_202403031256', 217), - mksrc('datarepo-113d9969', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202403031305', 94), - mksrc('datarepo-fd6d20c8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUTB_HMB_NPU_MDS_WES_20230328_ANV5_202403031313', 1977), - mksrc('datarepo-55d32c1b', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202403031322', 914), # noqa E501 - mksrc('datarepo-844a1ecf', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINUVH_HMB_NPU_MDS_WES_20221114_ANV5_202403031331', 102), - mksrc('datarepo-1cbd28a5', 'ANVIL_CCDG_Broad_NP_Epilepsy_FRALYU_HMB_WES_20230621_ANV5_202403031340', 1042), - mksrc('datarepo-b8b0b663', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202403031348', 319), - mksrc('datarepo-2686a76a', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202403031405', 460), # noqa E501 - mksrc('datarepo-05e028a4', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202403031413', 57), - mksrc('datarepo-4a6228be', 'ANVIL_CCDG_Broad_NP_Epilepsy_GHAKNT_GRU_WES_20221122_ANV5_202403031421', 646), - mksrc('datarepo-98dddf8f', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKGHKK_HMB_MDS_WES_20230328_ANV5_202403031430', 675), - mksrc('datarepo-9ed2a64a', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKOSB_GRU_WES_20230110_ANV5_202403031439', 118), - mksrc('datarepo-22a9e8bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_HRVUZG_HMB_MDS_WES_20221114_ANV5_202403031446', 42), - mksrc('datarepo-517eda47', 'ANVIL_CCDG_Broad_NP_Epilepsy_IRLRCI_GRU_IRB_WES_20230328_ANV5_202403031454', 943), - mksrc('datarepo-b6e444c4', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAICB_HMB_NPU_MDS_WES_20230223_ANV5_202403031503', 434), - mksrc('datarepo-d8145bea', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202403031512', 1163), - mksrc('datarepo-67c3b200', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202403031520', 619), # noqa E501 - mksrc('datarepo-4476c338', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202403031529', 418), - mksrc('datarepo-5cd83a64', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMR_GRU_NPU_WES_20221114_ANV5_202403031537', 1098), - mksrc('datarepo-5115b904', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202403031547', 372), - mksrc('datarepo-f7fb0742', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202402062057', 100), # noqa E501 - mksrc('datarepo-b979e83a', 'ANVIL_CCDG_Broad_NP_Epilepsy_KENKIL_GRU_WES_20230110_ANV5_202403031555', 452), - mksrc('datarepo-54571a90', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_DS_Epilepsy_WES_20230328_ANV5_202403031603', 398), - mksrc('datarepo-5495da63', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_GRU_WES_20230110_ANV5_202403031612', 856), - mksrc('datarepo-7275a9bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_LTUUHK_HMB_NPU_MDS_WES_20221114_ANV5_202403031621', 302), - mksrc('datarepo-2c2a7d19', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202403031629', 275), # noqa E501 - mksrc('datarepo-edbd02ca', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202403031637', 214), - mksrc('datarepo-225a7340', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202403031645', 169), # noqa E501 - mksrc('datarepo-97dadba8', 'ANVIL_CCDG_Broad_NP_Epilepsy_TWNCGM_HMB_NPU_AdultsONLY_WES_20240201_ANV5_202402020902', 897), # noqa E501 - mksrc('datarepo-6dcb5d39', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202403031701', 330), # noqa E501 - mksrc('datarepo-fb4ac7d8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABLC_GRU_NPU_WES_20221215_ANV5_202402062059', 227), - mksrc('datarepo-5de241b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCF_HMB_MDS_WES_20221207_ANV5_202403031709', 390), - mksrc('datarepo-62a84074', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCH_DS_NEURO_MDS_WES_20221116_ANV5_202403031719', 362), - mksrc('datarepo-7c06247a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202402062101', 3754), - mksrc('datarepo-9042eb4a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202403031727', 328), - mksrc('datarepo-cb75258b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202403031735', 154), - mksrc('datarepo-744bc858', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202403031744', 39), # noqa E501 - mksrc('datarepo-faff5b2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202403031752', 129), - mksrc('datarepo-275b2a46', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAFEB_GRU_WES_20221205_ANV5_202403031800', 31), - mksrc('datarepo-5a548fd8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202403031809', 328), - mksrc('datarepo-999301d3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USALCH_HMB_WES_20230126_ANV5_202402021048', 10), - mksrc('datarepo-eda3f720', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_HMB_MDS_WES_20221207_ANV5_202403031817', 22), - mksrc('datarepo-d9e55ea0', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_MGBB_HMB_MDS_WES_20221207_ANV5_202403031826', 46), - mksrc('datarepo-6a627e94', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_NPU_WES_20221215_ANV5_202403031834', 8), - mksrc('datarepo-bfa59a11', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_WES_20240201_ANV5_202403031842', 251), - mksrc('datarepo-f8d5318a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_HMB_WES_20230131_ANV5_202402021131', 7), - mksrc('datarepo-4ef1d979', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMSS_DS_EP_NEURO_MDS_WES_20230612_ANV5_202402021139', 1275), # noqa E501 - mksrc('datarepo-5e00a0df', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202402062105', 313), - mksrc('datarepo-10948836', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_NPU_WES_20221114_ANV5_202403031858', 49), - mksrc('datarepo-0a247e9e', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202403031906', 355), - mksrc('datarepo-154b4ef8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202403031915', 832), - mksrc('datarepo-07b8d88c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAVAN_HMB_GSO_WES_20221207_ANV5_202402021226', 2454), - mksrc('datarepo-1985a01d', 'ANVIL_CCDG_Broad_Spalletta_HMB_NPU_MDS_WES_20221102_ANV5_202403031942', 104), - mksrc('datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922, pop), # noqa E501 - mksrc('datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310, pop), - mksrc('datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750, pop), - mksrc('datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049, pop), - mksrc('datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148, pop), - mksrc('datarepo-86bb81c0', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_GRU_MDS_WGS_20230605_ANV5_202403032029', 839), - mksrc('datarepo-85674dce', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403081651', 4601), - mksrc('datarepo-7d1461b2', 'ANVIL_CCDG_NYGC_NP_Autism_SSC_WGS_20230605_ANV5_202403032206', 9340), - mksrc('datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690, pop), - mksrc('datarepo-15645b8d', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202403040118', 611), - mksrc('datarepo-4a0769c7', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202403040126', 381), - mksrc('datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473, pop), - mksrc('datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3, pop), - mksrc('datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15, pop), - mksrc('datarepo-0a21cbfd', 'ANVIL_CMG_BaylorHopkins_HMB_IRB_NPU_WES_20221020_ANV5_202402290528', 2223), - mksrc('datarepo-d321333c', 'ANVIL_CMG_BaylorHopkins_HMB_NPU_WES_20230525_ANV5_202402290537', 4804), - mksrc('datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612, pop), - mksrc('datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141, pop), - mksrc('datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96, pop), - mksrc('datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180, pop), - mksrc('datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39, pop), - mksrc('datarepo-fc6ce406', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20240112_ANV5_202401152208', 296), - mksrc('datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46, pop), - mksrc('datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778, pop), - mksrc('datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150, pop), - mksrc('datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35, pop), - mksrc('datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214, pop), - mksrc('datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133, pop), - mksrc('datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544, pop), - mksrc('datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27, pop), - mksrc('datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147, pop), - mksrc('datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141, pop), - mksrc('datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305, pop), - mksrc('datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152, pop), - mksrc('datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169, pop), - mksrc('datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16, pop), - mksrc('datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121, pop), - mksrc('datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8, pop), - mksrc('datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31, pop), - mksrc('datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382, pop), - mksrc('datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10, pop), - mksrc('datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226, pop), - mksrc('datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140, pop), - mksrc('datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408, pop), - mksrc('datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71, pop), - mksrc('datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107, pop), - mksrc('datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427, pop), - mksrc('datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11, pop), - mksrc('datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11, pop), - mksrc('datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254, pop), - mksrc('datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64, pop), - mksrc('datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237, pop), - mksrc('datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3, pop), - mksrc('datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526, pop), - mksrc('datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156, pop), - mksrc('datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6, pop), - mksrc('datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60, pop), - mksrc('datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181, pop), - mksrc('datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10, pop), - mksrc('datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198, pop), - mksrc('datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110, pop), - mksrc('datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610, pop), - mksrc('datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45, pop), - mksrc('datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53, pop), - mksrc('datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415, pop), - mksrc('datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005, pop), - mksrc('datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563, pop), - mksrc('datarepo-cb305c8e', 'ANVIL_CMG_YALE_DS_MC_20221026_ANV5_202402281611', 748), - mksrc('datarepo-c2897355', 'ANVIL_CMG_Yale_DS_BPEAKD_20240113_ANV5_202401141447', 101), - mksrc('datarepo-4b5667f8', 'ANVIL_CMG_Yale_DS_RD_20240113_ANV5_202401141453', 100), - mksrc('datarepo-9e86cb23', 'ANVIL_CMG_Yale_DS_THAL_IRB_20240113_ANV5_202401141500', 359), - mksrc('datarepo-278252c3', 'ANVIL_CMG_Yale_HMB_IRB_20240113_ANV5_202401141507', 48), - mksrc('datarepo-eea2a20c', 'ANVIL_CMH_GAFK_10X_Genomics_20240304_ANV5_202403071539', 312), - mksrc('datarepo-0e0bf0f8', 'ANVIL_CMH_GAFK_ES_20240301_ANV5_202403040338', 26829), - mksrc('datarepo-9935aa3f', 'ANVIL_CMH_GAFK_IlluminaGSA_20240311_ANV5_202403121355', 13940), - mksrc('datarepo-d391ce5f', 'ANVIL_CMH_GAFK_IsoSeq_20240113_ANV5_202402062116', 415), - mksrc('datarepo-beef6734', 'ANVIL_CMH_GAFK_MGI_20240304_ANV5_202403071559', 1609), - mksrc('datarepo-8599b1fb', 'ANVIL_CMH_GAFK_PacBio_methyl_tagged_20240311_ANV5_202403121402', 793), - mksrc('datarepo-94f58e6c', 'ANVIL_CMH_GAFK_SCATAC_20221107_ANV5_202402290954', 322), - mksrc('datarepo-5447de30', 'ANVIL_CMH_GAFK_WGBS_20230327_ANV5_202402062120', 1475), - mksrc('datarepo-db73a316', 'ANVIL_CMH_GAFK_WGS_20240113_ANV5_202402062123', 23848), - mksrc('datarepo-5227851b', 'ANVIL_CSER_ClinSeq_GRU_20240401_ANV5_202404081541', 23), - mksrc('datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708, pop), - mksrc('datarepo-8a98bcb4', 'ANVIL_NIMH_Broad_ConvNeuro_McCarroll_Nehme_Levy_CIRM_DS_Village_20240405_ANV5_202404081511', 495), # noqa E501 - mksrc('datarepo-c02a5efb', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202402292203', 1357), # noqa E501 - mksrc('datarepo-817f27aa', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20240206_ANV5_202402081755', 678), # noqa E501 - mksrc('datarepo-ddc1d72b', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202402292209', 3), # noqa E501 - mksrc('datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561, pop), # noqa E501 - mksrc('datarepo-69e4bc19', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_COGS_DS_WGS_20240113_ANV5_202401152215', 611), - mksrc('datarepo-da595e23', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20240112_ANV5_202401141541', 340), - mksrc('datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368, pop), # noqa E501 - mksrc('datarepo-df20901c', 'ANVIL_NIMH_Broad_WGSPD_1_McCarroll_Braff_DS_WGS_20240304_ANV5_202403071610', 213), - mksrc('datarepo-75e17b99', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202402292215', 6510), # noqa E501 - mksrc('datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308, pop), - mksrc('datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70, pop), - mksrc('datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234, pop), - mksrc('datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78, pop), # noqa E501 - mksrc('datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235, pop), - mksrc('datarepo-f3817357', 'ANVIL_ccdg_asc_ndd_daly_talkowski_AGRE_asd_exome_20221102_ANV5_202403040528', 850), - mksrc('datarepo-23635d1c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_IBIS_asd_exome_20221024_ANV5_202403040537', 241), - mksrc('datarepo-ecf311e7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_TASC_asd_exome_20221117_ANV5_202403040544', 3175), - mksrc('datarepo-90923a9d', 'ANVIL_ccdg_asc_ndd_daly_talkowski_aleksic_asd_exome_20231013_ANV5_202403040600', 701), - mksrc('datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888, pop), # noqa E501 - mksrc('datarepo-efc0eb70', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gargus_asd_exome_20231013_ANV5_202403040645', 131), - mksrc('datarepo-d1f95953', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gurrieri_asd_exome_20221024_ANV5_202402291153', 61), - mksrc('datarepo-5590427b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mayo_asd_exome_20221024_ANV5_202402291115', 337), - mksrc('datarepo-3cbe3dd3', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mcpartland_asd_exome_20221116_ANV5_202403040753', 6214), # noqa E501 - mksrc('datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155, pop), # noqa E501 - mksrc('datarepo-104705f5', 'ANVIL_ccdg_asc_ndd_daly_talkowski_passos_bueno_asd_exome_20221108_ANV5_202403040831', 948), # noqa E501 - mksrc('datarepo-a07262c0', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_exome__20221025_ANV5_202403040839', 110), # noqa E501 - mksrc('datarepo-418e64c1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_persico_asd_exome_20221027_ANV5_202403040854', 533), - mksrc('datarepo-cfe20662', 'ANVIL_ccdg_asc_ndd_daly_talkowski_renieri_asd_exome_20230327_ANV5_202403040909', 777), - mksrc('datarepo-7c668a5c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_exome_20230324_ANV5_202403040917', 156), # noqa E501 - mksrc('datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158, pop), # noqa E501 - mksrc('datarepo-2571477f', 'ANVIL_ccdg_broad_ai_ibd_daly_burnstein_gsa_20240103_ANV5_202401112154', 396), - mksrc('datarepo-c0abacf6', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_gsa_20240103_ANV5_202401112202', 96), - mksrc('datarepo-c7473b33', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_wes_20240103_ANV5_202403040940', 84), - mksrc('datarepo-ac30439c', 'ANVIL_ccdg_broad_ai_ibd_daly_cho_niddk_gsa_20240103_ANV5_202401112215', 10725), - mksrc('datarepo-267ea46f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_gsa_20240103_ANV5_202401121413', 3773), - mksrc('datarepo-c481c20f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_wes_20240103_ANV5_202403040947', 2512), - mksrc('datarepo-938f9e89', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_gsa_20240104_ANV5_202401121427', 5442), - mksrc('datarepo-d4b1264d', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_wes_20240104_ANV5_202403040954', 3616), - mksrc('datarepo-4d149951', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_gsa_20240104_ANV5_202401121441', 16964), - mksrc('datarepo-e12ce5bd', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_wes_20240104_ANV5_202403041001', 12167), - mksrc('datarepo-2c7e5905', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_gsa_20240311_ANV5_202403121623', 2096), - mksrc('datarepo-f5463526', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_gsa_20240104_ANV5_202401121503', 168), - mksrc('datarepo-51367192', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_nhgri_wes_20240104_ANV5_202401152230', 28), - mksrc('datarepo-7268c3a0', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_gsa_20240311_ANV5_202403121627', 11472), - mksrc('datarepo-51449a60', 'ANVIL_ccdg_broad_ai_ibd_daly_lira_share_wes_20240104_ANV5_202403041035', 220), - mksrc('datarepo-ee1b3121', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_gsa_20240311_ANV5_202403121633', 8298), - mksrc('datarepo-083044ec', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_gsa_20240105_ANV5_202401121611', 5229), - mksrc('datarepo-10ae29e5', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_wes_20240105_ANV5_202403041117', 3668), - mksrc('datarepo-a240ffda', 'ANVIL_ccdg_broad_ai_ibd_daly_niddk_cho_wes_20240105_ANV5_202403041125', 10907), - mksrc('datarepo-929acb2a', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_bitton_igenomed_wes_20240105_ANV5_202401121701', 183), # noqa E501 - mksrc('datarepo-fa70ba86', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_genizon_wes_20240311_ANV5_202403121426', 1923), - mksrc('datarepo-6e9030de', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_igenomed_gsa_20240105_ANV5_202401121709', 1118), - mksrc('datarepo-c9265cf7', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_gsa_20240108_ANV5_202401121716', 5520), - mksrc('datarepo-fe283248', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_wes_20240108_ANV5_202403041140', 6829), - mksrc('datarepo-3ca098f3', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_gsa_20240108_ANV5_202401121730', 8790), - mksrc('datarepo-fd47ae7f', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_wes_20240108_ANV5_202403041148', 5745), - mksrc('datarepo-4300fbc6', 'ANVIL_ccdg_broad_ai_ibd_daly_silverberg_niddk_gsa_20240108_ANV5_202401121745', 14654), - mksrc('datarepo-14285871', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_nhs_gsa_20240311_ANV5_202403121637', 9597), - mksrc('datarepo-d69ac752', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_wes_20240108_ANV5_202403041155', 6506), - mksrc('datarepo-268dabf8', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_gsa_20240113_ANV5_202402062145', 24162), - mksrc('datarepo-636bc565', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_wes_20240108_ANV5_202403041203', 18885), - mksrc('datarepo-7cc92556', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_gsa_20240108_ANV5_202402062149', 3850), - mksrc('datarepo-6b12cac1', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_wes_20240108_ANV5_202403041214', 35516), - mksrc('datarepo-5d4e150c', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_gsa_20240108_ANV5_202401121819', 4255), - mksrc('datarepo-e30e7797', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_wes_20240108_ANV5_202403041224', 2934), - mksrc('datarepo-597e5f25', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_duerr_wes_20240112_ANV5_202403041241', 1891), - mksrc('datarepo-2f8b185b', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_silverberg_wes_20240112_ANV5_202403041250', 2465), - mksrc('datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483, pop), - mksrc('datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136, pop), - mksrc('datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60, pop), - mksrc('datarepo-6c0a5f0d', 'ANVIL_ccdg_broad_mi_univutah_ds_cvd_wes_20221026_ANV5_202403031059', 1913), - mksrc('datarepo-235663ab', 'ANVIL_ccdg_broad_np_epilepsy_usavancontrols_hmb_gso_wes_20221101_ANV5_202403031924', 1975), # noqa E501 - mksrc('datarepo-81cf50b1', 'ANVIL_ccdg_broad_np_epilepsy_zafagn_ds_epi_como_mds_wes_20221026_ANV5_202403031933', 507), # noqa E501 - mksrc('datarepo-e6801146', 'ANVIL_ccdg_nygc_np_autism_hmca_wgs_20221024_ANV5_202403032115', 724), - mksrc('datarepo-64b26798', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202403032311', 3397), - mksrc('datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648, pop), - mksrc('datarepo-01e3396c', 'ANVIL_ccdg_washu_cvd_eocad_cleveland_wgs_20221024_ANV5_202403040008', 348), - mksrc('datarepo-5e62ca4f', 'ANVIL_ccdg_washu_cvd_eocad_emerge_wgs_20221024_ANV5_202403040026', 277), - mksrc('datarepo-a0d77559', 'ANVIL_ccdg_washu_cvd_eocad_emory_wgs_20221024_ANV5_202403040034', 430), - mksrc('datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112, pop), # noqa E501 - mksrc('datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95, pop), - mksrc('datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40, pop), - mksrc('datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569, pop), - mksrc('datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017, pop), - mksrc('datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432, pop), - mksrc('datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907, pop), - mksrc('datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971, pop), - mksrc('datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491, pop), - mksrc('datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478, pop), - mksrc('datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488, pop), - mksrc('datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486, pop), - mksrc('datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027, pop), - mksrc('datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296, pop), - mksrc('datarepo-bf91a039', 'ANVIL_nhgri_broad_ibd_daly_winter_wes_20240112_ANV5_202403041315', 414), + mksrc('bigquery', 'datarepo-38af6304', 'ANVIL_1000G_PRIMED_data_model_20240410_ANV5_202404101419', 14695), + mksrc('bigquery', 'datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639, pop), # noqa E501 + mksrc('bigquery', 'datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253, pop), # noqa E501 + mksrc('bigquery', 'datarepo-e8fc4258', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202403030358', 10012), + mksrc('bigquery', 'datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201, pop), # noqa E501 + mksrc('bigquery', 'datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276, pop), # noqa E501 + mksrc('bigquery', 'datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160, pop), # noqa E501 + mksrc('bigquery', 'datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60, pop), # noqa E501 + mksrc('bigquery', 'datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558, pop), # noqa E501 + mksrc('bigquery', 'datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412, pop), # noqa E501 + mksrc('bigquery', 'datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121, pop), # noqa E501 + mksrc('bigquery', 'datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185, pop), # noqa E501 + mksrc('bigquery', 'datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216, pop), # noqa E501 + mksrc('bigquery', 'datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461, pop), + mksrc('bigquery', 'datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584, pop), # noqa E501 + mksrc('bigquery', 'datarepo-40647d03', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20240113_ANV5_202401141252', 575), + mksrc('bigquery', 'datarepo-83339911', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20240113_ANV5_202401141259', 907), + mksrc('bigquery', 'datarepo-3f36066b', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20240113_ANV5_202403030543', 352), + mksrc('bigquery', 'datarepo-65e890b6', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20240113_ANV5_202403030551', 1406), + mksrc('bigquery', 'datarepo-cec499cd', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20240114_ANV5_202403030559', 1256), + mksrc('bigquery', 'datarepo-8043de16', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20240113_ANV5_202403030608', 11273), + mksrc('bigquery', 'datarepo-de3bfd4e', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20240113_ANV5_202403030616', 135), + mksrc('bigquery', 'datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039, pop), # noqa E501 + mksrc('bigquery', 'datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621, pop), # noqa E501 + mksrc('bigquery', 'datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387, pop), # noqa E501 + mksrc('bigquery', 'datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499, pop), # noqa E501 + mksrc('bigquery', 'datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935, pop), # noqa E501 + mksrc('bigquery', 'datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087, pop), # noqa E501 + mksrc('bigquery', 'datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154, pop), # noqa E501 + mksrc('bigquery', 'datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160, pop), # noqa E501 + mksrc('bigquery', 'datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599, pop), # noqa E501 + mksrc('bigquery', 'datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097, pop), # noqa E501 + mksrc('bigquery', 'datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550, pop), # noqa E501 + mksrc('bigquery', 'datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390, pop), # noqa E501 + mksrc('bigquery', 'datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548, pop), + mksrc('bigquery', 'datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386, pop), + mksrc('bigquery', 'datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105, pop), + mksrc('bigquery', 'datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112, pop), + mksrc('bigquery', 'datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2, pop), # noqa E501 + mksrc('bigquery', 'datarepo-342c77f2', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202312122054', 46570), # noqa E501 + mksrc('bigquery', 'datarepo-a16f8bac', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202403030943', 17479), # noqa E501 + mksrc('bigquery', 'datarepo-f2179275', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202403030955', 912), + mksrc('bigquery', 'datarepo-e8ee6358', 'ANVIL_CCDG_Broad_CVD_EOCAD_VIRGO_WGS_20221024_ANV5_202403031003', 2182), + mksrc('bigquery', 'datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557, pop), # noqa E501 + mksrc('bigquery', 'datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500, pop), # noqa E501 + mksrc('bigquery', 'datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500, pop), + mksrc('bigquery', 'datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452, pop), + mksrc('bigquery', 'datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18, pop), # noqa E501 + mksrc('bigquery', 'datarepo-0db6105c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202402020211', 19), # noqa E501 + mksrc('bigquery', 'datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22, pop), # noqa E501 + mksrc('bigquery', 'datarepo-1b92691d', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202403031115', 47), # noqa E501 + mksrc('bigquery', 'datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3da39a32', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202403031123', 136), # noqa E501 + mksrc('bigquery', 'datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b3e42c63', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202403031131', 5399), # noqa E501 + mksrc('bigquery', 'datarepo-a2b20d71', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202402020256', 216), # noqa E501 + mksrc('bigquery', 'datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b3ef2bd3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202403031140', 429), # noqa E501 + mksrc('bigquery', 'datarepo-1cafba94', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202402020305', 14), # noqa E501 + mksrc('bigquery', 'datarepo-006c9286', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202402020314', 107), # noqa E501 + mksrc('bigquery', 'datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239, pop), # noqa E501 + mksrc('bigquery', 'datarepo-33e1bed9', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202402020322', 113), # noqa E501 + mksrc('bigquery', 'datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b2a5eccc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202403031148', 419), # noqa E501 + mksrc('bigquery', 'datarepo-7a7b911a', 'ANVIL_CCDG_Broad_NP_Epilepsy_BRAUSP_DS_WES_20240201_ANV5_202402020339', 7), + mksrc('bigquery', 'datarepo-33634ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANCAL_GRU_v2_WES_20240201_ANV5_202402020347', 272), # noqa E501 + mksrc('bigquery', 'datarepo-47f93bbb', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202403031156', 149), # noqa E501 + mksrc('bigquery', 'datarepo-389af3b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_CHEUBB_HMB_IRB_MDS_WES_20221102_ANV5_202403031205', 49), # noqa E501 + mksrc('bigquery', 'datarepo-ac8e01aa', 'ANVIL_CCDG_Broad_NP_Epilepsy_CYPCYP_HMB_NPU_MDS_WES_20230328_ANV5_202403031213', 185), # noqa E501 + mksrc('bigquery', 'datarepo-5d4aa202', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202403031222', 18), # noqa E501 + mksrc('bigquery', 'datarepo-bd066b5a', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUPUM_HMB_MDS_WES_20230328_ANV5_202403031231', 341), # noqa E501 + mksrc('bigquery', 'datarepo-17de3c3b', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUGS_DS_EP_MDS_WES_20240201_ANV5_202403031239', 393), # noqa E501 + mksrc('bigquery', 'datarepo-46e7e2ab', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKB_HMB_NPU_MDS_WES_20230328_ANV5_202403031247', 2512), # noqa E501 + mksrc('bigquery', 'datarepo-ba863f29', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKL_HMB_WES_20221102_ANV5_202403031256', 217), # noqa E501 + mksrc('bigquery', 'datarepo-113d9969', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202403031305', 94), # noqa E501 + mksrc('bigquery', 'datarepo-fd6d20c8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUTB_HMB_NPU_MDS_WES_20230328_ANV5_202403031313', 1977), # noqa E501 + mksrc('bigquery', 'datarepo-55d32c1b', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202403031322', 914), # noqa E501 + mksrc('bigquery', 'datarepo-844a1ecf', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINUVH_HMB_NPU_MDS_WES_20221114_ANV5_202403031331', 102), # noqa E501 + mksrc('bigquery', 'datarepo-1cbd28a5', 'ANVIL_CCDG_Broad_NP_Epilepsy_FRALYU_HMB_WES_20230621_ANV5_202403031340', 1042), # noqa E501 + mksrc('bigquery', 'datarepo-b8b0b663', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202403031348', 319), # noqa E501 + mksrc('bigquery', 'datarepo-2686a76a', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202403031405', 460), # noqa E501 + mksrc('bigquery', 'datarepo-05e028a4', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202403031413', 57), # noqa E501 + mksrc('bigquery', 'datarepo-4a6228be', 'ANVIL_CCDG_Broad_NP_Epilepsy_GHAKNT_GRU_WES_20221122_ANV5_202403031421', 646), # noqa E501 + mksrc('bigquery', 'datarepo-98dddf8f', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKGHKK_HMB_MDS_WES_20230328_ANV5_202403031430', 675), # noqa E501 + mksrc('bigquery', 'datarepo-9ed2a64a', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKOSB_GRU_WES_20230110_ANV5_202403031439', 118), # noqa E501 + mksrc('bigquery', 'datarepo-22a9e8bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_HRVUZG_HMB_MDS_WES_20221114_ANV5_202403031446', 42), # noqa E501 + mksrc('bigquery', 'datarepo-517eda47', 'ANVIL_CCDG_Broad_NP_Epilepsy_IRLRCI_GRU_IRB_WES_20230328_ANV5_202403031454', 943), # noqa E501 + mksrc('bigquery', 'datarepo-b6e444c4', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAICB_HMB_NPU_MDS_WES_20230223_ANV5_202403031503', 434), # noqa E501 + mksrc('bigquery', 'datarepo-d8145bea', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202403031512', 1163), # noqa E501 + mksrc('bigquery', 'datarepo-67c3b200', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202403031520', 619), # noqa E501 + mksrc('bigquery', 'datarepo-4476c338', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202403031529', 418), # noqa E501 + mksrc('bigquery', 'datarepo-5cd83a64', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMR_GRU_NPU_WES_20221114_ANV5_202403031537', 1098), # noqa E501 + mksrc('bigquery', 'datarepo-5115b904', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202403031547', 372), # noqa E501 + mksrc('bigquery', 'datarepo-f7fb0742', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202402062057', 100), # noqa E501 + mksrc('bigquery', 'datarepo-b979e83a', 'ANVIL_CCDG_Broad_NP_Epilepsy_KENKIL_GRU_WES_20230110_ANV5_202403031555', 452), # noqa E501 + mksrc('bigquery', 'datarepo-54571a90', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_DS_Epilepsy_WES_20230328_ANV5_202403031603', 398), # noqa E501 + mksrc('bigquery', 'datarepo-5495da63', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_GRU_WES_20230110_ANV5_202403031612', 856), # noqa E501 + mksrc('bigquery', 'datarepo-7275a9bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_LTUUHK_HMB_NPU_MDS_WES_20221114_ANV5_202403031621', 302), # noqa E501 + mksrc('bigquery', 'datarepo-2c2a7d19', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202403031629', 275), # noqa E501 + mksrc('bigquery', 'datarepo-edbd02ca', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202403031637', 214), # noqa E501 + mksrc('bigquery', 'datarepo-225a7340', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202403031645', 169), # noqa E501 + mksrc('bigquery', 'datarepo-97dadba8', 'ANVIL_CCDG_Broad_NP_Epilepsy_TWNCGM_HMB_NPU_AdultsONLY_WES_20240201_ANV5_202402020902', 897), # noqa E501 + mksrc('bigquery', 'datarepo-6dcb5d39', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202403031701', 330), # noqa E501 + mksrc('bigquery', 'datarepo-fb4ac7d8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABLC_GRU_NPU_WES_20221215_ANV5_202402062059', 227), # noqa E501 + mksrc('bigquery', 'datarepo-5de241b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCF_HMB_MDS_WES_20221207_ANV5_202403031709', 390), # noqa E501 + mksrc('bigquery', 'datarepo-62a84074', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCH_DS_NEURO_MDS_WES_20221116_ANV5_202403031719', 362), # noqa E501 + mksrc('bigquery', 'datarepo-7c06247a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202402062101', 3754), # noqa E501 + mksrc('bigquery', 'datarepo-9042eb4a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202403031727', 328), # noqa E501 + mksrc('bigquery', 'datarepo-cb75258b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202403031735', 154), # noqa E501 + mksrc('bigquery', 'datarepo-744bc858', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202403031744', 39), # noqa E501 + mksrc('bigquery', 'datarepo-faff5b2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202403031752', 129), # noqa E501 + mksrc('bigquery', 'datarepo-275b2a46', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAFEB_GRU_WES_20221205_ANV5_202403031800', 31), # noqa E501 + mksrc('bigquery', 'datarepo-5a548fd8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202403031809', 328), # noqa E501 + mksrc('bigquery', 'datarepo-999301d3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USALCH_HMB_WES_20230126_ANV5_202402021048', 10), # noqa E501 + mksrc('bigquery', 'datarepo-eda3f720', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_HMB_MDS_WES_20221207_ANV5_202403031817', 22), # noqa E501 + mksrc('bigquery', 'datarepo-d9e55ea0', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_MGBB_HMB_MDS_WES_20221207_ANV5_202403031826', 46), # noqa E501 + mksrc('bigquery', 'datarepo-6a627e94', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_NPU_WES_20221215_ANV5_202403031834', 8), # noqa E501 + mksrc('bigquery', 'datarepo-bfa59a11', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_WES_20240201_ANV5_202403031842', 251), # noqa E501 + mksrc('bigquery', 'datarepo-f8d5318a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_HMB_WES_20230131_ANV5_202402021131', 7), + mksrc('bigquery', 'datarepo-4ef1d979', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMSS_DS_EP_NEURO_MDS_WES_20230612_ANV5_202402021139', 1275), # noqa E501 + mksrc('bigquery', 'datarepo-5e00a0df', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202402062105', 313), # noqa E501 + mksrc('bigquery', 'datarepo-10948836', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_NPU_WES_20221114_ANV5_202403031858', 49), # noqa E501 + mksrc('bigquery', 'datarepo-0a247e9e', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202403031906', 355), # noqa E501 + mksrc('bigquery', 'datarepo-154b4ef8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202403031915', 832), # noqa E501 + mksrc('bigquery', 'datarepo-07b8d88c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAVAN_HMB_GSO_WES_20221207_ANV5_202402021226', 2454), # noqa E501 + mksrc('bigquery', 'datarepo-1985a01d', 'ANVIL_CCDG_Broad_Spalletta_HMB_NPU_MDS_WES_20221102_ANV5_202403031942', 104), # noqa E501 + mksrc('bigquery', 'datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922, pop), # noqa E501 + mksrc('bigquery', 'datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310, pop), + mksrc('bigquery', 'datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750, pop), + mksrc('bigquery', 'datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049, pop), + mksrc('bigquery', 'datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148, pop), + mksrc('bigquery', 'datarepo-86bb81c0', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_GRU_MDS_WGS_20230605_ANV5_202403032029', 839), # noqa E501 + mksrc('bigquery', 'datarepo-85674dce', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403081651', 4601), + mksrc('bigquery', 'datarepo-7d1461b2', 'ANVIL_CCDG_NYGC_NP_Autism_SSC_WGS_20230605_ANV5_202403032206', 9340), + mksrc('bigquery', 'datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690, pop), + mksrc('bigquery', 'datarepo-15645b8d', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202403040118', 611), # noqa E501 + mksrc('bigquery', 'datarepo-4a0769c7', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202403040126', 381), # noqa E501 + mksrc('bigquery', 'datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473, pop), + mksrc('bigquery', 'datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3, pop), + mksrc('bigquery', 'datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15, pop), + mksrc('bigquery', 'datarepo-0a21cbfd', 'ANVIL_CMG_BaylorHopkins_HMB_IRB_NPU_WES_20221020_ANV5_202402290528', 2223), + mksrc('bigquery', 'datarepo-d321333c', 'ANVIL_CMG_BaylorHopkins_HMB_NPU_WES_20230525_ANV5_202402290537', 4804), + mksrc('bigquery', 'datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612, pop), + mksrc('bigquery', 'datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141, pop), + mksrc('bigquery', 'datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96, pop), + mksrc('bigquery', 'datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180, pop), + mksrc('bigquery', 'datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39, pop), + mksrc('bigquery', 'datarepo-fc6ce406', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20240112_ANV5_202401152208', 296), + mksrc('bigquery', 'datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46, pop), + mksrc('bigquery', 'datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778, pop), + mksrc('bigquery', 'datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150, pop), + mksrc('bigquery', 'datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35, pop), + mksrc('bigquery', 'datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214, pop), # noqa E501 + mksrc('bigquery', 'datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133, pop), + mksrc('bigquery', 'datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544, pop), # noqa E501 + mksrc('bigquery', 'datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27, pop), # noqa E501 + mksrc('bigquery', 'datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147, pop), + mksrc('bigquery', 'datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141, pop), + mksrc('bigquery', 'datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305, pop), + mksrc('bigquery', 'datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152, pop), + mksrc('bigquery', 'datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169, pop), + mksrc('bigquery', 'datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16, pop), + mksrc('bigquery', 'datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121, pop), + mksrc('bigquery', 'datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8, pop), + mksrc('bigquery', 'datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31, pop), + mksrc('bigquery', 'datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382, pop), + mksrc('bigquery', 'datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10, pop), + mksrc('bigquery', 'datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226, pop), + mksrc('bigquery', 'datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140, pop), # noqa E501 + mksrc('bigquery', 'datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408, pop), + mksrc('bigquery', 'datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71, pop), + mksrc('bigquery', 'datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107, pop), # noqa E501 + mksrc('bigquery', 'datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427, pop), # noqa E501 + mksrc('bigquery', 'datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11, pop), + mksrc('bigquery', 'datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11, pop), # noqa E501 + mksrc('bigquery', 'datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254, pop), + mksrc('bigquery', 'datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64, pop), + mksrc('bigquery', 'datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237, pop), + mksrc('bigquery', 'datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3, pop), + mksrc('bigquery', 'datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6, pop), + mksrc('bigquery', 'datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60, pop), # noqa E501 + mksrc('bigquery', 'datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181, pop), + mksrc('bigquery', 'datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10, pop), + mksrc('bigquery', 'datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198, pop), + mksrc('bigquery', 'datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110, pop), + mksrc('bigquery', 'datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610, pop), + mksrc('bigquery', 'datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45, pop), + mksrc('bigquery', 'datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53, pop), + mksrc('bigquery', 'datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415, pop), + mksrc('bigquery', 'datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005, pop), + mksrc('bigquery', 'datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563, pop), + mksrc('bigquery', 'datarepo-cb305c8e', 'ANVIL_CMG_YALE_DS_MC_20221026_ANV5_202402281611', 748), + mksrc('bigquery', 'datarepo-c2897355', 'ANVIL_CMG_Yale_DS_BPEAKD_20240113_ANV5_202401141447', 101), + mksrc('bigquery', 'datarepo-4b5667f8', 'ANVIL_CMG_Yale_DS_RD_20240113_ANV5_202401141453', 100), + mksrc('bigquery', 'datarepo-9e86cb23', 'ANVIL_CMG_Yale_DS_THAL_IRB_20240113_ANV5_202401141500', 359), + mksrc('bigquery', 'datarepo-278252c3', 'ANVIL_CMG_Yale_HMB_IRB_20240113_ANV5_202401141507', 48), + mksrc('bigquery', 'datarepo-eea2a20c', 'ANVIL_CMH_GAFK_10X_Genomics_20240304_ANV5_202403071539', 312), + mksrc('bigquery', 'datarepo-0e0bf0f8', 'ANVIL_CMH_GAFK_ES_20240301_ANV5_202403040338', 26829), + mksrc('bigquery', 'datarepo-9935aa3f', 'ANVIL_CMH_GAFK_IlluminaGSA_20240311_ANV5_202403121355', 13940), + mksrc('bigquery', 'datarepo-d391ce5f', 'ANVIL_CMH_GAFK_IsoSeq_20240113_ANV5_202402062116', 415), + mksrc('bigquery', 'datarepo-beef6734', 'ANVIL_CMH_GAFK_MGI_20240304_ANV5_202403071559', 1609), + mksrc('bigquery', 'datarepo-8599b1fb', 'ANVIL_CMH_GAFK_PacBio_methyl_tagged_20240311_ANV5_202403121402', 793), + mksrc('bigquery', 'datarepo-94f58e6c', 'ANVIL_CMH_GAFK_SCATAC_20221107_ANV5_202402290954', 322), + mksrc('bigquery', 'datarepo-5447de30', 'ANVIL_CMH_GAFK_WGBS_20230327_ANV5_202402062120', 1475), + mksrc('bigquery', 'datarepo-db73a316', 'ANVIL_CMH_GAFK_WGS_20240113_ANV5_202402062123', 23848), + mksrc('bigquery', 'datarepo-5227851b', 'ANVIL_CSER_ClinSeq_GRU_20240401_ANV5_202404081541', 23), + mksrc('bigquery', 'datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708, pop), + mksrc('bigquery', 'datarepo-8a98bcb4', 'ANVIL_NIMH_Broad_ConvNeuro_McCarroll_Nehme_Levy_CIRM_DS_Village_20240405_ANV5_202404081511', 495), # noqa E501 + mksrc('bigquery', 'datarepo-c02a5efb', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202402292203', 1357), # noqa E501 + mksrc('bigquery', 'datarepo-817f27aa', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20240206_ANV5_202402081755', 678), # noqa E501 + mksrc('bigquery', 'datarepo-ddc1d72b', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202402292209', 3), # noqa E501 + mksrc('bigquery', 'datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561, pop), # noqa E501 + mksrc('bigquery', 'datarepo-69e4bc19', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_COGS_DS_WGS_20240113_ANV5_202401152215', 611), # noqa E501 + mksrc('bigquery', 'datarepo-da595e23', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20240112_ANV5_202401141541', 340), # noqa E501 + mksrc('bigquery', 'datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368, pop), # noqa E501 + mksrc('bigquery', 'datarepo-df20901c', 'ANVIL_NIMH_Broad_WGSPD_1_McCarroll_Braff_DS_WGS_20240304_ANV5_202403071610', 213), # noqa E501 + mksrc('bigquery', 'datarepo-75e17b99', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202402292215', 6510), # noqa E501 + mksrc('bigquery', 'datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308, pop), + mksrc('bigquery', 'datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70, pop), + mksrc('bigquery', 'datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234, pop), + mksrc('bigquery', 'datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78, pop), # noqa E501 + mksrc('bigquery', 'datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235, pop), + mksrc('bigquery', 'datarepo-f3817357', 'ANVIL_ccdg_asc_ndd_daly_talkowski_AGRE_asd_exome_20221102_ANV5_202403040528', 850), # noqa E501 + mksrc('bigquery', 'datarepo-23635d1c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_IBIS_asd_exome_20221024_ANV5_202403040537', 241), # noqa E501 + mksrc('bigquery', 'datarepo-ecf311e7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_TASC_asd_exome_20221117_ANV5_202403040544', 3175), # noqa E501 + mksrc('bigquery', 'datarepo-90923a9d', 'ANVIL_ccdg_asc_ndd_daly_talkowski_aleksic_asd_exome_20231013_ANV5_202403040600', 701), # noqa E501 + mksrc('bigquery', 'datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888, pop), # noqa E501 + mksrc('bigquery', 'datarepo-efc0eb70', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gargus_asd_exome_20231013_ANV5_202403040645', 131), # noqa E501 + mksrc('bigquery', 'datarepo-d1f95953', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gurrieri_asd_exome_20221024_ANV5_202402291153', 61), # noqa E501 + mksrc('bigquery', 'datarepo-5590427b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mayo_asd_exome_20221024_ANV5_202402291115', 337), # noqa E501 + mksrc('bigquery', 'datarepo-3cbe3dd3', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mcpartland_asd_exome_20221116_ANV5_202403040753', 6214), # noqa E501 + mksrc('bigquery', 'datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155, pop), # noqa E501 + mksrc('bigquery', 'datarepo-104705f5', 'ANVIL_ccdg_asc_ndd_daly_talkowski_passos_bueno_asd_exome_20221108_ANV5_202403040831', 948), # noqa E501 + mksrc('bigquery', 'datarepo-a07262c0', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_exome__20221025_ANV5_202403040839', 110), # noqa E501 + mksrc('bigquery', 'datarepo-418e64c1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_persico_asd_exome_20221027_ANV5_202403040854', 533), # noqa E501 + mksrc('bigquery', 'datarepo-cfe20662', 'ANVIL_ccdg_asc_ndd_daly_talkowski_renieri_asd_exome_20230327_ANV5_202403040909', 777), # noqa E501 + mksrc('bigquery', 'datarepo-7c668a5c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_exome_20230324_ANV5_202403040917', 156), # noqa E501 + mksrc('bigquery', 'datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158, pop), # noqa E501 + mksrc('bigquery', 'datarepo-2571477f', 'ANVIL_ccdg_broad_ai_ibd_daly_burnstein_gsa_20240103_ANV5_202401112154', 396), # noqa E501 + mksrc('bigquery', 'datarepo-c0abacf6', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_gsa_20240103_ANV5_202401112202', 96), + mksrc('bigquery', 'datarepo-c7473b33', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_wes_20240103_ANV5_202403040940', 84), + mksrc('bigquery', 'datarepo-ac30439c', 'ANVIL_ccdg_broad_ai_ibd_daly_cho_niddk_gsa_20240103_ANV5_202401112215', 10725), # noqa E501 + mksrc('bigquery', 'datarepo-267ea46f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_gsa_20240103_ANV5_202401121413', 3773), # noqa E501 + mksrc('bigquery', 'datarepo-c481c20f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_wes_20240103_ANV5_202403040947', 2512), # noqa E501 + mksrc('bigquery', 'datarepo-938f9e89', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_gsa_20240104_ANV5_202401121427', 5442), # noqa E501 + mksrc('bigquery', 'datarepo-d4b1264d', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_wes_20240104_ANV5_202403040954', 3616), # noqa E501 + mksrc('bigquery', 'datarepo-4d149951', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_gsa_20240104_ANV5_202401121441', 16964), # noqa E501 + mksrc('bigquery', 'datarepo-e12ce5bd', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_wes_20240104_ANV5_202403041001', 12167), # noqa E501 + mksrc('bigquery', 'datarepo-2c7e5905', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_gsa_20240311_ANV5_202403121623', 2096), # noqa E501 + mksrc('bigquery', 'datarepo-f5463526', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_gsa_20240104_ANV5_202401121503', 168), # noqa E501 + mksrc('bigquery', 'datarepo-51367192', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_nhgri_wes_20240104_ANV5_202401152230', 28), # noqa E501 + mksrc('bigquery', 'datarepo-7268c3a0', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_gsa_20240311_ANV5_202403121627', 11472), # noqa E501 + mksrc('bigquery', 'datarepo-51449a60', 'ANVIL_ccdg_broad_ai_ibd_daly_lira_share_wes_20240104_ANV5_202403041035', 220), # noqa E501 + mksrc('bigquery', 'datarepo-ee1b3121', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_gsa_20240311_ANV5_202403121633', 8298), + mksrc('bigquery', 'datarepo-083044ec', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_gsa_20240105_ANV5_202401121611', 5229), # noqa E501 + mksrc('bigquery', 'datarepo-10ae29e5', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_wes_20240105_ANV5_202403041117', 3668), # noqa E501 + mksrc('bigquery', 'datarepo-a240ffda', 'ANVIL_ccdg_broad_ai_ibd_daly_niddk_cho_wes_20240105_ANV5_202403041125', 10907), # noqa E501 + mksrc('bigquery', 'datarepo-929acb2a', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_bitton_igenomed_wes_20240105_ANV5_202401121701', 183), # noqa E501 + mksrc('bigquery', 'datarepo-fa70ba86', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_genizon_wes_20240311_ANV5_202403121426', 1923), # noqa E501 + mksrc('bigquery', 'datarepo-6e9030de', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_igenomed_gsa_20240105_ANV5_202401121709', 1118), # noqa E501 + mksrc('bigquery', 'datarepo-c9265cf7', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_gsa_20240108_ANV5_202401121716', 5520), # noqa E501 + mksrc('bigquery', 'datarepo-fe283248', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_wes_20240108_ANV5_202403041140', 6829), # noqa E501 + mksrc('bigquery', 'datarepo-3ca098f3', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_gsa_20240108_ANV5_202401121730', 8790), # noqa E501 + mksrc('bigquery', 'datarepo-fd47ae7f', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_wes_20240108_ANV5_202403041148', 5745), # noqa E501 + mksrc('bigquery', 'datarepo-4300fbc6', 'ANVIL_ccdg_broad_ai_ibd_daly_silverberg_niddk_gsa_20240108_ANV5_202401121745', 14654), # noqa E501 + mksrc('bigquery', 'datarepo-14285871', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_nhs_gsa_20240311_ANV5_202403121637', 9597), # noqa E501 + mksrc('bigquery', 'datarepo-d69ac752', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_wes_20240108_ANV5_202403041155', 6506), # noqa E501 + mksrc('bigquery', 'datarepo-268dabf8', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_gsa_20240113_ANV5_202402062145', 24162), # noqa E501 + mksrc('bigquery', 'datarepo-636bc565', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_wes_20240108_ANV5_202403041203', 18885), # noqa E501 + mksrc('bigquery', 'datarepo-7cc92556', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_gsa_20240108_ANV5_202402062149', 3850), # noqa E501 + mksrc('bigquery', 'datarepo-6b12cac1', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_wes_20240108_ANV5_202403041214', 35516), # noqa E501 + mksrc('bigquery', 'datarepo-5d4e150c', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_gsa_20240108_ANV5_202401121819', 4255), # noqa E501 + mksrc('bigquery', 'datarepo-e30e7797', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_wes_20240108_ANV5_202403041224', 2934), # noqa E501 + mksrc('bigquery', 'datarepo-597e5f25', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_duerr_wes_20240112_ANV5_202403041241', 1891), # noqa E501 + mksrc('bigquery', 'datarepo-2f8b185b', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_silverberg_wes_20240112_ANV5_202403041250', 2465), # noqa E501 + mksrc('bigquery', 'datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483, pop), + mksrc('bigquery', 'datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136, pop), # noqa E501 + mksrc('bigquery', 'datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60, pop), + mksrc('bigquery', 'datarepo-6c0a5f0d', 'ANVIL_ccdg_broad_mi_univutah_ds_cvd_wes_20221026_ANV5_202403031059', 1913), + mksrc('bigquery', 'datarepo-235663ab', 'ANVIL_ccdg_broad_np_epilepsy_usavancontrols_hmb_gso_wes_20221101_ANV5_202403031924', 1975), # noqa E501 + mksrc('bigquery', 'datarepo-81cf50b1', 'ANVIL_ccdg_broad_np_epilepsy_zafagn_ds_epi_como_mds_wes_20221026_ANV5_202403031933', 507), # noqa E501 + mksrc('bigquery', 'datarepo-e6801146', 'ANVIL_ccdg_nygc_np_autism_hmca_wgs_20221024_ANV5_202403032115', 724), + mksrc('bigquery', 'datarepo-64b26798', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202403032311', 3397), + mksrc('bigquery', 'datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648, pop), + mksrc('bigquery', 'datarepo-01e3396c', 'ANVIL_ccdg_washu_cvd_eocad_cleveland_wgs_20221024_ANV5_202403040008', 348), + mksrc('bigquery', 'datarepo-5e62ca4f', 'ANVIL_ccdg_washu_cvd_eocad_emerge_wgs_20221024_ANV5_202403040026', 277), + mksrc('bigquery', 'datarepo-a0d77559', 'ANVIL_ccdg_washu_cvd_eocad_emory_wgs_20221024_ANV5_202403040034', 430), + mksrc('bigquery', 'datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112, pop), # noqa E501 + mksrc('bigquery', 'datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95, pop), + mksrc('bigquery', 'datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40, pop), + mksrc('bigquery', 'datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569, pop), + mksrc('bigquery', 'datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017, pop), # noqa E501 + mksrc('bigquery', 'datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432, pop), + mksrc('bigquery', 'datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907, pop), + mksrc('bigquery', 'datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971, pop), + mksrc('bigquery', 'datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491, pop), + mksrc('bigquery', 'datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478, pop), + mksrc('bigquery', 'datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488, pop), + mksrc('bigquery', 'datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486, pop), + mksrc('bigquery', 'datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027, pop), + mksrc('bigquery', 'datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296, pop), + mksrc('bigquery', 'datarepo-bf91a039', 'ANVIL_nhgri_broad_ibd_daly_winter_wes_20240112_ANV5_202403041315', 414), # @formatter:on ])) anvil7_sources = mkdict(anvil6_sources, 257, mkdelta([ - mksrc('datarepo-c9e438dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202406261957', 686), - mksrc('datarepo-90a1d452', 'ANVIL_GREGoR_R01_GRU_20240208_ANV5_202407011515', 2473), - mksrc('datarepo-c27c13db', 'ANVIL_GREGoR_R01_HMB_20240208_ANV5_202407011529', 222), - mksrc('datarepo-3594cc06', 'ANVIL_HPRC_20240401_ANV5_202406261913', 63201), - mksrc('datarepo-49f55ff6', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Light_DS_WGS_20240625_ANV5_202406262032', 60), - mksrc('datarepo-54040f7f', 'ANVIL_T2T_CHRY_20240301_ANV5_202406271432', 309979), - mksrc('datarepo-5048eadd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_burnstein_utsw_wes_20240627_ANV5_202406271535', 66), - mksrc('datarepo-5d003f44', 'ANVIL_ccdg_broad_daly_igsr_1kg_twist_wes_20240625_ANV5_202406261904', 670) + # @formatter:off + mksrc('bigquery', 'datarepo-c9e438dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202406261957', 686), # noqa E501 + mksrc('bigquery', 'datarepo-90a1d452', 'ANVIL_GREGoR_R01_GRU_20240208_ANV5_202407011515', 2473), + mksrc('bigquery', 'datarepo-c27c13db', 'ANVIL_GREGoR_R01_HMB_20240208_ANV5_202407011529', 222), + mksrc('bigquery', 'datarepo-3594cc06', 'ANVIL_HPRC_20240401_ANV5_202406261913', 63201), + mksrc('bigquery', 'datarepo-49f55ff6', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Light_DS_WGS_20240625_ANV5_202406262032', 60), # noqa E501 + mksrc('bigquery', 'datarepo-54040f7f', 'ANVIL_T2T_CHRY_20240301_ANV5_202406271432', 309979), + mksrc('bigquery', 'datarepo-5048eadd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_burnstein_utsw_wes_20240627_ANV5_202406271535', 66), # noqa E501 + mksrc('bigquery', 'datarepo-5d003f44', 'ANVIL_ccdg_broad_daly_igsr_1kg_twist_wes_20240625_ANV5_202406261904', 670) + # @formatter:on ])) diff --git a/deployments/dev/environment.py b/deployments/dev/environment.py index 51ec1412ee..b87bc59de3 100644 --- a/deployments/dev/environment.py +++ b/deployments/dev/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -22,12 +23,17 @@ def partition_prefix_length(n: int) -> int: pop = 2 # remove snapshot -def mksrc(google_project, snapshot, subgraphs, flags: int = 0) -> tuple[str, str]: +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, + snapshot, + subgraphs, + flags: int = 0 + ) -> tuple[str, str | None]: _, env, project, _ = snapshot.split('_', 3) assert flags <= ma | pop source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -58,132 +64,134 @@ def mkdict(previous_catalog: dict[str, str], dcp2_sources = mkdict({}, 105, mkdelta([ - mksrc('datarepo-dev-a9252919', 'hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903', 7), - mksrc('datarepo-dev-c148d39c', 'hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902', 8), - mksrc('datarepo-dev-e2ab8487', 'hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907', 1530), - mksrc('datarepo-dev-37639c56', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20210928', 185), - mksrc('datarepo-dev-9f4012c9', 'hca_dev_05be4f374506429bb112506444507d62__20210827_20210902', 1544), - mksrc('datarepo-dev-baa2812f', 'hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903', 1450), - mksrc('datarepo-dev-38e08b5c', 'hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903', 2), - mksrc('datarepo-dev-2749da57', 'hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903', 20), - mksrc('datarepo-dev-eab7fa76', 'hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903', 177), - mksrc('datarepo-dev-fef02a92', 'hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903', 8), - mksrc('datarepo-dev-78bae095', 'hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903', 10), - mksrc('datarepo-dev-ff0a2fe7', 'hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903', 8), - mksrc('datarepo-dev-4de1b9fd', 'hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903', 28), - mksrc('datarepo-dev-135f340c', 'hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928', 10), - mksrc('datarepo-dev-86c60513', 'hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903', 18), - mksrc('datarepo-dev-f5321179', 'hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903', 421), - mksrc('datarepo-dev-76de829d', 'hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907', 1734), - mksrc('datarepo-dev-c808badb', 'hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903', 10), - mksrc('datarepo-dev-23782220', 'hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909', 1476), - mksrc('datarepo-dev-4c3e6011', 'hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907', 2958), - mksrc('datarepo-dev-1c2c69d9', 'hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903', 3), - mksrc('datarepo-dev-38f08cd8', 'hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903', 10), - mksrc('datarepo-dev-4cf05ce2', 'hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903', 2290), - mksrc('datarepo-dev-3041c2cf', 'hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903', 10), - mksrc('datarepo-dev-311340f6', 'hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907', 3589), - mksrc('datarepo-dev-766bfb76', 'hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903', 8), - mksrc('datarepo-dev-1720b3c5', 'hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902', 4), - mksrc('datarepo-dev-ac6efd3f', 'hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903', 42), - mksrc('datarepo-dev-40283c27', 'hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903', 125), - mksrc('datarepo-dev-b08233fa', 'hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903', 8), - mksrc('datarepo-dev-bdc9f342', 'hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903', 1001), - mksrc('datarepo-dev-ec07c8d8', 'hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903', 39), - mksrc('datarepo-dev-c0ec174a', 'hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903', 63), - mksrc('datarepo-dev-31b3553a', 'hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903', 4), - mksrc('datarepo-dev-b4789901', 'hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903', 12), - mksrc('datarepo-dev-4e5ffd52', 'hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903', 9), - mksrc('datarepo-dev-5ef7f2e2', 'hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903', 74), - mksrc('datarepo-dev-a6c6b953', 'hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903', 14), - mksrc('datarepo-dev-f31edbc2', 'hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903', 12), - mksrc('datarepo-dev-bb8fbae4', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20210928', 6), - mksrc('datarepo-dev-71de019e', 'hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928', 649), - mksrc('datarepo-dev-ffcf8b00', 'hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903', 467), - mksrc('datarepo-dev-f76414c8', 'hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902', 176), - mksrc('datarepo-dev-319b80f7', 'hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903', 7), - mksrc('datarepo-dev-279f1986', 'hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903', 41), - mksrc('datarepo-dev-0abea017', 'hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902', 603), - mksrc('datarepo-dev-da221b1a', 'hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903', 1145), - mksrc('datarepo-dev-c3d623dc', 'hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903', 11), - mksrc('datarepo-dev-ecb9c129', 'hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903', 732), - mksrc('datarepo-dev-3545971c', 'hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928', 4), - mksrc('datarepo-dev-12b7a9e1', 'hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903', 366), - mksrc('datarepo-dev-7913b094', 'hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902', 216), - mksrc('datarepo-dev-4747d8fe', 'hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903', 1601), - mksrc('datarepo-dev-aba01389', 'hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907', 7), - mksrc('datarepo-dev-bf3a4c8a', 'hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903', 12), - mksrc('datarepo-dev-560ee3d1', 'hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007', 1612), - mksrc('datarepo-dev-bd995e95', 'hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903', 8), - mksrc('datarepo-dev-d0772077', 'hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903', 3), - mksrc('datarepo-dev-8eb2ffd1', 'hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903', 16), - mksrc('datarepo-dev-0c5c20b5', 'hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907', 6640), - mksrc('datarepo-dev-29509483', 'hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110', 2245), - mksrc('datarepo-dev-59d37b9a', 'hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903', 149), - mksrc('datarepo-dev-788c3b52', 'hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903', 13), - mksrc('datarepo-dev-4b88b45b', 'hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903', 28), - mksrc('datarepo-dev-02c59b72', 'hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903', 1190, ma), - mksrc('datarepo-dev-a6312a94', 'hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903', 41), - mksrc('datarepo-dev-75589244', 'hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903', 26), - mksrc('datarepo-dev-d4b988d6', 'hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903', 16, ma), - mksrc('datarepo-dev-9ec7beb6', 'hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902', 26), - mksrc('datarepo-dev-d3d5bbfa', 'hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903', 33), - mksrc('datarepo-dev-7b7daff7', 'hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902', 6), - mksrc('datarepo-dev-58610528', 'hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903', 23), - mksrc('datarepo-dev-1dce87e5', 'hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916', 3515), - mksrc('datarepo-dev-b2004d1c', 'hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903', 24), - mksrc('datarepo-dev-0b465564', 'hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903', 193), - mksrc('datarepo-dev-cd97e83a', 'hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928', 2), - mksrc('datarepo-dev-376d3f4a', 'hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903', 18), - mksrc('datarepo-dev-aa783adb', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20210928', 1), - mksrc('datarepo-dev-990234a8', 'hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903', 639), - mksrc('datarepo-dev-61b8d081', 'hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902', 9), - mksrc('datarepo-dev-71926fdc', 'hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903', 20), - mksrc('datarepo-dev-2f4bfe5d', 'hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902', 222), - mksrc('datarepo-dev-aa8357fb', 'hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903', 1314), - mksrc('datarepo-dev-24e672db', 'hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907', 2545), - mksrc('datarepo-dev-f4cb2365', 'hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928', 189), - mksrc('datarepo-dev-0d6f73ac', 'hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903', 8), - mksrc('datarepo-dev-5674b4eb', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20210903', 735), - mksrc('datarepo-dev-b3632667', 'hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903', 40), - mksrc('datarepo-dev-92c3a1de', 'hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903', 14), - mksrc('datarepo-dev-e5bc6d76', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20211015', 11), - mksrc('datarepo-dev-dbc582d9', 'hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902', 84), - mksrc('datarepo-dev-848e2d4f', 'hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902', 1), - mksrc('datarepo-dev-3b058b81', 'hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14', 10), - mksrc('datarepo-dev-27ad01e5', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20210928', 1), - mksrc('datarepo-dev-b839d6c7', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20210907', 606), - mksrc('datarepo-dev-3faef568', 'hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903', 8), - mksrc('datarepo-dev-e304a8fe', 'hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903', 333), - mksrc('datarepo-dev-6fdac3db', 'hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907', 898), - mksrc('datarepo-dev-dbc3e131', 'hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903', 385), - mksrc('datarepo-dev-b51e6694', 'hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007', 14), - mksrc('datarepo-dev-10f0610a', 'hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903', 4), - mksrc('datarepo-dev-24e9529e', 'hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908', 7663), - mksrc('datarepo-dev-67240cf2', 'hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903', 20), - mksrc('datarepo-dev-e8e0a59a', 'hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903', 384), - mksrc('datarepo-dev-96d8e08c', 'hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903', 62), + mksrc('bigquery', 'datarepo-dev-a9252919', 'hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903', 7), + mksrc('bigquery', 'datarepo-dev-c148d39c', 'hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902', 8), + mksrc('bigquery', 'datarepo-dev-e2ab8487', 'hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907', 1530), + mksrc('bigquery', 'datarepo-dev-37639c56', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20210928', 185), + mksrc('bigquery', 'datarepo-dev-9f4012c9', 'hca_dev_05be4f374506429bb112506444507d62__20210827_20210902', 1544), + mksrc('bigquery', 'datarepo-dev-baa2812f', 'hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903', 1450), + mksrc('bigquery', 'datarepo-dev-38e08b5c', 'hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903', 2), + mksrc('bigquery', 'datarepo-dev-2749da57', 'hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903', 20), + mksrc('bigquery', 'datarepo-dev-eab7fa76', 'hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903', 177), + mksrc('bigquery', 'datarepo-dev-fef02a92', 'hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-78bae095', 'hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903', 10), + mksrc('bigquery', 'datarepo-dev-ff0a2fe7', 'hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-4de1b9fd', 'hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903', 28), + mksrc('bigquery', 'datarepo-dev-135f340c', 'hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928', 10), + mksrc('bigquery', 'datarepo-dev-86c60513', 'hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903', 18), + mksrc('bigquery', 'datarepo-dev-f5321179', 'hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903', 421), + mksrc('bigquery', 'datarepo-dev-76de829d', 'hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907', 1734), + mksrc('bigquery', 'datarepo-dev-c808badb', 'hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903', 10), + mksrc('bigquery', 'datarepo-dev-23782220', 'hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909', 1476), + mksrc('bigquery', 'datarepo-dev-4c3e6011', 'hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907', 2958), + mksrc('bigquery', 'datarepo-dev-1c2c69d9', 'hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903', 3), + mksrc('bigquery', 'datarepo-dev-38f08cd8', 'hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903', 10), + mksrc('bigquery', 'datarepo-dev-4cf05ce2', 'hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903', 2290), + mksrc('bigquery', 'datarepo-dev-3041c2cf', 'hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903', 10), + mksrc('bigquery', 'datarepo-dev-311340f6', 'hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907', 3589), + mksrc('bigquery', 'datarepo-dev-766bfb76', 'hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-1720b3c5', 'hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902', 4), + mksrc('bigquery', 'datarepo-dev-ac6efd3f', 'hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903', 42), + mksrc('bigquery', 'datarepo-dev-40283c27', 'hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903', 125), + mksrc('bigquery', 'datarepo-dev-b08233fa', 'hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-bdc9f342', 'hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903', 1001), + mksrc('bigquery', 'datarepo-dev-ec07c8d8', 'hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903', 39), + mksrc('bigquery', 'datarepo-dev-c0ec174a', 'hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903', 63), + mksrc('bigquery', 'datarepo-dev-31b3553a', 'hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903', 4), + mksrc('bigquery', 'datarepo-dev-b4789901', 'hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903', 12), + mksrc('bigquery', 'datarepo-dev-4e5ffd52', 'hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903', 9), + mksrc('bigquery', 'datarepo-dev-5ef7f2e2', 'hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903', 74), + mksrc('bigquery', 'datarepo-dev-a6c6b953', 'hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903', 14), + mksrc('bigquery', 'datarepo-dev-f31edbc2', 'hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903', 12), + mksrc('bigquery', 'datarepo-dev-bb8fbae4', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20210928', 6), + mksrc('bigquery', 'datarepo-dev-71de019e', 'hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928', 649), + mksrc('bigquery', 'datarepo-dev-ffcf8b00', 'hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903', 467), + mksrc('bigquery', 'datarepo-dev-f76414c8', 'hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902', 176), + mksrc('bigquery', 'datarepo-dev-319b80f7', 'hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903', 7), + mksrc('bigquery', 'datarepo-dev-279f1986', 'hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903', 41), + mksrc('bigquery', 'datarepo-dev-0abea017', 'hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902', 603), + mksrc('bigquery', 'datarepo-dev-da221b1a', 'hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903', 1145), + mksrc('bigquery', 'datarepo-dev-c3d623dc', 'hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903', 11), + mksrc('bigquery', 'datarepo-dev-ecb9c129', 'hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903', 732), + mksrc('bigquery', 'datarepo-dev-3545971c', 'hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928', 4), + mksrc('bigquery', 'datarepo-dev-12b7a9e1', 'hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903', 366), + mksrc('bigquery', 'datarepo-dev-7913b094', 'hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902', 216), + mksrc('bigquery', 'datarepo-dev-4747d8fe', 'hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903', 1601), + mksrc('bigquery', 'datarepo-dev-aba01389', 'hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907', 7), + mksrc('bigquery', 'datarepo-dev-bf3a4c8a', 'hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903', 12), + mksrc('bigquery', 'datarepo-dev-560ee3d1', 'hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007', 1612), + mksrc('bigquery', 'datarepo-dev-bd995e95', 'hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903', 8), + mksrc('bigquery', 'datarepo-dev-d0772077', 'hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903', 3), + mksrc('bigquery', 'datarepo-dev-8eb2ffd1', 'hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903', 16), + mksrc('bigquery', 'datarepo-dev-0c5c20b5', 'hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907', 6640), + mksrc('bigquery', 'datarepo-dev-29509483', 'hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110', 2245), + mksrc('bigquery', 'datarepo-dev-59d37b9a', 'hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903', 149), + mksrc('bigquery', 'datarepo-dev-788c3b52', 'hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903', 13), + mksrc('bigquery', 'datarepo-dev-4b88b45b', 'hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903', 28), + mksrc('bigquery', 'datarepo-dev-02c59b72', 'hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903', 1190, ma), + mksrc('bigquery', 'datarepo-dev-a6312a94', 'hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903', 41), + mksrc('bigquery', 'datarepo-dev-75589244', 'hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903', 26), + mksrc('bigquery', 'datarepo-dev-d4b988d6', 'hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903', 16, ma), + mksrc('bigquery', 'datarepo-dev-9ec7beb6', 'hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902', 26), + mksrc('bigquery', 'datarepo-dev-d3d5bbfa', 'hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903', 33), + mksrc('bigquery', 'datarepo-dev-7b7daff7', 'hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902', 6), + mksrc('bigquery', 'datarepo-dev-58610528', 'hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903', 23), + mksrc('bigquery', 'datarepo-dev-1dce87e5', 'hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916', 3515), + mksrc('bigquery', 'datarepo-dev-b2004d1c', 'hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903', 24), + mksrc('bigquery', 'datarepo-dev-0b465564', 'hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903', 193), + mksrc('bigquery', 'datarepo-dev-cd97e83a', 'hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928', 2), + mksrc('bigquery', 'datarepo-dev-376d3f4a', 'hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903', 18), + mksrc('bigquery', 'datarepo-dev-aa783adb', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20210928', 1), + mksrc('bigquery', 'datarepo-dev-990234a8', 'hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903', 639), + mksrc('bigquery', 'datarepo-dev-61b8d081', 'hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902', 9), + mksrc('bigquery', 'datarepo-dev-71926fdc', 'hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903', 20), + mksrc('bigquery', 'datarepo-dev-2f4bfe5d', 'hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902', 222), + mksrc('bigquery', 'datarepo-dev-aa8357fb', 'hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903', 1314), + mksrc('bigquery', 'datarepo-dev-24e672db', 'hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907', 2545), + mksrc('bigquery', 'datarepo-dev-f4cb2365', 'hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928', 189), + mksrc('bigquery', 'datarepo-dev-0d6f73ac', 'hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-5674b4eb', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20210903', 735), + mksrc('bigquery', 'datarepo-dev-b3632667', 'hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903', 40), + mksrc('bigquery', 'datarepo-dev-92c3a1de', 'hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903', 14), + mksrc('bigquery', 'datarepo-dev-e5bc6d76', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20211015', 11), + mksrc('bigquery', 'datarepo-dev-dbc582d9', 'hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902', 84), + mksrc('bigquery', 'datarepo-dev-848e2d4f', 'hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902', 1), + mksrc('bigquery', 'datarepo-dev-3b058b81', 'hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14', 10), + mksrc('bigquery', 'datarepo-dev-27ad01e5', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20210928', 1), + mksrc('bigquery', 'datarepo-dev-b839d6c7', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20210907', 606), + mksrc('bigquery', 'datarepo-dev-3faef568', 'hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-e304a8fe', 'hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903', 333), + mksrc('bigquery', 'datarepo-dev-6fdac3db', 'hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907', 898), + mksrc('bigquery', 'datarepo-dev-dbc3e131', 'hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903', 385), + mksrc('bigquery', 'datarepo-dev-b51e6694', 'hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007', 14), + mksrc('bigquery', 'datarepo-dev-10f0610a', 'hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903', 4), + mksrc('bigquery', 'datarepo-dev-24e9529e', 'hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908', 7663), + mksrc('bigquery', 'datarepo-dev-67240cf2', 'hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903', 20), + mksrc('bigquery', 'datarepo-dev-e8e0a59a', 'hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903', 384), + mksrc('bigquery', 'datarepo-dev-96d8e08c', 'hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903', 62), ])) dcp3_sources = mkdict(dcp2_sources, 105, mkdelta([ - mksrc('datarepo-dev-3d6d24ad', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215', 185), - mksrc('datarepo-dev-b46086a9', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215', 6), - mksrc('datarepo-dev-27c50fbc', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215', 1), - mksrc('datarepo-dev-2a4ab485', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215', 735), - mksrc('datarepo-dev-1005632d', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215', 11), - mksrc('datarepo-dev-8709b362', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215', 1), - mksrc('datarepo-dev-e1712bfa', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215', 606), + mksrc('bigquery', 'datarepo-dev-3d6d24ad', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215', 185), + mksrc('bigquery', 'datarepo-dev-b46086a9', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215', 6), + mksrc('bigquery', 'datarepo-dev-27c50fbc', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215', 1), + mksrc('bigquery', 'datarepo-dev-2a4ab485', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215', 735), + mksrc('bigquery', 'datarepo-dev-1005632d', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215', 11), + mksrc('bigquery', 'datarepo-dev-8709b362', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215', 1), + mksrc('bigquery', 'datarepo-dev-e1712bfa', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215', 606), ])) lungmap_sources = mkdict({}, 2, mkdelta([ - mksrc('datarepo-dev-5d9526e0', 'lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404', 1), - mksrc('datarepo-dev-8de6d66b', 'lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404', 1) + mksrc('bigquery', 'datarepo-dev-5d9526e0', 'lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404', 1), + mksrc('bigquery', 'datarepo-dev-8de6d66b', 'lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404', 1) ])) lm2_sources = mkdict(lungmap_sources, 5, mkdelta([ - mksrc('datarepo-dev-b47b6759', 'lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2', 1), - mksrc('datarepo-dev-2e9ef7fd', 'lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2', 1), - mksrc('datarepo-dev-d57fd0c5', 'lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2', 1) + # @formatter:off + mksrc('bigquery', 'datarepo-dev-b47b6759', 'lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2', 1), # noqa E501 + mksrc('bigquery', 'datarepo-dev-2e9ef7fd', 'lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2', 1), # noqa E501 + mksrc('bigquery', 'datarepo-dev-d57fd0c5', 'lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2', 1) + # @formatter:on ])) diff --git a/deployments/hammerbox/environment.py b/deployments/hammerbox/environment.py index 53cf77a62c..c8f1bb1dad 100644 --- a/deployments/hammerbox/environment.py +++ b/deployments/hammerbox/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -27,20 +28,21 @@ def common_prefix(n: int) -> str: pop = 2 # remove snapshot -def mksrc(google_project, +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, snapshot, subgraphs, flags: int = 0, /, prefix: Optional[str] = None - ) -> tuple[str, str]: + ) -> tuple[str, str | None]: project = '_'.join(snapshot.split('_')[1:-3]) assert flags <= ma | pop if prefix is None: prefix = common_prefix(subgraphs) source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -71,653 +73,657 @@ def mkdict(previous_catalog: dict[str, str], anvil_sources = mkdict({}, 11, mkdelta([ - mksrc('datarepo-3edb7fb1', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202305181946', 6804), - mksrc('datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181), - mksrc('datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10), - mksrc('datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198), - mksrc('datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110), - mksrc('datarepo-3243df15', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202304201923', 423), - mksrc('datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45), - mksrc('datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53), - mksrc('datarepo-e5914f89', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202304201848', 5861), - mksrc('datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563, prefix='2c'), - mksrc('datarepo-4150bd87', 'ANVIL_GTEx_V8_hg38_20230419_ANV5_202304202007', 100367) + mksrc('bigquery', 'datarepo-3edb7fb1', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202305181946', 6804), + mksrc('bigquery', 'datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181), + mksrc('bigquery', 'datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10), + mksrc('bigquery', 'datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198), + mksrc('bigquery', 'datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110), + mksrc('bigquery', 'datarepo-3243df15', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202304201923', 423), + mksrc('bigquery', 'datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45), + mksrc('bigquery', 'datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53), + mksrc('bigquery', 'datarepo-e5914f89', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202304201848', 5861), + mksrc('bigquery', 'datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563, prefix='2c'), + mksrc('bigquery', 'datarepo-4150bd87', 'ANVIL_GTEx_V8_hg38_20230419_ANV5_202304202007', 100367) ])) anvil1_sources = mkdict(anvil_sources, 63, mkdelta([ - mksrc('datarepo-d53aa186', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20221102_ANV5_202304241525', 473), - mksrc('datarepo-69b2535a', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202304241530', 3), - mksrc('datarepo-490be510', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202304241538', 15), - mksrc('datarepo-3b33c41b', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202304241459', 612), - mksrc('datarepo-96df3cea', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202304241501', 1141), - mksrc('datarepo-179ee079', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202304241503', 96), - mksrc('datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180), - mksrc('datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39), - mksrc('datarepo-12ac342c', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20221102_ANV5_202304241529', 292), - mksrc('datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46), - mksrc('datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150), - mksrc('datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35), - mksrc('datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214), - mksrc('datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133), - mksrc('datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544), - mksrc('datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27), - mksrc('datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147), - mksrc('datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141), - mksrc('datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305), - mksrc('datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152), - mksrc('datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169), - mksrc('datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16), - mksrc('datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8), - mksrc('datarepo-736a5f1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202304271308', 31), - mksrc('datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382), - mksrc('datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10), - mksrc('datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226), - mksrc('datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140), - mksrc('datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408), - mksrc('datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71), - mksrc('datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107), - mksrc('datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427), - mksrc('datarepo-e2976b05', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20221102_ANV5_202304241535', 11), - mksrc('datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11), - mksrc('datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254), - mksrc('datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64), - mksrc('datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237), - mksrc('datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3), - mksrc('datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526), - mksrc('datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156), - mksrc('datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6), - mksrc('datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60), - mksrc('datarepo-f3d0eda6', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202306211828', 5861), - mksrc('datarepo-ab5c3fa5', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202304211812', 173), - mksrc('datarepo-d51578f4', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202304211517', 2196), - mksrc('datarepo-bcedc554', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202304211813', 125), - mksrc('datarepo-f485fa3e', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202304211519', 4264), - mksrc('datarepo-45487b69', 'ANVIL_GTEx_Somatic_WGS_20230331_ANV5_202304211636', 707), - mksrc('datarepo-5ebc368c', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202304211804', 15974), - mksrc('datarepo-864913f2', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202304211853', 8298), - mksrc('datarepo-b093b69d', 'ANVIL_GTEx_public_data_20221115_ANV5_202304211659', 81), - mksrc('datarepo-d948d21a', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202304271345', 95), - mksrc('datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40), + # @formatter:off + mksrc('bigquery', 'datarepo-d53aa186', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20221102_ANV5_202304241525', 473), + mksrc('bigquery', 'datarepo-69b2535a', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202304241530', 3), + mksrc('bigquery', 'datarepo-490be510', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202304241538', 15), + mksrc('bigquery', 'datarepo-3b33c41b', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202304241459', 612), + mksrc('bigquery', 'datarepo-96df3cea', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202304241501', 1141), + mksrc('bigquery', 'datarepo-179ee079', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202304241503', 96), + mksrc('bigquery', 'datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180), + mksrc('bigquery', 'datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39), + mksrc('bigquery', 'datarepo-12ac342c', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20221102_ANV5_202304241529', 292), + mksrc('bigquery', 'datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46), + mksrc('bigquery', 'datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150), + mksrc('bigquery', 'datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35), + mksrc('bigquery', 'datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214), + mksrc('bigquery', 'datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133), + mksrc('bigquery', 'datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544), + mksrc('bigquery', 'datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27), + mksrc('bigquery', 'datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147), + mksrc('bigquery', 'datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141), + mksrc('bigquery', 'datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305), + mksrc('bigquery', 'datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152), + mksrc('bigquery', 'datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169), + mksrc('bigquery', 'datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16), + mksrc('bigquery', 'datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8), + mksrc('bigquery', 'datarepo-736a5f1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202304271308', 31), + mksrc('bigquery', 'datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382), + mksrc('bigquery', 'datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10), + mksrc('bigquery', 'datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226), + mksrc('bigquery', 'datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140), + mksrc('bigquery', 'datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408), + mksrc('bigquery', 'datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71), + mksrc('bigquery', 'datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107), + mksrc('bigquery', 'datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427), + mksrc('bigquery', 'datarepo-e2976b05', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20221102_ANV5_202304241535', 11), + mksrc('bigquery', 'datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11), + mksrc('bigquery', 'datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254), + mksrc('bigquery', 'datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64), + mksrc('bigquery', 'datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237), + mksrc('bigquery', 'datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3), + mksrc('bigquery', 'datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526), + mksrc('bigquery', 'datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156), + mksrc('bigquery', 'datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6), + mksrc('bigquery', 'datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60), # noqa E501 + mksrc('bigquery', 'datarepo-f3d0eda6', 'ANVIL_CMG_UWash_GRU_20230418_ANV5_202306211828', 5861), + mksrc('bigquery', 'datarepo-ab5c3fa5', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202304211812', 173), + mksrc('bigquery', 'datarepo-d51578f4', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202304211517', 2196), + mksrc('bigquery', 'datarepo-bcedc554', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202304211813', 125), + mksrc('bigquery', 'datarepo-f485fa3e', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202304211519', 4264), + mksrc('bigquery', 'datarepo-45487b69', 'ANVIL_GTEx_Somatic_WGS_20230331_ANV5_202304211636', 707), + mksrc('bigquery', 'datarepo-5ebc368c', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202304211804', 15974), + mksrc('bigquery', 'datarepo-864913f2', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202304211853', 8298), + mksrc('bigquery', 'datarepo-b093b69d', 'ANVIL_GTEx_public_data_20221115_ANV5_202304211659', 81), + mksrc('bigquery', 'datarepo-d948d21a', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202304271345', 95), + mksrc('bigquery', 'datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40), + # @formatter:on ])) anvil2_sources = mkdict(anvil1_sources, 104, mkdelta([ # @formatter:off - mksrc('datarepo-36124817', 'ANVIL_African_American_Seq_HGV_20230727_ANV5_202308291753', 4656), - mksrc('datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390), - mksrc('datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548), - mksrc('datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2), - mksrc('datarepo-74975e89', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202304271548', 372), - mksrc('datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922), - mksrc('datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310), - mksrc('datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750), - mksrc('datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049), - mksrc('datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148), - mksrc('datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690), - mksrc('datarepo-6d8536f4', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202304211527', 626), - mksrc('datarepo-482ab960', 'ANVIL_CMH_GAFK_GS_long_read_20221109_ANV5_202304211529', 777), - mksrc('datarepo-8745e97d', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202304211533', 198), - mksrc('datarepo-1c89dcac', 'ANVIL_CSER_CHARM_GRU_20221208_ANV5_202304271348', 2392), - mksrc('datarepo-12d56848', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202304271349', 104), - mksrc('datarepo-8a4d67ef', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202304271351', 800), - mksrc('datarepo-f622180d', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202304242045', 71), # noqa E501 - mksrc('datarepo-732d1a55', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20230109_ANV5_202304242048', 445), # noqa E501 - mksrc('datarepo-90bab913', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202304242043', 3), # noqa E501 - mksrc('datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864), - mksrc('datarepo-f9aef3dc', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20221103_ANV5_202304242049', 85), - mksrc('datarepo-aca6a582', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202304242046', 6510), # noqa E501 - mksrc('datarepo-06abb598', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202304211817', 308), - mksrc('datarepo-7c4410ed', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202304211721', 70), - mksrc('datarepo-84d2e3b1', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202304211827', 78), - mksrc('datarepo-ffbc38fd', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202304211722', 235), - mksrc('datarepo-b1f3e0d1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202304211749', 2888), - mksrc('datarepo-11330a21', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202304211759', 158), # noqa E501 - mksrc('datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543), - mksrc('datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569), - mksrc('datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017), - mksrc('datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432), - mksrc('datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907), - mksrc('datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971), - mksrc('datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491), - mksrc('datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478), - mksrc('datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488), - mksrc('datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486), - mksrc('datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027), - mksrc('datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296) + mksrc('bigquery', 'datarepo-36124817', 'ANVIL_African_American_Seq_HGV_20230727_ANV5_202308291753', 4656), + mksrc('bigquery', 'datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390), + mksrc('bigquery', 'datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548), + mksrc('bigquery', 'datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2), # noqa E501 + mksrc('bigquery', 'datarepo-74975e89', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202304271548', 372), # noqa E501 + mksrc('bigquery', 'datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922), # noqa E501 + mksrc('bigquery', 'datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310), + mksrc('bigquery', 'datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750), + mksrc('bigquery', 'datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049), + mksrc('bigquery', 'datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148), + mksrc('bigquery', 'datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690), + mksrc('bigquery', 'datarepo-6d8536f4', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202304211527', 626), + mksrc('bigquery', 'datarepo-482ab960', 'ANVIL_CMH_GAFK_GS_long_read_20221109_ANV5_202304211529', 777), + mksrc('bigquery', 'datarepo-8745e97d', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202304211533', 198), + mksrc('bigquery', 'datarepo-1c89dcac', 'ANVIL_CSER_CHARM_GRU_20221208_ANV5_202304271348', 2392), + mksrc('bigquery', 'datarepo-12d56848', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202304271349', 104), + mksrc('bigquery', 'datarepo-8a4d67ef', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202304271351', 800), + mksrc('bigquery', 'datarepo-f622180d', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202304242045', 71), # noqa E501 + mksrc('bigquery', 'datarepo-732d1a55', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20230109_ANV5_202304242048', 445), # noqa E501 + mksrc('bigquery', 'datarepo-90bab913', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202304242043', 3), # noqa E501 + mksrc('bigquery', 'datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864), # noqa E501 + mksrc('bigquery', 'datarepo-f9aef3dc', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20221103_ANV5_202304242049', 85), # noqa E501 + mksrc('bigquery', 'datarepo-aca6a582', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202304242046', 6510), # noqa E501 + mksrc('bigquery', 'datarepo-06abb598', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202304211817', 308), + mksrc('bigquery', 'datarepo-7c4410ed', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202304211721', 70), + mksrc('bigquery', 'datarepo-84d2e3b1', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202304211827', 78), # noqa E501 + mksrc('bigquery', 'datarepo-ffbc38fd', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202304211722', 235), + mksrc('bigquery', 'datarepo-b1f3e0d1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202304211749', 2888), # noqa E501 + mksrc('bigquery', 'datarepo-11330a21', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202304211759', 158), # noqa E501 + mksrc('bigquery', 'datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543), # noqa E501 + mksrc('bigquery', 'datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569), + mksrc('bigquery', 'datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017), + mksrc('bigquery', 'datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432), + mksrc('bigquery', 'datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907), + mksrc('bigquery', 'datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971), + mksrc('bigquery', 'datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491), + mksrc('bigquery', 'datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478), + mksrc('bigquery', 'datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488), + mksrc('bigquery', 'datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486), + mksrc('bigquery', 'datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027), + mksrc('bigquery', 'datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296) # @formatter:on ])) anvil3_sources = mkdict(anvil2_sources, 151, mkdelta([ # @formatter:off - mksrc('datarepo-9a74aed3', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202310091900', 10012), - mksrc('datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387), - mksrc('datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105), - mksrc('datarepo-96b594f9', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202310101655', 912), - mksrc('datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500), - mksrc('datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500), - mksrc('datarepo-2339e241', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202304241613', 47), - mksrc('datarepo-cd6cee03', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202304241612', 136), - mksrc('datarepo-da88c3ce', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202304241657', 5399), # noqa E501 - mksrc('datarepo-2b361bda', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202304241549', 393), - mksrc('datarepo-6eeff3fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202304241701', 113), - mksrc('datarepo-21923ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202304241556', 419), - mksrc('datarepo-5b10132b', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202304241552', 149), - mksrc('datarepo-d2d5ba15', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202304241702', 18), - mksrc('datarepo-fc0a35a8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202304241704', 94), - mksrc('datarepo-f14cd6d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202304241659', 914), # noqa E501 - mksrc('datarepo-3832cf81', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202304241548', 319), - mksrc('datarepo-098aadb0', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202304241551', 686), - mksrc('datarepo-d9ea4f23', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202304241554', 460), # noqa E501 - mksrc('datarepo-0c9ab563', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202304241705', 57), - mksrc('datarepo-a383d752', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202304241707', 1163), - mksrc('datarepo-03b52641', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202304241601', 619), # noqa E501 - mksrc('datarepo-2e9ab296', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202304241605', 418), - mksrc('datarepo-89162c54', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202304241609', 100), # noqa E501 - mksrc('datarepo-fd5cd738', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202304241602', 275), # noqa E501 - mksrc('datarepo-d987821a', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202304241709', 214), - mksrc('datarepo-b93e1cfa', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202304241604', 169), # noqa E501 - mksrc('datarepo-2e9630dd', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202304241559', 330), # noqa E501 - mksrc('datarepo-ee58a7a9', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202306131343', 3754), - mksrc('datarepo-ff5356bb', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202304241555', 328), - mksrc('datarepo-2262daa7', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202304241610', 154), - mksrc('datarepo-2a947c33', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202304241558', 39), # noqa E501 - mksrc('datarepo-5b3c42e1', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202304241713', 129), - mksrc('datarepo-91b4b33c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202306211900', 328), - mksrc('datarepo-e4fe111a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202304241607', 313), - mksrc('datarepo-8b120833', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202304241716', 355), - mksrc('datarepo-f051499d', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202304241720', 832), - mksrc('datarepo-fd49a493', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202306211841', 80), - mksrc('datarepo-076da44b', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202306211847', 265), - mksrc('datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778), - mksrc('datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121), - mksrc('datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561), # noqa E501 - mksrc('datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368), # noqa E501 - mksrc('datarepo-55b75002', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202310061302', 234), - mksrc('datarepo-02ad84ea', 'ANVIL_T2T_20230714_ANV5_202310101616', 261317), - mksrc('datarepo-08cd15a2', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202304211552', 3397), - mksrc('datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648, prefix='37'), + mksrc('bigquery', 'datarepo-9a74aed3', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202310091900', 10012), + mksrc('bigquery', 'datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387), # noqa E501 + mksrc('bigquery', 'datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105), + mksrc('bigquery', 'datarepo-96b594f9', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202310101655', 912), + mksrc('bigquery', 'datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500), + mksrc('bigquery', 'datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500), + mksrc('bigquery', 'datarepo-2339e241', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202304241613', 47), # noqa E501 + mksrc('bigquery', 'datarepo-cd6cee03', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202304241612', 136), # noqa E501 + mksrc('bigquery', 'datarepo-da88c3ce', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202304241657', 5399), # noqa E501 + mksrc('bigquery', 'datarepo-2b361bda', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202304241549', 393), # noqa E501 + mksrc('bigquery', 'datarepo-6eeff3fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202304241701', 113), # noqa E501 + mksrc('bigquery', 'datarepo-21923ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202304241556', 419), # noqa E501 + mksrc('bigquery', 'datarepo-5b10132b', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202304241552', 149), # noqa E501 + mksrc('bigquery', 'datarepo-d2d5ba15', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202304241702', 18), # noqa E501 + mksrc('bigquery', 'datarepo-fc0a35a8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202304241704', 94), # noqa E501 + mksrc('bigquery', 'datarepo-f14cd6d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202304241659', 914), # noqa E501 + mksrc('bigquery', 'datarepo-3832cf81', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202304241548', 319), # noqa E501 + mksrc('bigquery', 'datarepo-098aadb0', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202304241551', 686), # noqa E501 + mksrc('bigquery', 'datarepo-d9ea4f23', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202304241554', 460), # noqa E501 + mksrc('bigquery', 'datarepo-0c9ab563', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202304241705', 57), # noqa E501 + mksrc('bigquery', 'datarepo-a383d752', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202304241707', 1163), # noqa E501 + mksrc('bigquery', 'datarepo-03b52641', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202304241601', 619), # noqa E501 + mksrc('bigquery', 'datarepo-2e9ab296', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202304241605', 418), # noqa E501 + mksrc('bigquery', 'datarepo-89162c54', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202304241609', 100), # noqa E501 + mksrc('bigquery', 'datarepo-fd5cd738', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202304241602', 275), # noqa E501 + mksrc('bigquery', 'datarepo-d987821a', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202304241709', 214), # noqa E501 + mksrc('bigquery', 'datarepo-b93e1cfa', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202304241604', 169), # noqa E501 + mksrc('bigquery', 'datarepo-2e9630dd', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202304241559', 330), # noqa E501 + mksrc('bigquery', 'datarepo-ee58a7a9', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202306131343', 3754), # noqa E501 + mksrc('bigquery', 'datarepo-ff5356bb', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202304241555', 328), # noqa E501 + mksrc('bigquery', 'datarepo-2262daa7', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202304241610', 154), # noqa E501 + mksrc('bigquery', 'datarepo-2a947c33', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202304241558', 39), # noqa E501 + mksrc('bigquery', 'datarepo-5b3c42e1', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202304241713', 129), # noqa E501 + mksrc('bigquery', 'datarepo-91b4b33c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202306211900', 328), # noqa E501 + mksrc('bigquery', 'datarepo-e4fe111a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202304241607', 313), # noqa E501 + mksrc('bigquery', 'datarepo-8b120833', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202304241716', 355), # noqa E501 + mksrc('bigquery', 'datarepo-f051499d', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202304241720', 832), # noqa E501 + mksrc('bigquery', 'datarepo-fd49a493', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202306211841', 80), # noqa E501 + mksrc('bigquery', 'datarepo-076da44b', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202306211847', 265), # noqa E501 + mksrc('bigquery', 'datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778), + mksrc('bigquery', 'datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121), + mksrc('bigquery', 'datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561), # noqa E501 + mksrc('bigquery', 'datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368), # noqa E501 + mksrc('bigquery', 'datarepo-55b75002', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202310061302', 234), + mksrc('bigquery', 'datarepo-02ad84ea', 'ANVIL_T2T_20230714_ANV5_202310101616', 261317), + mksrc('bigquery', 'datarepo-08cd15a2', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202304211552', 3397), + mksrc('bigquery', 'datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648, prefix='37'), # noqa E501 # @formatter:on ])) anvil4_sources = mkdict(anvil3_sources, 200, mkdelta([ # @formatter:off - mksrc('datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639), - mksrc('datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253), - mksrc('datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201), - mksrc('datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276), - mksrc('datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160), - mksrc('datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60), - mksrc('datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558), - mksrc('datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412), - mksrc('datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121), - mksrc('datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185), - mksrc('datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216), - mksrc('datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461), - mksrc('datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584), - mksrc('datarepo-906bf803', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20221110_ANV5_202304241911', 575), - mksrc('datarepo-343ca1c3', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20221110_ANV5_202304241912', 907), - mksrc('datarepo-80a63603', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20230313_ANV5_202304241903', 352), - mksrc('datarepo-a98e7a43', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20221110_ANV5_202304241906', 1406), - mksrc('datarepo-381bc957', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20221110_ANV5_202304241914', 1256), - mksrc('datarepo-6a10165d', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20221110_ANV5_202304241907', 11273), - mksrc('datarepo-a2743c82', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20221025_ANV5_202304241901', 135), - mksrc('datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9), - mksrc('datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039), - mksrc('datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621), - mksrc('datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499), - mksrc('datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935), - mksrc('datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087), - mksrc('datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154), - mksrc('datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160), - mksrc('datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599, prefix='9d'), - mksrc('datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097), - mksrc('datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467), - mksrc('datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550), - mksrc('datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386), - mksrc('datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112), - mksrc('datarepo-e25350dd', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202310101704', 46570), # noqa E501 - mksrc('datarepo-9921a6fa', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202306211933', 17479), - mksrc('datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557), - mksrc('datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452), - mksrc('datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18), - mksrc('datarepo-d44547dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202304271556', 19), - mksrc('datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22), - mksrc('datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37, prefix='7'), # noqa E501 - mksrc('datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530), # noqa E501 - mksrc('datarepo-0b0ca621', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202306211945', 216), - mksrc('datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398), # noqa E501 - mksrc('datarepo-68037179', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202304271559', 14), - mksrc('datarepo-025215fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202304271601', 107), - mksrc('datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239), - mksrc('datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430) + mksrc('bigquery', 'datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639), + mksrc('bigquery', 'datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253), # noqa E501 + mksrc('bigquery', 'datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201), + mksrc('bigquery', 'datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276), # noqa E501 + mksrc('bigquery', 'datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160), # noqa E501 + mksrc('bigquery', 'datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60), # noqa E501 + mksrc('bigquery', 'datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558), # noqa E501 + mksrc('bigquery', 'datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412), # noqa E501 + mksrc('bigquery', 'datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121), # noqa E501 + mksrc('bigquery', 'datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185), # noqa E501 + mksrc('bigquery', 'datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216), # noqa E501 + mksrc('bigquery', 'datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461), + mksrc('bigquery', 'datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584), # noqa E501 + mksrc('bigquery', 'datarepo-906bf803', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20221110_ANV5_202304241911', 575), + mksrc('bigquery', 'datarepo-343ca1c3', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20221110_ANV5_202304241912', 907), + mksrc('bigquery', 'datarepo-80a63603', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20230313_ANV5_202304241903', 352), + mksrc('bigquery', 'datarepo-a98e7a43', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20221110_ANV5_202304241906', 1406), + mksrc('bigquery', 'datarepo-381bc957', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20221110_ANV5_202304241914', 1256), + mksrc('bigquery', 'datarepo-6a10165d', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20221110_ANV5_202304241907', 11273), + mksrc('bigquery', 'datarepo-a2743c82', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20221025_ANV5_202304241901', 135), + mksrc('bigquery', 'datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9), # noqa E501 + mksrc('bigquery', 'datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039), # noqa E501 + mksrc('bigquery', 'datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621), + mksrc('bigquery', 'datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499), + mksrc('bigquery', 'datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935), # noqa E501 + mksrc('bigquery', 'datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087), # noqa E501 + mksrc('bigquery', 'datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154), + mksrc('bigquery', 'datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160), # noqa E501 + mksrc('bigquery', 'datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599, prefix='9d'), # noqa E501 + mksrc('bigquery', 'datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097), + mksrc('bigquery', 'datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467), # noqa E501 + mksrc('bigquery', 'datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550), # noqa E501 + mksrc('bigquery', 'datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386), + mksrc('bigquery', 'datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112), + mksrc('bigquery', 'datarepo-e25350dd', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202310101704', 46570), # noqa E501 + mksrc('bigquery', 'datarepo-9921a6fa', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202306211933', 17479), # noqa E501 + mksrc('bigquery', 'datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557), + mksrc('bigquery', 'datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452), + mksrc('bigquery', 'datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18), # noqa E501 + mksrc('bigquery', 'datarepo-d44547dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202304271556', 19), # noqa E501 + mksrc('bigquery', 'datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22), # noqa E501 + mksrc('bigquery', 'datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37, prefix='7'), # noqa E501 + mksrc('bigquery', 'datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530), # noqa E501 + mksrc('bigquery', 'datarepo-0b0ca621', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202306211945', 216), # noqa E501 + mksrc('bigquery', 'datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398), # noqa E501 + mksrc('bigquery', 'datarepo-68037179', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202304271559', 14), # noqa E501 + mksrc('bigquery', 'datarepo-025215fc', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202304271601', 107), # noqa E501 + mksrc('bigquery', 'datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239), # noqa E501 + mksrc('bigquery', 'datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430) # noqa E501 # @formatter:on ])) anvil5_sources = mkdict(anvil4_sources, 262, mkdelta([ # @formatter:off - mksrc('datarepo-3c30a9a2', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202403030329', 6804), - mksrc('datarepo-adf70694', 'ANVIL_ALS_FTD_ALS_AssociatedGenes_GRU_v1_20231221_ANV5_202401112025', 11853), - mksrc('datarepo-815ad21b', 'ANVIL_ALS_FTD_DEMENTIA_SEQ_GRU_v1_20231221_ANV5_202401112033', 1351), - mksrc('datarepo-ab46a8e4', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_DS_MDS_WGS_20230605_ANV5_202403032021', 158), - mksrc('datarepo-df058a48', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403032044', 4601), - mksrc('datarepo-61910b61', 'ANVIL_CCDG_NYGC_NP_Autism_CAG_DS_WGS_20230605_ANV5_202403032053', 738), - mksrc('datarepo-8d6472a1', 'ANVIL_CCDG_NYGC_NP_Autism_HFA_DS_WGS_20230605_ANV5_202403032108', 510), - mksrc('datarepo-f0a12498', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_DS_WGS_20221103_ANV5_202403032124', 48), - mksrc('datarepo-f06dc5dd', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_GRU_WGS_20221103_ANV5_202403032131', 198), - mksrc('datarepo-b791f5c1', 'ANVIL_CCDG_NYGC_NP_Autism_SAGE_WGS_20230605_ANV5_202403032137', 1627), - mksrc('datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473), - mksrc('datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3), - mksrc('datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15), - mksrc('datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612), - mksrc('datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141), - mksrc('datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96), - mksrc('datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31), - mksrc('datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11), - mksrc('datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610, prefix='d8'), - mksrc('datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415), - mksrc('datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005), - mksrc('datarepo-0fad0f77', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202402281620', 173), - mksrc('datarepo-ad307392', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202402281628', 2182), - mksrc('datarepo-fecab5bc', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202402290926', 125), - mksrc('datarepo-f9699204', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202402290935', 4264), - mksrc('datarepo-c5bd892a', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202402290945', 626), - mksrc('datarepo-5e64223a', 'ANVIL_CMH_GAFK_GS_long_read_20240301_ANV5_202403040349', 2817), - mksrc('datarepo-ba97c05c', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202402291004', 198), - mksrc('datarepo-2659c380', 'ANVIL_CSER_CHARM_GRU_20240301_ANV5_202403040357', 3338), - mksrc('datarepo-0f2e95ad', 'ANVIL_CSER_KidsCanSeq_GRU_20221208_ANV5_202402292138', 2594), - mksrc('datarepo-62a0bd6d', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202402292147', 142), - mksrc('datarepo-df02801a', 'ANVIL_CSER_NYCKIDSEQ_GRU_20240113_ANV5_202401141520', 513), - mksrc('datarepo-4b9c138d', 'ANVIL_CSER_NYCKIDSEQ_HMB_20240113_ANV5_202401141527', 333), - mksrc('datarepo-f4d60c69', 'ANVIL_CSER_P3EGS_GRU_20230727_ANV5_202402070059', 2544), - mksrc('datarepo-fc5ed559', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202402292154', 808), - mksrc('datarepo-74121c99', 'ANVIL_GTEx_BCM_GRU_CoRSIVs_20240116_ANV5_202401170141', 3232), - mksrc('datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708), - mksrc('datarepo-e063cf6d', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202402291034', 15974), - mksrc('datarepo-383c097a', 'ANVIL_GTEx_V8_hg38_20240116_ANV5_202401170154', 74688), - mksrc('datarepo-701eea84', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202402070108', 8619, prefix='33b'), - mksrc('datarepo-ff9d78a5', 'ANVIL_GTEx_public_data_20240117_ANV5_202401180400', 25792), - mksrc('datarepo-37c3d458', 'ANVIL_NIA_CARD_Coriell_Cell_Lines_Open_20230727_ANV5_202401111624', 12531), - mksrc('datarepo-06c78117', 'ANVIL_NIA_CARD_LR_WGS_NABEC_GRU_20230727_ANV5_202401111634', 27672), - mksrc('datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864, pop), - mksrc('datarepo-a3880121', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_WGS_20240112_ANV5_202402062129', 8084), - mksrc('datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308), - mksrc('datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70), - mksrc('datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234), - mksrc('datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78), - mksrc('datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235), - mksrc('datarepo-8d62ec8f', 'ANVIL_T2T_20230714_ANV5_202312122150', 261317), - mksrc('datarepo-bfabc906', 'ANVIL_ccdg_asc_ndd_daly_talkowski_ac_boston_asd_exome_20221117_ANV5_202403040552', 759), - mksrc('datarepo-825399a4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_barbosa_asd_exome_20221108_ANV5_202403040608', 215), - mksrc('datarepo-e3b070a7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_brusco_asd_exome_20230327_ANV5_202403040615', 2246), - mksrc('datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888), - mksrc('datarepo-0ad3f21a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_chung_asd_exome_20221107_ANV5_202403040623', 527), - mksrc('datarepo-c148a340', 'ANVIL_ccdg_asc_ndd_daly_talkowski_control_NIMH_asd_exome_20221201_ANV5_202403040630', 372), # noqa E501 - mksrc('datarepo-bc613fa9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_domenici_asd_exome_20221117_ANV5_202403040637', 713), - mksrc('datarepo-97e22445', 'ANVIL_ccdg_asc_ndd_daly_talkowski_goethe_asd_exome_20221107_ANV5_202403040652', 2573), - mksrc('datarepo-72efc816', 'ANVIL_ccdg_asc_ndd_daly_talkowski_herman_asd_exome_20221117_ANV5_202403040701', 51), - mksrc('datarepo-e25caee8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_exome_20221107_ANV5_202403040708', 1539), # noqa E501 - mksrc('datarepo-22af2470', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_wgs_20221107_ANV5_202403040716', 69), # noqa E501 - mksrc('datarepo-a81009d9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hultman_asd_exome_20231013_ANV5_202403040723', 1556), - mksrc('datarepo-bc078d98', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_exome_20221108_ANV5_202403040731', 1166), - mksrc('datarepo-0949186c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_wgs_20221109_ANV5_202403040739', 31), - mksrc('datarepo-4dc4f939', 'ANVIL_ccdg_asc_ndd_daly_talkowski_lattig_asd_exome_20221122_ANV5_202403040746', 496), - mksrc('datarepo-5ed988f8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_menashe_asd_exome_20221108_ANV5_202403040800', 716), - mksrc('datarepo-c6a938e4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_minshew_asd_exome_20221117_ANV5_202403040807', 241), - mksrc('datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155), - mksrc('datarepo-7ddd7425', 'ANVIL_ccdg_asc_ndd_daly_talkowski_parellada_asd_exome_20221108_ANV5_202403040822', 2831), # noqa E501 - mksrc('datarepo-aa9f0b28', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_wgs_20221027_ANV5_202403040846', 299), # noqa E501 - mksrc('datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158), # noqa E501 - mksrc('datarepo-8023858b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_weiss_asd_exome_20221108_ANV5_202403040925', 43), - mksrc('datarepo-381b5d80', 'ANVIL_ccdg_broad_ai_ibd_alm_gmc_wes_20230328_ANV5_202403040932', 919), - mksrc('datarepo-714d60b9', 'ANVIL_ccdg_broad_ai_ibd_daly_alm_gmc_gsa_20221025_ANV5_202402291210', 948), - mksrc('datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543, pop), - mksrc('datarepo-dc7a9acd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_niddk_gsa_20240103_ANV5_202401112147', 6470), - mksrc('datarepo-916fc0b6', 'ANVIL_ccdg_broad_ai_ibd_daly_duerr_niddk_gsa_20240113_ANV5_202402062134', 9647), - mksrc('datarepo-48d85607', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_wes_20240104_ANV5_202403041011', 1672), - mksrc('datarepo-21d3c731', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_wes_20240104_ANV5_202403041018', 9827), - mksrc('datarepo-614a8519', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_ccfa_wes_20240113_ANV5_202403041026', 2868), - mksrc('datarepo-6799d240', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_sparc_gsa_20240104_ANV5_202401121517', 17188), - mksrc('datarepo-d7ae08a2', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_wes_20240104_ANV5_202403041042', 8937), - mksrc('datarepo-9b04a16e', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_gsa_20240113_ANV5_202402062137', 8217), - mksrc('datarepo-b6a95447', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_wes_20240104_ANV5_202403041049', 6998), - mksrc('datarepo-df7a6188', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_gsa_20240118_ANV5_202402062140', 30450), - mksrc('datarepo-5cd83e88', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_niddk_wes_20240104_ANV5_202403041057', 35211), - mksrc('datarepo-fa7e066f', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_share_wes_20240104_ANV5_202401121556', 2422), - mksrc('datarepo-2def0ed8', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_gsa_20240105_ANV5_202401121603', 15302), - mksrc('datarepo-6e9fe586', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_wes_20240105_ANV5_202403041109', 2553), - mksrc('datarepo-1f3dab2b', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_gsa_20240105_ANV5_202401121646', 4170), - mksrc('datarepo-74869ac4', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_wes_20240105_ANV5_202403041133', 2572), - mksrc('datarepo-d95b9a73', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_brant_wes_20240112_ANV5_202403041232', 1084), - mksrc('datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483), - mksrc('datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136), - mksrc('datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60), - mksrc('datarepo-bb315b29', 'ANVIL_ccdg_nygc_np_autism_tasc_wgs_20221024_ANV5_202403032216', 905), - mksrc('datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112), - mksrc('datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95), - mksrc('datarepo-a46c0244', 'ANVIL_nhgri_broad_ibd_daly_kugathasan_wes_20240112_ANV5_202403041258', 548), - mksrc('datarepo-4b4f2325', 'ANVIL_nhgri_broad_ibd_daly_turner_wes_20240112_ANV5_202403041307', 157), + mksrc('bigquery', 'datarepo-3c30a9a2', 'ANVIL_1000G_high_coverage_2019_20230517_ANV5_202403030329', 6804), + mksrc('bigquery', 'datarepo-adf70694', 'ANVIL_ALS_FTD_ALS_AssociatedGenes_GRU_v1_20231221_ANV5_202401112025', 11853), # noqa E501 + mksrc('bigquery', 'datarepo-815ad21b', 'ANVIL_ALS_FTD_DEMENTIA_SEQ_GRU_v1_20231221_ANV5_202401112033', 1351), + mksrc('bigquery', 'datarepo-ab46a8e4', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_DS_MDS_WGS_20230605_ANV5_202403032021', 158), + mksrc('bigquery', 'datarepo-df058a48', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403032044', 4601), + mksrc('bigquery', 'datarepo-61910b61', 'ANVIL_CCDG_NYGC_NP_Autism_CAG_DS_WGS_20230605_ANV5_202403032053', 738), + mksrc('bigquery', 'datarepo-8d6472a1', 'ANVIL_CCDG_NYGC_NP_Autism_HFA_DS_WGS_20230605_ANV5_202403032108', 510), + mksrc('bigquery', 'datarepo-f0a12498', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_DS_WGS_20221103_ANV5_202403032124', 48), # noqa E501 + mksrc('bigquery', 'datarepo-f06dc5dd', 'ANVIL_CCDG_NYGC_NP_Autism_PELPHREY_ACE_GRU_WGS_20221103_ANV5_202403032131', 198), # noqa E501 + mksrc('bigquery', 'datarepo-b791f5c1', 'ANVIL_CCDG_NYGC_NP_Autism_SAGE_WGS_20230605_ANV5_202403032137', 1627), + mksrc('bigquery', 'datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473), + mksrc('bigquery', 'datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3), + mksrc('bigquery', 'datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15), + mksrc('bigquery', 'datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612), + mksrc('bigquery', 'datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141), + mksrc('bigquery', 'datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96), + mksrc('bigquery', 'datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31), + mksrc('bigquery', 'datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11), + mksrc('bigquery', 'datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610, prefix='d8'), + mksrc('bigquery', 'datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415), + mksrc('bigquery', 'datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005), + mksrc('bigquery', 'datarepo-0fad0f77', 'ANVIL_CMG_YALE_DS_RARED_20221020_ANV5_202402281620', 173), + mksrc('bigquery', 'datarepo-ad307392', 'ANVIL_CMG_Yale_GRU_20221020_ANV5_202402281628', 2182), + mksrc('bigquery', 'datarepo-fecab5bc', 'ANVIL_CMG_Yale_HMB_20221020_ANV5_202402290926', 125), + mksrc('bigquery', 'datarepo-f9699204', 'ANVIL_CMG_Yale_HMB_GSO_20221020_ANV5_202402290935', 4264), + mksrc('bigquery', 'datarepo-c5bd892a', 'ANVIL_CMH_GAFK_GS_linked_read_20221107_ANV5_202402290945', 626), + mksrc('bigquery', 'datarepo-5e64223a', 'ANVIL_CMH_GAFK_GS_long_read_20240301_ANV5_202403040349', 2817), + mksrc('bigquery', 'datarepo-ba97c05c', 'ANVIL_CMH_GAFK_scRNA_20221107_ANV5_202402291004', 198), + mksrc('bigquery', 'datarepo-2659c380', 'ANVIL_CSER_CHARM_GRU_20240301_ANV5_202403040357', 3338), + mksrc('bigquery', 'datarepo-0f2e95ad', 'ANVIL_CSER_KidsCanSeq_GRU_20221208_ANV5_202402292138', 2594), + mksrc('bigquery', 'datarepo-62a0bd6d', 'ANVIL_CSER_NCGENES2_GRU_20221208_ANV5_202402292147', 142), + mksrc('bigquery', 'datarepo-df02801a', 'ANVIL_CSER_NYCKIDSEQ_GRU_20240113_ANV5_202401141520', 513), + mksrc('bigquery', 'datarepo-4b9c138d', 'ANVIL_CSER_NYCKIDSEQ_HMB_20240113_ANV5_202401141527', 333), + mksrc('bigquery', 'datarepo-f4d60c69', 'ANVIL_CSER_P3EGS_GRU_20230727_ANV5_202402070059', 2544), + mksrc('bigquery', 'datarepo-fc5ed559', 'ANVIL_CSER_SouthSeq_GRU_20221208_ANV5_202402292154', 808), + mksrc('bigquery', 'datarepo-74121c99', 'ANVIL_GTEx_BCM_GRU_CoRSIVs_20240116_ANV5_202401170141', 3232), + mksrc('bigquery', 'datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708), + mksrc('bigquery', 'datarepo-e063cf6d', 'ANVIL_GTEx_V7_hg19_20221128_ANV5_202402291034', 15974), + mksrc('bigquery', 'datarepo-383c097a', 'ANVIL_GTEx_V8_hg38_20240116_ANV5_202401170154', 74688), + mksrc('bigquery', 'datarepo-701eea84', 'ANVIL_GTEx_V9_hg38_20221128_ANV5_202402070108', 8619, prefix='33b'), + mksrc('bigquery', 'datarepo-ff9d78a5', 'ANVIL_GTEx_public_data_20240117_ANV5_202401180400', 25792), + mksrc('bigquery', 'datarepo-37c3d458', 'ANVIL_NIA_CARD_Coriell_Cell_Lines_Open_20230727_ANV5_202401111624', 12531), + mksrc('bigquery', 'datarepo-06c78117', 'ANVIL_NIA_CARD_LR_WGS_NABEC_GRU_20230727_ANV5_202401111634', 27672), + mksrc('bigquery', 'datarepo-e4eb7641', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_WGS_20221115_ANV5_202304242052', 864, pop), # noqa E501 + mksrc('bigquery', 'datarepo-a3880121', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_WGS_20240112_ANV5_202402062129', 8084), # noqa E501 + mksrc('bigquery', 'datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308), + mksrc('bigquery', 'datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70), + mksrc('bigquery', 'datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234), + mksrc('bigquery', 'datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78), # noqa E501 + mksrc('bigquery', 'datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235), + mksrc('bigquery', 'datarepo-8d62ec8f', 'ANVIL_T2T_20230714_ANV5_202312122150', 261317), + mksrc('bigquery', 'datarepo-bfabc906', 'ANVIL_ccdg_asc_ndd_daly_talkowski_ac_boston_asd_exome_20221117_ANV5_202403040552', 759), # noqa E501 + mksrc('bigquery', 'datarepo-825399a4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_barbosa_asd_exome_20221108_ANV5_202403040608', 215), # noqa E501 + mksrc('bigquery', 'datarepo-e3b070a7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_brusco_asd_exome_20230327_ANV5_202403040615', 2246), # noqa E501 + mksrc('bigquery', 'datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888), # noqa E501 + mksrc('bigquery', 'datarepo-0ad3f21a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_chung_asd_exome_20221107_ANV5_202403040623', 527), # noqa E501 + mksrc('bigquery', 'datarepo-c148a340', 'ANVIL_ccdg_asc_ndd_daly_talkowski_control_NIMH_asd_exome_20221201_ANV5_202403040630', 372), # noqa E501 + mksrc('bigquery', 'datarepo-bc613fa9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_domenici_asd_exome_20221117_ANV5_202403040637', 713), # noqa E501 + mksrc('bigquery', 'datarepo-97e22445', 'ANVIL_ccdg_asc_ndd_daly_talkowski_goethe_asd_exome_20221107_ANV5_202403040652', 2573), # noqa E501 + mksrc('bigquery', 'datarepo-72efc816', 'ANVIL_ccdg_asc_ndd_daly_talkowski_herman_asd_exome_20221117_ANV5_202403040701', 51), # noqa E501 + mksrc('bigquery', 'datarepo-e25caee8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_exome_20221107_ANV5_202403040708', 1539), # noqa E501 + mksrc('bigquery', 'datarepo-22af2470', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hertz_picciotto_asd_wgs_20221107_ANV5_202403040716', 69), # noqa E501 + mksrc('bigquery', 'datarepo-a81009d9', 'ANVIL_ccdg_asc_ndd_daly_talkowski_hultman_asd_exome_20231013_ANV5_202403040723', 1556), # noqa E501 + mksrc('bigquery', 'datarepo-bc078d98', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_exome_20221108_ANV5_202403040731', 1166), # noqa E501 + mksrc('bigquery', 'datarepo-0949186c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_kolevzon_asd_wgs_20221109_ANV5_202403040739', 31), # noqa E501 + mksrc('bigquery', 'datarepo-4dc4f939', 'ANVIL_ccdg_asc_ndd_daly_talkowski_lattig_asd_exome_20221122_ANV5_202403040746', 496), # noqa E501 + mksrc('bigquery', 'datarepo-5ed988f8', 'ANVIL_ccdg_asc_ndd_daly_talkowski_menashe_asd_exome_20221108_ANV5_202403040800', 716), # noqa E501 + mksrc('bigquery', 'datarepo-c6a938e4', 'ANVIL_ccdg_asc_ndd_daly_talkowski_minshew_asd_exome_20221117_ANV5_202403040807', 241), # noqa E501 + mksrc('bigquery', 'datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155), # noqa E501 + mksrc('bigquery', 'datarepo-7ddd7425', 'ANVIL_ccdg_asc_ndd_daly_talkowski_parellada_asd_exome_20221108_ANV5_202403040822', 2831), # noqa E501 + mksrc('bigquery', 'datarepo-aa9f0b28', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_wgs_20221027_ANV5_202403040846', 299), # noqa E501 + mksrc('bigquery', 'datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158), # noqa E501 + mksrc('bigquery', 'datarepo-8023858b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_weiss_asd_exome_20221108_ANV5_202403040925', 43), # noqa E501 + mksrc('bigquery', 'datarepo-381b5d80', 'ANVIL_ccdg_broad_ai_ibd_alm_gmc_wes_20230328_ANV5_202403040932', 919), + mksrc('bigquery', 'datarepo-714d60b9', 'ANVIL_ccdg_broad_ai_ibd_daly_alm_gmc_gsa_20221025_ANV5_202402291210', 948), + mksrc('bigquery', 'datarepo-86a1dbf3', 'ANVIL_ccdg_broad_ai_ibd_daly_bernstein_gsa_20221025_ANV5_202304241921', 543, pop), # noqa E501 + mksrc('bigquery', 'datarepo-dc7a9acd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_niddk_gsa_20240103_ANV5_202401112147', 6470), # noqa E501 + mksrc('bigquery', 'datarepo-916fc0b6', 'ANVIL_ccdg_broad_ai_ibd_daly_duerr_niddk_gsa_20240113_ANV5_202402062134', 9647), # noqa E501 + mksrc('bigquery', 'datarepo-48d85607', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_wes_20240104_ANV5_202403041011', 1672), # noqa E501 + mksrc('bigquery', 'datarepo-21d3c731', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_wes_20240104_ANV5_202403041018', 9827), # noqa E501 + mksrc('bigquery', 'datarepo-614a8519', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_ccfa_wes_20240113_ANV5_202403041026', 2868), # noqa E501 + mksrc('bigquery', 'datarepo-6799d240', 'ANVIL_ccdg_broad_ai_ibd_daly_lewis_sparc_gsa_20240104_ANV5_202401121517', 17188), # noqa E501 + mksrc('bigquery', 'datarepo-d7ae08a2', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_wes_20240104_ANV5_202403041042', 8937), + mksrc('bigquery', 'datarepo-9b04a16e', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_gsa_20240113_ANV5_202402062137', 8217), # noqa E501 + mksrc('bigquery', 'datarepo-b6a95447', 'ANVIL_ccdg_broad_ai_ibd_daly_mccauley_wes_20240104_ANV5_202403041049', 6998), # noqa E501 + mksrc('bigquery', 'datarepo-df7a6188', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_gsa_20240118_ANV5_202402062140', 30450), # noqa E501 + mksrc('bigquery', 'datarepo-5cd83e88', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_niddk_wes_20240104_ANV5_202403041057', 35211), # noqa E501 + mksrc('bigquery', 'datarepo-fa7e066f', 'ANVIL_ccdg_broad_ai_ibd_daly_mcgovern_share_wes_20240104_ANV5_202401121556', 2422), # noqa E501 + mksrc('bigquery', 'datarepo-2def0ed8', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_gsa_20240105_ANV5_202401121603', 15302), # noqa E501 + mksrc('bigquery', 'datarepo-6e9fe586', 'ANVIL_ccdg_broad_ai_ibd_daly_moayyedi_imagine_wes_20240105_ANV5_202403041109', 2553), # noqa E501 + mksrc('bigquery', 'datarepo-1f3dab2b', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_gsa_20240105_ANV5_202401121646', 4170), # noqa E501 + mksrc('bigquery', 'datarepo-74869ac4', 'ANVIL_ccdg_broad_ai_ibd_daly_pekow_share_wes_20240105_ANV5_202403041133', 2572), # noqa E501 + mksrc('bigquery', 'datarepo-d95b9a73', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_brant_wes_20240112_ANV5_202403041232', 1084), # noqa E501 + mksrc('bigquery', 'datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483), + mksrc('bigquery', 'datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136), + mksrc('bigquery', 'datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60), + mksrc('bigquery', 'datarepo-bb315b29', 'ANVIL_ccdg_nygc_np_autism_tasc_wgs_20221024_ANV5_202403032216', 905), + mksrc('bigquery', 'datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112), # noqa E501 + mksrc('bigquery', 'datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95), + mksrc('bigquery', 'datarepo-a46c0244', 'ANVIL_nhgri_broad_ibd_daly_kugathasan_wes_20240112_ANV5_202403041258', 548), + mksrc('bigquery', 'datarepo-4b4f2325', 'ANVIL_nhgri_broad_ibd_daly_turner_wes_20240112_ANV5_202403041307', 157), # @formatter:on ])) anvil6_sources = mkdict(anvil5_sources, 250, mkdelta([ # @formatter:off - mksrc('datarepo-38af6304', 'ANVIL_1000G_PRIMED_data_model_20240410_ANV5_202404101419', 14695), - mksrc('datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639, pop), - mksrc('datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253, pop), - mksrc('datarepo-e8fc4258', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202403030358', 10012), - mksrc('datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201, pop), - mksrc('datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276, pop), - mksrc('datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160, pop), - mksrc('datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60, pop), - mksrc('datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558, pop), - mksrc('datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412, pop), - mksrc('datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121, pop), - mksrc('datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185, pop), - mksrc('datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216, pop), - mksrc('datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461, pop), - mksrc('datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584, pop), - mksrc('datarepo-40647d03', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20240113_ANV5_202401141252', 575), - mksrc('datarepo-83339911', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20240113_ANV5_202401141259', 907), - mksrc('datarepo-3f36066b', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20240113_ANV5_202403030543', 352), - mksrc('datarepo-65e890b6', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20240113_ANV5_202403030551', 1406), - mksrc('datarepo-cec499cd', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20240114_ANV5_202403030559', 1256), - mksrc('datarepo-8043de16', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20240113_ANV5_202403030608', 11273), - mksrc('datarepo-de3bfd4e', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20240113_ANV5_202403030616', 135), - mksrc('datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9, pop), - mksrc('datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039, pop), - mksrc('datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621, pop), - mksrc('datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387, pop), - mksrc('datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499, pop), - mksrc('datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935, pop), - mksrc('datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087, pop), - mksrc('datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154, pop), - mksrc('datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160, pop), - mksrc('datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599, pop), - mksrc('datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097, pop), - mksrc('datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467, pop), # noqa E501 - mksrc('datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550, pop), - mksrc('datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390, pop), - mksrc('datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548, pop), - mksrc('datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386, pop), - mksrc('datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105, pop), - mksrc('datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112, pop), - mksrc('datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2, pop), - mksrc('datarepo-342c77f2', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202312122054', 46570), # noqa E501 - mksrc('datarepo-a16f8bac', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202403030943', 17479), - mksrc('datarepo-f2179275', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202403030955', 912), - mksrc('datarepo-e8ee6358', 'ANVIL_CCDG_Broad_CVD_EOCAD_VIRGO_WGS_20221024_ANV5_202403031003', 2182), - mksrc('datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557, pop), - mksrc('datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500, pop), - mksrc('datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500, pop), - mksrc('datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452, pop), - mksrc('datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18, pop), # noqa E501 - mksrc('datarepo-0db6105c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202402020211', 19), - mksrc('datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22, pop), # noqa E501 - mksrc('datarepo-1b92691d', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202403031115', 47), - mksrc('datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37, pop), # noqa E501 - mksrc('datarepo-3da39a32', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202403031123', 136), - mksrc('datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530, pop), # noqa E501 - mksrc('datarepo-b3e42c63', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202403031131', 5399), # noqa E501 - mksrc('datarepo-a2b20d71', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202402020256', 216), - mksrc('datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398, pop), # noqa E501 - mksrc('datarepo-b3ef2bd3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202403031140', 429), - mksrc('datarepo-1cafba94', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202402020305', 14), - mksrc('datarepo-006c9286', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202402020314', 107), - mksrc('datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239, pop), - mksrc('datarepo-33e1bed9', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202402020322', 113), - mksrc('datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430, pop), # noqa E501 - mksrc('datarepo-b2a5eccc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202403031148', 419), - mksrc('datarepo-7a7b911a', 'ANVIL_CCDG_Broad_NP_Epilepsy_BRAUSP_DS_WES_20240201_ANV5_202402020339', 7), - mksrc('datarepo-33634ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANCAL_GRU_v2_WES_20240201_ANV5_202402020347', 272), - mksrc('datarepo-47f93bbb', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202403031156', 149), - mksrc('datarepo-389af3b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_CHEUBB_HMB_IRB_MDS_WES_20221102_ANV5_202403031205', 49), - mksrc('datarepo-ac8e01aa', 'ANVIL_CCDG_Broad_NP_Epilepsy_CYPCYP_HMB_NPU_MDS_WES_20230328_ANV5_202403031213', 185), - mksrc('datarepo-5d4aa202', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202403031222', 18), - mksrc('datarepo-bd066b5a', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUPUM_HMB_MDS_WES_20230328_ANV5_202403031231', 341), - mksrc('datarepo-17de3c3b', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUGS_DS_EP_MDS_WES_20240201_ANV5_202403031239', 393), - mksrc('datarepo-46e7e2ab', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKB_HMB_NPU_MDS_WES_20230328_ANV5_202403031247', 2512), - mksrc('datarepo-ba863f29', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKL_HMB_WES_20221102_ANV5_202403031256', 217), - mksrc('datarepo-113d9969', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202403031305', 94), - mksrc('datarepo-fd6d20c8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUTB_HMB_NPU_MDS_WES_20230328_ANV5_202403031313', 1977), - mksrc('datarepo-55d32c1b', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202403031322', 914), # noqa E501 - mksrc('datarepo-844a1ecf', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINUVH_HMB_NPU_MDS_WES_20221114_ANV5_202403031331', 102), - mksrc('datarepo-1cbd28a5', 'ANVIL_CCDG_Broad_NP_Epilepsy_FRALYU_HMB_WES_20230621_ANV5_202403031340', 1042), - mksrc('datarepo-b8b0b663', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202403031348', 319), - mksrc('datarepo-2686a76a', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202403031405', 460), # noqa E501 - mksrc('datarepo-05e028a4', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202403031413', 57), - mksrc('datarepo-4a6228be', 'ANVIL_CCDG_Broad_NP_Epilepsy_GHAKNT_GRU_WES_20221122_ANV5_202403031421', 646), - mksrc('datarepo-98dddf8f', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKGHKK_HMB_MDS_WES_20230328_ANV5_202403031430', 675), - mksrc('datarepo-9ed2a64a', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKOSB_GRU_WES_20230110_ANV5_202403031439', 118), - mksrc('datarepo-22a9e8bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_HRVUZG_HMB_MDS_WES_20221114_ANV5_202403031446', 42), - mksrc('datarepo-517eda47', 'ANVIL_CCDG_Broad_NP_Epilepsy_IRLRCI_GRU_IRB_WES_20230328_ANV5_202403031454', 943), - mksrc('datarepo-b6e444c4', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAICB_HMB_NPU_MDS_WES_20230223_ANV5_202403031503', 434), - mksrc('datarepo-d8145bea', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202403031512', 1163), - mksrc('datarepo-67c3b200', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202403031520', 619), # noqa E501 - mksrc('datarepo-4476c338', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202403031529', 418), - mksrc('datarepo-5cd83a64', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMR_GRU_NPU_WES_20221114_ANV5_202403031537', 1098), - mksrc('datarepo-5115b904', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202403031547', 372), - mksrc('datarepo-f7fb0742', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202402062057', 100), # noqa E501 - mksrc('datarepo-b979e83a', 'ANVIL_CCDG_Broad_NP_Epilepsy_KENKIL_GRU_WES_20230110_ANV5_202403031555', 452), - mksrc('datarepo-54571a90', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_DS_Epilepsy_WES_20230328_ANV5_202403031603', 398), - mksrc('datarepo-5495da63', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_GRU_WES_20230110_ANV5_202403031612', 856, prefix='c3'), # noqa E501 - mksrc('datarepo-7275a9bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_LTUUHK_HMB_NPU_MDS_WES_20221114_ANV5_202403031621', 302), - mksrc('datarepo-2c2a7d19', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202403031629', 275), # noqa E501 - mksrc('datarepo-edbd02ca', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202403031637', 214), - mksrc('datarepo-225a7340', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202403031645', 169), # noqa E501 - mksrc('datarepo-97dadba8', 'ANVIL_CCDG_Broad_NP_Epilepsy_TWNCGM_HMB_NPU_AdultsONLY_WES_20240201_ANV5_202402020902', 897), # noqa E501 - mksrc('datarepo-6dcb5d39', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202403031701', 330), # noqa E501 - mksrc('datarepo-fb4ac7d8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABLC_GRU_NPU_WES_20221215_ANV5_202402062059', 227), - mksrc('datarepo-5de241b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCF_HMB_MDS_WES_20221207_ANV5_202403031709', 390), - mksrc('datarepo-62a84074', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCH_DS_NEURO_MDS_WES_20221116_ANV5_202403031719', 362), - mksrc('datarepo-7c06247a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202402062101', 3754), - mksrc('datarepo-9042eb4a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202403031727', 328), - mksrc('datarepo-cb75258b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202403031735', 154), - mksrc('datarepo-744bc858', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202403031744', 39), # noqa E501 - mksrc('datarepo-faff5b2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202403031752', 129), - mksrc('datarepo-275b2a46', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAFEB_GRU_WES_20221205_ANV5_202403031800', 31), - mksrc('datarepo-5a548fd8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202403031809', 328), - mksrc('datarepo-999301d3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USALCH_HMB_WES_20230126_ANV5_202402021048', 10), - mksrc('datarepo-eda3f720', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_HMB_MDS_WES_20221207_ANV5_202403031817', 22), - mksrc('datarepo-d9e55ea0', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_MGBB_HMB_MDS_WES_20221207_ANV5_202403031826', 46), - mksrc('datarepo-6a627e94', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_NPU_WES_20221215_ANV5_202403031834', 8), - mksrc('datarepo-bfa59a11', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_WES_20240201_ANV5_202403031842', 251), - mksrc('datarepo-f8d5318a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_HMB_WES_20230131_ANV5_202402021131', 7), - mksrc('datarepo-4ef1d979', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMSS_DS_EP_NEURO_MDS_WES_20230612_ANV5_202402021139', 1275), # noqa E501 - mksrc('datarepo-5e00a0df', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202402062105', 313), - mksrc('datarepo-10948836', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_NPU_WES_20221114_ANV5_202403031858', 49), - mksrc('datarepo-0a247e9e', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202403031906', 355), - mksrc('datarepo-154b4ef8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202403031915', 832), - mksrc('datarepo-07b8d88c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAVAN_HMB_GSO_WES_20221207_ANV5_202402021226', 2454), - mksrc('datarepo-1985a01d', 'ANVIL_CCDG_Broad_Spalletta_HMB_NPU_MDS_WES_20221102_ANV5_202403031942', 104), - mksrc('datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922, pop), # noqa E501 - mksrc('datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310, pop), - mksrc('datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750, pop), - mksrc('datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049, pop), - mksrc('datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148, pop), - mksrc('datarepo-86bb81c0', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_GRU_MDS_WGS_20230605_ANV5_202403032029', 839), - mksrc('datarepo-85674dce', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403081651', 4601), - mksrc('datarepo-7d1461b2', 'ANVIL_CCDG_NYGC_NP_Autism_SSC_WGS_20230605_ANV5_202403032206', 9340), - mksrc('datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690, pop), - mksrc('datarepo-15645b8d', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202403040118', 611), - mksrc('datarepo-4a0769c7', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202403040126', 381), - mksrc('datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473, pop), - mksrc('datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3, pop), - mksrc('datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15, pop), - mksrc('datarepo-0a21cbfd', 'ANVIL_CMG_BaylorHopkins_HMB_IRB_NPU_WES_20221020_ANV5_202402290528', 2223), - mksrc('datarepo-d321333c', 'ANVIL_CMG_BaylorHopkins_HMB_NPU_WES_20230525_ANV5_202402290537', 4804), - mksrc('datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612, pop), - mksrc('datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141, pop), - mksrc('datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96, pop), - mksrc('datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180, pop), - mksrc('datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39, pop), - mksrc('datarepo-fc6ce406', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20240112_ANV5_202401152208', 296), - mksrc('datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46, pop), - mksrc('datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778, pop), - mksrc('datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150, pop), - mksrc('datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35, pop), - mksrc('datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214, pop), - mksrc('datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133, pop), - mksrc('datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544, pop), - mksrc('datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27, pop), - mksrc('datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147, pop), - mksrc('datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141, pop), - mksrc('datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305, pop), - mksrc('datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152, pop), - mksrc('datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169, pop), - mksrc('datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16, pop), - mksrc('datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121, pop), - mksrc('datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8, pop), - mksrc('datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31, pop), - mksrc('datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382, pop), - mksrc('datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10, pop), - mksrc('datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226, pop), - mksrc('datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140, pop), - mksrc('datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408, pop), - mksrc('datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71, pop), - mksrc('datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107, pop), - mksrc('datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427, pop), - mksrc('datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11, pop), - mksrc('datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11, pop), - mksrc('datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254, pop), - mksrc('datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64, pop), - mksrc('datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237, pop), - mksrc('datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3, pop), - mksrc('datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526, pop), - mksrc('datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156, pop), - mksrc('datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6, pop), - mksrc('datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60, pop), - mksrc('datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181, pop), - mksrc('datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10, pop), - mksrc('datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198, pop), - mksrc('datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110, pop), - mksrc('datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610, pop), - mksrc('datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45, pop), - mksrc('datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53, pop), - mksrc('datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415, pop), - mksrc('datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005, pop), - mksrc('datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563, pop), - mksrc('datarepo-cb305c8e', 'ANVIL_CMG_YALE_DS_MC_20221026_ANV5_202402281611', 748), - mksrc('datarepo-c2897355', 'ANVIL_CMG_Yale_DS_BPEAKD_20240113_ANV5_202401141447', 101), - mksrc('datarepo-4b5667f8', 'ANVIL_CMG_Yale_DS_RD_20240113_ANV5_202401141453', 100), - mksrc('datarepo-9e86cb23', 'ANVIL_CMG_Yale_DS_THAL_IRB_20240113_ANV5_202401141500', 359), - mksrc('datarepo-278252c3', 'ANVIL_CMG_Yale_HMB_IRB_20240113_ANV5_202401141507', 48), - mksrc('datarepo-eea2a20c', 'ANVIL_CMH_GAFK_10X_Genomics_20240304_ANV5_202403071539', 312), - mksrc('datarepo-0e0bf0f8', 'ANVIL_CMH_GAFK_ES_20240301_ANV5_202403040338', 26829), - mksrc('datarepo-9935aa3f', 'ANVIL_CMH_GAFK_IlluminaGSA_20240311_ANV5_202403121355', 13940, prefix='dea'), - mksrc('datarepo-d391ce5f', 'ANVIL_CMH_GAFK_IsoSeq_20240113_ANV5_202402062116', 415), - mksrc('datarepo-beef6734', 'ANVIL_CMH_GAFK_MGI_20240304_ANV5_202403071559', 1609), - mksrc('datarepo-8599b1fb', 'ANVIL_CMH_GAFK_PacBio_methyl_tagged_20240311_ANV5_202403121402', 793), - mksrc('datarepo-94f58e6c', 'ANVIL_CMH_GAFK_SCATAC_20221107_ANV5_202402290954', 322), - mksrc('datarepo-5447de30', 'ANVIL_CMH_GAFK_WGBS_20230327_ANV5_202402062120', 1475), - mksrc('datarepo-db73a316', 'ANVIL_CMH_GAFK_WGS_20240113_ANV5_202402062123', 23848), - mksrc('datarepo-5227851b', 'ANVIL_CSER_ClinSeq_GRU_20240401_ANV5_202404081541', 23), - mksrc('datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708, pop), - mksrc('datarepo-8a98bcb4', 'ANVIL_NIMH_Broad_ConvNeuro_McCarroll_Nehme_Levy_CIRM_DS_Village_20240405_ANV5_202404081511', 495), # noqa E501 - mksrc('datarepo-c02a5efb', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202402292203', 1357), # noqa E501 - mksrc('datarepo-817f27aa', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20240206_ANV5_202402081755', 678), # noqa E501 - mksrc('datarepo-ddc1d72b', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202402292209', 3), # noqa E501 - mksrc('datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561, pop), # noqa E501 - mksrc('datarepo-69e4bc19', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_COGS_DS_WGS_20240113_ANV5_202401152215', 611), - mksrc('datarepo-da595e23', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20240112_ANV5_202401141541', 340), - mksrc('datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368, pop), # noqa E501 - mksrc('datarepo-df20901c', 'ANVIL_NIMH_Broad_WGSPD_1_McCarroll_Braff_DS_WGS_20240304_ANV5_202403071610', 213), - mksrc('datarepo-75e17b99', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202402292215', 6510), # noqa E501 - mksrc('datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308, pop), - mksrc('datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70, pop), - mksrc('datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234, pop), - mksrc('datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78, pop), # noqa E501 - mksrc('datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235, pop), - mksrc('datarepo-f3817357', 'ANVIL_ccdg_asc_ndd_daly_talkowski_AGRE_asd_exome_20221102_ANV5_202403040528', 850), - mksrc('datarepo-23635d1c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_IBIS_asd_exome_20221024_ANV5_202403040537', 241), - mksrc('datarepo-ecf311e7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_TASC_asd_exome_20221117_ANV5_202403040544', 3175), - mksrc('datarepo-90923a9d', 'ANVIL_ccdg_asc_ndd_daly_talkowski_aleksic_asd_exome_20231013_ANV5_202403040600', 701), - mksrc('datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888, pop), # noqa E501 - mksrc('datarepo-efc0eb70', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gargus_asd_exome_20231013_ANV5_202403040645', 131), - mksrc('datarepo-d1f95953', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gurrieri_asd_exome_20221024_ANV5_202402291153', 61), - mksrc('datarepo-5590427b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mayo_asd_exome_20221024_ANV5_202402291115', 337), - mksrc('datarepo-3cbe3dd3', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mcpartland_asd_exome_20221116_ANV5_202403040753', 6214), # noqa E501 - mksrc('datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155, pop), # noqa E501 - mksrc('datarepo-104705f5', 'ANVIL_ccdg_asc_ndd_daly_talkowski_passos_bueno_asd_exome_20221108_ANV5_202403040831', 948), # noqa E501 - mksrc('datarepo-a07262c0', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_exome__20221025_ANV5_202403040839', 110), # noqa E501 - mksrc('datarepo-418e64c1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_persico_asd_exome_20221027_ANV5_202403040854', 533, prefix='ab'), # noqa E501 - mksrc('datarepo-cfe20662', 'ANVIL_ccdg_asc_ndd_daly_talkowski_renieri_asd_exome_20230327_ANV5_202403040909', 777), - mksrc('datarepo-7c668a5c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_exome_20230324_ANV5_202403040917', 156), # noqa E501 - mksrc('datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158, pop), # noqa E501 - mksrc('datarepo-2571477f', 'ANVIL_ccdg_broad_ai_ibd_daly_burnstein_gsa_20240103_ANV5_202401112154', 396), - mksrc('datarepo-c0abacf6', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_gsa_20240103_ANV5_202401112202', 96), - mksrc('datarepo-c7473b33', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_wes_20240103_ANV5_202403040940', 84), - mksrc('datarepo-ac30439c', 'ANVIL_ccdg_broad_ai_ibd_daly_cho_niddk_gsa_20240103_ANV5_202401112215', 10725), - mksrc('datarepo-267ea46f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_gsa_20240103_ANV5_202401121413', 3773), - mksrc('datarepo-c481c20f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_wes_20240103_ANV5_202403040947', 2512), - mksrc('datarepo-938f9e89', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_gsa_20240104_ANV5_202401121427', 5442), - mksrc('datarepo-d4b1264d', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_wes_20240104_ANV5_202403040954', 3616), - mksrc('datarepo-4d149951', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_gsa_20240104_ANV5_202401121441', 16964), - mksrc('datarepo-e12ce5bd', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_wes_20240104_ANV5_202403041001', 12167), - mksrc('datarepo-2c7e5905', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_gsa_20240311_ANV5_202403121623', 2096), - mksrc('datarepo-f5463526', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_gsa_20240104_ANV5_202401121503', 168), - mksrc('datarepo-51367192', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_nhgri_wes_20240104_ANV5_202401152230', 28), - mksrc('datarepo-7268c3a0', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_gsa_20240311_ANV5_202403121627', 11472), - mksrc('datarepo-51449a60', 'ANVIL_ccdg_broad_ai_ibd_daly_lira_share_wes_20240104_ANV5_202403041035', 220), - mksrc('datarepo-ee1b3121', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_gsa_20240311_ANV5_202403121633', 8298), - mksrc('datarepo-083044ec', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_gsa_20240105_ANV5_202401121611', 5229), - mksrc('datarepo-10ae29e5', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_wes_20240105_ANV5_202403041117', 3668), - mksrc('datarepo-a240ffda', 'ANVIL_ccdg_broad_ai_ibd_daly_niddk_cho_wes_20240105_ANV5_202403041125', 10907), - mksrc('datarepo-929acb2a', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_bitton_igenomed_wes_20240105_ANV5_202401121701', 183), # noqa E501 - mksrc('datarepo-fa70ba86', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_genizon_wes_20240311_ANV5_202403121426', 1923), - mksrc('datarepo-6e9030de', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_igenomed_gsa_20240105_ANV5_202401121709', 1118), - mksrc('datarepo-c9265cf7', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_gsa_20240108_ANV5_202401121716', 5520), - mksrc('datarepo-fe283248', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_wes_20240108_ANV5_202403041140', 6829), - mksrc('datarepo-3ca098f3', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_gsa_20240108_ANV5_202401121730', 8790), - mksrc('datarepo-fd47ae7f', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_wes_20240108_ANV5_202403041148', 5745), - mksrc('datarepo-4300fbc6', 'ANVIL_ccdg_broad_ai_ibd_daly_silverberg_niddk_gsa_20240108_ANV5_202401121745', 14654), - mksrc('datarepo-14285871', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_nhs_gsa_20240311_ANV5_202403121637', 9597), - mksrc('datarepo-d69ac752', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_wes_20240108_ANV5_202403041155', 6506), - mksrc('datarepo-268dabf8', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_gsa_20240113_ANV5_202402062145', 24162), - mksrc('datarepo-636bc565', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_wes_20240108_ANV5_202403041203', 18885), - mksrc('datarepo-7cc92556', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_gsa_20240108_ANV5_202402062149', 3850), - mksrc('datarepo-6b12cac1', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_wes_20240108_ANV5_202403041214', 35516), - mksrc('datarepo-5d4e150c', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_gsa_20240108_ANV5_202401121819', 4255), - mksrc('datarepo-e30e7797', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_wes_20240108_ANV5_202403041224', 2934), - mksrc('datarepo-597e5f25', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_duerr_wes_20240112_ANV5_202403041241', 1891), - mksrc('datarepo-2f8b185b', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_silverberg_wes_20240112_ANV5_202403041250', 2465), - mksrc('datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483, pop), - mksrc('datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136, pop), - mksrc('datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60, pop), - mksrc('datarepo-6c0a5f0d', 'ANVIL_ccdg_broad_mi_univutah_ds_cvd_wes_20221026_ANV5_202403031059', 1913), - mksrc('datarepo-235663ab', 'ANVIL_ccdg_broad_np_epilepsy_usavancontrols_hmb_gso_wes_20221101_ANV5_202403031924', 1975), # noqa E501 - mksrc('datarepo-81cf50b1', 'ANVIL_ccdg_broad_np_epilepsy_zafagn_ds_epi_como_mds_wes_20221026_ANV5_202403031933', 507), # noqa E501 - mksrc('datarepo-e6801146', 'ANVIL_ccdg_nygc_np_autism_hmca_wgs_20221024_ANV5_202403032115', 724), - mksrc('datarepo-64b26798', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202403032311', 3397), - mksrc('datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648, pop), - mksrc('datarepo-01e3396c', 'ANVIL_ccdg_washu_cvd_eocad_cleveland_wgs_20221024_ANV5_202403040008', 348), - mksrc('datarepo-5e62ca4f', 'ANVIL_ccdg_washu_cvd_eocad_emerge_wgs_20221024_ANV5_202403040026', 277), - mksrc('datarepo-a0d77559', 'ANVIL_ccdg_washu_cvd_eocad_emory_wgs_20221024_ANV5_202403040034', 430), - mksrc('datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112, pop), # noqa E501 - mksrc('datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95, pop), - mksrc('datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40, pop), - mksrc('datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569, pop), - mksrc('datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017, pop), - mksrc('datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432, pop), - mksrc('datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907, pop), - mksrc('datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971, pop), - mksrc('datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491, pop), - mksrc('datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478, pop), - mksrc('datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488, pop), - mksrc('datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486, pop), - mksrc('datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027, pop), - mksrc('datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296, pop), - mksrc('datarepo-bf91a039', 'ANVIL_nhgri_broad_ibd_daly_winter_wes_20240112_ANV5_202403041315', 414), + mksrc('bigquery', 'datarepo-38af6304', 'ANVIL_1000G_PRIMED_data_model_20240410_ANV5_202404101419', 14695), + mksrc('bigquery', 'datarepo-1a86e7ca', 'ANVIL_CCDG_Baylor_CVD_AFib_Groningen_WGS_20221122_ANV5_202304242224', 639, pop), # noqa E501 + mksrc('bigquery', 'datarepo-92716a90', 'ANVIL_CCDG_Baylor_CVD_AFib_VAFAR_HMB_IRB_WGS_20221020_ANV5_202304211525', 253, pop), # noqa E501 + mksrc('bigquery', 'datarepo-e8fc4258', 'ANVIL_CCDG_Baylor_CVD_ARIC_20231008_ANV5_202403030358', 10012), + mksrc('bigquery', 'datarepo-77445496', 'ANVIL_CCDG_Baylor_CVD_EOCAD_BioMe_WGS_20221122_ANV5_202304242226', 1201, pop), # noqa E501 + mksrc('bigquery', 'datarepo-1b0d6b90', 'ANVIL_CCDG_Baylor_CVD_HHRC_Brownsville_GRU_WGS_20221122_ANV5_202304242228', 276, pop), # noqa E501 + mksrc('bigquery', 'datarepo-373b7918', 'ANVIL_CCDG_Baylor_CVD_HemStroke_BNI_HMB_WGS_20221215_ANV5_202304242306', 160, pop), # noqa E501 + mksrc('bigquery', 'datarepo-efc3e806', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Duke_DS_WGS_20221117_ANV5_202304242122', 60, pop), # noqa E501 + mksrc('bigquery', 'datarepo-1044f96d', 'ANVIL_CCDG_Baylor_CVD_HemStroke_ERICH_WGS_20221207_ANV5_202304271256', 2558, pop), # noqa E501 + mksrc('bigquery', 'datarepo-f23a6ec8', 'ANVIL_CCDG_Baylor_CVD_HemStroke_GERFHS_HMB_WGS_20221215_ANV5_202304242307', 412, pop), # noqa E501 + mksrc('bigquery', 'datarepo-de34ca6e', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Regards_DS_WGS_20221117_ANV5_202304242123', 121, pop), # noqa E501 + mksrc('bigquery', 'datarepo-d9c6f406', 'ANVIL_CCDG_Baylor_CVD_HemStroke_Yale_HMB_WGS_20221215_ANV5_202304242309', 185, pop), # noqa E501 + mksrc('bigquery', 'datarepo-56883e56', 'ANVIL_CCDG_Baylor_CVD_Oregon_SUDS_GRU_WGS_20221215_ANV5_202304242302', 2216, pop), # noqa E501 + mksrc('bigquery', 'datarepo-7f3ba7ec', 'ANVIL_CCDG_Baylor_CVD_TexGen_DS_WGS_20221117_ANV5_202304242125', 6461, pop), + mksrc('bigquery', 'datarepo-da965e26', 'ANVIL_CCDG_Baylor_CVD_Ventura_Presto_GRU_IRB_WGS_20221117_ANV5_202304242127', 584, pop), # noqa E501 + mksrc('bigquery', 'datarepo-40647d03', 'ANVIL_CCDG_Broad_AI_IBD_Brant_DS_IBD_WGS_20240113_ANV5_202401141252', 575), + mksrc('bigquery', 'datarepo-83339911', 'ANVIL_CCDG_Broad_AI_IBD_Brant_HMB_WGS_20240113_ANV5_202401141259', 907), + mksrc('bigquery', 'datarepo-3f36066b', 'ANVIL_CCDG_Broad_AI_IBD_Cho_WGS_20240113_ANV5_202403030543', 352), + mksrc('bigquery', 'datarepo-65e890b6', 'ANVIL_CCDG_Broad_AI_IBD_Kugathasan_WGS_20240113_ANV5_202403030551', 1406), + mksrc('bigquery', 'datarepo-cec499cd', 'ANVIL_CCDG_Broad_AI_IBD_McCauley_WGS_20240114_ANV5_202403030559', 1256), + mksrc('bigquery', 'datarepo-8043de16', 'ANVIL_CCDG_Broad_AI_IBD_McGovern_WGS_20240113_ANV5_202403030608', 11273), + mksrc('bigquery', 'datarepo-de3bfd4e', 'ANVIL_CCDG_Broad_AI_IBD_Newberry_WGS_20240113_ANV5_202403030616', 135), + mksrc('bigquery', 'datarepo-ed109b2f', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_Arrays_20230612_ANV5_202306131350', 9, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3d8b62d7', 'ANVIL_CCDG_Broad_CVD_AF_BioVU_HMB_GSO_WES_20221025_ANV5_202304241856', 5039, pop), # noqa E501 + mksrc('bigquery', 'datarepo-450ba911', 'ANVIL_CCDG_Broad_CVD_AF_ENGAGE_DS_WES_20230418_ANV5_202304210808', 13621, pop), # noqa E501 + mksrc('bigquery', 'datarepo-0768a322', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_Arrays_20221024_ANV5_202304211831', 387, pop), # noqa E501 + mksrc('bigquery', 'datarepo-dfabf632', 'ANVIL_CCDG_Broad_CVD_AF_Ellinor_MGH_WES_20221117_ANV5_202304271354', 499, pop), # noqa E501 + mksrc('bigquery', 'datarepo-485eb707', 'ANVIL_CCDG_Broad_CVD_AF_Figtree_BioHeart_Arrays_20230128_ANV5_202304271554', 935, pop), # noqa E501 + mksrc('bigquery', 'datarepo-58dffe5a', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_Arrays_20221103_ANV5_202304242105', 2087, pop), # noqa E501 + mksrc('bigquery', 'datarepo-cf7f2c0c', 'ANVIL_CCDG_Broad_CVD_AF_GAPP_DS_MDS_WES_20221103_ANV5_202304242107', 2154, pop), # noqa E501 + mksrc('bigquery', 'datarepo-f896734e', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_Arrays_20221102_ANV5_202304242039', 160, pop), # noqa E501 + mksrc('bigquery', 'datarepo-40c2f4f4', 'ANVIL_CCDG_Broad_CVD_AF_Marcus_UCSF_WES_20221222_ANV5_202304242040', 599, pop), # noqa E501 + mksrc('bigquery', 'datarepo-67117555', 'ANVIL_CCDG_Broad_CVD_AF_Rienstra_WES_20221222_ANV5_202304242035', 2097, pop), # noqa E501 + mksrc('bigquery', 'datarepo-c45dd622', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_Arrays_20221103_ANV5_202304242110', 4467, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b12d2e52', 'ANVIL_CCDG_Broad_CVD_AF_Swiss_Cases_DS_MDS_WES_20230118_ANV5_202304242112', 4550, pop), # noqa E501 + mksrc('bigquery', 'datarepo-d795027d', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_Arrays_20221020_ANV5_202304211823', 1390, pop), # noqa E501 + mksrc('bigquery', 'datarepo-642829f3', 'ANVIL_CCDG_Broad_CVD_AF_VAFAR_WES_20221024_ANV5_202304211826', 1548, pop), + mksrc('bigquery', 'datarepo-43f6230a', 'ANVIL_CCDG_Broad_CVD_AFib_AFLMU_WGS_20231008_ANV5_202310091911', 386, pop), + mksrc('bigquery', 'datarepo-2b135baf', 'ANVIL_CCDG_Broad_CVD_AFib_MGH_WGS_20221024_ANV5_202304211829', 105, pop), + mksrc('bigquery', 'datarepo-de64d25a', 'ANVIL_CCDG_Broad_CVD_AFib_UCSF_WGS_20221222_ANV5_202304242037', 112, pop), + mksrc('bigquery', 'datarepo-08216a2c', 'ANVIL_CCDG_Broad_CVD_AFib_Vanderbilt_Ablation_WGS_20221020_ANV5_202304211819', 2, pop), # noqa E501 + mksrc('bigquery', 'datarepo-342c77f2', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_Arrays_20230517_ANV5_202312122054', 46570), # noqa E501 + mksrc('bigquery', 'datarepo-a16f8bac', 'ANVIL_CCDG_Broad_CVD_EOCAD_PartnersBiobank_HMB_WES_20230621_ANV5_202403030943', 17479), # noqa E501 + mksrc('bigquery', 'datarepo-f2179275', 'ANVIL_CCDG_Broad_CVD_EOCAD_TaiChi_WGS_20221026_ANV5_202403030955', 912), + mksrc('bigquery', 'datarepo-e8ee6358', 'ANVIL_CCDG_Broad_CVD_EOCAD_VIRGO_WGS_20221024_ANV5_202403031003', 2182), + mksrc('bigquery', 'datarepo-383d9d9b', 'ANVIL_CCDG_Broad_CVD_PROMIS_GRU_WES_20230418_ANV5_202306211912', 20557, pop), # noqa E501 + mksrc('bigquery', 'datarepo-318ae48e', 'ANVIL_CCDG_Broad_CVD_Stroke_BRAVE_WGS_20221107_ANV5_202304241543', 500, pop), # noqa E501 + mksrc('bigquery', 'datarepo-7ea7a6e9', 'ANVIL_CCDG_Broad_MI_BRAVE_GRU_WES_20221107_ANV5_202304241545', 1500, pop), + mksrc('bigquery', 'datarepo-5df71da4', 'ANVIL_CCDG_Broad_MI_InStem_WES_20221122_ANV5_202304242236', 1452, pop), + mksrc('bigquery', 'datarepo-1793828c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_GSRS_WES_20230324_ANV5_202304241752', 18, pop), # noqa E501 + mksrc('bigquery', 'datarepo-0db6105c', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSALF_HMB_IRB_WES_20230128_ANV5_202402020211', 19), # noqa E501 + mksrc('bigquery', 'datarepo-70c803d7', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_GSA_MD_20221117_ANV5_202304271400', 22, pop), # noqa E501 + mksrc('bigquery', 'datarepo-1b92691d', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPIL_BA_MDS_WES_20221101_ANV5_202403031115', 47), # noqa E501 + mksrc('bigquery', 'datarepo-f5a4a895', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_GSA_MD_20221117_ANV5_202304271358', 37, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3da39a32', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EPI_BA_ID_MDS_WES_20221101_ANV5_202403031123', 136), # noqa E501 + mksrc('bigquery', 'datarepo-b8b8ba44', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_GSA_MD_20221117_ANV5_202304271356', 1530, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b3e42c63', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSAUS_EP_BA_CN_ID_MDS_WES_20221101_ANV5_202403031131', 5399), # noqa E501 + mksrc('bigquery', 'datarepo-a2b20d71', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_IRB_WES_20230621_ANV5_202402020256', 216), # noqa E501 + mksrc('bigquery', 'datarepo-f85048a3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_GSA_MD_20221117_ANV5_202304271401', 398, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b3ef2bd3', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUSRMB_DS_EAED_MDS_WES_20221026_ANV5_202403031140', 429), # noqa E501 + mksrc('bigquery', 'datarepo-1cafba94', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_ADLT_WES_20230128_ANV5_202402020305', 14), # noqa E501 + mksrc('bigquery', 'datarepo-006c9286', 'ANVIL_CCDG_Broad_NP_Epilepsy_AUTMUV_DS_NS_WES_20230314_ANV5_202402020314', 107), # noqa E501 + mksrc('bigquery', 'datarepo-92905a2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_GSA_MD_20221117_ANV5_202304271403', 239, pop), # noqa E501 + mksrc('bigquery', 'datarepo-33e1bed9', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELATW_GRU_WES_20221108_ANV5_202402020322', 113), # noqa E501 + mksrc('bigquery', 'datarepo-3f3ad5c7', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_GSA_MD_20230118_ANV5_202304271404', 430, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b2a5eccc', 'ANVIL_CCDG_Broad_NP_Epilepsy_BELULB_DS_EP_NPU_WES_20221027_ANV5_202403031148', 419), # noqa E501 + mksrc('bigquery', 'datarepo-7a7b911a', 'ANVIL_CCDG_Broad_NP_Epilepsy_BRAUSP_DS_WES_20240201_ANV5_202402020339', 7), + mksrc('bigquery', 'datarepo-33634ed0', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANCAL_GRU_v2_WES_20240201_ANV5_202402020347', 272), # noqa E501 + mksrc('bigquery', 'datarepo-47f93bbb', 'ANVIL_CCDG_Broad_NP_Epilepsy_CANUTN_DS_EP_WES_20230328_ANV5_202403031156', 149), # noqa E501 + mksrc('bigquery', 'datarepo-389af3b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_CHEUBB_HMB_IRB_MDS_WES_20221102_ANV5_202403031205', 49), # noqa E501 + mksrc('bigquery', 'datarepo-ac8e01aa', 'ANVIL_CCDG_Broad_NP_Epilepsy_CYPCYP_HMB_NPU_MDS_WES_20230328_ANV5_202403031213', 185), # noqa E501 + mksrc('bigquery', 'datarepo-5d4aa202', 'ANVIL_CCDG_Broad_NP_Epilepsy_CZEMTH_GRU_WES_20221108_ANV5_202403031222', 18), # noqa E501 + mksrc('bigquery', 'datarepo-bd066b5a', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUPUM_HMB_MDS_WES_20230328_ANV5_202403031231', 341), # noqa E501 + mksrc('bigquery', 'datarepo-17de3c3b', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUGS_DS_EP_MDS_WES_20240201_ANV5_202403031239', 393), # noqa E501 + mksrc('bigquery', 'datarepo-46e7e2ab', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKB_HMB_NPU_MDS_WES_20230328_ANV5_202403031247', 2512), # noqa E501 + mksrc('bigquery', 'datarepo-ba863f29', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUKL_HMB_WES_20221102_ANV5_202403031256', 217), # noqa E501 + mksrc('bigquery', 'datarepo-113d9969', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUULG_GRU_WES_20221108_ANV5_202403031305', 94), # noqa E501 + mksrc('bigquery', 'datarepo-fd6d20c8', 'ANVIL_CCDG_Broad_NP_Epilepsy_DEUUTB_HMB_NPU_MDS_WES_20230328_ANV5_202403031313', 1977), # noqa E501 + mksrc('bigquery', 'datarepo-55d32c1b', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINKPH_EPIL_CO_MORBIDI_MDS_WES_20230328_ANV5_202403031322', 914), # noqa E501 + mksrc('bigquery', 'datarepo-844a1ecf', 'ANVIL_CCDG_Broad_NP_Epilepsy_FINUVH_HMB_NPU_MDS_WES_20221114_ANV5_202403031331', 102), # noqa E501 + mksrc('bigquery', 'datarepo-1cbd28a5', 'ANVIL_CCDG_Broad_NP_Epilepsy_FRALYU_HMB_WES_20230621_ANV5_202403031340', 1042), # noqa E501 + mksrc('bigquery', 'datarepo-b8b0b663', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRSWU_CARDI_NEURO_WES_20221026_ANV5_202403031348', 319), # noqa E501 + mksrc('bigquery', 'datarepo-2686a76a', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_EP_ETIOLOGY_MDS_WES_20221027_ANV5_202403031405', 460), # noqa E501 + mksrc('bigquery', 'datarepo-05e028a4', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUNL_GRU_WES_20221108_ANV5_202403031413', 57), # noqa E501 + mksrc('bigquery', 'datarepo-4a6228be', 'ANVIL_CCDG_Broad_NP_Epilepsy_GHAKNT_GRU_WES_20221122_ANV5_202403031421', 646), # noqa E501 + mksrc('bigquery', 'datarepo-98dddf8f', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKGHKK_HMB_MDS_WES_20230328_ANV5_202403031430', 675), # noqa E501 + mksrc('bigquery', 'datarepo-9ed2a64a', 'ANVIL_CCDG_Broad_NP_Epilepsy_HKOSB_GRU_WES_20230110_ANV5_202403031439', 118), # noqa E501 + mksrc('bigquery', 'datarepo-22a9e8bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_HRVUZG_HMB_MDS_WES_20221114_ANV5_202403031446', 42), # noqa E501 + mksrc('bigquery', 'datarepo-517eda47', 'ANVIL_CCDG_Broad_NP_Epilepsy_IRLRCI_GRU_IRB_WES_20230328_ANV5_202403031454', 943), # noqa E501 + mksrc('bigquery', 'datarepo-b6e444c4', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAICB_HMB_NPU_MDS_WES_20230223_ANV5_202403031503', 434), # noqa E501 + mksrc('bigquery', 'datarepo-d8145bea', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAIGI_GRU_WES_20221108_ANV5_202403031512', 1163), # noqa E501 + mksrc('bigquery', 'datarepo-67c3b200', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUBG_DS_EPI_NPU_MDS_WES_20221027_ANV5_202403031520', 619), # noqa E501 + mksrc('bigquery', 'datarepo-4476c338', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMC_DS_NEURO_MDS_WES_20221108_ANV5_202403031529', 418), # noqa E501 + mksrc('bigquery', 'datarepo-5cd83a64', 'ANVIL_CCDG_Broad_NP_Epilepsy_ITAUMR_GRU_NPU_WES_20221114_ANV5_202403031537', 1098), # noqa E501 + mksrc('bigquery', 'datarepo-5115b904', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNFKA_GRU_WES_20221220_ANV5_202403031547', 372), # noqa E501 + mksrc('bigquery', 'datarepo-f7fb0742', 'ANVIL_CCDG_Broad_NP_Epilepsy_JPNRKI_DS_NPD_IRB_NPU_WES_20221027_ANV5_202402062057', 100), # noqa E501 + mksrc('bigquery', 'datarepo-b979e83a', 'ANVIL_CCDG_Broad_NP_Epilepsy_KENKIL_GRU_WES_20230110_ANV5_202403031555', 452), # noqa E501 + mksrc('bigquery', 'datarepo-54571a90', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_DS_Epilepsy_WES_20230328_ANV5_202403031603', 398), # noqa E501 + mksrc('bigquery', 'datarepo-5495da63', 'ANVIL_CCDG_Broad_NP_Epilepsy_LEBABM_GRU_WES_20230110_ANV5_202403031612', 856, prefix='c3'), # noqa E501 + mksrc('bigquery', 'datarepo-7275a9bd', 'ANVIL_CCDG_Broad_NP_Epilepsy_LTUUHK_HMB_NPU_MDS_WES_20221114_ANV5_202403031621', 302), # noqa E501 + mksrc('bigquery', 'datarepo-2c2a7d19', 'ANVIL_CCDG_Broad_NP_Epilepsy_NZLUTO_EPIL_BC_ID_MDS_WES_20230328_ANV5_202403031629', 275), # noqa E501 + mksrc('bigquery', 'datarepo-edbd02ca', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURBZU_GRU_WES_20221108_ANV5_202403031637', 214), # noqa E501 + mksrc('bigquery', 'datarepo-225a7340', 'ANVIL_CCDG_Broad_NP_Epilepsy_TURIBU_DS_NEURO_AD_NPU_WES_20221027_ANV5_202403031645', 169), # noqa E501 + mksrc('bigquery', 'datarepo-97dadba8', 'ANVIL_CCDG_Broad_NP_Epilepsy_TWNCGM_HMB_NPU_AdultsONLY_WES_20240201_ANV5_202402020902', 897), # noqa E501 + mksrc('bigquery', 'datarepo-6dcb5d39', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABCH_EPI_MUL_CON_MDS_WES_20221027_ANV5_202403031701', 330), # noqa E501 + mksrc('bigquery', 'datarepo-fb4ac7d8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USABLC_GRU_NPU_WES_20221215_ANV5_202402062059', 227), # noqa E501 + mksrc('bigquery', 'datarepo-5de241b3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCF_HMB_MDS_WES_20221207_ANV5_202403031709', 390), # noqa E501 + mksrc('bigquery', 'datarepo-62a84074', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACCH_DS_NEURO_MDS_WES_20221116_ANV5_202403031719', 362), # noqa E501 + mksrc('bigquery', 'datarepo-7c06247a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACHP_GRU_WES_20230612_ANV5_202402062101', 3754), # noqa E501 + mksrc('bigquery', 'datarepo-9042eb4a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_EP_MDS_WES_20221027_ANV5_202403031727', 328), # noqa E501 + mksrc('bigquery', 'datarepo-cb75258b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_DS_SEIZD_WES_20221027_ANV5_202403031735', 154), # noqa E501 + mksrc('bigquery', 'datarepo-744bc858', 'ANVIL_CCDG_Broad_NP_Epilepsy_USACRW_EPI_ASZ_MED_MDS_WES_20221027_ANV5_202403031744', 39), # noqa E501 + mksrc('bigquery', 'datarepo-faff5b2b', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAEGP_GRU_WES_20221110_ANV5_202403031752', 129), # noqa E501 + mksrc('bigquery', 'datarepo-275b2a46', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAFEB_GRU_WES_20221205_ANV5_202403031800', 31), # noqa E501 + mksrc('bigquery', 'datarepo-5a548fd8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAHEP_GRU_WES_20230328_ANV5_202403031809', 328), # noqa E501 + mksrc('bigquery', 'datarepo-999301d3', 'ANVIL_CCDG_Broad_NP_Epilepsy_USALCH_HMB_WES_20230126_ANV5_202402021048', 10), # noqa E501 + mksrc('bigquery', 'datarepo-eda3f720', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_HMB_MDS_WES_20221207_ANV5_202403031817', 22), # noqa E501 + mksrc('bigquery', 'datarepo-d9e55ea0', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMGH_MGBB_HMB_MDS_WES_20221207_ANV5_202403031826', 46), # noqa E501 + mksrc('bigquery', 'datarepo-6a627e94', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_NPU_WES_20221215_ANV5_202403031834', 8), # noqa E501 + mksrc('bigquery', 'datarepo-bfa59a11', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_GRU_WES_20240201_ANV5_202403031842', 251), # noqa E501 + mksrc('bigquery', 'datarepo-f8d5318a', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMON_HMB_WES_20230131_ANV5_202402021131', 7), + mksrc('bigquery', 'datarepo-4ef1d979', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAMSS_DS_EP_NEURO_MDS_WES_20230612_ANV5_202402021139', 1275), # noqa E501 + mksrc('bigquery', 'datarepo-5e00a0df', 'ANVIL_CCDG_Broad_NP_Epilepsy_USANCH_DS_NEURO_MDS_WES_20221108_ANV5_202402062105', 313), # noqa E501 + mksrc('bigquery', 'datarepo-10948836', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_NPU_WES_20221114_ANV5_202403031858', 49), # noqa E501 + mksrc('bigquery', 'datarepo-0a247e9e', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Marsh_GRU_WES_20230328_ANV5_202403031906', 355), # noqa E501 + mksrc('bigquery', 'datarepo-154b4ef8', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAUPN_Rader_GRU_WES_20230328_ANV5_202403031915', 832), # noqa E501 + mksrc('bigquery', 'datarepo-07b8d88c', 'ANVIL_CCDG_Broad_NP_Epilepsy_USAVAN_HMB_GSO_WES_20221207_ANV5_202402021226', 2454), # noqa E501 + mksrc('bigquery', 'datarepo-1985a01d', 'ANVIL_CCDG_Broad_Spalletta_HMB_NPU_MDS_WES_20221102_ANV5_202403031942', 104), # noqa E501 + mksrc('bigquery', 'datarepo-ad61c47e', 'ANVIL_CCDG_NHGRI_Broad_ASD_Daly_phs000298_WES_vcf_20230403_ANV5_202304271610', 3922, pop), # noqa E501 + mksrc('bigquery', 'datarepo-5e719362', 'ANVIL_CCDG_NYGC_AI_Asthma_Gala2_WGS_20230605_ANV5_202306131248', 1310, pop), + mksrc('bigquery', 'datarepo-2734a0e4', 'ANVIL_CCDG_NYGC_NP_Alz_EFIGA_WGS_20230605_ANV5_202306141705', 3750, pop), + mksrc('bigquery', 'datarepo-710fc60d', 'ANVIL_CCDG_NYGC_NP_Alz_LOAD_WGS_20230605_ANV5_202306131256', 1049, pop), + mksrc('bigquery', 'datarepo-9626b3eb', 'ANVIL_CCDG_NYGC_NP_Alz_WHICAP_WGS_20230605_ANV5_202306131303', 148, pop), + mksrc('bigquery', 'datarepo-86bb81c0', 'ANVIL_CCDG_NYGC_NP_Autism_ACE2_GRU_MDS_WGS_20230605_ANV5_202403032029', 839), # noqa E501 + mksrc('bigquery', 'datarepo-85674dce', 'ANVIL_CCDG_NYGC_NP_Autism_AGRE_WGS_20230605_ANV5_202403081651', 4601), + mksrc('bigquery', 'datarepo-7d1461b2', 'ANVIL_CCDG_NYGC_NP_Autism_SSC_WGS_20230605_ANV5_202403032206', 9340), + mksrc('bigquery', 'datarepo-25ec7b57', 'ANVIL_CCDG_WASHU_PAGE_20221220_ANV5_202304271544', 690, pop), + mksrc('bigquery', 'datarepo-15645b8d', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_DS_WGS_20230525_ANV5_202403040118', 611), # noqa E501 + mksrc('bigquery', 'datarepo-4a0769c7', 'ANVIL_CCDG_WashU_CVD_EOCAD_WashU_CAD_GRU_IRB_WGS_20230525_ANV5_202403040126', 381), # noqa E501 + mksrc('bigquery', 'datarepo-b9222139', 'ANVIL_CMG_BROAD_BRAIN_ENGLE_WES_20240205_ANV5_202402051624', 473, pop), + mksrc('bigquery', 'datarepo-7e094253', 'ANVIL_CMG_BROAD_BRAIN_SHERR_WGS_20221102_ANV5_202402281543', 3, pop), + mksrc('bigquery', 'datarepo-c797490f', 'ANVIL_CMG_BROAD_ORPHAN_SCOTT_WGS_20221102_ANV5_202402281552', 15, pop), + mksrc('bigquery', 'datarepo-0a21cbfd', 'ANVIL_CMG_BaylorHopkins_HMB_IRB_NPU_WES_20221020_ANV5_202402290528', 2223), + mksrc('bigquery', 'datarepo-d321333c', 'ANVIL_CMG_BaylorHopkins_HMB_NPU_WES_20230525_ANV5_202402290537', 4804), + mksrc('bigquery', 'datarepo-0a1360b1', 'ANVIL_CMG_Broad_Blood_Gazda_WES_20221117_ANV5_202402290547', 612, pop), + mksrc('bigquery', 'datarepo-faa71b49', 'ANVIL_CMG_Broad_Blood_Sankaran_WES_20221117_ANV5_202402290555', 1141, pop), + mksrc('bigquery', 'datarepo-abce6387', 'ANVIL_CMG_Broad_Blood_Sankaran_WGS_20221117_ANV5_202402290606', 96, pop), + mksrc('bigquery', 'datarepo-3dd4d039', 'ANVIL_CMG_Broad_Brain_Gleeson_WES_20221117_ANV5_202304241517', 1180, pop), + mksrc('bigquery', 'datarepo-c361373f', 'ANVIL_CMG_Broad_Brain_Muntoni_WES_20221102_ANV5_202304241527', 39, pop), + mksrc('bigquery', 'datarepo-fc6ce406', 'ANVIL_CMG_Broad_Brain_NeuroDev_WES_20240112_ANV5_202401152208', 296), + mksrc('bigquery', 'datarepo-d7bfafc6', 'ANVIL_CMG_Broad_Brain_Thaker_WES_20221102_ANV5_202304241531', 46, pop), + mksrc('bigquery', 'datarepo-7e03b5fd', 'ANVIL_CMG_Broad_Brain_Walsh_WES_20230605_ANV5_202310101734', 2778, pop), + mksrc('bigquery', 'datarepo-29812b42', 'ANVIL_CMG_Broad_Eye_Pierce_WES_20221205_ANV5_202304242250', 2150, pop), + mksrc('bigquery', 'datarepo-48134558', 'ANVIL_CMG_Broad_Eye_Pierce_WGS_20221117_ANV5_202304241507', 35, pop), + mksrc('bigquery', 'datarepo-36ebaa12', 'ANVIL_CMG_Broad_Heart_PCGC_Tristani_WGS_20221025_ANV5_202304211840', 214, pop), # noqa E501 + mksrc('bigquery', 'datarepo-f9826139', 'ANVIL_CMG_Broad_Heart_Seidman_WES_20221117_ANV5_202304241504', 133, pop), + mksrc('bigquery', 'datarepo-85952af8', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WES_20230525_ANV5_202305251733', 3544, pop), # noqa E501 + mksrc('bigquery', 'datarepo-ee4ae9a1', 'ANVIL_CMG_Broad_Kidney_Hildebrandt_WGS_20221025_ANV5_202304211844', 27, pop), # noqa E501 + mksrc('bigquery', 'datarepo-cf168274', 'ANVIL_CMG_Broad_Kidney_Pollak_WES_20221025_ANV5_202304211846', 147, pop), + mksrc('bigquery', 'datarepo-4d47ba2c', 'ANVIL_CMG_Broad_Muscle_Beggs_WGS_20221102_ANV5_202304241533', 141, pop), + mksrc('bigquery', 'datarepo-82d1271a', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WES_20221117_ANV5_202304241509', 305, pop), + mksrc('bigquery', 'datarepo-6be3fb25', 'ANVIL_CMG_Broad_Muscle_Bonnemann_WGS_20221117_ANV5_202304241510', 152, pop), + mksrc('bigquery', 'datarepo-b168eb10', 'ANVIL_CMG_Broad_Muscle_KNC_WES_20221116_ANV5_202304242219', 169, pop), + mksrc('bigquery', 'datarepo-372244aa', 'ANVIL_CMG_Broad_Muscle_KNC_WGS_20221117_ANV5_202304242221', 16, pop), + mksrc('bigquery', 'datarepo-c43e7400', 'ANVIL_CMG_Broad_Muscle_Kang_WES_20230525_ANV5_202310101649', 121, pop), + mksrc('bigquery', 'datarepo-77a6c0aa', 'ANVIL_CMG_Broad_Muscle_Kang_WGS_20221025_ANV5_202304211849', 8, pop), + mksrc('bigquery', 'datarepo-4153ad1f', 'ANVIL_CMG_Broad_Muscle_Laing_WES_20221208_ANV5_202402291926', 31, pop), + mksrc('bigquery', 'datarepo-5019143b', 'ANVIL_CMG_Broad_Muscle_Myoseq_WES_20230621_ANV5_202306211852', 1382, pop), + mksrc('bigquery', 'datarepo-27eb651a', 'ANVIL_CMG_Broad_Muscle_Myoseq_WGS_20221208_ANV5_202304271310', 10, pop), + mksrc('bigquery', 'datarepo-c087af7a', 'ANVIL_CMG_Broad_Muscle_OGrady_WES_20221205_ANV5_202304242252', 226, pop), + mksrc('bigquery', 'datarepo-db987a2e', 'ANVIL_CMG_Broad_Muscle_Ravenscroft_WES_20221208_ANV5_202304271311', 140, pop), # noqa E501 + mksrc('bigquery', 'datarepo-05df566c', 'ANVIL_CMG_Broad_Muscle_Topf_WES_20221208_ANV5_202304271313', 2408, pop), + mksrc('bigquery', 'datarepo-87d91f06', 'ANVIL_CMG_Broad_Orphan_Chung_WES_20221102_ANV5_202304241534', 71, pop), + mksrc('bigquery', 'datarepo-25f6b696', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WES_20221117_ANV5_202304241512', 107, pop), # noqa E501 + mksrc('bigquery', 'datarepo-c3b16b41', 'ANVIL_CMG_Broad_Orphan_Estonia_Ounap_WGS_20221205_ANV5_202304242255', 427, pop), # noqa E501 + mksrc('bigquery', 'datarepo-5bbb5a28', 'ANVIL_CMG_Broad_Orphan_Jueppner_WES_20240205_ANV5_202402051640', 11, pop), + mksrc('bigquery', 'datarepo-32fe2260', 'ANVIL_CMG_Broad_Orphan_Lerner_Ellis_WES_20221102_ANV5_202304241536', 11, pop), # noqa E501 + mksrc('bigquery', 'datarepo-6f9e574e', 'ANVIL_CMG_Broad_Orphan_Manton_WES_20221117_ANV5_202304241513', 1254, pop), + mksrc('bigquery', 'datarepo-53cd689b', 'ANVIL_CMG_Broad_Orphan_Manton_WGS_20221117_ANV5_202304241515', 64, pop), + mksrc('bigquery', 'datarepo-e7c5babf', 'ANVIL_CMG_Broad_Orphan_Scott_WES_20221025_ANV5_202304241458', 237, pop), + mksrc('bigquery', 'datarepo-051877f4', 'ANVIL_CMG_Broad_Orphan_Sweetser_WES_20221102_ANV5_202304241539', 3, pop), + mksrc('bigquery', 'datarepo-555c7706', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WES_20221018_ANV5_202304241522', 1526, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3a8f7952', 'ANVIL_CMG_Broad_Orphan_VCGS_White_WGS_20221117_ANV5_202304241523', 156, pop), # noqa E501 + mksrc('bigquery', 'datarepo-b699c5e3', 'ANVIL_CMG_Broad_Rare_RGP_WES_20221102_ANV5_202304241540', 6, pop), + mksrc('bigquery', 'datarepo-2d5bd095', 'ANVIL_CMG_Broad_Stillbirth_Wilkins_Haug_WES_20221102_ANV5_202304241542', 60, pop), # noqa E501 + mksrc('bigquery', 'datarepo-db7353fb', 'ANVIL_CMG_UWASH_DS_BAV_IRB_PUB_RD_20230419_ANV5_202304201858', 181, pop), + mksrc('bigquery', 'datarepo-3b8ef67a', 'ANVIL_CMG_UWASH_DS_BDIS_20230418_ANV5_202304201958', 10, pop), + mksrc('bigquery', 'datarepo-5d27ebfe', 'ANVIL_CMG_UWASH_DS_HFA_20230418_ANV5_202304201932', 198, pop), + mksrc('bigquery', 'datarepo-9d1a6e0a', 'ANVIL_CMG_UWASH_DS_NBIA_20230418_ANV5_202304201949', 110, pop), + mksrc('bigquery', 'datarepo-18bd3df4', 'ANVIL_CMG_UWASH_HMB_20230418_ANV5_202402070029', 610, pop), + mksrc('bigquery', 'datarepo-50484f86', 'ANVIL_CMG_UWASH_HMB_IRB_20230418_ANV5_202304201915', 45, pop), + mksrc('bigquery', 'datarepo-74bd0964', 'ANVIL_CMG_UWash_DS_EP_20230419_ANV5_202304201906', 53, pop), + mksrc('bigquery', 'datarepo-6f4155f2', 'ANVIL_CMG_UWash_GRU_20240301_ANV5_202403040330', 7415, pop), + mksrc('bigquery', 'datarepo-6486ae96', 'ANVIL_CMG_UWash_GRU_1_20240113_ANV5_202401141440', 3005, pop), + mksrc('bigquery', 'datarepo-97ec5366', 'ANVIL_CMG_UWash_GRU_IRB_20230418_ANV5_202304201940', 563, pop), + mksrc('bigquery', 'datarepo-cb305c8e', 'ANVIL_CMG_YALE_DS_MC_20221026_ANV5_202402281611', 748), + mksrc('bigquery', 'datarepo-c2897355', 'ANVIL_CMG_Yale_DS_BPEAKD_20240113_ANV5_202401141447', 101), + mksrc('bigquery', 'datarepo-4b5667f8', 'ANVIL_CMG_Yale_DS_RD_20240113_ANV5_202401141453', 100), + mksrc('bigquery', 'datarepo-9e86cb23', 'ANVIL_CMG_Yale_DS_THAL_IRB_20240113_ANV5_202401141500', 359), + mksrc('bigquery', 'datarepo-278252c3', 'ANVIL_CMG_Yale_HMB_IRB_20240113_ANV5_202401141507', 48), + mksrc('bigquery', 'datarepo-eea2a20c', 'ANVIL_CMH_GAFK_10X_Genomics_20240304_ANV5_202403071539', 312), + mksrc('bigquery', 'datarepo-0e0bf0f8', 'ANVIL_CMH_GAFK_ES_20240301_ANV5_202403040338', 26829), + mksrc('bigquery', 'datarepo-9935aa3f', 'ANVIL_CMH_GAFK_IlluminaGSA_20240311_ANV5_202403121355', 13940, prefix='dea'), # noqa E501 + mksrc('bigquery', 'datarepo-d391ce5f', 'ANVIL_CMH_GAFK_IsoSeq_20240113_ANV5_202402062116', 415), + mksrc('bigquery', 'datarepo-beef6734', 'ANVIL_CMH_GAFK_MGI_20240304_ANV5_202403071559', 1609), + mksrc('bigquery', 'datarepo-8599b1fb', 'ANVIL_CMH_GAFK_PacBio_methyl_tagged_20240311_ANV5_202403121402', 793), + mksrc('bigquery', 'datarepo-94f58e6c', 'ANVIL_CMH_GAFK_SCATAC_20221107_ANV5_202402290954', 322), + mksrc('bigquery', 'datarepo-5447de30', 'ANVIL_CMH_GAFK_WGBS_20230327_ANV5_202402062120', 1475), + mksrc('bigquery', 'datarepo-db73a316', 'ANVIL_CMH_GAFK_WGS_20240113_ANV5_202402062123', 23848), + mksrc('bigquery', 'datarepo-5227851b', 'ANVIL_CSER_ClinSeq_GRU_20240401_ANV5_202404081541', 23), + mksrc('bigquery', 'datarepo-1a706b0c', 'ANVIL_GTEx_Somatic_WGS_20240116_ANV5_202401170147', 708, pop), + mksrc('bigquery', 'datarepo-8a98bcb4', 'ANVIL_NIMH_Broad_ConvNeuro_McCarroll_Nehme_Levy_CIRM_DS_Village_20240405_ANV5_202404081511', 495), # noqa E501 + mksrc('bigquery', 'datarepo-c02a5efb', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_VillageData_20230109_ANV5_202402292203', 1357), # noqa E501 + mksrc('bigquery', 'datarepo-817f27aa', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_CIRM_GRU_WGS_20240206_ANV5_202402081755', 678), # noqa E501 + mksrc('bigquery', 'datarepo-ddc1d72b', 'ANVIL_NIMH_Broad_ConvergentNeuro_McCarroll_Eggan_Finkel_SMA_DS_WGS_20230109_ANV5_202402292209', 3), # noqa E501 + mksrc('bigquery', 'datarepo-14f5afa3', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Braff_DS_10XLRGenomes_20221115_ANV5_202310101713', 561, pop), # noqa E501 + mksrc('bigquery', 'datarepo-69e4bc19', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_COGS_DS_WGS_20240113_ANV5_202401152215', 611), # noqa E501 + mksrc('bigquery', 'datarepo-da595e23', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Escamilla_DS_WGS_20240112_ANV5_202401141541', 340), # noqa E501 + mksrc('bigquery', 'datarepo-94091a22', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Pato_GRU_10XLRGenomes_20230331_ANV5_202310101715', 368, pop), # noqa E501 + mksrc('bigquery', 'datarepo-df20901c', 'ANVIL_NIMH_Broad_WGSPD_1_McCarroll_Braff_DS_WGS_20240304_ANV5_202403071610', 213), # noqa E501 + mksrc('bigquery', 'datarepo-75e17b99', 'ANVIL_NIMH_CIRM_FCDI_ConvergentNeuro_McCarroll_Eggan_GRU_Arrays_20230109_ANV5_202402292215', 6510), # noqa E501 + mksrc('bigquery', 'datarepo-25790186', 'ANVIL_PAGE_BioMe_GRU_WGS_20221128_ANV5_202403040429', 308, pop), + mksrc('bigquery', 'datarepo-b371989b', 'ANVIL_PAGE_MEC_GRU_WGS_20230131_ANV5_202403040437', 70, pop), + mksrc('bigquery', 'datarepo-4a4eec27', 'ANVIL_PAGE_SoL_HMB_WGS_20221220_ANV5_202403040445', 234, pop), + mksrc('bigquery', 'datarepo-a1f917db', 'ANVIL_PAGE_Stanford_Global_Reference_Panel_GRU_WGS_20221128_ANV5_202403040453', 78, pop), # noqa E501 + mksrc('bigquery', 'datarepo-6264931f', 'ANVIL_PAGE_WHI_HMB_IRB_WGS_20221019_ANV5_202403040500', 235, pop), + mksrc('bigquery', 'datarepo-f3817357', 'ANVIL_ccdg_asc_ndd_daly_talkowski_AGRE_asd_exome_20221102_ANV5_202403040528', 850), # noqa E501 + mksrc('bigquery', 'datarepo-23635d1c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_IBIS_asd_exome_20221024_ANV5_202403040537', 241), # noqa E501 + mksrc('bigquery', 'datarepo-ecf311e7', 'ANVIL_ccdg_asc_ndd_daly_talkowski_TASC_asd_exome_20221117_ANV5_202403040544', 3175), # noqa E501 + mksrc('bigquery', 'datarepo-90923a9d', 'ANVIL_ccdg_asc_ndd_daly_talkowski_aleksic_asd_exome_20231013_ANV5_202403040600', 701), # noqa E501 + mksrc('bigquery', 'datarepo-2354d65a', 'ANVIL_ccdg_asc_ndd_daly_talkowski_cdcseed_asd_gsa_md_20221024_ANV5_202402291144', 2888, pop), # noqa E501 + mksrc('bigquery', 'datarepo-efc0eb70', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gargus_asd_exome_20231013_ANV5_202403040645', 131), # noqa E501 + mksrc('bigquery', 'datarepo-d1f95953', 'ANVIL_ccdg_asc_ndd_daly_talkowski_gurrieri_asd_exome_20221024_ANV5_202402291153', 61), # noqa E501 + mksrc('bigquery', 'datarepo-5590427b', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mayo_asd_exome_20221024_ANV5_202402291115', 337), # noqa E501 + mksrc('bigquery', 'datarepo-3cbe3dd3', 'ANVIL_ccdg_asc_ndd_daly_talkowski_mcpartland_asd_exome_20221116_ANV5_202403040753', 6214), # noqa E501 + mksrc('bigquery', 'datarepo-a245d786', 'ANVIL_ccdg_asc_ndd_daly_talkowski_palotie_asd_exome_20221019_ANV5_202403040815', 155, pop), # noqa E501 + mksrc('bigquery', 'datarepo-104705f5', 'ANVIL_ccdg_asc_ndd_daly_talkowski_passos_bueno_asd_exome_20221108_ANV5_202403040831', 948), # noqa E501 + mksrc('bigquery', 'datarepo-a07262c0', 'ANVIL_ccdg_asc_ndd_daly_talkowski_pericak_vance_asd_exome__20221025_ANV5_202403040839', 110), # noqa E501 + mksrc('bigquery', 'datarepo-418e64c1', 'ANVIL_ccdg_asc_ndd_daly_talkowski_persico_asd_exome_20221027_ANV5_202403040854', 533, prefix='ab'), # noqa E501 + mksrc('bigquery', 'datarepo-cfe20662', 'ANVIL_ccdg_asc_ndd_daly_talkowski_renieri_asd_exome_20230327_ANV5_202403040909', 777), # noqa E501 + mksrc('bigquery', 'datarepo-7c668a5c', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_exome_20230324_ANV5_202403040917', 156), # noqa E501 + mksrc('bigquery', 'datarepo-0b4c3cfb', 'ANVIL_ccdg_asc_ndd_daly_talkowski_schloesser_asd_gsa_md_20221025_ANV5_202402291202', 158, pop), # noqa E501 + mksrc('bigquery', 'datarepo-2571477f', 'ANVIL_ccdg_broad_ai_ibd_daly_burnstein_gsa_20240103_ANV5_202401112154', 396), # noqa E501 + mksrc('bigquery', 'datarepo-c0abacf6', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_gsa_20240103_ANV5_202401112202', 96), + mksrc('bigquery', 'datarepo-c7473b33', 'ANVIL_ccdg_broad_ai_ibd_daly_chen_wes_20240103_ANV5_202403040940', 84), + mksrc('bigquery', 'datarepo-ac30439c', 'ANVIL_ccdg_broad_ai_ibd_daly_cho_niddk_gsa_20240103_ANV5_202401112215', 10725), # noqa E501 + mksrc('bigquery', 'datarepo-267ea46f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_gsa_20240103_ANV5_202401121413', 3773), # noqa E501 + mksrc('bigquery', 'datarepo-c481c20f', 'ANVIL_ccdg_broad_ai_ibd_daly_chung_gider_wes_20240103_ANV5_202403040947', 2512), # noqa E501 + mksrc('bigquery', 'datarepo-938f9e89', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_gsa_20240104_ANV5_202401121427', 5442), # noqa E501 + mksrc('bigquery', 'datarepo-d4b1264d', 'ANVIL_ccdg_broad_ai_ibd_daly_faubion_share_wes_20240104_ANV5_202403040954', 3616), # noqa E501 + mksrc('bigquery', 'datarepo-4d149951', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_gsa_20240104_ANV5_202401121441', 16964), # noqa E501 + mksrc('bigquery', 'datarepo-e12ce5bd', 'ANVIL_ccdg_broad_ai_ibd_daly_franchimont_wes_20240104_ANV5_202403041001', 12167), # noqa E501 + mksrc('bigquery', 'datarepo-2c7e5905', 'ANVIL_ccdg_broad_ai_ibd_daly_hyams_protect_gsa_20240311_ANV5_202403121623', 2096), # noqa E501 + mksrc('bigquery', 'datarepo-f5463526', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_gsa_20240104_ANV5_202401121503', 168), # noqa E501 + mksrc('bigquery', 'datarepo-51367192', 'ANVIL_ccdg_broad_ai_ibd_daly_kastner_fmf_nhgri_wes_20240104_ANV5_202401152230', 28), # noqa E501 + mksrc('bigquery', 'datarepo-7268c3a0', 'ANVIL_ccdg_broad_ai_ibd_daly_kupcinskas_gsa_20240311_ANV5_202403121627', 11472), # noqa E501 + mksrc('bigquery', 'datarepo-51449a60', 'ANVIL_ccdg_broad_ai_ibd_daly_lira_share_wes_20240104_ANV5_202403041035', 220), # noqa E501 + mksrc('bigquery', 'datarepo-ee1b3121', 'ANVIL_ccdg_broad_ai_ibd_daly_louis_gsa_20240311_ANV5_202403121633', 8298), + mksrc('bigquery', 'datarepo-083044ec', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_gsa_20240105_ANV5_202401121611', 5229), # noqa E501 + mksrc('bigquery', 'datarepo-10ae29e5', 'ANVIL_ccdg_broad_ai_ibd_daly_newberry_share_wes_20240105_ANV5_202403041117', 3668), # noqa E501 + mksrc('bigquery', 'datarepo-a240ffda', 'ANVIL_ccdg_broad_ai_ibd_daly_niddk_cho_wes_20240105_ANV5_202403041125', 10907), # noqa E501 + mksrc('bigquery', 'datarepo-929acb2a', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_bitton_igenomed_wes_20240105_ANV5_202401121701', 183), # noqa E501 + mksrc('bigquery', 'datarepo-fa70ba86', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_genizon_wes_20240311_ANV5_202403121426', 1923), # noqa E501 + mksrc('bigquery', 'datarepo-6e9030de', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_igenomed_gsa_20240105_ANV5_202401121709', 1118), # noqa E501 + mksrc('bigquery', 'datarepo-c9265cf7', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_gsa_20240108_ANV5_202401121716', 5520), # noqa E501 + mksrc('bigquery', 'datarepo-fe283248', 'ANVIL_ccdg_broad_ai_ibd_daly_rioux_niddk_wes_20240108_ANV5_202403041140', 6829), # noqa E501 + mksrc('bigquery', 'datarepo-3ca098f3', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_gsa_20240108_ANV5_202401121730', 8790), # noqa E501 + mksrc('bigquery', 'datarepo-fd47ae7f', 'ANVIL_ccdg_broad_ai_ibd_daly_sands_msccr_wes_20240108_ANV5_202403041148', 5745), # noqa E501 + mksrc('bigquery', 'datarepo-4300fbc6', 'ANVIL_ccdg_broad_ai_ibd_daly_silverberg_niddk_gsa_20240108_ANV5_202401121745', 14654), # noqa E501 + mksrc('bigquery', 'datarepo-14285871', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_nhs_gsa_20240311_ANV5_202403121637', 9597), # noqa E501 + mksrc('bigquery', 'datarepo-d69ac752', 'ANVIL_ccdg_broad_ai_ibd_daly_stampfer_wes_20240108_ANV5_202403041155', 6506), # noqa E501 + mksrc('bigquery', 'datarepo-268dabf8', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_gsa_20240113_ANV5_202402062145', 24162), # noqa E501 + mksrc('bigquery', 'datarepo-636bc565', 'ANVIL_ccdg_broad_ai_ibd_daly_vermeire_wes_20240108_ANV5_202403041203', 18885), # noqa E501 + mksrc('bigquery', 'datarepo-7cc92556', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_gsa_20240108_ANV5_202402062149', 3850), # noqa E501 + mksrc('bigquery', 'datarepo-6b12cac1', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_prism_wes_20240108_ANV5_202403041214', 35516), # noqa E501 + mksrc('bigquery', 'datarepo-5d4e150c', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_gsa_20240108_ANV5_202401121819', 4255), # noqa E501 + mksrc('bigquery', 'datarepo-e30e7797', 'ANVIL_ccdg_broad_ai_ibd_daly_xavier_share_wes_20240108_ANV5_202403041224', 2934), # noqa E501 + mksrc('bigquery', 'datarepo-597e5f25', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_duerr_wes_20240112_ANV5_202403041241', 1891), # noqa E501 + mksrc('bigquery', 'datarepo-2f8b185b', 'ANVIL_ccdg_broad_ai_ibd_niddk_daly_silverberg_wes_20240112_ANV5_202403041250', 2465), # noqa E501 + mksrc('bigquery', 'datarepo-7a0883a4', 'ANVIL_ccdg_broad_cvd_af_pegasus_hmb_20221025_ANV5_202403030736', 7483, pop), + mksrc('bigquery', 'datarepo-f62c5ebd', 'ANVIL_ccdg_broad_cvd_eocad_promis_wgs_20221213_ANV5_202403030935', 1136, pop), # noqa E501 + mksrc('bigquery', 'datarepo-9d116a5c', 'ANVIL_ccdg_broad_mi_atvb_ds_cvd_wes_20221025_ANV5_202403031035', 60, pop), + mksrc('bigquery', 'datarepo-6c0a5f0d', 'ANVIL_ccdg_broad_mi_univutah_ds_cvd_wes_20221026_ANV5_202403031059', 1913), + mksrc('bigquery', 'datarepo-235663ab', 'ANVIL_ccdg_broad_np_epilepsy_usavancontrols_hmb_gso_wes_20221101_ANV5_202403031924', 1975), # noqa E501 + mksrc('bigquery', 'datarepo-81cf50b1', 'ANVIL_ccdg_broad_np_epilepsy_zafagn_ds_epi_como_mds_wes_20221026_ANV5_202403031933', 507), # noqa E501 + mksrc('bigquery', 'datarepo-e6801146', 'ANVIL_ccdg_nygc_np_autism_hmca_wgs_20221024_ANV5_202403032115', 724), + mksrc('bigquery', 'datarepo-64b26798', 'ANVIL_ccdg_washu_ai_t1d_t1dgc_wgs_20221031_ANV5_202403032311', 3397), + mksrc('bigquery', 'datarepo-e3065356', 'ANVIL_ccdg_washu_cvd_eocad_biome_wgs_20221024_ANV5_202304211601', 648, pop), + mksrc('bigquery', 'datarepo-01e3396c', 'ANVIL_ccdg_washu_cvd_eocad_cleveland_wgs_20221024_ANV5_202403040008', 348), + mksrc('bigquery', 'datarepo-5e62ca4f', 'ANVIL_ccdg_washu_cvd_eocad_emerge_wgs_20221024_ANV5_202403040026', 277), + mksrc('bigquery', 'datarepo-a0d77559', 'ANVIL_ccdg_washu_cvd_eocad_emory_wgs_20221024_ANV5_202403040034', 430), + mksrc('bigquery', 'datarepo-33e3428b', 'ANVIL_ccdg_washu_cvd_np_ai_controls_vccontrols_wgs_20221024_ANV5_202403032319', 112, pop), # noqa E501 + mksrc('bigquery', 'datarepo-17c5f983', 'ANVIL_cmg_broad_brain_engle_wgs_20221202_ANV5_202402290614', 95, pop), + mksrc('bigquery', 'datarepo-1cb73890', 'ANVIL_cmg_broad_heart_ware_wes_20221215_ANV5_202304242145', 40, pop), + mksrc('bigquery', 'datarepo-833ff0a3', 'ANVIL_eMERGE_GRU_IRB_NPU_eMERGEseq_20230130_ANV5_202304271614', 2569, pop), + mksrc('bigquery', 'datarepo-baf040af', 'ANVIL_eMERGE_GRU_IRB_PUB_NPU_eMERGEseq_20230130_ANV5_202304271616', 3017, pop), # noqa E501 + mksrc('bigquery', 'datarepo-270b3b62', 'ANVIL_eMERGE_GRU_IRB_eMERGEseq_20230130_ANV5_202304271613', 2432, pop), + mksrc('bigquery', 'datarepo-c13efbe9', 'ANVIL_eMERGE_GRU_NPU_eMERGEseq_20230130_ANV5_202304271617', 5907, pop), + mksrc('bigquery', 'datarepo-34f8138d', 'ANVIL_eMERGE_GRU_eMERGEseq_20230130_ANV5_202304271612', 2971, pop), + mksrc('bigquery', 'datarepo-90b7b6e8', 'ANVIL_eMERGE_HMB_GSO_eMERGEseq_20230130_ANV5_202304271621', 2491, pop), + mksrc('bigquery', 'datarepo-6e6dca92', 'ANVIL_eMERGE_HMB_IRB_PUB_eMERGEseq_20230130_ANV5_202304271622', 478, pop), + mksrc('bigquery', 'datarepo-1ddf2a8e', 'ANVIL_eMERGE_HMB_NPU_eMERGEseq_20230130_ANV5_202304271624', 2488, pop), + mksrc('bigquery', 'datarepo-dba97a65', 'ANVIL_eMERGE_HMB_eMERGEseq_20230130_ANV5_202304271619', 2486, pop), + mksrc('bigquery', 'datarepo-51aa9a22', 'ANVIL_eMERGE_PGRNseq_20230118_ANV5_202304241853', 9027, pop), + mksrc('bigquery', 'datarepo-ce8c469f', 'ANVIL_eMERGE_PRS_Arrays_20221220_ANV5_202304271346', 7296, pop), + mksrc('bigquery', 'datarepo-bf91a039', 'ANVIL_nhgri_broad_ibd_daly_winter_wes_20240112_ANV5_202403041315', 414), # @formatter:on ])) anvil7_sources = mkdict(anvil6_sources, 257, mkdelta([ - mksrc('datarepo-c9e438dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202406261957', 686), - mksrc('datarepo-90a1d452', 'ANVIL_GREGoR_R01_GRU_20240208_ANV5_202407011515', 2473), - mksrc('datarepo-c27c13db', 'ANVIL_GREGoR_R01_HMB_20240208_ANV5_202407011529', 222), - mksrc('datarepo-3594cc06', 'ANVIL_HPRC_20240401_ANV5_202406261913', 63201), - mksrc('datarepo-49f55ff6', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Light_DS_WGS_20240625_ANV5_202406262032', 60), - mksrc('datarepo-54040f7f', 'ANVIL_T2T_CHRY_20240301_ANV5_202406271432', 309979), - mksrc('datarepo-5048eadd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_burnstein_utsw_wes_20240627_ANV5_202406271535', 66), - mksrc('datarepo-5d003f44', 'ANVIL_ccdg_broad_daly_igsr_1kg_twist_wes_20240625_ANV5_202406261904', 670) + # @formatter:off + mksrc('bigquery', 'datarepo-c9e438dc', 'ANVIL_CCDG_Broad_NP_Epilepsy_GBRUCL_DS_EARET_MDS_WES_20221026_ANV5_202406261957', 686), # noqa E501 + mksrc('bigquery', 'datarepo-90a1d452', 'ANVIL_GREGoR_R01_GRU_20240208_ANV5_202407011515', 2473), + mksrc('bigquery', 'datarepo-c27c13db', 'ANVIL_GREGoR_R01_HMB_20240208_ANV5_202407011529', 222), + mksrc('bigquery', 'datarepo-3594cc06', 'ANVIL_HPRC_20240401_ANV5_202406261913', 63201), + mksrc('bigquery', 'datarepo-49f55ff6', 'ANVIL_NIMH_Broad_WGSPD1_McCarroll_Light_DS_WGS_20240625_ANV5_202406262032', 60), # noqa E501 + mksrc('bigquery', 'datarepo-54040f7f', 'ANVIL_T2T_CHRY_20240301_ANV5_202406271432', 309979), + mksrc('bigquery', 'datarepo-5048eadd', 'ANVIL_ccdg_broad_ai_ibd_daly_brant_burnstein_utsw_wes_20240627_ANV5_202406271535', 66), # noqa E501 + mksrc('bigquery', 'datarepo-5d003f44', 'ANVIL_ccdg_broad_daly_igsr_1kg_twist_wes_20240625_ANV5_202406261904', 670) + # @formatter:on ])) diff --git a/deployments/prod/environment.py b/deployments/prod/environment.py index 13db6d94cf..af56e2ac71 100644 --- a/deployments/prod/environment.py +++ b/deployments/prod/environment.py @@ -5,6 +5,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -24,12 +25,17 @@ def partition_prefix_length(n: int) -> int: pop = 2 # remove snapshot -def mksrc(google_project, snapshot, subgraphs, flags: int = 0) -> tuple[str, str]: +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, + snapshot, + subgraphs, + flags: int = 0 + ) -> tuple[str, str | None]: _, env, project, _ = snapshot.split('_', 3) assert flags <= ma | pop source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -60,1092 +66,1153 @@ def mkdict(previous_catalog: dict[str, str], dcp12_sources = mkdict({}, 195, mkdelta([ - mksrc('datarepo-a1c89fba', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220113_dcp12', 7), - mksrc('datarepo-a9316414', 'hca_prod_027c51c60719469fa7f5640fe57cbece__20220110_dcp2_20220113_dcp12', 8), - mksrc('datarepo-d111fe96', 'hca_prod_03c6fce7789e4e78a27a664d562bb738__20220110_dcp2_20220113_dcp12', 1530), - mksrc('datarepo-a2d29140', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220114_dcp12', 355), - mksrc('datarepo-d8ad6862', 'hca_prod_05657a599f9d4bb9b77b24be13aa5cea__20220110_dcp2_20220113_dcp12', 185), - mksrc('datarepo-c9b9a2e8', 'hca_prod_05be4f374506429bb112506444507d62__20220107_dcp2_20220113_dcp12', 1544), - mksrc('datarepo-4e087937', 'hca_prod_07073c1280064710a00b23abdb814904__20220107_dcp2_20220113_dcp12', 25), - mksrc('datarepo-9226064c', 'hca_prod_074a9f88729a455dbca50ce80edf0cea__20220107_dcp2_20220113_dcp12', 2), - mksrc('datarepo-5bd98333', 'hca_prod_0792db3480474e62802c9177c9cd8e28__20220107_dcp2_20220114_dcp12', 1450), - mksrc('datarepo-580db83c', 'hca_prod_08b794a0519c4516b184c583746254c5__20220107_dcp2_20220114_dcp12', 2), - mksrc('datarepo-0b49ea1e', 'hca_prod_091cf39b01bc42e59437f419a66c8a45__20220107_dcp2_20220114_dcp12', 20), - mksrc('datarepo-109db6e4', 'hca_prod_0c09fadee0794fde8e606725b8c1d84b__20220107_dcp2_20220114_dcp12', 31), - mksrc('datarepo-26de5247', 'hca_prod_0c3b7785f74d40918616a68757e4c2a8__20220111_dcp2_20220114_dcp12', 178), - mksrc('datarepo-ae49a863', 'hca_prod_0d4b87ea6e9e456982e41343e0e3259f__20220110_dcp2_20220114_dcp12', 8), - mksrc('datarepo-76169feb', 'hca_prod_0fd8f91862d64b8bac354c53dd601f71__20220110_dcp2_20220114_dcp12', 10), - mksrc('datarepo-4b42c4ef', 'hca_prod_116965f3f09447699d28ae675c1b569c__20220107_dcp2_20220114_dcp12', 8), - mksrc('datarepo-eb39c36f', 'hca_prod_16ed4ad8731946b288596fe1c1d73a82__20220111_dcp2_20220114_dcp12', 28), - mksrc('datarepo-982c56ad', 'hca_prod_1c6a960d52ac44eab728a59c7ab9dc8e__20220110_dcp2_20220114_dcp12', 10), - mksrc('datarepo-f24e8394', 'hca_prod_1cd1f41ff81a486ba05b66ec60f81dcf__20220107_dcp2_20220114_dcp12', 18), - mksrc('datarepo-b8ffd379', 'hca_prod_1ce3b3dc02f244a896dad6d107b27a76__20220107_dcp2_20220114_dcp12', 421), - mksrc('datarepo-b1ac3907', 'hca_prod_1defdadaa36544ad9b29443b06bd11d6__20220111_dcp2_20220114_dcp12', 2561), - mksrc('datarepo-4e5e9f9b', 'hca_prod_2043c65a1cf84828a6569e247d4e64f1__20220111_dcp2_20220120_dcp12', 1735), - mksrc('datarepo-156c78f4', 'hca_prod_2084526ba66f4c40bb896fd162f2eb38__20220111_dcp2_20220114_dcp12', 23), - mksrc('datarepo-228ac7b7', 'hca_prod_2086eb0510b9432bb7f0169ccc49d270__20220111_dcp2_20220114_dcp12', 10), - mksrc('datarepo-7defc353', 'hca_prod_20f37aafcaa140e69123be6ce8feb2d6__20220111_dcp2_20220114_dcp12', 484), - mksrc('datarepo-783bc6c3', 'hca_prod_21ea8ddb525f4f1fa82031f0360399a2__20220111_dcp2_20220114_dcp12', 35), - mksrc('datarepo-d8b00524', 'hca_prod_23587fb31a4a4f58ad74cc9a4cb4c254__20220111_dcp2_20220114_dcp12', 1476), - mksrc('datarepo-8390f5e3', 'hca_prod_248fcf0316c64a41b6ccaad4d894ca42__20220111_dcp2_20220114_dcp12', 2958), - mksrc('datarepo-45f08380', 'hca_prod_24c654a5caa5440a8f02582921f2db4a__20220111_dcp2_20220114_dcp12', 6), - mksrc('datarepo-ab44f4d8', 'hca_prod_2a64db431b554639aabb8dba0145689d__20220111_dcp2_20220114_dcp12', 10), - mksrc('datarepo-bfdde7e3', 'hca_prod_2a72a4e566b2405abb7c1e463e8febb0__20220111_dcp2_20220114_dcp12', 2290), - mksrc('datarepo-f4d7c97e', 'hca_prod_2ad191cdbd7a409b9bd1e72b5e4cce81__20220111_dcp2_20220114_dcp12', 40), - mksrc('datarepo-e4d77c97', 'hca_prod_2af52a1365cb4973b51339be38f2df3f__20220111_dcp2_20220114_dcp12', 10), - mksrc('datarepo-aebdd74a', 'hca_prod_2b38025da5ea4c0fb22e367824bcaf4c__20220111_dcp2_20220114_dcp12', 44), - mksrc('datarepo-e67b97d4', 'hca_prod_2d8460958a334f3c97d4585bafac13b4__20220111_dcp2_20220120_dcp12', 3589), - mksrc('datarepo-b123707e', 'hca_prod_2ef3655a973d4d699b4121fa4041eed7__20220111_dcp2_20220114_dcp12', 8), - mksrc('datarepo-3b845979', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20220114_dcp12', 1), - mksrc('datarepo-40cecf86', 'hca_prod_3089d311f9ed44ddbb10397059bad4dc__20220111_dcp2_20220114_dcp12', 129), - mksrc('datarepo-e6d0e6ab', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20220114_dcp12', 6), - mksrc('datarepo-059455a6', 'hca_prod_34cba5e9ecb14d81bf0848987cd63073__20220111_dcp2_20220114_dcp12', 11), - mksrc('datarepo-18838720', 'hca_prod_376a7f55b8764f609cf3ed7bc83d5415__20220111_dcp2_20220120_dcp12', 45), - mksrc('datarepo-002f293a', 'hca_prod_379ed69ebe0548bcaf5ea7fc589709bf__20220111_dcp2_20220120_dcp12', 4), - mksrc('datarepo-94ea8d84', 'hca_prod_38449aea70b540db84b31e08f32efe34__20220111_dcp2_20220120_dcp12', 42), - mksrc('datarepo-597059bb', 'hca_prod_38e44dd0c3df418e9256d0824748901f__20220112_dcp2_20220120_dcp12', 10), - mksrc('datarepo-9b80ca5d', 'hca_prod_3a69470330844ece9abed935fd5f6748__20220112_dcp2_20220120_dcp12', 125), - mksrc('datarepo-caef7414', 'hca_prod_3c27d2ddb1804b2bbf05e2e418393fd1__20220112_dcp2_20220120_dcp12', 6), - mksrc('datarepo-d091ac22', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20220120_dcp12', 8), - mksrc('datarepo-ab983bdd', 'hca_prod_3e329187a9c448ec90e3cc45f7c2311c__20220112_dcp2_20220120_dcp12', 1001), - mksrc('datarepo-5e5bce33', 'hca_prod_4037007b0eff4e6db7bd8dd8eec80143__20220112_dcp2_20220120_dcp12', 39), - mksrc('datarepo-c6ce3ced', 'hca_prod_403c3e7668144a2da5805dd5de38c7ff__20220113_dcp2_20220120_dcp12', 63), - mksrc('datarepo-d2fa6418', 'hca_prod_414accedeba0440fb721befbc5642bef__20220113_dcp2_20220120_dcp12', 4), - mksrc('datarepo-3ae19ddb', 'hca_prod_41fb1734a121461695c73b732c9433c7__20220113_dcp2_20220120_dcp12', 12), - mksrc('datarepo-50081b3c', 'hca_prod_42d4f8d454224b78adaee7c3c2ef511c__20220113_dcp2_20220120_dcp12', 9), - mksrc('datarepo-a7e55305', 'hca_prod_455b46e6d8ea4611861ede720a562ada__20220113_dcp2_20220120_dcp12', 74), - mksrc('datarepo-99250e4a', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20220120_dcp12', 37), - mksrc('datarepo-d1983cfc', 'hca_prod_4af795f73e1d4341b8674ac0982b9efd__20220113_dcp2_20220120_dcp12', 4), - mksrc('datarepo-21212245', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20220120_dcp12', 14), - mksrc('datarepo-001a2f34', 'hca_prod_4d6f6c962a8343d88fe10f53bffd4674__20220113_dcp2_20220120_dcp12', 12), - mksrc('datarepo-26396466', 'hca_prod_4e6f083b5b9a439398902a83da8188f1__20220113_dcp2_20220120_dcp12', 53), - mksrc('datarepo-3ef66093', 'hca_prod_50151324f3ed435898afec352a940a61__20220113_dcp2_20220120_dcp12', 116), - mksrc('datarepo-bd1c5759', 'hca_prod_504e0cee168840fab936361c4a831f87__20220117_dcp2_20220120_dcp12', 252), - mksrc('datarepo-6ab76705', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20220120_dcp12', 26), - mksrc('datarepo-458232e4', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20220120_dcp12', 6), - mksrc('datarepo-3e19670d', 'hca_prod_520afa10f9d24e93ab7a26c4c863ce18__20220117_dcp2_20220120_dcp12', 649), - mksrc('datarepo-3eec204e', 'hca_prod_52b29aa4c8d642b4807ab35be94469ca__20220117_dcp2_20220121_dcp12', 467), - mksrc('datarepo-e7c01a93', 'hca_prod_52d10a60c8d14d068a5eaf0d5c0d5034__20220117_dcp2_20220120_dcp12', 176), - mksrc('datarepo-3b0847fe', 'hca_prod_53c53cd481274e12bc7f8fe1610a715c__20220117_dcp2_20220120_dcp12', 34), - mksrc('datarepo-d4f43fb3', 'hca_prod_54aaa409dc2848c5be26d368b4a5d5c6__20220117_dcp2_20220120_dcp12', 57), - mksrc('datarepo-6ed675f9', 'hca_prod_559bb888782941f2ace52c05c7eb81e9__20220117_dcp2_20220120_dcp12', 22), - mksrc('datarepo-5bdba230', 'hca_prod_56e73ccb7ae94faea738acfb69936d7a__20220117_dcp2_20220120_dcp12', 10), - mksrc('datarepo-6b1109e5', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20220120_dcp12', 7), - mksrc('datarepo-d6e79c46', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20220120_dcp12', 4), - mksrc('datarepo-8494da48', 'hca_prod_591af954cdcd483996d3a0d1b1e885ac__20220117_dcp2_20220120_dcp12', 33), - mksrc('datarepo-17088287', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20220120_dcp12', 408), - mksrc('datarepo-4977894a', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220120_dcp12', 87), - mksrc('datarepo-99725d7d', 'hca_prod_5bb1f67e2ff04848bbcf17d133f0fd2d__20220117_dcp2_20220120_dcp12', 6), - mksrc('datarepo-83783d1c', 'hca_prod_5eafb94b02d8423e81b83673da319ca0__20220117_dcp2_20220120_dcp12', 39), - mksrc('datarepo-f25df8f2', 'hca_prod_5ee710d7e2d54fe2818d15f5e31dae32__20220117_dcp2_20220120_dcp12', 41), - mksrc('datarepo-99348797', 'hca_prod_602628d7c03848a8aa97ffbb2cb44c9d__20220117_dcp2_20220120_dcp12', 14), - mksrc('datarepo-e8e29a46', 'hca_prod_6072616c87944b208f52fb15992ea5a4__20220117_dcp2_20220120_dcp12', 603), - mksrc('datarepo-bd224cce', 'hca_prod_60ea42e1af4942f58164d641fdb696bc__20220117_dcp2_20220120_dcp12', 1145), - mksrc('datarepo-a4f706c9', 'hca_prod_63b5b6c1bbcd487d8c2e0095150c1ecd__20220117_dcp2_20220121_dcp12', 11), - mksrc('datarepo-0e494119', 'hca_prod_65858543530d48a6a670f972b34dfe10__20220117_dcp2_20220120_dcp12', 48), - mksrc('datarepo-c8ed0e98', 'hca_prod_67a3de0945b949c3a068ff4665daa50e__20220117_dcp2_20220120_dcp12', 732), - mksrc('datarepo-b1223d0f', 'hca_prod_68df3629d2d24eedb0aba10e0f019b88__20220117_dcp2_20220120_dcp12', 5), - mksrc('datarepo-b7734519', 'hca_prod_6c040a938cf84fd598de2297eb07e9f6__20220117_dcp2_20220120_dcp12', 21), - mksrc('datarepo-489f5a00', 'hca_prod_7027adc6c9c946f384ee9badc3a4f53b__20220117_dcp2_20220120_dcp12', 26), - mksrc('datarepo-465f2c7c', 'hca_prod_71436067ac414acebe1b2fbcc2cb02fa__20220117_dcp2_20220120_dcp12', 4), - mksrc('datarepo-574f6410', 'hca_prod_71eb5f6dcee04297b503b1125909b8c7__20220117_dcp2_20220121_dcp12', 36), - mksrc('datarepo-61e3e2d1', 'hca_prod_74493e9844fc48b0a58fcc7e77268b59__20220117_dcp2_20220120_dcp12', 8), - mksrc('datarepo-699bbe9b', 'hca_prod_74b6d5693b1142efb6b1a0454522b4a0__20220117_dcp2_20220124_dcp12', 5460), - mksrc('datarepo-674de9c8', 'hca_prod_75dbbce90cde489c88a793e8f92914a3__20220117_dcp2_20220121_dcp12', 72), - mksrc('datarepo-d043e30f', 'hca_prod_769a08d1b8a44f1e95f76071a9827555__20220117_dcp2_20220121_dcp12', 1), - mksrc('datarepo-5c757273', 'hca_prod_783c9952a4ae4106a6ce56f20ce27f88__20220117_dcp2_20220121_dcp12', 8), - mksrc('datarepo-bc095feb', 'hca_prod_7880637a35a14047b422b5eac2a2a358__20220117_dcp2_20220121_dcp12', 366), - mksrc('datarepo-333e09de', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20220121_dcp12', 216), - mksrc('datarepo-9268e5a3', 'hca_prod_79b13a2a9ca142a497bd70208a11bea6__20220117_dcp2_20220121_dcp12', 4), - mksrc('datarepo-93812eed', 'hca_prod_7ac8822c4ef04194adf074290611b1c6__20220117_dcp2_20220121_dcp12', 4), - mksrc('datarepo-db3813a8', 'hca_prod_7adede6a0ab745e69b67ffe7466bec1f__20220117_dcp2_20220121_dcp12', 1601), - mksrc('datarepo-33a60e82', 'hca_prod_7b947aa243a74082afff222a3e3a4635__20220117_dcp2_20220121_dcp12', 16), - mksrc('datarepo-ccf60635', 'hca_prod_7c75f07c608d4c4aa1b7b13d11c0ad31__20220117_dcp2_20220121_dcp12', 66), - mksrc('datarepo-30e31b57', 'hca_prod_8185730f411340d39cc3929271784c2b__20220117_dcp2_20220121_dcp12', 12), - mksrc('datarepo-9d5ab6f0', 'hca_prod_83f5188e3bf749569544cea4f8997756__20220117_dcp2_20220121_dcp12', 1613), - mksrc('datarepo-57af0017', 'hca_prod_842605c7375a47c59e2ca71c2c00fcad__20220117_dcp2_20220121_dcp12', 8), - mksrc('datarepo-c3aea89c', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20220121_dcp12', 379), - mksrc('datarepo-a054435f', 'hca_prod_8787c23889ef4636a57d3167e8b54a80__20220118_dcp2_20220121_dcp12', 3), - mksrc('datarepo-4d40e3cb', 'hca_prod_87d52a86bdc7440cb84d170f7dc346d9__20220118_dcp2_20220121_dcp12', 27), - mksrc('datarepo-486fab06', 'hca_prod_88ec040b87054f778f41f81e57632f7d__20220118_dcp2_20220121_dcp12', 2628), - mksrc('datarepo-32fc3ac7', 'hca_prod_8999b4566fa6438bab17b62b1d8ec0c3__20220118_dcp2_20220121_dcp12', 19), - mksrc('datarepo-19e9b807', 'hca_prod_8a40ff19e6144c50b23b5c9e1d546bab__20220118_dcp2_20220121_dcp12', 140), - mksrc('datarepo-a71cbef5', 'hca_prod_8ab8726d81b94bd2acc24d50bee786b4__20220118_dcp2_20220121_dcp12', 141), - mksrc('datarepo-6cf8837e', 'hca_prod_8bd2e5f694534b9b9c5659e3a40dc87e__20220118_dcp2_20220121_dcp12', 80), - mksrc('datarepo-8383e25b', 'hca_prod_8c3c290ddfff4553886854ce45f4ba7f__20220118_dcp2_20220121_dcp12', 6640), - mksrc('datarepo-d425ceae', 'hca_prod_8d566d35d8d34975a351be5e25e9b2ea__20220118_dcp2_20220121_dcp12', 23), - mksrc('datarepo-c15b7397', 'hca_prod_8dacb243e9184bd2bb9aaac6dc424161__20220118_dcp2_20220121_dcp12', 12), - mksrc('datarepo-8ed2742a', 'hca_prod_90bd693340c048d48d76778c103bf545__20220118_dcp2_20220121_dcp12', 2246), - mksrc('datarepo-05d8344b', 'hca_prod_94023a08611d4f22a8c990956e091b2e__20220118_dcp2_20220121_dcp12', 93), - mksrc('datarepo-87faf2bd', 'hca_prod_946c5add47d1402a97bba5af97e8bce7__20220118_dcp2_20220121_dcp12', 149), - mksrc('datarepo-8238f8f6', 'hca_prod_955dfc2ca8c64d04aa4d907610545d11__20220118_dcp2_20220121_dcp12', 13), - mksrc('datarepo-0f11337c', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20220121_dcp12', 40), - mksrc('datarepo-f680e590', 'hca_prod_962bd805eb894c54bad2008e497d1307__20220118_dcp2_20220121_dcp12', 28), - mksrc('datarepo-9b7aa7dd', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20220121_dcp12', 1190), - mksrc('datarepo-8a2c2dfd', 'hca_prod_996120f9e84f409fa01e732ab58ca8b9__20220118_dcp2_20220121_dcp12', 26), - mksrc('datarepo-9385cdd8', 'hca_prod_9d97f01f9313416e9b07560f048b2350__20220118_dcp2_20220121_dcp12', 43), - mksrc('datarepo-ddcd2940', 'hca_prod_a004b1501c364af69bbd070c06dbc17d__20220118_dcp2_20220121_dcp12', 34), - mksrc('datarepo-16e78655', 'hca_prod_a29952d9925e40f48a1c274f118f1f51__20220118_dcp2_20220121_dcp12', 26), - mksrc('datarepo-9aa62158', 'hca_prod_a39728aa70a04201b0a281b7badf3e71__20220118_dcp2_20220121_dcp12', 33), - mksrc('datarepo-7180120b', 'hca_prod_a60803bbf7db45cfb52995436152a801__20220118_dcp2_20220121_dcp12', 306), - mksrc('datarepo-b4669bfd', 'hca_prod_a80a63f2e223489081b0415855b89abc__20220118_dcp2_20220121_dcp12', 9), - mksrc('datarepo-e899aaaa', 'hca_prod_a9301bebe9fa42feb75c84e8a460c733__20220118_dcp2_20220121_dcp12', 18), - mksrc('datarepo-373a5866', 'hca_prod_a96b71c078a742d188ce83c78925cfeb__20220118_dcp2_20220121_dcp12', 6), - mksrc('datarepo-92bd008d', 'hca_prod_a991ef154d4a4b80a93ec538b4b54127__20220118_dcp2_20220121_dcp12', 5), - mksrc('datarepo-6652ddcb', 'hca_prod_a9c022b4c7714468b769cabcf9738de3__20220118_dcp2_20220121_dcp12', 23), - mksrc('datarepo-4975e16f', 'hca_prod_abe1a013af7a45ed8c26f3793c24a1f4__20220118_dcp2_20220121_dcp12', 46), - mksrc('datarepo-be8901be', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20220121_dcp12', 49), - mksrc('datarepo-4a3b719a', 'hca_prod_ad98d3cd26fb4ee399c98a2ab085e737__20220118_dcp2_20220121_dcp12', 299), - mksrc('datarepo-d7f6d5fa', 'hca_prod_ae71be1dddd84feb9bed24c3ddb6e1ad__20220118_dcp2_20220121_dcp12', 3516), - mksrc('datarepo-58678d36', 'hca_prod_b32a9915c81b4cbcaf533a66b5da3c9a__20220118_dcp2_20220121_dcp12', 62), - mksrc('datarepo-ff628beb', 'hca_prod_b4a7d12f6c2f40a39e359756997857e3__20220118_dcp2_20220121_dcp12', 24), - mksrc('datarepo-2a48ce64', 'hca_prod_b51f49b40d2e4cbdbbd504cd171fc2fa__20220118_dcp2_20220121_dcp12', 193), - mksrc('datarepo-ffc43998', 'hca_prod_b7259878436c4274bfffca76f4cb7892__20220118_dcp2_20220121_dcp12', 11), - mksrc('datarepo-41c56298', 'hca_prod_b9484e4edc404e389b854cecf5b8c068__20220118_dcp2_20220121_dcp12', 62), - mksrc('datarepo-0cbe9f7b', 'hca_prod_b963bd4b4bc14404842569d74bc636b8__20220118_dcp2_20220121_dcp12', 2), - mksrc('datarepo-d4fa6f7e', 'hca_prod_bd40033154b94fccbff66bb8b079ee1f__20220118_dcp2_20220121_dcp12', 18), - mksrc('datarepo-5cfa0843', 'hca_prod_bd7104c9a950490e94727d41c6b11c62__20220118_dcp2_20220121_dcp12', 17), - mksrc('datarepo-53d134a5', 'hca_prod_c1810dbc16d245c3b45e3e675f88d87b__20220118_dcp2_20220121_dcp12', 134), - mksrc('datarepo-8d82eeff', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20220121_dcp12', 46), - mksrc('datarepo-7357dda4', 'hca_prod_c31fa434c9ed4263a9b6d9ffb9d44005__20220118_dcp2_20220121_dcp12', 141), - mksrc('datarepo-4322539b', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20220121_dcp12', 218), - mksrc('datarepo-c746ef64', 'hca_prod_c41dffbfad83447ca0e113e689d9b258__20220118_dcp2_20220121_dcp12', 56), - mksrc('datarepo-072807b7', 'hca_prod_c5ca43aa3b2b42168eb3f57adcbc99a1__20220118_dcp2_20220121_dcp12', 194), - mksrc('datarepo-62e87fe3', 'hca_prod_c5f4661568de4cf4bbc2a0ae10f08243__20220118_dcp2_20220121_dcp12', 1), - mksrc('datarepo-c59a45c5', 'hca_prod_c6ad8f9bd26a4811b2ba93d487978446__20220118_dcp2_20220121_dcp12', 639), - mksrc('datarepo-d0540cc6', 'hca_prod_c715cd2fdc7c44a69cd5b6a6d9f075ae__20220118_dcp2_20220121_dcp12', 9), - mksrc('datarepo-2b95c100', 'hca_prod_c893cb575c9f4f26931221b85be84313__20220118_dcp2_20220121_dcp12', 20), - mksrc('datarepo-dd3d8e06', 'hca_prod_cc95ff892e684a08a234480eca21ce79__20220118_dcp2_20220121_dcp12', 257), - mksrc('datarepo-2a5a6085', 'hca_prod_ccd1f1ba74ce469b9fc9f6faea623358__20220118_dcp2_20220121_dcp12', 222), - mksrc('datarepo-2b0f8836', 'hca_prod_ccef38d7aa9240109621c4c7b1182647__20220118_dcp2_20220121_dcp12', 1314), - mksrc('datarepo-8d6a8dd5', 'hca_prod_cddab57b68684be4806f395ed9dd635a__20220118_dcp2_20220121_dcp12', 2546), - mksrc('datarepo-202827af', 'hca_prod_ce33dde2382d448cb6acbfb424644f23__20220118_dcp2_20220121_dcp12', 189), - mksrc('datarepo-cde2c4a4', 'hca_prod_ce7b12ba664f4f798fc73de6b1892183__20220119_dcp2_20220121_dcp12', 44), - mksrc('datarepo-4f711011', 'hca_prod_d012d4768f8c4ff389d6ebbe22c1b5c1__20220119_dcp2_20220121_dcp12', 8), - mksrc('datarepo-a718a79a', 'hca_prod_d2111fac3fc44f429b6d32cd6a828267__20220119_dcp2_20220121_dcp12', 735), - mksrc('datarepo-12801bd1', 'hca_prod_d3446f0c30f34a12b7c36af877c7bb2d__20220119_dcp2_20220121_dcp12', 40), - mksrc('datarepo-dac6d601', 'hca_prod_d3a4ceac4d66498497042570c0647a56__20220119_dcp2_20220121_dcp12', 14), - mksrc('datarepo-1e99243c', 'hca_prod_d3ac7c1b53024804b611dad9f89c049d__20220119_dcp2_20220121_dcp12', 11), - mksrc('datarepo-e73ca25f', 'hca_prod_d7845650f6b14b1cb2fec0795416ba7b__20220119_dcp2_20220121_dcp12', 28), - mksrc('datarepo-7796a030', 'hca_prod_d7b7beae652b4fc09bf2bcda7c7115af__20220119_dcp2_20220121_dcp12', 9), - mksrc('datarepo-438137ee', 'hca_prod_da2747fa292142e0afd439ef57b2b88b__20220119_dcp2_20220121_dcp12', 8), - mksrc('datarepo-7f7fb2ac', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20220121_dcp12', 42), - mksrc('datarepo-404d888e', 'hca_prod_dbcd4b1d31bd4eb594e150e8706fa192__20220119_dcp2_20220121_dcp12', 84), - mksrc('datarepo-ee4df1a4', 'hca_prod_dc1a41f69e0942a6959e3be23db6da56__20220119_dcp2_20220121_dcp12', 5), - mksrc('datarepo-89f05580', 'hca_prod_dd7f24360c564709bd17e526bba4cc15__20220119_dcp2_20220121_dcp12', 37), - mksrc('datarepo-d6e13093', 'hca_prod_df88f39f01a84b5b92f43177d6c0f242__20220119_dcp2_20220121_dcp12', 1), - mksrc('datarepo-319b223a', 'hca_prod_e0009214c0a04a7b96e2d6a83e966ce0__20220119_dcp2_20220126_dcp12', 99841), - mksrc('datarepo-cd37664c', 'hca_prod_e0c74c7a20a445059cf138dcdd23011b__20220119_dcp2_20220121_dcp12', 2), - mksrc('datarepo-921c7df9', 'hca_prod_e526d91dcf3a44cb80c5fd7676b55a1d__20220119_dcp2_20220121_dcp12', 606), - mksrc('datarepo-8d441277', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20220121_dcp12', 94), - mksrc('datarepo-a2bba34f', 'hca_prod_e5d455791f5b48c3b568320d93e7ca72__20220119_dcp2_20220121_dcp12', 8), - mksrc('datarepo-32d08de8', 'hca_prod_e77fed30959d4fadbc15a0a5a85c21d2__20220119_dcp2_20220121_dcp12', 333), - mksrc('datarepo-de2f2f56', 'hca_prod_e8808cc84ca0409680f2bba73600cba6__20220118_dcp2_20220121_dcp12', 898), - mksrc('datarepo-b49ee748', 'hca_prod_eaefa1b6dae14414953b17b0427d061e__20220118_dcp2_20220121_dcp12', 385), - mksrc('datarepo-192f44d3', 'hca_prod_ede2e0b46652464fabbc0b2d964a25a0__20220118_dcp2_20220121_dcp12', 12), - mksrc('datarepo-79a515aa', 'hca_prod_ef1d9888fa8647a4bb720ab0f20f7004__20220118_dcp2_20220121_dcp12', 57), - mksrc('datarepo-8ddfa027', 'hca_prod_ef1e3497515e4bbe8d4c10161854b699__20220118_dcp2_20220121_dcp12', 6), - mksrc('datarepo-902930ad', 'hca_prod_efea6426510a4b609a19277e52bfa815__20220118_dcp2_20220121_dcp12', 31), - mksrc('datarepo-708835eb', 'hca_prod_f0f89c1474604bab9d4222228a91f185__20220119_dcp2_20220121_dcp12', 690), - mksrc('datarepo-cf6bd64d', 'hca_prod_f2fe82f044544d84b416a885f3121e59__20220119_dcp2_20220121_dcp12', 156), - mksrc('datarepo-44df5b5a', 'hca_prod_f48e7c39cc6740559d79bc437892840c__20220119_dcp2_20220121_dcp12', 14), - mksrc('datarepo-eb93ad96', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20220121_dcp12', 384), - mksrc('datarepo-e3c29b0f', 'hca_prod_f81efc039f564354aabb6ce819c3d414__20220119_dcp2_20220121_dcp12', 4), - mksrc('datarepo-11942c76', 'hca_prod_f83165c5e2ea4d15a5cf33f3550bffde__20220119_dcp2_20220121_dcp12', 7665), - mksrc('datarepo-c64a357d', 'hca_prod_f86f1ab41fbb4510ae353ffd752d4dfc__20220119_dcp2_20220121_dcp12', 20), - mksrc('datarepo-4167b729', 'hca_prod_f8aa201c4ff145a4890e840d63459ca2__20220119_dcp2_20220121_dcp12', 384), - mksrc('datarepo-590e9f21', 'hca_prod_faeedcb0e0464be7b1ad80a3eeabb066__20220119_dcp2_20220121_dcp12', 62), + # @formatter:off + mksrc('bigquery', 'datarepo-a1c89fba', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220113_dcp12', 7), # noqa E501 + mksrc('bigquery', 'datarepo-a9316414', 'hca_prod_027c51c60719469fa7f5640fe57cbece__20220110_dcp2_20220113_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-d111fe96', 'hca_prod_03c6fce7789e4e78a27a664d562bb738__20220110_dcp2_20220113_dcp12', 1530), # noqa E501 + mksrc('bigquery', 'datarepo-a2d29140', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220114_dcp12', 355), # noqa E501 + mksrc('bigquery', 'datarepo-d8ad6862', 'hca_prod_05657a599f9d4bb9b77b24be13aa5cea__20220110_dcp2_20220113_dcp12', 185), # noqa E501 + mksrc('bigquery', 'datarepo-c9b9a2e8', 'hca_prod_05be4f374506429bb112506444507d62__20220107_dcp2_20220113_dcp12', 1544), # noqa E501 + mksrc('bigquery', 'datarepo-4e087937', 'hca_prod_07073c1280064710a00b23abdb814904__20220107_dcp2_20220113_dcp12', 25), # noqa E501 + mksrc('bigquery', 'datarepo-9226064c', 'hca_prod_074a9f88729a455dbca50ce80edf0cea__20220107_dcp2_20220113_dcp12', 2), # noqa E501 + mksrc('bigquery', 'datarepo-5bd98333', 'hca_prod_0792db3480474e62802c9177c9cd8e28__20220107_dcp2_20220114_dcp12', 1450), # noqa E501 + mksrc('bigquery', 'datarepo-580db83c', 'hca_prod_08b794a0519c4516b184c583746254c5__20220107_dcp2_20220114_dcp12', 2), # noqa E501 + mksrc('bigquery', 'datarepo-0b49ea1e', 'hca_prod_091cf39b01bc42e59437f419a66c8a45__20220107_dcp2_20220114_dcp12', 20), # noqa E501 + mksrc('bigquery', 'datarepo-109db6e4', 'hca_prod_0c09fadee0794fde8e606725b8c1d84b__20220107_dcp2_20220114_dcp12', 31), # noqa E501 + mksrc('bigquery', 'datarepo-26de5247', 'hca_prod_0c3b7785f74d40918616a68757e4c2a8__20220111_dcp2_20220114_dcp12', 178), # noqa E501 + mksrc('bigquery', 'datarepo-ae49a863', 'hca_prod_0d4b87ea6e9e456982e41343e0e3259f__20220110_dcp2_20220114_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-76169feb', 'hca_prod_0fd8f91862d64b8bac354c53dd601f71__20220110_dcp2_20220114_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-4b42c4ef', 'hca_prod_116965f3f09447699d28ae675c1b569c__20220107_dcp2_20220114_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-eb39c36f', 'hca_prod_16ed4ad8731946b288596fe1c1d73a82__20220111_dcp2_20220114_dcp12', 28), # noqa E501 + mksrc('bigquery', 'datarepo-982c56ad', 'hca_prod_1c6a960d52ac44eab728a59c7ab9dc8e__20220110_dcp2_20220114_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-f24e8394', 'hca_prod_1cd1f41ff81a486ba05b66ec60f81dcf__20220107_dcp2_20220114_dcp12', 18), # noqa E501 + mksrc('bigquery', 'datarepo-b8ffd379', 'hca_prod_1ce3b3dc02f244a896dad6d107b27a76__20220107_dcp2_20220114_dcp12', 421), # noqa E501 + mksrc('bigquery', 'datarepo-b1ac3907', 'hca_prod_1defdadaa36544ad9b29443b06bd11d6__20220111_dcp2_20220114_dcp12', 2561), # noqa E501 + mksrc('bigquery', 'datarepo-4e5e9f9b', 'hca_prod_2043c65a1cf84828a6569e247d4e64f1__20220111_dcp2_20220120_dcp12', 1735), # noqa E501 + mksrc('bigquery', 'datarepo-156c78f4', 'hca_prod_2084526ba66f4c40bb896fd162f2eb38__20220111_dcp2_20220114_dcp12', 23), # noqa E501 + mksrc('bigquery', 'datarepo-228ac7b7', 'hca_prod_2086eb0510b9432bb7f0169ccc49d270__20220111_dcp2_20220114_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-7defc353', 'hca_prod_20f37aafcaa140e69123be6ce8feb2d6__20220111_dcp2_20220114_dcp12', 484), # noqa E501 + mksrc('bigquery', 'datarepo-783bc6c3', 'hca_prod_21ea8ddb525f4f1fa82031f0360399a2__20220111_dcp2_20220114_dcp12', 35), # noqa E501 + mksrc('bigquery', 'datarepo-d8b00524', 'hca_prod_23587fb31a4a4f58ad74cc9a4cb4c254__20220111_dcp2_20220114_dcp12', 1476), # noqa E501 + mksrc('bigquery', 'datarepo-8390f5e3', 'hca_prod_248fcf0316c64a41b6ccaad4d894ca42__20220111_dcp2_20220114_dcp12', 2958), # noqa E501 + mksrc('bigquery', 'datarepo-45f08380', 'hca_prod_24c654a5caa5440a8f02582921f2db4a__20220111_dcp2_20220114_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-ab44f4d8', 'hca_prod_2a64db431b554639aabb8dba0145689d__20220111_dcp2_20220114_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-bfdde7e3', 'hca_prod_2a72a4e566b2405abb7c1e463e8febb0__20220111_dcp2_20220114_dcp12', 2290), # noqa E501 + mksrc('bigquery', 'datarepo-f4d7c97e', 'hca_prod_2ad191cdbd7a409b9bd1e72b5e4cce81__20220111_dcp2_20220114_dcp12', 40), # noqa E501 + mksrc('bigquery', 'datarepo-e4d77c97', 'hca_prod_2af52a1365cb4973b51339be38f2df3f__20220111_dcp2_20220114_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-aebdd74a', 'hca_prod_2b38025da5ea4c0fb22e367824bcaf4c__20220111_dcp2_20220114_dcp12', 44), # noqa E501 + mksrc('bigquery', 'datarepo-e67b97d4', 'hca_prod_2d8460958a334f3c97d4585bafac13b4__20220111_dcp2_20220120_dcp12', 3589), # noqa E501 + mksrc('bigquery', 'datarepo-b123707e', 'hca_prod_2ef3655a973d4d699b4121fa4041eed7__20220111_dcp2_20220114_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-3b845979', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20220114_dcp12', 1), # noqa E501 + mksrc('bigquery', 'datarepo-40cecf86', 'hca_prod_3089d311f9ed44ddbb10397059bad4dc__20220111_dcp2_20220114_dcp12', 129), # noqa E501 + mksrc('bigquery', 'datarepo-e6d0e6ab', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20220114_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-059455a6', 'hca_prod_34cba5e9ecb14d81bf0848987cd63073__20220111_dcp2_20220114_dcp12', 11), # noqa E501 + mksrc('bigquery', 'datarepo-18838720', 'hca_prod_376a7f55b8764f609cf3ed7bc83d5415__20220111_dcp2_20220120_dcp12', 45), # noqa E501 + mksrc('bigquery', 'datarepo-002f293a', 'hca_prod_379ed69ebe0548bcaf5ea7fc589709bf__20220111_dcp2_20220120_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-94ea8d84', 'hca_prod_38449aea70b540db84b31e08f32efe34__20220111_dcp2_20220120_dcp12', 42), # noqa E501 + mksrc('bigquery', 'datarepo-597059bb', 'hca_prod_38e44dd0c3df418e9256d0824748901f__20220112_dcp2_20220120_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-9b80ca5d', 'hca_prod_3a69470330844ece9abed935fd5f6748__20220112_dcp2_20220120_dcp12', 125), # noqa E501 + mksrc('bigquery', 'datarepo-caef7414', 'hca_prod_3c27d2ddb1804b2bbf05e2e418393fd1__20220112_dcp2_20220120_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-d091ac22', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20220120_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-ab983bdd', 'hca_prod_3e329187a9c448ec90e3cc45f7c2311c__20220112_dcp2_20220120_dcp12', 1001), # noqa E501 + mksrc('bigquery', 'datarepo-5e5bce33', 'hca_prod_4037007b0eff4e6db7bd8dd8eec80143__20220112_dcp2_20220120_dcp12', 39), # noqa E501 + mksrc('bigquery', 'datarepo-c6ce3ced', 'hca_prod_403c3e7668144a2da5805dd5de38c7ff__20220113_dcp2_20220120_dcp12', 63), # noqa E501 + mksrc('bigquery', 'datarepo-d2fa6418', 'hca_prod_414accedeba0440fb721befbc5642bef__20220113_dcp2_20220120_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-3ae19ddb', 'hca_prod_41fb1734a121461695c73b732c9433c7__20220113_dcp2_20220120_dcp12', 12), # noqa E501 + mksrc('bigquery', 'datarepo-50081b3c', 'hca_prod_42d4f8d454224b78adaee7c3c2ef511c__20220113_dcp2_20220120_dcp12', 9), # noqa E501 + mksrc('bigquery', 'datarepo-a7e55305', 'hca_prod_455b46e6d8ea4611861ede720a562ada__20220113_dcp2_20220120_dcp12', 74), # noqa E501 + mksrc('bigquery', 'datarepo-99250e4a', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20220120_dcp12', 37), # noqa E501 + mksrc('bigquery', 'datarepo-d1983cfc', 'hca_prod_4af795f73e1d4341b8674ac0982b9efd__20220113_dcp2_20220120_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-21212245', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20220120_dcp12', 14), # noqa E501 + mksrc('bigquery', 'datarepo-001a2f34', 'hca_prod_4d6f6c962a8343d88fe10f53bffd4674__20220113_dcp2_20220120_dcp12', 12), # noqa E501 + mksrc('bigquery', 'datarepo-26396466', 'hca_prod_4e6f083b5b9a439398902a83da8188f1__20220113_dcp2_20220120_dcp12', 53), # noqa E501 + mksrc('bigquery', 'datarepo-3ef66093', 'hca_prod_50151324f3ed435898afec352a940a61__20220113_dcp2_20220120_dcp12', 116), # noqa E501 + mksrc('bigquery', 'datarepo-bd1c5759', 'hca_prod_504e0cee168840fab936361c4a831f87__20220117_dcp2_20220120_dcp12', 252), # noqa E501 + mksrc('bigquery', 'datarepo-6ab76705', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20220120_dcp12', 26), # noqa E501 + mksrc('bigquery', 'datarepo-458232e4', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20220120_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-3e19670d', 'hca_prod_520afa10f9d24e93ab7a26c4c863ce18__20220117_dcp2_20220120_dcp12', 649), # noqa E501 + mksrc('bigquery', 'datarepo-3eec204e', 'hca_prod_52b29aa4c8d642b4807ab35be94469ca__20220117_dcp2_20220121_dcp12', 467), # noqa E501 + mksrc('bigquery', 'datarepo-e7c01a93', 'hca_prod_52d10a60c8d14d068a5eaf0d5c0d5034__20220117_dcp2_20220120_dcp12', 176), # noqa E501 + mksrc('bigquery', 'datarepo-3b0847fe', 'hca_prod_53c53cd481274e12bc7f8fe1610a715c__20220117_dcp2_20220120_dcp12', 34), # noqa E501 + mksrc('bigquery', 'datarepo-d4f43fb3', 'hca_prod_54aaa409dc2848c5be26d368b4a5d5c6__20220117_dcp2_20220120_dcp12', 57), # noqa E501 + mksrc('bigquery', 'datarepo-6ed675f9', 'hca_prod_559bb888782941f2ace52c05c7eb81e9__20220117_dcp2_20220120_dcp12', 22), # noqa E501 + mksrc('bigquery', 'datarepo-5bdba230', 'hca_prod_56e73ccb7ae94faea738acfb69936d7a__20220117_dcp2_20220120_dcp12', 10), # noqa E501 + mksrc('bigquery', 'datarepo-6b1109e5', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20220120_dcp12', 7), # noqa E501 + mksrc('bigquery', 'datarepo-d6e79c46', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20220120_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-8494da48', 'hca_prod_591af954cdcd483996d3a0d1b1e885ac__20220117_dcp2_20220120_dcp12', 33), # noqa E501 + mksrc('bigquery', 'datarepo-17088287', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20220120_dcp12', 408), # noqa E501 + mksrc('bigquery', 'datarepo-4977894a', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220120_dcp12', 87), # noqa E501 + mksrc('bigquery', 'datarepo-99725d7d', 'hca_prod_5bb1f67e2ff04848bbcf17d133f0fd2d__20220117_dcp2_20220120_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-83783d1c', 'hca_prod_5eafb94b02d8423e81b83673da319ca0__20220117_dcp2_20220120_dcp12', 39), # noqa E501 + mksrc('bigquery', 'datarepo-f25df8f2', 'hca_prod_5ee710d7e2d54fe2818d15f5e31dae32__20220117_dcp2_20220120_dcp12', 41), # noqa E501 + mksrc('bigquery', 'datarepo-99348797', 'hca_prod_602628d7c03848a8aa97ffbb2cb44c9d__20220117_dcp2_20220120_dcp12', 14), # noqa E501 + mksrc('bigquery', 'datarepo-e8e29a46', 'hca_prod_6072616c87944b208f52fb15992ea5a4__20220117_dcp2_20220120_dcp12', 603), # noqa E501 + mksrc('bigquery', 'datarepo-bd224cce', 'hca_prod_60ea42e1af4942f58164d641fdb696bc__20220117_dcp2_20220120_dcp12', 1145), # noqa E501 + mksrc('bigquery', 'datarepo-a4f706c9', 'hca_prod_63b5b6c1bbcd487d8c2e0095150c1ecd__20220117_dcp2_20220121_dcp12', 11), # noqa E501 + mksrc('bigquery', 'datarepo-0e494119', 'hca_prod_65858543530d48a6a670f972b34dfe10__20220117_dcp2_20220120_dcp12', 48), # noqa E501 + mksrc('bigquery', 'datarepo-c8ed0e98', 'hca_prod_67a3de0945b949c3a068ff4665daa50e__20220117_dcp2_20220120_dcp12', 732), # noqa E501 + mksrc('bigquery', 'datarepo-b1223d0f', 'hca_prod_68df3629d2d24eedb0aba10e0f019b88__20220117_dcp2_20220120_dcp12', 5), # noqa E501 + mksrc('bigquery', 'datarepo-b7734519', 'hca_prod_6c040a938cf84fd598de2297eb07e9f6__20220117_dcp2_20220120_dcp12', 21), # noqa E501 + mksrc('bigquery', 'datarepo-489f5a00', 'hca_prod_7027adc6c9c946f384ee9badc3a4f53b__20220117_dcp2_20220120_dcp12', 26), # noqa E501 + mksrc('bigquery', 'datarepo-465f2c7c', 'hca_prod_71436067ac414acebe1b2fbcc2cb02fa__20220117_dcp2_20220120_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-574f6410', 'hca_prod_71eb5f6dcee04297b503b1125909b8c7__20220117_dcp2_20220121_dcp12', 36), # noqa E501 + mksrc('bigquery', 'datarepo-61e3e2d1', 'hca_prod_74493e9844fc48b0a58fcc7e77268b59__20220117_dcp2_20220120_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-699bbe9b', 'hca_prod_74b6d5693b1142efb6b1a0454522b4a0__20220117_dcp2_20220124_dcp12', 5460), # noqa E501 + mksrc('bigquery', 'datarepo-674de9c8', 'hca_prod_75dbbce90cde489c88a793e8f92914a3__20220117_dcp2_20220121_dcp12', 72), # noqa E501 + mksrc('bigquery', 'datarepo-d043e30f', 'hca_prod_769a08d1b8a44f1e95f76071a9827555__20220117_dcp2_20220121_dcp12', 1), # noqa E501 + mksrc('bigquery', 'datarepo-5c757273', 'hca_prod_783c9952a4ae4106a6ce56f20ce27f88__20220117_dcp2_20220121_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-bc095feb', 'hca_prod_7880637a35a14047b422b5eac2a2a358__20220117_dcp2_20220121_dcp12', 366), # noqa E501 + mksrc('bigquery', 'datarepo-333e09de', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20220121_dcp12', 216), # noqa E501 + mksrc('bigquery', 'datarepo-9268e5a3', 'hca_prod_79b13a2a9ca142a497bd70208a11bea6__20220117_dcp2_20220121_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-93812eed', 'hca_prod_7ac8822c4ef04194adf074290611b1c6__20220117_dcp2_20220121_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-db3813a8', 'hca_prod_7adede6a0ab745e69b67ffe7466bec1f__20220117_dcp2_20220121_dcp12', 1601), # noqa E501 + mksrc('bigquery', 'datarepo-33a60e82', 'hca_prod_7b947aa243a74082afff222a3e3a4635__20220117_dcp2_20220121_dcp12', 16), # noqa E501 + mksrc('bigquery', 'datarepo-ccf60635', 'hca_prod_7c75f07c608d4c4aa1b7b13d11c0ad31__20220117_dcp2_20220121_dcp12', 66), # noqa E501 + mksrc('bigquery', 'datarepo-30e31b57', 'hca_prod_8185730f411340d39cc3929271784c2b__20220117_dcp2_20220121_dcp12', 12), # noqa E501 + mksrc('bigquery', 'datarepo-9d5ab6f0', 'hca_prod_83f5188e3bf749569544cea4f8997756__20220117_dcp2_20220121_dcp12', 1613), # noqa E501 + mksrc('bigquery', 'datarepo-57af0017', 'hca_prod_842605c7375a47c59e2ca71c2c00fcad__20220117_dcp2_20220121_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-c3aea89c', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20220121_dcp12', 379), # noqa E501 + mksrc('bigquery', 'datarepo-a054435f', 'hca_prod_8787c23889ef4636a57d3167e8b54a80__20220118_dcp2_20220121_dcp12', 3), # noqa E501 + mksrc('bigquery', 'datarepo-4d40e3cb', 'hca_prod_87d52a86bdc7440cb84d170f7dc346d9__20220118_dcp2_20220121_dcp12', 27), # noqa E501 + mksrc('bigquery', 'datarepo-486fab06', 'hca_prod_88ec040b87054f778f41f81e57632f7d__20220118_dcp2_20220121_dcp12', 2628), # noqa E501 + mksrc('bigquery', 'datarepo-32fc3ac7', 'hca_prod_8999b4566fa6438bab17b62b1d8ec0c3__20220118_dcp2_20220121_dcp12', 19), # noqa E501 + mksrc('bigquery', 'datarepo-19e9b807', 'hca_prod_8a40ff19e6144c50b23b5c9e1d546bab__20220118_dcp2_20220121_dcp12', 140), # noqa E501 + mksrc('bigquery', 'datarepo-a71cbef5', 'hca_prod_8ab8726d81b94bd2acc24d50bee786b4__20220118_dcp2_20220121_dcp12', 141), # noqa E501 + mksrc('bigquery', 'datarepo-6cf8837e', 'hca_prod_8bd2e5f694534b9b9c5659e3a40dc87e__20220118_dcp2_20220121_dcp12', 80), # noqa E501 + mksrc('bigquery', 'datarepo-8383e25b', 'hca_prod_8c3c290ddfff4553886854ce45f4ba7f__20220118_dcp2_20220121_dcp12', 6640), # noqa E501 + mksrc('bigquery', 'datarepo-d425ceae', 'hca_prod_8d566d35d8d34975a351be5e25e9b2ea__20220118_dcp2_20220121_dcp12', 23), # noqa E501 + mksrc('bigquery', 'datarepo-c15b7397', 'hca_prod_8dacb243e9184bd2bb9aaac6dc424161__20220118_dcp2_20220121_dcp12', 12), # noqa E501 + mksrc('bigquery', 'datarepo-8ed2742a', 'hca_prod_90bd693340c048d48d76778c103bf545__20220118_dcp2_20220121_dcp12', 2246), # noqa E501 + mksrc('bigquery', 'datarepo-05d8344b', 'hca_prod_94023a08611d4f22a8c990956e091b2e__20220118_dcp2_20220121_dcp12', 93), # noqa E501 + mksrc('bigquery', 'datarepo-87faf2bd', 'hca_prod_946c5add47d1402a97bba5af97e8bce7__20220118_dcp2_20220121_dcp12', 149), # noqa E501 + mksrc('bigquery', 'datarepo-8238f8f6', 'hca_prod_955dfc2ca8c64d04aa4d907610545d11__20220118_dcp2_20220121_dcp12', 13), # noqa E501 + mksrc('bigquery', 'datarepo-0f11337c', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20220121_dcp12', 40), # noqa E501 + mksrc('bigquery', 'datarepo-f680e590', 'hca_prod_962bd805eb894c54bad2008e497d1307__20220118_dcp2_20220121_dcp12', 28), # noqa E501 + mksrc('bigquery', 'datarepo-9b7aa7dd', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20220121_dcp12', 1190), # noqa E501 + mksrc('bigquery', 'datarepo-8a2c2dfd', 'hca_prod_996120f9e84f409fa01e732ab58ca8b9__20220118_dcp2_20220121_dcp12', 26), # noqa E501 + mksrc('bigquery', 'datarepo-9385cdd8', 'hca_prod_9d97f01f9313416e9b07560f048b2350__20220118_dcp2_20220121_dcp12', 43), # noqa E501 + mksrc('bigquery', 'datarepo-ddcd2940', 'hca_prod_a004b1501c364af69bbd070c06dbc17d__20220118_dcp2_20220121_dcp12', 34), # noqa E501 + mksrc('bigquery', 'datarepo-16e78655', 'hca_prod_a29952d9925e40f48a1c274f118f1f51__20220118_dcp2_20220121_dcp12', 26), # noqa E501 + mksrc('bigquery', 'datarepo-9aa62158', 'hca_prod_a39728aa70a04201b0a281b7badf3e71__20220118_dcp2_20220121_dcp12', 33), # noqa E501 + mksrc('bigquery', 'datarepo-7180120b', 'hca_prod_a60803bbf7db45cfb52995436152a801__20220118_dcp2_20220121_dcp12', 306), # noqa E501 + mksrc('bigquery', 'datarepo-b4669bfd', 'hca_prod_a80a63f2e223489081b0415855b89abc__20220118_dcp2_20220121_dcp12', 9), # noqa E501 + mksrc('bigquery', 'datarepo-e899aaaa', 'hca_prod_a9301bebe9fa42feb75c84e8a460c733__20220118_dcp2_20220121_dcp12', 18), # noqa E501 + mksrc('bigquery', 'datarepo-373a5866', 'hca_prod_a96b71c078a742d188ce83c78925cfeb__20220118_dcp2_20220121_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-92bd008d', 'hca_prod_a991ef154d4a4b80a93ec538b4b54127__20220118_dcp2_20220121_dcp12', 5), # noqa E501 + mksrc('bigquery', 'datarepo-6652ddcb', 'hca_prod_a9c022b4c7714468b769cabcf9738de3__20220118_dcp2_20220121_dcp12', 23), # noqa E501 + mksrc('bigquery', 'datarepo-4975e16f', 'hca_prod_abe1a013af7a45ed8c26f3793c24a1f4__20220118_dcp2_20220121_dcp12', 46), # noqa E501 + mksrc('bigquery', 'datarepo-be8901be', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20220121_dcp12', 49), # noqa E501 + mksrc('bigquery', 'datarepo-4a3b719a', 'hca_prod_ad98d3cd26fb4ee399c98a2ab085e737__20220118_dcp2_20220121_dcp12', 299), # noqa E501 + mksrc('bigquery', 'datarepo-d7f6d5fa', 'hca_prod_ae71be1dddd84feb9bed24c3ddb6e1ad__20220118_dcp2_20220121_dcp12', 3516), # noqa E501 + mksrc('bigquery', 'datarepo-58678d36', 'hca_prod_b32a9915c81b4cbcaf533a66b5da3c9a__20220118_dcp2_20220121_dcp12', 62), # noqa E501 + mksrc('bigquery', 'datarepo-ff628beb', 'hca_prod_b4a7d12f6c2f40a39e359756997857e3__20220118_dcp2_20220121_dcp12', 24), # noqa E501 + mksrc('bigquery', 'datarepo-2a48ce64', 'hca_prod_b51f49b40d2e4cbdbbd504cd171fc2fa__20220118_dcp2_20220121_dcp12', 193), # noqa E501 + mksrc('bigquery', 'datarepo-ffc43998', 'hca_prod_b7259878436c4274bfffca76f4cb7892__20220118_dcp2_20220121_dcp12', 11), # noqa E501 + mksrc('bigquery', 'datarepo-41c56298', 'hca_prod_b9484e4edc404e389b854cecf5b8c068__20220118_dcp2_20220121_dcp12', 62), # noqa E501 + mksrc('bigquery', 'datarepo-0cbe9f7b', 'hca_prod_b963bd4b4bc14404842569d74bc636b8__20220118_dcp2_20220121_dcp12', 2), # noqa E501 + mksrc('bigquery', 'datarepo-d4fa6f7e', 'hca_prod_bd40033154b94fccbff66bb8b079ee1f__20220118_dcp2_20220121_dcp12', 18), # noqa E501 + mksrc('bigquery', 'datarepo-5cfa0843', 'hca_prod_bd7104c9a950490e94727d41c6b11c62__20220118_dcp2_20220121_dcp12', 17), # noqa E501 + mksrc('bigquery', 'datarepo-53d134a5', 'hca_prod_c1810dbc16d245c3b45e3e675f88d87b__20220118_dcp2_20220121_dcp12', 134), # noqa E501 + mksrc('bigquery', 'datarepo-8d82eeff', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20220121_dcp12', 46), # noqa E501 + mksrc('bigquery', 'datarepo-7357dda4', 'hca_prod_c31fa434c9ed4263a9b6d9ffb9d44005__20220118_dcp2_20220121_dcp12', 141), # noqa E501 + mksrc('bigquery', 'datarepo-4322539b', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20220121_dcp12', 218), # noqa E501 + mksrc('bigquery', 'datarepo-c746ef64', 'hca_prod_c41dffbfad83447ca0e113e689d9b258__20220118_dcp2_20220121_dcp12', 56), # noqa E501 + mksrc('bigquery', 'datarepo-072807b7', 'hca_prod_c5ca43aa3b2b42168eb3f57adcbc99a1__20220118_dcp2_20220121_dcp12', 194), # noqa E501 + mksrc('bigquery', 'datarepo-62e87fe3', 'hca_prod_c5f4661568de4cf4bbc2a0ae10f08243__20220118_dcp2_20220121_dcp12', 1), # noqa E501 + mksrc('bigquery', 'datarepo-c59a45c5', 'hca_prod_c6ad8f9bd26a4811b2ba93d487978446__20220118_dcp2_20220121_dcp12', 639), # noqa E501 + mksrc('bigquery', 'datarepo-d0540cc6', 'hca_prod_c715cd2fdc7c44a69cd5b6a6d9f075ae__20220118_dcp2_20220121_dcp12', 9), # noqa E501 + mksrc('bigquery', 'datarepo-2b95c100', 'hca_prod_c893cb575c9f4f26931221b85be84313__20220118_dcp2_20220121_dcp12', 20), # noqa E501 + mksrc('bigquery', 'datarepo-dd3d8e06', 'hca_prod_cc95ff892e684a08a234480eca21ce79__20220118_dcp2_20220121_dcp12', 257), # noqa E501 + mksrc('bigquery', 'datarepo-2a5a6085', 'hca_prod_ccd1f1ba74ce469b9fc9f6faea623358__20220118_dcp2_20220121_dcp12', 222), # noqa E501 + mksrc('bigquery', 'datarepo-2b0f8836', 'hca_prod_ccef38d7aa9240109621c4c7b1182647__20220118_dcp2_20220121_dcp12', 1314), # noqa E501 + mksrc('bigquery', 'datarepo-8d6a8dd5', 'hca_prod_cddab57b68684be4806f395ed9dd635a__20220118_dcp2_20220121_dcp12', 2546), # noqa E501 + mksrc('bigquery', 'datarepo-202827af', 'hca_prod_ce33dde2382d448cb6acbfb424644f23__20220118_dcp2_20220121_dcp12', 189), # noqa E501 + mksrc('bigquery', 'datarepo-cde2c4a4', 'hca_prod_ce7b12ba664f4f798fc73de6b1892183__20220119_dcp2_20220121_dcp12', 44), # noqa E501 + mksrc('bigquery', 'datarepo-4f711011', 'hca_prod_d012d4768f8c4ff389d6ebbe22c1b5c1__20220119_dcp2_20220121_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-a718a79a', 'hca_prod_d2111fac3fc44f429b6d32cd6a828267__20220119_dcp2_20220121_dcp12', 735), # noqa E501 + mksrc('bigquery', 'datarepo-12801bd1', 'hca_prod_d3446f0c30f34a12b7c36af877c7bb2d__20220119_dcp2_20220121_dcp12', 40), # noqa E501 + mksrc('bigquery', 'datarepo-dac6d601', 'hca_prod_d3a4ceac4d66498497042570c0647a56__20220119_dcp2_20220121_dcp12', 14), # noqa E501 + mksrc('bigquery', 'datarepo-1e99243c', 'hca_prod_d3ac7c1b53024804b611dad9f89c049d__20220119_dcp2_20220121_dcp12', 11), # noqa E501 + mksrc('bigquery', 'datarepo-e73ca25f', 'hca_prod_d7845650f6b14b1cb2fec0795416ba7b__20220119_dcp2_20220121_dcp12', 28), # noqa E501 + mksrc('bigquery', 'datarepo-7796a030', 'hca_prod_d7b7beae652b4fc09bf2bcda7c7115af__20220119_dcp2_20220121_dcp12', 9), # noqa E501 + mksrc('bigquery', 'datarepo-438137ee', 'hca_prod_da2747fa292142e0afd439ef57b2b88b__20220119_dcp2_20220121_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-7f7fb2ac', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20220121_dcp12', 42), # noqa E501 + mksrc('bigquery', 'datarepo-404d888e', 'hca_prod_dbcd4b1d31bd4eb594e150e8706fa192__20220119_dcp2_20220121_dcp12', 84), # noqa E501 + mksrc('bigquery', 'datarepo-ee4df1a4', 'hca_prod_dc1a41f69e0942a6959e3be23db6da56__20220119_dcp2_20220121_dcp12', 5), # noqa E501 + mksrc('bigquery', 'datarepo-89f05580', 'hca_prod_dd7f24360c564709bd17e526bba4cc15__20220119_dcp2_20220121_dcp12', 37), # noqa E501 + mksrc('bigquery', 'datarepo-d6e13093', 'hca_prod_df88f39f01a84b5b92f43177d6c0f242__20220119_dcp2_20220121_dcp12', 1), # noqa E501 + mksrc('bigquery', 'datarepo-319b223a', 'hca_prod_e0009214c0a04a7b96e2d6a83e966ce0__20220119_dcp2_20220126_dcp12', 99841), # noqa E501 + mksrc('bigquery', 'datarepo-cd37664c', 'hca_prod_e0c74c7a20a445059cf138dcdd23011b__20220119_dcp2_20220121_dcp12', 2), # noqa E501 + mksrc('bigquery', 'datarepo-921c7df9', 'hca_prod_e526d91dcf3a44cb80c5fd7676b55a1d__20220119_dcp2_20220121_dcp12', 606), # noqa E501 + mksrc('bigquery', 'datarepo-8d441277', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20220121_dcp12', 94), # noqa E501 + mksrc('bigquery', 'datarepo-a2bba34f', 'hca_prod_e5d455791f5b48c3b568320d93e7ca72__20220119_dcp2_20220121_dcp12', 8), # noqa E501 + mksrc('bigquery', 'datarepo-32d08de8', 'hca_prod_e77fed30959d4fadbc15a0a5a85c21d2__20220119_dcp2_20220121_dcp12', 333), # noqa E501 + mksrc('bigquery', 'datarepo-de2f2f56', 'hca_prod_e8808cc84ca0409680f2bba73600cba6__20220118_dcp2_20220121_dcp12', 898), # noqa E501 + mksrc('bigquery', 'datarepo-b49ee748', 'hca_prod_eaefa1b6dae14414953b17b0427d061e__20220118_dcp2_20220121_dcp12', 385), # noqa E501 + mksrc('bigquery', 'datarepo-192f44d3', 'hca_prod_ede2e0b46652464fabbc0b2d964a25a0__20220118_dcp2_20220121_dcp12', 12), # noqa E501 + mksrc('bigquery', 'datarepo-79a515aa', 'hca_prod_ef1d9888fa8647a4bb720ab0f20f7004__20220118_dcp2_20220121_dcp12', 57), # noqa E501 + mksrc('bigquery', 'datarepo-8ddfa027', 'hca_prod_ef1e3497515e4bbe8d4c10161854b699__20220118_dcp2_20220121_dcp12', 6), # noqa E501 + mksrc('bigquery', 'datarepo-902930ad', 'hca_prod_efea6426510a4b609a19277e52bfa815__20220118_dcp2_20220121_dcp12', 31), # noqa E501 + mksrc('bigquery', 'datarepo-708835eb', 'hca_prod_f0f89c1474604bab9d4222228a91f185__20220119_dcp2_20220121_dcp12', 690), # noqa E501 + mksrc('bigquery', 'datarepo-cf6bd64d', 'hca_prod_f2fe82f044544d84b416a885f3121e59__20220119_dcp2_20220121_dcp12', 156), # noqa E501 + mksrc('bigquery', 'datarepo-44df5b5a', 'hca_prod_f48e7c39cc6740559d79bc437892840c__20220119_dcp2_20220121_dcp12', 14), # noqa E501 + mksrc('bigquery', 'datarepo-eb93ad96', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20220121_dcp12', 384), # noqa E501 + mksrc('bigquery', 'datarepo-e3c29b0f', 'hca_prod_f81efc039f564354aabb6ce819c3d414__20220119_dcp2_20220121_dcp12', 4), # noqa E501 + mksrc('bigquery', 'datarepo-11942c76', 'hca_prod_f83165c5e2ea4d15a5cf33f3550bffde__20220119_dcp2_20220121_dcp12', 7665), # noqa E501 + mksrc('bigquery', 'datarepo-c64a357d', 'hca_prod_f86f1ab41fbb4510ae353ffd752d4dfc__20220119_dcp2_20220121_dcp12', 20), # noqa E501 + mksrc('bigquery', 'datarepo-4167b729', 'hca_prod_f8aa201c4ff145a4890e840d63459ca2__20220119_dcp2_20220121_dcp12', 384), # noqa E501 + mksrc('bigquery', 'datarepo-590e9f21', 'hca_prod_faeedcb0e0464be7b1ad80a3eeabb066__20220119_dcp2_20220121_dcp12', 62), # noqa E501 + # @formatter:on ])) dcp13_sources = mkdict(dcp12_sources, 208, mkdelta([ - mksrc('datarepo-c8f9ec5d', 'hca_prod_03c6fce7789e4e78a27a664d562bb738__20220110_dcp2_20220214_dcp13', 1531), - mksrc('datarepo-991fac12', 'hca_prod_05657a599f9d4bb9b77b24be13aa5cea__20220110_dcp2_20220214_dcp13', 186), - mksrc('datarepo-b185fd85', 'hca_prod_05be4f374506429bb112506444507d62__20220107_dcp2_20220214_dcp13', 1545), - mksrc('datarepo-30dc00be', 'hca_prod_065e6c13ad6b46a38075c3137eb03068__20220213_dcp2_20220214_dcp13', 120), - mksrc('datarepo-0285bfe0', 'hca_prod_06c7dd8d6cc64b79b7958805c47d36e1__20220213_dcp2_20220214_dcp13', 24), - mksrc('datarepo-bde655c7', 'hca_prod_102018327c7340339b653ef13d81656a__20220213_dcp2_20220214_dcp13', 1), - mksrc('datarepo-003ece01', 'hca_prod_1ce3b3dc02f244a896dad6d107b27a76__20220107_dcp2_20220214_dcp13', 422), - mksrc('datarepo-5a090360', 'hca_prod_1dddae6e375348afb20efa22abad125d__20220213_dcp2_20220214_dcp13', 39), - mksrc('datarepo-a0659f9b', 'hca_prod_1eb69a39b5b241ecafae5fe37f272756__20220213_dcp2_20220214_dcp13', 386), - mksrc('datarepo-cbdabbb4', 'hca_prod_23587fb31a4a4f58ad74cc9a4cb4c254__20220111_dcp2_20220214_dcp13', 1477), - mksrc('datarepo-2ad5c040', 'hca_prod_2a72a4e566b2405abb7c1e463e8febb0__20220111_dcp2_20220214_dcp13', 2291), - mksrc('datarepo-ca52c87a', 'hca_prod_2d8460958a334f3c97d4585bafac13b4__20220111_dcp2_20220214_dcp13', 3590), - mksrc('datarepo-3da21f85', 'hca_prod_3a69470330844ece9abed935fd5f6748__20220112_dcp2_20220214_dcp13', 127), - mksrc('datarepo-f84c69b4', 'hca_prod_520afa10f9d24e93ab7a26c4c863ce18__20220117_dcp2_20220214_dcp13', 650), - mksrc('datarepo-fd9c289b', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20220214_dcp13', 4), - mksrc('datarepo-afff5936', 'hca_prod_67a3de0945b949c3a068ff4665daa50e__20220117_dcp2_20220214_dcp13', 734), - mksrc('datarepo-7e70b0df', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20220214_dcp13', 8), - mksrc('datarepo-cafbc244', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20220214_dcp13', 217), - mksrc('datarepo-0558746b', 'hca_prod_78d7805bfdc8472b8058d92cf886f7a4__20220213_dcp2_20220214_dcp13', 36), - mksrc('datarepo-fb7a9fe5', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20220214_dcp13', 380), - mksrc('datarepo-5ee4d674', 'hca_prod_85a9263b088748edab1addfa773727b6__20220224_dcp2_20220224_dcp13', 8), - mksrc('datarepo-604c0800', 'hca_prod_88ec040b87054f778f41f81e57632f7d__20220118_dcp2_20220214_dcp13', 2630), - mksrc('datarepo-651b3c64', 'hca_prod_8c3c290ddfff4553886854ce45f4ba7f__20220118_dcp2_20220214_dcp13', 6643), - mksrc('datarepo-9029753d', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20220214_dcp13', 1191), - mksrc('datarepo-0a0a2225', 'hca_prod_9c20a245f2c043ae82c92232ec6b594f__20220212_dcp2_20220214_dcp13', 101), - mksrc('datarepo-9385cdd8', 'hca_prod_9d97f01f9313416e9b07560f048b2350__20220118_dcp2_20220121_dcp12', 43, pop), - mksrc('datarepo-3dda61fd', 'hca_prod_ccd1f1ba74ce469b9fc9f6faea623358__20220118_dcp2_20220214_dcp13', 223), - mksrc('datarepo-021d07c6', 'hca_prod_ccef38d7aa9240109621c4c7b1182647__20220118_dcp2_20220214_dcp13', 1319), - mksrc('datarepo-8c5ae0d1', 'hca_prod_cd61771b661a4e19b2696e5d95350de6__20220213_dcp2_20220214_dcp13', 13), - mksrc('datarepo-e69f2dd7', 'hca_prod_d6225aee8f0e4b20a20c682509a9ea14__20220213_dcp2_20220214_dcp13', 26), - mksrc('datarepo-b11dcc58', 'hca_prod_d71c76d336704774a9cf034249d37c60__20220213_dcp2_20220214_dcp13', 1589), - mksrc('datarepo-e251e383', 'hca_prod_dbd836cfbfc241f0983441cc6c0b235a__20220212_dcp2_20220214_dcp13', 9), - mksrc('datarepo-ce17ac99', 'hca_prod_dd7ada843f144765b7ce9b64642bb3dc__20220212_dcp2_20220214_dcp13', 133), - mksrc('datarepo-8e3d7fce', 'hca_prod_e8808cc84ca0409680f2bba73600cba6__20220118_dcp2_20220214_dcp13', 901), - mksrc('datarepo-43f772c9', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20220214_dcp13', 385), + # @formatter:off + mksrc('bigquery', 'datarepo-c8f9ec5d', 'hca_prod_03c6fce7789e4e78a27a664d562bb738__20220110_dcp2_20220214_dcp13', 1531), # noqa E501 + mksrc('bigquery', 'datarepo-991fac12', 'hca_prod_05657a599f9d4bb9b77b24be13aa5cea__20220110_dcp2_20220214_dcp13', 186), # noqa E501 + mksrc('bigquery', 'datarepo-b185fd85', 'hca_prod_05be4f374506429bb112506444507d62__20220107_dcp2_20220214_dcp13', 1545), # noqa E501 + mksrc('bigquery', 'datarepo-30dc00be', 'hca_prod_065e6c13ad6b46a38075c3137eb03068__20220213_dcp2_20220214_dcp13', 120), # noqa E501 + mksrc('bigquery', 'datarepo-0285bfe0', 'hca_prod_06c7dd8d6cc64b79b7958805c47d36e1__20220213_dcp2_20220214_dcp13', 24), # noqa E501 + mksrc('bigquery', 'datarepo-bde655c7', 'hca_prod_102018327c7340339b653ef13d81656a__20220213_dcp2_20220214_dcp13', 1), # noqa E501 + mksrc('bigquery', 'datarepo-003ece01', 'hca_prod_1ce3b3dc02f244a896dad6d107b27a76__20220107_dcp2_20220214_dcp13', 422), # noqa E501 + mksrc('bigquery', 'datarepo-5a090360', 'hca_prod_1dddae6e375348afb20efa22abad125d__20220213_dcp2_20220214_dcp13', 39), # noqa E501 + mksrc('bigquery', 'datarepo-a0659f9b', 'hca_prod_1eb69a39b5b241ecafae5fe37f272756__20220213_dcp2_20220214_dcp13', 386), # noqa E501 + mksrc('bigquery', 'datarepo-cbdabbb4', 'hca_prod_23587fb31a4a4f58ad74cc9a4cb4c254__20220111_dcp2_20220214_dcp13', 1477), # noqa E501 + mksrc('bigquery', 'datarepo-2ad5c040', 'hca_prod_2a72a4e566b2405abb7c1e463e8febb0__20220111_dcp2_20220214_dcp13', 2291), # noqa E501 + mksrc('bigquery', 'datarepo-ca52c87a', 'hca_prod_2d8460958a334f3c97d4585bafac13b4__20220111_dcp2_20220214_dcp13', 3590), # noqa E501 + mksrc('bigquery', 'datarepo-3da21f85', 'hca_prod_3a69470330844ece9abed935fd5f6748__20220112_dcp2_20220214_dcp13', 127), # noqa E501 + mksrc('bigquery', 'datarepo-f84c69b4', 'hca_prod_520afa10f9d24e93ab7a26c4c863ce18__20220117_dcp2_20220214_dcp13', 650), # noqa E501 + mksrc('bigquery', 'datarepo-fd9c289b', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20220214_dcp13', 4), # noqa E501 + mksrc('bigquery', 'datarepo-afff5936', 'hca_prod_67a3de0945b949c3a068ff4665daa50e__20220117_dcp2_20220214_dcp13', 734), # noqa E501 + mksrc('bigquery', 'datarepo-7e70b0df', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20220214_dcp13', 8), # noqa E501 + mksrc('bigquery', 'datarepo-cafbc244', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20220214_dcp13', 217), # noqa E501 + mksrc('bigquery', 'datarepo-0558746b', 'hca_prod_78d7805bfdc8472b8058d92cf886f7a4__20220213_dcp2_20220214_dcp13', 36), # noqa E501 + mksrc('bigquery', 'datarepo-fb7a9fe5', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20220214_dcp13', 380), # noqa E501 + mksrc('bigquery', 'datarepo-5ee4d674', 'hca_prod_85a9263b088748edab1addfa773727b6__20220224_dcp2_20220224_dcp13', 8), # noqa E501 + mksrc('bigquery', 'datarepo-604c0800', 'hca_prod_88ec040b87054f778f41f81e57632f7d__20220118_dcp2_20220214_dcp13', 2630), # noqa E501 + mksrc('bigquery', 'datarepo-651b3c64', 'hca_prod_8c3c290ddfff4553886854ce45f4ba7f__20220118_dcp2_20220214_dcp13', 6643), # noqa E501 + mksrc('bigquery', 'datarepo-9029753d', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20220214_dcp13', 1191), # noqa E501 + mksrc('bigquery', 'datarepo-0a0a2225', 'hca_prod_9c20a245f2c043ae82c92232ec6b594f__20220212_dcp2_20220214_dcp13', 101), # noqa E501 + mksrc('bigquery', 'datarepo-9385cdd8', 'hca_prod_9d97f01f9313416e9b07560f048b2350__20220118_dcp2_20220121_dcp12', 43, pop), # noqa E501 + mksrc('bigquery', 'datarepo-3dda61fd', 'hca_prod_ccd1f1ba74ce469b9fc9f6faea623358__20220118_dcp2_20220214_dcp13', 223), # noqa E501 + mksrc('bigquery', 'datarepo-021d07c6', 'hca_prod_ccef38d7aa9240109621c4c7b1182647__20220118_dcp2_20220214_dcp13', 1319), # noqa E501 + mksrc('bigquery', 'datarepo-8c5ae0d1', 'hca_prod_cd61771b661a4e19b2696e5d95350de6__20220213_dcp2_20220214_dcp13', 13), # noqa E501 + mksrc('bigquery', 'datarepo-e69f2dd7', 'hca_prod_d6225aee8f0e4b20a20c682509a9ea14__20220213_dcp2_20220214_dcp13', 26), # noqa E501 + mksrc('bigquery', 'datarepo-b11dcc58', 'hca_prod_d71c76d336704774a9cf034249d37c60__20220213_dcp2_20220214_dcp13', 1589), # noqa E501 + mksrc('bigquery', 'datarepo-e251e383', 'hca_prod_dbd836cfbfc241f0983441cc6c0b235a__20220212_dcp2_20220214_dcp13', 9), # noqa E501 + mksrc('bigquery', 'datarepo-ce17ac99', 'hca_prod_dd7ada843f144765b7ce9b64642bb3dc__20220212_dcp2_20220214_dcp13', 133), # noqa E501 + mksrc('bigquery', 'datarepo-8e3d7fce', 'hca_prod_e8808cc84ca0409680f2bba73600cba6__20220118_dcp2_20220214_dcp13', 901), # noqa E501 + mksrc('bigquery', 'datarepo-43f772c9', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20220214_dcp13', 385), # noqa E501 + # @formatter:on ])) dcp14_sources = mkdict(dcp13_sources, 218, mkdelta([ - mksrc('datarepo-ef305f42', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220307_dcp14', 7), - mksrc('datarepo-4fb4619a', 'hca_prod_074a9f88729a455dbca50ce80edf0cea__20220107_dcp2_20220307_dcp14', 2), - mksrc('datarepo-1dbff5cd', 'hca_prod_091cf39b01bc42e59437f419a66c8a45__20220107_dcp2_20220307_dcp14', 20), - mksrc('datarepo-73b30762', 'hca_prod_116965f3f09447699d28ae675c1b569c__20220107_dcp2_20220307_dcp14', 8), - mksrc('datarepo-ecd9f488', 'hca_prod_165dea71a95a44e188cdb2d9ad68bb1e__20220303_dcp2_20220307_dcp14', 1), - mksrc('datarepo-c3ca85db', 'hca_prod_24d0dbbc54eb49048141934d26f1c936__20220303_dcp2_20220307_dcp14', 246), - mksrc('datarepo-6eecb96e', 'hca_prod_2c041c26f75a495fab36a076f89d422a__20220303_dcp2_20220307_dcp14', 97), - mksrc('datarepo-99fdfa87', 'hca_prod_3cdaf942f8ad42e8a77b4efedb9ea7b6__20220303_dcp2_20220307_dcp14', 10), - mksrc('datarepo-cf90c331', 'hca_prod_403c3e7668144a2da5805dd5de38c7ff__20220113_dcp2_20220307_dcp14', 63), - mksrc('datarepo-b9918259', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20220307_dcp14', 37), - mksrc('datarepo-77f534b9', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20220307_dcp14', 14), - mksrc('datarepo-b230b42b', 'hca_prod_4d6f6c962a8343d88fe10f53bffd4674__20220113_dcp2_20220307_dcp14', 12), - mksrc('datarepo-b83d5d98', 'hca_prod_4e6f083b5b9a439398902a83da8188f1__20220113_dcp2_20220307_dcp14', 53), - mksrc('datarepo-d7e92ae1', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20220307_dcp14', 26), - mksrc('datarepo-9e63ca34', 'hca_prod_53c53cd481274e12bc7f8fe1610a715c__20220117_dcp2_20220307_dcp14', 34), - mksrc('datarepo-6b360d3f', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220307_dcp14', 87), - mksrc('datarepo-47534f24', 'hca_prod_6ac8e777f9a04288b5b0446e8eba3078__20220303_dcp2_20220307_dcp14', 51), - mksrc('datarepo-aa6a9210', 'hca_prod_74b6d5693b1142efb6b1a0454522b4a0__20220117_dcp2_20220307_dcp14', 5460), - mksrc('datarepo-7274c749', 'hca_prod_7b947aa243a74082afff222a3e3a4635__20220117_dcp2_20220307_dcp14', 16), - mksrc('datarepo-06d0218d', 'hca_prod_8185730f411340d39cc3929271784c2b__20220117_dcp2_20220307_dcp14', 12), - mksrc('datarepo-958f743f', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20220307_dcp14', 10), - mksrc('datarepo-8ef24363', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20220307_dcp14', 40), - mksrc('datarepo-bc66239d', 'hca_prod_abe1a013af7a45ed8c26f3793c24a1f4__20220118_dcp2_20220307_dcp14', 46), - mksrc('datarepo-ccddf7b7', 'hca_prod_b963bd4b4bc14404842569d74bc636b8__20220118_dcp2_20220307_dcp14', 2), - mksrc('datarepo-145862d0', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20220307_dcp14', 6), - mksrc('datarepo-1d4ac83f', 'hca_prod_c211fd49d9804ba18c6ac24254a3cb52__20220303_dcp2_20220307_dcp14', 120), - mksrc('datarepo-a7ff96eb', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20220307_dcp14', 218), - mksrc('datarepo-ff4ee826', 'hca_prod_c6a50b2a3dfd4ca89b483e682f568a25__20220303_dcp2_20220307_dcp14', 13), - mksrc('datarepo-15efafd9', 'hca_prod_cc95ff892e684a08a234480eca21ce79__20220118_dcp2_20220307_dcp14', 257), - mksrc('datarepo-264555df', 'hca_prod_e5d455791f5b48c3b568320d93e7ca72__20220119_dcp2_20220307_dcp14', 15), - mksrc('datarepo-9cbb67c6', 'hca_prod_f29b124a85974862ae98ff3a0fd9033e__20220303_dcp2_20220307_dcp14', 170), - mksrc('datarepo-09a8dd1a', 'hca_prod_f83165c5e2ea4d15a5cf33f3550bffde__20220119_dcp2_20220307_dcp14', 7665), + # @formatter:off + mksrc('bigquery', 'datarepo-ef305f42', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220307_dcp14', 7), # noqa E501 + mksrc('bigquery', 'datarepo-4fb4619a', 'hca_prod_074a9f88729a455dbca50ce80edf0cea__20220107_dcp2_20220307_dcp14', 2), # noqa E501 + mksrc('bigquery', 'datarepo-1dbff5cd', 'hca_prod_091cf39b01bc42e59437f419a66c8a45__20220107_dcp2_20220307_dcp14', 20), # noqa E501 + mksrc('bigquery', 'datarepo-73b30762', 'hca_prod_116965f3f09447699d28ae675c1b569c__20220107_dcp2_20220307_dcp14', 8), # noqa E501 + mksrc('bigquery', 'datarepo-ecd9f488', 'hca_prod_165dea71a95a44e188cdb2d9ad68bb1e__20220303_dcp2_20220307_dcp14', 1), # noqa E501 + mksrc('bigquery', 'datarepo-c3ca85db', 'hca_prod_24d0dbbc54eb49048141934d26f1c936__20220303_dcp2_20220307_dcp14', 246), # noqa E501 + mksrc('bigquery', 'datarepo-6eecb96e', 'hca_prod_2c041c26f75a495fab36a076f89d422a__20220303_dcp2_20220307_dcp14', 97), # noqa E501 + mksrc('bigquery', 'datarepo-99fdfa87', 'hca_prod_3cdaf942f8ad42e8a77b4efedb9ea7b6__20220303_dcp2_20220307_dcp14', 10), # noqa E501 + mksrc('bigquery', 'datarepo-cf90c331', 'hca_prod_403c3e7668144a2da5805dd5de38c7ff__20220113_dcp2_20220307_dcp14', 63), # noqa E501 + mksrc('bigquery', 'datarepo-b9918259', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20220307_dcp14', 37), # noqa E501 + mksrc('bigquery', 'datarepo-77f534b9', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20220307_dcp14', 14), # noqa E501 + mksrc('bigquery', 'datarepo-b230b42b', 'hca_prod_4d6f6c962a8343d88fe10f53bffd4674__20220113_dcp2_20220307_dcp14', 12), # noqa E501 + mksrc('bigquery', 'datarepo-b83d5d98', 'hca_prod_4e6f083b5b9a439398902a83da8188f1__20220113_dcp2_20220307_dcp14', 53), # noqa E501 + mksrc('bigquery', 'datarepo-d7e92ae1', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20220307_dcp14', 26), # noqa E501 + mksrc('bigquery', 'datarepo-9e63ca34', 'hca_prod_53c53cd481274e12bc7f8fe1610a715c__20220117_dcp2_20220307_dcp14', 34), # noqa E501 + mksrc('bigquery', 'datarepo-6b360d3f', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220307_dcp14', 87), # noqa E501 + mksrc('bigquery', 'datarepo-47534f24', 'hca_prod_6ac8e777f9a04288b5b0446e8eba3078__20220303_dcp2_20220307_dcp14', 51), # noqa E501 + mksrc('bigquery', 'datarepo-aa6a9210', 'hca_prod_74b6d5693b1142efb6b1a0454522b4a0__20220117_dcp2_20220307_dcp14', 5460), # noqa E501 + mksrc('bigquery', 'datarepo-7274c749', 'hca_prod_7b947aa243a74082afff222a3e3a4635__20220117_dcp2_20220307_dcp14', 16), # noqa E501 + mksrc('bigquery', 'datarepo-06d0218d', 'hca_prod_8185730f411340d39cc3929271784c2b__20220117_dcp2_20220307_dcp14', 12), # noqa E501 + mksrc('bigquery', 'datarepo-958f743f', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20220307_dcp14', 10), # noqa E501 + mksrc('bigquery', 'datarepo-8ef24363', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20220307_dcp14', 40), # noqa E501 + mksrc('bigquery', 'datarepo-bc66239d', 'hca_prod_abe1a013af7a45ed8c26f3793c24a1f4__20220118_dcp2_20220307_dcp14', 46), # noqa E501 + mksrc('bigquery', 'datarepo-ccddf7b7', 'hca_prod_b963bd4b4bc14404842569d74bc636b8__20220118_dcp2_20220307_dcp14', 2), # noqa E501 + mksrc('bigquery', 'datarepo-145862d0', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20220307_dcp14', 6), # noqa E501 + mksrc('bigquery', 'datarepo-1d4ac83f', 'hca_prod_c211fd49d9804ba18c6ac24254a3cb52__20220303_dcp2_20220307_dcp14', 120), # noqa E501 + mksrc('bigquery', 'datarepo-a7ff96eb', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20220307_dcp14', 218), # noqa E501 + mksrc('bigquery', 'datarepo-ff4ee826', 'hca_prod_c6a50b2a3dfd4ca89b483e682f568a25__20220303_dcp2_20220307_dcp14', 13), # noqa E501 + mksrc('bigquery', 'datarepo-15efafd9', 'hca_prod_cc95ff892e684a08a234480eca21ce79__20220118_dcp2_20220307_dcp14', 257), # noqa E501 + mksrc('bigquery', 'datarepo-264555df', 'hca_prod_e5d455791f5b48c3b568320d93e7ca72__20220119_dcp2_20220307_dcp14', 15), # noqa E501 + mksrc('bigquery', 'datarepo-9cbb67c6', 'hca_prod_f29b124a85974862ae98ff3a0fd9033e__20220303_dcp2_20220307_dcp14', 170), # noqa E501 + mksrc('bigquery', 'datarepo-09a8dd1a', 'hca_prod_f83165c5e2ea4d15a5cf33f3550bffde__20220119_dcp2_20220307_dcp14', 7665), # noqa E501 + # @formatter:on ])) dcp15_sources = mkdict(dcp14_sources, 237, mkdelta([ - mksrc('datarepo-bb0322f9', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220330_dcp15', 955), - mksrc('datarepo-4c006992', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20220330_dcp15', 17), - mksrc('datarepo-625580ba', 'hca_prod_0777b9ef91f3468b9deadb477437aa1a__20220330_dcp2_20220330_dcp15', 62), - mksrc('datarepo-c6460226', 'hca_prod_18d4aae283634e008eebb9e568402cf8__20220330_dcp2_20220330_dcp15', 9), - mksrc('datarepo-9e1d30cd', 'hca_prod_1ce3b3dc02f244a896dad6d107b27a76__20220107_dcp2_20220330_dcp15', 422), - mksrc('datarepo-426125f5', 'hca_prod_2b38025da5ea4c0fb22e367824bcaf4c__20220111_dcp2_20220331_dcp15', 44), - mksrc('datarepo-67ebf8c0', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20220330_dcp15', 6), - mksrc('datarepo-7e581d49', 'hca_prod_40ca2a03ec0f471fa834948199495fe7__20220330_dcp2_20220330_dcp15', 12), - mksrc('datarepo-4b461192', 'hca_prod_45c2c853d06f4879957ef1366fb5d423__20220303_dcp2_20220330_dcp15', 90), - mksrc('datarepo-b5a6fdd9', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20220330_dcp15', 26), - mksrc('datarepo-abf80711', 'hca_prod_65d7a1684d624bc083244e742aa62de6__20220330_dcp2_20220330_dcp15', 32), - mksrc('datarepo-4a1d1031', 'hca_prod_6621c827b57a4268bc80df4049140193__20220330_dcp2_20220330_dcp15', 103), - mksrc('datarepo-ecd5ed43', 'hca_prod_6ac8e777f9a04288b5b0446e8eba3078__20220303_dcp2_20220330_dcp15', 51), - mksrc('datarepo-993d35db', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20220330_dcp15', 8), - mksrc('datarepo-fb756d63', 'hca_prod_73769e0a5fcd41f4908341ae08bfa4c1__20220330_dcp2_20220330_dcp15', 29), - mksrc('datarepo-b174a30e', 'hca_prod_77780d5603c0481faade2038490cef9f__20220330_dcp2_20220330_dcp15', 94), - mksrc('datarepo-54af5ab6', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20220330_dcp15', 10), - mksrc('datarepo-89b77174', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20220330_dcp15', 599), - mksrc('datarepo-c95907eb', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20220330_dcp15', 1191), - mksrc('datarepo-a186fcb1', 'hca_prod_a2a2f324cf24409ea859deaee871269c__20220330_dcp2_20220330_dcp15', 17), - mksrc('datarepo-b44b5550', 'hca_prod_a815c84b8999433f958e422c0720e00d__20220330_dcp2_20220330_dcp15', 39), - mksrc('datarepo-89acf5db', 'hca_prod_aefb919243fc46d7a4c129597f7ef61b__20220330_dcp2_20220330_dcp15', 34), - mksrc('datarepo-06565264', 'hca_prod_aff9c3cd6b844fc2abf2b9c0b3038277__20220330_dcp2_20220330_dcp15', 17), - mksrc('datarepo-0bb76e5c', 'hca_prod_c1810dbc16d245c3b45e3e675f88d87b__20220118_dcp2_20220330_dcp15', 134), - mksrc('datarepo-5d6926b7', 'hca_prod_c7c54245548b4d4fb15e0d7e238ae6c8__20220330_dcp2_20220330_dcp15', 35), - mksrc('datarepo-46a00828', 'hca_prod_dc1a41f69e0942a6959e3be23db6da56__20220119_dcp2_20220330_dcp15', 10), - mksrc('datarepo-e9f2b830', 'hca_prod_e255b1c611434fa683a8528f15b41038__20220330_dcp2_20220330_dcp15', 106), - mksrc('datarepo-c93c8ea6', 'hca_prod_f2fe82f044544d84b416a885f3121e59__20220119_dcp2_20220330_dcp15', 156), - mksrc('datarepo-d5d5cacf', 'hca_prod_fa3f460f4fb94cedb5488ba6a8ecae3f__20220330_dcp2_20220330_dcp15', 247), - mksrc('datarepo-b60aabf3', 'hca_prod_fde199d2a8414ed1aa65b9e0af8969b1__20220330_dcp2_20220330_dcp15', 185), + # @formatter:off + mksrc('bigquery', 'datarepo-bb0322f9', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220330_dcp15', 955), # noqa E501 + mksrc('bigquery', 'datarepo-4c006992', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20220330_dcp15', 17), # noqa E501 + mksrc('bigquery', 'datarepo-625580ba', 'hca_prod_0777b9ef91f3468b9deadb477437aa1a__20220330_dcp2_20220330_dcp15', 62), # noqa E501 + mksrc('bigquery', 'datarepo-c6460226', 'hca_prod_18d4aae283634e008eebb9e568402cf8__20220330_dcp2_20220330_dcp15', 9), # noqa E501 + mksrc('bigquery', 'datarepo-9e1d30cd', 'hca_prod_1ce3b3dc02f244a896dad6d107b27a76__20220107_dcp2_20220330_dcp15', 422), # noqa E501 + mksrc('bigquery', 'datarepo-426125f5', 'hca_prod_2b38025da5ea4c0fb22e367824bcaf4c__20220111_dcp2_20220331_dcp15', 44), # noqa E501 + mksrc('bigquery', 'datarepo-67ebf8c0', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20220330_dcp15', 6), # noqa E501 + mksrc('bigquery', 'datarepo-7e581d49', 'hca_prod_40ca2a03ec0f471fa834948199495fe7__20220330_dcp2_20220330_dcp15', 12), # noqa E501 + mksrc('bigquery', 'datarepo-4b461192', 'hca_prod_45c2c853d06f4879957ef1366fb5d423__20220303_dcp2_20220330_dcp15', 90), # noqa E501 + mksrc('bigquery', 'datarepo-b5a6fdd9', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20220330_dcp15', 26), # noqa E501 + mksrc('bigquery', 'datarepo-abf80711', 'hca_prod_65d7a1684d624bc083244e742aa62de6__20220330_dcp2_20220330_dcp15', 32), # noqa E501 + mksrc('bigquery', 'datarepo-4a1d1031', 'hca_prod_6621c827b57a4268bc80df4049140193__20220330_dcp2_20220330_dcp15', 103), # noqa E501 + mksrc('bigquery', 'datarepo-ecd5ed43', 'hca_prod_6ac8e777f9a04288b5b0446e8eba3078__20220303_dcp2_20220330_dcp15', 51), # noqa E501 + mksrc('bigquery', 'datarepo-993d35db', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20220330_dcp15', 8), # noqa E501 + mksrc('bigquery', 'datarepo-fb756d63', 'hca_prod_73769e0a5fcd41f4908341ae08bfa4c1__20220330_dcp2_20220330_dcp15', 29), # noqa E501 + mksrc('bigquery', 'datarepo-b174a30e', 'hca_prod_77780d5603c0481faade2038490cef9f__20220330_dcp2_20220330_dcp15', 94), # noqa E501 + mksrc('bigquery', 'datarepo-54af5ab6', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20220330_dcp15', 10), # noqa E501 + mksrc('bigquery', 'datarepo-89b77174', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20220330_dcp15', 599), # noqa E501 + mksrc('bigquery', 'datarepo-c95907eb', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20220330_dcp15', 1191), # noqa E501 + mksrc('bigquery', 'datarepo-a186fcb1', 'hca_prod_a2a2f324cf24409ea859deaee871269c__20220330_dcp2_20220330_dcp15', 17), # noqa E501 + mksrc('bigquery', 'datarepo-b44b5550', 'hca_prod_a815c84b8999433f958e422c0720e00d__20220330_dcp2_20220330_dcp15', 39), # noqa E501 + mksrc('bigquery', 'datarepo-89acf5db', 'hca_prod_aefb919243fc46d7a4c129597f7ef61b__20220330_dcp2_20220330_dcp15', 34), # noqa E501 + mksrc('bigquery', 'datarepo-06565264', 'hca_prod_aff9c3cd6b844fc2abf2b9c0b3038277__20220330_dcp2_20220330_dcp15', 17), # noqa E501 + mksrc('bigquery', 'datarepo-0bb76e5c', 'hca_prod_c1810dbc16d245c3b45e3e675f88d87b__20220118_dcp2_20220330_dcp15', 134), # noqa E501 + mksrc('bigquery', 'datarepo-5d6926b7', 'hca_prod_c7c54245548b4d4fb15e0d7e238ae6c8__20220330_dcp2_20220330_dcp15', 35), # noqa E501 + mksrc('bigquery', 'datarepo-46a00828', 'hca_prod_dc1a41f69e0942a6959e3be23db6da56__20220119_dcp2_20220330_dcp15', 10), # noqa E501 + mksrc('bigquery', 'datarepo-e9f2b830', 'hca_prod_e255b1c611434fa683a8528f15b41038__20220330_dcp2_20220330_dcp15', 106), # noqa E501 + mksrc('bigquery', 'datarepo-c93c8ea6', 'hca_prod_f2fe82f044544d84b416a885f3121e59__20220119_dcp2_20220330_dcp15', 156), # noqa E501 + mksrc('bigquery', 'datarepo-d5d5cacf', 'hca_prod_fa3f460f4fb94cedb5488ba6a8ecae3f__20220330_dcp2_20220330_dcp15', 247), # noqa E501 + mksrc('bigquery', 'datarepo-b60aabf3', 'hca_prod_fde199d2a8414ed1aa65b9e0af8969b1__20220330_dcp2_20220330_dcp15', 185), # noqa E501 + # @formatter:on ])) dcp16_sources = mkdict(dcp15_sources, 250, mkdelta([ - mksrc('datarepo-c531f177', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20220519_dcp16', 17), - mksrc('datarepo-589be0ea', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20220519_dcp16', 82), - mksrc('datarepo-a584f228', 'hca_prod_16cd67912adb4d0f82220184dada6456__20220519_dcp2_20220519_dcp16', 395), - mksrc('datarepo-84b4312d', 'hca_prod_18e5843776b740218ede3f0b443fa915__20220519_dcp2_20220519_dcp16', 53), - mksrc('datarepo-5ba935e0', 'hca_prod_2253ae594cc54bd2b44eecb6d3fd7646__20220519_dcp2_20220519_dcp16', 5), - mksrc('datarepo-bc2fe57d', 'hca_prod_24d0dbbc54eb49048141934d26f1c936__20220303_dcp2_20220519_dcp16', 250), - mksrc('datarepo-e227ee12', 'hca_prod_3cdaf942f8ad42e8a77b4efedb9ea7b6__20220303_dcp2_20220519_dcp16', 10), - mksrc('datarepo-3b6cd966', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220519_dcp16', 325), - mksrc('datarepo-26738b05', 'hca_prod_6663070ffd8b41a9a4792d1e07afa201__20220519_dcp2_20220519_dcp16', 35), - mksrc('datarepo-3dc96215', 'hca_prod_7b393e4d65bc4c03b402aae769299329__20220519_dcp2_20220519_dcp16', 96), - mksrc('datarepo-c6955be8', 'hca_prod_94e4ee099b4b410a84dca751ad36d0df__20220519_dcp2_20220519_dcp16', 303), - mksrc('datarepo-721e0608', 'hca_prod_b51f49b40d2e4cbdbbd504cd171fc2fa__20220118_dcp2_20220519_dcp16', 193), - mksrc('datarepo-9f724133', 'hca_prod_b733dc1b1d5545e380367eab0821742c__20220519_dcp2_20220519_dcp16', 1567), - mksrc('datarepo-3403d8d8', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20220519_dcp16', 111), - mksrc('datarepo-54c4ef0b', 'hca_prod_daa371e81ec343ef924f896d901eab6f__20220519_dcp2_20220519_dcp16', 17), - mksrc('datarepo-190ddba0', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220519_dcp16', 479), - mksrc('datarepo-b3a12f99', 'hca_prod_f4d011ced1f548a4ab61ae14176e3a6e__20220519_dcp2_20220519_dcp16', 24), + # @formatter:off + mksrc('bigquery', 'datarepo-c531f177', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20220519_dcp16', 17), # noqa E501 + mksrc('bigquery', 'datarepo-589be0ea', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20220519_dcp16', 82), # noqa E501 + mksrc('bigquery', 'datarepo-a584f228', 'hca_prod_16cd67912adb4d0f82220184dada6456__20220519_dcp2_20220519_dcp16', 395), # noqa E501 + mksrc('bigquery', 'datarepo-84b4312d', 'hca_prod_18e5843776b740218ede3f0b443fa915__20220519_dcp2_20220519_dcp16', 53), # noqa E501 + mksrc('bigquery', 'datarepo-5ba935e0', 'hca_prod_2253ae594cc54bd2b44eecb6d3fd7646__20220519_dcp2_20220519_dcp16', 5), # noqa E501 + mksrc('bigquery', 'datarepo-bc2fe57d', 'hca_prod_24d0dbbc54eb49048141934d26f1c936__20220303_dcp2_20220519_dcp16', 250), # noqa E501 + mksrc('bigquery', 'datarepo-e227ee12', 'hca_prod_3cdaf942f8ad42e8a77b4efedb9ea7b6__20220303_dcp2_20220519_dcp16', 10), # noqa E501 + mksrc('bigquery', 'datarepo-3b6cd966', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220519_dcp16', 325), # noqa E501 + mksrc('bigquery', 'datarepo-26738b05', 'hca_prod_6663070ffd8b41a9a4792d1e07afa201__20220519_dcp2_20220519_dcp16', 35), # noqa E501 + mksrc('bigquery', 'datarepo-3dc96215', 'hca_prod_7b393e4d65bc4c03b402aae769299329__20220519_dcp2_20220519_dcp16', 96), # noqa E501 + mksrc('bigquery', 'datarepo-c6955be8', 'hca_prod_94e4ee099b4b410a84dca751ad36d0df__20220519_dcp2_20220519_dcp16', 303), # noqa E501 + mksrc('bigquery', 'datarepo-721e0608', 'hca_prod_b51f49b40d2e4cbdbbd504cd171fc2fa__20220118_dcp2_20220519_dcp16', 193), # noqa E501 + mksrc('bigquery', 'datarepo-9f724133', 'hca_prod_b733dc1b1d5545e380367eab0821742c__20220519_dcp2_20220519_dcp16', 1567), # noqa E501 + mksrc('bigquery', 'datarepo-3403d8d8', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20220519_dcp16', 111), # noqa E501 + mksrc('bigquery', 'datarepo-54c4ef0b', 'hca_prod_daa371e81ec343ef924f896d901eab6f__20220519_dcp2_20220519_dcp16', 17), # noqa E501 + mksrc('bigquery', 'datarepo-190ddba0', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220519_dcp16', 479), # noqa E501 + mksrc('bigquery', 'datarepo-b3a12f99', 'hca_prod_f4d011ced1f548a4ab61ae14176e3a6e__20220519_dcp2_20220519_dcp16', 24), # noqa E501 + # @formatter:on ])) dcp17_sources = mkdict(dcp16_sources, 261, mkdelta([ - mksrc('datarepo-0c908bdf', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220607_dcp17', 884), - mksrc('datarepo-91af9f1b', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220607_dcp17', 955), - mksrc('datarepo-adcbf4c3', 'hca_prod_18d4aae283634e008eebb9e568402cf8__20220330_dcp2_20220607_dcp17', 9), - mksrc('datarepo-4cc7b9fb', 'hca_prod_20f37aafcaa140e69123be6ce8feb2d6__20220111_dcp2_20220607_dcp17', 484), - mksrc('datarepo-b4210c33', 'hca_prod_2eb4f5f842a54368aa2d337bacb96197__20220606_dcp2_20220607_dcp17', 4), - mksrc('datarepo-ba2650b6', 'hca_prod_2fe3c60bac1a4c619b59f6556c0fce63__20220606_dcp2_20220607_dcp17', 152), - mksrc('datarepo-eb73a0f3', 'hca_prod_34da2c5f801148afa7fdad2f56ec10f4__20220606_dcp2_20220607_dcp17', 66), - mksrc('datarepo-0d3feb7c', 'hca_prod_376a7f55b8764f609cf3ed7bc83d5415__20220111_dcp2_20220607_dcp17', 45), - mksrc('datarepo-7cfb2129', 'hca_prod_3c27d2ddb1804b2bbf05e2e418393fd1__20220112_dcp2_20220607_dcp17', 6), - mksrc('datarepo-cbdb9b65', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20220607_dcp17', 8), - mksrc('datarepo-c1f0a228', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220607_dcp17', 325), - mksrc('datarepo-261ff5ff', 'hca_prod_4f17edf6e9f042afa54af02fdca76ade__20220606_dcp2_20220607_dcp17', 6), - mksrc('datarepo-c9a47174', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220607_dcp17', 87), - mksrc('datarepo-7dd487af', 'hca_prod_5bb1f67e2ff04848bbcf17d133f0fd2d__20220117_dcp2_20220607_dcp17', 6), - mksrc('datarepo-c6191eb9', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20220607_dcp17', 8), - mksrc('datarepo-8b966ec9', 'hca_prod_71436067ac414acebe1b2fbcc2cb02fa__20220117_dcp2_20220607_dcp17', 4), - mksrc('datarepo-3a9d88c9', 'hca_prod_7880637a35a14047b422b5eac2a2a358__20220117_dcp2_20220607_dcp17', 366), - mksrc('datarepo-63ab653d', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20220607_dcp17', 217), - mksrc('datarepo-b79b6e00', 'hca_prod_7be050259972493a856f3342a8d1b183__20220606_dcp2_20220607_dcp17', 39), - mksrc('datarepo-7d012d70', 'hca_prod_8999b4566fa6438bab17b62b1d8ec0c3__20220118_dcp2_20220607_dcp17', 19), - mksrc('datarepo-385ef7e4', 'hca_prod_8a40ff19e6144c50b23b5c9e1d546bab__20220118_dcp2_20220607_dcp17', 140), - mksrc('datarepo-0339714f', 'hca_prod_8bd2e5f694534b9b9c5659e3a40dc87e__20220118_dcp2_20220607_dcp17', 80), - mksrc('datarepo-492bd104', 'hca_prod_a27dd61925ad46a0ae0c5c4940a1139b__20220606_dcp2_20220607_dcp17', 4, pop), - mksrc('datarepo-bc83ab27', 'hca_prod_a2a2f324cf24409ea859deaee871269c__20220330_dcp2_20220607_dcp17', 17), - mksrc('datarepo-10a33a05', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20220607_dcp17', 68), - mksrc('datarepo-e3d0317e', 'hca_prod_a9f5323ace71471c9caf04cc118fd1d7__20220606_dcp2_20220607_dcp17', 33), - mksrc('datarepo-cd2ab73f', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20220607_dcp17', 49), - mksrc('datarepo-dcd2f9cf', 'hca_prod_aff9c3cd6b844fc2abf2b9c0b3038277__20220330_dcp2_20220607_dcp17', 17), - mksrc('datarepo-c9b6cc1c', 'hca_prod_b9484e4edc404e389b854cecf5b8c068__20220118_dcp2_20220607_dcp17', 62), - mksrc('datarepo-49083689', 'hca_prod_bd7104c9a950490e94727d41c6b11c62__20220118_dcp2_20220607_dcp17', 17), - mksrc('datarepo-c29ee607', 'hca_prod_c302fe54d22d451fa130e24df3d6afca__20220606_dcp2_20220607_dcp17', 8), - mksrc('datarepo-50fa4c1b', 'hca_prod_d138a1147df54f7d9ff1f79dfd2d428f__20220606_dcp2_20220607_dcp17', 13), - mksrc('datarepo-9810d23f', 'hca_prod_d3446f0c30f34a12b7c36af877c7bb2d__20220119_dcp2_20220607_dcp17', 40), - mksrc('datarepo-3171dab6', 'hca_prod_da2747fa292142e0afd439ef57b2b88b__20220119_dcp2_20220607_dcp17', 8), - mksrc('datarepo-693c392c', 'hca_prod_dbcd4b1d31bd4eb594e150e8706fa192__20220119_dcp2_20220607_dcp17', 84), - mksrc('datarepo-b9410272', 'hca_prod_e993adcdd4ba4f889a05d1c05bdf0c45__20220606_dcp2_20220607_dcp17', 22), - mksrc('datarepo-4647591c', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220607_dcp17', 479), - mksrc('datarepo-d20af009', 'hca_prod_f29b124a85974862ae98ff3a0fd9033e__20220303_dcp2_20220607_dcp17', 170), - mksrc('datarepo-959ea334', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20220607_dcp17', 385), - mksrc('datarepo-a09e8946', 'hca_prod_fccd3f50cde247bf8972a293b5928aea__20220606_dcp2_20220607_dcp17', 108), + # @formatter:off + mksrc('bigquery', 'datarepo-0c908bdf', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220607_dcp17', 884), # noqa E501 + mksrc('bigquery', 'datarepo-91af9f1b', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220607_dcp17', 955), # noqa E501 + mksrc('bigquery', 'datarepo-adcbf4c3', 'hca_prod_18d4aae283634e008eebb9e568402cf8__20220330_dcp2_20220607_dcp17', 9), # noqa E501 + mksrc('bigquery', 'datarepo-4cc7b9fb', 'hca_prod_20f37aafcaa140e69123be6ce8feb2d6__20220111_dcp2_20220607_dcp17', 484), # noqa E501 + mksrc('bigquery', 'datarepo-b4210c33', 'hca_prod_2eb4f5f842a54368aa2d337bacb96197__20220606_dcp2_20220607_dcp17', 4), # noqa E501 + mksrc('bigquery', 'datarepo-ba2650b6', 'hca_prod_2fe3c60bac1a4c619b59f6556c0fce63__20220606_dcp2_20220607_dcp17', 152), # noqa E501 + mksrc('bigquery', 'datarepo-eb73a0f3', 'hca_prod_34da2c5f801148afa7fdad2f56ec10f4__20220606_dcp2_20220607_dcp17', 66), # noqa E501 + mksrc('bigquery', 'datarepo-0d3feb7c', 'hca_prod_376a7f55b8764f609cf3ed7bc83d5415__20220111_dcp2_20220607_dcp17', 45), # noqa E501 + mksrc('bigquery', 'datarepo-7cfb2129', 'hca_prod_3c27d2ddb1804b2bbf05e2e418393fd1__20220112_dcp2_20220607_dcp17', 6), # noqa E501 + mksrc('bigquery', 'datarepo-cbdb9b65', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20220607_dcp17', 8), # noqa E501 + mksrc('bigquery', 'datarepo-c1f0a228', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220607_dcp17', 325), # noqa E501 + mksrc('bigquery', 'datarepo-261ff5ff', 'hca_prod_4f17edf6e9f042afa54af02fdca76ade__20220606_dcp2_20220607_dcp17', 6), # noqa E501 + mksrc('bigquery', 'datarepo-c9a47174', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220607_dcp17', 87), # noqa E501 + mksrc('bigquery', 'datarepo-7dd487af', 'hca_prod_5bb1f67e2ff04848bbcf17d133f0fd2d__20220117_dcp2_20220607_dcp17', 6), # noqa E501 + mksrc('bigquery', 'datarepo-c6191eb9', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20220607_dcp17', 8), # noqa E501 + mksrc('bigquery', 'datarepo-8b966ec9', 'hca_prod_71436067ac414acebe1b2fbcc2cb02fa__20220117_dcp2_20220607_dcp17', 4), # noqa E501 + mksrc('bigquery', 'datarepo-3a9d88c9', 'hca_prod_7880637a35a14047b422b5eac2a2a358__20220117_dcp2_20220607_dcp17', 366), # noqa E501 + mksrc('bigquery', 'datarepo-63ab653d', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20220607_dcp17', 217), # noqa E501 + mksrc('bigquery', 'datarepo-b79b6e00', 'hca_prod_7be050259972493a856f3342a8d1b183__20220606_dcp2_20220607_dcp17', 39), # noqa E501 + mksrc('bigquery', 'datarepo-7d012d70', 'hca_prod_8999b4566fa6438bab17b62b1d8ec0c3__20220118_dcp2_20220607_dcp17', 19), # noqa E501 + mksrc('bigquery', 'datarepo-385ef7e4', 'hca_prod_8a40ff19e6144c50b23b5c9e1d546bab__20220118_dcp2_20220607_dcp17', 140), # noqa E501 + mksrc('bigquery', 'datarepo-0339714f', 'hca_prod_8bd2e5f694534b9b9c5659e3a40dc87e__20220118_dcp2_20220607_dcp17', 80), # noqa E501 + mksrc('bigquery', 'datarepo-492bd104', 'hca_prod_a27dd61925ad46a0ae0c5c4940a1139b__20220606_dcp2_20220607_dcp17', 4, pop), # noqa E501 + mksrc('bigquery', 'datarepo-bc83ab27', 'hca_prod_a2a2f324cf24409ea859deaee871269c__20220330_dcp2_20220607_dcp17', 17), # noqa E501 + mksrc('bigquery', 'datarepo-10a33a05', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20220607_dcp17', 68), # noqa E501 + mksrc('bigquery', 'datarepo-e3d0317e', 'hca_prod_a9f5323ace71471c9caf04cc118fd1d7__20220606_dcp2_20220607_dcp17', 33), # noqa E501 + mksrc('bigquery', 'datarepo-cd2ab73f', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20220607_dcp17', 49), # noqa E501 + mksrc('bigquery', 'datarepo-dcd2f9cf', 'hca_prod_aff9c3cd6b844fc2abf2b9c0b3038277__20220330_dcp2_20220607_dcp17', 17), # noqa E501 + mksrc('bigquery', 'datarepo-c9b6cc1c', 'hca_prod_b9484e4edc404e389b854cecf5b8c068__20220118_dcp2_20220607_dcp17', 62), # noqa E501 + mksrc('bigquery', 'datarepo-49083689', 'hca_prod_bd7104c9a950490e94727d41c6b11c62__20220118_dcp2_20220607_dcp17', 17), # noqa E501 + mksrc('bigquery', 'datarepo-c29ee607', 'hca_prod_c302fe54d22d451fa130e24df3d6afca__20220606_dcp2_20220607_dcp17', 8), # noqa E501 + mksrc('bigquery', 'datarepo-50fa4c1b', 'hca_prod_d138a1147df54f7d9ff1f79dfd2d428f__20220606_dcp2_20220607_dcp17', 13), # noqa E501 + mksrc('bigquery', 'datarepo-9810d23f', 'hca_prod_d3446f0c30f34a12b7c36af877c7bb2d__20220119_dcp2_20220607_dcp17', 40), # noqa E501 + mksrc('bigquery', 'datarepo-3171dab6', 'hca_prod_da2747fa292142e0afd439ef57b2b88b__20220119_dcp2_20220607_dcp17', 8), # noqa E501 + mksrc('bigquery', 'datarepo-693c392c', 'hca_prod_dbcd4b1d31bd4eb594e150e8706fa192__20220119_dcp2_20220607_dcp17', 84), # noqa E501 + mksrc('bigquery', 'datarepo-b9410272', 'hca_prod_e993adcdd4ba4f889a05d1c05bdf0c45__20220606_dcp2_20220607_dcp17', 22), # noqa E501 + mksrc('bigquery', 'datarepo-4647591c', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220607_dcp17', 479), # noqa E501 + mksrc('bigquery', 'datarepo-d20af009', 'hca_prod_f29b124a85974862ae98ff3a0fd9033e__20220303_dcp2_20220607_dcp17', 170), # noqa E501 + mksrc('bigquery', 'datarepo-959ea334', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20220607_dcp17', 385), # noqa E501 + mksrc('bigquery', 'datarepo-a09e8946', 'hca_prod_fccd3f50cde247bf8972a293b5928aea__20220606_dcp2_20220607_dcp17', 108), # noqa E501 + # @formatter:on ])) dcp18_sources = mkdict(dcp17_sources, 267, mkdelta([ - mksrc('datarepo-3fa8ab06', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20220630_dcp18', 11), - mksrc('datarepo-7a96c98c', 'hca_prod_8a666b76daaf4b1f9414e4807a1d1e8b__20220630_dcp2_20220630_dcp18', 42), - mksrc('datarepo-65814a19', 'hca_prod_9833669bd6944b93a3d06b6f9dbcfc10__20220630_dcp2_20220630_dcp18', 54), - mksrc('datarepo-935adc8a', 'hca_prod_9fc0064b84ce40a5a768e6eb3d364ee0__20220630_dcp2_20220630_dcp18', 270), - mksrc('datarepo-38233156', 'hca_prod_a27dd61925ad46a0ae0c5c4940a1139b__20220606_dcp2_20220630_dcp18', 4), - mksrc('datarepo-57050405', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20220630_dcp18', 68), - mksrc('datarepo-99178745', 'hca_prod_b4a7d12f6c2f40a39e359756997857e3__20220118_dcp2_20220630_dcp18', 24), - mksrc('datarepo-38191a90', 'hca_prod_b51f49b40d2e4cbdbbd504cd171fc2fa__20220118_dcp2_20220630_dcp18', 193), - mksrc('datarepo-0e7c311b', 'hca_prod_c4e1136978d44d29ba8eb67907c4c65c__20220630_dcp2_20220630_dcp18', 80), - mksrc('datarepo-21969ae7', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220630_dcp18', 479), + # @formatter:off + mksrc('bigquery', 'datarepo-3fa8ab06', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20220630_dcp18', 11), # noqa E501 + mksrc('bigquery', 'datarepo-7a96c98c', 'hca_prod_8a666b76daaf4b1f9414e4807a1d1e8b__20220630_dcp2_20220630_dcp18', 42), # noqa E501 + mksrc('bigquery', 'datarepo-65814a19', 'hca_prod_9833669bd6944b93a3d06b6f9dbcfc10__20220630_dcp2_20220630_dcp18', 54), # noqa E501 + mksrc('bigquery', 'datarepo-935adc8a', 'hca_prod_9fc0064b84ce40a5a768e6eb3d364ee0__20220630_dcp2_20220630_dcp18', 270), # noqa E501 + mksrc('bigquery', 'datarepo-38233156', 'hca_prod_a27dd61925ad46a0ae0c5c4940a1139b__20220606_dcp2_20220630_dcp18', 4), # noqa E501 + mksrc('bigquery', 'datarepo-57050405', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20220630_dcp18', 68), # noqa E501 + mksrc('bigquery', 'datarepo-99178745', 'hca_prod_b4a7d12f6c2f40a39e359756997857e3__20220118_dcp2_20220630_dcp18', 24), # noqa E501 + mksrc('bigquery', 'datarepo-38191a90', 'hca_prod_b51f49b40d2e4cbdbbd504cd171fc2fa__20220118_dcp2_20220630_dcp18', 193), # noqa E501 + mksrc('bigquery', 'datarepo-0e7c311b', 'hca_prod_c4e1136978d44d29ba8eb67907c4c65c__20220630_dcp2_20220630_dcp18', 80), # noqa E501 + mksrc('bigquery', 'datarepo-21969ae7', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220630_dcp18', 479), # noqa E501 + # @formatter:on ])) dcp19_sources = mkdict(dcp18_sources, 276, mkdelta([ - mksrc('datarepo-f15e3b59', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220804_dcp19', 884), - mksrc('datarepo-995a6952', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220805_dcp19', 955), - mksrc('datarepo-d48e7a0f', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20220804_dcp19', 17), - mksrc('datarepo-ca2968d6', 'hca_prod_05657a599f9d4bb9b77b24be13aa5cea__20220110_dcp2_20220804_dcp19', 186), - mksrc('datarepo-9c3b164c', 'hca_prod_074a9f88729a455dbca50ce80edf0cea__20220107_dcp2_20220804_dcp19', 2), - mksrc('datarepo-413da832', 'hca_prod_0777b9ef91f3468b9deadb477437aa1a__20220330_dcp2_20220804_dcp19', 62), - mksrc('datarepo-5b9d4163', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20220804_dcp19', 82), - mksrc('datarepo-4e2997d7', 'hca_prod_135f7f5c4a854bcf9f7c4f035ff1e428__20220729_dcp2_20220804_dcp19', 115), - mksrc('datarepo-44258246', 'hca_prod_20f37aafcaa140e69123be6ce8feb2d6__20220111_dcp2_20220804_dcp19', 484), - mksrc('datarepo-7302c74c', 'hca_prod_24d0dbbc54eb49048141934d26f1c936__20220303_dcp2_20220804_dcp19', 250), - mksrc('datarepo-4ff95533', 'hca_prod_2c041c26f75a495fab36a076f89d422a__20220303_dcp2_20220804_dcp19', 97), - mksrc('datarepo-b839ef2e', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20220804_dcp19', 1), - mksrc('datarepo-67845d12', 'hca_prod_34da2c5f801148afa7fdad2f56ec10f4__20220606_dcp2_20220804_dcp19', 66), - mksrc('datarepo-00aa7019', 'hca_prod_3c9d586ebd264b4686903faaa18ccf38__20220729_dcp2_20220804_dcp19', 16), - mksrc('datarepo-16ec881b', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20220804_dcp19', 56), - mksrc('datarepo-4d2761c3', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20220804_dcp19', 6), - mksrc('datarepo-bc41fa3c', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220804_dcp19', 325), - mksrc('datarepo-6aadacef', 'hca_prod_45c2c853d06f4879957ef1366fb5d423__20220303_dcp2_20220804_dcp19', 90), - mksrc('datarepo-2ea93600', 'hca_prod_4d9d56e4610d4748b57df8315e3f53a3__20220729_dcp2_20220804_dcp19', 2), - mksrc('datarepo-a59dcc04', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20220804_dcp19', 6), - mksrc('datarepo-d07fd1c7', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20220804_dcp19', 408), - mksrc('datarepo-a0b7c8ae', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220804_dcp19', 87), - mksrc('datarepo-465c9e6a', 'hca_prod_5b910a437fb54ea7b9d643dbd1bf2776__20220729_dcp2_20220804_dcp19', 12), - mksrc('datarepo-75be85e4', 'hca_prod_6ac8e777f9a04288b5b0446e8eba3078__20220303_dcp2_20220804_dcp19', 51), - mksrc('datarepo-8336318c', 'hca_prod_7be050259972493a856f3342a8d1b183__20220606_dcp2_20220804_dcp19', 39), - mksrc('datarepo-57425cd8', 'hca_prod_88ec040b87054f778f41f81e57632f7d__20220118_dcp2_20220804_dcp19', 2630), - mksrc('datarepo-cc58cf4d', 'hca_prod_8f630e0f6bf94a04975402533152a954__20220729_dcp2_20220804_dcp19', 1), - mksrc('datarepo-c20ed7ec', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20220804_dcp19', 10), - mksrc('datarepo-071fb08c', 'hca_prod_94e4ee099b4b410a84dca751ad36d0df__20220519_dcp2_20220804_dcp19', 303), - mksrc('datarepo-2f190159', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20220804_dcp19', 599), - mksrc('datarepo-8cdacdcd', 'hca_prod_a1312f9a01ef40a789bf9091ca76a03a__20220729_dcp2_20220804_dcp19', 5), - mksrc('datarepo-36f14100', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20220804_dcp19', 68), - mksrc('datarepo-f0901ade', 'hca_prod_a9f5323ace71471c9caf04cc118fd1d7__20220606_dcp2_20220804_dcp19', 33), - mksrc('datarepo-b8655ece', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20220804_dcp19', 6), - mksrc('datarepo-dd7e0cf4', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20220804_dcp19', 111), - mksrc('datarepo-3b8b21f1', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20220804_dcp19', 46), - mksrc('datarepo-9e1a0138', 'hca_prod_c5f4661568de4cf4bbc2a0ae10f08243__20220118_dcp2_20220804_dcp19', 1), - mksrc('datarepo-4af209c5', 'hca_prod_c7c54245548b4d4fb15e0d7e238ae6c8__20220330_dcp2_20220804_dcp19', 35), - mksrc('datarepo-4888a055', 'hca_prod_d2111fac3fc44f429b6d32cd6a828267__20220119_dcp2_20220804_dcp19', 735), - mksrc('datarepo-5af7a6fe', 'hca_prod_d3ac7c1b53024804b611dad9f89c049d__20220119_dcp2_20220804_dcp19', 11), - mksrc('datarepo-3c496a8c', 'hca_prod_d71c76d336704774a9cf034249d37c60__20220213_dcp2_20220804_dcp19', 1589), - mksrc('datarepo-9b9df5aa', 'hca_prod_d7b7beae652b4fc09bf2bcda7c7115af__20220119_dcp2_20220804_dcp19', 9), - mksrc('datarepo-7769445f', 'hca_prod_da9d6f243bdf4eaa9e3ff47ce2a65b36__20220729_dcp2_20220804_dcp19', 10), - mksrc('datarepo-68a6d3c9', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20220804_dcp19', 42), - mksrc('datarepo-ddce2a24', 'hca_prod_df88f39f01a84b5b92f43177d6c0f242__20220119_dcp2_20220804_dcp19', 1), - mksrc('datarepo-4f8a62b5', 'hca_prod_e0009214c0a04a7b96e2d6a83e966ce0__20220119_dcp2_20220804_dcp19', 99841), - mksrc('datarepo-391955ef', 'hca_prod_e526d91dcf3a44cb80c5fd7676b55a1d__20220119_dcp2_20220804_dcp19', 606), - mksrc('datarepo-26d7f723', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20220804_dcp19', 94), - mksrc('datarepo-234ad9b8', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220804_dcp19', 479), - mksrc('datarepo-125471a9', 'hca_prod_ec6476ee294941f3947b8eef41d6d3ac__20220729_dcp2_20220804_dcp19', 299), - mksrc('datarepo-f91198ce', 'hca_prod_f86f1ab41fbb4510ae353ffd752d4dfc__20220119_dcp2_20220804_dcp19', 20), + # @formatter:off + mksrc('bigquery', 'datarepo-f15e3b59', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20220804_dcp19', 884), # noqa E501 + mksrc('bigquery', 'datarepo-995a6952', 'hca_prod_04ad400c58cb40a5bc2b2279e13a910b__20220114_dcp2_20220805_dcp19', 955), # noqa E501 + mksrc('bigquery', 'datarepo-d48e7a0f', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20220804_dcp19', 17), # noqa E501 + mksrc('bigquery', 'datarepo-ca2968d6', 'hca_prod_05657a599f9d4bb9b77b24be13aa5cea__20220110_dcp2_20220804_dcp19', 186), # noqa E501 + mksrc('bigquery', 'datarepo-9c3b164c', 'hca_prod_074a9f88729a455dbca50ce80edf0cea__20220107_dcp2_20220804_dcp19', 2), # noqa E501 + mksrc('bigquery', 'datarepo-413da832', 'hca_prod_0777b9ef91f3468b9deadb477437aa1a__20220330_dcp2_20220804_dcp19', 62), # noqa E501 + mksrc('bigquery', 'datarepo-5b9d4163', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20220804_dcp19', 82), # noqa E501 + mksrc('bigquery', 'datarepo-4e2997d7', 'hca_prod_135f7f5c4a854bcf9f7c4f035ff1e428__20220729_dcp2_20220804_dcp19', 115), # noqa E501 + mksrc('bigquery', 'datarepo-44258246', 'hca_prod_20f37aafcaa140e69123be6ce8feb2d6__20220111_dcp2_20220804_dcp19', 484), # noqa E501 + mksrc('bigquery', 'datarepo-7302c74c', 'hca_prod_24d0dbbc54eb49048141934d26f1c936__20220303_dcp2_20220804_dcp19', 250), # noqa E501 + mksrc('bigquery', 'datarepo-4ff95533', 'hca_prod_2c041c26f75a495fab36a076f89d422a__20220303_dcp2_20220804_dcp19', 97), # noqa E501 + mksrc('bigquery', 'datarepo-b839ef2e', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20220804_dcp19', 1), # noqa E501 + mksrc('bigquery', 'datarepo-67845d12', 'hca_prod_34da2c5f801148afa7fdad2f56ec10f4__20220606_dcp2_20220804_dcp19', 66), # noqa E501 + mksrc('bigquery', 'datarepo-00aa7019', 'hca_prod_3c9d586ebd264b4686903faaa18ccf38__20220729_dcp2_20220804_dcp19', 16), # noqa E501 + mksrc('bigquery', 'datarepo-16ec881b', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20220804_dcp19', 56), # noqa E501 + mksrc('bigquery', 'datarepo-4d2761c3', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20220804_dcp19', 6), # noqa E501 + mksrc('bigquery', 'datarepo-bc41fa3c', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220804_dcp19', 325), # noqa E501 + mksrc('bigquery', 'datarepo-6aadacef', 'hca_prod_45c2c853d06f4879957ef1366fb5d423__20220303_dcp2_20220804_dcp19', 90), # noqa E501 + mksrc('bigquery', 'datarepo-2ea93600', 'hca_prod_4d9d56e4610d4748b57df8315e3f53a3__20220729_dcp2_20220804_dcp19', 2), # noqa E501 + mksrc('bigquery', 'datarepo-a59dcc04', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20220804_dcp19', 6), # noqa E501 + mksrc('bigquery', 'datarepo-d07fd1c7', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20220804_dcp19', 408), # noqa E501 + mksrc('bigquery', 'datarepo-a0b7c8ae', 'hca_prod_5b5f05b72482468db76d8f68c04a7a47__20220117_dcp2_20220804_dcp19', 87), # noqa E501 + mksrc('bigquery', 'datarepo-465c9e6a', 'hca_prod_5b910a437fb54ea7b9d643dbd1bf2776__20220729_dcp2_20220804_dcp19', 12), # noqa E501 + mksrc('bigquery', 'datarepo-75be85e4', 'hca_prod_6ac8e777f9a04288b5b0446e8eba3078__20220303_dcp2_20220804_dcp19', 51), # noqa E501 + mksrc('bigquery', 'datarepo-8336318c', 'hca_prod_7be050259972493a856f3342a8d1b183__20220606_dcp2_20220804_dcp19', 39), # noqa E501 + mksrc('bigquery', 'datarepo-57425cd8', 'hca_prod_88ec040b87054f778f41f81e57632f7d__20220118_dcp2_20220804_dcp19', 2630), # noqa E501 + mksrc('bigquery', 'datarepo-cc58cf4d', 'hca_prod_8f630e0f6bf94a04975402533152a954__20220729_dcp2_20220804_dcp19', 1), # noqa E501 + mksrc('bigquery', 'datarepo-c20ed7ec', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20220804_dcp19', 10), # noqa E501 + mksrc('bigquery', 'datarepo-071fb08c', 'hca_prod_94e4ee099b4b410a84dca751ad36d0df__20220519_dcp2_20220804_dcp19', 303), # noqa E501 + mksrc('bigquery', 'datarepo-2f190159', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20220804_dcp19', 599), # noqa E501 + mksrc('bigquery', 'datarepo-8cdacdcd', 'hca_prod_a1312f9a01ef40a789bf9091ca76a03a__20220729_dcp2_20220804_dcp19', 5), # noqa E501 + mksrc('bigquery', 'datarepo-36f14100', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20220804_dcp19', 68), # noqa E501 + mksrc('bigquery', 'datarepo-f0901ade', 'hca_prod_a9f5323ace71471c9caf04cc118fd1d7__20220606_dcp2_20220804_dcp19', 33), # noqa E501 + mksrc('bigquery', 'datarepo-b8655ece', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20220804_dcp19', 6), # noqa E501 + mksrc('bigquery', 'datarepo-dd7e0cf4', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20220804_dcp19', 111), # noqa E501 + mksrc('bigquery', 'datarepo-3b8b21f1', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20220804_dcp19', 46), # noqa E501 + mksrc('bigquery', 'datarepo-9e1a0138', 'hca_prod_c5f4661568de4cf4bbc2a0ae10f08243__20220118_dcp2_20220804_dcp19', 1), # noqa E501 + mksrc('bigquery', 'datarepo-4af209c5', 'hca_prod_c7c54245548b4d4fb15e0d7e238ae6c8__20220330_dcp2_20220804_dcp19', 35), # noqa E501 + mksrc('bigquery', 'datarepo-4888a055', 'hca_prod_d2111fac3fc44f429b6d32cd6a828267__20220119_dcp2_20220804_dcp19', 735), # noqa E501 + mksrc('bigquery', 'datarepo-5af7a6fe', 'hca_prod_d3ac7c1b53024804b611dad9f89c049d__20220119_dcp2_20220804_dcp19', 11), # noqa E501 + mksrc('bigquery', 'datarepo-3c496a8c', 'hca_prod_d71c76d336704774a9cf034249d37c60__20220213_dcp2_20220804_dcp19', 1589), # noqa E501 + mksrc('bigquery', 'datarepo-9b9df5aa', 'hca_prod_d7b7beae652b4fc09bf2bcda7c7115af__20220119_dcp2_20220804_dcp19', 9), # noqa E501 + mksrc('bigquery', 'datarepo-7769445f', 'hca_prod_da9d6f243bdf4eaa9e3ff47ce2a65b36__20220729_dcp2_20220804_dcp19', 10), # noqa E501 + mksrc('bigquery', 'datarepo-68a6d3c9', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20220804_dcp19', 42), # noqa E501 + mksrc('bigquery', 'datarepo-ddce2a24', 'hca_prod_df88f39f01a84b5b92f43177d6c0f242__20220119_dcp2_20220804_dcp19', 1), # noqa E501 + mksrc('bigquery', 'datarepo-4f8a62b5', 'hca_prod_e0009214c0a04a7b96e2d6a83e966ce0__20220119_dcp2_20220804_dcp19', 99841), # noqa E501 + mksrc('bigquery', 'datarepo-391955ef', 'hca_prod_e526d91dcf3a44cb80c5fd7676b55a1d__20220119_dcp2_20220804_dcp19', 606), # noqa E501 + mksrc('bigquery', 'datarepo-26d7f723', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20220804_dcp19', 94), # noqa E501 + mksrc('bigquery', 'datarepo-234ad9b8', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220804_dcp19', 479), # noqa E501 + mksrc('bigquery', 'datarepo-125471a9', 'hca_prod_ec6476ee294941f3947b8eef41d6d3ac__20220729_dcp2_20220804_dcp19', 299), # noqa E501 + mksrc('bigquery', 'datarepo-f91198ce', 'hca_prod_f86f1ab41fbb4510ae353ffd752d4dfc__20220119_dcp2_20220804_dcp19', 20), # noqa E501 + # @formatter:on ])) dcp20_sources = mkdict(dcp19_sources, 288, mkdelta([ - mksrc('datarepo-7a619b7f', 'hca_prod_34da2c5f801148afa7fdad2f56ec10f4__20220606_dcp2_20220907_dcp20', 66), - mksrc('datarepo-ab0fbc7f', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220907_dcp20', 325), - mksrc('datarepo-86ffb30f', 'hca_prod_4c73d1e4bad24a22a0ba55abbdbdcc3d__20220906_dcp2_20220907_dcp20', 102), - mksrc('datarepo-68f0a599', 'hca_prod_66d7d92ad6c5492c815bf81c7c93c984__20220906_dcp2_20220907_dcp20', 20), - mksrc('datarepo-999b7ef7', 'hca_prod_74e2ef9d7c9f418cb2817fb38f3b1571__20220906_dcp2_20220907_dcp20', 178), - mksrc('datarepo-d9e203e6', 'hca_prod_7be050259972493a856f3342a8d1b183__20220606_dcp2_20220907_dcp20', 39), - mksrc('datarepo-60b7f35f', 'hca_prod_7f351a4cd24c4fcd9040f79071b097d0__20220906_dcp2_20220909_dcp20', 95), - mksrc('datarepo-3ef6c389', 'hca_prod_8b9cb6ae6a434e47b9fb3df7aeec941f__20220906_dcp2_20220907_dcp20', 16), - mksrc('datarepo-b6764413', 'hca_prod_923d323172954184b3f6c3082766a8c7__20220906_dcp2_20220907_dcp20', 36), - mksrc('datarepo-c341e9ae', 'hca_prod_9a23ac2d93dd4bac9bb8040e6426db9d__20220906_dcp2_20220907_dcp20', 13), - mksrc('datarepo-a07e8478', 'hca_prod_9ac53858606a4b89af49804ccedaa660__20220906_dcp2_20220907_dcp20', 21), - mksrc('datarepo-6d6c8d6e', 'hca_prod_9b876d3107394e969846f76e6a427279__20220906_dcp2_20220907_dcp20', 21), - mksrc('datarepo-4bad599c', 'hca_prod_a7c66eb14a4e4f6c9e30ad2a485f8301__20220906_dcp2_20220907_dcp20', 29), - mksrc('datarepo-b4a08996', 'hca_prod_a815c84b8999433f958e422c0720e00d__20220330_dcp2_20220907_dcp20', 79), - mksrc('datarepo-90b9fc26', 'hca_prod_ac289b77fb124a6bad43c0721c698e70__20220906_dcp2_20220907_dcp20', 103), - mksrc('datarepo-e2dfd11f', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20220907_dcp20', 42), - mksrc('datarepo-bfc87e2c', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220907_dcp20', 479), - mksrc('datarepo-17b90eb5', 'hca_prod_fcaa53cdba574bfeaf9ceaa958f95c1a__20220906_dcp2_20220907_dcp20', 217), + # @formatter:off + mksrc('bigquery', 'datarepo-7a619b7f', 'hca_prod_34da2c5f801148afa7fdad2f56ec10f4__20220606_dcp2_20220907_dcp20', 66), # noqa E501 + mksrc('bigquery', 'datarepo-ab0fbc7f', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20220907_dcp20', 325), # noqa E501 + mksrc('bigquery', 'datarepo-86ffb30f', 'hca_prod_4c73d1e4bad24a22a0ba55abbdbdcc3d__20220906_dcp2_20220907_dcp20', 102), # noqa E501 + mksrc('bigquery', 'datarepo-68f0a599', 'hca_prod_66d7d92ad6c5492c815bf81c7c93c984__20220906_dcp2_20220907_dcp20', 20), # noqa E501 + mksrc('bigquery', 'datarepo-999b7ef7', 'hca_prod_74e2ef9d7c9f418cb2817fb38f3b1571__20220906_dcp2_20220907_dcp20', 178), # noqa E501 + mksrc('bigquery', 'datarepo-d9e203e6', 'hca_prod_7be050259972493a856f3342a8d1b183__20220606_dcp2_20220907_dcp20', 39), # noqa E501 + mksrc('bigquery', 'datarepo-60b7f35f', 'hca_prod_7f351a4cd24c4fcd9040f79071b097d0__20220906_dcp2_20220909_dcp20', 95), # noqa E501 + mksrc('bigquery', 'datarepo-3ef6c389', 'hca_prod_8b9cb6ae6a434e47b9fb3df7aeec941f__20220906_dcp2_20220907_dcp20', 16), # noqa E501 + mksrc('bigquery', 'datarepo-b6764413', 'hca_prod_923d323172954184b3f6c3082766a8c7__20220906_dcp2_20220907_dcp20', 36), # noqa E501 + mksrc('bigquery', 'datarepo-c341e9ae', 'hca_prod_9a23ac2d93dd4bac9bb8040e6426db9d__20220906_dcp2_20220907_dcp20', 13), # noqa E501 + mksrc('bigquery', 'datarepo-a07e8478', 'hca_prod_9ac53858606a4b89af49804ccedaa660__20220906_dcp2_20220907_dcp20', 21), # noqa E501 + mksrc('bigquery', 'datarepo-6d6c8d6e', 'hca_prod_9b876d3107394e969846f76e6a427279__20220906_dcp2_20220907_dcp20', 21), # noqa E501 + mksrc('bigquery', 'datarepo-4bad599c', 'hca_prod_a7c66eb14a4e4f6c9e30ad2a485f8301__20220906_dcp2_20220907_dcp20', 29), # noqa E501 + mksrc('bigquery', 'datarepo-b4a08996', 'hca_prod_a815c84b8999433f958e422c0720e00d__20220330_dcp2_20220907_dcp20', 79), # noqa E501 + mksrc('bigquery', 'datarepo-90b9fc26', 'hca_prod_ac289b77fb124a6bad43c0721c698e70__20220906_dcp2_20220907_dcp20', 103), # noqa E501 + mksrc('bigquery', 'datarepo-e2dfd11f', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20220907_dcp20', 42), # noqa E501 + mksrc('bigquery', 'datarepo-bfc87e2c', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20220907_dcp20', 479), # noqa E501 + mksrc('bigquery', 'datarepo-17b90eb5', 'hca_prod_fcaa53cdba574bfeaf9ceaa958f95c1a__20220906_dcp2_20220907_dcp20', 217), # noqa E501 + # @formatter:on ])) dcp21_sources = mkdict(dcp20_sources, 293, mkdelta([ - mksrc('datarepo-f8cc03ae', 'hca_prod_03c6fce7789e4e78a27a664d562bb738__20220110_dcp2_20221011_dcp21', 1531), - mksrc('datarepo-1f11d8e0', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20221011_dcp21', 82), - mksrc('datarepo-eeee85f1', 'hca_prod_1fa8b11f56fa45a6a7776af70e17a6b3__20220928_dcp2_20221011_dcp21', 46), - mksrc('datarepo-e2f09b06', 'hca_prod_34ec845bcd7a4c4399e4d2932d5d85bb__20220928_dcp2_20221011_dcp21', 38), - mksrc('datarepo-abf25e53', 'hca_prod_575c0ad9c78e469b9fdf9a68dd881137__20220928_dcp2_20221011_dcp21', 10), - mksrc('datarepo-41b246f0', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20221011_dcp21', 5174), - mksrc('datarepo-a5548d96', 'hca_prod_7f351a4cd24c4fcd9040f79071b097d0__20220906_dcp2_20221011_dcp21', 117), - mksrc('datarepo-ee2f9607', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20221011_dcp21', 68), - mksrc('datarepo-ccacece4', 'hca_prod_c0d82ef215044ef09e5ed8a13e45fdec__20220928_dcp2_20221011_dcp21', 109), + # @formatter:off + mksrc('bigquery', 'datarepo-f8cc03ae', 'hca_prod_03c6fce7789e4e78a27a664d562bb738__20220110_dcp2_20221011_dcp21', 1531), # noqa E501 + mksrc('bigquery', 'datarepo-1f11d8e0', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20221011_dcp21', 82), # noqa E501 + mksrc('bigquery', 'datarepo-eeee85f1', 'hca_prod_1fa8b11f56fa45a6a7776af70e17a6b3__20220928_dcp2_20221011_dcp21', 46), # noqa E501 + mksrc('bigquery', 'datarepo-e2f09b06', 'hca_prod_34ec845bcd7a4c4399e4d2932d5d85bb__20220928_dcp2_20221011_dcp21', 38), # noqa E501 + mksrc('bigquery', 'datarepo-abf25e53', 'hca_prod_575c0ad9c78e469b9fdf9a68dd881137__20220928_dcp2_20221011_dcp21', 10), # noqa E501 + mksrc('bigquery', 'datarepo-41b246f0', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20221011_dcp21', 5174), # noqa E501 + mksrc('bigquery', 'datarepo-a5548d96', 'hca_prod_7f351a4cd24c4fcd9040f79071b097d0__20220906_dcp2_20221011_dcp21', 117), # noqa E501 + mksrc('bigquery', 'datarepo-ee2f9607', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20221011_dcp21', 68), # noqa E501 + mksrc('bigquery', 'datarepo-ccacece4', 'hca_prod_c0d82ef215044ef09e5ed8a13e45fdec__20220928_dcp2_20221011_dcp21', 109), # noqa E501 + # @formatter:on ])) dcp22_sources = mkdict(dcp21_sources, 303, mkdelta([ - mksrc('datarepo-89e53cfa', 'hca_prod_0d4aaaac02c344c48ae04465f97f83ed__20221101_dcp2_20221101_dcp22', 19), - mksrc('datarepo-8d629004', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20221101_dcp22', 6), - mksrc('datarepo-69c9824a', 'hca_prod_21ea8ddb525f4f1fa82031f0360399a2__20220111_dcp2_20221101_dcp22', 37), - mksrc('datarepo-fe5ea9a7', 'hca_prod_2837165560ba449ea3035859b29ead65__20221101_dcp2_20221101_dcp22', 102), - mksrc('datarepo-96dc6466', 'hca_prod_2b81ecc46ee0438f8c5bc10b2464069e__20221101_dcp2_20221101_dcp22', 75), - mksrc('datarepo-330124fc', 'hca_prod_34c9a62ca6104e31b3438fb7be676f8c__20221101_dcp2_20221101_dcp22', 178), - mksrc('datarepo-31ee9b01', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20221101_dcp22', 37), - mksrc('datarepo-a03f3f9a', 'hca_prod_94023a08611d4f22a8c990956e091b2e__20220118_dcp2_20221101_dcp22', 93), - mksrc('datarepo-9c08dc57', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20221102_dcp22', 604), - mksrc('datarepo-93c53553', 'hca_prod_990d251f6dab4a98a2b66cfe7e4708b9__20221101_dcp2_20221101_dcp22', 9), - mksrc('datarepo-93db2e27', 'hca_prod_9e3370a0144a49a99e926f6a9290125a__20221101_dcp2_20221101_dcp22', 27), - mksrc('datarepo-d0ed9366', 'hca_prod_c8e6c5d9fcde4845beadff96999e3051__20221101_dcp2_20221101_dcp22', 30), - mksrc('datarepo-a5bd2972', 'hca_prod_dcbb50d19acf4f709fdab1f63a948c49__20221101_dcp2_20221101_dcp22', 3), - mksrc('datarepo-7e89d1a8', 'hca_prod_e4b18cd28f15490db9f1d118aa067dc3__20221101_dcp2_20221101_dcp22', 3), + # @formatter:off + mksrc('bigquery', 'datarepo-89e53cfa', 'hca_prod_0d4aaaac02c344c48ae04465f97f83ed__20221101_dcp2_20221101_dcp22', 19), # noqa E501 + mksrc('bigquery', 'datarepo-8d629004', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20221101_dcp22', 6), # noqa E501 + mksrc('bigquery', 'datarepo-69c9824a', 'hca_prod_21ea8ddb525f4f1fa82031f0360399a2__20220111_dcp2_20221101_dcp22', 37), # noqa E501 + mksrc('bigquery', 'datarepo-fe5ea9a7', 'hca_prod_2837165560ba449ea3035859b29ead65__20221101_dcp2_20221101_dcp22', 102), # noqa E501 + mksrc('bigquery', 'datarepo-96dc6466', 'hca_prod_2b81ecc46ee0438f8c5bc10b2464069e__20221101_dcp2_20221101_dcp22', 75), # noqa E501 + mksrc('bigquery', 'datarepo-330124fc', 'hca_prod_34c9a62ca6104e31b3438fb7be676f8c__20221101_dcp2_20221101_dcp22', 178), # noqa E501 + mksrc('bigquery', 'datarepo-31ee9b01', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20221101_dcp22', 37), # noqa E501 + mksrc('bigquery', 'datarepo-a03f3f9a', 'hca_prod_94023a08611d4f22a8c990956e091b2e__20220118_dcp2_20221101_dcp22', 93), # noqa E501 + mksrc('bigquery', 'datarepo-9c08dc57', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20221102_dcp22', 604), # noqa E501 + mksrc('bigquery', 'datarepo-93c53553', 'hca_prod_990d251f6dab4a98a2b66cfe7e4708b9__20221101_dcp2_20221101_dcp22', 9), # noqa E501 + mksrc('bigquery', 'datarepo-93db2e27', 'hca_prod_9e3370a0144a49a99e926f6a9290125a__20221101_dcp2_20221101_dcp22', 27), # noqa E501 + mksrc('bigquery', 'datarepo-d0ed9366', 'hca_prod_c8e6c5d9fcde4845beadff96999e3051__20221101_dcp2_20221101_dcp22', 30), # noqa E501 + mksrc('bigquery', 'datarepo-a5bd2972', 'hca_prod_dcbb50d19acf4f709fdab1f63a948c49__20221101_dcp2_20221101_dcp22', 3), # noqa E501 + mksrc('bigquery', 'datarepo-7e89d1a8', 'hca_prod_e4b18cd28f15490db9f1d118aa067dc3__20221101_dcp2_20221101_dcp22', 3), # noqa E501 + # @formatter:on ])) dcp23_sources = mkdict(dcp22_sources, 313, mkdelta([ - mksrc('datarepo-1a3040e1', 'hca_prod_0751843070314bdfa3ce1bf0917a1923__20221208_dcp2_20221208_dcp23', 7), - mksrc('datarepo-79dd7eb4', 'hca_prod_1ebe8c34454e4c28bd713a3e8b127be4__20221208_dcp2_20221208_dcp23', 10), - mksrc('datarepo-e0ff550c', 'hca_prod_258c5e15d1254f2d8b4ce3122548ec9b__20221208_dcp2_20221209_dcp23', 14), - mksrc('datarepo-2a9467bc', 'hca_prod_29ed827bc5394f4cbb6bce8f9173dfb7__20221208_dcp2_20221208_dcp23', 24), - mksrc('datarepo-023be474', 'hca_prod_34ec845bcd7a4c4399e4d2932d5d85bb__20220928_dcp2_20221208_dcp23', 38), - mksrc('datarepo-5d5e636b', 'hca_prod_48b198ef3d594e57900fdf54c2435669__20221208_dcp2_20221208_dcp23', 25), - mksrc('datarepo-354e1286', 'hca_prod_504e0cee168840fab936361c4a831f87__20220117_dcp2_20221208_dcp23', 252), - mksrc('datarepo-fa6adf44', 'hca_prod_79351583b21244bab473731bdcddb407__20221208_dcp2_20221208_dcp23', 5), - mksrc('datarepo-678f9dd2', 'hca_prod_b7259878436c4274bfffca76f4cb7892__20220118_dcp2_20221208_dcp23', 12), - mksrc('datarepo-cde3a08e', 'hca_prod_cc95ff892e684a08a234480eca21ce79__20220118_dcp2_20221209_dcp23', 676), - mksrc('datarepo-0fd803ec', 'hca_prod_cdc2d2706c99414288839bd95c041d05__20221208_dcp2_20221208_dcp23', 26), - mksrc('datarepo-c008323e', 'hca_prod_e0c74c7a20a445059cf138dcdd23011b__20220119_dcp2_20221209_dcp23', 3), - mksrc('datarepo-e3e51223', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20221208_dcp23', 55), - mksrc('datarepo-8d65fbe5', 'hca_prod_ea9eec5a4fc24c5894d02fcb598732bc__20221208_dcp2_20221208_dcp23', 53), - mksrc('datarepo-6a118cd6', 'hca_prod_f4d011ced1f548a4ab61ae14176e3a6e__20220519_dcp2_20221208_dcp23', 24), - mksrc('datarepo-f7f5893b', 'hca_prod_fc381e70df1b407d813152ab523270bd__20221208_dcp2_20221208_dcp23', 19) + # @formatter:off + mksrc('bigquery', 'datarepo-1a3040e1', 'hca_prod_0751843070314bdfa3ce1bf0917a1923__20221208_dcp2_20221208_dcp23', 7), # noqa E501 + mksrc('bigquery', 'datarepo-79dd7eb4', 'hca_prod_1ebe8c34454e4c28bd713a3e8b127be4__20221208_dcp2_20221208_dcp23', 10), # noqa E501 + mksrc('bigquery', 'datarepo-e0ff550c', 'hca_prod_258c5e15d1254f2d8b4ce3122548ec9b__20221208_dcp2_20221209_dcp23', 14), # noqa E501 + mksrc('bigquery', 'datarepo-2a9467bc', 'hca_prod_29ed827bc5394f4cbb6bce8f9173dfb7__20221208_dcp2_20221208_dcp23', 24), # noqa E501 + mksrc('bigquery', 'datarepo-023be474', 'hca_prod_34ec845bcd7a4c4399e4d2932d5d85bb__20220928_dcp2_20221208_dcp23', 38), # noqa E501 + mksrc('bigquery', 'datarepo-5d5e636b', 'hca_prod_48b198ef3d594e57900fdf54c2435669__20221208_dcp2_20221208_dcp23', 25), # noqa E501 + mksrc('bigquery', 'datarepo-354e1286', 'hca_prod_504e0cee168840fab936361c4a831f87__20220117_dcp2_20221208_dcp23', 252), # noqa E501 + mksrc('bigquery', 'datarepo-fa6adf44', 'hca_prod_79351583b21244bab473731bdcddb407__20221208_dcp2_20221208_dcp23', 5), # noqa E501 + mksrc('bigquery', 'datarepo-678f9dd2', 'hca_prod_b7259878436c4274bfffca76f4cb7892__20220118_dcp2_20221208_dcp23', 12), # noqa E501 + mksrc('bigquery', 'datarepo-cde3a08e', 'hca_prod_cc95ff892e684a08a234480eca21ce79__20220118_dcp2_20221209_dcp23', 676), # noqa E501 + mksrc('bigquery', 'datarepo-0fd803ec', 'hca_prod_cdc2d2706c99414288839bd95c041d05__20221208_dcp2_20221208_dcp23', 26), # noqa E501 + mksrc('bigquery', 'datarepo-c008323e', 'hca_prod_e0c74c7a20a445059cf138dcdd23011b__20220119_dcp2_20221209_dcp23', 3), # noqa E501 + mksrc('bigquery', 'datarepo-e3e51223', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20221208_dcp23', 55), # noqa E501 + mksrc('bigquery', 'datarepo-8d65fbe5', 'hca_prod_ea9eec5a4fc24c5894d02fcb598732bc__20221208_dcp2_20221208_dcp23', 53), # noqa E501 + mksrc('bigquery', 'datarepo-6a118cd6', 'hca_prod_f4d011ced1f548a4ab61ae14176e3a6e__20220519_dcp2_20221208_dcp23', 24), # noqa E501 + mksrc('bigquery', 'datarepo-f7f5893b', 'hca_prod_fc381e70df1b407d813152ab523270bd__20221208_dcp2_20221208_dcp23', 19) # noqa E501 + # @formatter:on ])) dcp24_sources = mkdict(dcp23_sources, 324, mkdelta([ - mksrc('datarepo-b7dfe3eb', 'hca_prod_12f320548f184dae8959bfce7e3108e7__20230201_dcp2_20230210_dcp24', 62), - mksrc('datarepo-27434eaf', 'hca_prod_2d4d89f2ebeb467cae60a3efc5e8d4ba__20230206_dcp2_20230210_dcp24', 2), - mksrc('datarepo-215ae20a', 'hca_prod_3ce9ae94c469419a96375d138a4e642f__20230201_dcp2_20230210_dcp24', 6), - mksrc('datarepo-7230d8d4', 'hca_prod_6e60a555fd954aa28e293ec2ef01a580__20230206_dcp2_20230210_dcp24', 6), - mksrc('datarepo-c5864eb0', 'hca_prod_77dedd59137648879bcadc42b56d5b7a__20230201_dcp2_20230210_dcp24', 51), - mksrc('datarepo-f3272b0a', 'hca_prod_8787c23889ef4636a57d3167e8b54a80__20220118_dcp2_20230210_dcp24', 3), - mksrc('datarepo-b1aa4336', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20230210_dcp24', 605), - mksrc('datarepo-83e0bc68', 'hca_prod_95d058bc9cec4c888d2c05b4a45bf24f__20230201_dcp2_20230210_dcp24', 123), - mksrc('datarepo-6a865365', 'hca_prod_cbd2911f252b4428abde69e270aefdfc__20230201_dcp2_20230210_dcp24', 2), - mksrc('datarepo-da0b7e39', 'hca_prod_cd9d6360ce38432197dff13c79e3cb84__20230206_dcp2_20230210_dcp24', 2), - mksrc('datarepo-19358e1b', 'hca_prod_cdabcf0b76024abf9afb3b410e545703__20230201_dcp2_20230210_dcp24', 2), - mksrc('datarepo-4582b46e', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20230210_dcp24', 95), - mksrc('datarepo-06c4cdf8', 'hca_prod_e88714c22e7849da81465a60b50628b4__20230206_dcp2_20230210_dcp24', 7), - mksrc('datarepo-7e506a9c', 'hca_prod_f2078d5f2e7d48448552f7c41a231e52__20230201_dcp2_20230210_dcp24', 78) + # @formatter:off + mksrc('bigquery', 'datarepo-b7dfe3eb', 'hca_prod_12f320548f184dae8959bfce7e3108e7__20230201_dcp2_20230210_dcp24', 62), # noqa E501 + mksrc('bigquery', 'datarepo-27434eaf', 'hca_prod_2d4d89f2ebeb467cae60a3efc5e8d4ba__20230206_dcp2_20230210_dcp24', 2), # noqa E501 + mksrc('bigquery', 'datarepo-215ae20a', 'hca_prod_3ce9ae94c469419a96375d138a4e642f__20230201_dcp2_20230210_dcp24', 6), # noqa E501 + mksrc('bigquery', 'datarepo-7230d8d4', 'hca_prod_6e60a555fd954aa28e293ec2ef01a580__20230206_dcp2_20230210_dcp24', 6), # noqa E501 + mksrc('bigquery', 'datarepo-c5864eb0', 'hca_prod_77dedd59137648879bcadc42b56d5b7a__20230201_dcp2_20230210_dcp24', 51), # noqa E501 + mksrc('bigquery', 'datarepo-f3272b0a', 'hca_prod_8787c23889ef4636a57d3167e8b54a80__20220118_dcp2_20230210_dcp24', 3), # noqa E501 + mksrc('bigquery', 'datarepo-b1aa4336', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20230210_dcp24', 605), # noqa E501 + mksrc('bigquery', 'datarepo-83e0bc68', 'hca_prod_95d058bc9cec4c888d2c05b4a45bf24f__20230201_dcp2_20230210_dcp24', 123), # noqa E501 + mksrc('bigquery', 'datarepo-6a865365', 'hca_prod_cbd2911f252b4428abde69e270aefdfc__20230201_dcp2_20230210_dcp24', 2), # noqa E501 + mksrc('bigquery', 'datarepo-da0b7e39', 'hca_prod_cd9d6360ce38432197dff13c79e3cb84__20230206_dcp2_20230210_dcp24', 2), # noqa E501 + mksrc('bigquery', 'datarepo-19358e1b', 'hca_prod_cdabcf0b76024abf9afb3b410e545703__20230201_dcp2_20230210_dcp24', 2), # noqa E501 + mksrc('bigquery', 'datarepo-4582b46e', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20230210_dcp24', 95), # noqa E501 + mksrc('bigquery', 'datarepo-06c4cdf8', 'hca_prod_e88714c22e7849da81465a60b50628b4__20230206_dcp2_20230210_dcp24', 7), # noqa E501 + mksrc('bigquery', 'datarepo-7e506a9c', 'hca_prod_f2078d5f2e7d48448552f7c41a231e52__20230201_dcp2_20230210_dcp24', 78) # noqa E501 + # @formatter:on ])) dcp25_sources = mkdict(dcp24_sources, 333, mkdelta([ - mksrc('datarepo-3b7ecb2b', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20230314_dcp25', 18), - mksrc('datarepo-23177a5e', 'hca_prod_065e6c13ad6b46a38075c3137eb03068__20220213_dcp2_20230314_dcp25', 121), - mksrc('datarepo-28f02436', 'hca_prod_0751843070314bdfa3ce1bf0917a1923__20221208_dcp2_20230314_dcp25', 7), - mksrc('datarepo-2be1e691', 'hca_prod_0777b9ef91f3468b9deadb477437aa1a__20220330_dcp2_20230314_dcp25', 63), - mksrc('datarepo-2ace314a', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20230314_dcp25', 83), - mksrc('datarepo-620d39a2', 'hca_prod_0d4aaaac02c344c48ae04465f97f83ed__20221101_dcp2_20230314_dcp25', 20), - mksrc('datarepo-70e4eabb', 'hca_prod_0d4b87ea6e9e456982e41343e0e3259f__20220110_dcp2_20230314_dcp25', 9), - mksrc('datarepo-7888c2ce', 'hca_prod_102018327c7340339b653ef13d81656a__20220213_dcp2_20230314_dcp25', 2), - mksrc('datarepo-d023038c', 'hca_prod_135f7f5c4a854bcf9f7c4f035ff1e428__20220729_dcp2_20230314_dcp25', 116), - mksrc('datarepo-c5065d3a', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20230314_dcp25', 12), - mksrc('datarepo-7767d47a', 'hca_prod_165dea71a95a44e188cdb2d9ad68bb1e__20220303_dcp2_20230314_dcp25', 2), - mksrc('datarepo-673f4c49', 'hca_prod_1688d7cc6f5c49efb353e308b61d4e4c__20230313_dcp2_20230314_dcp25', 34), - mksrc('datarepo-9abcd921', 'hca_prod_16cd67912adb4d0f82220184dada6456__20220519_dcp2_20230314_dcp25', 396), - mksrc('datarepo-9b0d8d86', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20230314_dcp25', 7), - mksrc('datarepo-f59c20aa', 'hca_prod_16ed4ad8731946b288596fe1c1d73a82__20220111_dcp2_20230314_dcp25', 29), - mksrc('datarepo-2b6bbe36', 'hca_prod_18d4aae283634e008eebb9e568402cf8__20220330_dcp2_20230314_dcp25', 10), - mksrc('datarepo-a85d395a', 'hca_prod_18e5843776b740218ede3f0b443fa915__20220519_dcp2_20230314_dcp25', 54), - mksrc('datarepo-7ec15bbc', 'hca_prod_1dddae6e375348afb20efa22abad125d__20220213_dcp2_20230314_dcp25', 40), - mksrc('datarepo-8e5453fd', 'hca_prod_1eb69a39b5b241ecafae5fe37f272756__20220213_dcp2_20230314_dcp25', 387), - mksrc('datarepo-e55df4ed', 'hca_prod_1ebe8c34454e4c28bd713a3e8b127be4__20221208_dcp2_20230314_dcp25', 10), - mksrc('datarepo-8e161efb', 'hca_prod_1fa8b11f56fa45a6a7776af70e17a6b3__20220928_dcp2_20230314_dcp25', 47), - mksrc('datarepo-76ddb6a2', 'hca_prod_2084526ba66f4c40bb896fd162f2eb38__20220111_dcp2_20230314_dcp25', 24), - mksrc('datarepo-857c8f17', 'hca_prod_2253ae594cc54bd2b44eecb6d3fd7646__20220519_dcp2_20230314_dcp25', 6), - mksrc('datarepo-8e9e865c', 'hca_prod_235092021e3c49598a459c5b642a1066__20230313_dcp2_20230314_dcp25', 398), - mksrc('datarepo-634a63c7', 'hca_prod_258c5e15d1254f2d8b4ce3122548ec9b__20221208_dcp2_20230314_dcp25', 14), - mksrc('datarepo-c0287284', 'hca_prod_2837165560ba449ea3035859b29ead65__20221101_dcp2_20230314_dcp25', 103), - mksrc('datarepo-6a89dcba', 'hca_prod_2a64db431b554639aabb8dba0145689d__20220111_dcp2_20230314_dcp25', 11), - mksrc('datarepo-c215e7c1', 'hca_prod_2ad191cdbd7a409b9bd1e72b5e4cce81__20220111_dcp2_20230314_dcp25', 41), - mksrc('datarepo-d4e011f2', 'hca_prod_2b38025da5ea4c0fb22e367824bcaf4c__20220111_dcp2_20230314_dcp25', 45), - mksrc('datarepo-529a323b', 'hca_prod_2b81ecc46ee0438f8c5bc10b2464069e__20221101_dcp2_20230314_dcp25', 76), - mksrc('datarepo-deaef690', 'hca_prod_2eb4f5f842a54368aa2d337bacb96197__20220606_dcp2_20230314_dcp25', 5), - mksrc('datarepo-49314a87', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20230314_dcp25', 2), - mksrc('datarepo-573f4ced', 'hca_prod_2fe3c60bac1a4c619b59f6556c0fce63__20220606_dcp2_20230314_dcp25', 153), - mksrc('datarepo-d8951cb5', 'hca_prod_3089d311f9ed44ddbb10397059bad4dc__20220111_dcp2_20230314_dcp25', 130), - mksrc('datarepo-b1d73b5d', 'hca_prod_34c9a62ca6104e31b3438fb7be676f8c__20221101_dcp2_20230314_dcp25', 179), - mksrc('datarepo-ede741aa', 'hca_prod_34ec845bcd7a4c4399e4d2932d5d85bb__20220928_dcp2_20230314_dcp25', 39), - mksrc('datarepo-d4b1487a', 'hca_prod_379ed69ebe0548bcaf5ea7fc589709bf__20220111_dcp2_20230314_dcp25', 5), - mksrc('datarepo-06d8d7f5', 'hca_prod_38e44dd0c3df418e9256d0824748901f__20220112_dcp2_20230314_dcp25', 11), - mksrc('datarepo-497bd309', 'hca_prod_3c9d586ebd264b4686903faaa18ccf38__20220729_dcp2_20230314_dcp25', 17), - mksrc('datarepo-cf03259b', 'hca_prod_3cdaf942f8ad42e8a77b4efedb9ea7b6__20220303_dcp2_20230314_dcp25', 11), - mksrc('datarepo-b2aefc7f', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20230314_dcp25', 9), - mksrc('datarepo-cbd0d764', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20230314_dcp25', 57), - mksrc('datarepo-5934cc66', 'hca_prod_403c3e7668144a2da5805dd5de38c7ff__20220113_dcp2_20230314_dcp25', 64), - mksrc('datarepo-8a262357', 'hca_prod_414accedeba0440fb721befbc5642bef__20220113_dcp2_20230314_dcp25', 5), - mksrc('datarepo-84e2745e', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20230314_dcp25', 326), - mksrc('datarepo-0baf4047', 'hca_prod_45c2c853d06f4879957ef1366fb5d423__20220303_dcp2_20230314_dcp25', 91), - mksrc('datarepo-ff143887', 'hca_prod_48b198ef3d594e57900fdf54c2435669__20221208_dcp2_20230314_dcp25', 25), - mksrc('datarepo-7bf7a66d', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20230314_dcp25', 38), - mksrc('datarepo-641f98b4', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20230314_dcp25', 15), - mksrc('datarepo-61ddb23f', 'hca_prod_4c73d1e4bad24a22a0ba55abbdbdcc3d__20220906_dcp2_20230314_dcp25', 103), - mksrc('datarepo-616afd75', 'hca_prod_4d9d56e4610d4748b57df8315e3f53a3__20220729_dcp2_20230314_dcp25', 3), - mksrc('datarepo-fc5c976e', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20230314_dcp25', 34), - mksrc('datarepo-10eb0685', 'hca_prod_4f17edf6e9f042afa54af02fdca76ade__20220606_dcp2_20230314_dcp25', 7), - mksrc('datarepo-7964fe37', 'hca_prod_50151324f3ed435898afec352a940a61__20220113_dcp2_20230314_dcp25', 117), - mksrc('datarepo-82d6ee00', 'hca_prod_504e0cee168840fab936361c4a831f87__20220117_dcp2_20230314_dcp25', 253), - mksrc('datarepo-5fefa259', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20230314_dcp25', 27), - mksrc('datarepo-8bb6f657', 'hca_prod_54aaa409dc2848c5be26d368b4a5d5c6__20220117_dcp2_20230314_dcp25', 58), - mksrc('datarepo-f194b1da', 'hca_prod_575c0ad9c78e469b9fdf9a68dd881137__20220928_dcp2_20230314_dcp25', 11), - mksrc('datarepo-102399d2', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20230314_dcp25', 5), - mksrc('datarepo-cbb1feac', 'hca_prod_591af954cdcd483996d3a0d1b1e885ac__20220117_dcp2_20230314_dcp25', 34), - mksrc('datarepo-2917ceb6', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20230314_dcp25', 409), - mksrc('datarepo-46332822', 'hca_prod_5b910a437fb54ea7b9d643dbd1bf2776__20220729_dcp2_20230314_dcp25', 13), - mksrc('datarepo-04558655', 'hca_prod_5bb1f67e2ff04848bbcf17d133f0fd2d__20220117_dcp2_20230314_dcp25', 7), - mksrc('datarepo-6a083ad7', 'hca_prod_602628d7c03848a8aa97ffbb2cb44c9d__20220117_dcp2_20230314_dcp25', 15), - mksrc('datarepo-41cca7ce', 'hca_prod_60ea42e1af4942f58164d641fdb696bc__20220117_dcp2_20230314_dcp25', 1146), - mksrc('datarepo-96f28c63', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20230314_dcp25', 5174), - mksrc('datarepo-4f72c082', 'hca_prod_65d7a1684d624bc083244e742aa62de6__20220330_dcp2_20230314_dcp25', 33), - mksrc('datarepo-6e86e38d', 'hca_prod_6621c827b57a4268bc80df4049140193__20220330_dcp2_20230314_dcp25', 104), - mksrc('datarepo-1a46eca7', 'hca_prod_6663070ffd8b41a9a4792d1e07afa201__20220519_dcp2_20230314_dcp25', 36), - mksrc('datarepo-d9380f70', 'hca_prod_66d7d92ad6c5492c815bf81c7c93c984__20220906_dcp2_20230314_dcp25', 21), - mksrc('datarepo-9586eb0b', 'hca_prod_68df3629d2d24eedb0aba10e0f019b88__20220117_dcp2_20230314_dcp25', 6), - mksrc('datarepo-31de31e5', 'hca_prod_6c040a938cf84fd598de2297eb07e9f6__20220117_dcp2_20230314_dcp25', 22), - mksrc('datarepo-fe215496', 'hca_prod_6e522b939b704f0c9990b9cff721251b__20230313_dcp2_20230314_dcp25', 8), - mksrc('datarepo-bf5922e5', 'hca_prod_6f03e4ad93054bfaa5b6929ffb1d94bd__20230313_dcp2_20230314_dcp25', 4), - mksrc('datarepo-259b6fce', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20230314_dcp25', 9), - mksrc('datarepo-e3ce8d32', 'hca_prod_71eb5f6dcee04297b503b1125909b8c7__20220117_dcp2_20230314_dcp25', 37), - mksrc('datarepo-63751bc2', 'hca_prod_73769e0a5fcd41f4908341ae08bfa4c1__20220330_dcp2_20230314_dcp25', 30), - mksrc('datarepo-a7e215db', 'hca_prod_74e2ef9d7c9f418cb2817fb38f3b1571__20220906_dcp2_20230314_dcp25', 179), - mksrc('datarepo-0059cce8', 'hca_prod_769a08d1b8a44f1e95f76071a9827555__20220117_dcp2_20230314_dcp25', 2), - mksrc('datarepo-e62a1f78', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20230314_dcp25', 218), - mksrc('datarepo-aad6282b', 'hca_prod_79351583b21244bab473731bdcddb407__20221208_dcp2_20230314_dcp25', 5), - mksrc('datarepo-6ffd3fa5', 'hca_prod_79b13a2a9ca142a497bd70208a11bea6__20220117_dcp2_20230314_dcp25', 5), - mksrc('datarepo-12a154cb', 'hca_prod_7ac8822c4ef04194adf074290611b1c6__20220117_dcp2_20230314_dcp25', 5), - mksrc('datarepo-ff62a88c', 'hca_prod_7b393e4d65bc4c03b402aae769299329__20220519_dcp2_20230314_dcp25', 97), - mksrc('datarepo-d4e5780e', 'hca_prod_7b947aa243a74082afff222a3e3a4635__20220117_dcp2_20230314_dcp25', 17), - mksrc('datarepo-664a24cb', 'hca_prod_7c75f07c608d4c4aa1b7b13d11c0ad31__20220117_dcp2_20230314_dcp25', 67), - mksrc('datarepo-9caf17c8', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20230314_dcp25', 381), - mksrc('datarepo-3e85541c', 'hca_prod_8999b4566fa6438bab17b62b1d8ec0c3__20220118_dcp2_20230314_dcp25', 20), - mksrc('datarepo-a4f6e9ac', 'hca_prod_8b9cb6ae6a434e47b9fb3df7aeec941f__20220906_dcp2_20230314_dcp25', 17), - mksrc('datarepo-d8991cff', 'hca_prod_8d566d35d8d34975a351be5e25e9b2ea__20220118_dcp2_20230314_dcp25', 24), - mksrc('datarepo-65954398', 'hca_prod_8f630e0f6bf94a04975402533152a954__20220729_dcp2_20230314_dcp25', 2), - mksrc('datarepo-3539412c', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20230314_dcp25', 11), - mksrc('datarepo-64e86c6c', 'hca_prod_923d323172954184b3f6c3082766a8c7__20220906_dcp2_20230314_dcp25', 37), - mksrc('datarepo-bd3072b5', 'hca_prod_955dfc2ca8c64d04aa4d907610545d11__20220118_dcp2_20230314_dcp25', 14), - mksrc('datarepo-1fc717b1', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20230314_dcp25', 605), - mksrc('datarepo-b7b5c053', 'hca_prod_990d251f6dab4a98a2b66cfe7e4708b9__20221101_dcp2_20230314_dcp25', 10), - mksrc('datarepo-2736a43e', 'hca_prod_9ac53858606a4b89af49804ccedaa660__20220906_dcp2_20230314_dcp25', 22), - mksrc('datarepo-9f5be9ac', 'hca_prod_9b876d3107394e969846f76e6a427279__20220906_dcp2_20230314_dcp25', 22), - mksrc('datarepo-34fd3cd0', 'hca_prod_9e3370a0144a49a99e926f6a9290125a__20221101_dcp2_20230314_dcp25', 28), - mksrc('datarepo-78a0de43', 'hca_prod_a1312f9a01ef40a789bf9091ca76a03a__20220729_dcp2_20230314_dcp25', 6), - mksrc('datarepo-be58fa69', 'hca_prod_a39728aa70a04201b0a281b7badf3e71__20220118_dcp2_20230314_dcp25', 34), - mksrc('datarepo-11157f54', 'hca_prod_a60803bbf7db45cfb52995436152a801__20220118_dcp2_20230314_dcp25', 307), - mksrc('datarepo-278d9dd8', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20230314_dcp25', 69), - mksrc('datarepo-7a531766', 'hca_prod_a7c66eb14a4e4f6c9e30ad2a485f8301__20220906_dcp2_20230314_dcp25', 30), - mksrc('datarepo-39471648', 'hca_prod_a80a63f2e223489081b0415855b89abc__20220118_dcp2_20230314_dcp25', 10), - mksrc('datarepo-1553d994', 'hca_prod_a9301bebe9fa42feb75c84e8a460c733__20220118_dcp2_20230314_dcp25', 19), - mksrc('datarepo-d962a1b4', 'hca_prod_a991ef154d4a4b80a93ec538b4b54127__20220118_dcp2_20230314_dcp25', 6), - mksrc('datarepo-60416b5f', 'hca_prod_a9f5323ace71471c9caf04cc118fd1d7__20220606_dcp2_20230314_dcp25', 34), - mksrc('datarepo-f2f57a7c', 'hca_prod_ac289b77fb124a6bad43c0721c698e70__20220906_dcp2_20230314_dcp25', 104), - mksrc('datarepo-bbe8303d', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20230314_dcp25', 50), - mksrc('datarepo-d67d5486', 'hca_prod_ae62bb3155ca4127b0fbb1771a604645__20230313_dcp2_20230314_dcp25', 1983), - mksrc('datarepo-2a19065b', 'hca_prod_aefb919243fc46d7a4c129597f7ef61b__20220330_dcp2_20230314_dcp25', 35), - mksrc('datarepo-ed809ac3', 'hca_prod_b7259878436c4274bfffca76f4cb7892__20220118_dcp2_20230314_dcp25', 12), - mksrc('datarepo-4c6b830c', 'hca_prod_b733dc1b1d5545e380367eab0821742c__20220519_dcp2_20230314_dcp25', 1568), - mksrc('datarepo-2285af8d', 'hca_prod_b9484e4edc404e389b854cecf5b8c068__20220118_dcp2_20230314_dcp25', 63), - mksrc('datarepo-ffeff93b', 'hca_prod_bd40033154b94fccbff66bb8b079ee1f__20220118_dcp2_20230314_dcp25', 19), - mksrc('datarepo-208fbdb6', 'hca_prod_bd7104c9a950490e94727d41c6b11c62__20220118_dcp2_20230314_dcp25', 18), - mksrc('datarepo-3daf9fbc', 'hca_prod_be010abcfb684581b61f7dd7c3d7b044__20230314_dcp2_20230314_dcp25', 13), - mksrc('datarepo-03ab12e5', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20230314_dcp25', 7), - mksrc('datarepo-e798f7a3', 'hca_prod_c0d82ef215044ef09e5ed8a13e45fdec__20220928_dcp2_20230314_dcp25', 110), - mksrc('datarepo-3be98d08', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20230314_dcp25', 112), - mksrc('datarepo-097f9535', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20230314_dcp25', 47), - mksrc('datarepo-c674ec37', 'hca_prod_c211fd49d9804ba18c6ac24254a3cb52__20220303_dcp2_20230314_dcp25', 121), - mksrc('datarepo-7978f7d7', 'hca_prod_c31fa434c9ed4263a9b6d9ffb9d44005__20220118_dcp2_20230314_dcp25', 142), - mksrc('datarepo-06d2f7a5', 'hca_prod_c4e1136978d44d29ba8eb67907c4c65c__20220630_dcp2_20230314_dcp25', 81), - mksrc('datarepo-cba6aa82', 'hca_prod_c5ca43aa3b2b42168eb3f57adcbc99a1__20220118_dcp2_20230314_dcp25', 195), - mksrc('datarepo-e7beed27', 'hca_prod_c6a50b2a3dfd4ca89b483e682f568a25__20220303_dcp2_20230314_dcp25', 14), - mksrc('datarepo-4c1109c3', 'hca_prod_c715cd2fdc7c44a69cd5b6a6d9f075ae__20220118_dcp2_20230314_dcp25', 10), - mksrc('datarepo-b9ed6937', 'hca_prod_c7c54245548b4d4fb15e0d7e238ae6c8__20220330_dcp2_20230314_dcp25', 36), - mksrc('datarepo-8b443018', 'hca_prod_c8e6c5d9fcde4845beadff96999e3051__20221101_dcp2_20230314_dcp25', 31), - mksrc('datarepo-cf75399d', 'hca_prod_cd61771b661a4e19b2696e5d95350de6__20220213_dcp2_20230314_dcp25', 14), - mksrc('datarepo-6e91dfce', 'hca_prod_cdc2d2706c99414288839bd95c041d05__20221208_dcp2_20230314_dcp25', 26), - mksrc('datarepo-ebcfd951', 'hca_prod_ce7b12ba664f4f798fc73de6b1892183__20220119_dcp2_20230314_dcp25', 44), - mksrc('datarepo-2bf47b4d', 'hca_prod_d138a1147df54f7d9ff1f79dfd2d428f__20220606_dcp2_20230314_dcp25', 14), - mksrc('datarepo-fdb31a8e', 'hca_prod_d6225aee8f0e4b20a20c682509a9ea14__20220213_dcp2_20230314_dcp25', 27), - mksrc('datarepo-9f65205b', 'hca_prod_d71c76d336704774a9cf034249d37c60__20220213_dcp2_20230314_dcp25', 1590), - mksrc('datarepo-94746fdf', 'hca_prod_d7845650f6b14b1cb2fec0795416ba7b__20220119_dcp2_20230314_dcp25', 29), - mksrc('datarepo-29fbe41f', 'hca_prod_d8ae869c39c24cddb3fc2d0d8f60e7b8__20230313_dcp2_20230314_dcp25', 2), - mksrc('datarepo-225f8649', 'hca_prod_da9d6f243bdf4eaa9e3ff47ce2a65b36__20220729_dcp2_20230314_dcp25', 11), - mksrc('datarepo-fc1febb7', 'hca_prod_daa371e81ec343ef924f896d901eab6f__20220519_dcp2_20230314_dcp25', 18), - mksrc('datarepo-6d15b6d0', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20230314_dcp25', 43), - mksrc('datarepo-cf5ce794', 'hca_prod_dbcd4b1d31bd4eb594e150e8706fa192__20220119_dcp2_20230314_dcp25', 85), - mksrc('datarepo-a44da434', 'hca_prod_dc1a41f69e0942a6959e3be23db6da56__20220119_dcp2_20230314_dcp25', 11), - mksrc('datarepo-c3eee222', 'hca_prod_dcbb50d19acf4f709fdab1f63a948c49__20221101_dcp2_20230314_dcp25', 4), - mksrc('datarepo-5ba86b6e', 'hca_prod_dd7ada843f144765b7ce9b64642bb3dc__20220212_dcp2_20230314_dcp25', 0, pop), - mksrc('datarepo-a4d35f23', 'hca_prod_dd7f24360c564709bd17e526bba4cc15__20220119_dcp2_20230314_dcp25', 38), - mksrc('datarepo-7882d448', 'hca_prod_e0c74c7a20a445059cf138dcdd23011b__20220119_dcp2_20230314_dcp25', 3), - mksrc('datarepo-cf662b44', 'hca_prod_e255b1c611434fa683a8528f15b41038__20220330_dcp2_20230314_dcp25', 107), - mksrc('datarepo-fc908765', 'hca_prod_e4b18cd28f15490db9f1d118aa067dc3__20221101_dcp2_20230314_dcp25', 4), - mksrc('datarepo-410d6eb1', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20230314_dcp25', 95), - mksrc('datarepo-d0d87d10', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20230314_dcp25', 56), - mksrc('datarepo-4a7bcd86', 'hca_prod_e8808cc84ca0409680f2bba73600cba6__20220118_dcp2_20230314_dcp25', 902), - mksrc('datarepo-a8d7a228', 'hca_prod_e956e66aac8e483a963a0f92c7e5abfb__20230313_dcp2_20230314_dcp25', 78), - mksrc('datarepo-03f5da17', 'hca_prod_e993adcdd4ba4f889a05d1c05bdf0c45__20220606_dcp2_20230314_dcp25', 23), - mksrc('datarepo-aa5721d7', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20230314_dcp25', 480), - mksrc('datarepo-1c07a6e4', 'hca_prod_ea9eec5a4fc24c5894d02fcb598732bc__20221208_dcp2_20230314_dcp25', 53), - mksrc('datarepo-f01e417c', 'hca_prod_ec6476ee294941f3947b8eef41d6d3ac__20220729_dcp2_20230314_dcp25', 300), - mksrc('datarepo-b1b215b9', 'hca_prod_ede2e0b46652464fabbc0b2d964a25a0__20220118_dcp2_20230314_dcp25', 13), - mksrc('datarepo-7bf9ffaf', 'hca_prod_ee166275f63a486481554df86c9de679__20230313_dcp2_20230314_dcp25', 21), - mksrc('datarepo-d9d4043e', 'hca_prod_ef1d9888fa8647a4bb720ab0f20f7004__20220118_dcp2_20230314_dcp25', 58), - mksrc('datarepo-4cca88b5', 'hca_prod_ef1e3497515e4bbe8d4c10161854b699__20220118_dcp2_20230314_dcp25', 7), - mksrc('datarepo-d7d0cebe', 'hca_prod_f29b124a85974862ae98ff3a0fd9033e__20220303_dcp2_20230314_dcp25', 171), - mksrc('datarepo-7949d5c1', 'hca_prod_f2fe82f044544d84b416a885f3121e59__20220119_dcp2_20230314_dcp25', 157), - mksrc('datarepo-10db03cf', 'hca_prod_f4d011ced1f548a4ab61ae14176e3a6e__20220519_dcp2_20230314_dcp25', 24), - mksrc('datarepo-2df3359d', 'hca_prod_fa3f460f4fb94cedb5488ba6a8ecae3f__20220330_dcp2_20230314_dcp25', 248), - mksrc('datarepo-7da03753', 'hca_prod_fc381e70df1b407d813152ab523270bd__20221208_dcp2_20230314_dcp25', 19), - mksrc('datarepo-c4cba2d7', 'hca_prod_fcaa53cdba574bfeaf9ceaa958f95c1a__20220906_dcp2_20230314_dcp25', 218), - mksrc('datarepo-fa96c6bd', 'hca_prod_fccd3f50cde247bf8972a293b5928aea__20220606_dcp2_20230314_dcp25', 109), - mksrc('datarepo-289f5713', 'hca_prod_fde199d2a8414ed1aa65b9e0af8969b1__20220330_dcp2_20230314_dcp25', 186), + # @formatter:off + mksrc('bigquery', 'datarepo-3b7ecb2b', 'hca_prod_0562d2ae0b8a459ebbc06357108e5da9__20220330_dcp2_20230314_dcp25', 18), # noqa E501 + mksrc('bigquery', 'datarepo-23177a5e', 'hca_prod_065e6c13ad6b46a38075c3137eb03068__20220213_dcp2_20230314_dcp25', 121), # noqa E501 + mksrc('bigquery', 'datarepo-28f02436', 'hca_prod_0751843070314bdfa3ce1bf0917a1923__20221208_dcp2_20230314_dcp25', 7), # noqa E501 + mksrc('bigquery', 'datarepo-2be1e691', 'hca_prod_0777b9ef91f3468b9deadb477437aa1a__20220330_dcp2_20230314_dcp25', 63), # noqa E501 + mksrc('bigquery', 'datarepo-2ace314a', 'hca_prod_0b29914025b54861a69f7651ff3f46cf__20220519_dcp2_20230314_dcp25', 83), # noqa E501 + mksrc('bigquery', 'datarepo-620d39a2', 'hca_prod_0d4aaaac02c344c48ae04465f97f83ed__20221101_dcp2_20230314_dcp25', 20), # noqa E501 + mksrc('bigquery', 'datarepo-70e4eabb', 'hca_prod_0d4b87ea6e9e456982e41343e0e3259f__20220110_dcp2_20230314_dcp25', 9), # noqa E501 + mksrc('bigquery', 'datarepo-7888c2ce', 'hca_prod_102018327c7340339b653ef13d81656a__20220213_dcp2_20230314_dcp25', 2), # noqa E501 + mksrc('bigquery', 'datarepo-d023038c', 'hca_prod_135f7f5c4a854bcf9f7c4f035ff1e428__20220729_dcp2_20230314_dcp25', 116), # noqa E501 + mksrc('bigquery', 'datarepo-c5065d3a', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20230314_dcp25', 12), # noqa E501 + mksrc('bigquery', 'datarepo-7767d47a', 'hca_prod_165dea71a95a44e188cdb2d9ad68bb1e__20220303_dcp2_20230314_dcp25', 2), # noqa E501 + mksrc('bigquery', 'datarepo-673f4c49', 'hca_prod_1688d7cc6f5c49efb353e308b61d4e4c__20230313_dcp2_20230314_dcp25', 34), # noqa E501 + mksrc('bigquery', 'datarepo-9abcd921', 'hca_prod_16cd67912adb4d0f82220184dada6456__20220519_dcp2_20230314_dcp25', 396), # noqa E501 + mksrc('bigquery', 'datarepo-9b0d8d86', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20230314_dcp25', 7), # noqa E501 + mksrc('bigquery', 'datarepo-f59c20aa', 'hca_prod_16ed4ad8731946b288596fe1c1d73a82__20220111_dcp2_20230314_dcp25', 29), # noqa E501 + mksrc('bigquery', 'datarepo-2b6bbe36', 'hca_prod_18d4aae283634e008eebb9e568402cf8__20220330_dcp2_20230314_dcp25', 10), # noqa E501 + mksrc('bigquery', 'datarepo-a85d395a', 'hca_prod_18e5843776b740218ede3f0b443fa915__20220519_dcp2_20230314_dcp25', 54), # noqa E501 + mksrc('bigquery', 'datarepo-7ec15bbc', 'hca_prod_1dddae6e375348afb20efa22abad125d__20220213_dcp2_20230314_dcp25', 40), # noqa E501 + mksrc('bigquery', 'datarepo-8e5453fd', 'hca_prod_1eb69a39b5b241ecafae5fe37f272756__20220213_dcp2_20230314_dcp25', 387), # noqa E501 + mksrc('bigquery', 'datarepo-e55df4ed', 'hca_prod_1ebe8c34454e4c28bd713a3e8b127be4__20221208_dcp2_20230314_dcp25', 10), # noqa E501 + mksrc('bigquery', 'datarepo-8e161efb', 'hca_prod_1fa8b11f56fa45a6a7776af70e17a6b3__20220928_dcp2_20230314_dcp25', 47), # noqa E501 + mksrc('bigquery', 'datarepo-76ddb6a2', 'hca_prod_2084526ba66f4c40bb896fd162f2eb38__20220111_dcp2_20230314_dcp25', 24), # noqa E501 + mksrc('bigquery', 'datarepo-857c8f17', 'hca_prod_2253ae594cc54bd2b44eecb6d3fd7646__20220519_dcp2_20230314_dcp25', 6), # noqa E501 + mksrc('bigquery', 'datarepo-8e9e865c', 'hca_prod_235092021e3c49598a459c5b642a1066__20230313_dcp2_20230314_dcp25', 398), # noqa E501 + mksrc('bigquery', 'datarepo-634a63c7', 'hca_prod_258c5e15d1254f2d8b4ce3122548ec9b__20221208_dcp2_20230314_dcp25', 14), # noqa E501 + mksrc('bigquery', 'datarepo-c0287284', 'hca_prod_2837165560ba449ea3035859b29ead65__20221101_dcp2_20230314_dcp25', 103), # noqa E501 + mksrc('bigquery', 'datarepo-6a89dcba', 'hca_prod_2a64db431b554639aabb8dba0145689d__20220111_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-c215e7c1', 'hca_prod_2ad191cdbd7a409b9bd1e72b5e4cce81__20220111_dcp2_20230314_dcp25', 41), # noqa E501 + mksrc('bigquery', 'datarepo-d4e011f2', 'hca_prod_2b38025da5ea4c0fb22e367824bcaf4c__20220111_dcp2_20230314_dcp25', 45), # noqa E501 + mksrc('bigquery', 'datarepo-529a323b', 'hca_prod_2b81ecc46ee0438f8c5bc10b2464069e__20221101_dcp2_20230314_dcp25', 76), # noqa E501 + mksrc('bigquery', 'datarepo-deaef690', 'hca_prod_2eb4f5f842a54368aa2d337bacb96197__20220606_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-49314a87', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20230314_dcp25', 2), # noqa E501 + mksrc('bigquery', 'datarepo-573f4ced', 'hca_prod_2fe3c60bac1a4c619b59f6556c0fce63__20220606_dcp2_20230314_dcp25', 153), # noqa E501 + mksrc('bigquery', 'datarepo-d8951cb5', 'hca_prod_3089d311f9ed44ddbb10397059bad4dc__20220111_dcp2_20230314_dcp25', 130), # noqa E501 + mksrc('bigquery', 'datarepo-b1d73b5d', 'hca_prod_34c9a62ca6104e31b3438fb7be676f8c__20221101_dcp2_20230314_dcp25', 179), # noqa E501 + mksrc('bigquery', 'datarepo-ede741aa', 'hca_prod_34ec845bcd7a4c4399e4d2932d5d85bb__20220928_dcp2_20230314_dcp25', 39), # noqa E501 + mksrc('bigquery', 'datarepo-d4b1487a', 'hca_prod_379ed69ebe0548bcaf5ea7fc589709bf__20220111_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-06d8d7f5', 'hca_prod_38e44dd0c3df418e9256d0824748901f__20220112_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-497bd309', 'hca_prod_3c9d586ebd264b4686903faaa18ccf38__20220729_dcp2_20230314_dcp25', 17), # noqa E501 + mksrc('bigquery', 'datarepo-cf03259b', 'hca_prod_3cdaf942f8ad42e8a77b4efedb9ea7b6__20220303_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-b2aefc7f', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20230314_dcp25', 9), # noqa E501 + mksrc('bigquery', 'datarepo-cbd0d764', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20230314_dcp25', 57), # noqa E501 + mksrc('bigquery', 'datarepo-5934cc66', 'hca_prod_403c3e7668144a2da5805dd5de38c7ff__20220113_dcp2_20230314_dcp25', 64), # noqa E501 + mksrc('bigquery', 'datarepo-8a262357', 'hca_prod_414accedeba0440fb721befbc5642bef__20220113_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-84e2745e', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20230314_dcp25', 326), # noqa E501 + mksrc('bigquery', 'datarepo-0baf4047', 'hca_prod_45c2c853d06f4879957ef1366fb5d423__20220303_dcp2_20230314_dcp25', 91), # noqa E501 + mksrc('bigquery', 'datarepo-ff143887', 'hca_prod_48b198ef3d594e57900fdf54c2435669__20221208_dcp2_20230314_dcp25', 25), # noqa E501 + mksrc('bigquery', 'datarepo-7bf7a66d', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20230314_dcp25', 38), # noqa E501 + mksrc('bigquery', 'datarepo-641f98b4', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20230314_dcp25', 15), # noqa E501 + mksrc('bigquery', 'datarepo-61ddb23f', 'hca_prod_4c73d1e4bad24a22a0ba55abbdbdcc3d__20220906_dcp2_20230314_dcp25', 103), # noqa E501 + mksrc('bigquery', 'datarepo-616afd75', 'hca_prod_4d9d56e4610d4748b57df8315e3f53a3__20220729_dcp2_20230314_dcp25', 3), # noqa E501 + mksrc('bigquery', 'datarepo-fc5c976e', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20230314_dcp25', 34), # noqa E501 + mksrc('bigquery', 'datarepo-10eb0685', 'hca_prod_4f17edf6e9f042afa54af02fdca76ade__20220606_dcp2_20230314_dcp25', 7), # noqa E501 + mksrc('bigquery', 'datarepo-7964fe37', 'hca_prod_50151324f3ed435898afec352a940a61__20220113_dcp2_20230314_dcp25', 117), # noqa E501 + mksrc('bigquery', 'datarepo-82d6ee00', 'hca_prod_504e0cee168840fab936361c4a831f87__20220117_dcp2_20230314_dcp25', 253), # noqa E501 + mksrc('bigquery', 'datarepo-5fefa259', 'hca_prod_5116c0818be749c58ce073b887328aa9__20220117_dcp2_20230314_dcp25', 27), # noqa E501 + mksrc('bigquery', 'datarepo-8bb6f657', 'hca_prod_54aaa409dc2848c5be26d368b4a5d5c6__20220117_dcp2_20230314_dcp25', 58), # noqa E501 + mksrc('bigquery', 'datarepo-f194b1da', 'hca_prod_575c0ad9c78e469b9fdf9a68dd881137__20220928_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-102399d2', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-cbb1feac', 'hca_prod_591af954cdcd483996d3a0d1b1e885ac__20220117_dcp2_20230314_dcp25', 34), # noqa E501 + mksrc('bigquery', 'datarepo-2917ceb6', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20230314_dcp25', 409), # noqa E501 + mksrc('bigquery', 'datarepo-46332822', 'hca_prod_5b910a437fb54ea7b9d643dbd1bf2776__20220729_dcp2_20230314_dcp25', 13), # noqa E501 + mksrc('bigquery', 'datarepo-04558655', 'hca_prod_5bb1f67e2ff04848bbcf17d133f0fd2d__20220117_dcp2_20230314_dcp25', 7), # noqa E501 + mksrc('bigquery', 'datarepo-6a083ad7', 'hca_prod_602628d7c03848a8aa97ffbb2cb44c9d__20220117_dcp2_20230314_dcp25', 15), # noqa E501 + mksrc('bigquery', 'datarepo-41cca7ce', 'hca_prod_60ea42e1af4942f58164d641fdb696bc__20220117_dcp2_20230314_dcp25', 1146), # noqa E501 + mksrc('bigquery', 'datarepo-96f28c63', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20230314_dcp25', 5174), # noqa E501 + mksrc('bigquery', 'datarepo-4f72c082', 'hca_prod_65d7a1684d624bc083244e742aa62de6__20220330_dcp2_20230314_dcp25', 33), # noqa E501 + mksrc('bigquery', 'datarepo-6e86e38d', 'hca_prod_6621c827b57a4268bc80df4049140193__20220330_dcp2_20230314_dcp25', 104), # noqa E501 + mksrc('bigquery', 'datarepo-1a46eca7', 'hca_prod_6663070ffd8b41a9a4792d1e07afa201__20220519_dcp2_20230314_dcp25', 36), # noqa E501 + mksrc('bigquery', 'datarepo-d9380f70', 'hca_prod_66d7d92ad6c5492c815bf81c7c93c984__20220906_dcp2_20230314_dcp25', 21), # noqa E501 + mksrc('bigquery', 'datarepo-9586eb0b', 'hca_prod_68df3629d2d24eedb0aba10e0f019b88__20220117_dcp2_20230314_dcp25', 6), # noqa E501 + mksrc('bigquery', 'datarepo-31de31e5', 'hca_prod_6c040a938cf84fd598de2297eb07e9f6__20220117_dcp2_20230314_dcp25', 22), # noqa E501 + mksrc('bigquery', 'datarepo-fe215496', 'hca_prod_6e522b939b704f0c9990b9cff721251b__20230313_dcp2_20230314_dcp25', 8), # noqa E501 + mksrc('bigquery', 'datarepo-bf5922e5', 'hca_prod_6f03e4ad93054bfaa5b6929ffb1d94bd__20230313_dcp2_20230314_dcp25', 4), # noqa E501 + mksrc('bigquery', 'datarepo-259b6fce', 'hca_prod_6f89a7f38d4a4344aa4feccfe7e91076__20220213_dcp2_20230314_dcp25', 9), # noqa E501 + mksrc('bigquery', 'datarepo-e3ce8d32', 'hca_prod_71eb5f6dcee04297b503b1125909b8c7__20220117_dcp2_20230314_dcp25', 37), # noqa E501 + mksrc('bigquery', 'datarepo-63751bc2', 'hca_prod_73769e0a5fcd41f4908341ae08bfa4c1__20220330_dcp2_20230314_dcp25', 30), # noqa E501 + mksrc('bigquery', 'datarepo-a7e215db', 'hca_prod_74e2ef9d7c9f418cb2817fb38f3b1571__20220906_dcp2_20230314_dcp25', 179), # noqa E501 + mksrc('bigquery', 'datarepo-0059cce8', 'hca_prod_769a08d1b8a44f1e95f76071a9827555__20220117_dcp2_20230314_dcp25', 2), # noqa E501 + mksrc('bigquery', 'datarepo-e62a1f78', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20230314_dcp25', 218), # noqa E501 + mksrc('bigquery', 'datarepo-aad6282b', 'hca_prod_79351583b21244bab473731bdcddb407__20221208_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-6ffd3fa5', 'hca_prod_79b13a2a9ca142a497bd70208a11bea6__20220117_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-12a154cb', 'hca_prod_7ac8822c4ef04194adf074290611b1c6__20220117_dcp2_20230314_dcp25', 5), # noqa E501 + mksrc('bigquery', 'datarepo-ff62a88c', 'hca_prod_7b393e4d65bc4c03b402aae769299329__20220519_dcp2_20230314_dcp25', 97), # noqa E501 + mksrc('bigquery', 'datarepo-d4e5780e', 'hca_prod_7b947aa243a74082afff222a3e3a4635__20220117_dcp2_20230314_dcp25', 17), # noqa E501 + mksrc('bigquery', 'datarepo-664a24cb', 'hca_prod_7c75f07c608d4c4aa1b7b13d11c0ad31__20220117_dcp2_20230314_dcp25', 67), # noqa E501 + mksrc('bigquery', 'datarepo-9caf17c8', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20230314_dcp25', 381), # noqa E501 + mksrc('bigquery', 'datarepo-3e85541c', 'hca_prod_8999b4566fa6438bab17b62b1d8ec0c3__20220118_dcp2_20230314_dcp25', 20), # noqa E501 + mksrc('bigquery', 'datarepo-a4f6e9ac', 'hca_prod_8b9cb6ae6a434e47b9fb3df7aeec941f__20220906_dcp2_20230314_dcp25', 17), # noqa E501 + mksrc('bigquery', 'datarepo-d8991cff', 'hca_prod_8d566d35d8d34975a351be5e25e9b2ea__20220118_dcp2_20230314_dcp25', 24), # noqa E501 + mksrc('bigquery', 'datarepo-65954398', 'hca_prod_8f630e0f6bf94a04975402533152a954__20220729_dcp2_20230314_dcp25', 2), # noqa E501 + mksrc('bigquery', 'datarepo-3539412c', 'hca_prod_91af6e2f65f244ec98e0ba4e98db22c8__20220303_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-64e86c6c', 'hca_prod_923d323172954184b3f6c3082766a8c7__20220906_dcp2_20230314_dcp25', 37), # noqa E501 + mksrc('bigquery', 'datarepo-bd3072b5', 'hca_prod_955dfc2ca8c64d04aa4d907610545d11__20220118_dcp2_20230314_dcp25', 14), # noqa E501 + mksrc('bigquery', 'datarepo-1fc717b1', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20230314_dcp25', 605), # noqa E501 + mksrc('bigquery', 'datarepo-b7b5c053', 'hca_prod_990d251f6dab4a98a2b66cfe7e4708b9__20221101_dcp2_20230314_dcp25', 10), # noqa E501 + mksrc('bigquery', 'datarepo-2736a43e', 'hca_prod_9ac53858606a4b89af49804ccedaa660__20220906_dcp2_20230314_dcp25', 22), # noqa E501 + mksrc('bigquery', 'datarepo-9f5be9ac', 'hca_prod_9b876d3107394e969846f76e6a427279__20220906_dcp2_20230314_dcp25', 22), # noqa E501 + mksrc('bigquery', 'datarepo-34fd3cd0', 'hca_prod_9e3370a0144a49a99e926f6a9290125a__20221101_dcp2_20230314_dcp25', 28), # noqa E501 + mksrc('bigquery', 'datarepo-78a0de43', 'hca_prod_a1312f9a01ef40a789bf9091ca76a03a__20220729_dcp2_20230314_dcp25', 6), # noqa E501 + mksrc('bigquery', 'datarepo-be58fa69', 'hca_prod_a39728aa70a04201b0a281b7badf3e71__20220118_dcp2_20230314_dcp25', 34), # noqa E501 + mksrc('bigquery', 'datarepo-11157f54', 'hca_prod_a60803bbf7db45cfb52995436152a801__20220118_dcp2_20230314_dcp25', 307), # noqa E501 + mksrc('bigquery', 'datarepo-278d9dd8', 'hca_prod_a62dae2ecd694d5cb5f84f7e8abdbafa__20220606_dcp2_20230314_dcp25', 69), # noqa E501 + mksrc('bigquery', 'datarepo-7a531766', 'hca_prod_a7c66eb14a4e4f6c9e30ad2a485f8301__20220906_dcp2_20230314_dcp25', 30), # noqa E501 + mksrc('bigquery', 'datarepo-39471648', 'hca_prod_a80a63f2e223489081b0415855b89abc__20220118_dcp2_20230314_dcp25', 10), # noqa E501 + mksrc('bigquery', 'datarepo-1553d994', 'hca_prod_a9301bebe9fa42feb75c84e8a460c733__20220118_dcp2_20230314_dcp25', 19), # noqa E501 + mksrc('bigquery', 'datarepo-d962a1b4', 'hca_prod_a991ef154d4a4b80a93ec538b4b54127__20220118_dcp2_20230314_dcp25', 6), # noqa E501 + mksrc('bigquery', 'datarepo-60416b5f', 'hca_prod_a9f5323ace71471c9caf04cc118fd1d7__20220606_dcp2_20230314_dcp25', 34), # noqa E501 + mksrc('bigquery', 'datarepo-f2f57a7c', 'hca_prod_ac289b77fb124a6bad43c0721c698e70__20220906_dcp2_20230314_dcp25', 104), # noqa E501 + mksrc('bigquery', 'datarepo-bbe8303d', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20230314_dcp25', 50), # noqa E501 + mksrc('bigquery', 'datarepo-d67d5486', 'hca_prod_ae62bb3155ca4127b0fbb1771a604645__20230313_dcp2_20230314_dcp25', 1983), # noqa E501 + mksrc('bigquery', 'datarepo-2a19065b', 'hca_prod_aefb919243fc46d7a4c129597f7ef61b__20220330_dcp2_20230314_dcp25', 35), # noqa E501 + mksrc('bigquery', 'datarepo-ed809ac3', 'hca_prod_b7259878436c4274bfffca76f4cb7892__20220118_dcp2_20230314_dcp25', 12), # noqa E501 + mksrc('bigquery', 'datarepo-4c6b830c', 'hca_prod_b733dc1b1d5545e380367eab0821742c__20220519_dcp2_20230314_dcp25', 1568), # noqa E501 + mksrc('bigquery', 'datarepo-2285af8d', 'hca_prod_b9484e4edc404e389b854cecf5b8c068__20220118_dcp2_20230314_dcp25', 63), # noqa E501 + mksrc('bigquery', 'datarepo-ffeff93b', 'hca_prod_bd40033154b94fccbff66bb8b079ee1f__20220118_dcp2_20230314_dcp25', 19), # noqa E501 + mksrc('bigquery', 'datarepo-208fbdb6', 'hca_prod_bd7104c9a950490e94727d41c6b11c62__20220118_dcp2_20230314_dcp25', 18), # noqa E501 + mksrc('bigquery', 'datarepo-3daf9fbc', 'hca_prod_be010abcfb684581b61f7dd7c3d7b044__20230314_dcp2_20230314_dcp25', 13), # noqa E501 + mksrc('bigquery', 'datarepo-03ab12e5', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20230314_dcp25', 7), # noqa E501 + mksrc('bigquery', 'datarepo-e798f7a3', 'hca_prod_c0d82ef215044ef09e5ed8a13e45fdec__20220928_dcp2_20230314_dcp25', 110), # noqa E501 + mksrc('bigquery', 'datarepo-3be98d08', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20230314_dcp25', 112), # noqa E501 + mksrc('bigquery', 'datarepo-097f9535', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20230314_dcp25', 47), # noqa E501 + mksrc('bigquery', 'datarepo-c674ec37', 'hca_prod_c211fd49d9804ba18c6ac24254a3cb52__20220303_dcp2_20230314_dcp25', 121), # noqa E501 + mksrc('bigquery', 'datarepo-7978f7d7', 'hca_prod_c31fa434c9ed4263a9b6d9ffb9d44005__20220118_dcp2_20230314_dcp25', 142), # noqa E501 + mksrc('bigquery', 'datarepo-06d2f7a5', 'hca_prod_c4e1136978d44d29ba8eb67907c4c65c__20220630_dcp2_20230314_dcp25', 81), # noqa E501 + mksrc('bigquery', 'datarepo-cba6aa82', 'hca_prod_c5ca43aa3b2b42168eb3f57adcbc99a1__20220118_dcp2_20230314_dcp25', 195), # noqa E501 + mksrc('bigquery', 'datarepo-e7beed27', 'hca_prod_c6a50b2a3dfd4ca89b483e682f568a25__20220303_dcp2_20230314_dcp25', 14), # noqa E501 + mksrc('bigquery', 'datarepo-4c1109c3', 'hca_prod_c715cd2fdc7c44a69cd5b6a6d9f075ae__20220118_dcp2_20230314_dcp25', 10), # noqa E501 + mksrc('bigquery', 'datarepo-b9ed6937', 'hca_prod_c7c54245548b4d4fb15e0d7e238ae6c8__20220330_dcp2_20230314_dcp25', 36), # noqa E501 + mksrc('bigquery', 'datarepo-8b443018', 'hca_prod_c8e6c5d9fcde4845beadff96999e3051__20221101_dcp2_20230314_dcp25', 31), # noqa E501 + mksrc('bigquery', 'datarepo-cf75399d', 'hca_prod_cd61771b661a4e19b2696e5d95350de6__20220213_dcp2_20230314_dcp25', 14), # noqa E501 + mksrc('bigquery', 'datarepo-6e91dfce', 'hca_prod_cdc2d2706c99414288839bd95c041d05__20221208_dcp2_20230314_dcp25', 26), # noqa E501 + mksrc('bigquery', 'datarepo-ebcfd951', 'hca_prod_ce7b12ba664f4f798fc73de6b1892183__20220119_dcp2_20230314_dcp25', 44), # noqa E501 + mksrc('bigquery', 'datarepo-2bf47b4d', 'hca_prod_d138a1147df54f7d9ff1f79dfd2d428f__20220606_dcp2_20230314_dcp25', 14), # noqa E501 + mksrc('bigquery', 'datarepo-fdb31a8e', 'hca_prod_d6225aee8f0e4b20a20c682509a9ea14__20220213_dcp2_20230314_dcp25', 27), # noqa E501 + mksrc('bigquery', 'datarepo-9f65205b', 'hca_prod_d71c76d336704774a9cf034249d37c60__20220213_dcp2_20230314_dcp25', 1590), # noqa E501 + mksrc('bigquery', 'datarepo-94746fdf', 'hca_prod_d7845650f6b14b1cb2fec0795416ba7b__20220119_dcp2_20230314_dcp25', 29), # noqa E501 + mksrc('bigquery', 'datarepo-29fbe41f', 'hca_prod_d8ae869c39c24cddb3fc2d0d8f60e7b8__20230313_dcp2_20230314_dcp25', 2), # noqa E501 + mksrc('bigquery', 'datarepo-225f8649', 'hca_prod_da9d6f243bdf4eaa9e3ff47ce2a65b36__20220729_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-fc1febb7', 'hca_prod_daa371e81ec343ef924f896d901eab6f__20220519_dcp2_20230314_dcp25', 18), # noqa E501 + mksrc('bigquery', 'datarepo-6d15b6d0', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20230314_dcp25', 43), # noqa E501 + mksrc('bigquery', 'datarepo-cf5ce794', 'hca_prod_dbcd4b1d31bd4eb594e150e8706fa192__20220119_dcp2_20230314_dcp25', 85), # noqa E501 + mksrc('bigquery', 'datarepo-a44da434', 'hca_prod_dc1a41f69e0942a6959e3be23db6da56__20220119_dcp2_20230314_dcp25', 11), # noqa E501 + mksrc('bigquery', 'datarepo-c3eee222', 'hca_prod_dcbb50d19acf4f709fdab1f63a948c49__20221101_dcp2_20230314_dcp25', 4), # noqa E501 + mksrc('bigquery', 'datarepo-5ba86b6e', 'hca_prod_dd7ada843f144765b7ce9b64642bb3dc__20220212_dcp2_20230314_dcp25', 0, pop), # noqa E501 + mksrc('bigquery', 'datarepo-a4d35f23', 'hca_prod_dd7f24360c564709bd17e526bba4cc15__20220119_dcp2_20230314_dcp25', 38), # noqa E501 + mksrc('bigquery', 'datarepo-7882d448', 'hca_prod_e0c74c7a20a445059cf138dcdd23011b__20220119_dcp2_20230314_dcp25', 3), # noqa E501 + mksrc('bigquery', 'datarepo-cf662b44', 'hca_prod_e255b1c611434fa683a8528f15b41038__20220330_dcp2_20230314_dcp25', 107), # noqa E501 + mksrc('bigquery', 'datarepo-fc908765', 'hca_prod_e4b18cd28f15490db9f1d118aa067dc3__20221101_dcp2_20230314_dcp25', 4), # noqa E501 + mksrc('bigquery', 'datarepo-410d6eb1', 'hca_prod_e57dc176ab98446b90c289e0842152fd__20220119_dcp2_20230314_dcp25', 95), # noqa E501 + mksrc('bigquery', 'datarepo-d0d87d10', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20230314_dcp25', 56), # noqa E501 + mksrc('bigquery', 'datarepo-4a7bcd86', 'hca_prod_e8808cc84ca0409680f2bba73600cba6__20220118_dcp2_20230314_dcp25', 902), # noqa E501 + mksrc('bigquery', 'datarepo-a8d7a228', 'hca_prod_e956e66aac8e483a963a0f92c7e5abfb__20230313_dcp2_20230314_dcp25', 78), # noqa E501 + mksrc('bigquery', 'datarepo-03f5da17', 'hca_prod_e993adcdd4ba4f889a05d1c05bdf0c45__20220606_dcp2_20230314_dcp25', 23), # noqa E501 + mksrc('bigquery', 'datarepo-aa5721d7', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20230314_dcp25', 480), # noqa E501 + mksrc('bigquery', 'datarepo-1c07a6e4', 'hca_prod_ea9eec5a4fc24c5894d02fcb598732bc__20221208_dcp2_20230314_dcp25', 53), # noqa E501 + mksrc('bigquery', 'datarepo-f01e417c', 'hca_prod_ec6476ee294941f3947b8eef41d6d3ac__20220729_dcp2_20230314_dcp25', 300), # noqa E501 + mksrc('bigquery', 'datarepo-b1b215b9', 'hca_prod_ede2e0b46652464fabbc0b2d964a25a0__20220118_dcp2_20230314_dcp25', 13), # noqa E501 + mksrc('bigquery', 'datarepo-7bf9ffaf', 'hca_prod_ee166275f63a486481554df86c9de679__20230313_dcp2_20230314_dcp25', 21), # noqa E501 + mksrc('bigquery', 'datarepo-d9d4043e', 'hca_prod_ef1d9888fa8647a4bb720ab0f20f7004__20220118_dcp2_20230314_dcp25', 58), # noqa E501 + mksrc('bigquery', 'datarepo-4cca88b5', 'hca_prod_ef1e3497515e4bbe8d4c10161854b699__20220118_dcp2_20230314_dcp25', 7), # noqa E501 + mksrc('bigquery', 'datarepo-d7d0cebe', 'hca_prod_f29b124a85974862ae98ff3a0fd9033e__20220303_dcp2_20230314_dcp25', 171), # noqa E501 + mksrc('bigquery', 'datarepo-7949d5c1', 'hca_prod_f2fe82f044544d84b416a885f3121e59__20220119_dcp2_20230314_dcp25', 157), # noqa E501 + mksrc('bigquery', 'datarepo-10db03cf', 'hca_prod_f4d011ced1f548a4ab61ae14176e3a6e__20220519_dcp2_20230314_dcp25', 24), # noqa E501 + mksrc('bigquery', 'datarepo-2df3359d', 'hca_prod_fa3f460f4fb94cedb5488ba6a8ecae3f__20220330_dcp2_20230314_dcp25', 248), # noqa E501 + mksrc('bigquery', 'datarepo-7da03753', 'hca_prod_fc381e70df1b407d813152ab523270bd__20221208_dcp2_20230314_dcp25', 19), # noqa E501 + mksrc('bigquery', 'datarepo-c4cba2d7', 'hca_prod_fcaa53cdba574bfeaf9ceaa958f95c1a__20220906_dcp2_20230314_dcp25', 218), # noqa E501 + mksrc('bigquery', 'datarepo-fa96c6bd', 'hca_prod_fccd3f50cde247bf8972a293b5928aea__20220606_dcp2_20230314_dcp25', 109), # noqa E501 + mksrc('bigquery', 'datarepo-289f5713', 'hca_prod_fde199d2a8414ed1aa65b9e0af8969b1__20220330_dcp2_20230314_dcp25', 186), # noqa E501 + # @formatter:on ])) dcp26_sources = mkdict(dcp25_sources, 334, mkdelta([ - mksrc('datarepo-37928b8f', 'hca_prod_2d4d89f2ebeb467cae60a3efc5e8d4ba__20230206_dcp2_20230331_dcp26', 2), - mksrc('datarepo-96f28c63', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20230314_dcp25', 5174, pop), - mksrc('datarepo-0d0c66d4', 'hca_prod_c281ab637b7d4bdfb7619b1baaa18f82__20230331_dcp2_20230331_dcp26', 2), - mksrc('datarepo-b3b1e92f', 'hca_prod_c5b475f276b34a8e8465f3b69828fec3__20230331_dcp2_20230331_dcp26', 11), - mksrc('datarepo-baa51c1d', 'hca_prod_cd9d6360ce38432197dff13c79e3cb84__20230206_dcp2_20230331_dcp26', 2), - mksrc('datarepo-d0d87d10', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20230314_dcp25', 56, pop), - mksrc('datarepo-636717a5', 'hca_prod_f3825dfe990a431fb9719c26d39840db__20230331_dcp2_20230331_dcp26', 31), + # @formatter:off + mksrc('bigquery', 'datarepo-37928b8f', 'hca_prod_2d4d89f2ebeb467cae60a3efc5e8d4ba__20230206_dcp2_20230331_dcp26', 2), # noqa E501 + mksrc('bigquery', 'datarepo-96f28c63', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20230314_dcp25', 5174, pop), # noqa E501 + mksrc('bigquery', 'datarepo-0d0c66d4', 'hca_prod_c281ab637b7d4bdfb7619b1baaa18f82__20230331_dcp2_20230331_dcp26', 2), # noqa E501 + mksrc('bigquery', 'datarepo-b3b1e92f', 'hca_prod_c5b475f276b34a8e8465f3b69828fec3__20230331_dcp2_20230331_dcp26', 11), # noqa E501 + mksrc('bigquery', 'datarepo-baa51c1d', 'hca_prod_cd9d6360ce38432197dff13c79e3cb84__20230206_dcp2_20230331_dcp26', 2), # noqa E501 + mksrc('bigquery', 'datarepo-d0d87d10', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20230314_dcp25', 56, pop), # noqa E501 + mksrc('bigquery', 'datarepo-636717a5', 'hca_prod_f3825dfe990a431fb9719c26d39840db__20230331_dcp2_20230331_dcp26', 31), # noqa E501 + # @formatter:on ])) dcp27_sources = mkdict(dcp26_sources, 350, mkdelta([ - mksrc('datarepo-75b50ae7', 'hca_prod_04e4292cf62f4098ae9bfd69ae002a90__20230427_dcp2_20230501_dcp27', 310), - mksrc('datarepo-d2f36342', 'hca_prod_0751843070314bdfa3ce1bf0917a1923__20221208_dcp2_20230501_dcp27', 7), - mksrc('datarepo-26882f0f', 'hca_prod_07d5987e7f9e4f34b0fba185a35504f5__20230427_dcp2_20230501_dcp27', 36), - mksrc('datarepo-c89e2c59', 'hca_prod_1fac187b1c3f41c4b6b66a9a8c0489d1__20230427_dcp2_20230501_dcp27', 129), - mksrc('datarepo-87be288c', 'hca_prod_30dc396411354b56b393ce2dcbc6e379__20230427_dcp2_20230501_dcp27', 27), - mksrc('datarepo-c4141b50', 'hca_prod_3ce9ae94c469419a96375d138a4e642f__20230201_dcp2_20230501_dcp27', 6), - mksrc('datarepo-4064f470', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20230501_dcp27', 7), - mksrc('datarepo-94eb2b77', 'hca_prod_4627f43ea43f44dd8c4b7efddb3f296d__20230501_dcp2_20230501_dcp27', 1569), - mksrc('datarepo-e3915cae', 'hca_prod_4f4f0193ede84a828cb07a0a22f06e63__20230427_dcp2_20230501_dcp27', 33), - mksrc('datarepo-a498b8c7', 'hca_prod_50154d1e230844bf960810c7afaa560b__20230427_dcp2_20230501_dcp27', 322), - mksrc('datarepo-f800a6a6', 'hca_prod_566d00b0e1f84b929cbd57de9fad0050__20230427_dcp2_20230501_dcp27', 24), - mksrc('datarepo-bf159952', 'hca_prod_5f44a860d96e4a99b67e24e1b8ccfd26__20230427_dcp2_20230501_dcp27', 3), - mksrc('datarepo-319b1c54', 'hca_prod_6e1771950ac0468b99a287de96dc9db4__20230503_dcp2_20230503_dcp27', 412), - mksrc('datarepo-7eec55b7', 'hca_prod_77c13c40a5984036807fbe09209ec2dd__20230427_dcp2_20230501_dcp27', 40), - mksrc('datarepo-daba93c4', 'hca_prod_7c5990297a3c4b5c8e79e72c9a9a65fe__20230427_dcp2_20230501_dcp27', 18), - mksrc('datarepo-2431c03c', 'hca_prod_aa55000c016848d890262d3a76ec8af3__20230427_dcp2_20230501_dcp27', 41), - mksrc('datarepo-e2b50763', 'hca_prod_c844538b88544a95bd01aacbaf86d97f__20230427_dcp2_20230501_dcp27', 14), - mksrc('datarepo-37a0e19e', 'hca_prod_dc0b65b0771346f0a3390b03ea786046__20230427_dcp2_20230501_dcp27', 5), - mksrc('datarepo-cc43a54a', 'hca_prod_e090445c69714212bc5fae4ec3914102__20230427_dcp2_20230501_dcp27', 3), - mksrc('datarepo-054ea5fa', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20230501_dcp27', 386), + # @formatter:off + mksrc('bigquery', 'datarepo-75b50ae7', 'hca_prod_04e4292cf62f4098ae9bfd69ae002a90__20230427_dcp2_20230501_dcp27', 310), # noqa E501 + mksrc('bigquery', 'datarepo-d2f36342', 'hca_prod_0751843070314bdfa3ce1bf0917a1923__20221208_dcp2_20230501_dcp27', 7), # noqa E501 + mksrc('bigquery', 'datarepo-26882f0f', 'hca_prod_07d5987e7f9e4f34b0fba185a35504f5__20230427_dcp2_20230501_dcp27', 36), # noqa E501 + mksrc('bigquery', 'datarepo-c89e2c59', 'hca_prod_1fac187b1c3f41c4b6b66a9a8c0489d1__20230427_dcp2_20230501_dcp27', 129), # noqa E501 + mksrc('bigquery', 'datarepo-87be288c', 'hca_prod_30dc396411354b56b393ce2dcbc6e379__20230427_dcp2_20230501_dcp27', 27), # noqa E501 + mksrc('bigquery', 'datarepo-c4141b50', 'hca_prod_3ce9ae94c469419a96375d138a4e642f__20230201_dcp2_20230501_dcp27', 6), # noqa E501 + mksrc('bigquery', 'datarepo-4064f470', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20230501_dcp27', 7), # noqa E501 + mksrc('bigquery', 'datarepo-94eb2b77', 'hca_prod_4627f43ea43f44dd8c4b7efddb3f296d__20230501_dcp2_20230501_dcp27', 1569), # noqa E501 + mksrc('bigquery', 'datarepo-e3915cae', 'hca_prod_4f4f0193ede84a828cb07a0a22f06e63__20230427_dcp2_20230501_dcp27', 33), # noqa E501 + mksrc('bigquery', 'datarepo-a498b8c7', 'hca_prod_50154d1e230844bf960810c7afaa560b__20230427_dcp2_20230501_dcp27', 322), # noqa E501 + mksrc('bigquery', 'datarepo-f800a6a6', 'hca_prod_566d00b0e1f84b929cbd57de9fad0050__20230427_dcp2_20230501_dcp27', 24), # noqa E501 + mksrc('bigquery', 'datarepo-bf159952', 'hca_prod_5f44a860d96e4a99b67e24e1b8ccfd26__20230427_dcp2_20230501_dcp27', 3), # noqa E501 + mksrc('bigquery', 'datarepo-319b1c54', 'hca_prod_6e1771950ac0468b99a287de96dc9db4__20230503_dcp2_20230503_dcp27', 412), # noqa E501 + mksrc('bigquery', 'datarepo-7eec55b7', 'hca_prod_77c13c40a5984036807fbe09209ec2dd__20230427_dcp2_20230501_dcp27', 40), # noqa E501 + mksrc('bigquery', 'datarepo-daba93c4', 'hca_prod_7c5990297a3c4b5c8e79e72c9a9a65fe__20230427_dcp2_20230501_dcp27', 18), # noqa E501 + mksrc('bigquery', 'datarepo-2431c03c', 'hca_prod_aa55000c016848d890262d3a76ec8af3__20230427_dcp2_20230501_dcp27', 41), # noqa E501 + mksrc('bigquery', 'datarepo-e2b50763', 'hca_prod_c844538b88544a95bd01aacbaf86d97f__20230427_dcp2_20230501_dcp27', 14), # noqa E501 + mksrc('bigquery', 'datarepo-37a0e19e', 'hca_prod_dc0b65b0771346f0a3390b03ea786046__20230427_dcp2_20230501_dcp27', 5), # noqa E501 + mksrc('bigquery', 'datarepo-cc43a54a', 'hca_prod_e090445c69714212bc5fae4ec3914102__20230427_dcp2_20230501_dcp27', 3), # noqa E501 + mksrc('bigquery', 'datarepo-054ea5fa', 'hca_prod_f6133d2a9f3d4ef99c19c23d6c7e6cc0__20220119_dcp2_20230501_dcp27', 386), # noqa E501 + # @formatter:on ])) dcp28_sources = mkdict(dcp27_sources, 364, mkdelta([ - mksrc('datarepo-60acbcdf', 'hca_prod_111d272bc25a49ac9b25e062b70d66e0__20230530_dcp2_20230530_dcp28', 4), - mksrc('datarepo-7ef68d1b', 'hca_prod_272b760266cd4b02a86b2b7c9c51a9ea__20230526_dcp2_20230530_dcp28', 38), - mksrc('datarepo-db922a93', 'hca_prod_29b5416534ee4da5b257b4c1f7343656__20230530_dcp2_20230530_dcp28', 74), - mksrc('datarepo-6985b629', 'hca_prod_57a2c2deb0d4465abe53a41e59e75fab__20230526_dcp2_20230530_dcp28', 100), - mksrc('datarepo-131b24da', 'hca_prod_77423e580fbb495a9ec2bd9a8010f21d__20230526_dcp2_20230530_dcp28', 2), - mksrc('datarepo-6a3a84b5', 'hca_prod_842605c7375a47c59e2ca71c2c00fcad__20220117_dcp2_20230530_dcp28', 9), - mksrc('datarepo-e3af5c43', 'hca_prod_8b954fb2bccb44c584e39f91e9189c40__20230526_dcp2_20230530_dcp28', 14), - mksrc('datarepo-bb339f80', 'hca_prod_92afaa56d501481ea027dddd72212ba8__20230526_dcp2_20230530_dcp28', 21), - mksrc('datarepo-f4518d09', 'hca_prod_9746f4e0d3b2454389b310288162851b__20230526_dcp2_20230530_dcp28', 2), - mksrc('datarepo-0ea3a03c', 'hca_prod_a4f154f85cc940b5b8d7af90afce8a8f__20230526_dcp2_20230530_dcp28', 49), - mksrc('datarepo-a5f69eaf', 'hca_prod_ae62bb3155ca4127b0fbb1771a604645__20230313_dcp2_20230530_dcp28', 1983), - mksrc('datarepo-72f08c60', 'hca_prod_c3354786c17c4e53b4d7c7afbed5b208__20230526_dcp2_20230530_dcp28', 142), - mksrc('datarepo-d2e866b8', 'hca_prod_cae461deecbd482fa5d411d607fc12ba__20230526_dcp2_20230530_dcp28', 31), - mksrc('datarepo-30f2f8b0', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20230530_dcp28', 56), - mksrc('datarepo-c3fad823', 'hca_prod_e925633fabd9486a81c61a6a66891d23__20230526_dcp2_20230530_dcp28', 12), - mksrc('datarepo-9176f1e6', 'hca_prod_fae72d894ac44aab9b93574775e168d4__20230530_dcp2_20230530_dcp28', 39) + # @formatter:off + mksrc('bigquery', 'datarepo-60acbcdf', 'hca_prod_111d272bc25a49ac9b25e062b70d66e0__20230530_dcp2_20230530_dcp28', 4), # noqa E501 + mksrc('bigquery', 'datarepo-7ef68d1b', 'hca_prod_272b760266cd4b02a86b2b7c9c51a9ea__20230526_dcp2_20230530_dcp28', 38), # noqa E501 + mksrc('bigquery', 'datarepo-db922a93', 'hca_prod_29b5416534ee4da5b257b4c1f7343656__20230530_dcp2_20230530_dcp28', 74), # noqa E501 + mksrc('bigquery', 'datarepo-6985b629', 'hca_prod_57a2c2deb0d4465abe53a41e59e75fab__20230526_dcp2_20230530_dcp28', 100), # noqa E501 + mksrc('bigquery', 'datarepo-131b24da', 'hca_prod_77423e580fbb495a9ec2bd9a8010f21d__20230526_dcp2_20230530_dcp28', 2), # noqa E501 + mksrc('bigquery', 'datarepo-6a3a84b5', 'hca_prod_842605c7375a47c59e2ca71c2c00fcad__20220117_dcp2_20230530_dcp28', 9), # noqa E501 + mksrc('bigquery', 'datarepo-e3af5c43', 'hca_prod_8b954fb2bccb44c584e39f91e9189c40__20230526_dcp2_20230530_dcp28', 14), # noqa E501 + mksrc('bigquery', 'datarepo-bb339f80', 'hca_prod_92afaa56d501481ea027dddd72212ba8__20230526_dcp2_20230530_dcp28', 21), # noqa E501 + mksrc('bigquery', 'datarepo-f4518d09', 'hca_prod_9746f4e0d3b2454389b310288162851b__20230526_dcp2_20230530_dcp28', 2), # noqa E501 + mksrc('bigquery', 'datarepo-0ea3a03c', 'hca_prod_a4f154f85cc940b5b8d7af90afce8a8f__20230526_dcp2_20230530_dcp28', 49), # noqa E501 + mksrc('bigquery', 'datarepo-a5f69eaf', 'hca_prod_ae62bb3155ca4127b0fbb1771a604645__20230313_dcp2_20230530_dcp28', 1983), # noqa E501 + mksrc('bigquery', 'datarepo-72f08c60', 'hca_prod_c3354786c17c4e53b4d7c7afbed5b208__20230526_dcp2_20230530_dcp28', 142), # noqa E501 + mksrc('bigquery', 'datarepo-d2e866b8', 'hca_prod_cae461deecbd482fa5d411d607fc12ba__20230526_dcp2_20230530_dcp28', 31), # noqa E501 + mksrc('bigquery', 'datarepo-30f2f8b0', 'hca_prod_e6773550c1a6494986431a3154cf2670__20221208_dcp2_20230530_dcp28', 56), # noqa E501 + mksrc('bigquery', 'datarepo-c3fad823', 'hca_prod_e925633fabd9486a81c61a6a66891d23__20230526_dcp2_20230530_dcp28', 12), # noqa E501 + mksrc('bigquery', 'datarepo-9176f1e6', 'hca_prod_fae72d894ac44aab9b93574775e168d4__20230530_dcp2_20230530_dcp28', 39) # noqa E501 + # @formatter:on ])) dcp29_sources = mkdict(dcp28_sources, 386, mkdelta([ - mksrc('datarepo-a066b1d5', 'hca_prod_01aacb6840764fd99eb9aba0f48c1b5a__20230616_dcp2_20230616_dcp29', 19), - mksrc('datarepo-36015bab', 'hca_prod_0d737cce1c1c493a8e2eb00143bccc12__20230616_dcp2_20230616_dcp29', 85), - mksrc('datarepo-34ba456a', 'hca_prod_0efecd202b524e4f96c59b4b94158713__20230614_dcp2_20230616_dcp29', 14), - mksrc('datarepo-7ab77437', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20230616_dcp29', 96), - mksrc('datarepo-cac974a7', 'hca_prod_1c4cbdd433e34dedab435958de817123__20230614_dcp2_20230616_dcp29', 97), - mksrc('datarepo-e13ec32c', 'hca_prod_2973a42cf81048129a235bbc9644588d__20230614_dcp2_20230616_dcp29', 21), - mksrc('datarepo-780b7376', 'hca_prod_2caedc30c8164b99a237b9f3b458c8e5__20230614_dcp2_20230616_dcp29', 3), - mksrc('datarepo-27e5c5cf', 'hca_prod_2d559a6e7cd9432f9f6e0e4df03b0888__20230614_dcp2_20230616_dcp29', 7), - mksrc('datarepo-340d69da', 'hca_prod_3d49e5e5976f44cbb6b9079016c31c56__20230614_dcp2_20230616_dcp29', 14), - mksrc('datarepo-6c9af5df', 'hca_prod_457d0bfe79e443f1be5d83bf080d809e__20230616_dcp2_20230616_dcp29', 43), - mksrc('datarepo-8d3a1856', 'hca_prod_5a54c6170eed486e8c1a8a8041fc1729__20230616_dcp2_20230616_dcp29', 53), - mksrc('datarepo-3b876136', 'hca_prod_5f607e50ba224598b1e9f3d9d7a35dcc__20230201_dcp2_20230616_dcp29', 10), - mksrc('datarepo-4c3d24fa', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20230616_dcp29', 5175), - mksrc('datarepo-2eac2e30', 'hca_prod_65cbfea55c544255a1d014549a86a5c1__20230616_dcp2_20230616_dcp29', 33), - mksrc('datarepo-2987dba5', 'hca_prod_73011a86475548ac9f70a28903b4ad77__20230616_dcp2_20230616_dcp29', 96), - mksrc('datarepo-a0198d42', 'hca_prod_92892ab213344b1c976114f5a73548ea__20230616_dcp2_20230616_dcp29', 10), - mksrc('datarepo-3525d30e', 'hca_prod_9c20a245f2c043ae82c92232ec6b594f__20220212_dcp2_20230616_dcp29', 101), - mksrc('datarepo-a03549fc', 'hca_prod_9f17ed7d93254723a120b00e48db20c0__20230614_dcp2_20230616_dcp29', 76), - mksrc('datarepo-76e3e0fa', 'hca_prod_b208466a6fb043858cfb8e03ff6b939e__20230616_dcp2_20230616_dcp29', 245), - mksrc('datarepo-32c91a7f', 'hca_prod_b91c623b19454727b1670a93027b0d3f__20230616_dcp2_20230616_dcp29', 40), - mksrc('datarepo-41efd06c', 'hca_prod_bc5512cc95444aa48b758af445ee2257__20230614_dcp2_20230616_dcp29', 168), - mksrc('datarepo-3ed34ae5', 'hca_prod_cea413af79b34f118b48383fe9a65fbe__20230614_dcp2_20230616_dcp29', 32), - mksrc('datarepo-4d68a94d', 'hca_prod_da74b50760ee4dd1bd02807bb051a337__20230614_dcp2_20230616_dcp29', 12), - mksrc('datarepo-72424b3d', 'hca_prod_e5fe827437694d7daa356d33c226ab43__20230616_dcp2_20230616_dcp29', 44), - mksrc('datarepo-0e1a9ef4', 'hca_prod_f0f89c1474604bab9d4222228a91f185__20220119_dcp2_20230616_dcp29', 772), + # @formatter:off + mksrc('bigquery', 'datarepo-a066b1d5', 'hca_prod_01aacb6840764fd99eb9aba0f48c1b5a__20230616_dcp2_20230616_dcp29', 19), # noqa E501 + mksrc('bigquery', 'datarepo-36015bab', 'hca_prod_0d737cce1c1c493a8e2eb00143bccc12__20230616_dcp2_20230616_dcp29', 85), # noqa E501 + mksrc('bigquery', 'datarepo-34ba456a', 'hca_prod_0efecd202b524e4f96c59b4b94158713__20230614_dcp2_20230616_dcp29', 14), # noqa E501 + mksrc('bigquery', 'datarepo-7ab77437', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20230616_dcp29', 96), # noqa E501 + mksrc('bigquery', 'datarepo-cac974a7', 'hca_prod_1c4cbdd433e34dedab435958de817123__20230614_dcp2_20230616_dcp29', 97), # noqa E501 + mksrc('bigquery', 'datarepo-e13ec32c', 'hca_prod_2973a42cf81048129a235bbc9644588d__20230614_dcp2_20230616_dcp29', 21), # noqa E501 + mksrc('bigquery', 'datarepo-780b7376', 'hca_prod_2caedc30c8164b99a237b9f3b458c8e5__20230614_dcp2_20230616_dcp29', 3), # noqa E501 + mksrc('bigquery', 'datarepo-27e5c5cf', 'hca_prod_2d559a6e7cd9432f9f6e0e4df03b0888__20230614_dcp2_20230616_dcp29', 7), # noqa E501 + mksrc('bigquery', 'datarepo-340d69da', 'hca_prod_3d49e5e5976f44cbb6b9079016c31c56__20230614_dcp2_20230616_dcp29', 14), # noqa E501 + mksrc('bigquery', 'datarepo-6c9af5df', 'hca_prod_457d0bfe79e443f1be5d83bf080d809e__20230616_dcp2_20230616_dcp29', 43), # noqa E501 + mksrc('bigquery', 'datarepo-8d3a1856', 'hca_prod_5a54c6170eed486e8c1a8a8041fc1729__20230616_dcp2_20230616_dcp29', 53), # noqa E501 + mksrc('bigquery', 'datarepo-3b876136', 'hca_prod_5f607e50ba224598b1e9f3d9d7a35dcc__20230201_dcp2_20230616_dcp29', 10), # noqa E501 + mksrc('bigquery', 'datarepo-4c3d24fa', 'hca_prod_615158205bb845d08d12f0850222ecf0__20221007_dcp2_20230616_dcp29', 5175), # noqa E501 + mksrc('bigquery', 'datarepo-2eac2e30', 'hca_prod_65cbfea55c544255a1d014549a86a5c1__20230616_dcp2_20230616_dcp29', 33), # noqa E501 + mksrc('bigquery', 'datarepo-2987dba5', 'hca_prod_73011a86475548ac9f70a28903b4ad77__20230616_dcp2_20230616_dcp29', 96), # noqa E501 + mksrc('bigquery', 'datarepo-a0198d42', 'hca_prod_92892ab213344b1c976114f5a73548ea__20230616_dcp2_20230616_dcp29', 10), # noqa E501 + mksrc('bigquery', 'datarepo-3525d30e', 'hca_prod_9c20a245f2c043ae82c92232ec6b594f__20220212_dcp2_20230616_dcp29', 101), # noqa E501 + mksrc('bigquery', 'datarepo-a03549fc', 'hca_prod_9f17ed7d93254723a120b00e48db20c0__20230614_dcp2_20230616_dcp29', 76), # noqa E501 + mksrc('bigquery', 'datarepo-76e3e0fa', 'hca_prod_b208466a6fb043858cfb8e03ff6b939e__20230616_dcp2_20230616_dcp29', 245), # noqa E501 + mksrc('bigquery', 'datarepo-32c91a7f', 'hca_prod_b91c623b19454727b1670a93027b0d3f__20230616_dcp2_20230616_dcp29', 40), # noqa E501 + mksrc('bigquery', 'datarepo-41efd06c', 'hca_prod_bc5512cc95444aa48b758af445ee2257__20230614_dcp2_20230616_dcp29', 168), # noqa E501 + mksrc('bigquery', 'datarepo-3ed34ae5', 'hca_prod_cea413af79b34f118b48383fe9a65fbe__20230614_dcp2_20230616_dcp29', 32), # noqa E501 + mksrc('bigquery', 'datarepo-4d68a94d', 'hca_prod_da74b50760ee4dd1bd02807bb051a337__20230614_dcp2_20230616_dcp29', 12), # noqa E501 + mksrc('bigquery', 'datarepo-72424b3d', 'hca_prod_e5fe827437694d7daa356d33c226ab43__20230616_dcp2_20230616_dcp29', 44), # noqa E501 + mksrc('bigquery', 'datarepo-0e1a9ef4', 'hca_prod_f0f89c1474604bab9d4222228a91f185__20220119_dcp2_20230616_dcp29', 772), # noqa E501 + # @formatter:on ])) dcp30_sources = mkdict(dcp29_sources, 391, mkdelta([ - mksrc('datarepo-664081d7', 'hca_prod_07073c1280064710a00b23abdb814904__20220107_dcp2_20230815_dcp30', 26), - mksrc('datarepo-b58dd635', 'hca_prod_1c6a960d52ac44eab728a59c7ab9dc8e__20220110_dcp2_20230815_dcp30', 11), - mksrc('datarepo-db2290d3', 'hca_prod_1cd1f41ff81a486ba05b66ec60f81dcf__20220107_dcp2_20230815_dcp30', 19), - mksrc('datarepo-bb040c00', 'hca_prod_1eba4d0b2d154ba7bb3cd4654dd94519__20230815_dcp2_20230815_dcp30', 3), - mksrc('datarepo-3c37eadf', 'hca_prod_23587fb31a4a4f58ad74cc9a4cb4c254__20220111_dcp2_20230815_dcp30', 1478), - mksrc('datarepo-f259cc76', 'hca_prod_279f176633194e3c9f996fb59ba9b3e5__20230815_dcp2_20230815_dcp30', 3), - mksrc('datarepo-b5f40aa1', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20230815_dcp30', 7), - mksrc('datarepo-f1f04670', 'hca_prod_41fb1734a121461695c73b732c9433c7__20220113_dcp2_20230815_dcp30', 13), - mksrc('datarepo-1c267fa5', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20230815_dcp30', 38), - mksrc('datarepo-9ec63340', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20230815_dcp30', 12), - mksrc('datarepo-1188524b', 'hca_prod_520afa10f9d24e93ab7a26c4c863ce18__20220117_dcp2_20230815_dcp30', 651), - mksrc('datarepo-c35a61eb', 'hca_prod_559bb888782941f2ace52c05c7eb81e9__20220117_dcp2_20230815_dcp30', 23), - mksrc('datarepo-1840929b', 'hca_prod_7027adc6c9c946f384ee9badc3a4f53b__20220117_dcp2_20230815_dcp30', 27), - mksrc('datarepo-019a64bb', 'hca_prod_739ef78aba5d4487a0139982db66d222__20230815_dcp2_20230815_dcp30', 16), - mksrc('datarepo-e0eccf2a', 'hca_prod_74493e9844fc48b0a58fcc7e77268b59__20220117_dcp2_20230815_dcp30', 9), - mksrc('datarepo-ccee34ca', 'hca_prod_783c9952a4ae4106a6ce56f20ce27f88__20220117_dcp2_20230815_dcp30', 9), - mksrc('datarepo-5dd80f6c', 'hca_prod_8f1f653d3ea14d8eb4a7b97dc852c2b1__20230815_dcp2_20230815_dcp30', 4), - mksrc('datarepo-6f3c6cc2', 'hca_prod_92afaa56d501481ea027dddd72212ba8__20230526_dcp2_20230815_dcp30', 21), - mksrc('datarepo-41c736b4', 'hca_prod_996120f9e84f409fa01e732ab58ca8b9__20220118_dcp2_20230815_dcp30', 27), - mksrc('datarepo-bdbe74eb', 'hca_prod_b208466a6fb043858cfb8e03ff6b939e__20230616_dcp2_20230815_dcp30', 245), - mksrc('datarepo-20f3401b', 'hca_prod_b4a7d12f6c2f40a39e359756997857e3__20220118_dcp2_20230815_dcp30', 25), - mksrc('datarepo-47aed999', 'hca_prod_c893cb575c9f4f26931221b85be84313__20220118_dcp2_20230815_dcp30', 21), - mksrc('datarepo-e7b395be', 'hca_prod_ccef38d7aa9240109621c4c7b1182647__20220118_dcp2_20230815_dcp30', 1320), - mksrc('datarepo-b11d40e9', 'hca_prod_d3a4ceac4d66498497042570c0647a56__20220119_dcp2_20230815_dcp30', 15), - mksrc('datarepo-c47b01c5', 'hca_prod_d8ae869c39c24cddb3fc2d0d8f60e7b8__20230313_dcp2_20230815_dcp30', 2), - mksrc('datarepo-a2b3ca2a', 'hca_prod_efea6426510a4b609a19277e52bfa815__20220118_dcp2_20230815_dcp30', 32), - mksrc('datarepo-6f4f0e4f', 'hca_prod_f7b464770f2a4bffa9b7719e000499a3__20230815_dcp2_20230815_dcp30', 17), - mksrc('datarepo-80208d02', 'hca_prod_f86f1ab41fbb4510ae353ffd752d4dfc__20220119_dcp2_20230815_dcp30', 21), + # @formatter:off + mksrc('bigquery', 'datarepo-664081d7', 'hca_prod_07073c1280064710a00b23abdb814904__20220107_dcp2_20230815_dcp30', 26), # noqa E501 + mksrc('bigquery', 'datarepo-b58dd635', 'hca_prod_1c6a960d52ac44eab728a59c7ab9dc8e__20220110_dcp2_20230815_dcp30', 11), # noqa E501 + mksrc('bigquery', 'datarepo-db2290d3', 'hca_prod_1cd1f41ff81a486ba05b66ec60f81dcf__20220107_dcp2_20230815_dcp30', 19), # noqa E501 + mksrc('bigquery', 'datarepo-bb040c00', 'hca_prod_1eba4d0b2d154ba7bb3cd4654dd94519__20230815_dcp2_20230815_dcp30', 3), # noqa E501 + mksrc('bigquery', 'datarepo-3c37eadf', 'hca_prod_23587fb31a4a4f58ad74cc9a4cb4c254__20220111_dcp2_20230815_dcp30', 1478), # noqa E501 + mksrc('bigquery', 'datarepo-f259cc76', 'hca_prod_279f176633194e3c9f996fb59ba9b3e5__20230815_dcp2_20230815_dcp30', 3), # noqa E501 + mksrc('bigquery', 'datarepo-b5f40aa1', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20230815_dcp30', 7), # noqa E501 + mksrc('bigquery', 'datarepo-f1f04670', 'hca_prod_41fb1734a121461695c73b732c9433c7__20220113_dcp2_20230815_dcp30', 13), # noqa E501 + mksrc('bigquery', 'datarepo-1c267fa5', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20230815_dcp30', 38), # noqa E501 + mksrc('bigquery', 'datarepo-9ec63340', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20230815_dcp30', 12), # noqa E501 + mksrc('bigquery', 'datarepo-1188524b', 'hca_prod_520afa10f9d24e93ab7a26c4c863ce18__20220117_dcp2_20230815_dcp30', 651), # noqa E501 + mksrc('bigquery', 'datarepo-c35a61eb', 'hca_prod_559bb888782941f2ace52c05c7eb81e9__20220117_dcp2_20230815_dcp30', 23), # noqa E501 + mksrc('bigquery', 'datarepo-1840929b', 'hca_prod_7027adc6c9c946f384ee9badc3a4f53b__20220117_dcp2_20230815_dcp30', 27), # noqa E501 + mksrc('bigquery', 'datarepo-019a64bb', 'hca_prod_739ef78aba5d4487a0139982db66d222__20230815_dcp2_20230815_dcp30', 16), # noqa E501 + mksrc('bigquery', 'datarepo-e0eccf2a', 'hca_prod_74493e9844fc48b0a58fcc7e77268b59__20220117_dcp2_20230815_dcp30', 9), # noqa E501 + mksrc('bigquery', 'datarepo-ccee34ca', 'hca_prod_783c9952a4ae4106a6ce56f20ce27f88__20220117_dcp2_20230815_dcp30', 9), # noqa E501 + mksrc('bigquery', 'datarepo-5dd80f6c', 'hca_prod_8f1f653d3ea14d8eb4a7b97dc852c2b1__20230815_dcp2_20230815_dcp30', 4), # noqa E501 + mksrc('bigquery', 'datarepo-6f3c6cc2', 'hca_prod_92afaa56d501481ea027dddd72212ba8__20230526_dcp2_20230815_dcp30', 21), # noqa E501 + mksrc('bigquery', 'datarepo-41c736b4', 'hca_prod_996120f9e84f409fa01e732ab58ca8b9__20220118_dcp2_20230815_dcp30', 27), # noqa E501 + mksrc('bigquery', 'datarepo-bdbe74eb', 'hca_prod_b208466a6fb043858cfb8e03ff6b939e__20230616_dcp2_20230815_dcp30', 245), # noqa E501 + mksrc('bigquery', 'datarepo-20f3401b', 'hca_prod_b4a7d12f6c2f40a39e359756997857e3__20220118_dcp2_20230815_dcp30', 25), # noqa E501 + mksrc('bigquery', 'datarepo-47aed999', 'hca_prod_c893cb575c9f4f26931221b85be84313__20220118_dcp2_20230815_dcp30', 21), # noqa E501 + mksrc('bigquery', 'datarepo-e7b395be', 'hca_prod_ccef38d7aa9240109621c4c7b1182647__20220118_dcp2_20230815_dcp30', 1320), # noqa E501 + mksrc('bigquery', 'datarepo-b11d40e9', 'hca_prod_d3a4ceac4d66498497042570c0647a56__20220119_dcp2_20230815_dcp30', 15), # noqa E501 + mksrc('bigquery', 'datarepo-c47b01c5', 'hca_prod_d8ae869c39c24cddb3fc2d0d8f60e7b8__20230313_dcp2_20230815_dcp30', 2), # noqa E501 + mksrc('bigquery', 'datarepo-a2b3ca2a', 'hca_prod_efea6426510a4b609a19277e52bfa815__20220118_dcp2_20230815_dcp30', 32), # noqa E501 + mksrc('bigquery', 'datarepo-6f4f0e4f', 'hca_prod_f7b464770f2a4bffa9b7719e000499a3__20230815_dcp2_20230815_dcp30', 17), # noqa E501 + mksrc('bigquery', 'datarepo-80208d02', 'hca_prod_f86f1ab41fbb4510ae353ffd752d4dfc__20220119_dcp2_20230815_dcp30', 21), # noqa E501 + # @formatter:on ])) dcp31_sources = mkdict(dcp30_sources, 399, mkdelta([ - mksrc('datarepo-36295e0b', 'hca_prod_0911cc0406d64ffc8318b90b0039e8ad__20230905_dcp2_20230905_dcp31', 42), - mksrc('datarepo-83dafa1a', 'hca_prod_279f176633194e3c9f996fb59ba9b3e5__20230815_dcp2_20230905_dcp31', 3), - mksrc('datarepo-789ec382', 'hca_prod_326b36bd0975475f983b56ddb8f73a4d__20230905_dcp2_20230905_dcp31', 5), - mksrc('datarepo-b68fee1b', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20230905_dcp31', 58), - mksrc('datarepo-d8916247', 'hca_prod_453d7ee2319f496c986299d397870b63__20230905_dcp2_20230906_dcp31', 47), - mksrc('datarepo-7ad0a304', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20230905_dcp31', 34), - mksrc('datarepo-18691416', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20230905_dcp31', 12), - mksrc('datarepo-d6c0be70', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20230905_dcp31', 21), - mksrc('datarepo-3352a319', 'hca_prod_6936da41369246bbbca1cd0f507991e9__20230905_dcp2_20230905_dcp31', 1081), - mksrc('datarepo-ff7365d6', 'hca_prod_739ef78aba5d4487a0139982db66d222__20230815_dcp2_20230905_dcp31', 16), - mksrc('datarepo-517878d7', 'hca_prod_7dcffc327c8243969a4f88b5579bfe8a__20230905_dcp2_20230905_dcp31', 22), - mksrc('datarepo-088b9165', 'hca_prod_7f9766ffbb124279b34078d140bdd7ba__20230905_dcp2_20230905_dcp31', 110), - mksrc('datarepo-4450b12b', 'hca_prod_92892ab213344b1c976114f5a73548ea__20230616_dcp2_20230905_dcp31', 10), - mksrc('datarepo-f305a966', 'hca_prod_9746f4e0d3b2454389b310288162851b__20230526_dcp2_20230905_dcp31', 2), - mksrc('datarepo-6a51c34a', 'hca_prod_e374c1cf73fd4a7a866979dc41714984__20230905_dcp2_20230905_dcp31', 106), - mksrc('datarepo-2abbf49d', 'hca_prod_e456c042f6b64ceca3381a8ef80bd779__20230905_dcp2_20230905_dcp31', 291), + # @formatter:off + mksrc('bigquery', 'datarepo-36295e0b', 'hca_prod_0911cc0406d64ffc8318b90b0039e8ad__20230905_dcp2_20230905_dcp31', 42), # noqa E501 + mksrc('bigquery', 'datarepo-83dafa1a', 'hca_prod_279f176633194e3c9f996fb59ba9b3e5__20230815_dcp2_20230905_dcp31', 3), # noqa E501 + mksrc('bigquery', 'datarepo-789ec382', 'hca_prod_326b36bd0975475f983b56ddb8f73a4d__20230905_dcp2_20230905_dcp31', 5), # noqa E501 + mksrc('bigquery', 'datarepo-b68fee1b', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20230905_dcp31', 58), # noqa E501 + mksrc('bigquery', 'datarepo-d8916247', 'hca_prod_453d7ee2319f496c986299d397870b63__20230905_dcp2_20230906_dcp31', 47), # noqa E501 + mksrc('bigquery', 'datarepo-7ad0a304', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20230905_dcp31', 34), # noqa E501 + mksrc('bigquery', 'datarepo-18691416', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20230905_dcp31', 12), # noqa E501 + mksrc('bigquery', 'datarepo-d6c0be70', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20230905_dcp31', 21), # noqa E501 + mksrc('bigquery', 'datarepo-3352a319', 'hca_prod_6936da41369246bbbca1cd0f507991e9__20230905_dcp2_20230905_dcp31', 1081), # noqa E501 + mksrc('bigquery', 'datarepo-ff7365d6', 'hca_prod_739ef78aba5d4487a0139982db66d222__20230815_dcp2_20230905_dcp31', 16), # noqa E501 + mksrc('bigquery', 'datarepo-517878d7', 'hca_prod_7dcffc327c8243969a4f88b5579bfe8a__20230905_dcp2_20230905_dcp31', 22), # noqa E501 + mksrc('bigquery', 'datarepo-088b9165', 'hca_prod_7f9766ffbb124279b34078d140bdd7ba__20230905_dcp2_20230905_dcp31', 110), # noqa E501 + mksrc('bigquery', 'datarepo-4450b12b', 'hca_prod_92892ab213344b1c976114f5a73548ea__20230616_dcp2_20230905_dcp31', 10), # noqa E501 + mksrc('bigquery', 'datarepo-f305a966', 'hca_prod_9746f4e0d3b2454389b310288162851b__20230526_dcp2_20230905_dcp31', 2), # noqa E501 + mksrc('bigquery', 'datarepo-6a51c34a', 'hca_prod_e374c1cf73fd4a7a866979dc41714984__20230905_dcp2_20230905_dcp31', 106), # noqa E501 + mksrc('bigquery', 'datarepo-2abbf49d', 'hca_prod_e456c042f6b64ceca3381a8ef80bd779__20230905_dcp2_20230905_dcp31', 291), # noqa E501 + # @formatter:on ])) dcp32_sources = mkdict(dcp31_sources, 405, mkdelta([ - mksrc('datarepo-6885133e', 'hca_prod_0792db3480474e62802c9177c9cd8e28__20220107_dcp2_20231002_dcp32', 1451), - mksrc('datarepo-03b554f8', 'hca_prod_0911cc0406d64ffc8318b90b0039e8ad__20230905_dcp2_20231002_dcp32', 42), - mksrc('datarepo-a5249352', 'hca_prod_279f176633194e3c9f996fb59ba9b3e5__20230815_dcp2_20231002_dcp32', 3), - mksrc('datarepo-e676a270', 'hca_prod_2a72a4e566b2405abb7c1e463e8febb0__20220111_dcp2_20231002_dcp32', 2292), - mksrc('datarepo-720eb4d9', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20231002_dcp32', 7), - mksrc('datarepo-8c4f04c0', 'hca_prod_326b36bd0975475f983b56ddb8f73a4d__20230905_dcp2_20231002_dcp32', 5), - mksrc('datarepo-9f296da3', 'hca_prod_376a7f55b8764f609cf3ed7bc83d5415__20220111_dcp2_20231002_dcp32', 46), - mksrc('datarepo-223a067e', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20231002_dcp32', 58), - mksrc('datarepo-f053f0b1', 'hca_prod_421bc6cdbbb44398ac60a32ea94f02ae__20230929_dcp2_20231003_dcp32', 16), - mksrc('datarepo-7221e50b', 'hca_prod_453d7ee2319f496c986299d397870b63__20230905_dcp2_20231002_dcp32', 47), - mksrc('datarepo-262093aa', 'hca_prod_48f60534ba4e45bcaa5b6d3a6c45962e__20230929_dcp2_20231002_dcp32', 59), - mksrc('datarepo-129b6bcc', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20231002_dcp32', 38), - mksrc('datarepo-85e28021', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20231002_dcp32', 34), - mksrc('datarepo-ad300086', 'hca_prod_50154d1e230844bf960810c7afaa560b__20230427_dcp2_20231002_dcp32', 322), - mksrc('datarepo-6d4f90e5', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20231002_dcp32', 12), - mksrc('datarepo-d13e36e7', 'hca_prod_53c53cd481274e12bc7f8fe1610a715c__20220117_dcp2_20231002_dcp32', 35), - mksrc('datarepo-0287a0ba', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20231002_dcp32', 21), - mksrc('datarepo-4d2eebce', 'hca_prod_5a54c6170eed486e8c1a8a8041fc1729__20230616_dcp2_20231002_dcp32', 53), - mksrc('datarepo-2917ceb6', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20230314_dcp25', 409, pop), - mksrc('datarepo-069ac8d2', 'hca_prod_67a3de0945b949c3a068ff4665daa50e__20220117_dcp2_20231002_dcp32', 735), - mksrc('datarepo-7be1db07', 'hca_prod_6936da41369246bbbca1cd0f507991e9__20230905_dcp2_20231003_dcp32', 1081), - mksrc('datarepo-b59acd40', 'hca_prod_72ff481856924bbc8886e47763531023__20230929_dcp2_20231002_dcp32', 32), - mksrc('datarepo-a2f56dc5', 'hca_prod_739ef78aba5d4487a0139982db66d222__20230815_dcp2_20231002_dcp32', 16), - mksrc('datarepo-114ecc76', 'hca_prod_74e2ef9d7c9f418cb2817fb38f3b1571__20220906_dcp2_20231002_dcp32', 179), - mksrc('datarepo-87452786', 'hca_prod_7dcffc327c8243969a4f88b5579bfe8a__20230905_dcp2_20231002_dcp32', 22), - mksrc('datarepo-c844e919', 'hca_prod_bfaedc29fe844e72a46175dc8aabbd1b__20230929_dcp2_20231002_dcp32', 5), - mksrc('datarepo-46a39a89', 'hca_prod_c412be53cf9547c7980cc0a0caa2d3a0__20230929_dcp2_20231002_dcp32', 4), - mksrc('datarepo-89205d73', 'hca_prod_cfece4d2f18d44ada46a42bbcb5cb3b7__20230929_dcp2_20231002_dcp32', 2), - mksrc('datarepo-48284a59', 'hca_prod_dcc28fb37bab48cebc4b684c00e133ce__20230905_dcp2_20231002_dcp32', 35), + # @formatter:off + mksrc('bigquery', 'datarepo-6885133e', 'hca_prod_0792db3480474e62802c9177c9cd8e28__20220107_dcp2_20231002_dcp32', 1451), # noqa E501 + mksrc('bigquery', 'datarepo-03b554f8', 'hca_prod_0911cc0406d64ffc8318b90b0039e8ad__20230905_dcp2_20231002_dcp32', 42), # noqa E501 + mksrc('bigquery', 'datarepo-a5249352', 'hca_prod_279f176633194e3c9f996fb59ba9b3e5__20230815_dcp2_20231002_dcp32', 3), # noqa E501 + mksrc('bigquery', 'datarepo-e676a270', 'hca_prod_2a72a4e566b2405abb7c1e463e8febb0__20220111_dcp2_20231002_dcp32', 2292), # noqa E501 + mksrc('bigquery', 'datarepo-720eb4d9', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20231002_dcp32', 7), # noqa E501 + mksrc('bigquery', 'datarepo-8c4f04c0', 'hca_prod_326b36bd0975475f983b56ddb8f73a4d__20230905_dcp2_20231002_dcp32', 5), # noqa E501 + mksrc('bigquery', 'datarepo-9f296da3', 'hca_prod_376a7f55b8764f609cf3ed7bc83d5415__20220111_dcp2_20231002_dcp32', 46), # noqa E501 + mksrc('bigquery', 'datarepo-223a067e', 'hca_prod_3e92c74d256c40cd927316f155da8342__20220729_dcp2_20231002_dcp32', 58), # noqa E501 + mksrc('bigquery', 'datarepo-f053f0b1', 'hca_prod_421bc6cdbbb44398ac60a32ea94f02ae__20230929_dcp2_20231003_dcp32', 16), # noqa E501 + mksrc('bigquery', 'datarepo-7221e50b', 'hca_prod_453d7ee2319f496c986299d397870b63__20230905_dcp2_20231002_dcp32', 47), # noqa E501 + mksrc('bigquery', 'datarepo-262093aa', 'hca_prod_48f60534ba4e45bcaa5b6d3a6c45962e__20230929_dcp2_20231002_dcp32', 59), # noqa E501 + mksrc('bigquery', 'datarepo-129b6bcc', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20231002_dcp32', 38), # noqa E501 + mksrc('bigquery', 'datarepo-85e28021', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20231002_dcp32', 34), # noqa E501 + mksrc('bigquery', 'datarepo-ad300086', 'hca_prod_50154d1e230844bf960810c7afaa560b__20230427_dcp2_20231002_dcp32', 322), # noqa E501 + mksrc('bigquery', 'datarepo-6d4f90e5', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20231002_dcp32', 12), # noqa E501 + mksrc('bigquery', 'datarepo-d13e36e7', 'hca_prod_53c53cd481274e12bc7f8fe1610a715c__20220117_dcp2_20231002_dcp32', 35), # noqa E501 + mksrc('bigquery', 'datarepo-0287a0ba', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20231002_dcp32', 21), # noqa E501 + mksrc('bigquery', 'datarepo-4d2eebce', 'hca_prod_5a54c6170eed486e8c1a8a8041fc1729__20230616_dcp2_20231002_dcp32', 53), # noqa E501 + mksrc('bigquery', 'datarepo-2917ceb6', 'hca_prod_5b3285614a9740acb7ad6a90fc59d374__20220117_dcp2_20230314_dcp25', 409, pop), # noqa E501 + mksrc('bigquery', 'datarepo-069ac8d2', 'hca_prod_67a3de0945b949c3a068ff4665daa50e__20220117_dcp2_20231002_dcp32', 735), # noqa E501 + mksrc('bigquery', 'datarepo-7be1db07', 'hca_prod_6936da41369246bbbca1cd0f507991e9__20230905_dcp2_20231003_dcp32', 1081), # noqa E501 + mksrc('bigquery', 'datarepo-b59acd40', 'hca_prod_72ff481856924bbc8886e47763531023__20230929_dcp2_20231002_dcp32', 32), # noqa E501 + mksrc('bigquery', 'datarepo-a2f56dc5', 'hca_prod_739ef78aba5d4487a0139982db66d222__20230815_dcp2_20231002_dcp32', 16), # noqa E501 + mksrc('bigquery', 'datarepo-114ecc76', 'hca_prod_74e2ef9d7c9f418cb2817fb38f3b1571__20220906_dcp2_20231002_dcp32', 179), # noqa E501 + mksrc('bigquery', 'datarepo-87452786', 'hca_prod_7dcffc327c8243969a4f88b5579bfe8a__20230905_dcp2_20231002_dcp32', 22), # noqa E501 + mksrc('bigquery', 'datarepo-c844e919', 'hca_prod_bfaedc29fe844e72a46175dc8aabbd1b__20230929_dcp2_20231002_dcp32', 5), # noqa E501 + mksrc('bigquery', 'datarepo-46a39a89', 'hca_prod_c412be53cf9547c7980cc0a0caa2d3a0__20230929_dcp2_20231002_dcp32', 4), # noqa E501 + mksrc('bigquery', 'datarepo-89205d73', 'hca_prod_cfece4d2f18d44ada46a42bbcb5cb3b7__20230929_dcp2_20231002_dcp32', 2), # noqa E501 + mksrc('bigquery', 'datarepo-48284a59', 'hca_prod_dcc28fb37bab48cebc4b684c00e133ce__20230905_dcp2_20231002_dcp32', 35), # noqa E501 + # @formatter:on ])) dcp33_sources = mkdict(dcp32_sources, 412, mkdelta([ - mksrc('datarepo-fe1f8660', 'hca_prod_0d737cce1c1c493a8e2eb00143bccc12__20230616_dcp2_20231102_dcp33', 85), - mksrc('datarepo-46bbfa8a', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20231102_dcp33', 89), - mksrc('datarepo-d5d4057a', 'hca_prod_1c5eaabf075b4b7aa9e607792c2034b3__20231101_dcp2_20231102_dcp33', 107), - mksrc('datarepo-b64e953d', 'hca_prod_1ffa222328a64133a5a4badd00faf4bc__20231101_dcp2_20231102_dcp33', 590), - mksrc('datarepo-ca76b840', 'hca_prod_21ea8ddb525f4f1fa82031f0360399a2__20220111_dcp2_20231102_dcp33', 37), - mksrc('datarepo-a0ffb40f', 'hca_prod_2af52a1365cb4973b51339be38f2df3f__20220111_dcp2_20231102_dcp33', 10), - mksrc('datarepo-526f3da5', 'hca_prod_3d49e5e5976f44cbb6b9079016c31c56__20230614_dcp2_20231102_dcp33', 14), - mksrc('datarepo-766c30b1', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20231102_dcp33', 34), - mksrc('datarepo-08e00b61', 'hca_prod_5bd01deb01ee46118efdcf0ec5f56ac4__20231101_dcp2_20231102_dcp33', 3), - mksrc('datarepo-70ee98ab', 'hca_prod_645b20c95ed0450086b57aef770d010a__20230929_dcp2_20231102_dcp33', 2), - mksrc('datarepo-2e06a188', 'hca_prod_73011a86475548ac9f70a28903b4ad77__20230616_dcp2_20231102_dcp33', 96), - mksrc('datarepo-76a818d4', 'hca_prod_7f9766ffbb124279b34078d140bdd7ba__20230905_dcp2_20231102_dcp33', 110), - mksrc('datarepo-2bb1dd84', 'hca_prod_849ed38c591743c4a8f90782241cf10c__20231101_dcp2_20231102_dcp33', 12), - mksrc('datarepo-11a44864', 'hca_prod_8a666b76daaf4b1f9414e4807a1d1e8b__20220630_dcp2_20231102_dcp33', 42), - mksrc('datarepo-4bc03f16', 'hca_prod_91674dcf864140e6978dc1706feffba8__20231101_dcp2_20231102_dcp33', 3), - mksrc('datarepo-0b11f34c', 'hca_prod_94023a08611d4f22a8c990956e091b2e__20220118_dcp2_20231102_dcp33', 93), - mksrc('datarepo-bc7bde81', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20231102_dcp33', 43), - mksrc('datarepo-69bbc337', 'hca_prod_9c20a245f2c043ae82c92232ec6b594f__20220212_dcp2_20231102_dcp33', 101), - mksrc('datarepo-55e4f61e', 'hca_prod_9f17ed7d93254723a120b00e48db20c0__20230614_dcp2_20231102_dcp33', 76), - mksrc('datarepo-7f36ef82', 'hca_prod_cc35f94ee93b4dbda08c702978d9046f__20231101_dcp2_20231102_dcp33', 4), - mksrc('datarepo-3ad8245f', 'hca_prod_da74b50760ee4dd1bd02807bb051a337__20230614_dcp2_20231102_dcp33', 12), - mksrc('datarepo-5f867d37', 'hca_prod_dbd836cfbfc241f0983441cc6c0b235a__20220212_dcp2_20231102_dcp33', 9) + # @formatter:off + mksrc('bigquery', 'datarepo-fe1f8660', 'hca_prod_0d737cce1c1c493a8e2eb00143bccc12__20230616_dcp2_20231102_dcp33', 85), # noqa E501 + mksrc('bigquery', 'datarepo-46bbfa8a', 'hca_prod_16e9915978bc44aab47955a5e903bf50__20221101_dcp2_20231102_dcp33', 89), # noqa E501 + mksrc('bigquery', 'datarepo-d5d4057a', 'hca_prod_1c5eaabf075b4b7aa9e607792c2034b3__20231101_dcp2_20231102_dcp33', 107), # noqa E501 + mksrc('bigquery', 'datarepo-b64e953d', 'hca_prod_1ffa222328a64133a5a4badd00faf4bc__20231101_dcp2_20231102_dcp33', 590), # noqa E501 + mksrc('bigquery', 'datarepo-ca76b840', 'hca_prod_21ea8ddb525f4f1fa82031f0360399a2__20220111_dcp2_20231102_dcp33', 37), # noqa E501 + mksrc('bigquery', 'datarepo-a0ffb40f', 'hca_prod_2af52a1365cb4973b51339be38f2df3f__20220111_dcp2_20231102_dcp33', 10), # noqa E501 + mksrc('bigquery', 'datarepo-526f3da5', 'hca_prod_3d49e5e5976f44cbb6b9079016c31c56__20230614_dcp2_20231102_dcp33', 14), # noqa E501 + mksrc('bigquery', 'datarepo-766c30b1', 'hca_prod_4ef86852aca04a9185229968e0e54dbe__20230313_dcp2_20231102_dcp33', 34), # noqa E501 + mksrc('bigquery', 'datarepo-08e00b61', 'hca_prod_5bd01deb01ee46118efdcf0ec5f56ac4__20231101_dcp2_20231102_dcp33', 3), # noqa E501 + mksrc('bigquery', 'datarepo-70ee98ab', 'hca_prod_645b20c95ed0450086b57aef770d010a__20230929_dcp2_20231102_dcp33', 2), # noqa E501 + mksrc('bigquery', 'datarepo-2e06a188', 'hca_prod_73011a86475548ac9f70a28903b4ad77__20230616_dcp2_20231102_dcp33', 96), # noqa E501 + mksrc('bigquery', 'datarepo-76a818d4', 'hca_prod_7f9766ffbb124279b34078d140bdd7ba__20230905_dcp2_20231102_dcp33', 110), # noqa E501 + mksrc('bigquery', 'datarepo-2bb1dd84', 'hca_prod_849ed38c591743c4a8f90782241cf10c__20231101_dcp2_20231102_dcp33', 12), # noqa E501 + mksrc('bigquery', 'datarepo-11a44864', 'hca_prod_8a666b76daaf4b1f9414e4807a1d1e8b__20220630_dcp2_20231102_dcp33', 42), # noqa E501 + mksrc('bigquery', 'datarepo-4bc03f16', 'hca_prod_91674dcf864140e6978dc1706feffba8__20231101_dcp2_20231102_dcp33', 3), # noqa E501 + mksrc('bigquery', 'datarepo-0b11f34c', 'hca_prod_94023a08611d4f22a8c990956e091b2e__20220118_dcp2_20231102_dcp33', 93), # noqa E501 + mksrc('bigquery', 'datarepo-bc7bde81', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20231102_dcp33', 43), # noqa E501 + mksrc('bigquery', 'datarepo-69bbc337', 'hca_prod_9c20a245f2c043ae82c92232ec6b594f__20220212_dcp2_20231102_dcp33', 101), # noqa E501 + mksrc('bigquery', 'datarepo-55e4f61e', 'hca_prod_9f17ed7d93254723a120b00e48db20c0__20230614_dcp2_20231102_dcp33', 76), # noqa E501 + mksrc('bigquery', 'datarepo-7f36ef82', 'hca_prod_cc35f94ee93b4dbda08c702978d9046f__20231101_dcp2_20231102_dcp33', 4), # noqa E501 + mksrc('bigquery', 'datarepo-3ad8245f', 'hca_prod_da74b50760ee4dd1bd02807bb051a337__20230614_dcp2_20231102_dcp33', 12), # noqa E501 + mksrc('bigquery', 'datarepo-5f867d37', 'hca_prod_dbd836cfbfc241f0983441cc6c0b235a__20220212_dcp2_20231102_dcp33', 9) + # @formatter:on ])) dcp34_sources = mkdict(dcp33_sources, 427, mkdelta([ - mksrc('datarepo-a2f2ced7', 'hca_prod_08fb10df32e5456c9882e33fcd49077a__20231212_dcp2_20231213_dcp34', 44), - mksrc('datarepo-cd738b8d', 'hca_prod_10a845f7036146fa92a32a36483136b1__20231212_dcp2_20231213_dcp34', 102), - mksrc('datarepo-6fec2801', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20231213_dcp34', 12), - mksrc('datarepo-05ece841', 'hca_prod_1dd552a5eb4f4b9280887224bcbd0629__20231212_dcp2_20231213_dcp34', 46), - mksrc('datarepo-1d8f9fa4', 'hca_prod_2184e63d82d84ab2839ee93f8395f568__20231212_dcp2_20231213_dcp34', 8), - mksrc('datarepo-64f7ba3d', 'hca_prod_222a92d5277b489caad8a680d1fd2b12__20231212_dcp2_20231213_dcp34', 40), - mksrc('datarepo-5f2ddddc', 'hca_prod_272b760266cd4b02a86b2b7c9c51a9ea__20230526_dcp2_20231213_dcp34', 38), - mksrc('datarepo-3dbccc52', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20231213_dcp34', 2), - mksrc('datarepo-078dbc55', 'hca_prod_34c9a62ca6104e31b3438fb7be676f8c__20221101_dcp2_20231213_dcp34', 179), - mksrc('datarepo-a0115d6e', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20231213_dcp34', 9), - mksrc('datarepo-66dbe882', 'hca_prod_415eb773cadb43d1ab897d160d5cfc7d__20231212_dcp2_20231213_dcp34', 2), - mksrc('datarepo-37f63790', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20231213_dcp34', 5), - mksrc('datarepo-9f64fc88', 'hca_prod_581de139461f4875b40856453a9082c7__20231212_dcp2_20231213_dcp34', 704), - mksrc('datarepo-78a292c4', 'hca_prod_5b910a437fb54ea7b9d643dbd1bf2776__20220729_dcp2_20231213_dcp34', 13), - mksrc('datarepo-84d96baf', 'hca_prod_65cbfea55c544255a1d014549a86a5c1__20230616_dcp2_20231213_dcp34', 33), - mksrc('datarepo-96cc1349', 'hca_prod_6735ff731a04422eb500730202e46f8a__20231212_dcp2_20231213_dcp34', 19), - mksrc('datarepo-e8198e31', 'hca_prod_6874b7eb344547ec877375141430e169__20231213_dcp2_20231213_dcp34', 82), - mksrc('datarepo-43f096b1', 'hca_prod_77dedd59137648879bcadc42b56d5b7a__20230201_dcp2_20231213_dcp34', 51), - mksrc('datarepo-594e57c3', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20231213_dcp34', 218), - mksrc('datarepo-13c1e76b', 'hca_prod_8185730f411340d39cc3929271784c2b__20220117_dcp2_20231213_dcp34', 12), - mksrc('datarepo-10cff382', 'hca_prod_849ed38c591743c4a8f90782241cf10c__20231101_dcp2_20231213_dcp34', 12), - mksrc('datarepo-77cc3acc', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20231213_dcp34', 381), - mksrc('datarepo-af50b124', 'hca_prod_85c0d6faf1174d76b01a5d5e8f5f9188__20231212_dcp2_20231213_dcp34', 6), - mksrc('datarepo-40731b27', 'hca_prod_894ae6ac5b4841a8a72f315a9b60a62e__20231212_dcp2_20231213_dcp34', 34), - mksrc('datarepo-e7931a4c', 'hca_prod_925f9a4ccac0444aad2c612656ab3a85__20231212_dcp2_20231213_dcp34', 192), - mksrc('datarepo-96344c2b', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20231213_dcp34', 605), - mksrc('datarepo-7f53a7f2', 'hca_prod_abe1a013af7a45ed8c26f3793c24a1f4__20220118_dcp2_20231213_dcp34', 46), - mksrc('datarepo-1e2e46c4', 'hca_prod_bfaedc29fe844e72a46175dc8aabbd1b__20230929_dcp2_20231213_dcp34', 5), - mksrc('datarepo-2901e79b', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20231213_dcp34', 7), - mksrc('datarepo-5b1e55df', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20231213_dcp34', 112), - mksrc('datarepo-94d17e05', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20231213_dcp34', 47), - mksrc('datarepo-d12842d9', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20231213_dcp34', 366), - mksrc('datarepo-abaa9315', 'hca_prod_c844538b88544a95bd01aacbaf86d97f__20230427_dcp2_20231213_dcp34', 14), - mksrc('datarepo-02709814', 'hca_prod_cbd3d2769f244af98381b11f6cdbdc4b__20231212_dcp2_20231213_dcp34', 57), - mksrc('datarepo-7da203ad', 'hca_prod_cfece4d2f18d44ada46a42bbcb5cb3b7__20230929_dcp2_20231213_dcp34', 2), - mksrc('datarepo-45fc3b21', 'hca_prod_da77bd0643ae4012a774e4d62797df51__20231212_dcp2_20231213_dcp34', 20), - mksrc('datarepo-0bc51bfc', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20231213_dcp34', 43), - mksrc('datarepo-8ecfd261', 'hca_prod_e49e556ada5a442ab45c8691b457623e__20231212_dcp2_20231213_dcp34', 201), - mksrc('datarepo-99284b34', 'hca_prod_e526d91dcf3a44cb80c5fd7676b55a1d__20220119_dcp2_20231213_dcp34', 606), - mksrc('datarepo-88582dc4', 'hca_prod_ede2e0b46652464fabbc0b2d964a25a0__20220118_dcp2_20231213_dcp34', 13), - mksrc('datarepo-145a904d', 'hca_prod_ef1e3497515e4bbe8d4c10161854b699__20220118_dcp2_20231213_dcp34', 7) + # @formatter:off + mksrc('bigquery', 'datarepo-a2f2ced7', 'hca_prod_08fb10df32e5456c9882e33fcd49077a__20231212_dcp2_20231213_dcp34', 44), # noqa E501 + mksrc('bigquery', 'datarepo-cd738b8d', 'hca_prod_10a845f7036146fa92a32a36483136b1__20231212_dcp2_20231213_dcp34', 102), # noqa E501 + mksrc('bigquery', 'datarepo-6fec2801', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20231213_dcp34', 12), # noqa E501 + mksrc('bigquery', 'datarepo-05ece841', 'hca_prod_1dd552a5eb4f4b9280887224bcbd0629__20231212_dcp2_20231213_dcp34', 46), # noqa E501 + mksrc('bigquery', 'datarepo-1d8f9fa4', 'hca_prod_2184e63d82d84ab2839ee93f8395f568__20231212_dcp2_20231213_dcp34', 8), # noqa E501 + mksrc('bigquery', 'datarepo-64f7ba3d', 'hca_prod_222a92d5277b489caad8a680d1fd2b12__20231212_dcp2_20231213_dcp34', 40), # noqa E501 + mksrc('bigquery', 'datarepo-5f2ddddc', 'hca_prod_272b760266cd4b02a86b2b7c9c51a9ea__20230526_dcp2_20231213_dcp34', 38), # noqa E501 + mksrc('bigquery', 'datarepo-3dbccc52', 'hca_prod_2f67614380c24bc6b7b42613fe0fadf0__20220111_dcp2_20231213_dcp34', 2), # noqa E501 + mksrc('bigquery', 'datarepo-078dbc55', 'hca_prod_34c9a62ca6104e31b3438fb7be676f8c__20221101_dcp2_20231213_dcp34', 179), # noqa E501 + mksrc('bigquery', 'datarepo-a0115d6e', 'hca_prod_3cfcdff5dee14a7ba591c09c6e850b11__20220112_dcp2_20231213_dcp34', 9), # noqa E501 + mksrc('bigquery', 'datarepo-66dbe882', 'hca_prod_415eb773cadb43d1ab897d160d5cfc7d__20231212_dcp2_20231213_dcp34', 2), # noqa E501 + mksrc('bigquery', 'datarepo-37f63790', 'hca_prod_58028aa80ed249cab60f15e2ed5989d5__20220117_dcp2_20231213_dcp34', 5), # noqa E501 + mksrc('bigquery', 'datarepo-9f64fc88', 'hca_prod_581de139461f4875b40856453a9082c7__20231212_dcp2_20231213_dcp34', 704), # noqa E501 + mksrc('bigquery', 'datarepo-78a292c4', 'hca_prod_5b910a437fb54ea7b9d643dbd1bf2776__20220729_dcp2_20231213_dcp34', 13), # noqa E501 + mksrc('bigquery', 'datarepo-84d96baf', 'hca_prod_65cbfea55c544255a1d014549a86a5c1__20230616_dcp2_20231213_dcp34', 33), # noqa E501 + mksrc('bigquery', 'datarepo-96cc1349', 'hca_prod_6735ff731a04422eb500730202e46f8a__20231212_dcp2_20231213_dcp34', 19), # noqa E501 + mksrc('bigquery', 'datarepo-e8198e31', 'hca_prod_6874b7eb344547ec877375141430e169__20231213_dcp2_20231213_dcp34', 82), # noqa E501 + mksrc('bigquery', 'datarepo-43f096b1', 'hca_prod_77dedd59137648879bcadc42b56d5b7a__20230201_dcp2_20231213_dcp34', 51), # noqa E501 + mksrc('bigquery', 'datarepo-594e57c3', 'hca_prod_78b2406dbff246fc8b6120690e602227__20220117_dcp2_20231213_dcp34', 218), # noqa E501 + mksrc('bigquery', 'datarepo-13c1e76b', 'hca_prod_8185730f411340d39cc3929271784c2b__20220117_dcp2_20231213_dcp34', 12), # noqa E501 + mksrc('bigquery', 'datarepo-10cff382', 'hca_prod_849ed38c591743c4a8f90782241cf10c__20231101_dcp2_20231213_dcp34', 12), # noqa E501 + mksrc('bigquery', 'datarepo-77cc3acc', 'hca_prod_8559a8ed5d8c4fb6bde8ab639cebf03c__20220118_dcp2_20231213_dcp34', 381), # noqa E501 + mksrc('bigquery', 'datarepo-af50b124', 'hca_prod_85c0d6faf1174d76b01a5d5e8f5f9188__20231212_dcp2_20231213_dcp34', 6), # noqa E501 + mksrc('bigquery', 'datarepo-40731b27', 'hca_prod_894ae6ac5b4841a8a72f315a9b60a62e__20231212_dcp2_20231213_dcp34', 34), # noqa E501 + mksrc('bigquery', 'datarepo-e7931a4c', 'hca_prod_925f9a4ccac0444aad2c612656ab3a85__20231212_dcp2_20231213_dcp34', 192), # noqa E501 + mksrc('bigquery', 'datarepo-96344c2b', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20231213_dcp34', 605), # noqa E501 + mksrc('bigquery', 'datarepo-7f53a7f2', 'hca_prod_abe1a013af7a45ed8c26f3793c24a1f4__20220118_dcp2_20231213_dcp34', 46), # noqa E501 + mksrc('bigquery', 'datarepo-1e2e46c4', 'hca_prod_bfaedc29fe844e72a46175dc8aabbd1b__20230929_dcp2_20231213_dcp34', 5), # noqa E501 + mksrc('bigquery', 'datarepo-2901e79b', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20231213_dcp34', 7), # noqa E501 + mksrc('bigquery', 'datarepo-5b1e55df', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20231213_dcp34', 112), # noqa E501 + mksrc('bigquery', 'datarepo-94d17e05', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20231213_dcp34', 47), # noqa E501 + mksrc('bigquery', 'datarepo-d12842d9', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20231213_dcp34', 366), # noqa E501 + mksrc('bigquery', 'datarepo-abaa9315', 'hca_prod_c844538b88544a95bd01aacbaf86d97f__20230427_dcp2_20231213_dcp34', 14), # noqa E501 + mksrc('bigquery', 'datarepo-02709814', 'hca_prod_cbd3d2769f244af98381b11f6cdbdc4b__20231212_dcp2_20231213_dcp34', 57), # noqa E501 + mksrc('bigquery', 'datarepo-7da203ad', 'hca_prod_cfece4d2f18d44ada46a42bbcb5cb3b7__20230929_dcp2_20231213_dcp34', 2), # noqa E501 + mksrc('bigquery', 'datarepo-45fc3b21', 'hca_prod_da77bd0643ae4012a774e4d62797df51__20231212_dcp2_20231213_dcp34', 20), # noqa E501 + mksrc('bigquery', 'datarepo-0bc51bfc', 'hca_prod_daf9d9827ce643f6ab51272577290606__20220119_dcp2_20231213_dcp34', 43), # noqa E501 + mksrc('bigquery', 'datarepo-8ecfd261', 'hca_prod_e49e556ada5a442ab45c8691b457623e__20231212_dcp2_20231213_dcp34', 201), # noqa E501 + mksrc('bigquery', 'datarepo-99284b34', 'hca_prod_e526d91dcf3a44cb80c5fd7676b55a1d__20220119_dcp2_20231213_dcp34', 606), # noqa E501 + mksrc('bigquery', 'datarepo-88582dc4', 'hca_prod_ede2e0b46652464fabbc0b2d964a25a0__20220118_dcp2_20231213_dcp34', 13), # noqa E501 + mksrc('bigquery', 'datarepo-145a904d', 'hca_prod_ef1e3497515e4bbe8d4c10161854b699__20220118_dcp2_20231213_dcp34', 7) + # @formatter:on ])) dcp35_sources = mkdict(dcp34_sources, 438, mkdelta([ - mksrc('datarepo-3b981d26', 'hca_prod_17cf943be247454f908bda58665fcc56__20240201_dcp2_20240206_dcp35', 19), - mksrc('datarepo-2a225323', 'hca_prod_1dddae6e375348afb20efa22abad125d__20220213_dcp2_20240202_dcp35', 40), - mksrc('datarepo-a318416f', 'hca_prod_27e2e0ae59714927aac119e81804097b__20240201_dcp2_20240202_dcp35', 81), - mksrc('datarepo-3403e1a6', 'hca_prod_41fb1734a121461695c73b732c9433c7__20220113_dcp2_20240202_dcp35', 13), - mksrc('datarepo-f2e5bb83', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20240202_dcp35', 105), - mksrc('datarepo-d9f05210', 'hca_prod_4f4f0193ede84a828cb07a0a22f06e63__20230427_dcp2_20240202_dcp35', 33), - mksrc('datarepo-ea22560e', 'hca_prod_6735ff731a04422eb500730202e46f8a__20231212_dcp2_20240202_dcp35', 19), - mksrc('datarepo-33c2177f', 'hca_prod_77780d5603c0481faade2038490cef9f__20220330_dcp2_20240202_dcp35', 95), - mksrc('datarepo-a8a3410a', 'hca_prod_7a8d45f1353b45088e8965a96785b167__20240201_dcp2_20240202_dcp35', 16), - mksrc('datarepo-d9783a5a', 'hca_prod_7bc1f14b5e644c7f86b023596b97e2aa__20240201_dcp2_20240202_dcp35', 261), - mksrc('datarepo-011b06f4', 'hca_prod_894ae6ac5b4841a8a72f315a9b60a62e__20231212_dcp2_20240202_dcp35', 34), - mksrc('datarepo-9a5c3a4a', 'hca_prod_896f377c8e88463e82b0b2a5409d6fe4__20240201_dcp2_20240202_dcp35', 11), - mksrc('datarepo-aef76795', 'hca_prod_902dc0437091445c9442d72e163b9879__20240201_dcp2_20240202_dcp35', 2), - mksrc('datarepo-dea71195', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20240202_dcp35', 42), - mksrc('datarepo-33ff6c5e', 'hca_prod_9a23ac2d93dd4bac9bb8040e6426db9d__20220906_dcp2_20240202_dcp35', 14), - mksrc('datarepo-060b0c69', 'hca_prod_a2a2f324cf24409ea859deaee871269c__20220330_dcp2_20240202_dcp35', 18), - mksrc('datarepo-5e526b40', 'hca_prod_aebc99a33151482a9709da6802617763__20240201_dcp2_20240202_dcp35', 115), - mksrc('datarepo-84148b68', 'hca_prod_aecfd908674c4d4eb36e0c1ceab02245__20231101_dcp2_20240202_dcp35', 76), - mksrc('datarepo-a31095ba', 'hca_prod_aff9c3cd6b844fc2abf2b9c0b3038277__20220330_dcp2_20240202_dcp35', 18), - mksrc('datarepo-9a93e11b', 'hca_prod_c302fe54d22d451fa130e24df3d6afca__20220606_dcp2_20240202_dcp35', 9), - mksrc('datarepo-6db90b39', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20240202_dcp35', 366), - mksrc('datarepo-cc96a15f', 'hca_prod_c6ef0270eafc43bd8097c10020a03cfc__20240201_dcp2_20240202_dcp35', 8), - mksrc('datarepo-258d3043', 'hca_prod_c9e83418a9f04ed1ab4f56d9513417bf__20240201_dcp2_20240202_dcp35', 113), - mksrc('datarepo-faa23f13', 'hca_prod_e1fda2177ee14c1aadfa648279dafac6__20240201_dcp2_20240202_dcp35', 19), - mksrc('datarepo-87eefe3c', 'hca_prod_e255b1c611434fa683a8528f15b41038__20220330_dcp2_20240202_dcp35', 107), - mksrc('datarepo-36bcfc7a', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20240202_dcp35', 480) + # @formatter:off + mksrc('bigquery', 'datarepo-3b981d26', 'hca_prod_17cf943be247454f908bda58665fcc56__20240201_dcp2_20240206_dcp35', 19), # noqa E501 + mksrc('bigquery', 'datarepo-2a225323', 'hca_prod_1dddae6e375348afb20efa22abad125d__20220213_dcp2_20240202_dcp35', 40), # noqa E501 + mksrc('bigquery', 'datarepo-a318416f', 'hca_prod_27e2e0ae59714927aac119e81804097b__20240201_dcp2_20240202_dcp35', 81), # noqa E501 + mksrc('bigquery', 'datarepo-3403e1a6', 'hca_prod_41fb1734a121461695c73b732c9433c7__20220113_dcp2_20240202_dcp35', 13), # noqa E501 + mksrc('bigquery', 'datarepo-f2e5bb83', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20240202_dcp35', 105), # noqa E501 + mksrc('bigquery', 'datarepo-d9f05210', 'hca_prod_4f4f0193ede84a828cb07a0a22f06e63__20230427_dcp2_20240202_dcp35', 33), # noqa E501 + mksrc('bigquery', 'datarepo-ea22560e', 'hca_prod_6735ff731a04422eb500730202e46f8a__20231212_dcp2_20240202_dcp35', 19), # noqa E501 + mksrc('bigquery', 'datarepo-33c2177f', 'hca_prod_77780d5603c0481faade2038490cef9f__20220330_dcp2_20240202_dcp35', 95), # noqa E501 + mksrc('bigquery', 'datarepo-a8a3410a', 'hca_prod_7a8d45f1353b45088e8965a96785b167__20240201_dcp2_20240202_dcp35', 16), # noqa E501 + mksrc('bigquery', 'datarepo-d9783a5a', 'hca_prod_7bc1f14b5e644c7f86b023596b97e2aa__20240201_dcp2_20240202_dcp35', 261), # noqa E501 + mksrc('bigquery', 'datarepo-011b06f4', 'hca_prod_894ae6ac5b4841a8a72f315a9b60a62e__20231212_dcp2_20240202_dcp35', 34), # noqa E501 + mksrc('bigquery', 'datarepo-9a5c3a4a', 'hca_prod_896f377c8e88463e82b0b2a5409d6fe4__20240201_dcp2_20240202_dcp35', 11), # noqa E501 + mksrc('bigquery', 'datarepo-aef76795', 'hca_prod_902dc0437091445c9442d72e163b9879__20240201_dcp2_20240202_dcp35', 2), # noqa E501 + mksrc('bigquery', 'datarepo-dea71195', 'hca_prod_95f07e6e6a734e1ba880c83996b3aa5c__20220118_dcp2_20240202_dcp35', 42), # noqa E501 + mksrc('bigquery', 'datarepo-33ff6c5e', 'hca_prod_9a23ac2d93dd4bac9bb8040e6426db9d__20220906_dcp2_20240202_dcp35', 14), # noqa E501 + mksrc('bigquery', 'datarepo-060b0c69', 'hca_prod_a2a2f324cf24409ea859deaee871269c__20220330_dcp2_20240202_dcp35', 18), # noqa E501 + mksrc('bigquery', 'datarepo-5e526b40', 'hca_prod_aebc99a33151482a9709da6802617763__20240201_dcp2_20240202_dcp35', 115), # noqa E501 + mksrc('bigquery', 'datarepo-84148b68', 'hca_prod_aecfd908674c4d4eb36e0c1ceab02245__20231101_dcp2_20240202_dcp35', 76), # noqa E501 + mksrc('bigquery', 'datarepo-a31095ba', 'hca_prod_aff9c3cd6b844fc2abf2b9c0b3038277__20220330_dcp2_20240202_dcp35', 18), # noqa E501 + mksrc('bigquery', 'datarepo-9a93e11b', 'hca_prod_c302fe54d22d451fa130e24df3d6afca__20220606_dcp2_20240202_dcp35', 9), # noqa E501 + mksrc('bigquery', 'datarepo-6db90b39', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20240202_dcp35', 366), # noqa E501 + mksrc('bigquery', 'datarepo-cc96a15f', 'hca_prod_c6ef0270eafc43bd8097c10020a03cfc__20240201_dcp2_20240202_dcp35', 8), # noqa E501 + mksrc('bigquery', 'datarepo-258d3043', 'hca_prod_c9e83418a9f04ed1ab4f56d9513417bf__20240201_dcp2_20240202_dcp35', 113), # noqa E501 + mksrc('bigquery', 'datarepo-faa23f13', 'hca_prod_e1fda2177ee14c1aadfa648279dafac6__20240201_dcp2_20240202_dcp35', 19), # noqa E501 + mksrc('bigquery', 'datarepo-87eefe3c', 'hca_prod_e255b1c611434fa683a8528f15b41038__20220330_dcp2_20240202_dcp35', 107), # noqa E501 + mksrc('bigquery', 'datarepo-36bcfc7a', 'hca_prod_e9f36305d85744a393f0df4e6007dc97__20220519_dcp2_20240202_dcp35', 480) # noqa E501 + # @formatter:on ])) dcp36_sources = mkdict(dcp35_sources, 441, mkdelta([ - mksrc('datarepo-e650c603', 'hca_prod_07d5987e7f9e4f34b0fba185a35504f5__20230427_dcp2_20240301_dcp36', 36), - mksrc('datarepo-bac72cd7', 'hca_prod_116965f3f09447699d28ae675c1b569c__20220107_dcp2_20240301_dcp36', 8), - mksrc('datarepo-4c496b01', 'hca_prod_28dd14388f4040d08e53ee3301b66218__20240301_dcp2_20240306_dcp36', 8), - mksrc('datarepo-314aac18', 'hca_prod_377c35d193bf470c806708f954b269bd__20240301_dcp2_20240301_dcp36', 43), - mksrc('datarepo-9f97463d', 'hca_prod_87f519b4886241f9acff75e823e0e430__20240301_dcp2_20240301_dcp36', 21), - mksrc('datarepo-383230bf', 'hca_prod_9483c664d5464b309ba3efbdbf9290b4__20240301_dcp2_20240301_dcp36', 13), - mksrc('datarepo-f0643a05', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20240301_dcp36', 625), - mksrc('datarepo-72f08c60', 'hca_prod_c3354786c17c4e53b4d7c7afbed5b208__20230526_dcp2_20230530_dcp28', 142, pop), - mksrc('datarepo-91076846', 'hca_prod_e090445c69714212bc5fae4ec3914102__20230427_dcp2_20240301_dcp36', 3) + # @formatter:off + mksrc('bigquery', 'datarepo-e650c603', 'hca_prod_07d5987e7f9e4f34b0fba185a35504f5__20230427_dcp2_20240301_dcp36', 36), # noqa E501 + mksrc('bigquery', 'datarepo-bac72cd7', 'hca_prod_116965f3f09447699d28ae675c1b569c__20220107_dcp2_20240301_dcp36', 8), # noqa E501 + mksrc('bigquery', 'datarepo-4c496b01', 'hca_prod_28dd14388f4040d08e53ee3301b66218__20240301_dcp2_20240306_dcp36', 8), # noqa E501 + mksrc('bigquery', 'datarepo-314aac18', 'hca_prod_377c35d193bf470c806708f954b269bd__20240301_dcp2_20240301_dcp36', 43), # noqa E501 + mksrc('bigquery', 'datarepo-9f97463d', 'hca_prod_87f519b4886241f9acff75e823e0e430__20240301_dcp2_20240301_dcp36', 21), # noqa E501 + mksrc('bigquery', 'datarepo-383230bf', 'hca_prod_9483c664d5464b309ba3efbdbf9290b4__20240301_dcp2_20240301_dcp36', 13), # noqa E501 + mksrc('bigquery', 'datarepo-f0643a05', 'hca_prod_957261f72bd64358a6ed24ee080d5cfc__20220330_dcp2_20240301_dcp36', 625), # noqa E501 + mksrc('bigquery', 'datarepo-72f08c60', 'hca_prod_c3354786c17c4e53b4d7c7afbed5b208__20230526_dcp2_20230530_dcp28', 142, pop), # noqa E501 + mksrc('bigquery', 'datarepo-91076846', 'hca_prod_e090445c69714212bc5fae4ec3914102__20230427_dcp2_20240301_dcp36', 3) + # @formatter:on ])) dcp37_sources = mkdict(dcp36_sources, 450, mkdelta([ - mksrc('datarepo-e57afe2a', 'hca_prod_2079bb2e676e4bbf8c68f9c6459edcbb__20240327_dcp2_20240328_dcp37', 121), - mksrc('datarepo-a37f1015', 'hca_prod_46a7e4bf04744a8f8d1843afcde90491__20240327_dcp2_20240328_dcp37', 25), - mksrc('datarepo-3bb4aecc', 'hca_prod_4bcc16b57a4745bbb9c0be9d5336df2d__20240327_dcp2_20240328_dcp37', 338), - mksrc('datarepo-cad8e8e7', 'hca_prod_581de139461f4875b40856453a9082c7__20231212_dcp2_20240328_dcp37', 1230), - mksrc('datarepo-27a37706', 'hca_prod_60109425a6e64be1a3bc15de680317d4__20240327_dcp2_20240328_dcp37', 49), - mksrc('datarepo-03e157f1', 'hca_prod_6836c1e4906b4c34a11ccb025167896d__20240327_dcp2_20240328_dcp37', 8), - mksrc('datarepo-a1e5fe66', 'hca_prod_69324a96a68a4514bbb4f8f3ea4bd0f1__20240327_dcp2_20240328_dcp37', 46), - mksrc('datarepo-f9215b2b', 'hca_prod_750b455ae3cf472195818609a6c9d561__20240327_dcp2_20240328_dcp37', 6), - mksrc('datarepo-d8e57f88', 'hca_prod_86fe0a0c88b34a3e94a16f9feadc401e__20240327_dcp2_20240328_dcp37', 122), - mksrc('datarepo-f0498b78', 'hca_prod_902dc0437091445c9442d72e163b9879__20240201_dcp2_20240328_dcp37', 2), - mksrc('datarepo-28635bac', 'hca_prod_aebc99a33151482a9709da6802617763__20240201_dcp2_20240328_dcp37', 115), - mksrc('datarepo-6ac05956', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20240328_dcp37', 7), - mksrc('datarepo-86633e77', 'hca_prod_c0fecf0baf8641b8ba82d5fd81b7542a__20240301_dcp2_20240328_dcp37', 34) + # @formatter:off + mksrc('bigquery', 'datarepo-e57afe2a', 'hca_prod_2079bb2e676e4bbf8c68f9c6459edcbb__20240327_dcp2_20240328_dcp37', 121), # noqa E501 + mksrc('bigquery', 'datarepo-a37f1015', 'hca_prod_46a7e4bf04744a8f8d1843afcde90491__20240327_dcp2_20240328_dcp37', 25), # noqa E501 + mksrc('bigquery', 'datarepo-3bb4aecc', 'hca_prod_4bcc16b57a4745bbb9c0be9d5336df2d__20240327_dcp2_20240328_dcp37', 338), # noqa E501 + mksrc('bigquery', 'datarepo-cad8e8e7', 'hca_prod_581de139461f4875b40856453a9082c7__20231212_dcp2_20240328_dcp37', 1230), # noqa E501 + mksrc('bigquery', 'datarepo-27a37706', 'hca_prod_60109425a6e64be1a3bc15de680317d4__20240327_dcp2_20240328_dcp37', 49), # noqa E501 + mksrc('bigquery', 'datarepo-03e157f1', 'hca_prod_6836c1e4906b4c34a11ccb025167896d__20240327_dcp2_20240328_dcp37', 8), # noqa E501 + mksrc('bigquery', 'datarepo-a1e5fe66', 'hca_prod_69324a96a68a4514bbb4f8f3ea4bd0f1__20240327_dcp2_20240328_dcp37', 46), # noqa E501 + mksrc('bigquery', 'datarepo-f9215b2b', 'hca_prod_750b455ae3cf472195818609a6c9d561__20240327_dcp2_20240328_dcp37', 6), # noqa E501 + mksrc('bigquery', 'datarepo-d8e57f88', 'hca_prod_86fe0a0c88b34a3e94a16f9feadc401e__20240327_dcp2_20240328_dcp37', 122), # noqa E501 + mksrc('bigquery', 'datarepo-f0498b78', 'hca_prod_902dc0437091445c9442d72e163b9879__20240201_dcp2_20240328_dcp37', 2), # noqa E501 + mksrc('bigquery', 'datarepo-28635bac', 'hca_prod_aebc99a33151482a9709da6802617763__20240201_dcp2_20240328_dcp37', 115), # noqa E501 + mksrc('bigquery', 'datarepo-6ac05956', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20240328_dcp37', 7), # noqa E501 + mksrc('bigquery', 'datarepo-86633e77', 'hca_prod_c0fecf0baf8641b8ba82d5fd81b7542a__20240301_dcp2_20240328_dcp37', 34) # noqa E501 + # @formatter:on ])) dcp38_sources = mkdict(dcp37_sources, 455, mkdelta([ - mksrc('datarepo-316d4b45', 'hca_prod_1662accf0e0c48c493145aba063f2220__20240503_dcp2_20240508_dcp38', 27), - mksrc('datarepo-126c9c22', 'hca_prod_bcdf233f92464c0c98430514120b7e3a__20240503_dcp2_20240508_dcp38', 116), - mksrc('datarepo-cc6b2b4f', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20240508_dcp38', 7), - mksrc('datarepo-5292bdb6', 'hca_prod_ccc3b7861da0427fa45f76306d6143b6__20240503_dcp2_20240508_dcp38', 6), - mksrc('datarepo-37460143', 'hca_prod_d5c91e922e7f473d8cf3ab03bbae21c2__20240503_dcp2_20240508_dcp38', 41), - mksrc('datarepo-39884574', 'hca_prod_daef3fda262045aea3f71613814a35bf__20240503_dcp2_20240508_dcp38', 47) + # @formatter:off + mksrc('bigquery', 'datarepo-316d4b45', 'hca_prod_1662accf0e0c48c493145aba063f2220__20240503_dcp2_20240508_dcp38', 27), # noqa E501 + mksrc('bigquery', 'datarepo-126c9c22', 'hca_prod_bcdf233f92464c0c98430514120b7e3a__20240503_dcp2_20240508_dcp38', 116), # noqa E501 + mksrc('bigquery', 'datarepo-cc6b2b4f', 'hca_prod_c05184453b3b49c6b8fcc41daa4eacba__20220213_dcp2_20240508_dcp38', 7), # noqa E501 + mksrc('bigquery', 'datarepo-5292bdb6', 'hca_prod_ccc3b7861da0427fa45f76306d6143b6__20240503_dcp2_20240508_dcp38', 6), # noqa E501 + mksrc('bigquery', 'datarepo-37460143', 'hca_prod_d5c91e922e7f473d8cf3ab03bbae21c2__20240503_dcp2_20240508_dcp38', 41), # noqa E501 + mksrc('bigquery', 'datarepo-39884574', 'hca_prod_daef3fda262045aea3f71613814a35bf__20240503_dcp2_20240508_dcp38', 47) # noqa E501 + # @formatter:on ])) -dcp39_sources = mkdict(dcp38_sources, 455, mkdelta([ - mksrc('datarepo-31abbcbe', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20240603_dcp39', 38), - mksrc('datarepo-664a24cb', 'hca_prod_7c75f07c608d4c4aa1b7b13d11c0ad31__20220117_dcp2_20230314_dcp25', 67, pop), - mksrc('datarepo-cd6f5afa', 'hca_prod_838d46603d624b08b32ddc5cbd93919d__20240531_dcp2_20240603_dcp39', 8), - mksrc('datarepo-f6c258a6', 'hca_prod_9483c664d5464b309ba3efbdbf9290b4__20240301_dcp2_20240604_dcp39', 13), - mksrc('datarepo-cf29bb39', 'hca_prod_f2078d5f2e7d48448552f7c41a231e52__20230201_dcp2_20240603_dcp39', 78) +dcp39_sources = mkdict(dcp38_sources, 455, mkdelta([ + # @formatter:off + mksrc('bigquery', 'datarepo-31abbcbe', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20240603_dcp39', 38), # noqa E501 + mksrc('bigquery', 'datarepo-664a24cb', 'hca_prod_7c75f07c608d4c4aa1b7b13d11c0ad31__20220117_dcp2_20230314_dcp25', 67, pop), # noqa E501 + mksrc('bigquery', 'datarepo-cd6f5afa', 'hca_prod_838d46603d624b08b32ddc5cbd93919d__20240531_dcp2_20240603_dcp39', 8), # noqa E501 + mksrc('bigquery', 'datarepo-f6c258a6', 'hca_prod_9483c664d5464b309ba3efbdbf9290b4__20240301_dcp2_20240604_dcp39', 13), # noqa E501 + mksrc('bigquery', 'datarepo-cf29bb39', 'hca_prod_f2078d5f2e7d48448552f7c41a231e52__20230201_dcp2_20240603_dcp39', 78) # noqa E501 + # @formatter:on ])) dcp40_sources = mkdict(dcp39_sources, 458, mkdelta([ - mksrc('datarepo-7ff6ae27', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20240711_dcp40', 884), - mksrc('datarepo-083a593d', 'hca_prod_027c51c60719469fa7f5640fe57cbece__20220110_dcp2_20240711_dcp40', 8), - mksrc('datarepo-6e878a15', 'hca_prod_065e6c13ad6b46a38075c3137eb03068__20220213_dcp2_20240711_dcp40', 121), - mksrc('datarepo-d001eadd', 'hca_prod_102018327c7340339b653ef13d81656a__20220213_dcp2_20240711_dcp40', 2), - mksrc('datarepo-56a4f662', 'hca_prod_135f7f5c4a854bcf9f7c4f035ff1e428__20220729_dcp2_20240711_dcp40', 116), - mksrc('datarepo-b081c1a1', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20240711_dcp40', 12), - mksrc('datarepo-0c56d5cc', 'hca_prod_16dc40f92c1342e38cdf251e95bfc043__20240708_dcp2_20240711_dcp40', 3), - mksrc('datarepo-2f17d9dd', 'hca_prod_16ed4ad8731946b288596fe1c1d73a82__20220111_dcp2_20240711_dcp40', 29), - mksrc('datarepo-98b77527', 'hca_prod_1c6a960d52ac44eab728a59c7ab9dc8e__20220110_dcp2_20240711_dcp40', 11), - mksrc('datarepo-8c31fd19', 'hca_prod_2d4d89f2ebeb467cae60a3efc5e8d4ba__20230206_dcp2_20240711_dcp40', 2), - mksrc('datarepo-5feaa5ad', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20240711_dcp40', 7), - mksrc('datarepo-c094bcbc', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20240711_dcp40', 7), - mksrc('datarepo-d72f8298', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20240711_dcp40', 326), - mksrc('datarepo-496892e7', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20240711_dcp40', 38), - mksrc('datarepo-1f66dc6c', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20240711_dcp40', 105), - mksrc('datarepo-3b468668', 'hca_prod_4d6f6c962a8343d88fe10f53bffd4674__20220113_dcp2_20240712_dcp40', 12), - mksrc('datarepo-03fca13b', 'hca_prod_50151324f3ed435898afec352a940a61__20220113_dcp2_20240711_dcp40', 117), - mksrc('datarepo-bfba7263', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20240711_dcp40', 12), - mksrc('datarepo-af6e91dc', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20240711_dcp40', 21), - mksrc('datarepo-1a5200cb', 'hca_prod_86fd2521c5014e41841c06d79277bb7c__20240708_dcp2_20240711_dcp40', 53), - mksrc('datarepo-436c5a47', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20240711_dcp40', 1192), - mksrc('datarepo-e10ecf5f', 'hca_prod_a83b7f45bfb14c6a97e98e3370065cc1__20240708_dcp2_20240711_dcp40', 15), - mksrc('datarepo-028b06ac', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20240711_dcp40', 50), - mksrc('datarepo-7c60076d', 'hca_prod_ae71be1dddd84feb9bed24c3ddb6e1ad__20220118_dcp2_20240711_dcp40', 3516), - mksrc('datarepo-27cbfba4', 'hca_prod_b963bd4b4bc14404842569d74bc636b8__20220118_dcp2_20240711_dcp40', 3), - mksrc('datarepo-7345f02d', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20240711_dcp40', 220), - mksrc('datarepo-ed0b32a2', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20240711_dcp40', 47), - mksrc('datarepo-9e3eace2', 'hca_prod_c211fd49d9804ba18c6ac24254a3cb52__20220303_dcp2_20240711_dcp40', 121), - mksrc('datarepo-4db5785d', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20240711_dcp40', 366), - mksrc('datarepo-325d0681', 'hca_prod_c5ca43aa3b2b42168eb3f57adcbc99a1__20220118_dcp2_20240711_dcp40', 195), - mksrc('datarepo-2e8307b5', 'hca_prod_c6ad8f9bd26a4811b2ba93d487978446__20220118_dcp2_20240711_dcp40', 640), - mksrc('datarepo-812cbdeb', 'hca_prod_cddab57b68684be4806f395ed9dd635a__20220118_dcp2_20240711_dcp40', 2546), - mksrc('datarepo-d8cb1e24', 'hca_prod_d3446f0c30f34a12b7c36af877c7bb2d__20220119_dcp2_20240711_dcp40', 41), - mksrc('datarepo-bde87024', 'hca_prod_dc0b65b0771346f0a3390b03ea786046__20230427_dcp2_20240711_dcp40', 5) + # @formatter:off + mksrc('bigquery', 'datarepo-7ff6ae27', 'hca_prod_005d611a14d54fbf846e571a1f874f70__20220111_dcp2_20240711_dcp40', 884), # noqa E501 + mksrc('bigquery', 'datarepo-083a593d', 'hca_prod_027c51c60719469fa7f5640fe57cbece__20220110_dcp2_20240711_dcp40', 8), # noqa E501 + mksrc('bigquery', 'datarepo-6e878a15', 'hca_prod_065e6c13ad6b46a38075c3137eb03068__20220213_dcp2_20240711_dcp40', 121), # noqa E501 + mksrc('bigquery', 'datarepo-d001eadd', 'hca_prod_102018327c7340339b653ef13d81656a__20220213_dcp2_20240711_dcp40', 2), # noqa E501 + mksrc('bigquery', 'datarepo-56a4f662', 'hca_prod_135f7f5c4a854bcf9f7c4f035ff1e428__20220729_dcp2_20240711_dcp40', 116), # noqa E501 + mksrc('bigquery', 'datarepo-b081c1a1', 'hca_prod_1538d572bcb7426b8d2c84f3a7f87bb0__20220630_dcp2_20240711_dcp40', 12), # noqa E501 + mksrc('bigquery', 'datarepo-0c56d5cc', 'hca_prod_16dc40f92c1342e38cdf251e95bfc043__20240708_dcp2_20240711_dcp40', 3), # noqa E501 + mksrc('bigquery', 'datarepo-2f17d9dd', 'hca_prod_16ed4ad8731946b288596fe1c1d73a82__20220111_dcp2_20240711_dcp40', 29), # noqa E501 + mksrc('bigquery', 'datarepo-98b77527', 'hca_prod_1c6a960d52ac44eab728a59c7ab9dc8e__20220110_dcp2_20240711_dcp40', 11), # noqa E501 + mksrc('bigquery', 'datarepo-8c31fd19', 'hca_prod_2d4d89f2ebeb467cae60a3efc5e8d4ba__20230206_dcp2_20240711_dcp40', 2), # noqa E501 + mksrc('bigquery', 'datarepo-5feaa5ad', 'hca_prod_31887183a72c43089eacc6140313f39c__20220111_dcp2_20240711_dcp40', 7), # noqa E501 + mksrc('bigquery', 'datarepo-c094bcbc', 'hca_prod_40272c3b46974bd4ba3f82fa96b9bf71__20220303_dcp2_20240711_dcp40', 7), # noqa E501 + mksrc('bigquery', 'datarepo-d72f8298', 'hca_prod_425c2759db664c93a358a562c069b1f1__20220519_dcp2_20240711_dcp40', 326), # noqa E501 + mksrc('bigquery', 'datarepo-496892e7', 'hca_prod_4a95101c9ffc4f30a809f04518a23803__20220113_dcp2_20240711_dcp40', 38), # noqa E501 + mksrc('bigquery', 'datarepo-1f66dc6c', 'hca_prod_4bec484dca7a47b48d488830e06ad6db__20220113_dcp2_20240711_dcp40', 105), # noqa E501 + mksrc('bigquery', 'datarepo-3b468668', 'hca_prod_4d6f6c962a8343d88fe10f53bffd4674__20220113_dcp2_20240712_dcp40', 12), # noqa E501 + mksrc('bigquery', 'datarepo-03fca13b', 'hca_prod_50151324f3ed435898afec352a940a61__20220113_dcp2_20240711_dcp40', 117), # noqa E501 + mksrc('bigquery', 'datarepo-bfba7263', 'hca_prod_51f02950ee254f4b8d0759aa99bb3498__20220117_dcp2_20240711_dcp40', 12), # noqa E501 + mksrc('bigquery', 'datarepo-af6e91dc', 'hca_prod_577c946d6de54b55a854cd3fde40bff2__20220117_dcp2_20240711_dcp40', 21), # noqa E501 + mksrc('bigquery', 'datarepo-1a5200cb', 'hca_prod_86fd2521c5014e41841c06d79277bb7c__20240708_dcp2_20240711_dcp40', 53), # noqa E501 + mksrc('bigquery', 'datarepo-436c5a47', 'hca_prod_99101928d9b14aafb759e97958ac7403__20220118_dcp2_20240711_dcp40', 1192), # noqa E501 + mksrc('bigquery', 'datarepo-e10ecf5f', 'hca_prod_a83b7f45bfb14c6a97e98e3370065cc1__20240708_dcp2_20240711_dcp40', 15), # noqa E501 + mksrc('bigquery', 'datarepo-028b06ac', 'hca_prod_ad04c8e79b7d4cceb8e901e31da10b94__20220118_dcp2_20240711_dcp40', 50), # noqa E501 + mksrc('bigquery', 'datarepo-7c60076d', 'hca_prod_ae71be1dddd84feb9bed24c3ddb6e1ad__20220118_dcp2_20240711_dcp40', 3516), # noqa E501 + mksrc('bigquery', 'datarepo-27cbfba4', 'hca_prod_b963bd4b4bc14404842569d74bc636b8__20220118_dcp2_20240711_dcp40', 3), # noqa E501 + mksrc('bigquery', 'datarepo-7345f02d', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20240711_dcp40', 220), # noqa E501 + mksrc('bigquery', 'datarepo-ed0b32a2', 'hca_prod_c1a9a93dd9de4e659619a9cec1052eaa__20220118_dcp2_20240711_dcp40', 47), # noqa E501 + mksrc('bigquery', 'datarepo-9e3eace2', 'hca_prod_c211fd49d9804ba18c6ac24254a3cb52__20220303_dcp2_20240711_dcp40', 121), # noqa E501 + mksrc('bigquery', 'datarepo-4db5785d', 'hca_prod_c4077b3c5c984d26a614246d12c2e5d7__20220118_dcp2_20240711_dcp40', 366), # noqa E501 + mksrc('bigquery', 'datarepo-325d0681', 'hca_prod_c5ca43aa3b2b42168eb3f57adcbc99a1__20220118_dcp2_20240711_dcp40', 195), # noqa E501 + mksrc('bigquery', 'datarepo-2e8307b5', 'hca_prod_c6ad8f9bd26a4811b2ba93d487978446__20220118_dcp2_20240711_dcp40', 640), # noqa E501 + mksrc('bigquery', 'datarepo-812cbdeb', 'hca_prod_cddab57b68684be4806f395ed9dd635a__20220118_dcp2_20240711_dcp40', 2546), # noqa E501 + mksrc('bigquery', 'datarepo-d8cb1e24', 'hca_prod_d3446f0c30f34a12b7c36af877c7bb2d__20220119_dcp2_20240711_dcp40', 41), # noqa E501 + mksrc('bigquery', 'datarepo-bde87024', 'hca_prod_dc0b65b0771346f0a3390b03ea786046__20230427_dcp2_20240711_dcp40', 5) + # @formatter:on ])) -dcp41_sources = mkdict(dcp40_sources, 463, mkdelta([ - mksrc('datarepo-ed01025c', 'hca_prod_0cc58d0b17344e1d9113b32e52f75e36__20240531_dcp2_20240604_dcp39', 990), - mksrc('datarepo-50b00aaf', 'hca_prod_2079bb2e676e4bbf8c68f9c6459edcbb__20240327_dcp2_20240807_dcp41', 232), - mksrc('datarepo-92ae9f34', 'hca_prod_248c5dc36b754fb4ad8acc771968483f__20240806_dcp2_20240807_dcp41', 140), - mksrc('datarepo-32cb91ae', 'hca_prod_4bcc16b57a4745bbb9c0be9d5336df2d__20240327_dcp2_20240807_dcp41', 613), - mksrc('datarepo-17cfd151', 'hca_prod_660fc8b58fb840508c57e6313195bc81__20240806_dcp2_20240807_dcp41', 240), - mksrc('datarepo-cc9e8ac9', 'hca_prod_815c5ef50fb14eb798821d160362468e__20240806_dcp2_20240807_dcp41', 50), - mksrc('datarepo-c2886bdd', 'hca_prod_838d46603d624b08b32ddc5cbd93919d__20240531_dcp2_20240807_dcp41', 15), - mksrc('datarepo-832dbfa1', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20240807_dcp41', 220), - mksrc('datarepo-65bb12f3', 'hca_prod_e870ab5635374b6da66f534fbf8cc57f__20240806_dcp2_20240807_dcp41', 2) +dcp41_sources = mkdict(dcp40_sources, 462, mkdelta([ + # @formatter:off + mksrc('bigquery', 'datarepo-ed01025c', 'hca_prod_0cc58d0b17344e1d9113b32e52f75e36__20240531_dcp2_20240604_dcp39', 990), # noqa E501 + mksrc('bigquery', 'datarepo-50b00aaf', 'hca_prod_2079bb2e676e4bbf8c68f9c6459edcbb__20240327_dcp2_20240807_dcp41', 232), # noqa E501 + mksrc('bigquery', 'datarepo-32cb91ae', 'hca_prod_4bcc16b57a4745bbb9c0be9d5336df2d__20240327_dcp2_20240807_dcp41', 613), # noqa E501 + mksrc('bigquery', 'datarepo-17cfd151', 'hca_prod_660fc8b58fb840508c57e6313195bc81__20240806_dcp2_20240807_dcp41', 240), # noqa E501 + mksrc('bigquery', 'datarepo-cc9e8ac9', 'hca_prod_815c5ef50fb14eb798821d160362468e__20240806_dcp2_20240807_dcp41', 50), # noqa E501 + mksrc('bigquery', 'datarepo-c2886bdd', 'hca_prod_838d46603d624b08b32ddc5cbd93919d__20240531_dcp2_20240807_dcp41', 15), # noqa E501 + mksrc('bigquery', 'datarepo-832dbfa1', 'hca_prod_c16a754f5da346ed8c1e6426af2ef625__20220519_dcp2_20240807_dcp41', 220), # noqa E501 + mksrc('bigquery', 'datarepo-65bb12f3', 'hca_prod_e870ab5635374b6da66f534fbf8cc57f__20240806_dcp2_20240807_dcp41', 2) + # @formatter:on ])) pilot1_sources = mkdict({}, 4, mkdelta([ - mksrc('datarepo-11e4dc06', 'hca_prod_59b3bfd9cf454d538c8ee240273cba71__20240410_dcp2_20240410_dcpPilot', 3), - mksrc('datarepo-9ebf5be4', 'hca_prod_5bbd9f925bf447cb91999a9750d3fbcd__20240410_dcp2_20240410_dcpPilot', 3), - mksrc('datarepo-d1a1fd3e', 'hca_prod_cc2f49634bc54d008fac69a8663b45fb__20240410_dcp2_20240410_dcpPilot', 2), - mksrc('datarepo-ecbcde24', 'hca_prod_edc54c5d82404681844462a086d1d1be__20240410_dcp2_20240410_dcpPilot', 3) + # @formatter:off + mksrc('bigquery', 'datarepo-11e4dc06', 'hca_prod_59b3bfd9cf454d538c8ee240273cba71__20240410_dcp2_20240410_dcpPilot', 3), # noqa E501 + mksrc('bigquery', 'datarepo-9ebf5be4', 'hca_prod_5bbd9f925bf447cb91999a9750d3fbcd__20240410_dcp2_20240410_dcpPilot', 3), # noqa E501 + mksrc('bigquery', 'datarepo-d1a1fd3e', 'hca_prod_cc2f49634bc54d008fac69a8663b45fb__20240410_dcp2_20240410_dcpPilot', 2), # noqa E501 + mksrc('bigquery', 'datarepo-ecbcde24', 'hca_prod_edc54c5d82404681844462a086d1d1be__20240410_dcp2_20240410_dcpPilot', 3) # noqa E501 + # @formatter:on ])) lungmap_sources = mkdict({}, 3, mkdelta([ - mksrc('datarepo-32f75497', 'lungmap_prod_00f056f273ff43ac97ff69ca10e38c89__20220308_20220308', 1), - mksrc('datarepo-7066459d', 'lungmap_prod_1bdcecde16be420888f478cd2133d11d__20220308_20220308', 1), - mksrc('datarepo-cfaedae8', 'lungmap_prod_2620497955a349b28d2b53e0bdfcb176__20220308_20220308', 1), + mksrc('bigquery', 'datarepo-32f75497', 'lungmap_prod_00f056f273ff43ac97ff69ca10e38c89__20220308_20220308', 1), + mksrc('bigquery', 'datarepo-7066459d', 'lungmap_prod_1bdcecde16be420888f478cd2133d11d__20220308_20220308', 1), + mksrc('bigquery', 'datarepo-cfaedae8', 'lungmap_prod_2620497955a349b28d2b53e0bdfcb176__20220308_20220308', 1), ])) lm2_sources = mkdict(lungmap_sources, 5, mkdelta([ - mksrc('datarepo-5eee9956', 'lungmap_prod_00f056f273ff43ac97ff69ca10e38c89__20220308_20220314_lm2', 1), - mksrc('datarepo-73453de6', 'lungmap_prod_20037472ea1d4ddb9cd356a11a6f0f76__20220307_20220310_lm2', 1), - mksrc('datarepo-360d3b54', 'lungmap_prod_f899709cae2c4bb988f0131142e6c7ec__20220310_20220608_lm2', 1), + mksrc('bigquery', 'datarepo-5eee9956', 'lungmap_prod_00f056f273ff43ac97ff69ca10e38c89__20220308_20220314_lm2', 1), + mksrc('bigquery', 'datarepo-73453de6', 'lungmap_prod_20037472ea1d4ddb9cd356a11a6f0f76__20220307_20220310_lm2', 1), + mksrc('bigquery', 'datarepo-360d3b54', 'lungmap_prod_f899709cae2c4bb988f0131142e6c7ec__20220310_20220608_lm2', 1), ])) lm3_sources = mkdict(lm2_sources, 6, mkdelta([ - mksrc('datarepo-d139f96d', 'lungmap_prod_1bdcecde16be420888f478cd2133d11d__20220308_20230207_lm3', 1), - mksrc('datarepo-0fdfdb69', 'lungmap_prod_6135382f487d4adb9cf84d6634125b68__20230207_20230314_lm3', 1), + mksrc('bigquery', 'datarepo-d139f96d', 'lungmap_prod_1bdcecde16be420888f478cd2133d11d__20220308_20230207_lm3', 1), + mksrc('bigquery', 'datarepo-0fdfdb69', 'lungmap_prod_6135382f487d4adb9cf84d6634125b68__20230207_20230314_lm3', 1), ])) lm4_sources = mkdict(lm3_sources, 7, mkdelta([ - mksrc('datarepo-3d684ccd', 'lungmap_prod_00f056f273ff43ac97ff69ca10e38c89__20220308_20231207_lm4', 1), - mksrc('datarepo-a65c8237', 'lungmap_prod_1bdcecde16be420888f478cd2133d11d__20220308_20231207_lm4', 1), - mksrc('datarepo-43d1f2cb', 'lungmap_prod_20037472ea1d4ddb9cd356a11a6f0f76__20220307_20231207_lm4', 1), - mksrc('datarepo-91587240', 'lungmap_prod_2620497955a349b28d2b53e0bdfcb176__20220308_20231207_lm4', 1), - mksrc('datarepo-252f2a7d', 'lungmap_prod_4ae8c5c91520437198276935661f6c84__20231004_20231207_lm4', 1), - mksrc('datarepo-e70d4665', 'lungmap_prod_6135382f487d4adb9cf84d6634125b68__20230207_20231207_lm4', 1), - mksrc('datarepo-3f332829', 'lungmap_prod_f899709cae2c4bb988f0131142e6c7ec__20220310_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-3d684ccd', 'lungmap_prod_00f056f273ff43ac97ff69ca10e38c89__20220308_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-a65c8237', 'lungmap_prod_1bdcecde16be420888f478cd2133d11d__20220308_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-43d1f2cb', 'lungmap_prod_20037472ea1d4ddb9cd356a11a6f0f76__20220307_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-91587240', 'lungmap_prod_2620497955a349b28d2b53e0bdfcb176__20220308_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-252f2a7d', 'lungmap_prod_4ae8c5c91520437198276935661f6c84__20231004_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-e70d4665', 'lungmap_prod_6135382f487d4adb9cf84d6634125b68__20230207_20231207_lm4', 1), + mksrc('bigquery', 'datarepo-3f332829', 'lungmap_prod_f899709cae2c4bb988f0131142e6c7ec__20220310_20231207_lm4', 1), ])) lm6_sources = mkdict(lm4_sources, 8, mkdelta([ - mksrc('datarepo-c3ad47d2', 'lungmap_prod_6511b041b11e4ccf85932b40148c437e__20240326_20240326_lm6', 1), + mksrc('bigquery', 'datarepo-c3ad47d2', 'lungmap_prod_6511b041b11e4ccf85932b40148c437e__20240326_20240326_lm6', 1), ])) lm7_sources = mkdict(lm6_sources, 10, mkdelta([ - mksrc('datarepo-2555a3ee', 'lungmap_prod_1977dc4784144263a8706b0f207d8ab3__20240206_20240626_lm7', 1), - mksrc('datarepo-43814140', 'lungmap_prod_fdadee7e209745d5bf81cc280bd8348e__20240206_20240626_lm7', 1) + mksrc('bigquery', 'datarepo-2555a3ee', 'lungmap_prod_1977dc4784144263a8706b0f207d8ab3__20240206_20240626_lm7', 1), + mksrc('bigquery', 'datarepo-43814140', 'lungmap_prod_fdadee7e209745d5bf81cc280bd8348e__20240206_20240626_lm7', 1) ])) diff --git a/deployments/sandbox/environment.py b/deployments/sandbox/environment.py index f36a5ef55f..92d0e454e4 100644 --- a/deployments/sandbox/environment.py +++ b/deployments/sandbox/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -27,20 +28,21 @@ def common_prefix(n: int) -> str: pop = 2 # remove snapshot -def mksrc(google_project, +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, snapshot, subgraphs, flags: int = 0, /, prefix: Optional[str] = None - ) -> tuple[str, str]: + ) -> tuple[str, str | None]: _, env, project, _ = snapshot.split('_', 3) assert flags <= ma | pop if prefix is None: prefix = common_prefix(subgraphs) source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -71,132 +73,138 @@ def mkdict(previous_catalog: dict[str, str], dcp2_sources = mkdict({}, 105, mkdelta([ - mksrc('datarepo-dev-a9252919', 'hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903', 7), - mksrc('datarepo-dev-c148d39c', 'hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902', 8), - mksrc('datarepo-dev-e2ab8487', 'hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907', 1530), - mksrc('datarepo-dev-37639c56', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20210928', 185), - mksrc('datarepo-dev-9f4012c9', 'hca_dev_05be4f374506429bb112506444507d62__20210827_20210902', 1544), - mksrc('datarepo-dev-baa2812f', 'hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903', 1450), - mksrc('datarepo-dev-38e08b5c', 'hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903', 2), - mksrc('datarepo-dev-2749da57', 'hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903', 20), - mksrc('datarepo-dev-eab7fa76', 'hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903', 177), - mksrc('datarepo-dev-fef02a92', 'hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903', 8), - mksrc('datarepo-dev-78bae095', 'hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903', 10), - mksrc('datarepo-dev-ff0a2fe7', 'hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903', 8), - mksrc('datarepo-dev-4de1b9fd', 'hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903', 28), - mksrc('datarepo-dev-135f340c', 'hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928', 10), - mksrc('datarepo-dev-86c60513', 'hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903', 18), - mksrc('datarepo-dev-f5321179', 'hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903', 421), - mksrc('datarepo-dev-76de829d', 'hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907', 1734), - mksrc('datarepo-dev-c808badb', 'hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903', 10), - mksrc('datarepo-dev-23782220', 'hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909', 1476), - mksrc('datarepo-dev-4c3e6011', 'hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907', 2958), - mksrc('datarepo-dev-1c2c69d9', 'hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903', 3), - mksrc('datarepo-dev-38f08cd8', 'hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903', 10), - mksrc('datarepo-dev-4cf05ce2', 'hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903', 2290), - mksrc('datarepo-dev-3041c2cf', 'hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903', 10), - mksrc('datarepo-dev-311340f6', 'hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907', 3589), - mksrc('datarepo-dev-766bfb76', 'hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903', 8), - mksrc('datarepo-dev-1720b3c5', 'hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902', 4), - mksrc('datarepo-dev-ac6efd3f', 'hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903', 42), - mksrc('datarepo-dev-40283c27', 'hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903', 125), - mksrc('datarepo-dev-b08233fa', 'hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903', 8), - mksrc('datarepo-dev-bdc9f342', 'hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903', 1001), - mksrc('datarepo-dev-ec07c8d8', 'hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903', 39), - mksrc('datarepo-dev-c0ec174a', 'hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903', 63), - mksrc('datarepo-dev-31b3553a', 'hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903', 4), - mksrc('datarepo-dev-b4789901', 'hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903', 12), - mksrc('datarepo-dev-4e5ffd52', 'hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903', 9), - mksrc('datarepo-dev-5ef7f2e2', 'hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903', 74), - mksrc('datarepo-dev-a6c6b953', 'hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903', 14), - mksrc('datarepo-dev-f31edbc2', 'hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903', 12), - mksrc('datarepo-dev-bb8fbae4', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20210928', 6), - mksrc('datarepo-dev-71de019e', 'hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928', 649), - mksrc('datarepo-dev-ffcf8b00', 'hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903', 467), - mksrc('datarepo-dev-f76414c8', 'hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902', 176), - mksrc('datarepo-dev-319b80f7', 'hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903', 7), - mksrc('datarepo-dev-279f1986', 'hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903', 41), - mksrc('datarepo-dev-0abea017', 'hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902', 603), - mksrc('datarepo-dev-da221b1a', 'hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903', 1145), - mksrc('datarepo-dev-c3d623dc', 'hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903', 11), - mksrc('datarepo-dev-ecb9c129', 'hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903', 732), - mksrc('datarepo-dev-3545971c', 'hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928', 4), - mksrc('datarepo-dev-12b7a9e1', 'hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903', 366), - mksrc('datarepo-dev-7913b094', 'hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902', 216), - mksrc('datarepo-dev-4747d8fe', 'hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903', 1601), - mksrc('datarepo-dev-aba01389', 'hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907', 7), - mksrc('datarepo-dev-bf3a4c8a', 'hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903', 12), - mksrc('datarepo-dev-560ee3d1', 'hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007', 1612), - mksrc('datarepo-dev-bd995e95', 'hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903', 8), - mksrc('datarepo-dev-d0772077', 'hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903', 3), - mksrc('datarepo-dev-8eb2ffd1', 'hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903', 16), - mksrc('datarepo-dev-0c5c20b5', 'hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907', 6640), - mksrc('datarepo-dev-29509483', 'hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110', 2245), - mksrc('datarepo-dev-59d37b9a', 'hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903', 149), - mksrc('datarepo-dev-788c3b52', 'hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903', 13), - mksrc('datarepo-dev-4b88b45b', 'hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903', 28), - mksrc('datarepo-dev-02c59b72', 'hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903', 1190, ma), - mksrc('datarepo-dev-a6312a94', 'hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903', 41), - mksrc('datarepo-dev-75589244', 'hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903', 26), - mksrc('datarepo-dev-d4b988d6', 'hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903', 16, ma), - mksrc('datarepo-dev-9ec7beb6', 'hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902', 26), - mksrc('datarepo-dev-d3d5bbfa', 'hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903', 33), - mksrc('datarepo-dev-7b7daff7', 'hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902', 6), - mksrc('datarepo-dev-58610528', 'hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903', 23), - mksrc('datarepo-dev-1dce87e5', 'hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916', 3515), - mksrc('datarepo-dev-b2004d1c', 'hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903', 24), - mksrc('datarepo-dev-0b465564', 'hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903', 193), - mksrc('datarepo-dev-cd97e83a', 'hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928', 2), - mksrc('datarepo-dev-376d3f4a', 'hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903', 18), - mksrc('datarepo-dev-aa783adb', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20210928', 1), - mksrc('datarepo-dev-990234a8', 'hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903', 639), - mksrc('datarepo-dev-61b8d081', 'hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902', 9), - mksrc('datarepo-dev-71926fdc', 'hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903', 20), - mksrc('datarepo-dev-2f4bfe5d', 'hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902', 222), - mksrc('datarepo-dev-aa8357fb', 'hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903', 1314), - mksrc('datarepo-dev-24e672db', 'hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907', 2545), - mksrc('datarepo-dev-f4cb2365', 'hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928', 189), - mksrc('datarepo-dev-0d6f73ac', 'hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903', 8), - mksrc('datarepo-dev-5674b4eb', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20210903', 735), - mksrc('datarepo-dev-b3632667', 'hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903', 40), - mksrc('datarepo-dev-92c3a1de', 'hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903', 14), - mksrc('datarepo-dev-e5bc6d76', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20211015', 11), - mksrc('datarepo-dev-dbc582d9', 'hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902', 84), - mksrc('datarepo-dev-848e2d4f', 'hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902', 1), - mksrc('datarepo-dev-3b058b81', 'hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14', 10), - mksrc('datarepo-dev-27ad01e5', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20210928', 1), - mksrc('datarepo-dev-b839d6c7', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20210907', 606, prefix='14'), - mksrc('datarepo-dev-3faef568', 'hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903', 8), - mksrc('datarepo-dev-e304a8fe', 'hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903', 333), - mksrc('datarepo-dev-6fdac3db', 'hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907', 898), - mksrc('datarepo-dev-dbc3e131', 'hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903', 385), - mksrc('datarepo-dev-b51e6694', 'hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007', 14), - mksrc('datarepo-dev-10f0610a', 'hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903', 4), - mksrc('datarepo-dev-24e9529e', 'hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908', 7663), - mksrc('datarepo-dev-67240cf2', 'hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903', 20), - mksrc('datarepo-dev-e8e0a59a', 'hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903', 384), - mksrc('datarepo-dev-96d8e08c', 'hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903', 62), + # @formatter:off + mksrc('bigquery', 'datarepo-dev-a9252919', 'hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903', 7), + mksrc('bigquery', 'datarepo-dev-c148d39c', 'hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902', 8), + mksrc('bigquery', 'datarepo-dev-e2ab8487', 'hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907', 1530), + mksrc('bigquery', 'datarepo-dev-37639c56', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20210928', 185), + mksrc('bigquery', 'datarepo-dev-9f4012c9', 'hca_dev_05be4f374506429bb112506444507d62__20210827_20210902', 1544), + mksrc('bigquery', 'datarepo-dev-baa2812f', 'hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903', 1450), + mksrc('bigquery', 'datarepo-dev-38e08b5c', 'hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903', 2), + mksrc('bigquery', 'datarepo-dev-2749da57', 'hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903', 20), + mksrc('bigquery', 'datarepo-dev-eab7fa76', 'hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903', 177), + mksrc('bigquery', 'datarepo-dev-fef02a92', 'hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-78bae095', 'hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903', 10), + mksrc('bigquery', 'datarepo-dev-ff0a2fe7', 'hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-4de1b9fd', 'hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903', 28), + mksrc('bigquery', 'datarepo-dev-135f340c', 'hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928', 10), + mksrc('bigquery', 'datarepo-dev-86c60513', 'hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903', 18), + mksrc('bigquery', 'datarepo-dev-f5321179', 'hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903', 421), + mksrc('bigquery', 'datarepo-dev-76de829d', 'hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907', 1734), + mksrc('bigquery', 'datarepo-dev-c808badb', 'hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903', 10), + mksrc('bigquery', 'datarepo-dev-23782220', 'hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909', 1476), + mksrc('bigquery', 'datarepo-dev-4c3e6011', 'hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907', 2958), + mksrc('bigquery', 'datarepo-dev-1c2c69d9', 'hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903', 3), + mksrc('bigquery', 'datarepo-dev-38f08cd8', 'hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903', 10), + mksrc('bigquery', 'datarepo-dev-4cf05ce2', 'hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903', 2290), + mksrc('bigquery', 'datarepo-dev-3041c2cf', 'hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903', 10), + mksrc('bigquery', 'datarepo-dev-311340f6', 'hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907', 3589), + mksrc('bigquery', 'datarepo-dev-766bfb76', 'hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-1720b3c5', 'hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902', 4), + mksrc('bigquery', 'datarepo-dev-ac6efd3f', 'hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903', 42), + mksrc('bigquery', 'datarepo-dev-40283c27', 'hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903', 125), + mksrc('bigquery', 'datarepo-dev-b08233fa', 'hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-bdc9f342', 'hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903', 1001), + mksrc('bigquery', 'datarepo-dev-ec07c8d8', 'hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903', 39), + mksrc('bigquery', 'datarepo-dev-c0ec174a', 'hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903', 63), + mksrc('bigquery', 'datarepo-dev-31b3553a', 'hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903', 4), + mksrc('bigquery', 'datarepo-dev-b4789901', 'hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903', 12), + mksrc('bigquery', 'datarepo-dev-4e5ffd52', 'hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903', 9), + mksrc('bigquery', 'datarepo-dev-5ef7f2e2', 'hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903', 74), + mksrc('bigquery', 'datarepo-dev-a6c6b953', 'hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903', 14), + mksrc('bigquery', 'datarepo-dev-f31edbc2', 'hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903', 12), + mksrc('bigquery', 'datarepo-dev-bb8fbae4', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20210928', 6), + mksrc('bigquery', 'datarepo-dev-71de019e', 'hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928', 649), + mksrc('bigquery', 'datarepo-dev-ffcf8b00', 'hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903', 467), + mksrc('bigquery', 'datarepo-dev-f76414c8', 'hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902', 176), + mksrc('bigquery', 'datarepo-dev-319b80f7', 'hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903', 7), + mksrc('bigquery', 'datarepo-dev-279f1986', 'hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903', 41), + mksrc('bigquery', 'datarepo-dev-0abea017', 'hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902', 603), + mksrc('bigquery', 'datarepo-dev-da221b1a', 'hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903', 1145), + mksrc('bigquery', 'datarepo-dev-c3d623dc', 'hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903', 11), + mksrc('bigquery', 'datarepo-dev-ecb9c129', 'hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903', 732), + mksrc('bigquery', 'datarepo-dev-3545971c', 'hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928', 4), + mksrc('bigquery', 'datarepo-dev-12b7a9e1', 'hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903', 366), + mksrc('bigquery', 'datarepo-dev-7913b094', 'hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902', 216), + mksrc('bigquery', 'datarepo-dev-4747d8fe', 'hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903', 1601), + mksrc('bigquery', 'datarepo-dev-aba01389', 'hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907', 7), + mksrc('bigquery', 'datarepo-dev-bf3a4c8a', 'hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903', 12), + mksrc('bigquery', 'datarepo-dev-560ee3d1', 'hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007', 1612), + mksrc('bigquery', 'datarepo-dev-bd995e95', 'hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903', 8), + mksrc('bigquery', 'datarepo-dev-d0772077', 'hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903', 3), + mksrc('bigquery', 'datarepo-dev-8eb2ffd1', 'hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903', 16), + mksrc('bigquery', 'datarepo-dev-0c5c20b5', 'hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907', 6640), + mksrc('bigquery', 'datarepo-dev-29509483', 'hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110', 2245), + mksrc('bigquery', 'datarepo-dev-59d37b9a', 'hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903', 149), + mksrc('bigquery', 'datarepo-dev-788c3b52', 'hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903', 13), + mksrc('bigquery', 'datarepo-dev-4b88b45b', 'hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903', 28), + mksrc('bigquery', 'datarepo-dev-02c59b72', 'hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903', 1190, ma), + mksrc('bigquery', 'datarepo-dev-a6312a94', 'hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903', 41), + mksrc('bigquery', 'datarepo-dev-75589244', 'hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903', 26), + mksrc('bigquery', 'datarepo-dev-d4b988d6', 'hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903', 16, ma), + mksrc('bigquery', 'datarepo-dev-9ec7beb6', 'hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902', 26), + mksrc('bigquery', 'datarepo-dev-d3d5bbfa', 'hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903', 33), + mksrc('bigquery', 'datarepo-dev-7b7daff7', 'hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902', 6), + mksrc('bigquery', 'datarepo-dev-58610528', 'hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903', 23), + mksrc('bigquery', 'datarepo-dev-1dce87e5', 'hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916', 3515), + mksrc('bigquery', 'datarepo-dev-b2004d1c', 'hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903', 24), + mksrc('bigquery', 'datarepo-dev-0b465564', 'hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903', 193), + mksrc('bigquery', 'datarepo-dev-cd97e83a', 'hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928', 2), + mksrc('bigquery', 'datarepo-dev-376d3f4a', 'hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903', 18), + mksrc('bigquery', 'datarepo-dev-aa783adb', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20210928', 1), + mksrc('bigquery', 'datarepo-dev-990234a8', 'hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903', 639), + mksrc('bigquery', 'datarepo-dev-61b8d081', 'hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902', 9), + mksrc('bigquery', 'datarepo-dev-71926fdc', 'hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903', 20), + mksrc('bigquery', 'datarepo-dev-2f4bfe5d', 'hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902', 222), + mksrc('bigquery', 'datarepo-dev-aa8357fb', 'hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903', 1314), + mksrc('bigquery', 'datarepo-dev-24e672db', 'hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907', 2545), + mksrc('bigquery', 'datarepo-dev-f4cb2365', 'hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928', 189), + mksrc('bigquery', 'datarepo-dev-0d6f73ac', 'hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-5674b4eb', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20210903', 735), + mksrc('bigquery', 'datarepo-dev-b3632667', 'hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903', 40), + mksrc('bigquery', 'datarepo-dev-92c3a1de', 'hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903', 14), + mksrc('bigquery', 'datarepo-dev-e5bc6d76', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20211015', 11), + mksrc('bigquery', 'datarepo-dev-dbc582d9', 'hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902', 84), + mksrc('bigquery', 'datarepo-dev-848e2d4f', 'hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902', 1), + mksrc('bigquery', 'datarepo-dev-3b058b81', 'hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14', 10), + mksrc('bigquery', 'datarepo-dev-27ad01e5', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20210928', 1), + mksrc('bigquery', 'datarepo-dev-b839d6c7', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20210907', 606, prefix='14'), # noqa E501 + mksrc('bigquery', 'datarepo-dev-3faef568', 'hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903', 8), + mksrc('bigquery', 'datarepo-dev-e304a8fe', 'hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903', 333), + mksrc('bigquery', 'datarepo-dev-6fdac3db', 'hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907', 898), + mksrc('bigquery', 'datarepo-dev-dbc3e131', 'hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903', 385), + mksrc('bigquery', 'datarepo-dev-b51e6694', 'hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007', 14), + mksrc('bigquery', 'datarepo-dev-10f0610a', 'hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903', 4), + mksrc('bigquery', 'datarepo-dev-24e9529e', 'hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908', 7663), + mksrc('bigquery', 'datarepo-dev-67240cf2', 'hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903', 20), + mksrc('bigquery', 'datarepo-dev-e8e0a59a', 'hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903', 384), + mksrc('bigquery', 'datarepo-dev-96d8e08c', 'hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903', 62), + # @formatter: on ])) dcp3_sources = mkdict(dcp2_sources, 105, mkdelta([ - mksrc('datarepo-dev-3d6d24ad', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215', 185), - mksrc('datarepo-dev-b46086a9', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215', 6), - mksrc('datarepo-dev-27c50fbc', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215', 1), - mksrc('datarepo-dev-2a4ab485', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215', 735), - mksrc('datarepo-dev-1005632d', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215', 11), - mksrc('datarepo-dev-8709b362', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215', 1), - mksrc('datarepo-dev-e1712bfa', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215', 606, prefix='14'), + # @formatter:off + mksrc('bigquery', 'datarepo-dev-3d6d24ad', 'hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215', 185), + mksrc('bigquery', 'datarepo-dev-b46086a9', 'hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215', 6), + mksrc('bigquery', 'datarepo-dev-27c50fbc', 'hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215', 1), + mksrc('bigquery', 'datarepo-dev-2a4ab485', 'hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215', 735), + mksrc('bigquery', 'datarepo-dev-1005632d', 'hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215', 11), + mksrc('bigquery', 'datarepo-dev-8709b362', 'hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215', 1), + mksrc('bigquery', 'datarepo-dev-e1712bfa', 'hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215', 606, prefix='14'), # noqa E501 + # @formatter:on ])) lungmap_sources = mkdict({}, 2, mkdelta([ - mksrc('datarepo-dev-5d9526e0', 'lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404', 1), - mksrc('datarepo-dev-8de6d66b', 'lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404', 1) + mksrc('bigquery', 'datarepo-dev-5d9526e0', 'lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404', 1), + mksrc('bigquery', 'datarepo-dev-8de6d66b', 'lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404', 1) ])) lm2_sources = mkdict(lungmap_sources, 5, mkdelta([ - mksrc('datarepo-dev-b47b6759', 'lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2', 1), - mksrc('datarepo-dev-2e9ef7fd', 'lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2', 1), - mksrc('datarepo-dev-d57fd0c5', 'lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2', 1) + # @formatter:off + mksrc('bigquery', 'datarepo-dev-b47b6759', 'lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2', 1), # noqa E501 + mksrc('bigquery', 'datarepo-dev-2e9ef7fd', 'lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2', 1), # noqa E501 + mksrc('bigquery', 'datarepo-dev-d57fd0c5', 'lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2', 1) + # @formatter:on ])) diff --git a/deployments/tempdev/environment.py b/deployments/tempdev/environment.py index 749e1c5c5d..f56cad84f4 100644 --- a/deployments/tempdev/environment.py +++ b/deployments/tempdev/environment.py @@ -3,6 +3,7 @@ ) import json from typing import ( + Literal, Optional, ) @@ -22,12 +23,17 @@ def partition_prefix_length(n: int) -> int: pop = 2 # remove snapshot -def mksrc(google_project, snapshot, subgraphs, flags: int = 0) -> tuple[str, str]: +def mksrc(source_type: Literal['bigquery', 'parquet'], + google_project, + snapshot, + subgraphs, + flags: int = 0 + ) -> tuple[str, str | None]: project = '_'.join(snapshot.split('_')[1:-3]) assert flags <= ma | pop source = None if flags & pop else ':'.join([ 'tdr', - 'bigquery', + source_type, 'gcp', google_project, snapshot, @@ -58,9 +64,9 @@ def mkdict(previous_catalog: dict[str, str], anvil_sources = mkdict({}, 3, mkdelta([ - mksrc('datarepo-dev-e53e74aa', 'ANVIL_1000G_2019_Dev_20230609_ANV5_202306121732', 6804), - mksrc('datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28), - mksrc('datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25) + mksrc('bigquery', 'datarepo-dev-e53e74aa', 'ANVIL_1000G_2019_Dev_20230609_ANV5_202306121732', 6804), + mksrc('bigquery', 'datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28), + mksrc('bigquery', 'datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25) ])) diff --git a/environment b/environment index 7422d65da0..18085f0031 100644 --- a/environment +++ b/environment @@ -279,13 +279,7 @@ _clone() { git worktree add "../azul.${deployment}" "${branch}" cd "../azul.${deployment}" (cd terraform/gitlab/vpn && git submodule update --init easy-rsa) - rsync -rvlm \ - -f '+ */' \ - -f '+ environment.local.py' \ - -f '+ /deployments/*.local/environment*.py' \ - -f '- *' \ - ../azul/ \ - . + _update_clone source environment _link "${deployment}" _refresh @@ -316,6 +310,16 @@ _clone() { ) } +_update_clone() { + rsync -rvlm \ + -f '+ */' \ + -f '+ environment.local.py' \ + -f '+ /deployments/*.local/environment*.py' \ + -f '- *' \ + ../azul/ \ + . +} + # We disable `envhook.py` to avoid redundancy. The `envhook.py` script imports # `export_environment.py`, too. We could also pass -S to `python3` but that # causes problems on Travis (`importlib.util` failing to import `contextlib`). diff --git a/src/azul/plugins/metadata/hca/__init__.py b/src/azul/plugins/metadata/hca/__init__.py index 44c91bbe9a..2edcd38ba0 100644 --- a/src/azul/plugins/metadata/hca/__init__.py +++ b/src/azul/plugins/metadata/hca/__init__.py @@ -80,7 +80,9 @@ def transformers(self, api_bundle = api.Bundle(uuid=bundle.uuid, version=bundle.version, manifest=bundle.manifest, - metadata_files=bundle.metadata_files) + metadata=bundle.metadata, + links_json=bundle.links, + stitched_entity_ids=bundle.stitched) def transformers(): for transformer_cls in self.transformer_types(): diff --git a/src/azul/plugins/metadata/hca/bundle.py b/src/azul/plugins/metadata/hca/bundle.py index 3219d841c6..1bdb4597c7 100644 --- a/src/azul/plugins/metadata/hca/bundle.py +++ b/src/azul/plugins/metadata/hca/bundle.py @@ -15,7 +15,6 @@ from azul.types import ( JSON, MutableJSON, - MutableJSONs, ) log = logging.getLogger(__name__) @@ -23,7 +22,7 @@ @attrs.define(kw_only=True) class HCABundle(Bundle[BUNDLE_FQID], ABC): - manifest: MutableJSONs + manifest: MutableJSON """ Each item of the `manifest` attribute's value has this shape: { @@ -39,22 +38,35 @@ class HCABundle(Bundle[BUNDLE_FQID], ABC): 'version': '2019-05-16T162155.020000Z' } """ - metadata_files: MutableJSON + metadata: MutableJSON + links: MutableJSON + stitched: set[str] = attrs.field(factory=set) def reject_joiner(self, catalog: CatalogName): self._reject_joiner(self.manifest) - self._reject_joiner(self.metadata_files) + self._reject_joiner(self.metadata) + self._reject_joiner(self.links) def to_json(self) -> MutableJSON: return { 'manifest': self.manifest, - 'metadata': self.metadata_files + 'metadata': self.metadata, + 'links': self.links, + 'stitched': sorted(self.stitched) } @classmethod def from_json(cls, fqid: BUNDLE_FQID, json_: JSON) -> 'Bundle': manifest = json_['manifest'] metadata = json_['metadata'] - assert isinstance(manifest, list), manifest + links = json_['links'] + stitched = json_['stitched'] + assert isinstance(manifest, dict), manifest assert isinstance(metadata, dict), metadata - return cls(fqid=fqid, manifest=manifest, metadata_files=metadata) + assert isinstance(links, dict), links + assert isinstance(stitched, list), stitched + return cls(fqid=fqid, + manifest=manifest, + metadata=metadata, + links=links, + stitched=set(stitched)) diff --git a/src/azul/plugins/metadata/hca/indexer/transform.py b/src/azul/plugins/metadata/hca/indexer/transform.py index 8c6a3829f6..7c833b742a 100644 --- a/src/azul/plugins/metadata/hca/indexer/transform.py +++ b/src/azul/plugins/metadata/hca/indexer/transform.py @@ -511,7 +511,7 @@ def _add_replica(self, if not config.enable_replicas: replica = None elif self.entity_type() == 'bundles': - links = self.bundle.metadata_files['links.json'] + links = self.bundle.links replica = self._replica(links, entity_ref, hub_ids) else: assert isinstance(entity, api.Entity), entity @@ -1428,7 +1428,7 @@ def entity_type(cls) -> str: return 'files' def _entities(self) -> Iterable[api.File]: - return api.not_stitched(self.api_bundle.files.values()) + return self.api_bundle.not_stitched(self.api_bundle.files) def _transform(self, files: Iterable[api.File]) -> Iterable[Contribution]: zarr_stores: Mapping[str, list[api.File]] = self.group_zarrs(files) @@ -1586,7 +1586,7 @@ def inner_entity_types(cls) -> frozenset[str]: def _entities(self) -> Iterable[Sample]: samples: dict[str, Sample] = dict() - for file in api.not_stitched(self.api_bundle.files.values()): + for file in self.api_bundle.not_stitched(self.api_bundle.files): self._find_ancestor_samples(file, samples) return samples.values() @@ -1643,7 +1643,7 @@ def _singleton_entity(self) -> DatedEntity: raise NotImplementedError def _dated_entities(self) -> Iterable[DatedEntity]: - return api.not_stitched(self.api_bundle.entities.values()) + return self.api_bundle.not_stitched(self.api_bundle.entities) def estimate(self, partition: BundlePartition) -> int: return int(partition.contains(self._singleton_id)) diff --git a/src/azul/plugins/repository/canned/__init__.py b/src/azul/plugins/repository/canned/__init__.py index d4ec63baef..e032646aba 100644 --- a/src/azul/plugins/repository/canned/__init__.py +++ b/src/azul/plugins/repository/canned/__init__.py @@ -25,7 +25,6 @@ from typing import ( Optional, Type, - cast, ) from furl import ( @@ -64,8 +63,6 @@ ) from azul.types import ( JSON, - MutableJSON, - MutableJSONs, ) from azul.uuids import ( validate_uuid_prefix, @@ -195,14 +192,15 @@ def fetch_bundle(self, bundle_fqid: CannedBundleFQID) -> CannedBundle: self._assert_source(bundle_fqid.source) now = time.time() staging_area = self.staging_area(bundle_fqid.source.spec.name) - version, manifest, metadata = staging_area.get_bundle_parts(bundle_fqid.uuid) + version, manifest, metadata, links = staging_area.get_bundle_parts(bundle_fqid.uuid) if bundle_fqid.version is None: bundle_fqid = CannedBundleFQID(source=bundle_fqid.source, uuid=bundle_fqid.uuid, version=version) bundle = CannedBundle(fqid=bundle_fqid, - manifest=cast(MutableJSONs, manifest), - metadata_files=cast(MutableJSON, metadata)) + manifest=manifest, + metadata=metadata, + links=links) assert version == bundle.version, (version, bundle) log.info('It took %.003fs to download bundle %s.%s', time.time() - now, bundle.uuid, bundle.version) diff --git a/src/azul/plugins/repository/dss/__init__.py b/src/azul/plugins/repository/dss/__init__.py index 57e796c591..43948604a2 100644 --- a/src/azul/plugins/repository/dss/__init__.py +++ b/src/azul/plugins/repository/dss/__init__.py @@ -140,7 +140,7 @@ def list_bundles(self, def fetch_bundle(self, bundle_fqid: DSSBundleFQID) -> DSSBundle: assert False, 'DSS is EOL' # noinspection PyUnreachableCode - return DSSBundle(fqid=bundle_fqid, manifest=[], metadata_files={}) + return DSSBundle(fqid=bundle_fqid, manifest={}, metadata={}, links={}) def dss_subscription_query(self, prefix: str) -> JSON: return { diff --git a/src/azul/plugins/repository/tdr_hca/__init__.py b/src/azul/plugins/repository/tdr_hca/__init__.py index df9b259862..f06b6526f3 100644 --- a/src/azul/plugins/repository/tdr_hca/__init__.py +++ b/src/azul/plugins/repository/tdr_hca/__init__.py @@ -184,39 +184,29 @@ def canning_qualifier(cls) -> str: def add_entity(self, *, - entity_key: str, - entity_type: EntityType, - entity_row: BigQueryRow, + entity: EntityReference, + row: BigQueryRow, is_stitched: bool ) -> None: - entity_id = entity_row[entity_type + '_id'] - self._add_manifest_entry(name=entity_key, - uuid=entity_id, - version=TDRPlugin.format_version(entity_row['version']), - size=entity_row['content_size'], - content_type='application/json', - dcp_type=f'"metadata/{entity_row["schema_type"]}"', - is_stitched=is_stitched) - if entity_type.endswith('_file'): - descriptor = json.loads(entity_row['descriptor']) - self._add_manifest_entry(name=entity_row['file_name'], + if is_stitched: + self.stitched.add(entity.entity_id) + if entity.entity_type.endswith('_file'): + descriptor = json.loads(row['descriptor']) + self._add_manifest_entry(entity, + name=row['file_name'], uuid=descriptor['file_id'], version=descriptor['file_version'], size=descriptor['size'], content_type=descriptor['content_type'], dcp_type='data', - is_stitched=is_stitched, checksums=Checksums.from_json(descriptor), - drs_uri=self._parse_drs_uri(entity_row['file_id'], descriptor)) - content = entity_row['content'] - self.metadata_files[entity_key] = (json.loads(content) - if isinstance(content, str) - else content) + drs_uri=self._parse_drs_uri(row['file_id'], descriptor)) + content = row['content'] + self.metadata[str(entity)] = (json.loads(content) + if isinstance(content, str) + else content) metadata_columns: ClassVar[set[str]] = { - 'version', - 'JSON_EXTRACT_SCALAR(content, "$.schema_type") AS schema_type', - 'BYTE_LENGTH(content) AS content_size', 'content' } @@ -235,6 +225,7 @@ def add_entity(self, _suffix = 'tdr.' def _add_manifest_entry(self, + entity: EntityReference, *, name: str, uuid: str, @@ -242,21 +233,14 @@ def _add_manifest_entry(self, size: int, content_type: str, dcp_type: str, - is_stitched: bool, checksums: Optional[Checksums] = None, drs_uri: Optional[str] = None) -> None: - # These requirements prevent mismatches in the DRS domain, and ensure - # that changes to the column syntax don't go undetected. - if drs_uri is not None: - parsed = RegularDRSURI.parse(drs_uri) - require(parsed.uri.netloc == config.tdr_service_url.netloc) - self.manifest.append({ + self.manifest[str(entity)] = { 'name': name, 'uuid': uuid, 'version': version, 'content-type': f'{content_type}; dcp-type={dcp_type}', 'size': size, - 'is_stitched': is_stitched, **( { 'indexed': True, @@ -268,7 +252,7 @@ def _add_manifest_entry(self, **checksums.to_json() } ) - }) + } def _parse_drs_uri(self, file_id: Optional[str], @@ -288,6 +272,10 @@ def _parse_drs_uri(self, external_drs_uri = None return external_drs_uri else: + # This requirement prevent mismatches in the DRS domain, and ensures + # that changes to the column syntax don't go undetected. + parsed = RegularDRSURI.parse(file_id) + require(parsed.uri.netloc == config.tdr_service_url.netloc) return file_id @@ -340,13 +328,11 @@ def _query_unique_sorted(self, def _emulate_bundle(self, bundle_fqid: TDRBundleFQID) -> TDRHCABundle: bundle = TDRHCABundle(fqid=bundle_fqid, - manifest=[], - metadata_files={}) + manifest={}, + metadata={}, + links={}) entities, root_entities, links_jsons = self._stitch_bundles(bundle) - bundle.add_entity(entity_key='links.json', - entity_type='links', - entity_row=self._merge_links(links_jsons), - is_stitched=False) + bundle.links = self._merge_links(links_jsons) with ThreadPoolExecutor(max_workers=config.num_tdr_workers) as executor: futures = { @@ -362,18 +348,16 @@ def _emulate_bundle(self, bundle_fqid: TDRBundleFQID) -> TDRHCABundle: rows = future.result() pk_column = entity_type + '_id' rows.sort(key=itemgetter(pk_column)) - for i, row in enumerate(rows): - is_stitched = EntityReference(entity_id=row[pk_column], - entity_type=entity_type) not in root_entities - bundle.add_entity(entity_key=f'{entity_type}_{i}.json', - entity_type=entity_type, - entity_row=row, + for row in rows: + entity = EntityReference(entity_id=row[pk_column], entity_type=entity_type) + is_stitched = entity not in root_entities + bundle.add_entity(entity=entity, + row=row, is_stitched=is_stitched) else: log.error('TDR worker failed to retrieve entities of type %r', entity_type, exc_info=e) raise e - bundle.manifest.sort(key=itemgetter('uuid')) return bundle def _stitch_bundles(self, @@ -470,7 +454,6 @@ def _retrieve_entities(self, else TDRHCABundle.data_columns if entity_type.endswith('_file') else TDRHCABundle.metadata_columns ) - assert version_column in non_pk_columns table_name = backtick(self._full_table_name(source, entity_type)) entity_id_type = one(set(map(type, entity_ids))) @@ -555,12 +538,6 @@ def _merge_links(self, links_jsons: JSONs) -> JSON: """ root, *stitched = links_jsons if stitched: - merged = { - 'links_id': root['links_id'], - 'version': root['version'] - } - for common_key in ('project_id', 'schema_type'): - merged[common_key] = one({row[common_key] for row in links_jsons}) source_contents = [row['content'] for row in links_jsons] # FIXME: Explicitly verify compatible schema versions for stitched subgraphs # https://github.com/DataBiosphere/azul/issues/3215 @@ -574,14 +551,9 @@ def _merge_links(self, links_jsons: JSONs) -> JSON: 'describedBy': str(schema_url), 'links': sum((sc['links'] for sc in source_contents), start=[]) } - merged['content'] = merged_content # Keep result of parsed JSON for reuse - merged['content_size'] = len(json.dumps(merged_content)) - assert merged.keys() == one({ - frozenset(row.keys()) for row in links_jsons - }), merged assert merged_content.keys() == one({ frozenset(sc.keys()) for sc in source_contents }), merged_content - return merged + return merged_content else: - return root + return root['content'] diff --git a/src/humancellatlas/data/metadata/age_range.py b/src/humancellatlas/data/metadata/age_range.py index f94f71fe8a..da96ece00e 100644 --- a/src/humancellatlas/data/metadata/age_range.py +++ b/src/humancellatlas/data/metadata/age_range.py @@ -1,9 +1,6 @@ from dataclasses import ( dataclass, ) -from typing import ( - Optional, -) @dataclass(frozen=True) @@ -89,7 +86,7 @@ def fail(): else: raise fail() from e1 - def cvt(value: str, default: float) -> Optional[float]: + def cvt(value: str, default: float) -> float | None: assert isinstance(default, float) try: return factor * float(value) if value else default diff --git a/src/humancellatlas/data/metadata/api.py b/src/humancellatlas/data/metadata/api.py index 39c4e7a77c..812b041564 100644 --- a/src/humancellatlas/data/metadata/api.py +++ b/src/humancellatlas/data/metadata/api.py @@ -18,19 +18,11 @@ chain, ) from typing import ( - Any, - Dict, + Collection, Iterable, - Iterator, - List, Mapping, MutableMapping, - Optional, - Set, - Tuple, - Type, TypeVar, - Union, ) from uuid import ( UUID, @@ -42,6 +34,17 @@ ) from azul.collections import ( OrderedSet, + adict, + dict_merge, +) + +from azul.indexer.document import ( + EntityReference, +) +from azul.types import ( + JSON, + MutableJSON, + is_optional, ) from humancellatlas.data.metadata.age_range import ( AgeRange, @@ -57,10 +60,6 @@ # A few helpful type aliases # UUID4 = UUID -AnyJSON2 = Union[str, int, float, bool, None, Dict[str, Any], List[Any]] -AnyJSON1 = Union[str, int, float, bool, None, Dict[str, AnyJSON2], List[AnyJSON2]] -AnyJSON = Union[str, int, float, bool, None, Dict[str, AnyJSON1], List[AnyJSON1]] -JSON = Dict[str, AnyJSON] @dataclass(init=False) @@ -70,19 +69,18 @@ class ManifestEntry: crc32c: str indexed: bool name: str - s3_etag: Optional[str] - sha1: Optional[str] + s3_etag: str | None + sha1: str | None sha256: str size: int # only populated if bundle was requested with `directurls` or `directurls` set - url: Optional[str] + url: str | None uuid: UUID4 = field(init=False) # FIXME: Change Bundle.version and ManifestEntry.version from string to datetime # https://github.com/DataBiosphere/hca-metadata-api/issues/48 version: str - is_stitched: bool = field(init=False) - def __init__(self, json: JSON): + def __init__(self, json: MutableJSON): # '/' was once forbidden in file paths and was encoded with '!'. Now # '/' is allowed and we force it in the metadata so that backwards # compatibility is simplified downstream. @@ -90,7 +88,6 @@ def __init__(self, json: JSON): self.json = json self.content_type = json['content-type'] self.uuid = UUID4(json['uuid']) - self.is_stitched = json.get('is_stitched', False) for f in fields(self): if f.init: value = json.get(f.name) @@ -104,22 +101,13 @@ def __init__(self, json: JSON): class Entity: json: JSON = field(repr=False) document_id: UUID4 - submitter_id: Optional[str] - metadata_manifest_entry: Optional[ManifestEntry] + submitter_id: str | None submission_date: datetime - update_date: Optional[datetime] - - @property - def is_stitched(self): - if self.metadata_manifest_entry is None: - return False - else: - return self.metadata_manifest_entry.is_stitched + update_date: datetime | None @classmethod def from_json(cls, json: JSON, - metadata_manifest_entry: Optional[ManifestEntry], **kwargs): content = json.get('content', json) described_by = content['describedBy'] @@ -128,22 +116,15 @@ def from_json(cls, sub_cls = entity_types[schema_name] except KeyError: raise TypeLookupError(described_by) - return sub_cls(json, metadata_manifest_entry, **kwargs) + return sub_cls(json, **kwargs) def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] + json: JSON ) -> None: super().__init__() self.json = json - self.metadata_manifest_entry = metadata_manifest_entry provenance = json.get('hca_ingest') or json['provenance'] self.document_id = UUID4(provenance['document_id']) - # Some older DCP/1 bundles use different UUIDs in the manifest and - # metadata. - if False: - if self.metadata_manifest_entry is not None: - assert self.document_id == self.metadata_manifest_entry.uuid self.submitter_id = provenance.get('submitter_id') submission_date = lookup(provenance, 'submission_date', 'submissionDate') self.submission_date = self._datetime(submission_date) @@ -153,7 +134,7 @@ def __init__(self, def _datetime(self, s: str) -> datetime: return parse_jsonschema_date_time(s).astimezone(timezone.utc) - def _optional_datetime(self, s: Optional[str]) -> Optional[datetime]: + def _optional_datetime(self, s: str | None) -> datetime | None: return s if s is None else self._datetime(s) @property @@ -173,20 +154,6 @@ def accept(self, visitor: 'EntityVisitor') -> None: E = TypeVar('E', bound=Entity) -# noinspection PyPep8Naming -@dataclass(frozen=True) -class not_stitched(Iterable[E]): - """ - An iterable of the entities in the argument iterable that are not stitched. - This is an iterable, so it can be consumed repeatedly. - """ - - entities: Iterable[E] - - def __iter__(self) -> Iterator[E]: - return (e for e in self.entities if not e.is_stitched) - - class TypeLookupError(Exception): def __init__(self, described_by: str) -> None: @@ -210,10 +177,9 @@ def _connect_to(self, other: Entity, forward: bool) -> None: raise NotImplementedError() def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] + json: JSON ) -> None: - super().__init__(json, metadata_manifest_entry) + super().__init__(json) self.children = {} self.parents = {} @@ -247,9 +213,9 @@ def __init__(self, entity: LinkedEntity, other_entity: Entity, forward: bool) -> @dataclass(frozen=True) class ProjectPublication: title: str - url: Optional[str] - official_hca: Optional[bool] - doi: Optional[str] + url: str | None + official_hca: bool | None + doi: str | None @classmethod def from_json(cls, json: JSON) -> 'ProjectPublication': @@ -276,11 +242,11 @@ def publication_url(self): @dataclass(frozen=True) class ProjectContact: name: str - email: Optional[str] - institution: Optional[str] # optional up to project/5.3.0/contact - laboratory: Optional[str] - corresponding_contributor: Optional[bool] - project_role: Optional[str] + email: str | None + institution: str | None # optional up to project/5.3.0/contact + laboratory: str | None + corresponding_contributor: bool | None + project_role: str | None @classmethod def from_json(cls, json: JSON) -> 'ProjectContact': @@ -309,29 +275,26 @@ class Accession: @dataclass(eq=True, frozen=True) class Bionetwork: name: str - atlas_project: Optional[bool] = None - hca_tissue_atlas: Optional[str] = None - hca_tissue_atlas_version: Optional[str] = None - schema_version: Optional[str] = None + atlas_project: bool | None = None + hca_tissue_atlas: str | None = None + hca_tissue_atlas_version: str | None = None + schema_version: str | None = None @dataclass(init=False) class Project(Entity): project_short_name: str project_title: str - project_description: Optional[str] # optional up to core/project/5.2.2/project_core + project_description: str | None # optional up to core/project/5.2.2/project_core publications: OrderedSet[ProjectPublication] contributors: OrderedSet[ProjectContact] accessions: OrderedSet[Accession] supplementary_links: OrderedSet[str] - estimated_cell_count: Optional[int] + estimated_cell_count: int | None bionetworks: OrderedSet[Bionetwork] - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) core = content['project_core'] self.project_short_name = lookup(core, 'project_short_name', 'project_shortname') @@ -355,29 +318,29 @@ def __init__(self, for bionetwork in content.get('hca_bionetworks', ()) if bionetwork) - def _accessions(self, namespace: str) -> Set[str]: + def _accessions(self, namespace: str) -> set[str]: return {a.accession for a in self.accessions if a.namespace == namespace} @property - def insdc_project_accessions(self) -> Set[str]: + def insdc_project_accessions(self) -> set[str]: warnings.warn("Project.insdc_project_accessions is deprecated. " "Use Project.accessions instead.", DeprecationWarning) return self._accessions('insdc_project') @property - def geo_series_accessions(self) -> Set[str]: + def geo_series_accessions(self) -> set[str]: warnings.warn("Project.geo_series_accessions is deprecated. " "Use Project.accessions instead.", DeprecationWarning) return self._accessions('geo_series') @property - def array_express_accessions(self) -> Set[str]: + def array_express_accessions(self) -> set[str]: warnings.warn("Project.array_express_accessions is deprecated. " "Use Project.accessions instead.", DeprecationWarning) return self._accessions('array_express') @property - def insdc_study_accessions(self) -> Set[str]: + def insdc_study_accessions(self) -> set[str]: warnings.warn("Project.insdc_study_accessions is deprecated. " "Use Project.accessions instead.", DeprecationWarning) return self._accessions('insdc_study') @@ -398,16 +361,13 @@ def project_shortname(self) -> str: @dataclass(init=False) class Biomaterial(LinkedEntity): biomaterial_id: str - ncbi_taxon_id: List[int] - has_input_biomaterial: Optional[str] + ncbi_taxon_id: list[int] + has_input_biomaterial: str | None from_processes: MutableMapping[UUID4, 'Process'] = field(repr=False) to_processes: MutableMapping[UUID4, 'Process'] - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.biomaterial_id = content['biomaterial_core']['biomaterial_id'] self.ncbi_taxon_id = content['biomaterial_core']['ncbi_taxon_id'] @@ -427,18 +387,15 @@ def _connect_to(self, other: Entity, forward: bool) -> None: @dataclass(init=False) class DonorOrganism(Biomaterial): - genus_species: Set[str] - diseases: Set[str] + genus_species: set[str] + diseases: set[str] organism_age: str organism_age_unit: str sex: str - development_stage: Optional[str] + development_stage: str | None - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.genus_species = {ontology_label(gs) for gs in content['genus_species']} self.diseases = {ontology_label(d) for d in lookup(content, 'diseases', 'disease', default=[]) if d} @@ -448,7 +405,7 @@ def __init__(self, self.development_stage = ontology_label(content.get('development_stage'), default=None) @property - def organism_age_in_seconds(self) -> Optional[AgeRange]: + def organism_age_in_seconds(self) -> AgeRange | None: if self.organism_age and self.organism_age_unit: return AgeRange.parse(self.organism_age, self.organism_age_unit) else: @@ -469,17 +426,14 @@ def disease(self): @dataclass(init=False) class SpecimenFromOrganism(Biomaterial): - storage_method: Optional[str] - preservation_method: Optional[str] - diseases: Set[str] - organ: Optional[str] - organ_parts: Set[str] - - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + storage_method: str | None + preservation_method: str | None + diseases: set[str] + organ: str | None + organ_parts: set[str] + + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) preservation_storage = content.get('preservation_storage') self.storage_method = preservation_storage.get('storage_method') if preservation_storage else None @@ -509,26 +463,20 @@ def organ_part(self): @dataclass(init=False) class ImagedSpecimen(Biomaterial): - slice_thickness: Union[float, int] + slice_thickness: float | int - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) self.slice_thickness = json['slice_thickness'] @dataclass(init=False) class CellSuspension(Biomaterial): - estimated_cell_count: Optional[int] - selected_cell_types: Set[str] + estimated_cell_count: int | None + selected_cell_types: set[str] - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.estimated_cell_count = lookup(content, 'estimated_cell_count', 'total_estimated_cells', default=None) self.selected_cell_types = {ontology_label(sct) for sct in @@ -541,7 +489,7 @@ def total_estimated_cells(self) -> int: return self.estimated_cell_count @property - def selected_cell_type(self) -> Set[str]: + def selected_cell_type(self) -> set[str]: warnings.warn("CellSuspension.selected_cell_type is deprecated. " "Use CellSuspension.selected_cell_types instead.", DeprecationWarning) return self.selected_cell_types @@ -550,13 +498,10 @@ def selected_cell_type(self) -> Set[str]: @dataclass(init=False) class CellLine(Biomaterial): type: str - model_organ: Optional[str] + model_organ: str | None - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.type = lookup(content, 'type', 'cell_line_type') self.model_organ = ontology_label(content.get('model_organ'), default=None) @@ -571,13 +516,10 @@ def cell_line_type(self) -> str: @dataclass(init=False) class Organoid(Biomaterial): model_organ: str - model_organ_part: Optional[str] + model_organ_part: str | None - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.model_organ = ontology_label(lookup(content, 'model_organ', 'model_for_organ'), default=None) self.model_organ_part = ontology_label(content.get('model_organ_part'), default=None) @@ -586,18 +528,15 @@ def __init__(self, @dataclass(init=False) class Process(LinkedEntity): process_id: str - process_name: Optional[str] + process_name: str | None input_biomaterials: MutableMapping[UUID4, Biomaterial] = field(repr=False) input_files: MutableMapping[UUID4, 'File'] = field(repr=False) output_biomaterials: MutableMapping[UUID4, Biomaterial] output_files: MutableMapping[UUID4, 'File'] protocols: MutableMapping[UUID4, 'Protocol'] - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) process_core = content['process_core'] self.process_id = process_core['process_id'] @@ -635,35 +574,26 @@ class AnalysisProcess(Process): @dataclass(init=False) class DissociationProcess(Process): - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: + def __init__(self, json: JSON) -> None: warnings.warn(f"{type(self)} is deprecated", DeprecationWarning) - super().__init__(json, metadata_manifest_entry) + super().__init__(json) @dataclass(init=False) class EnrichmentProcess(Process): - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: + def __init__(self, json: JSON) -> None: warnings.warn(f"{type(self)} is deprecated", DeprecationWarning) - super().__init__(json, metadata_manifest_entry) + super().__init__(json) @dataclass(init=False) class LibraryPreparationProcess(Process): library_construction_approach: str - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: + def __init__(self, json: JSON) -> None: warnings.warn(f"{type(self)} is deprecated", DeprecationWarning) - super().__init__(json, metadata_manifest_entry) + super().__init__(json) content = json.get('content', json) self.library_construction_approach = content['library_construction_approach'] @@ -672,12 +602,9 @@ def __init__(self, class SequencingProcess(Process): instrument_manufacturer_model: str - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: + def __init__(self, json: JSON) -> None: warnings.warn(f"{type(self)} is deprecated", DeprecationWarning) - super().__init__(json, metadata_manifest_entry) + super().__init__(json) content = json.get('content', json) self.instrument_manufacturer_model = ontology_label(content['instrument_manufacturer_model']) @@ -698,13 +625,10 @@ def from_json(cls, json: JSON) -> 'ImagingProbe': @dataclass(init=False) class Protocol(LinkedEntity): protocol_id: str - protocol_name: Optional[str] + protocol_name: str | None - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) protocol_core = content['protocol_core'] self.protocol_id = protocol_core['protocol_id'] @@ -720,13 +644,10 @@ def _connect_to(self, other: Entity, forward: bool) -> None: @dataclass(init=False) class LibraryPreparationProtocol(Protocol): library_construction_method: str - nucleic_acid_source: Optional[str] + nucleic_acid_source: str | None - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) temp = lookup(content, 'library_construction_method', 'library_construction_approach') self.library_construction_method = ontology_label(temp) if isinstance(temp, dict) else temp @@ -742,13 +663,10 @@ def library_construction_approach(self) -> str: @dataclass(init=False) class SequencingProtocol(Protocol): instrument_manufacturer_model: str - paired_end: Optional[bool] + paired_end: bool | None - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.instrument_manufacturer_model = ontology_label(content.get('instrument_manufacturer_model'), default=None) self.paired_end = lookup(content, 'paired_end', 'paired_ends', default=None) @@ -796,13 +714,10 @@ class TreatmentProtocol(Protocol): @dataclass(init=False) class ImagingProtocol(Protocol): - probe: List[ImagingProbe] # A list so all the ImagingProbe objects can be tallied when indexed + probe: list[ImagingProbe] # A list so all the ImagingProbe objects can be tallied when indexed - def __init__(self, - json: JSON, - metadata_manifest_entry: Optional[ManifestEntry] - ) -> None: - super().__init__(json, metadata_manifest_entry) + def __init__(self, json: JSON) -> None: + super().__init__(json) content = json.get('content', json) self.probe = [ ImagingProbe.from_json(probe) @@ -810,7 +725,7 @@ def __init__(self, ] @property - def target(self) -> List[ImagingProbe]: + def target(self) -> list[ImagingProbe]: warnings.warn('ImagingProtocol.target is deprecated. ' 'Use ImagingProtocol.probe instead.', DeprecationWarning) return self.probe @@ -821,40 +736,19 @@ class ImagingPreparationProtocol(Protocol): pass -def is_optional(t): - """ - https://stackoverflow.com/a/62641842/4171119 - - >>> is_optional(str) - False - >>> is_optional(Optional[str]) - True - >>> is_optional(Union[str, None]) - True - >>> is_optional(Union[None, str]) - True - >>> is_optional(Union[str, None, int]) - True - >>> is_optional(Union[str, int]) - False - """ - return t == Optional[t] - - @dataclass(init=False) class File(LinkedEntity): format: str from_processes: MutableMapping[UUID4, Process] = field(repr=False) to_processes: MutableMapping[UUID4, Process] manifest_entry: ManifestEntry - content_description: Set[str] + content_description: set[str] file_source: str def __init__(self, json: JSON, - metadata_manifest_entry: Optional[ManifestEntry], - manifest: Mapping[str, ManifestEntry]): - super().__init__(json, metadata_manifest_entry) + manifest_entry: ManifestEntry): + super().__init__(json) content = json.get('content', json) # '/' was once forbidden in file paths and was encoded with '!'. Now # '/' is allowed and we force it in the metadata so that backwards @@ -862,7 +756,7 @@ def __init__(self, core = content['file_core'] core['file_name'] = core['file_name'].replace('!', '/') self.format = lookup(core, 'format', 'file_format') - self.manifest_entry = manifest[core['file_name']] + self.manifest_entry = manifest_entry self.content_description = {ontology_label(cd) for cd in core.get('content_description', [])} self.file_source = core.get('file_source') self.from_processes = dict() @@ -891,13 +785,12 @@ def is_matrix(self) -> bool: @dataclass(init=False) class SequenceFile(File): read_index: str - lane_index: Optional[str] + lane_index: str | None def __init__(self, json: JSON, - metadata_manifest_entry, - manifest: Mapping[str, ManifestEntry]): - super().__init__(json, metadata_manifest_entry, manifest) + manifest_entry: ManifestEntry): + super().__init__(json, manifest_entry) content = json.get('content', json) self.read_index = content['read_index'] self.lane_index = content.get('lane_index') @@ -914,9 +807,8 @@ class AnalysisFile(File): def __init__(self, json: JSON, - metadata_manifest_entry, - manifest: Mapping[str, ManifestEntry]): - super().__init__(json, metadata_manifest_entry, manifest) + manifest_entry: ManifestEntry): + super().__init__(json, manifest_entry) content = json.get('content', json) self.matrix_cell_count = content.get('matrix_cell_count') @@ -940,7 +832,7 @@ class Link: link_type: str = 'process_link' @classmethod - def from_json(cls, json: JSON, schema_version: Tuple[int]) -> Iterable['Link']: + def from_json(cls, json: JSON, schema_version: tuple[int, ...]) -> Iterable['Link']: if 'source_id' in json: # DCP/1 v5 (obsolete) yield cls(source_id=UUID4(json['source_id']), @@ -1017,69 +909,46 @@ class Bundle: manifest: MutableMapping[str, ManifestEntry] entities: MutableMapping[UUID4, Entity] = field(repr=False) - links: List[Link] + links: list[Link] - def __init__(self, uuid: str, version: str, manifest: List[JSON], metadata_files: Mapping[str, JSON]): + def __init__(self, + uuid: str, + version: str, + manifest: Mapping[str, MutableJSON], + metadata: Mapping[str, MutableJSON], + links_json: JSON, + stitched_entity_ids: Collection[str] = ()): self.uuid = UUID4(uuid) self.version = version - self.manifest = {m.name: m for m in map(ManifestEntry, manifest)} - - def from_json(core_cls: Type[E], - json_entities: List[Tuple[JSON, ManifestEntry]], - **kwargs - ) -> MutableMapping[UUID4, E]: + self.manifest = {ref: ManifestEntry(e) for ref, e in manifest.items()} + self.stitched = frozenset(map(UUID4, stitched_entity_ids)) + + entity_args_by_core_cls: MutableMapping[type[E], list[dict]] = defaultdict(list) + for key, json in metadata.items(): + schema_name = EntityReference.parse(key).entity_type + entity_cls = entity_types[schema_name] + core_cls = core_types[entity_cls] + args = adict(json=json, + manifest_entry=self.manifest.get(key)) + entity_args_by_core_cls[core_cls].append(args) + + def from_json_vx(core_cls: type[E], + ) -> MutableMapping[UUID4, E]: + args_list = entity_args_by_core_cls[core_cls] entities = ( - core_cls.from_json(entity, manifest_entry, **kwargs) - for entity, manifest_entry in json_entities + core_cls.from_json(**args) + for args in args_list ) return {entity.document_id: entity for entity in entities} - if 'project.json' in metadata_files: - - def from_json_v5(core_cls: Type[E], file_name, key=None, **kwargs) -> MutableMapping[UUID4, E]: - file_content = metadata_files.get(file_name) - if file_content: - manifest_entry = self.manifest.get(file_name) - json_entities = file_content[key] if key else [file_content] - json_entities = [(json_entity, manifest_entry) for json_entity in json_entities] - return from_json(core_cls, json_entities, **kwargs) - else: - return {} - - self.projects = from_json_v5(Project, 'project.json') - self.biomaterials = from_json_v5(Biomaterial, 'biomaterial.json', 'biomaterials') - self.processes = from_json_v5(Process, 'process.json', 'processes') - self.protocols = from_json_v5(Protocol, 'protocol.json', 'protocols') - self.files = from_json_v5(File, 'file.json', 'files', manifest=self.manifest) - - elif 'project_0.json' in metadata_files: - - json_by_core_cls: MutableMapping[Type[E], List[Tuple[JSON, ManifestEntry]]] = defaultdict(list) - for file_name, json in metadata_files.items(): - assert file_name.endswith('.json') - schema_name, _, suffix = file_name[:-5].rpartition('_') - if schema_name and suffix.isdigit(): - entity_cls = entity_types[schema_name] - core_cls = core_types[entity_cls] - json_by_core_cls[core_cls].append((json, self.manifest.get(file_name))) - - def from_json_vx(core_cls: Type[E], **kwargs) -> MutableMapping[UUID4, E]: - json_entities = json_by_core_cls[core_cls] - return from_json(core_cls, json_entities, **kwargs) - - self.projects = from_json_vx(Project) - self.biomaterials = from_json_vx(Biomaterial) - self.processes = from_json_vx(Process) - self.protocols = from_json_vx(Protocol) - self.files = from_json_vx(File, manifest=self.manifest) - - else: - - raise RuntimeError('Unable to detect bundle structure') + self.projects = from_json_vx(Project) + self.biomaterials = from_json_vx(Biomaterial) + self.processes = from_json_vx(Process) + self.protocols = from_json_vx(Protocol) + self.files = from_json_vx(File) self.entities = {**self.projects, **self.biomaterials, **self.processes, **self.protocols, **self.files} - links_json = metadata_files['links.json'] schema_version = tuple(map(int, links_json['schema_version'].split('.'))) self.links = list(chain.from_iterable( Link.from_json(link, schema_version) @@ -1110,7 +979,7 @@ def visit(self, entity: Entity) -> None: return roots - def leaf_entities(self, entity_type: Type[L]) -> Mapping[UUID4, L]: + def leaf_entities(self, entity_type: type[L]) -> Mapping[UUID4, L]: """ Return a set of all leaf entities in this bundle. A leaf entity is a linked entity of a given type that has no descendants of that type. @@ -1132,7 +1001,7 @@ def recurse(entities: Iterable[Entity]) -> Mapping[UUID4, L]: except StopIteration: return visit(entity) else: - return dict(chain.from_iterable(map(dict.items, map(visit, entities)))) + return dict_merge(map(visit, entities)) def visit(entity: Entity) -> Mapping[UUID4, L]: if isinstance(entity, LinkedEntity): @@ -1145,21 +1014,28 @@ def visit(entity: Entity) -> Mapping[UUID4, L]: return recurse(self.root_entities().values()) + def not_stitched(self, entities: Mapping[UUID, E]) -> list[E]: + return [ + entity + for uuid, entity in entities.items() + if uuid not in self.stitched + ] + @cached_property def leaf_cell_suspensions(self) -> Mapping[UUID4, CellSuspension]: return self.leaf_entities(CellSuspension) @property - def specimens(self) -> List[SpecimenFromOrganism]: + def specimens(self) -> list[SpecimenFromOrganism]: return [s for s in self.biomaterials.values() if isinstance(s, SpecimenFromOrganism)] @property - def sequencing_input(self) -> List[Biomaterial]: + def sequencing_input(self) -> list[Biomaterial]: return [bm for bm in self.biomaterials.values() if any(ps.is_sequencing_process() for ps in bm.to_processes.values())] @property - def sequencing_output(self) -> List[SequenceFile]: + def sequencing_output(self) -> list[SequenceFile]: return [f for f in self.files.values() if isinstance(f, SequenceFile) and any(ps.is_sequencing_process() for ps in f.from_processes.values())] @@ -1221,8 +1097,8 @@ def sequencing_output(self) -> List[SequenceFile]: assert len(entity_types) == len(schema_names), "The mapping from schema name to entity type is not bijective" -def ontology_label(ontology: Optional[Mapping[str, str]], - default: Union[str, None, LookupDefault] = LookupDefault.RAISE) -> str: +def ontology_label(ontology: Mapping[str, str] | None, + default: str | LookupDefault | None = LookupDefault.RAISE) -> str: """ Return the best-suited value from the given ontology dictionary. diff --git a/src/humancellatlas/data/metadata/datetime.py b/src/humancellatlas/data/metadata/datetime.py index 23a37a71ee..66502b4c04 100644 --- a/src/humancellatlas/data/metadata/datetime.py +++ b/src/humancellatlas/data/metadata/datetime.py @@ -4,12 +4,9 @@ timezone, ) import re -from typing import ( - Optional, -) -def parse_jsonschema_date_time(s: str) -> Optional[datetime]: +def parse_jsonschema_date_time(s: str) -> datetime | None: """ Convert a string in JSONSchema `date-time` format diff --git a/src/humancellatlas/data/metadata/helpers/exception.py b/src/humancellatlas/data/metadata/helpers/exception.py deleted file mode 100644 index af1c704ccc..0000000000 --- a/src/humancellatlas/data/metadata/helpers/exception.py +++ /dev/null @@ -1,36 +0,0 @@ -# Copied from https://github.com/DataBiosphere/azul/blob/develop/src/azul/__init__.py - - -class RequirementError(RuntimeError): - """ - Unlike assertions, unsatisfied requirements do not constitute a bug in the program. - """ - - -def require(condition: bool, *args, exception: type = RequirementError): - """ - Raise a RequirementError, or an instance of the given exception class, if the given condition is False. - - :param condition: the boolean condition to be required - - :param args: optional positional arguments to be passed to the exception constructor. Typically only one such - argument should be provided: a string containing a textual description of the requirement. - - :param exception: a custom exception class to be instantiated and raised if the condition does not hold - """ - reject(not condition, *args, exception=exception) - - -def reject(condition: bool, *args, exception: type = RequirementError): - """ - Raise a RequirementError, or an instance of the given exception class, if the given condition is True. - - :param condition: the boolean condition to be rejected - - :param args: optional positional arguments to be passed to the exception constructor. Typically only one such - argument should be provided: a string containing a textual description of the rejected condition. - - :param exception: a custom exception class to be instantiated and raised if the condition occurs - """ - if condition: - raise exception(*args) diff --git a/src/humancellatlas/data/metadata/helpers/schema_validation.py b/src/humancellatlas/data/metadata/helpers/schema_validation.py index fd66322669..a6adc96e70 100644 --- a/src/humancellatlas/data/metadata/helpers/schema_validation.py +++ b/src/humancellatlas/data/metadata/helpers/schema_validation.py @@ -11,12 +11,12 @@ ) import requests -from humancellatlas.data.metadata.api import ( - JSON, -) -from humancellatlas.data.metadata.helpers.exception import ( +from azul import ( RequirementError, ) +from azul.types import ( + JSON, +) log = logging.getLogger(__name__) diff --git a/src/humancellatlas/data/metadata/helpers/staging_area.py b/src/humancellatlas/data/metadata/helpers/staging_area.py index c510d20959..7bda07e3e6 100644 --- a/src/humancellatlas/data/metadata/helpers/staging_area.py +++ b/src/humancellatlas/data/metadata/helpers/staging_area.py @@ -11,7 +11,6 @@ Mapping, Self, Sequence, - Set, TypeVar, ) from uuid import ( @@ -26,14 +25,20 @@ import git -from humancellatlas.data.metadata.api import ( - Bundle, - JSON, -) -from humancellatlas.data.metadata.helpers.exception import ( +from azul import ( reject, require, ) +from azul.indexer.document import ( + EntityReference, +) +from azul.types import ( + JSON, + MutableJSON, +) +from humancellatlas.data.metadata.api import ( + Bundle, +) from humancellatlas.data.metadata.helpers.schema_validation import ( SchemaValidator, ) @@ -49,14 +54,14 @@ class JsonFile: uuid: str version: str name: str - content: JSON + content: MutableJSON _validator: ClassVar[SchemaValidator] = SchemaValidator() def __attrs_post_init__(self): self._validator.validate_json(self.content, self.name) @classmethod - def from_json(cls, file_name: str, content: JSON) -> 'JsonFile': + def from_json(cls, file_name: str, content: MutableJSON) -> 'JsonFile': def parse_file_name(file_name: str) -> Sequence[str]: suffix = '.json' assert file_name.endswith(suffix), file_name @@ -138,49 +143,36 @@ def get_bundle(self, subgraph_id: str) -> Bundle: """ Return a bundle from the staging area """ - version, manifest, metadata = self.get_bundle_parts(subgraph_id) - return Bundle(subgraph_id, version, manifest, metadata) + version, manifest, metadata, links = self.get_bundle_parts(subgraph_id) + return Bundle(subgraph_id, version, manifest, metadata, links) - def get_bundle_parts(self, subgraph_id: str) -> tuple[str, list[JSON], JSON]: + def get_bundle_parts(self, + subgraph_id: str + ) -> tuple[str, MutableJSON, MutableJSON, MutableJSON]: """ Return the components to create a bundle from the staging area """ links_file = self.links[subgraph_id] - manifest = [] - metadata = { - 'links.json': links_file.content - } + manifest = {} + metadata = {} entity_ids_by_type = self._entity_ids_by_type(subgraph_id) for entity_type, entity_ids in entity_ids_by_type.items(): # Sort entity_ids to produce the same ordering on multiple runs - for i, entity_id in enumerate(sorted(entity_ids)): - json_file_name = f'{entity_type}_{i}.json' + for entity_id in sorted(entity_ids): metadata_file = self.metadata[entity_id] json_content = metadata_file.content - metadata[json_file_name] = json_content - file_manifest = { - 'content-type': 'application/json;', - 'crc32c': '0' * 8, - 'indexed': True, - 'name': json_file_name, - 's3_etag': None, - 'sha1': None, - 'sha256': '0' * 64, - 'size': len(json.dumps(json_content)), - 'uuid': metadata_file.uuid, - 'version': metadata_file.version - } - manifest.append(file_manifest) + key = str(EntityReference(entity_type=entity_type, entity_id=entity_id)) + metadata[key] = json_content if entity_type.endswith('_file'): file_manifest = self.descriptors[entity_id].manifest_entry - manifest.append(file_manifest) + manifest[key] = file_manifest else: pass - return links_file.version, manifest, metadata + return links_file.version, manifest, metadata, links_file.content def _entity_ids_by_type(self, subgraph_id: str - ) -> dict[str, Set[str]]: + ) -> dict[str, set[str]]: """ Return a mapping of entity types (e.g. 'analysis_file', 'cell_suspension') to a set of entity IDs diff --git a/src/humancellatlas/data/metadata/lookup.py b/src/humancellatlas/data/metadata/lookup.py index 9e1adf86da..41fd21f679 100644 --- a/src/humancellatlas/data/metadata/lookup.py +++ b/src/humancellatlas/data/metadata/lookup.py @@ -3,9 +3,7 @@ ) from typing import ( Mapping, - Optional, TypeVar, - Union, ) K = TypeVar('K') @@ -19,7 +17,7 @@ class LookupDefault(Enum): def lookup(d: Mapping[K, V], k: K, *ks: K, - default: Union[Optional[V], LookupDefault] = LookupDefault.RAISE + default: V | LookupDefault | None = LookupDefault.RAISE ) -> V: """ Look up a value in the specified dictionary given one or more candidate keys. diff --git a/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..5c2c197ca9 --- /dev/null +++ b/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,463 @@ +{ + "manifest": { + "sequence_file/36d7f891-8a43-4ae4-8472-a34dcb2be643": { + "crc32c": "29B559F9", + "sha1": "0587673d7d88efa40a6f4d25d34d2eba14cf8e8b", + "sha256": "df8b88b6f32f494a53687f79724a6ebd8bbb9c5c0474b9a857d467a0bdb83c2d", + "s3_etag": "ef8edc4bf0ba07805a052cd7686b5ea7", + "content-type": "application/octet-stream", + "indexed": false, + "name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", + "size": 566, + "uuid": "c8a4ea32-6d66-48f3-b480-9421743b9c0a", + "version": "1" + } + }, + "metadata": { + "cell_suspension/7b53bae2-2424-44c0-9d80-ad72e8bca136": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "1_BM1_cells", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "selected_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" + } + ], + "total_estimated_cells": 4294, + "provenance": { + "document_id": "7b53bae2-2424-44c0-9d80-ad72e8bca136", + "submission_date": "2018-09-04T12:26:41.629Z", + "update_date": "2018-09-04T12:27:19.625Z" + } + }, + "dissociation_protocol/eebf404f-4fbb-41b0-a9c6-81586f729599": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_protocol_1", + "protocol_name": "mononuclear cell isolation", + "protocol_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing." + }, + "dissociation_method": { + "text": "10x sequencing", + "ontology": "EFO:0008995" + }, + "provenance": { + "document_id": "eebf404f-4fbb-41b0-a9c6-81586f729599", + "submission_date": "2018-09-04T12:26:54.982Z", + "update_date": "2018-09-04T12:26:56.433Z" + } + }, + "donor_organism/628e8b1d-a1ce-4dee-b15a-3fd33290eafe": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "BM1", + "biomaterial_name": "Bone Marrow donor 1", + "biomaterial_description": "Bone Marrow donor 1", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organism_age": "52", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "is_living": "yes", + "sex": "female", + "medical_history": { + "smoking_history": "no" + }, + "human_specific": { + "ethnicity": [ + { + "text": "Caucasian" + } + ] + }, + "weight": "69", + "weight_unit": { + "text": "kilogram", + "ontology": "UO:0000009" + }, + "height": "165", + "height_unit": { + "text": "centimeter", + "ontology": "UO:0000015" + }, + "provenance": { + "document_id": "628e8b1d-a1ce-4dee-b15a-3fd33290eafe", + "submission_date": "2018-09-04T12:26:40.051Z", + "update_date": "2018-09-04T12:27:10.175Z" + } + }, + "library_preparation_protocol/e4024c4a-dbce-4bda-bed8-21414091e7ce": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1", + "protocol_name": "Preparing RNA for sequencing by 10x" + }, + "cell_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_approach": { + "text": "10X sequencing", + "ontology": "EFO:0008995" + }, + "nucleic_acid_source": "single cell", + "end_bias": "3 prime tag", + "primer": "poly-dT", + "strand": "second", + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 16, + "barcode_length": 10 + }, + "provenance": { + "document_id": "e4024c4a-dbce-4bda-bed8-21414091e7ce", + "submission_date": "2018-09-04T12:26:54.992Z", + "update_date": "2018-09-04T12:27:50.909Z" + } + }, + "process/98442f49-9afb-491e-8347-f891f39d8d70": { + "process_core": { + "process_id": "process_id_128" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "98442f49-9afb-491e-8347-f891f39d8d70", + "submission_date": "2018-09-04T12:26:57.064Z", + "update_date": "2018-09-04T12:28:00.426Z" + } + }, + "process/d691bda4-ed01-48b6-a4ea-65b70f6a3946": { + "process_core": { + "process_id": "process_id_255" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "d691bda4-ed01-48b6-a4ea-65b70f6a3946", + "submission_date": "2018-09-04T12:26:58.574Z", + "update_date": "2018-09-04T12:28:06.541Z" + } + }, + "process/5aa4645b-2802-4140-9b15-d1008338b1c9": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "5aa4645b-2802-4140-9b15-d1008338b1c9", + "submission_date": "2018-09-04T12:26:55.041Z", + "update_date": "2018-09-04T12:27:51.508Z" + } + }, + "project/617eb7c1-a3bc-4dd3-9a2a-50a77c998e22": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "1M Immune Cells", + "project_title": "Census of Immune Cells", + "project_description": "Diverse cells of the immune system maintain and protect tissue function, integrity, and homeostasis upon changes in functional demands and diverse perturbations. Recent advances such as massively parallel single-cell RNA-sequencing and sophisticated computational methods help shed new light on this complexity. This immune cell census aims to profile up to 2M immunocytes, the first tranche of this is currently available. With computational methods optimized to a massive scale, we can readily identify cell types and markers, as well as the process of hematopoietic differentiation. The high quality and comprehensive reference map is provided as an open community resource for understanding human health and disease." + }, + "contributors": [ + { + "contact_name": "Aviv,,Regev", + "email": "aregev@broadinstitute.org", + "phone": "(617) 714-7020", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Bo,,Li", + "email": "libo@broadinstitute.org", + "phone": "(617) 714-8681", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Monika,S,Kowalczyk", + "email": "msk.kowalczyk@gmail.com", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Danielle,,Dionne", + "email": "dionne@broadinstitute.org", + "phone": "(617) 714-8147", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Timothy,,Tickle", + "email": "ttickle@broadinstitute.org", + "phone": "(617) 714-7084", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Jane,,Lee", + "email": "janelee@broadinstitute.org", + "phone": "(617) 714-7448", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Orit,,Rozenblatt-Rosen", + "email": "orit@broadinstitute.org", + "phone": "(617) 714-7789", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Orr,,Ashenberg", + "email": "orr@broadinstitute.org", + "phone": "(617) 714-8681", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Marcin,,Tabaka", + "email": "mtabaka@broadinstitute.org", + "phone": "(617) 714-7470", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Karthik,,Shekhar", + "email": "karthik@broadinstitute.org", + "phone": "(617) 714-8067", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Michal,,Slyper", + "email": "mslyper@broadinstitute.org", + "phone": "(617) 714-7199", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Julia,,Waldman", + "email": "jwaldman@broadinstitute.org", + "institution": "Broad Institute", + "laboratory": "Regev Lab", + "address": "415 Main Street, Cambridge, MA", + "country": "USA" + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Danielle,,Welter", + "email": "dwelter@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-1058-2668", + "corresponding_contributor": false + } + ], + "provenance": { + "document_id": "617eb7c1-a3bc-4dd3-9a2a-50a77c998e22", + "submission_date": "2018-09-04T12:26:40.041Z", + "update_date": "2018-09-04T12:27:09.930Z" + } + }, + "sequence_file/36d7f891-8a43-4ae4-8472-a34dcb2be643": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "index1", + "lane_index": 7, + "read_length": 8, + "technical_replicate_group": "1_BM1_cells_r1", + "provenance": { + "document_id": "36d7f891-8a43-4ae4-8472-a34dcb2be643", + "submission_date": "2018-09-04T12:26:43.089Z", + "update_date": "2018-09-04T12:27:39.827Z" + } + }, + "sequencing_protocol/aaa08845-5150-4a4f-9c44-5ea22add1fc3": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "10x_v2_sequencing_protocol_1", + "protocol_name": "Sequencing bone marrow donor 1-4", + "protocol_description": "Single cell sequencing of cDNAs by 10x" + }, + "instrument_manufacturer_model": { + "text": "Illumina Hiseq X 10", + "ontology": "EFO:0008567" + }, + "local_machine_name": "HXE", + "paired_end": true, + "sequencing_approach": { + "text": "tag based single cell RNA sequencing", + "ontology": "EFO:0008440" + }, + "provenance": { + "document_id": "aaa08845-5150-4a4f-9c44-5ea22add1fc3", + "submission_date": "2018-09-04T12:26:55.003Z", + "update_date": "2018-09-04T12:27:50.911Z" + } + }, + "specimen_from_organism/6228558b-436a-46c9-9cd3-ea9b5c123070": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "1_BM1", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "bone", + "ontology": "UBERON:0001474" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "purchased_specimen": { + "manufacturer": "Stem Cell Technologies" + }, + "provenance": { + "document_id": "6228558b-436a-46c9-9cd3-ea9b5c123070", + "submission_date": "2018-09-04T12:26:40.206Z", + "update_date": "2018-09-04T12:27:13.378Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "d691bda4-ed01-48b6-a4ea-65b70f6a3946", + "inputs": [ + "7b53bae2-2424-44c0-9d80-ad72e8bca136" + ], + "input_type": "biomaterial", + "outputs": [ + "36d7f891-8a43-4ae4-8472-a34dcb2be643" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "e4024c4a-dbce-4bda-bed8-21414091e7ce" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "aaa08845-5150-4a4f-9c44-5ea22add1fc3" + } + ] + }, + { + "process": "98442f49-9afb-491e-8347-f891f39d8d70", + "inputs": [ + "6228558b-436a-46c9-9cd3-ea9b5c123070" + ], + "input_type": "biomaterial", + "outputs": [ + "7b53bae2-2424-44c0-9d80-ad72e8bca136" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "eebf404f-4fbb-41b0-a9c6-81586f729599" + } + ] + }, + { + "process": "5aa4645b-2802-4140-9b15-d1008338b1c9", + "inputs": [ + "628e8b1d-a1ce-4dee-b15a-3fd33290eafe" + ], + "input_type": "biomaterial", + "outputs": [ + "6228558b-436a-46c9-9cd3-ea9b5c123070" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index b0a606b26e..0000000000 --- a/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,158 +0,0 @@ -[ - { - "crc32c": "1C09FCE0", - "sha1": "f1aeb2b94ce28ee524388730c9b63b7dafc895c7", - "sha256": "b3f554280c892aecfc235a64f924843b2484f73cb0cd21aacdd1d796383a6d69", - "s3_etag": "bceb1c61bab478faf3f70e0ff832b4c0", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 770, - "uuid": "84354fad-8890-41df-b808-48f9ed4e1cc3", - "version": "1" - }, - { - "crc32c": "28EA16F2", - "sha1": "7cc7ac34f3c2c00befb398a63b5303d636ca4711", - "sha256": "de429783e1308851f7f5e8320d8612e7c1ad90975698fec9a481c836db2e9543", - "s3_etag": "61eb8b831af8c1fdf1105ee9cb66fb16", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "dissociation_protocol_0.json", - "size": 711, - "uuid": "30cf9805-82f5-4725-a7ad-7411c276b4a9", - "version": "1" - }, - { - "crc32c": "C2C08857", - "sha1": "8f1b7481a5dc77f3a6c90530a957952102a92e35", - "sha256": "94be68544f8a5a0171fd918e070150a29fa1c8f4380ec351a302bb56b980b491", - "s3_etag": "d98de4db8b42b8def2aa2591da2f8569", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1358, - "uuid": "491a22fb-3a6c-4a8f-9c5b-f009e080d280", - "version": "1" - }, - { - "crc32c": "0B85C35C", - "sha1": "dd9a81c11165c742d94b1cb8561e3789854a8ca7", - "sha256": "e215aceb61560e510592eb1f4247c501ea0d756659bd781d995df0546ecb9696", - "s3_etag": "abc3a4a3dbec4beab0e2cacf50b831c4", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 1087, - "uuid": "821601f1-64e8-4427-8680-34a743b35b69", - "version": "1" - }, - { - "crc32c": "DDAABBB6", - "sha1": "82c4c5273e31923bf6e12139804c3a4cf10b338d", - "sha256": "3de258c171a757d80e53a617ce1834e14710c87db0289c9b2012d0a14a3ea705", - "s3_etag": "4dc6069c891063f28a0ee155c6cd7b65", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 1856, - "uuid": "04e79979-489e-4cd8-93c3-1d8e99d09ec8", - "version": "1" - }, - { - "crc32c": "522D96A7", - "sha1": "9876adb67827ea0328566811a1304bcf49a31b02", - "sha256": "ecc1b1a2cd924933311c28e9b00f841c0beaa918f3c29722a36ff3fa6600440b", - "s3_etag": "4f939c7dae692b468e4741b56ccfbe3e", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 386, - "uuid": "c4175b47-1767-48c5-b408-f9e97c01f94e", - "version": "1" - }, - { - "crc32c": "51B043A0", - "sha1": "9b17c9cd8e3d7c3bc4685e24bbcba9e528792d05", - "sha256": "98d9878e05b6a56fed6d00153aa5c0664de07185994e2cf080ec1be4b4776933", - "s3_etag": "8ff1e91a29e51311d5252889599eb709", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 386, - "uuid": "88b3b728-e9c6-4b1b-a030-97f6670469c2", - "version": "1" - }, - { - "crc32c": "1FAD27D0", - "sha1": "b2a61619fa1922cb899d993aace4fa0f6b30a232", - "sha256": "31eab93a5c0e39c58ee16d16c0ce5331e2185cc271891fbd63e7f62a75336e4b", - "s3_etag": "a781ef10618d4bd5c11bf5bb923d4d12", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_2.json", - "size": 384, - "uuid": "317b3c35-e0f6-48d6-9154-80db47ff8f20", - "version": "1" - }, - { - "crc32c": "68AEC241", - "sha1": "1296d3c9b98cef091f1aecd6d9df25fa7f780d5c", - "sha256": "c9cd608014bb3cfd7b0ab891cd597272f0e860f0d5e7f0eab38338d828ba2bec", - "s3_etag": "93f27be5baa191e55406b1b54af4bd1e", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 6018, - "uuid": "a34d2ddc-1433-4a3c-b1de-ad3a26adca9e", - "version": "1" - }, - { - "crc32c": "29B559F9", - "sha1": "0587673d7d88efa40a6f4d25d34d2eba14cf8e8b", - "sha256": "df8b88b6f32f494a53687f79724a6ebd8bbb9c5c0474b9a857d467a0bdb83c2d", - "s3_etag": "ef8edc4bf0ba07805a052cd7686b5ea7", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 566, - "uuid": "6832e250-33c6-469a-b105-efa0d6f61309", - "version": "1" - }, - { - "crc32c": "29B559F9", - "sha1": "0587673d7d88efa40a6f4d25d34d2eba14cf8e8b", - "sha256": "df8b88b6f32f494a53687f79724a6ebd8bbb9c5c0474b9a857d467a0bdb83c2d", - "s3_etag": "ef8edc4bf0ba07805a052cd7686b5ea7", - "content-type": "application/octet-stream", - "indexed": false, - "name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", - "size": 566, - "uuid": "c8a4ea32-6d66-48f3-b480-9421743b9c0a", - "version": "1" - }, - { - "crc32c": "5B68EDBD", - "sha1": "189a903531d1b9fe78e035945ed29bc004636526", - "sha256": "87854958090c0868f38be4ac5c7aa2324ff027b2b4803a5a2fd9a8eb01af4f21", - "s3_etag": "2c0a2cf2cc963e8f01e85cc324763c4c", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 864, - "uuid": "86417b00-f90f-409d-a9dd-717d077c3cf4", - "version": "1" - }, - { - "crc32c": "290F5DCB", - "sha1": "3d4837dacac05df3adb29fa05874a5841b4661f7", - "sha256": "62e38c88e4038b73e52abafeb08440ccb6eb4417c1f56fd3fc7bc10a2aec32ff", - "s3_etag": "9512af43df021d47adc83a34d49046b9", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_0.json", - "size": 852, - "uuid": "169096e5-f310-4c67-9a70-e139a3576e9e", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index 3a2e44de90..0000000000 --- a/test/hca_metadata_api/cans/examples/1M Immune Cells/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,447 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "1_BM1_cells", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "selected_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "total_estimated_cells": 4294, - "provenance": { - "document_id": "7b53bae2-2424-44c0-9d80-ad72e8bca136", - "submission_date": "2018-09-04T12:26:41.629Z", - "update_date": "2018-09-04T12:27:19.625Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_protocol_1", - "protocol_name": "mononuclear cell isolation", - "protocol_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing." - }, - "dissociation_method": { - "text": "10x sequencing", - "ontology": "EFO:0008995" - }, - "provenance": { - "document_id": "eebf404f-4fbb-41b0-a9c6-81586f729599", - "submission_date": "2018-09-04T12:26:54.982Z", - "update_date": "2018-09-04T12:26:56.433Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "BM1", - "biomaterial_name": "Bone Marrow donor 1", - "biomaterial_description": "Bone Marrow donor 1", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organism_age": "52", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "is_living": "yes", - "sex": "female", - "medical_history": { - "smoking_history": "no" - }, - "human_specific": { - "ethnicity": [ - { - "text": "Caucasian" - } - ] - }, - "weight": "69", - "weight_unit": { - "text": "kilogram", - "ontology": "UO:0000009" - }, - "height": "165", - "height_unit": { - "text": "centimeter", - "ontology": "UO:0000015" - }, - "provenance": { - "document_id": "628e8b1d-a1ce-4dee-b15a-3fd33290eafe", - "submission_date": "2018-09-04T12:26:40.051Z", - "update_date": "2018-09-04T12:27:10.175Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1", - "protocol_name": "Preparing RNA for sequencing by 10x" - }, - "cell_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_approach": { - "text": "10X sequencing", - "ontology": "EFO:0008995" - }, - "nucleic_acid_source": "single cell", - "end_bias": "3 prime tag", - "primer": "poly-dT", - "strand": "second", - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 16, - "barcode_length": 10 - }, - "provenance": { - "document_id": "e4024c4a-dbce-4bda-bed8-21414091e7ce", - "submission_date": "2018-09-04T12:26:54.992Z", - "update_date": "2018-09-04T12:27:50.909Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "d691bda4-ed01-48b6-a4ea-65b70f6a3946", - "inputs": [ - "7b53bae2-2424-44c0-9d80-ad72e8bca136" - ], - "input_type": "biomaterial", - "outputs": [ - "36d7f891-8a43-4ae4-8472-a34dcb2be643" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "e4024c4a-dbce-4bda-bed8-21414091e7ce" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "aaa08845-5150-4a4f-9c44-5ea22add1fc3" - } - ] - }, - { - "process": "98442f49-9afb-491e-8347-f891f39d8d70", - "inputs": [ - "6228558b-436a-46c9-9cd3-ea9b5c123070" - ], - "input_type": "biomaterial", - "outputs": [ - "7b53bae2-2424-44c0-9d80-ad72e8bca136" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "eebf404f-4fbb-41b0-a9c6-81586f729599" - } - ] - }, - { - "process": "5aa4645b-2802-4140-9b15-d1008338b1c9", - "inputs": [ - "628e8b1d-a1ce-4dee-b15a-3fd33290eafe" - ], - "input_type": "biomaterial", - "outputs": [ - "6228558b-436a-46c9-9cd3-ea9b5c123070" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - }, - "process_0.json": { - "process_core": { - "process_id": "process_id_128" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "98442f49-9afb-491e-8347-f891f39d8d70", - "submission_date": "2018-09-04T12:26:57.064Z", - "update_date": "2018-09-04T12:28:00.426Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_255" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "d691bda4-ed01-48b6-a4ea-65b70f6a3946", - "submission_date": "2018-09-04T12:26:58.574Z", - "update_date": "2018-09-04T12:28:06.541Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "5aa4645b-2802-4140-9b15-d1008338b1c9", - "submission_date": "2018-09-04T12:26:55.041Z", - "update_date": "2018-09-04T12:27:51.508Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "1M Immune Cells", - "project_title": "Census of Immune Cells", - "project_description": "Diverse cells of the immune system maintain and protect tissue function, integrity, and homeostasis upon changes in functional demands and diverse perturbations. Recent advances such as massively parallel single-cell RNA-sequencing and sophisticated computational methods help shed new light on this complexity. This immune cell census aims to profile up to 2M immunocytes, the first tranche of this is currently available. With computational methods optimized to a massive scale, we can readily identify cell types and markers, as well as the process of hematopoietic differentiation. The high quality and comprehensive reference map is provided as an open community resource for understanding human health and disease." - }, - "contributors": [ - { - "contact_name": "Aviv,,Regev", - "email": "aregev@broadinstitute.org", - "phone": "(617) 714-7020", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Bo,,Li", - "email": "libo@broadinstitute.org", - "phone": "(617) 714-8681", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Monika,S,Kowalczyk", - "email": "msk.kowalczyk@gmail.com", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Danielle,,Dionne", - "email": "dionne@broadinstitute.org", - "phone": "(617) 714-8147", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Timothy,,Tickle", - "email": "ttickle@broadinstitute.org", - "phone": "(617) 714-7084", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Jane,,Lee", - "email": "janelee@broadinstitute.org", - "phone": "(617) 714-7448", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Orit,,Rozenblatt-Rosen", - "email": "orit@broadinstitute.org", - "phone": "(617) 714-7789", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Orr,,Ashenberg", - "email": "orr@broadinstitute.org", - "phone": "(617) 714-8681", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Marcin,,Tabaka", - "email": "mtabaka@broadinstitute.org", - "phone": "(617) 714-7470", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Karthik,,Shekhar", - "email": "karthik@broadinstitute.org", - "phone": "(617) 714-8067", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Michal,,Slyper", - "email": "mslyper@broadinstitute.org", - "phone": "(617) 714-7199", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Julia,,Waldman", - "email": "jwaldman@broadinstitute.org", - "institution": "Broad Institute", - "laboratory": "Regev Lab", - "address": "415 Main Street, Cambridge, MA", - "country": "USA" - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Danielle,,Welter", - "email": "dwelter@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-1058-2668", - "corresponding_contributor": false - } - ], - "provenance": { - "document_id": "617eb7c1-a3bc-4dd3-9a2a-50a77c998e22", - "submission_date": "2018-09-04T12:26:40.041Z", - "update_date": "2018-09-04T12:27:09.930Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "index1", - "lane_index": 7, - "read_length": 8, - "technical_replicate_group": "1_BM1_cells_r1", - "provenance": { - "document_id": "36d7f891-8a43-4ae4-8472-a34dcb2be643", - "submission_date": "2018-09-04T12:26:43.089Z", - "update_date": "2018-09-04T12:27:39.827Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "10x_v2_sequencing_protocol_1", - "protocol_name": "Sequencing bone marrow donor 1-4", - "protocol_description": "Single cell sequencing of cDNAs by 10x" - }, - "instrument_manufacturer_model": { - "text": "Illumina Hiseq X 10", - "ontology": "EFO:0008567" - }, - "local_machine_name": "HXE", - "paired_end": true, - "sequencing_approach": { - "text": "tag based single cell RNA sequencing", - "ontology": "EFO:0008440" - }, - "provenance": { - "document_id": "aaa08845-5150-4a4f-9c44-5ea22add1fc3", - "submission_date": "2018-09-04T12:26:55.003Z", - "update_date": "2018-09-04T12:27:50.911Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "1_BM1", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "bone", - "ontology": "UBERON:0001474" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "purchased_specimen": { - "manufacturer": "Stem Cell Technologies" - }, - "provenance": { - "document_id": "6228558b-436a-46c9-9cd3-ea9b5c123070", - "submission_date": "2018-09-04T12:26:40.206Z", - "update_date": "2018-09-04T12:27:13.378Z" - } - } -} diff --git a/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..64cebd9426 --- /dev/null +++ b/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,479 @@ +{ + "manifest": { + "sequence_file/a5806f2e-3f85-486a-9015-e02e5c805285": { + "crc32c": "E0404A01", + "sha1": "2d85a788acb4a291d5d13fb918dfbb25d4205de9", + "sha256": "895c57e9ca2bccbcd306086fd691c55b8e9303a864f1791d9a924b599a3c5313", + "s3_etag": "2f991645e73f650f6ad740cea4202d04", + "content-type": "application/octet-stream", + "indexed": false, + "name": "SRR6257787.fastq.gz", + "size": 519, + "uuid": "6ac13e04-d123-42de-bed9-f874b0d2fed2", + "version": "1" + } + }, + "metadata": { + "cell_suspension/cc0d9bf0-6ad5-4489-994b-db26ff761c5a": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Single-cell_RNA-seq_Subject10_TEMRA_Cell001", + "biomaterial_name": "Single-cell_RNA-seq_Subject10_TEMRA_Cell001", + "biomaterial_description": "Single-cell_RNA-seq_Subject10_TEMRA_Cell001", + "ncbi_taxon_id": [ + 9606 + ], + "insdc_biomaterial": "SRS2661967" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "selected_cell_type": [ + { + "text": "TEMRA", + "ontology": "CL:0000625" + } + ], + "total_estimated_cells": 1, + "plate_based_sequencing": { + "plate_id": "subject9-10_batch1", + "cell_quality": "OK" + }, + "provenance": { + "document_id": "cc0d9bf0-6ad5-4489-994b-db26ff761c5a", + "submission_date": "2018-09-05T09:47:21.355Z", + "update_date": "2018-09-05T09:53:09.415Z" + } + }, + "collection_protocol/f8d9778f-0f72-4432-a929-1096fd9ca2f4": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.6/collection_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "collection_protocol_2", + "protocol_name": "Blood sample collection", + "protocol_description": "Blood sample collection", + "publication_doi": "10.1126/sciimmunol.aan8664" + }, + "collection_method": { + "text": "blood draw", + "ontology": "EFO:0009121" + }, + "provenance": { + "document_id": "f8d9778f-0f72-4432-a929-1096fd9ca2f4", + "submission_date": "2018-09-05T09:48:40.196Z", + "update_date": "2018-09-05T09:52:05.472Z" + } + }, + "dissociation_protocol/a934e15c-e1ce-423b-b554-9203d4e93f41": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_protocol_1", + "protocol_name": "Dissociation by FACS into single cells", + "protocol_description": "Dissociation by FACS into single cells", + "publication_doi": "10.1126/sciimmunol.aan8664" + }, + "dissociation_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "provenance": { + "document_id": "a934e15c-e1ce-423b-b554-9203d4e93f41", + "submission_date": "2018-09-05T09:48:40.205Z", + "update_date": "2018-09-05T09:51:59.418Z" + } + }, + "donor_organism/25e083e3-d747-4295-86c8-c7ddc4b975be": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Subject10", + "biomaterial_name": "Subject10", + "biomaterial_description": "Subject10", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "is_living": "yes", + "sex": "unknown", + "medical_history": { + "test_results": "dengue virus negative" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "18-60", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "provenance": { + "document_id": "25e083e3-d747-4295-86c8-c7ddc4b975be", + "submission_date": "2018-09-05T09:47:20.947Z", + "update_date": "2018-09-05T09:50:15.914Z" + } + }, + "enrichment_protocol/80921b90-fe8d-45e1-a5e5-4fdb55f9a3fa": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_1", + "protocol_name": "PBMC Enrichment", + "protocol_description": "CD4 memory cell types were isolated from PBMCs and directly sorted by Flow cytometry into a 96-well plate wells with lysis buffer with RNAase inhibitor (Takara) - Described in Picelli et al. Nat Protoc. 2014, PMID:24385147. No particular cell growth procedure was required.", + "publication_doi": "10.1073/pnas.1305227110" + }, + "enrichment_method": { + "text": "Ficoll-Hypaque method", + "ontology": "EFO:0009110" + }, + "provenance": { + "document_id": "80921b90-fe8d-45e1-a5e5-4fdb55f9a3fa", + "submission_date": "2018-09-05T09:48:40.213Z", + "update_date": "2018-09-05T09:52:05.683Z" + } + }, + "enrichment_protocol/77c71448-fb32-472f-9d44-ea9a42867a41": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_2", + "protocol_name": "TEMRA Enrichment", + "protocol_description": "For single-cell RNA-seq experiments, live and singlet gated cells were further gated to sort 1) TCM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7+, 2) TEM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7-, 3) TEMRA; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-, 4) IL-7Rhigh TEMRA (CD4-CTL precursors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-CD127high, 5) IL-7R- TEMRA (CD4-CTL effectors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7- CD127-. Single cells were directly sorted into 96 well plate with lysis buffer for downstream processing using Smart-seq2 method", + "publication_doi": "10.1126/sciimmunol.aan8664" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "markers": "CD3+CD4+CD8alpha/CD14/CD19-CD45RA+CCR7-", + "provenance": { + "document_id": "77c71448-fb32-472f-9d44-ea9a42867a41", + "submission_date": "2018-09-05T09:48:40.222Z", + "update_date": "2018-09-05T09:51:58.823Z" + } + }, + "library_preparation_protocol/0ea30fa0-7183-4ffc-a4b8-537c6de32e65": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1", + "protocol_name": "Preparation of mRNAs for single cell SmartSeq2 sequencing", + "protocol_description": "Single cell RNAseq was performed as described in Picelli et al.Nat Protoc. 2014, PMID:24385147. We performed 23 cycles of amplification. Barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina) were prepared as following manufacturers protocol.", + "publication_doi": "10.1038/nprot.2014.006" + }, + "library_construction_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931" + }, + "nucleic_acid_source": "single cell", + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_kit": { + "retail_name": "Nextera XT library preparation kit", + "manufacturer": "Illumina" + }, + "library_preamplification_method": { + "text": "PCR", + "ontology": "OBI:0000415" + }, + "provenance": { + "document_id": "0ea30fa0-7183-4ffc-a4b8-537c6de32e65", + "submission_date": "2018-09-05T09:48:40.286Z", + "update_date": "2018-09-05T09:52:00.867Z" + } + }, + "process/bcfcb3d7-674a-429f-8bf9-347a0f222db2": { + "insdc_experiment": { + "insdc_experiment": "SRX3364233" + }, + "process_core": { + "process_id": "process_id_2273" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "bcfcb3d7-674a-429f-8bf9-347a0f222db2", + "submission_date": "2018-09-05T09:49:29.182Z", + "update_date": "2018-09-05T09:56:34.501Z" + } + }, + "process/f8e3c0b7-ed2a-464d-bff4-b80fac2a3849": { + "process_core": { + "process_id": "process_id_29" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "f8e3c0b7-ed2a-464d-bff4-b80fac2a3849", + "submission_date": "2018-09-05T09:48:40.598Z", + "update_date": "2018-09-05T09:55:08.938Z" + } + }, + "process/4e504efb-a65b-4fe5-97f5-8148f6a8ed4d": { + "process_core": { + "process_location": "Sri Lanka", + "process_id": "process_id_16" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "4e504efb-a65b-4fe5-97f5-8148f6a8ed4d", + "submission_date": "2018-09-05T09:48:40.463Z", + "update_date": "2018-09-05T09:55:08.214Z" + } + }, + "project/ee5b3a17-4128-40ff-88f4-44903ef1ab54": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "CD4+ cytotoxic T lymphocytes", + "project_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis", + "project_description": "CD4+ cytotoxic T lymphocytes (CD4-CTLs) have been reported to play a protective role in several viral infections. However, little is known in humans about the biology of CD4-CTL generation, their functional properties, heterogeneity and clonal diversity, especially in relation to other well-described CD4+ memory T cell subsets. We performed single-cell RNA-seq in over 9000 cells to unravel CD4-CTL heterogeneity, transcriptional profile and clonality in humans. The single-cell differential gene expression analysis, revealed a spectrum of known transcripts, including several linked to cytotoxic and co-stimulatory function, and transcripts of unknown cytotoxicity-related function that are expressed at higher levels in the TEMRA subset, which is highly enriched for CD4-CTLs, compared to cells in the central and effector memory subsets (TCM, TEM). Simultaneous T cells antigen receptor (TCR) analysis in single-cells and bulk subsets revealed that CD4-TEMRA cells show marked clonal expansion compared to TCM and TEM cells and that the majority of CD4-TEMRA were dengue virus (DENV)-specific in subjects with previous DENV infection. The profile of CD4-TEMRA was highly heterogeneous across subjects, with four distinct clusters identified by the single-cell analysis. Most importantly, we identified distinct clusters of CD4-CTL effector and precursor cells in the TEMRA subset; the precursor cells shared TCR clonotypes with CD4-CTL effectors and were distinguished by high expression of the interleukin-7 receptor. Our identification of a CD4-CTL precursor population may allow further investigation of how CD4-CTLs arise in humans and thus could provide insights into the mechanisms that may be utilized to generate durable and effective CD4-CTL immunity." + }, + "insdc_project": "SRP124157", + "geo_series": "GSE106540", + "insdc_study": "PRJNA417191", + "supplementary_links": [ + "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-106540/Results" + ], + "contributors": [ + { + "contact_name": "Pandurangan,,Vijayanand", + "email": "vijay@lji.org", + "institution": "La Jolla Institute for Allergy and Immunology", + "laboratory": "Division of Vaccine Discovery", + "address": "La Jolla, CA 92037", + "country": "USA", + "corresponding_contributor": true + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Laura,,Huerta", + "email": "lauhuema@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Molecular Atlas", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "external curator", + "orcid_id": "0000-0002-8748-599X", + "corresponding_contributor": false + } + ], + "funders": [ + { + "grant_id": "U19AI118626", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "grant_id": "U19AI118610", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "grant_id": "R01HL114093", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "grant_id": "R24AI108564", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "funder_name": "William K. Bowes Jr. Foundation" + } + ], + "publications": [ + { + "authors": [ + "Patil VS, Madrigal A, Schmiedel BJ, Clarke J, O'Rourke P, Harris E, de Silva AD, Harris E, Peters B, Seumois G, Weiskopf D, Sette A, Vijayanand P" + ], + "publication_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis.", + "doi": "10.1126/sciimmunol.aan8664", + "pmid": 29352091, + "publication_url": "http://immunology.sciencemag.org/content/3/19/eaan8664.long" + } + ], + "provenance": { + "document_id": "ee5b3a17-4128-40ff-88f4-44903ef1ab54", + "submission_date": "2018-09-05T09:47:20.825Z", + "update_date": "2018-09-05T09:50:15.608Z" + } + }, + "sequence_file/a5806f2e-3f85-486a-9015-e02e5c805285": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "SRR6257787.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "read_length": 50, + "insdc_run": [ + "SRR6257787" + ], + "provenance": { + "document_id": "a5806f2e-3f85-486a-9015-e02e5c805285", + "submission_date": "2018-09-05T09:48:00.065Z", + "update_date": "2018-09-05T09:54:36.578Z" + } + }, + "sequencing_protocol/2d0f835b-ced1-4cf1-a053-0cf109fdefeb": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1", + "protocol_name": "SmartSeq 2 single cell sequencing", + "protocol_description": "Libraries were sequenced on the Illumina HiSeq 2500 platform to obtain 50-bp single end reads (barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina))." + }, + "sequencing_approach": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008565" + }, + "paired_end": false, + "provenance": { + "document_id": "2d0f835b-ced1-4cf1-a053-0cf109fdefeb", + "submission_date": "2018-09-05T09:48:40.296Z", + "update_date": "2018-09-05T09:51:58.194Z" + } + }, + "specimen_from_organism/ff63b5d7-e702-40da-bbe9-619e52131b63": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Subject10_DENV negative_PBMC_TEMRA", + "biomaterial_name": "Subject10_DENV negative_PBMC_TEMRA", + "biomaterial_description": "Subject10_DENV negative_PBMC_TEMRA", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "blood", + "ontology": "UBERON:0000178" + }, + "organ_part": { + "text": "peripheral blood mononuclear cell", + "ontology": "CL:2000001" + }, + "preservation_storage": { + "preservation_method": "cryopreservation, other", + "storage_method": "frozen, liquid nitrogen" + }, + "provenance": { + "document_id": "ff63b5d7-e702-40da-bbe9-619e52131b63", + "submission_date": "2018-09-05T09:47:21.215Z", + "update_date": "2018-09-05T09:50:44.523Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "bcfcb3d7-674a-429f-8bf9-347a0f222db2", + "inputs": [ + "cc0d9bf0-6ad5-4489-994b-db26ff761c5a" + ], + "input_type": "biomaterial", + "outputs": [ + "a5806f2e-3f85-486a-9015-e02e5c805285" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "0ea30fa0-7183-4ffc-a4b8-537c6de32e65" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "2d0f835b-ced1-4cf1-a053-0cf109fdefeb" + } + ] + }, + { + "process": "f8e3c0b7-ed2a-464d-bff4-b80fac2a3849", + "inputs": [ + "ff63b5d7-e702-40da-bbe9-619e52131b63" + ], + "input_type": "biomaterial", + "outputs": [ + "cc0d9bf0-6ad5-4489-994b-db26ff761c5a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "a934e15c-e1ce-423b-b554-9203d4e93f41" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "77c71448-fb32-472f-9d44-ea9a42867a41" + } + ] + }, + { + "process": "4e504efb-a65b-4fe5-97f5-8148f6a8ed4d", + "inputs": [ + "25e083e3-d747-4295-86c8-c7ddc4b975be" + ], + "input_type": "biomaterial", + "outputs": [ + "ff63b5d7-e702-40da-bbe9-619e52131b63" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f8d9778f-0f72-4432-a929-1096fd9ca2f4" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "80921b90-fe8d-45e1-a5e5-4fdb55f9a3fa" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index c4871bb0ef..0000000000 --- a/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,194 +0,0 @@ -[ - { - "crc32c": "A78360AF", - "sha1": "e71327f467a43cca405794f5bf59856d78d93243", - "sha256": "f3c7f5fa20f3a57093de7e3d4afebfe0e79e0fc4199787f0527b83cbd548a462", - "s3_etag": "06621a64a5764cd05279e6de5c45940d", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 1084, - "uuid": "23e6c6f8-8bc4-4f18-81fd-1803e5628f6e", - "version": "1" - }, - { - "crc32c": "D8097612", - "sha1": "f7eef7c5deab2669f7f19bc8b136564481dce1fa", - "sha256": "13949d71db41b28215ef855e41b63c16b88908eda26a24de405955f678125632", - "s3_etag": "8bf3ce1178c2204273571e1b4840ae25", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "collection_protocol_0.json", - "size": 698, - "uuid": "49c1ee68-51ea-476e-8432-c7419adb366b", - "version": "1" - }, - { - "crc32c": "8A734C29", - "sha1": "94744afce8a76a828338a74cd1e0448b37ed9968", - "sha256": "d0a8f924a7861d9022a2199f106e35a643a0d1d0bb5d56f6d1201cd2890a850d", - "s3_etag": "ee2968d79156fdb69de1a6ef61af7fea", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "dissociation_protocol_0.json", - "size": 759, - "uuid": "35cf0ab5-c983-4da8-bb1c-c6504d74db8e", - "version": "1" - }, - { - "crc32c": "477C14C4", - "sha1": "69e19c2322780bb6c31140214036e7286a66c022", - "sha256": "17a1c4f8a5f28028654a3e279d97695c6f3387a6ce20dd744381a2d8d4beae2b", - "s3_etag": "ee99d4e6d6da4ffdf0b321cdcf9d229d", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1129, - "uuid": "b7ef3cae-d65e-474d-ab6c-adbed59ed1ff", - "version": "1" - }, - { - "crc32c": "FCDAF214", - "sha1": "23f4a2abf4456b2f2939645c7a1b65de59f460e6", - "sha256": "ba0c9eaf5361a1b3b8ec71f0050c01951cf756aff725b7bbe8ca5ec08c2e8305", - "s3_etag": "918e63ffedd853d5cb5418c89ec71f3c", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "enrichment_protocol_0.json", - "size": 948, - "uuid": "67f56a17-0a66-42c6-aac6-5aebe13aaf89", - "version": "1" - }, - { - "crc32c": "20D5D16C", - "sha1": "5ce58077eed436a134c1a4baf4a838269e74e8bc", - "sha256": "0efe158e06b9d22ba10c72173ba3d175c5d33f3e0b1665a88cb49a1e90bc19f6", - "s3_etag": "fa5cd0c751962d1691218e5a99b02b14", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "enrichment_protocol_1.json", - "size": 1294, - "uuid": "5ee5c81d-0ad3-4351-bac5-f25f800492c9", - "version": "1" - }, - { - "crc32c": "86BE78FD", - "sha1": "380c119013406240db0cd5521be3cefdcb25f860", - "sha256": "85aee1c90518a16173a03cc9b8ada0fbfda272ea302c6365a513cf50fad8f5e6", - "s3_etag": "bf171fb356c5cb9e4400794c1cb47f82", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 1471, - "uuid": "5910c207-1093-4ef1-9537-dc614d128d14", - "version": "1" - }, - { - "crc32c": "1CAA5E57", - "sha1": "e3d6064f20fa85351d9446be179ebb15458324e6", - "sha256": "e4529c8501160b286824388a51f50b6e94110d3f9a55998a3b088f918e92ae53", - "s3_etag": "1e11ded031de78c2c7cec5e5fb3b48a7", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 2381, - "uuid": "2aea848d-fbe7-472a-953d-2cd77716b939", - "version": "1" - }, - { - "crc32c": "17049723", - "sha1": "df812b18c751efd55e21318be9411200f3066513", - "sha256": "4e82048876caa5f5def97e23c481e864d53cbd44e9692e4c75fd00ff3d51ecf6", - "s3_etag": "e3033356747551134f923f4ae17bc8f2", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 461, - "uuid": "53e9b35d-0dca-49c8-b08b-e9dd90291107", - "version": "1" - }, - { - "crc32c": "E8C13AED", - "sha1": "0c1fad482baa3f7de2e1e6dc189eca315ac5094e", - "sha256": "2218a054a130618a97023537f926f7642809b9c3b8f933ac8ab824e8d90f5852", - "s3_etag": "f3836ec07acacce1bf68b9471e9f8d53", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 385, - "uuid": "42f32ec2-8e7a-41bc-9a22-0d35e4d7dac3", - "version": "1" - }, - { - "crc32c": "455BBFEC", - "sha1": "99aa6318164b67ffd9834d8e063359d12d05dcc5", - "sha256": "4f4e89bb9d0b2c5939db92ab6eb57d53fe04852a444e2a8543011108bb41dafe", - "s3_etag": "f5132847fc461d27d1c1d7c242b4ad5b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_2.json", - "size": 426, - "uuid": "f6d4ed60-9bba-41fc-a0cb-bcc3286cc00e", - "version": "1" - }, - { - "crc32c": "25B4475B", - "sha1": "4feabdd41e56f1ea1f7b0dd77a572fe0d2a7658a", - "sha256": "068673c5372937bf982f7065ba62d012016a5c6bd20126d0ba6026eb0f6d9cb8", - "s3_etag": "14687d2a59cefa3d8ce35d70cddf4a46", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 5017, - "uuid": "a6ba8ac5-e314-4cae-8afc-a2293e401748", - "version": "1" - }, - { - "crc32c": "E0404A01", - "sha1": "2d85a788acb4a291d5d13fb918dfbb25d4205de9", - "sha256": "895c57e9ca2bccbcd306086fd691c55b8e9303a864f1791d9a924b599a3c5313", - "s3_etag": "2f991645e73f650f6ad740cea4202d04", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 519, - "uuid": "358e8e9e-88c3-46d3-9e85-6ec3e714dd30", - "version": "1" - }, - { - "crc32c": "E0404A01", - "sha1": "2d85a788acb4a291d5d13fb918dfbb25d4205de9", - "sha256": "895c57e9ca2bccbcd306086fd691c55b8e9303a864f1791d9a924b599a3c5313", - "s3_etag": "2f991645e73f650f6ad740cea4202d04", - "content-type": "application/octet-stream", - "indexed": false, - "name": "SRR6257787.fastq.gz", - "size": 519, - "uuid": "6ac13e04-d123-42de-bed9-f874b0d2fed2", - "version": "1" - }, - { - "crc32c": "EDCA012A", - "sha1": "7af61784e4161bcf1ab7a5de9e36a8b1fdad8f24", - "sha256": "d6eef7948662074a17a9d6cd18f68f52f124f484707e8701d9d66efd1eb9fc62", - "s3_etag": "f110de13025c205035da128277811b0b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 972, - "uuid": "d9744965-5fbc-4da2-8e6b-f1c991948a3c", - "version": "1" - }, - { - "crc32c": "ECC85615", - "sha1": "c0630167c6cf904df7c4c1d6bbe073e0f2a03bce", - "sha256": "fe538370762296480db4c7ee3c440bbaa707c72aa4968e493b9c9b4ee427dc01", - "s3_etag": "a24f4b29940b6dd27f7b8cf724b2f078", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_0.json", - "size": 1102, - "uuid": "564ed776-1edb-4b3e-b697-6af9174ed98a", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index a534b298f6..0000000000 --- a/test/hca_metadata_api/cans/examples/CD4+ cytotoxic T lymphocytes/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,463 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Single-cell_RNA-seq_Subject10_TEMRA_Cell001", - "biomaterial_name": "Single-cell_RNA-seq_Subject10_TEMRA_Cell001", - "biomaterial_description": "Single-cell_RNA-seq_Subject10_TEMRA_Cell001", - "ncbi_taxon_id": [ - 9606 - ], - "insdc_biomaterial": "SRS2661967" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "selected_cell_type": [ - { - "text": "TEMRA", - "ontology": "CL:0000625" - } - ], - "total_estimated_cells": 1, - "plate_based_sequencing": { - "plate_id": "subject9-10_batch1", - "cell_quality": "OK" - }, - "provenance": { - "document_id": "cc0d9bf0-6ad5-4489-994b-db26ff761c5a", - "submission_date": "2018-09-05T09:47:21.355Z", - "update_date": "2018-09-05T09:53:09.415Z" - } - }, - "collection_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.6/collection_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "collection_protocol_2", - "protocol_name": "Blood sample collection", - "protocol_description": "Blood sample collection", - "publication_doi": "10.1126/sciimmunol.aan8664" - }, - "collection_method": { - "text": "blood draw", - "ontology": "EFO:0009121" - }, - "provenance": { - "document_id": "f8d9778f-0f72-4432-a929-1096fd9ca2f4", - "submission_date": "2018-09-05T09:48:40.196Z", - "update_date": "2018-09-05T09:52:05.472Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_protocol_1", - "protocol_name": "Dissociation by FACS into single cells", - "protocol_description": "Dissociation by FACS into single cells", - "publication_doi": "10.1126/sciimmunol.aan8664" - }, - "dissociation_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "provenance": { - "document_id": "a934e15c-e1ce-423b-b554-9203d4e93f41", - "submission_date": "2018-09-05T09:48:40.205Z", - "update_date": "2018-09-05T09:51:59.418Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Subject10", - "biomaterial_name": "Subject10", - "biomaterial_description": "Subject10", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "is_living": "yes", - "sex": "unknown", - "medical_history": { - "test_results": "dengue virus negative" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "18-60", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "provenance": { - "document_id": "25e083e3-d747-4295-86c8-c7ddc4b975be", - "submission_date": "2018-09-05T09:47:20.947Z", - "update_date": "2018-09-05T09:50:15.914Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_1", - "protocol_name": "PBMC Enrichment", - "protocol_description": "CD4 memory cell types were isolated from PBMCs and directly sorted by Flow cytometry into a 96-well plate wells with lysis buffer with RNAase inhibitor (Takara) - Described in Picelli et al. Nat Protoc. 2014, PMID:24385147. No particular cell growth procedure was required.", - "publication_doi": "10.1073/pnas.1305227110" - }, - "enrichment_method": { - "text": "Ficoll-Hypaque method", - "ontology": "EFO:0009110" - }, - "provenance": { - "document_id": "80921b90-fe8d-45e1-a5e5-4fdb55f9a3fa", - "submission_date": "2018-09-05T09:48:40.213Z", - "update_date": "2018-09-05T09:52:05.683Z" - } - }, - "enrichment_protocol_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_2", - "protocol_name": "TEMRA Enrichment", - "protocol_description": "For single-cell RNA-seq experiments, live and singlet gated cells were further gated to sort 1) TCM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7+, 2) TEM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7-, 3) TEMRA; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-, 4) IL-7Rhigh TEMRA (CD4-CTL precursors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-CD127high, 5) IL-7R- TEMRA (CD4-CTL effectors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7- CD127-. Single cells were directly sorted into 96 well plate with lysis buffer for downstream processing using Smart-seq2 method", - "publication_doi": "10.1126/sciimmunol.aan8664" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "markers": "CD3+CD4+CD8alpha/CD14/CD19-CD45RA+CCR7-", - "provenance": { - "document_id": "77c71448-fb32-472f-9d44-ea9a42867a41", - "submission_date": "2018-09-05T09:48:40.222Z", - "update_date": "2018-09-05T09:51:58.823Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1", - "protocol_name": "Preparation of mRNAs for single cell SmartSeq2 sequencing", - "protocol_description": "Single cell RNAseq was performed as described in Picelli et al.Nat Protoc. 2014, PMID:24385147. We performed 23 cycles of amplification. Barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina) were prepared as following manufacturers protocol.", - "publication_doi": "10.1038/nprot.2014.006" - }, - "library_construction_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931" - }, - "nucleic_acid_source": "single cell", - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_kit": { - "retail_name": "Nextera XT library preparation kit", - "manufacturer": "Illumina" - }, - "library_preamplification_method": { - "text": "PCR", - "ontology": "OBI:0000415" - }, - "provenance": { - "document_id": "0ea30fa0-7183-4ffc-a4b8-537c6de32e65", - "submission_date": "2018-09-05T09:48:40.286Z", - "update_date": "2018-09-05T09:52:00.867Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "bcfcb3d7-674a-429f-8bf9-347a0f222db2", - "inputs": [ - "cc0d9bf0-6ad5-4489-994b-db26ff761c5a" - ], - "input_type": "biomaterial", - "outputs": [ - "a5806f2e-3f85-486a-9015-e02e5c805285" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "0ea30fa0-7183-4ffc-a4b8-537c6de32e65" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "2d0f835b-ced1-4cf1-a053-0cf109fdefeb" - } - ] - }, - { - "process": "f8e3c0b7-ed2a-464d-bff4-b80fac2a3849", - "inputs": [ - "ff63b5d7-e702-40da-bbe9-619e52131b63" - ], - "input_type": "biomaterial", - "outputs": [ - "cc0d9bf0-6ad5-4489-994b-db26ff761c5a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "a934e15c-e1ce-423b-b554-9203d4e93f41" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "77c71448-fb32-472f-9d44-ea9a42867a41" - } - ] - }, - { - "process": "4e504efb-a65b-4fe5-97f5-8148f6a8ed4d", - "inputs": [ - "25e083e3-d747-4295-86c8-c7ddc4b975be" - ], - "input_type": "biomaterial", - "outputs": [ - "ff63b5d7-e702-40da-bbe9-619e52131b63" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f8d9778f-0f72-4432-a929-1096fd9ca2f4" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "80921b90-fe8d-45e1-a5e5-4fdb55f9a3fa" - } - ] - } - ] - }, - "process_0.json": { - "insdc_experiment": { - "insdc_experiment": "SRX3364233" - }, - "process_core": { - "process_id": "process_id_2273" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "bcfcb3d7-674a-429f-8bf9-347a0f222db2", - "submission_date": "2018-09-05T09:49:29.182Z", - "update_date": "2018-09-05T09:56:34.501Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_29" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "f8e3c0b7-ed2a-464d-bff4-b80fac2a3849", - "submission_date": "2018-09-05T09:48:40.598Z", - "update_date": "2018-09-05T09:55:08.938Z" - } - }, - "process_2.json": { - "process_core": { - "process_location": "Sri Lanka", - "process_id": "process_id_16" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "4e504efb-a65b-4fe5-97f5-8148f6a8ed4d", - "submission_date": "2018-09-05T09:48:40.463Z", - "update_date": "2018-09-05T09:55:08.214Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "CD4+ cytotoxic T lymphocytes", - "project_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis", - "project_description": "CD4+ cytotoxic T lymphocytes (CD4-CTLs) have been reported to play a protective role in several viral infections. However, little is known in humans about the biology of CD4-CTL generation, their functional properties, heterogeneity and clonal diversity, especially in relation to other well-described CD4+ memory T cell subsets. We performed single-cell RNA-seq in over 9000 cells to unravel CD4-CTL heterogeneity, transcriptional profile and clonality in humans. The single-cell differential gene expression analysis, revealed a spectrum of known transcripts, including several linked to cytotoxic and co-stimulatory function, and transcripts of unknown cytotoxicity-related function that are expressed at higher levels in the TEMRA subset, which is highly enriched for CD4-CTLs, compared to cells in the central and effector memory subsets (TCM, TEM). Simultaneous T cells antigen receptor (TCR) analysis in single-cells and bulk subsets revealed that CD4-TEMRA cells show marked clonal expansion compared to TCM and TEM cells and that the majority of CD4-TEMRA were dengue virus (DENV)-specific in subjects with previous DENV infection. The profile of CD4-TEMRA was highly heterogeneous across subjects, with four distinct clusters identified by the single-cell analysis. Most importantly, we identified distinct clusters of CD4-CTL effector and precursor cells in the TEMRA subset; the precursor cells shared TCR clonotypes with CD4-CTL effectors and were distinguished by high expression of the interleukin-7 receptor. Our identification of a CD4-CTL precursor population may allow further investigation of how CD4-CTLs arise in humans and thus could provide insights into the mechanisms that may be utilized to generate durable and effective CD4-CTL immunity." - }, - "insdc_project": "SRP124157", - "geo_series": "GSE106540", - "insdc_study": "PRJNA417191", - "supplementary_links": [ - "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-106540/Results" - ], - "contributors": [ - { - "contact_name": "Pandurangan,,Vijayanand", - "email": "vijay@lji.org", - "institution": "La Jolla Institute for Allergy and Immunology", - "laboratory": "Division of Vaccine Discovery", - "address": "La Jolla, CA 92037", - "country": "USA", - "corresponding_contributor": true - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Laura,,Huerta", - "email": "lauhuema@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Molecular Atlas", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "external curator", - "orcid_id": "0000-0002-8748-599X", - "corresponding_contributor": false - } - ], - "funders": [ - { - "grant_id": "U19AI118626", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "grant_id": "U19AI118610", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "grant_id": "R01HL114093", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "grant_id": "R24AI108564", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "funder_name": "William K. Bowes Jr. Foundation" - } - ], - "publications": [ - { - "authors": [ - "Patil VS, Madrigal A, Schmiedel BJ, Clarke J, O'Rourke P, Harris E, de Silva AD, Harris E, Peters B, Seumois G, Weiskopf D, Sette A, Vijayanand P" - ], - "publication_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis.", - "doi": "10.1126/sciimmunol.aan8664", - "pmid": 29352091, - "publication_url": "http://immunology.sciencemag.org/content/3/19/eaan8664.long" - } - ], - "provenance": { - "document_id": "ee5b3a17-4128-40ff-88f4-44903ef1ab54", - "submission_date": "2018-09-05T09:47:20.825Z", - "update_date": "2018-09-05T09:50:15.608Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "SRR6257787.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "read_length": 50, - "insdc_run": [ - "SRR6257787" - ], - "provenance": { - "document_id": "a5806f2e-3f85-486a-9015-e02e5c805285", - "submission_date": "2018-09-05T09:48:00.065Z", - "update_date": "2018-09-05T09:54:36.578Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1", - "protocol_name": "SmartSeq 2 single cell sequencing", - "protocol_description": "Libraries were sequenced on the Illumina HiSeq 2500 platform to obtain 50-bp single end reads (barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina))." - }, - "sequencing_approach": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008565" - }, - "paired_end": false, - "provenance": { - "document_id": "2d0f835b-ced1-4cf1-a053-0cf109fdefeb", - "submission_date": "2018-09-05T09:48:40.296Z", - "update_date": "2018-09-05T09:51:58.194Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Subject10_DENV negative_PBMC_TEMRA", - "biomaterial_name": "Subject10_DENV negative_PBMC_TEMRA", - "biomaterial_description": "Subject10_DENV negative_PBMC_TEMRA", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "blood", - "ontology": "UBERON:0000178" - }, - "organ_part": { - "text": "peripheral blood mononuclear cell", - "ontology": "CL:2000001" - }, - "preservation_storage": { - "preservation_method": "cryopreservation, other", - "storage_method": "frozen, liquid nitrogen" - }, - "provenance": { - "document_id": "ff63b5d7-e702-40da-bbe9-619e52131b63", - "submission_date": "2018-09-05T09:47:21.215Z", - "update_date": "2018-09-05T09:50:44.523Z" - } - } -} diff --git a/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..ce1cfe8977 --- /dev/null +++ b/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,1454 @@ +{ + "manifest": { + "sequence_file/740b2221-41c6-498d-87de-8b2937a5ebed": { + "crc32c": "E9B38AA1", + "sha1": "0cec1204162ddfbd3782a1aedce104b373163a9f", + "sha256": "3f29407965e542a4787b6ab1f32ea3f4162017dc88e294ab3e48ddfe76d476e7", + "s3_etag": "ed217eaabe182e88101a33d82db57842", + "content-type": "application/octet-stream", + "indexed": false, + "name": "GAC027_hOrg_HipSci_1_S5_L007_I1_001.fastq.gz", + "size": 574, + "uuid": "b9f26dd4-dddc-426d-97bb-674e8a0a26a2", + "version": "1" + }, + "sequence_file/a3f614b3-e6cf-4751-a15d-ff623efea62a": { + "crc32c": "59378C79", + "sha1": "d982fed4c2cfd402a145637f1bc1d6364745a506", + "sha256": "ff3118605c52fd9cb96cb17b96ecc8ec74b72cb75558305e8630568478c03547", + "s3_etag": "7e5fa30788311a17e73c0f468c1f5111", + "content-type": "application/octet-stream", + "indexed": false, + "name": "GAC027_hOrg_HipSci_1_S5_L007_R1_001.fastq.gz", + "size": 574, + "uuid": "1af1df49-a772-4645-bc0e-e8a599ab7121", + "version": "1" + }, + "sequence_file/56c2a158-e389-40a3-97a7-0f2966a393b8": { + "crc32c": "8F96945F", + "sha1": "9cc9baf78624edf0e2c39e48ab7f559f32cfd7ca", + "sha256": "5a4bc638c31346d1fc4cde4cc8bfaf2341e486ba377edbeafb42a12d49ab6ddc", + "s3_etag": "fb796be961dfacd6fda6643898524312", + "content-type": "application/octet-stream", + "indexed": false, + "name": "GAC027_hOrg_HipSci_1_S5_L007_R2_001.fastq.gz", + "size": 575, + "uuid": "53c4d13c-d3d3-4294-affe-fd1fecf9d1ef", + "version": "1" + }, + "supplementary_file/a0eb3208-97e4-498c-993b-20757231b233": { + "crc32c": "62D4DB03", + "sha1": "32df780ee719286fccafae4d715607d4f05f3c40", + "sha256": "6daea9af107bd45e2666ca2ccd1a2a3d98c42b892a7a783093b638508eccb158", + "s3_etag": "b16ebe4790175d73a26b993dc1802c45", + "content-type": "application/octet-stream", + "indexed": false, + "name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", + "size": 531, + "uuid": "c7555cbd-d66c-4f9a-b3f4-23e013da6910", + "version": "1" + }, + "supplementary_file/e01ee650-58b3-4f3c-8da8-4483700a1eae": { + "crc32c": "B9D38666", + "sha1": "095ce1889337b2d8dd5ba3ce21ad85903ebda004", + "sha256": "a8b3535da8ba62f83c31b238c86a6f4b9848f913c6d35824cef5f955748f1ab9", + "s3_etag": "048ed5e075c2e93f61ada1b555ea0ea3", + "content-type": "application/octet-stream", + "indexed": false, + "name": "hipsci-ipsc-pipeline.pdf", + "size": 495, + "uuid": "b5bc3187-6553-4410-b589-ac0f3bb6858f", + "version": "1" + }, + "supplementary_file/5ab06a61-c66b-4d3d-9889-ab47371a65b0": { + "crc32c": "47985515", + "sha1": "b12c361c6d4ebb7c255ddb3e67e3babbd1fe0e25", + "sha256": "492641dd1bc0004c879d9fe8599e03a455612892df4802f5a1e9c860216777f6", + "s3_etag": "d1bfcd931b2213f02df82362e2fdc609", + "content-type": "application/octet-stream", + "indexed": false, + "name": "Dissociation_protocol_130-092-628.pdf", + "size": 508, + "uuid": "28aa156f-3eee-481b-8849-ab68ddf4b67d", + "version": "1" + } + }, + "metadata": { + "cell_line/304fadde-e22a-4ff9-9544-f8ec097b6135": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-kucg_2", + "biomaterial_name": "iPS cell line kucg_2", + "biomaterial_description": "iPS cell line kucg_2", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2645814" + }, + "diseases": { + "text": "normal", + "ontology": "PATO:0000461" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248" + }, + "catalog_number": "77650065", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-kucg_2", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 25, + "growth_medium": "E8", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2014-11-03T00:00:00Z", + "provenance": { + "document_id": "304fadde-e22a-4ff9-9544-f8ec097b6135", + "submission_date": "2018-09-05T09:25:02.372Z", + "update_date": "2018-09-05T09:25:11.221Z" + } + }, + "cell_line/cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-wibj_2", + "biomaterial_name": "iPS cell line wibj_2", + "biomaterial_description": "iPS cell line wibj_2", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2627567" + }, + "diseases": { + "text": "normal", + "ontology": "PATO:0000461" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248" + }, + "catalog_number": "77650057", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-wibj_2", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 24, + "growth_medium": "E8", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2014-10-24T00:00:00Z", + "provenance": { + "document_id": "cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4", + "submission_date": "2018-09-05T09:25:02.352Z", + "update_date": "2018-09-05T09:25:10.838Z" + } + }, + "cell_line/6953e086-13cc-4467-b059-4d5f91f6f268": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-sojd_3", + "biomaterial_name": "iPS cell line sojd_3", + "biomaterial_description": "iPS cell line sojd_3", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2627569" + }, + "diseases": { + "text": "normal", + "ontology": "PATO:0000461" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248" + }, + "catalog_number": "77650126", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-sojd_3", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 22, + "growth_medium": "E8", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2015-01-09T00:00:00Z", + "provenance": { + "document_id": "6953e086-13cc-4467-b059-4d5f91f6f268", + "submission_date": "2018-09-05T09:25:02.407Z", + "update_date": "2018-09-05T09:25:05.636Z" + } + }, + "cell_line/8bd345cb-4635-4bf5-9435-bf144013b938": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-hoik_1", + "biomaterial_name": "iPS cell line hoik_1", + "biomaterial_description": "iPS cell line hoik_1", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2698315" + }, + "diseases": { + "text": "normal", + "ontology": "PATO:0000461" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248" + }, + "catalog_number": "77650129", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-hoik_1", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 20, + "growth_medium": "E8", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2015-02-02T00:00:00Z", + "provenance": { + "document_id": "8bd345cb-4635-4bf5-9435-bf144013b938", + "submission_date": "2018-09-05T09:25:02.397Z", + "update_date": "2018-09-05T09:25:11.557Z" + } + }, + "cell_suspension/8fc8b364-98bb-4082-98af-e3fdffcf82b7": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI_organoids_pooled_1", + "biomaterial_name": "pooled cells from 4 dissociated organoids", + "biomaterial_description": "pooled cells from 4 dissociated organoids (wibj_2, kucg_2, hoik_1, sojd_3)", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "selected_cell_type": [ + { + "text": "neural cell", + "ontology": "CL:0002319" + } + ], + "total_estimated_cells": 6316, + "provenance": { + "document_id": "8fc8b364-98bb-4082-98af-e3fdffcf82b7", + "submission_date": "2018-09-05T09:25:02.595Z", + "update_date": "2018-09-05T09:25:12.353Z" + } + }, + "differentiation_protocol/537b3c44-998f-43c2-8146-7e3e2932c30b": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "Org_Lanc_2014", + "protocol_name": "Generation of cerebral organoids from human pluripotent stem cells", + "publication_doi": "10.1038/nprot.2014.158" + }, + "differentiation_method": "embryoid bodies", + "differentiation_target_pathway": "RHO||ROCK", + "differentiation_validation_method": "immunostaining", + "differentiation_reagents": { + "retail_name": "ROCK inhibitor Y27632" + }, + "differentiation_small_molecules": "Vitamin A (retinoic acid)", + "provenance": { + "document_id": "537b3c44-998f-43c2-8146-7e3e2932c30b", + "submission_date": "2018-09-05T09:25:02.643Z", + "update_date": "2018-09-05T09:25:11.867Z" + } + }, + "dissociation_protocol/58334256-af4f-4754-9455-668fb31bbcff": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "Cerebral_organoid_dissociation", + "protocol_name": "cerebral organoid dissociation", + "document": "Dissociation_protocol_130-092-628.pdf" + }, + "dissociation_method": { + "text": "Papain-based enzymatic dissociation", + "ontology": "EFO:0009128" + }, + "protocol_reagents": [ + { + "retail_name": "Neural Tissue Dissociation Kit", + "catalog_number": "130-092-628", + "manufacturer": "Miltenyi Biotec" + } + ], + "provenance": { + "document_id": "58334256-af4f-4754-9455-668fb31bbcff", + "submission_date": "2018-09-05T09:25:02.654Z", + "update_date": "2018-09-05T09:25:09.326Z" + } + }, + "donor_organism/5554b939-a268-4619-9cef-0f09151454fc": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-sojd", + "biomaterial_name": "donor HPSI0314i-sojd", + "biomaterial_description": "donor HPSI0314i-sojd_3, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2418245" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "sex": "female", + "organism_age": "45-49", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "human_specific": { + "ethnicity": [ + { + "text": "White - other, Ad Mixed American", + "ontology": "hancestro:0463" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "5554b939-a268-4619-9cef-0f09151454fc", + "submission_date": "2018-09-05T09:25:02.273Z", + "update_date": "2018-09-05T09:25:09.818Z" + } + }, + "donor_organism/eea3dd19-90e0-45c4-803d-4620d1fab90d": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-wibj", + "biomaterial_name": "donor HPSI0214i-wibj", + "biomaterial_description": "donor HPSI0214i-wibj_2, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2398911" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "sex": "female", + "organism_age": "55-59", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "human_specific": { + "ethnicity": [ + { + "text": "European, White, British", + "ontology": "hancestro:0462" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "eea3dd19-90e0-45c4-803d-4620d1fab90d", + "submission_date": "2018-09-05T09:25:02.230Z", + "update_date": "2018-09-05T09:25:09.806Z" + } + }, + "donor_organism/fbd4c071-58bd-4818-8ddd-2c31ddb60363": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-kucg", + "biomaterial_name": "donor HPSI0214i-kucg", + "biomaterial_description": "donor HPSI0214i-kucg_2, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2397923" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "sex": "male", + "organism_age": "65-69", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "human_specific": { + "ethnicity": [ + { + "text": "European, White, British", + "ontology": "hancestro:0462" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "fbd4c071-58bd-4818-8ddd-2c31ddb60363", + "submission_date": "2018-09-05T09:25:02.247Z", + "update_date": "2018-09-05T09:25:09.903Z" + } + }, + "donor_organism/62ee5119-4fa1-4508-95f3-59c7b0fddd34": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-hoik", + "biomaterial_name": "donor HPSI0314i-hoik", + "biomaterial_description": "donor HPSI0314i-hoik_1, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2399961" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "sex": "female", + "organism_age": "40-44", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "human_specific": { + "ethnicity": [ + { + "text": "European, White, British", + "ontology": "hancestro:0462" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "62ee5119-4fa1-4508-95f3-59c7b0fddd34", + "submission_date": "2018-09-05T09:25:02.257Z", + "update_date": "2018-09-05T09:25:09.841Z" + } + }, + "ipsc_induction_protocol/9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "ipsc_induction_protocol_1", + "protocol_name": "iPSC induction by Sendai virus", + "protocol_description": "Fibroblasts are thawed, transduced using Cytotune 2.0 Sendai virus (containing the Yamanaka genes encoding transcription factors Oct4, Sox2, cMyc and Klf4) and maintained until iPSC colony formation. Colonies are then picked and cultured to obtain a sizable yield of IPS cells, which are banked to a commercial grade standard. These banks then undergo quality checks to ensure the banks pass resuscitation tests and are free of mycoplasma.", + "document": "hipsci-ipsc-pipeline.pdf" + }, + "ipsc_induction_method": "sendai virus", + "pluripotency_vector_removed": "yes", + "ipsc_induction_kit": { + "retail_name": "Cytotune 1.0", + "manufacturer": "Thermofisher" + }, + "pluripotency_test": "HipSci Pluri test", + "ipsc_induction_produced_in_house": false, + "provenance": { + "document_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62", + "submission_date": "2018-09-05T09:25:02.631Z", + "update_date": "2018-09-05T09:25:09.069Z" + } + }, + "library_preparation_protocol/853c2086-1ac4-488e-b3b3-fe7956e74283": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "10x_3'_library_preparation", + "protocol_name": "10x 3' single cell library preparation", + "protocol_description": "10x Chromium single cell 3' v2 library preparation", + "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" + }, + "nucleic_acid_source": "single cell", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_approach": { + "text": "Chromium 3' Single Cell v2", + "ontology": "EFO:0008995" + }, + "end_bias": "3 prime end bias", + "primer": "poly-dT", + "strand": "unstranded", + "cell_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 15, + "barcode_length": 10 + }, + "library_construction_kit": { + "retail_name": "10X Chromium Single Cell 3' Solution v2 Chemistry", + "manufacturer": "10X Genomics" + }, + "provenance": { + "document_id": "853c2086-1ac4-488e-b3b3-fe7956e74283", + "submission_date": "2018-09-05T09:25:02.667Z", + "update_date": "2018-09-05T09:25:09.008Z" + } + }, + "organoid/e4307721-7d92-4f92-a6f1-6f1d4ecf1835": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0214i-kucg_2_1", + "biomaterial_name": "human cerebral organoid kucg_2", + "biomaterial_description": "human cerebral organoid kucg_2, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": false, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "e4307721-7d92-4f92-a6f1-6f1d4ecf1835", + "submission_date": "2018-09-05T09:25:02.484Z", + "update_date": "2018-09-05T09:25:10.346Z" + } + }, + "organoid/dfd95ce4-c5be-4175-9e9a-249b1b09f5d9": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0314i-sojd_3_1", + "biomaterial_name": "human cerebral organoid sojd_3", + "biomaterial_description": "human cerebral organoid sojd_3, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": false, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "dfd95ce4-c5be-4175-9e9a-249b1b09f5d9", + "submission_date": "2018-09-05T09:25:02.561Z", + "update_date": "2018-09-05T09:25:10.134Z" + } + }, + "organoid/08936dad-6f12-4f43-8bd2-b6863f166a21": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0314i-hoik_1_1", + "biomaterial_name": "human cerebral organoid hoik_1", + "biomaterial_description": "human cerebral organoid hoik_1, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": false, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "08936dad-6f12-4f43-8bd2-b6863f166a21", + "submission_date": "2018-09-05T09:25:02.525Z", + "update_date": "2018-09-05T09:25:10.146Z" + } + }, + "organoid/77a87953-5d2d-4e22-9c8b-c012fa8656b9": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0214i-wibj_2_1", + "biomaterial_name": "human cerebral organoid wibj_2", + "biomaterial_description": "human cerebral organoid wibj_2, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": false, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "77a87953-5d2d-4e22-9c8b-c012fa8656b9", + "submission_date": "2018-09-05T09:25:02.422Z", + "update_date": "2018-09-05T09:25:10.427Z" + } + }, + "process/359f3d8c-e29c-41f1-b058-1854a7d7e79e": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "359f3d8c-e29c-41f1-b058-1854a7d7e79e", + "submission_date": "2018-09-05T09:25:02.792Z", + "update_date": "2018-09-05T09:25:09.834Z" + } + }, + "process/f999e1a4-31fc-4298-b958-8f567511935e": { + "process_core": { + "process_id": "process_id_18" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "f999e1a4-31fc-4298-b958-8f567511935e", + "submission_date": "2018-09-05T09:25:02.998Z", + "update_date": "2018-09-05T09:25:12.150Z" + } + }, + "process/3ef770a1-1f72-47f2-952e-9fd584e74598": { + "process_core": { + "process_id": "process_id_9" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "3ef770a1-1f72-47f2-952e-9fd584e74598", + "submission_date": "2018-09-05T09:25:02.893Z", + "update_date": "2018-09-05T09:25:11.841Z" + } + }, + "process/9c2903a9-d93e-41a4-88bf-61647c6990a6": { + "process_core": { + "process_id": "process_id_2" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "9c2903a9-d93e-41a4-88bf-61647c6990a6", + "submission_date": "2018-09-05T09:25:02.805Z", + "update_date": "2018-09-05T09:25:11.730Z" + } + }, + "process/1ff79cfa-57e9-4af1-a754-51bdf36c4414": { + "process_core": { + "process_id": "process_id_15" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "1ff79cfa-57e9-4af1-a754-51bdf36c4414", + "submission_date": "2018-09-05T09:25:02.958Z", + "update_date": "2018-09-05T09:25:12.025Z" + } + }, + "process/88ef68b1-0c0b-4594-be46-4bb0bcf2025d": { + "process_core": { + "process_id": "tech_rep_1" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "88ef68b1-0c0b-4594-be46-4bb0bcf2025d", + "submission_date": "2018-09-05T09:25:02.691Z", + "update_date": "2018-09-05T09:25:10.851Z" + } + }, + "process/0ec71414-3c56-4347-85a2-a2b66a4a147d": { + "process_core": { + "process_id": "process_id_6" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "0ec71414-3c56-4347-85a2-a2b66a4a147d", + "submission_date": "2018-09-05T09:25:02.846Z", + "update_date": "2018-09-05T09:25:11.878Z" + } + }, + "process/d3c8ba6e-e552-48cc-ab34-38a95712b3f7": { + "process_core": { + "process_id": "process_id_21" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "d3c8ba6e-e552-48cc-ab34-38a95712b3f7", + "submission_date": "2018-09-05T09:25:03.039Z", + "update_date": "2018-09-05T09:25:12.221Z" + } + }, + "process/4e60bff4-9ede-42e2-9152-7f8f445938f5": { + "process_core": { + "process_id": "process_id_8" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "4e60bff4-9ede-42e2-9152-7f8f445938f5", + "submission_date": "2018-09-05T09:25:02.882Z", + "update_date": "2018-09-05T09:25:06.559Z" + } + }, + "process/6ecf593a-c3d6-42a8-bf4e-a47549e7bb1f": { + "process_core": { + "process_id": "process_id_4" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "6ecf593a-c3d6-42a8-bf4e-a47549e7bb1f", + "submission_date": "2018-09-05T09:25:02.827Z", + "update_date": "2018-09-05T09:25:11.893Z" + } + }, + "process/1c4b3da5-41c3-40bd-b128-4a4a94fb876e": { + "process_core": { + "process_id": "process_id_5" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "1c4b3da5-41c3-40bd-b128-4a4a94fb876e", + "submission_date": "2018-09-05T09:25:02.837Z", + "update_date": "2018-09-05T09:25:11.945Z" + } + }, + "process/85e8adfd-f23b-47fb-9617-e51593923405": { + "process_core": { + "process_id": "process_id_3" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "85e8adfd-f23b-47fb-9617-e51593923405", + "submission_date": "2018-09-05T09:25:02.817Z", + "update_date": "2018-09-05T09:25:11.959Z" + } + }, + "process/df40cef2-60ae-400c-bece-947329b40946": { + "process_core": { + "process_id": "process_id_12" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "df40cef2-60ae-400c-bece-947329b40946", + "submission_date": "2018-09-05T09:25:02.924Z", + "update_date": "2018-09-05T09:25:12.073Z" + } + }, + "process/94b7d3a9-2a09-40d1-ba0e-80e8410b3d55": { + "process_core": { + "process_id": "process_id_7" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "94b7d3a9-2a09-40d1-ba0e-80e8410b3d55", + "submission_date": "2018-09-05T09:25:02.859Z", + "update_date": "2018-09-05T09:25:12.053Z" + } + }, + "project/88f5dff1-d784-4d9a-9c5d-f309fbe738c8": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "HPSI_human_cerebral_organoids", + "project_title": "Assessing the relevance of organoids to model inter-individual variation", + "project_description": "The purpose of this project is to assess the relevance of pluripotent stem cell-derived cerebral and liver organoids to recapitulate the variation in cell-type specific gene expression programs between individuals. Towards this aim, we will generate reference atlases of the developing cortex and liver from multiple individuals, derive iPSC lines from these same individuals, and determine if inter-individual gene expression variation is recapitulated in cerebral and liver organoids from the same individual from which we have reference maps. In parallel we will assess the genetic contribution to variablity between organoids from different iPSCs of multiple human individuals that are available in existing iPSC resources (e.g. HipSci)." + }, + "contributors": [ + { + "contact_name": "Barbara,,Treutlein", + "email": "barbara_treutlein@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "project_role": "principal investigator", + "orcid_id": "0000-0002-3299-5597", + "corresponding_contributor": true + }, + { + "contact_name": "J,Gray,Camp", + "email": "gray_camp@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "corresponding_contributor": false + }, + { + "contact_name": "Zhisong,,He", + "email": "zhisong_he@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "corresponding_contributor": false + }, + { + "contact_name": "Sabina,,Kanton", + "email": "sabina_kanton@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "corresponding_contributor": false + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + } + ], + "provenance": { + "document_id": "88f5dff1-d784-4d9a-9c5d-f309fbe738c8", + "submission_date": "2018-09-05T09:25:01.786Z", + "update_date": "2018-09-05T09:25:05.557Z" + } + }, + "sequence_file/740b2221-41c6-498d-87de-8b2937a5ebed": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "GAC027_hOrg_HipSci_1_S5_L007_I1_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "c6e1beaa24f6a580bf9632cc37d69d38" + }, + "read_index": "index1", + "lane_index": 7, + "read_length": 8, + "provenance": { + "document_id": "740b2221-41c6-498d-87de-8b2937a5ebed", + "submission_date": "2018-09-05T09:25:01.845Z", + "update_date": "2018-09-05T09:25:03.221Z" + } + }, + "sequence_file/a3f614b3-e6cf-4751-a15d-ff623efea62a": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "GAC027_hOrg_HipSci_1_S5_L007_R1_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "0129f8043b3c2bf2bfa4d28acc5e29f2" + }, + "read_index": "read1", + "lane_index": 7, + "read_length": 26, + "provenance": { + "document_id": "a3f614b3-e6cf-4751-a15d-ff623efea62a", + "submission_date": "2018-09-05T09:25:01.867Z", + "update_date": "2018-09-05T09:25:03.230Z" + } + }, + "sequence_file/56c2a158-e389-40a3-97a7-0f2966a393b8": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "GAC027_hOrg_HipSci_1_S5_L007_R2_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "a7224a02d3a64e45f9264c9594e5a0b3" + }, + "read_index": "read2", + "lane_index": 7, + "read_length": 100, + "provenance": { + "document_id": "56c2a158-e389-40a3-97a7-0f2966a393b8", + "submission_date": "2018-09-05T09:25:01.903Z", + "update_date": "2018-09-05T09:25:03.244Z" + } + }, + "sequencing_protocol/0b1dfbd4-1fbe-42a4-9213-b66dac4d4ac0": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "10x_scRNASeq", + "protocol_name": "10x single cell RNA Sequencing", + "protocol_description": "10x RNA sequencing", + "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008565" + }, + "paired_end": true, + "sequencing_approach": { + "text": "tag based single cell RNA sequencing", + "ontology": "EFO:0008440" + }, + "provenance": { + "document_id": "0b1dfbd4-1fbe-42a4-9213-b66dac4d4ac0", + "submission_date": "2018-09-05T09:25:02.679Z", + "update_date": "2018-09-05T09:25:09.017Z" + } + }, + "specimen_from_organism/54046c37-b50d-41ae-a95f-2db29b1b706b": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-hoik_skin", + "biomaterial_name": "Skin cells from HPSI0314i-hoik_skin", + "biomaterial_description": "Skin cells from HPSI0314i-hoik_skin", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "provenance": { + "document_id": "54046c37-b50d-41ae-a95f-2db29b1b706b", + "submission_date": "2018-09-05T09:25:02.318Z", + "update_date": "2018-09-05T09:25:10.219Z" + } + }, + "specimen_from_organism/2b541914-778d-4b24-9680-9d2643cfeff9": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-sojd_skin", + "biomaterial_name": "Skin cells from HPSI0314i-sojd_skin", + "biomaterial_description": "Skin cells from HPSI0314i-sojd_skin", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "provenance": { + "document_id": "2b541914-778d-4b24-9680-9d2643cfeff9", + "submission_date": "2018-09-05T09:25:02.335Z", + "update_date": "2018-09-05T09:25:05.620Z" + } + }, + "specimen_from_organism/440a306a-54c6-4193-9b60-ad4423c8a62b": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-wibj_skin", + "biomaterial_name": "Skin cells from HPSI0214i-wibj_skin", + "biomaterial_description": "Skin cells from HPSI0214i-wibj_skin", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "provenance": { + "document_id": "440a306a-54c6-4193-9b60-ad4423c8a62b", + "submission_date": "2018-09-05T09:25:02.283Z", + "update_date": "2018-09-05T09:25:10.273Z" + } + }, + "specimen_from_organism/4eb07fdb-dcd8-4805-89ad-6068071c80c9": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-kucg_skin", + "biomaterial_name": "Skin cells from HPSI0214i-kucg_skin", + "biomaterial_description": "Skin cells from HPSI0214i-kucg_skin", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "provenance": { + "document_id": "4eb07fdb-dcd8-4805-89ad-6068071c80c9", + "submission_date": "2018-09-05T09:25:02.307Z", + "update_date": "2018-09-05T09:25:09.878Z" + } + }, + "supplementary_file/a0eb3208-97e4-498c-993b-20757231b233": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", + "file_format": "pdf" + }, + "file_description": "10x Chromium single cell 3' v2 library preparation", + "provenance": { + "document_id": "a0eb3208-97e4-498c-993b-20757231b233", + "submission_date": "2018-09-05T09:25:01.832Z", + "update_date": "2018-09-05T09:25:02.972Z" + } + }, + "supplementary_file/e01ee650-58b3-4f3c-8da8-4483700a1eae": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "hipsci-ipsc-pipeline.pdf", + "file_format": "pdf" + }, + "file_description": "iPSC induction by Sendai virus protocol.", + "provenance": { + "document_id": "e01ee650-58b3-4f3c-8da8-4483700a1eae", + "submission_date": "2018-09-05T09:25:01.803Z", + "update_date": "2018-09-05T09:25:03.001Z" + } + }, + "supplementary_file/5ab06a61-c66b-4d3d-9889-ab47371a65b0": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "Dissociation_protocol_130-092-628.pdf", + "file_format": "pdf" + }, + "file_description": "Cerebral organoid dissociation protocol.", + "provenance": { + "document_id": "5ab06a61-c66b-4d3d-9889-ab47371a65b0", + "submission_date": "2018-09-05T09:25:01.815Z", + "update_date": "2018-09-05T09:25:02.980Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "88ef68b1-0c0b-4594-be46-4bb0bcf2025d", + "inputs": [ + "8fc8b364-98bb-4082-98af-e3fdffcf82b7" + ], + "input_type": "biomaterial", + "outputs": [ + "740b2221-41c6-498d-87de-8b2937a5ebed", + "a3f614b3-e6cf-4751-a15d-ff623efea62a", + "56c2a158-e389-40a3-97a7-0f2966a393b8" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "853c2086-1ac4-488e-b3b3-fe7956e74283" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "0b1dfbd4-1fbe-42a4-9213-b66dac4d4ac0" + } + ] + }, + { + "process": "d3c8ba6e-e552-48cc-ab34-38a95712b3f7", + "inputs": [ + "77a87953-5d2d-4e22-9c8b-c012fa8656b9", + "e4307721-7d92-4f92-a6f1-6f1d4ecf1835", + "08936dad-6f12-4f43-8bd2-b6863f166a21", + "dfd95ce4-c5be-4175-9e9a-249b1b09f5d9" + ], + "input_type": "biomaterial", + "outputs": [ + "8fc8b364-98bb-4082-98af-e3fdffcf82b7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "58334256-af4f-4754-9455-668fb31bbcff" + } + ] + }, + { + "process": "3ef770a1-1f72-47f2-952e-9fd584e74598", + "inputs": [ + "cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4" + ], + "input_type": "biomaterial", + "outputs": [ + "77a87953-5d2d-4e22-9c8b-c012fa8656b9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" + } + ] + }, + { + "process": "1c4b3da5-41c3-40bd-b128-4a4a94fb876e", + "inputs": [ + "440a306a-54c6-4193-9b60-ad4423c8a62b" + ], + "input_type": "biomaterial", + "outputs": [ + "cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" + } + ] + }, + { + "process": "359f3d8c-e29c-41f1-b058-1854a7d7e79e", + "inputs": [ + "eea3dd19-90e0-45c4-803d-4620d1fab90d" + ], + "input_type": "biomaterial", + "outputs": [ + "440a306a-54c6-4193-9b60-ad4423c8a62b" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "df40cef2-60ae-400c-bece-947329b40946", + "inputs": [ + "304fadde-e22a-4ff9-9544-f8ec097b6135" + ], + "input_type": "biomaterial", + "outputs": [ + "e4307721-7d92-4f92-a6f1-6f1d4ecf1835" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" + } + ] + }, + { + "process": "0ec71414-3c56-4347-85a2-a2b66a4a147d", + "inputs": [ + "4eb07fdb-dcd8-4805-89ad-6068071c80c9" + ], + "input_type": "biomaterial", + "outputs": [ + "304fadde-e22a-4ff9-9544-f8ec097b6135" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" + } + ] + }, + { + "process": "9c2903a9-d93e-41a4-88bf-61647c6990a6", + "inputs": [ + "fbd4c071-58bd-4818-8ddd-2c31ddb60363" + ], + "input_type": "biomaterial", + "outputs": [ + "4eb07fdb-dcd8-4805-89ad-6068071c80c9" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "1ff79cfa-57e9-4af1-a754-51bdf36c4414", + "inputs": [ + "8bd345cb-4635-4bf5-9435-bf144013b938" + ], + "input_type": "biomaterial", + "outputs": [ + "08936dad-6f12-4f43-8bd2-b6863f166a21" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" + } + ] + }, + { + "process": "94b7d3a9-2a09-40d1-ba0e-80e8410b3d55", + "inputs": [ + "54046c37-b50d-41ae-a95f-2db29b1b706b" + ], + "input_type": "biomaterial", + "outputs": [ + "8bd345cb-4635-4bf5-9435-bf144013b938" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" + } + ] + }, + { + "process": "85e8adfd-f23b-47fb-9617-e51593923405", + "inputs": [ + "62ee5119-4fa1-4508-95f3-59c7b0fddd34" + ], + "input_type": "biomaterial", + "outputs": [ + "54046c37-b50d-41ae-a95f-2db29b1b706b" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "f999e1a4-31fc-4298-b958-8f567511935e", + "inputs": [ + "6953e086-13cc-4467-b059-4d5f91f6f268" + ], + "input_type": "biomaterial", + "outputs": [ + "dfd95ce4-c5be-4175-9e9a-249b1b09f5d9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" + } + ] + }, + { + "process": "4e60bff4-9ede-42e2-9152-7f8f445938f5", + "inputs": [ + "2b541914-778d-4b24-9680-9d2643cfeff9" + ], + "input_type": "biomaterial", + "outputs": [ + "6953e086-13cc-4467-b059-4d5f91f6f268" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" + } + ] + }, + { + "process": "6ecf593a-c3d6-42a8-bf4e-a47549e7bb1f", + "inputs": [ + "5554b939-a268-4619-9cef-0f09151454fc" + ], + "input_type": "biomaterial", + "outputs": [ + "2b541914-778d-4b24-9680-9d2643cfeff9" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index f8f6f0ed8f..0000000000 --- a/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,602 +0,0 @@ -[ - { - "crc32c": "5FB5C074", - "sha1": "0a0b7ed1c1a82e2349bf7c7f2c55169f687d05c3", - "sha256": "99fb280727cdff1f5ae1e5a5f27f261fe0ac4033b34dd5ff505dbdcb2d3e759b", - "s3_etag": "11c4139932510cbd72a250c08c6cb82c", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_line_0.json", - "size": 1550, - "uuid": "cdfc49a1-a600-4033-bbce-64e5ee3a67aa", - "version": "1" - }, - { - "crc32c": "F33FDC5E", - "sha1": "27a55a4dcab02acd4add013730794c4cb5158f6a", - "sha256": "a78f437a98dd2bc97c50f85f11a74756e2efdaa1b46c24c034101d1fc292ad5d", - "s3_etag": "908e7a5a3c3618dd38dcc173958d8a3f", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_line_1.json", - "size": 1550, - "uuid": "e9e1a31a-d4a0-458d-97ae-956ec8779f15", - "version": "1" - }, - { - "crc32c": "762C33CA", - "sha1": "1229f946b792a2927e6773b1269075b6562ee81e", - "sha256": "bd1ee60863c05c86cb0c8959f0aaf2dbb99b053905d53a9a9e5ba2de7864b738", - "s3_etag": "526862c44aa198cfd979ecb17dcc38f3", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_line_2.json", - "size": 1550, - "uuid": "ce6bfc46-a7fe-4727-8469-8e6c4d26509a", - "version": "1" - }, - { - "crc32c": "13AA5D45", - "sha1": "4c91f609fdcfe2850ce2d6573e8820c86801980f", - "sha256": "95915233425da95c2d73c9ec6eabbf82408b1e9b1b1bea9340733fd2c3a078c1", - "s3_etag": "d799a453314d517cd17c16c956ba4b8e", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_line_3.json", - "size": 1550, - "uuid": "c56293b4-baeb-4551-890e-3e32c62798d1", - "version": "1" - }, - { - "crc32c": "DDAF2641", - "sha1": "19142e0002a43b494b83a1dd76d7adb92b8ffc28", - "sha256": "1edb9a2932e909e892baf0519cff201118ad508aad507bac54564f49a9561ab6", - "s3_etag": "7473ef8331da4a49a63c07b2e5c840d8", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 949, - "uuid": "618f335a-3852-4901-83d9-82daa4177dbc", - "version": "1" - }, - { - "crc32c": "A397FBC5", - "sha1": "5be27ec15298c67153ee558594c85de413b1e06f", - "sha256": "97dbea2a50149e9220eb3f42445307dd0a3d0ac3ddb79ecdea7f63807a29ca12", - "s3_etag": "f4105454d86a649e5ed2faacdf40267b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "differentiation_protocol_0.json", - "size": 892, - "uuid": "cbabc165-8efa-4ad8-b8e4-b626d303abec", - "version": "1" - }, - { - "crc32c": "26CC9E56", - "sha1": "82c10b7f7e7fde821b843a851bd87dcfd7346b64", - "sha256": "3a9b2afeb6d68786b9e2962fd7a61c2af3e8271fa23777185a2915586eea869d", - "s3_etag": "a6fe3d1a7286703909172eb12663a8a0", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "dissociation_protocol_0.json", - "size": 894, - "uuid": "844dc5d2-f028-4f1a-bad9-c93e1cecd3bc", - "version": "1" - }, - { - "crc32c": "1EC942F7", - "sha1": "91165a3ca2ff2f90b064078354a9dfe934279d8a", - "sha256": "44ef118e6332ec0ab6f805ba5af9d929fe019fec5bfd8a24969dbbfd687538ee", - "s3_etag": "dd544abfc3b3747e131367aba87f6029", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1249, - "uuid": "9338e6ae-0739-4ab0-9f57-d2be865e5dff", - "version": "1" - }, - { - "crc32c": "634E048E", - "sha1": "b4c171efbba79e1273140484962ce580b071c964", - "sha256": "6a74ac1688744b305c0f6cc7b76611cc5749e2ec22b4a929d52200253d9b91ef", - "s3_etag": "f72ecca4363919754848fbf5b31a558c", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_1.json", - "size": 1241, - "uuid": "950aaa5d-7fb2-4d3b-9576-cd7b038b8bb6", - "version": "1" - }, - { - "crc32c": "F2A1DA41", - "sha1": "1d94489bc26b7bc9d7bef5bea5c564bc96301d02", - "sha256": "9ae2ae48eaf9e6475dac6fdf0328390aadb178446221dff72b3d77a7a36f2597", - "s3_etag": "5b3aaf115f2fca94fb1731d2a9b5fe1c", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_2.json", - "size": 1239, - "uuid": "7459dbd0-618a-4b71-93b9-a65f0eeba281", - "version": "1" - }, - { - "crc32c": "B1ABDBAD", - "sha1": "a339b614e9da58d2b294ab9406834fbcd6b3a819", - "sha256": "32deb4381f53c73e2e1c28d6a2a0af552aa7373201ff67b8a3a54c5cab6d6694", - "s3_etag": "e604c108482e9223bd23ebe794f602dc", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_3.json", - "size": 1241, - "uuid": "e91c797e-56ec-4877-bea3-dd0cd999dbfc", - "version": "1" - }, - { - "crc32c": "C33C083F", - "sha1": "cfff160e96b7276b9feaa69ccfd715d9277c9bc5", - "sha256": "a9ef1c267f90af8db06a282c451c9bf9369752da93ecf33c16ea9d5429051151", - "s3_etag": "92a0bc6c22b1e683f973713071d83893", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "ipsc_induction_protocol_0.json", - "size": 1315, - "uuid": "89710eb4-8a04-46d3-adf3-7d18880b9c6e", - "version": "1" - }, - { - "crc32c": "5E158C8F", - "sha1": "abb5f21951e368e15622637638aaace6c8137895", - "sha256": "a7532291beae09ab1c319b975202e4854f8a7c1ffbf8232e9d9abb02b7c3b42b", - "s3_etag": "d229e0b768a4dc143ddb258fdbd4405f", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 1423, - "uuid": "597f5fae-db6a-4ebc-b2f0-b9c527f5b3ed", - "version": "1" - }, - { - "crc32c": "E8D34C5D", - "sha1": "e3336e075787d319a239533d8620a4a60a793bac", - "sha256": "062e56b2f314b8fd81b916985767abaedc4e22923e80607b023a3bf68554d4e0", - "s3_etag": "3ae64d0365c9c2d857c4194f41b471a6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 7860, - "uuid": "19f9d2c2-2d30-4262-8d19-a5de9ca13dd7", - "version": "1" - }, - { - "crc32c": "27917E6E", - "sha1": "6be5be8c979bf95b9be25df1f16c9856bb55bff3", - "sha256": "cb67b750844e71cfd0939023c91fb732e08a9307e48f86c0883b35b13f2c8b97", - "s3_etag": "3f08625623379bced02503c3d1a6803d", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "organoid_0.json", - "size": 1063, - "uuid": "0ce77825-d03a-465b-83d1-d91eb1acadd9", - "version": "1" - }, - { - "crc32c": "2D7F18D4", - "sha1": "a12847e2c70066f16d1feb05ba875f360a74bdb6", - "sha256": "fa68b259e82c7a0dd06ca3d423f9d870b06152c4004b66e528ad4031e0f78c81", - "s3_etag": "3c27fbba7767ed36ff27dc0f75e59898", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "organoid_1.json", - "size": 1063, - "uuid": "52f4207b-6b02-4446-bbc5-60b2fa2646ef", - "version": "1" - }, - { - "crc32c": "2D91E7F4", - "sha1": "c8b6050f7fe1394e6d35f47f4181f095972cd76c", - "sha256": "99d51a7f66ed152657d9b99cc377388bd66d92b8c35419eac4480b5bda6d9b2f", - "s3_etag": "9b5a314eccf2febdc2b9d4e63395f7c6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "organoid_2.json", - "size": 1063, - "uuid": "612cf5e2-df08-48fa-996b-9c8f4e7a82f7", - "version": "1" - }, - { - "crc32c": "0A6D1D1B", - "sha1": "8abaaaf66902ad063783c48c23effd980a04ee3a", - "sha256": "ccfca57ccc977d0b4d24e395a10c98016875f77bfa45d4db8daec15bef9013f9", - "s3_etag": "a2c4474384c80e4d18b3ebe13b8b97c7", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "organoid_3.json", - "size": 1063, - "uuid": "902d112a-626d-49fe-84f0-0ee5b9ec22ff", - "version": "1" - }, - { - "crc32c": "E384BC74", - "sha1": "cb344b29df5c357f342a246e5f717c51d362a1b0", - "sha256": "d242e65296790abc2df9819e17fb774c5fa32b5d1a86f92c2bb22aa1034c3253", - "s3_etag": "033822f8a62079f8bf6cdae97dd6e8ff", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 384, - "uuid": "0d15aaa5-b91e-47da-96c4-498817c57d32", - "version": "1" - }, - { - "crc32c": "36FA116A", - "sha1": "1182f2552c970ca11b1318f4408ce56b4dffa117", - "sha256": "855a7f1e05d5d52cbf875c570ce50615d82e815084058a44bd12ee2785651972", - "s3_etag": "a87aa7374af26a0726ffc9912beb1587", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 385, - "uuid": "55f11a72-679d-45f1-8e3f-6fefbf47e286", - "version": "1" - }, - { - "crc32c": "E0EAD6A2", - "sha1": "dcc6c890b6c026d2681fc3747465f7996b5640c0", - "sha256": "5b142b32d7f0daa6d986bba130ec4dfa11cc963d9fe5a4c6546189c89988b106", - "s3_etag": "22578d3c025f75723e425e4bbeb2a744", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_10.json", - "size": 384, - "uuid": "7f282ab8-4c62-4941-8a96-9a7fc1c15908", - "version": "1" - }, - { - "crc32c": "2FC7EEE2", - "sha1": "27f28f309af4f3f886b854aae600a2443cbe7bc8", - "sha256": "54cab28bf8f54f2b31c0b1a36d807fd6207f08846b5a4293dac6bed37b1fe088", - "s3_etag": "634a13163ec93509dc77080adb9f5c0b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_11.json", - "size": 384, - "uuid": "eba9a2b4-93af-4e9b-b947-bfee8368eff5", - "version": "1" - }, - { - "crc32c": "9435E3A2", - "sha1": "7671dd66457ce2922eb9716930ee76b86974fb44", - "sha256": "6561055b182a3d5df0402931bde0e41dbd8db5100f6fe581532fb12de3f95e5c", - "s3_etag": "036621819baba70e1285759dea883b80", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_12.json", - "size": 385, - "uuid": "e68b441f-6a3c-4653-82cf-c9e280e4c8ca", - "version": "1" - }, - { - "crc32c": "25FDA39D", - "sha1": "46239a0e2bae7a7664455a75ca5de279084c0362", - "sha256": "56a2e1c84780655b69f02a93d043415540f94e5f029a80f3dae4893b0272d423", - "s3_etag": "26114bd78631d4f9b244e9b951597540", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_13.json", - "size": 382, - "uuid": "29c367d6-1e6e-42aa-929a-53003fcfd2b0", - "version": "1" - }, - { - "crc32c": "946E27FD", - "sha1": "e1888bc7c9f088156bf06a7984d38775dc9097f8", - "sha256": "8b3ac4af71d275a59f71d0f037a0f237bceea0d5937e794fe9c3b9b265350b5c", - "s3_etag": "daabc9e156fccf576377e3c3db5caf58", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_2.json", - "size": 384, - "uuid": "7883354d-d1a6-4b75-b61e-709b78852607", - "version": "1" - }, - { - "crc32c": "A4265197", - "sha1": "af81a9d70a7cc2539518b628e9778984af29d570", - "sha256": "5913546e5c2be620edc06274f1e0d999c7d5127b0a544f52b94c92410bff5e5a", - "s3_etag": "b1534cd56c7915a3b71cbd0554e90772", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_3.json", - "size": 385, - "uuid": "241c3bc4-4916-4117-afd9-dff0a8217a0a", - "version": "1" - }, - { - "crc32c": "25C42DF7", - "sha1": "2ca77ef5a25523c25010e0c7a58ff875f352398f", - "sha256": "6506fe4a1ee82742a54a8a088d607b2f27ad8238abe7ce4f8b1ba0404ffc38a3", - "s3_etag": "a1eeafb889a0a2764646b3766f212d69", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_4.json", - "size": 384, - "uuid": "13c4db36-5b93-49f6-b58e-7c82a18a2363", - "version": "1" - }, - { - "crc32c": "40BE578D", - "sha1": "80cfc6d8481d1fa2cdf28fa41ad91bdb2e51f63e", - "sha256": "e48af834232033ac5ca6bb99466cfad55776c19dd669fb7ebf8d1b51350cf604", - "s3_etag": "96e136d9dc338a856e9e1ed58cf946c8", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_5.json", - "size": 384, - "uuid": "4edabb8e-9860-4190-af5f-e4d6ba4486d0", - "version": "1" - }, - { - "crc32c": "0E1BEEE5", - "sha1": "483baa9f0edd63d0da137ee6a7e998bb1b1d33bc", - "sha256": "8edee18e16d3548adc6d62366764419a13ef9e2fcce31c1ebe458dc4868d69dd", - "s3_etag": "3e77c9793bcb3e78488e37beadd5558d", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_6.json", - "size": 384, - "uuid": "27811f12-cb42-4fb4-a79f-f927731d5a63", - "version": "1" - }, - { - "crc32c": "396B84EE", - "sha1": "89f1d1951e475dd244fccc5941320afd3901028a", - "sha256": "fa12706e52327949780c92cc557fefedca9871844dfc39210a916d35641d7011", - "s3_etag": "db3dc2724789e086190206cd01da2a2d", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_7.json", - "size": 384, - "uuid": "27d669f7-bdc5-432a-b079-3fc03c373d67", - "version": "1" - }, - { - "crc32c": "5468F0A5", - "sha1": "e48fb1c8abbf9953191fa98c04a678d62d70c82c", - "sha256": "bc57aac0a18fb39a00016ddeb022237707a284df26c2c654dad715325d2824dd", - "s3_etag": "db5c1a4672f848da888bd21bc6acaf7f", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_8.json", - "size": 385, - "uuid": "42c51858-6d1e-4895-adf2-7f482eb32660", - "version": "1" - }, - { - "crc32c": "C514DAC0", - "sha1": "8271cd1f7222a66a8c1e7568ab5fd7db59f6feca", - "sha256": "d3633026d76329c69d54060b20238fd613c5049982c5dbf988cfa6fee74254ff", - "s3_etag": "c713374f928ef43c4a5b8946ddbcd084", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_9.json", - "size": 384, - "uuid": "d1acc502-e544-40a9-93f5-c8d67511f064", - "version": "1" - }, - { - "crc32c": "DB603F5A", - "sha1": "d2e162e643da4968561ed5d86ca5b99bd0b8c6ea", - "sha256": "13e36741987fc5638765780f971a8b348c0755bf344492a45a11140c747fd1e5", - "s3_etag": "6493d7b50fe8dfb1d00e966ffa4974eb", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 3227, - "uuid": "d0f83203-c37b-4150-bae2-116ae78631e8", - "version": "1" - }, - { - "crc32c": "E9B38AA1", - "sha1": "0cec1204162ddfbd3782a1aedce104b373163a9f", - "sha256": "3f29407965e542a4787b6ab1f32ea3f4162017dc88e294ab3e48ddfe76d476e7", - "s3_etag": "ed217eaabe182e88101a33d82db57842", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 574, - "uuid": "112c95fa-ea50-404b-956c-b9ec4c04c085", - "version": "1" - }, - { - "crc32c": "E9B38AA1", - "sha1": "0cec1204162ddfbd3782a1aedce104b373163a9f", - "sha256": "3f29407965e542a4787b6ab1f32ea3f4162017dc88e294ab3e48ddfe76d476e7", - "s3_etag": "ed217eaabe182e88101a33d82db57842", - "content-type": "application/octet-stream", - "indexed": false, - "name": "GAC027_hOrg_HipSci_1_S5_L007_I1_001.fastq.gz", - "size": 574, - "uuid": "b9f26dd4-dddc-426d-97bb-674e8a0a26a2", - "version": "1" - }, - { - "crc32c": "59378C79", - "sha1": "d982fed4c2cfd402a145637f1bc1d6364745a506", - "sha256": "ff3118605c52fd9cb96cb17b96ecc8ec74b72cb75558305e8630568478c03547", - "s3_etag": "7e5fa30788311a17e73c0f468c1f5111", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_1.json", - "size": 574, - "uuid": "11aca137-0150-4b4e-8f06-cfc4a6ece618", - "version": "1" - }, - { - "crc32c": "59378C79", - "sha1": "d982fed4c2cfd402a145637f1bc1d6364745a506", - "sha256": "ff3118605c52fd9cb96cb17b96ecc8ec74b72cb75558305e8630568478c03547", - "s3_etag": "7e5fa30788311a17e73c0f468c1f5111", - "content-type": "application/octet-stream", - "indexed": false, - "name": "GAC027_hOrg_HipSci_1_S5_L007_R1_001.fastq.gz", - "size": 574, - "uuid": "1af1df49-a772-4645-bc0e-e8a599ab7121", - "version": "1" - }, - { - "crc32c": "8F96945F", - "sha1": "9cc9baf78624edf0e2c39e48ab7f559f32cfd7ca", - "sha256": "5a4bc638c31346d1fc4cde4cc8bfaf2341e486ba377edbeafb42a12d49ab6ddc", - "s3_etag": "fb796be961dfacd6fda6643898524312", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_2.json", - "size": 575, - "uuid": "a896db64-bfbc-4037-8961-bca3db82536b", - "version": "1" - }, - { - "crc32c": "8F96945F", - "sha1": "9cc9baf78624edf0e2c39e48ab7f559f32cfd7ca", - "sha256": "5a4bc638c31346d1fc4cde4cc8bfaf2341e486ba377edbeafb42a12d49ab6ddc", - "s3_etag": "fb796be961dfacd6fda6643898524312", - "content-type": "application/octet-stream", - "indexed": false, - "name": "GAC027_hOrg_HipSci_1_S5_L007_R2_001.fastq.gz", - "size": 575, - "uuid": "53c4d13c-d3d3-4294-affe-fd1fecf9d1ef", - "version": "1" - }, - { - "crc32c": "457923DA", - "sha1": "2301fe9dc733bac49eb5ce931e7559e1099ed82b", - "sha256": "3c8b6c4db6b5044813347f7eb2d6660b33f5bc5030f38add8ae0b99d3e9a8ee5", - "s3_etag": "adf854116f11b0959397f9c14b161331", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 867, - "uuid": "9d06f7fc-24ae-4537-85bf-0f7d0c5ddefc", - "version": "1" - }, - { - "crc32c": "E0D93B0C", - "sha1": "3083880e82885baa434d611356c3aada8ea3d4f8", - "sha256": "5a893d7fe914d5828825cb519e8a451c980f5d298f26bf303c0aa98c543a2194", - "s3_etag": "113c66e08c25067da74962bb494f3d1e", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_0.json", - "size": 1048, - "uuid": "f0cd3f8e-5503-47bc-8a39-1a3c3e892989", - "version": "1" - }, - { - "crc32c": "8DE73EBE", - "sha1": "ef74df1dae0c23a952cfaeb4ec4660f6062fce0a", - "sha256": "3883f5c02c0f1c38169e0e3322b44cdaf161898e6b4391d27cfd3e63adb11dcd", - "s3_etag": "b77920fe009c976f2fcaa1776e77bbf6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_1.json", - "size": 1048, - "uuid": "c03b694e-2a8a-4942-b166-b13d941fed78", - "version": "1" - }, - { - "crc32c": "7C7C5FF5", - "sha1": "1529730444f99fe070fe4a657f0dd6220d2ebf00", - "sha256": "acf81264458af58539a644186200d30a7d4329c629388b1f72ff6713455acacb", - "s3_etag": "c056979e064eb295ce379d2082c067c6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_2.json", - "size": 1048, - "uuid": "2c49c003-3c74-41e9-baa3-f89142d5b263", - "version": "1" - }, - { - "crc32c": "B08FE1B0", - "sha1": "37feef1a9fa93f0517ca4d48527db6f87b40e3fe", - "sha256": "e774b7e3fdfb8a3e4f6891aa7dfcdbfa91578ce27679fd4366279896b31420ce", - "s3_etag": "fff268413e7f8a3aad4fa526eb194e04", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_3.json", - "size": 1048, - "uuid": "4d100b9f-8c57-44e4-baa7-849225c23906", - "version": "1" - }, - { - "crc32c": "62D4DB03", - "sha1": "32df780ee719286fccafae4d715607d4f05f3c40", - "sha256": "6daea9af107bd45e2666ca2ccd1a2a3d98c42b892a7a783093b638508eccb158", - "s3_etag": "b16ebe4790175d73a26b993dc1802c45", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_0.json", - "size": 531, - "uuid": "d0e8071e-fcb8-4f3a-a697-51828738d58e", - "version": "1" - }, - { - "crc32c": "62D4DB03", - "sha1": "32df780ee719286fccafae4d715607d4f05f3c40", - "sha256": "6daea9af107bd45e2666ca2ccd1a2a3d98c42b892a7a783093b638508eccb158", - "s3_etag": "b16ebe4790175d73a26b993dc1802c45", - "content-type": "application/octet-stream", - "indexed": false, - "name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", - "size": 531, - "uuid": "c7555cbd-d66c-4f9a-b3f4-23e013da6910", - "version": "1" - }, - { - "crc32c": "B9D38666", - "sha1": "095ce1889337b2d8dd5ba3ce21ad85903ebda004", - "sha256": "a8b3535da8ba62f83c31b238c86a6f4b9848f913c6d35824cef5f955748f1ab9", - "s3_etag": "048ed5e075c2e93f61ada1b555ea0ea3", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_1.json", - "size": 495, - "uuid": "7b51ce31-7b7f-4d62-89d5-da551041c818", - "version": "1" - }, - { - "crc32c": "B9D38666", - "sha1": "095ce1889337b2d8dd5ba3ce21ad85903ebda004", - "sha256": "a8b3535da8ba62f83c31b238c86a6f4b9848f913c6d35824cef5f955748f1ab9", - "s3_etag": "048ed5e075c2e93f61ada1b555ea0ea3", - "content-type": "application/octet-stream", - "indexed": false, - "name": "hipsci-ipsc-pipeline.pdf", - "size": 495, - "uuid": "b5bc3187-6553-4410-b589-ac0f3bb6858f", - "version": "1" - }, - { - "crc32c": "47985515", - "sha1": "b12c361c6d4ebb7c255ddb3e67e3babbd1fe0e25", - "sha256": "492641dd1bc0004c879d9fe8599e03a455612892df4802f5a1e9c860216777f6", - "s3_etag": "d1bfcd931b2213f02df82362e2fdc609", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_2.json", - "size": 508, - "uuid": "2d3ea405-db62-4fb8-919b-0ddc44545d07", - "version": "1" - }, - { - "crc32c": "47985515", - "sha1": "b12c361c6d4ebb7c255ddb3e67e3babbd1fe0e25", - "sha256": "492641dd1bc0004c879d9fe8599e03a455612892df4802f5a1e9c860216777f6", - "s3_etag": "d1bfcd931b2213f02df82362e2fdc609", - "content-type": "application/octet-stream", - "indexed": false, - "name": "Dissociation_protocol_130-092-628.pdf", - "size": 508, - "uuid": "28aa156f-3eee-481b-8849-ab68ddf4b67d", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index ef933bc83c..0000000000 --- a/test/hca_metadata_api/cans/examples/HPSI_human_cerebral_organoids/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,1378 +0,0 @@ -{ - "cell_line_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-kucg_2", - "biomaterial_name": "iPS cell line kucg_2", - "biomaterial_description": "iPS cell line kucg_2", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2645814" - }, - "diseases": { - "text": "normal", - "ontology": "PATO:0000461" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248" - }, - "catalog_number": "77650065", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-kucg_2", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 25, - "growth_medium": "E8", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2014-11-03T00:00:00Z", - "provenance": { - "document_id": "304fadde-e22a-4ff9-9544-f8ec097b6135", - "submission_date": "2018-09-05T09:25:02.372Z", - "update_date": "2018-09-05T09:25:11.221Z" - } - }, - "cell_line_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-wibj_2", - "biomaterial_name": "iPS cell line wibj_2", - "biomaterial_description": "iPS cell line wibj_2", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2627567" - }, - "diseases": { - "text": "normal", - "ontology": "PATO:0000461" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248" - }, - "catalog_number": "77650057", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-wibj_2", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 24, - "growth_medium": "E8", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2014-10-24T00:00:00Z", - "provenance": { - "document_id": "cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4", - "submission_date": "2018-09-05T09:25:02.352Z", - "update_date": "2018-09-05T09:25:10.838Z" - } - }, - "cell_line_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-sojd_3", - "biomaterial_name": "iPS cell line sojd_3", - "biomaterial_description": "iPS cell line sojd_3", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2627569" - }, - "diseases": { - "text": "normal", - "ontology": "PATO:0000461" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248" - }, - "catalog_number": "77650126", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-sojd_3", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 22, - "growth_medium": "E8", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2015-01-09T00:00:00Z", - "provenance": { - "document_id": "6953e086-13cc-4467-b059-4d5f91f6f268", - "submission_date": "2018-09-05T09:25:02.407Z", - "update_date": "2018-09-05T09:25:05.636Z" - } - }, - "cell_line_3.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.2/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-hoik_1", - "biomaterial_name": "iPS cell line hoik_1", - "biomaterial_description": "iPS cell line hoik_1", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2698315" - }, - "diseases": { - "text": "normal", - "ontology": "PATO:0000461" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248" - }, - "catalog_number": "77650129", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-hoik_1", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 20, - "growth_medium": "E8", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2015-02-02T00:00:00Z", - "provenance": { - "document_id": "8bd345cb-4635-4bf5-9435-bf144013b938", - "submission_date": "2018-09-05T09:25:02.397Z", - "update_date": "2018-09-05T09:25:11.557Z" - } - }, - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI_organoids_pooled_1", - "biomaterial_name": "pooled cells from 4 dissociated organoids", - "biomaterial_description": "pooled cells from 4 dissociated organoids (wibj_2, kucg_2, hoik_1, sojd_3)", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "selected_cell_type": [ - { - "text": "neural cell", - "ontology": "CL:0002319" - } - ], - "total_estimated_cells": 6316, - "provenance": { - "document_id": "8fc8b364-98bb-4082-98af-e3fdffcf82b7", - "submission_date": "2018-09-05T09:25:02.595Z", - "update_date": "2018-09-05T09:25:12.353Z" - } - }, - "differentiation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "Org_Lanc_2014", - "protocol_name": "Generation of cerebral organoids from human pluripotent stem cells", - "publication_doi": "10.1038/nprot.2014.158" - }, - "differentiation_method": "embryoid bodies", - "differentiation_target_pathway": "RHO||ROCK", - "differentiation_validation_method": "immunostaining", - "differentiation_reagents": { - "retail_name": "ROCK inhibitor Y27632" - }, - "differentiation_small_molecules": "Vitamin A (retinoic acid)", - "provenance": { - "document_id": "537b3c44-998f-43c2-8146-7e3e2932c30b", - "submission_date": "2018-09-05T09:25:02.643Z", - "update_date": "2018-09-05T09:25:11.867Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "Cerebral_organoid_dissociation", - "protocol_name": "cerebral organoid dissociation", - "document": "Dissociation_protocol_130-092-628.pdf" - }, - "dissociation_method": { - "text": "Papain-based enzymatic dissociation", - "ontology": "EFO:0009128" - }, - "protocol_reagents": [ - { - "retail_name": "Neural Tissue Dissociation Kit", - "catalog_number": "130-092-628", - "manufacturer": "Miltenyi Biotec" - } - ], - "provenance": { - "document_id": "58334256-af4f-4754-9455-668fb31bbcff", - "submission_date": "2018-09-05T09:25:02.654Z", - "update_date": "2018-09-05T09:25:09.326Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-sojd", - "biomaterial_name": "donor HPSI0314i-sojd", - "biomaterial_description": "donor HPSI0314i-sojd_3, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2418245" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "sex": "female", - "organism_age": "45-49", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "human_specific": { - "ethnicity": [ - { - "text": "White - other, Ad Mixed American", - "ontology": "hancestro:0463" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "5554b939-a268-4619-9cef-0f09151454fc", - "submission_date": "2018-09-05T09:25:02.273Z", - "update_date": "2018-09-05T09:25:09.818Z" - } - }, - "donor_organism_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-wibj", - "biomaterial_name": "donor HPSI0214i-wibj", - "biomaterial_description": "donor HPSI0214i-wibj_2, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2398911" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "sex": "female", - "organism_age": "55-59", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "human_specific": { - "ethnicity": [ - { - "text": "European, White, British", - "ontology": "hancestro:0462" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "eea3dd19-90e0-45c4-803d-4620d1fab90d", - "submission_date": "2018-09-05T09:25:02.230Z", - "update_date": "2018-09-05T09:25:09.806Z" - } - }, - "donor_organism_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-kucg", - "biomaterial_name": "donor HPSI0214i-kucg", - "biomaterial_description": "donor HPSI0214i-kucg_2, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2397923" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "sex": "male", - "organism_age": "65-69", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "human_specific": { - "ethnicity": [ - { - "text": "European, White, British", - "ontology": "hancestro:0462" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "fbd4c071-58bd-4818-8ddd-2c31ddb60363", - "submission_date": "2018-09-05T09:25:02.247Z", - "update_date": "2018-09-05T09:25:09.903Z" - } - }, - "donor_organism_3.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-hoik", - "biomaterial_name": "donor HPSI0314i-hoik", - "biomaterial_description": "donor HPSI0314i-hoik_1, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2399961" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "sex": "female", - "organism_age": "40-44", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "human_specific": { - "ethnicity": [ - { - "text": "European, White, British", - "ontology": "hancestro:0462" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "62ee5119-4fa1-4508-95f3-59c7b0fddd34", - "submission_date": "2018-09-05T09:25:02.257Z", - "update_date": "2018-09-05T09:25:09.841Z" - } - }, - "ipsc_induction_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "ipsc_induction_protocol_1", - "protocol_name": "iPSC induction by Sendai virus", - "protocol_description": "Fibroblasts are thawed, transduced using Cytotune 2.0 Sendai virus (containing the Yamanaka genes encoding transcription factors Oct4, Sox2, cMyc and Klf4) and maintained until iPSC colony formation. Colonies are then picked and cultured to obtain a sizable yield of IPS cells, which are banked to a commercial grade standard. These banks then undergo quality checks to ensure the banks pass resuscitation tests and are free of mycoplasma.", - "document": "hipsci-ipsc-pipeline.pdf" - }, - "ipsc_induction_method": "sendai virus", - "pluripotency_vector_removed": "yes", - "ipsc_induction_kit": { - "retail_name": "Cytotune 1.0", - "manufacturer": "Thermofisher" - }, - "pluripotency_test": "HipSci Pluri test", - "ipsc_induction_produced_in_house": false, - "provenance": { - "document_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62", - "submission_date": "2018-09-05T09:25:02.631Z", - "update_date": "2018-09-05T09:25:09.069Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "10x_3'_library_preparation", - "protocol_name": "10x 3' single cell library preparation", - "protocol_description": "10x Chromium single cell 3' v2 library preparation", - "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" - }, - "nucleic_acid_source": "single cell", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_approach": { - "text": "Chromium 3' Single Cell v2", - "ontology": "EFO:0008995" - }, - "end_bias": "3 prime end bias", - "primer": "poly-dT", - "strand": "unstranded", - "cell_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 15, - "barcode_length": 10 - }, - "library_construction_kit": { - "retail_name": "10X Chromium Single Cell 3' Solution v2 Chemistry", - "manufacturer": "10X Genomics" - }, - "provenance": { - "document_id": "853c2086-1ac4-488e-b3b3-fe7956e74283", - "submission_date": "2018-09-05T09:25:02.667Z", - "update_date": "2018-09-05T09:25:09.008Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "88ef68b1-0c0b-4594-be46-4bb0bcf2025d", - "inputs": [ - "8fc8b364-98bb-4082-98af-e3fdffcf82b7" - ], - "input_type": "biomaterial", - "outputs": [ - "740b2221-41c6-498d-87de-8b2937a5ebed", - "a3f614b3-e6cf-4751-a15d-ff623efea62a", - "56c2a158-e389-40a3-97a7-0f2966a393b8" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "853c2086-1ac4-488e-b3b3-fe7956e74283" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "0b1dfbd4-1fbe-42a4-9213-b66dac4d4ac0" - } - ] - }, - { - "process": "d3c8ba6e-e552-48cc-ab34-38a95712b3f7", - "inputs": [ - "77a87953-5d2d-4e22-9c8b-c012fa8656b9", - "e4307721-7d92-4f92-a6f1-6f1d4ecf1835", - "08936dad-6f12-4f43-8bd2-b6863f166a21", - "dfd95ce4-c5be-4175-9e9a-249b1b09f5d9" - ], - "input_type": "biomaterial", - "outputs": [ - "8fc8b364-98bb-4082-98af-e3fdffcf82b7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "58334256-af4f-4754-9455-668fb31bbcff" - } - ] - }, - { - "process": "3ef770a1-1f72-47f2-952e-9fd584e74598", - "inputs": [ - "cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4" - ], - "input_type": "biomaterial", - "outputs": [ - "77a87953-5d2d-4e22-9c8b-c012fa8656b9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" - } - ] - }, - { - "process": "1c4b3da5-41c3-40bd-b128-4a4a94fb876e", - "inputs": [ - "440a306a-54c6-4193-9b60-ad4423c8a62b" - ], - "input_type": "biomaterial", - "outputs": [ - "cc5c8bd6-3bd6-49d6-87b3-b24ef3a577a4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" - } - ] - }, - { - "process": "359f3d8c-e29c-41f1-b058-1854a7d7e79e", - "inputs": [ - "eea3dd19-90e0-45c4-803d-4620d1fab90d" - ], - "input_type": "biomaterial", - "outputs": [ - "440a306a-54c6-4193-9b60-ad4423c8a62b" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "df40cef2-60ae-400c-bece-947329b40946", - "inputs": [ - "304fadde-e22a-4ff9-9544-f8ec097b6135" - ], - "input_type": "biomaterial", - "outputs": [ - "e4307721-7d92-4f92-a6f1-6f1d4ecf1835" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" - } - ] - }, - { - "process": "0ec71414-3c56-4347-85a2-a2b66a4a147d", - "inputs": [ - "4eb07fdb-dcd8-4805-89ad-6068071c80c9" - ], - "input_type": "biomaterial", - "outputs": [ - "304fadde-e22a-4ff9-9544-f8ec097b6135" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" - } - ] - }, - { - "process": "9c2903a9-d93e-41a4-88bf-61647c6990a6", - "inputs": [ - "fbd4c071-58bd-4818-8ddd-2c31ddb60363" - ], - "input_type": "biomaterial", - "outputs": [ - "4eb07fdb-dcd8-4805-89ad-6068071c80c9" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "1ff79cfa-57e9-4af1-a754-51bdf36c4414", - "inputs": [ - "8bd345cb-4635-4bf5-9435-bf144013b938" - ], - "input_type": "biomaterial", - "outputs": [ - "08936dad-6f12-4f43-8bd2-b6863f166a21" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" - } - ] - }, - { - "process": "94b7d3a9-2a09-40d1-ba0e-80e8410b3d55", - "inputs": [ - "54046c37-b50d-41ae-a95f-2db29b1b706b" - ], - "input_type": "biomaterial", - "outputs": [ - "8bd345cb-4635-4bf5-9435-bf144013b938" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" - } - ] - }, - { - "process": "85e8adfd-f23b-47fb-9617-e51593923405", - "inputs": [ - "62ee5119-4fa1-4508-95f3-59c7b0fddd34" - ], - "input_type": "biomaterial", - "outputs": [ - "54046c37-b50d-41ae-a95f-2db29b1b706b" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "f999e1a4-31fc-4298-b958-8f567511935e", - "inputs": [ - "6953e086-13cc-4467-b059-4d5f91f6f268" - ], - "input_type": "biomaterial", - "outputs": [ - "dfd95ce4-c5be-4175-9e9a-249b1b09f5d9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "537b3c44-998f-43c2-8146-7e3e2932c30b" - } - ] - }, - { - "process": "4e60bff4-9ede-42e2-9152-7f8f445938f5", - "inputs": [ - "2b541914-778d-4b24-9680-9d2643cfeff9" - ], - "input_type": "biomaterial", - "outputs": [ - "6953e086-13cc-4467-b059-4d5f91f6f268" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "9e3b5ef9-cbb0-43ef-a194-1ce1969cfd62" - } - ] - }, - { - "process": "6ecf593a-c3d6-42a8-bf4e-a47549e7bb1f", - "inputs": [ - "5554b939-a268-4619-9cef-0f09151454fc" - ], - "input_type": "biomaterial", - "outputs": [ - "2b541914-778d-4b24-9680-9d2643cfeff9" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - }, - "organoid_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0214i-kucg_2_1", - "biomaterial_name": "human cerebral organoid kucg_2", - "biomaterial_description": "human cerebral organoid kucg_2, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": false, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "e4307721-7d92-4f92-a6f1-6f1d4ecf1835", - "submission_date": "2018-09-05T09:25:02.484Z", - "update_date": "2018-09-05T09:25:10.346Z" - } - }, - "organoid_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0314i-sojd_3_1", - "biomaterial_name": "human cerebral organoid sojd_3", - "biomaterial_description": "human cerebral organoid sojd_3, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": false, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "dfd95ce4-c5be-4175-9e9a-249b1b09f5d9", - "submission_date": "2018-09-05T09:25:02.561Z", - "update_date": "2018-09-05T09:25:10.134Z" - } - }, - "organoid_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0314i-hoik_1_1", - "biomaterial_name": "human cerebral organoid hoik_1", - "biomaterial_description": "human cerebral organoid hoik_1, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": false, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "08936dad-6f12-4f43-8bd2-b6863f166a21", - "submission_date": "2018-09-05T09:25:02.525Z", - "update_date": "2018-09-05T09:25:10.146Z" - } - }, - "organoid_3.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.3.6/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0214i-wibj_2_1", - "biomaterial_name": "human cerebral organoid wibj_2", - "biomaterial_description": "human cerebral organoid wibj_2, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": false, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "77a87953-5d2d-4e22-9c8b-c012fa8656b9", - "submission_date": "2018-09-05T09:25:02.422Z", - "update_date": "2018-09-05T09:25:10.427Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "359f3d8c-e29c-41f1-b058-1854a7d7e79e", - "submission_date": "2018-09-05T09:25:02.792Z", - "update_date": "2018-09-05T09:25:09.834Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_18" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "f999e1a4-31fc-4298-b958-8f567511935e", - "submission_date": "2018-09-05T09:25:02.998Z", - "update_date": "2018-09-05T09:25:12.150Z" - } - }, - "process_10.json": { - "process_core": { - "process_id": "process_id_9" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "3ef770a1-1f72-47f2-952e-9fd584e74598", - "submission_date": "2018-09-05T09:25:02.893Z", - "update_date": "2018-09-05T09:25:11.841Z" - } - }, - "process_11.json": { - "process_core": { - "process_id": "process_id_2" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "9c2903a9-d93e-41a4-88bf-61647c6990a6", - "submission_date": "2018-09-05T09:25:02.805Z", - "update_date": "2018-09-05T09:25:11.730Z" - } - }, - "process_12.json": { - "process_core": { - "process_id": "process_id_15" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "1ff79cfa-57e9-4af1-a754-51bdf36c4414", - "submission_date": "2018-09-05T09:25:02.958Z", - "update_date": "2018-09-05T09:25:12.025Z" - } - }, - "process_13.json": { - "process_core": { - "process_id": "tech_rep_1" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "88ef68b1-0c0b-4594-be46-4bb0bcf2025d", - "submission_date": "2018-09-05T09:25:02.691Z", - "update_date": "2018-09-05T09:25:10.851Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_6" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "0ec71414-3c56-4347-85a2-a2b66a4a147d", - "submission_date": "2018-09-05T09:25:02.846Z", - "update_date": "2018-09-05T09:25:11.878Z" - } - }, - "process_3.json": { - "process_core": { - "process_id": "process_id_21" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "d3c8ba6e-e552-48cc-ab34-38a95712b3f7", - "submission_date": "2018-09-05T09:25:03.039Z", - "update_date": "2018-09-05T09:25:12.221Z" - } - }, - "process_4.json": { - "process_core": { - "process_id": "process_id_8" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "4e60bff4-9ede-42e2-9152-7f8f445938f5", - "submission_date": "2018-09-05T09:25:02.882Z", - "update_date": "2018-09-05T09:25:06.559Z" - } - }, - "process_5.json": { - "process_core": { - "process_id": "process_id_4" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "6ecf593a-c3d6-42a8-bf4e-a47549e7bb1f", - "submission_date": "2018-09-05T09:25:02.827Z", - "update_date": "2018-09-05T09:25:11.893Z" - } - }, - "process_6.json": { - "process_core": { - "process_id": "process_id_5" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "1c4b3da5-41c3-40bd-b128-4a4a94fb876e", - "submission_date": "2018-09-05T09:25:02.837Z", - "update_date": "2018-09-05T09:25:11.945Z" - } - }, - "process_7.json": { - "process_core": { - "process_id": "process_id_3" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "85e8adfd-f23b-47fb-9617-e51593923405", - "submission_date": "2018-09-05T09:25:02.817Z", - "update_date": "2018-09-05T09:25:11.959Z" - } - }, - "process_8.json": { - "process_core": { - "process_id": "process_id_12" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "df40cef2-60ae-400c-bece-947329b40946", - "submission_date": "2018-09-05T09:25:02.924Z", - "update_date": "2018-09-05T09:25:12.073Z" - } - }, - "process_9.json": { - "process_core": { - "process_id": "process_id_7" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "94b7d3a9-2a09-40d1-ba0e-80e8410b3d55", - "submission_date": "2018-09-05T09:25:02.859Z", - "update_date": "2018-09-05T09:25:12.053Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "HPSI_human_cerebral_organoids", - "project_title": "Assessing the relevance of organoids to model inter-individual variation", - "project_description": "The purpose of this project is to assess the relevance of pluripotent stem cell-derived cerebral and liver organoids to recapitulate the variation in cell-type specific gene expression programs between individuals. Towards this aim, we will generate reference atlases of the developing cortex and liver from multiple individuals, derive iPSC lines from these same individuals, and determine if inter-individual gene expression variation is recapitulated in cerebral and liver organoids from the same individual from which we have reference maps. In parallel we will assess the genetic contribution to variablity between organoids from different iPSCs of multiple human individuals that are available in existing iPSC resources (e.g. HipSci)." - }, - "contributors": [ - { - "contact_name": "Barbara,,Treutlein", - "email": "barbara_treutlein@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "project_role": "principal investigator", - "orcid_id": "0000-0002-3299-5597", - "corresponding_contributor": true - }, - { - "contact_name": "J,Gray,Camp", - "email": "gray_camp@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "corresponding_contributor": false - }, - { - "contact_name": "Zhisong,,He", - "email": "zhisong_he@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "corresponding_contributor": false - }, - { - "contact_name": "Sabina,,Kanton", - "email": "sabina_kanton@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "corresponding_contributor": false - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - } - ], - "provenance": { - "document_id": "88f5dff1-d784-4d9a-9c5d-f309fbe738c8", - "submission_date": "2018-09-05T09:25:01.786Z", - "update_date": "2018-09-05T09:25:05.557Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "GAC027_hOrg_HipSci_1_S5_L007_I1_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "c6e1beaa24f6a580bf9632cc37d69d38" - }, - "read_index": "index1", - "lane_index": 7, - "read_length": 8, - "provenance": { - "document_id": "740b2221-41c6-498d-87de-8b2937a5ebed", - "submission_date": "2018-09-05T09:25:01.845Z", - "update_date": "2018-09-05T09:25:03.221Z" - } - }, - "sequence_file_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "GAC027_hOrg_HipSci_1_S5_L007_R1_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "0129f8043b3c2bf2bfa4d28acc5e29f2" - }, - "read_index": "read1", - "lane_index": 7, - "read_length": 26, - "provenance": { - "document_id": "a3f614b3-e6cf-4751-a15d-ff623efea62a", - "submission_date": "2018-09-05T09:25:01.867Z", - "update_date": "2018-09-05T09:25:03.230Z" - } - }, - "sequence_file_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "GAC027_hOrg_HipSci_1_S5_L007_R2_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "a7224a02d3a64e45f9264c9594e5a0b3" - }, - "read_index": "read2", - "lane_index": 7, - "read_length": 100, - "provenance": { - "document_id": "56c2a158-e389-40a3-97a7-0f2966a393b8", - "submission_date": "2018-09-05T09:25:01.903Z", - "update_date": "2018-09-05T09:25:03.244Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "10x_scRNASeq", - "protocol_name": "10x single cell RNA Sequencing", - "protocol_description": "10x RNA sequencing", - "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008565" - }, - "paired_end": true, - "sequencing_approach": { - "text": "tag based single cell RNA sequencing", - "ontology": "EFO:0008440" - }, - "provenance": { - "document_id": "0b1dfbd4-1fbe-42a4-9213-b66dac4d4ac0", - "submission_date": "2018-09-05T09:25:02.679Z", - "update_date": "2018-09-05T09:25:09.017Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-hoik_skin", - "biomaterial_name": "Skin cells from HPSI0314i-hoik_skin", - "biomaterial_description": "Skin cells from HPSI0314i-hoik_skin", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "provenance": { - "document_id": "54046c37-b50d-41ae-a95f-2db29b1b706b", - "submission_date": "2018-09-05T09:25:02.318Z", - "update_date": "2018-09-05T09:25:10.219Z" - } - }, - "specimen_from_organism_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-sojd_skin", - "biomaterial_name": "Skin cells from HPSI0314i-sojd_skin", - "biomaterial_description": "Skin cells from HPSI0314i-sojd_skin", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "provenance": { - "document_id": "2b541914-778d-4b24-9680-9d2643cfeff9", - "submission_date": "2018-09-05T09:25:02.335Z", - "update_date": "2018-09-05T09:25:05.620Z" - } - }, - "specimen_from_organism_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-wibj_skin", - "biomaterial_name": "Skin cells from HPSI0214i-wibj_skin", - "biomaterial_description": "Skin cells from HPSI0214i-wibj_skin", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "provenance": { - "document_id": "440a306a-54c6-4193-9b60-ad4423c8a62b", - "submission_date": "2018-09-05T09:25:02.283Z", - "update_date": "2018-09-05T09:25:10.273Z" - } - }, - "specimen_from_organism_3.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-kucg_skin", - "biomaterial_name": "Skin cells from HPSI0214i-kucg_skin", - "biomaterial_description": "Skin cells from HPSI0214i-kucg_skin", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "provenance": { - "document_id": "4eb07fdb-dcd8-4805-89ad-6068071c80c9", - "submission_date": "2018-09-05T09:25:02.307Z", - "update_date": "2018-09-05T09:25:09.878Z" - } - }, - "supplementary_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", - "file_format": "pdf" - }, - "file_description": "10x Chromium single cell 3' v2 library preparation", - "provenance": { - "document_id": "a0eb3208-97e4-498c-993b-20757231b233", - "submission_date": "2018-09-05T09:25:01.832Z", - "update_date": "2018-09-05T09:25:02.972Z" - } - }, - "supplementary_file_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "hipsci-ipsc-pipeline.pdf", - "file_format": "pdf" - }, - "file_description": "iPSC induction by Sendai virus protocol.", - "provenance": { - "document_id": "e01ee650-58b3-4f3c-8da8-4483700a1eae", - "submission_date": "2018-09-05T09:25:01.803Z", - "update_date": "2018-09-05T09:25:03.001Z" - } - }, - "supplementary_file_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "Dissociation_protocol_130-092-628.pdf", - "file_format": "pdf" - }, - "file_description": "Cerebral organoid dissociation protocol.", - "provenance": { - "document_id": "5ab06a61-c66b-4d3d-9889-ab47371a65b0", - "submission_date": "2018-09-05T09:25:01.815Z", - "update_date": "2018-09-05T09:25:02.980Z" - } - } -} diff --git a/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..e38da43d8c --- /dev/null +++ b/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,419 @@ +{ + "manifest": { + "sequence_file/60471337-a47b-4b9c-95e7-4a19349a5e05": { + "crc32c": "3D02CDD9", + "sha1": "b2dad8a028624c456ba43f1f97ac20bba430af74", + "sha256": "730386f5383a1c82f114ba6cc9ff381f2c47872d6edc4f1342b0b9df9a282795", + "s3_etag": "5a43cfafe8d19b34b73ec4561653e517", + "content-type": "application/octet-stream", + "indexed": false, + "name": "AZ_B8.fastq.gz", + "size": 514, + "uuid": "32d60a94-9f0f-44e3-83c6-eb2d1c1177bd", + "version": "1" + } + }, + "metadata": { + "cell_suspension/1200f5bf-7d45-4f26-865e-b560797f1808": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "AZ_B8", + "biomaterial_name": "AZ_B8 cell", + "biomaterial_description": "AZ_B8 cell", + "ncbi_taxon_id": [ + 9606 + ], + "insdc_biomaterial": "ERS1348492", + "biosd_biomaterial": "SAMEA4437043" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "total_estimated_cells": 1, + "plate_based_sequencing": { + "plate_id": "AZ", + "well_id": "B8", + "cell_quality": "OK" + }, + "provenance": { + "document_id": "1200f5bf-7d45-4f26-865e-b560797f1808", + "submission_date": "2018-09-05T12:09:41.946Z", + "update_date": "2018-09-05T12:21:55.818Z" + } + }, + "dissociation_protocol/6029a289-861c-4349-9614-4c244103be21": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_protocol_1", + "protocol_name": "Single cell dissociation", + "protocol_description": "Islets were dissociated into single-cell suspension and viable individual cells were distributed by FACS into 384-well plates containing lysis buffer.", + "publication_doi": "10.1016/j.cmet.2016.08.020" + }, + "dissociation_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "provenance": { + "document_id": "6029a289-861c-4349-9614-4c244103be21", + "submission_date": "2018-09-05T12:11:53.063Z", + "update_date": "2018-09-05T12:17:49.721Z" + } + }, + "donor_organism/8bb4258a-90c7-4af6-8a1b-c4ab6c5483e2": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "H1", + "biomaterial_name": "Normal Donor 1", + "biomaterial_description": "Normal Donor 1", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "is_living": "no", + "sex": "male", + "medical_history": { + "test_results": "HbA1c 5.0%" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "43", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "human_specific": { + "body_mass_index": 30.8 + }, + "provenance": { + "document_id": "8bb4258a-90c7-4af6-8a1b-c4ab6c5483e2", + "submission_date": "2018-09-05T12:09:41.702Z", + "update_date": "2018-09-05T12:14:26.204Z" + } + }, + "library_preparation_protocol/079bc155-71c9-45ab-bd12-cab025890d82": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1", + "protocol_name": "Library preparation for sequencing", + "protocol_description": "Single-cell RNA-seq libraries were generated as described in Picelli et al., 2014, Full-length RNA-seq from single cells using Smart-seq2, Nature Protocols.", + "publication_doi": "10.1038/nprot.2014.006" + }, + "library_construction_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931" + }, + "nucleic_acid_source": "single cell", + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "spike_in_dilution": 40000, + "spike_in_kit": { + "retail_name": "External RNA Controls Consortium (ERCC)", + "manufacturer": "Ambion, Life Technologies" + }, + "provenance": { + "document_id": "079bc155-71c9-45ab-bd12-cab025890d82", + "submission_date": "2018-09-05T12:11:53.080Z", + "update_date": "2018-09-05T12:17:48.051Z" + } + }, + "process/aa67d2ed-e4ea-4cdf-92ed-7d5e6dc1f6fa": { + "insdc_experiment": { + "insdc_experiment": "ERX1700368" + }, + "process_core": { + "process_id": "process_id_3526" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "aa67d2ed-e4ea-4cdf-92ed-7d5e6dc1f6fa", + "submission_date": "2018-09-05T12:13:16.786Z", + "update_date": "2018-09-05T12:26:35.419Z" + } + }, + "process/443b4672-3f14-4f1e-b7be-862ae02493dc": { + "process_core": { + "process_id": "process_id_12" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "443b4672-3f14-4f1e-b7be-862ae02493dc", + "submission_date": "2018-09-05T12:11:53.403Z", + "update_date": "2018-09-05T12:25:01.078Z" + } + }, + "process/738243c5-e336-4c55-a8b6-b192b6f98fe7": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "738243c5-e336-4c55-a8b6-b192b6f98fe7", + "submission_date": "2018-09-05T12:11:53.128Z", + "update_date": "2018-09-05T12:25:00.908Z" + } + }, + "project/6751cc10-8cc3-452f-929c-4dcb98ee1435": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Healthy and type 2 diabetes pancreas", + "project_title": "Single-cell RNA-seq analysis of human pancreas from healthy individuals and type 2 diabetes patients", + "project_description": "We used single-cell RNA-sequencing to generate transcriptional profiles of endocrine and exocrine cell types of the human pancreas. Pancreatic tissue and islets were obtained from six healthy and four T2D cadaveric donors. Islets were cultured and dissociated into single-cell suspension. Viable individual cells were distributed via fluorescence-activated cell sorted (FACS) into 384-well plates containing lysis buffer. Single-cell cDNA libraries were generated using the Smart-seq2 protocol. Gene expression was quantified as reads per kilobase transcript and per million mapped reads (RPKM) using rpkmforgenes. Bioinformatics analysis was used to classify cells into cell types without knowledge of cell types or prior purification of cell populations. We revealed subpopulations in endocrine and exocrine cell types, identified genes with interesting correlations to body mass index (BMI) in specific cell types and found transcriptional alterations in T2D. Complementary whole-islet RNA-seq data have also been deposited at ArrayExpress under accession number E-MTAB-5060 (http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-5060)." + }, + "insdc_project": "ERP017126", + "array_express_investigation": "E-MTAB-5061", + "insdc_study": "PRJEB15401", + "supplementary_links": [ + "https://www.ebi.ac.uk/gxa/sc/experiments/E-MTAB-5061/Results" + ], + "contributors": [ + { + "contact_name": "Athanasia,,Palasantza", + "email": "Athanasia.Palasantza@ki.se", + "institution": "Karolinska Institutet", + "laboratory": "Department of Cell and Molecular Biology (CMB)", + "address": "Nobels vag 3, 171 77, Stockholm", + "country": "Sweden", + "corresponding_contributor": false + }, + { + "contact_name": "Rickard,,Sandberg", + "email": "Rickard.Sandberg@ki.se", + "institution": "Karolinska Institutet", + "laboratory": "Department of Cell and Molecular Biology (CMB)", + "address": "Nobels vag 3, 171 77, Stockholm", + "country": "Sweden", + "orcid_id": "0000-0001-6473-1740", + "corresponding_contributor": true + }, + { + "contact_name": "Asa,,Segerstolpe", + "email": "Asa.Segerstolpe@ki.se", + "institution": "Karolinska Institutet", + "laboratory": "Department of Cell and Molecular Biology (CMB)", + "address": "Nobels vag 3, 171 77, Stockholm", + "country": "Sweden", + "corresponding_contributor": false + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Laura,,Huerta", + "email": "lauhuema@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Molecular Atlas", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "external curator", + "orcid_id": "0000-0002-8748-599X", + "corresponding_contributor": false + } + ], + "funders": [ + { + "grant_id": "648842", + "funder_name": "European Research Council" + }, + { + "funder_name": "Swedish Research Council" + }, + { + "funder_name": "Swedish Foundation for Strategic Research" + }, + { + "funder_name": "Swedish Cancer Society" + }, + { + "funder_name": "Center for Innovative Medicine" + } + ], + "publications": [ + { + "authors": [ + "Segerstolpe A, Palasantza A, Eliasson P, Andersson EM, Andreasson AC, Sun X, Picelli S, Sabirsh A, Clausen M, Bjursell MK, Smith DM, Kasper M, Ammala C, Sandberg R" + ], + "publication_title": "Single-Cell Transcriptome Profiling of Human Pancreatic Islets in Health and Type 2 Diabetes", + "doi": "10.1016/j.cmet.2016.08.020", + "pmid": 27667667, + "publication_url": "https://europepmc.org/abstract/MED/27667667" + } + ], + "provenance": { + "document_id": "6751cc10-8cc3-452f-929c-4dcb98ee1435", + "submission_date": "2018-09-05T12:09:41.693Z", + "update_date": "2018-09-05T12:14:26.167Z" + } + }, + "sequence_file/60471337-a47b-4b9c-95e7-4a19349a5e05": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "AZ_B8.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "read_length": 43, + "insdc_run": [ + "ERR1630035" + ], + "provenance": { + "document_id": "60471337-a47b-4b9c-95e7-4a19349a5e05", + "submission_date": "2018-09-05T12:10:45.476Z", + "update_date": "2018-09-05T12:27:42.525Z" + } + }, + "sequencing_protocol/3aece946-4be6-4a0c-af23-ac884a87bcbb": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1", + "protocol_name": "SmartSeq2 single cell sequencing", + "protocol_description": "Libraries were sequenced on an Illumina HiSeq 2000, generating 43 bp single-end reads.", + "publication_doi": "10.1038/nprot.2014.006" + }, + "sequencing_approach": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2000", + "ontology": "EFO:0004203" + }, + "paired_end": false, + "provenance": { + "document_id": "3aece946-4be6-4a0c-af23-ac884a87bcbb", + "submission_date": "2018-09-05T12:11:53.105Z", + "update_date": "2018-09-05T12:16:50.390Z" + } + }, + "specimen_from_organism/38002d8f-eac5-4ee4-8290-03d323bf780e": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "H1_pancreas", + "biomaterial_name": "Pancreas from donor H1", + "biomaterial_description": "Pancreas from normal donor H1", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "pancreas", + "ontology": "UBERON:0001264" + }, + "organ_part": { + "text": "islet of Langerhans", + "ontology": "UBERON:0000006" + }, + "purchased_specimen": { + "manufacturer": "Prodo Laboratories Inc (Irvine, CA, USA) " + }, + "provenance": { + "document_id": "38002d8f-eac5-4ee4-8290-03d323bf780e", + "submission_date": "2018-09-05T12:09:41.800Z", + "update_date": "2018-09-05T12:14:29.994Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "aa67d2ed-e4ea-4cdf-92ed-7d5e6dc1f6fa", + "inputs": [ + "1200f5bf-7d45-4f26-865e-b560797f1808" + ], + "input_type": "biomaterial", + "outputs": [ + "60471337-a47b-4b9c-95e7-4a19349a5e05" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "079bc155-71c9-45ab-bd12-cab025890d82" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "3aece946-4be6-4a0c-af23-ac884a87bcbb" + } + ] + }, + { + "process": "443b4672-3f14-4f1e-b7be-862ae02493dc", + "inputs": [ + "38002d8f-eac5-4ee4-8290-03d323bf780e" + ], + "input_type": "biomaterial", + "outputs": [ + "1200f5bf-7d45-4f26-865e-b560797f1808" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "6029a289-861c-4349-9614-4c244103be21" + } + ] + }, + { + "process": "738243c5-e336-4c55-a8b6-b192b6f98fe7", + "inputs": [ + "8bb4258a-90c7-4af6-8a1b-c4ab6c5483e2" + ], + "input_type": "biomaterial", + "outputs": [ + "38002d8f-eac5-4ee4-8290-03d323bf780e" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index 49f7df9e88..0000000000 --- a/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,158 +0,0 @@ -[ - { - "crc32c": "5BD8FC51", - "sha1": "fc41223e6bd3fd884ab40a98a051c7acf41d7243", - "sha256": "1710870a83869afc2ede83706c3911c01f753b5bfff3220ed81c1394553cbc79", - "s3_etag": "e8ec2d0ca57ae4738c49aea2094bb8f6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 913, - "uuid": "732ab422-b36b-4f0e-9f91-f1b0cf984984", - "version": "1" - }, - { - "crc32c": "EBFCF474", - "sha1": "1d6e39c56493feab7b874e3b92dc79b6fe347d0b", - "sha256": "9f8840c0716fce194924ce86613a87fe94ba2e89f9cc8112786fb1f37f99c940", - "s3_etag": "06b8af8307f3a7da5dadcf6e60ef0380", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "dissociation_protocol_0.json", - "size": 857, - "uuid": "13266f29-920b-445c-91fa-fd683831c87a", - "version": "1" - }, - { - "crc32c": "B4634BFF", - "sha1": "3cde5b765f3f5a18e9902572b13883676c2e8721", - "sha256": "db90e6c5140f031c52299c9dd66a7310a194160cde2cb3ef7f0f01de77106d79", - "s3_etag": "ba39caa20ae934bb5703097970591e80", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1177, - "uuid": "a4d6229e-b564-4d51-85ca-ed7353910268", - "version": "1" - }, - { - "crc32c": "D596AA61", - "sha1": "7bb8a706cf1f1300fcf2788cee6fb1216e4099ba", - "sha256": "6b01f8c51ee2a50dc97772b52f3a7b1149af522011c8fa44c721413c8875b353", - "s3_etag": "054953ebfa89ff7e73e7a5e03975670b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 1268, - "uuid": "3b8ffd02-7a9e-44ff-bec5-1387b87b0e34", - "version": "1" - }, - { - "crc32c": "5AE674D4", - "sha1": "a2c43b27d4cdcd769ea9aa5fb6dc38d144a19448", - "sha256": "5444d86b7f7dde2c7521dde5821b12d04cd544ecae07464b45ee75ad98c9becc", - "s3_etag": "f2fb4a3a21e54e7b6455fcd9fac1e1b1", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 1856, - "uuid": "d6284ed3-ff4c-4153-90b5-a3f5fb10c799", - "version": "1" - }, - { - "crc32c": "22B1F2B5", - "sha1": "24335fec0fbe49e182b9a25d9953a7ef34f797fa", - "sha256": "8385d1134079775e2d1d857ff66db53261a8c62fbaa7ca77c1310798aa29dcc7", - "s3_etag": "aceae67e53b5d93f880e30d0197164d2", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 461, - "uuid": "79e7bb26-099f-4d9e-8711-514f1383d752", - "version": "1" - }, - { - "crc32c": "EF616C2D", - "sha1": "7985dc3035527ab48dacb101a24fb065c65e13e9", - "sha256": "98693f433c34cf3219e0403a61dad368a6fa51e91354d9486cce241084b024c6", - "s3_etag": "114d1c662aa7ddd4aaeadaab810d4083", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 385, - "uuid": "93da3ebd-5b95-4894-8b01-a6aa5cd06fa9", - "version": "1" - }, - { - "crc32c": "9F23B91E", - "sha1": "51fb89bfa1af7881b8be47e98618d22f3492ce05", - "sha256": "9e3e23702ad9dc24cbd7aeb38e52bbe57fa95b155804e8b884398c4918f88f27", - "s3_etag": "8e494c3a285b0de594b8ab0e5bec9c6c", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_2.json", - "size": 384, - "uuid": "c0323842-4443-4298-8036-adba33c77a30", - "version": "1" - }, - { - "crc32c": "A02C699B", - "sha1": "01074ce8f1d3edbe942659731663c7e12d0128cf", - "sha256": "ff9a4518c41f837b295a3beb44f2ad1bd0bb1a47cb3ddd92bb1edb192320239c", - "s3_etag": "322aeb89c995b0657e33b085b8b1f7aa", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 5090, - "uuid": "372f77fe-9a81-483c-8d13-4e2d059bfda6", - "version": "1" - }, - { - "crc32c": "3D02CDD9", - "sha1": "b2dad8a028624c456ba43f1f97ac20bba430af74", - "sha256": "730386f5383a1c82f114ba6cc9ff381f2c47872d6edc4f1342b0b9df9a282795", - "s3_etag": "5a43cfafe8d19b34b73ec4561653e517", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 514, - "uuid": "e6f7823c-73c2-4484-b3b8-07aad4008dc1", - "version": "1" - }, - { - "crc32c": "3D02CDD9", - "sha1": "b2dad8a028624c456ba43f1f97ac20bba430af74", - "sha256": "730386f5383a1c82f114ba6cc9ff381f2c47872d6edc4f1342b0b9df9a282795", - "s3_etag": "5a43cfafe8d19b34b73ec4561653e517", - "content-type": "application/octet-stream", - "indexed": false, - "name": "AZ_B8.fastq.gz", - "size": 514, - "uuid": "32d60a94-9f0f-44e3-83c6-eb2d1c1177bd", - "version": "1" - }, - { - "crc32c": "D1ED7790", - "sha1": "b6347439cabfd949d62ea9bd4583668e4dae9ae3", - "sha256": "8b07de467f9656adfa2c17403be4969329592833e2582acd6e7b90764bad3c94", - "s3_etag": "71de6f17e7bd1a32cf38026269c9c548", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 928, - "uuid": "06e8f95d-bdfb-4b72-84e9-160eab21e059", - "version": "1" - }, - { - "crc32c": "DAA2F138", - "sha1": "299ee695490d80e71963e51190f95808b79e0042", - "sha256": "6d5703145464fd2a53adcc79c2c3339dfec0e04cf1a463c078678ada7f79f374", - "s3_etag": "9b8fb5f7d54ef2b22a14abdaef88a677", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_0.json", - "size": 1011, - "uuid": "888e84a3-26e0-4f46-983d-91014e7c60a3", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index 50470a2e5d..0000000000 --- a/test/hca_metadata_api/cans/examples/Healthy and type 2 diabetes pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,403 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "AZ_B8", - "biomaterial_name": "AZ_B8 cell", - "biomaterial_description": "AZ_B8 cell", - "ncbi_taxon_id": [ - 9606 - ], - "insdc_biomaterial": "ERS1348492", - "biosd_biomaterial": "SAMEA4437043" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 1, - "plate_based_sequencing": { - "plate_id": "AZ", - "well_id": "B8", - "cell_quality": "OK" - }, - "provenance": { - "document_id": "1200f5bf-7d45-4f26-865e-b560797f1808", - "submission_date": "2018-09-05T12:09:41.946Z", - "update_date": "2018-09-05T12:21:55.818Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_protocol_1", - "protocol_name": "Single cell dissociation", - "protocol_description": "Islets were dissociated into single-cell suspension and viable individual cells were distributed by FACS into 384-well plates containing lysis buffer.", - "publication_doi": "10.1016/j.cmet.2016.08.020" - }, - "dissociation_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "provenance": { - "document_id": "6029a289-861c-4349-9614-4c244103be21", - "submission_date": "2018-09-05T12:11:53.063Z", - "update_date": "2018-09-05T12:17:49.721Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "H1", - "biomaterial_name": "Normal Donor 1", - "biomaterial_description": "Normal Donor 1", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "is_living": "no", - "sex": "male", - "medical_history": { - "test_results": "HbA1c 5.0%" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "43", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "human_specific": { - "body_mass_index": 30.8 - }, - "provenance": { - "document_id": "8bb4258a-90c7-4af6-8a1b-c4ab6c5483e2", - "submission_date": "2018-09-05T12:09:41.702Z", - "update_date": "2018-09-05T12:14:26.204Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1", - "protocol_name": "Library preparation for sequencing", - "protocol_description": "Single-cell RNA-seq libraries were generated as described in Picelli et al., 2014, Full-length RNA-seq from single cells using Smart-seq2, Nature Protocols.", - "publication_doi": "10.1038/nprot.2014.006" - }, - "library_construction_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931" - }, - "nucleic_acid_source": "single cell", - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "spike_in_dilution": 40000, - "spike_in_kit": { - "retail_name": "External RNA Controls Consortium (ERCC)", - "manufacturer": "Ambion, Life Technologies" - }, - "provenance": { - "document_id": "079bc155-71c9-45ab-bd12-cab025890d82", - "submission_date": "2018-09-05T12:11:53.080Z", - "update_date": "2018-09-05T12:17:48.051Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "aa67d2ed-e4ea-4cdf-92ed-7d5e6dc1f6fa", - "inputs": [ - "1200f5bf-7d45-4f26-865e-b560797f1808" - ], - "input_type": "biomaterial", - "outputs": [ - "60471337-a47b-4b9c-95e7-4a19349a5e05" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "079bc155-71c9-45ab-bd12-cab025890d82" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "3aece946-4be6-4a0c-af23-ac884a87bcbb" - } - ] - }, - { - "process": "443b4672-3f14-4f1e-b7be-862ae02493dc", - "inputs": [ - "38002d8f-eac5-4ee4-8290-03d323bf780e" - ], - "input_type": "biomaterial", - "outputs": [ - "1200f5bf-7d45-4f26-865e-b560797f1808" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "6029a289-861c-4349-9614-4c244103be21" - } - ] - }, - { - "process": "738243c5-e336-4c55-a8b6-b192b6f98fe7", - "inputs": [ - "8bb4258a-90c7-4af6-8a1b-c4ab6c5483e2" - ], - "input_type": "biomaterial", - "outputs": [ - "38002d8f-eac5-4ee4-8290-03d323bf780e" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - }, - "process_0.json": { - "insdc_experiment": { - "insdc_experiment": "ERX1700368" - }, - "process_core": { - "process_id": "process_id_3526" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "aa67d2ed-e4ea-4cdf-92ed-7d5e6dc1f6fa", - "submission_date": "2018-09-05T12:13:16.786Z", - "update_date": "2018-09-05T12:26:35.419Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_12" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "443b4672-3f14-4f1e-b7be-862ae02493dc", - "submission_date": "2018-09-05T12:11:53.403Z", - "update_date": "2018-09-05T12:25:01.078Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "738243c5-e336-4c55-a8b6-b192b6f98fe7", - "submission_date": "2018-09-05T12:11:53.128Z", - "update_date": "2018-09-05T12:25:00.908Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Healthy and type 2 diabetes pancreas", - "project_title": "Single-cell RNA-seq analysis of human pancreas from healthy individuals and type 2 diabetes patients", - "project_description": "We used single-cell RNA-sequencing to generate transcriptional profiles of endocrine and exocrine cell types of the human pancreas. Pancreatic tissue and islets were obtained from six healthy and four T2D cadaveric donors. Islets were cultured and dissociated into single-cell suspension. Viable individual cells were distributed via fluorescence-activated cell sorted (FACS) into 384-well plates containing lysis buffer. Single-cell cDNA libraries were generated using the Smart-seq2 protocol. Gene expression was quantified as reads per kilobase transcript and per million mapped reads (RPKM) using rpkmforgenes. Bioinformatics analysis was used to classify cells into cell types without knowledge of cell types or prior purification of cell populations. We revealed subpopulations in endocrine and exocrine cell types, identified genes with interesting correlations to body mass index (BMI) in specific cell types and found transcriptional alterations in T2D. Complementary whole-islet RNA-seq data have also been deposited at ArrayExpress under accession number E-MTAB-5060 (http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-5060)." - }, - "insdc_project": "ERP017126", - "array_express_investigation": "E-MTAB-5061", - "insdc_study": "PRJEB15401", - "supplementary_links": [ - "https://www.ebi.ac.uk/gxa/sc/experiments/E-MTAB-5061/Results" - ], - "contributors": [ - { - "contact_name": "Athanasia,,Palasantza", - "email": "Athanasia.Palasantza@ki.se", - "institution": "Karolinska Institutet", - "laboratory": "Department of Cell and Molecular Biology (CMB)", - "address": "Nobels vag 3, 171 77, Stockholm", - "country": "Sweden", - "corresponding_contributor": false - }, - { - "contact_name": "Rickard,,Sandberg", - "email": "Rickard.Sandberg@ki.se", - "institution": "Karolinska Institutet", - "laboratory": "Department of Cell and Molecular Biology (CMB)", - "address": "Nobels vag 3, 171 77, Stockholm", - "country": "Sweden", - "orcid_id": "0000-0001-6473-1740", - "corresponding_contributor": true - }, - { - "contact_name": "Asa,,Segerstolpe", - "email": "Asa.Segerstolpe@ki.se", - "institution": "Karolinska Institutet", - "laboratory": "Department of Cell and Molecular Biology (CMB)", - "address": "Nobels vag 3, 171 77, Stockholm", - "country": "Sweden", - "corresponding_contributor": false - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Laura,,Huerta", - "email": "lauhuema@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Molecular Atlas", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "external curator", - "orcid_id": "0000-0002-8748-599X", - "corresponding_contributor": false - } - ], - "funders": [ - { - "grant_id": "648842", - "funder_name": "European Research Council" - }, - { - "funder_name": "Swedish Research Council" - }, - { - "funder_name": "Swedish Foundation for Strategic Research" - }, - { - "funder_name": "Swedish Cancer Society" - }, - { - "funder_name": "Center for Innovative Medicine" - } - ], - "publications": [ - { - "authors": [ - "Segerstolpe A, Palasantza A, Eliasson P, Andersson EM, Andreasson AC, Sun X, Picelli S, Sabirsh A, Clausen M, Bjursell MK, Smith DM, Kasper M, Ammala C, Sandberg R" - ], - "publication_title": "Single-Cell Transcriptome Profiling of Human Pancreatic Islets in Health and Type 2 Diabetes", - "doi": "10.1016/j.cmet.2016.08.020", - "pmid": 27667667, - "publication_url": "https://europepmc.org/abstract/MED/27667667" - } - ], - "provenance": { - "document_id": "6751cc10-8cc3-452f-929c-4dcb98ee1435", - "submission_date": "2018-09-05T12:09:41.693Z", - "update_date": "2018-09-05T12:14:26.167Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "AZ_B8.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "read_length": 43, - "insdc_run": [ - "ERR1630035" - ], - "provenance": { - "document_id": "60471337-a47b-4b9c-95e7-4a19349a5e05", - "submission_date": "2018-09-05T12:10:45.476Z", - "update_date": "2018-09-05T12:27:42.525Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1", - "protocol_name": "SmartSeq2 single cell sequencing", - "protocol_description": "Libraries were sequenced on an Illumina HiSeq 2000, generating 43 bp single-end reads.", - "publication_doi": "10.1038/nprot.2014.006" - }, - "sequencing_approach": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2000", - "ontology": "EFO:0004203" - }, - "paired_end": false, - "provenance": { - "document_id": "3aece946-4be6-4a0c-af23-ac884a87bcbb", - "submission_date": "2018-09-05T12:11:53.105Z", - "update_date": "2018-09-05T12:16:50.390Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "H1_pancreas", - "biomaterial_name": "Pancreas from donor H1", - "biomaterial_description": "Pancreas from normal donor H1", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "pancreas", - "ontology": "UBERON:0001264" - }, - "organ_part": { - "text": "islet of Langerhans", - "ontology": "UBERON:0000006" - }, - "purchased_specimen": { - "manufacturer": "Prodo Laboratories Inc (Irvine, CA, USA) " - }, - "provenance": { - "document_id": "38002d8f-eac5-4ee4-8290-03d323bf780e", - "submission_date": "2018-09-05T12:09:41.800Z", - "update_date": "2018-09-05T12:14:29.994Z" - } - } -} diff --git a/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..96617dcbfd --- /dev/null +++ b/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,436 @@ +{ + "manifest": { + "sequence_file/b93897c4-0681-407a-bc0c-fb791b919fa4": { + "crc32c": "4AEB011B", + "sha1": "7d5358d6a69ffc7e92ae1bae5e4ae6b9467bc8c5", + "sha256": "d184ee1517a86acdf92d35e911db3effef0630ab40ef062b094d456d4e6084e1", + "s3_etag": "21f3e54a46262a9b85b10b48040ff303", + "content-type": "application/octet-stream", + "indexed": false, + "name": "21784_6#10_1.fastq.gz", + "size": 472, + "uuid": "b2b4819a-e22d-4ed4-a5c8-c04a1dec79eb", + "version": "1" + } + }, + "metadata": { + "cell_suspension/1446ca36-ba75-45ea-b6ab-a80641a88812": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "21784_6#10", + "ncbi_taxon_id": [ + 10090 + ], + "supplementary_files": [ + "FACS_sorting_markers.pdf" + ] + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "selected_cell_type": [ + { + "text": "CD11b+ Macrophages/monocytes" + } + ], + "total_estimated_cells": 1, + "plate_based_sequencing": { + "plate_id": "607", + "well_id": "A05" + }, + "provenance": { + "document_id": "1446ca36-ba75-45ea-b6ab-a80641a88812", + "submission_date": "2018-09-04T12:44:38.405Z", + "update_date": "2018-09-04T13:12:52.699Z" + } + }, + "dissociation_protocol/7142ed25-3237-4156-b10d-0aa74b2c37b3": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "tissue_dissociation_protocol", + "protocol_name": "Extracting cells from lymph nodes", + "document": "TissueDissociationProtocol.pdf" + }, + "dissociation_method": { + "text": "mechanical dissociation", + "ontology": "EFO:0009129" + }, + "provenance": { + "document_id": "7142ed25-3237-4156-b10d-0aa74b2c37b3", + "submission_date": "2018-09-04T12:53:50.982Z", + "update_date": "2018-09-04T12:58:01.497Z" + } + }, + "donor_organism/b56697f5-d350-4e1d-93b2-72eee68c972e": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "1131", + "biomaterial_name": "Mouse_day8_rep10", + "ncbi_taxon_id": [ + 10090 + ] + }, + "mouse_specific": { + "strain": [ + { + "text": "C57BL/6", + "ontology": "EFO:0004472" + } + ] + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "organism_age": "6-12", + "organism_age_unit": { + "text": "week", + "ontology": "UO:0000034" + }, + "diseases": [ + { + "text": "subcutaneous melanoma", + "ontology": "MONDO:0005105" + } + ], + "is_living": "no", + "sex": "female", + "provenance": { + "document_id": "b56697f5-d350-4e1d-93b2-72eee68c972e", + "submission_date": "2018-09-04T12:44:37.445Z", + "update_date": "2018-09-04T13:08:09.637Z" + } + }, + "enrichment_protocol/4a19c599-e429-4eda-9644-3a46c1202c7f": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "FACS3", + "protocol_name": "FACS sorting cells by surface markers" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "markers": "CD45+ CD3e- B220- CD11b+", + "provenance": { + "document_id": "4a19c599-e429-4eda-9644-3a46c1202c7f", + "submission_date": "2018-09-04T12:53:51.016Z", + "update_date": "2018-09-04T12:57:51.962Z" + } + }, + "library_preparation_protocol/38e07040-6198-4a46-b195-88c0680ef283": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "SmartSeq2_RTPCR_protocol", + "protocol_name": "Make/amplify cDNA for each cell", + "document": "SmartSeq2_RTPCR_protocol.pdf" + }, + "nucleic_acid_source": "single cell", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931" + }, + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "provenance": { + "document_id": "38e07040-6198-4a46-b195-88c0680ef283", + "submission_date": "2018-09-04T12:53:51.109Z", + "update_date": "2018-09-04T12:55:56.069Z" + } + }, + "process/3c85210e-6554-450c-88fb-c5d5035cf134": { + "process_core": { + "process_id": "process_id_55" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "3c85210e-6554-450c-88fb-c5d5035cf134", + "submission_date": "2018-09-04T12:53:53.002Z", + "update_date": "2018-09-04T13:23:54.508Z" + } + }, + "process/ab9f0b8f-3195-4ccd-8bdf-52d91a2c9029": { + "process_core": { + "process_id": "process_id_28" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "ab9f0b8f-3195-4ccd-8bdf-52d91a2c9029", + "submission_date": "2018-09-04T12:53:52.144Z", + "update_date": "2018-09-04T13:23:54.228Z" + } + }, + "process/e9c888db-256a-4c78-af5d-2977fa6bc22c": { + "process_core": { + "process_id": "process_id_6694" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "e9c888db-256a-4c78-af5d-2977fa6bc22c", + "submission_date": "2018-09-04T12:59:17.940Z", + "update_date": "2018-09-04T13:27:57.677Z" + } + }, + "project/092574d1-a391-4c09-a0c4-d06104a503f6": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Mouse Melanoma", + "project_title": "Melanoma infiltration of stromal and immune cells", + "project_description": "The cancer microenvironment is a complex ecosystem characterized by dynamic interactions between diverse cell types, including malignant, immune and stromal cells. Here, we performed single-cell RNA sequencing on CD45+ and CD45- cells isolated from tumour and lymph nodes during a mouse model of melanoma. The transcriptional profiles of these individual cells taken at different time points coupled with assembled T cell receptor sequences, allowed us to identify distinct immune subpopulations and delineate their developmental trajectory. Our study provides insights into the complex interplay among cells within the tumour microenvironment and presents a valuable resource for future translational applications." + }, + "contributors": [ + { + "contact_name": "Sarah,A,Teichmann", + "email": "st9@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Sarah Teichmann", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK" + }, + { + "contact_name": "Mirjana,,Efremova", + "email": "me5@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Sarah Teichmann", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK" + }, + { + "contact_name": "Bidesh,,Mahata", + "email": "bm11@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Sarah Teichmann", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK" + }, + { + "contact_name": "Jacqueline,D,Shields", + "email": "JS970@MRCCU.cam.ac.uk", + "institution": "University of Cambridge", + "laboratory": "MRC Cancer Unit", + "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", + "country": "UK" + }, + { + "contact_name": "Sarah,,Davidson", + "email": "SED49@MRCCU.cam.ac.uk", + "institution": "University of Cambridge", + "laboratory": "MRC Cancer Unit", + "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", + "country": "UK" + }, + { + "contact_name": "Angela,,Riedel", + "email": "a.riedel@dkfz-heidelberg.de", + "institution": "DKFZ German Cancer Research Center", + "country": "Germany" + }, + { + "contact_name": "Roser,,Vento-Tormo", + "email": "rv4@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Sarah Teichmann", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK" + }, + { + "contact_name": "Jhuma,,Pramanik", + "email": "jp19@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Sarah Teichmann", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK" + }, + { + "contact_name": "Gozde,,Kar", + "email": "gkar@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Sarah Teichmann", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK" + }, + { + "contact_name": "Jani,,Huuhtanen", + "email": "jani.huuhtanen@helsinki.fi", + "institution": "University of Helsinki", + "country": "Finland" + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Danielle,,Welter", + "email": "dwelter@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-1058-2668", + "corresponding_contributor": false + } + ], + "provenance": { + "document_id": "092574d1-a391-4c09-a0c4-d06104a503f6", + "submission_date": "2018-09-04T12:44:36.854Z", + "update_date": "2018-09-04T13:08:08.264Z" + } + }, + "sequence_file/b93897c4-0681-407a-bc0c-fb791b919fa4": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "21784_6#10_1.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "lane_index": 6, + "provenance": { + "document_id": "b93897c4-0681-407a-bc0c-fb791b919fa4", + "submission_date": "2018-09-04T12:47:44.261Z", + "update_date": "2018-09-04T13:20:33.745Z" + } + }, + "sequencing_protocol/2c530a47-d87a-4d50-bfb9-74d15fdb1fd9": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "SmartSeq2_sequencing_protocol", + "protocol_name": "Sequencing SmartSeq2 cells" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008567" + }, + "paired_end": true, + "sequencing_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931" + }, + "provenance": { + "document_id": "2c530a47-d87a-4d50-bfb9-74d15fdb1fd9", + "submission_date": "2018-09-04T12:53:51.118Z", + "update_date": "2018-09-04T12:57:59.862Z" + } + }, + "specimen_from_organism/6dc01fb6-6aba-432e-828e-ae3045914f34": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "1131_LN", + "biomaterial_name": "Mouse_day8_LN_rep10", + "ncbi_taxon_id": [ + 10090 + ] + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "organ": { + "text": "lymph node", + "ontology": "UBERON:0000029" + }, + "provenance": { + "document_id": "6dc01fb6-6aba-432e-828e-ae3045914f34", + "submission_date": "2018-09-04T12:44:38.074Z", + "update_date": "2018-09-04T13:10:12.581Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "e9c888db-256a-4c78-af5d-2977fa6bc22c", + "inputs": [ + "1446ca36-ba75-45ea-b6ab-a80641a88812" + ], + "input_type": "biomaterial", + "outputs": [ + "b93897c4-0681-407a-bc0c-fb791b919fa4" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "38e07040-6198-4a46-b195-88c0680ef283" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "2c530a47-d87a-4d50-bfb9-74d15fdb1fd9" + } + ] + }, + { + "process": "3c85210e-6554-450c-88fb-c5d5035cf134", + "inputs": [ + "6dc01fb6-6aba-432e-828e-ae3045914f34" + ], + "input_type": "biomaterial", + "outputs": [ + "1446ca36-ba75-45ea-b6ab-a80641a88812" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "7142ed25-3237-4156-b10d-0aa74b2c37b3" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "4a19c599-e429-4eda-9644-3a46c1202c7f" + } + ] + }, + { + "process": "ab9f0b8f-3195-4ccd-8bdf-52d91a2c9029", + "inputs": [ + "b56697f5-d350-4e1d-93b2-72eee68c972e" + ], + "input_type": "biomaterial", + "outputs": [ + "6dc01fb6-6aba-432e-828e-ae3045914f34" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index b522548813..0000000000 --- a/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,170 +0,0 @@ -[ - { - "crc32c": "EDCBEB27", - "sha1": "ec22573ee712d628ae8c89a857d46c36647d3840", - "sha256": "506ad9058ab7fd6cf9dfacd45f889df49db48c04f83a513c8c15c9ba64c48e94", - "s3_etag": "0476f6b3f19520e728aa2081b03cab12", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 902, - "uuid": "2636529a-872c-4174-a80f-7ecffb4de952", - "version": "1" - }, - { - "crc32c": "ABC55204", - "sha1": "c217b4f309d6b37729a62e7d98d73e33d3077335", - "sha256": "02426b5f54d0e45cb4447d89f4ef165b0f7e460988ce1673a9c837651a1d18ac", - "s3_etag": "4ec906c1695ed9f4eabe1e875d88bfb4", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "dissociation_protocol_0.json", - "size": 670, - "uuid": "750baef6-9002-4527-a02c-526481add5dd", - "version": "1" - }, - { - "crc32c": "49AE85BF", - "sha1": "7ad67e453f587655279f517b97005355bbd66b9d", - "sha256": "a2a0c0c40fe719159bbe601e32a7d42b989ee4e089fa16522eb1a7a11600f942", - "s3_etag": "3eb89d853ba573bb07be5315b473b128", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1091, - "uuid": "b00f7267-df68-436f-9685-22c70bc7b696", - "version": "1" - }, - { - "crc32c": "32DCAEB5", - "sha1": "fb882d8ebe742218cd6518de4d14f01c003ecb5f", - "sha256": "bf7d32a17524fe6b39d3fa0ce20e3dde60d924969584ce34468d91336509fb2a", - "s3_etag": "4f58ab031046dd2ac275be32ea6e3d27", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "enrichment_protocol_0.json", - "size": 648, - "uuid": "a9a602bc-9333-43d5-897b-d41990b71d6c", - "version": "1" - }, - { - "crc32c": "2A2EC061", - "sha1": "2c43e14635561183eb66e78203cb2c8e5c92d677", - "sha256": "43c7b46d601ee72a5bb7fe1209e0f0bb73a148b47a180baa8305a66ae139c0e4", - "s3_etag": "0dd4bf7138b09d6b022d371d120fc832", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 1007, - "uuid": "6aa1f675-a3be-4def-8da9-259ae0fcad68", - "version": "1" - }, - { - "crc32c": "837B6FBF", - "sha1": "4534daa77cd865f34273f6c8a8d0fd3a96361bfe", - "sha256": "26c92efa3719bda131663c452d7b385925d927eb5a49f6b2e5ebb1497e871c64", - "s3_etag": "dc518a7c1b8faea79320eb70e7c239e6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 2027, - "uuid": "447bd719-baa7-4f32-b4d6-7f64fabfe0f1", - "version": "1" - }, - { - "crc32c": "93A97712", - "sha1": "4365e3dbeeff6b4c23c9057e5b30aab65807a405", - "sha256": "76a820bd3394b584bcade1e9df17186a70c59209b0a619a961787256df3c1c5a", - "s3_etag": "3dd4706a9ce80f48ebf104dbcb22553b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 385, - "uuid": "7581cfb0-451c-4195-bb36-5ce58ed6223e", - "version": "1" - }, - { - "crc32c": "C8D228A7", - "sha1": "1c77aaa35d5842a646a2ba9ad0e82232307904f9", - "sha256": "ebf4e7548055b87b08f0e9dbf5e13daf9f68a8cd620307b2585a9db5febcd9a5", - "s3_etag": "8a1c4eb986c7a5925707f277749487da", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 385, - "uuid": "727d6781-e2f9-4d25-8d0c-a15ded22fc9f", - "version": "1" - }, - { - "crc32c": "B9B52E6E", - "sha1": "8d3495379c8129cb8b63ac1f0f33ed1dbd3b9350", - "sha256": "e04abc919d273813ee4683a8b2eb2bf38c35a8d8ef94cd769f27ef2b338c289f", - "s3_etag": "101e15f250256383f372e0521f7f8811", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_2.json", - "size": 387, - "uuid": "5f2b2436-79f5-45e5-924c-1dd32913fa7c", - "version": "1" - }, - { - "crc32c": "8AE5B1CE", - "sha1": "428e162c3e91a40969e6f1203b0953fdd35081bd", - "sha256": "32447dcab09028095487dc989382166e01bf317e306d5c564f7df86de9b931ee", - "s3_etag": "6ce3187b8ddfc9c7d4ae285acaa777ef", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 5128, - "uuid": "f4ad3ffa-4fb9-4a5e-9657-d8358234570f", - "version": "1" - }, - { - "crc32c": "4AEB011B", - "sha1": "7d5358d6a69ffc7e92ae1bae5e4ae6b9467bc8c5", - "sha256": "d184ee1517a86acdf92d35e911db3effef0630ab40ef062b094d456d4e6084e1", - "s3_etag": "21f3e54a46262a9b85b10b48040ff303", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 472, - "uuid": "5d5d99b1-ff9a-4c32-a33a-c71bb503ff51", - "version": "1" - }, - { - "crc32c": "4AEB011B", - "sha1": "7d5358d6a69ffc7e92ae1bae5e4ae6b9467bc8c5", - "sha256": "d184ee1517a86acdf92d35e911db3effef0630ab40ef062b094d456d4e6084e1", - "s3_etag": "21f3e54a46262a9b85b10b48040ff303", - "content-type": "application/octet-stream", - "indexed": false, - "name": "21784_6#10_1.fastq.gz", - "size": 472, - "uuid": "b2b4819a-e22d-4ed4-a5c8-c04a1dec79eb", - "version": "1" - }, - { - "crc32c": "15D82AE8", - "sha1": "acd7c08cab2cd683066e43dd021779dccf55add3", - "sha256": "7b0e83bc0ac1a8ce44951295e511db4c32a9d3cd95b7409c128a58e30bdcfd7c", - "s3_etag": "26223cdfe004c576d099c6bd6339cee3", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 726, - "uuid": "1de30fbd-ba45-4ad5-9680-6ae5c155b971", - "version": "1" - }, - { - "crc32c": "600533E8", - "sha1": "54cd7297973e55ff746ba4fa0ef2e891a1b3c23a", - "sha256": "caeb36623613ff7b47de9735d009b2352d2dcda62408313fbfcce66b75122a93", - "s3_etag": "94d2fa6136032ca63a8b1291853da5db", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_0.json", - "size": 734, - "uuid": "2d1d1d4e-4ef7-4c51-aad5-f1f388f706f6", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index 2f6cd47a84..0000000000 --- a/test/hca_metadata_api/cans/examples/Mouse Melanoma/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,420 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "21784_6#10", - "ncbi_taxon_id": [ - 10090 - ], - "supplementary_files": [ - "FACS_sorting_markers.pdf" - ] - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "selected_cell_type": [ - { - "text": "CD11b+ Macrophages/monocytes" - } - ], - "total_estimated_cells": 1, - "plate_based_sequencing": { - "plate_id": "607", - "well_id": "A05" - }, - "provenance": { - "document_id": "1446ca36-ba75-45ea-b6ab-a80641a88812", - "submission_date": "2018-09-04T12:44:38.405Z", - "update_date": "2018-09-04T13:12:52.699Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "tissue_dissociation_protocol", - "protocol_name": "Extracting cells from lymph nodes", - "document": "TissueDissociationProtocol.pdf" - }, - "dissociation_method": { - "text": "mechanical dissociation", - "ontology": "EFO:0009129" - }, - "provenance": { - "document_id": "7142ed25-3237-4156-b10d-0aa74b2c37b3", - "submission_date": "2018-09-04T12:53:50.982Z", - "update_date": "2018-09-04T12:58:01.497Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "1131", - "biomaterial_name": "Mouse_day8_rep10", - "ncbi_taxon_id": [ - 10090 - ] - }, - "mouse_specific": { - "strain": [ - { - "text": "C57BL/6", - "ontology": "EFO:0004472" - } - ] - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "organism_age": "6-12", - "organism_age_unit": { - "text": "week", - "ontology": "UO:0000034" - }, - "diseases": [ - { - "text": "subcutaneous melanoma", - "ontology": "MONDO:0005105" - } - ], - "is_living": "no", - "sex": "female", - "provenance": { - "document_id": "b56697f5-d350-4e1d-93b2-72eee68c972e", - "submission_date": "2018-09-04T12:44:37.445Z", - "update_date": "2018-09-04T13:08:09.637Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "FACS3", - "protocol_name": "FACS sorting cells by surface markers" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "markers": "CD45+ CD3e- B220- CD11b+", - "provenance": { - "document_id": "4a19c599-e429-4eda-9644-3a46c1202c7f", - "submission_date": "2018-09-04T12:53:51.016Z", - "update_date": "2018-09-04T12:57:51.962Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "SmartSeq2_RTPCR_protocol", - "protocol_name": "Make/amplify cDNA for each cell", - "document": "SmartSeq2_RTPCR_protocol.pdf" - }, - "nucleic_acid_source": "single cell", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931" - }, - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "provenance": { - "document_id": "38e07040-6198-4a46-b195-88c0680ef283", - "submission_date": "2018-09-04T12:53:51.109Z", - "update_date": "2018-09-04T12:55:56.069Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "e9c888db-256a-4c78-af5d-2977fa6bc22c", - "inputs": [ - "1446ca36-ba75-45ea-b6ab-a80641a88812" - ], - "input_type": "biomaterial", - "outputs": [ - "b93897c4-0681-407a-bc0c-fb791b919fa4" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "38e07040-6198-4a46-b195-88c0680ef283" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "2c530a47-d87a-4d50-bfb9-74d15fdb1fd9" - } - ] - }, - { - "process": "3c85210e-6554-450c-88fb-c5d5035cf134", - "inputs": [ - "6dc01fb6-6aba-432e-828e-ae3045914f34" - ], - "input_type": "biomaterial", - "outputs": [ - "1446ca36-ba75-45ea-b6ab-a80641a88812" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "7142ed25-3237-4156-b10d-0aa74b2c37b3" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "4a19c599-e429-4eda-9644-3a46c1202c7f" - } - ] - }, - { - "process": "ab9f0b8f-3195-4ccd-8bdf-52d91a2c9029", - "inputs": [ - "b56697f5-d350-4e1d-93b2-72eee68c972e" - ], - "input_type": "biomaterial", - "outputs": [ - "6dc01fb6-6aba-432e-828e-ae3045914f34" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - }, - "process_0.json": { - "process_core": { - "process_id": "process_id_55" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "3c85210e-6554-450c-88fb-c5d5035cf134", - "submission_date": "2018-09-04T12:53:53.002Z", - "update_date": "2018-09-04T13:23:54.508Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_28" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "ab9f0b8f-3195-4ccd-8bdf-52d91a2c9029", - "submission_date": "2018-09-04T12:53:52.144Z", - "update_date": "2018-09-04T13:23:54.228Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_6694" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "e9c888db-256a-4c78-af5d-2977fa6bc22c", - "submission_date": "2018-09-04T12:59:17.940Z", - "update_date": "2018-09-04T13:27:57.677Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Mouse Melanoma", - "project_title": "Melanoma infiltration of stromal and immune cells", - "project_description": "The cancer microenvironment is a complex ecosystem characterized by dynamic interactions between diverse cell types, including malignant, immune and stromal cells. Here, we performed single-cell RNA sequencing on CD45+ and CD45- cells isolated from tumour and lymph nodes during a mouse model of melanoma. The transcriptional profiles of these individual cells taken at different time points coupled with assembled T cell receptor sequences, allowed us to identify distinct immune subpopulations and delineate their developmental trajectory. Our study provides insights into the complex interplay among cells within the tumour microenvironment and presents a valuable resource for future translational applications." - }, - "contributors": [ - { - "contact_name": "Sarah,A,Teichmann", - "email": "st9@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Sarah Teichmann", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK" - }, - { - "contact_name": "Mirjana,,Efremova", - "email": "me5@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Sarah Teichmann", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK" - }, - { - "contact_name": "Bidesh,,Mahata", - "email": "bm11@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Sarah Teichmann", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK" - }, - { - "contact_name": "Jacqueline,D,Shields", - "email": "JS970@MRCCU.cam.ac.uk", - "institution": "University of Cambridge", - "laboratory": "MRC Cancer Unit", - "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", - "country": "UK" - }, - { - "contact_name": "Sarah,,Davidson", - "email": "SED49@MRCCU.cam.ac.uk", - "institution": "University of Cambridge", - "laboratory": "MRC Cancer Unit", - "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", - "country": "UK" - }, - { - "contact_name": "Angela,,Riedel", - "email": "a.riedel@dkfz-heidelberg.de", - "institution": "DKFZ German Cancer Research Center", - "country": "Germany" - }, - { - "contact_name": "Roser,,Vento-Tormo", - "email": "rv4@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Sarah Teichmann", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK" - }, - { - "contact_name": "Jhuma,,Pramanik", - "email": "jp19@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Sarah Teichmann", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK" - }, - { - "contact_name": "Gozde,,Kar", - "email": "gkar@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Sarah Teichmann", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK" - }, - { - "contact_name": "Jani,,Huuhtanen", - "email": "jani.huuhtanen@helsinki.fi", - "institution": "University of Helsinki", - "country": "Finland" - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Danielle,,Welter", - "email": "dwelter@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-1058-2668", - "corresponding_contributor": false - } - ], - "provenance": { - "document_id": "092574d1-a391-4c09-a0c4-d06104a503f6", - "submission_date": "2018-09-04T12:44:36.854Z", - "update_date": "2018-09-04T13:08:08.264Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "21784_6#10_1.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "lane_index": 6, - "provenance": { - "document_id": "b93897c4-0681-407a-bc0c-fb791b919fa4", - "submission_date": "2018-09-04T12:47:44.261Z", - "update_date": "2018-09-04T13:20:33.745Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "SmartSeq2_sequencing_protocol", - "protocol_name": "Sequencing SmartSeq2 cells" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008567" - }, - "paired_end": true, - "sequencing_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931" - }, - "provenance": { - "document_id": "2c530a47-d87a-4d50-bfb9-74d15fdb1fd9", - "submission_date": "2018-09-04T12:53:51.118Z", - "update_date": "2018-09-04T12:57:59.862Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "1131_LN", - "biomaterial_name": "Mouse_day8_LN_rep10", - "ncbi_taxon_id": [ - 10090 - ] - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "organ": { - "text": "lymph node", - "ontology": "UBERON:0000029" - }, - "provenance": { - "document_id": "6dc01fb6-6aba-432e-828e-ae3045914f34", - "submission_date": "2018-09-04T12:44:38.074Z", - "update_date": "2018-09-04T13:10:12.581Z" - } - } -} diff --git a/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..1d47965c93 --- /dev/null +++ b/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,354 @@ +{ + "manifest": { + "sequence_file/baf745cd-9052-4a6c-8c1a-919390062c09": { + "crc32c": "30F94925", + "sha1": "472dd1bf4a1e942cbfc6ad79687e2a2ca8f72c74", + "sha256": "b474913c2db1d26a3d8ab9f37c59ac7e1768b2c628b4e250d0dae0c942adc677", + "s3_etag": "4d938ebdb3772c0b6cf2f8bd2600d375", + "content-type": "application/octet-stream", + "indexed": false, + "name": "SRR3562210_1.fastq.gz", + "size": 521, + "uuid": "a4f16d4f-cdd7-46f4-8ead-42155d059f23", + "version": "1" + }, + "sequence_file/0494ee09-b1e2-437a-986f-06d5df4a6858": { + "crc32c": "3727801A", + "sha1": "98b1bcf334aae2a06b973565497b16b092b5fc7e", + "sha256": "a58cc9dff7f585b8ddc40c56c60219b9c61f76fe210e357d2761ca6cea0693f9", + "s3_etag": "751b8f95e34765687a99ab87e3b60cb8", + "content-type": "application/octet-stream", + "indexed": false, + "name": "SRR3562210_2.fastq.gz", + "size": 521, + "uuid": "26f05d68-8700-40a4-8c5f-173cad377f22", + "version": "1" + } + }, + "metadata": { + "cell_suspension/c61125ab-d5e0-4d93-b0a7-2deac1729f65": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "GSM2171880 1", + "biomaterial_description": "Single cell from human pancreas", + "ncbi_taxon_id": [ + 9606 + ], + "insdc_biomaterial": "SRS1458605" + }, + "selected_cell_type": [ + { + "text": "pancreatic A cell", + "ontology": "CL:0000171" + } + ], + "total_estimated_cells": 1, + "provenance": { + "document_id": "c61125ab-d5e0-4d93-b0a7-2deac1729f65", + "submission_date": "2018-09-06T14:14:55.036Z", + "update_date": "2018-09-06T14:25:54.342Z" + } + }, + "donor_organism/cd379b0c-7b23-4093-b0b0-65d592ab2839": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "DID_scRSq04", + "ncbi_taxon_id": [ + 9696 + ] + }, + "human_specific": { + "body_mass_index": 28.4, + "ethnicity": [ + { + "text": "European", + "ontology": "hancestro:0005" + } + ] + }, + "death": { + "cause_of_death": "anoxia" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organism_age": "21", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "is_living": "no", + "sex": "male", + "provenance": { + "document_id": "cd379b0c-7b23-4093-b0b0-65d592ab2839", + "submission_date": "2018-09-06T14:14:54.645Z", + "update_date": "2018-09-06T14:23:05.946Z" + } + }, + "library_preparation_protocol/34c6db60-ef27-4502-9191-102d1a235adc": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1" + }, + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_approach": { + "text": "smart-seq2", + "ontology": "EFO:0008931" + }, + "library_construction_kit": { + "retail_name": "Nextera XT kit", + "manufacturer": "Illumina" + }, + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "nucleic_acid_source": "single cell", + "provenance": { + "document_id": "34c6db60-ef27-4502-9191-102d1a235adc", + "submission_date": "2018-09-06T14:18:31.859Z", + "update_date": "2018-09-06T14:18:35.854Z" + } + }, + "process/6c357ba8-bd9a-41cb-9d74-b9442efb7217": { + "process_core": { + "process_id": "process_id_9" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "6c357ba8-bd9a-41cb-9d74-b9442efb7217", + "submission_date": "2018-09-06T14:18:32.012Z", + "update_date": "2018-09-06T14:31:09.024Z" + } + }, + "process/5f868fc6-dc13-4f06-a82e-ff83497d03ee": { + "process_core": { + "process_id": "SRR3562210" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "5f868fc6-dc13-4f06-a82e-ff83497d03ee", + "submission_date": "2018-09-06T14:20:46.372Z", + "update_date": "2018-09-06T14:31:54.751Z" + } + }, + "process/0aede7bd-0a5d-4dc5-a8e8-2d4ad6d01bfb": { + "process_core": { + "process_id": "process_id_4" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "0aede7bd-0a5d-4dc5-a8e8-2d4ad6d01bfb", + "submission_date": "2018-09-06T14:18:31.926Z", + "update_date": "2018-09-06T14:31:08.929Z" + } + }, + "project/05f74601-064c-4a8a-a9c1-a0b57c6c71a7": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Single cell transcriptome analysis of human pancreas", + "project_title": "Single cell transcriptome analysis of human pancreas reveals transcriptional signatures of aging and somatic mutation patterns.", + "project_description": "As organisms age, cells accumulate genetic and epigenetic changes that eventually lead to impaired organ function or catastrophic failure such as cancer. Here we describe a single-cell transcriptome analysis of 2544 human pancreas cells from donors, spanning six decades of life. We find that islet cells from older donors have increased levels of disorder as measured both by noise in the transcriptome and by the number of cells which display inappropriate hormone expression, revealing a transcriptional instability associated with aging. By analyzing the spectrum of somatic mutations in single cells from previously-healthy donors, we find a specific age-dependent mutational signature characterized by C to A and C to G transversions, indicators of oxidative stress, which is absent in single cells from human brain tissue or in a tumor cell line. Cells carrying a high load of such mutations also express higher levels of stress and senescence markers, including FOS, JUN, and the cytoplasmic superoxide dismutase SOD1, markers previously linked to pancreatic diseases with substantial age-dependent risk, such as type 2 diabetes mellitus and adenocarcinoma. Thus, our single-cell approach unveils gene expression changes and somatic mutations acquired in aging human tissue, and identifies molecular pathways induced by these genetic changes that could influence human disease. Also, our results demonstrate the feasibility of using single-cell RNA-seq data from primary cells to derive meaningful insights into the genetic processes that operate on aging human tissue and to determine which molecular mechanisms are coordinated with these processes. Examination of single cells from primary human pancreas tissue" + }, + "supplementary_links": [ + "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-81547/Results" + ], + "contributors": [ + { + "contact_name": "Martin, Enge", + "email": "martin.enge@gmail.com", + "institution": "Stanford University", + "address": "Bioengineering, Stanford University, James H. Clark Center, 318 Campus Drive,, Stanford, CA, USA", + "country": "USA" + }, + { + "contact_name": "Laura,,Huerta", + "email": "lauhuema@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Molecular Atlas", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "external curator", + "orcid_id": "0000-0002-8748-599X", + "corresponding_contributor": false + }, + { + "contact_name": "Matthew,,Green", + "email": "hewgreen@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "HCA Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SD UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2771-9894" + } + ], + "provenance": { + "document_id": "05f74601-064c-4a8a-a9c1-a0b57c6c71a7", + "submission_date": "2018-09-06T14:14:54.609Z", + "update_date": "2018-09-06T14:23:05.636Z" + } + }, + "sequence_file/baf745cd-9052-4a6c-8c1a-919390062c09": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "SRR3562210_1.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "read_length": 75, + "insdc_run": [ + "SRR3562210" + ], + "provenance": { + "document_id": "baf745cd-9052-4a6c-8c1a-919390062c09", + "submission_date": "2018-09-06T14:16:32.925Z", + "update_date": "2018-09-06T14:29:33.854Z" + } + }, + "sequence_file/0494ee09-b1e2-437a-986f-06d5df4a6858": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "SRR3562210_2.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read2", + "read_length": 75, + "insdc_run": [ + "SRR3562210" + ], + "provenance": { + "document_id": "0494ee09-b1e2-437a-986f-06d5df4a6858", + "submission_date": "2018-09-06T14:16:32.894Z", + "update_date": "2018-09-06T14:29:33.843Z" + } + }, + "sequencing_protocol/319dd8c8-e9d6-40df-bf72-e0423f4f5418": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1" + }, + "instrument_manufacturer_model": { + "text": "Illumina NextSeq 500", + "ontology": "EFO:0008566" + }, + "paired_end": true, + "sequencing_approach": { + "text": "RNA-Seq" + }, + "provenance": { + "document_id": "319dd8c8-e9d6-40df-bf72-e0423f4f5418", + "submission_date": "2018-09-06T14:18:31.870Z", + "update_date": "2018-09-06T14:18:35.890Z" + } + }, + "specimen_from_organism/07282a68-dca4-449e-81b6-7b0da34230df": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "DID_scRSq04_pancreas", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "pancreas", + "ontology": "UBERON:0001264" + }, + "organ_part": { + "text": "islet of Langerhans", + "ontology": "UBERON:0000006" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "provenance": { + "document_id": "07282a68-dca4-449e-81b6-7b0da34230df", + "submission_date": "2018-09-06T14:14:54.969Z", + "update_date": "2018-09-06T14:24:20.677Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "5f868fc6-dc13-4f06-a82e-ff83497d03ee", + "inputs": [ + "c61125ab-d5e0-4d93-b0a7-2deac1729f65" + ], + "input_type": "biomaterial", + "outputs": [ + "0494ee09-b1e2-437a-986f-06d5df4a6858", + "baf745cd-9052-4a6c-8c1a-919390062c09" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "34c6db60-ef27-4502-9191-102d1a235adc" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "319dd8c8-e9d6-40df-bf72-e0423f4f5418" + } + ] + }, + { + "process": "6c357ba8-bd9a-41cb-9d74-b9442efb7217", + "inputs": [ + "07282a68-dca4-449e-81b6-7b0da34230df" + ], + "input_type": "biomaterial", + "outputs": [ + "c61125ab-d5e0-4d93-b0a7-2deac1729f65" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "0aede7bd-0a5d-4dc5-a8e8-2d4ad6d01bfb", + "inputs": [ + "cd379b0c-7b23-4093-b0b0-65d592ab2839" + ], + "input_type": "biomaterial", + "outputs": [ + "07282a68-dca4-449e-81b6-7b0da34230df" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index 3017ccd2d0..0000000000 --- a/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,170 +0,0 @@ -[ - { - "crc32c": "FBFCE65D", - "sha1": "0a726ef364b0595199d219e9dc9b77d940ae68ff", - "sha256": "950508d241421cdce811fc096912d201360feb6d4b637353ba67dc59dba2c80f", - "s3_etag": "daf2a6aff515a073cef304ac139e9a2a", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 741, - "uuid": "180933f4-1469-48c6-b3bc-54e69f9ff7e9", - "version": "1" - }, - { - "crc32c": "6086FDD9", - "sha1": "0f8ddb153f45e6522f11e4debcc8c2fb948922d7", - "sha256": "c3c40a66492110a1d1d25c99f8873dd65da7e84030f3ee82b31f31dc8cd7c918", - "s3_etag": "af3170a0d73482f9e47bda31b5dc4d1e", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1125, - "uuid": "46b0bf22-b0ce-4469-9d8b-bd5288e4e7d2", - "version": "1" - }, - { - "crc32c": "E72E5F20", - "sha1": "cf92164b4a3b8d402cb4d3b13c71ccc34bf69b5e", - "sha256": "6970445870ff8fba5196e25310c0fe79a927d1e3b758254dc123371be1c28064", - "s3_etag": "d631e2ba3bc1ed41e647e6260d282466", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 898, - "uuid": "6ce66ac8-1e0f-49b4-a278-468f7b677ffe", - "version": "1" - }, - { - "crc32c": "C0EF71FC", - "sha1": "79e8137293c18fc1ef1a4b2a532e59f6223fbec3", - "sha256": "d333cfe228457aaa476b4ccf39bdd4c620bfcf0f2c11ccfff83c9aacb7a17c13", - "s3_etag": "cbacd6ba075487820bcd49e2667581b6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 1727, - "uuid": "169acedb-1e56-4b6d-a3d7-0d3e56d74098", - "version": "1" - }, - { - "crc32c": "8D88697D", - "sha1": "cfbab7537d593e0b1765b65b755e88244bd88ebc", - "sha256": "ec56a160551570d476b3923472e19f2cb916f65b85c72e825784653ddee27f77", - "s3_etag": "2b1df288d6f0602ff6a8654d4aa07ce8", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 384, - "uuid": "3a8348ca-1937-4fa5-88a5-af4e6f9f06d1", - "version": "1" - }, - { - "crc32c": "2C851E75", - "sha1": "d77a07d55a8222e61127f5d6ed610f3b60a7df84", - "sha256": "0988ad6ef8e60868bfdff7e8f19775e9d42bdbc175e080d31ae47145bbad91b6", - "s3_etag": "e868dfb7a2feccf973ddbf1bb3423d22", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 382, - "uuid": "71cd814d-27c4-4fe4-993b-787de16ae29e", - "version": "1" - }, - { - "crc32c": "801E0395", - "sha1": "58e6c25c1ce9e80569171fd30bb957065cd84faa", - "sha256": "874cf6fd5d6287aebf64e5cfc832bd8b6396e0e4ded0304cc10a3c1e9e6112e8", - "s3_etag": "6e984edab1badcaac1c3ba42a663e30a", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_2.json", - "size": 384, - "uuid": "d6492dd2-9723-478b-aa16-8b27dd376c82", - "version": "1" - }, - { - "crc32c": "2FBF0575", - "sha1": "c9b78f377805269785b0cb98d99db2e6d5d1bf96", - "sha256": "855e343a7ea22f6fda8d0460cdc64f58ca43123f4dd2690493f249bb36032c9b", - "s3_etag": "81ece07c9fd7e034812401048cf6b1d7", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 3625, - "uuid": "109e26a2-816a-4a75-b2cf-b427f479383b", - "version": "1" - }, - { - "crc32c": "30F94925", - "sha1": "472dd1bf4a1e942cbfc6ad79687e2a2ca8f72c74", - "sha256": "b474913c2db1d26a3d8ab9f37c59ac7e1768b2c628b4e250d0dae0c942adc677", - "s3_etag": "4d938ebdb3772c0b6cf2f8bd2600d375", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 521, - "uuid": "599767ba-3d7e-4c11-9340-873a1fa00f37", - "version": "1" - }, - { - "crc32c": "30F94925", - "sha1": "472dd1bf4a1e942cbfc6ad79687e2a2ca8f72c74", - "sha256": "b474913c2db1d26a3d8ab9f37c59ac7e1768b2c628b4e250d0dae0c942adc677", - "s3_etag": "4d938ebdb3772c0b6cf2f8bd2600d375", - "content-type": "application/octet-stream", - "indexed": false, - "name": "SRR3562210_1.fastq.gz", - "size": 521, - "uuid": "a4f16d4f-cdd7-46f4-8ead-42155d059f23", - "version": "1" - }, - { - "crc32c": "3727801A", - "sha1": "98b1bcf334aae2a06b973565497b16b092b5fc7e", - "sha256": "a58cc9dff7f585b8ddc40c56c60219b9c61f76fe210e357d2761ca6cea0693f9", - "s3_etag": "751b8f95e34765687a99ab87e3b60cb8", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_1.json", - "size": 521, - "uuid": "12e0f9a6-ead7-4f1f-8abb-ba0614a1cf8d", - "version": "1" - }, - { - "crc32c": "3727801A", - "sha1": "98b1bcf334aae2a06b973565497b16b092b5fc7e", - "sha256": "a58cc9dff7f585b8ddc40c56c60219b9c61f76fe210e357d2761ca6cea0693f9", - "s3_etag": "751b8f95e34765687a99ab87e3b60cb8", - "content-type": "application/octet-stream", - "indexed": false, - "name": "SRR3562210_2.fastq.gz", - "size": 521, - "uuid": "26f05d68-8700-40a4-8c5f-173cad377f22", - "version": "1" - }, - { - "crc32c": "C5362A78", - "sha1": "7b50eb483a6086fa056e2bfc543eedbeb9fd13d2", - "sha256": "364a631862cd35c27aa9509106ffe270d4e930af68d3e06a8d4db07084c38539", - "s3_etag": "7ea70109d845b4a60ad2b8531f9a9d17", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 626, - "uuid": "63d68ab7-8026-4a53-a932-9af6923fe172", - "version": "1" - }, - { - "crc32c": "61EA5262", - "sha1": "621ba503402c0847b6a7ef804ffcc8bbeb565d40", - "sha256": "542bdc14a081f938f37fcd2b98dddebe65a426088244d444447ec26dcbd0286d", - "s3_etag": "0173e0a4d4a775ff6c564862fa738504", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "specimen_from_organism_0.json", - "size": 909, - "uuid": "58898104-7553-4978-83c6-fca0121cac01", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index d7df950263..0000000000 --- a/test/hca_metadata_api/cans/examples/Single cell transcriptome analysis of human pancreas/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,326 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "GSM2171880 1", - "biomaterial_description": "Single cell from human pancreas", - "ncbi_taxon_id": [ - 9606 - ], - "insdc_biomaterial": "SRS1458605" - }, - "selected_cell_type": [ - { - "text": "pancreatic A cell", - "ontology": "CL:0000171" - } - ], - "total_estimated_cells": 1, - "provenance": { - "document_id": "c61125ab-d5e0-4d93-b0a7-2deac1729f65", - "submission_date": "2018-09-06T14:14:55.036Z", - "update_date": "2018-09-06T14:25:54.342Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "DID_scRSq04", - "ncbi_taxon_id": [ - 9696 - ] - }, - "human_specific": { - "body_mass_index": 28.4, - "ethnicity": [ - { - "text": "European", - "ontology": "hancestro:0005" - } - ] - }, - "death": { - "cause_of_death": "anoxia" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organism_age": "21", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "is_living": "no", - "sex": "male", - "provenance": { - "document_id": "cd379b0c-7b23-4093-b0b0-65d592ab2839", - "submission_date": "2018-09-06T14:14:54.645Z", - "update_date": "2018-09-06T14:23:05.946Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1" - }, - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_approach": { - "text": "smart-seq2", - "ontology": "EFO:0008931" - }, - "library_construction_kit": { - "retail_name": "Nextera XT kit", - "manufacturer": "Illumina" - }, - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "nucleic_acid_source": "single cell", - "provenance": { - "document_id": "34c6db60-ef27-4502-9191-102d1a235adc", - "submission_date": "2018-09-06T14:18:31.859Z", - "update_date": "2018-09-06T14:18:35.854Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "5f868fc6-dc13-4f06-a82e-ff83497d03ee", - "inputs": [ - "c61125ab-d5e0-4d93-b0a7-2deac1729f65" - ], - "input_type": "biomaterial", - "outputs": [ - "0494ee09-b1e2-437a-986f-06d5df4a6858", - "baf745cd-9052-4a6c-8c1a-919390062c09" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "34c6db60-ef27-4502-9191-102d1a235adc" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "319dd8c8-e9d6-40df-bf72-e0423f4f5418" - } - ] - }, - { - "process": "6c357ba8-bd9a-41cb-9d74-b9442efb7217", - "inputs": [ - "07282a68-dca4-449e-81b6-7b0da34230df" - ], - "input_type": "biomaterial", - "outputs": [ - "c61125ab-d5e0-4d93-b0a7-2deac1729f65" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "0aede7bd-0a5d-4dc5-a8e8-2d4ad6d01bfb", - "inputs": [ - "cd379b0c-7b23-4093-b0b0-65d592ab2839" - ], - "input_type": "biomaterial", - "outputs": [ - "07282a68-dca4-449e-81b6-7b0da34230df" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - }, - "process_0.json": { - "process_core": { - "process_id": "process_id_9" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "6c357ba8-bd9a-41cb-9d74-b9442efb7217", - "submission_date": "2018-09-06T14:18:32.012Z", - "update_date": "2018-09-06T14:31:09.024Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "SRR3562210" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "5f868fc6-dc13-4f06-a82e-ff83497d03ee", - "submission_date": "2018-09-06T14:20:46.372Z", - "update_date": "2018-09-06T14:31:54.751Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_4" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "0aede7bd-0a5d-4dc5-a8e8-2d4ad6d01bfb", - "submission_date": "2018-09-06T14:18:31.926Z", - "update_date": "2018-09-06T14:31:08.929Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Single cell transcriptome analysis of human pancreas", - "project_title": "Single cell transcriptome analysis of human pancreas reveals transcriptional signatures of aging and somatic mutation patterns.", - "project_description": "As organisms age, cells accumulate genetic and epigenetic changes that eventually lead to impaired organ function or catastrophic failure such as cancer. Here we describe a single-cell transcriptome analysis of 2544 human pancreas cells from donors, spanning six decades of life. We find that islet cells from older donors have increased levels of disorder as measured both by noise in the transcriptome and by the number of cells which display inappropriate hormone expression, revealing a transcriptional instability associated with aging. By analyzing the spectrum of somatic mutations in single cells from previously-healthy donors, we find a specific age-dependent mutational signature characterized by C to A and C to G transversions, indicators of oxidative stress, which is absent in single cells from human brain tissue or in a tumor cell line. Cells carrying a high load of such mutations also express higher levels of stress and senescence markers, including FOS, JUN, and the cytoplasmic superoxide dismutase SOD1, markers previously linked to pancreatic diseases with substantial age-dependent risk, such as type 2 diabetes mellitus and adenocarcinoma. Thus, our single-cell approach unveils gene expression changes and somatic mutations acquired in aging human tissue, and identifies molecular pathways induced by these genetic changes that could influence human disease. Also, our results demonstrate the feasibility of using single-cell RNA-seq data from primary cells to derive meaningful insights into the genetic processes that operate on aging human tissue and to determine which molecular mechanisms are coordinated with these processes. Examination of single cells from primary human pancreas tissue" - }, - "supplementary_links": [ - "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-81547/Results" - ], - "contributors": [ - { - "contact_name": "Martin, Enge", - "email": "martin.enge@gmail.com", - "institution": "Stanford University", - "address": "Bioengineering, Stanford University, James H. Clark Center, 318 Campus Drive,, Stanford, CA, USA", - "country": "USA" - }, - { - "contact_name": "Laura,,Huerta", - "email": "lauhuema@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Molecular Atlas", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "external curator", - "orcid_id": "0000-0002-8748-599X", - "corresponding_contributor": false - }, - { - "contact_name": "Matthew,,Green", - "email": "hewgreen@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "HCA Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SD UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2771-9894" - } - ], - "provenance": { - "document_id": "05f74601-064c-4a8a-a9c1-a0b57c6c71a7", - "submission_date": "2018-09-06T14:14:54.609Z", - "update_date": "2018-09-06T14:23:05.636Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "SRR3562210_1.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "read_length": 75, - "insdc_run": [ - "SRR3562210" - ], - "provenance": { - "document_id": "baf745cd-9052-4a6c-8c1a-919390062c09", - "submission_date": "2018-09-06T14:16:32.925Z", - "update_date": "2018-09-06T14:29:33.854Z" - } - }, - "sequence_file_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "SRR3562210_2.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read2", - "read_length": 75, - "insdc_run": [ - "SRR3562210" - ], - "provenance": { - "document_id": "0494ee09-b1e2-437a-986f-06d5df4a6858", - "submission_date": "2018-09-06T14:16:32.894Z", - "update_date": "2018-09-06T14:29:33.843Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1" - }, - "instrument_manufacturer_model": { - "text": "Illumina NextSeq 500", - "ontology": "EFO:0008566" - }, - "paired_end": true, - "sequencing_approach": { - "text": "RNA-Seq" - }, - "provenance": { - "document_id": "319dd8c8-e9d6-40df-bf72-e0423f4f5418", - "submission_date": "2018-09-06T14:18:31.870Z", - "update_date": "2018-09-06T14:18:35.890Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "DID_scRSq04_pancreas", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "pancreas", - "ontology": "UBERON:0001264" - }, - "organ_part": { - "text": "islet of Langerhans", - "ontology": "UBERON:0000006" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "provenance": { - "document_id": "07282a68-dca4-449e-81b6-7b0da34230df", - "submission_date": "2018-09-06T14:14:54.969Z", - "update_date": "2018-09-06T14:24:20.677Z" - } - } -} diff --git a/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json b/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json new file mode 100644 index 0000000000..4bb9746248 --- /dev/null +++ b/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-08-03T082009.272868Z.json @@ -0,0 +1,650 @@ +{ + "manifest": { + "sequence_file/4d3839bf-e39f-4136-92a4-6f7009e88567": { + "crc32c": "5E314552", + "sha1": "0caf6b4d52c6095fe9b78eae9f12f4b2e7bdee3b", + "sha256": "e7f7e93c198d758a084d0ef4065b0314ba7365a72eeccc77f3b6368e4b951308", + "s3_etag": "86e0aff5a1b15c1a9c4f396f4ebcd2ed", + "content-type": "application/octet-stream", + "indexed": false, + "name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", + "size": 545, + "uuid": "72b3bd3f-1874-4636-bffe-0ab382cf6d72", + "version": "1" + }, + "supplementary_file/c3ce4634-ba98-45a7-a546-a2e3f4873d4c": { + "crc32c": "5BA5B282", + "sha1": "6c65e7c34a953a96a9991e302a367999f0612fab", + "sha256": "fced35e7be4a017707f154e25a16f4b8f5287f636909d7d4c1ef4802cc090c78", + "s3_etag": "098f7bdf35bb0508201e3b13e894cee0", + "content-type": "application/octet-stream", + "indexed": false, + "name": "SOP_MACS Live Dead Separation V3.pdf", + "size": 520, + "uuid": "e0e51494-0793-4145-b10e-32d0c48f7905", + "version": "1" + }, + "supplementary_file/f973157b-0dfa-48aa-b790-faef283a513d": { + "crc32c": "CAD4F2CE", + "sha1": "595994145200f0ad7917bb019f86164e6bcc58e8", + "sha256": "a01dcb62b1948ea2b998b2e763a9aa5d888072c0e71c6c324c9aa1c2b9ed13d4", + "s3_etag": "06d38e739da0ab85b142bc5d48036a2e", + "content-type": "application/octet-stream", + "indexed": false, + "name": "Human_spleen_dissociation_protocol.pdf", + "size": 527, + "uuid": "81f61d0b-514d-47c5-814d-e238996ecab2", + "version": "1" + }, + "supplementary_file/339458c4-c7ab-4ee1-9071-999af6d16d47": { + "crc32c": "92435DE6", + "sha1": "e6928d497f33a976aa49ee799358f3b2f048196b", + "sha256": "4b05be3a55ad520d3d3afd0b0e1c9f82b5ed7e0b1feb9b57c0283b7e430f0f38", + "s3_etag": "4c8a685c90633f44fe4af0cddcec3c07", + "content-type": "application/octet-stream", + "indexed": false, + "name": "SOP - Human Oesophagus Dissociation 19.02.18.pdf", + "size": 578, + "uuid": "0b251162-aeb6-418b-b313-49602512745e", + "version": "1" + }, + "supplementary_file/903bc97d-addf-45fa-ae35-cf7e31d0c20b": { + "crc32c": "03D66B96", + "sha1": "225ec6c9f8675206e628611b2bf2dbb4a24b5765", + "sha256": "be3904db8cdb8deba1619eed9ec227071d842c874c61676eaa9a6bf8afd73156", + "s3_etag": "bb7bd150105d8047e0c823f825dd0051", + "content-type": "application/octet-stream", + "indexed": false, + "name": "Clinical_metadata.xlsx", + "size": 513, + "uuid": "7b8da1fb-e6c2-4fc1-b370-11fa9698939f", + "version": "1" + }, + "supplementary_file/e9000e63-4ead-468d-826a-9bea0a1c68ab": { + "crc32c": "455326F9", + "sha1": "f1cc033ec095cf812f0d2ad0689d277b271523e5", + "sha256": "023f39b768280f66d91cf9cc7771d14c1a0f893ecd96d4727ec6206d99041922", + "s3_etag": "1366c0d41b7ed73229d5f1177146448a", + "content-type": "application/octet-stream", + "indexed": false, + "name": "10x_sequencing_protocol.pdf", + "size": 502, + "uuid": "a0e29103-23b1-4570-a335-29ab7e4de062", + "version": "1" + }, + "supplementary_file/529fd903-f4b9-44a9-b32f-047d359ad541": { + "crc32c": "76070BE8", + "sha1": "8c6fd1a6af8c050415b42795e40975ce0e685d1b", + "sha256": "ade3a42aa52b0159f8cafdf112119632ec06fc9eefe3a8846e7431e02b1dca87", + "s3_etag": "807c710c0d280481e634f68ab1926046", + "content-type": "application/octet-stream", + "indexed": false, + "name": "Experimental_report.pdf", + "size": 426, + "uuid": "06403366-b0af-455b-b5e7-ec7cfbacb791", + "version": "1" + }, + "supplementary_file/9904d58a-4a23-4099-b885-3bdefac39b20": { + "crc32c": "FCA6B2B2", + "sha1": "05e3276d65e86b46b080243380ca92954fa8e46d", + "sha256": "32f7948b17e53588ba1c7ebe2c0ea11560eeb232b1d626e3d24a82d46a035140", + "s3_etag": "92bfdbbfaed67053422af7be835392a4", + "content-type": "application/octet-stream", + "indexed": false, + "name": "SOP-Mechanical Human Spleen Dissociation 19.02.17.pdf", + "size": 569, + "uuid": "aa155ec7-5ef5-4a22-9907-23019097fba0", + "version": "1" + }, + "supplementary_file/f863f044-f904-4bf2-8535-fa45f123f237": { + "crc32c": "A5FA937C", + "sha1": "8b8325fffab6dff50944126ad95ff44776128440", + "sha256": "ab30dc7402b9d849adf90f1433b952f005a56a6989c6a0306901d7dbeac203d8", + "s3_etag": "c0c8a11d34500469afd134a264ff94cd", + "content-type": "application/octet-stream", + "indexed": false, + "name": "284C_IMAGE_spleen_annotated.jpeg", + "size": 507, + "uuid": "769901d5-ef88-4c45-b83c-5bf9a97d59d2", + "version": "1" + } + }, + "metadata": { + "cell_suspension/932dae75-ba79-42a6-915a-c6a67b39835c": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "A1-Spl-0-TL5_cells", + "biomaterial_name": "cells from fresh spleen", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA1098924", + "insdc_biomaterial": "ERS2392443" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "total_estimated_cells": 1970, + "provenance": { + "document_id": "932dae75-ba79-42a6-915a-c6a67b39835c", + "submission_date": "2018-09-05T09:14:54.798Z", + "update_date": "2018-09-05T09:15:05.597Z" + } + }, + "dissociation_protocol/f1f2f791-f5f0-4eaa-8a4d-d6de9cf6807b": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_protocol_1", + "protocol_name": "Dissociation of spleen tissue sample into cell suspension", + "document": "Human_spleen_dissociation_protocol.pdf" + }, + "dissociation_method": { + "text": "mechanical", + "ontology": "EFO:0009129" + }, + "provenance": { + "document_id": "f1f2f791-f5f0-4eaa-8a4d-d6de9cf6807b", + "submission_date": "2018-09-05T09:14:54.916Z", + "update_date": "2018-09-05T09:15:02.163Z" + } + }, + "donor_organism/8909e260-7472-4c95-a96e-05d53d3c9221": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "284C-A1", + "biomaterial_name": "284C-spleen", + "biomaterial_description": "Spleen", + "ncbi_taxon_id": [ + 9606 + ] + }, + "death": { + "cause_of_death": "Hypoxic brain damage", + "cold_perfused": true, + "organ_donation_death_type": "Donation after circulatory death (DCD)" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "is_living": "no", + "sex": "male", + "organism_age": "55-60", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "height": "1.75-1.8", + "height_unit": { + "text": "meter", + "ontology": "UO:0000008" + }, + "weight": "80-85", + "weight_unit": { + "text": "kilogram", + "ontology": "UO:0000009" + }, + "medical_history": { + "alcohol_history": "3-6 units/day", + "smoking_history": "Smoker, 20/day for 25 years, stopped 2000" + }, + "normothermic_regional_perfusion": "yes", + "provenance": { + "document_id": "8909e260-7472-4c95-a96e-05d53d3c9221", + "submission_date": "2018-09-05T09:14:54.658Z", + "update_date": "2018-09-05T09:15:03.935Z" + } + }, + "enrichment_protocol/e8c1f3fe-d694-467c-a823-01426f44ed71": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_1", + "protocol_name": "Enrichment for live cells", + "document": "Human_spleen_dissociation_protocol.pdf" + }, + "enrichment_method": { + "text": "magnetic affinity cell sorting", + "ontology": "EFO:0009109" + }, + "markers": "LiveCells", + "provenance": { + "document_id": "e8c1f3fe-d694-467c-a823-01426f44ed71", + "submission_date": "2018-09-05T09:14:54.896Z", + "update_date": "2018-09-05T09:15:02.160Z" + } + }, + "library_preparation_protocol/cc50851b-4c12-463b-b527-60d1c8d5ef60": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1", + "protocol_name": "Library preparation for 10x_v2 sequencing", + "protocol_description": "ChromiumTM Single Cell 3' Library & Gel Bead Kit v2", + "document": "10x_sequencing_protocol.pdf" + }, + "cell_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_approach": { + "text": "10X sequencing", + "ontology": "EFO:0008995" + }, + "nucleic_acid_source": "single cell", + "end_bias": "3 prime tag", + "strand": "second", + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 16, + "barcode_length": 10 + }, + "provenance": { + "document_id": "cc50851b-4c12-463b-b527-60d1c8d5ef60", + "submission_date": "2018-09-05T09:14:54.945Z", + "update_date": "2018-09-05T09:15:02.223Z" + } + }, + "process/8b006d76-80c0-4e2c-866a-01fa5e900ab5": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "8b006d76-80c0-4e2c-866a-01fa5e900ab5", + "submission_date": "2018-09-05T09:14:54.996Z", + "update_date": "2018-09-05T09:15:03.169Z" + } + }, + "process/a85a679d-38f0-4eb2-bfce-ed0e621769c8": { + "process_core": { + "process_id": "process_id_29" + }, + "schema_type": "process", + "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "a85a679d-38f0-4eb2-bfce-ed0e621769c8", + "submission_date": "2018-09-05T09:14:55.295Z", + "update_date": "2018-09-05T09:15:05.629Z" + } + }, + "project/e7043342-977a-4f43-b382-d2a4f0932b56": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Tissue stability", + "project_title": "Ischaemic sensitivity of human tissue by single cell RNA seq", + "project_description": "Assessment of ischaemic sensitivity of human tissues using 10x 3' single cell RNA sequencing. Currently, this project contains data for spleen and oesophagus. Ultimately we aim to collect data from three tissues expected to have different sensitivity to ischaemia: spleen (expected least sensitive), oesophagus (in the middle), and lung. Samples will be collected fresh (i.e. as soon as possible) and at 12h, 24h, and 72h post onset of ischaemia in the donor. Single cell RNA sequencing data will be generated at each time point using the 10x genomics single cell 3' method." + }, + "insdc_project": "ERP107913", + "insdc_study": "PRJEB25946", + "contributors": [ + { + "contact_name": "Mike,,Stubbington", + "email": "ms31@sanger.ac.uk", + "phone": "44 (0)1223 834244", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Human Cell Atlas (Mike Stubbington)", + "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", + "country": "UK", + "orcid_id": "0000-0001-5924-3566" + }, + { + "contact_name": "Phillipa,,Harding", + "email": "ph11@sanger.ac.uk", + "phone": "44 (0)1223 834244", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Human Cell Atlas (Mike Stubbington)", + "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", + "country": "UK" + }, + { + "contact_name": "Anna,,Wilbrey-Clark", + "email": "aw24@sanger.ac.uk", + "phone": "44 (0)1223 834244", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Human Cell Atlas (Mike Stubbington)", + "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", + "country": "UK" + }, + { + "contact_name": "Krzysztof,,Polanski", + "email": "kp9@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Human Cell Atlas (Mike Stubbington)", + "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", + "country": "UK" + }, + { + "contact_name": "Kevin,,Loudon", + "email": "kevinloudon@doctors.org.uk", + "institution": "University of Cambridge", + "laboratory": "Molecular Immunity Unit, Department of Medicine", + "address": "Cambridge CB2 0QQ", + "country": "UK" + }, + { + "contact_name": "John,R,Ferdinand", + "email": "jrf58@cam.ac.uk", + "institution": "University of Cambridge", + "laboratory": "Molecular Immunity Unit, Department of Medicine", + "address": "Cambridge CB2 0QQ", + "country": "UK", + "orcid_id": "0000-0003-0936-0128" + }, + { + "contact_name": "Krishnaa,,Mahbubani", + "email": "ktam2@cam.ac.uk", + "institution": "University of Cambridge", + "laboratory": "Cambridge Biorepository for Translational Medicine", + "address": "Cambridge CB2 0QQ", + "country": "UK" + }, + { + "contact_name": "Nikitas,,Georgakopoulos", + "email": "ng395@cam.ac.uk", + "institution": "University of Cambridge", + "laboratory": "Cambridge Biorepository for Translational Medicine", + "address": "Cambridge CB2 0QQ", + "country": "UK" + }, + { + "contact_name": "Kerstin,B,Meyer", + "email": "km16@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", + "country": "UK", + "corresponding_contributor": true + }, + { + "contact_name": "Kourosh,,Saeb-Parsy", + "email": "ks10014@cam.ac.uk", + "institution": "University of Cambridge", + "address": "Cambridge CB2 0QQ", + "country": "UK" + }, + { + "contact_name": "Karol,,Nowicki-Osuch", + "email": "kpn25@mrc-cu.cam.ac.uk", + "institution": "MRC Cancer Unit", + "laboratory": "Rebecca Fitzgerald", + "address": "MRC Cancer Unit, Hutchison-MRC Research Centre, University of Cambridge, Cambridge CB2 0XZ.", + "country": "UK" + }, + { + "contact_name": "Rebecca,,Fitzgerald", + "email": "rcf29@mrc-cu.cam.ac.uk", + "institution": "MRC Cancer Unit", + "laboratory": "Rebecca Fitzgerald", + "address": "MRC Cancer Unit, Hutchison-MRC Research Centre, University of Cambridge, Cambridge CB2 0XZ.", + "country": "UK" + }, + { + "contact_name": "Ricardo,J,Miragaia", + "email": "rm13@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "laboratory": "Human Cell Atlas (Sarah Teichmann)", + "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", + "country": "UK" + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Danielle,,Welter", + "email": "dwelter@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-1058-2668", + "corresponding_contributor": false + } + ], + "provenance": { + "document_id": "e7043342-977a-4f43-b382-d2a4f0932b56", + "submission_date": "2018-09-05T09:14:54.288Z", + "update_date": "2018-09-05T09:15:01.681Z" + } + }, + "sequence_file/4d3839bf-e39f-4136-92a4-6f7009e88567": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "index1", + "lane_index": 1, + "insdc_run": [ + "ERR2508319" + ], + "provenance": { + "document_id": "4d3839bf-e39f-4136-92a4-6f7009e88567", + "submission_date": "2018-09-05T09:14:54.400Z", + "update_date": "2018-09-05T09:14:56.841Z" + } + }, + "sequencing_protocol/29150a65-718c-46bc-8a7f-11ac585bf959": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1", + "protocol_name": "10x_v2 sequencing", + "protocol_description": "ChromiumTM Single Cell 3' Library & Gel Bead Kit v2", + "document": "10x_sequencing_protocol.pdf" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 4000", + "ontology": "EFO:0008563" + }, + "paired_end": true, + "sequencing_approach": { + "text": "tag based single cell RNA sequencing", + "ontology": "EFO:0008440" + }, + "provenance": { + "document_id": "29150a65-718c-46bc-8a7f-11ac585bf959", + "submission_date": "2018-09-05T09:14:54.986Z", + "update_date": "2018-09-05T09:15:02.167Z" + } + }, + "supplementary_file/c3ce4634-ba98-45a7-a546-a2e3f4873d4c": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "SOP_MACS Live Dead Separation V3.pdf", + "file_format": "pdf", + "checksum": "NEED" + }, + "file_description": "Enrichment for live cells", + "provenance": { + "document_id": "c3ce4634-ba98-45a7-a546-a2e3f4873d4c", + "submission_date": "2018-09-05T09:14:54.357Z", + "update_date": "2018-09-05T09:14:56.869Z" + } + }, + "supplementary_file/f973157b-0dfa-48aa-b790-faef283a513d": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "Human_spleen_dissociation_protocol.pdf", + "file_format": "pdf" + }, + "file_description": "Dissociation of spleen tissue sample into cell suspension.", + "provenance": { + "document_id": "f973157b-0dfa-48aa-b790-faef283a513d", + "submission_date": "2018-09-05T09:14:54.313Z", + "update_date": "2018-09-05T09:14:56.831Z" + } + }, + "supplementary_file/339458c4-c7ab-4ee1-9071-999af6d16d47": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "SOP - Human Oesophagus Dissociation 19.02.18.pdf", + "file_format": "pdf", + "checksum": "NEED" + }, + "file_description": "Dissociation of human oesophagus epithelium into single cell suspension", + "provenance": { + "document_id": "339458c4-c7ab-4ee1-9071-999af6d16d47", + "submission_date": "2018-09-05T09:14:54.382Z", + "update_date": "2018-09-05T09:14:56.806Z" + } + }, + "supplementary_file/903bc97d-addf-45fa-ae35-cf7e31d0c20b": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "Clinical_metadata.xlsx", + "file_format": "xlsx", + "checksum": "NEED" + }, + "file_description": "Clinical metadata about donors.", + "provenance": { + "document_id": "903bc97d-addf-45fa-ae35-cf7e31d0c20b", + "submission_date": "2018-09-05T09:14:54.333Z", + "update_date": "2018-09-05T09:14:56.827Z" + } + }, + "supplementary_file/e9000e63-4ead-468d-826a-9bea0a1c68ab": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "10x_sequencing_protocol.pdf", + "file_format": "pdf" + }, + "file_description": "Sequencing and library preparation protocol.", + "provenance": { + "document_id": "e9000e63-4ead-468d-826a-9bea0a1c68ab", + "submission_date": "2018-09-05T09:14:54.301Z", + "update_date": "2018-09-05T09:14:56.827Z" + } + }, + "supplementary_file/529fd903-f4b9-44a9-b32f-047d359ad541": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "Experimental_report.pdf", + "file_format": "pdf" + }, + "provenance": { + "document_id": "529fd903-f4b9-44a9-b32f-047d359ad541", + "submission_date": "2018-09-05T09:14:54.323Z", + "update_date": "2018-09-05T09:14:56.872Z" + } + }, + "supplementary_file/9904d58a-4a23-4099-b885-3bdefac39b20": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "SOP-Mechanical Human Spleen Dissociation 19.02.17.pdf", + "file_format": "pdf", + "checksum": "NEED" + }, + "file_description": "Dissociation of spleen tissue sample into cell suspension", + "provenance": { + "document_id": "9904d58a-4a23-4099-b885-3bdefac39b20", + "submission_date": "2018-09-05T09:14:54.367Z", + "update_date": "2018-09-05T09:14:56.865Z" + } + }, + "supplementary_file/f863f044-f904-4bf2-8535-fa45f123f237": { + "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "284C_IMAGE_spleen_annotated.jpeg", + "file_format": "jpeg" + }, + "file_description": "Gross image of specimen location in spleen.", + "provenance": { + "document_id": "f863f044-f904-4bf2-8535-fa45f123f237", + "submission_date": "2018-09-05T09:14:54.346Z", + "update_date": "2018-09-05T09:14:55.825Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "8b006d76-80c0-4e2c-866a-01fa5e900ab5", + "inputs": [ + "932dae75-ba79-42a6-915a-c6a67b39835c" + ], + "input_type": "biomaterial", + "outputs": [ + "4d3839bf-e39f-4136-92a4-6f7009e88567" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "cc50851b-4c12-463b-b527-60d1c8d5ef60" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "29150a65-718c-46bc-8a7f-11ac585bf959" + } + ] + }, + { + "process": "a85a679d-38f0-4eb2-bfce-ed0e621769c8", + "inputs": [ + "8909e260-7472-4c95-a96e-05d53d3c9221" + ], + "input_type": "biomaterial", + "outputs": [ + "932dae75-ba79-42a6-915a-c6a67b39835c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "f1f2f791-f5f0-4eaa-8a4d-d6de9cf6807b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "e8c1f3fe-d694-467c-a823-01426f44ed71" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json b/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json deleted file mode 100644 index 876ed60c15..0000000000 --- a/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/manifest.json +++ /dev/null @@ -1,338 +0,0 @@ -[ - { - "crc32c": "FD971A18", - "sha1": "1792e28d776e30795ae12ded550a90507afd4d3a", - "sha256": "b7e4ab204e7808382ea766362a03b7574740661c9f0de9ad9d6a57902b5db3ed", - "s3_etag": "0106da2e5d49b7db21e8fddf0db50e02", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "cell_suspension_0.json", - "size": 774, - "uuid": "51215dbc-2dfd-4969-a54e-c39191a0a257", - "version": "1" - }, - { - "crc32c": "94D6B49F", - "sha1": "df275d2538f4a4d268b5bb73a1f13a9694ffeac9", - "sha256": "d894880e4255dde12d025dbcf970e4463ef33d373823f96a6ff6f8d86319b928", - "s3_etag": "a7ae9463b86a2e892bb0f004b5178127", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "dissociation_protocol_0.json", - "size": 684, - "uuid": "75c81e22-2775-4c59-9c3a-7744f1e5fb85", - "version": "1" - }, - { - "crc32c": "A1D20ADB", - "sha1": "8a7bb7964b04a893322b0661e24acf8f57286ad1", - "sha256": "0c96bd6b8ec27b590794cb75cd412171f50c97ca7f54f5a37034af68124dd1a5", - "s3_etag": "149fb07a5176a4e1cb059453b2e4c410", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "donor_organism_0.json", - "size": 1640, - "uuid": "9ce282f9-92fa-410f-a900-1b60520e3ae6", - "version": "1" - }, - { - "crc32c": "C0295A94", - "sha1": "9451c7750b4fc01710a01fd7e6ee134db4c9aee3", - "sha256": "f35e073ca46f7c1aa632786cb8c1a448c06d89c1886b07d6a657b9eea966c052", - "s3_etag": "84e0dcc1737b33b2416b28d2d72e34dc", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "enrichment_protocol_0.json", - "size": 694, - "uuid": "598ed21e-d90f-49af-8c97-5b140f91c079", - "version": "1" - }, - { - "crc32c": "AF32195B", - "sha1": "8ecdb54e2ed451cfc22c52ca1d8ebefdf6c72e58", - "sha256": "d57e8aba16e12fedbef5b8b6857d63054fc4968f82cce2398d45a3d8c0105f2c", - "s3_etag": "4d85ae4c4d84894373f7af664d92c9fa", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "size": 1206, - "uuid": "1d64e884-84c1-438e-8f1b-7d42698942ad", - "version": "1" - }, - { - "crc32c": "C1574314", - "sha1": "086e0e40e88c2ed0b4a1c68a3f2fd88e66454e6e", - "sha256": "88fa107073946ff3a01455ebeca62cb7a8c8253a10f90c68f8c37078f00be627", - "s3_etag": "151fe404519e0934fa5e24772d8002d6", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "links.json", - "size": 1643, - "uuid": "62f4b747-7bf2-4af5-b710-723a060f0d35", - "version": "1" - }, - { - "crc32c": "D044B620", - "sha1": "15c4e8085308b8f297b9b682c8aa892514e476de", - "sha256": "743e4240381a969032e2e305a7a63e839d979cd1072fe67c816278a9f97820cb", - "s3_etag": "3992069444c9940b70bc8e6e8c062b59", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_0.json", - "size": 384, - "uuid": "d7c8d181-105d-416c-a5a5-e7f353be7684", - "version": "1" - }, - { - "crc32c": "0A2A3547", - "sha1": "23b48a154f75c0fa5c898f6e6f5031a7b321f35e", - "sha256": "d120b433ae3926595c6704b7d0b2680cd8a72ba525c5cf1b796badd1473fe610", - "s3_etag": "469107dc5f22cfe005fd47e0c2d0c36b", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "process_1.json", - "size": 385, - "uuid": "d4528d9e-291d-4506-96fc-6e9304524aca", - "version": "1" - }, - { - "crc32c": "171D9018", - "sha1": "93d5db855b02ccc905738b3f09b4e9f837340631", - "sha256": "e9423d52f8c7dc689ba6da72c5a41571731d766f6116c2faab2b185bceebde1e", - "s3_etag": "e4b9286fc2cb939eb4938198ade2400d", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "project_0.json", - "size": 6850, - "uuid": "270801af-47a4-48eb-a7c0-684f2573e99a", - "version": "1" - }, - { - "crc32c": "5E314552", - "sha1": "0caf6b4d52c6095fe9b78eae9f12f4b2e7bdee3b", - "sha256": "e7f7e93c198d758a084d0ef4065b0314ba7365a72eeccc77f3b6368e4b951308", - "s3_etag": "86e0aff5a1b15c1a9c4f396f4ebcd2ed", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequence_file_0.json", - "size": 545, - "uuid": "20c3551f-28a5-4a80-9524-04e32d534cb9", - "version": "1" - }, - { - "crc32c": "5E314552", - "sha1": "0caf6b4d52c6095fe9b78eae9f12f4b2e7bdee3b", - "sha256": "e7f7e93c198d758a084d0ef4065b0314ba7365a72eeccc77f3b6368e4b951308", - "s3_etag": "86e0aff5a1b15c1a9c4f396f4ebcd2ed", - "content-type": "application/octet-stream", - "indexed": false, - "name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", - "size": 545, - "uuid": "72b3bd3f-1874-4636-bffe-0ab382cf6d72", - "version": "1" - }, - { - "crc32c": "37EAF626", - "sha1": "360c9664a9d4a329095bfc91ce6986f456d1e9b8", - "sha256": "f54208dc2d31664b06e4bae1052a137e98b6e78756e432f016474f72e7888823", - "s3_etag": "161390a17a35f0c1b0a7b7ab4d0e4724", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "sequencing_protocol_0.json", - "size": 873, - "uuid": "aa0b00f1-794e-410c-a2c4-ff8e52871cc8", - "version": "1" - }, - { - "crc32c": "5BA5B282", - "sha1": "6c65e7c34a953a96a9991e302a367999f0612fab", - "sha256": "fced35e7be4a017707f154e25a16f4b8f5287f636909d7d4c1ef4802cc090c78", - "s3_etag": "098f7bdf35bb0508201e3b13e894cee0", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_0.json", - "size": 520, - "uuid": "22f718f3-5e93-48eb-acdd-b076ecf70ae8", - "version": "1" - }, - { - "crc32c": "5BA5B282", - "sha1": "6c65e7c34a953a96a9991e302a367999f0612fab", - "sha256": "fced35e7be4a017707f154e25a16f4b8f5287f636909d7d4c1ef4802cc090c78", - "s3_etag": "098f7bdf35bb0508201e3b13e894cee0", - "content-type": "application/octet-stream", - "indexed": false, - "name": "SOP_MACS Live Dead Separation V3.pdf", - "size": 520, - "uuid": "e0e51494-0793-4145-b10e-32d0c48f7905", - "version": "1" - }, - { - "crc32c": "CAD4F2CE", - "sha1": "595994145200f0ad7917bb019f86164e6bcc58e8", - "sha256": "a01dcb62b1948ea2b998b2e763a9aa5d888072c0e71c6c324c9aa1c2b9ed13d4", - "s3_etag": "06d38e739da0ab85b142bc5d48036a2e", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_1.json", - "size": 527, - "uuid": "7d6e3740-5656-42ed-ae6d-01956eb3bd27", - "version": "1" - }, - { - "crc32c": "CAD4F2CE", - "sha1": "595994145200f0ad7917bb019f86164e6bcc58e8", - "sha256": "a01dcb62b1948ea2b998b2e763a9aa5d888072c0e71c6c324c9aa1c2b9ed13d4", - "s3_etag": "06d38e739da0ab85b142bc5d48036a2e", - "content-type": "application/octet-stream", - "indexed": false, - "name": "Human_spleen_dissociation_protocol.pdf", - "size": 527, - "uuid": "81f61d0b-514d-47c5-814d-e238996ecab2", - "version": "1" - }, - { - "crc32c": "92435DE6", - "sha1": "e6928d497f33a976aa49ee799358f3b2f048196b", - "sha256": "4b05be3a55ad520d3d3afd0b0e1c9f82b5ed7e0b1feb9b57c0283b7e430f0f38", - "s3_etag": "4c8a685c90633f44fe4af0cddcec3c07", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_2.json", - "size": 578, - "uuid": "7ab744b1-aae4-4585-afa6-e36a77181a23", - "version": "1" - }, - { - "crc32c": "92435DE6", - "sha1": "e6928d497f33a976aa49ee799358f3b2f048196b", - "sha256": "4b05be3a55ad520d3d3afd0b0e1c9f82b5ed7e0b1feb9b57c0283b7e430f0f38", - "s3_etag": "4c8a685c90633f44fe4af0cddcec3c07", - "content-type": "application/octet-stream", - "indexed": false, - "name": "SOP - Human Oesophagus Dissociation 19.02.18.pdf", - "size": 578, - "uuid": "0b251162-aeb6-418b-b313-49602512745e", - "version": "1" - }, - { - "crc32c": "03D66B96", - "sha1": "225ec6c9f8675206e628611b2bf2dbb4a24b5765", - "sha256": "be3904db8cdb8deba1619eed9ec227071d842c874c61676eaa9a6bf8afd73156", - "s3_etag": "bb7bd150105d8047e0c823f825dd0051", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_3.json", - "size": 513, - "uuid": "60007975-aaf8-419c-99e6-30cead3972d3", - "version": "1" - }, - { - "crc32c": "03D66B96", - "sha1": "225ec6c9f8675206e628611b2bf2dbb4a24b5765", - "sha256": "be3904db8cdb8deba1619eed9ec227071d842c874c61676eaa9a6bf8afd73156", - "s3_etag": "bb7bd150105d8047e0c823f825dd0051", - "content-type": "application/octet-stream", - "indexed": false, - "name": "Clinical_metadata.xlsx", - "size": 513, - "uuid": "7b8da1fb-e6c2-4fc1-b370-11fa9698939f", - "version": "1" - }, - { - "crc32c": "455326F9", - "sha1": "f1cc033ec095cf812f0d2ad0689d277b271523e5", - "sha256": "023f39b768280f66d91cf9cc7771d14c1a0f893ecd96d4727ec6206d99041922", - "s3_etag": "1366c0d41b7ed73229d5f1177146448a", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_4.json", - "size": 502, - "uuid": "81fae654-25f7-430e-9829-9e8ccd2f3098", - "version": "1" - }, - { - "crc32c": "455326F9", - "sha1": "f1cc033ec095cf812f0d2ad0689d277b271523e5", - "sha256": "023f39b768280f66d91cf9cc7771d14c1a0f893ecd96d4727ec6206d99041922", - "s3_etag": "1366c0d41b7ed73229d5f1177146448a", - "content-type": "application/octet-stream", - "indexed": false, - "name": "10x_sequencing_protocol.pdf", - "size": 502, - "uuid": "a0e29103-23b1-4570-a335-29ab7e4de062", - "version": "1" - }, - { - "crc32c": "76070BE8", - "sha1": "8c6fd1a6af8c050415b42795e40975ce0e685d1b", - "sha256": "ade3a42aa52b0159f8cafdf112119632ec06fc9eefe3a8846e7431e02b1dca87", - "s3_etag": "807c710c0d280481e634f68ab1926046", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_5.json", - "size": 426, - "uuid": "a59afc52-7104-4bcc-9c48-8d29ec26f142", - "version": "1" - }, - { - "crc32c": "76070BE8", - "sha1": "8c6fd1a6af8c050415b42795e40975ce0e685d1b", - "sha256": "ade3a42aa52b0159f8cafdf112119632ec06fc9eefe3a8846e7431e02b1dca87", - "s3_etag": "807c710c0d280481e634f68ab1926046", - "content-type": "application/octet-stream", - "indexed": false, - "name": "Experimental_report.pdf", - "size": 426, - "uuid": "06403366-b0af-455b-b5e7-ec7cfbacb791", - "version": "1" - }, - { - "crc32c": "FCA6B2B2", - "sha1": "05e3276d65e86b46b080243380ca92954fa8e46d", - "sha256": "32f7948b17e53588ba1c7ebe2c0ea11560eeb232b1d626e3d24a82d46a035140", - "s3_etag": "92bfdbbfaed67053422af7be835392a4", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_6.json", - "size": 569, - "uuid": "3c6e7cca-4b71-4440-9bfe-7fbb6e8d64f7", - "version": "1" - }, - { - "crc32c": "FCA6B2B2", - "sha1": "05e3276d65e86b46b080243380ca92954fa8e46d", - "sha256": "32f7948b17e53588ba1c7ebe2c0ea11560eeb232b1d626e3d24a82d46a035140", - "s3_etag": "92bfdbbfaed67053422af7be835392a4", - "content-type": "application/octet-stream", - "indexed": false, - "name": "SOP-Mechanical Human Spleen Dissociation 19.02.17.pdf", - "size": 569, - "uuid": "aa155ec7-5ef5-4a22-9907-23019097fba0", - "version": "1" - }, - { - "crc32c": "A5FA937C", - "sha1": "8b8325fffab6dff50944126ad95ff44776128440", - "sha256": "ab30dc7402b9d849adf90f1433b952f005a56a6989c6a0306901d7dbeac203d8", - "s3_etag": "c0c8a11d34500469afd134a264ff94cd", - "content-type": "application/json; dcp-type=\"metadata/json\"", - "indexed": true, - "name": "supplementary_file_7.json", - "size": 507, - "uuid": "56e64272-c762-47d8-b49b-cd15436edabf", - "version": "1" - }, - { - "crc32c": "A5FA937C", - "sha1": "8b8325fffab6dff50944126ad95ff44776128440", - "sha256": "ab30dc7402b9d849adf90f1433b952f005a56a6989c6a0306901d7dbeac203d8", - "s3_etag": "c0c8a11d34500469afd134a264ff94cd", - "content-type": "application/octet-stream", - "indexed": false, - "name": "284C_IMAGE_spleen_annotated.jpeg", - "size": 507, - "uuid": "769901d5-ef88-4c45-b83c-5bf9a97d59d2", - "version": "1" - } -] diff --git a/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json b/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json deleted file mode 100644 index c0e73bdfc1..0000000000 --- a/test/hca_metadata_api/cans/examples/Tissue stability/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-08-03T082009.272868Z/metadata.json +++ /dev/null @@ -1,538 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "A1-Spl-0-TL5_cells", - "biomaterial_name": "cells from fresh spleen", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA1098924", - "insdc_biomaterial": "ERS2392443" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 1970, - "provenance": { - "document_id": "932dae75-ba79-42a6-915a-c6a67b39835c", - "submission_date": "2018-09-05T09:14:54.798Z", - "update_date": "2018-09-05T09:15:05.597Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_protocol_1", - "protocol_name": "Dissociation of spleen tissue sample into cell suspension", - "document": "Human_spleen_dissociation_protocol.pdf" - }, - "dissociation_method": { - "text": "mechanical", - "ontology": "EFO:0009129" - }, - "provenance": { - "document_id": "f1f2f791-f5f0-4eaa-8a4d-d6de9cf6807b", - "submission_date": "2018-09-05T09:14:54.916Z", - "update_date": "2018-09-05T09:15:02.163Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "284C-A1", - "biomaterial_name": "284C-spleen", - "biomaterial_description": "Spleen", - "ncbi_taxon_id": [ - 9606 - ] - }, - "death": { - "cause_of_death": "Hypoxic brain damage", - "cold_perfused": true, - "organ_donation_death_type": "Donation after circulatory death (DCD)" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "is_living": "no", - "sex": "male", - "organism_age": "55-60", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "height": "1.75-1.8", - "height_unit": { - "text": "meter", - "ontology": "UO:0000008" - }, - "weight": "80-85", - "weight_unit": { - "text": "kilogram", - "ontology": "UO:0000009" - }, - "medical_history": { - "alcohol_history": "3-6 units/day", - "smoking_history": "Smoker, 20/day for 25 years, stopped 2000" - }, - "normothermic_regional_perfusion": "yes", - "provenance": { - "document_id": "8909e260-7472-4c95-a96e-05d53d3c9221", - "submission_date": "2018-09-05T09:14:54.658Z", - "update_date": "2018-09-05T09:15:03.935Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_1", - "protocol_name": "Enrichment for live cells", - "document": "Human_spleen_dissociation_protocol.pdf" - }, - "enrichment_method": { - "text": "magnetic affinity cell sorting", - "ontology": "EFO:0009109" - }, - "markers": "LiveCells", - "provenance": { - "document_id": "e8c1f3fe-d694-467c-a823-01426f44ed71", - "submission_date": "2018-09-05T09:14:54.896Z", - "update_date": "2018-09-05T09:15:02.160Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1", - "protocol_name": "Library preparation for 10x_v2 sequencing", - "protocol_description": "ChromiumTM Single Cell 3' Library & Gel Bead Kit v2", - "document": "10x_sequencing_protocol.pdf" - }, - "cell_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_approach": { - "text": "10X sequencing", - "ontology": "EFO:0008995" - }, - "nucleic_acid_source": "single cell", - "end_bias": "3 prime tag", - "strand": "second", - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 16, - "barcode_length": 10 - }, - "provenance": { - "document_id": "cc50851b-4c12-463b-b527-60d1c8d5ef60", - "submission_date": "2018-09-05T09:14:54.945Z", - "update_date": "2018-09-05T09:15:02.223Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "8b006d76-80c0-4e2c-866a-01fa5e900ab5", - "inputs": [ - "932dae75-ba79-42a6-915a-c6a67b39835c" - ], - "input_type": "biomaterial", - "outputs": [ - "4d3839bf-e39f-4136-92a4-6f7009e88567" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "cc50851b-4c12-463b-b527-60d1c8d5ef60" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "29150a65-718c-46bc-8a7f-11ac585bf959" - } - ] - }, - { - "process": "a85a679d-38f0-4eb2-bfce-ed0e621769c8", - "inputs": [ - "8909e260-7472-4c95-a96e-05d53d3c9221" - ], - "input_type": "biomaterial", - "outputs": [ - "932dae75-ba79-42a6-915a-c6a67b39835c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "f1f2f791-f5f0-4eaa-8a4d-d6de9cf6807b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "e8c1f3fe-d694-467c-a823-01426f44ed71" - } - ] - } - ] - }, - "process_0.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "8b006d76-80c0-4e2c-866a-01fa5e900ab5", - "submission_date": "2018-09-05T09:14:54.996Z", - "update_date": "2018-09-05T09:15:03.169Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_29" - }, - "schema_type": "process", - "describedBy": "http://schema.dev.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "a85a679d-38f0-4eb2-bfce-ed0e621769c8", - "submission_date": "2018-09-05T09:14:55.295Z", - "update_date": "2018-09-05T09:15:05.629Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/project/9.0.2/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Tissue stability", - "project_title": "Ischaemic sensitivity of human tissue by single cell RNA seq", - "project_description": "Assessment of ischaemic sensitivity of human tissues using 10x 3' single cell RNA sequencing. Currently, this project contains data for spleen and oesophagus. Ultimately we aim to collect data from three tissues expected to have different sensitivity to ischaemia: spleen (expected least sensitive), oesophagus (in the middle), and lung. Samples will be collected fresh (i.e. as soon as possible) and at 12h, 24h, and 72h post onset of ischaemia in the donor. Single cell RNA sequencing data will be generated at each time point using the 10x genomics single cell 3' method." - }, - "insdc_project": "ERP107913", - "insdc_study": "PRJEB25946", - "contributors": [ - { - "contact_name": "Mike,,Stubbington", - "email": "ms31@sanger.ac.uk", - "phone": "44 (0)1223 834244", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Human Cell Atlas (Mike Stubbington)", - "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", - "country": "UK", - "orcid_id": "0000-0001-5924-3566" - }, - { - "contact_name": "Phillipa,,Harding", - "email": "ph11@sanger.ac.uk", - "phone": "44 (0)1223 834244", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Human Cell Atlas (Mike Stubbington)", - "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", - "country": "UK" - }, - { - "contact_name": "Anna,,Wilbrey-Clark", - "email": "aw24@sanger.ac.uk", - "phone": "44 (0)1223 834244", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Human Cell Atlas (Mike Stubbington)", - "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", - "country": "UK" - }, - { - "contact_name": "Krzysztof,,Polanski", - "email": "kp9@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Human Cell Atlas (Mike Stubbington)", - "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", - "country": "UK" - }, - { - "contact_name": "Kevin,,Loudon", - "email": "kevinloudon@doctors.org.uk", - "institution": "University of Cambridge", - "laboratory": "Molecular Immunity Unit, Department of Medicine", - "address": "Cambridge CB2 0QQ", - "country": "UK" - }, - { - "contact_name": "John,R,Ferdinand", - "email": "jrf58@cam.ac.uk", - "institution": "University of Cambridge", - "laboratory": "Molecular Immunity Unit, Department of Medicine", - "address": "Cambridge CB2 0QQ", - "country": "UK", - "orcid_id": "0000-0003-0936-0128" - }, - { - "contact_name": "Krishnaa,,Mahbubani", - "email": "ktam2@cam.ac.uk", - "institution": "University of Cambridge", - "laboratory": "Cambridge Biorepository for Translational Medicine", - "address": "Cambridge CB2 0QQ", - "country": "UK" - }, - { - "contact_name": "Nikitas,,Georgakopoulos", - "email": "ng395@cam.ac.uk", - "institution": "University of Cambridge", - "laboratory": "Cambridge Biorepository for Translational Medicine", - "address": "Cambridge CB2 0QQ", - "country": "UK" - }, - { - "contact_name": "Kerstin,B,Meyer", - "email": "km16@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", - "country": "UK", - "corresponding_contributor": true - }, - { - "contact_name": "Kourosh,,Saeb-Parsy", - "email": "ks10014@cam.ac.uk", - "institution": "University of Cambridge", - "address": "Cambridge CB2 0QQ", - "country": "UK" - }, - { - "contact_name": "Karol,,Nowicki-Osuch", - "email": "kpn25@mrc-cu.cam.ac.uk", - "institution": "MRC Cancer Unit", - "laboratory": "Rebecca Fitzgerald", - "address": "MRC Cancer Unit, Hutchison-MRC Research Centre, University of Cambridge, Cambridge CB2 0XZ.", - "country": "UK" - }, - { - "contact_name": "Rebecca,,Fitzgerald", - "email": "rcf29@mrc-cu.cam.ac.uk", - "institution": "MRC Cancer Unit", - "laboratory": "Rebecca Fitzgerald", - "address": "MRC Cancer Unit, Hutchison-MRC Research Centre, University of Cambridge, Cambridge CB2 0XZ.", - "country": "UK" - }, - { - "contact_name": "Ricardo,J,Miragaia", - "email": "rm13@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "laboratory": "Human Cell Atlas (Sarah Teichmann)", - "address": "Wellcome Trust Sanger Institute, Wellcome Genome Campus, Hinxton, Cambridge. CB10 1SA.", - "country": "UK" - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Danielle,,Welter", - "email": "dwelter@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-1058-2668", - "corresponding_contributor": false - } - ], - "provenance": { - "document_id": "e7043342-977a-4f43-b382-d2a4f0932b56", - "submission_date": "2018-09-05T09:14:54.288Z", - "update_date": "2018-09-05T09:15:01.681Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "index1", - "lane_index": 1, - "insdc_run": [ - "ERR2508319" - ], - "provenance": { - "document_id": "4d3839bf-e39f-4136-92a4-6f7009e88567", - "submission_date": "2018-09-05T09:14:54.400Z", - "update_date": "2018-09-05T09:14:56.841Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1", - "protocol_name": "10x_v2 sequencing", - "protocol_description": "ChromiumTM Single Cell 3' Library & Gel Bead Kit v2", - "document": "10x_sequencing_protocol.pdf" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 4000", - "ontology": "EFO:0008563" - }, - "paired_end": true, - "sequencing_approach": { - "text": "tag based single cell RNA sequencing", - "ontology": "EFO:0008440" - }, - "provenance": { - "document_id": "29150a65-718c-46bc-8a7f-11ac585bf959", - "submission_date": "2018-09-05T09:14:54.986Z", - "update_date": "2018-09-05T09:15:02.167Z" - } - }, - "supplementary_file_0.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "SOP_MACS Live Dead Separation V3.pdf", - "file_format": "pdf", - "checksum": "NEED" - }, - "file_description": "Enrichment for live cells", - "provenance": { - "document_id": "c3ce4634-ba98-45a7-a546-a2e3f4873d4c", - "submission_date": "2018-09-05T09:14:54.357Z", - "update_date": "2018-09-05T09:14:56.869Z" - } - }, - "supplementary_file_1.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "Human_spleen_dissociation_protocol.pdf", - "file_format": "pdf" - }, - "file_description": "Dissociation of spleen tissue sample into cell suspension.", - "provenance": { - "document_id": "f973157b-0dfa-48aa-b790-faef283a513d", - "submission_date": "2018-09-05T09:14:54.313Z", - "update_date": "2018-09-05T09:14:56.831Z" - } - }, - "supplementary_file_2.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "SOP - Human Oesophagus Dissociation 19.02.18.pdf", - "file_format": "pdf", - "checksum": "NEED" - }, - "file_description": "Dissociation of human oesophagus epithelium into single cell suspension", - "provenance": { - "document_id": "339458c4-c7ab-4ee1-9071-999af6d16d47", - "submission_date": "2018-09-05T09:14:54.382Z", - "update_date": "2018-09-05T09:14:56.806Z" - } - }, - "supplementary_file_3.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "Clinical_metadata.xlsx", - "file_format": "xlsx", - "checksum": "NEED" - }, - "file_description": "Clinical metadata about donors.", - "provenance": { - "document_id": "903bc97d-addf-45fa-ae35-cf7e31d0c20b", - "submission_date": "2018-09-05T09:14:54.333Z", - "update_date": "2018-09-05T09:14:56.827Z" - } - }, - "supplementary_file_4.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "10x_sequencing_protocol.pdf", - "file_format": "pdf" - }, - "file_description": "Sequencing and library preparation protocol.", - "provenance": { - "document_id": "e9000e63-4ead-468d-826a-9bea0a1c68ab", - "submission_date": "2018-09-05T09:14:54.301Z", - "update_date": "2018-09-05T09:14:56.827Z" - } - }, - "supplementary_file_5.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "Experimental_report.pdf", - "file_format": "pdf" - }, - "provenance": { - "document_id": "529fd903-f4b9-44a9-b32f-047d359ad541", - "submission_date": "2018-09-05T09:14:54.323Z", - "update_date": "2018-09-05T09:14:56.872Z" - } - }, - "supplementary_file_6.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "SOP-Mechanical Human Spleen Dissociation 19.02.17.pdf", - "file_format": "pdf", - "checksum": "NEED" - }, - "file_description": "Dissociation of spleen tissue sample into cell suspension", - "provenance": { - "document_id": "9904d58a-4a23-4099-b885-3bdefac39b20", - "submission_date": "2018-09-05T09:14:54.367Z", - "update_date": "2018-09-05T09:14:56.865Z" - } - }, - "supplementary_file_7.json": { - "describedBy": "http://schema.dev.data.humancellatlas.org/type/file/1.1.3/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "284C_IMAGE_spleen_annotated.jpeg", - "file_format": "jpeg" - }, - "file_description": "Gross image of specimen location in spleen.", - "provenance": { - "document_id": "f863f044-f904-4bf2-8535-fa45f123f237", - "submission_date": "2018-09-05T09:14:54.346Z", - "update_date": "2018-09-05T09:14:55.825Z" - } - } -} diff --git a/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000.2019-01-03T163633.780215Z.json b/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000.2019-01-03T163633.780215Z.json new file mode 100644 index 0000000000..1904c588e2 --- /dev/null +++ b/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000.2019-01-03T163633.780215Z.json @@ -0,0 +1,1525 @@ +{ + "manifest": { + "sequence_file/9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "dec968a1", + "indexed": false, + "name": "GAC027_hOrg_HipSci_2_S6_L007_I1_001.fastq.gz", + "s3_etag": "786fc96923a5679756310bdfd04fc556-11", + "sha1": "c9e9bc9a41f08542ef10f0b1703ca4fa929597cb", + "sha256": "db46327da5d22af03508e0e277631003872d2b8eb5557eaec6b68b57c55a24f8", + "size": 682675184, + "uuid": "44b4cb90-1ae1-48a8-aaf9-2a0b8023f3d1", + "version": "2019-01-03T163557.783237Z" + }, + "sequence_file/ac93d656-4aa5-4f6c-b273-dc1d8be1934c": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "d5532b5f", + "indexed": false, + "name": "GAC027_hOrg_HipSci_2_S6_L007_R1_001.fastq.gz", + "s3_etag": "d598e1a0973c6897c2a12eb2e9406172-29", + "sha1": "f8baf75d483900aadb3998008b39e7df9b6babb8", + "sha256": "329fa460251c519fd13c2006b93ac4aca4fe83f224aeb3f120327062f8f66751", + "size": 1935574142, + "uuid": "9df72772-4e7f-443d-ba15-4c1000f60003", + "version": "2019-01-03T163558.131144Z" + }, + "sequence_file/5989ca50-45b5-4834-bfde-d290a8dfa97e": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "802b0183", + "indexed": false, + "name": "GAC027_hOrg_HipSci_2_S6_L007_R2_001.fastq.gz", + "s3_etag": "d7501ecd11fa347731cdce263da225ec-93", + "sha1": "24940d3ce2b37303c2ae2364380e611c95f9eff1", + "sha256": "f8b9ce92fb34b95c4c930c7df607e5adcda097bffa803b0f0f473a1ea607c90d", + "size": 6230565577, + "uuid": "4de318e4-8292-4b51-8f06-25bf2f6697bf", + "version": "2019-01-03T163558.311125Z" + }, + "supplementary_file/434fa581-90e3-43cc-8ff5-2596e6e8d366": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "1e67ff31", + "indexed": false, + "name": "hipsci-ipsc-pipeline.pdf", + "s3_etag": "d276fabcc867f6100a053ee354b0fc9a", + "sha1": "09855c6bf665c999ebfb1a5ffe66bcee5a606762", + "sha256": "d5928f0c9fc0c67352df51f4747c76efebe5749a59b4b6c7effc722c01ddf4c6", + "size": 10012457, + "uuid": "83361a8e-5029-45fd-9705-68e5a9bb4074", + "version": "2019-01-03T163558.501100Z" + }, + "supplementary_file/f126dd41-0041-46b7-8c63-7da264be6b81": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "201fded1", + "indexed": false, + "name": "Dissociation_protocol_130-092-628.pdf", + "s3_etag": "6ecf47fe7a612eec681b313225744035", + "sha1": "5180c3713cd1a0a01a8bb3991cb1ab872d1a8813", + "sha256": "745844f42a0bef18e57eca252c2d52ef6042a1b55a7df8c74232cdc36f5a34e6", + "size": 104805, + "uuid": "f633ef07-9c42-4771-9057-16f4adfb2350", + "version": "2019-01-03T163558.748211Z" + }, + "supplementary_file/f48ebd9a-f3ac-4e02-b698-7146cd396946": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "47441108", + "indexed": false, + "name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", + "s3_etag": "67e93ad84439bc3515066da4362d2439", + "sha1": "194a0f2b6b8db8272f33f3c1f6a2cf2dca26160d", + "sha256": "b6b98dc6b82be35951bf0a8f47cd6e1c2262c18ea75532ca0800223d1f846910", + "size": 5645416, + "uuid": "d2eedcf0-e06b-4975-99f8-f3c810ca1e39", + "version": "2019-01-03T163559.110502Z" + } + }, + "metadata": { + "cell_suspension/c2396f83-22e4-4a2d-8cce-a30feb533603": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.2/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI_organoids_pooled_2", + "biomaterial_name": "pooled cells from 4 dissociated organoids", + "biomaterial_description": "pooled cells from 4 dissociated organoids (wibj_2, kucg_2, hoik_1, sojd_3)", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "selected_cell_type": [ + { + "text": "neural cell", + "ontology": "CL:0002319", + "ontology_label": "neural cell" + } + ], + "total_estimated_cells": 6210, + "provenance": { + "document_id": "c2396f83-22e4-4a2d-8cce-a30feb533603", + "submission_date": "2019-01-03T12:07:51.214Z", + "update_date": "2019-01-03T12:08:03.256Z" + } + }, + "organoid/a690df06-cc52-4346-a926-fe5e5b3a7547": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0214i-wibj_2_2", + "biomaterial_name": "human cerebral organoid wibj_2", + "biomaterial_description": "human cerebral organoid wibj_2, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955", + "ontology_label": "brain" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033", + "ontology_label": "day" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": true, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "a690df06-cc52-4346-a926-fe5e5b3a7547", + "submission_date": "2019-01-03T12:07:51.090Z", + "update_date": "2019-01-03T12:08:02.342Z" + } + }, + "organoid/f0b636ce-505c-4339-a69c-2305352b6796": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0214i-kucg_2_2", + "biomaterial_name": "human cerebral organoid kucg_2", + "biomaterial_description": "human cerebral organoid kucg_2, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955", + "ontology_label": "brain" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033", + "ontology_label": "day" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": true, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "f0b636ce-505c-4339-a69c-2305352b6796", + "submission_date": "2019-01-03T12:07:51.122Z", + "update_date": "2019-01-03T12:08:02.944Z" + } + }, + "organoid/46e7ed04-5916-4c10-8a05-fe510eda819a": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0314i-hoik_1_2", + "biomaterial_name": "human cerebral organoid hoik_1", + "biomaterial_description": "human cerebral organoid hoik_1, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955", + "ontology_label": "brain" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033", + "ontology_label": "day" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": true, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "46e7ed04-5916-4c10-8a05-fe510eda819a", + "submission_date": "2019-01-03T12:07:51.151Z", + "update_date": "2019-01-03T12:08:02.497Z" + } + }, + "organoid/d49998ff-c873-41fd-bb44-f221f89b8f15": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Org_HPSI0314i-sojd_3_2", + "biomaterial_name": "human cerebral organoid sojd_3", + "biomaterial_description": "human cerebral organoid sojd_3, 62d", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "model_for_organ": { + "text": "Brain", + "ontology": "UBERON:0000955", + "ontology_label": "brain" + }, + "organoid_age": 62, + "organoid_age_unit": { + "text": "day", + "ontology": "UO:0000033", + "ontology_label": "day" + }, + "organoid_type": "stem cell-derived", + "embedded_in_matrigel": true, + "organoid_growth_environment": "suspension", + "provenance": { + "document_id": "d49998ff-c873-41fd-bb44-f221f89b8f15", + "submission_date": "2019-01-03T12:07:51.178Z", + "update_date": "2019-01-03T12:08:02.781Z" + } + }, + "cell_line/a689172e-cae2-4e2c-b1d2-5aeff0a90171": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-wibj_2", + "biomaterial_name": "iPS cell line wibj_2", + "biomaterial_description": "iPS cell line wibj_2", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2627567" + }, + "disease": { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248", + "ontology_label": "pluripotent stem cell" + }, + "catalog_number": "77650057", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-wibj_2", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 32, + "growth_medium": "mTeSR1", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2014-10-24T00:00:00Z", + "provenance": { + "document_id": "a689172e-cae2-4e2c-b1d2-5aeff0a90171", + "submission_date": "2019-01-03T12:07:51.043Z", + "update_date": "2019-01-03T12:08:03.319Z" + } + }, + "specimen_from_organism/597b4050-0778-4a81-b882-e1704ab0b6ad": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-wibj_skin", + "biomaterial_name": "Skin cells from HPSI0214i-wibj_skin", + "biomaterial_description": "Skin cells from HPSI0214i-wibj_skin", + "biosd_biomaterial": "SAMEA2397844", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097", + "ontology_label": "skin of body" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003", + "ontology_label": "skin epidermis" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "provenance": { + "document_id": "597b4050-0778-4a81-b882-e1704ab0b6ad", + "submission_date": "2019-01-03T12:07:50.973Z", + "update_date": "2019-01-03T12:08:03.189Z" + } + }, + "donor_organism/4934d9c3-753b-47bc-b2d5-468ce255a139": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-wibj", + "biomaterial_name": "donor HPSI0214i-wibj", + "biomaterial_description": "donor HPSI0214i-wibj_2, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2398911" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "sex": "female", + "organism_age": "55-59", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036", + "ontology_label": "year" + }, + "human_specific": { + "ethnicity": [ + { + "text": "European, White, British", + "ontology": "HANCESTRO:0462", + "ontology_label": "British" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "4934d9c3-753b-47bc-b2d5-468ce255a139", + "submission_date": "2019-01-03T12:07:50.939Z", + "update_date": "2019-01-03T12:08:02.040Z" + } + }, + "cell_line/37833da3-505d-4bb2-916e-26aa8985d183": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-kucg_2", + "biomaterial_name": "iPS cell line kucg_2", + "biomaterial_description": "iPS cell line kucg_2", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2645814" + }, + "disease": { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248", + "ontology_label": "pluripotent stem cell" + }, + "catalog_number": "77650065", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-kucg_2", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 36, + "growth_medium": "mTeSR1", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2014-11-03T00:00:00Z", + "provenance": { + "document_id": "37833da3-505d-4bb2-916e-26aa8985d183", + "submission_date": "2019-01-03T12:07:51.052Z", + "update_date": "2019-01-03T12:08:03.268Z" + } + }, + "specimen_from_organism/1fc181fe-60c6-4b94-85c1-1f227be60658": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-kucg_skin", + "biomaterial_name": "Skin cells from HPSI0214i-kucg_skin", + "biomaterial_description": "Skin cells from HPSI0214i-kucg_skin", + "biosd_biomaterial": "SAMEA2398627", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097", + "ontology_label": "skin of body" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003", + "ontology_label": "skin epidermis" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "provenance": { + "document_id": "1fc181fe-60c6-4b94-85c1-1f227be60658", + "submission_date": "2019-01-03T12:07:50.987Z", + "update_date": "2019-01-03T12:08:03.087Z" + } + }, + "donor_organism/7c3a6d87-9f43-4de5-b47d-6fa78a897624": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0214i-kucg", + "biomaterial_name": "donor HPSI0214i-kucg", + "biomaterial_description": "donor HPSI0214i-kucg_2, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2397923" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "sex": "male", + "organism_age": "65-69", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036", + "ontology_label": "year" + }, + "human_specific": { + "ethnicity": [ + { + "text": "European, White, British", + "ontology": "HANCESTRO:0462", + "ontology_label": "British" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "7c3a6d87-9f43-4de5-b47d-6fa78a897624", + "submission_date": "2019-01-03T12:07:50.949Z", + "update_date": "2019-01-03T12:08:01.492Z" + } + }, + "cell_line/d954547d-94bc-401d-bdff-ccd727251c74": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-hoik_1", + "biomaterial_name": "iPS cell line hoik_1", + "biomaterial_description": "iPS cell line hoik_1", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2698315" + }, + "disease": { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248", + "ontology_label": "pluripotent stem cell" + }, + "catalog_number": "77650129", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-hoik_1", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 28, + "growth_medium": "mTeSR1", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2015-02-02T00:00:00Z", + "provenance": { + "document_id": "d954547d-94bc-401d-bdff-ccd727251c74", + "submission_date": "2019-01-03T12:07:51.061Z", + "update_date": "2019-01-03T12:08:03.322Z" + } + }, + "specimen_from_organism/ad702cb9-3b40-4f8f-b9a5-331eeb153d9b": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-hoik_skin", + "biomaterial_name": "Skin cells from HPSI0314i-hoik_skin", + "biomaterial_description": "Skin cells from HPSI0314i-hoik_skin", + "biosd_biomaterial": "SAMEA2399963", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097", + "ontology_label": "skin of body" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003", + "ontology_label": "skin epidermis" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "provenance": { + "document_id": "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b", + "submission_date": "2019-01-03T12:07:50.997Z", + "update_date": "2019-01-03T12:08:02.789Z" + } + }, + "donor_organism/3322ea3a-30ea-4e6e-b187-18525de4ee3e": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-hoik", + "biomaterial_name": "donor HPSI0314i-hoik", + "biomaterial_description": "donor HPSI0314i-hoik_1, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2399961" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "sex": "female", + "organism_age": "40-44", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036", + "ontology_label": "year" + }, + "human_specific": { + "ethnicity": [ + { + "text": "European, White, British", + "ontology": "HANCESTRO:0462", + "ontology_label": "British" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "3322ea3a-30ea-4e6e-b187-18525de4ee3e", + "submission_date": "2019-01-03T12:07:50.957Z", + "update_date": "2019-01-03T12:08:02.270Z" + } + }, + "cell_line/95deef55-86e9-42be-9f82-3102b0d89dbe": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-sojd_3", + "biomaterial_name": "iPS cell line sojd_3", + "biomaterial_description": "iPS cell line sojd_3", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2627569" + }, + "disease": { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "cell_type": { + "text": "pluripotent stem cell", + "ontology": "CL:0002248", + "ontology_label": "pluripotent stem cell" + }, + "catalog_number": "77650126", + "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-sojd_3", + "cell_line_type": "induced pluripotent", + "cell_morphology": { + "cell_viability_method": "Growth to confluence post-thaw" + }, + "growth_conditions": { + "passage_number": 29, + "growth_medium": "mTeSR1", + "feeder_layer_type": "feeder-free", + "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", + "mycoplasma_testing_method": "PCR", + "mycoplasma_testing_results": "pass" + }, + "date_established": "2015-01-09T00:00:00Z", + "provenance": { + "document_id": "95deef55-86e9-42be-9f82-3102b0d89dbe", + "submission_date": "2019-01-03T12:07:51.071Z", + "update_date": "2019-01-03T12:08:03.373Z" + } + }, + "specimen_from_organism/2e32e319-53d4-4e69-af0f-c43e2b15a94f": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-sojd_skin", + "biomaterial_name": "Skin cells from HPSI0314i-sojd_skin", + "biomaterial_description": "Skin cells from HPSI0314i-sojd_skin", + "biosd_biomaterial": "SAMEA2418243", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "skin of body", + "ontology": "UBERON:0002097", + "ontology_label": "skin of body" + }, + "organ_part": { + "text": "skin epidermis", + "ontology": "UBERON:0001003", + "ontology_label": "skin epidermis" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "provenance": { + "document_id": "2e32e319-53d4-4e69-af0f-c43e2b15a94f", + "submission_date": "2019-01-03T12:07:51.019Z", + "update_date": "2019-01-03T12:08:03.124Z" + } + }, + "donor_organism/872169f4-8479-4476-9646-20b3997e1f01": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "HPSI0314i-sojd", + "biomaterial_name": "donor HPSI0314i-sojd", + "biomaterial_description": "donor HPSI0314i-sojd_3, iPSC, cell line, skin", + "ncbi_taxon_id": [ + 9606 + ], + "biosd_biomaterial": "SAMEA2418245" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "sex": "female", + "organism_age": "45-49", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036", + "ontology_label": "year" + }, + "human_specific": { + "ethnicity": [ + { + "text": "White - other, Ad Mixed American", + "ontology": "HANCESTRO:0463", + "ontology_label": "American" + } + ] + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "is_living": "yes", + "provenance": { + "document_id": "872169f4-8479-4476-9646-20b3997e1f01", + "submission_date": "2019-01-03T12:07:50.965Z", + "update_date": "2019-01-03T12:08:02.262Z" + } + }, + "sequence_file/9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a": { + "describedBy": "https://schema.humancellatlas.org/type/file/7.0.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "GAC027_hOrg_HipSci_2_S6_L007_I1_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "fdb858b0c02365a1ac66b93eb7d6ad91" + }, + "read_index": "index1", + "lane_index": 7, + "read_length": 8, + "provenance": { + "document_id": "9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a", + "submission_date": "2019-01-03T12:07:50.674Z", + "update_date": "2019-01-03T12:16:54.090Z" + } + }, + "sequence_file/ac93d656-4aa5-4f6c-b273-dc1d8be1934c": { + "describedBy": "https://schema.humancellatlas.org/type/file/7.0.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "GAC027_hOrg_HipSci_2_S6_L007_R1_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "be86a99afeb1e9142db887d9fcdfe3c7" + }, + "read_index": "read1", + "lane_index": 7, + "read_length": 26, + "provenance": { + "document_id": "ac93d656-4aa5-4f6c-b273-dc1d8be1934c", + "submission_date": "2019-01-03T12:07:50.685Z", + "update_date": "2019-01-03T12:20:06.160Z" + } + }, + "sequence_file/5989ca50-45b5-4834-bfde-d290a8dfa97e": { + "describedBy": "https://schema.humancellatlas.org/type/file/7.0.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "GAC027_hOrg_HipSci_2_S6_L007_R2_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "611ba41c18875cc6392c64e0b01ce875" + }, + "read_index": "read2", + "lane_index": 7, + "read_length": 100, + "provenance": { + "document_id": "5989ca50-45b5-4834-bfde-d290a8dfa97e", + "submission_date": "2019-01-03T12:07:50.705Z", + "update_date": "2019-01-03T12:28:59.095Z" + } + }, + "supplementary_file/434fa581-90e3-43cc-8ff5-2596e6e8d366": { + "describedBy": "https://schema.humancellatlas.org/type/file/1.1.5/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "hipsci-ipsc-pipeline.pdf", + "file_format": "pdf" + }, + "file_description": "iPSC induction by Sendai virus protocol.", + "provenance": { + "document_id": "434fa581-90e3-43cc-8ff5-2596e6e8d366", + "submission_date": "2019-01-03T12:07:50.566Z", + "update_date": "2019-01-03T12:12:23.302Z" + } + }, + "supplementary_file/f126dd41-0041-46b7-8c63-7da264be6b81": { + "describedBy": "https://schema.humancellatlas.org/type/file/1.1.5/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "Dissociation_protocol_130-092-628.pdf", + "file_format": "pdf" + }, + "file_description": "Cerebral organoid dissociation protocol.", + "provenance": { + "document_id": "f126dd41-0041-46b7-8c63-7da264be6b81", + "submission_date": "2019-01-03T12:07:50.578Z", + "update_date": "2019-01-03T12:11:14.380Z" + } + }, + "supplementary_file/f48ebd9a-f3ac-4e02-b698-7146cd396946": { + "describedBy": "https://schema.humancellatlas.org/type/file/1.1.5/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", + "file_format": "pdf" + }, + "file_description": "10x Chromium single cell 3' v2 library preparation.", + "provenance": { + "document_id": "f48ebd9a-f3ac-4e02-b698-7146cd396946", + "submission_date": "2019-01-03T12:07:50.588Z", + "update_date": "2019-01-03T12:11:14.378Z" + } + }, + "project/d96c2451-6e22-441f-a3e6-70fd0878bb1b": { + "describedBy": "https://schema.humancellatlas.org/type/project/9.0.4/project", + "schema_type": "project", + "project_core": { + "project_short_name": "HPSI human cerebral organoids", + "project_title": "Assessing the relevance of organoids to model inter-individual variation", + "project_description": "The purpose of this project is to assess the relevance of pluripotent stem cell-derived cerebral and liver organoids to recapitulate the variation in cell-type specific gene expression programs between individuals. Towards this aim, we will generate reference atlases of the developing cortex and liver from multiple individuals, derive iPSC lines from these same individuals, and determine if inter-individual gene expression variation is recapitulated in cerebral and liver organoids from the same individual from which we have reference maps. In parallel we will assess the genetic contribution to variablity between organoids from different iPSCs of multiple human individuals that are available in existing iPSC resources (e.g. HipSci)." + }, + "contributors": [ + { + "contact_name": "Barbara,,Treutlein", + "email": "barbara_treutlein@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "project_role": "principal investigator", + "orcid_id": "0000-0002-3299-5597", + "corresponding_contributor": true + }, + { + "contact_name": "J,Gray,Camp", + "email": "gray_camp@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "corresponding_contributor": false + }, + { + "contact_name": "Zhisong,,He", + "email": "zhisong_he@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "corresponding_contributor": false + }, + { + "contact_name": "Sabina,,Kanton", + "email": "sabina_kanton@eva.mpg.de", + "institution": "Max Planck Institute for Evolutionary Anthropology", + "address": "Deutscher Pl. 6, 04103 Leipzig", + "country": "Germany", + "corresponding_contributor": false + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + } + ], + "provenance": { + "document_id": "d96c2451-6e22-441f-a3e6-70fd0878bb1b", + "submission_date": "2019-01-03T12:07:50.548Z", + "update_date": "2019-01-03T12:07:59.988Z" + } + }, + "library_preparation_protocol/65ce5281-b07e-4b21-be8d-66ac5dea4d69": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.4.0/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "10x_3'_library_preparation", + "protocol_name": "10x 3' single cell library preparation", + "protocol_description": "10x Chromium single cell 3' v2 library preparation", + "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" + }, + "nucleic_acid_source": "single cell", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869", + "ontology_label": "polyA RNA" + }, + "library_construction_approach": { + "text": "Chromium 3' Single Cell v2", + "ontology": "EFO:0009310", + "ontology_label": "10X v2 sequencing" + }, + "end_bias": "3 prime tag", + "primer": "poly-dT", + "strand": "unstranded", + "cell_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 15, + "barcode_length": 10 + }, + "library_construction_kit": { + "retail_name": "10X Chromium Single Cell 3' Solution v2 Chemistry", + "manufacturer": "10X Genomics" + }, + "provenance": { + "document_id": "65ce5281-b07e-4b21-be8d-66ac5dea4d69", + "submission_date": "2019-01-03T12:07:51.265Z", + "update_date": "2019-01-03T12:07:58.774Z" + } + }, + "sequencing_protocol/1547584e-d9e4-4519-a72a-91db0d0fec3c": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.3/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "10x_scRNASeq", + "protocol_name": "10x single cell RNA Sequencing", + "protocol_description": "10x RNA sequencing", + "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008565", + "ontology_label": "Illumina HiSeq 2500" + }, + "paired_end": true, + "sequencing_approach": { + "text": "tag based single cell RNA sequencing", + "ontology": "EFO:0008440", + "ontology_label": "tag based single cell RNA sequencing" + }, + "provenance": { + "document_id": "1547584e-d9e4-4519-a72a-91db0d0fec3c", + "submission_date": "2019-01-03T12:07:51.274Z", + "update_date": "2019-01-03T12:07:58.338Z" + } + }, + "dissociation_protocol/c23de226-536c-403d-a757-f4200cb1777b": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "Cerebral_organoid_dissociation", + "protocol_name": "cerebral organoid dissociation", + "protocol_description": "cerebral organoid dissociation", + "document": "Dissociation_protocol_130-092-628.pdf" + }, + "dissociation_method": { + "text": "Papain-based enzymatic dissociation", + "ontology": "EFO:0009128", + "ontology_label": "enzymatic dissociation" + }, + "protocol_reagents": [ + { + "retail_name": "Neural Tissue Dissociation Kit", + "catalog_number": "130-092-628", + "manufacturer": "Miltenyi Biotec" + } + ], + "provenance": { + "document_id": "c23de226-536c-403d-a757-f4200cb1777b", + "submission_date": "2019-01-03T12:07:51.254Z", + "update_date": "2019-01-03T12:07:58.689Z" + } + }, + "differentiation_protocol/3ec905f4-5950-4cfa-bd0b-86cc0370fd47": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "Org_Lanc_2014", + "protocol_name": "Differentiation of cerebral organoids", + "protocol_description": "Generation of cerebral organoids from human pluripotent stem cells", + "publication_doi": "10.1038/nprot.2014.158" + }, + "differentiation_method": "embryoid bodies", + "target_pathway": "RHO, ROCK", + "validation_method": "immunostaining", + "reagents": [ + { + "retail_name": "ROCK inhibitor Y27632" + } + ], + "small_molecules": "Vitamin A (retinoic acid)", + "provenance": { + "document_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47", + "submission_date": "2019-01-03T12:07:51.244Z", + "update_date": "2019-01-03T12:07:58.180Z" + } + }, + "ipsc_induction_protocol/97a30135-246f-4c0d-aef8-4e33183d1ff7": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "ipsc_induction_protocol_1", + "protocol_name": "iPSC induction by Sendai virus", + "protocol_description": "Fibroblasts are thawed, transduced using Cytotune 2.0 Sendai virus (containing the Yamanaka genes encoding transcription factors Oct4, Sox2, cMyc and Klf4) and maintained until iPSC colony formation. Colonies are then picked and cultured to obtain a sizable yield of IPS cells, which are banked to a commercial grade standard. These banks then undergo quality checks to ensure the banks pass resuscitation tests and are free of mycoplasma.", + "document": "hipsci-ipsc-pipeline.pdf" + }, + "ipsc_induction_method": "sendai virus", + "pluripotency_vector_removed": "yes", + "ipsc_induction_kit": { + "retail_name": "Cytotune 1.0", + "manufacturer": "Thermofisher" + }, + "pluripotency_test": "HipSci Pluri test", + "ipsc_induction_produced_in_house": false, + "provenance": { + "document_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7", + "submission_date": "2019-01-03T12:07:51.230Z", + "update_date": "2019-01-03T12:07:58.380Z" + } + }, + "process/54438211-29fb-4e57-87f4-95412e5d8b15": { + "process_core": { + "process_id": "tech_rep_3" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "54438211-29fb-4e57-87f4-95412e5d8b15", + "submission_date": "2019-01-03T12:07:51.302Z", + "update_date": "2019-01-03T12:07:59.105Z" + } + }, + "process/7d683bc4-6e59-4c7e-bbc8-5dad46fe2684": { + "process_core": { + "process_id": "process_id_22" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "7d683bc4-6e59-4c7e-bbc8-5dad46fe2684", + "submission_date": "2019-01-03T12:07:51.550Z", + "update_date": "2019-01-03T12:07:59.380Z" + } + }, + "process/d1a9aae1-99dc-4b49-bee3-af685b7f013a": { + "process_core": { + "process_id": "process_id_10" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "d1a9aae1-99dc-4b49-bee3-af685b7f013a", + "submission_date": "2019-01-03T12:07:51.438Z", + "update_date": "2019-01-03T12:08:00.039Z" + } + }, + "process/a02a2a59-cdb4-4261-b220-b0cfebaec5ac": { + "process_core": { + "process_id": "process_id_5" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "a02a2a59-cdb4-4261-b220-b0cfebaec5ac", + "submission_date": "2019-01-03T12:07:51.383Z", + "update_date": "2019-01-03T12:07:58.898Z" + } + }, + "process/01e52705-77de-4715-b35f-442aff9312be": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "01e52705-77de-4715-b35f-442aff9312be", + "submission_date": "2019-01-03T12:07:51.338Z", + "update_date": "2019-01-03T12:07:59.330Z" + } + }, + "process/58a58315-2f03-4a36-9cea-dd306b609ba9": { + "process_core": { + "process_id": "process_id_13" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "58a58315-2f03-4a36-9cea-dd306b609ba9", + "submission_date": "2019-01-03T12:07:51.477Z", + "update_date": "2019-01-03T12:07:59.265Z" + } + }, + "process/56c911d5-6b99-486c-9ce7-141ee41528eb": { + "process_core": { + "process_id": "process_id_6" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "56c911d5-6b99-486c-9ce7-141ee41528eb", + "submission_date": "2019-01-03T12:07:51.391Z", + "update_date": "2019-01-03T12:07:59.791Z" + } + }, + "process/23fe1739-6bbe-4a86-be96-bd75f19f8375": { + "process_core": { + "process_id": "process_id_2" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "23fe1739-6bbe-4a86-be96-bd75f19f8375", + "submission_date": "2019-01-03T12:07:51.346Z", + "update_date": "2019-01-03T12:07:58.637Z" + } + }, + "process/831dc734-9813-4c34-a163-16dd5b75d9a0": { + "process_core": { + "process_id": "process_id_16" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "831dc734-9813-4c34-a163-16dd5b75d9a0", + "submission_date": "2019-01-03T12:07:51.503Z", + "update_date": "2019-01-03T12:07:59.485Z" + } + }, + "process/d8f1d436-6bc3-4638-9801-8a9241996d28": { + "process_core": { + "process_id": "process_id_7" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "d8f1d436-6bc3-4638-9801-8a9241996d28", + "submission_date": "2019-01-03T12:07:51.413Z", + "update_date": "2019-01-03T12:07:59.548Z" + } + }, + "process/a9a39b30-8243-4d08-8f36-8f2e1275e8d0": { + "process_core": { + "process_id": "process_id_3" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "a9a39b30-8243-4d08-8f36-8f2e1275e8d0", + "submission_date": "2019-01-03T12:07:51.354Z", + "update_date": "2019-01-03T12:07:58.435Z" + } + }, + "process/024c9f05-1743-4d66-83b7-134a31cd1c27": { + "process_core": { + "process_id": "process_id_19" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "024c9f05-1743-4d66-83b7-134a31cd1c27", + "submission_date": "2019-01-03T12:07:51.527Z", + "update_date": "2019-01-03T12:07:59.150Z" + } + }, + "process/50d53f80-5e54-4cda-97f0-5acb4d686d3e": { + "process_core": { + "process_id": "process_id_8" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "50d53f80-5e54-4cda-97f0-5acb4d686d3e", + "submission_date": "2019-01-03T12:07:51.421Z", + "update_date": "2019-01-03T12:07:59.502Z" + } + }, + "process/baa3a061-534c-4b6e-8c51-a11a8307f537": { + "process_core": { + "process_id": "process_id_4" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "baa3a061-534c-4b6e-8c51-a11a8307f537", + "submission_date": "2019-01-03T12:07:51.362Z", + "update_date": "2019-01-03T12:07:58.911Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.4/links", + "schema_type": "link_bundle", + "schema_version": "1.1.4", + "links": [ + { + "process": "54438211-29fb-4e57-87f4-95412e5d8b15", + "inputs": [ + "c2396f83-22e4-4a2d-8cce-a30feb533603" + ], + "input_type": "biomaterial", + "outputs": [ + "9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a", + "ac93d656-4aa5-4f6c-b273-dc1d8be1934c", + "5989ca50-45b5-4834-bfde-d290a8dfa97e" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "65ce5281-b07e-4b21-be8d-66ac5dea4d69" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "1547584e-d9e4-4519-a72a-91db0d0fec3c" + } + ] + }, + { + "process": "7d683bc4-6e59-4c7e-bbc8-5dad46fe2684", + "inputs": [ + "a690df06-cc52-4346-a926-fe5e5b3a7547", + "f0b636ce-505c-4339-a69c-2305352b6796", + "46e7ed04-5916-4c10-8a05-fe510eda819a", + "d49998ff-c873-41fd-bb44-f221f89b8f15" + ], + "input_type": "biomaterial", + "outputs": [ + "c2396f83-22e4-4a2d-8cce-a30feb533603" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "c23de226-536c-403d-a757-f4200cb1777b" + } + ] + }, + { + "process": "d1a9aae1-99dc-4b49-bee3-af685b7f013a", + "inputs": [ + "a689172e-cae2-4e2c-b1d2-5aeff0a90171" + ], + "input_type": "biomaterial", + "outputs": [ + "a690df06-cc52-4346-a926-fe5e5b3a7547" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" + } + ] + }, + { + "process": "a02a2a59-cdb4-4261-b220-b0cfebaec5ac", + "inputs": [ + "597b4050-0778-4a81-b882-e1704ab0b6ad" + ], + "input_type": "biomaterial", + "outputs": [ + "a689172e-cae2-4e2c-b1d2-5aeff0a90171" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" + } + ] + }, + { + "process": "01e52705-77de-4715-b35f-442aff9312be", + "inputs": [ + "4934d9c3-753b-47bc-b2d5-468ce255a139" + ], + "input_type": "biomaterial", + "outputs": [ + "597b4050-0778-4a81-b882-e1704ab0b6ad" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "58a58315-2f03-4a36-9cea-dd306b609ba9", + "inputs": [ + "37833da3-505d-4bb2-916e-26aa8985d183" + ], + "input_type": "biomaterial", + "outputs": [ + "f0b636ce-505c-4339-a69c-2305352b6796" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" + } + ] + }, + { + "process": "56c911d5-6b99-486c-9ce7-141ee41528eb", + "inputs": [ + "1fc181fe-60c6-4b94-85c1-1f227be60658" + ], + "input_type": "biomaterial", + "outputs": [ + "37833da3-505d-4bb2-916e-26aa8985d183" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" + } + ] + }, + { + "process": "23fe1739-6bbe-4a86-be96-bd75f19f8375", + "inputs": [ + "7c3a6d87-9f43-4de5-b47d-6fa78a897624" + ], + "input_type": "biomaterial", + "outputs": [ + "1fc181fe-60c6-4b94-85c1-1f227be60658" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "831dc734-9813-4c34-a163-16dd5b75d9a0", + "inputs": [ + "d954547d-94bc-401d-bdff-ccd727251c74" + ], + "input_type": "biomaterial", + "outputs": [ + "46e7ed04-5916-4c10-8a05-fe510eda819a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" + } + ] + }, + { + "process": "d8f1d436-6bc3-4638-9801-8a9241996d28", + "inputs": [ + "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b" + ], + "input_type": "biomaterial", + "outputs": [ + "d954547d-94bc-401d-bdff-ccd727251c74" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" + } + ] + }, + { + "process": "a9a39b30-8243-4d08-8f36-8f2e1275e8d0", + "inputs": [ + "3322ea3a-30ea-4e6e-b187-18525de4ee3e" + ], + "input_type": "biomaterial", + "outputs": [ + "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "024c9f05-1743-4d66-83b7-134a31cd1c27", + "inputs": [ + "95deef55-86e9-42be-9f82-3102b0d89dbe" + ], + "input_type": "biomaterial", + "outputs": [ + "d49998ff-c873-41fd-bb44-f221f89b8f15" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" + } + ] + }, + { + "process": "50d53f80-5e54-4cda-97f0-5acb4d686d3e", + "inputs": [ + "2e32e319-53d4-4e69-af0f-c43e2b15a94f" + ], + "input_type": "biomaterial", + "outputs": [ + "95deef55-86e9-42be-9f82-3102b0d89dbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" + } + ] + }, + { + "process": "baa3a061-534c-4b6e-8c51-a11a8307f537", + "inputs": [ + "872169f4-8479-4476-9646-20b3997e1f01" + ], + "input_type": "biomaterial", + "outputs": [ + "2e32e319-53d4-4e69-af0f-c43e2b15a94f" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000/2019-01-03T163633.780215Z/manifest.json b/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000/2019-01-03T163633.780215Z/manifest.json deleted file mode 100644 index 9583a9627c..0000000000 --- a/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000/2019-01-03T163633.780215Z/manifest.json +++ /dev/null @@ -1,598 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "afa286ee", - "indexed": true, - "name": "cell_suspension_0.json", - "sha1": "9300432ea2bf3550791904b26f824dbc547178dc", - "sha256": "1ae2592f34e00d6c322a660f5cde9a943304bc4f59fc824c0fb2789e0dd4886f", - "size": 1032, - "uuid": "c2396f83-22e4-4a2d-8cce-a30feb533603", - "version": "2019-01-03T120803.256000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4235974a", - "indexed": true, - "name": "organoid_0.json", - "s3_etag": "5195c84d0f7054aea3323fd948f5e511", - "sha256": "21a2f091afc05363f42cf1a7c08a121c934487873c34d8fc56bb47d20aa1b7cb", - "size": 1168, - "uuid": "a690df06-cc52-4346-a926-fe5e5b3a7547", - "version": "2019-01-03T120802.342000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "85ccc604", - "indexed": true, - "name": "organoid_1.json", - "sha256": "7ddccdaaf573866f4209286dd3c33e537ec2ef721ff8f9c0d09b1d7bcc696d9a", - "size": 1168, - "uuid": "f0b636ce-505c-4339-a69c-2305352b6796", - "version": "2019-01-03T120802.944000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "63a7a393", - "indexed": true, - "name": "organoid_2.json", - "s3_etag": "f7a0d0a3e693e85ea08052dfc44c2bce", - "sha1": "9b0ac909a7da9b5880a44012e56b2e117c785b0a", - "sha256": "9eef75155bbaa5c79cfc77827665b2f8067918b65ad0482303cd33db61b94f2f", - "size": 1168, - "uuid": "46e7ed04-5916-4c10-8a05-fe510eda819a", - "version": "2019-01-03T120802.497000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d8c2c98c", - "indexed": true, - "name": "organoid_3.json", - "s3_etag": "4c3cd57575bff9d04fe4573e25efcac6", - "sha1": "d4e0a390817ac5716d61c653165cc137a9011895", - "sha256": "bae81b043f76bd48176a6c5ccf2bc8a5e1d03e80a46a23d7c5021eaa042b2c4c", - "size": 1168, - "uuid": "d49998ff-c873-41fd-bb44-f221f89b8f15", - "version": "2019-01-03T120802.781000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3cd2322f", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "85961d8cbc047f0862d28f09221cd3e6", - "sha1": "efa33bef8ddba25abf573296a4df15b51054bfba", - "sha256": "b970cff1e46ad1acfe13f1fafee59e1d70a26790caf8fb4b913b9f586ffa1157", - "size": 1678, - "uuid": "a689172e-cae2-4e2c-b1d2-5aeff0a90171", - "version": "2019-01-03T120803.319000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ca683efb", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "4e9b5e737dae780305fd5989dc780dd1", - "sha1": "22ffc7d31d3cf1288dd622220cdfc714b4881e78", - "sha256": "676809680438caa238f96ec5bd57c2583119da75c4dc9f1302d1e8167a6fc870", - "size": 1257, - "uuid": "597b4050-0778-4a81-b882-e1704ab0b6ad", - "version": "2019-01-03T120803.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "598ba993", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "f06cf20ad6626e64bcfb40cc58c338eb", - "sha1": "0de454cd94d8b688172ad9eae61745b1798df118", - "sha256": "39166e66f23bd463433e7fac29eff5f2b49e79e4b86e435296aa878201ea9a8b", - "size": 1398, - "uuid": "4934d9c3-753b-47bc-b2d5-468ce255a139", - "version": "2019-01-03T120802.040000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d01fdbf8", - "indexed": true, - "name": "cell_line_1.json", - "s3_etag": "2a687e214f7d1038c8a27737f16b6320", - "sha1": "29c1bb162dafaaee8bf540723c0e8c2dd2db97bf", - "sha256": "f057ec45975208ea545811718dc8d18a6bd3014590394bdad58fe0122b51670a", - "size": 1678, - "uuid": "37833da3-505d-4bb2-916e-26aa8985d183", - "version": "2019-01-03T120803.268000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8e41e730", - "indexed": true, - "name": "specimen_from_organism_1.json", - "s3_etag": "e196f22360bd55a15bca6c0a502c7d80", - "sha1": "24d2cfcd3960bc8c2acb5505cd723260fcc1e3c7", - "sha256": "ca006d67545e3559b1d6f2678f5cdb281cc6f9c1f95bcacdaa76388e1fce13f9", - "size": 1257, - "uuid": "1fc181fe-60c6-4b94-85c1-1f227be60658", - "version": "2019-01-03T120803.087000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "03ac9a76", - "indexed": true, - "name": "donor_organism_1.json", - "s3_etag": "0571d5a3915257d7d9006fcc0419015e", - "sha1": "25d111b18c4be8dc54d79d86b19ff4b5e59a5ad0", - "sha256": "26f7b846c1113b715299c6bf18ee35061cfe5f83b201e81ef5742c8100b577e8", - "size": 1396, - "uuid": "7c3a6d87-9f43-4de5-b47d-6fa78a897624", - "version": "2019-01-03T120801.492000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6c7d1fa2", - "indexed": true, - "name": "cell_line_2.json", - "s3_etag": "6efb331d562b34df5a37e97e8fc6fb5a", - "sha1": "66e983196ebc0ade70eae096568dfe3bb8915d9a", - "sha256": "2af9c3bbdfc3ed703e65d5d50025f6324cb3f88de58ae26292f9fa5c8465d989", - "size": 1678, - "uuid": "d954547d-94bc-401d-bdff-ccd727251c74", - "version": "2019-01-03T120803.322000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "83d1a919", - "indexed": true, - "name": "specimen_from_organism_2.json", - "s3_etag": "ef04ff3f06c4c8df62c9bfa293694941", - "sha1": "61d3cc9c8634cec08982bbc8752575bcb420b7aa", - "sha256": "b829951cb42c9874c322d9814a435a58eb13085b166dec0110d3c3003c789c1f", - "size": 1257, - "uuid": "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b", - "version": "2019-01-03T120802.789000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ead1dfb1", - "indexed": true, - "name": "donor_organism_2.json", - "s3_etag": "d0b0f8a0ab16faff1a998f387c5efc4e", - "sha1": "c5cf07458adaabc2e73b20d313f84eed28fae953", - "sha256": "045855bbf12635ecf201f0deaae20545f326232febbaca18b82dc6aeb44d4872", - "size": 1398, - "uuid": "3322ea3a-30ea-4e6e-b187-18525de4ee3e", - "version": "2019-01-03T120802.270000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "cb757d6c", - "indexed": true, - "name": "cell_line_3.json", - "s3_etag": "3ae0bcec51465a494e66f9a642cb0938", - "sha1": "2926de34f6defbb183d6ec5394b1108fe824f22e", - "sha256": "53ae852982d333683afd20777ba8339d2f16701578409f10c48930fac13db2b2", - "size": 1678, - "uuid": "95deef55-86e9-42be-9f82-3102b0d89dbe", - "version": "2019-01-03T120803.373000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3b8708bc", - "indexed": true, - "name": "specimen_from_organism_3.json", - "s3_etag": "aa46f028b0aa97a2bf5edc8e6621bb27", - "sha1": "386967d4c00d3c441115e9835b46b3fff2546436", - "sha256": "eef045cc397d6307ea961ae808eedab597838af2bce70978efafacbcd631d648", - "size": 1257, - "uuid": "2e32e319-53d4-4e69-af0f-c43e2b15a94f", - "version": "2019-01-03T120803.124000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "41f8f72d", - "indexed": true, - "name": "donor_organism_3.json", - "s3_etag": "8cb98b3bfd8b0b1339e854be6f17f23a", - "sha1": "51abc11e8dbf046c5164e8bc1a4c858ebfc39648", - "sha256": "3a27a63a2d66dbae5a48c4496145ee0e575c0ebc06bd31c417bd7d39a0dded2f", - "size": 1407, - "uuid": "872169f4-8479-4476-9646-20b3997e1f01", - "version": "2019-01-03T120802.262000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1be9ccbe", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "7bd8ff5e1c9dd5dd36365efbc98e8210", - "sha1": "4d4c8549f4ca7511217cb10c3623d6aa6524ecfb", - "sha256": "99a503dc8a77636d8021105bd13a193830bac52d88196bbfcb72e9fafe0cb5f3", - "size": 566, - "uuid": "9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a", - "version": "2019-01-03T121654.090000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "92ef8e38", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "320a849048a4116ea6194908da26c479", - "sha1": "0056c763c8533709d03edfb6ce85101c529a4559", - "sha256": "01cddae2b2c6f7c75b0b31ecc4a08370345c6c02c39ed9554611bc8622637406", - "size": 566, - "uuid": "ac93d656-4aa5-4f6c-b273-dc1d8be1934c", - "version": "2019-01-03T122006.160000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c82b84f2", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "b13eb24bf7db24564b1368e679a4f4fa", - "sha1": "eff2165c5d136daa1cbc81b404e103d6cf0797a3", - "sha256": "d134597f4ca9a48ba93262cb3694c41380f76aee79f7b6e31051f98712fe3d09", - "size": 567, - "uuid": "5989ca50-45b5-4834-bfde-d290a8dfa97e", - "version": "2019-01-03T122859.095000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3ddc4d7e", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "e8833dc3fb340484d17608d352d37f33", - "sha1": "ff398382541406dcdcfa43b62e69ee45c69b106f", - "sha256": "d5a1ce702e46cbc02d7b6858c44f4782d769ce3c92f1f5930232f175d0f6d89b", - "size": 487, - "uuid": "434fa581-90e3-43cc-8ff5-2596e6e8d366", - "version": "2019-01-03T121223.302000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9ee02c8f", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "18eb29ac307128e9d1820e6caa8686fd", - "sha1": "f087317f3f0b2bf5efbd0f4c284f79306451e973", - "sha256": "f81fb4158ec4ecab30571203aba5250fba5e0b4d1102d10af3c1efed184fef21", - "size": 500, - "uuid": "f126dd41-0041-46b7-8c63-7da264be6b81", - "version": "2019-01-03T121114.380000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "01a56f5a", - "indexed": true, - "name": "supplementary_file_2.json", - "s3_etag": "25fb47a4e51efd3465e7f4c3a98274c6", - "sha1": "3d474eab3fef8b7b561d1bd5ecd4bb363e03f03d", - "sha256": "004b6c7703d8523d72634a16def554894fb419d0161a32b4b4587ffbe4f0624a", - "size": 524, - "uuid": "f48ebd9a-f3ac-4e02-b698-7146cd396946", - "version": "2019-01-03T121114.378000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "f15ac967", - "indexed": true, - "name": "project_0.json", - "s3_etag": "63bcb8c74527ccae08ec84c61383da41", - "sha1": "e6d19bef0f73a64448a68007d83955d122cb49f7", - "sha256": "452c8ffdea142f80eb33688dfcc422391ba145777f7e9d1d110d1aafe36cc399", - "size": 3219, - "uuid": "d96c2451-6e22-441f-a3e6-70fd0878bb1b", - "version": "2019-01-03T120759.988000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "3515de18", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "7b13cbaa59ae18e27ab05cb60a9e3d83", - "sha1": "debb00d797f61c62488a565839d51fd221ffffaa", - "sha256": "95fc2be7fe2927195f2abc53be16c8565ebd37336c7f7c3cb02b74173bfeadeb", - "size": 1496, - "uuid": "65ce5281-b07e-4b21-be8d-66ac5dea4d69", - "version": "2019-01-03T120758.774000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "a867568a", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "c8106026cb90ed80ee87e3ac312d2f18", - "sha1": "1e46ea0d3235678e6b4bc9b48eb68be3f78252a2", - "sha256": "68b22661d8b278c41885507dc60ec36ecd0ce251eb6dccd232f07374b72bd52f", - "size": 974, - "uuid": "1547584e-d9e4-4519-a72a-91db0d0fec3c", - "version": "2019-01-03T120758.338000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "94e11474", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "5c534467f93b7c332b7cd77767c6adba", - "sha1": "a988e153f0f5062bccb1a9da3fcd2b10323840c4", - "sha256": "f5f74aaee1cc1532ea46b97e1c70c0d2c279f07439c1cd5193186a374754d055", - "size": 1004, - "uuid": "c23de226-536c-403d-a757-f4200cb1777b", - "version": "2019-01-03T120758.689000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9f4c2096", - "indexed": true, - "name": "differentiation_protocol_0.json", - "s3_etag": "b76b565518fdca7544d5626058e5be24", - "sha1": "16e7a52063b0309003d51d4c2ccfb5914395bfa1", - "sha256": "102fd289b29dd3966a98bbbc411ab0b777dcde492f9514f9dd2c2e46b3e86adf", - "size": 917, - "uuid": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47", - "version": "2019-01-03T120758.180000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "a307f381", - "indexed": true, - "name": "ipsc_induction_protocol_0.json", - "s3_etag": "320ebeeebba24fc28f00a72e8505db05", - "sha1": "6e8ead81e1e9446e788303805b731751fdc76947", - "sha256": "337d1da6924e12850f4c84621c66fd7499ea45abb2f58d4d37f4b1b2ea256988", - "size": 1307, - "uuid": "97a30135-246f-4c0d-aef8-4e33183d1ff7", - "version": "2019-01-03T120758.380000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6dcc6044", - "indexed": true, - "name": "process_0.json", - "s3_etag": "f5f227b3782c918113fde3c62ec984f7", - "sha1": "39cdc568f243008212bf5b23ee72b337d053d9de", - "sha256": "b06ea546c7bc9361638b0ae23fd4a8249ba948763663100ec482077cf223912a", - "size": 374, - "uuid": "54438211-29fb-4e57-87f4-95412e5d8b15", - "version": "2019-01-03T120759.105000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "71ebe85d", - "indexed": true, - "name": "process_1.json", - "s3_etag": "9f793ba347928422e8cf04bc50851661", - "sha1": "b653df6c511b15c3955993074a04761778711e33", - "sha256": "6434db203a9d221d1a490d53e4eabe03ebe347bf21c62e3321241677af8f5371", - "size": 377, - "uuid": "7d683bc4-6e59-4c7e-bbc8-5dad46fe2684", - "version": "2019-01-03T120759.380000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6331c92d", - "indexed": true, - "name": "process_2.json", - "s3_etag": "0ecad67daf2ef144f2a41bd47f5d1733", - "sha1": "5618962e8e4290dda82cb439a42d0750e43e4da5", - "sha256": "6deb4b2cadf627a05951deffa7433fc4c3ddbe7e0ffa77871a7d4b37d217383b", - "size": 377, - "uuid": "d1a9aae1-99dc-4b49-bee3-af685b7f013a", - "version": "2019-01-03T120800.039000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9df664b5", - "indexed": true, - "name": "process_3.json", - "s3_etag": "7aa2fb47abb5daa854097aa75cf58bfb", - "sha1": "351e1bbc94effffa7f0402f16bc43f5bf8d3f8ec", - "sha256": "3ede35448a4bf65f2692cd78569cdbe49a2c0e0b19c93f389e2f45a11f5dc575", - "size": 376, - "uuid": "a02a2a59-cdb4-4261-b220-b0cfebaec5ac", - "version": "2019-01-03T120758.898000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "125e9818", - "indexed": true, - "name": "process_4.json", - "s3_etag": "394f4b0f89c7e6c4030cd2df6a7131eb", - "sha1": "af6097d04175fe6df41b643300fc98e9170ef024", - "sha256": "a2fc1d4431fc6ffdff5d62ce29913e07250f964cc8dedf91cd12cfc0a250a3ea", - "size": 376, - "uuid": "01e52705-77de-4715-b35f-442aff9312be", - "version": "2019-01-03T120759.330000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "861ecaaf", - "indexed": true, - "name": "process_5.json", - "s3_etag": "399d4bcd6a651a2cd3d6ba80bcc19104", - "sha1": "5daa2979d968c91cc7805387f70e0064783dc9df", - "sha256": "cd846e9f1349360bdbca428e3f9c3d710ef9a37ea7e2733c85e2e5b9bf3c7788", - "size": 377, - "uuid": "58a58315-2f03-4a36-9cea-dd306b609ba9", - "version": "2019-01-03T120759.265000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6ce6daf2", - "indexed": true, - "name": "process_6.json", - "s3_etag": "6f0225a503dc91dcb2678329fe680eb1", - "sha1": "e71608bea7275f3af7d9879401e7cb267d1b9687", - "sha256": "611f3c4ab888c282cb5d88acb8a3c594a72793a98261512983c52f55ef944035", - "size": 376, - "uuid": "56c911d5-6b99-486c-9ce7-141ee41528eb", - "version": "2019-01-03T120759.791000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f299a8f3", - "indexed": true, - "name": "process_7.json", - "s3_etag": "f67d3d210a6f32b08aa4da5af9056456", - "sha1": "da4e705a7a0f119c61bd43a980ebbc8089ce598d", - "sha256": "582f904907ac833f0f6d572af21c9d962a354e17a9faa4da5884612d663d2dba", - "size": 376, - "uuid": "23fe1739-6bbe-4a86-be96-bd75f19f8375", - "version": "2019-01-03T120758.637000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "65fa577c", - "indexed": true, - "name": "process_8.json", - "s3_etag": "112515a7d340075710a58b90173418c7", - "sha1": "baeb3497a9b0d1c828c07fc17026cda319c26b5b", - "sha256": "f30226107b2790036343a32ad647cac07bddf6bf2cbe9f93f71a93f8678380c2", - "size": 377, - "uuid": "831dc734-9813-4c34-a163-16dd5b75d9a0", - "version": "2019-01-03T120759.485000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "598152c1", - "indexed": true, - "name": "process_9.json", - "s3_etag": "14f00ef483b6f95310a54a09ecde5f77", - "sha1": "b2a8b92a7213e1ad6ec8c9b8f14c3df63886f61f", - "sha256": "1e4ef25ce76830e22baa8b58f020d24d4c5bb3ee25c203e2c2719096b21d3200", - "size": 376, - "uuid": "d8f1d436-6bc3-4638-9801-8a9241996d28", - "version": "2019-01-03T120759.548000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f7aba80f", - "indexed": true, - "name": "process_10.json", - "s3_etag": "ddbbe694af830525e53c62d210c2dffe", - "sha1": "750cd4dc3682d04d4e215b247a27b5a58fceed8c", - "sha256": "39b6e58fd21152ebfa02ebb100e5a2dbec94556dba907e5d0ebb0ad8e1fa7c04", - "size": 376, - "uuid": "a9a39b30-8243-4d08-8f36-8f2e1275e8d0", - "version": "2019-01-03T120758.435000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3a68767c", - "indexed": true, - "name": "process_11.json", - "s3_etag": "c3bf4d77dd2aab587f40a42e54dcde59", - "sha1": "5b59e80e17220fad995b629502f85f69316e84e9", - "sha256": "f09320ea773b07952c1cd356ddfa144c63448b2ad0837096a480eb51e015207f", - "size": 377, - "uuid": "024c9f05-1743-4d66-83b7-134a31cd1c27", - "version": "2019-01-03T120759.150000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5bbd64bc", - "indexed": true, - "name": "process_12.json", - "s3_etag": "2e32941e1137fad0ca6b99add0bd43cc", - "sha1": "fc48af8d0889781fc16c87db5da63a9f9b8ac919", - "sha256": "3327b5cec92de3655b8fad150f2a06ada081016ee74003ed8774f3176c1b84f6", - "size": 376, - "uuid": "50d53f80-5e54-4cda-97f0-5acb4d686d3e", - "version": "2019-01-03T120759.502000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "90e1ca34", - "indexed": true, - "name": "process_13.json", - "s3_etag": "acd6d4af269a0d32a45fff2a709e4dc5", - "sha1": "292d57e39218d0a74b1c8dde501b5a2a0805ba85", - "sha256": "d46cde10f8f51b5542f00e12d0f708a575ce8c890c5c0d02a457be4dfe936d8a", - "size": 376, - "uuid": "baa3a061-534c-4b6e-8c51-a11a8307f537", - "version": "2019-01-03T120758.911000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "8296c70e", - "indexed": true, - "name": "links.json", - "s3_etag": "dcda06d2eb79d368ac84a47a06689773", - "sha1": "3d4d918d7deae23cade8abb3269ca957c315ad0d", - "sha256": "a0c53628a804b864567b1c6a87879a040dba1d24b539418710dc3979599301e1", - "size": 7860, - "uuid": "5b71a545-1f04-477b-98b5-f15664311970", - "version": "2019-01-03T163557.511721Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "dec968a1", - "indexed": false, - "name": "GAC027_hOrg_HipSci_2_S6_L007_I1_001.fastq.gz", - "s3_etag": "786fc96923a5679756310bdfd04fc556-11", - "sha1": "c9e9bc9a41f08542ef10f0b1703ca4fa929597cb", - "sha256": "db46327da5d22af03508e0e277631003872d2b8eb5557eaec6b68b57c55a24f8", - "size": 682675184, - "uuid": "44b4cb90-1ae1-48a8-aaf9-2a0b8023f3d1", - "version": "2019-01-03T163557.783237Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "d5532b5f", - "indexed": false, - "name": "GAC027_hOrg_HipSci_2_S6_L007_R1_001.fastq.gz", - "s3_etag": "d598e1a0973c6897c2a12eb2e9406172-29", - "sha1": "f8baf75d483900aadb3998008b39e7df9b6babb8", - "sha256": "329fa460251c519fd13c2006b93ac4aca4fe83f224aeb3f120327062f8f66751", - "size": 1935574142, - "uuid": "9df72772-4e7f-443d-ba15-4c1000f60003", - "version": "2019-01-03T163558.131144Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "802b0183", - "indexed": false, - "name": "GAC027_hOrg_HipSci_2_S6_L007_R2_001.fastq.gz", - "s3_etag": "d7501ecd11fa347731cdce263da225ec-93", - "sha1": "24940d3ce2b37303c2ae2364380e611c95f9eff1", - "sha256": "f8b9ce92fb34b95c4c930c7df607e5adcda097bffa803b0f0f473a1ea607c90d", - "size": 6230565577, - "uuid": "4de318e4-8292-4b51-8f06-25bf2f6697bf", - "version": "2019-01-03T163558.311125Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "1e67ff31", - "indexed": false, - "name": "hipsci-ipsc-pipeline.pdf", - "s3_etag": "d276fabcc867f6100a053ee354b0fc9a", - "sha1": "09855c6bf665c999ebfb1a5ffe66bcee5a606762", - "sha256": "d5928f0c9fc0c67352df51f4747c76efebe5749a59b4b6c7effc722c01ddf4c6", - "size": 10012457, - "uuid": "83361a8e-5029-45fd-9705-68e5a9bb4074", - "version": "2019-01-03T163558.501100Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "201fded1", - "indexed": false, - "name": "Dissociation_protocol_130-092-628.pdf", - "s3_etag": "6ecf47fe7a612eec681b313225744035", - "sha1": "5180c3713cd1a0a01a8bb3991cb1ab872d1a8813", - "sha256": "745844f42a0bef18e57eca252c2d52ef6042a1b55a7df8c74232cdc36f5a34e6", - "size": 104805, - "uuid": "f633ef07-9c42-4771-9057-16f4adfb2350", - "version": "2019-01-03T163558.748211Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "47441108", - "indexed": false, - "name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", - "s3_etag": "67e93ad84439bc3515066da4362d2439", - "sha1": "194a0f2b6b8db8272f33f3c1f6a2cf2dca26160d", - "sha256": "b6b98dc6b82be35951bf0a8f47cd6e1c2262c18ea75532ca0800223d1f846910", - "size": 5645416, - "uuid": "d2eedcf0-e06b-4975-99f8-f3c810ca1e39", - "version": "2019-01-03T163559.110502Z" - } -] diff --git a/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000/2019-01-03T163633.780215Z/metadata.json b/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000/2019-01-03T163633.780215Z/metadata.json deleted file mode 100644 index 8af61d6759..0000000000 --- a/test/hca_metadata_api/cans/prod/6b498499-c5b4-452f-9ff9-2318dbb86000/2019-01-03T163633.780215Z/metadata.json +++ /dev/null @@ -1,1449 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.2/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI_organoids_pooled_2", - "biomaterial_name": "pooled cells from 4 dissociated organoids", - "biomaterial_description": "pooled cells from 4 dissociated organoids (wibj_2, kucg_2, hoik_1, sojd_3)", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "selected_cell_type": [ - { - "text": "neural cell", - "ontology": "CL:0002319", - "ontology_label": "neural cell" - } - ], - "total_estimated_cells": 6210, - "provenance": { - "document_id": "c2396f83-22e4-4a2d-8cce-a30feb533603", - "submission_date": "2019-01-03T12:07:51.214Z", - "update_date": "2019-01-03T12:08:03.256Z" - } - }, - "organoid_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0214i-wibj_2_2", - "biomaterial_name": "human cerebral organoid wibj_2", - "biomaterial_description": "human cerebral organoid wibj_2, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955", - "ontology_label": "brain" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033", - "ontology_label": "day" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": true, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "a690df06-cc52-4346-a926-fe5e5b3a7547", - "submission_date": "2019-01-03T12:07:51.090Z", - "update_date": "2019-01-03T12:08:02.342Z" - } - }, - "organoid_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0214i-kucg_2_2", - "biomaterial_name": "human cerebral organoid kucg_2", - "biomaterial_description": "human cerebral organoid kucg_2, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955", - "ontology_label": "brain" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033", - "ontology_label": "day" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": true, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "f0b636ce-505c-4339-a69c-2305352b6796", - "submission_date": "2019-01-03T12:07:51.122Z", - "update_date": "2019-01-03T12:08:02.944Z" - } - }, - "organoid_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0314i-hoik_1_2", - "biomaterial_name": "human cerebral organoid hoik_1", - "biomaterial_description": "human cerebral organoid hoik_1, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955", - "ontology_label": "brain" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033", - "ontology_label": "day" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": true, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "46e7ed04-5916-4c10-8a05-fe510eda819a", - "submission_date": "2019-01-03T12:07:51.151Z", - "update_date": "2019-01-03T12:08:02.497Z" - } - }, - "organoid_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.3.9/organoid", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Org_HPSI0314i-sojd_3_2", - "biomaterial_name": "human cerebral organoid sojd_3", - "biomaterial_description": "human cerebral organoid sojd_3, 62d", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "model_for_organ": { - "text": "Brain", - "ontology": "UBERON:0000955", - "ontology_label": "brain" - }, - "organoid_age": 62, - "organoid_age_unit": { - "text": "day", - "ontology": "UO:0000033", - "ontology_label": "day" - }, - "organoid_type": "stem cell-derived", - "embedded_in_matrigel": true, - "organoid_growth_environment": "suspension", - "provenance": { - "document_id": "d49998ff-c873-41fd-bb44-f221f89b8f15", - "submission_date": "2019-01-03T12:07:51.178Z", - "update_date": "2019-01-03T12:08:02.781Z" - } - }, - "cell_line_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-wibj_2", - "biomaterial_name": "iPS cell line wibj_2", - "biomaterial_description": "iPS cell line wibj_2", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2627567" - }, - "disease": { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248", - "ontology_label": "pluripotent stem cell" - }, - "catalog_number": "77650057", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-wibj_2", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 32, - "growth_medium": "mTeSR1", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2014-10-24T00:00:00Z", - "provenance": { - "document_id": "a689172e-cae2-4e2c-b1d2-5aeff0a90171", - "submission_date": "2019-01-03T12:07:51.043Z", - "update_date": "2019-01-03T12:08:03.319Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-wibj_skin", - "biomaterial_name": "Skin cells from HPSI0214i-wibj_skin", - "biomaterial_description": "Skin cells from HPSI0214i-wibj_skin", - "biosd_biomaterial": "SAMEA2397844", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097", - "ontology_label": "skin of body" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003", - "ontology_label": "skin epidermis" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "provenance": { - "document_id": "597b4050-0778-4a81-b882-e1704ab0b6ad", - "submission_date": "2019-01-03T12:07:50.973Z", - "update_date": "2019-01-03T12:08:03.189Z" - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-wibj", - "biomaterial_name": "donor HPSI0214i-wibj", - "biomaterial_description": "donor HPSI0214i-wibj_2, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2398911" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "sex": "female", - "organism_age": "55-59", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036", - "ontology_label": "year" - }, - "human_specific": { - "ethnicity": [ - { - "text": "European, White, British", - "ontology": "HANCESTRO:0462", - "ontology_label": "British" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "4934d9c3-753b-47bc-b2d5-468ce255a139", - "submission_date": "2019-01-03T12:07:50.939Z", - "update_date": "2019-01-03T12:08:02.040Z" - } - }, - "cell_line_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-kucg_2", - "biomaterial_name": "iPS cell line kucg_2", - "biomaterial_description": "iPS cell line kucg_2", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2645814" - }, - "disease": { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248", - "ontology_label": "pluripotent stem cell" - }, - "catalog_number": "77650065", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0214i-kucg_2", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 36, - "growth_medium": "mTeSR1", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2014-11-03T00:00:00Z", - "provenance": { - "document_id": "37833da3-505d-4bb2-916e-26aa8985d183", - "submission_date": "2019-01-03T12:07:51.052Z", - "update_date": "2019-01-03T12:08:03.268Z" - } - }, - "specimen_from_organism_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-kucg_skin", - "biomaterial_name": "Skin cells from HPSI0214i-kucg_skin", - "biomaterial_description": "Skin cells from HPSI0214i-kucg_skin", - "biosd_biomaterial": "SAMEA2398627", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097", - "ontology_label": "skin of body" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003", - "ontology_label": "skin epidermis" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "provenance": { - "document_id": "1fc181fe-60c6-4b94-85c1-1f227be60658", - "submission_date": "2019-01-03T12:07:50.987Z", - "update_date": "2019-01-03T12:08:03.087Z" - } - }, - "donor_organism_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0214i-kucg", - "biomaterial_name": "donor HPSI0214i-kucg", - "biomaterial_description": "donor HPSI0214i-kucg_2, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2397923" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "sex": "male", - "organism_age": "65-69", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036", - "ontology_label": "year" - }, - "human_specific": { - "ethnicity": [ - { - "text": "European, White, British", - "ontology": "HANCESTRO:0462", - "ontology_label": "British" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "7c3a6d87-9f43-4de5-b47d-6fa78a897624", - "submission_date": "2019-01-03T12:07:50.949Z", - "update_date": "2019-01-03T12:08:01.492Z" - } - }, - "cell_line_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-hoik_1", - "biomaterial_name": "iPS cell line hoik_1", - "biomaterial_description": "iPS cell line hoik_1", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2698315" - }, - "disease": { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248", - "ontology_label": "pluripotent stem cell" - }, - "catalog_number": "77650129", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-hoik_1", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 28, - "growth_medium": "mTeSR1", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2015-02-02T00:00:00Z", - "provenance": { - "document_id": "d954547d-94bc-401d-bdff-ccd727251c74", - "submission_date": "2019-01-03T12:07:51.061Z", - "update_date": "2019-01-03T12:08:03.322Z" - } - }, - "specimen_from_organism_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-hoik_skin", - "biomaterial_name": "Skin cells from HPSI0314i-hoik_skin", - "biomaterial_description": "Skin cells from HPSI0314i-hoik_skin", - "biosd_biomaterial": "SAMEA2399963", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097", - "ontology_label": "skin of body" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003", - "ontology_label": "skin epidermis" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "provenance": { - "document_id": "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b", - "submission_date": "2019-01-03T12:07:50.997Z", - "update_date": "2019-01-03T12:08:02.789Z" - } - }, - "donor_organism_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-hoik", - "biomaterial_name": "donor HPSI0314i-hoik", - "biomaterial_description": "donor HPSI0314i-hoik_1, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2399961" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "sex": "female", - "organism_age": "40-44", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036", - "ontology_label": "year" - }, - "human_specific": { - "ethnicity": [ - { - "text": "European, White, British", - "ontology": "HANCESTRO:0462", - "ontology_label": "British" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "3322ea3a-30ea-4e6e-b187-18525de4ee3e", - "submission_date": "2019-01-03T12:07:50.957Z", - "update_date": "2019-01-03T12:08:02.270Z" - } - }, - "cell_line_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.1/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-sojd_3", - "biomaterial_name": "iPS cell line sojd_3", - "biomaterial_description": "iPS cell line sojd_3", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2627569" - }, - "disease": { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "cell_type": { - "text": "pluripotent stem cell", - "ontology": "CL:0002248", - "ontology_label": "pluripotent stem cell" - }, - "catalog_number": "77650126", - "catalog_url": "http://www.hipsci.org/lines/#/lines/HPSI0314i-sojd_3", - "cell_line_type": "induced pluripotent", - "cell_morphology": { - "cell_viability_method": "Growth to confluence post-thaw" - }, - "growth_conditions": { - "passage_number": 29, - "growth_medium": "mTeSR1", - "feeder_layer_type": "feeder-free", - "drug_treatment": "Cells were cultured in presence of Penicillin and Streptomycin", - "mycoplasma_testing_method": "PCR", - "mycoplasma_testing_results": "pass" - }, - "date_established": "2015-01-09T00:00:00Z", - "provenance": { - "document_id": "95deef55-86e9-42be-9f82-3102b0d89dbe", - "submission_date": "2019-01-03T12:07:51.071Z", - "update_date": "2019-01-03T12:08:03.373Z" - } - }, - "specimen_from_organism_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.4/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-sojd_skin", - "biomaterial_name": "Skin cells from HPSI0314i-sojd_skin", - "biomaterial_description": "Skin cells from HPSI0314i-sojd_skin", - "biosd_biomaterial": "SAMEA2418243", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "skin of body", - "ontology": "UBERON:0002097", - "ontology_label": "skin of body" - }, - "organ_part": { - "text": "skin epidermis", - "ontology": "UBERON:0001003", - "ontology_label": "skin epidermis" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "provenance": { - "document_id": "2e32e319-53d4-4e69-af0f-c43e2b15a94f", - "submission_date": "2019-01-03T12:07:51.019Z", - "update_date": "2019-01-03T12:08:03.124Z" - } - }, - "donor_organism_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "HPSI0314i-sojd", - "biomaterial_name": "donor HPSI0314i-sojd", - "biomaterial_description": "donor HPSI0314i-sojd_3, iPSC, cell line, skin", - "ncbi_taxon_id": [ - 9606 - ], - "biosd_biomaterial": "SAMEA2418245" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "sex": "female", - "organism_age": "45-49", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036", - "ontology_label": "year" - }, - "human_specific": { - "ethnicity": [ - { - "text": "White - other, Ad Mixed American", - "ontology": "HANCESTRO:0463", - "ontology_label": "American" - } - ] - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "is_living": "yes", - "provenance": { - "document_id": "872169f4-8479-4476-9646-20b3997e1f01", - "submission_date": "2019-01-03T12:07:50.965Z", - "update_date": "2019-01-03T12:08:02.262Z" - } - }, - "sequence_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/7.0.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "GAC027_hOrg_HipSci_2_S6_L007_I1_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "fdb858b0c02365a1ac66b93eb7d6ad91" - }, - "read_index": "index1", - "lane_index": 7, - "read_length": 8, - "provenance": { - "document_id": "9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a", - "submission_date": "2019-01-03T12:07:50.674Z", - "update_date": "2019-01-03T12:16:54.090Z" - } - }, - "sequence_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/7.0.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "GAC027_hOrg_HipSci_2_S6_L007_R1_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "be86a99afeb1e9142db887d9fcdfe3c7" - }, - "read_index": "read1", - "lane_index": 7, - "read_length": 26, - "provenance": { - "document_id": "ac93d656-4aa5-4f6c-b273-dc1d8be1934c", - "submission_date": "2019-01-03T12:07:50.685Z", - "update_date": "2019-01-03T12:20:06.160Z" - } - }, - "sequence_file_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/7.0.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "GAC027_hOrg_HipSci_2_S6_L007_R2_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "611ba41c18875cc6392c64e0b01ce875" - }, - "read_index": "read2", - "lane_index": 7, - "read_length": 100, - "provenance": { - "document_id": "5989ca50-45b5-4834-bfde-d290a8dfa97e", - "submission_date": "2019-01-03T12:07:50.705Z", - "update_date": "2019-01-03T12:28:59.095Z" - } - }, - "supplementary_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/1.1.5/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "hipsci-ipsc-pipeline.pdf", - "file_format": "pdf" - }, - "file_description": "iPSC induction by Sendai virus protocol.", - "provenance": { - "document_id": "434fa581-90e3-43cc-8ff5-2596e6e8d366", - "submission_date": "2019-01-03T12:07:50.566Z", - "update_date": "2019-01-03T12:12:23.302Z" - } - }, - "supplementary_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/1.1.5/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "Dissociation_protocol_130-092-628.pdf", - "file_format": "pdf" - }, - "file_description": "Cerebral organoid dissociation protocol.", - "provenance": { - "document_id": "f126dd41-0041-46b7-8c63-7da264be6b81", - "submission_date": "2019-01-03T12:07:50.578Z", - "update_date": "2019-01-03T12:11:14.380Z" - } - }, - "supplementary_file_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/1.1.5/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf", - "file_format": "pdf" - }, - "file_description": "10x Chromium single cell 3' v2 library preparation.", - "provenance": { - "document_id": "f48ebd9a-f3ac-4e02-b698-7146cd396946", - "submission_date": "2019-01-03T12:07:50.588Z", - "update_date": "2019-01-03T12:11:14.378Z" - } - }, - "project_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/project/9.0.4/project", - "schema_type": "project", - "project_core": { - "project_short_name": "HPSI human cerebral organoids", - "project_title": "Assessing the relevance of organoids to model inter-individual variation", - "project_description": "The purpose of this project is to assess the relevance of pluripotent stem cell-derived cerebral and liver organoids to recapitulate the variation in cell-type specific gene expression programs between individuals. Towards this aim, we will generate reference atlases of the developing cortex and liver from multiple individuals, derive iPSC lines from these same individuals, and determine if inter-individual gene expression variation is recapitulated in cerebral and liver organoids from the same individual from which we have reference maps. In parallel we will assess the genetic contribution to variablity between organoids from different iPSCs of multiple human individuals that are available in existing iPSC resources (e.g. HipSci)." - }, - "contributors": [ - { - "contact_name": "Barbara,,Treutlein", - "email": "barbara_treutlein@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "project_role": "principal investigator", - "orcid_id": "0000-0002-3299-5597", - "corresponding_contributor": true - }, - { - "contact_name": "J,Gray,Camp", - "email": "gray_camp@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "corresponding_contributor": false - }, - { - "contact_name": "Zhisong,,He", - "email": "zhisong_he@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "corresponding_contributor": false - }, - { - "contact_name": "Sabina,,Kanton", - "email": "sabina_kanton@eva.mpg.de", - "institution": "Max Planck Institute for Evolutionary Anthropology", - "address": "Deutscher Pl. 6, 04103 Leipzig", - "country": "Germany", - "corresponding_contributor": false - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - } - ], - "provenance": { - "document_id": "d96c2451-6e22-441f-a3e6-70fd0878bb1b", - "submission_date": "2019-01-03T12:07:50.548Z", - "update_date": "2019-01-03T12:07:59.988Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.4.0/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "10x_3'_library_preparation", - "protocol_name": "10x 3' single cell library preparation", - "protocol_description": "10x Chromium single cell 3' v2 library preparation", - "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" - }, - "nucleic_acid_source": "single cell", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869", - "ontology_label": "polyA RNA" - }, - "library_construction_approach": { - "text": "Chromium 3' Single Cell v2", - "ontology": "EFO:0009310", - "ontology_label": "10X v2 sequencing" - }, - "end_bias": "3 prime tag", - "primer": "poly-dT", - "strand": "unstranded", - "cell_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 15, - "barcode_length": 10 - }, - "library_construction_kit": { - "retail_name": "10X Chromium Single Cell 3' Solution v2 Chemistry", - "manufacturer": "10X Genomics" - }, - "provenance": { - "document_id": "65ce5281-b07e-4b21-be8d-66ac5dea4d69", - "submission_date": "2019-01-03T12:07:51.265Z", - "update_date": "2019-01-03T12:07:58.774Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.3/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "10x_scRNASeq", - "protocol_name": "10x single cell RNA Sequencing", - "protocol_description": "10x RNA sequencing", - "document": "CG00052_SingleCell3_ReagentKitv2UserGuide_RevE.pdf" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008565", - "ontology_label": "Illumina HiSeq 2500" - }, - "paired_end": true, - "sequencing_approach": { - "text": "tag based single cell RNA sequencing", - "ontology": "EFO:0008440", - "ontology_label": "tag based single cell RNA sequencing" - }, - "provenance": { - "document_id": "1547584e-d9e4-4519-a72a-91db0d0fec3c", - "submission_date": "2019-01-03T12:07:51.274Z", - "update_date": "2019-01-03T12:07:58.338Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "Cerebral_organoid_dissociation", - "protocol_name": "cerebral organoid dissociation", - "protocol_description": "cerebral organoid dissociation", - "document": "Dissociation_protocol_130-092-628.pdf" - }, - "dissociation_method": { - "text": "Papain-based enzymatic dissociation", - "ontology": "EFO:0009128", - "ontology_label": "enzymatic dissociation" - }, - "protocol_reagents": [ - { - "retail_name": "Neural Tissue Dissociation Kit", - "catalog_number": "130-092-628", - "manufacturer": "Miltenyi Biotec" - } - ], - "provenance": { - "document_id": "c23de226-536c-403d-a757-f4200cb1777b", - "submission_date": "2019-01-03T12:07:51.254Z", - "update_date": "2019-01-03T12:07:58.689Z" - } - }, - "differentiation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "Org_Lanc_2014", - "protocol_name": "Differentiation of cerebral organoids", - "protocol_description": "Generation of cerebral organoids from human pluripotent stem cells", - "publication_doi": "10.1038/nprot.2014.158" - }, - "differentiation_method": "embryoid bodies", - "target_pathway": "RHO, ROCK", - "validation_method": "immunostaining", - "reagents": [ - { - "retail_name": "ROCK inhibitor Y27632" - } - ], - "small_molecules": "Vitamin A (retinoic acid)", - "provenance": { - "document_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47", - "submission_date": "2019-01-03T12:07:51.244Z", - "update_date": "2019-01-03T12:07:58.180Z" - } - }, - "ipsc_induction_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "ipsc_induction_protocol_1", - "protocol_name": "iPSC induction by Sendai virus", - "protocol_description": "Fibroblasts are thawed, transduced using Cytotune 2.0 Sendai virus (containing the Yamanaka genes encoding transcription factors Oct4, Sox2, cMyc and Klf4) and maintained until iPSC colony formation. Colonies are then picked and cultured to obtain a sizable yield of IPS cells, which are banked to a commercial grade standard. These banks then undergo quality checks to ensure the banks pass resuscitation tests and are free of mycoplasma.", - "document": "hipsci-ipsc-pipeline.pdf" - }, - "ipsc_induction_method": "sendai virus", - "pluripotency_vector_removed": "yes", - "ipsc_induction_kit": { - "retail_name": "Cytotune 1.0", - "manufacturer": "Thermofisher" - }, - "pluripotency_test": "HipSci Pluri test", - "ipsc_induction_produced_in_house": false, - "provenance": { - "document_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7", - "submission_date": "2019-01-03T12:07:51.230Z", - "update_date": "2019-01-03T12:07:58.380Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "tech_rep_3" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "54438211-29fb-4e57-87f4-95412e5d8b15", - "submission_date": "2019-01-03T12:07:51.302Z", - "update_date": "2019-01-03T12:07:59.105Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_22" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "7d683bc4-6e59-4c7e-bbc8-5dad46fe2684", - "submission_date": "2019-01-03T12:07:51.550Z", - "update_date": "2019-01-03T12:07:59.380Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_10" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "d1a9aae1-99dc-4b49-bee3-af685b7f013a", - "submission_date": "2019-01-03T12:07:51.438Z", - "update_date": "2019-01-03T12:08:00.039Z" - } - }, - "process_3.json": { - "process_core": { - "process_id": "process_id_5" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "a02a2a59-cdb4-4261-b220-b0cfebaec5ac", - "submission_date": "2019-01-03T12:07:51.383Z", - "update_date": "2019-01-03T12:07:58.898Z" - } - }, - "process_4.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "01e52705-77de-4715-b35f-442aff9312be", - "submission_date": "2019-01-03T12:07:51.338Z", - "update_date": "2019-01-03T12:07:59.330Z" - } - }, - "process_5.json": { - "process_core": { - "process_id": "process_id_13" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "58a58315-2f03-4a36-9cea-dd306b609ba9", - "submission_date": "2019-01-03T12:07:51.477Z", - "update_date": "2019-01-03T12:07:59.265Z" - } - }, - "process_6.json": { - "process_core": { - "process_id": "process_id_6" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "56c911d5-6b99-486c-9ce7-141ee41528eb", - "submission_date": "2019-01-03T12:07:51.391Z", - "update_date": "2019-01-03T12:07:59.791Z" - } - }, - "process_7.json": { - "process_core": { - "process_id": "process_id_2" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "23fe1739-6bbe-4a86-be96-bd75f19f8375", - "submission_date": "2019-01-03T12:07:51.346Z", - "update_date": "2019-01-03T12:07:58.637Z" - } - }, - "process_8.json": { - "process_core": { - "process_id": "process_id_16" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "831dc734-9813-4c34-a163-16dd5b75d9a0", - "submission_date": "2019-01-03T12:07:51.503Z", - "update_date": "2019-01-03T12:07:59.485Z" - } - }, - "process_9.json": { - "process_core": { - "process_id": "process_id_7" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "d8f1d436-6bc3-4638-9801-8a9241996d28", - "submission_date": "2019-01-03T12:07:51.413Z", - "update_date": "2019-01-03T12:07:59.548Z" - } - }, - "process_10.json": { - "process_core": { - "process_id": "process_id_3" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "a9a39b30-8243-4d08-8f36-8f2e1275e8d0", - "submission_date": "2019-01-03T12:07:51.354Z", - "update_date": "2019-01-03T12:07:58.435Z" - } - }, - "process_11.json": { - "process_core": { - "process_id": "process_id_19" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "024c9f05-1743-4d66-83b7-134a31cd1c27", - "submission_date": "2019-01-03T12:07:51.527Z", - "update_date": "2019-01-03T12:07:59.150Z" - } - }, - "process_12.json": { - "process_core": { - "process_id": "process_id_8" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "50d53f80-5e54-4cda-97f0-5acb4d686d3e", - "submission_date": "2019-01-03T12:07:51.421Z", - "update_date": "2019-01-03T12:07:59.502Z" - } - }, - "process_13.json": { - "process_core": { - "process_id": "process_id_4" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "baa3a061-534c-4b6e-8c51-a11a8307f537", - "submission_date": "2019-01-03T12:07:51.362Z", - "update_date": "2019-01-03T12:07:58.911Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.4/links", - "schema_type": "link_bundle", - "schema_version": "1.1.4", - "links": [ - { - "process": "54438211-29fb-4e57-87f4-95412e5d8b15", - "inputs": [ - "c2396f83-22e4-4a2d-8cce-a30feb533603" - ], - "input_type": "biomaterial", - "outputs": [ - "9c49bbf2-cf62-4f94-9b9d-a3da42e2d52a", - "ac93d656-4aa5-4f6c-b273-dc1d8be1934c", - "5989ca50-45b5-4834-bfde-d290a8dfa97e" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "65ce5281-b07e-4b21-be8d-66ac5dea4d69" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "1547584e-d9e4-4519-a72a-91db0d0fec3c" - } - ] - }, - { - "process": "7d683bc4-6e59-4c7e-bbc8-5dad46fe2684", - "inputs": [ - "a690df06-cc52-4346-a926-fe5e5b3a7547", - "f0b636ce-505c-4339-a69c-2305352b6796", - "46e7ed04-5916-4c10-8a05-fe510eda819a", - "d49998ff-c873-41fd-bb44-f221f89b8f15" - ], - "input_type": "biomaterial", - "outputs": [ - "c2396f83-22e4-4a2d-8cce-a30feb533603" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "c23de226-536c-403d-a757-f4200cb1777b" - } - ] - }, - { - "process": "d1a9aae1-99dc-4b49-bee3-af685b7f013a", - "inputs": [ - "a689172e-cae2-4e2c-b1d2-5aeff0a90171" - ], - "input_type": "biomaterial", - "outputs": [ - "a690df06-cc52-4346-a926-fe5e5b3a7547" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" - } - ] - }, - { - "process": "a02a2a59-cdb4-4261-b220-b0cfebaec5ac", - "inputs": [ - "597b4050-0778-4a81-b882-e1704ab0b6ad" - ], - "input_type": "biomaterial", - "outputs": [ - "a689172e-cae2-4e2c-b1d2-5aeff0a90171" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" - } - ] - }, - { - "process": "01e52705-77de-4715-b35f-442aff9312be", - "inputs": [ - "4934d9c3-753b-47bc-b2d5-468ce255a139" - ], - "input_type": "biomaterial", - "outputs": [ - "597b4050-0778-4a81-b882-e1704ab0b6ad" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "58a58315-2f03-4a36-9cea-dd306b609ba9", - "inputs": [ - "37833da3-505d-4bb2-916e-26aa8985d183" - ], - "input_type": "biomaterial", - "outputs": [ - "f0b636ce-505c-4339-a69c-2305352b6796" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" - } - ] - }, - { - "process": "56c911d5-6b99-486c-9ce7-141ee41528eb", - "inputs": [ - "1fc181fe-60c6-4b94-85c1-1f227be60658" - ], - "input_type": "biomaterial", - "outputs": [ - "37833da3-505d-4bb2-916e-26aa8985d183" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" - } - ] - }, - { - "process": "23fe1739-6bbe-4a86-be96-bd75f19f8375", - "inputs": [ - "7c3a6d87-9f43-4de5-b47d-6fa78a897624" - ], - "input_type": "biomaterial", - "outputs": [ - "1fc181fe-60c6-4b94-85c1-1f227be60658" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "831dc734-9813-4c34-a163-16dd5b75d9a0", - "inputs": [ - "d954547d-94bc-401d-bdff-ccd727251c74" - ], - "input_type": "biomaterial", - "outputs": [ - "46e7ed04-5916-4c10-8a05-fe510eda819a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" - } - ] - }, - { - "process": "d8f1d436-6bc3-4638-9801-8a9241996d28", - "inputs": [ - "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b" - ], - "input_type": "biomaterial", - "outputs": [ - "d954547d-94bc-401d-bdff-ccd727251c74" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" - } - ] - }, - { - "process": "a9a39b30-8243-4d08-8f36-8f2e1275e8d0", - "inputs": [ - "3322ea3a-30ea-4e6e-b187-18525de4ee3e" - ], - "input_type": "biomaterial", - "outputs": [ - "ad702cb9-3b40-4f8f-b9a5-331eeb153d9b" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "024c9f05-1743-4d66-83b7-134a31cd1c27", - "inputs": [ - "95deef55-86e9-42be-9f82-3102b0d89dbe" - ], - "input_type": "biomaterial", - "outputs": [ - "d49998ff-c873-41fd-bb44-f221f89b8f15" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "3ec905f4-5950-4cfa-bd0b-86cc0370fd47" - } - ] - }, - { - "process": "50d53f80-5e54-4cda-97f0-5acb4d686d3e", - "inputs": [ - "2e32e319-53d4-4e69-af0f-c43e2b15a94f" - ], - "input_type": "biomaterial", - "outputs": [ - "95deef55-86e9-42be-9f82-3102b0d89dbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "97a30135-246f-4c0d-aef8-4e33183d1ff7" - } - ] - }, - { - "process": "baa3a061-534c-4b6e-8c51-a11a8307f537", - "inputs": [ - "872169f4-8479-4476-9646-20b3997e1f01" - ], - "input_type": "biomaterial", - "outputs": [ - "2e32e319-53d4-4e69-af0f-c43e2b15a94f" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - } -} diff --git a/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44.2019-09-20T103932.395795Z.json b/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44.2019-09-20T103932.395795Z.json new file mode 100644 index 0000000000..3b91c06755 --- /dev/null +++ b/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44.2019-09-20T103932.395795Z.json @@ -0,0 +1,832 @@ +{ + "manifest": { + "sequence_file/12484c33-24ec-4293-8f96-4cb1a43a6479": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "759039c3", + "indexed": false, + "name": "19D015_NeuNT_R1.fastq.gz", + "s3_etag": "ed76eee572ae35b0eff88a66d07e4109-769", + "sha1": "5b5562b854a46298f2459b471def0f6e02d51752", + "sha256": "ce7471e89d0432c46ba22a1421ec5e89282d051a1691824a912205d9a8f08092", + "size": 51558308013, + "uuid": "ea5eea99-d788-4762-8de5-32602316da79", + "version": "2019-09-20T104007.794231Z" + }, + "sequence_file/f85b458b-b189-4ee7-939a-c905b70ae431": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "9069c15e", + "indexed": false, + "name": "19D015_NeuNT_R2.fastq.gz", + "s3_etag": "a4224318fdcbe14d2445bb2accfee3e8-633", + "sha1": "78f248cc1a43c307e77476a1195ed887ab0329c7", + "sha256": "90a8b913b628cfcad5a02b8628b1dfd17a5964ba9f590107404ee42035a69b1e", + "size": 42457074211, + "uuid": "351cae9c-9695-4797-b455-526dd29117bb", + "version": "2019-09-20T104008.028755Z" + }, + "sequence_file/18feeb7d-66ca-4ea4-a019-a10e5b762465": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "80b75620", + "indexed": false, + "name": "19D015_NeuNT_I1.fastq.gz", + "s3_etag": "6a9109b858d853ad276e1049bd7f5738-59", + "sha1": "a889db5ca65a684e3c25ebfb94d950e7d5b25060", + "sha256": "b1ed22a4f76feb2459ff5f2b958a18ea443aae44d93556cfeac53417ae74f017", + "size": 3935041540, + "uuid": "b64d8e12-028a-46fd-a778-5a5a8e971289", + "version": "2019-09-20T104008.305993Z" + }, + "supplementary_file/2e64e936-85ec-49a0-8365-578b5621bcb1": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "82c6888c", + "indexed": false, + "name": "NeuN_enrichment_protocol.pdf", + "s3_etag": "07f40c8891e3ee6c8afcbefc5ae5666e", + "sha1": "cd7fc7a040f22d885e6dce51a88c2ab4d39c9208", + "sha256": "347151ff3cc9aba252ca2bbb48f0aaaea0164105f5cac88ce9fb438c2efd76c3", + "size": 74562, + "uuid": "8e71749b-d445-409a-bc53-ba359438df69", + "version": "2019-09-20T104008.555357Z" + }, + "supplementary_file/720e6453-71ff-4742-ba6a-e5a3a5d3cee0": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "18cb622e", + "indexed": false, + "name": "Single_nuclei_dissociation_protocol.pdf", + "s3_etag": "65ff1ba0ab370718fea68ba8ecaa5f62", + "sha1": "2b8981a89132fbbad5270b3079b7ca1422613e8a", + "sha256": "c004a0458be630d278542be89de54184fd61166deb61316a434d22381cc9e7b8", + "size": 72083, + "uuid": "dfa8a3b3-192c-4867-8c52-f956a6ebab06", + "version": "2019-09-20T104008.746891Z" + }, + "supplementary_file/09917cf3-76de-4b85-8944-03664cd0d954": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "ced2f561", + "indexed": false, + "name": "seq_protocol.pdf", + "s3_etag": "c74d7e9b5d3fe25d13cfc0c2ccc2c6c5", + "sha1": "29496e4720dee72f475bce872be3cba5091bf61e", + "sha256": "20554cc86f4388dcd35cf5810bf0cd3039405dcb7f8e759ea08498c7603aca37", + "size": 2008495, + "uuid": "deb6c7db-8ed1-4c87-ab39-44c3499e8499", + "version": "2019-09-20T104008.919497Z" + }, + "supplementary_file/8fb964a1-fd66-43b6-9d13-57db6bd185f2": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "5ef01a45", + "indexed": false, + "name": "standard_10x_library_preparation.pdf", + "s3_etag": "769a1335f7a9e6ec65c6284120f4b609", + "sha1": "11fae8d7a1ad844e3244163fc943e085e4bf87c6", + "sha256": "ab21d955fb53246c78b9828a8d83707720768a752ba0731a5e2145bb3a48de14", + "size": 7910067, + "uuid": "58b2c404-62c7-46cc-912f-99a5731cd8e5", + "version": "2019-09-20T104009.214107Z" + } + }, + "metadata": { + "cell_suspension/eb27c398-f017-4ef1-acc8-3f51af87fe17": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "19D015_NeuNT_nuclei", + "biomaterial_name": "19D015_NeuNT", + "biomaterial_description": "dissocitated nuclei of human retina (peripheral region), incubated with anti-NeuN antibody and FACS sorted (Nuclei with top 5% signal intensity)", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "selected_cell_types": [ + { + "text": "NeuN-positive-nuclei in peripheral retina", + "ontology": "CL:0000540", + "ontology_label": "neuron" + } + ], + "estimated_cell_count": 24600, + "provenance": { + "document_id": "eb27c398-f017-4ef1-acc8-3f51af87fe17", + "submission_date": "2019-09-20T08:29:51.970Z", + "update_date": "2019-09-20T08:29:59.187Z", + "schema_major_version": 13, + "schema_minor_version": 3 + } + }, + "specimen_from_organism/0a63e007-09d0-4330-989b-ca248f8b3c3c": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "19D015_per", + "biomaterial_name": "19D015_per", + "biomaterial_description": "retinal tissues from the donor body", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "eye", + "ontology": "UBERON:0000970", + "ontology_label": "eye" + }, + "organ_parts": [ + { + "text": "retina", + "ontology": "UBERON:0000966", + "ontology_label": "retina" + } + ], + "provenance": { + "document_id": "0a63e007-09d0-4330-989b-ca248f8b3c3c", + "submission_date": "2019-09-20T08:29:51.904Z", + "update_date": "2019-09-20T08:29:55.265Z", + "schema_major_version": 10, + "schema_minor_version": 4 + } + }, + "donor_organism/fa1bd656-7f7b-4288-84c6-d511232cfe95": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "19D015", + "biomaterial_name": "Homo Sapiens", + "biomaterial_description": "postmortem human donor", + "ncbi_taxon_id": [ + 9606 + ] + }, + "human_specific": { + "ethnicity": [ + { + "text": "Caucasian", + "ontology": "HANCESTRO:0005", + "ontology_label": "European" + } + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "sex": "male", + "is_living": "no", + "organism_age": "73", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036", + "ontology_label": "year" + }, + "development_stage": { + "text": "human adult", + "ontology": "HsapDv:0000087", + "ontology_label": "human adult stage" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "death": { + "cause_of_death": "heart failure", + "cold_perfused": false, + "hardy_scale": 2, + "organ_donation_death_type": "Donation after brainstem death (DBD)", + "normothermic_regional_perfusion": "no" + }, + "provenance": { + "document_id": "fa1bd656-7f7b-4288-84c6-d511232cfe95", + "submission_date": "2019-09-20T08:29:51.866Z", + "update_date": "2019-09-20T08:29:55.262Z", + "schema_major_version": 15, + "schema_minor_version": 5 + } + }, + "sequence_file/12484c33-24ec-4293-8f96-4cb1a43a6479": { + "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "19D015_NeuNT_R1.fastq.gz", + "format": "fastq.gz", + "content_description": [ + { + "text": "DNA sequence", + "ontology": "data:3494", + "ontology_label": "DNA sequence" + } + ] + }, + "read_index": "read1", + "read_length": 26, + "library_prep_id": "batch_1", + "provenance": { + "document_id": "12484c33-24ec-4293-8f96-4cb1a43a6479", + "submission_date": "2019-09-20T08:29:52.232Z", + "update_date": "2019-09-20T10:13:35.720Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + }, + "sequence_file/f85b458b-b189-4ee7-939a-c905b70ae431": { + "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "19D015_NeuNT_R2.fastq.gz", + "format": "fastq.gz", + "content_description": [ + { + "text": "DNA sequence", + "ontology": "data:3494", + "ontology_label": "DNA sequence" + } + ] + }, + "read_index": "read2", + "read_length": 151, + "library_prep_id": "batch_1", + "provenance": { + "document_id": "f85b458b-b189-4ee7-939a-c905b70ae431", + "submission_date": "2019-09-20T08:29:52.239Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + }, + "sequence_file/18feeb7d-66ca-4ea4-a019-a10e5b762465": { + "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "19D015_NeuNT_I1.fastq.gz", + "format": "fastq.gz", + "content_description": [ + { + "text": "DNA sequence", + "ontology": "data:3494", + "ontology_label": "DNA sequence" + } + ] + }, + "read_index": "index1", + "read_length": 8, + "library_prep_id": "batch_1", + "provenance": { + "document_id": "18feeb7d-66ca-4ea4-a019-a10e5b762465", + "submission_date": "2019-09-20T08:29:52.247Z", + "update_date": "2019-09-20T08:50:13.111Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + }, + "supplementary_file/2e64e936-85ec-49a0-8365-578b5621bcb1": { + "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "NeuN_enrichment_protocol.pdf", + "format": "pdf" + }, + "file_description": "Protocol for enrichment in NeuN+ Cells", + "provenance": { + "document_id": "2e64e936-85ec-49a0-8365-578b5621bcb1", + "submission_date": "2019-09-20T08:29:52.277Z", + "update_date": "2019-09-20T08:38:58.167Z", + "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", + "schema_major_version": 2, + "schema_minor_version": 2 + } + }, + "supplementary_file/720e6453-71ff-4742-ba6a-e5a3a5d3cee0": { + "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "Single_nuclei_dissociation_protocol.pdf", + "format": "pdf" + }, + "file_description": "Protocol to dissociate nuclei", + "provenance": { + "document_id": "720e6453-71ff-4742-ba6a-e5a3a5d3cee0", + "submission_date": "2019-09-20T08:29:52.285Z", + "update_date": "2019-09-20T08:38:58.165Z", + "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", + "schema_major_version": 2, + "schema_minor_version": 2 + } + }, + "supplementary_file/09917cf3-76de-4b85-8944-03664cd0d954": { + "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "seq_protocol.pdf", + "format": "pdf" + }, + "file_description": "Protocol for sequencing", + "provenance": { + "document_id": "09917cf3-76de-4b85-8944-03664cd0d954", + "submission_date": "2019-09-20T08:29:52.292Z", + "update_date": "2019-09-20T08:38:58.165Z", + "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", + "schema_major_version": 2, + "schema_minor_version": 2 + } + }, + "supplementary_file/8fb964a1-fd66-43b6-9d13-57db6bd185f2": { + "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "standard_10x_library_preparation.pdf", + "format": "pdf" + }, + "file_description": "Protocol for library preparation", + "provenance": { + "document_id": "8fb964a1-fd66-43b6-9d13-57db6bd185f2", + "submission_date": "2019-09-20T08:29:52.299Z", + "update_date": "2019-09-20T08:38:58.167Z", + "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", + "schema_major_version": 2, + "schema_minor_version": 2 + } + }, + "project/9c20a245-f2c0-43ae-82c9-2232ec6b594f": { + "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", + "schema_type": "project", + "project_core": { + "project_short_name": "snRNA-seq_for_human_retina", + "project_title": "Transcriptomic classification of human retinal cell types with single-nuclei RNA-seq.", + "project_description": "The human neural retina is a heterogenous tissue that is an ordered array of approximately 70 different types of neurons, each playing a unique role in processing the visual signal. Currently, the transcriptomic-level classification of human retinal cell types is still limited. Using single-nuclei RNA-seq, a comprehensive single-cell profiling study has been carried out for healthy human retina from four individual donors. With the transcriptomic profiles for a total of over 200K nuclei being generated, we aim at revealing the transcriptome profiles for most subtypes of the retinal cells. Comparison with previous published macaque and mice dataset indicates an overall good alignment among species. In addition, the gene expression profile that is unique to human has been discovered. Furthermore, over 200 genes associated with human retinal diseases are investigated in our dataset and are found to show both cell type and regional specificity. In summary, results from our study serves as not only a cell atlas reference but also the foundation for future studies of human retinal diseases." + }, + "contributors": [ + { + "name": "Qingnan,,Liang", + "email": "qingnan.liang@bcm.edu", + "phone": "(+1)7137983610", + "institution": "Baylor College of Medicine", + "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", + "address": "One Baylor Plaza, Houston, Texas, 77054", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Xuesen,,Cheng", + "email": "xuesen.cheng@bcm.edu", + "phone": "(+1)7137983654", + "institution": "Baylor College of Medicine", + "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", + "address": "One Baylor Plaza, Houston, Texas, 77054", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Yumei,,Li", + "email": "yumeil@bcm.edu", + "phone": "(+1)7137987565", + "institution": "Baylor College of Medicine", + "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", + "address": "One Baylor Plaza, Houston, Texas, 77054", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Leah,,Owen", + "email": "leah.owen@hsc.utah.edu", + "phone": "(+1)8015812352", + "institution": "University of Utah", + "laboratory": "Department of Ophthalmology and Visual Sciences", + "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Denise,,Morgan", + "email": "denisej.jones@hsc.utah.edu", + "institution": "University of Utah", + "laboratory": "Department of Ophthalmology and Visual Sciences", + "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Sangbae,,Kim", + "email": "sangbae.kim@bcm.edu", + "phone": "(+1)7137983348", + "institution": "Baylor College of Medicine", + "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", + "address": "One Baylor Plaza, Houston, Texas, 77054", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Albert,,Vitale", + "email": "Albert.Vitale@hsc.utah.edu", + "phone": "(+1)8015812352", + "institution": "University of Utah", + "laboratory": "Department of Ophthalmology and Visual Sciences", + "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Ivana,,Kim", + "email": "Ivana_Kim@meei.harvard.edu", + "phone": "(+1)6175733367", + "institution": "University of Utah", + "laboratory": "Department of Ophthalmology and Visual Sciences", + "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Akbar,,Shakoor", + "email": "akbar.shakoor@hsc.utah.edu", + "phone": "(+1)8015856701", + "institution": "University of Utah", + "laboratory": "Department of Ophthalmology and Visual Sciences", + "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "experimental scientist", + "ontology": "EFO:0009741", + "ontology_label": "experimental scientist" + } + }, + { + "name": "Margaret,,DeAngelis", + "email": "margaret.deangelis@utah.edu", + "phone": "(+1)8015812352", + "institution": "University of Utah", + "laboratory": "Department of Ophthalmology and Visual Sciences", + "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", + "country": "USA", + "corresponding_contributor": false, + "project_role": { + "text": "principal investigator", + "ontology": "EFO:0009736", + "ontology_label": "principal investigator" + } + }, + { + "name": "Rui,,Chen", + "email": "ruichen@bcm.edu", + "phone": "(+1)7137985194", + "institution": "Baylor College of Medicine", + "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", + "address": "One Baylor Plaza, Houston, Texas, 77054", + "country": "USA", + "corresponding_contributor": true, + "project_role": { + "text": "principal investigator", + "ontology": "EFO:0009736", + "ontology_label": "principal investigator" + } + }, + { + "name": "Zinaida,A,Perova", + "email": "zina@ebi.ac.uk", + "phone": "(+44) 01223494121", + "institution": "EMBL-EBI", + "address": "Wellcome Trust Genome Center, Hinxton, CB10 1SD", + "country": "UK", + "corresponding_contributor": false, + "project_role": { + "text": "HCA data wrangler", + "ontology": "EFO:0009737", + "ontology_label": "data curator" + }, + "orcid_id": "0000-0001-9913-3249" + } + ], + "funders": [ + { + "grant_title": "Cell Atlas of the Neural Retina Seed Networks", + "grant_id": "CZF2019-002425", + "organization": "Chan Zuckerberg Foundation" + } + ], + "provenance": { + "document_id": "9c20a245-f2c0-43ae-82c9-2232ec6b594f", + "submission_date": "2019-09-20T08:29:51.843Z", + "update_date": "2019-09-20T08:29:55.163Z", + "schema_major_version": 14, + "schema_minor_version": 1 + } + }, + "library_preparation_protocol/6ce5a9c7-b4f7-41e5-a182-21e85627feee": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "standard_10x_library_preparation", + "protocol_name": "standard_10x_library_preparation", + "protocol_description": "This is a standard 10x genomics library preparation method", + "document": "standard_10x_library_preparation.pdf" + }, + "cell_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869", + "ontology_label": "polyA RNA" + }, + "nucleic_acid_source": "single nucleus", + "library_construction_method": { + "text": "10X 3' v3 sequencing", + "ontology": "EFO:0009922", + "ontology_label": "10x 3' v3 sequencing" + }, + "end_bias": "3 prime tag", + "primer": "poly-dT", + "strand": "unstranded", + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 16, + "barcode_length": 12 + }, + "library_preamplification_method": { + "text": "reverse transcription PCR", + "ontology": "OBI:0000552", + "ontology_label": "reverse transcription PCR" + }, + "cdna_library_amplification_method": { + "text": "PCR", + "ontology": "OBI:0000415", + "ontology_label": "PCR" + }, + "nominal_length": 150, + "provenance": { + "document_id": "6ce5a9c7-b4f7-41e5-a182-21e85627feee", + "submission_date": "2019-09-20T08:29:52.319Z", + "update_date": "2019-09-20T08:29:58.625Z", + "schema_major_version": 6, + "schema_minor_version": 2 + } + }, + "sequencing_protocol/e01aa420-488b-4189-a8c8-98ada395ee91": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "seq_protocol", + "protocol_name": "seq_protocol", + "protocol_description": "a standard illumina sequencing protocol", + "document": "seq_protocol.pdf" + }, + "instrument_manufacturer_model": { + "text": "Illumina Novaseq 6000", + "ontology": "EFO:0008637", + "ontology_label": "Illumina NovaSeq 6000" + }, + "paired_end": false, + "method": { + "text": "tag based single cell RNA sequencing", + "ontology": "EFO:0008440", + "ontology_label": "tag based single cell RNA sequencing" + }, + "10x": { + "fastq_method": "Cellranger mkfastq", + "fastq_method_version": "Cell Ranger 3.0.2", + "pooled_channels": 4.0 + }, + "provenance": { + "document_id": "e01aa420-488b-4189-a8c8-98ada395ee91", + "submission_date": "2019-09-20T08:29:52.324Z", + "update_date": "2019-09-20T08:29:58.905Z", + "schema_major_version": 10, + "schema_minor_version": 1 + } + }, + "dissociation_protocol/a3623f22-83e7-4207-b204-34041abb54e2": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "Single-nuclei-dissociation-protocol", + "protocol_name": "Single-nuclei-dissociation-protocol", + "document": "Single_nuclei_dissociation_protocol.pdf" + }, + "method": { + "text": "sample dissociation", + "ontology": "EFO:0009091", + "ontology_label": "sample dissociation" + }, + "provenance": { + "document_id": "a3623f22-83e7-4207-b204-34041abb54e2", + "submission_date": "2019-09-20T08:29:52.309Z", + "update_date": "2019-09-20T08:29:58.448Z", + "schema_major_version": 6, + "schema_minor_version": 2 + } + }, + "enrichment_protocol/76f64d5b-fa01-4efe-ad4a-097d70311581": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "NeuN-enrichment-protocol", + "protocol_name": "NeuN-enrichment-protocol", + "protocol_description": "Enrichment of the NeuN positive nuclei in the peripheral retina. The purpose is to enrich amacrine cells and retinal ganglion cells.", + "document": "NeuN_enrichment_protocol.pdf" + }, + "method": { + "text": "antibody enrichment with FACS sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "markers": "NeuN+", + "provenance": { + "document_id": "76f64d5b-fa01-4efe-ad4a-097d70311581", + "submission_date": "2019-09-20T08:29:52.314Z", + "update_date": "2019-09-20T08:29:58.761Z", + "schema_major_version": 3, + "schema_minor_version": 1 + } + }, + "collection_protocol/9a46c161-fb6e-4a4f-8c8d-a91a3c7b99c2": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "Retina_collection_protocol", + "protocol_name": "Retina_collection_protocol", + "protocol_description": "This is a standard protocol including post-mortem phenotyping (to make sure the donor does not have an retinal disease) and dissection of the eye.", + "publication_doi": "10.1167/iovs.18-24254" + }, + "method": { + "text": "dissection", + "ontology": "EFO:0003856", + "ontology_label": "dissection" + }, + "provenance": { + "document_id": "9a46c161-fb6e-4a4f-8c8d-a91a3c7b99c2", + "submission_date": "2019-09-20T08:29:52.304Z", + "update_date": "2019-09-20T08:29:58.737Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + }, + "process/a29d4d8a-e8bf-4e1a-aacc-eeea8f3b65d2": { + "start_time": "2019/08/28", + "process_core": { + "process_id": "lib_prep10" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/9.2.0/process", + "provenance": { + "document_id": "a29d4d8a-e8bf-4e1a-aacc-eeea8f3b65d2", + "submission_date": "2019-09-20T08:29:52.505Z", + "update_date": "2019-09-20T08:29:59.338Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + }, + "process/b6e09f03-0ddc-44ff-8cc9-7caf9eb70f57": { + "process_core": { + "process_id": "process_id_19" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/9.2.0/process", + "provenance": { + "document_id": "b6e09f03-0ddc-44ff-8cc9-7caf9eb70f57", + "submission_date": "2019-09-20T08:29:52.437Z", + "update_date": "2019-09-20T08:29:59.191Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + }, + "process/b3cddf6f-65ee-4aa8-8682-60f00c55be73": { + "process_core": { + "process_id": "process_id_7" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/9.2.0/process", + "provenance": { + "document_id": "b3cddf6f-65ee-4aa8-8682-60f00c55be73", + "submission_date": "2019-09-20T08:29:52.365Z", + "update_date": "2019-09-20T08:29:59.366Z", + "schema_major_version": 9, + "schema_minor_version": 2 + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "a29d4d8a-e8bf-4e1a-aacc-eeea8f3b65d2", + "inputs": [ + "eb27c398-f017-4ef1-acc8-3f51af87fe17" + ], + "input_type": "biomaterial", + "outputs": [ + "12484c33-24ec-4293-8f96-4cb1a43a6479", + "f85b458b-b189-4ee7-939a-c905b70ae431", + "18feeb7d-66ca-4ea4-a019-a10e5b762465" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "6ce5a9c7-b4f7-41e5-a182-21e85627feee" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "e01aa420-488b-4189-a8c8-98ada395ee91" + } + ] + }, + { + "process": "b6e09f03-0ddc-44ff-8cc9-7caf9eb70f57", + "inputs": [ + "0a63e007-09d0-4330-989b-ca248f8b3c3c" + ], + "input_type": "biomaterial", + "outputs": [ + "eb27c398-f017-4ef1-acc8-3f51af87fe17" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "a3623f22-83e7-4207-b204-34041abb54e2" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "76f64d5b-fa01-4efe-ad4a-097d70311581" + } + ] + }, + { + "process": "b3cddf6f-65ee-4aa8-8682-60f00c55be73", + "inputs": [ + "fa1bd656-7f7b-4288-84c6-d511232cfe95" + ], + "input_type": "biomaterial", + "outputs": [ + "0a63e007-09d0-4330-989b-ca248f8b3c3c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9a46c161-fb6e-4a4f-8c8d-a91a3c7b99c2" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44/2019-09-20T103932.395795Z/manifest.json b/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44/2019-09-20T103932.395795Z/manifest.json deleted file mode 100644 index 481850e658..0000000000 --- a/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44/2019-09-20T103932.395795Z/manifest.json +++ /dev/null @@ -1,326 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "27d5df55", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "c2ae104c7e048e34f7e11c33d336ea76", - "sha1": "2d934a2d27629d3d0b1c146e9ebd8403f49f8bec", - "sha256": "2f9df9ebcdd0440e89070985d6d1868b5d9ab39b5ba6845afcb069f82e29e114", - "size": 1167, - "uuid": "eb27c398-f017-4ef1-acc8-3f51af87fe17", - "version": "2019-09-20T082959.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5c140335", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "a0bf601a253a5f851b45b9236af45064", - "sha1": "434291f6cc51414b40d886e46c3778be45beaa25", - "sha256": "24d0c61756a18088e1fb337b868ab636eae6dc2a0c3c0ea7e64da2dee72b16d5", - "size": 1095, - "uuid": "0a63e007-09d0-4330-989b-ca248f8b3c3c", - "version": "2019-09-20T082955.265000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ec11426d", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "1c9ddd9f5a7b1e02e58b243561ec767a", - "sha1": "abf4c58394716263dffd188cf07555a5a73c948d", - "sha256": "83c0f4789214b4fd6419d8ee7d4c0ef7c3b46ce3df1dbc1856de85221316e182", - "size": 1762, - "uuid": "fa1bd656-7f7b-4288-84c6-d511232cfe95", - "version": "2019-09-20T082955.262000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5523b822", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "dd9a989d9708f2c409f2eeaf758a682c", - "sha1": "cf0fa61520f7d160c5772da8e7b54eda67c2dfa5", - "sha256": "bd07544040ea5435e48e590e8647acf428011fcf987ef8f407c2a3bea57ea010", - "size": 770, - "uuid": "12484c33-24ec-4293-8f96-4cb1a43a6479", - "version": "2019-09-20T101335.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "68f76fda", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "30ef56ceb478adcd8f2a2b51fdccd8cd", - "sha1": "4e2aeb77d253e7a85b73a7ca82d5dd3ae0c01a36", - "sha256": "65e0770ccb79a470304401311baed3a7247de80049fd776fdb6c491b9aca42d1", - "size": 771, - "uuid": "f85b458b-b189-4ee7-939a-c905b70ae431", - "version": "2019-09-20T100406.780000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a6941bf4", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "385e335a401d98060b8d2950b9356ad1", - "sha1": "ad40563e13450f6ac9fe5638a5c29bccbfdbcab2", - "sha256": "de0dd3f2711790d9bf2ab61b6409660a424e20c7e59610d3cd7c5d6b56e45ca7", - "size": 770, - "uuid": "18feeb7d-66ca-4ea4-a019-a10e5b762465", - "version": "2019-09-20T085013.111000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4269da20", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "8e9cb0ab1486df5372f1aa2990ce5da5", - "sha1": "0093b1b2f18c2936ae1a4aa96ba97797bddb18d2", - "sha256": "4c805fb81b53e9f986ad9880e03ed361d1a61c3557dea154c7837151fca17294", - "size": 554, - "uuid": "2e64e936-85ec-49a0-8365-578b5621bcb1", - "version": "2019-09-20T083858.167000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "553a2b98", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "62410fdf0c79371940f7f9ca2f5e96e5", - "sha1": "239127a04d5a7e15380b1e2b5165f407ef47cd1d", - "sha256": "4da49acced5a0dec44273236d1f8d3f33a75ee559b85ce7c59e8e614f3efe9ea", - "size": 556, - "uuid": "720e6453-71ff-4742-ba6a-e5a3a5d3cee0", - "version": "2019-09-20T083858.165000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ef1f212e", - "indexed": true, - "name": "supplementary_file_2.json", - "s3_etag": "28af52bb75f5e1f461abf53dfd6d97da", - "sha1": "fb14f93b5d5210370b7d1eda27f25324d1443d36", - "sha256": "ae0027df4ef2eafcce8de66882c88f100b28a5cd14d5bd0b2bcafca6813d8631", - "size": 527, - "uuid": "09917cf3-76de-4b85-8944-03664cd0d954", - "version": "2019-09-20T083858.165000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "418269cd", - "indexed": true, - "name": "supplementary_file_3.json", - "s3_etag": "749ef86309a7536393c144e8bb084dc5", - "sha1": "08a4f5e4d962a351e5b0d3e8feff5c58e5a0a202", - "sha256": "d68462f8d2a4884682f07d15337c8a1bbe20d556f82e27d6e73520846b1e10da", - "size": 556, - "uuid": "8fb964a1-fd66-43b6-9d13-57db6bd185f2", - "version": "2019-09-20T083858.167000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "993805d8", - "indexed": true, - "name": "project_0.json", - "s3_etag": "0e2ac7fd8c4314b99ebcc238f6438279", - "sha1": "f40ac161cceb808cfc9d1b59d05c157bd5104539", - "sha256": "f2f10063aa3580d3447fce1f05854f0a389987bb565b3b41d6730b6084c704e6", - "size": 9450, - "uuid": "9c20a245-f2c0-43ae-82c9-2232ec6b594f", - "version": "2019-09-20T082955.163000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "05938885", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "8170f907f8bf4e41d4e414f271203975", - "sha1": "1e8f848f6749206458f94242ce1f5b733b2caa85", - "sha256": "34a9158f4cfa419fd856cd081aaed7d5df3735e8d62459eef07ae664645079b8", - "size": 1751, - "uuid": "6ce5a9c7-b4f7-41e5-a182-21e85627feee", - "version": "2019-09-20T082958.625000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "807e47ff", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "86a3feb1fab676572a24dad257c57806", - "sha1": "6f9d6ed5c6dcc0c45bb82114417298793598eeec", - "sha256": "6bc9d2998d34d98867aff7efb5136df709f8f8589bca8d11e6288c996c5eb112", - "size": 1157, - "uuid": "e01aa420-488b-4189-a8c8-98ada395ee91", - "version": "2019-09-20T082958.905000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "7cf5db5c", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "379074d6d018be136a0f04a6a2225edc", - "sha1": "12f381c7b7aba53604acc8b43ec2ab24d098d477", - "sha256": "1778d7a31e2d214cd46879f95b91d5be0a4a118c339e2cfe0a4ec5388c523a55", - "size": 782, - "uuid": "a3623f22-83e7-4207-b204-34041abb54e2", - "version": "2019-09-20T082958.448000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "7aa6c098", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "28f770ae6c883b95fdd51d73f8779613", - "sha1": "57a39ecdcf603f23079027997447cc4245abdc24", - "sha256": "bad90547359f4c4042087d371d305d381fb473ce682797969da1ffc5da279887", - "size": 973, - "uuid": "76f64d5b-fa01-4efe-ad4a-097d70311581", - "version": "2019-09-20T082958.761000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "27c8384f", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "6d9c738cdd08d0dc7a6c4c7bcc396146", - "sha1": "6c7bb54ccd242881736b313c6bdd1ef324efa975", - "sha256": "34df8edc132c77a64a4d371ce284d28f415bca77cc4db42925c6f32bddd05403", - "size": 915, - "uuid": "9a46c161-fb6e-4a4f-8c8d-a91a3c7b99c2", - "version": "2019-09-20T082958.737000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "347672b1", - "indexed": true, - "name": "process_0.json", - "s3_etag": "2cd6d99bc699352ac6323d52d06bacc6", - "sha1": "76b12b430baff64132c0da39c22755e759b393bc", - "sha256": "0f790f4f47685127eb71f0401061c13add6d406a2bfc946f637eee80ffc0b80e", - "size": 476, - "uuid": "a29d4d8a-e8bf-4e1a-aacc-eeea8f3b65d2", - "version": "2019-09-20T082959.338000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "67528748", - "indexed": true, - "name": "process_1.json", - "s3_etag": "b06f6b5b98fbf590e5cbdf8f4872c3a3", - "sha1": "27505dcd710973cbaa6edf7b293c7364f980f1bc", - "sha256": "53b504c283ef059354e481928416841c3166e4cdaa6009941d472dbda3cdb165", - "size": 447, - "uuid": "b6e09f03-0ddc-44ff-8cc9-7caf9eb70f57", - "version": "2019-09-20T082959.191000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "97a6eef6", - "indexed": true, - "name": "process_2.json", - "s3_etag": "31d84fdd3bd9ec3ef0cc09e738168270", - "sha1": "4df3d0c3cbd4a18b98fa091920318d459dc2253e", - "sha256": "105d79c7027b2b795cd67f96433d46a11ab718a4a3b67a36084678873d7afdae", - "size": 446, - "uuid": "b3cddf6f-65ee-4aa8-8682-60f00c55be73", - "version": "2019-09-20T082959.366000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "afe1de7d", - "indexed": true, - "name": "links.json", - "s3_etag": "e00d35caa8374da25b82de4a4358611d", - "sha1": "769e482e1902871370aa269dc264379a7bdb64b9", - "sha256": "e237b747a7f00824d9e7fca8285500dcf26c335c31a7169b2b5a655f1145776b", - "size": 2322, - "uuid": "774029ec-ba28-49e6-ae47-6403f5a9555e", - "version": "2019-09-20T104007.387625Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "759039c3", - "indexed": false, - "name": "19D015_NeuNT_R1.fastq.gz", - "s3_etag": "ed76eee572ae35b0eff88a66d07e4109-769", - "sha1": "5b5562b854a46298f2459b471def0f6e02d51752", - "sha256": "ce7471e89d0432c46ba22a1421ec5e89282d051a1691824a912205d9a8f08092", - "size": 51558308013, - "uuid": "ea5eea99-d788-4762-8de5-32602316da79", - "version": "2019-09-20T104007.794231Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "9069c15e", - "indexed": false, - "name": "19D015_NeuNT_R2.fastq.gz", - "s3_etag": "a4224318fdcbe14d2445bb2accfee3e8-633", - "sha1": "78f248cc1a43c307e77476a1195ed887ab0329c7", - "sha256": "90a8b913b628cfcad5a02b8628b1dfd17a5964ba9f590107404ee42035a69b1e", - "size": 42457074211, - "uuid": "351cae9c-9695-4797-b455-526dd29117bb", - "version": "2019-09-20T104008.028755Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "80b75620", - "indexed": false, - "name": "19D015_NeuNT_I1.fastq.gz", - "s3_etag": "6a9109b858d853ad276e1049bd7f5738-59", - "sha1": "a889db5ca65a684e3c25ebfb94d950e7d5b25060", - "sha256": "b1ed22a4f76feb2459ff5f2b958a18ea443aae44d93556cfeac53417ae74f017", - "size": 3935041540, - "uuid": "b64d8e12-028a-46fd-a778-5a5a8e971289", - "version": "2019-09-20T104008.305993Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "82c6888c", - "indexed": false, - "name": "NeuN_enrichment_protocol.pdf", - "s3_etag": "07f40c8891e3ee6c8afcbefc5ae5666e", - "sha1": "cd7fc7a040f22d885e6dce51a88c2ab4d39c9208", - "sha256": "347151ff3cc9aba252ca2bbb48f0aaaea0164105f5cac88ce9fb438c2efd76c3", - "size": 74562, - "uuid": "8e71749b-d445-409a-bc53-ba359438df69", - "version": "2019-09-20T104008.555357Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "18cb622e", - "indexed": false, - "name": "Single_nuclei_dissociation_protocol.pdf", - "s3_etag": "65ff1ba0ab370718fea68ba8ecaa5f62", - "sha1": "2b8981a89132fbbad5270b3079b7ca1422613e8a", - "sha256": "c004a0458be630d278542be89de54184fd61166deb61316a434d22381cc9e7b8", - "size": 72083, - "uuid": "dfa8a3b3-192c-4867-8c52-f956a6ebab06", - "version": "2019-09-20T104008.746891Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "ced2f561", - "indexed": false, - "name": "seq_protocol.pdf", - "s3_etag": "c74d7e9b5d3fe25d13cfc0c2ccc2c6c5", - "sha1": "29496e4720dee72f475bce872be3cba5091bf61e", - "sha256": "20554cc86f4388dcd35cf5810bf0cd3039405dcb7f8e759ea08498c7603aca37", - "size": 2008495, - "uuid": "deb6c7db-8ed1-4c87-ab39-44c3499e8499", - "version": "2019-09-20T104008.919497Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "5ef01a45", - "indexed": false, - "name": "standard_10x_library_preparation.pdf", - "s3_etag": "769a1335f7a9e6ec65c6284120f4b609", - "sha1": "11fae8d7a1ad844e3244163fc943e085e4bf87c6", - "sha256": "ab21d955fb53246c78b9828a8d83707720768a752ba0731a5e2145bb3a48de14", - "size": 7910067, - "uuid": "58b2c404-62c7-46cc-912f-99a5731cd8e5", - "version": "2019-09-20T104009.214107Z" - } -] diff --git a/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44/2019-09-20T103932.395795Z/metadata.json b/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44/2019-09-20T103932.395795Z/metadata.json deleted file mode 100644 index 5d3ab627d0..0000000000 --- a/test/hca_metadata_api/cans/prod/86e7b58e-b9f0-4020-8b34-c61d6da02d44/2019-09-20T103932.395795Z/metadata.json +++ /dev/null @@ -1,744 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "19D015_NeuNT_nuclei", - "biomaterial_name": "19D015_NeuNT", - "biomaterial_description": "dissocitated nuclei of human retina (peripheral region), incubated with anti-NeuN antibody and FACS sorted (Nuclei with top 5% signal intensity)", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "selected_cell_types": [ - { - "text": "NeuN-positive-nuclei in peripheral retina", - "ontology": "CL:0000540", - "ontology_label": "neuron" - } - ], - "estimated_cell_count": 24600, - "provenance": { - "document_id": "eb27c398-f017-4ef1-acc8-3f51af87fe17", - "submission_date": "2019-09-20T08:29:51.970Z", - "update_date": "2019-09-20T08:29:59.187Z", - "schema_major_version": 13, - "schema_minor_version": 3 - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "19D015_per", - "biomaterial_name": "19D015_per", - "biomaterial_description": "retinal tissues from the donor body", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "eye", - "ontology": "UBERON:0000970", - "ontology_label": "eye" - }, - "organ_parts": [ - { - "text": "retina", - "ontology": "UBERON:0000966", - "ontology_label": "retina" - } - ], - "provenance": { - "document_id": "0a63e007-09d0-4330-989b-ca248f8b3c3c", - "submission_date": "2019-09-20T08:29:51.904Z", - "update_date": "2019-09-20T08:29:55.265Z", - "schema_major_version": 10, - "schema_minor_version": 4 - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "19D015", - "biomaterial_name": "Homo Sapiens", - "biomaterial_description": "postmortem human donor", - "ncbi_taxon_id": [ - 9606 - ] - }, - "human_specific": { - "ethnicity": [ - { - "text": "Caucasian", - "ontology": "HANCESTRO:0005", - "ontology_label": "European" - } - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "sex": "male", - "is_living": "no", - "organism_age": "73", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036", - "ontology_label": "year" - }, - "development_stage": { - "text": "human adult", - "ontology": "HsapDv:0000087", - "ontology_label": "human adult stage" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "death": { - "cause_of_death": "heart failure", - "cold_perfused": false, - "hardy_scale": 2, - "organ_donation_death_type": "Donation after brainstem death (DBD)", - "normothermic_regional_perfusion": "no" - }, - "provenance": { - "document_id": "fa1bd656-7f7b-4288-84c6-d511232cfe95", - "submission_date": "2019-09-20T08:29:51.866Z", - "update_date": "2019-09-20T08:29:55.262Z", - "schema_major_version": 15, - "schema_minor_version": 5 - } - }, - "sequence_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "19D015_NeuNT_R1.fastq.gz", - "format": "fastq.gz", - "content_description": [ - { - "text": "DNA sequence", - "ontology": "data:3494", - "ontology_label": "DNA sequence" - } - ] - }, - "read_index": "read1", - "read_length": 26, - "library_prep_id": "batch_1", - "provenance": { - "document_id": "12484c33-24ec-4293-8f96-4cb1a43a6479", - "submission_date": "2019-09-20T08:29:52.232Z", - "update_date": "2019-09-20T10:13:35.720Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "sequence_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "19D015_NeuNT_R2.fastq.gz", - "format": "fastq.gz", - "content_description": [ - { - "text": "DNA sequence", - "ontology": "data:3494", - "ontology_label": "DNA sequence" - } - ] - }, - "read_index": "read2", - "read_length": 151, - "library_prep_id": "batch_1", - "provenance": { - "document_id": "f85b458b-b189-4ee7-939a-c905b70ae431", - "submission_date": "2019-09-20T08:29:52.239Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "sequence_file_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "19D015_NeuNT_I1.fastq.gz", - "format": "fastq.gz", - "content_description": [ - { - "text": "DNA sequence", - "ontology": "data:3494", - "ontology_label": "DNA sequence" - } - ] - }, - "read_index": "index1", - "read_length": 8, - "library_prep_id": "batch_1", - "provenance": { - "document_id": "18feeb7d-66ca-4ea4-a019-a10e5b762465", - "submission_date": "2019-09-20T08:29:52.247Z", - "update_date": "2019-09-20T08:50:13.111Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "supplementary_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "NeuN_enrichment_protocol.pdf", - "format": "pdf" - }, - "file_description": "Protocol for enrichment in NeuN+ Cells", - "provenance": { - "document_id": "2e64e936-85ec-49a0-8365-578b5621bcb1", - "submission_date": "2019-09-20T08:29:52.277Z", - "update_date": "2019-09-20T08:38:58.167Z", - "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", - "schema_major_version": 2, - "schema_minor_version": 2 - } - }, - "supplementary_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "Single_nuclei_dissociation_protocol.pdf", - "format": "pdf" - }, - "file_description": "Protocol to dissociate nuclei", - "provenance": { - "document_id": "720e6453-71ff-4742-ba6a-e5a3a5d3cee0", - "submission_date": "2019-09-20T08:29:52.285Z", - "update_date": "2019-09-20T08:38:58.165Z", - "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", - "schema_major_version": 2, - "schema_minor_version": 2 - } - }, - "supplementary_file_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "seq_protocol.pdf", - "format": "pdf" - }, - "file_description": "Protocol for sequencing", - "provenance": { - "document_id": "09917cf3-76de-4b85-8944-03664cd0d954", - "submission_date": "2019-09-20T08:29:52.292Z", - "update_date": "2019-09-20T08:38:58.165Z", - "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", - "schema_major_version": 2, - "schema_minor_version": 2 - } - }, - "supplementary_file_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "standard_10x_library_preparation.pdf", - "format": "pdf" - }, - "file_description": "Protocol for library preparation", - "provenance": { - "document_id": "8fb964a1-fd66-43b6-9d13-57db6bd185f2", - "submission_date": "2019-09-20T08:29:52.299Z", - "update_date": "2019-09-20T08:38:58.167Z", - "submitter_id": "67a720af-4482-4619-81d7-3693b2d3cc4c", - "schema_major_version": 2, - "schema_minor_version": 2 - } - }, - "project_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", - "schema_type": "project", - "project_core": { - "project_short_name": "snRNA-seq_for_human_retina", - "project_title": "Transcriptomic classification of human retinal cell types with single-nuclei RNA-seq.", - "project_description": "The human neural retina is a heterogenous tissue that is an ordered array of approximately 70 different types of neurons, each playing a unique role in processing the visual signal. Currently, the transcriptomic-level classification of human retinal cell types is still limited. Using single-nuclei RNA-seq, a comprehensive single-cell profiling study has been carried out for healthy human retina from four individual donors. With the transcriptomic profiles for a total of over 200K nuclei being generated, we aim at revealing the transcriptome profiles for most subtypes of the retinal cells. Comparison with previous published macaque and mice dataset indicates an overall good alignment among species. In addition, the gene expression profile that is unique to human has been discovered. Furthermore, over 200 genes associated with human retinal diseases are investigated in our dataset and are found to show both cell type and regional specificity. In summary, results from our study serves as not only a cell atlas reference but also the foundation for future studies of human retinal diseases." - }, - "contributors": [ - { - "name": "Qingnan,,Liang", - "email": "qingnan.liang@bcm.edu", - "phone": "(+1)7137983610", - "institution": "Baylor College of Medicine", - "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", - "address": "One Baylor Plaza, Houston, Texas, 77054", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Xuesen,,Cheng", - "email": "xuesen.cheng@bcm.edu", - "phone": "(+1)7137983654", - "institution": "Baylor College of Medicine", - "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", - "address": "One Baylor Plaza, Houston, Texas, 77054", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Yumei,,Li", - "email": "yumeil@bcm.edu", - "phone": "(+1)7137987565", - "institution": "Baylor College of Medicine", - "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", - "address": "One Baylor Plaza, Houston, Texas, 77054", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Leah,,Owen", - "email": "leah.owen@hsc.utah.edu", - "phone": "(+1)8015812352", - "institution": "University of Utah", - "laboratory": "Department of Ophthalmology and Visual Sciences", - "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Denise,,Morgan", - "email": "denisej.jones@hsc.utah.edu", - "institution": "University of Utah", - "laboratory": "Department of Ophthalmology and Visual Sciences", - "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Sangbae,,Kim", - "email": "sangbae.kim@bcm.edu", - "phone": "(+1)7137983348", - "institution": "Baylor College of Medicine", - "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", - "address": "One Baylor Plaza, Houston, Texas, 77054", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Albert,,Vitale", - "email": "Albert.Vitale@hsc.utah.edu", - "phone": "(+1)8015812352", - "institution": "University of Utah", - "laboratory": "Department of Ophthalmology and Visual Sciences", - "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Ivana,,Kim", - "email": "Ivana_Kim@meei.harvard.edu", - "phone": "(+1)6175733367", - "institution": "University of Utah", - "laboratory": "Department of Ophthalmology and Visual Sciences", - "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Akbar,,Shakoor", - "email": "akbar.shakoor@hsc.utah.edu", - "phone": "(+1)8015856701", - "institution": "University of Utah", - "laboratory": "Department of Ophthalmology and Visual Sciences", - "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "experimental scientist", - "ontology": "EFO:0009741", - "ontology_label": "experimental scientist" - } - }, - { - "name": "Margaret,,DeAngelis", - "email": "margaret.deangelis@utah.edu", - "phone": "(+1)8015812352", - "institution": "University of Utah", - "laboratory": "Department of Ophthalmology and Visual Sciences", - "address": "65 Mario Capecchi Drive, Salt Lake City, Utah, 84132", - "country": "USA", - "corresponding_contributor": false, - "project_role": { - "text": "principal investigator", - "ontology": "EFO:0009736", - "ontology_label": "principal investigator" - } - }, - { - "name": "Rui,,Chen", - "email": "ruichen@bcm.edu", - "phone": "(+1)7137985194", - "institution": "Baylor College of Medicine", - "laboratory": "Human Genome Sequencing Center, Department of Molecular and Human Genetics,", - "address": "One Baylor Plaza, Houston, Texas, 77054", - "country": "USA", - "corresponding_contributor": true, - "project_role": { - "text": "principal investigator", - "ontology": "EFO:0009736", - "ontology_label": "principal investigator" - } - }, - { - "name": "Zinaida,A,Perova", - "email": "zina@ebi.ac.uk", - "phone": "(+44) 01223494121", - "institution": "EMBL-EBI", - "address": "Wellcome Trust Genome Center, Hinxton, CB10 1SD", - "country": "UK", - "corresponding_contributor": false, - "project_role": { - "text": "HCA data wrangler", - "ontology": "EFO:0009737", - "ontology_label": "data curator" - }, - "orcid_id": "0000-0001-9913-3249" - } - ], - "funders": [ - { - "grant_title": "Cell Atlas of the Neural Retina Seed Networks", - "grant_id": "CZF2019-002425", - "organization": "Chan Zuckerberg Foundation" - } - ], - "provenance": { - "document_id": "9c20a245-f2c0-43ae-82c9-2232ec6b594f", - "submission_date": "2019-09-20T08:29:51.843Z", - "update_date": "2019-09-20T08:29:55.163Z", - "schema_major_version": 14, - "schema_minor_version": 1 - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "standard_10x_library_preparation", - "protocol_name": "standard_10x_library_preparation", - "protocol_description": "This is a standard 10x genomics library preparation method", - "document": "standard_10x_library_preparation.pdf" - }, - "cell_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869", - "ontology_label": "polyA RNA" - }, - "nucleic_acid_source": "single nucleus", - "library_construction_method": { - "text": "10X 3' v3 sequencing", - "ontology": "EFO:0009922", - "ontology_label": "10x 3' v3 sequencing" - }, - "end_bias": "3 prime tag", - "primer": "poly-dT", - "strand": "unstranded", - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 16, - "barcode_length": 12 - }, - "library_preamplification_method": { - "text": "reverse transcription PCR", - "ontology": "OBI:0000552", - "ontology_label": "reverse transcription PCR" - }, - "cdna_library_amplification_method": { - "text": "PCR", - "ontology": "OBI:0000415", - "ontology_label": "PCR" - }, - "nominal_length": 150, - "provenance": { - "document_id": "6ce5a9c7-b4f7-41e5-a182-21e85627feee", - "submission_date": "2019-09-20T08:29:52.319Z", - "update_date": "2019-09-20T08:29:58.625Z", - "schema_major_version": 6, - "schema_minor_version": 2 - } - }, - "sequencing_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "seq_protocol", - "protocol_name": "seq_protocol", - "protocol_description": "a standard illumina sequencing protocol", - "document": "seq_protocol.pdf" - }, - "instrument_manufacturer_model": { - "text": "Illumina Novaseq 6000", - "ontology": "EFO:0008637", - "ontology_label": "Illumina NovaSeq 6000" - }, - "paired_end": false, - "method": { - "text": "tag based single cell RNA sequencing", - "ontology": "EFO:0008440", - "ontology_label": "tag based single cell RNA sequencing" - }, - "10x": { - "fastq_method": "Cellranger mkfastq", - "fastq_method_version": "Cell Ranger 3.0.2", - "pooled_channels": 4.0 - }, - "provenance": { - "document_id": "e01aa420-488b-4189-a8c8-98ada395ee91", - "submission_date": "2019-09-20T08:29:52.324Z", - "update_date": "2019-09-20T08:29:58.905Z", - "schema_major_version": 10, - "schema_minor_version": 1 - } - }, - "dissociation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "Single-nuclei-dissociation-protocol", - "protocol_name": "Single-nuclei-dissociation-protocol", - "document": "Single_nuclei_dissociation_protocol.pdf" - }, - "method": { - "text": "sample dissociation", - "ontology": "EFO:0009091", - "ontology_label": "sample dissociation" - }, - "provenance": { - "document_id": "a3623f22-83e7-4207-b204-34041abb54e2", - "submission_date": "2019-09-20T08:29:52.309Z", - "update_date": "2019-09-20T08:29:58.448Z", - "schema_major_version": 6, - "schema_minor_version": 2 - } - }, - "enrichment_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "NeuN-enrichment-protocol", - "protocol_name": "NeuN-enrichment-protocol", - "protocol_description": "Enrichment of the NeuN positive nuclei in the peripheral retina. The purpose is to enrich amacrine cells and retinal ganglion cells.", - "document": "NeuN_enrichment_protocol.pdf" - }, - "method": { - "text": "antibody enrichment with FACS sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "markers": "NeuN+", - "provenance": { - "document_id": "76f64d5b-fa01-4efe-ad4a-097d70311581", - "submission_date": "2019-09-20T08:29:52.314Z", - "update_date": "2019-09-20T08:29:58.761Z", - "schema_major_version": 3, - "schema_minor_version": 1 - } - }, - "collection_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "Retina_collection_protocol", - "protocol_name": "Retina_collection_protocol", - "protocol_description": "This is a standard protocol including post-mortem phenotyping (to make sure the donor does not have an retinal disease) and dissection of the eye.", - "publication_doi": "10.1167/iovs.18-24254" - }, - "method": { - "text": "dissection", - "ontology": "EFO:0003856", - "ontology_label": "dissection" - }, - "provenance": { - "document_id": "9a46c161-fb6e-4a4f-8c8d-a91a3c7b99c2", - "submission_date": "2019-09-20T08:29:52.304Z", - "update_date": "2019-09-20T08:29:58.737Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "process_0.json": { - "start_time": "2019/08/28", - "process_core": { - "process_id": "lib_prep10" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/9.2.0/process", - "provenance": { - "document_id": "a29d4d8a-e8bf-4e1a-aacc-eeea8f3b65d2", - "submission_date": "2019-09-20T08:29:52.505Z", - "update_date": "2019-09-20T08:29:59.338Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_19" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/9.2.0/process", - "provenance": { - "document_id": "b6e09f03-0ddc-44ff-8cc9-7caf9eb70f57", - "submission_date": "2019-09-20T08:29:52.437Z", - "update_date": "2019-09-20T08:29:59.191Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_7" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/9.2.0/process", - "provenance": { - "document_id": "b3cddf6f-65ee-4aa8-8682-60f00c55be73", - "submission_date": "2019-09-20T08:29:52.365Z", - "update_date": "2019-09-20T08:29:59.366Z", - "schema_major_version": 9, - "schema_minor_version": 2 - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "a29d4d8a-e8bf-4e1a-aacc-eeea8f3b65d2", - "inputs": [ - "eb27c398-f017-4ef1-acc8-3f51af87fe17" - ], - "input_type": "biomaterial", - "outputs": [ - "12484c33-24ec-4293-8f96-4cb1a43a6479", - "f85b458b-b189-4ee7-939a-c905b70ae431", - "18feeb7d-66ca-4ea4-a019-a10e5b762465" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "6ce5a9c7-b4f7-41e5-a182-21e85627feee" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "e01aa420-488b-4189-a8c8-98ada395ee91" - } - ] - }, - { - "process": "b6e09f03-0ddc-44ff-8cc9-7caf9eb70f57", - "inputs": [ - "0a63e007-09d0-4330-989b-ca248f8b3c3c" - ], - "input_type": "biomaterial", - "outputs": [ - "eb27c398-f017-4ef1-acc8-3f51af87fe17" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "a3623f22-83e7-4207-b204-34041abb54e2" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "76f64d5b-fa01-4efe-ad4a-097d70311581" - } - ] - }, - { - "process": "b3cddf6f-65ee-4aa8-8682-60f00c55be73", - "inputs": [ - "fa1bd656-7f7b-4288-84c6-d511232cfe95" - ], - "input_type": "biomaterial", - "outputs": [ - "0a63e007-09d0-4330-989b-ca248f8b3c3c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9a46c161-fb6e-4a4f-8c8d-a91a3c7b99c2" - } - ] - } - ] - } -} diff --git a/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-03-29T142048.835519Z.json b/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-03-29T142048.835519Z.json new file mode 100644 index 0000000000..29664b620b --- /dev/null +++ b/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953.2018-03-29T142048.835519Z.json @@ -0,0 +1,606 @@ +{ + "manifest": { + "sequence_file/d2f32681-9c1a-4dfd-b506-c24327afb8d1": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "f93b9d00", + "indexed": false, + "name": "22011_1#268_1.fastq.gz", + "s3_etag": "7d462983b8d41346d61513f9e03f8036-2", + "sha1": "beeb73e062974cd9f37fc09822fea4fec2ceb609", + "sha256": "ee09a5fc9ba7ce42f8ebef0904950f6cf017cff3b0e4882b7b35ce26e20158f7", + "size": 74420452, + "uuid": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", + "version": "2018-03-29T142044.370144Z" + }, + "sequence_file/aa662c76-d220-49f4-8316-f4af5820d60b": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "1b953a24", + "indexed": false, + "name": "22011_1#268_2.fastq.gz", + "s3_etag": "a9ec4ab980a8ef01ad111e667d2c50ae-2", + "sha1": "284b9be625b43327f353fd3d77b6aa5b4d32e69c", + "sha256": "124645d6130107c1368568b91a37f7ea08dc7eae57bcd9eb519ac8ddb328880d", + "size": 88782381, + "uuid": "aa662c76-d220-49f4-8316-f4af5820d60b", + "version": "2018-03-29T142045.025802Z" + } + }, + "metadata": { + "project/93f6a42f-1790-4af4-b5d1-8c436cb6feae": { + "content": { + "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", + "project_core": { + "project_shortname": "Mouse Melanoma", + "project_description": "The cancer microenvironment is a complex ecosystem characterized by dynamic interactions between diverse cell types, including malignant, immune and stromal cells. Here, we performed single-cell RNA sequencing on CD45+ and CD45- cells isolated from tumour and lymph nodes during a mouse model of melanoma. The transcriptional profiles of these individual cells taken at different time points coupled with assembled T cell receptor sequences, allowed us to identify distinct immune subpopulations and delineate their developmental trajectory. Our study provides insights into the complex interplay among cells within the tumour microenvironment and presents a valuable resource for future translational applications.", + "project_title": "Melanoma infiltration of stromal and immune cells" + }, + "publications": [], + "contributors": [ + { + "country": "UK", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "laboratory": "Sarah Teichmann", + "contact_name": "Sarah,A,Teichmann", + "email": "st9@sanger.ac.uk" + }, + { + "country": "UK", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "laboratory": "Sarah Teichmann", + "contact_name": "Mirjana,,Efremova", + "email": "me5@sanger.ac.uk" + }, + { + "country": "UK", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "laboratory": "Sarah Teichmann", + "contact_name": "Bidesh,,Mahata", + "email": "bm11@sanger.ac.uk" + }, + { + "country": "UK", + "institution": "University of Cambridge", + "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", + "laboratory": "MRC Cancer Unit", + "contact_name": "Jacqueline,D,Shields", + "email": "JS970@MRCCU.cam.ac.uk" + }, + { + "country": "UK", + "institution": "University of Cambridge", + "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", + "laboratory": "MRC Cancer Unit", + "contact_name": "Sarah,,Davidson", + "email": "SED49@MRCCU.cam.ac.uk" + }, + { + "country": "Germany", + "contact_name": "Angela,,Riedel", + "email": "a.riedel@dkfz-heidelberg.de", + "institution": "DKFZ German Cancer Research Center" + }, + { + "country": "UK", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "laboratory": "Sarah Teichmann", + "contact_name": "Roser,,Veno-Tormo", + "email": "rv4@sanger.ac.uk" + }, + { + "country": "UK", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "laboratory": "Sarah Teichmann", + "contact_name": "Jhuma,,Pramanik", + "email": "jp19@sanger.ac.uk" + }, + { + "country": "UK", + "institution": "EMBL-EBI", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "laboratory": "Sarah Teichmann", + "contact_name": "Gozde,,Kar", + "email": "gkar@ebi.ac.uk" + }, + { + "country": "Finland", + "contact_name": "Jani,,Huuhtanen", + "email": "jani.huuhtanen@helsinki.fi", + "institution": "University of Helsinki" + } + ], + "schema_type": "project" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.025Z", + "updateDate": "2018-03-28T14:27:32.460Z", + "document_id": "93f6a42f-1790-4af4-b5d1-8c436cb6feae" + }, + "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/project", + "schema_version": "5.1.0", + "schema_type": "project_bundle" + }, + "cell_suspension/603a818f-dbe7-466a-8241-58b9c1618846": { + "content": { + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "total_estimated_cells": 1, + "target_cell_type": [ + { + "text": "CD11b+ Macrophages/monocytes" + } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1139_T", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "22011_1#268" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:05.544Z", + "updateDate": "2018-03-28T14:39:28.596Z", + "document_id": "603a818f-dbe7-466a-8241-58b9c1618846" + } + }, + "specimen_from_organism/4e41a067-dbb7-439f-b72f-80240ce858f6": { + "content": { + "biomaterial_core": { + "has_input_biomaterial": "1139", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1139_T", + "supplementary_files": [ + "FACS_sorting_markers.pdf" + ], + "biomaterial_name": "Mouse_day11_T_rep5" + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", + "organ": { + "text": "tumor" + }, + "schema_type": "biomaterial" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:31.072Z", + "updateDate": "2018-03-28T14:15:11.657Z", + "document_id": "4e41a067-dbb7-439f-b72f-80240ce858f6" + } + }, + "donor_organism/bf8492ad-1d45-46aa-9fe9-67058b8c2410": { + "content": { + "is_living": false, + "mus_musculus_specific": { + "strain": [ + { + "text": "C57BL/6" + } + ] + }, + "biological_sex": "female", + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "disease": [ + { + "text": "subcutaneous melanoma", + "ontology": "EFO:0000756" + } + ], + "organism_age": "6-12", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1139", + "biomaterial_name": "Mouse_day11_rep5" + }, + "organism_age_unit": { + "text": "week", + "ontology": "UO:0000034" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:58:05.518Z", + "updateDate": "2018-03-28T14:01:13.757Z", + "document_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410" + } + }, + "sequence_file/d2f32681-9c1a-4dfd-b506-c24327afb8d1": { + "content": { + "file_core": { + "file_name": "22011_1#268_1.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:00:30.935Z", + "document_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1" + } + }, + "sequence_file/aa662c76-d220-49f4-8316-f4af5820d60b": { + "content": { + "file_core": { + "file_name": "22011_1#268_2.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:00:30.947Z", + "document_id": "aa662c76-d220-49f4-8316-f4af5820d60b" + } + }, + "dissociation_process/b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_id": "TissueDissociationProcess", + "process_name": "Extracting cells from lymph nodes" + }, + "dissociation_method": "mechanical", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:14.574Z", + "updateDate": "2018-03-28T14:13:28.361Z", + "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" + } + }, + "process/f03590d8-4e65-478e-bc67-a8c64d2c93e9": { + "content": { + "process_core": { + "process_id": "sampling_process_6" + }, + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:15.938Z", + "updateDate": "2018-03-28T14:51:13.100Z", + "document_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9" + } + }, + "enrichment_process/2f2fb366-249f-49e3-b47d-a0bb39d9bc78": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS2" + }, + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e- B220- CD11c+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:22.289Z", + "updateDate": "2018-03-28T14:29:50.280Z", + "document_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78" + } + }, + "enrichment_process/a192f0d7-8e8e-48ae-b80d-3cb18acb3215": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS3.7" + }, + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e- B220- CD11b+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:02.056Z", + "updateDate": "2018-03-28T14:32:20.272Z", + "document_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215" + } + }, + "library_preparation_process/687065f3-c70f-46c3-8452-a5eead33a1bf": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_core": { + "process_id": "lib_prep_1", + "process_name": "Library preparation process" + }, + "umi_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "library_construction_approach": "Smart-seq2", + "schema_type": "process", + "end_bias": "full length", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "unstranded" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:43.803Z", + "updateDate": "2018-03-28T14:43:01.679Z", + "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + } + }, + "sequencing_process/2580dcf9-3f7d-4421-b962-ab860e10d072": { + "content": { + "paired_ends": true, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008567" + }, + "process_core": { + "process_id": "seq_264", + "process_name": "Sequencing process" + }, + "smartseq2": { + "well_name": "F02", + "plate_id": "575" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:03:27.156Z", + "updateDate": "2018-03-28T14:32:54.422Z", + "document_id": "2580dcf9-3f7d-4421-b962-ab860e10d072" + } + }, + "protocol/c9a1e203-bddc-45d3-87c4-6010be8e0127": { + "content": { + "protocol_core": { + "protocol_name": "Extracting cells from lymph nodes", + "document": "TissueDissociationProtocol.pdf", + "protocol_id": "tissue_dissociation_protocol" + }, + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.033Z", + "updateDate": "2018-03-28T14:14:33.716Z", + "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" + } + }, + "protocol/a1c80daf-58b0-4b7a-8e29-d0130493c8e6": { + "content": { + "protocol_core": { + "protocol_name": "FACS sorting cells by surface markers", + "document": "FACSsortingProtocol.pdf", + "protocol_id": "FACS_sorting_protocol" + }, + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.040Z", + "updateDate": "2018-03-28T14:45:43.500Z", + "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" + } + }, + "protocol/52d79a89-4b49-4c1b-b857-5cc5da07f643": { + "content": { + "protocol_core": { + "protocol_name": "Make/amplify cDNA for each cell", + "document": "SmartSeq2_RTPCR_protocol.pdf", + "protocol_id": "SmartSeq2_RTPCR_protocol" + }, + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "Smart-seq2 protocol", + "ontology": "EFO:0008442" + }, + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.044Z", + "updateDate": "2018-03-28T14:24:04.790Z", + "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" + } + }, + "protocol/ca6096cf-13c1-4930-8308-6ab05865e2c9": { + "content": { + "protocol_core": { + "protocol_name": "Sequencing SmartSeq2 cells", + "protocol_id": "SmartSeq2_sequencing_protocol" + }, + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.050Z", + "updateDate": "2018-03-28T14:30:39.321Z", + "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" + } + } + }, + "links": { + "links": [ + { + "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "source_type": "biomaterial", + "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "destination_type": "dissociation_process" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "destination_type": "biomaterial" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", + "destination_type": "protocol" + }, + { + "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "source_type": "process", + "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "destination_type": "biomaterial" + }, + { + "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", + "source_type": "biomaterial", + "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "destination_type": "process" + }, + { + "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "source_type": "biomaterial", + "destination_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", + "destination_type": "enrichment_process" + }, + { + "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", + "source_type": "enrichment_process", + "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "destination_type": "biomaterial" + }, + { + "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "source_type": "process", + "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "destination_type": "biomaterial" + }, + { + "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", + "source_type": "biomaterial", + "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "destination_type": "process" + }, + { + "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "source_type": "biomaterial", + "destination_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", + "destination_type": "enrichment_process" + }, + { + "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", + "source_type": "enrichment_process", + "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "destination_type": "biomaterial" + }, + { + "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "source_type": "process", + "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "destination_type": "biomaterial" + }, + { + "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", + "source_type": "biomaterial", + "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "destination_type": "process" + }, + { + "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "source_type": "biomaterial", + "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "destination_type": "library_preparation_process" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", + "destination_type": "protocol" + }, + { + "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "source_type": "biomaterial", + "destination_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "destination_type": "sequencing_process" + }, + { + "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "source_type": "sequencing_process", + "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", + "destination_type": "file" + }, + { + "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "source_type": "sequencing_process", + "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", + "destination_type": "file" + }, + { + "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "source_type": "sequencing_process", + "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-03-29T142048.835519Z/manifest.json b/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-03-29T142048.835519Z/manifest.json deleted file mode 100644 index 445440e89e..0000000000 --- a/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-03-29T142048.835519Z/manifest.json +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "aa2dfbb1", - "indexed": true, - "name": "project.json", - "s3_etag": "066f4af443f5db0e1d893bcee16db0e6", - "sha1": "fe667c736c9cbc5b129905cc04609d3f5b9a8caa", - "sha256": "df3e4f52d63201bc1c9f47af0a6717187b3d4d8f82213bf87dcf79440e93cfec", - "size": 4798, - "uuid": "22713018-0a12-41a5-af52-aa1b3cde7ff6", - "version": "2018-03-29T142043.412028Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "85c42f70", - "indexed": true, - "name": "biomaterial.json", - "s3_etag": "88e04bfa58a3324416e2c6eb5e9c56e9", - "sha1": "22b88d82742915e8e17861fcd233c3a06ee2f7ec", - "sha256": "dfa9e7a4c41adfb0f82d3a3cab1507d7060148f07431cc7c061af029ce2ea6a3", - "size": 4173, - "uuid": "abe560e2-4137-407f-a712-43d738e150f8", - "version": "2018-03-29T142043.838438Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "f93b9d00", - "indexed": false, - "name": "22011_1#268_1.fastq.gz", - "s3_etag": "7d462983b8d41346d61513f9e03f8036-2", - "sha1": "beeb73e062974cd9f37fc09822fea4fec2ceb609", - "sha256": "ee09a5fc9ba7ce42f8ebef0904950f6cf017cff3b0e4882b7b35ce26e20158f7", - "size": 74420452, - "uuid": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", - "version": "2018-03-29T142044.370144Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "1b953a24", - "indexed": false, - "name": "22011_1#268_2.fastq.gz", - "s3_etag": "a9ec4ab980a8ef01ad111e667d2c50ae-2", - "sha1": "284b9be625b43327f353fd3d77b6aa5b4d32e69c", - "sha256": "124645d6130107c1368568b91a37f7ea08dc7eae57bcd9eb519ac8ddb328880d", - "size": 88782381, - "uuid": "aa662c76-d220-49f4-8316-f4af5820d60b", - "version": "2018-03-29T142045.025802Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "02db8e33", - "indexed": true, - "name": "file.json", - "s3_etag": "5db0f991abd24ce20d7f2584cac3dbf4", - "sha1": "ead8da55acf55d14f3205a5d1380f327d270f6d4", - "sha256": "5637f92e2b7d4fd1d141ecdfc2256ceb9f01530294b337ac6e78f2872d8e6ac3", - "size": 1376, - "uuid": "ee309cce-7151-4d07-b749-547877782222", - "version": "2018-03-29T142045.727350Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ef33a4cd", - "indexed": true, - "name": "process.json", - "s3_etag": "08dffc6ec94e2db7883a794517fbaefb", - "sha1": "5cfebf086a4de37e5a13745cf1617ddc3fde4f02", - "sha256": "fed78a606dcfcd899ae30769b5ea943cbd5dedb08ed3f5af7465405704cb942c", - "size": 5135, - "uuid": "1bd6c9f6-3841-48b4-a201-e86c7e68d5bc", - "version": "2018-03-29T142046.201431Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ce01b7a3", - "indexed": true, - "name": "protocol.json", - "s3_etag": "43344cd080486f596a4de622631d2d93", - "sha1": "b4407c8f8ddb3610f756d2d845b12612f2ea9835", - "sha256": "55a766a6a67c67dbfc021653d4a7e1b58e083dcff6f3d5c8e7fb122f8fd6926d", - "size": 3174, - "uuid": "7db5a820-e612-402c-aaf3-d2676e19d862", - "version": "2018-03-29T142047.303889Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "4e6ce5dd", - "indexed": true, - "name": "links.json", - "s3_etag": "14c01392fd55df2b2cdbd08994009e24", - "sha1": "6ab7fdb229d9f0971a05e781ef52cbcfbf680e00", - "sha256": "be6a5c420109f6208e2a663c7d9fdc66de6dac9b08180c4aa0993ada30754645", - "size": 5963, - "uuid": "8c45f35c-c070-4bf4-999a-1de1676ad598", - "version": "2018-03-29T142047.912393Z" - } -] diff --git a/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-03-29T142048.835519Z/metadata.json b/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-03-29T142048.835519Z/metadata.json deleted file mode 100644 index b147d5293a..0000000000 --- a/test/hca_metadata_api/cans/prod/b2216048-7eaa-45f4-8077-5a3fb4204953/2018-03-29T142048.835519Z/metadata.json +++ /dev/null @@ -1,606 +0,0 @@ -{ - "project.json": { - "content": { - "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", - "project_core": { - "project_shortname": "Mouse Melanoma", - "project_description": "The cancer microenvironment is a complex ecosystem characterized by dynamic interactions between diverse cell types, including malignant, immune and stromal cells. Here, we performed single-cell RNA sequencing on CD45+ and CD45- cells isolated from tumour and lymph nodes during a mouse model of melanoma. The transcriptional profiles of these individual cells taken at different time points coupled with assembled T cell receptor sequences, allowed us to identify distinct immune subpopulations and delineate their developmental trajectory. Our study provides insights into the complex interplay among cells within the tumour microenvironment and presents a valuable resource for future translational applications.", - "project_title": "Melanoma infiltration of stromal and immune cells" - }, - "publications": [], - "contributors": [ - { - "country": "UK", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "laboratory": "Sarah Teichmann", - "contact_name": "Sarah,A,Teichmann", - "email": "st9@sanger.ac.uk" - }, - { - "country": "UK", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "laboratory": "Sarah Teichmann", - "contact_name": "Mirjana,,Efremova", - "email": "me5@sanger.ac.uk" - }, - { - "country": "UK", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "laboratory": "Sarah Teichmann", - "contact_name": "Bidesh,,Mahata", - "email": "bm11@sanger.ac.uk" - }, - { - "country": "UK", - "institution": "University of Cambridge", - "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", - "laboratory": "MRC Cancer Unit", - "contact_name": "Jacqueline,D,Shields", - "email": "JS970@MRCCU.cam.ac.uk" - }, - { - "country": "UK", - "institution": "University of Cambridge", - "address": "Box 197, Cambridge Biomedical Campus, Cambridge, CB2 0XZ", - "laboratory": "MRC Cancer Unit", - "contact_name": "Sarah,,Davidson", - "email": "SED49@MRCCU.cam.ac.uk" - }, - { - "country": "Germany", - "contact_name": "Angela,,Riedel", - "email": "a.riedel@dkfz-heidelberg.de", - "institution": "DKFZ German Cancer Research Center" - }, - { - "country": "UK", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "laboratory": "Sarah Teichmann", - "contact_name": "Roser,,Veno-Tormo", - "email": "rv4@sanger.ac.uk" - }, - { - "country": "UK", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "laboratory": "Sarah Teichmann", - "contact_name": "Jhuma,,Pramanik", - "email": "jp19@sanger.ac.uk" - }, - { - "country": "UK", - "institution": "EMBL-EBI", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "laboratory": "Sarah Teichmann", - "contact_name": "Gozde,,Kar", - "email": "gkar@ebi.ac.uk" - }, - { - "country": "Finland", - "contact_name": "Jani,,Huuhtanen", - "email": "jani.huuhtanen@helsinki.fi", - "institution": "University of Helsinki" - } - ], - "schema_type": "project" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.025Z", - "updateDate": "2018-03-28T14:27:32.460Z", - "document_id": "93f6a42f-1790-4af4-b5d1-8c436cb6feae" - }, - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/project", - "schema_version": "5.1.0", - "schema_type": "project_bundle" - }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "total_estimated_cells": 1, - "target_cell_type": [ - { - "text": "CD11b+ Macrophages/monocytes" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1139_T", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "22011_1#268" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:05.544Z", - "updateDate": "2018-03-28T14:39:28.596Z", - "document_id": "603a818f-dbe7-466a-8241-58b9c1618846" - } - }, - { - "content": { - "biomaterial_core": { - "has_input_biomaterial": "1139", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1139_T", - "supplementary_files": [ - "FACS_sorting_markers.pdf" - ], - "biomaterial_name": "Mouse_day11_T_rep5" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", - "organ": { - "text": "tumor" - }, - "schema_type": "biomaterial" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:31.072Z", - "updateDate": "2018-03-28T14:15:11.657Z", - "document_id": "4e41a067-dbb7-439f-b72f-80240ce858f6" - } - }, - { - "content": { - "is_living": false, - "mus_musculus_specific": { - "strain": [ - { - "text": "C57BL/6" - } - ] - }, - "biological_sex": "female", - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "disease": [ - { - "text": "subcutaneous melanoma", - "ontology": "EFO:0000756" - } - ], - "organism_age": "6-12", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1139", - "biomaterial_name": "Mouse_day11_rep5" - }, - "organism_age_unit": { - "text": "week", - "ontology": "UO:0000034" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:58:05.518Z", - "updateDate": "2018-03-28T14:01:13.757Z", - "document_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" - }, - "file.json": { - "files": [ - { - "content": { - "file_core": { - "file_name": "22011_1#268_1.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:00:30.935Z", - "document_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1" - } - }, - { - "content": { - "file_core": { - "file_name": "22011_1#268_2.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:00:30.947Z", - "document_id": "aa662c76-d220-49f4-8316-f4af5820d60b" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" - }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_id": "TissueDissociationProcess", - "process_name": "Extracting cells from lymph nodes" - }, - "dissociation_method": "mechanical", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:14.574Z", - "updateDate": "2018-03-28T14:13:28.361Z", - "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_6" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:15.938Z", - "updateDate": "2018-03-28T14:51:13.100Z", - "document_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS2" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e- B220- CD11c+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:22.289Z", - "updateDate": "2018-03-28T14:29:50.280Z", - "document_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS3.7" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e- B220- CD11b+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:02.056Z", - "updateDate": "2018-03-28T14:32:20.272Z", - "document_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215" - } - }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_core": { - "process_id": "lib_prep_1", - "process_name": "Library preparation process" - }, - "umi_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "library_construction_approach": "Smart-seq2", - "schema_type": "process", - "end_bias": "full length", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "unstranded" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:43.803Z", - "updateDate": "2018-03-28T14:43:01.679Z", - "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" - } - }, - { - "content": { - "paired_ends": true, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008567" - }, - "process_core": { - "process_id": "seq_264", - "process_name": "Sequencing process" - }, - "smartseq2": { - "well_name": "F02", - "plate_id": "575" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:03:27.156Z", - "updateDate": "2018-03-28T14:32:54.422Z", - "document_id": "2580dcf9-3f7d-4421-b962-ab860e10d072" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" - }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_name": "Extracting cells from lymph nodes", - "document": "TissueDissociationProtocol.pdf", - "protocol_id": "tissue_dissociation_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.033Z", - "updateDate": "2018-03-28T14:14:33.716Z", - "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "FACS sorting cells by surface markers", - "document": "FACSsortingProtocol.pdf", - "protocol_id": "FACS_sorting_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.040Z", - "updateDate": "2018-03-28T14:45:43.500Z", - "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Make/amplify cDNA for each cell", - "document": "SmartSeq2_RTPCR_protocol.pdf", - "protocol_id": "SmartSeq2_RTPCR_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "Smart-seq2 protocol", - "ontology": "EFO:0008442" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.044Z", - "updateDate": "2018-03-28T14:24:04.790Z", - "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Sequencing SmartSeq2 cells", - "protocol_id": "SmartSeq2_sequencing_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.050Z", - "updateDate": "2018-03-28T14:30:39.321Z", - "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" - }, - "links.json": { - "links": [ - { - "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "source_type": "biomaterial", - "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "destination_type": "dissociation_process" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "destination_type": "biomaterial" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", - "destination_type": "protocol" - }, - { - "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "source_type": "process", - "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "destination_type": "biomaterial" - }, - { - "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", - "source_type": "biomaterial", - "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "destination_type": "process" - }, - { - "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "source_type": "biomaterial", - "destination_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", - "destination_type": "enrichment_process" - }, - { - "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", - "source_type": "enrichment_process", - "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "destination_type": "biomaterial" - }, - { - "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" - }, - { - "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "source_type": "process", - "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "destination_type": "biomaterial" - }, - { - "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", - "source_type": "biomaterial", - "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "destination_type": "process" - }, - { - "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "source_type": "biomaterial", - "destination_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", - "destination_type": "enrichment_process" - }, - { - "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", - "source_type": "enrichment_process", - "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "destination_type": "biomaterial" - }, - { - "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" - }, - { - "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "source_type": "process", - "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "destination_type": "biomaterial" - }, - { - "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", - "source_type": "biomaterial", - "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "destination_type": "process" - }, - { - "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "source_type": "biomaterial", - "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "destination_type": "library_preparation_process" - }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", - "destination_type": "file" - }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", - "destination_type": "file" - }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", - "destination_type": "protocol" - }, - { - "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "source_type": "biomaterial", - "destination_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "destination_type": "sequencing_process" - }, - { - "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "source_type": "sequencing_process", - "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", - "destination_type": "file" - }, - { - "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "source_type": "sequencing_process", - "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", - "destination_type": "file" - }, - { - "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "source_type": "sequencing_process", - "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" - } -} diff --git a/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439.2019-05-15T222432.561000Z.json b/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439.2019-05-15T222432.561000Z.json new file mode 100644 index 0000000000..bb95ea3cae --- /dev/null +++ b/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439.2019-05-15T222432.561000Z.json @@ -0,0 +1,269 @@ +{ + "manifest": { + "sequence_file/61fd5348-92c5-446b-a57a-746330cebf76": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "86192092", + "indexed": false, + "name": "21784_6#51_1.fastq.gz", + "s3_etag": "8ef4064fd5c94502b0d42c0dbecc74ca", + "sha1": "0c0a36b8e8e8bf53db8e5eed5688546f0d23f863", + "sha256": "1975336c7071ac70caef3ff833089b0dc26962b4d6fc5159aece28eaa4324052", + "size": 7591723, + "uuid": "e4d9ebe5-2e62-47cf-bc35-1fb8ef7c1ef7", + "version": "2019-05-16T015324.490566Z" + }, + "supplementary_file/e738a267-87fc-4070-abc7-b3be6442c6d0": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "847325b6", + "indexed": false, + "name": "TissueDissociationProtocol.pdf", + "s3_etag": "7e892bf8f6aa489ccb08a995c7f017e1", + "sha1": "f2237ad0a776fd7057eb3d3498114c85e2f521d7", + "sha256": "6929799f227ae5f0b3e0167a6cf2bd683db097848af6ccde6329185212598779", + "size": 32748, + "uuid": "6578c322-7060-4c82-8469-9e54100e6b44", + "version": "2019-05-16T015325.007527Z" + }, + "supplementary_file/01a1d04b-05d0-4904-b627-68b0dc02bc17": { + "content-type": "application/pdf; dcp-type=data", + "crc32c": "b9364bfa", + "indexed": false, + "name": "SmartSeq2_RTPCR_protocol.pdf", + "s3_etag": "846fd9e6b98041df46a1ddb94e85b6b9", + "sha1": "89d9eb3f1b94f78a33d46c0288c2e81d4002049b", + "sha256": "2f6866c4ede92123f90dd15fb180fac56e33309b8fd3f4f52f263ed2f8af2f16", + "size": 29230, + "uuid": "cd8e02d1-d0f9-4094-9a31-329931df60dc", + "version": "2019-05-16T015325.251968Z" + } + }, + "metadata": { + "cell_suspension/01ba6be9-ed4b-4c6b-ae05-2e06aadc2019": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.1.0/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "21784_6#51", + "ncbi_taxon_id": [ + 10090 + ] + }, + "provenance": { + "document_id": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019", + "submission_date": "2019-05-14T11:01:32.467Z", + "update_date": "2019-05-14T12:00:06.941Z" + } + }, + "specimen_from_organism/74eb3cb5-918a-49fc-9e15-3ac49fd54caf": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.0/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "1126_LN", + "ncbi_taxon_id": [ + 10090 + ] + }, + "organ": { + "text": "lymph node" + }, + "provenance": { + "document_id": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf", + "submission_date": "2019-05-14T11:01:26.115Z", + "update_date": "2019-05-14T11:46:47.512Z" + } + }, + "donor_organism/63818269-c4d9-429b-85a3-db39c0dd7fa0": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.3.0/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "1126", + "ncbi_taxon_id": [ + 10090 + ] + }, + "genus_species": [ + { + "text": "Mus musculus" + } + ], + "is_living": "no", + "sex": "female", + "development_stage": { + "text": "adult" + }, + "provenance": { + "document_id": "63818269-c4d9-429b-85a3-db39c0dd7fa0", + "submission_date": "2019-05-14T11:01:25.684Z", + "update_date": "2019-05-14T11:29:50.173Z" + } + }, + "sequence_file/61fd5348-92c5-446b-a57a-746330cebf76": { + "describedBy": "https://schema.humancellatlas.org/type/file/9.0.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "21784_6#51_1.fastq.gz", + "format": "fastq.gz" + }, + "read_index": "read1", + "provenance": { + "document_id": "61fd5348-92c5-446b-a57a-746330cebf76", + "submission_date": "2019-05-14T10:52:59.245Z", + "update_date": "2019-05-14T11:21:17.762Z" + } + }, + "supplementary_file/e738a267-87fc-4070-abc7-b3be6442c6d0": { + "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "TissueDissociationProtocol.pdf", + "format": "pdf" + }, + "provenance": { + "document_id": "e738a267-87fc-4070-abc7-b3be6442c6d0", + "submission_date": "2019-05-14T10:52:33.892Z", + "update_date": "2019-05-14T11:01:15.816Z" + } + }, + "supplementary_file/01a1d04b-05d0-4904-b627-68b0dc02bc17": { + "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", + "schema_type": "file", + "file_core": { + "file_name": "SmartSeq2_RTPCR_protocol.pdf", + "format": "pdf" + }, + "provenance": { + "document_id": "01a1d04b-05d0-4904-b627-68b0dc02bc17", + "submission_date": "2019-05-14T10:52:33.898Z", + "update_date": "2019-05-14T11:01:09.564Z" + } + }, + "project/8c3c290d-dfff-4553-8868-54ce45f4ba7f": { + "describedBy": "https://schema.humancellatlas.org/type/project/14.0.0/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Mouse Melanoma", + "project_title": "Melanoma infiltration of stromal and immune cells", + "project_description": "The cancer microenvironment is a complex ecosystem characterized by dynamic interactions between diverse cell types, including malignant, immune and stromal cells. Here, we performed single-cell RNA sequencing on CD45+ and CD45- cells isolated from tumour and lymph nodes during a mouse model of melanoma. The transcriptional profiles of these individual cells taken at different time points coupled with assembled T cell receptor sequences, allowed us to identify distinct immune subpopulations and delineate their developmental trajectory. Our study provides insights into the complex interplay among cells within the tumour microenvironment and presents a valuable resource for future translational applications." + }, + "funders": [], + "provenance": { + "document_id": "8c3c290d-dfff-4553-8868-54ce45f4ba7f", + "submission_date": "2019-05-14T10:52:33.885Z", + "update_date": "2019-05-14T11:20:51.382Z" + } + }, + "process/91f475ec-be51-4f1e-a904-74b10b7259f1": { + "process_core": { + "process_id": "proc_21784_6#51" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/9.0.0/process", + "provenance": { + "document_id": "91f475ec-be51-4f1e-a904-74b10b7259f1", + "submission_date": "2019-05-14T11:06:54.971Z", + "update_date": "2019-05-14T12:10:53.274Z" + } + }, + "process/e521d67d-c134-4dbd-9555-29e23f0463c5": { + "process_core": { + "process_id": "process_id_366" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/9.0.0/process", + "provenance": { + "document_id": "e521d67d-c134-4dbd-9555-29e23f0463c5", + "submission_date": "2019-05-14T11:12:40.680Z", + "update_date": "2019-05-14T12:27:20.135Z" + } + }, + "process/453a352c-94fb-4d3b-b609-df1e7abf8c09": { + "process_core": { + "process_id": "process_id_24" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/9.0.0/process", + "provenance": { + "document_id": "453a352c-94fb-4d3b-b609-df1e7abf8c09", + "submission_date": "2019-05-14T11:12:15.946Z", + "update_date": "2019-05-14T12:26:52.545Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/2.0.0/links", + "schema_type": "link_bundle", + "schema_version": "2.0.0", + "links": [ + { + "link_type": "process_link", + "process_id": "91f475ec-be51-4f1e-a904-74b10b7259f1", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "61fd5348-92c5-446b-a57a-746330cebf76" + } + ], + "protocols": [] + }, + { + "link_type": "process_link", + "process_id": "e521d67d-c134-4dbd-9555-29e23f0463c5", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019" + } + ], + "protocols": [] + }, + { + "link_type": "process_link", + "process_id": "453a352c-94fb-4d3b-b609-df1e7abf8c09", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "63818269-c4d9-429b-85a3-db39c0dd7fa0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf" + } + ], + "protocols": [] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "8c3c290d-dfff-4553-8868-54ce45f4ba7f" + }, + "files": [ + { + "file_id": "e738a267-87fc-4070-abc7-b3be6442c6d0", + "file_type": "supplementary_file" + }, + { + "file_id": "01a1d04b-05d0-4904-b627-68b0dc02bc17", + "file_type": "supplementary_file" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439/2019-05-15T222432.561000Z/manifest.json b/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439/2019-05-15T222432.561000Z/manifest.json deleted file mode 100644 index 41ef55acce..0000000000 --- a/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439/2019-05-15T222432.561000Z/manifest.json +++ /dev/null @@ -1,194 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0300a92e", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "4f3859e7778d1818bcf4120b76a1ffa6", - "sha1": "505038762f830ae810e7a63eea87ca72fc90196b", - "sha256": "4909898b1cbaea063ba589b146f7457c56928a6864546b4a465cde3d1b1d67f3", - "size": 850, - "uuid": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019", - "version": "2019-05-14T120006.941000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7158fd43", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "676e573bec1eb8fe9d7b9888ece979e7", - "sha1": "04c71e27a86ea91ee260df9feab594517cf9c5cd", - "sha256": "37eb5a18c9be2be0c452aecbf2d7cf50ec9af68e0379f6647c7aedf5372b9833", - "size": 812, - "uuid": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf", - "version": "2019-05-14T114647.512000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "833cd7f3", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "15380716b8a9c7a78f33a6051a1a477d", - "sha1": "657c0e467fb61ee80819f31f86369c2227220307", - "sha256": "33e5ecaf9d039b5a41718eb2e38a0d66d15a701eaca7fdbebc9f2b5f46561ee1", - "size": 1749, - "uuid": "63818269-c4d9-429b-85a3-db39c0dd7fa0", - "version": "2019-05-14T112950.173000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "02c57821", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "608e74f1bf465c2d5e4951fab48b349b", - "sha1": "b885e81fd0ce11e170176535536a45299e1eed3a", - "sha256": "e497c5c87514a04bf398d95c60884bfdf10bc084c75d413ff2d308cb22326b94", - "size": 459, - "uuid": "61fd5348-92c5-446b-a57a-746330cebf76", - "version": "2019-05-14T112117.762000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "61502b5b", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "b9789082b025294c44dce46ddd22b7aa", - "sha1": "daa76ae1d2af21871d8180006b066f56cdf7594f", - "sha256": "069391131baa61584a57a5fd9ec9633b6224722c783faf269db28d76d6133c79", - "size": 481, - "uuid": "e738a267-87fc-4070-abc7-b3be6442c6d0", - "version": "2019-05-14T110115.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "030e888d", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "0dc591fd5db04fbb770de26ae5419037", - "sha1": "48b75f01afaee3ca9f04510725c4c3b0c536f8b0", - "sha256": "2a3940369dacfea767cc02b29b637d94f46fdffde6bc1b08c238f8b2850471de", - "size": 477, - "uuid": "01a1d04b-05d0-4904-b627-68b0dc02bc17", - "version": "2019-05-14T110109.564000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "ef3ef012", - "indexed": true, - "name": "project_0.json", - "s3_etag": "308189c7eab62a35a894125efbe76558", - "sha1": "9da3dba1ec159439071d6390a25ab9110be95f86", - "sha256": "2e2f330270644222106b2a8f648733cbd7609c283e29f1ee07363be32c223a9b", - "size": 8464, - "uuid": "8c3c290d-dfff-4553-8868-54ce45f4ba7f", - "version": "2019-05-14T112051.382000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "57699965", - "indexed": true, - "name": "process_0.json", - "s3_etag": "fdc514845934d034918521bb96f1ee24", - "sha1": "ba3c05024bdd18dd054ef07cbd2c6594fe64e168", - "sha256": "2ff1fab2dac6ac35b866a437f7bd720066212998432ab8eb05f6039b748c5225", - "size": 379, - "uuid": "91f475ec-be51-4f1e-a904-74b10b7259f1", - "version": "2019-05-14T121053.274000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ad459007", - "indexed": true, - "name": "process_1.json", - "s3_etag": "b067d9b22cf3d999069bdc42a56fabbe", - "sha1": "23ed66f1f47ecb29cf5354d6fb675784804df817", - "sha256": "a3948a06685954b8f5d21113621e53cea384aea12aa07d9bb19796ccf4e7300d", - "size": 378, - "uuid": "e521d67d-c134-4dbd-9555-29e23f0463c5", - "version": "2019-05-14T122720.135000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4352f3bf", - "indexed": true, - "name": "process_2.json", - "s3_etag": "f94d4ee8d194714e8db01f7f1d9ad66e", - "sha1": "db413a2532ec0d9d235aa56fd69ba27fc96bc70d", - "sha256": "cf1d4be9c9a62590b38014d092b67a981ec516013af924d30870a18cd6a060ed", - "size": 377, - "uuid": "453a352c-94fb-4d3b-b609-df1e7abf8c09", - "version": "2019-05-14T122652.545000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "2c25a3c2", - "indexed": true, - "name": "links.json", - "s3_etag": "1f7c2cbccc797da2d885bb52de52232d", - "sha1": "39ba144902ba5d1095af5b8d5dace8dd19a4b08d", - "sha256": "33052247612f39f6ea48568a12c761842af30030e1242943bb2c5eb238722488", - "size": 2083, - "uuid": "51168054-6dad-45aa-916a-ef71135651b2", - "version": "2019-05-16T015324.197421Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "86192092", - "indexed": false, - "name": "21784_6#51_1.fastq.gz", - "s3_etag": "8ef4064fd5c94502b0d42c0dbecc74ca", - "sha1": "0c0a36b8e8e8bf53db8e5eed5688546f0d23f863", - "sha256": "1975336c7071ac70caef3ff833089b0dc26962b4d6fc5159aece28eaa4324052", - "size": 7591723, - "uuid": "e4d9ebe5-2e62-47cf-bc35-1fb8ef7c1ef7", - "version": "2019-05-16T015324.490566Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "56a9e200", - "indexed": false, - "name": "21784_6#51_2.fastq.gz", - "s3_etag": "86b0f2604a0aa1dbe3bd72d316f077f3", - "sha1": "d138b7a22c6fd4834f03564921a6436ebed5076e", - "sha256": "6a95e7f0792fe70dfcf174ee585c6900f2ed5fb401c5c8d0d15bef5e95271726", - "size": 7553715, - "uuid": "60f17b79-74d9-49b5-a6da-48580a67f11f", - "version": "2019-05-16T015324.739985Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "847325b6", - "indexed": false, - "name": "TissueDissociationProtocol.pdf", - "s3_etag": "7e892bf8f6aa489ccb08a995c7f017e1", - "sha1": "f2237ad0a776fd7057eb3d3498114c85e2f521d7", - "sha256": "6929799f227ae5f0b3e0167a6cf2bd683db097848af6ccde6329185212598779", - "size": 32748, - "uuid": "6578c322-7060-4c82-8469-9e54100e6b44", - "version": "2019-05-16T015325.007527Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "b9364bfa", - "indexed": false, - "name": "SmartSeq2_RTPCR_protocol.pdf", - "s3_etag": "846fd9e6b98041df46a1ddb94e85b6b9", - "sha1": "89d9eb3f1b94f78a33d46c0288c2e81d4002049b", - "sha256": "2f6866c4ede92123f90dd15fb180fac56e33309b8fd3f4f52f263ed2f8af2f16", - "size": 29230, - "uuid": "cd8e02d1-d0f9-4094-9a31-329931df60dc", - "version": "2019-05-16T015325.251968Z" - }, - { - "content-type": "application/pdf; dcp-type=data", - "crc32c": "3658ec51", - "indexed": false, - "name": "SmartSeq2_sequencing_protocol.pdf", - "s3_etag": "2742e1e78f6d4663bf41d3080396695c", - "sha1": "9ec6ee2b6e2093681c1fed694b3a8c78a2aa3438", - "sha256": "9c93a354a8636c041a31ba6f3fb00ef20352e1b853d8080d63a654221cb35673", - "size": 61134, - "uuid": "bf92ef4a-c422-44fb-bfc1-c2f86528b86b", - "version": "2019-05-16T015325.498431Z" - } -] diff --git a/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439/2019-05-15T222432.561000Z/metadata.json b/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439/2019-05-15T222432.561000Z/metadata.json deleted file mode 100644 index b7c2fea822..0000000000 --- a/test/hca_metadata_api/cans/prod/cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439/2019-05-15T222432.561000Z/metadata.json +++ /dev/null @@ -1,233 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.1.0/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "21784_6#51", - "ncbi_taxon_id": [ - 10090 - ] - }, - "provenance": { - "document_id": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019", - "submission_date": "2019-05-14T11:01:32.467Z", - "update_date": "2019-05-14T12:00:06.941Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.0/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "1126_LN", - "ncbi_taxon_id": [ - 10090 - ] - }, - "organ": { - "text": "lymph node" - }, - "provenance": { - "document_id": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf", - "submission_date": "2019-05-14T11:01:26.115Z", - "update_date": "2019-05-14T11:46:47.512Z" - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.3.0/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "1126", - "ncbi_taxon_id": [ - 10090 - ] - }, - "genus_species": [ - { - "text": "Mus musculus" - } - ], - "is_living": "no", - "sex": "female", - "development_stage": { - "text": "adult" - }, - "provenance": { - "document_id": "63818269-c4d9-429b-85a3-db39c0dd7fa0", - "submission_date": "2019-05-14T11:01:25.684Z", - "update_date": "2019-05-14T11:29:50.173Z" - } - }, - "sequence_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/9.0.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "21784_6#51_1.fastq.gz", - "format": "fastq.gz" - }, - "read_index": "read1", - "provenance": { - "document_id": "61fd5348-92c5-446b-a57a-746330cebf76", - "submission_date": "2019-05-14T10:52:59.245Z", - "update_date": "2019-05-14T11:21:17.762Z" - } - }, - "supplementary_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "TissueDissociationProtocol.pdf", - "format": "pdf" - }, - "provenance": { - "document_id": "e738a267-87fc-4070-abc7-b3be6442c6d0", - "submission_date": "2019-05-14T10:52:33.892Z", - "update_date": "2019-05-14T11:01:15.816Z" - } - }, - "supplementary_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", - "schema_type": "file", - "file_core": { - "file_name": "SmartSeq2_RTPCR_protocol.pdf", - "format": "pdf" - }, - "provenance": { - "document_id": "01a1d04b-05d0-4904-b627-68b0dc02bc17", - "submission_date": "2019-05-14T10:52:33.898Z", - "update_date": "2019-05-14T11:01:09.564Z" - } - }, - "project_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/project/14.0.0/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Mouse Melanoma", - "project_title": "Melanoma infiltration of stromal and immune cells", - "project_description": "The cancer microenvironment is a complex ecosystem characterized by dynamic interactions between diverse cell types, including malignant, immune and stromal cells. Here, we performed single-cell RNA sequencing on CD45+ and CD45- cells isolated from tumour and lymph nodes during a mouse model of melanoma. The transcriptional profiles of these individual cells taken at different time points coupled with assembled T cell receptor sequences, allowed us to identify distinct immune subpopulations and delineate their developmental trajectory. Our study provides insights into the complex interplay among cells within the tumour microenvironment and presents a valuable resource for future translational applications." - }, - "funders": [ - ], - "provenance": { - "document_id": "8c3c290d-dfff-4553-8868-54ce45f4ba7f", - "submission_date": "2019-05-14T10:52:33.885Z", - "update_date": "2019-05-14T11:20:51.382Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "proc_21784_6#51" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/9.0.0/process", - "provenance": { - "document_id": "91f475ec-be51-4f1e-a904-74b10b7259f1", - "submission_date": "2019-05-14T11:06:54.971Z", - "update_date": "2019-05-14T12:10:53.274Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_366" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/9.0.0/process", - "provenance": { - "document_id": "e521d67d-c134-4dbd-9555-29e23f0463c5", - "submission_date": "2019-05-14T11:12:40.680Z", - "update_date": "2019-05-14T12:27:20.135Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_24" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/9.0.0/process", - "provenance": { - "document_id": "453a352c-94fb-4d3b-b609-df1e7abf8c09", - "submission_date": "2019-05-14T11:12:15.946Z", - "update_date": "2019-05-14T12:26:52.545Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/2.0.0/links", - "schema_type": "link_bundle", - "schema_version": "2.0.0", - "links": [ - { - "link_type": "process_link", - "process_id": "91f475ec-be51-4f1e-a904-74b10b7259f1", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "61fd5348-92c5-446b-a57a-746330cebf76" - } - ], - "protocols": [ - ] - }, - { - "link_type": "process_link", - "process_id": "e521d67d-c134-4dbd-9555-29e23f0463c5", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "01ba6be9-ed4b-4c6b-ae05-2e06aadc2019" - } - ], - "protocols": [ - ] - }, - { - "link_type": "process_link", - "process_id": "453a352c-94fb-4d3b-b609-df1e7abf8c09", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "63818269-c4d9-429b-85a3-db39c0dd7fa0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "74eb3cb5-918a-49fc-9e15-3ac49fd54caf" - } - ], - "protocols": [ - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "8c3c290d-dfff-4553-8868-54ce45f4ba7f" - }, - "files": [ - { - "file_id": "e738a267-87fc-4070-abc7-b3be6442c6d0", - "file_type": "supplementary_file" - }, - { - "file_id": "01a1d04b-05d0-4904-b627-68b0dc02bc17", - "file_type": "supplementary_file" - } - ] - } - ] - } -} diff --git a/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe.2019-04-17T175706.867000Z.json b/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe.2019-04-17T175706.867000Z.json new file mode 100644 index 0000000000..1fbfd0b774 --- /dev/null +++ b/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe.2019-04-17T175706.867000Z.json @@ -0,0 +1,729 @@ +{ + "manifest": { + "sequence_file/a31d51c9-7354-4c8c-91e6-a9d2a2e10616": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "9e612174", + "indexed": false, + "name": "SRR5174359_2.fastq.gz", + "s3_etag": "d36aaa593942b13a919531a1ee1a6821", + "sha1": "7309f2df68753bfbce40494e849409f2ed478025", + "sha256": "ee3460f575d22a5eb63adde61d676aeadacb3c1ea093c5d8c2642ff0dadc1240", + "size": 55845877, + "uuid": "a8cd43ba-07c4-41d4-864c-51bdd8414e2a", + "version": "2019-04-17T185612.704173Z" + }, + "sequence_file/a2db643f-decd-426d-94db-13c3279ea80a": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "8178debb", + "indexed": false, + "name": "SRR5174359_1.fastq.gz", + "s3_etag": "de907bad7481f6ca8f15482361139457", + "sha1": "0ab50c453242cbe095a4e12255650e87ed942652", + "sha256": "4155d5635ada90888551db93ab76e4af10051bde815870f0ce6206a4c01e3226", + "size": 55064135, + "uuid": "13f3e771-f16b-4589-b317-ed88c817bb59", + "version": "2019-04-17T185613.009698Z" + } + }, + "metadata": { + "cell_suspension/e4c205cd-746f-4665-8c29-149c6e109e9d": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/11.0.0/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "D54Dn15E01", + "biomaterial_name": "hESC-derived inhibitory interneurons", + "biomaterial_description": "hESC-derived inhibitory interneurons at day 54", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "DCX-Citrine" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "selected_cell_type": [ + { + "text": "inhibitory interneurons", + "ontology": "CL:0000498", + "ontology_label": "inhibitory interneuron" + } + ], + "timecourse": { + "value": "54", + "unit": { + "text": "day", + "ontology_label": "day", + "ontology": "UO:0000627" + } + }, + "provenance": { + "document_id": "e4c205cd-746f-4665-8c29-149c6e109e9d", + "submission_date": "2019-04-17T16:51:39.733Z", + "update_date": "2019-04-17T16:58:31.889Z" + } + }, + "cell_line/961092cd-dcff-4b59-a0d2-ceeef0aece74": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/11.0.0/cell_line", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "cell_line_at_day_54", + "biomaterial_name": "cell_line_at_day_54", + "biomaterial_description": "hESC-derived inhibitory interneurons at day 54", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "DCX-Citrine" + }, + "cell_line_type": "stem cell-derived", + "cell_type": { + "text": "interneuron", + "ontology": "CL:0000099", + "ontology_label": "interneuron" + }, + "disease": { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "publication": { + "authors": [ + "Close JL", + "Yao Z", + "Levi BP", + "Miller JA", + "Bakken TE", + "Menon V", + "Ting JT", + "Wall A", + "Krostag AR", + "Thomsen ER", + "Nelson AM", + "Mich JK", + "Hodge RD", + "Shehata SI", + "Glass IA", + "Bort S", + "Shapovalova NV", + "Ngo NK", + "Grimley JS", + "Phillips JW", + "Thompson CL", + "Ramanathan S", + "Lein E" + ], + "publication_title": "Single-Cell Profiling of an In\u00a0Vitro Model of Human Interneuron Development Reveals Temporal Dynamics of Cell Type Production and Maturation.", + "doi": "10.1016/j.neuron.2017.02.014", + "pmid": 28279351, + "publication_url": "https://europepmc.org/abstract/MED/28279351" + }, + "model_organ": { + "text": "brain", + "ontology": "UBERON_0000955", + "ontology_label": "brain" + }, + "provenance": { + "document_id": "961092cd-dcff-4b59-a0d2-ceeef0aece74", + "submission_date": "2019-04-17T16:51:35.053Z", + "update_date": "2019-04-17T16:57:09.605Z" + } + }, + "specimen_from_organism/a72a2ac2-c91b-406a-968c-28c8e15a2eaf": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.0/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "embryo_WAe001-A", + "biomaterial_name": "human embryo", + "biomaterial_description": "human embryo", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "DCX-Citrine" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "embryo", + "ontology": "UBERON:0000922", + "ontology_label": "embryo" + }, + "organ_parts": [ + { + "text": "blastocyst", + "ontology": "UBERON:0000358", + "ontology_label": "blastocyst" + } + ], + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "provenance": { + "document_id": "a72a2ac2-c91b-406a-968c-28c8e15a2eaf", + "submission_date": "2019-04-17T16:51:35.037Z", + "update_date": "2019-04-17T16:55:13.039Z" + } + }, + "donor_organism/6c6973d5-9b4a-426d-9d88-825b464500f8": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.0.7/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "donor_WAe001-A", + "biomaterial_name": "human embryo", + "biomaterial_description": "human embryo", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "development_stage": { + "text": "human embryonic stage", + "ontology": "HsapDv:0000002", + "ontology_label": "human embryonic stage" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "is_living": "yes", + "sex": "male", + "provenance": { + "document_id": "6c6973d5-9b4a-426d-9d88-825b464500f8", + "submission_date": "2019-04-17T16:51:35.032Z", + "update_date": "2019-04-17T16:55:12.518Z" + } + }, + "sequence_file/a31d51c9-7354-4c8c-91e6-a9d2a2e10616": { + "describedBy": "https://schema.humancellatlas.org/type/file/8.0.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "SRR5174359_2.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read2", + "provenance": { + "document_id": "a31d51c9-7354-4c8c-91e6-a9d2a2e10616", + "submission_date": "2019-04-17T16:53:04.375Z", + "update_date": "2019-04-17T17:27:47.623Z" + } + }, + "sequence_file/a2db643f-decd-426d-94db-13c3279ea80a": { + "describedBy": "https://schema.humancellatlas.org/type/file/8.0.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "SRR5174359_1.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "provenance": { + "document_id": "a2db643f-decd-426d-94db-13c3279ea80a", + "submission_date": "2019-04-17T16:53:04.385Z", + "update_date": "2019-04-17T17:27:46.767Z" + } + }, + "project/b6dc9b93-929a-45d0-beb2-5cf8e64872fe": { + "describedBy": "https://schema.humancellatlas.org/type/project/11.1.0/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Single cell RNAseq characterization of cell types produced over time in an in vitro model of human inhibitory interneuron differentiation.", + "project_title": "Single-cell RNA-seq analysis throughout a 125-day differentiation protocol that converted H1 human embryonic stem cells to a variety of ventrally-derived cell types.", + "project_description": "Diverse cell types are produced from dorsal and ventral regions of the developing neural tube. In this study we describe a system for generating human inhibitory interneurons by ventralizing human embryonic stem cells in vitro and characterizing the gene expression of the cell types produced over time. We engineered a DCX-Citrine/Y hESC line to sort and characterize progenitor and neuron transcriptomics separately at both the subpopulation and single cell level. The cells generated in vitro were compared to similar populations present in human fetal brain samples by mapping gene expression data from human fetal cells onto the principal component analysis (PCA) space of in vitro-derived populations. Weighted gene co-expression network analysis (WGCNA) was used to determine the discreet cell types present at D24, D54, D100 and D125 of culture, and describe the gene expression changes that occur in progenitor and neuron populations over time. Immature lateral ganglionic eminence and medial ganglionic eminence cells are present at early timepoints, along with MGE-like and dorsal pallium-like neuronal progenitors. At later timepoints we observe the emergence of SST-expressing interneurons, as well as oligodendrocyte and astrocyte progenitors. We also identified genes that were upregulated in somatostatin-expressing interneurons as they mature. The transcriptomes of 1732 ventralized single cells were profiled by SmartSeq2 at different timepoints throughout a 125-day differentiation protocol that converted H1 human embryonic stem cells to a variety of ventrally-derived cell types." + }, + "insdc_project_accessions": [ + "SRP096727" + ], + "geo_series_accessions": [ + "GSE93593" + ], + "insdc_study_accessions": [ + "PRJNA361254" + ], + "supplementary_links": [ + "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-93593/Results" + ], + "array_express_accessions": [ + "E-GEOD-93593" + ], + "contributors": [ + { + "contact_name": "Jennie,,Close", + "email": "jenniec@alleninstitute.org", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Zizhen,,Yao", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Boaz,,Levi", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Jeremy,,Miller", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Trygve,,Bakken", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Vilas,,Menon", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Jonathan,,Ting", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Abigail,,Wall", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Anne-Rachel,,Krogstag", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Elliot,,Thomsen", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Angel,,Nelson", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "John,,Mich", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Rebecca,,Hodge", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Soraya,,Shehata", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Ian,,Glass", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Susan,,Bort", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Nadiya,,Shapovalova", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Olivia,,Fong", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Kiet,,Ngo", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Joshua,,Grimley", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "John,,Phillips", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Carol,,Thompson", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Sharad,,Ramanathan", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Ed,,Lein", + "institution": "The Allen Institute for Brain Science", + "address": "615 Westlake Ave N, Seattle, WA", + "country": "USA" + }, + { + "contact_name": "Laura,,Huerta", + "email": "lauhuema@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Molecular Atlas", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "external curator", + "orcid_id": "0000-0002-8748-599X", + "corresponding_contributor": false + }, + { + "contact_name": "Matthew,,Green", + "email": "hewgreen@ebi.ac.uk", + "phone": "(+44) 122-349-4444", + "institution": "EMBL-EBI European Bioinformatics Institute", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SD", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2771-9894", + "corresponding_contributor": false + } + ], + "funders": [ + { + "grant_title": "Directors Pioneer Award", + "grant_id": "5DP1MH099906-03", + "organization": "National Institute of Health" + }, + { + "grant_title": "National Science Foundation grant", + "grant_id": "PHY-0952766", + "organization": "National Science Foundation" + } + ], + "publications": [ + { + "authors": [ + "Close JL", + "Yao Z", + "Levi BP", + "Miller JA", + "Bakken TE", + "Menon V", + "Ting JT", + "Wall A", + "Krostag AR", + "Thomsen ER", + "Nelson AM", + "Mich JK", + "Hodge RD", + "Shehata SI", + "Glass IA", + "Bort S", + "Shapovalova NV", + "Ngo NK", + "Grimley JS", + "Phillips JW", + "Thompson CL", + "Ramanathan S", + "Lein E" + ], + "publication_title": "Single-Cell Profiling of an In\u00a0Vitro Model of Human Interneuron Development Reveals Temporal Dynamics of Cell Type Production and Maturation.", + "doi": "10.1016/j.neuron.2017.02.014", + "pmid": 28279351, + "publication_url": "https://europepmc.org/abstract/MED/28279351" + } + ], + "provenance": { + "document_id": "b6dc9b93-929a-45d0-beb2-5cf8e64872fe", + "submission_date": "2019-04-17T16:51:35.026Z", + "update_date": "2019-04-17T16:55:12.490Z" + } + }, + "library_preparation_protocol/60085aee-e5a6-40ac-bda1-855c052550b5": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.0.0/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "P-GSE93593-3", + "protocol_name": "single cell library construction protocol", + "protocol_description": "Cells were prepared for single-cell transcriptomics using SmartSeq2 (Picelli et al., 2014). After reverse transcription and template switching, we amplified cDNA with KAPA HotStart HIFI 2\u00d7 ReadyMix (Kapa Biosystems) for 22 cycles for RNA from single primary cortical cells. We purified PCR products using Ampure XP beads (Beckman Coulter). We quantified cDNA using a High Sensitivity DNA Chip (Agilent) on a Bioanalyzer 2100 or with the Quant-iT PicoGreen dsDNA Assay Kit (Thermo Fisher) on an Enspire plate reader (PerkinElmer)." + }, + "nucleic_acid_source": "single cell", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869", + "ontology_label": "polyA RNA" + }, + "library_construction_method": { + "text": "Smart-seq2", + "ontology": "EFO:0008931", + "ontology_label": "Smart-seq2" + }, + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "provenance": { + "document_id": "60085aee-e5a6-40ac-bda1-855c052550b5", + "submission_date": "2019-04-17T16:52:10.952Z", + "update_date": "2019-04-17T16:52:16.679Z" + } + }, + "sequencing_protocol/9ccabcf3-7203-4f07-837f-6dde903d4cec": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.0.0/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "P-GSE93593-4", + "protocol_name": "single cell sequencing protocol", + "protocol_description": "We used 1 ng of cDNA to generate RNA-Seq libraries using the Nextera XT library prep system (Illumina). We carried out sequencing of human cortical cells the on Illumina HiSeq using 50 base paired-end reads" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008565", + "ontology_label": "Illumina HiSeq 2500" + }, + "paired_end": true, + "method": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441", + "ontology_label": "full length single cell RNA sequencing" + }, + "provenance": { + "document_id": "9ccabcf3-7203-4f07-837f-6dde903d4cec", + "submission_date": "2019-04-17T16:52:11.186Z", + "update_date": "2019-04-17T16:52:16.627Z" + } + }, + "differentiation_protocol/348b04e9-d131-4d45-b198-0c75300ee4a3": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.3.3/differentiation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "P-GSE93593-1", + "protocol_name": "growth protocol", + "protocol_description": "We constructed an hESC line with Citrine (Cit) fused to the endogenous copy of the DCX gene in the H1 parent line (WAe001-A RRID:CVCL_9771) to allow us to profile neurons (Cit+) and progenitors (Cit\u2212) (Yao et al., 2017). hESCs were seeded for a 10-day cortical induction phase in NIMX media with SMAD inhibitors; reseeded for the ventralization phase at D10 in culture media containing Shh and purmorphamine, and finally at D24 for neural differentiation with neurogenic/neurotrophic factors BDNF, GDNF, NT3, and cAMP. The protocol was ended at D125." + }, + "differentiation_method": "cell suspension", + "provenance": { + "document_id": "348b04e9-d131-4d45-b198-0c75300ee4a3", + "submission_date": "2019-04-17T16:52:10.815Z", + "update_date": "2019-04-17T16:52:16.700Z" + } + }, + "dissociation_protocol/31b89ceb-0625-4f88-9623-85a18bbb84ee": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.0.0/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "P-GSE93593-2", + "protocol_name": "single cell isolation protocol", + "protocol_description": "To generate single cell suspensions, hESC-derived cultures were dissociated from plates using Accutase (ThermoFisher) at 37C. Light trituration using a P1000 pipette was done every 5 min until nearly all clumps had been dissociated (up to 1 h). Cell suspension was washed and filtered through a 40 um cell strainer. Cells were washed in PBS with 1% FBS and stained with 0.5-1 ug/mL DAPI. Single-cell suspensions were loaded onto a FACSAria II SORP (Becton Dickinson) and sorted directly into PCR strip tubes or plates held in chilled aluminium blocks. Doublets and dead cells were excluded based on forward scatter, side scatter and DAPI fluorescence. Sorting was done using the 130 um nozzle with the sort mode set to single cell. Accuracy of single-cell sorts was confirmed by sorting DAPI-stained fixed cells onto a dry well of a 96-well plate and analyzing by fluorescence microscopy." + }, + "method": { + "text": "enzymatic dissociation", + "ontology": "EFO:0009128", + "ontology_label": "enzymatic dissociation" + }, + "provenance": { + "document_id": "31b89ceb-0625-4f88-9623-85a18bbb84ee", + "submission_date": "2019-04-17T16:52:10.865Z", + "update_date": "2019-04-17T16:52:16.668Z" + } + }, + "enrichment_protocol/958d38c4-fd0a-4352-9b1d-d95e28e2085e": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.9/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "FACS_enrichment_protocol", + "protocol_name": "FACS enrichment for single, live cells.", + "protocol_description": "Single-cell suspensions were loaded onto a FACSAria II SORP (Becton Dickinson) and sorted directly into PCR strip tubes or plates held in chilled aluminum blocks. Doublets and dead cells were excluded based on forward scatter, side scatter and DAPI fluorescence. Sorting was done using the 130 \u03bcm nozzle with the sort mode set to single cell. Accuracy of single-cell sorts was confirmed by sorting DAPI-stained fixed cells onto a dry well of a 96-well plate and analyzing by fluorescence microscopy." + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "markers": "DAPI", + "provenance": { + "document_id": "958d38c4-fd0a-4352-9b1d-d95e28e2085e", + "submission_date": "2019-04-17T16:52:10.900Z", + "update_date": "2019-04-17T16:52:16.605Z" + } + }, + "process/3d88118e-44df-4c1a-a364-bf92ff2ca0e6": { + "process_core": { + "process_id": "D54Dn15E01" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "3d88118e-44df-4c1a-a364-bf92ff2ca0e6", + "submission_date": "2019-04-17T16:54:54.638Z", + "update_date": "2019-04-17T17:02:01.452Z" + } + }, + "process/2fbc1012-55ae-4fde-9069-fbf5376ca535": { + "process_core": { + "process_id": "process_id_601" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "2fbc1012-55ae-4fde-9069-fbf5376ca535", + "submission_date": "2019-04-17T16:53:46.016Z", + "update_date": "2019-04-17T17:00:21.013Z" + } + }, + "process/466050f5-213c-4554-939e-4bb8298130dd": { + "process_core": { + "process_id": "process_id_4" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "466050f5-213c-4554-939e-4bb8298130dd", + "submission_date": "2019-04-17T16:53:30.594Z", + "update_date": "2019-04-17T16:59:59.704Z" + } + }, + "process/4276c1dd-50aa-4ffa-a618-dee757bff479": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "4276c1dd-50aa-4ffa-a618-dee757bff479", + "submission_date": "2019-04-17T16:53:30.570Z", + "update_date": "2019-04-17T16:59:59.680Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "3d88118e-44df-4c1a-a364-bf92ff2ca0e6", + "inputs": [ + "e4c205cd-746f-4665-8c29-149c6e109e9d" + ], + "input_type": "biomaterial", + "outputs": [ + "a31d51c9-7354-4c8c-91e6-a9d2a2e10616", + "a2db643f-decd-426d-94db-13c3279ea80a" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "60085aee-e5a6-40ac-bda1-855c052550b5" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "9ccabcf3-7203-4f07-837f-6dde903d4cec" + } + ] + }, + { + "process": "2fbc1012-55ae-4fde-9069-fbf5376ca535", + "inputs": [ + "961092cd-dcff-4b59-a0d2-ceeef0aece74" + ], + "input_type": "biomaterial", + "outputs": [ + "e4c205cd-746f-4665-8c29-149c6e109e9d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "348b04e9-d131-4d45-b198-0c75300ee4a3" + }, + { + "protocol_type": "dissociation_protocol", + "protocol_id": "31b89ceb-0625-4f88-9623-85a18bbb84ee" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "958d38c4-fd0a-4352-9b1d-d95e28e2085e" + } + ] + }, + { + "process": "466050f5-213c-4554-939e-4bb8298130dd", + "inputs": [ + "a72a2ac2-c91b-406a-968c-28c8e15a2eaf" + ], + "input_type": "biomaterial", + "outputs": [ + "961092cd-dcff-4b59-a0d2-ceeef0aece74" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "4276c1dd-50aa-4ffa-a618-dee757bff479", + "inputs": [ + "6c6973d5-9b4a-426d-9d88-825b464500f8" + ], + "input_type": "biomaterial", + "outputs": [ + "a72a2ac2-c91b-406a-968c-28c8e15a2eaf" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe/2019-04-17T175706.867000Z/manifest.json b/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe/2019-04-17T175706.867000Z/manifest.json deleted file mode 100644 index 7406d4ba5e..0000000000 --- a/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe/2019-04-17T175706.867000Z/manifest.json +++ /dev/null @@ -1,230 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "31fb9874", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "d35373d17f0b8d6e0adbcf2635e90927", - "sha1": "542fb7cc2aa70950b6d0519ec72cb4a4fcfa0595", - "sha256": "6d123df0dc62444d9d1e7945c6285483b3e73f38d359bb811f2035c04ddffc5d", - "size": 1189, - "uuid": "e4c205cd-746f-4665-8c29-149c6e109e9d", - "version": "2019-04-17T165831.889000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "13330aa8", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "4f6c406d38126638b2efe099e34e5132", - "sha1": "6fb2de1be0ccd64fed8dc3bf739d645dcd797b99", - "sha256": "afb44a026bc584d5901a9257010c7722599517719e361dd417e0c64aa824cb11", - "size": 2169, - "uuid": "961092cd-dcff-4b59-a0d2-ceeef0aece74", - "version": "2019-04-17T165709.605000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "87a10080", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "d44942d408351ec1a2eec5a908fc3978", - "sha1": "55a7dfa2d545c65419127276eb810812edb29883", - "sha256": "f0945852b9635aaee40b6b3afd42f91618f7e8345c75834bb078464c5d9bede6", - "size": 1210, - "uuid": "a72a2ac2-c91b-406a-968c-28c8e15a2eaf", - "version": "2019-04-17T165513.039000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2055f28f", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "cf706b33e8e38dc192bec6b8feb4c64d", - "sha1": "91ab9faf48683e414b291c8007a9da3ff05e6e3b", - "sha256": "6df293d1672526cd59c8b61e93b4cddf556fe186ec0d92499afebd8663b4dea2", - "size": 1085, - "uuid": "6c6973d5-9b4a-426d-9d88-825b464500f8", - "version": "2019-04-17T165512.518000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bdbe85cf", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "114003372a3fed68b887c22dd5177b44", - "sha1": "95e4b3ce1514b715662b02bf097d10e0a886a083", - "sha256": "92e5489e8f70036e9a8e146a3bfb380b9f692ac635874668f0f5c3f7bcf7fb88", - "size": 443, - "uuid": "a31d51c9-7354-4c8c-91e6-a9d2a2e10616", - "version": "2019-04-17T172747.623000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "62bec389", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "707774c897974c0cfa870bfdc3d598c7", - "sha1": "9d53052507f196999b68af4395966266bd497990", - "sha256": "ca24c3513ffe9d8c70a0ff0b0fff137d55dfbb262052f3ea5d3a172043a3e31d", - "size": 443, - "uuid": "a2db643f-decd-426d-94db-13c3279ea80a", - "version": "2019-04-17T172746.767000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "8602077b", - "indexed": true, - "name": "project_0.json", - "s3_etag": "6aa786f7908881fb0701ed835f751a3d", - "sha1": "346aca51dc29e1f5b472cc484930c373c7403c75", - "sha256": "11623355930046c0f06c6654b8e366c503843cbcd58de4b29e81ab38a58f4998", - "size": 10546, - "uuid": "b6dc9b93-929a-45d0-beb2-5cf8e64872fe", - "version": "2019-04-17T165512.490000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "46d2028e", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "8cad7b7082191b96c773ea1583a9dd96", - "sha1": "e455fbd5a9ccdab87a0c731f15a232c4a4e27fd8", - "sha256": "dfeab0c917b6dcdf69573c4fa45a24e16f1edb7c16bb09c508780363728a2f74", - "size": 1472, - "uuid": "60085aee-e5a6-40ac-bda1-855c052550b5", - "version": "2019-04-17T165216.679000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "f807f58c", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "bc3691263c280e45fc928b49fcf67a05", - "sha1": "bff9c6d8a621aa6dd50f34601fe5a3b4b128f7ac", - "sha256": "b490ddfb2a22e5c022e5d7e007ca65fc36da6413144e0b2ddea6c80f01839134", - "size": 1081, - "uuid": "9ccabcf3-7203-4f07-837f-6dde903d4cec", - "version": "2019-04-17T165216.627000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "82a95038", - "indexed": true, - "name": "differentiation_protocol_0.json", - "s3_etag": "5e4f3feb3b7ba30579ebcb1b76d0c00f", - "sha1": "a0c737ad1c9b1e370a6fd6858da4b7c11da37328", - "sha256": "13abe058727b856ab001f64ebd5efcfa383c36c16a454b1508aed03f3026eca2", - "size": 1104, - "uuid": "348b04e9-d131-4d45-b198-0c75300ee4a3", - "version": "2019-04-17T165216.700000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "bb48168a", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "2ae5313e657058a1c3f9c49710f9c98f", - "sha1": "da6e31409943f151904e2b5dfff64370227d88d4", - "sha256": "3e0a21aee2833f42b26cabe78d6626ee3943aa0b0515114ac78c1a0da79b46ea", - "size": 1551, - "uuid": "31b89ceb-0625-4f88-9623-85a18bbb84ee", - "version": "2019-04-17T165216.668000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "cc1373d7", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "9946569b542b61802a615ee8478e709f", - "sha1": "9eee2e73dc4118c34b76d746707fb2fb6bd6d3cf", - "sha256": "6c71b70f8800205976c11891d1a36c3d542bd45cd295ea459478ec247259e2b0", - "size": 1301, - "uuid": "958d38c4-fd0a-4352-9b1d-d95e28e2085e", - "version": "2019-04-17T165216.605000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1cc89bf5", - "indexed": true, - "name": "process_0.json", - "s3_etag": "b02ca14e2cb05eca02851ac75c375a42", - "sha1": "51d86aaa2854a8ac7321e3f11db1f2d185223710", - "sha256": "ea90ac5cf595ce7a6ac86543fb7ceaf6303ca7c050b2a25780b46378278d05c0", - "size": 374, - "uuid": "3d88118e-44df-4c1a-a364-bf92ff2ca0e6", - "version": "2019-04-17T170201.452000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "998473d3", - "indexed": true, - "name": "process_1.json", - "s3_etag": "5c1e83e8f110c27fa97831c4aced4360", - "sha1": "e7e98b4ede3583803a42c9b2d02c945820dbabac", - "sha256": "2ba45c985f6a3b03535337f194beac552ab1d06358430473ad353d14c8b33960", - "size": 378, - "uuid": "2fbc1012-55ae-4fde-9069-fbf5376ca535", - "version": "2019-04-17T170021.013000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bffaddb0", - "indexed": true, - "name": "process_2.json", - "s3_etag": "1ab53e2f55e2f34891381a7307a8b699", - "sha1": "7e6b87d2304a281049419fcd9b70b1b2645bcef8", - "sha256": "13e838eecadc582c35626829d80b384898bd294964a015034aaca9a56f4cad8e", - "size": 376, - "uuid": "466050f5-213c-4554-939e-4bb8298130dd", - "version": "2019-04-17T165959.704000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9bf878f6", - "indexed": true, - "name": "process_3.json", - "s3_etag": "4903518e020fd8fd89741550102489ea", - "sha1": "9356033ccaf8f5ec03f56d05cf4ea5ad82a53505", - "sha256": "51fc251dad72646c599bcc31fb9ed16e21eb689ce1581d5caed8431bf7969369", - "size": 376, - "uuid": "4276c1dd-50aa-4ffa-a618-dee757bff479", - "version": "2019-04-17T165959.680000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "4392f0e2", - "indexed": true, - "name": "links.json", - "s3_etag": "ddce74cad640a9a30b2b3b6ac6c4f0c8", - "sha1": "8e596d873bf15ebc9f1ff405e17ec633248ebe0a", - "sha256": "024b37f1635851b6100974e5318170fbbca1875a02a43c25ce65cb4ac0e5e1e9", - "size": 2643, - "uuid": "468bd567-e319-4dcc-a636-daf90a534f6d", - "version": "2019-04-17T185612.241223Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "9e612174", - "indexed": false, - "name": "SRR5174359_2.fastq.gz", - "s3_etag": "d36aaa593942b13a919531a1ee1a6821", - "sha1": "7309f2df68753bfbce40494e849409f2ed478025", - "sha256": "ee3460f575d22a5eb63adde61d676aeadacb3c1ea093c5d8c2642ff0dadc1240", - "size": 55845877, - "uuid": "a8cd43ba-07c4-41d4-864c-51bdd8414e2a", - "version": "2019-04-17T185612.704173Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "8178debb", - "indexed": false, - "name": "SRR5174359_1.fastq.gz", - "s3_etag": "de907bad7481f6ca8f15482361139457", - "sha1": "0ab50c453242cbe095a4e12255650e87ed942652", - "sha256": "4155d5635ada90888551db93ab76e4af10051bde815870f0ce6206a4c01e3226", - "size": 55064135, - "uuid": "13f3e771-f16b-4589-b317-ed88c817bb59", - "version": "2019-04-17T185613.009698Z" - } -] \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe/2019-04-17T175706.867000Z/metadata.json b/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe/2019-04-17T175706.867000Z/metadata.json deleted file mode 100644 index 77de5eeec1..0000000000 --- a/test/hca_metadata_api/cans/prod/ffee3a9b-14de-4dda-980f-c08092b2dabe/2019-04-17T175706.867000Z/metadata.json +++ /dev/null @@ -1,701 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/11.0.0/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "D54Dn15E01", - "biomaterial_name": "hESC-derived inhibitory interneurons", - "biomaterial_description": "hESC-derived inhibitory interneurons at day 54", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "DCX-Citrine" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "selected_cell_type": [ - { - "text": "inhibitory interneurons", - "ontology": "CL:0000498", - "ontology_label": "inhibitory interneuron" - } - ], - "timecourse": { - "value": "54", - "unit": { - "text": "day", - "ontology_label": "day", - "ontology": "UO:0000627" - } - }, - "provenance": { - "document_id": "e4c205cd-746f-4665-8c29-149c6e109e9d", - "submission_date": "2019-04-17T16:51:39.733Z", - "update_date": "2019-04-17T16:58:31.889Z" - } - }, - "cell_line_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/11.0.0/cell_line", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "cell_line_at_day_54", - "biomaterial_name": "cell_line_at_day_54", - "biomaterial_description": "hESC-derived inhibitory interneurons at day 54", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "DCX-Citrine" - }, - "cell_line_type": "stem cell-derived", - "cell_type": { - "text": "interneuron", - "ontology": "CL:0000099", - "ontology_label": "interneuron" - }, - "disease": { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "publication": { - "authors": [ - "Close JL", - "Yao Z", - "Levi BP", - "Miller JA", - "Bakken TE", - "Menon V", - "Ting JT", - "Wall A", - "Krostag AR", - "Thomsen ER", - "Nelson AM", - "Mich JK", - "Hodge RD", - "Shehata SI", - "Glass IA", - "Bort S", - "Shapovalova NV", - "Ngo NK", - "Grimley JS", - "Phillips JW", - "Thompson CL", - "Ramanathan S", - "Lein E" - ], - "publication_title": "Single-Cell Profiling of an In\u00a0Vitro Model of Human Interneuron Development Reveals Temporal Dynamics of Cell Type Production and Maturation.", - "doi": "10.1016/j.neuron.2017.02.014", - "pmid": 28279351, - "publication_url": "https://europepmc.org/abstract/MED/28279351" - }, - "model_organ": { - "text": "brain", - "ontology": "UBERON_0000955", - "ontology_label": "brain" - }, - "provenance": { - "document_id": "961092cd-dcff-4b59-a0d2-ceeef0aece74", - "submission_date": "2019-04-17T16:51:35.053Z", - "update_date": "2019-04-17T16:57:09.605Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.0/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "embryo_WAe001-A", - "biomaterial_name": "human embryo", - "biomaterial_description": "human embryo", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "DCX-Citrine" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "embryo", - "ontology": "UBERON:0000922", - "ontology_label": "embryo" - }, - "organ_parts": [ - { - "text": "blastocyst", - "ontology": "UBERON:0000358", - "ontology_label": "blastocyst" - } - ], - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "provenance": { - "document_id": "a72a2ac2-c91b-406a-968c-28c8e15a2eaf", - "submission_date": "2019-04-17T16:51:35.037Z", - "update_date": "2019-04-17T16:55:13.039Z" - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.0.7/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "donor_WAe001-A", - "biomaterial_name": "human embryo", - "biomaterial_description": "human embryo", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "development_stage": { - "text": "human embryonic stage", - "ontology": "HsapDv:0000002", - "ontology_label": "human embryonic stage" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "is_living": "yes", - "sex": "male", - "provenance": { - "document_id": "6c6973d5-9b4a-426d-9d88-825b464500f8", - "submission_date": "2019-04-17T16:51:35.032Z", - "update_date": "2019-04-17T16:55:12.518Z" - } - }, - "sequence_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/8.0.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "SRR5174359_2.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read2", - "provenance": { - "document_id": "a31d51c9-7354-4c8c-91e6-a9d2a2e10616", - "submission_date": "2019-04-17T16:53:04.375Z", - "update_date": "2019-04-17T17:27:47.623Z" - } - }, - "sequence_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/8.0.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "SRR5174359_1.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "provenance": { - "document_id": "a2db643f-decd-426d-94db-13c3279ea80a", - "submission_date": "2019-04-17T16:53:04.385Z", - "update_date": "2019-04-17T17:27:46.767Z" - } - }, - "project_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/project/11.1.0/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Single cell RNAseq characterization of cell types produced over time in an in vitro model of human inhibitory interneuron differentiation.", - "project_title": "Single-cell RNA-seq analysis throughout a 125-day differentiation protocol that converted H1 human embryonic stem cells to a variety of ventrally-derived cell types.", - "project_description": "Diverse cell types are produced from dorsal and ventral regions of the developing neural tube. In this study we describe a system for generating human inhibitory interneurons by ventralizing human embryonic stem cells in vitro and characterizing the gene expression of the cell types produced over time. We engineered a DCX-Citrine/Y hESC line to sort and characterize progenitor and neuron transcriptomics separately at both the subpopulation and single cell level. The cells generated in vitro were compared to similar populations present in human fetal brain samples by mapping gene expression data from human fetal cells onto the principal component analysis (PCA) space of in vitro-derived populations. Weighted gene co-expression network analysis (WGCNA) was used to determine the discreet cell types present at D24, D54, D100 and D125 of culture, and describe the gene expression changes that occur in progenitor and neuron populations over time. Immature lateral ganglionic eminence and medial ganglionic eminence cells are present at early timepoints, along with MGE-like and dorsal pallium-like neuronal progenitors. At later timepoints we observe the emergence of SST-expressing interneurons, as well as oligodendrocyte and astrocyte progenitors. We also identified genes that were upregulated in somatostatin-expressing interneurons as they mature. The transcriptomes of 1732 ventralized single cells were profiled by SmartSeq2 at different timepoints throughout a 125-day differentiation protocol that converted H1 human embryonic stem cells to a variety of ventrally-derived cell types." - }, - "insdc_project_accessions": [ - "SRP096727" - ], - "geo_series_accessions": [ - "GSE93593" - ], - "insdc_study_accessions": [ - "PRJNA361254" - ], - "supplementary_links": [ - "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-93593/Results" - ], - "array_express_accessions": [ - "E-GEOD-93593" - ], - "contributors": [ - { - "contact_name": "Jennie,,Close", - "email": "jenniec@alleninstitute.org", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Zizhen,,Yao", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Boaz,,Levi", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Jeremy,,Miller", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Trygve,,Bakken", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Vilas,,Menon", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Jonathan,,Ting", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Abigail,,Wall", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Anne-Rachel,,Krogstag", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Elliot,,Thomsen", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Angel,,Nelson", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "John,,Mich", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Rebecca,,Hodge", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Soraya,,Shehata", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Ian,,Glass", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Susan,,Bort", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Nadiya,,Shapovalova", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Olivia,,Fong", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Kiet,,Ngo", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Joshua,,Grimley", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "John,,Phillips", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Carol,,Thompson", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Sharad,,Ramanathan", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Ed,,Lein", - "institution": "The Allen Institute for Brain Science", - "address": "615 Westlake Ave N, Seattle, WA", - "country": "USA" - }, - { - "contact_name": "Laura,,Huerta", - "email": "lauhuema@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Molecular Atlas", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "external curator", - "orcid_id": "0000-0002-8748-599X", - "corresponding_contributor": false - }, - { - "contact_name": "Matthew,,Green", - "email": "hewgreen@ebi.ac.uk", - "phone": "(+44) 122-349-4444", - "institution": "EMBL-EBI European Bioinformatics Institute", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SD", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2771-9894", - "corresponding_contributor": false - } - ], - "funders": [ - { - "grant_title": "Directors Pioneer Award", - "grant_id": "5DP1MH099906-03", - "organization": "National Institute of Health" - }, - { - "grant_title": "National Science Foundation grant", - "grant_id": "PHY-0952766", - "organization": "National Science Foundation" - } - ], - "publications": [ - { - "authors": [ - "Close JL", - "Yao Z", - "Levi BP", - "Miller JA", - "Bakken TE", - "Menon V", - "Ting JT", - "Wall A", - "Krostag AR", - "Thomsen ER", - "Nelson AM", - "Mich JK", - "Hodge RD", - "Shehata SI", - "Glass IA", - "Bort S", - "Shapovalova NV", - "Ngo NK", - "Grimley JS", - "Phillips JW", - "Thompson CL", - "Ramanathan S", - "Lein E" - ], - "publication_title": "Single-Cell Profiling of an In\u00a0Vitro Model of Human Interneuron Development Reveals Temporal Dynamics of Cell Type Production and Maturation.", - "doi": "10.1016/j.neuron.2017.02.014", - "pmid": 28279351, - "publication_url": "https://europepmc.org/abstract/MED/28279351" - } - ], - "provenance": { - "document_id": "b6dc9b93-929a-45d0-beb2-5cf8e64872fe", - "submission_date": "2019-04-17T16:51:35.026Z", - "update_date": "2019-04-17T16:55:12.490Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.0.0/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "P-GSE93593-3", - "protocol_name": "single cell library construction protocol", - "protocol_description": "Cells were prepared for single-cell transcriptomics using SmartSeq2 (Picelli et al., 2014). After reverse transcription and template switching, we amplified cDNA with KAPA HotStart HIFI 2\u00d7 ReadyMix (Kapa Biosystems) for 22 cycles for RNA from single primary cortical cells. We purified PCR products using Ampure XP beads (Beckman Coulter). We quantified cDNA using a High Sensitivity DNA Chip (Agilent) on a Bioanalyzer 2100 or with the Quant-iT PicoGreen dsDNA Assay Kit (Thermo Fisher) on an Enspire plate reader (PerkinElmer)." - }, - "nucleic_acid_source": "single cell", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869", - "ontology_label": "polyA RNA" - }, - "library_construction_method": { - "text": "Smart-seq2", - "ontology": "EFO:0008931", - "ontology_label": "Smart-seq2" - }, - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "provenance": { - "document_id": "60085aee-e5a6-40ac-bda1-855c052550b5", - "submission_date": "2019-04-17T16:52:10.952Z", - "update_date": "2019-04-17T16:52:16.679Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.0.0/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "P-GSE93593-4", - "protocol_name": "single cell sequencing protocol", - "protocol_description": "We used 1 ng of cDNA to generate RNA-Seq libraries using the Nextera XT library prep system (Illumina). We carried out sequencing of human cortical cells the on Illumina HiSeq using 50 base paired-end reads" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008565", - "ontology_label": "Illumina HiSeq 2500" - }, - "paired_end": true, - "method": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441", - "ontology_label": "full length single cell RNA sequencing" - }, - "provenance": { - "document_id": "9ccabcf3-7203-4f07-837f-6dde903d4cec", - "submission_date": "2019-04-17T16:52:11.186Z", - "update_date": "2019-04-17T16:52:16.627Z" - } - }, - "differentiation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.3.3/differentiation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "P-GSE93593-1", - "protocol_name": "growth protocol", - "protocol_description": "We constructed an hESC line with Citrine (Cit) fused to the endogenous copy of the DCX gene in the H1 parent line (WAe001-A RRID:CVCL_9771) to allow us to profile neurons (Cit+) and progenitors (Cit\u2212) (Yao et al., 2017). hESCs were seeded for a 10-day cortical induction phase in NIMX media with SMAD inhibitors; reseeded for the ventralization phase at D10 in culture media containing Shh and purmorphamine, and finally at D24 for neural differentiation with neurogenic/neurotrophic factors BDNF, GDNF, NT3, and cAMP. The protocol was ended at D125." - }, - "differentiation_method": "cell suspension", - "provenance": { - "document_id": "348b04e9-d131-4d45-b198-0c75300ee4a3", - "submission_date": "2019-04-17T16:52:10.815Z", - "update_date": "2019-04-17T16:52:16.700Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.0.0/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "P-GSE93593-2", - "protocol_name": "single cell isolation protocol", - "protocol_description": "To generate single cell suspensions, hESC-derived cultures were dissociated from plates using Accutase (ThermoFisher) at 37C. Light trituration using a P1000 pipette was done every 5 min until nearly all clumps had been dissociated (up to 1 h). Cell suspension was washed and filtered through a 40 um cell strainer. Cells were washed in PBS with 1% FBS and stained with 0.5-1 ug/mL DAPI. Single-cell suspensions were loaded onto a FACSAria II SORP (Becton Dickinson) and sorted directly into PCR strip tubes or plates held in chilled aluminium blocks. Doublets and dead cells were excluded based on forward scatter, side scatter and DAPI fluorescence. Sorting was done using the 130 um nozzle with the sort mode set to single cell. Accuracy of single-cell sorts was confirmed by sorting DAPI-stained fixed cells onto a dry well of a 96-well plate and analyzing by fluorescence microscopy." - }, - "method": { - "text": "enzymatic dissociation", - "ontology": "EFO:0009128", - "ontology_label": "enzymatic dissociation" - }, - "provenance": { - "document_id": "31b89ceb-0625-4f88-9623-85a18bbb84ee", - "submission_date": "2019-04-17T16:52:10.865Z", - "update_date": "2019-04-17T16:52:16.668Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.9/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "FACS_enrichment_protocol", - "protocol_name": "FACS enrichment for single, live cells.", - "protocol_description": "Single-cell suspensions were loaded onto a FACSAria II SORP (Becton Dickinson) and sorted directly into PCR strip tubes or plates held in chilled aluminum blocks. Doublets and dead cells were excluded based on forward scatter, side scatter and DAPI fluorescence. Sorting was done using the 130 \u03bcm nozzle with the sort mode set to single cell. Accuracy of single-cell sorts was confirmed by sorting DAPI-stained fixed cells onto a dry well of a 96-well plate and analyzing by fluorescence microscopy." - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "markers": "DAPI", - "provenance": { - "document_id": "958d38c4-fd0a-4352-9b1d-d95e28e2085e", - "submission_date": "2019-04-17T16:52:10.900Z", - "update_date": "2019-04-17T16:52:16.605Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "D54Dn15E01" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "3d88118e-44df-4c1a-a364-bf92ff2ca0e6", - "submission_date": "2019-04-17T16:54:54.638Z", - "update_date": "2019-04-17T17:02:01.452Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_601" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "2fbc1012-55ae-4fde-9069-fbf5376ca535", - "submission_date": "2019-04-17T16:53:46.016Z", - "update_date": "2019-04-17T17:00:21.013Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_4" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "466050f5-213c-4554-939e-4bb8298130dd", - "submission_date": "2019-04-17T16:53:30.594Z", - "update_date": "2019-04-17T16:59:59.704Z" - } - }, - "process_3.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "4276c1dd-50aa-4ffa-a618-dee757bff479", - "submission_date": "2019-04-17T16:53:30.570Z", - "update_date": "2019-04-17T16:59:59.680Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "3d88118e-44df-4c1a-a364-bf92ff2ca0e6", - "inputs": [ - "e4c205cd-746f-4665-8c29-149c6e109e9d" - ], - "input_type": "biomaterial", - "outputs": [ - "a31d51c9-7354-4c8c-91e6-a9d2a2e10616", - "a2db643f-decd-426d-94db-13c3279ea80a" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "60085aee-e5a6-40ac-bda1-855c052550b5" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "9ccabcf3-7203-4f07-837f-6dde903d4cec" - } - ] - }, - { - "process": "2fbc1012-55ae-4fde-9069-fbf5376ca535", - "inputs": [ - "961092cd-dcff-4b59-a0d2-ceeef0aece74" - ], - "input_type": "biomaterial", - "outputs": [ - "e4c205cd-746f-4665-8c29-149c6e109e9d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "348b04e9-d131-4d45-b198-0c75300ee4a3" - }, - { - "protocol_type": "dissociation_protocol", - "protocol_id": "31b89ceb-0625-4f88-9623-85a18bbb84ee" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "958d38c4-fd0a-4352-9b1d-d95e28e2085e" - } - ] - }, - { - "process": "466050f5-213c-4554-939e-4bb8298130dd", - "inputs": [ - "a72a2ac2-c91b-406a-968c-28c8e15a2eaf" - ], - "input_type": "biomaterial", - "outputs": [ - "961092cd-dcff-4b59-a0d2-ceeef0aece74" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "4276c1dd-50aa-4ffa-a618-dee757bff479", - "inputs": [ - "6c6973d5-9b4a-426d-9d88-825b464500f8" - ], - "input_type": "biomaterial", - "outputs": [ - "a72a2ac2-c91b-406a-968c-28c8e15a2eaf" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - } -} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e.2019-02-02T065454.662896Z.json b/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e.2019-02-02T065454.662896Z.json new file mode 100644 index 0000000000..8b3aa37ba1 --- /dev/null +++ b/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e.2019-02-02T065454.662896Z.json @@ -0,0 +1,2080 @@ +{ + "manifest": { + "analysis_file/b91aca7b-e71b-4014-ab09-5d87e52bc305": { + "content-type": "text/plain; dcp-type=data", + "crc32c": "82ad16f4", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bait_bias_summary_metrics.txt", + "s3_etag": "fc1f00e6397632b1ffadc1d64098ad60", + "sha1": "38bf9ba607420a68f610fc98d6feb934098538e9", + "sha256": "c70b134256247d3390920199f55b6482e6fd093a17232b2a50e94165eba01441", + "size": 2714, + "uuid": "17da1d2f-8da0-4b77-ae99-257399a88f75", + "version": "2019-02-02T065434.636713Z" + }, + "analysis_file/34e92010-0e2d-49af-b4b7-bed7a2c9e490": { + "content-type": "text/plain; dcp-type=data", + "crc32c": "cc0c1472", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.insert_size_metrics.txt", + "s3_etag": "c83b2f6f3a9f8dba2f4e65b8fc6050e7", + "sha1": "df8795b1fef98ff636bd99a00417f41d626e157c", + "sha256": "69aad2469e18731b0e5b20c0af6fde89c3234aa3e9c2154a9578cffbaa7a0b1d", + "size": 11322, + "uuid": "435d0d63-4d37-47b6-85f4-09d66d5ac287", + "version": "2019-02-02T065434.962270Z" + }, + "analysis_file/3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2": { + "content-type": "text/plain; dcp-type=data", + "crc32c": "d7ba769f", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_by_cycle_metrics.txt", + "s3_etag": "c349ab1622333e96a23e01ef20413f01", + "sha1": "87c99d534d93d5e00e303d7ffe682f4eb0960db1", + "sha256": "4b3fcb075200d267daacc8fc669dc4cf3afd50b9fcbe2c5d2e45a0c2fe320604", + "size": 3207, + "uuid": "c113f2cd-2f99-4db0-bdeb-f9d91ffb0bc6", + "version": "2019-02-02T065435.361197Z" + }, + "analysis_file/ed37a61e-4449-4bce-a774-7cbd732781c8": { + "content-type": "text/plain; dcp-type=data", + "crc32c": "d5ece005", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_distribution_metrics.txt", + "s3_etag": "f205b9d30fb741ad9d61a2829cd04944", + "sha1": "deba445fa19e291bc2892caabdde94bfb4fed562", + "sha256": "80924dbbb9cb751c2de39bfcc1753d71ed525f147c47f16b45b1268f6bf9d84f", + "size": 1282, + "uuid": "4a020965-bc91-4c57-b277-86a161712dab", + "version": "2019-02-02T065435.661240Z" + }, + "analysis_file/b70e4907-383c-4466-a244-3e7ce9890dae": { + "content-type": "text/plain; dcp-type=data", + "crc32c": "3abf5428", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.rna_metrics.txt", + "s3_etag": "d2d0c27a7db0897a18310242fa230fa3", + "sha1": "b1e9c0a4048903b4396a7a26c3282e0a6d823b54", + "sha256": "f0486dea7e64c2211a3ec7866bec3597829275ab77f6448be852a268c2869b3a", + "size": 3238, + "uuid": "614368df-6a91-41cd-9301-db259e303e38", + "version": "2019-02-02T065435.993593Z" + }, + "analysis_file/7ee496ab-286c-4962-919a-70244090e315": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "7dc7d4d1", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_QCs.csv", + "s3_etag": "774fcabfad9067f60be364bca855f348", + "sha1": "30185e7092bd70d0415d23418ff9b29235483105", + "sha256": "951c31a3edd597d5d467cf695d74dc462c71eaa4a526987ecca96b2d0260cc3f", + "size": 8080, + "uuid": "78e49bf5-c92b-4663-bc12-6e838ad63040", + "version": "2019-02-02T065436.433736Z" + }, + "analysis_file/c15427d1-e5b7-4bee-91fe-d98b04dc6a01": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "65ded069", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_bait_bias_detail_metrics.csv", + "s3_etag": "4ba621a399463d20987ee63db7951f08", + "sha1": "43eaa11ab0933eafc501fbe5ef953e0b5050909c", + "sha256": "90631bb7a429d94593795d11235fb21b6bb51e1f701ceaee98ff498dfa322193", + "size": 32302, + "uuid": "7a08e477-1b95-4667-a443-4257ff879e3a", + "version": "2019-02-02T065436.875303Z" + }, + "analysis_file/b11e96c4-2472-4317-b45b-5bc1c9b55704": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "202ef83a", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_base_distribution_by_cycle_metrics.csv", + "s3_etag": "81e3739416359684aa5395d556d66396", + "sha1": "c19c4c171e729d95641c33e746a102ad3200831f", + "sha256": "d6e968105c89f2aa69e8453111b1f5a2f99477203c1067fd79a43d583afb9708", + "size": 13102, + "uuid": "b263ebdf-6585-473a-a3eb-a19588b43e35", + "version": "2019-02-02T065437.247604Z" + }, + "analysis_file/828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "0e0c45c6", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_error_summary_metrics.csv", + "s3_etag": "0c35947b7e49e3d13481a3dff35d4d69", + "sha1": "04797ec54ebdd12e545dae01e111b30d3e02760b", + "sha256": "b504b34d564eccfbf7cdbd401c8a32b92688c0067338b37e79bc53d978cea080", + "size": 486, + "uuid": "8fdc9b77-6b95-4149-91b6-1ed529eb75af", + "version": "2019-02-02T065437.646451Z" + }, + "analysis_file/6804b943-fda7-4e8f-bfba-23e368843e63": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "cd082d61", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_gc_bias.csv", + "s3_etag": "9b3a9b4731020def0434f01ab8fe2ad0", + "sha1": "35b199ffc788c97dfbd26fdda3a2b1fa4ba06268", + "sha256": "44660c52ac7c76df7dac98728936a7c95f69e0444263b8a85b12c7de1c17df76", + "size": 9075, + "uuid": "a08fbac2-47d0-426d-9b62-94f60792c554", + "version": "2019-02-02T065438.217456Z" + }, + "analysis_file/aeb5aebe-9e45-4c9d-931a-883f8fa71225": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "4bb6bdc9", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_detail_metrics.csv", + "s3_etag": "d0a5bec0bb91ccc17f5e344afca145e4", + "sha1": "a5a76fb326fbeae150f7f06ec98f99fbf232c904", + "sha256": "cf4deb16fb90ad4f62814f52929cabbcf030559ee1d7df0c30b34a77f2766290", + "size": 28752, + "uuid": "e274aff4-2348-4d25-a69f-aa5e30f50529", + "version": "2019-02-02T065438.572940Z" + }, + "analysis_file/7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d": { + "content-type": "text/csv; dcp-type=data", + "crc32c": "99822758", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_summary_metrics.csv", + "s3_etag": "d67ee0d3a4bc2c81373dbc668901f830", + "sha1": "364b21bbe2267dd859dc061d118ec324252b1fd5", + "sha256": "d596efc8207919d017bc8c935e1fee46b588938b5678da960595f3d312523264", + "size": 1894, + "uuid": "b426e03c-0f98-4b9e-838b-b6fe67e35a0a", + "version": "2019-02-02T065439.061311Z" + }, + "analysis_file/87bd704c-3d36-4620-bdf2-5ad28c5a3d56": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "d9e787ec", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam", + "s3_etag": "4d946798c0e62a4a9c82f8fddd0a385a", + "sha1": "e0e0577f8534c767702feb4492ea2592cc403edb", + "sha256": "d45f25d38c2506f4867c49869e610b37ce47a508d194fb923c350a6f39fac976", + "size": 35906509, + "uuid": "f467b2b5-d0d5-4c2c-a253-1f9f64629e3b", + "version": "2019-02-02T065439.579077Z" + }, + "analysis_file/0aa4b2f3-b969-40d7-97f9-f33af0088915": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "01716cae", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam.bai", + "s3_etag": "f80304dbe6c2a8eb74e1c3232177396b", + "sha1": "030bc99c64f21915c9294d7b648c1a0360d39258", + "sha256": "997d2f8aa3871e63f3f6c6f8d27e57741433db6fedeb08375f092ec5998fddd8", + "size": 1835672, + "uuid": "70d8b64f-a333-4ac3-8b63-17ba0fb8ef64", + "version": "2019-02-02T065440.809043Z" + }, + "analysis_file/697a869d-079b-48d4-9a7d-c04cf05dd0a9": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "c2d024b3", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.bam", + "s3_etag": "b07fa5f2d2ce1a088de1ab0a62b06200", + "sha1": "0ca398a8971ef854218ebd3e6cb95bb7cf004019", + "sha256": "a61415e45c58208d977185c528209be0b2c9d738fa7a6331f45d026c4aa26dbb", + "size": 36324944, + "uuid": "28d29046-bdb9-4b70-bb18-f4e8e577e26c", + "version": "2019-02-02T065441.191549Z" + }, + "analysis_file/6d928f58-2e83-46a0-84a2-d08744a42abd": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "0d996a3f", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.genes.results", + "s3_etag": "60bee9ca3703d79fd356799aaeb8e9c7", + "sha1": "baf9b8d27b56525dfc579c545f2d17addf065170", + "sha256": "0c4920803f5ba726234b84c423af625330a8b773982a67e3d2a4676dbc4c8386", + "size": 7608598, + "uuid": "4bf077f4-ca44-48db-a1ec-fe8ee8a78ba6", + "version": "2019-02-02T065442.065089Z" + }, + "analysis_file/cc958050-fd69-4919-8529-6f91552ce0ea": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "c9e4f397", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.isoforms.results", + "s3_etag": "f4f372f63b6792d0ceedbfd24e598f36", + "sha1": "500321a1bcd226b21e905e04bb85b8830f21e4f7", + "sha256": "a776734581c06c3abba47d1c970e24fea4ae75bf6ee3c7f9c2d5025bf59fd831", + "size": 18886665, + "uuid": "ee682f7d-5153-4383-8820-7c382fea111a", + "version": "2019-02-02T065442.936752Z" + }, + "analysis_file/0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01": { + "content-type": "application/json; dcp-type=data", + "crc32c": "f8813cc8", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs", + "s3_etag": "154c7026c73c9d1f3c36f5743dde7756", + "sha1": "b1e5bd4702e9c3c18f810160b5f09e55de714388", + "sha256": "655382d01214d1ac3a58deabea0463f58e1afead12cf581da5e447a4d77733da", + "size": 148, + "uuid": "1ac59e2e-ac4c-4bc0-a88a-fcfa8ff9e554", + "version": "2019-02-02T065443.721413Z" + }, + "analysis_file/42fffad8-d47d-4da5-8318-45b0f5577c08": { + "content-type": "application/json; dcp-type=data", + "crc32c": "444a7707", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zgroup", + "s3_etag": "e20297935e73dd0154104d4ea53040ab", + "sha1": "63b0fcd7748c79d0de97705fb1b8ed5fcc5ac788", + "sha256": "2383746e67b4bcc2762b3f100f06c3fa2d5f149ab5a8e5da5d33521464a01959", + "size": 24, + "uuid": "c736ed67-6c4e-4a9c-a4e0-42e1bb8e0fa7", + "version": "2019-02-02T065444.065526Z" + }, + "analysis_file/2842a995-c205-4d80-959f-fcb9ff8719ee": { + "content-type": "application/json; dcp-type=data", + "crc32c": "f35d7e55", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!.zarray", + "s3_etag": "adf52f6446cf3395b891614c2cf2372a", + "sha1": "9fd2e280f325ed95273798729cf3129d5f31a55d", + "sha256": "2fa6969421abba6ad8f00f603ec90614fddf2fdea2fbe05def7e279ccc753b94", + "size": 311, + "uuid": "f1db2924-0210-4e97-9a24-302c61ad237f", + "version": "2019-02-02T065444.301965Z" + }, + "analysis_file/90d148ed-a6eb-44c3-a398-df29459943ff": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "067c801b", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!0", + "s3_etag": "0f2eabc7960e1bf6985fa4c7a26d022c", + "sha1": "3f0b780c8a510d3863258e003a54b0c06901e7ee", + "sha256": "b0a1f538d7bd282b07f4b8d936fca4990a41efa3f196145e0b1394e83c66f86b", + "size": 146, + "uuid": "271f3b5a-549a-41dc-be0f-31b024f8be2b", + "version": "2019-02-02T065444.467750Z" + }, + "analysis_file/269a143b-a2c2-40cd-9394-41a13321581d": { + "content-type": "application/json; dcp-type=data", + "crc32c": "88068bce", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!.zarray", + "s3_etag": "143c99e56f6dbf5df7db5f13b4bfcff4", + "sha1": "a7612dc1d58458f975ffd26d2bd8b5ce49a811b6", + "sha256": "95979e9877f4a2e5973967ed1e5cb4e3b894742696df8e4189f4fe3c42be6966", + "size": 337, + "uuid": "25122289-69e6-49ec-b2f7-34f8f0197fe1", + "version": "2019-02-02T065444.766955Z" + }, + "analysis_file/1dda8255-de1c-4bfa-aa79-dbc501d3a112": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "5825e083", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!0.0", + "s3_etag": "1b8f8382f047ed7e121020567f992bdb", + "sha1": "9eb85dfe145c3f226c454d6b2907a27c53ab0772", + "sha256": "a73160b367086d9b4a011b2431e53562488cd61ef022680902b2763fde90a04f", + "size": 620, + "uuid": "45cc3e84-7d4f-4fdc-b3f1-4fe5f3913c81", + "version": "2019-02-02T065444.968166Z" + }, + "analysis_file/d76f404c-d294-49f2-bfd5-d475e08fa783": { + "content-type": "application/json; dcp-type=data", + "crc32c": "38a3821e", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!.zarray", + "s3_etag": "6cd55b5c19627b1221e44c0b623f6a7a", + "sha1": "379887b0c96e35f627437c9bd02884aee0a469ec", + "sha256": "1d678d0e30a79f5625ce9dcbfc0a16a755887c41c0c542896c9147c61d78dfc5", + "size": 315, + "uuid": "d8146b44-678e-4954-8a88-c796b21ff424", + "version": "2019-02-02T065445.333721Z" + }, + "analysis_file/3f672b26-ea2f-4e94-ba77-f463c3cb7c38": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "afce17ed", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!0", + "s3_etag": "40a03beade9cbe20471da510719e87ee", + "sha1": "07067e1916a1f326c6039c1135cc365d8157e250", + "sha256": "109b07d4cac30dc70dbab56f630a100ba7edf46ced95eaaa60bbd1b642c8695e", + "size": 3920, + "uuid": "f4bb3e61-373c-4266-a55b-3c212a75d660", + "version": "2019-02-02T065445.564680Z" + }, + "analysis_file/4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818": { + "content-type": "application/json; dcp-type=data", + "crc32c": "c6565f75", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!.zarray", + "s3_etag": "a191a4cbbc03d856923e37be13612e94", + "sha1": "967aa8a1960dd44731fc73e97bd31f9d31a1ac28", + "sha256": "bdfbef7a1f7947596fcc1e176471ce97e895f58970e8e2289d73343ccc60bc7e", + "size": 333, + "uuid": "9f9fd74e-59e3-4f7b-be1a-13ab4fef6bfd", + "version": "2019-02-02T065445.798613Z" + }, + "analysis_file/3e44e8f9-e76d-4158-a7af-eeb9602cf8cc": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "c0b4fc1c", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!0.0", + "s3_etag": "8e35dfc78f4530c7cc629e722e41c14a", + "sha1": "8f2698a020fa520b3619c7f24a016a0ebc7c52e8", + "sha256": "910c28ef76e19d3c845e7918df9fec4a45bf28aa349ad3b9d68bc765d7be5015", + "size": 104, + "uuid": "69635c16-9520-440e-a38e-3f618b1697d8", + "version": "2019-02-02T065446.025189Z" + }, + "analysis_file/3fe1e9e8-1b0f-4683-a402-ae970b33f144": { + "content-type": "application/json; dcp-type=data", + "crc32c": "80af448b", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!.zarray", + "s3_etag": "d70cdb9540920623d2b47a915c218930", + "sha1": "34b30d940aedf75dd406119b8044ba1f0d718392", + "sha256": "ec2f2606d246f1ff4b76c00a5c38fc6298435762df413f88690e44abb5447075", + "size": 311, + "uuid": "e0130298-cda9-412e-9c80-aad41273e0aa", + "version": "2019-02-02T065446.267656Z" + }, + "analysis_file/e53c14f5-1a4f-44d6-9773-53faac32233b": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "f282f971", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!0", + "s3_etag": "a9f7d989dc368de1512249f67ae71b01", + "sha1": "823ae16a87d600986573fe05f5f03f30008c7fa3", + "sha256": "62248abc08d4717360bbcb7fea1aea23260ee6fa4c9bcdc207bffdcba17aedd2", + "size": 172, + "uuid": "1b685fee-669b-4f9d-b2d5-2f193e24fb29", + "version": "2019-02-02T065446.482201Z" + }, + "analysis_file/7a26e63d-fcf2-419a-a945-bca9e539480f": { + "content-type": "application/json; dcp-type=data", + "crc32c": "b89e6723", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!.zarray", + "s3_etag": "1cc8c5a815470108493b451c5a974fd3", + "sha1": "b62a2d173d1b4fa4f35817a5eefa525a7b126691", + "sha256": "31f6f311ce1934669c993d3ae909f89084d605554312bc34262340e3f37005ca", + "size": 341, + "uuid": "247a7408-946c-4d2e-bbda-e79f27541347", + "version": "2019-02-02T065446.804119Z" + }, + "analysis_file/644b261b-450e-453c-bb5e-0498a1cf5804": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "38f2e38c", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!0.0", + "s3_etag": "359eccbee3435e935ee6c9e106a07ca2", + "sha1": "3547f51280955e61de2cfac8a8fb0940cafe3ab5", + "sha256": "93bbe150426cc65d22c6185d6e63976cbdb7487585bdcb6ecf8b44a57fd39488", + "size": 45059, + "uuid": "133e7526-bc1e-4731-b304-942b2302b260", + "version": "2019-02-02T065447.022845Z" + }, + "analysis_file/b367129a-e83f-4a2b-9278-b5f7930ad457": { + "content-type": "application/json; dcp-type=data", + "crc32c": "88035931", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!.zarray", + "s3_etag": "12f1697e02f5dc989975f3a4e2ac3f98", + "sha1": "fffcd7c2eda62aac81a0c656ae034a4271256cee", + "sha256": "fc15b29aeda7d465c6d39028fd015c7ec5e364129721154547d245107758cc4a", + "size": 319, + "uuid": "30d5a0b7-f83c-4834-a708-bfa5f33a1e79", + "version": "2019-02-02T065447.365605Z" + }, + "analysis_file/6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39": { + "content-type": "application/octet-stream; dcp-type=data", + "crc32c": "d3733841", + "indexed": false, + "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!0", + "s3_etag": "b1340be37e97bfa77eea653ed55df86e", + "sha1": "edd20a8ccf3894e957f42913a8afb8d438569e13", + "sha256": "6934073545ed7cdc70acc7ec765929125452b2753510fdcb682a19e8d8fde970", + "size": 192191, + "uuid": "e0c065fb-3297-44e8-ab6b-cb6aa461bedc", + "version": "2019-02-02T065447.635894Z" + }, + "sequence_file/c15ee840-4702-45f7-bb19-693de19a742a": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "4df5f693", + "indexed": false, + "name": "ERR2462443_1.fastq.gz", + "s3_etag": "50ea47ab9850309a470ce78b38f77c9a", + "sha1": "88ade3d68a3a835bcd4d4a5434e7ca0f27da7cea", + "sha256": "a8ba89633116043dcc81c4e79bb8794e8fabb45107cb1ae6aac50b425ea9951c", + "size": 11869523, + "uuid": "e3a876c0-814d-48d0-ab33-5de0ca400125", + "version": "2019-02-01T115352.287395Z" + }, + "sequence_file/5f5d9c84-3565-4398-886c-2e50ad4c3964": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "aa8d705d", + "indexed": false, + "name": "ERR2462443_2.fastq.gz", + "s3_etag": "eef771438861eb1181c0a42e707ce313", + "sha1": "13d71b1e22c7f000d4e95109757386214078ab13", + "sha256": "af1307de700fc3aa828fc08c1a6b0ebe7df3f168878e42f8ee597ec61d7cee5d", + "size": 11778346, + "uuid": "54d7fff5-6a9e-44c9-b515-ea28a9b1940f", + "version": "2019-02-01T115352.858162Z" + } + }, + "metadata": { + "cell_suspension/9ea49dd1-7511-48f8-be12-237e3d0690c0": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.6/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "24088_4_92", + "biomaterial_name": "T cell from blood", + "biomaterial_description": "=", + "ncbi_taxon_id": [ + 9606 + ], + "insdc_biomaterial": "ERS2335002", + "biosd_biomaterial": "SAMEA1015535" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "selected_cell_type": [ + { + "text": "T cell", + "ontology": "CL:0000084", + "ontology_label": "T cell" + } + ], + "total_estimated_cells": 1, + "plate_based_sequencing": { + "plate_id": "not provided" + }, + "provenance": { + "document_id": "9ea49dd1-7511-48f8-be12-237e3d0690c0", + "submission_date": "2019-01-23T10:27:50.080Z", + "update_date": "2019-01-23T11:01:24.376Z" + } + }, + "specimen_from_organism/e7049663-aa57-4001-8bb4-870e341b4f0b": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.8/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "blood_from_donor_D4", + "biomaterial_name": "Peripheral blood sample 1", + "biomaterial_description": "Blood from early pregnancy (6- 14 weeks gestation)", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "blood", + "ontology": "UBERON:0000178", + "ontology_label": "blood" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "preservation_storage": { + "preservation_method": "fresh" + }, + "provenance": { + "document_id": "e7049663-aa57-4001-8bb4-870e341b4f0b", + "submission_date": "2019-01-23T10:25:32.280Z", + "update_date": "2019-01-23T10:55:57.143Z" + } + }, + "donor_organism/a879fffa-3b98-4204-ae5a-603180007ca0": { + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/12.0.5/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "D4", + "biomaterial_name": "Donor 4", + "biomaterial_description": "Donor 4, 6-14 weeks pregnant", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "is_living": "yes", + "sex": "female", + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461", + "ontology_label": "normal" + } + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272", + "ontology_label": "adult" + }, + "provenance": { + "document_id": "a879fffa-3b98-4204-ae5a-603180007ca0", + "submission_date": "2019-01-23T10:25:32.001Z", + "update_date": "2019-01-23T10:40:40.695Z" + } + }, + "analysis_file/b91aca7b-e71b-4014-ab09-5d87e52bc305": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bait_bias_summary_metrics.txt", + "file_format": "txt" + }, + "provenance": { + "document_id": "b91aca7b-e71b-4014-ab09-5d87e52bc305", + "submission_date": "2019-02-02T06:45:00.418Z", + "update_date": "2019-02-02T06:49:43.861Z" + } + }, + "analysis_file/34e92010-0e2d-49af-b4b7-bed7a2c9e490": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.insert_size_metrics.txt", + "file_format": "txt" + }, + "provenance": { + "document_id": "34e92010-0e2d-49af-b4b7-bed7a2c9e490", + "submission_date": "2019-02-02T06:45:00.594Z", + "update_date": "2019-02-02T06:49:37.893Z" + } + }, + "analysis_file/3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_by_cycle_metrics.txt", + "file_format": "txt" + }, + "provenance": { + "document_id": "3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2", + "submission_date": "2019-02-02T06:45:00.770Z", + "update_date": "2019-02-02T06:49:40.900Z" + } + }, + "analysis_file/ed37a61e-4449-4bce-a774-7cbd732781c8": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_distribution_metrics.txt", + "file_format": "txt" + }, + "provenance": { + "document_id": "ed37a61e-4449-4bce-a774-7cbd732781c8", + "submission_date": "2019-02-02T06:45:00.949Z", + "update_date": "2019-02-02T06:49:40.853Z" + } + }, + "analysis_file/b70e4907-383c-4466-a244-3e7ce9890dae": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.rna_metrics.txt", + "file_format": "txt" + }, + "provenance": { + "document_id": "b70e4907-383c-4466-a244-3e7ce9890dae", + "submission_date": "2019-02-02T06:45:01.127Z", + "update_date": "2019-02-02T06:49:43.860Z" + } + }, + "analysis_file/7ee496ab-286c-4962-919a-70244090e315": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_QCs.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "7ee496ab-286c-4962-919a-70244090e315", + "submission_date": "2019-02-02T06:45:01.306Z", + "update_date": "2019-02-02T06:49:53.070Z" + } + }, + "analysis_file/c15427d1-e5b7-4bee-91fe-d98b04dc6a01": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_bait_bias_detail_metrics.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "c15427d1-e5b7-4bee-91fe-d98b04dc6a01", + "submission_date": "2019-02-02T06:45:01.483Z", + "update_date": "2019-02-02T06:49:53.044Z" + } + }, + "analysis_file/b11e96c4-2472-4317-b45b-5bc1c9b55704": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_base_distribution_by_cycle_metrics.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "b11e96c4-2472-4317-b45b-5bc1c9b55704", + "submission_date": "2019-02-02T06:45:01.662Z", + "update_date": "2019-02-02T06:49:55.885Z" + } + }, + "analysis_file/828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_error_summary_metrics.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c", + "submission_date": "2019-02-02T06:45:01.843Z", + "update_date": "2019-02-02T06:49:55.882Z" + } + }, + "analysis_file/6804b943-fda7-4e8f-bfba-23e368843e63": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_gc_bias.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "6804b943-fda7-4e8f-bfba-23e368843e63", + "submission_date": "2019-02-02T06:45:02.034Z", + "update_date": "2019-02-02T06:49:58.883Z" + } + }, + "analysis_file/aeb5aebe-9e45-4c9d-931a-883f8fa71225": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_detail_metrics.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "aeb5aebe-9e45-4c9d-931a-883f8fa71225", + "submission_date": "2019-02-02T06:45:02.212Z", + "update_date": "2019-02-02T06:49:58.860Z" + } + }, + "analysis_file/7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_summary_metrics.csv", + "file_format": "csv" + }, + "provenance": { + "document_id": "7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d", + "submission_date": "2019-02-02T06:45:02.394Z", + "update_date": "2019-02-02T06:50:01.875Z" + } + }, + "analysis_file/87bd704c-3d36-4620-bdf2-5ad28c5a3d56": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam", + "file_format": "bam" + }, + "provenance": { + "document_id": "87bd704c-3d36-4620-bdf2-5ad28c5a3d56", + "submission_date": "2019-02-02T06:45:02.573Z", + "update_date": "2019-02-02T06:49:34.958Z" + } + }, + "analysis_file/0aa4b2f3-b969-40d7-97f9-f33af0088915": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam.bai", + "file_format": "bai" + }, + "provenance": { + "document_id": "0aa4b2f3-b969-40d7-97f9-f33af0088915", + "submission_date": "2019-02-02T06:45:02.767Z", + "update_date": "2019-02-02T06:49:37.919Z" + } + }, + "analysis_file/697a869d-079b-48d4-9a7d-c04cf05dd0a9": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.bam", + "file_format": "bam" + }, + "provenance": { + "document_id": "697a869d-079b-48d4-9a7d-c04cf05dd0a9", + "submission_date": "2019-02-02T06:45:02.955Z", + "update_date": "2019-02-02T06:49:46.903Z" + } + }, + "analysis_file/6d928f58-2e83-46a0-84a2-d08744a42abd": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.genes.results", + "file_format": "results" + }, + "provenance": { + "document_id": "6d928f58-2e83-46a0-84a2-d08744a42abd", + "submission_date": "2019-02-02T06:45:03.146Z", + "update_date": "2019-02-02T06:49:49.891Z" + } + }, + "analysis_file/cc958050-fd69-4919-8529-6f91552ce0ea": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.isoforms.results", + "file_format": "results" + }, + "provenance": { + "document_id": "cc958050-fd69-4919-8529-6f91552ce0ea", + "submission_date": "2019-02-02T06:45:03.325Z", + "update_date": "2019-02-02T06:49:53.098Z" + } + }, + "analysis_file/0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs", + "file_format": "matrix" + }, + "provenance": { + "document_id": "0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01", + "submission_date": "2019-02-02T06:45:03.500Z", + "update_date": "2019-02-02T06:50:01.882Z" + } + }, + "analysis_file/42fffad8-d47d-4da5-8318-45b0f5577c08": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zgroup", + "file_format": "unknown" + }, + "provenance": { + "document_id": "42fffad8-d47d-4da5-8318-45b0f5577c08", + "submission_date": "2019-02-02T06:45:03.681Z", + "update_date": "2019-02-02T06:50:04.892Z" + } + }, + "analysis_file/2842a995-c205-4d80-959f-fcb9ff8719ee": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "2842a995-c205-4d80-959f-fcb9ff8719ee", + "submission_date": "2019-02-02T06:45:03.862Z", + "update_date": "2019-02-02T06:50:04.900Z" + } + }, + "analysis_file/90d148ed-a6eb-44c3-a398-df29459943ff": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "90d148ed-a6eb-44c3-a398-df29459943ff", + "submission_date": "2019-02-02T06:45:04.048Z", + "update_date": "2019-02-02T06:50:07.892Z" + } + }, + "analysis_file/269a143b-a2c2-40cd-9394-41a13321581d": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "269a143b-a2c2-40cd-9394-41a13321581d", + "submission_date": "2019-02-02T06:45:04.228Z", + "update_date": "2019-02-02T06:50:10.886Z" + } + }, + "analysis_file/1dda8255-de1c-4bfa-aa79-dbc501d3a112": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!0.0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "1dda8255-de1c-4bfa-aa79-dbc501d3a112", + "submission_date": "2019-02-02T06:45:04.425Z", + "update_date": "2019-02-02T06:50:10.905Z" + } + }, + "analysis_file/d76f404c-d294-49f2-bfd5-d475e08fa783": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "d76f404c-d294-49f2-bfd5-d475e08fa783", + "submission_date": "2019-02-02T06:45:04.602Z", + "update_date": "2019-02-02T06:50:13.892Z" + } + }, + "analysis_file/3f672b26-ea2f-4e94-ba77-f463c3cb7c38": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "3f672b26-ea2f-4e94-ba77-f463c3cb7c38", + "submission_date": "2019-02-02T06:45:04.791Z", + "update_date": "2019-02-02T06:50:13.961Z" + } + }, + "analysis_file/4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818", + "submission_date": "2019-02-02T06:45:04.980Z", + "update_date": "2019-02-02T06:50:13.945Z" + } + }, + "analysis_file/3e44e8f9-e76d-4158-a7af-eeb9602cf8cc": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!0.0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "3e44e8f9-e76d-4158-a7af-eeb9602cf8cc", + "submission_date": "2019-02-02T06:45:05.160Z", + "update_date": "2019-02-02T06:50:16.898Z" + } + }, + "analysis_file/3fe1e9e8-1b0f-4683-a402-ae970b33f144": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "3fe1e9e8-1b0f-4683-a402-ae970b33f144", + "submission_date": "2019-02-02T06:45:05.347Z", + "update_date": "2019-02-02T06:50:16.905Z" + } + }, + "analysis_file/e53c14f5-1a4f-44d6-9773-53faac32233b": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "e53c14f5-1a4f-44d6-9773-53faac32233b", + "submission_date": "2019-02-02T06:45:05.539Z", + "update_date": "2019-02-02T06:50:19.912Z" + } + }, + "analysis_file/7a26e63d-fcf2-419a-a945-bca9e539480f": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "7a26e63d-fcf2-419a-a945-bca9e539480f", + "submission_date": "2019-02-02T06:45:05.734Z", + "update_date": "2019-02-02T06:50:19.912Z" + } + }, + "analysis_file/644b261b-450e-453c-bb5e-0498a1cf5804": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!0.0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "644b261b-450e-453c-bb5e-0498a1cf5804", + "submission_date": "2019-02-02T06:45:05.915Z", + "update_date": "2019-02-02T06:50:22.891Z" + } + }, + "analysis_file/b367129a-e83f-4a2b-9278-b5f7930ad457": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!.zarray", + "file_format": "unknown" + }, + "provenance": { + "document_id": "b367129a-e83f-4a2b-9278-b5f7930ad457", + "submission_date": "2019-02-02T06:45:06.096Z", + "update_date": "2019-02-02T06:50:22.873Z" + } + }, + "analysis_file/6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39": { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "schema_type": "file", + "file_core": { + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!0", + "file_format": "unknown" + }, + "provenance": { + "document_id": "6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39", + "submission_date": "2019-02-02T06:45:06.274Z", + "update_date": "2019-02-02T06:50:25.954Z" + } + }, + "sequence_file/c15ee840-4702-45f7-bb19-693de19a742a": { + "describedBy": "https://schema.humancellatlas.org/type/file/7.0.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "ERR2462443_1.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "read_length": 75, + "insdc_run": [ + "ERR2462443" + ], + "provenance": { + "document_id": "c15ee840-4702-45f7-bb19-693de19a742a", + "submission_date": "2019-01-23T10:32:54.467Z", + "update_date": "2019-01-23T16:20:56.497Z" + } + }, + "sequence_file/5f5d9c84-3565-4398-886c-2e50ad4c3964": { + "describedBy": "https://schema.humancellatlas.org/type/file/7.0.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "ERR2462443_2.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read2", + "read_length": 75, + "insdc_run": [ + "ERR2462443" + ], + "provenance": { + "document_id": "5f5d9c84-3565-4398-886c-2e50ad4c3964", + "submission_date": "2019-01-23T10:32:54.477Z", + "update_date": "2019-01-23T16:20:53.469Z" + } + }, + "project/aabbec1a-1215-43e1-8e42-6489af25c12c": { + "describedBy": "https://schema.humancellatlas.org/type/project/9.0.8/project", + "schema_type": "project", + "project_core": { + "project_short_name": "Fetal/Maternal Interface", + "project_title": "Reconstructing the human first trimester fetal-maternal interface using single cell transcriptomics", + "project_description": "During early human pregnancy the uterine mucosa transforms into the decidua, into which the fetal placenta implants and where placental trophoblast cells intermingle and communicate with maternal cells. Trophoblast\u2013decidual interactions underlie common diseases of pregnancy, including pre-eclampsia and stillbirth. Here we profile the transcriptomes of about 70,000 single cells from first-trimester placentas with matched maternal blood and decidual cells. The cellular composition of human decidua reveals subsets of perivascular and stromal cells that are located in distinct decidual layers. There are three major subsets of decidual natural killer cells that have distinctive immunomodulatory and chemokine profiles. We develop a repository of ligand\u2013receptor complexes and a statistical tool to predict the cell-type specificity of cell\u2013cell communication via these molecular interactions. Our data identify many regulatory interactions that prevent harmful innate or adaptive immune responses in this environment. Our single-cell atlas of the maternal\u2013fetal interface reveals the cellular organization of the decidua and placenta, and the interactions that are critical for placentation and reproductive success." + }, + "insdc_project": "ERP107748", + "array_express_investigation": "E-MTAB-6678", + "insdc_study": "PRJEB25794", + "supplementary_links": [ + "https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6678/", + "https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6701/", + "https://www.ebi.ac.uk/ena/data/view/PRJEB25794", + "https://www.ebi.ac.uk/ena/data/view/PRJEB28266" + ], + "contributors": [ + { + "contact_name": "Johan,,Henriksson", + "email": "mahogny@areta.org", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "corresponding_contributor": false + }, + { + "contact_name": "Mirjana,,Efremova", + "email": "me5@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "corresponding_contributor": true + }, + { + "contact_name": "Roser,,Vento-Tormo", + "email": "rv4@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "corresponding_contributor": true + }, + { + "contact_name": "Muzlifah,,Haniffa", + "email": "m.a.haniffa@ncl.ac.uk", + "institution": "Newcastle University", + "laboratory": "Institute of Cellular Medicine", + "address": "Newcastle upon Tyne, NE2 4HH", + "country": "UK", + "corresponding_contributor": true + }, + { + "contact_name": "Ashley,,Moffett", + "email": "am485@cam.ac.uk", + "institution": "University of Cambridge", + "laboratory": "Centre for Trophoblast Research", + "address": "Cambridge, CB2 3EG", + "country": "UK", + "corresponding_contributor": true + }, + { + "contact_name": "Sarah,A,Teichmann", + "email": "st9@sanger.ac.uk", + "institution": "Wellcome Trust Sanger Institute", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "corresponding_contributor": true + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Zinaida, A, Perova", + "email": "zina@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0001-9913-3249", + "corresponding_contributor": false + }, + { + "contact_name": "Anja,,Fullgrabe", + "email": "anjaf@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "ArrayExpress ", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "external curator", + "orcid_id": "0000-0002-8674-0039", + "corresponding_contributor": false + } + ], + "funders": [ + { + "funder_name": "Swedish Research Council" + }, + { + "grant_id": "099175/Z/12/Z", + "funder_name": "Medical Research Council / Wellcome Trust" + }, + { + "grant_id": "WT107931/Z/15/Z", + "funder_name": "Wellcome Trust" + }, + { + "funder_name": "EMBO Long-Term Fellowship" + }, + { + "funder_name": "Human Frontier Science Program Long-Term Fellowship" + }, + { + "funder_name": "Royal Society Dorothy Hodgkin Fellowship" + }, + { + "funder_name": "The Lister Institute for Preventive Medicine" + }, + { + "funder_name": "National Institute for Health Research" + }, + { + "funder_name": "Newcastle Biomedical Research Centre" + }, + { + "grant_id": "ThDEFINE, ThSWITCH", + "funder_name": "ERC" + }, + { + "grant_id": "MRG-GRAMMAR no. 664918", + "funder_name": "EU FET-OPEN" + }, + { + "grant_id": "Investigator award", + "funder_name": "Wellcome Trust" + }, + { + "grant_id": "WT206194", + "funder_name": "Wellcome Sanger core funding" + } + ], + "publications": [ + { + "authors": [ + "Vento-Tormo R", + "Efremova M", + "Botting RA", + "Turco MY", + "Vento-Tormo M", + "Meyer KB", + "Park J", + "Stephenson E", + "Polanski K", + "Payne RP", + "Goncalves A", + "Zou A", + "Henriksson J", + "Wood L", + "Lisgo S", + "Filby A", + "Wright GJ", + "Stubbington MJ", + "Haniffa M", + "Moffett A", + "Teichmann SA" + ], + "publication_title": "Reconstructing the human first trimester fetal-maternal interface using single cell transcriptomics", + "doi": "10.1101/429589", + "publication_url": "https://www.biorxiv.org/content/early/2018/09/29/429589" + }, + { + "authors": [ + "Vento-Tormo R", + "Efremova M", + "Botting RA", + "Turco MY", + "Vento-Tormo M", + "Meyer KB", + "Park J", + "Stephenson E", + "Polanski K", + "Goncalves A", + "Gardner L", + "Holmqvist S", + "Henriksson J", + "Zou A", + "Sharkey A", + "Millar B", + "Innes B", + "Wood L", + "Wilbrey-Clark A", + "Payne RP", + "Ivarsson M", + "Lisgo S", + "Filby A", + "Rowitch D", + "Bulmer J", + "Wright GJ", + "Stubbington MJ", + "Haniffa M", + "Moffett A", + "Teichmann SA" + ], + "publication_title": "Single-cell reconstruction of the early maternal\u2013fetal interface in humans", + "doi": "10.1038/s41586-018-0698-6", + "pmid": 30429548, + "publication_url": "https://www.nature.com/articles/s41586-018-0698-6#Sec35" + } + ], + "provenance": { + "document_id": "aabbec1a-1215-43e1-8e42-6489af25c12c", + "submission_date": "2019-01-23T10:25:31.744Z", + "update_date": "2019-01-23T10:40:40.301Z" + } + }, + "analysis_protocol/bb17ee61-193e-4ae1-a014-4f1b1c19b8b7": { + "computational_method": "SmartSeq2SingleCell", + "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/8.0.3/analysis_protocol", + "protocol_core": { + "protocol_id": "smartseq2_v2.2.0" + }, + "protocol_type": { + "text": "analysis" + }, + "schema_type": "protocol", + "provenance": { + "document_id": "bb17ee61-193e-4ae1-a014-4f1b1c19b8b7", + "submission_date": "2019-02-02T06:44:58.913Z", + "update_date": "2019-02-02T06:45:04.641Z" + } + }, + "library_preparation_protocol/edda2708-1172-47f0-9c8b-b6771f463db1": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.4.4/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1", + "protocol_name": "Preparation of mRNAs for single cell SmartSeq2 sequencing", + "protocol_description": "The SmartSeq2 protocol was performed on single-cells as described in 10.1038/nprot.2014.006, with some modifications.", + "publication_doi": "10.1038/nprot.2014.006" + }, + "library_construction_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931", + "ontology_label": "Smart-seq2" + }, + "nucleic_acid_source": "single cell", + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869", + "ontology_label": "polyA RNA" + }, + "library_construction_kit": { + "retail_name": "Nextera XT library preparation kit" + }, + "provenance": { + "document_id": "edda2708-1172-47f0-9c8b-b6771f463db1", + "submission_date": "2019-01-23T10:33:59.845Z", + "update_date": "2019-01-23T10:34:05.563Z" + } + }, + "sequencing_protocol/46f58d61-c784-47fb-9c75-7af37871810e": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.8/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1", + "protocol_name": "SmartSeq2 single cell sequencing", + "protocol_description": "Libraries were sequenced on the Illumina HiSeq 2000 platform to obtain 75-bp paired-end reads." + }, + "sequencing_approach": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441", + "ontology_label": "full length single cell RNA sequencing" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2000", + "ontology": "EFO:0004203", + "ontology_label": "Illumina HiSeq 2000" + }, + "paired_end": true, + "provenance": { + "document_id": "46f58d61-c784-47fb-9c75-7af37871810e", + "submission_date": "2019-01-23T10:33:59.865Z", + "update_date": "2019-01-23T10:34:05.670Z" + } + }, + "enrichment_protocol/dcfe8429-af02-491e-96e9-4ac0569cd5d1": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_3", + "protocol_name": "Isolation (enrichment) of PBMCs from blood", + "protocol_description": "Blood samples were carefully layered onto a Ficoll-paque gradient and centrifuged at 2,000 rpm for 30 min without brakes. Peripheral blood mononuclear cells (PBMCs) from the interface between the plasma and the Ficoll\u2013 Paque gradient were collected and washed in ice-cold phosphate-buffered saline (PBS), followed by centrifugation at 2000r.p.m. for 5 min. The pellet was resuspended in 5ml of red blood cell lysis buffer (Invitrogen, 00-4300) for 10min.", + "publication_doi": "10.1038/s41586-018-0698-6" + }, + "enrichment_method": { + "text": "Ficoll-paque gradient", + "ontology": "EFO:0009112", + "ontology_label": "density gradient centrifugation" + }, + "provenance": { + "document_id": "dcfe8429-af02-491e-96e9-4ac0569cd5d1", + "submission_date": "2019-01-23T10:33:59.669Z", + "update_date": "2019-01-23T10:34:05.632Z" + } + }, + "enrichment_protocol/55dd1cfc-cc9c-4a03-aa43-2cb92b843253": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_10", + "protocol_name": "FACS sorting to enrich for live cells (DAPI+)", + "protocol_description": "Cells were stained for DAPI and only viable (DAPI+) cells were sorted. ", + "publication_doi": "10.1038/s41586-018-0698-6" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "markers": "DAPI+", + "provenance": { + "document_id": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253", + "submission_date": "2019-01-23T10:33:59.759Z", + "update_date": "2019-01-23T10:34:06.540Z" + } + }, + "enrichment_protocol/3d2707fa-83ad-472b-8282-7b6191f96bc2": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_11", + "protocol_name": "FACS sorting to deplete B cells", + "protocol_description": "FACS was used with CD19- and CD20-", + "publication_doi": "10.1038/s41586-018-0698-6" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "markers": "CD19- CD20-", + "provenance": { + "document_id": "3d2707fa-83ad-472b-8282-7b6191f96bc2", + "submission_date": "2019-01-23T10:33:59.768Z", + "update_date": "2019-01-23T10:34:05.715Z" + } + }, + "enrichment_protocol/88bd21a4-8d6c-48ce-ab57-8b5e0b582cca": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_5", + "protocol_name": "FACS sorting to enrich for T cells for SS2", + "protocol_description": "FACS was used with gates CD45+HLADR\u2212CD56\u2212CD3+CD4+CD8\u2212; CD45+HLA-DR\u2212CD56\u2212CD3+CD8+; CD45+HLA-DR\u2212CD56\u2212CD3+CD4\u2212CD8\u2212", + "publication_doi": "10.1038/s41586-018-0698-6" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "markers": "CD45+ HLA-DR\u2212 CD56\u2212 CD3+ CD4+ CD8\u2212 CD8+ CD4\u2212", + "provenance": { + "document_id": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca", + "submission_date": "2019-01-23T10:33:59.686Z", + "update_date": "2019-01-23T10:34:05.783Z" + } + }, + "collection_protocol/477b201f-67f0-4f97-86d5-de32a7afc267": { + "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/8.2.10/collection_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "blood_draw_1", + "protocol_name": "blood draw", + "protocol_description": "blood draw", + "publication_doi": "10.1038/s41586-018-0698-6" + }, + "collection_method": { + "text": "blood draw", + "ontology": "EFO:0009121", + "ontology_label": "blood draw" + }, + "provenance": { + "document_id": "477b201f-67f0-4f97-86d5-de32a7afc267", + "submission_date": "2019-01-23T10:33:59.629Z", + "update_date": "2019-01-23T10:34:05.575Z" + } + }, + "analysis_process/d6c56c65-bed0-4d6e-bf89-7e0d71bd3026": { + "analysis_run_type": "run", + "describedBy": "https://schema.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", + "input_bundles": [ + "8324dd3f-ddaf-42aa-9b3f-aef342229028" + ], + "inputs": [ + { + "parameter_name": "fastq1", + "parameter_value": "gs://org-hca-dss-checkout-prod/bundles/8324dd3f-ddaf-42aa-9b3f-aef342229028.2019-02-01T115354.796712Z/ERR2462443_1.fastq.gz" + }, + { + "parameter_name": "fastq2", + "parameter_value": "gs://org-hca-dss-checkout-prod/bundles/8324dd3f-ddaf-42aa-9b3f-aef342229028.2019-02-01T115354.796712Z/ERR2462443_2.fastq.gz" + }, + { + "parameter_name": "sample_name", + "parameter_value": "9ea49dd1-7511-48f8-be12-237e3d0690c0" + }, + { + "parameter_name": "output_name", + "parameter_value": "9ea49dd1-7511-48f8-be12-237e3d0690c0" + }, + { + "parameter_name": "gtf_file", + "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.primary_assembly.annotation.gtf" + }, + { + "parameter_name": "genome_ref_fasta", + "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38.primary_assembly.genome.fa" + }, + { + "parameter_name": "rrna_intervals", + "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.rRNA.interval_list" + }, + { + "parameter_name": "gene_ref_flat", + "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38_gencode.v27.refFlat.txt" + }, + { + "parameter_name": "hisat2_ref_index", + "parameter_value": "gs://hca-dcp-mint-test-data/reference/HISAT2/genome_snp_tran.tar.gz" + }, + { + "parameter_name": "hisat2_ref_trans_name", + "parameter_value": "gencode_v27_trans_rsem" + }, + { + "parameter_name": "rsem_ref_index", + "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode_v27_primary.tar" + }, + { + "parameter_name": "hisat2_ref_name", + "parameter_value": "genome_snp_tran" + }, + { + "parameter_name": "hisat2_ref_trans_name", + "parameter_value": "gencode_v27_trans_rsem" + }, + { + "parameter_name": "stranded", + "parameter_value": "NONE" + } + ], + "outputs": [ + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "txt", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bait_bias_summary_metrics.txt" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "txt", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.insert_size_metrics.txt" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "txt", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_by_cycle_metrics.txt" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "txt", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_distribution_metrics.txt" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "txt", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.rna_metrics.txt" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_QCs.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_bait_bias_detail_metrics.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_base_distribution_by_cycle_metrics.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_error_summary_metrics.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_gc_bias.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_detail_metrics.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "csv", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_summary_metrics.csv" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "bam", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "bai", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam.bai" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "bam", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.bam" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "results", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.genes.results" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "results", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.isoforms.results" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "matrix", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zgroup" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!0" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!0.0" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!0" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!0.0" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!0" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!0.0" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!.zarray" + }, + "schema_type": "file" + }, + { + "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", + "file_core": { + "file_format": "unknown", + "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!0" + }, + "schema_type": "file" + } + ], + "process_core": { + "process_id": "1a5b6337-c719-4dc7-9014-e7cb7f739e22" + }, + "process_type": { + "text": "analysis" + }, + "reference_bundle": "bf51d668-3e14-4843-9bc7-5d676fdf0e01", + "schema_type": "process", + "tasks": [ + { + "cpus": 2, + "disk_size": "local-disk 11 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-picard:v0.2.2-2.10.10", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectDuplicationMetrics/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectDuplicationMetrics/stdout", + "memory": "7.5 GB", + "start_time": "2019-02-02T06:17:07.504Z", + "stop_time": "2019-02-02T06:20:06.008Z", + "task_name": "CollectDuplicationMetrics", + "zone": "us-central1-b" + }, + { + "cpus": 1, + "disk_size": "local-disk 14 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-picard:v0.2.2-2.10.10", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectMultipleMetrics/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectMultipleMetrics/stdout", + "memory": "7.5 GB", + "start_time": "2019-02-02T06:17:07.504Z", + "stop_time": "2019-02-02T06:26:15.019Z", + "task_name": "CollectMultipleMetrics", + "zone": "us-central1-b" + }, + { + "cpus": 1, + "disk_size": "local-disk 11 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-picard:v0.2.2-2.10.10", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectRnaMetrics/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectRnaMetrics/stdout", + "memory": "3.5 GB", + "start_time": "2019-02-02T06:17:07.504Z", + "stop_time": "2019-02-02T06:30:57.010Z", + "task_name": "CollectRnaMetrics", + "zone": "us-central1-b" + }, + { + "cpus": 1, + "disk_size": "local-disk 20 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-sctools:v0.3.0", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-GroupQCOutputs/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-GroupQCOutputs/stdout", + "memory": "2 GB", + "start_time": "2019-02-02T06:30:58.954Z", + "stop_time": "2019-02-02T06:36:21.014Z", + "task_name": "GroupQCOutputs", + "zone": "us-central1-b" + }, + { + "cpus": 4, + "disk_size": "local-disk 23 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-hisat2:v0.2.2-2-2.1.0", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2PairedEnd/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2PairedEnd/stdout", + "memory": "15 GB", + "start_time": "2019-02-02T06:09:49.934Z", + "stop_time": "2019-02-02T06:17:06.009Z", + "task_name": "HISAT2PairedEnd", + "zone": "us-central1-b" + }, + { + "cpus": 4, + "disk_size": "local-disk 14 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-hisat2:v0.2.2-2-2.1.0", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2Transcriptome/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2Transcriptome/stdout", + "memory": "15 GB", + "start_time": "2019-02-02T06:09:49.935Z", + "stop_time": "2019-02-02T06:13:12.013Z", + "task_name": "HISAT2Transcriptome", + "zone": "us-central1-b" + }, + { + "cpus": 4, + "disk_size": "local-disk 22 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-rsem:v0.2.2-1.3.0", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-RSEMExpression/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-RSEMExpression/stdout", + "memory": "3.5 GB", + "start_time": "2019-02-02T06:13:13.934Z", + "stop_time": "2019-02-02T06:18:24.008Z", + "task_name": "RSEMExpression", + "zone": "us-central1-b" + }, + { + "cpus": 4, + "disk_size": "local-disk 100 HDD", + "docker_image": "quay.io/humancellatlas/secondary-analysis-python3-scientific:0.1.7", + "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-SmartSeq2ZarrConversion/stderr", + "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-SmartSeq2ZarrConversion/stdout", + "memory": "16 GB", + "start_time": "2019-02-02T06:36:22.504Z", + "stop_time": "2019-02-02T06:39:18.012Z", + "task_name": "SmartSeq2ZarrConversion", + "zone": "us-central1-b" + } + ], + "timestamp_start_utc": "2019-02-02T06:09:46.854Z", + "timestamp_stop_utc": "2019-02-02T06:39:21.010Z", + "provenance": { + "document_id": "d6c56c65-bed0-4d6e-bf89-7e0d71bd3026", + "submission_date": "2019-02-02T06:44:59.796Z", + "update_date": "2019-02-02T06:45:04.794Z" + } + }, + "process/55faef19-0c09-41ef-b21c-ad25a89ea2e3": { + "insdc_experiment": { + "insdc_experiment": "ERX2481489" + }, + "process_core": { + "process_id": "24088_4_92" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.6/process", + "provenance": { + "document_id": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", + "submission_date": "2019-01-23T10:40:00.000Z", + "update_date": "2019-01-23T11:19:16.982Z" + } + }, + "process/e84cac5b-1467-4055-a029-48d67a5505d6": { + "process_core": { + "process_id": "process_id_5845" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.6/process", + "provenance": { + "document_id": "e84cac5b-1467-4055-a029-48d67a5505d6", + "submission_date": "2019-01-23T10:36:29.102Z", + "update_date": "2019-01-23T11:10:57.210Z" + } + }, + "process/832b39e3-ebba-4686-a724-52babb96056f": { + "process_core": { + "process_id": "process_id_21" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/6.0.6/process", + "provenance": { + "document_id": "832b39e3-ebba-4686-a724-52babb96056f", + "submission_date": "2019-01-23T10:34:00.619Z", + "update_date": "2019-01-23T11:05:44.002Z" + } + } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.4/links", + "schema_type": "link_bundle", + "schema_version": "1.1.4", + "links": [ + { + "process": "d6c56c65-bed0-4d6e-bf89-7e0d71bd3026", + "inputs": [ + "c15ee840-4702-45f7-bb19-693de19a742a", + "5f5d9c84-3565-4398-886c-2e50ad4c3964" + ], + "input_type": "file", + "outputs": [ + "b91aca7b-e71b-4014-ab09-5d87e52bc305", + "34e92010-0e2d-49af-b4b7-bed7a2c9e490", + "3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2", + "ed37a61e-4449-4bce-a774-7cbd732781c8", + "b70e4907-383c-4466-a244-3e7ce9890dae", + "7ee496ab-286c-4962-919a-70244090e315", + "c15427d1-e5b7-4bee-91fe-d98b04dc6a01", + "b11e96c4-2472-4317-b45b-5bc1c9b55704", + "828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c", + "6804b943-fda7-4e8f-bfba-23e368843e63", + "aeb5aebe-9e45-4c9d-931a-883f8fa71225", + "7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d", + "87bd704c-3d36-4620-bdf2-5ad28c5a3d56", + "0aa4b2f3-b969-40d7-97f9-f33af0088915", + "697a869d-079b-48d4-9a7d-c04cf05dd0a9", + "6d928f58-2e83-46a0-84a2-d08744a42abd", + "cc958050-fd69-4919-8529-6f91552ce0ea", + "0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01", + "42fffad8-d47d-4da5-8318-45b0f5577c08", + "2842a995-c205-4d80-959f-fcb9ff8719ee", + "90d148ed-a6eb-44c3-a398-df29459943ff", + "269a143b-a2c2-40cd-9394-41a13321581d", + "1dda8255-de1c-4bfa-aa79-dbc501d3a112", + "d76f404c-d294-49f2-bfd5-d475e08fa783", + "3f672b26-ea2f-4e94-ba77-f463c3cb7c38", + "4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818", + "3e44e8f9-e76d-4158-a7af-eeb9602cf8cc", + "3fe1e9e8-1b0f-4683-a402-ae970b33f144", + "e53c14f5-1a4f-44d6-9773-53faac32233b", + "7a26e63d-fcf2-419a-a945-bca9e539480f", + "644b261b-450e-453c-bb5e-0498a1cf5804", + "b367129a-e83f-4a2b-9278-b5f7930ad457", + "6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "bb17ee61-193e-4ae1-a014-4f1b1c19b8b7" + } + ] + }, + { + "process": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", + "inputs": [ + "9ea49dd1-7511-48f8-be12-237e3d0690c0" + ], + "input_type": "biomaterial", + "outputs": [ + "c15ee840-4702-45f7-bb19-693de19a742a", + "5f5d9c84-3565-4398-886c-2e50ad4c3964" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "edda2708-1172-47f0-9c8b-b6771f463db1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "46f58d61-c784-47fb-9c75-7af37871810e" + } + ] + }, + { + "process": "e84cac5b-1467-4055-a029-48d67a5505d6", + "inputs": [ + "e7049663-aa57-4001-8bb4-870e341b4f0b" + ], + "input_type": "biomaterial", + "outputs": [ + "9ea49dd1-7511-48f8-be12-237e3d0690c0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "dcfe8429-af02-491e-96e9-4ac0569cd5d1" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "3d2707fa-83ad-472b-8282-7b6191f96bc2" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca" + } + ] + }, + { + "process": "832b39e3-ebba-4686-a724-52babb96056f", + "inputs": [ + "a879fffa-3b98-4204-ae5a-603180007ca0" + ], + "input_type": "biomaterial", + "outputs": [ + "e7049663-aa57-4001-8bb4-870e341b4f0b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "477b201f-67f0-4f97-86d5-de32a7afc267" + } + ] + }, + { + "process": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", + "inputs": [ + "9ea49dd1-7511-48f8-be12-237e3d0690c0" + ], + "input_type": "biomaterial", + "outputs": [ + "c15ee840-4702-45f7-bb19-693de19a742a", + "5f5d9c84-3565-4398-886c-2e50ad4c3964" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "edda2708-1172-47f0-9c8b-b6771f463db1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "46f58d61-c784-47fb-9c75-7af37871810e" + } + ] + }, + { + "process": "e84cac5b-1467-4055-a029-48d67a5505d6", + "inputs": [ + "e7049663-aa57-4001-8bb4-870e341b4f0b" + ], + "input_type": "biomaterial", + "outputs": [ + "9ea49dd1-7511-48f8-be12-237e3d0690c0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "dcfe8429-af02-491e-96e9-4ac0569cd5d1" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "3d2707fa-83ad-472b-8282-7b6191f96bc2" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca" + } + ] + }, + { + "process": "832b39e3-ebba-4686-a724-52babb96056f", + "inputs": [ + "a879fffa-3b98-4204-ae5a-603180007ca0" + ], + "input_type": "biomaterial", + "outputs": [ + "e7049663-aa57-4001-8bb4-870e341b4f0b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "477b201f-67f0-4f97-86d5-de32a7afc267" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e/2019-02-02T065454.662896Z/manifest.json b/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e/2019-02-02T065454.662896Z/manifest.json deleted file mode 100644 index 53e4647373..0000000000 --- a/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e/2019-02-02T065454.662896Z/manifest.json +++ /dev/null @@ -1,1046 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a3819d97", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "9eb9b583cc0632a1c3bb8361cec98265", - "sha1": "32466a72fafb78ddb4b0dc460ccb9f34f671f642", - "sha256": "d55ea6bdacfa2fa1048fbdc84a180744e5ddd953ccb15fbcc5aa5a342f6645bf", - "size": 1071, - "uuid": "9ea49dd1-7511-48f8-be12-237e3d0690c0", - "version": "2019-01-23T110124.376000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "395b270f", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "9ce845764eade1bba05960e960702af4", - "sha1": "165fcda6a5633c42c9501c687c71aacfdcabd20e", - "sha256": "0d708f8d888e952a2ce0a7f1b08c83e2b4614a8712c792fb2a7f53d9fa52ca96", - "size": 1137, - "uuid": "e7049663-aa57-4001-8bb4-870e341b4f0b", - "version": "2019-01-23T105557.143000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c72cf496", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "7c211658b06ab28a84fb002c343fefb0", - "sha1": "40d7d6817fe781b0bd0d7443a43890d120c83e3e", - "sha256": "0a8c089566f7416e06465a1f11a819c7a6b1af85ce6306fcae70712366314d00", - "size": 1051, - "uuid": "a879fffa-3b98-4204-ae5a-603180007ca0", - "version": "2019-01-23T104040.695000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc395265", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "52496571a574b30bd7bd87139c38891c", - "sha1": "8c35a49b5873ef29fee2037e38871f09a321654d", - "sha256": "48d46c5d1c970fef0da0db25b570e3e0bf61f6adf3f37b6339f21469d79aced8", - "size": 459, - "uuid": "b91aca7b-e71b-4014-ab09-5d87e52bc305", - "version": "2019-02-02T064943.861000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b2177c37", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "c25537e11b224072d5715789b641aaaf", - "sha1": "77d3839cfd011df3c32b33c618a077bdb6698f4d", - "sha256": "ba8af5feaa7df65888217075a28ca8ae2fb0c461884e702e372fdb3828e8b992", - "size": 453, - "uuid": "34e92010-0e2d-49af-b4b7-bed7a2c9e490", - "version": "2019-02-02T064937.893000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f1394c2a", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "c0a50c85be4703b87dc27f1371181357", - "sha1": "90e53ac2b72fc81209f1dbe3d0c46a49219f8735", - "sha256": "b68ae96e3a720bfdba71f582bf97ed1a7234002cd0e3246a089e51c339ce27e0", - "size": 458, - "uuid": "3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2", - "version": "2019-02-02T064940.900000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "38b1a4e6", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "1138a7d15193df533a90bd5deea240b8", - "sha1": "ad91b6433f58af4394f5f6426fed043d1f2cf70b", - "sha256": "fbca67752a46a05c9ae6089bc2e353be21fde20869d2b1bc39911120d5a96c82", - "size": 462, - "uuid": "ed37a61e-4449-4bce-a774-7cbd732781c8", - "version": "2019-02-02T064940.853000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "03b2e611", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "70f98fc26dd58f48d674b54e31d517d2", - "sha1": "8dc4af5f6df1e99ead04a86b4e0775aa4a633b4e", - "sha256": "92569f3b3515572e01f0910de734e30f8cb55b2ca889dc5df3b7c5325f98397e", - "size": 445, - "uuid": "b70e4907-383c-4466-a244-3e7ce9890dae", - "version": "2019-02-02T064943.860000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4fdadc86", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "f48d69f901e4260fc02541c84102c023", - "sha1": "118fa8e480fb6a308ef60b2d2daeeee9fd4adabb", - "sha256": "f63ef428ee00e02a616b0afd64176652f8a8a2ff9a4d3b72999b9ecedce17c3b", - "size": 434, - "uuid": "7ee496ab-286c-4962-919a-70244090e315", - "version": "2019-02-02T064953.070000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76a1daf4", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "5dedb94f6133e591bdcf521db62f7eef", - "sha1": "4756e99410180394cb06c4f337d375d4d32c3b18", - "sha256": "a8dd1e31b002e28c5cd1afeea3fe1dc01e57cf0ed03ceb68112623ec2b637f33", - "size": 455, - "uuid": "c15427d1-e5b7-4bee-91fe-d98b04dc6a01", - "version": "2019-02-02T064953.044000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3abc51c0", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "e182f0bd3f5c4e9a0563278f9a8b31d5", - "sha1": "660370e293005962950d8b839e02d9e080c30afb", - "sha256": "ef9582c1ceac7d6735a8da56ea328bce6797353046d23e223b9389e74acd79ab", - "size": 465, - "uuid": "b11e96c4-2472-4317-b45b-5bc1c9b55704", - "version": "2019-02-02T064955.885000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0ff3f1ab", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "4bf4ca2e240bcd5091468dc23d69ce22", - "sha1": "91a48830166d9f518de9a0e82a14918ffdded0b0", - "sha256": "6c2d9f34ed55c50d095386527f6b4bb71cda7a1e40dc178fd127fa30e255c3d2", - "size": 452, - "uuid": "828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c", - "version": "2019-02-02T064955.882000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "037756ba", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "84c2ad5a6dc914645dbd264ccb9f4ee1", - "sha1": "79a5de0d9e96d3a63c2ffbf6956c5ee829c8a59d", - "sha256": "e1b165d5a8b52036cb78409747ae15194da5cfac0959fc4035a35d062edf6a82", - "size": 438, - "uuid": "6804b943-fda7-4e8f-bfba-23e368843e63", - "version": "2019-02-02T064958.883000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cf5bbfc5", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "4d6da02ada316c4e11945d31476e7914", - "sha1": "74db46f550327773995c4c3aed6732a2543458f3", - "sha256": "3c0bd41c8fa7e902d9e97ff8d0860617ae9ee6b8e46eb574368833a5d11353fd", - "size": 457, - "uuid": "aeb5aebe-9e45-4c9d-931a-883f8fa71225", - "version": "2019-02-02T064958.860000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4b441c95", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "365981c99107dc8319fc1abb9d97d0d2", - "sha1": "2febd634c0a7a49436840eee717f83acce06814e", - "sha256": "d44d55c19b88d32809c86e8faf4f7e5399a713cba8a727282d60247ed3117b66", - "size": 458, - "uuid": "7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d", - "version": "2019-02-02T065001.875000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "236f7a69", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "6f4b59049874ede9bf48f6504727a032", - "sha1": "c99b6560d13966841bf5f7f8908ede3f2c0e9392", - "sha256": "101aad3b3daf7d2d54d41b21930bd7e94edb22c8c30217e1b918651d7f5c696c", - "size": 433, - "uuid": "87bd704c-3d36-4620-bdf2-5ad28c5a3d56", - "version": "2019-02-02T064934.958000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3e5260d4", - "indexed": true, - "name": "analysis_file_13.json", - "s3_etag": "364fdd97b9e6bb88f388fa9c58916d87", - "sha1": "49ce25a90f622416a014e310210f22fc028d8a08", - "sha256": "3783553d7130ed10ca185f7d19331482280c9058f60ccbd527a02bf9a29e851b", - "size": 437, - "uuid": "0aa4b2f3-b969-40d7-97f9-f33af0088915", - "version": "2019-02-02T064937.919000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cf24bab2", - "indexed": true, - "name": "analysis_file_14.json", - "s3_etag": "82de07ca68194dfbb797ff7f7fad97d0", - "sha1": "e3904d0496636de8657bd07c732f3a64fe8145e1", - "sha256": "6e8ff4592c76a2358592b7a5aa16a6f1da7b66824ab1b73db1a39f8cddc8403c", - "size": 435, - "uuid": "697a869d-079b-48d4-9a7d-c04cf05dd0a9", - "version": "2019-02-02T064946.903000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "af3a3c91", - "indexed": true, - "name": "analysis_file_15.json", - "s3_etag": "d68980db49a6ba21512783608c3b2dc0", - "sha1": "c0e2f3fe1cfa5a3fb8e97a20bc117660efd95353", - "sha256": "2a33e2ae55922c7cfda58f015e864c0891a6c6ed4a3ae905d32f6ec5bc2d4a02", - "size": 449, - "uuid": "6d928f58-2e83-46a0-84a2-d08744a42abd", - "version": "2019-02-02T064949.891000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4d09e274", - "indexed": true, - "name": "analysis_file_16.json", - "s3_etag": "8c9cf6529b0a9807206daeb9d9ebd072", - "sha1": "76334f81fc9f5c20bc3ce91eb1cfe814e9da135c", - "sha256": "4ae559a179948e068408fea724bf0a3a24b7e8853ae0e5cef4400c99898f6a66", - "size": 452, - "uuid": "cc958050-fd69-4919-8529-6f91552ce0ea", - "version": "2019-02-02T064953.098000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b82f0247", - "indexed": true, - "name": "analysis_file_17.json", - "s3_etag": "2f5b37d84ddb860a3118249f03dcd84a", - "sha1": "12c2bc992c13da21b69bfb1a75520399c7770fab", - "sha256": "da7bb8e6170b30da29dfce59c18aabc36a2677850dae7ec20b54b6260b8a29cf", - "size": 442, - "uuid": "0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01", - "version": "2019-02-02T065001.882000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6bf29ff1", - "indexed": true, - "name": "analysis_file_18.json", - "s3_etag": "8c40d296bfaca764290cbb3b904af5fc", - "sha1": "6567cf3eca5ef58155b7ad9e9d861668018d71a9", - "sha256": "0215e805d1e18ea9f8756b33333bc70d372d04d2a9c7664c55b44e93ef2cbb51", - "size": 443, - "uuid": "42fffad8-d47d-4da5-8318-45b0f5577c08", - "version": "2019-02-02T065004.892000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "12dae6b5", - "indexed": true, - "name": "analysis_file_19.json", - "s3_etag": "b98f30ab9af7b7ced9dd195156ef7c39", - "sha1": "6a0c2b6bce49e5c7432ae9402042f74596ebbf44", - "sha256": "e8115aa0951af7c98b6a60983a0f24373f9af0b03f26a4d949bab704a9a0e319", - "size": 451, - "uuid": "2842a995-c205-4d80-959f-fcb9ff8719ee", - "version": "2019-02-02T065004.900000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "350a731c", - "indexed": true, - "name": "analysis_file_20.json", - "s3_etag": "d2041a30b2688db4ce59d73f8c1f3a1c", - "sha1": "b741d010949d869aeea007a01ba3a1e0501736e3", - "sha256": "72e8920fae48546f62ea226afdacb7f7c10f8ae7e45b146e2154dcd0f3a07d6e", - "size": 445, - "uuid": "90d148ed-a6eb-44c3-a398-df29459943ff", - "version": "2019-02-02T065007.892000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0ed9b8bc", - "indexed": true, - "name": "analysis_file_21.json", - "s3_etag": "8039e1b5af75e2905a64f622746b5f33", - "sha1": "53e716cb052e11b6cda4fdff6689c13aecfb6b8d", - "sha256": "022e0691aa1856ae1847ffadb37a38ad469235d59b2a4da52dfbfc4e5abd08e5", - "size": 465, - "uuid": "269a143b-a2c2-40cd-9394-41a13321581d", - "version": "2019-02-02T065010.886000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "96a5433b", - "indexed": true, - "name": "analysis_file_22.json", - "s3_etag": "fa25ddbe4b2e6c93c8f8dea29c361e0d", - "sha1": "fede9a66cb12355935dad3db00bb5e8ad101f2f6", - "sha256": "a5a171b94db562ab0353f410141bedc0689e0ef9d23a9ace1b8e336344ea28d2", - "size": 461, - "uuid": "1dda8255-de1c-4bfa-aa79-dbc501d3a112", - "version": "2019-02-02T065010.905000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f9f10b2", - "indexed": true, - "name": "analysis_file_23.json", - "s3_etag": "7b313a86018a8f1f6e7c993c0c72e53b", - "sha1": "5162419845e7fa35ef60423f7d62bf3f54b7ac96", - "sha256": "f6c90fa707ffc3542feefd9d94a88bbebeebcfa790f51a5683b3c4fc9e6bdbd9", - "size": 470, - "uuid": "d76f404c-d294-49f2-bfd5-d475e08fa783", - "version": "2019-02-02T065013.892000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "14340be8", - "indexed": true, - "name": "analysis_file_24.json", - "s3_etag": "5b43e9b27f75806e386a23b55d3e8b63", - "sha1": "866d9b961676a59cf3ffa9c3502600a1fc25dd41", - "sha256": "ea95c87ff0738970db41902cc309075e0f18877437f8515a7358b90cb73ecbee", - "size": 464, - "uuid": "3f672b26-ea2f-4e94-ba77-f463c3cb7c38", - "version": "2019-02-02T065013.961000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "41e1342d", - "indexed": true, - "name": "analysis_file_25.json", - "s3_etag": "861a7fc48e68c9f390d5f350b2a29243", - "sha1": "9d251b8a608b49682f05e034aa95938b09c5af7f", - "sha256": "ed351ffc3a69e4b92fe9f6b5ab47bd0937ac0d8a9c14ad6038e8da788c0ebc93", - "size": 464, - "uuid": "4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818", - "version": "2019-02-02T065013.945000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ba033df6", - "indexed": true, - "name": "analysis_file_26.json", - "s3_etag": "1eb07bfe5ba35747be58eeac2691a119", - "sha1": "d4d467428994d09be1e47eac6c5edc12d799cd44", - "sha256": "a27f36585b981435d90d007a04fdf98c39acb7783b5e34e7a234cef182c629ea", - "size": 460, - "uuid": "3e44e8f9-e76d-4158-a7af-eeb9602cf8cc", - "version": "2019-02-02T065016.898000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9f6d143a", - "indexed": true, - "name": "analysis_file_27.json", - "s3_etag": "588bc7b16726f1527f03cc4f11918e63", - "sha1": "783a6a16ee541a5b7ca71f2e323881ed631d42b9", - "sha256": "6985ffc978e34a8b7684335617f48dbaf03316331fc85d4020e3bec3f0bc55b1", - "size": 469, - "uuid": "3fe1e9e8-1b0f-4683-a402-ae970b33f144", - "version": "2019-02-02T065016.905000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "385654c2", - "indexed": true, - "name": "analysis_file_28.json", - "s3_etag": "2fbfc5679ea7cb29d99c96da000f68ab", - "sha1": "5b783bec69e1f85b538f0a4968f77fe162c1373c", - "sha256": "530f2a84137d682ff4e5950935df8ec9f5c73cb22ea878115f4eabedebee9963", - "size": 463, - "uuid": "e53c14f5-1a4f-44d6-9773-53faac32233b", - "version": "2019-02-02T065019.912000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "11d0e3ab", - "indexed": true, - "name": "analysis_file_29.json", - "s3_etag": "6c9751b1c5ca8f1b09c27c0d1cd47877", - "sha1": "edac632f2b83832a8b94480616570122426f1c94", - "sha256": "d7771dd0d29d5e06d8e6821be50c0856a46b94a11b98b6edb3ed4f862a39e36e", - "size": 454, - "uuid": "7a26e63d-fcf2-419a-a945-bca9e539480f", - "version": "2019-02-02T065019.912000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8164e610", - "indexed": true, - "name": "analysis_file_30.json", - "s3_etag": "b5bf1408c9b8b3be5ea4ff6cc87bbb75", - "sha1": "dce9c8400e3249754ad6ff5a79dc4365e553085a", - "sha256": "c8e92cf9c5ee981c82e03d103b8ea890d15385c6d802ec28d79647b3708b41c8", - "size": 450, - "uuid": "644b261b-450e-453c-bb5e-0498a1cf5804", - "version": "2019-02-02T065022.891000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "59874ff8", - "indexed": true, - "name": "analysis_file_31.json", - "s3_etag": "cac647f16ea0183682639e9e452dacce", - "sha1": "8cdd89167973eb0bfba0426fa31959d4548582c0", - "sha256": "11b3d7fce0ae93efd90043e0f6ed26ec1b880811b874bd29a321d7bc56fe9a92", - "size": 451, - "uuid": "b367129a-e83f-4a2b-9278-b5f7930ad457", - "version": "2019-02-02T065022.873000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fb34829f", - "indexed": true, - "name": "analysis_file_32.json", - "s3_etag": "95588969b428b662f817f3ebec62bfc5", - "sha1": "70211286bef32477fb13f286874fdb1cb6d36fcc", - "sha256": "0f3202e34e1d4e56bff744d82367f5ff9a724b6be80d8aeb06cdd061cf0b8f3b", - "size": 445, - "uuid": "6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39", - "version": "2019-02-02T065025.954000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c8eb3f7e", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "b495ed7eee91479800dfe8a894529f3f", - "sha1": "4dca6690919161379ccdb6d5a83e38e89db5ac5c", - "sha256": "9697a197dde4edff941c224084b298d73c8f20d215a0113744c70459e19304c4", - "size": 513, - "uuid": "c15ee840-4702-45f7-bb19-693de19a742a", - "version": "2019-01-23T162056.497000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dfef7c11", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "290ee5323b5f864f7dde26fe5f9b1ad0", - "sha1": "204ec93a54e6381374aece99975ea57dcabd70bf", - "sha256": "c9a66cdd9b01ec1c9a040d02a82a9d8247514611a68ac4fccf6233a14342c1ba", - "size": 513, - "uuid": "5f5d9c84-3565-4398-886c-2e50ad4c3964", - "version": "2019-01-23T162053.469000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "264ea6b9", - "indexed": true, - "name": "project_0.json", - "s3_etag": "8d25849d6e32f3d16cfd4fccf29cfa41", - "sha1": "2d85765711d8a891fb704b9942023a7c54fe827d", - "sha256": "8efcdde66c4328b4e69449cb24cfc0f5132558035293726b74936d1646e4478e", - "size": 9083, - "uuid": "aabbec1a-1215-43e1-8e42-6489af25c12c", - "version": "2019-01-23T104040.301000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6c12ffc4", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": "ed5b733af027e4fd5cca9353d86cfa70", - "sha1": "af7366a1d5c157518fe47ae574662f301ec732de", - "sha256": "6cbc322574bebcb7dc06b0ae040292159a00c91118a7c1397c8d53b9a0bddd83", - "size": 511, - "uuid": "bb17ee61-193e-4ae1-a014-4f1b1c19b8b7", - "version": "2019-02-02T064504.641000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "c2e6b11a", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "0f4ce0e27ac75f6d89bdd790ab775f0f", - "sha1": "6e8aa5763dfccc9d0f742c4142fc851831047a73", - "sha256": "99c7c45fd1e5ea8aaad83b8f5969e0ef12dfb39cb349ed9453a59fb4f509594e", - "size": 1245, - "uuid": "edda2708-1172-47f0-9c8b-b6771f463db1", - "version": "2019-01-23T103405.563000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "75172e85", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "f3e7227b51e943d1ba81d38b7e50303a", - "sha1": "c7dac303d1a7ba5ea392905cf97e205d18afc35e", - "sha256": "72151bc3cea8ae71445a1134ba2f5273677912ae91348acd0c7781cadb5b4fc4", - "size": 991, - "uuid": "46f58d61-c784-47fb-9c75-7af37871810e", - "version": "2019-01-23T103405.670000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e4f889fb", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "111e188f00e3ec78d04b374d5a99e011", - "sha1": "91b86232e419129f7e176fb0b4f1a74f2f641e63", - "sha256": "b2f1665229a223822d4886c08ee66686e025066e3e8c606d5bce724e882b8fbc", - "size": 1216, - "uuid": "dcfe8429-af02-491e-96e9-4ac0569cd5d1", - "version": "2019-01-23T103405.632000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9133cf8a", - "indexed": true, - "name": "enrichment_protocol_1.json", - "s3_etag": "544865c5779b1535bcd702078b64d7b6", - "sha1": "e8c66b59e6854422c9b81f3ba7d757355fdc8079", - "sha256": "91a8c4f046772d7e11b5a3e74e655c5a30581b62b2149f6d38d569973dfde8d9", - "size": 874, - "uuid": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253", - "version": "2019-01-23T103406.540000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "25cf44c5", - "indexed": true, - "name": "enrichment_protocol_2.json", - "s3_etag": "46e0c0bcefe50ddea008b3512fb6f4a2", - "sha1": "9853c55419e54a579269f39e0033f6a0f34b553f", - "sha256": "63fc6ba91d548a681ac1e961f6bafab2fa9ecc4aea2eccb89e0a31e1fae6fd8b", - "size": 830, - "uuid": "3d2707fa-83ad-472b-8282-7b6191f96bc2", - "version": "2019-01-23T103405.715000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "8240542c", - "indexed": true, - "name": "enrichment_protocol_3.json", - "s3_etag": "c0d8ecc3b6b771d7b1ca33952b4b26e7", - "sha1": "32a595dbf142548ab88c35203493abadbaaa89ad", - "sha256": "a84170550ce4f6e7ab2c79bad3b5f5da0aac27e53756e897e9eb170922349d90", - "size": 1014, - "uuid": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca", - "version": "2019-01-23T103405.783000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "21fee7d5", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "d4330f0bb7d95cd8d2a444f0065fb36d", - "sha1": "ec3bf0b6f7511a0391007ce21c298838cf6408f4", - "sha256": "1bc702b9ab04ae501b9ff4a86044159954a66c5b60d2961624d8746a6e353dfd", - "size": 695, - "uuid": "477b201f-67f0-4f97-86d5-de32a7afc267", - "version": "2019-01-23T103405.575000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d3312332", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "ea9dc38661a0466ba91b00c250428359", - "sha1": "9f274839fa5692ea948e0486d2af5f6b4c3ebcc5", - "sha256": "4fd5bf622aa251977a4f1c160dc26c0738cd84c35f43bc30d225cad8011b66cb", - "size": 21349, - "uuid": "d6c56c65-bed0-4d6e-bf89-7e0d71bd3026", - "version": "2019-02-02T064504.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b7a99f89", - "indexed": true, - "name": "process_0.json", - "s3_etag": "300d06178a3e001e8c20a047b272b8ed", - "sha1": "1df0c61ff540a492c40b80a1981837f84e7b8f72", - "sha256": "6598198ea82e34b5f17624000715e537b6137fa811f6af72dcb7c7771873ab9c", - "size": 448, - "uuid": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", - "version": "2019-01-23T111916.982000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8039afe1", - "indexed": true, - "name": "process_1.json", - "s3_etag": "e0e61dc77c59e2b453cc9b5310678773", - "sha1": "59edde10823bf455894cc401ba3243167c898791", - "sha256": "1d3e16cd80c8ce5199e8cd1e70cfe49f81e91f0b771d538828a9fc7441a54d5c", - "size": 379, - "uuid": "e84cac5b-1467-4055-a029-48d67a5505d6", - "version": "2019-01-23T111057.210000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "74161a4b", - "indexed": true, - "name": "process_2.json", - "s3_etag": "3dfc9dafaf92ef792e3928b00bc9ada4", - "sha1": "1ae1be143104ef657e9e7ec42e0d21e0e91013d8", - "sha256": "61db95bde13c920f5ff735d5c6c1e90f6bd376dadeb51ae11c03ef8b0ab563a3", - "size": 377, - "uuid": "832b39e3-ebba-4686-a724-52babb96056f", - "version": "2019-01-23T110544.002000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "290d41eb", - "indexed": true, - "name": "links.json", - "s3_etag": "0d6d83e234cf9a884a96403bbfc56d67", - "sha1": "3fee9537a1391d0ba0060e53d42e0a2186f6344d", - "sha256": "792cc5459ebf45cef1ef1fb5f62f44fbd79e6f73281d1f4622bb2b1b35abcca3", - "size": 7448, - "uuid": "700f28bc-8f57-4276-9fce-6b7774bf5210", - "version": "2019-02-02T065434.323908Z" - }, - { - "content-type": "text/plain; dcp-type=data", - "crc32c": "82ad16f4", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bait_bias_summary_metrics.txt", - "s3_etag": "fc1f00e6397632b1ffadc1d64098ad60", - "sha1": "38bf9ba607420a68f610fc98d6feb934098538e9", - "sha256": "c70b134256247d3390920199f55b6482e6fd093a17232b2a50e94165eba01441", - "size": 2714, - "uuid": "17da1d2f-8da0-4b77-ae99-257399a88f75", - "version": "2019-02-02T065434.636713Z" - }, - { - "content-type": "text/plain; dcp-type=data", - "crc32c": "cc0c1472", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.insert_size_metrics.txt", - "s3_etag": "c83b2f6f3a9f8dba2f4e65b8fc6050e7", - "sha1": "df8795b1fef98ff636bd99a00417f41d626e157c", - "sha256": "69aad2469e18731b0e5b20c0af6fde89c3234aa3e9c2154a9578cffbaa7a0b1d", - "size": 11322, - "uuid": "435d0d63-4d37-47b6-85f4-09d66d5ac287", - "version": "2019-02-02T065434.962270Z" - }, - { - "content-type": "text/plain; dcp-type=data", - "crc32c": "d7ba769f", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_by_cycle_metrics.txt", - "s3_etag": "c349ab1622333e96a23e01ef20413f01", - "sha1": "87c99d534d93d5e00e303d7ffe682f4eb0960db1", - "sha256": "4b3fcb075200d267daacc8fc669dc4cf3afd50b9fcbe2c5d2e45a0c2fe320604", - "size": 3207, - "uuid": "c113f2cd-2f99-4db0-bdeb-f9d91ffb0bc6", - "version": "2019-02-02T065435.361197Z" - }, - { - "content-type": "text/plain; dcp-type=data", - "crc32c": "d5ece005", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_distribution_metrics.txt", - "s3_etag": "f205b9d30fb741ad9d61a2829cd04944", - "sha1": "deba445fa19e291bc2892caabdde94bfb4fed562", - "sha256": "80924dbbb9cb751c2de39bfcc1753d71ed525f147c47f16b45b1268f6bf9d84f", - "size": 1282, - "uuid": "4a020965-bc91-4c57-b277-86a161712dab", - "version": "2019-02-02T065435.661240Z" - }, - { - "content-type": "text/plain; dcp-type=data", - "crc32c": "3abf5428", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.rna_metrics.txt", - "s3_etag": "d2d0c27a7db0897a18310242fa230fa3", - "sha1": "b1e9c0a4048903b4396a7a26c3282e0a6d823b54", - "sha256": "f0486dea7e64c2211a3ec7866bec3597829275ab77f6448be852a268c2869b3a", - "size": 3238, - "uuid": "614368df-6a91-41cd-9301-db259e303e38", - "version": "2019-02-02T065435.993593Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "7dc7d4d1", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_QCs.csv", - "s3_etag": "774fcabfad9067f60be364bca855f348", - "sha1": "30185e7092bd70d0415d23418ff9b29235483105", - "sha256": "951c31a3edd597d5d467cf695d74dc462c71eaa4a526987ecca96b2d0260cc3f", - "size": 8080, - "uuid": "78e49bf5-c92b-4663-bc12-6e838ad63040", - "version": "2019-02-02T065436.433736Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "65ded069", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_bait_bias_detail_metrics.csv", - "s3_etag": "4ba621a399463d20987ee63db7951f08", - "sha1": "43eaa11ab0933eafc501fbe5ef953e0b5050909c", - "sha256": "90631bb7a429d94593795d11235fb21b6bb51e1f701ceaee98ff498dfa322193", - "size": 32302, - "uuid": "7a08e477-1b95-4667-a443-4257ff879e3a", - "version": "2019-02-02T065436.875303Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "202ef83a", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_base_distribution_by_cycle_metrics.csv", - "s3_etag": "81e3739416359684aa5395d556d66396", - "sha1": "c19c4c171e729d95641c33e746a102ad3200831f", - "sha256": "d6e968105c89f2aa69e8453111b1f5a2f99477203c1067fd79a43d583afb9708", - "size": 13102, - "uuid": "b263ebdf-6585-473a-a3eb-a19588b43e35", - "version": "2019-02-02T065437.247604Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "0e0c45c6", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_error_summary_metrics.csv", - "s3_etag": "0c35947b7e49e3d13481a3dff35d4d69", - "sha1": "04797ec54ebdd12e545dae01e111b30d3e02760b", - "sha256": "b504b34d564eccfbf7cdbd401c8a32b92688c0067338b37e79bc53d978cea080", - "size": 486, - "uuid": "8fdc9b77-6b95-4149-91b6-1ed529eb75af", - "version": "2019-02-02T065437.646451Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "cd082d61", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_gc_bias.csv", - "s3_etag": "9b3a9b4731020def0434f01ab8fe2ad0", - "sha1": "35b199ffc788c97dfbd26fdda3a2b1fa4ba06268", - "sha256": "44660c52ac7c76df7dac98728936a7c95f69e0444263b8a85b12c7de1c17df76", - "size": 9075, - "uuid": "a08fbac2-47d0-426d-9b62-94f60792c554", - "version": "2019-02-02T065438.217456Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "4bb6bdc9", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_detail_metrics.csv", - "s3_etag": "d0a5bec0bb91ccc17f5e344afca145e4", - "sha1": "a5a76fb326fbeae150f7f06ec98f99fbf232c904", - "sha256": "cf4deb16fb90ad4f62814f52929cabbcf030559ee1d7df0c30b34a77f2766290", - "size": 28752, - "uuid": "e274aff4-2348-4d25-a69f-aa5e30f50529", - "version": "2019-02-02T065438.572940Z" - }, - { - "content-type": "text/csv; dcp-type=data", - "crc32c": "99822758", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_summary_metrics.csv", - "s3_etag": "d67ee0d3a4bc2c81373dbc668901f830", - "sha1": "364b21bbe2267dd859dc061d118ec324252b1fd5", - "sha256": "d596efc8207919d017bc8c935e1fee46b588938b5678da960595f3d312523264", - "size": 1894, - "uuid": "b426e03c-0f98-4b9e-838b-b6fe67e35a0a", - "version": "2019-02-02T065439.061311Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "d9e787ec", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam", - "s3_etag": "4d946798c0e62a4a9c82f8fddd0a385a", - "sha1": "e0e0577f8534c767702feb4492ea2592cc403edb", - "sha256": "d45f25d38c2506f4867c49869e610b37ce47a508d194fb923c350a6f39fac976", - "size": 35906509, - "uuid": "f467b2b5-d0d5-4c2c-a253-1f9f64629e3b", - "version": "2019-02-02T065439.579077Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "01716cae", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam.bai", - "s3_etag": "f80304dbe6c2a8eb74e1c3232177396b", - "sha1": "030bc99c64f21915c9294d7b648c1a0360d39258", - "sha256": "997d2f8aa3871e63f3f6c6f8d27e57741433db6fedeb08375f092ec5998fddd8", - "size": 1835672, - "uuid": "70d8b64f-a333-4ac3-8b63-17ba0fb8ef64", - "version": "2019-02-02T065440.809043Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "c2d024b3", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.bam", - "s3_etag": "b07fa5f2d2ce1a088de1ab0a62b06200", - "sha1": "0ca398a8971ef854218ebd3e6cb95bb7cf004019", - "sha256": "a61415e45c58208d977185c528209be0b2c9d738fa7a6331f45d026c4aa26dbb", - "size": 36324944, - "uuid": "28d29046-bdb9-4b70-bb18-f4e8e577e26c", - "version": "2019-02-02T065441.191549Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "0d996a3f", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.genes.results", - "s3_etag": "60bee9ca3703d79fd356799aaeb8e9c7", - "sha1": "baf9b8d27b56525dfc579c545f2d17addf065170", - "sha256": "0c4920803f5ba726234b84c423af625330a8b773982a67e3d2a4676dbc4c8386", - "size": 7608598, - "uuid": "4bf077f4-ca44-48db-a1ec-fe8ee8a78ba6", - "version": "2019-02-02T065442.065089Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "c9e4f397", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.isoforms.results", - "s3_etag": "f4f372f63b6792d0ceedbfd24e598f36", - "sha1": "500321a1bcd226b21e905e04bb85b8830f21e4f7", - "sha256": "a776734581c06c3abba47d1c970e24fea4ae75bf6ee3c7f9c2d5025bf59fd831", - "size": 18886665, - "uuid": "ee682f7d-5153-4383-8820-7c382fea111a", - "version": "2019-02-02T065442.936752Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "f8813cc8", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs", - "s3_etag": "154c7026c73c9d1f3c36f5743dde7756", - "sha1": "b1e5bd4702e9c3c18f810160b5f09e55de714388", - "sha256": "655382d01214d1ac3a58deabea0463f58e1afead12cf581da5e447a4d77733da", - "size": 148, - "uuid": "1ac59e2e-ac4c-4bc0-a88a-fcfa8ff9e554", - "version": "2019-02-02T065443.721413Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "444a7707", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zgroup", - "s3_etag": "e20297935e73dd0154104d4ea53040ab", - "sha1": "63b0fcd7748c79d0de97705fb1b8ed5fcc5ac788", - "sha256": "2383746e67b4bcc2762b3f100f06c3fa2d5f149ab5a8e5da5d33521464a01959", - "size": 24, - "uuid": "c736ed67-6c4e-4a9c-a4e0-42e1bb8e0fa7", - "version": "2019-02-02T065444.065526Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "f35d7e55", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!.zarray", - "s3_etag": "adf52f6446cf3395b891614c2cf2372a", - "sha1": "9fd2e280f325ed95273798729cf3129d5f31a55d", - "sha256": "2fa6969421abba6ad8f00f603ec90614fddf2fdea2fbe05def7e279ccc753b94", - "size": 311, - "uuid": "f1db2924-0210-4e97-9a24-302c61ad237f", - "version": "2019-02-02T065444.301965Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "067c801b", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!0", - "s3_etag": "0f2eabc7960e1bf6985fa4c7a26d022c", - "sha1": "3f0b780c8a510d3863258e003a54b0c06901e7ee", - "sha256": "b0a1f538d7bd282b07f4b8d936fca4990a41efa3f196145e0b1394e83c66f86b", - "size": 146, - "uuid": "271f3b5a-549a-41dc-be0f-31b024f8be2b", - "version": "2019-02-02T065444.467750Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "88068bce", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!.zarray", - "s3_etag": "143c99e56f6dbf5df7db5f13b4bfcff4", - "sha1": "a7612dc1d58458f975ffd26d2bd8b5ce49a811b6", - "sha256": "95979e9877f4a2e5973967ed1e5cb4e3b894742696df8e4189f4fe3c42be6966", - "size": 337, - "uuid": "25122289-69e6-49ec-b2f7-34f8f0197fe1", - "version": "2019-02-02T065444.766955Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "5825e083", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!0.0", - "s3_etag": "1b8f8382f047ed7e121020567f992bdb", - "sha1": "9eb85dfe145c3f226c454d6b2907a27c53ab0772", - "sha256": "a73160b367086d9b4a011b2431e53562488cd61ef022680902b2763fde90a04f", - "size": 620, - "uuid": "45cc3e84-7d4f-4fdc-b3f1-4fe5f3913c81", - "version": "2019-02-02T065444.968166Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "38a3821e", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!.zarray", - "s3_etag": "6cd55b5c19627b1221e44c0b623f6a7a", - "sha1": "379887b0c96e35f627437c9bd02884aee0a469ec", - "sha256": "1d678d0e30a79f5625ce9dcbfc0a16a755887c41c0c542896c9147c61d78dfc5", - "size": 315, - "uuid": "d8146b44-678e-4954-8a88-c796b21ff424", - "version": "2019-02-02T065445.333721Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "afce17ed", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!0", - "s3_etag": "40a03beade9cbe20471da510719e87ee", - "sha1": "07067e1916a1f326c6039c1135cc365d8157e250", - "sha256": "109b07d4cac30dc70dbab56f630a100ba7edf46ced95eaaa60bbd1b642c8695e", - "size": 3920, - "uuid": "f4bb3e61-373c-4266-a55b-3c212a75d660", - "version": "2019-02-02T065445.564680Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "c6565f75", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!.zarray", - "s3_etag": "a191a4cbbc03d856923e37be13612e94", - "sha1": "967aa8a1960dd44731fc73e97bd31f9d31a1ac28", - "sha256": "bdfbef7a1f7947596fcc1e176471ce97e895f58970e8e2289d73343ccc60bc7e", - "size": 333, - "uuid": "9f9fd74e-59e3-4f7b-be1a-13ab4fef6bfd", - "version": "2019-02-02T065445.798613Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "c0b4fc1c", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!0.0", - "s3_etag": "8e35dfc78f4530c7cc629e722e41c14a", - "sha1": "8f2698a020fa520b3619c7f24a016a0ebc7c52e8", - "sha256": "910c28ef76e19d3c845e7918df9fec4a45bf28aa349ad3b9d68bc765d7be5015", - "size": 104, - "uuid": "69635c16-9520-440e-a38e-3f618b1697d8", - "version": "2019-02-02T065446.025189Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "80af448b", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!.zarray", - "s3_etag": "d70cdb9540920623d2b47a915c218930", - "sha1": "34b30d940aedf75dd406119b8044ba1f0d718392", - "sha256": "ec2f2606d246f1ff4b76c00a5c38fc6298435762df413f88690e44abb5447075", - "size": 311, - "uuid": "e0130298-cda9-412e-9c80-aad41273e0aa", - "version": "2019-02-02T065446.267656Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "f282f971", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!0", - "s3_etag": "a9f7d989dc368de1512249f67ae71b01", - "sha1": "823ae16a87d600986573fe05f5f03f30008c7fa3", - "sha256": "62248abc08d4717360bbcb7fea1aea23260ee6fa4c9bcdc207bffdcba17aedd2", - "size": 172, - "uuid": "1b685fee-669b-4f9d-b2d5-2f193e24fb29", - "version": "2019-02-02T065446.482201Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "b89e6723", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!.zarray", - "s3_etag": "1cc8c5a815470108493b451c5a974fd3", - "sha1": "b62a2d173d1b4fa4f35817a5eefa525a7b126691", - "sha256": "31f6f311ce1934669c993d3ae909f89084d605554312bc34262340e3f37005ca", - "size": 341, - "uuid": "247a7408-946c-4d2e-bbda-e79f27541347", - "version": "2019-02-02T065446.804119Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "38f2e38c", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!0.0", - "s3_etag": "359eccbee3435e935ee6c9e106a07ca2", - "sha1": "3547f51280955e61de2cfac8a8fb0940cafe3ab5", - "sha256": "93bbe150426cc65d22c6185d6e63976cbdb7487585bdcb6ecf8b44a57fd39488", - "size": 45059, - "uuid": "133e7526-bc1e-4731-b304-942b2302b260", - "version": "2019-02-02T065447.022845Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "88035931", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!.zarray", - "s3_etag": "12f1697e02f5dc989975f3a4e2ac3f98", - "sha1": "fffcd7c2eda62aac81a0c656ae034a4271256cee", - "sha256": "fc15b29aeda7d465c6d39028fd015c7ec5e364129721154547d245107758cc4a", - "size": 319, - "uuid": "30d5a0b7-f83c-4834-a708-bfa5f33a1e79", - "version": "2019-02-02T065447.365605Z" - }, - { - "content-type": "application/octet-stream; dcp-type=data", - "crc32c": "d3733841", - "indexed": false, - "name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!0", - "s3_etag": "b1340be37e97bfa77eea653ed55df86e", - "sha1": "edd20a8ccf3894e957f42913a8afb8d438569e13", - "sha256": "6934073545ed7cdc70acc7ec765929125452b2753510fdcb682a19e8d8fde970", - "size": 192191, - "uuid": "e0c065fb-3297-44e8-ab6b-cb6aa461bedc", - "version": "2019-02-02T065447.635894Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "4df5f693", - "indexed": false, - "name": "ERR2462443_1.fastq.gz", - "s3_etag": "50ea47ab9850309a470ce78b38f77c9a", - "sha1": "88ade3d68a3a835bcd4d4a5434e7ca0f27da7cea", - "sha256": "a8ba89633116043dcc81c4e79bb8794e8fabb45107cb1ae6aac50b425ea9951c", - "size": 11869523, - "uuid": "e3a876c0-814d-48d0-ab33-5de0ca400125", - "version": "2019-02-01T115352.287395Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "aa8d705d", - "indexed": false, - "name": "ERR2462443_2.fastq.gz", - "s3_etag": "eef771438861eb1181c0a42e707ce313", - "sha1": "13d71b1e22c7f000d4e95109757386214078ab13", - "sha256": "af1307de700fc3aa828fc08c1a6b0ebe7df3f168878e42f8ee597ec61d7cee5d", - "size": 11778346, - "uuid": "54d7fff5-6a9e-44c9-b515-ea28a9b1940f", - "version": "2019-02-01T115352.858162Z" - } -] \ No newline at end of file diff --git a/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e/2019-02-02T065454.662896Z/metadata.json b/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e/2019-02-02T065454.662896Z/metadata.json deleted file mode 100644 index 6377fb91d9..0000000000 --- a/test/hca_metadata_api/cans/prod/ffee7f29-5c38-461a-8771-a68e20ec4a2e/2019-02-02T065454.662896Z/metadata.json +++ /dev/null @@ -1,1656 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.6/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "24088_4_92", - "biomaterial_name": "T cell from blood", - "biomaterial_description": "=", - "ncbi_taxon_id": [ - 9606 - ], - "insdc_biomaterial": "ERS2335002", - "biosd_biomaterial": "SAMEA1015535" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "selected_cell_type": [ - { - "text": "T cell", - "ontology": "CL:0000084", - "ontology_label": "T cell" - } - ], - "total_estimated_cells": 1, - "plate_based_sequencing": { - "plate_id": "not provided" - }, - "provenance": { - "document_id": "9ea49dd1-7511-48f8-be12-237e3d0690c0", - "submission_date": "2019-01-23T10:27:50.080Z", - "update_date": "2019-01-23T11:01:24.376Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.8/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "blood_from_donor_D4", - "biomaterial_name": "Peripheral blood sample 1", - "biomaterial_description": "Blood from early pregnancy (6- 14 weeks gestation)", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "blood", - "ontology": "UBERON:0000178", - "ontology_label": "blood" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "preservation_storage": { - "preservation_method": "fresh" - }, - "provenance": { - "document_id": "e7049663-aa57-4001-8bb4-870e341b4f0b", - "submission_date": "2019-01-23T10:25:32.280Z", - "update_date": "2019-01-23T10:55:57.143Z" - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/12.0.5/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "D4", - "biomaterial_name": "Donor 4", - "biomaterial_description": "Donor 4, 6-14 weeks pregnant", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "is_living": "yes", - "sex": "female", - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461", - "ontology_label": "normal" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272", - "ontology_label": "adult" - }, - "provenance": { - "document_id": "a879fffa-3b98-4204-ae5a-603180007ca0", - "submission_date": "2019-01-23T10:25:32.001Z", - "update_date": "2019-01-23T10:40:40.695Z" - } - }, - "analysis_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bait_bias_summary_metrics.txt", - "file_format": "txt" - }, - "provenance": { - "document_id": "b91aca7b-e71b-4014-ab09-5d87e52bc305", - "submission_date": "2019-02-02T06:45:00.418Z", - "update_date": "2019-02-02T06:49:43.861Z" - } - }, - "analysis_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.insert_size_metrics.txt", - "file_format": "txt" - }, - "provenance": { - "document_id": "34e92010-0e2d-49af-b4b7-bed7a2c9e490", - "submission_date": "2019-02-02T06:45:00.594Z", - "update_date": "2019-02-02T06:49:37.893Z" - } - }, - "analysis_file_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_by_cycle_metrics.txt", - "file_format": "txt" - }, - "provenance": { - "document_id": "3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2", - "submission_date": "2019-02-02T06:45:00.770Z", - "update_date": "2019-02-02T06:49:40.900Z" - } - }, - "analysis_file_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_distribution_metrics.txt", - "file_format": "txt" - }, - "provenance": { - "document_id": "ed37a61e-4449-4bce-a774-7cbd732781c8", - "submission_date": "2019-02-02T06:45:00.949Z", - "update_date": "2019-02-02T06:49:40.853Z" - } - }, - "analysis_file_4.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.rna_metrics.txt", - "file_format": "txt" - }, - "provenance": { - "document_id": "b70e4907-383c-4466-a244-3e7ce9890dae", - "submission_date": "2019-02-02T06:45:01.127Z", - "update_date": "2019-02-02T06:49:43.860Z" - } - }, - "analysis_file_5.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_QCs.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "7ee496ab-286c-4962-919a-70244090e315", - "submission_date": "2019-02-02T06:45:01.306Z", - "update_date": "2019-02-02T06:49:53.070Z" - } - }, - "analysis_file_6.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_bait_bias_detail_metrics.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "c15427d1-e5b7-4bee-91fe-d98b04dc6a01", - "submission_date": "2019-02-02T06:45:01.483Z", - "update_date": "2019-02-02T06:49:53.044Z" - } - }, - "analysis_file_7.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_base_distribution_by_cycle_metrics.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "b11e96c4-2472-4317-b45b-5bc1c9b55704", - "submission_date": "2019-02-02T06:45:01.662Z", - "update_date": "2019-02-02T06:49:55.885Z" - } - }, - "analysis_file_8.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_error_summary_metrics.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c", - "submission_date": "2019-02-02T06:45:01.843Z", - "update_date": "2019-02-02T06:49:55.882Z" - } - }, - "analysis_file_9.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_gc_bias.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "6804b943-fda7-4e8f-bfba-23e368843e63", - "submission_date": "2019-02-02T06:45:02.034Z", - "update_date": "2019-02-02T06:49:58.883Z" - } - }, - "analysis_file_10.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_detail_metrics.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "aeb5aebe-9e45-4c9d-931a-883f8fa71225", - "submission_date": "2019-02-02T06:45:02.212Z", - "update_date": "2019-02-02T06:49:58.860Z" - } - }, - "analysis_file_11.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_summary_metrics.csv", - "file_format": "csv" - }, - "provenance": { - "document_id": "7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d", - "submission_date": "2019-02-02T06:45:02.394Z", - "update_date": "2019-02-02T06:50:01.875Z" - } - }, - "analysis_file_12.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam", - "file_format": "bam" - }, - "provenance": { - "document_id": "87bd704c-3d36-4620-bdf2-5ad28c5a3d56", - "submission_date": "2019-02-02T06:45:02.573Z", - "update_date": "2019-02-02T06:49:34.958Z" - } - }, - "analysis_file_13.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam.bai", - "file_format": "bai" - }, - "provenance": { - "document_id": "0aa4b2f3-b969-40d7-97f9-f33af0088915", - "submission_date": "2019-02-02T06:45:02.767Z", - "update_date": "2019-02-02T06:49:37.919Z" - } - }, - "analysis_file_14.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.bam", - "file_format": "bam" - }, - "provenance": { - "document_id": "697a869d-079b-48d4-9a7d-c04cf05dd0a9", - "submission_date": "2019-02-02T06:45:02.955Z", - "update_date": "2019-02-02T06:49:46.903Z" - } - }, - "analysis_file_15.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.genes.results", - "file_format": "results" - }, - "provenance": { - "document_id": "6d928f58-2e83-46a0-84a2-d08744a42abd", - "submission_date": "2019-02-02T06:45:03.146Z", - "update_date": "2019-02-02T06:49:49.891Z" - } - }, - "analysis_file_16.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.isoforms.results", - "file_format": "results" - }, - "provenance": { - "document_id": "cc958050-fd69-4919-8529-6f91552ce0ea", - "submission_date": "2019-02-02T06:45:03.325Z", - "update_date": "2019-02-02T06:49:53.098Z" - } - }, - "analysis_file_17.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs", - "file_format": "matrix" - }, - "provenance": { - "document_id": "0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01", - "submission_date": "2019-02-02T06:45:03.500Z", - "update_date": "2019-02-02T06:50:01.882Z" - } - }, - "analysis_file_18.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zgroup", - "file_format": "unknown" - }, - "provenance": { - "document_id": "42fffad8-d47d-4da5-8318-45b0f5577c08", - "submission_date": "2019-02-02T06:45:03.681Z", - "update_date": "2019-02-02T06:50:04.892Z" - } - }, - "analysis_file_19.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "2842a995-c205-4d80-959f-fcb9ff8719ee", - "submission_date": "2019-02-02T06:45:03.862Z", - "update_date": "2019-02-02T06:50:04.900Z" - } - }, - "analysis_file_20.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "90d148ed-a6eb-44c3-a398-df29459943ff", - "submission_date": "2019-02-02T06:45:04.048Z", - "update_date": "2019-02-02T06:50:07.892Z" - } - }, - "analysis_file_21.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "269a143b-a2c2-40cd-9394-41a13321581d", - "submission_date": "2019-02-02T06:45:04.228Z", - "update_date": "2019-02-02T06:50:10.886Z" - } - }, - "analysis_file_22.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!0.0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "1dda8255-de1c-4bfa-aa79-dbc501d3a112", - "submission_date": "2019-02-02T06:45:04.425Z", - "update_date": "2019-02-02T06:50:10.905Z" - } - }, - "analysis_file_23.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "d76f404c-d294-49f2-bfd5-d475e08fa783", - "submission_date": "2019-02-02T06:45:04.602Z", - "update_date": "2019-02-02T06:50:13.892Z" - } - }, - "analysis_file_24.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "3f672b26-ea2f-4e94-ba77-f463c3cb7c38", - "submission_date": "2019-02-02T06:45:04.791Z", - "update_date": "2019-02-02T06:50:13.961Z" - } - }, - "analysis_file_25.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818", - "submission_date": "2019-02-02T06:45:04.980Z", - "update_date": "2019-02-02T06:50:13.945Z" - } - }, - "analysis_file_26.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!0.0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "3e44e8f9-e76d-4158-a7af-eeb9602cf8cc", - "submission_date": "2019-02-02T06:45:05.160Z", - "update_date": "2019-02-02T06:50:16.898Z" - } - }, - "analysis_file_27.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "3fe1e9e8-1b0f-4683-a402-ae970b33f144", - "submission_date": "2019-02-02T06:45:05.347Z", - "update_date": "2019-02-02T06:50:16.905Z" - } - }, - "analysis_file_28.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "e53c14f5-1a4f-44d6-9773-53faac32233b", - "submission_date": "2019-02-02T06:45:05.539Z", - "update_date": "2019-02-02T06:50:19.912Z" - } - }, - "analysis_file_29.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "7a26e63d-fcf2-419a-a945-bca9e539480f", - "submission_date": "2019-02-02T06:45:05.734Z", - "update_date": "2019-02-02T06:50:19.912Z" - } - }, - "analysis_file_30.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!0.0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "644b261b-450e-453c-bb5e-0498a1cf5804", - "submission_date": "2019-02-02T06:45:05.915Z", - "update_date": "2019-02-02T06:50:22.891Z" - } - }, - "analysis_file_31.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!.zarray", - "file_format": "unknown" - }, - "provenance": { - "document_id": "b367129a-e83f-4a2b-9278-b5f7930ad457", - "submission_date": "2019-02-02T06:45:06.096Z", - "update_date": "2019-02-02T06:50:22.873Z" - } - }, - "analysis_file_32.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "schema_type": "file", - "file_core": { - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!0", - "file_format": "unknown" - }, - "provenance": { - "document_id": "6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39", - "submission_date": "2019-02-02T06:45:06.274Z", - "update_date": "2019-02-02T06:50:25.954Z" - } - }, - "sequence_file_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/7.0.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "ERR2462443_1.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "read_length": 75, - "insdc_run": [ - "ERR2462443" - ], - "provenance": { - "document_id": "c15ee840-4702-45f7-bb19-693de19a742a", - "submission_date": "2019-01-23T10:32:54.467Z", - "update_date": "2019-01-23T16:20:56.497Z" - } - }, - "sequence_file_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/file/7.0.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "ERR2462443_2.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read2", - "read_length": 75, - "insdc_run": [ - "ERR2462443" - ], - "provenance": { - "document_id": "5f5d9c84-3565-4398-886c-2e50ad4c3964", - "submission_date": "2019-01-23T10:32:54.477Z", - "update_date": "2019-01-23T16:20:53.469Z" - } - }, - "project_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/project/9.0.8/project", - "schema_type": "project", - "project_core": { - "project_short_name": "Fetal/Maternal Interface", - "project_title": "Reconstructing the human first trimester fetal-maternal interface using single cell transcriptomics", - "project_description": "During early human pregnancy the uterine mucosa transforms into the decidua, into which the fetal placenta implants and where placental trophoblast cells intermingle and communicate with maternal cells. Trophoblast\u2013decidual interactions underlie common diseases of pregnancy, including pre-eclampsia and stillbirth. Here we profile the transcriptomes of about 70,000 single cells from first-trimester placentas with matched maternal blood and decidual cells. The cellular composition of human decidua reveals subsets of perivascular and stromal cells that are located in distinct decidual layers. There are three major subsets of decidual natural killer cells that have distinctive immunomodulatory and chemokine profiles. We develop a repository of ligand\u2013receptor complexes and a statistical tool to predict the cell-type specificity of cell\u2013cell communication via these molecular interactions. Our data identify many regulatory interactions that prevent harmful innate or adaptive immune responses in this environment. Our single-cell atlas of the maternal\u2013fetal interface reveals the cellular organization of the decidua and placenta, and the interactions that are critical for placentation and reproductive success." - }, - "insdc_project": "ERP107748", - "array_express_investigation": "E-MTAB-6678", - "insdc_study": "PRJEB25794", - "supplementary_links": [ - "https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6678/", - "https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6701/", - "https://www.ebi.ac.uk/ena/data/view/PRJEB25794", - "https://www.ebi.ac.uk/ena/data/view/PRJEB28266" - ], - "contributors": [ - { - "contact_name": "Johan,,Henriksson", - "email": "mahogny@areta.org", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "corresponding_contributor": false - }, - { - "contact_name": "Mirjana,,Efremova", - "email": "me5@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "corresponding_contributor": true - }, - { - "contact_name": "Roser,,Vento-Tormo", - "email": "rv4@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "corresponding_contributor": true - }, - { - "contact_name": "Muzlifah,,Haniffa", - "email": "m.a.haniffa@ncl.ac.uk", - "institution": "Newcastle University", - "laboratory": "Institute of Cellular Medicine", - "address": "Newcastle upon Tyne, NE2 4HH", - "country": "UK", - "corresponding_contributor": true - }, - { - "contact_name": "Ashley,,Moffett", - "email": "am485@cam.ac.uk", - "institution": "University of Cambridge", - "laboratory": "Centre for Trophoblast Research", - "address": "Cambridge, CB2 3EG", - "country": "UK", - "corresponding_contributor": true - }, - { - "contact_name": "Sarah,A,Teichmann", - "email": "st9@sanger.ac.uk", - "institution": "Wellcome Trust Sanger Institute", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "corresponding_contributor": true - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Zinaida, A, Perova", - "email": "zina@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0001-9913-3249", - "corresponding_contributor": false - }, - { - "contact_name": "Anja,,Fullgrabe", - "email": "anjaf@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "ArrayExpress ", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "external curator", - "orcid_id": "0000-0002-8674-0039", - "corresponding_contributor": false - } - ], - "funders": [ - { - "funder_name": "Swedish Research Council" - }, - { - "grant_id": "099175/Z/12/Z", - "funder_name": "Medical Research Council / Wellcome Trust" - }, - { - "grant_id": "WT107931/Z/15/Z", - "funder_name": "Wellcome Trust" - }, - { - "funder_name": "EMBO Long-Term Fellowship" - }, - { - "funder_name": "Human Frontier Science Program Long-Term Fellowship" - }, - { - "funder_name": "Royal Society Dorothy Hodgkin Fellowship" - }, - { - "funder_name": "The Lister Institute for Preventive Medicine" - }, - { - "funder_name": "National Institute for Health Research" - }, - { - "funder_name": "Newcastle Biomedical Research Centre" - }, - { - "grant_id": "ThDEFINE, ThSWITCH", - "funder_name": "ERC" - }, - { - "grant_id": "MRG-GRAMMAR no. 664918", - "funder_name": "EU FET-OPEN" - }, - { - "grant_id": "Investigator award", - "funder_name": "Wellcome Trust" - }, - { - "grant_id": "WT206194", - "funder_name": "Wellcome Sanger core funding" - } - ], - "publications": [ - { - "authors": [ - "Vento-Tormo R", - "Efremova M", - "Botting RA", - "Turco MY", - "Vento-Tormo M", - "Meyer KB", - "Park J", - "Stephenson E", - "Polanski K", - "Payne RP", - "Goncalves A", - "Zou A", - "Henriksson J", - "Wood L", - "Lisgo S", - "Filby A", - "Wright GJ", - "Stubbington MJ", - "Haniffa M", - "Moffett A", - "Teichmann SA" - ], - "publication_title": "Reconstructing the human first trimester fetal-maternal interface using single cell transcriptomics", - "doi": "10.1101/429589", - "publication_url": "https://www.biorxiv.org/content/early/2018/09/29/429589" - }, - { - "authors": [ - "Vento-Tormo R", - "Efremova M", - "Botting RA", - "Turco MY", - "Vento-Tormo M", - "Meyer KB", - "Park J", - "Stephenson E", - "Polanski K", - "Goncalves A", - "Gardner L", - "Holmqvist S", - "Henriksson J", - "Zou A", - "Sharkey A", - "Millar B", - "Innes B", - "Wood L", - "Wilbrey-Clark A", - "Payne RP", - "Ivarsson M", - "Lisgo S", - "Filby A", - "Rowitch D", - "Bulmer J", - "Wright GJ", - "Stubbington MJ", - "Haniffa M", - "Moffett A", - "Teichmann SA" - ], - "publication_title": "Single-cell reconstruction of the early maternal\u2013fetal interface in humans", - "doi": "10.1038/s41586-018-0698-6", - "pmid": 30429548, - "publication_url": "https://www.nature.com/articles/s41586-018-0698-6#Sec35" - } - ], - "provenance": { - "document_id": "aabbec1a-1215-43e1-8e42-6489af25c12c", - "submission_date": "2019-01-23T10:25:31.744Z", - "update_date": "2019-01-23T10:40:40.301Z" - } - }, - "analysis_protocol_0.json": { - "computational_method": "SmartSeq2SingleCell", - "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/8.0.3/analysis_protocol", - "protocol_core": { - "protocol_id": "smartseq2_v2.2.0" - }, - "protocol_type": { - "text": "analysis" - }, - "schema_type": "protocol", - "provenance": { - "document_id": "bb17ee61-193e-4ae1-a014-4f1b1c19b8b7", - "submission_date": "2019-02-02T06:44:58.913Z", - "update_date": "2019-02-02T06:45:04.641Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.4.4/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1", - "protocol_name": "Preparation of mRNAs for single cell SmartSeq2 sequencing", - "protocol_description": "The SmartSeq2 protocol was performed on single-cells as described in 10.1038/nprot.2014.006, with some modifications.", - "publication_doi": "10.1038/nprot.2014.006" - }, - "library_construction_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931", - "ontology_label": "Smart-seq2" - }, - "nucleic_acid_source": "single cell", - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869", - "ontology_label": "polyA RNA" - }, - "library_construction_kit": { - "retail_name": "Nextera XT library preparation kit" - }, - "provenance": { - "document_id": "edda2708-1172-47f0-9c8b-b6771f463db1", - "submission_date": "2019-01-23T10:33:59.845Z", - "update_date": "2019-01-23T10:34:05.563Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.8/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1", - "protocol_name": "SmartSeq2 single cell sequencing", - "protocol_description": "Libraries were sequenced on the Illumina HiSeq 2000 platform to obtain 75-bp paired-end reads." - }, - "sequencing_approach": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441", - "ontology_label": "full length single cell RNA sequencing" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2000", - "ontology": "EFO:0004203", - "ontology_label": "Illumina HiSeq 2000" - }, - "paired_end": true, - "provenance": { - "document_id": "46f58d61-c784-47fb-9c75-7af37871810e", - "submission_date": "2019-01-23T10:33:59.865Z", - "update_date": "2019-01-23T10:34:05.670Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_3", - "protocol_name": "Isolation (enrichment) of PBMCs from blood", - "protocol_description": "Blood samples were carefully layered onto a Ficoll-paque gradient and centrifuged at 2,000 rpm for 30 min without brakes. Peripheral blood mononuclear cells (PBMCs) from the interface between the plasma and the Ficoll\u2013 Paque gradient were collected and washed in ice-cold phosphate-buffered saline (PBS), followed by centrifugation at 2000r.p.m. for 5 min. The pellet was resuspended in 5ml of red blood cell lysis buffer (Invitrogen, 00-4300) for 10min.", - "publication_doi": "10.1038/s41586-018-0698-6" - }, - "enrichment_method": { - "text": "Ficoll-paque gradient", - "ontology": "EFO:0009112", - "ontology_label": "density gradient centrifugation" - }, - "provenance": { - "document_id": "dcfe8429-af02-491e-96e9-4ac0569cd5d1", - "submission_date": "2019-01-23T10:33:59.669Z", - "update_date": "2019-01-23T10:34:05.632Z" - } - }, - "enrichment_protocol_1.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_10", - "protocol_name": "FACS sorting to enrich for live cells (DAPI+)", - "protocol_description": "Cells were stained for DAPI and only viable (DAPI+) cells were sorted. ", - "publication_doi": "10.1038/s41586-018-0698-6" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "markers": "DAPI+", - "provenance": { - "document_id": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253", - "submission_date": "2019-01-23T10:33:59.759Z", - "update_date": "2019-01-23T10:34:06.540Z" - } - }, - "enrichment_protocol_2.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_11", - "protocol_name": "FACS sorting to deplete B cells", - "protocol_description": "FACS was used with CD19- and CD20-", - "publication_doi": "10.1038/s41586-018-0698-6" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "markers": "CD19- CD20-", - "provenance": { - "document_id": "3d2707fa-83ad-472b-8282-7b6191f96bc2", - "submission_date": "2019-01-23T10:33:59.768Z", - "update_date": "2019-01-23T10:34:05.715Z" - } - }, - "enrichment_protocol_3.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.8/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_5", - "protocol_name": "FACS sorting to enrich for T cells for SS2", - "protocol_description": "FACS was used with gates CD45+HLADR\u2212CD56\u2212CD3+CD4+CD8\u2212; CD45+HLA-DR\u2212CD56\u2212CD3+CD8+; CD45+HLA-DR\u2212CD56\u2212CD3+CD4\u2212CD8\u2212", - "publication_doi": "10.1038/s41586-018-0698-6" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "markers": "CD45+ HLA-DR\u2212 CD56\u2212 CD3+ CD4+ CD8\u2212 CD8+ CD4\u2212", - "provenance": { - "document_id": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca", - "submission_date": "2019-01-23T10:33:59.686Z", - "update_date": "2019-01-23T10:34:05.783Z" - } - }, - "collection_protocol_0.json": { - "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/8.2.10/collection_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "blood_draw_1", - "protocol_name": "blood draw", - "protocol_description": "blood draw", - "publication_doi": "10.1038/s41586-018-0698-6" - }, - "collection_method": { - "text": "blood draw", - "ontology": "EFO:0009121", - "ontology_label": "blood draw" - }, - "provenance": { - "document_id": "477b201f-67f0-4f97-86d5-de32a7afc267", - "submission_date": "2019-01-23T10:33:59.629Z", - "update_date": "2019-01-23T10:34:05.575Z" - } - }, - "analysis_process_0.json": { - "analysis_run_type": "run", - "describedBy": "https://schema.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", - "input_bundles": [ - "8324dd3f-ddaf-42aa-9b3f-aef342229028" - ], - "inputs": [ - { - "parameter_name": "fastq1", - "parameter_value": "gs://org-hca-dss-checkout-prod/bundles/8324dd3f-ddaf-42aa-9b3f-aef342229028.2019-02-01T115354.796712Z/ERR2462443_1.fastq.gz" - }, - { - "parameter_name": "fastq2", - "parameter_value": "gs://org-hca-dss-checkout-prod/bundles/8324dd3f-ddaf-42aa-9b3f-aef342229028.2019-02-01T115354.796712Z/ERR2462443_2.fastq.gz" - }, - { - "parameter_name": "sample_name", - "parameter_value": "9ea49dd1-7511-48f8-be12-237e3d0690c0" - }, - { - "parameter_name": "output_name", - "parameter_value": "9ea49dd1-7511-48f8-be12-237e3d0690c0" - }, - { - "parameter_name": "gtf_file", - "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.primary_assembly.annotation.gtf" - }, - { - "parameter_name": "genome_ref_fasta", - "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38.primary_assembly.genome.fa" - }, - { - "parameter_name": "rrna_intervals", - "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.rRNA.interval_list" - }, - { - "parameter_name": "gene_ref_flat", - "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38_gencode.v27.refFlat.txt" - }, - { - "parameter_name": "hisat2_ref_index", - "parameter_value": "gs://hca-dcp-mint-test-data/reference/HISAT2/genome_snp_tran.tar.gz" - }, - { - "parameter_name": "hisat2_ref_trans_name", - "parameter_value": "gencode_v27_trans_rsem" - }, - { - "parameter_name": "rsem_ref_index", - "parameter_value": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode_v27_primary.tar" - }, - { - "parameter_name": "hisat2_ref_name", - "parameter_value": "genome_snp_tran" - }, - { - "parameter_name": "hisat2_ref_trans_name", - "parameter_value": "gencode_v27_trans_rsem" - }, - { - "parameter_name": "stranded", - "parameter_value": "NONE" - } - ], - "outputs": [ - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "txt", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bait_bias_summary_metrics.txt" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "txt", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.insert_size_metrics.txt" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "txt", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_by_cycle_metrics.txt" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "txt", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.quality_distribution_metrics.txt" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "txt", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.rna_metrics.txt" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_QCs.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_bait_bias_detail_metrics.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_base_distribution_by_cycle_metrics.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_error_summary_metrics.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_gc_bias.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_detail_metrics.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "csv", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_pre_adapter_summary_metrics.csv" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "bam", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "bai", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_qc.bam.bai" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "bam", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.bam" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "results", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.genes.results" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "results", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0_rsem.isoforms.results" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "matrix", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zgroup" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_id!0" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric!0.0" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_numeric_name!0" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string!0.0" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!cell_metadata_string_name!0" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!expression!0.0" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!.zarray" - }, - "schema_type": "file" - }, - { - "describedBy": "https://schema.humancellatlas.org/type/file/5.3.4/analysis_file", - "file_core": { - "file_format": "unknown", - "file_name": "9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!gene_id!0" - }, - "schema_type": "file" - } - ], - "process_core": { - "process_id": "1a5b6337-c719-4dc7-9014-e7cb7f739e22" - }, - "process_type": { - "text": "analysis" - }, - "reference_bundle": "bf51d668-3e14-4843-9bc7-5d676fdf0e01", - "schema_type": "process", - "tasks": [ - { - "cpus": 2, - "disk_size": "local-disk 11 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-picard:v0.2.2-2.10.10", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectDuplicationMetrics/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectDuplicationMetrics/stdout", - "memory": "7.5 GB", - "start_time": "2019-02-02T06:17:07.504Z", - "stop_time": "2019-02-02T06:20:06.008Z", - "task_name": "CollectDuplicationMetrics", - "zone": "us-central1-b" - }, - { - "cpus": 1, - "disk_size": "local-disk 14 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-picard:v0.2.2-2.10.10", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectMultipleMetrics/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectMultipleMetrics/stdout", - "memory": "7.5 GB", - "start_time": "2019-02-02T06:17:07.504Z", - "stop_time": "2019-02-02T06:26:15.019Z", - "task_name": "CollectMultipleMetrics", - "zone": "us-central1-b" - }, - { - "cpus": 1, - "disk_size": "local-disk 11 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-picard:v0.2.2-2.10.10", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectRnaMetrics/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-CollectRnaMetrics/stdout", - "memory": "3.5 GB", - "start_time": "2019-02-02T06:17:07.504Z", - "stop_time": "2019-02-02T06:30:57.010Z", - "task_name": "CollectRnaMetrics", - "zone": "us-central1-b" - }, - { - "cpus": 1, - "disk_size": "local-disk 20 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-sctools:v0.3.0", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-GroupQCOutputs/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-GroupQCOutputs/stdout", - "memory": "2 GB", - "start_time": "2019-02-02T06:30:58.954Z", - "stop_time": "2019-02-02T06:36:21.014Z", - "task_name": "GroupQCOutputs", - "zone": "us-central1-b" - }, - { - "cpus": 4, - "disk_size": "local-disk 23 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-hisat2:v0.2.2-2-2.1.0", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2PairedEnd/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2PairedEnd/stdout", - "memory": "15 GB", - "start_time": "2019-02-02T06:09:49.934Z", - "stop_time": "2019-02-02T06:17:06.009Z", - "task_name": "HISAT2PairedEnd", - "zone": "us-central1-b" - }, - { - "cpus": 4, - "disk_size": "local-disk 14 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-hisat2:v0.2.2-2-2.1.0", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2Transcriptome/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-HISAT2Transcriptome/stdout", - "memory": "15 GB", - "start_time": "2019-02-02T06:09:49.935Z", - "stop_time": "2019-02-02T06:13:12.013Z", - "task_name": "HISAT2Transcriptome", - "zone": "us-central1-b" - }, - { - "cpus": 4, - "disk_size": "local-disk 22 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-rsem:v0.2.2-1.3.0", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-RSEMExpression/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-RSEMExpression/stdout", - "memory": "3.5 GB", - "start_time": "2019-02-02T06:13:13.934Z", - "stop_time": "2019-02-02T06:18:24.008Z", - "task_name": "RSEMExpression", - "zone": "us-central1-b" - }, - { - "cpus": 4, - "disk_size": "local-disk 100 HDD", - "docker_image": "quay.io/humancellatlas/secondary-analysis-python3-scientific:0.1.7", - "log_err": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-SmartSeq2ZarrConversion/stderr", - "log_out": "gs://hca-dcp-pipelines-prod-cromwell-execution/caas-cromwell-executions/AdapterSmartSeq2SingleCell/e39de6d0-0ba4-4c92-bd96-f4b1117ca390/call-analysis/ss2.SmartSeq2SingleCell/1a5b6337-c719-4dc7-9014-e7cb7f739e22/call-SmartSeq2ZarrConversion/stdout", - "memory": "16 GB", - "start_time": "2019-02-02T06:36:22.504Z", - "stop_time": "2019-02-02T06:39:18.012Z", - "task_name": "SmartSeq2ZarrConversion", - "zone": "us-central1-b" - } - ], - "timestamp_start_utc": "2019-02-02T06:09:46.854Z", - "timestamp_stop_utc": "2019-02-02T06:39:21.010Z", - "provenance": { - "document_id": "d6c56c65-bed0-4d6e-bf89-7e0d71bd3026", - "submission_date": "2019-02-02T06:44:59.796Z", - "update_date": "2019-02-02T06:45:04.794Z" - } - }, - "process_0.json": { - "insdc_experiment": { - "insdc_experiment": "ERX2481489" - }, - "process_core": { - "process_id": "24088_4_92" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.6/process", - "provenance": { - "document_id": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", - "submission_date": "2019-01-23T10:40:00.000Z", - "update_date": "2019-01-23T11:19:16.982Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_5845" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.6/process", - "provenance": { - "document_id": "e84cac5b-1467-4055-a029-48d67a5505d6", - "submission_date": "2019-01-23T10:36:29.102Z", - "update_date": "2019-01-23T11:10:57.210Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_21" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/6.0.6/process", - "provenance": { - "document_id": "832b39e3-ebba-4686-a724-52babb96056f", - "submission_date": "2019-01-23T10:34:00.619Z", - "update_date": "2019-01-23T11:05:44.002Z" - } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.4/links", - "schema_type": "link_bundle", - "schema_version": "1.1.4", - "links": [ - { - "process": "d6c56c65-bed0-4d6e-bf89-7e0d71bd3026", - "inputs": [ - "c15ee840-4702-45f7-bb19-693de19a742a", - "5f5d9c84-3565-4398-886c-2e50ad4c3964" - ], - "input_type": "file", - "outputs": [ - "b91aca7b-e71b-4014-ab09-5d87e52bc305", - "34e92010-0e2d-49af-b4b7-bed7a2c9e490", - "3db4d80f-cbd5-45da-9048-6fe8e2e4d0d2", - "ed37a61e-4449-4bce-a774-7cbd732781c8", - "b70e4907-383c-4466-a244-3e7ce9890dae", - "7ee496ab-286c-4962-919a-70244090e315", - "c15427d1-e5b7-4bee-91fe-d98b04dc6a01", - "b11e96c4-2472-4317-b45b-5bc1c9b55704", - "828d7e40-4f6b-42e1-8cd2-6ddccb5b0e6c", - "6804b943-fda7-4e8f-bfba-23e368843e63", - "aeb5aebe-9e45-4c9d-931a-883f8fa71225", - "7c5a87c1-e3b6-42aa-8d68-0f534ded7d2d", - "87bd704c-3d36-4620-bdf2-5ad28c5a3d56", - "0aa4b2f3-b969-40d7-97f9-f33af0088915", - "697a869d-079b-48d4-9a7d-c04cf05dd0a9", - "6d928f58-2e83-46a0-84a2-d08744a42abd", - "cc958050-fd69-4919-8529-6f91552ce0ea", - "0a5730dc-eeeb-4f25-bcc7-24cb7d15ac01", - "42fffad8-d47d-4da5-8318-45b0f5577c08", - "2842a995-c205-4d80-959f-fcb9ff8719ee", - "90d148ed-a6eb-44c3-a398-df29459943ff", - "269a143b-a2c2-40cd-9394-41a13321581d", - "1dda8255-de1c-4bfa-aa79-dbc501d3a112", - "d76f404c-d294-49f2-bfd5-d475e08fa783", - "3f672b26-ea2f-4e94-ba77-f463c3cb7c38", - "4bc5b41c-9fea-4baa-9bf9-75fa4f4a9818", - "3e44e8f9-e76d-4158-a7af-eeb9602cf8cc", - "3fe1e9e8-1b0f-4683-a402-ae970b33f144", - "e53c14f5-1a4f-44d6-9773-53faac32233b", - "7a26e63d-fcf2-419a-a945-bca9e539480f", - "644b261b-450e-453c-bb5e-0498a1cf5804", - "b367129a-e83f-4a2b-9278-b5f7930ad457", - "6d4785d0-bd42-4f98-8f7a-ab9ca8fcab39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "bb17ee61-193e-4ae1-a014-4f1b1c19b8b7" - } - ] - }, - { - "process": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", - "inputs": [ - "9ea49dd1-7511-48f8-be12-237e3d0690c0" - ], - "input_type": "biomaterial", - "outputs": [ - "c15ee840-4702-45f7-bb19-693de19a742a", - "5f5d9c84-3565-4398-886c-2e50ad4c3964" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "edda2708-1172-47f0-9c8b-b6771f463db1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "46f58d61-c784-47fb-9c75-7af37871810e" - } - ] - }, - { - "process": "e84cac5b-1467-4055-a029-48d67a5505d6", - "inputs": [ - "e7049663-aa57-4001-8bb4-870e341b4f0b" - ], - "input_type": "biomaterial", - "outputs": [ - "9ea49dd1-7511-48f8-be12-237e3d0690c0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "dcfe8429-af02-491e-96e9-4ac0569cd5d1" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "3d2707fa-83ad-472b-8282-7b6191f96bc2" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca" - } - ] - }, - { - "process": "832b39e3-ebba-4686-a724-52babb96056f", - "inputs": [ - "a879fffa-3b98-4204-ae5a-603180007ca0" - ], - "input_type": "biomaterial", - "outputs": [ - "e7049663-aa57-4001-8bb4-870e341b4f0b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "477b201f-67f0-4f97-86d5-de32a7afc267" - } - ] - }, - { - "process": "55faef19-0c09-41ef-b21c-ad25a89ea2e3", - "inputs": [ - "9ea49dd1-7511-48f8-be12-237e3d0690c0" - ], - "input_type": "biomaterial", - "outputs": [ - "c15ee840-4702-45f7-bb19-693de19a742a", - "5f5d9c84-3565-4398-886c-2e50ad4c3964" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "edda2708-1172-47f0-9c8b-b6771f463db1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "46f58d61-c784-47fb-9c75-7af37871810e" - } - ] - }, - { - "process": "e84cac5b-1467-4055-a029-48d67a5505d6", - "inputs": [ - "e7049663-aa57-4001-8bb4-870e341b4f0b" - ], - "input_type": "biomaterial", - "outputs": [ - "9ea49dd1-7511-48f8-be12-237e3d0690c0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "dcfe8429-af02-491e-96e9-4ac0569cd5d1" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "55dd1cfc-cc9c-4a03-aa43-2cb92b843253" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "3d2707fa-83ad-472b-8282-7b6191f96bc2" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "88bd21a4-8d6c-48ce-ab57-8b5e0b582cca" - } - ] - }, - { - "process": "832b39e3-ebba-4686-a724-52babb96056f", - "inputs": [ - "a879fffa-3b98-4204-ae5a-603180007ca0" - ], - "input_type": "biomaterial", - "outputs": [ - "e7049663-aa57-4001-8bb4-870e341b4f0b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "477b201f-67f0-4f97-86d5-de32a7afc267" - } - ] - } - ] - } -} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018.2018-10-07T130111.835234Z.json b/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018.2018-10-07T130111.835234Z.json new file mode 100644 index 0000000000..10a4f1ed3d --- /dev/null +++ b/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018.2018-10-07T130111.835234Z.json @@ -0,0 +1,492 @@ +{ + "manifest": { + "sequence_file/f3d5c7cb-7ab4-4903-8e0e-dc942121fe27": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "a3f89844", + "indexed": false, + "name": "SRR6260013.fastq.gz", + "s3_etag": "8c9bb4704875cbe67cfc12abb0c66d57", + "sha1": "ee681bf47c0b7fbad663b20704ddb45d632709ed", + "sha256": "3f50829dc75cbb1e5a95403fe59e1f3bc4e897e5fbf1bb3c5861854eafa5b84c", + "size": 38471612, + "uuid": "9dee7111-d743-43a1-b768-118614bf7987", + "version": "2018-10-07T130110.968810Z" + } + }, + "metadata": { + "cell_suspension/ef97eef1-a436-4462-a152-1a2b86ee8831": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Single-cell_RNA-seq_Subject9_TEMRA_Cell030", + "biomaterial_name": "Single-cell_RNA-seq_Subject9_TEMRA_Cell030", + "biomaterial_description": "Single-cell_RNA-seq_Subject9_TEMRA_Cell030", + "ncbi_taxon_id": [ + 9606 + ], + "insdc_biomaterial": "SRS2664188" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "selected_cell_type": [ + { + "text": "TEMRA", + "ontology": "CL:0000625" + } + ], + "total_estimated_cells": 1, + "plate_based_sequencing": { + "plate_id": "subject9-10_batch1", + "cell_quality": "OK" + }, + "provenance": { + "document_id": "ef97eef1-a436-4462-a152-1a2b86ee8831", + "submission_date": "2018-10-07T11:57:52.282Z", + "update_date": "2018-10-07T12:04:46.292Z" + } + }, + "specimen_from_organism/80cb479b-dcb4-4dbb-a75d-0249a964bb70": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Subject9_DENV negative_PBMC_TEMRA", + "biomaterial_name": "Subject9_DENV negative_PBMC_TEMRA", + "biomaterial_description": "Subject9_DENV negative_PBMC_TEMRA", + "ncbi_taxon_id": [ + 9606 + ] + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "organ": { + "text": "blood", + "ontology": "UBERON:0000178" + }, + "organ_part": { + "text": "peripheral blood mononuclear cell", + "ontology": "CL:2000001" + }, + "preservation_storage": { + "preservation_method": "cryopreservation, other", + "storage_method": "frozen, liquid nitrogen" + }, + "provenance": { + "document_id": "80cb479b-dcb4-4dbb-a75d-0249a964bb70", + "submission_date": "2018-10-07T11:56:59.350Z", + "update_date": "2018-10-07T12:01:39.672Z" + } + }, + "donor_organism/6c992ba4-c132-4dd3-840e-13cf3f38243e": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Subject9", + "biomaterial_name": "Subject9", + "biomaterial_description": "Subject9", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "not provided" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" + } + ], + "is_living": "yes", + "sex": "unknown", + "medical_history": { + "test_results": "dengue virus negative" + }, + "diseases": [ + { + "text": "normal", + "ontology": "PATO:0000461" + } + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "18-60", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "provenance": { + "document_id": "6c992ba4-c132-4dd3-840e-13cf3f38243e", + "submission_date": "2018-10-07T11:56:59.023Z", + "update_date": "2018-10-07T12:00:40.749Z" + } + }, + "sequence_file/f3d5c7cb-7ab4-4903-8e0e-dc942121fe27": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "SRR6260013.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "read_length": 50, + "insdc_run": [ + "SRR6260013" + ], + "provenance": { + "document_id": "f3d5c7cb-7ab4-4903-8e0e-dc942121fe27", + "submission_date": "2018-10-07T11:58:46.814Z", + "update_date": "2018-10-07T12:08:49.204Z" + } + }, + "project/519b58ef-6462-4ed3-8c0d-375b54f53c31": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", + "schema_type": "project", + "project_core": { + "project_short_name": "CD4+ cytotoxic T lymphocytes", + "project_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis", + "project_description": "CD4+ cytotoxic T lymphocytes (CD4-CTLs) have been reported to play a protective role in several viral infections. However, little is known in humans about the biology of CD4-CTL generation, their functional properties, heterogeneity and clonal diversity, especially in relation to other well-described CD4+ memory T cell subsets. We performed single-cell RNA-seq in over 9000 cells to unravel CD4-CTL heterogeneity, transcriptional profile and clonality in humans. The single-cell differential gene expression analysis, revealed a spectrum of known transcripts, including several linked to cytotoxic and co-stimulatory function, and transcripts of unknown cytotoxicity-related function that are expressed at higher levels in the TEMRA subset, which is highly enriched for CD4-CTLs, compared to cells in the central and effector memory subsets (TCM, TEM). Simultaneous T cells antigen receptor (TCR) analysis in single-cells and bulk subsets revealed that CD4-TEMRA cells show marked clonal expansion compared to TCM and TEM cells and that the majority of CD4-TEMRA were dengue virus (DENV)-specific in subjects with previous DENV infection. The profile of CD4-TEMRA was highly heterogeneous across subjects, with four distinct clusters identified by the single-cell analysis. Most importantly, we identified distinct clusters of CD4-CTL effector and precursor cells in the TEMRA subset; the precursor cells shared TCR clonotypes with CD4-CTL effectors and were distinguished by high expression of the interleukin-7 receptor. Our identification of a CD4-CTL precursor population may allow further investigation of how CD4-CTLs arise in humans and thus could provide insights into the mechanisms that may be utilized to generate durable and effective CD4-CTL immunity." + }, + "insdc_project": "SRP124157", + "geo_series": "GSE106540", + "insdc_study": "PRJNA417191", + "supplementary_links": [ + "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-106540/Results" + ], + "contributors": [ + { + "contact_name": "Pandurangan,,Vijayanand", + "email": "vijay@lji.org", + "institution": "La Jolla Institute for Allergy and Immunology", + "laboratory": "Division of Vaccine Discovery", + "address": "La Jolla, CA 92037", + "country": "USA", + "corresponding_contributor": true + }, + { + "contact_name": "Mallory,Ann,Freeberg", + "email": "mfreeberg@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Human Cell Atlas Data Coordination Platform", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "Human Cell Atlas wrangler", + "orcid_id": "0000-0003-2949-3921", + "corresponding_contributor": false + }, + { + "contact_name": "Laura,,Huerta", + "email": "lauhuema@ebi.ac.uk", + "institution": "EMBL-EBI", + "laboratory": "Molecular Atlas", + "address": "Wellcome Trust Genome Campus, Cambridge UK", + "country": "UK", + "project_role": "external curator", + "orcid_id": "0000-0002-8748-599X", + "corresponding_contributor": false + } + ], + "funders": [ + { + "grant_id": "U19AI118626", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "grant_id": "U19AI118610", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "grant_id": "R01HL114093", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "grant_id": "R24AI108564", + "funder_name": "National Institutes of Health (NIH)" + }, + { + "funder_name": "William K. Bowes Jr. Foundation" + } + ], + "publications": [ + { + "authors": [ + "Patil VS", + "Madrigal A", + "Schmiedel BJ", + "Clarke J", + "ORourke P", + "Harris E", + "de Silva AD", + "Harris E", + "Peters B", + "Seumois G", + "Weiskopf D", + "Sette A", + "Vijayanand P" + ], + "publication_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis.", + "doi": "10.1126/sciimmunol.aan8664", + "pmid": 29352091, + "publication_url": "http://immunology.sciencemag.org/content/3/19/eaan8664.long" + } + ], + "provenance": { + "document_id": "519b58ef-6462-4ed3-8c0d-375b54f53c31", + "submission_date": "2018-10-07T11:56:58.869Z", + "update_date": "2018-10-07T12:00:40.290Z" + } + }, + "library_preparation_protocol/5f82b9c4-f3d7-410c-b843-0e5cdec9efa5": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "library_preparation_protocol_1", + "protocol_name": "Preparation of mRNAs for single cell SmartSeq2 sequencing", + "protocol_description": "Single cell RNAseq was performed as described in Picelli et al.Nat Protoc. 2014, PMID:24385147. We performed 23 cycles of amplification. Barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina) were prepared as following manufacturers protocol.", + "publication_doi": "10.1038/nprot.2014.006" + }, + "library_construction_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931" + }, + "nucleic_acid_source": "single cell", + "end_bias": "full length", + "primer": "poly-dT", + "strand": "unstranded", + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "library_construction_kit": { + "retail_name": "Nextera XT library preparation kit", + "manufacturer": "Illumina" + }, + "library_preamplification_method": { + "text": "PCR", + "ontology": "OBI:0000415" + }, + "provenance": { + "document_id": "5f82b9c4-f3d7-410c-b843-0e5cdec9efa5", + "submission_date": "2018-10-07T11:58:47.200Z", + "update_date": "2018-10-07T11:58:50.532Z" + } + }, + "sequencing_protocol/d678165b-2753-4393-bf3b-5e2a09ba892c": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1", + "protocol_name": "SmartSeq 2 single cell sequencing", + "protocol_description": "Libraries were sequenced on the Illumina HiSeq 2500 platform to obtain 50-bp single end reads (barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina))." + }, + "sequencing_approach": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008565" + }, + "paired_end": false, + "provenance": { + "document_id": "d678165b-2753-4393-bf3b-5e2a09ba892c", + "submission_date": "2018-10-07T11:58:47.211Z", + "update_date": "2018-10-07T11:58:50.511Z" + } + }, + "dissociation_protocol/920078d0-b17e-4f23-8cf6-0674b19e7bec": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_protocol_1", + "protocol_name": "Dissociation by FACS into single cells", + "protocol_description": "Dissociation by FACS into single cells", + "publication_doi": "10.1126/sciimmunol.aan8664" + }, + "dissociation_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "provenance": { + "document_id": "920078d0-b17e-4f23-8cf6-0674b19e7bec", + "submission_date": "2018-10-07T11:58:47.100Z", + "update_date": "2018-10-07T11:58:50.432Z" + } + }, + "enrichment_protocol/644c5f2d-33c8-4bf4-b411-b2dbec8b8227": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_2", + "protocol_name": "TEMRA Enrichment", + "protocol_description": "For single-cell RNA-seq experiments, live and singlet gated cells were further gated to sort 1) TCM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7+, 2) TEM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7-, 3) TEMRA; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-, 4) IL-7Rhigh TEMRA (CD4-CTL precursors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-CD127high, 5) IL-7R- TEMRA (CD4-CTL effectors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7- CD127-. Single cells were directly sorted into 96 well plate with lysis buffer for downstream processing using Smart-seq2 method", + "publication_doi": "10.1126/sciimmunol.aan8664" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "markers": "CD3+ CD4+ CD8alpha/CD14/CD19- CD45RA+ CCR7-", + "provenance": { + "document_id": "644c5f2d-33c8-4bf4-b411-b2dbec8b8227", + "submission_date": "2018-10-07T11:58:47.120Z", + "update_date": "2018-10-07T11:58:50.413Z" + } + }, + "collection_protocol/403b586f-fd8d-45f2-a431-4bb6cc33d7d4": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.6/collection_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "collection_protocol_2", + "protocol_name": "Blood sample collection", + "protocol_description": "Blood sample collection by blood draw", + "publication_doi": "10.1126/sciimmunol.aan8664" + }, + "collection_method": { + "text": "blood draw", + "ontology": "EFO:0009121" + }, + "provenance": { + "document_id": "403b586f-fd8d-45f2-a431-4bb6cc33d7d4", + "submission_date": "2018-10-07T11:58:47.087Z", + "update_date": "2018-10-07T11:58:50.563Z" + } + }, + "enrichment_protocol/9ab53e6a-464e-44b1-aa24-12daca989969": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_1", + "protocol_name": "PBMC Enrichment", + "protocol_description": "Enrichment for peripheral blood mononuclear cells", + "publication_doi": "10.1073/pnas.1305227110" + }, + "enrichment_method": { + "text": "Ficoll-Hypaque method", + "ontology": "EFO:0009110" + }, + "provenance": { + "document_id": "9ab53e6a-464e-44b1-aa24-12daca989969", + "submission_date": "2018-10-07T11:58:47.110Z", + "update_date": "2018-10-07T11:58:50.474Z" + } + }, + "process/18d49b08-d095-4371-bb34-151037f9f461": { + "insdc_experiment": { + "insdc_experiment": "SRX3366459" + }, + "process_core": { + "process_id": "process_id_4499" + }, + "schema_type": "process", + "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "18d49b08-d095-4371-bb34-151037f9f461", + "submission_date": "2018-10-07T12:00:39.740Z", + "update_date": "2018-10-07T12:08:28.754Z" + } + }, + "process/d13a5a85-b8c7-4a07-9c0c-9180bd0a78eb": { + "process_core": { + "process_id": "process_id_2255" + }, + "schema_type": "process", + "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "d13a5a85-b8c7-4a07-9c0c-9180bd0a78eb", + "submission_date": "2018-10-07T11:59:45.914Z", + "update_date": "2018-10-07T12:06:52.636Z" + } + }, + "process/5a15ed38-5e37-44ff-ba35-0d17bb8564bd": { + "process_core": { + "process_location": "Sri Lanka", + "process_id": "process_id_15" + }, + "schema_type": "process", + "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.2/process", + "provenance": { + "document_id": "5a15ed38-5e37-44ff-ba35-0d17bb8564bd", + "submission_date": "2018-10-07T11:58:47.999Z", + "update_date": "2018-10-07T12:05:17.018Z" + } + } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "18d49b08-d095-4371-bb34-151037f9f461", + "inputs": [ + "ef97eef1-a436-4462-a152-1a2b86ee8831" + ], + "input_type": "biomaterial", + "outputs": [ + "f3d5c7cb-7ab4-4903-8e0e-dc942121fe27" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "5f82b9c4-f3d7-410c-b843-0e5cdec9efa5" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "d678165b-2753-4393-bf3b-5e2a09ba892c" + } + ] + }, + { + "process": "d13a5a85-b8c7-4a07-9c0c-9180bd0a78eb", + "inputs": [ + "80cb479b-dcb4-4dbb-a75d-0249a964bb70" + ], + "input_type": "biomaterial", + "outputs": [ + "ef97eef1-a436-4462-a152-1a2b86ee8831" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "920078d0-b17e-4f23-8cf6-0674b19e7bec" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "644c5f2d-33c8-4bf4-b411-b2dbec8b8227" + } + ] + }, + { + "process": "5a15ed38-5e37-44ff-ba35-0d17bb8564bd", + "inputs": [ + "6c992ba4-c132-4dd3-840e-13cf3f38243e" + ], + "input_type": "biomaterial", + "outputs": [ + "80cb479b-dcb4-4dbb-a75d-0249a964bb70" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "403b586f-fd8d-45f2-a431-4bb6cc33d7d4" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9ab53e6a-464e-44b1-aa24-12daca989969" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018/2018-10-07T130111.835234Z/manifest.json b/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018/2018-10-07T130111.835234Z/manifest.json deleted file mode 100644 index 278d9f55b5..0000000000 --- a/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018/2018-10-07T130111.835234Z/manifest.json +++ /dev/null @@ -1,194 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "092b0c23", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "d20baf1781d6a8c71983c22438a36a1a", - "sha1": "ad19c4ec4b4cbc6efc2a381ac7a0d5f063d6f13d", - "sha256": "5719b272070a25297bebd02579b670ccfbe2cb481d3a2c25a5f973c5498e4864", - "size": 1085, - "uuid": "ef97eef1-a436-4462-a152-1a2b86ee8831", - "version": "2018-10-07T120446.292000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ac85eb5f", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "aa95222bb2d422ecda6506874ece3700", - "sha1": "734cc60ef29949d3fec6b401ddac0a99afcd39f7", - "sha256": "0e01cfbdc118c821473c8140a5c90ece30daac8fd515a0dd6ea7679a42a59829", - "size": 1103, - "uuid": "80cb479b-dcb4-4dbb-a75d-0249a964bb70", - "version": "2018-10-07T120139.672000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "84b139be", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "4d0a70ccd6bf3a6edcac6eea2a38c9e5", - "sha1": "315d282c7b29311fdf90e8a4e9731801b6472be7", - "sha256": "55d2a1ab247b3047dd9ed40764eeddf6d8db97e834043d34249bd7477fca6cd7", - "size": 1166, - "uuid": "6c992ba4-c132-4dd3-840e-13cf3f38243e", - "version": "2018-10-07T120040.749000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cbad3ef1", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "6259ed5a836550f3ab254427792e2b6b", - "sha1": "7812a833b008de1b4c18b4e3524afee0351f605f", - "sha256": "288a291d47730fd8dfd5b2f895f66957ddb344412de0dd7f02cdf3281353a93b", - "size": 523, - "uuid": "f3d5c7cb-7ab4-4903-8e0e-dc942121fe27", - "version": "2018-10-07T120849.204000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "1b63912f", - "indexed": true, - "name": "project_0.json", - "s3_etag": "a281bf03ee65c12504c4400eb9483078", - "sha1": "ad001b59219e07a0d13ff9e1e79588e4989f828e", - "sha256": "58d4e558959ef2f4b45bb7ea6ff9fadec4e7c7eff8a67398846339151758cf40", - "size": 5236, - "uuid": "519b58ef-6462-4ed3-8c0d-375b54f53c31", - "version": "2018-10-07T120040.290000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "41491acc", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "eeb4e161fcc3e4b55807b63ebb6eb45f", - "sha1": "49f108ad2626b72eaaa4b5fb7f4032f7a0bd7e69", - "sha256": "bfded3b26644d5e6c5e6a85e7c55d56f94f7df33951a760d6d9fc4a97b13f62f", - "size": 1475, - "uuid": "5f82b9c4-f3d7-410c-b843-0e5cdec9efa5", - "version": "2018-10-07T115850.532000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "0c8996e6", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "871475e72700c0db371ca1bd12878eb2", - "sha1": "1f0420e95b82fb42f2649ab7cf5b82de94a25db7", - "sha256": "61f0562521612a3f67253786b52339f58e322f2c32919a530a1c6dfa0d1c7bde", - "size": 976, - "uuid": "d678165b-2753-4393-bf3b-5e2a09ba892c", - "version": "2018-10-07T115850.511000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "b7b8f50f", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "89bb2934dc767d1f8021c341841c998f", - "sha1": "87c1e866fc2f385a106b1d3a2182d96f7a664615", - "sha256": "cf7c8ef8ee28ec120c21ea5809011c9b8e333d10dfdb67cd982b11c86098145c", - "size": 763, - "uuid": "920078d0-b17e-4f23-8cf6-0674b19e7bec", - "version": "2018-10-07T115850.432000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "1649738e", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "d11ddb17081131e48c84f89661325d06", - "sha1": "5d8f8272cde4254663bf352cbf9e181dde9c6fee", - "sha256": "a54d7e50e1de03736b4a09026bb96252261ef9b025767e394bc81f8458da9bc8", - "size": 1302, - "uuid": "644c5f2d-33c8-4bf4-b411-b2dbec8b8227", - "version": "2018-10-07T115850.413000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "076cf3c4", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "4851e0601f479550bb68e6c1f92b15ce", - "sha1": "e3b0565d7dca00a513b607d8218f511ee27691c8", - "sha256": "33d5e07b7400680eb92c6c5aaa4c3dc6cee7b143f723dd86b5d137fcbf054c3e", - "size": 716, - "uuid": "403b586f-fd8d-45f2-a431-4bb6cc33d7d4", - "version": "2018-10-07T115850.563000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "51f9d7f0", - "indexed": true, - "name": "enrichment_protocol_1.json", - "s3_etag": "055a83f481596882b8798897ee50d781", - "sha1": "9aa0c45b79a32c98ab6ea18b463d505662389a92", - "sha256": "cf117a6d17c1fcdc8780d7b877bae57f8e43d5873c92130157599bd0e403abf0", - "size": 728, - "uuid": "9ab53e6a-464e-44b1-aa24-12daca989969", - "version": "2018-10-07T115850.474000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bec07d53", - "indexed": true, - "name": "process_0.json", - "s3_etag": "feed82fc2af4e32d7f91b029109d7860", - "sha1": "ab75c100a5336e0d69966303b88185008be48963", - "sha256": "75270eceb8c411a386f9793196cb96a23d9e644bb53a3925f863b475956e862a", - "size": 465, - "uuid": "18d49b08-d095-4371-bb34-151037f9f461", - "version": "2018-10-07T120828.754000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5e38608b", - "indexed": true, - "name": "process_1.json", - "s3_etag": "c1b135ffd9ea0c6d0c8c70b3ad808ec3", - "sha1": "11a2ba86e5e6b994a993451cf54964c27c9edcce", - "sha256": "2e58428d74c3e07db41cbe954630ceb2e2840d822ba09ac7245b8ae8186dc482", - "size": 391, - "uuid": "d13a5a85-b8c7-4a07-9c0c-9180bd0a78eb", - "version": "2018-10-07T120652.636000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "078475f9", - "indexed": true, - "name": "process_2.json", - "s3_etag": "1c0345db2437b44dc1fcb017929e0461", - "sha1": "bbef6705b342d6be7b5b7860ee57a68c7524c769", - "sha256": "70a79f92be2a19ddd63fc4369c79770808072151396c3b88abbcfaa9edef50f8", - "size": 430, - "uuid": "5a15ed38-5e37-44ff-ba35-0d17bb8564bd", - "version": "2018-10-07T120517.018000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "56d56718", - "indexed": true, - "name": "links.json", - "s3_etag": "70623328382d0927e3242efc726fe29d", - "sha1": "a947b0283b948cf08e1197064506bfa2491d8b3a", - "sha256": "0bc6c6fa6a9093caddd8a4921826cd47c6a0773312cc62f51abcd55f93e52ecb", - "size": 2393, - "uuid": "a1681a39-e8d2-43f7-8781-ac4edab527fe", - "version": "2018-10-07T130110.624725Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "a3f89844", - "indexed": false, - "name": "SRR6260013.fastq.gz", - "s3_etag": "8c9bb4704875cbe67cfc12abb0c66d57", - "sha1": "ee681bf47c0b7fbad663b20704ddb45d632709ed", - "sha256": "3f50829dc75cbb1e5a95403fe59e1f3bc4e897e5fbf1bb3c5861854eafa5b84c", - "size": 38471612, - "uuid": "9dee7111-d743-43a1-b768-118614bf7987", - "version": "2018-10-07T130110.968810Z" - } -] diff --git a/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018/2018-10-07T130111.835234Z/metadata.json b/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018/2018-10-07T130111.835234Z/metadata.json deleted file mode 100644 index c3c7e596c4..0000000000 --- a/test/hca_metadata_api/cans/staging/68bdc676-c442-4581-923e-319c1c2d9018/2018-10-07T130111.835234Z/metadata.json +++ /dev/null @@ -1,476 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Single-cell_RNA-seq_Subject9_TEMRA_Cell030", - "biomaterial_name": "Single-cell_RNA-seq_Subject9_TEMRA_Cell030", - "biomaterial_description": "Single-cell_RNA-seq_Subject9_TEMRA_Cell030", - "ncbi_taxon_id": [ - 9606 - ], - "insdc_biomaterial": "SRS2664188" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "selected_cell_type": [ - { - "text": "TEMRA", - "ontology": "CL:0000625" - } - ], - "total_estimated_cells": 1, - "plate_based_sequencing": { - "plate_id": "subject9-10_batch1", - "cell_quality": "OK" - }, - "provenance": { - "document_id": "ef97eef1-a436-4462-a152-1a2b86ee8831", - "submission_date": "2018-10-07T11:57:52.282Z", - "update_date": "2018-10-07T12:04:46.292Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Subject9_DENV negative_PBMC_TEMRA", - "biomaterial_name": "Subject9_DENV negative_PBMC_TEMRA", - "biomaterial_description": "Subject9_DENV negative_PBMC_TEMRA", - "ncbi_taxon_id": [ - 9606 - ] - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "organ": { - "text": "blood", - "ontology": "UBERON:0000178" - }, - "organ_part": { - "text": "peripheral blood mononuclear cell", - "ontology": "CL:2000001" - }, - "preservation_storage": { - "preservation_method": "cryopreservation, other", - "storage_method": "frozen, liquid nitrogen" - }, - "provenance": { - "document_id": "80cb479b-dcb4-4dbb-a75d-0249a964bb70", - "submission_date": "2018-10-07T11:56:59.350Z", - "update_date": "2018-10-07T12:01:39.672Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Subject9", - "biomaterial_name": "Subject9", - "biomaterial_description": "Subject9", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "not provided" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "is_living": "yes", - "sex": "unknown", - "medical_history": { - "test_results": "dengue virus negative" - }, - "diseases": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "18-60", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "provenance": { - "document_id": "6c992ba4-c132-4dd3-840e-13cf3f38243e", - "submission_date": "2018-10-07T11:56:59.023Z", - "update_date": "2018-10-07T12:00:40.749Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "SRR6260013.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "read_length": 50, - "insdc_run": [ - "SRR6260013" - ], - "provenance": { - "document_id": "f3d5c7cb-7ab4-4903-8e0e-dc942121fe27", - "submission_date": "2018-10-07T11:58:46.814Z", - "update_date": "2018-10-07T12:08:49.204Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", - "schema_type": "project", - "project_core": { - "project_short_name": "CD4+ cytotoxic T lymphocytes", - "project_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis", - "project_description": "CD4+ cytotoxic T lymphocytes (CD4-CTLs) have been reported to play a protective role in several viral infections. However, little is known in humans about the biology of CD4-CTL generation, their functional properties, heterogeneity and clonal diversity, especially in relation to other well-described CD4+ memory T cell subsets. We performed single-cell RNA-seq in over 9000 cells to unravel CD4-CTL heterogeneity, transcriptional profile and clonality in humans. The single-cell differential gene expression analysis, revealed a spectrum of known transcripts, including several linked to cytotoxic and co-stimulatory function, and transcripts of unknown cytotoxicity-related function that are expressed at higher levels in the TEMRA subset, which is highly enriched for CD4-CTLs, compared to cells in the central and effector memory subsets (TCM, TEM). Simultaneous T cells antigen receptor (TCR) analysis in single-cells and bulk subsets revealed that CD4-TEMRA cells show marked clonal expansion compared to TCM and TEM cells and that the majority of CD4-TEMRA were dengue virus (DENV)-specific in subjects with previous DENV infection. The profile of CD4-TEMRA was highly heterogeneous across subjects, with four distinct clusters identified by the single-cell analysis. Most importantly, we identified distinct clusters of CD4-CTL effector and precursor cells in the TEMRA subset; the precursor cells shared TCR clonotypes with CD4-CTL effectors and were distinguished by high expression of the interleukin-7 receptor. Our identification of a CD4-CTL precursor population may allow further investigation of how CD4-CTLs arise in humans and thus could provide insights into the mechanisms that may be utilized to generate durable and effective CD4-CTL immunity." - }, - "insdc_project": "SRP124157", - "geo_series": "GSE106540", - "insdc_study": "PRJNA417191", - "supplementary_links": [ - "https://www.ebi.ac.uk/gxa/sc/experiments/E-GEOD-106540/Results" - ], - "contributors": [ - { - "contact_name": "Pandurangan,,Vijayanand", - "email": "vijay@lji.org", - "institution": "La Jolla Institute for Allergy and Immunology", - "laboratory": "Division of Vaccine Discovery", - "address": "La Jolla, CA 92037", - "country": "USA", - "corresponding_contributor": true - }, - { - "contact_name": "Mallory,Ann,Freeberg", - "email": "mfreeberg@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Human Cell Atlas Data Coordination Platform", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "Human Cell Atlas wrangler", - "orcid_id": "0000-0003-2949-3921", - "corresponding_contributor": false - }, - { - "contact_name": "Laura,,Huerta", - "email": "lauhuema@ebi.ac.uk", - "institution": "EMBL-EBI", - "laboratory": "Molecular Atlas", - "address": "Wellcome Trust Genome Campus, Cambridge UK", - "country": "UK", - "project_role": "external curator", - "orcid_id": "0000-0002-8748-599X", - "corresponding_contributor": false - } - ], - "funders": [ - { - "grant_id": "U19AI118626", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "grant_id": "U19AI118610", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "grant_id": "R01HL114093", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "grant_id": "R24AI108564", - "funder_name": "National Institutes of Health (NIH)" - }, - { - "funder_name": "William K. Bowes Jr. Foundation" - } - ], - "publications": [ - { - "authors": [ - "Patil VS", - "Madrigal A", - "Schmiedel BJ", - "Clarke J", - "ORourke P", - "Harris E", - "de Silva AD", - "Harris E", - "Peters B", - "Seumois G", - "Weiskopf D", - "Sette A", - "Vijayanand P" - ], - "publication_title": "Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis.", - "doi": "10.1126/sciimmunol.aan8664", - "pmid": 29352091, - "publication_url": "http://immunology.sciencemag.org/content/3/19/eaan8664.long" - } - ], - "provenance": { - "document_id": "519b58ef-6462-4ed3-8c0d-375b54f53c31", - "submission_date": "2018-10-07T11:56:58.869Z", - "update_date": "2018-10-07T12:00:40.290Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "library_preparation_protocol_1", - "protocol_name": "Preparation of mRNAs for single cell SmartSeq2 sequencing", - "protocol_description": "Single cell RNAseq was performed as described in Picelli et al.Nat Protoc. 2014, PMID:24385147. We performed 23 cycles of amplification. Barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina) were prepared as following manufacturers protocol.", - "publication_doi": "10.1038/nprot.2014.006" - }, - "library_construction_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931" - }, - "nucleic_acid_source": "single cell", - "end_bias": "full length", - "primer": "poly-dT", - "strand": "unstranded", - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "library_construction_kit": { - "retail_name": "Nextera XT library preparation kit", - "manufacturer": "Illumina" - }, - "library_preamplification_method": { - "text": "PCR", - "ontology": "OBI:0000415" - }, - "provenance": { - "document_id": "5f82b9c4-f3d7-410c-b843-0e5cdec9efa5", - "submission_date": "2018-10-07T11:58:47.200Z", - "update_date": "2018-10-07T11:58:50.532Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1", - "protocol_name": "SmartSeq 2 single cell sequencing", - "protocol_description": "Libraries were sequenced on the Illumina HiSeq 2500 platform to obtain 50-bp single end reads (barcoded Illumina sequencing libraries (Nextera XT library preparation kit, Illumina))." - }, - "sequencing_approach": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008565" - }, - "paired_end": false, - "provenance": { - "document_id": "d678165b-2753-4393-bf3b-5e2a09ba892c", - "submission_date": "2018-10-07T11:58:47.211Z", - "update_date": "2018-10-07T11:58:50.511Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_protocol_1", - "protocol_name": "Dissociation by FACS into single cells", - "protocol_description": "Dissociation by FACS into single cells", - "publication_doi": "10.1126/sciimmunol.aan8664" - }, - "dissociation_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "provenance": { - "document_id": "920078d0-b17e-4f23-8cf6-0674b19e7bec", - "submission_date": "2018-10-07T11:58:47.100Z", - "update_date": "2018-10-07T11:58:50.432Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_2", - "protocol_name": "TEMRA Enrichment", - "protocol_description": "For single-cell RNA-seq experiments, live and singlet gated cells were further gated to sort 1) TCM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7+, 2) TEM; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA-CCR7-, 3) TEMRA; CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-, 4) IL-7Rhigh TEMRA (CD4-CTL precursors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7-CD127high, 5) IL-7R- TEMRA (CD4-CTL effectors); CD3+CD4+CD8\u03b1/CD14/CD19-CD45RA+CCR7- CD127-. Single cells were directly sorted into 96 well plate with lysis buffer for downstream processing using Smart-seq2 method", - "publication_doi": "10.1126/sciimmunol.aan8664" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "markers": "CD3+ CD4+ CD8alpha/CD14/CD19- CD45RA+ CCR7-", - "provenance": { - "document_id": "644c5f2d-33c8-4bf4-b411-b2dbec8b8227", - "submission_date": "2018-10-07T11:58:47.120Z", - "update_date": "2018-10-07T11:58:50.413Z" - } - }, - "collection_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.6/collection_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "collection_protocol_2", - "protocol_name": "Blood sample collection", - "protocol_description": "Blood sample collection by blood draw", - "publication_doi": "10.1126/sciimmunol.aan8664" - }, - "collection_method": { - "text": "blood draw", - "ontology": "EFO:0009121" - }, - "provenance": { - "document_id": "403b586f-fd8d-45f2-a431-4bb6cc33d7d4", - "submission_date": "2018-10-07T11:58:47.087Z", - "update_date": "2018-10-07T11:58:50.563Z" - } - }, - "enrichment_protocol_1.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_1", - "protocol_name": "PBMC Enrichment", - "protocol_description": "Enrichment for peripheral blood mononuclear cells", - "publication_doi": "10.1073/pnas.1305227110" - }, - "enrichment_method": { - "text": "Ficoll-Hypaque method", - "ontology": "EFO:0009110" - }, - "provenance": { - "document_id": "9ab53e6a-464e-44b1-aa24-12daca989969", - "submission_date": "2018-10-07T11:58:47.110Z", - "update_date": "2018-10-07T11:58:50.474Z" - } - }, - "process_0.json": { - "insdc_experiment": { - "insdc_experiment": "SRX3366459" - }, - "process_core": { - "process_id": "process_id_4499" - }, - "schema_type": "process", - "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "18d49b08-d095-4371-bb34-151037f9f461", - "submission_date": "2018-10-07T12:00:39.740Z", - "update_date": "2018-10-07T12:08:28.754Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_2255" - }, - "schema_type": "process", - "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "d13a5a85-b8c7-4a07-9c0c-9180bd0a78eb", - "submission_date": "2018-10-07T11:59:45.914Z", - "update_date": "2018-10-07T12:06:52.636Z" - } - }, - "process_2.json": { - "process_core": { - "process_location": "Sri Lanka", - "process_id": "process_id_15" - }, - "schema_type": "process", - "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.2/process", - "provenance": { - "document_id": "5a15ed38-5e37-44ff-ba35-0d17bb8564bd", - "submission_date": "2018-10-07T11:58:47.999Z", - "update_date": "2018-10-07T12:05:17.018Z" - } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "18d49b08-d095-4371-bb34-151037f9f461", - "inputs": [ - "ef97eef1-a436-4462-a152-1a2b86ee8831" - ], - "input_type": "biomaterial", - "outputs": [ - "f3d5c7cb-7ab4-4903-8e0e-dc942121fe27" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "5f82b9c4-f3d7-410c-b843-0e5cdec9efa5" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "d678165b-2753-4393-bf3b-5e2a09ba892c" - } - ] - }, - { - "process": "d13a5a85-b8c7-4a07-9c0c-9180bd0a78eb", - "inputs": [ - "80cb479b-dcb4-4dbb-a75d-0249a964bb70" - ], - "input_type": "biomaterial", - "outputs": [ - "ef97eef1-a436-4462-a152-1a2b86ee8831" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "920078d0-b17e-4f23-8cf6-0674b19e7bec" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "644c5f2d-33c8-4bf4-b411-b2dbec8b8227" - } - ] - }, - { - "process": "5a15ed38-5e37-44ff-ba35-0d17bb8564bd", - "inputs": [ - "6c992ba4-c132-4dd3-840e-13cf3f38243e" - ], - "input_type": "biomaterial", - "outputs": [ - "80cb479b-dcb4-4dbb-a75d-0249a964bb70" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "403b586f-fd8d-45f2-a431-4bb6cc33d7d4" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9ab53e6a-464e-44b1-aa24-12daca989969" - } - ] - } - ] - } -} diff --git a/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab.2018-09-05T182535.846470Z.json b/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab.2018-09-05T182535.846470Z.json new file mode 100644 index 0000000000..38fcbca312 --- /dev/null +++ b/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab.2018-09-05T182535.846470Z.json @@ -0,0 +1,333 @@ +{ + "manifest": { + "sequence_file/20474552-c0a3-471e-8fa0-d3c5aa05c017": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "4ef74578", + "indexed": false, + "name": "R1.fastq.gz", + "s3_etag": "c7bbee4c46bbf29432862e05830c8f39", + "sha1": "17f8b4be0cc6e8281a402bb365b1283b458906a3", + "sha256": "fe6d4fdfea2ff1df97500dcfe7085ac3abfb760026bff75a34c20fb97a4b2b29", + "size": 125191, + "uuid": "2580e8f2-f2f8-4292-b14d-c9ae8bd25a4e", + "version": "2018-09-05T182535.418417Z" + }, + "sequence_file/177a9d2c-99d4-4fb6-aab7-5869923e9d6a": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "69987b3e", + "indexed": false, + "name": "R2.fastq.gz", + "s3_etag": "a3a9f23d07cfc5e40a4c3a8adf3903ae", + "sha1": "f166b6952e30a41e1409e7fb0cb0fb1ad93f3f21", + "sha256": "c305bee37b3c3735585e11306272b6ab085f04cd22ea8703957b4503488cfeba", + "size": 130024, + "uuid": "a53ef014-85f1-4ea8-b24a-454328724e77", + "version": "2018-09-05T182535.627826Z" + } + }, + "metadata": { + "cell_suspension/a31a0e93-5be4-44b8-b152-9e25b066e1e5": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.4.0/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Q4_DEMO-cellsus_SAMN02797092", + "ncbi_taxon_id": [ + 9606 + ] + }, + "provenance": { + "document_id": "a31a0e93-5be4-44b8-b152-9e25b066e1e5", + "submission_date": "2018-09-05T18:24:05.915Z", + "update_date": "2018-09-05T18:24:09.865Z" + } + }, + "specimen_from_organism/e964f81f-54d9-4600-a9e9-981b1f1a6ca2": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.2.7/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Q4_DEMO-sample_SAMN02797092", + "biomaterial_name": "Q4_DEMO-Single cell mRNA-seq_MGH30_A01", + "ncbi_taxon_id": [ + 9606 + ], + "supplementary_files": [ + "Q4_DEMO-protocol" + ] + }, + "genus_species": [ + { + "text": "Homo sapiens" + } + ], + "organ": { + "text": "brain", + "ontology": "UBERON:0000955" + }, + "organ_part": { + "text": "temporal lobe", + "ontology": "UBERON:0001871" + }, + "disease": [ + { + "text": "glioblastoma" + } + ], + "provenance": { + "document_id": "e964f81f-54d9-4600-a9e9-981b1f1a6ca2", + "submission_date": "2018-09-05T18:24:05.907Z", + "update_date": "2018-09-05T18:24:10.111Z" + } + }, + "donor_organism/c6001597-990c-4753-80bb-c5a01c9dda0d": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.0.0/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "Q4_DEMO-donor_MGH30", + "biomaterial_name": "Q4 DEMO donor MGH30", + "ncbi_taxon_id": [ + 9606 + ] + }, + "medical_history": { + "smoking_history": "yes" + }, + "genus_species": [ + { + "text": "Homo sapiens" + } + ], + "is_living": "no", + "sex": "unknown", + "provenance": { + "document_id": "c6001597-990c-4753-80bb-c5a01c9dda0d", + "submission_date": "2018-09-05T18:24:05.892Z", + "update_date": "2018-09-05T18:24:09.957Z" + } + }, + "sequence_file/20474552-c0a3-471e-8fa0-d3c5aa05c017": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "R1.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read1", + "lane_index": 1, + "provenance": { + "document_id": "20474552-c0a3-471e-8fa0-d3c5aa05c017", + "submission_date": "2018-09-05T18:24:05.950Z", + "update_date": "2018-09-05T18:25:10.415Z" + } + }, + "sequence_file/177a9d2c-99d4-4fb6-aab7-5869923e9d6a": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.0/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "R2.fastq.gz", + "file_format": "fastq.gz" + }, + "read_index": "read2", + "lane_index": 1, + "provenance": { + "document_id": "177a9d2c-99d4-4fb6-aab7-5869923e9d6a", + "submission_date": "2018-09-05T18:24:05.995Z", + "update_date": "2018-09-05T18:25:10.316Z" + } + }, + "project/bedfd14f-cc98-4142-b627-d44dfec5aced": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.0/project", + "schema_type": "project", + "project_core": { + "project_short_name": "integration/Smart-seq2/2018-09-05T18:24:03Z", + "project_title": "Q4_DEMO-Single cell RNA-seq of primary human glioblastomas", + "project_description": "Q4_DEMO-We report transcriptomes from 430 single glioblastoma cells isolated from 5 individual tumors and 102 single cells from gliomasphere cells lines generated using SMART-seq. In addition, we report population RNA-seq from the five tumors as well as RNA-seq from cell lines derived from 3 tumors (MGH26, MGH28, MGH31) cultured under serum free (GSC) and differentiated (DGC) conditions. This dataset highlights intratumoral heterogeneity with regards to the expression of de novo derived transcriptional modules and established subtype classifiers. Overall design: Operative specimens from five glioblastoma patients (MGH26, MGH28, MGH29, MGH30, MGH31) were acutely dissociated, depleted for CD45+ inflammatory cells and then sorted as single cells (576 samples). Population controls for each tumor were isolated by sorting 2000-10000 cells and processed in parallel (5 population control samples). Single cells from two established cell lines, GBM6 and GBM8, were also sorted as single cells (192 samples). SMART-seq protocol was implemented to generate single cell full length transcriptomes (modified from Shalek, et al Nature 2013) and sequenced using 25 bp paired end reads. Single cell cDNA libraries for MGH30 were resequenced using 100 bp paired end reads to allow for isoform and splice junction reconstruction (96 samples, annotated MGH30L). Cells were also cultured in serum free conditions to generate gliomasphere cell lines for MGH26, MGH28, and MGH31 (GSC) which were then differentiated using 10% serum (DGC). Population RNA-seq was performed on these samples (3 GSC, 3 DGC, 6 total). The initial dataset included 875 RNA-seq libraries (576 single glioblastoma cells, 96 resequenced MGH30L, 192 single gliomasphere cells, 5 tumor population controls, 6 population libraries from GSC and DGC samples). Data was processed as described below using RSEM for quantification of gene expression. 5,948 genes with the highest composite expression either across all single cells combined (average log2(TPM)>4.5) or within a single tumor (average log2(TPM)>6 in at least one tumor) were included. Cells expressing less than 2,000 of these 5,948 genes were excluded. The final processed dataset then included 430 primary single cell glioblastoma transcriptomes, 102 single cell transcriptomes from cell lines(GBM6,GBM8), 5 population controls (1 for each tumor), and 6 population libraries from cell lines derived from the tumors (GSC and DGC for MGH26, MGH28 and MGH31). The final matrix (GBM_data_matrix.txt) therefore contains 5948 rows (genes) quantified in 543 samples (columns). Please note that the samples which are not included in the data processing are indicated in the sample description field." + }, + "contributors": [ + { + "contact_name": "Q4_DEMO-MintTeam", + "email": "dummy@email.com", + "institution": "Fake Institution" + } + ], + "provenance": { + "document_id": "bedfd14f-cc98-4142-b627-d44dfec5aced", + "submission_date": "2018-09-05T18:24:05.880Z", + "update_date": "2018-09-05T18:24:10.105Z" + } + }, + "library_preparation_protocol/f77e65be-ca7a-4711-a7a9-701ad372901a": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.0/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "preparation1" + }, + "input_nucleic_acid_molecule": { + "text": "polyA RNA" + }, + "library_construction_approach": { + "text": "Smart-seq2", + "ontology": "EFO:0008931" + }, + "nucleic_acid_source": "single cell", + "end_bias": "5 prime end bias", + "primer": "poly-dT", + "strand": "unstranded", + "provenance": { + "document_id": "f77e65be-ca7a-4711-a7a9-701ad372901a", + "submission_date": "2018-09-05T18:24:06.041Z", + "update_date": "2018-09-05T18:24:09.959Z" + } + }, + "sequencing_protocol/9d3c0c92-2716-410b-85c6-963a29c24fe0": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.0/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "assay_1" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500" + }, + "paired_end": true, + "sequencing_approach": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441" + }, + "provenance": { + "document_id": "9d3c0c92-2716-410b-85c6-963a29c24fe0", + "submission_date": "2018-09-05T18:24:06.050Z", + "update_date": "2018-09-05T18:24:09.960Z" + } + }, + "dissociation_protocol/d08422cf-7d04-46cd-9452-394bb2864ba7": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.1/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_1", + "protocol_name": "a FACS method to separate cells" + }, + "dissociation_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "provenance": { + "document_id": "d08422cf-7d04-46cd-9452-394bb2864ba7", + "submission_date": "2018-09-05T18:24:06.024Z", + "update_date": "2018-09-05T18:24:10.036Z" + } + }, + "enrichment_protocol/f3304cfe-c133-444c-a2db-92294d3f6a4d": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.3/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment1" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108" + }, + "provenance": { + "document_id": "f3304cfe-c133-444c-a2db-92294d3f6a4d", + "submission_date": "2018-09-05T18:24:06.033Z", + "update_date": "2018-09-05T18:24:09.887Z" + } + }, + "process/bf7360ae-511e-4803-821e-c03167107588": { + "process_core": { + "process_id": "sequence_process_file_1" + }, + "schema_type": "process", + "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.0/process", + "provenance": { + "document_id": "bf7360ae-511e-4803-821e-c03167107588", + "submission_date": "2018-09-05T18:24:06.090Z", + "update_date": "2018-09-05T18:24:09.872Z" + } + }, + "process/b78f4279-9c6f-49da-890f-98499d8fb84a": { + "process_core": { + "process_id": "process_id_2" + }, + "schema_type": "process", + "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.0/process", + "provenance": { + "document_id": "b78f4279-9c6f-49da-890f-98499d8fb84a", + "submission_date": "2018-09-05T18:24:06.079Z", + "update_date": "2018-09-05T18:24:09.856Z" + } + }, + "process/6284381f-de72-4015-ae51-fa17e13677f8": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.0/process", + "provenance": { + "document_id": "6284381f-de72-4015-ae51-fa17e13677f8", + "submission_date": "2018-09-05T18:24:06.058Z", + "update_date": "2018-09-05T18:24:09.861Z" + } + } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "bf7360ae-511e-4803-821e-c03167107588", + "inputs": [ + "a31a0e93-5be4-44b8-b152-9e25b066e1e5" + ], + "input_type": "biomaterial", + "outputs": [ + "20474552-c0a3-471e-8fa0-d3c5aa05c017", + "177a9d2c-99d4-4fb6-aab7-5869923e9d6a" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "f77e65be-ca7a-4711-a7a9-701ad372901a" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "9d3c0c92-2716-410b-85c6-963a29c24fe0" + } + ] + }, + { + "process": "b78f4279-9c6f-49da-890f-98499d8fb84a", + "inputs": [ + "e964f81f-54d9-4600-a9e9-981b1f1a6ca2" + ], + "input_type": "biomaterial", + "outputs": [ + "a31a0e93-5be4-44b8-b152-9e25b066e1e5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "d08422cf-7d04-46cd-9452-394bb2864ba7" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f3304cfe-c133-444c-a2db-92294d3f6a4d" + } + ] + }, + { + "process": "6284381f-de72-4015-ae51-fa17e13677f8", + "inputs": [ + "c6001597-990c-4753-80bb-c5a01c9dda0d" + ], + "input_type": "biomaterial", + "outputs": [ + "e964f81f-54d9-4600-a9e9-981b1f1a6ca2" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab/2018-09-05T182535.846470Z/manifest.json b/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab/2018-09-05T182535.846470Z/manifest.json deleted file mode 100644 index 781d94c59a..0000000000 --- a/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab/2018-09-05T182535.846470Z/manifest.json +++ /dev/null @@ -1,194 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d4f5cd12", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "5e8254dfdffffd29565733dd2cfffcaa", - "sha1": "0781fe1a5664f0c551a2f1abb2405b42e545ba2f", - "sha256": "18a711089e7e7521167480ff618cbe359a3ead6acfb9042e95345c7d4e361330", - "size": 483, - "uuid": "a31a0e93-5be4-44b8-b152-9e25b066e1e5", - "version": "2018-09-05T182529.829436Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3a5dcf9f", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "bab34095b45b908e90af42b38a100610", - "sha1": "351a584cf4b86f310e342e4b1aee46ee9c7ed4ee", - "sha256": "fc5db431a010774ea3f44b550f40d2506cbef3333234a6f97925d3fa06856152", - "size": 979, - "uuid": "e964f81f-54d9-4600-a9e9-981b1f1a6ca2", - "version": "2018-09-05T182530.509615Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b2a8ddd4", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "64a3df1095f7ad856316df6a7cc3769b", - "sha1": "0c5fdd8242ca2b47ab6b45588499756b3792adcd", - "sha256": "4e37a6623bf54545f79e81c1f00138b097f1bf9effff5b8779cc7aab05a90172", - "size": 720, - "uuid": "c6001597-990c-4753-80bb-c5a01c9dda0d", - "version": "2018-09-05T182530.753141Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "07762f9b", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "e080db2a9bad61cc224b431bc19d6ee1", - "sha1": "50acb0b71506f7d33e21a569a8c948de0d2ffa0d", - "sha256": "6d85b91099ccf7cc0885b7768a4ad0bba1976142607febeae3a126fb3f49d822", - "size": 466, - "uuid": "20474552-c0a3-471e-8fa0-d3c5aa05c017", - "version": "2018-09-05T182531.434373Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a48d67f8", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "42558005fcec60f60eba431070911579", - "sha1": "74b69311babd0340193b2a7badf95933da48ed13", - "sha256": "ae586e31de46482795e445d86b72a64445dffbda6caf63eee9f030e0fbbc42e4", - "size": 466, - "uuid": "177a9d2c-99d4-4fb6-aab7-5869923e9d6a", - "version": "2018-09-05T182531.758479Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "cb5778fc", - "indexed": true, - "name": "project_0.json", - "s3_etag": "59ff33c4be479e7d1e533f4226eee790", - "sha1": "773758a3ad93e4739b8b2b95d62dfaa2f34b96b1", - "sha256": "13b631dd0391b76855ab62813b9b89ff266505c1a32d3fd25b37f6b863696331", - "size": 3447, - "uuid": "bedfd14f-cc98-4142-b627-d44dfec5aced", - "version": "2018-09-05T182532.053288Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "7991780e", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "971b2da85e96e0e0c97c32961e5a7759", - "sha1": "7b28867a79c2ebee2d65c36e25b7ea2fc1e2f184", - "sha256": "26f468e4b48171408932bedeba4d566ad0f90bce485e901f979056231f99da78", - "size": 737, - "uuid": "f77e65be-ca7a-4711-a7a9-701ad372901a", - "version": "2018-09-05T182532.367703Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "8f1349fc", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "0580202fa550118fbf296ff1e7be07c7", - "sha1": "c61aea8b5343c254384ecc8c2e1068ba03f5c68d", - "sha256": "35be2f7be3b0f668fbf6266670659a56c438fb3c92321647c177f62a3ebb8ee3", - "size": 646, - "uuid": "9d3c0c92-2716-410b-85c6-963a29c24fe0", - "version": "2018-09-05T182532.806226Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9d493dd1", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "fe728c06f0155a281a7cd7c262e67576", - "sha1": "a887d082c83bbebfd86921ecbc3d0fcdc5cdf938", - "sha256": "cdf539ca7aa9daf909e1aaeec294da31d4cb9180db3f3a6a91ba8089701b2fab", - "size": 616, - "uuid": "d08422cf-7d04-46cd-9452-394bb2864ba7", - "version": "2018-09-05T182533.118298Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "87ed3a2e", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "cba92494442a5fed8fe32c90c007845d", - "sha1": "798f4e6b3408538d1d6fb34a39cbcff5e3652634", - "sha256": "d7489161783fbb31702e8b42d00e9783cdf89f879d3606a48d9fca668c382ea2", - "size": 549, - "uuid": "f3304cfe-c133-444c-a2db-92294d3f6a4d", - "version": "2018-09-05T182533.623990Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7e86bd3e", - "indexed": true, - "name": "process_0.json", - "s3_etag": "cde6f57b10bbf2fd2ef0d113b1f1ba46", - "sha1": "04e75ecff86fd496a46893fca40a94f69ca08ab0", - "sha256": "ca18f50c068bf1e4dccc425eb04396f2f3970e5ae45de5d90339bb1fdd961e71", - "size": 399, - "uuid": "bf7360ae-511e-4803-821e-c03167107588", - "version": "2018-09-05T182533.917284Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b4aa6e39", - "indexed": true, - "name": "process_1.json", - "s3_etag": "2346a2c4650ff05cd589aa7c0ece8684", - "sha1": "e41eeef27f8064a47fb575a2e367cf2a23075069", - "sha256": "d8681a89bfd3d0a4491e4bed969683f7bf69868d1fd132afdb4d109812455ca9", - "size": 388, - "uuid": "b78f4279-9c6f-49da-890f-98499d8fb84a", - "version": "2018-09-05T182534.250294Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "51ee448d", - "indexed": true, - "name": "process_2.json", - "s3_etag": "636cdff0ff32a4802c1a553fc8eae22b", - "sha1": "818b0e257652e179fe023945117b89e16b3ba807", - "sha256": "faaeaab765ff6dd7cfbfb42bd4b276f85222bd635c595429ec6ab9c5f4efbdf1", - "size": 388, - "uuid": "6284381f-de72-4015-ae51-fa17e13677f8", - "version": "2018-09-05T182534.886667Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "ac18a06b", - "indexed": true, - "name": "links.json", - "s3_etag": "46cce577c8cfc281c8e33233f0366f99", - "sha1": "da4381b79641d4de4fe15ff2e7385aa75b79d79f", - "sha256": "0d881b169fbc809219d9eaf6b1c77349b9bbd298ac5c7ce9714517f01ca47a0b", - "size": 2095, - "uuid": "d33848ba-a9f8-4aa9-a72c-26755f0273d1", - "version": "2018-09-05T182535.148513Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "4ef74578", - "indexed": false, - "name": "R1.fastq.gz", - "s3_etag": "c7bbee4c46bbf29432862e05830c8f39", - "sha1": "17f8b4be0cc6e8281a402bb365b1283b458906a3", - "sha256": "fe6d4fdfea2ff1df97500dcfe7085ac3abfb760026bff75a34c20fb97a4b2b29", - "size": 125191, - "uuid": "2580e8f2-f2f8-4292-b14d-c9ae8bd25a4e", - "version": "2018-09-05T182535.418417Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "69987b3e", - "indexed": false, - "name": "R2.fastq.gz", - "s3_etag": "a3a9f23d07cfc5e40a4c3a8adf3903ae", - "sha1": "f166b6952e30a41e1409e7fb0cb0fb1ad93f3f21", - "sha256": "c305bee37b3c3735585e11306272b6ab085f04cd22ea8703957b4503488cfeba", - "size": 130024, - "uuid": "a53ef014-85f1-4ea8-b24a-454328724e77", - "version": "2018-09-05T182535.627826Z" - } -] diff --git a/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab/2018-09-05T182535.846470Z/metadata.json b/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab/2018-09-05T182535.846470Z/metadata.json deleted file mode 100644 index 5d79269d78..0000000000 --- a/test/hca_metadata_api/cans/staging/70184761-70fc-4b80-8c48-f406a478d5ab/2018-09-05T182535.846470Z/metadata.json +++ /dev/null @@ -1,305 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.4.0/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Q4_DEMO-cellsus_SAMN02797092", - "ncbi_taxon_id": [ - 9606 - ] - }, - "provenance": { - "document_id": "a31a0e93-5be4-44b8-b152-9e25b066e1e5", - "submission_date": "2018-09-05T18:24:05.915Z", - "update_date": "2018-09-05T18:24:09.865Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.2.7/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Q4_DEMO-sample_SAMN02797092", - "biomaterial_name": "Q4_DEMO-Single cell mRNA-seq_MGH30_A01", - "ncbi_taxon_id": [ - 9606 - ], - "supplementary_files": [ - "Q4_DEMO-protocol" - ] - }, - "genus_species": [ - { - "text": "Homo sapiens" - } - ], - "organ": { - "text": "brain", - "ontology": "UBERON:0000955" - }, - "organ_part": { - "text": "temporal lobe", - "ontology": "UBERON:0001871" - }, - "disease": [ - { - "text": "glioblastoma" - } - ], - "provenance": { - "document_id": "e964f81f-54d9-4600-a9e9-981b1f1a6ca2", - "submission_date": "2018-09-05T18:24:05.907Z", - "update_date": "2018-09-05T18:24:10.111Z" - } - }, - "donor_organism_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.0.0/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "Q4_DEMO-donor_MGH30", - "biomaterial_name": "Q4 DEMO donor MGH30", - "ncbi_taxon_id": [ - 9606 - ] - }, - "medical_history": { - "smoking_history": "yes" - }, - "genus_species": [ - { - "text": "Homo sapiens" - } - ], - "is_living": "no", - "sex": "unknown", - "provenance": { - "document_id": "c6001597-990c-4753-80bb-c5a01c9dda0d", - "submission_date": "2018-09-05T18:24:05.892Z", - "update_date": "2018-09-05T18:24:09.957Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "R1.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read1", - "lane_index": 1, - "provenance": { - "document_id": "20474552-c0a3-471e-8fa0-d3c5aa05c017", - "submission_date": "2018-09-05T18:24:05.950Z", - "update_date": "2018-09-05T18:25:10.415Z" - } - }, - "sequence_file_1.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.0/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "R2.fastq.gz", - "file_format": "fastq.gz" - }, - "read_index": "read2", - "lane_index": 1, - "provenance": { - "document_id": "177a9d2c-99d4-4fb6-aab7-5869923e9d6a", - "submission_date": "2018-09-05T18:24:05.995Z", - "update_date": "2018-09-05T18:25:10.316Z" - } - }, - "project_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.0/project", - "schema_type": "project", - "project_core": { - "project_short_name": "integration/Smart-seq2/2018-09-05T18:24:03Z", - "project_title": "Q4_DEMO-Single cell RNA-seq of primary human glioblastomas", - "project_description": "Q4_DEMO-We report transcriptomes from 430 single glioblastoma cells isolated from 5 individual tumors and 102 single cells from gliomasphere cells lines generated using SMART-seq. In addition, we report population RNA-seq from the five tumors as well as RNA-seq from cell lines derived from 3 tumors (MGH26, MGH28, MGH31) cultured under serum free (GSC) and differentiated (DGC) conditions. This dataset highlights intratumoral heterogeneity with regards to the expression of de novo derived transcriptional modules and established subtype classifiers. Overall design: Operative specimens from five glioblastoma patients (MGH26, MGH28, MGH29, MGH30, MGH31) were acutely dissociated, depleted for CD45+ inflammatory cells and then sorted as single cells (576 samples). Population controls for each tumor were isolated by sorting 2000-10000 cells and processed in parallel (5 population control samples). Single cells from two established cell lines, GBM6 and GBM8, were also sorted as single cells (192 samples). SMART-seq protocol was implemented to generate single cell full length transcriptomes (modified from Shalek, et al Nature 2013) and sequenced using 25 bp paired end reads. Single cell cDNA libraries for MGH30 were resequenced using 100 bp paired end reads to allow for isoform and splice junction reconstruction (96 samples, annotated MGH30L). Cells were also cultured in serum free conditions to generate gliomasphere cell lines for MGH26, MGH28, and MGH31 (GSC) which were then differentiated using 10% serum (DGC). Population RNA-seq was performed on these samples (3 GSC, 3 DGC, 6 total). The initial dataset included 875 RNA-seq libraries (576 single glioblastoma cells, 96 resequenced MGH30L, 192 single gliomasphere cells, 5 tumor population controls, 6 population libraries from GSC and DGC samples). Data was processed as described below using RSEM for quantification of gene expression. 5,948 genes with the highest composite expression either across all single cells combined (average log2(TPM)>4.5) or within a single tumor (average log2(TPM)>6 in at least one tumor) were included. Cells expressing less than 2,000 of these 5,948 genes were excluded. The final processed dataset then included 430 primary single cell glioblastoma transcriptomes, 102 single cell transcriptomes from cell lines(GBM6,GBM8), 5 population controls (1 for each tumor), and 6 population libraries from cell lines derived from the tumors (GSC and DGC for MGH26, MGH28 and MGH31). The final matrix (GBM_data_matrix.txt) therefore contains 5948 rows (genes) quantified in 543 samples (columns). Please note that the samples which are not included in the data processing are indicated in the sample description field." - }, - "contributors": [ - { - "contact_name": "Q4_DEMO-MintTeam", - "email": "dummy@email.com", - "institution": "Fake Institution" - } - ], - "provenance": { - "document_id": "bedfd14f-cc98-4142-b627-d44dfec5aced", - "submission_date": "2018-09-05T18:24:05.880Z", - "update_date": "2018-09-05T18:24:10.105Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.0/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "preparation1" - }, - "input_nucleic_acid_molecule": { - "text": "polyA RNA" - }, - "library_construction_approach": { - "text": "Smart-seq2", - "ontology": "EFO:0008931" - }, - "nucleic_acid_source": "single cell", - "end_bias": "5 prime end bias", - "primer": "poly-dT", - "strand": "unstranded", - "provenance": { - "document_id": "f77e65be-ca7a-4711-a7a9-701ad372901a", - "submission_date": "2018-09-05T18:24:06.041Z", - "update_date": "2018-09-05T18:24:09.959Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.0/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "assay_1" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500" - }, - "paired_end": true, - "sequencing_approach": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441" - }, - "provenance": { - "document_id": "9d3c0c92-2716-410b-85c6-963a29c24fe0", - "submission_date": "2018-09-05T18:24:06.050Z", - "update_date": "2018-09-05T18:24:09.960Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.1/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_1", - "protocol_name": "a FACS method to separate cells" - }, - "dissociation_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "provenance": { - "document_id": "d08422cf-7d04-46cd-9452-394bb2864ba7", - "submission_date": "2018-09-05T18:24:06.024Z", - "update_date": "2018-09-05T18:24:10.036Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.3/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment1" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108" - }, - "provenance": { - "document_id": "f3304cfe-c133-444c-a2db-92294d3f6a4d", - "submission_date": "2018-09-05T18:24:06.033Z", - "update_date": "2018-09-05T18:24:09.887Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "sequence_process_file_1" - }, - "schema_type": "process", - "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.0/process", - "provenance": { - "document_id": "bf7360ae-511e-4803-821e-c03167107588", - "submission_date": "2018-09-05T18:24:06.090Z", - "update_date": "2018-09-05T18:24:09.872Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_2" - }, - "schema_type": "process", - "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.0/process", - "provenance": { - "document_id": "b78f4279-9c6f-49da-890f-98499d8fb84a", - "submission_date": "2018-09-05T18:24:06.079Z", - "update_date": "2018-09-05T18:24:09.856Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/6.0.0/process", - "provenance": { - "document_id": "6284381f-de72-4015-ae51-fa17e13677f8", - "submission_date": "2018-09-05T18:24:06.058Z", - "update_date": "2018-09-05T18:24:09.861Z" - } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "bf7360ae-511e-4803-821e-c03167107588", - "inputs": [ - "a31a0e93-5be4-44b8-b152-9e25b066e1e5" - ], - "input_type": "biomaterial", - "outputs": [ - "20474552-c0a3-471e-8fa0-d3c5aa05c017", - "177a9d2c-99d4-4fb6-aab7-5869923e9d6a" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "f77e65be-ca7a-4711-a7a9-701ad372901a" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "9d3c0c92-2716-410b-85c6-963a29c24fe0" - } - ] - }, - { - "process": "b78f4279-9c6f-49da-890f-98499d8fb84a", - "inputs": [ - "e964f81f-54d9-4600-a9e9-981b1f1a6ca2" - ], - "input_type": "biomaterial", - "outputs": [ - "a31a0e93-5be4-44b8-b152-9e25b066e1e5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "d08422cf-7d04-46cd-9452-394bb2864ba7" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f3304cfe-c133-444c-a2db-92294d3f6a4d" - } - ] - }, - { - "process": "6284381f-de72-4015-ae51-fa17e13677f8", - "inputs": [ - "c6001597-990c-4753-80bb-c5a01c9dda0d" - ], - "input_type": "biomaterial", - "outputs": [ - "e964f81f-54d9-4600-a9e9-981b1f1a6ca2" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] - } -} diff --git a/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.2019-04-03T103426.471000Z.json b/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.2019-04-03T103426.471000Z.json new file mode 100644 index 0000000000..c861381dc3 --- /dev/null +++ b/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.2019-04-03T103426.471000Z.json @@ -0,0 +1,9126 @@ +{ + "manifest": { + "image_file/6baa3aff-b2a5-4e49-82f7-25c108a6107a": { + "content-type": "application/json; dcp-type=data", + "crc32c": "d1fbf93a", + "indexed": false, + "name": "codebook.json", + "s3_etag": "f8b57fb434c840df94b55a56c77450d3", + "sha1": "0af7a2aca946bb2c8680932196ebb9020baa414d", + "sha256": "87ca14c8e7dfe4dcce1ac4d8a14423babdb74763ce13c59a755da3f6719ce8e8", + "size": 832, + "uuid": "34d230e7-dd9f-4a47-8d5b-23043fe43bc0", + "version": "2019-04-03T105535.336469Z" + }, + "image_file/06dcfc33-21da-485f-8e50-49d294713a9e": { + "content-type": "application/json; dcp-type=data", + "crc32c": "88def662", + "indexed": false, + "name": "experiment.json", + "s3_etag": "f67915ee4d014041844dc020d29e4ddf", + "sha1": "9153498094d2a7c53998168de9211e951bad523a", + "sha256": "82464691f44b4f0cafdcd3e9854a03074432bb36547fcc7184b3810c644d8bcc", + "size": 186, + "uuid": "3db743f3-8235-4553-9a70-37dee987dd64", + "version": "2019-04-03T105535.723353Z" + }, + "image_file/404dd50b-4bc9-4c82-8c18-f53c68eed2fc": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ad2281ce", + "indexed": false, + "name": "nuclei-fov_000-Z0-H0-C0.tiff", + "s3_etag": "d2daf199d12d7b04320e4bb052f53986", + "sha1": "82dca7b68d4860c565668be2d6b044476e4095c4", + "sha256": "0589dd5b928af541e1659017e95ba6d9785749a3f4f476d294f0c93df240b121", + "size": 1600269, + "uuid": "13ce8b32-13df-411e-8874-810de85a6d51", + "version": "2019-04-03T105536.220197Z" + }, + "image_file/5ceb5dc3-9194-494a-b1df-42bb75ab1a04": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d8b5d806", + "indexed": false, + "name": "nuclei-fov_000-Z1-H0-C0.tiff", + "s3_etag": "67cc6b7a2a8d677c159de350edef6bcc", + "sha1": "ee20d8d4e134e893394a1a03bdc866f397dd6687", + "sha256": "1f5a3012c9ef4a4770308912f8f46607182e3c38a3ab8a3bacb22f292d1694e1", + "size": 1600269, + "uuid": "1eb42fec-c278-43a5-b3a3-b68d998b3a2a", + "version": "2019-04-03T105536.479486Z" + }, + "image_file/76e52f76-ede7-4088-b7f6-d6e5f6152292": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "3b0cdc15", + "indexed": false, + "name": "nuclei-fov_000-Z10-H0-C0.tiff", + "s3_etag": "1753dbb2290e609761ce3f84dd0afc24", + "sha1": "95e12c876c352476ea4edb096ee6dc1796bac431", + "sha256": "23e8f06cae4c966865c79a2191cd5a681ec2ed7b02f20e790b0c229c8d548465", + "size": 1600269, + "uuid": "fe9c7709-3a1c-4548-9578-01e4a63cc9d3", + "version": "2019-04-03T105536.745978Z" + }, + "image_file/2e496fe6-f500-4e27-b7f5-3c87fe43bbe5": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d1935fb2", + "indexed": false, + "name": "nuclei-fov_000-Z11-H0-C0.tiff", + "s3_etag": "b35770d5b97ec9b27fd308d80061b72e", + "sha1": "7d5e13f9db6b1cce6c416daf66bec1a337d8a4d1", + "sha256": "07977366ff55e8863a6df4924d16d7cf9ae7f94b8cfc638ba004c5817b7ad22b", + "size": 1600269, + "uuid": "508e6ec1-6693-4ffb-aa0c-53940a9b1a30", + "version": "2019-04-03T105537.018211Z" + }, + "image_file/be66141d-84a3-457d-a8d2-2f0da8c91dff": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "817e676f", + "indexed": false, + "name": "nuclei-fov_000-Z12-H0-C0.tiff", + "s3_etag": "116d31fb34c9fc4690871fabb44148c3", + "sha1": "a49d6792ecb9c0bb71c8529045ea1e3241e08b2b", + "sha256": "d8b766da53f216a594da6ba833c99bd8213bee52058cec0d48647602c97de377", + "size": 1600269, + "uuid": "9d66777d-7af9-4cf2-bcd7-6d4b0cba8fab", + "version": "2019-04-03T105537.249443Z" + }, + "image_file/680cf532-ef0c-4155-b44d-a6ec3920743a": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b3be7c25", + "indexed": false, + "name": "nuclei-fov_000-Z13-H0-C0.tiff", + "s3_etag": "6ee57a84a94c6092903e173a2d1a9aca", + "sha1": "fe2a6ea83f6bcc3a1f5da9bcebf375e6f65556ac", + "sha256": "0a4051c4b023501f0c82111379daa4b4763b7428f37ae0e609acfcfdca96dfd1", + "size": 1600269, + "uuid": "50b7b8e6-16fa-4e0c-999a-42cab234b1db", + "version": "2019-04-03T105537.599532Z" + }, + "image_file/08609f14-cf43-4188-b743-4a0b55b17347": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "acf4da3b", + "indexed": false, + "name": "nuclei-fov_000-Z14-H0-C0.tiff", + "s3_etag": "e4f1a1d854cdc849172788991e2e53af", + "sha1": "f19b5381231a32d27a71777f93042e66cbf7e4ea", + "sha256": "80e1471ea76d4e4ef929130494ca206c1f3e42600936d65cfb4347d5764d1678", + "size": 1600269, + "uuid": "c4be485e-8f30-454c-a641-7d0ff3cafb4a", + "version": "2019-04-03T105537.940591Z" + }, + "image_file/d10827a1-38f7-457d-9c9f-695f2fc7689c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "527eec28", + "indexed": false, + "name": "nuclei-fov_000-Z15-H0-C0.tiff", + "s3_etag": "d68135d3e69d3e53f2823c88c443a8cf", + "sha1": "83c3ed3a8fe54080394881357653bd7c0fe179a2", + "sha256": "934dc0c464a532d89bf0d5f29004466a64c648561ffe56945faba7f63bba0679", + "size": 1600269, + "uuid": "23fad5c1-d704-479d-b8cc-a629fee2b340", + "version": "2019-04-03T105538.199379Z" + }, + "image_file/6f8eb2e5-7a0c-4c98-8da0-276457357071": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "60e20c9b", + "indexed": false, + "name": "nuclei-fov_000-Z16-H0-C0.tiff", + "s3_etag": "7145c8a469f01dcd600febdd94e10591", + "sha1": "27dbacb8100155e78851842f0eee89b5ccd91542", + "sha256": "822a57a48974c1f0fcaf5b0565652876ec1b4265558942222830ab9d246bfe26", + "size": 1600269, + "uuid": "4a9702b6-04e4-409b-a241-42540df7a07f", + "version": "2019-04-03T105538.500545Z" + }, + "image_file/ca480df3-71bb-4634-8f71-b6a75aeb9f05": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c031ab08", + "indexed": false, + "name": "nuclei-fov_000-Z2-H0-C0.tiff", + "s3_etag": "6164a16c6ea593bf5ad7527860c155eb", + "sha1": "c783cb51f109af91225f99ea3114e918f6b0564c", + "sha256": "ab38699d9d1abe447b38225d70490aa0ba7a92cd02bffd4a3a18d8ac1bd13d5f", + "size": 1600269, + "uuid": "bb22c7d2-a22e-4e97-ab75-5bf44d95aa47", + "version": "2019-04-03T105538.750403Z" + }, + "image_file/03ae5f5e-65ac-4491-b0ce-eefc940e0224": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "46b7935c", + "indexed": false, + "name": "nuclei-fov_000-Z3-H0-C0.tiff", + "s3_etag": "8222dac4e29d16a650ad20a1a1a8c5ae", + "sha1": "45b2fbe7405043b09a6e93d3cb2ef7f7c1d8bb6e", + "sha256": "e7ee71cf986302b3466c2c19d0a00403d381ded671bf3a8b631582d35a2177f0", + "size": 1600269, + "uuid": "3047eca0-886e-4989-a220-c35ee497ed62", + "version": "2019-04-03T105538.997194Z" + }, + "image_file/ff117ecb-767e-4e72-baa9-2bda4fcd3e62": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6571f990", + "indexed": false, + "name": "nuclei-fov_000-Z4-H0-C0.tiff", + "s3_etag": "4654641a3711f09ab256f7617f558162", + "sha1": "23383caa829a08b3a05cbd76d7a41de87417e0a0", + "sha256": "28a01a55f7889ff47606ac9c785092231908f3418c3821da3be58b03c410d7b3", + "size": 1600269, + "uuid": "86df917c-0969-4e27-8f29-ad2b73837818", + "version": "2019-04-03T105539.261002Z" + }, + "image_file/887f3d73-94d2-44ac-9047-67aca5225882": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6c5755bd", + "indexed": false, + "name": "nuclei-fov_000-Z5-H0-C0.tiff", + "s3_etag": "4284d4f412a74007207bb3a7592ecec8", + "sha1": "69e9b6ab402527be214cd08732a0d8190948d11b", + "sha256": "d8e7819f4dff7d2ef181c459f3ec538d38fe43a093706772e02c42d2aa28fb0f", + "size": 1600269, + "uuid": "25ce5f57-b9e8-4403-aa8d-6e0d69044683", + "version": "2019-04-03T105539.480189Z" + }, + "image_file/896dfacd-206b-4e4f-a846-ba5b070060d9": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2e614198", + "indexed": false, + "name": "nuclei-fov_000-Z6-H0-C0.tiff", + "s3_etag": "0395c6734209a2fb9e4b2b507528555c", + "sha1": "829b3ccaa580580a94675e08c5a42a8f29f8ae25", + "sha256": "240f3bb6f1614280f772073723d721c4e92f379b7e1db3a866884c2ef32d8333", + "size": 1600269, + "uuid": "2f887578-9f16-4dcf-86ad-b8967c32b7a5", + "version": "2019-04-03T105539.720912Z" + }, + "image_file/23303c88-01b1-47d0-b770-dca6802caa13": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5ce077ba", + "indexed": false, + "name": "nuclei-fov_000-Z7-H0-C0.tiff", + "s3_etag": "8f1f102df1957b494923fc5d170c1d71", + "sha1": "d039df202d60522d38ccdb9a0605472a755e7558", + "sha256": "7632def6e8897eea870cb47f2d1925bbe24ece886696c646dbec63835fe44636", + "size": 1600269, + "uuid": "275513cc-14aa-4ea8-9da8-f47ef8524e37", + "version": "2019-04-03T105539.960131Z" + }, + "image_file/3c1a388d-0577-4417-9cd2-ff33bfed9140": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "40df3cb1", + "indexed": false, + "name": "nuclei-fov_000-Z8-H0-C0.tiff", + "s3_etag": "bcc7c062ffb6535c2d14b9e25b26786c", + "sha1": "644f28b846c88d16391cbb0cf8ec9ffecc2e5f84", + "sha256": "d1a1c9dfd8422ac2c0dc965ac6ac44ed6c008b4529c4f11c61c54f2245aa1b76", + "size": 1600269, + "uuid": "1f9c2a23-a564-4fd5-9682-7c7d4a68b436", + "version": "2019-04-03T105540.220248Z" + }, + "image_file/67e71b34-7157-4a37-b495-0d740772b480": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "95200df1", + "indexed": false, + "name": "nuclei-fov_000-Z9-H0-C0.tiff", + "s3_etag": "d7d0114775507a0500a0f0ba78424d38", + "sha1": "6da2cf3544c519fef20e267b649a5f396eaec045", + "sha256": "43fee434f3dcadd88f911f64b64611f66e56ae4ba428827fded65babfdcf3ebb", + "size": 1600269, + "uuid": "6c37dc76-a843-4009-986e-90f28512e5ef", + "version": "2019-04-03T105540.469870Z" + }, + "image_file/cd3e5e62-6145-42d9-9a5b-046e1b49cf26": { + "content-type": "application/json; dcp-type=data", + "crc32c": "4e149113", + "indexed": false, + "name": "nuclei-fov_000.json", + "s3_etag": "b1c2b59d6f156cd2b0f8d5a660627411", + "sha1": "0256b1daed586807e3aca60f080f68387047ab7f", + "sha256": "648c306a1d4dfb9641f4def7efb3ad3fe299f0c459b83bdd6f88fbc9adc53219", + "size": 4690, + "uuid": "4ed6be97-90ba-4e59-b81f-6432a13ce7da", + "version": "2019-04-03T105540.859515Z" + }, + "image_file/5fbcb75e-3ee3-4429-8ede-b243afa0789f": { + "content-type": "application/json; dcp-type=data", + "crc32c": "f456645f", + "indexed": false, + "name": "nuclei.json", + "s3_etag": "8c3355f66685fcab73eaf5c7030fa178", + "sha1": "846d7f68755d488e57701c01c1e19ff76398fee2", + "sha256": "fcd7959c7a5df652934f5866aaacb44675bd6bb643d2ce0dbe66139a50048b06", + "size": 112, + "uuid": "d79a3b8e-7031-43a3-9ac3-0f93dbd3228c", + "version": "2019-04-03T105541.199977Z" + }, + "image_file/09226b24-6b11-4e4f-8052-2b544be461aa": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5919ffe8", + "indexed": false, + "name": "primary_image-fov_000-Z0-H0-C0.tiff", + "s3_etag": "a1c6a5e8fa17ebdf33eb0ca5659f1ac2", + "sha1": "1c0256e517b262f98f75ae9473de02275fa88b85", + "sha256": "85c5be8c3b6e4242837162f693f5d1bfce5300a32dc6ff5c30db24f1372e9c25", + "size": 1600269, + "uuid": "4777d5a6-1e0e-4041-8a30-b95a0e98d95c", + "version": "2019-04-03T105541.479157Z" + }, + "image_file/f67473fd-fbf8-4d69-9db1-556938ab5b87": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "dc899808", + "indexed": false, + "name": "primary_image-fov_000-Z0-H0-C1.tiff", + "s3_etag": "092438df9d1c75434c86b3a44abd3e34", + "sha1": "b815d45333f98a6e415f409f7f1f7646c50d98ae", + "sha256": "48c8b06f40fb077a3afe1089895fbda21ccca2111fe85c39b7b575fd39fa47f2", + "size": 1600269, + "uuid": "6309bae1-2138-4507-8a39-33bb19030090", + "version": "2019-04-03T105541.754003Z" + }, + "image_file/16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ef95e538", + "indexed": false, + "name": "primary_image-fov_000-Z0-H0-C2.tiff", + "s3_etag": "b8d01ac3aeb362bba01f7cebc3970c4e", + "sha1": "599979a65ef48582469bc5d7e16a72645da874d5", + "sha256": "a540dc4a9ccdcfeb2b1ba4061f7735747e776c3b2d1f9bac758d13173a34315f", + "size": 1600269, + "uuid": "30263603-56cd-48da-9694-8b4bacaaf7bc", + "version": "2019-04-03T105542.029318Z" + }, + "image_file/017a2c88-4f6e-418e-bb96-f42f3a220f87": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "41667304", + "indexed": false, + "name": "primary_image-fov_000-Z0-H0-C3.tiff", + "s3_etag": "ef267373bca39f6c022c1363b4014fa5", + "sha1": "3aa293167e534c86eb86e9603e655e8db1a344fe", + "sha256": "27e04905020b0b33e62f0bee4e1ef338cf24c1114ca58a71af7444d41fe55a9f", + "size": 1600269, + "uuid": "516cc5f6-45ae-4b5a-94ca-bc8a6ece4510", + "version": "2019-04-03T105542.261771Z" + }, + "image_file/30305240-004d-4632-84d4-37d7e7378782": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6de2e7a5", + "indexed": false, + "name": "primary_image-fov_000-Z0-H1-C0.tiff", + "s3_etag": "37e50c5142ba89b0fee52882b441c2a3", + "sha1": "d3e006a7573788c42b24a9d1a7bf58677b1fa3ab", + "sha256": "baad4bcb11c43438f20f8e478666e7ec40ccd74c0b8d37e7119acd7dabb4dab5", + "size": 1600269, + "uuid": "e9a2424f-12b0-4ce8-b61e-29d859a1af3c", + "version": "2019-04-03T105542.605503Z" + }, + "image_file/20c5a14a-aaf3-40e1-9ab7-f95c06ea4200": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b94c15e4", + "indexed": false, + "name": "primary_image-fov_000-Z0-H1-C1.tiff", + "s3_etag": "a14109d34d7467c1f367c36df26e3488", + "sha1": "d9883b3112b42265aaaf02f00b34de45b010dda5", + "sha256": "13232371857789fbb26be5f783f2df61e65064dad45d495e4c7c5eaf89f4a1ee", + "size": 1600269, + "uuid": "80269cb6-3de5-4818-97b2-fb3748d8facd", + "version": "2019-04-03T105543.080155Z" + }, + "image_file/3fd2781b-6855-4eaa-b2fb-81db386adb18": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "57641644", + "indexed": false, + "name": "primary_image-fov_000-Z0-H1-C2.tiff", + "s3_etag": "a843d6e5142dabe4d2ee18737fced212", + "sha1": "be5e106fa634516f0987016c58e99c43b5abf74e", + "sha256": "6033c84accb8aeaa13c1d120e18f3250961eefd15501628893fe80eb60861c82", + "size": 1600269, + "uuid": "06862bf0-7add-4177-9d3f-d95aec58c436", + "version": "2019-04-03T105543.440368Z" + }, + "image_file/40474d53-44a4-4ab2-9f20-61b71291f8aa": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2ef0631d", + "indexed": false, + "name": "primary_image-fov_000-Z0-H1-C3.tiff", + "s3_etag": "8dc65ccb1a30f1196a2619c75c001a6a", + "sha1": "52b27d8337b17bee034add31aa9f320331172719", + "sha256": "c8e712cb8d7c982fc222f4ebcda04a2f75f4dbc9808f77e71ee296ec8b900b47", + "size": 1600269, + "uuid": "9e9be46c-708f-4931-ad11-4fed782e3949", + "version": "2019-04-03T105543.739247Z" + }, + "image_file/aaa97d47-7124-4763-a3fc-f6d66eb6d990": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "e84829d0", + "indexed": false, + "name": "primary_image-fov_000-Z0-H2-C0.tiff", + "s3_etag": "41ed5a93744a943d8fe70f2f3f17b96a", + "sha1": "cab05b18334080557b77701ab0550482feb7c2d1", + "sha256": "5abe3360206c21d661aeeee347e1e9bf3a65218798986c50b52328bd5c218845", + "size": 1600269, + "uuid": "6bfdc846-e6f8-4786-ac75-9fb7ac241778", + "version": "2019-04-03T105544.019854Z" + }, + "image_file/4adbed13-1cb6-4405-b892-fe8165050691": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "0ad5372d", + "indexed": false, + "name": "primary_image-fov_000-Z0-H2-C1.tiff", + "s3_etag": "9aea02b0c75eb4e67c9f9fc43d5d3491", + "sha1": "272b6b0db0808768ca0719295bfc2fb296acf011", + "sha256": "f1d06980228acb649ce21b0ef38736ec78d04c4cbd07117f7d2c798633271cab", + "size": 1600269, + "uuid": "8d3f44f7-00a0-4fab-adec-401781b783e5", + "version": "2019-04-03T105544.392532Z" + }, + "image_file/2bbf0125-b9cc-4413-8dd7-78ea72beaa17": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "8f903d20", + "indexed": false, + "name": "primary_image-fov_000-Z0-H2-C2.tiff", + "s3_etag": "6e8f2af5b0a2d3fc5025595ef1b2c2ed", + "sha1": "23489e202e34cabd7d9d61c46cfb451cdbfaaa2b", + "sha256": "a9200607a382651d0a0f8c74fe30b2c470f3004a6e3ccb7aa80394e905a89e17", + "size": 1600269, + "uuid": "b102d32f-1140-4ede-8813-8ed053f350df", + "version": "2019-04-03T105544.670961Z" + }, + "image_file/5402916f-6de1-4842-8585-fc25c153992b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f419bc60", + "indexed": false, + "name": "primary_image-fov_000-Z0-H2-C3.tiff", + "s3_etag": "81d22aa6eada5862f67fc2f6aea4b90a", + "sha1": "fe091ab324b0c644d1c29bde67fd4f7e5cd84132", + "sha256": "c9d2705aa363a24172108e1951134e8272d251ca1e3c82c9aef40e90f059c75e", + "size": 1600269, + "uuid": "e4ba18e1-b072-41cd-a091-32b51b5078f4", + "version": "2019-04-03T105544.961246Z" + }, + "image_file/75b78bfc-8d15-4a07-a07a-c62ae6d656b5": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "0686a5ad", + "indexed": false, + "name": "primary_image-fov_000-Z1-H0-C0.tiff", + "s3_etag": "3c2fc50883f92b0b76e252ff12acaa52", + "sha1": "e041d31c5ca58e22c8fc16c2e4b79724517c9374", + "sha256": "c8ebf8c62c728145e8802ba9cf396ae5f5706ca1ca33602d2ea2287ad9df4988", + "size": 1600269, + "uuid": "c296fb80-3fb8-476b-b8ff-eae9e8c75388", + "version": "2019-04-03T105545.187187Z" + }, + "image_file/8a78224e-4106-41d4-96cb-4d9a8b9ecad2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "68f4056c", + "indexed": false, + "name": "primary_image-fov_000-Z1-H0-C1.tiff", + "s3_etag": "aa85587e50c61f3c880f811af83589b3", + "sha1": "be1b220b93033b9f9cfffedb624017b5cfa0ee66", + "sha256": "2eb6cb0132ea1571b590522a167bd60479c7bf52cd671b0763df3178e87853e3", + "size": 1600269, + "uuid": "399445e5-b4f6-4f3e-8b65-bfc76f0e078c", + "version": "2019-04-03T105545.522173Z" + }, + "image_file/cb92dd92-570c-4075-8893-eb19dbd837b8": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "533d7018", + "indexed": false, + "name": "primary_image-fov_000-Z1-H0-C2.tiff", + "s3_etag": "fac114b1689dd0fca29af6d3636fbdde", + "sha1": "ba56f9680075f5677ed7294406fe53b5553207f3", + "sha256": "ea883a274715c627c3a2615a1340c22d88f8c5417de3106a9aa666f0c02b851c", + "size": 1600269, + "uuid": "fbefb123-cf54-4eeb-9ec2-d826e44ad953", + "version": "2019-04-03T105545.766611Z" + }, + "image_file/b36948c4-0646-42be-9db2-16626a757343": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c69cd6f6", + "indexed": false, + "name": "primary_image-fov_000-Z1-H0-C3.tiff", + "s3_etag": "816a7f3754cb7c2932ac7e0ccd3b72ba", + "sha1": "81551338a2440f0189af43a590750fdcd999c47f", + "sha256": "7c1d52008fd944b34aa86fd0a5d56a2c0d0360bd6c7939fcc86a5ca28312c024", + "size": 1600269, + "uuid": "8bf3db8e-e9cf-40e8-916b-b1e24449d79d", + "version": "2019-04-03T105546.280407Z" + }, + "image_file/c974f4eb-27b8-4ec3-913e-a6eb19572a51": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4ee7d925", + "indexed": false, + "name": "primary_image-fov_000-Z1-H1-C0.tiff", + "s3_etag": "dea6ad5eef4899e73f04c8f4690d40b6", + "sha1": "5013191d6a7ab184c73a492f80075e994a1a4fd9", + "sha256": "37665c56980c1c395bcf89548565b40d44bd1a6e84bc31ba101d2e83818fe89e", + "size": 1600269, + "uuid": "2207ffb3-4f5a-47ba-99c1-b7d81b56168b", + "version": "2019-04-03T105547.016718Z" + }, + "image_file/febb760d-1e9e-4432-9b88-ce2869a43c44": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a8a836cb", + "indexed": false, + "name": "primary_image-fov_000-Z1-H1-C1.tiff", + "s3_etag": "5e0e4bc2b50cc746ff593818d3eec6b4", + "sha1": "555c67dadbbfd481b3137d4a4a5ff6cfde52edf6", + "sha256": "5eebc95b1f0daa116d73359a0c653759910a84e2a086239105fd31cc2c463d6e", + "size": 1600269, + "uuid": "6b04d393-7852-48b4-ae14-8cfa4543c5ca", + "version": "2019-04-03T105547.282294Z" + }, + "image_file/054f40a4-68d0-41db-81e9-00239042d9fa": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1debd71b", + "indexed": false, + "name": "primary_image-fov_000-Z1-H1-C2.tiff", + "s3_etag": "068c894051c2c8b83133fdb7098a10be", + "sha1": "ced49b3e129ebb7516e2719ed98c90b9176065e5", + "sha256": "ab3b43d91b8106b24f550afb6b04e4ff06c29703b8b7c03b62b5ded3e3562bcf", + "size": 1600269, + "uuid": "d2859680-0fe8-400a-be0e-e04a3d832d1f", + "version": "2019-04-03T105547.626243Z" + }, + "image_file/ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "170b0997", + "indexed": false, + "name": "primary_image-fov_000-Z1-H1-C3.tiff", + "s3_etag": "d4bf941909636e00f4e65df0f937c3cb", + "sha1": "f368d9c51c85353f576504ce351dbe5f7c9abc20", + "sha256": "51a22aa82eda457911b822c3a67a6c3d2169c54b7204b66711ff6113d45114e6", + "size": 1600269, + "uuid": "467e4b98-519f-430b-8c59-57270f0e1259", + "version": "2019-04-03T105547.939813Z" + }, + "image_file/819e3227-cc54-4919-95af-c1f8194bf729": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7fa1a6ac", + "indexed": false, + "name": "primary_image-fov_000-Z1-H2-C0.tiff", + "s3_etag": "fb985f9815313f8178cc81bba8e6899a", + "sha1": "44d97a67583454e7b540bf23634b635ec77273e6", + "sha256": "2783f3179b06e80ae1b5a0f45c40afeae45b8da41930d0c1e3e050d7e9698344", + "size": 1600269, + "uuid": "f7f95a37-370c-459f-bf84-19691fb195a5", + "version": "2019-04-03T105548.236748Z" + }, + "image_file/b1e2b9d1-6973-41dc-acdf-95474303561f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c57cc4b9", + "indexed": false, + "name": "primary_image-fov_000-Z1-H2-C1.tiff", + "s3_etag": "bfb6be8b742f97e57548a08c2f520360", + "sha1": "2de2a3814a9dbc094c76fadcad41a234fc6bc51b", + "sha256": "9055d0b3f83ba41e98c9105cb806e216b0d14a24f50c88489fa06e207f046f3c", + "size": 1600269, + "uuid": "dbf2dbfb-2470-40db-96c8-eab439922ceb", + "version": "2019-04-03T105548.520165Z" + }, + "image_file/41ffc783-5ad4-4197-8fd1-c029903c43c0": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5b3ff3f3", + "indexed": false, + "name": "primary_image-fov_000-Z1-H2-C2.tiff", + "s3_etag": "51231d0f2eaf546c0530395a18067409", + "sha1": "e111abd73a379d0adb85398ed96e8b21c7e8a023", + "sha256": "5e4028907526a099ee4b685a15a583e000c0164c14ecfcd41118b48cc3c05bc4", + "size": 1600269, + "uuid": "cbb74511-25d3-431a-83e5-96d8746b7b13", + "version": "2019-04-03T105548.859536Z" + }, + "image_file/ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "316b67c4", + "indexed": false, + "name": "primary_image-fov_000-Z1-H2-C3.tiff", + "s3_etag": "d99c136ee57c7e24b55ce51a10a849eb", + "sha1": "ee5b76ef47b16398d5ee3d4e1c3125f32ceabffc", + "sha256": "c72b7a15560b7ab0419e223ad09ded3e3f182263c0c7ae4a6596246e8960b1c0", + "size": 1600269, + "uuid": "8feb1eb5-aae7-49f3-8a50-ca08fc6cd9ae", + "version": "2019-04-03T105549.143186Z" + }, + "image_file/9014bbaf-a047-4b69-8e28-8356cc99f84e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "8776fda9", + "indexed": false, + "name": "primary_image-fov_000-Z10-H0-C0.tiff", + "s3_etag": "53114fb78c0083e71676e1f5df07c223", + "sha1": "5d9ca067634e35d3c6d2d9c42343551c600757cf", + "sha256": "148e60401f58fffa7ec7e17ef68b45e712114e52d1e33a79b849773f3a5cd5b3", + "size": 1600269, + "uuid": "c24714bc-d736-44b9-80f7-226178093cb0", + "version": "2019-04-03T105549.500027Z" + }, + "image_file/f7acf90c-2b32-463b-b832-8daa8529f727": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a7bafd39", + "indexed": false, + "name": "primary_image-fov_000-Z10-H0-C1.tiff", + "s3_etag": "609844220fd3b593ee0caccac529202c", + "sha1": "9a6a05000bf0851e9469c5a582d04bf716cbe7f1", + "sha256": "1abb6241a8357ff244d86c8352bd1e713ef343fbf15dec7157ac533152d92a0d", + "size": 1600269, + "uuid": "f2f917fb-0729-43a9-8b91-badc7768e23c", + "version": "2019-04-03T105549.865712Z" + }, + "image_file/fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "23d93904", + "indexed": false, + "name": "primary_image-fov_000-Z10-H0-C2.tiff", + "s3_etag": "4dd7610181826f6adf9c563c901e0fca", + "sha1": "dfc98d2e436aef7982fa4241d774aeb6b9aa0ff1", + "sha256": "499483d49cd71506c7095f30a39c64a556ce63902cdbf375b613c495de56e733", + "size": 1600269, + "uuid": "3b548656-b0e1-4fd0-8ed8-0002a5a618ba", + "version": "2019-04-03T105550.106030Z" + }, + "image_file/db22deab-498a-409c-8386-5bf4e60a080c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1439edf9", + "indexed": false, + "name": "primary_image-fov_000-Z10-H0-C3.tiff", + "s3_etag": "629e25a7c5a804cda8c849843844076c", + "sha1": "be5ce9eb8bd863dd596a98f4150ab661e01147d4", + "sha256": "d2d0f8b5f1ae031f26adb3a579be5cf845b0c0a0468fe0f0f71ecfb8d3db7e28", + "size": 1600269, + "uuid": "07db36b4-87d4-4fa1-8a85-b85701d5a9f8", + "version": "2019-04-03T105550.478983Z" + }, + "image_file/07d600bc-0d55-4a8d-9a48-390fc4169845": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "23dfcc29", + "indexed": false, + "name": "primary_image-fov_000-Z10-H1-C0.tiff", + "s3_etag": "f4a1a90d44cff0e07b1b2d7b9aefcf8c", + "sha1": "2b3ded69a6c35ed47e325fe661482929f4dc4cb4", + "sha256": "4e13cfd76ea5e4b52c9316fbbd563e5bbd9673a708c71bbbfb45b789c6759cd0", + "size": 1600269, + "uuid": "49ada68a-c5b7-4e03-9449-3684e06db4fd", + "version": "2019-04-03T105550.739481Z" + }, + "image_file/d0a032bb-cd0e-4873-b346-5cb19e45c202": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b8797e65", + "indexed": false, + "name": "primary_image-fov_000-Z10-H1-C1.tiff", + "s3_etag": "98a99be632b58130697636723e4bc732", + "sha1": "638bb19206f156858aebb94110483a0dedcd79ce", + "sha256": "e6bd3d5c56ed7b408a4096a224efd0f09a861674f14991f3c1fcee26aea63d5a", + "size": 1600269, + "uuid": "dc2076bd-19ec-47c7-8ac9-6c6503386cd6", + "version": "2019-04-03T105551.111778Z" + }, + "image_file/a161f60f-af92-4b09-9df0-dd7ff2bf571a": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "387caf6a", + "indexed": false, + "name": "primary_image-fov_000-Z10-H1-C2.tiff", + "s3_etag": "bf79470aa23df7680bc3dab20bc9fdeb", + "sha1": "30b2559ccffd430ab301d0181b7a016fa68a8b39", + "sha256": "28a08c2edb7044af26e5732fe991643c1fb97851d35ad18658b6ff75e9a9e2e7", + "size": 1600269, + "uuid": "2f5d576a-9e48-4f98-b19b-11e0bbd86615", + "version": "2019-04-03T105551.335466Z" + }, + "image_file/25c6b755-7f62-49a3-a1b5-aafbc772b5dd": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "94de8736", + "indexed": false, + "name": "primary_image-fov_000-Z10-H1-C3.tiff", + "s3_etag": "c4406f061e2d8b568d72b2d8bba598ee", + "sha1": "cfc78b40a3a786933d7e46b3808cb4fadd1b275b", + "sha256": "621cd72144807a88513d47937d763ac4b665ae144f364f4c69ed0ab6802c9985", + "size": 1600269, + "uuid": "56a4a357-0c62-4058-9362-1ae9b928a38c", + "version": "2019-04-03T105551.680479Z" + }, + "image_file/f10fd9e2-5747-4d7a-8c0c-beba81749011": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ef84dc08", + "indexed": false, + "name": "primary_image-fov_000-Z10-H2-C0.tiff", + "s3_etag": "4fa41de358086361a329422e9eb9c045", + "sha1": "f50094df26c7aabc9a83d46b85fa59badc5586cb", + "sha256": "e54c2e4b5a5d10ae3be6b91d08415b3fe463c3ccd9f86f7ebf9b2bf9617ffbdc", + "size": 1600269, + "uuid": "ab9c2448-9e9c-4847-ab2a-7e65333c7795", + "version": "2019-04-03T105552.080625Z" + }, + "image_file/553b6aab-4745-45f8-98ab-de6aadbf48e4": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f901ef1b", + "indexed": false, + "name": "primary_image-fov_000-Z10-H2-C1.tiff", + "s3_etag": "28eb33b0ea77042d1e5467e78ba4a9ee", + "sha1": "162fc33e51482e60820e4c51c5705e10c7cccaa2", + "sha256": "02324cb2dc6975d11959c1694c534654ef48aeae1086128362bd554c92bd4a25", + "size": 1600269, + "uuid": "5b961510-975a-44ee-82c4-47fb7a1ef69f", + "version": "2019-04-03T105552.339328Z" + }, + "image_file/3572abe9-6e42-4266-8671-ff24b592065c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a7975ec3", + "indexed": false, + "name": "primary_image-fov_000-Z10-H2-C2.tiff", + "s3_etag": "1f322edc3014aa0637924a3fcf4c7c14", + "sha1": "c7f8bd8e320ae18fc3443dd06e596d2d1468c8c4", + "sha256": "c48167caf74695965ea023cdb713253ea866d0970eb40c0fe23df266c7226917", + "size": 1600269, + "uuid": "db9d6d77-a51f-49ce-946f-21038694b549", + "version": "2019-04-03T105552.640285Z" + }, + "image_file/6882abf6-c247-4167-a18d-e3fec24bcba2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "3c89e00e", + "indexed": false, + "name": "primary_image-fov_000-Z10-H2-C3.tiff", + "s3_etag": "16ca9c5b30cf10887d69732d835cef73", + "sha1": "d697fdf4b12a4e4f1f562f90b9347a3a6597d34b", + "sha256": "5a8338ac1fda0c1554f616d4501369f07f7de1d0ea4e3e17ab682e314dfcde98", + "size": 1600269, + "uuid": "5146d165-1eee-48ad-8327-174d1817dfac", + "version": "2019-04-03T105552.942022Z" + }, + "image_file/15f8b73e-937c-444d-8362-fdf458abb651": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c5ceab43", + "indexed": false, + "name": "primary_image-fov_000-Z11-H0-C0.tiff", + "s3_etag": "6ceae755ed9aeaebb963364ec7a90d1b", + "sha1": "fa929971df1181934df9282fc6f1db41e8f79d88", + "sha256": "6dfdab9d07ef4c282a65d2e6f0f6b0b3f65993ad10100c7c4e92c1f6b5c8bc3f", + "size": 1600269, + "uuid": "78dc3350-0cb6-4731-b0fb-fa0088f7dac7", + "version": "2019-04-03T105553.200291Z" + }, + "image_file/33b4e374-20ad-4fee-b682-aaa4fc12bec2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2e42a5e7", + "indexed": false, + "name": "primary_image-fov_000-Z11-H0-C1.tiff", + "s3_etag": "06ed8b773024d7146d717791f414ff10", + "sha1": "e5926a496daa980fd009cf259c1d09d60ef88af8", + "sha256": "755a673f5eac78d48792f777ab04e352814e75596625a9331b9e5af7c199d7a3", + "size": 1600269, + "uuid": "213981ed-c5de-40d6-8d09-ef4354fed57a", + "version": "2019-04-03T105553.480733Z" + }, + "image_file/0e83c507-2211-4561-b75a-92326fb2d4fd": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4e0d8d92", + "indexed": false, + "name": "primary_image-fov_000-Z11-H0-C2.tiff", + "s3_etag": "11563e56e169852a5c3a993b476de480", + "sha1": "7e4ab718e0abd53edaa1db559eea3a63784e6e8c", + "sha256": "840268313bf93809cf0f6d546a4d24152fe1514a472d4c2715df3904e397f835", + "size": 1600269, + "uuid": "4f19bb8b-95d6-4dfd-8c58-6bf557cf7e8e", + "version": "2019-04-03T105553.790586Z" + }, + "image_file/912c55cf-0774-4838-8874-352766984715": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ae3e068c", + "indexed": false, + "name": "primary_image-fov_000-Z11-H0-C3.tiff", + "s3_etag": "a9a16146242832c0defa79e41ae59204", + "sha1": "d6370db80b250ed05858f6eaff1e1b4b95006cca", + "sha256": "b6500f6c5ece4770f0299a3145253b99a012eeba9c451e68e1a887b8f454c2da", + "size": 1600269, + "uuid": "b735a8fe-4d8b-43dc-856b-5376aaf8e7f2", + "version": "2019-04-03T105554.038843Z" + }, + "image_file/b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "27ad1cac", + "indexed": false, + "name": "primary_image-fov_000-Z11-H1-C0.tiff", + "s3_etag": "bfc0e583fb4ddbf764b5cbe65aab35b7", + "sha1": "5d833a37af8766382fabd4337b7e8ccbcad60815", + "sha256": "d1ec35fd392cf3d718332fa54250ecf8efd284f3120a1c8d60074e15b84f5377", + "size": 1600269, + "uuid": "6465a79b-714e-4286-835c-f510fcc744e8", + "version": "2019-04-03T105554.264803Z" + }, + "image_file/5b8e3d96-e625-46b6-9689-110fa84fd721": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "73c913f4", + "indexed": false, + "name": "primary_image-fov_000-Z11-H1-C1.tiff", + "s3_etag": "bee5e534a6183e9308bdeb31977a213b", + "sha1": "49eb9d3550635011759d0f5c18ca341bf72a20b6", + "sha256": "3f952c140d5afa90976992b1a5c729b4603648bd12d19e601cdc91427d0cb49b", + "size": 1600269, + "uuid": "9a77ba3d-6773-4e07-ac91-61f0b9203183", + "version": "2019-04-03T105554.539793Z" + }, + "image_file/de43f9bc-ddec-4326-9cb1-7b9c5f76a84f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c026823a", + "indexed": false, + "name": "primary_image-fov_000-Z11-H1-C2.tiff", + "s3_etag": "89cee9ee67610a67152ecf11612fea08", + "sha1": "b5e4908efff59dcd7ad788bfaca249425f528af8", + "sha256": "ac1ffe203eb3ec5c71c7b75ed3fd052a99d8d1161f7ace904b6860ad7c82b129", + "size": 1600269, + "uuid": "fc091e1c-afc8-46e4-b9d3-68341242512a", + "version": "2019-04-03T105554.778615Z" + }, + "image_file/6f3272d7-4a62-4a3c-8c44-11dda8756956": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "44c7966c", + "indexed": false, + "name": "primary_image-fov_000-Z11-H1-C3.tiff", + "s3_etag": "0c1fb1c4fb4c8e371fae1aae894c0135", + "sha1": "a2a83424533f08979828792bb6fd54836a7a7b21", + "sha256": "8c06e4f22cbd47302f82585d2134b1230c4062e03215a7d83b801bbb72900e6d", + "size": 1600269, + "uuid": "e4021199-842a-489e-a65b-fc3160446904", + "version": "2019-04-03T105555.379342Z" + }, + "image_file/168422c5-e89d-466c-9085-f29c02160143": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d7b7bf7a", + "indexed": false, + "name": "primary_image-fov_000-Z11-H2-C0.tiff", + "s3_etag": "d5e9649396c9c7f1f98f0672dcee3864", + "sha1": "b6ce1d39b6b2399b96af8eeb8bab755586acb152", + "sha256": "fdb06d5ef69715919d7ea4bdeeda0c7a81b838a0ef28268a87bf6abe4af8c898", + "size": 1600269, + "uuid": "1aa253f9-b137-4fd9-b65f-c307420bcfc4", + "version": "2019-04-03T105555.600718Z" + }, + "image_file/7331367a-cc43-4af0-8750-a2921d513f97": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "88ae4d73", + "indexed": false, + "name": "primary_image-fov_000-Z11-H2-C1.tiff", + "s3_etag": "dd2287f120520149e017c264e72f3de6", + "sha1": "887e3e928d8afcdfda17e64a56f6bebef141d2e8", + "sha256": "30f20720e23acf0caff1ff1bdbe582de254d3a8ab93188a44b63d5cdd597fc28", + "size": 1600269, + "uuid": "22be2eb0-32f3-4b49-884a-e2d28c01706d", + "version": "2019-04-03T105555.855632Z" + }, + "image_file/edf83a09-2e60-4571-b650-abf4c7ff757b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4ae105be", + "indexed": false, + "name": "primary_image-fov_000-Z11-H2-C2.tiff", + "s3_etag": "72c1259fa055687565fc81b8cfa196e5", + "sha1": "342a81768acd7d32ba4b7f92f3ca11e7f17e0691", + "sha256": "8c1bb26f1be6c9196ef0e074a968bfee34806079e57474577fd3ba8947a07173", + "size": 1600269, + "uuid": "c99e944a-475c-4df4-9e6d-9ea50057cfb6", + "version": "2019-04-03T105556.233992Z" + }, + "image_file/24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ac587eaa", + "indexed": false, + "name": "primary_image-fov_000-Z11-H2-C3.tiff", + "s3_etag": "18fe5ebd9f1da1734d7e233b29b4f39e", + "sha1": "1db0756bba2080c9e1a91bbb6abc7b7fda196869", + "sha256": "30b35d9ebce19e936ca156ccc1669700a28819a57082b28b9390e863c21b9f6f", + "size": 1600269, + "uuid": "2a5f4fda-058f-4478-94dc-c12130be8969", + "version": "2019-04-03T105556.579317Z" + }, + "image_file/be9d12b6-f8dd-407c-b1d7-844deb6a5023": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d02a9c3c", + "indexed": false, + "name": "primary_image-fov_000-Z12-H0-C0.tiff", + "s3_etag": "887f41fc2ff12774fef02765785202d1", + "sha1": "490d14a6d94736b991639b06b5a5690e68f03488", + "sha256": "616f5e816d18b75695af9ae3ca6bf250730ebaf7de10b43be96cdbb96d9c54c6", + "size": 1600269, + "uuid": "cca66a40-ea4e-4d2e-a9a5-084a9dd6241a", + "version": "2019-04-03T105556.968010Z" + }, + "image_file/e3e59792-61e3-4bf0-a985-2acec75acafd": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "9b9bae44", + "indexed": false, + "name": "primary_image-fov_000-Z12-H0-C1.tiff", + "s3_etag": "b4adeb99c5cc807251a7c41114cb2ffe", + "sha1": "d804db3cc63cd09b7ede0a4706b4abd2b2d633e5", + "sha256": "add26fb8561728ddcc1da5b8019bf30c34a1a4724680eb8f4f297867123b6054", + "size": 1600269, + "uuid": "ab43f67c-1352-4344-9ab2-164ec39d5b23", + "version": "2019-04-03T105557.260494Z" + }, + "image_file/095ee09c-1605-4c07-9324-b5382f20b78e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1aecea4a", + "indexed": false, + "name": "primary_image-fov_000-Z12-H0-C2.tiff", + "s3_etag": "789c4f2bf1ef3b375f0804110a733d7a", + "sha1": "749897eaf2fc13f1a61b2277d91173c3ac04bc18", + "sha256": "400a32e254cc7e8ff63c0f7ecbb06f46046180447674d1192404dab8d37a1202", + "size": 1600269, + "uuid": "78046a68-90a9-4761-85fe-bb8f1059a75e", + "version": "2019-04-03T105557.518156Z" + }, + "image_file/77b96424-accb-4c6b-884c-756f2bb40929": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "3b5afbfa", + "indexed": false, + "name": "primary_image-fov_000-Z12-H0-C3.tiff", + "s3_etag": "5a4deb28c50b741404bdbf9b482731b6", + "sha1": "d13f3bbade8b67796a019f3163b697a4de1f9f6f", + "sha256": "7bfd376a2be4d88c67c8d175c52423ea1391402a062b7a0392b0dc2dbfccfdb6", + "size": 1600269, + "uuid": "fbb1d9de-baca-44fd-82b4-1b5f9b76e126", + "version": "2019-04-03T105557.760815Z" + }, + "image_file/a0c2a5b4-7cc2-47f5-97a7-6b59019155da": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "16ce63ca", + "indexed": false, + "name": "primary_image-fov_000-Z12-H1-C0.tiff", + "s3_etag": "f4f92e4d0fe49222df6715b1eacfc860", + "sha1": "89495f8ee49f756930b7f9699716d720eff0250e", + "sha256": "2202bb6788f971004969c17f5d5013579ac627048d6bd25ad7c63e671e3687f2", + "size": 1600269, + "uuid": "d33aac64-f261-46d0-8712-543ccdc219c0", + "version": "2019-04-03T105558.079130Z" + }, + "image_file/78518dc1-d38e-4230-88b8-887bdd83f965": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "8ee8eacd", + "indexed": false, + "name": "primary_image-fov_000-Z12-H1-C1.tiff", + "s3_etag": "b3986a3a15c69644873dd204270a63d2", + "sha1": "384ee670a45003c385d732abb08ffe4b5054b2b3", + "sha256": "3e99efc1c84bdf4f3022a35b02d6a310924388f5a64d245322abbb39179bac14", + "size": 1600269, + "uuid": "ea165ff1-76d8-4fc4-b5b1-46e13a92d61a", + "version": "2019-04-03T105558.419178Z" + }, + "image_file/652dd3c5-6467-41ee-89b3-e4b3361fb533": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b653f9f2", + "indexed": false, + "name": "primary_image-fov_000-Z12-H1-C2.tiff", + "s3_etag": "d9d98464887e0fd0e375a7ce2035fde6", + "sha1": "2f9ed661847addb7a1e508f7a64551d56e71055b", + "sha256": "91d3a98042a86c79996b0cf5713812607de53519f3b9c7227fcb5667fba95831", + "size": 1600269, + "uuid": "fbfd8b5e-6818-4204-8a1d-af17f654c63e", + "version": "2019-04-03T105558.880203Z" + }, + "image_file/cae3d214-d485-4350-8cd2-f4142aca4aef": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5d2ad397", + "indexed": false, + "name": "primary_image-fov_000-Z12-H1-C3.tiff", + "s3_etag": "ead473980cdf361a40efde6487b5812e", + "sha1": "ee103d84ace151c7dfe68e579546b4445ecd0c89", + "sha256": "9ac81cb46bb7244b76dbec83afa406653bc80e5f50e8cec14bcf52da96f53a46", + "size": 1600269, + "uuid": "88045284-69d1-49a5-951a-ce861ed0dbee", + "version": "2019-04-03T105559.179305Z" + }, + "image_file/2ab7ea06-08e0-4669-88e0-23c1e74a3b49": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1b57836e", + "indexed": false, + "name": "primary_image-fov_000-Z12-H2-C0.tiff", + "s3_etag": "dc98cbd9f2ed861f4839edee92c741ac", + "sha1": "ee94e5cf8c841bba7be2a55582d83bf336b25b2e", + "sha256": "b0559f19893372f5d1e2eb022c8de33afab9460c5bfdc3fa43a1d132a553080c", + "size": 1600269, + "uuid": "29982631-185e-43c5-ae8c-daeba6e26c2b", + "version": "2019-04-03T105559.659913Z" + }, + "image_file/de282263-0944-48d4-9819-6182636c76bd": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ab93140f", + "indexed": false, + "name": "primary_image-fov_000-Z12-H2-C1.tiff", + "s3_etag": "27f70fe14e7e3b07edd0dbf20bc14d9e", + "sha1": "ea798bb2f189c427a46b4d80219fc6d16e7e2818", + "sha256": "d18bcb7369e1a4c3fba02e006c593aeb12d3baf16115db0d5324404ee403db77", + "size": 1600269, + "uuid": "083944c0-37af-4c9c-80e1-2c101b95acc3", + "version": "2019-04-03T105559.998865Z" + }, + "image_file/bfdbe9b5-42ac-419a-b297-843095de2cc2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "402e893b", + "indexed": false, + "name": "primary_image-fov_000-Z12-H2-C2.tiff", + "s3_etag": "05a62cd5712c3eeba56bfe96f267bb9a", + "sha1": "497da012af65c6fcaf0be9986227d77d45b94e80", + "sha256": "f19fd7d959fb5c7a48fe8cd776a0e4d7706bde6f11d8fec837ced211b64eca29", + "size": 1600269, + "uuid": "40cbb7e6-b5f1-48ad-825a-5159197c6803", + "version": "2019-04-03T105600.308174Z" + }, + "image_file/0ef6ffa4-e40f-476c-8ac9-10732ef6e42d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f843bf4e", + "indexed": false, + "name": "primary_image-fov_000-Z12-H2-C3.tiff", + "s3_etag": "a3ced1c2e181c3ae3b6c0175d034d4f5", + "sha1": "ac3087f9eb2e5a42b61bef858f5ff15cf7bdc36f", + "sha256": "88bd33e3488dffad8404a0dc27afaef8dbe5bada2d88ad5a59ddf43c3e8c0597", + "size": 1600269, + "uuid": "ebe33ee1-8e0b-4412-abb1-b26c5ead07e1", + "version": "2019-04-03T105600.586805Z" + }, + "image_file/e2763cda-3236-487e-9944-5169c0cb8856": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "052f06bf", + "indexed": false, + "name": "primary_image-fov_000-Z13-H0-C0.tiff", + "s3_etag": "bcc9167532fe6d4332a6042181df7d1a", + "sha1": "d66ea4b0cb0b34be2de8e9e5a12926f49145dff3", + "sha256": "2b078043f0c405d3cb989c43456e5b7ac835f416bb620ea3c85e16c8962b3433", + "size": 1600269, + "uuid": "a94e0444-861c-418a-a338-16ed56e9b430", + "version": "2019-04-03T105600.867025Z" + }, + "image_file/37018bd8-8537-47c3-a5a9-efb43552f30c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d6ebd4ee", + "indexed": false, + "name": "primary_image-fov_000-Z13-H0-C1.tiff", + "s3_etag": "34c1ff12c674255cd44d44d5e7201890", + "sha1": "190094d40dfa2f357d761866860d24d687a8158d", + "sha256": "871f6921cdd3d12ec7b1670a59eb2c8e123a376e391e59f434efce751661da40", + "size": 1600269, + "uuid": "2e39b6d1-7755-4265-a044-f74cac9943a1", + "version": "2019-04-03T105601.179469Z" + }, + "image_file/a6c9b1ce-2054-4a48-b262-bb0723b8a567": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "584d986e", + "indexed": false, + "name": "primary_image-fov_000-Z13-H0-C2.tiff", + "s3_etag": "2dfbbfab11c2528ce2f4beafdfdbe1be", + "sha1": "6403da61835d4362a70a2e5dfbd112984cd22d81", + "sha256": "dd7b8ec3c8a18855a787d282efaffe9b9c5927d29046b194bb405586fc0f4a6b", + "size": 1600269, + "uuid": "fcab0b60-14e5-441a-b5ab-492576785bfb", + "version": "2019-04-03T105601.420192Z" + }, + "image_file/8319ee38-f199-49d7-989a-25b451656b38": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a9ee4bc6", + "indexed": false, + "name": "primary_image-fov_000-Z13-H0-C3.tiff", + "s3_etag": "b36579dc19eb793dab6d74b099b3c094", + "sha1": "bdf15acace826820eb39fab732fc21b1c9b71ba5", + "sha256": "7c822e36225c6ae1ae17eeae2c3d8d036386e57b7c4a096e2f5412af9441a227", + "size": 1600269, + "uuid": "45caa165-0ccb-424e-a454-da6ee8c3debb", + "version": "2019-04-03T105601.721498Z" + }, + "image_file/022841b6-8b7c-4d0c-b65f-06ba14253540": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6ff498a1", + "indexed": false, + "name": "primary_image-fov_000-Z13-H1-C0.tiff", + "s3_etag": "263ae72ab8c5b07cdb67115ead4b0581", + "sha1": "0b1851977e68f57322a9b9b610e28ad2a9ca59c2", + "sha256": "e2160976c70adaa0cbbe30ad556550978fb8e179c5c2c01d43e51eaf392fd8ec", + "size": 1600269, + "uuid": "cd27dad7-cd62-442b-ac93-1a492df1045e", + "version": "2019-04-03T105602.039781Z" + }, + "image_file/299dfbe5-05f5-48a7-816b-61036f0e435a": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d3808e49", + "indexed": false, + "name": "primary_image-fov_000-Z13-H1-C1.tiff", + "s3_etag": "9825ecfc61e68ca25e40bef25e59ccfa", + "sha1": "ff0a443f513db573f55cc98e5ee1a37296bfae97", + "sha256": "bef348b002b6d232a391fb0d3f9c31506dbb24eaca6a82ea255e8e362affc71a", + "size": 1600269, + "uuid": "60dd0c9f-00a5-4d05-9e03-d3d9ed094144", + "version": "2019-04-03T105602.303691Z" + }, + "image_file/6b8b11aa-3600-4a63-a980-93465e681c9c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "559258c8", + "indexed": false, + "name": "primary_image-fov_000-Z13-H1-C2.tiff", + "s3_etag": "f36dfa34f3494ced8619bcf41f50b609", + "sha1": "8b42c0a67ebb80242e695de36af2704240a43541", + "sha256": "d122a74a78ee74b8ec52ad8c0e8c91a0da215f9ccaa8997d97ac19312792f3ec", + "size": 1600269, + "uuid": "c6feee87-37de-465d-b860-b9bd70da69c9", + "version": "2019-04-03T105602.620006Z" + }, + "image_file/35716168-df43-4273-b52f-72e3d18a47bc": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7da89022", + "indexed": false, + "name": "primary_image-fov_000-Z13-H1-C3.tiff", + "s3_etag": "b8911343150f670d61645fc8a8d33ae5", + "sha1": "5bd3d9288289f0c69a6d4f56d3361d3743b423f2", + "sha256": "2170b2d5225a5c06b8e6a0d4c7baf98fedc829c55cf39384836319dde5cfd27b", + "size": 1600269, + "uuid": "bf2d918b-0a45-4f42-83b5-e38dd2c77084", + "version": "2019-04-03T105602.924316Z" + }, + "image_file/6be783ec-c132-4e09-90e0-0958efaf6619": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7855861f", + "indexed": false, + "name": "primary_image-fov_000-Z13-H2-C0.tiff", + "s3_etag": "adee3752465a14bac55600bb2ba15d49", + "sha1": "6ec29fd007cae668ee61a9fb88415817247f59c5", + "sha256": "8c8299f5933f6546bbca375bdd0258ccf642bae8cbed6cbad569037a21477389", + "size": 1600269, + "uuid": "31896233-7b29-42a4-94b0-208095c99f5f", + "version": "2019-04-03T105603.161708Z" + }, + "image_file/a11956c9-c24e-4efb-8af8-1167b3081e70": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "aa188246", + "indexed": false, + "name": "primary_image-fov_000-Z13-H2-C1.tiff", + "s3_etag": "8a7c1094a104a9a7cc40ed6178fcb752", + "sha1": "0035dc38e3f4276b3442a308d0d7418a6eb24614", + "sha256": "cf7f002f384c6f5491b164dd7a571d9c768be9bf3e019401015b6dc69b957696", + "size": 1600269, + "uuid": "55001751-e224-4825-87c4-bd786345faef", + "version": "2019-04-03T105603.421325Z" + }, + "image_file/b69a349b-0e07-4fbe-9e3b-9f2cea828b96": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d735689c", + "indexed": false, + "name": "primary_image-fov_000-Z13-H2-C2.tiff", + "s3_etag": "6312ba6081f851b6a62ecd624764cad3", + "sha1": "53f3a2a46803321bfa6b0271c887130a4d87a94d", + "sha256": "4de7ef1850de8d30f292f26d5df973c15a37d0f09fcec7e36206c1380e74abcb", + "size": 1600269, + "uuid": "9e4aa7a1-045c-448d-9506-9f180646f31e", + "version": "2019-04-03T105603.652981Z" + }, + "image_file/753c2a57-b5f1-4984-b874-b2b10d582847": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "3ede4f1c", + "indexed": false, + "name": "primary_image-fov_000-Z13-H2-C3.tiff", + "s3_etag": "c6cd4cc027b68101cdebd5cd9c8b4a67", + "sha1": "745fd35a8b5509b852148f57dbd9a4dbb4bd355a", + "sha256": "42173d6b156f00f205f92f20f694b7392ce3d7619033122df8388e1a45acdc73", + "size": 1600269, + "uuid": "54ddc5aa-4b48-48e5-a955-2f969478eb8d", + "version": "2019-04-03T105603.939697Z" + }, + "image_file/e0b93b3d-075b-482b-838a-e36d8849607b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2567a82f", + "indexed": false, + "name": "primary_image-fov_000-Z14-H0-C0.tiff", + "s3_etag": "23d4e877ecb39a2bb4b4323ee3560bd9", + "sha1": "076ae34880e7546836d365851668aae082501850", + "sha256": "2c9e806302eecfe1fa003b8ed15beeed08d6cb6e93b2552c30c7d48a8253386b", + "size": 1600269, + "uuid": "9ab3b14e-52eb-45fe-8473-b166185732fa", + "version": "2019-04-03T105604.189833Z" + }, + "image_file/96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d89a7999", + "indexed": false, + "name": "primary_image-fov_000-Z14-H0-C1.tiff", + "s3_etag": "733724cfb40992f157c06a21429ce63b", + "sha1": "f81644e79659aa85009d30b5747126a4a4c3bf52", + "sha256": "c5554bc09b3722f4b63a015ccd5f952778d60b0e5c5b11e8e6850028cd41f4e6", + "size": 1600269, + "uuid": "e877a847-80aa-4d68-a069-6da3015bb19e", + "version": "2019-04-03T105604.480375Z" + }, + "image_file/c647964a-7796-4dd2-9fa8-b23f012ac14e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6a6f2b31", + "indexed": false, + "name": "primary_image-fov_000-Z14-H0-C2.tiff", + "s3_etag": "caf29bdd34d04d56efa7ffe4e69bdf15", + "sha1": "178b19662651333bcd83ee5c979c5fb21a24ee3a", + "sha256": "8c77ea0a4a7e17738c3f1148a63b37d068acc1ffc8fc2d5c9e9f0dbcf88d02ce", + "size": 1600269, + "uuid": "f30fb34c-ea78-4c55-8342-666e028b1ec7", + "version": "2019-04-03T105604.725431Z" + }, + "image_file/87a63649-9834-49b8-89a0-310211c1b5b3": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "8e7e28ba", + "indexed": false, + "name": "primary_image-fov_000-Z14-H0-C3.tiff", + "s3_etag": "50d4a2b1c64d9a6091118b0f3ba69082", + "sha1": "904cedf9d6d62d129da6d3a1d30fd7c74e21bdfe", + "sha256": "a6d97e21fea1d3cc28be720bccb70f9f2a0e3fca6ffbce383ade7612ed90ea13", + "size": 1600269, + "uuid": "a800e1a6-58b9-48ea-b33b-b2c58627e5f0", + "version": "2019-04-03T105605.006005Z" + }, + "image_file/b2eb5b20-fd1a-403c-8b55-9eec5972d482": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f31ac427", + "indexed": false, + "name": "primary_image-fov_000-Z14-H1-C0.tiff", + "s3_etag": "8ffb788e265f2f239b5b23fa695e1119", + "sha1": "087a91c220f450a4baee76b805e81170384a1e63", + "sha256": "2f3af86421a5d9ec2101ff3943a8157d3ca2b257d04676bec5a1608241b9e93b", + "size": 1600269, + "uuid": "4971ef5d-cd50-48e1-a7f3-91e1ebf27dda", + "version": "2019-04-03T105605.420646Z" + }, + "image_file/4b3b36cb-cd90-4526-978d-2e7e8f7add39": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "71e66e31", + "indexed": false, + "name": "primary_image-fov_000-Z14-H1-C1.tiff", + "s3_etag": "8c328a7008b42a8ca4dd7cea274cb679", + "sha1": "7da5e8987204a4abb4329c45a04e79eb5181006d", + "sha256": "c87288170e297bcacb92a8b685251eb3b8b5f61cd14cbf569ba7473e33bf289d", + "size": 1600269, + "uuid": "0fe0425a-1371-42d6-a6d2-36962c8a22f7", + "version": "2019-04-03T105605.641366Z" + }, + "image_file/cdc774f8-3310-4f1f-8c67-03579c253640": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "bb067245", + "indexed": false, + "name": "primary_image-fov_000-Z14-H1-C2.tiff", + "s3_etag": "072dfe78e868a7886774cb3aa04a0a7f", + "sha1": "04486bf2cabb0f3ce29603ce8605d0bbb5b36aa8", + "sha256": "9a1b23dff11928fe74e4779a3e9865b9cb732683a0bee85da64e5afb38959383", + "size": 1600269, + "uuid": "25ff77de-95eb-4737-9ba2-fff2969eca73", + "version": "2019-04-03T105605.904789Z" + }, + "image_file/607370e0-7e7e-4d25-ba5c-957c00a73ac1": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "69c233e3", + "indexed": false, + "name": "primary_image-fov_000-Z14-H1-C3.tiff", + "s3_etag": "ab66d0e958e7ae0cd9f7de7b21edd2ee", + "sha1": "149743809ed468c9878334e4deabf25b5f0de6ff", + "sha256": "3afe34c5645c4c6ed4e8fd71882f8e84d62544eea7b926de3eddc31a81084854", + "size": 1600269, + "uuid": "f1bdabbf-13ed-483c-8492-a6c9c2f65db6", + "version": "2019-04-03T105606.322160Z" + }, + "image_file/3240d7ab-568b-4be5-adba-3178b3e8f85e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f98fd263", + "indexed": false, + "name": "primary_image-fov_000-Z14-H2-C0.tiff", + "s3_etag": "1a39d83cd8e12cc23e42c24f6668dc33", + "sha1": "eaf2b358ed990a93bae6c6c2bcb9a462673901a4", + "sha256": "304439ad4583424ef116b6ac98a44c1d43a7622472b2a3a89677b54392acb577", + "size": 1600269, + "uuid": "5b57e6a7-e098-4605-b00a-d58652698580", + "version": "2019-04-03T105606.659307Z" + }, + "image_file/c0b6ee98-677a-41d9-9d80-9ac63d251b08": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "9db56d08", + "indexed": false, + "name": "primary_image-fov_000-Z14-H2-C1.tiff", + "s3_etag": "dda12be46aeb27da4da7ecf1cbb44dd5", + "sha1": "9e1e7ad1c9c013feba08c3ed48c29e3b81f4469a", + "sha256": "9158ddf94cd4395252a02c2f61a4e2f3b179593839a2c22a2c89066dc053e5de", + "size": 1600269, + "uuid": "5cadfa19-ed60-4ba2-b04c-c23b6c0495f7", + "version": "2019-04-03T105607.139632Z" + }, + "image_file/f34c01ec-06df-49e6-bc2f-c50c7f398851": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7a76cc49", + "indexed": false, + "name": "primary_image-fov_000-Z14-H2-C2.tiff", + "s3_etag": "424a333527ec9d3651d09f2ae01ca8bb", + "sha1": "ab8ab11f26ccdeb60dbda96f689ff38939ef585e", + "sha256": "e49b7f981478d3e32fe3ffde7a952a2361d22a6df1cc55b8f6d364646149d425", + "size": 1600269, + "uuid": "f2fe8c9e-6ed6-4999-a98b-4fecf57da55a", + "version": "2019-04-03T105607.380785Z" + }, + "image_file/2047311b-f3ee-4137-8338-a45166e01d53": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1ad0ed69", + "indexed": false, + "name": "primary_image-fov_000-Z14-H2-C3.tiff", + "s3_etag": "91f0b66a436c7f9a78827c3a3ccac38d", + "sha1": "49f4f1cc2731e44d68b362d30535d674a02b9e1c", + "sha256": "24612939c544d89c59e974d0283cafae98528f56a9e52d5761f70e7b8757a5fa", + "size": 1600269, + "uuid": "b8ab79bd-28c8-448b-9847-f8f10d3ccc45", + "version": "2019-04-03T105607.648634Z" + }, + "image_file/44ea335a-1991-4504-be12-04f1a332ddfb": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "0b2929e7", + "indexed": false, + "name": "primary_image-fov_000-Z15-H0-C0.tiff", + "s3_etag": "2f41176517472845c1720f78d268af09", + "sha1": "8c432af92536a457fbacd9f78a8c8591d6c116ca", + "sha256": "67b14eeac471ed074ca1063bbe78845143390c42914e8908ea4ef7341b10fb13", + "size": 1600269, + "uuid": "dcc63bdc-2c05-488c-98ce-905b6b1fcfe4", + "version": "2019-04-03T105607.955180Z" + }, + "image_file/59f3d0ab-1fe1-4cc8-b343-c12b520d769d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "004524d0", + "indexed": false, + "name": "primary_image-fov_000-Z15-H0-C1.tiff", + "s3_etag": "9d4f239273a8134f9a0f3496f3fa931e", + "sha1": "5512afc374fe1b4acd0d7bfd009d33885bf820cd", + "sha256": "7652e6b69da6660427c7a985344ed04eef6970f43ad69af6e52bd92d90cceec0", + "size": 1600269, + "uuid": "f3926330-cfa4-4f64-b12c-3e50e06a7153", + "version": "2019-04-03T105608.221439Z" + }, + "image_file/58f9fb1a-b6be-42c4-98ed-a5c091a3c716": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1d122a71", + "indexed": false, + "name": "primary_image-fov_000-Z15-H0-C2.tiff", + "s3_etag": "aeb11c110398d407c6c2a4266d8c3349", + "sha1": "84198102a0a6dc4cf9b96da68ea81ef165ff8df6", + "sha256": "0551b9abc860383650a0fc551ee22f876d3041924377eeb5ec079917718fa75d", + "size": 1600269, + "uuid": "b134deb9-6a03-486f-a603-955348d1cb67", + "version": "2019-04-03T105608.540867Z" + }, + "image_file/6af3cb41-9e64-4b11-b272-be87adf0fa94": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ced5e43d", + "indexed": false, + "name": "primary_image-fov_000-Z15-H0-C3.tiff", + "s3_etag": "93e4975a342f3f4bd9e540e466807eba", + "sha1": "f488f82f0865e633c467aa3d807d3bf3b785a36c", + "sha256": "0d40beb93999b640ac48a7aff74214eb0e17fd80e40303be16f0d04f232dfaef", + "size": 1600269, + "uuid": "b9aef9b6-f326-4d1a-b912-41030791bc78", + "version": "2019-04-03T105608.782580Z" + }, + "image_file/7541d176-dfba-4e05-ba45-0c6964271dff": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "9621a4da", + "indexed": false, + "name": "primary_image-fov_000-Z15-H1-C0.tiff", + "s3_etag": "2e7af9b5ba0712fa9823898c582b1171", + "sha1": "592bc4308878410f03ada6e6c8ea5a7d39ff87cc", + "sha256": "42ed249546e37d66f631498a848e02d183fa919bc242d810333ac5b2ca94e7e8", + "size": 1600269, + "uuid": "e9f28e2b-b63c-4819-8385-18062c5411aa", + "version": "2019-04-03T105609.057230Z" + }, + "image_file/8ee1e829-a507-40a5-87ac-7fd8379b87ce": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4f9f2476", + "indexed": false, + "name": "primary_image-fov_000-Z15-H1-C1.tiff", + "s3_etag": "caa6bab888b91f870d1dfc5eb758f541", + "sha1": "7304181ad037514a180bf43a1a79254c86301b42", + "sha256": "4c9493782169ea02a632b1d911b9b026c680569c1d87cada888458f025962129", + "size": 1600269, + "uuid": "a7309326-5690-413e-8b73-1f33f8897dab", + "version": "2019-04-03T105609.289499Z" + }, + "image_file/8e57554a-abb2-4664-87b6-a397f4da6555": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "570dd01a", + "indexed": false, + "name": "primary_image-fov_000-Z15-H1-C2.tiff", + "s3_etag": "626956c92c5187481a0c0276c7839812", + "sha1": "33752130b76286f50bcc5873000dd9613faaa16c", + "sha256": "dcdc7393bfb9721c8bb3062e1ddbfb6e5f6ea1108ebdca1afca0a797d05697c7", + "size": 1600269, + "uuid": "6bd9329f-5602-4c75-92c8-84882ba69685", + "version": "2019-04-03T105609.542553Z" + }, + "image_file/88fa5ec5-db7d-49bf-8c7e-86f348fbc84c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "84defed1", + "indexed": false, + "name": "primary_image-fov_000-Z15-H1-C3.tiff", + "s3_etag": "51ad1fb9bcded0393d1a2995c5861df3", + "sha1": "2ea4671d25ab754b32c564caa28ab7823d8d6ad2", + "sha256": "6b311490b4b187aa705716c5facca6e74d2248638d95af9be1b8fff6d0afccb4", + "size": 1600269, + "uuid": "0c9f682a-a5dd-45ed-bcaa-be4e5342771c", + "version": "2019-04-03T105609.824711Z" + }, + "image_file/a2b4ab97-84bd-4808-884d-bd8cc5e7b922": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d96c5e2a", + "indexed": false, + "name": "primary_image-fov_000-Z15-H2-C0.tiff", + "s3_etag": "92545335007f347406aacdbf892ebfdd", + "sha1": "86094e1e453f5831cf76f320aa3975ed986e8f86", + "sha256": "2bd656d393d3d3337ed6258b1e5e61f799370f6a5958a9fc5f816f1407adca4f", + "size": 1600269, + "uuid": "36063754-9a8a-4815-9783-1508974a6ca3", + "version": "2019-04-03T105610.096845Z" + }, + "image_file/56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1b71539b", + "indexed": false, + "name": "primary_image-fov_000-Z15-H2-C1.tiff", + "s3_etag": "027dfa4d7f544005e04f75be47ae1cdb", + "sha1": "9eedcc5e6e5bab401388effd57769e35ba897ee6", + "sha256": "8597d134ccea0e906080b36f8717c8be936bf90b682434d23c9eca0649bea27f", + "size": 1600269, + "uuid": "a601ed00-aadd-4ac3-95ef-25fc052c37db", + "version": "2019-04-03T105610.401438Z" + }, + "image_file/8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b7fd53a2", + "indexed": false, + "name": "primary_image-fov_000-Z15-H2-C2.tiff", + "s3_etag": "bf901bf83745da9c9c53c26e8852938d", + "sha1": "45a4b73120e37579508e9e6a9719e5944bbe0c78", + "sha256": "da60f26d4165e3fa29819338ce470d2101c02df2657b8b1272fd56be0919c280", + "size": 1600269, + "uuid": "e9da4b39-a542-4f3a-85af-c9da97172715", + "version": "2019-04-03T105610.683603Z" + }, + "image_file/f0cb4244-e19a-46a0-89f1-04143548872d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7944dc17", + "indexed": false, + "name": "primary_image-fov_000-Z15-H2-C3.tiff", + "s3_etag": "ffd7b80c10d1e2654181a38485f457a8", + "sha1": "6708d5c43e6742546aca16c0ba9cd5585b72e56b", + "sha256": "b80a54f1e3efafb5aa6de7d3f0d6e309dc3973c957c91245e790cc36c08482b9", + "size": 1600269, + "uuid": "215ebd60-69d7-4509-8575-301f28d841b0", + "version": "2019-04-03T105611.022078Z" + }, + "image_file/73074f55-d009-41a2-929e-6fd9949bb1dd": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6af55e11", + "indexed": false, + "name": "primary_image-fov_000-Z16-H0-C0.tiff", + "s3_etag": "a88aa7b3a586d4d26b8be621167c5b94", + "sha1": "66da568c0925617e3b3c6825fd6a541fdeea6f7e", + "sha256": "516ccfdda5551806152d5f3de11fc1f14ec21ca2b5452dc53e98416f5f47daea", + "size": 1600269, + "uuid": "47c1ab01-7bb9-4cc6-949e-aff889b78bc4", + "version": "2019-04-03T105611.559338Z" + }, + "image_file/0c2a3965-fbd7-4dc2-bcf0-9c51650a7331": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "89ab529c", + "indexed": false, + "name": "primary_image-fov_000-Z16-H0-C1.tiff", + "s3_etag": "46fc4422fe7b8dc81ff4e5c614263b1f", + "sha1": "aad78416ba051f4e2d6b406292b8d7e0265e89e9", + "sha256": "68c9dfe824f02f572aa39d5dfc16d5cc92a0664ce4ec7fce21b513a5d5120400", + "size": 1600269, + "uuid": "bbaf020d-e851-4259-8784-832fc85b6c83", + "version": "2019-04-03T105611.801366Z" + }, + "image_file/3774ecbd-d397-4b46-ba08-a7cbc6da0c07": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "771e1a24", + "indexed": false, + "name": "primary_image-fov_000-Z16-H0-C2.tiff", + "s3_etag": "9fada1d9ff3394e4b113f8ad2bdba081", + "sha1": "6e43f11f0a5ca2f28378d8770e9af3d356fd644d", + "sha256": "1494d456f4a227f28525a90eaa34a68e76b852aee12b8e010331f6908dc73904", + "size": 1600269, + "uuid": "6c0ffe0f-19a5-4ed9-92e1-316f3d8cc1f9", + "version": "2019-04-03T105612.278469Z" + }, + "image_file/146231bb-1b13-4db5-8157-9d9962cc3a3a": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "77615d8f", + "indexed": false, + "name": "primary_image-fov_000-Z16-H0-C3.tiff", + "s3_etag": "40fc5c6cea15336a43a4dc4711a4ae00", + "sha1": "da32bedc5eeb2ce47908ded5a770610cc07f8c30", + "sha256": "33a6cd371f88a33bf0f1daa0345e47f414af1636f420e4fb1a1edcdd6687563b", + "size": 1600269, + "uuid": "60edf99d-ab78-4bab-b3de-801fabbb7116", + "version": "2019-04-03T105612.622653Z" + }, + "image_file/1d1b3f27-4f67-4338-bb36-173fd6ecf14b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "735764c8", + "indexed": false, + "name": "primary_image-fov_000-Z16-H1-C0.tiff", + "s3_etag": "fdc28a410e4b61d3264243827629e74d", + "sha1": "75cd7a485c26b1559eb0ead8f71e3892037b9f38", + "sha256": "061cb156a427a7277fe5bfdada22068981a75546e1cb8cda89b6259a359e4c8a", + "size": 1600269, + "uuid": "bbb92406-a0df-4de1-97fa-fa10457198d8", + "version": "2019-04-03T105612.859568Z" + }, + "image_file/7fe17380-3090-4fc3-9504-02b3f8ed95b6": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4043af28", + "indexed": false, + "name": "primary_image-fov_000-Z16-H1-C1.tiff", + "s3_etag": "a587f1d6e7b711ed13cec30e69c0c1b2", + "sha1": "37ae6779436a6a258606562697fa6d7ddfe44fc6", + "sha256": "bd0be59413d859115ff7f265726c32a303dacdd3660f5f70eecd9a9511db0ec1", + "size": 1600269, + "uuid": "0d38ed8b-ccdd-4a32-9be3-bfa62f535c5c", + "version": "2019-04-03T105613.080125Z" + }, + "image_file/fc405b01-60ca-436f-a06c-2f38f7156a87": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a88f3cf2", + "indexed": false, + "name": "primary_image-fov_000-Z16-H1-C2.tiff", + "s3_etag": "b4e387ce74fcb5a511fd92cdfef07e13", + "sha1": "fee047cab4461e58350bc44a07aab0c5a067784a", + "sha256": "7c9e194ae38ba112afb630d03d686135c13cedbd0dca0a6a287b91a82af1ad9e", + "size": 1600269, + "uuid": "0bdded17-864c-4c7a-a499-24a4267b4dc8", + "version": "2019-04-03T105613.344358Z" + }, + "image_file/bae92b53-c6c7-4712-865e-6cff3cba506e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "261d6caf", + "indexed": false, + "name": "primary_image-fov_000-Z16-H1-C3.tiff", + "s3_etag": "fcee02cab9e177c39658cd9313183445", + "sha1": "f888e61fba8808efe439bda90dd47a06009a35a8", + "sha256": "f7833d340e6ba0fcfa3082241e16e54444576db840d73a911a2d40c62e6c7c42", + "size": 1600269, + "uuid": "e61824cb-b2e3-4131-a93c-0f809407e12a", + "version": "2019-04-03T105613.584363Z" + }, + "image_file/83662ec5-a202-42ab-9a47-a701d4f19de3": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ffeec2e6", + "indexed": false, + "name": "primary_image-fov_000-Z16-H2-C0.tiff", + "s3_etag": "9961c3c49217e32c5ede426cf5171155", + "sha1": "2fc56166144927399d9e3e5d39c873e242580388", + "sha256": "341648c0b44a819c34a6c27d213e5d252d5edcef5e88d842f817832b09bfbcba", + "size": 1600269, + "uuid": "1cab431e-680b-491e-9f8a-9503230a602c", + "version": "2019-04-03T105613.859236Z" + }, + "image_file/a04957c6-8ce8-4fa6-950d-71812ff3d698": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b0e8ea39", + "indexed": false, + "name": "primary_image-fov_000-Z16-H2-C1.tiff", + "s3_etag": "0102cca9defd31c65585f717a10d5bda", + "sha1": "d5c57eff3c4be5edd22e442408c8231393bed2c8", + "sha256": "1360f3f3c583137c692923cc6b1fb416575482e6e248196a6bb1fecd5e27cd97", + "size": 1600269, + "uuid": "c8f06cec-ac9f-4241-8f0d-86daecbda3af", + "version": "2019-04-03T105614.120757Z" + }, + "image_file/9284d3a4-73bd-4aa0-847c-ab273d14185a": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2d57a1e1", + "indexed": false, + "name": "primary_image-fov_000-Z16-H2-C2.tiff", + "s3_etag": "c17ba6739bc7684046bfe0bb9ae5b549", + "sha1": "a0100b495ba6b92a6140a9483abe9e396dd79089", + "sha256": "144d25544bf2995a01f834cfe7e71f696d1cec67ff4ff355216189c25696301f", + "size": 1600269, + "uuid": "0fb666f0-0331-4532-8ed6-9ee27b383f96", + "version": "2019-04-03T105614.469912Z" + }, + "image_file/4d664562-c333-4aaf-bb8b-641e0568733e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4c624098", + "indexed": false, + "name": "primary_image-fov_000-Z16-H2-C3.tiff", + "s3_etag": "d99948dce1012b3533fc8d8807372c4f", + "sha1": "eb2b7fc4b7c3c5e39fc623add18d5755173355a7", + "sha256": "9c4ffe1988df43cf7718d61790392096a85d294aabf389c177a3caf31df8e8a0", + "size": 1600269, + "uuid": "ebcf808e-8039-4d0f-9c6a-82ddf9bd6dc0", + "version": "2019-04-03T105614.720103Z" + }, + "image_file/b533685d-3c60-4483-841b-a054f0a69fec": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1b85888c", + "indexed": false, + "name": "primary_image-fov_000-Z2-H0-C0.tiff", + "s3_etag": "8c3c48e91e7ae78c3ab1c7c64e764aa2", + "sha1": "d617c969390d82f651fe9fa0243ccf3ffe0c6686", + "sha256": "e4eb56824253d3871a1255644aacbc8a00214b68d774463d87a0a4913f61ac25", + "size": 1600269, + "uuid": "ae06e940-6a8d-44a1-9e5f-de404f802e0d", + "version": "2019-04-03T105614.967111Z" + }, + "image_file/3f14c88e-58db-4f76-b6e0-4b483ded1ca3": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "52c76c82", + "indexed": false, + "name": "primary_image-fov_000-Z2-H0-C1.tiff", + "s3_etag": "78532080864bd984fd9893f40046b488", + "sha1": "677b6148a4420ee93322f9d716b55e5a6df96450", + "sha256": "cd54522df1f749716b726df51c45563c3d7be47d9bcce9b5ac97576062e9f720", + "size": 1600269, + "uuid": "a3001444-768b-45bd-82f8-ffd492f8a9ff", + "version": "2019-04-03T105615.221216Z" + }, + "image_file/32d0b267-f399-408a-b35f-f1ebc7d0fc1f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "49c661d3", + "indexed": false, + "name": "primary_image-fov_000-Z2-H0-C2.tiff", + "s3_etag": "85a90e2603bf8881499014d78c07a9c1", + "sha1": "72c98cb505fd875344a522431e5132e0e00e3f8a", + "sha256": "f280463e13ed0c1804280dfe839aeafc31978f5aa22fef71f998c05fa3981e1a", + "size": 1600269, + "uuid": "fcf35fc4-c4da-4643-9b4c-46ae410160ea", + "version": "2019-04-03T105615.545209Z" + }, + "image_file/3e8510c9-7e31-49bd-bb90-cb55577c2f25": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c52334cd", + "indexed": false, + "name": "primary_image-fov_000-Z2-H0-C3.tiff", + "s3_etag": "c70b5e8025a12c00f90d64da288e0666", + "sha1": "f36222db39a0600e497c8547c40e057d69cce655", + "sha256": "1bf0530559802b92677858e96a43be30c77ba94dd170630b3bb2702b740eb5e2", + "size": 1600269, + "uuid": "a454ef32-a818-48bb-8986-59c91a3582d6", + "version": "2019-04-03T105615.780166Z" + }, + "image_file/463aff9a-ec7e-40d0-be42-c6686af9130d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "83b7b009", + "indexed": false, + "name": "primary_image-fov_000-Z2-H1-C0.tiff", + "s3_etag": "1477e3cfd21e5661b4f38c0002d622f3", + "sha1": "63188f3bcfe791d5e7ac797662c764857bbfb7a5", + "sha256": "04733ed9c6df06e23b249b23f985e61c66927e8be780f691e87f23b5cb01ad66", + "size": 1600269, + "uuid": "514c1928-88b2-4ee4-9a36-6df3a1ea6ad6", + "version": "2019-04-03T105616.144108Z" + }, + "image_file/02ddb50f-4a97-4fbc-ac08-32cd5f0fb319": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a90594d4", + "indexed": false, + "name": "primary_image-fov_000-Z2-H1-C1.tiff", + "s3_etag": "cc4644e2e6ceeafae8135a4d6f9a8d0a", + "sha1": "2326bc68eee158ed0a04d6d985c18a75d18ad15a", + "sha256": "7300a8d3a2a5b2e2104979e3740320ee9595bba2483ef225e6d35134d1284d9f", + "size": 1600269, + "uuid": "7334d870-d87a-42c5-a56d-cad22755b2c4", + "version": "2019-04-03T105616.706622Z" + }, + "image_file/868efb99-df36-462b-91a2-bb6ca27e842a": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7f7b23b1", + "indexed": false, + "name": "primary_image-fov_000-Z2-H1-C2.tiff", + "s3_etag": "1dbebf9b99808edfb51ae30baff92a4a", + "sha1": "6117c5ba6b63412656028968a4a840bc68d0573d", + "sha256": "188f587144c32af04e345736189d8fe2ff0d937fcad34cd4245ab39df87f07d3", + "size": 1600269, + "uuid": "8f9a873c-db55-46f0-ac21-2675647a2553", + "version": "2019-04-03T105616.941310Z" + }, + "image_file/dd124d84-cb44-42e6-88d8-0d97fcb2c0f1": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "548dcdb6", + "indexed": false, + "name": "primary_image-fov_000-Z2-H1-C3.tiff", + "s3_etag": "769b4c4c76ffb3bce4b616db20d034d5", + "sha1": "a08d40f28616ef6ae142b4c37b4d84c591efe435", + "sha256": "1fd2a0467af9e35362571370a84a6b64815813f78b265c2dd52f5def6d096f3d", + "size": 1600269, + "uuid": "6d2fd5c1-91d8-42b4-9958-41b9b7be2ee5", + "version": "2019-04-03T105617.319136Z" + }, + "image_file/36ded48a-869f-4fa8-971f-56bc28298276": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "29d61c42", + "indexed": false, + "name": "primary_image-fov_000-Z2-H2-C0.tiff", + "s3_etag": "57c05571d8b8821b13e556be93da0d84", + "sha1": "fc0fff1511e1e4d84669d57033b6ffc39ed4405f", + "sha256": "b650b9e0da3106417bae5b48d9eb37eac1fce1448ec94f5c71be1ac7062fda2f", + "size": 1600269, + "uuid": "909dd3ed-d856-4a87-aa6a-7f5e0d390d2f", + "version": "2019-04-03T105617.543209Z" + }, + "image_file/b62567c9-27d5-49b9-aa2e-7e9e1513dcb4": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f72a81a6", + "indexed": false, + "name": "primary_image-fov_000-Z2-H2-C1.tiff", + "s3_etag": "cce75b96e44777a01f2ad68299492f6d", + "sha1": "59611c72b8d9fcf13669eada705254fcdefdc7ff", + "sha256": "d2b61894955a168fb0ac7829cc9ee733143524604b1e80530485ea8e5011360a", + "size": 1600269, + "uuid": "b70a3092-a8b6-40ae-9cbb-34cbcb5a2cf0", + "version": "2019-04-03T105617.821595Z" + }, + "image_file/e72742a4-23ba-4e5d-a29b-ad449abe8101": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f5c2377d", + "indexed": false, + "name": "primary_image-fov_000-Z2-H2-C2.tiff", + "s3_etag": "67a34e735ffd103e596353c26fee3c3f", + "sha1": "792ba03c85920df2ce38be9c03eec054caa1047c", + "sha256": "650bf866b8fb87ab9cafe2bbfdee1efb65c72f63e95428af59c5e8c41d95ebac", + "size": 1600269, + "uuid": "b9efda80-7e16-4e5c-ba35-6129b824b553", + "version": "2019-04-03T105618.200496Z" + }, + "image_file/cd6e1096-f8c3-4eda-957d-b09741d60901": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "d6429d4f", + "indexed": false, + "name": "primary_image-fov_000-Z2-H2-C3.tiff", + "s3_etag": "9296ab3ee1b462b5a5d65a56f214b997", + "sha1": "e49c58ddc0fb9e6290520a2f60d1ef891b56206f", + "sha256": "2386bc3553f1f52628afebecf6ea96b17f3312340de1a7b9386a4dcbb4d8fd10", + "size": 1600269, + "uuid": "8c4f42e5-8544-46a9-9744-7540c07e040e", + "version": "2019-04-03T105618.586702Z" + }, + "image_file/903ea376-5153-4fb8-8ffa-e2948951409c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5aafd070", + "indexed": false, + "name": "primary_image-fov_000-Z3-H0-C0.tiff", + "s3_etag": "d062ee9eb1e0c4e80b71eef975768106", + "sha1": "e6d768504b4a0a608de93df16912d44b44da0e7b", + "sha256": "3d3c0fbe3d11decaacf6c24eed84bcf915c9cf6714962d290e12dbada9f3abd3", + "size": 1600269, + "uuid": "c9b04d1c-02ce-4db6-bfd5-b69edef36c55", + "version": "2019-04-03T105618.841432Z" + }, + "image_file/89c5fc1e-9d18-4a6b-9025-ea0b75d01adb": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ef964528", + "indexed": false, + "name": "primary_image-fov_000-Z3-H0-C1.tiff", + "s3_etag": "9194049a53022defccc87e6e373c702e", + "sha1": "8dacd7cc7ccec6a231a1c2ef9ab8fc6ca5b1d567", + "sha256": "f53aff93086e8ff3abd65c5bdf385d44cda29bfd5cfb71bb2296a3e3bd0bc48c", + "size": 1600269, + "uuid": "70c7781a-b4b2-49db-b818-9582ae41c32f", + "version": "2019-04-03T105619.399696Z" + }, + "image_file/8381d167-c4dd-49a2-b5df-1ae815bbe42e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4820d355", + "indexed": false, + "name": "primary_image-fov_000-Z3-H0-C2.tiff", + "s3_etag": "9d48c889e143511f4ca118d57244795f", + "sha1": "b3c27cdfad9eb8676658dbe431aa25b084fe051e", + "sha256": "83a46a8f63f65099bb24b3a2ca046d0bb138915d48069cb1d598fb14418774ce", + "size": 1600269, + "uuid": "8a21baa6-cff7-4807-85f6-2815522f2305", + "version": "2019-04-03T105619.679038Z" + }, + "image_file/9be80be6-ee45-49d5-8d3d-a6df8f0383f6": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ad76dbb5", + "indexed": false, + "name": "primary_image-fov_000-Z3-H0-C3.tiff", + "s3_etag": "f4f641752b8c92b5e33846f971e2bb99", + "sha1": "54f1de46504eac499d5da453eb8fc09787c800f8", + "sha256": "48ed76ac22ccd6d9b378b605a2e6fd92618d49c684b7ba4e5a656dc94b825aa4", + "size": 1600269, + "uuid": "8ddd205f-c13f-4001-93ae-c9b834c762bc", + "version": "2019-04-03T105619.959849Z" + }, + "image_file/cf305c60-bb2c-41af-82bf-0631c2a7b0be": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "da30f7e2", + "indexed": false, + "name": "primary_image-fov_000-Z3-H1-C0.tiff", + "s3_etag": "73ff3d828f234c4a34e41c43cb1b8e1a", + "sha1": "688dea42d4d0341008af68033eb471047d7448a0", + "sha256": "862916d173844e00fa7c89f2f569127dc9b4ea40ffced0685ba1f6c0366b6ec1", + "size": 1600269, + "uuid": "318fcac8-e540-4c30-840c-9baf19dd8ac1", + "version": "2019-04-03T105620.515721Z" + }, + "image_file/074290a9-35e1-422f-a3af-e5ed58781b4d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4acc4110", + "indexed": false, + "name": "primary_image-fov_000-Z3-H1-C1.tiff", + "s3_etag": "ba6d37a8269a9bf6c3788d52031b29bb", + "sha1": "913541ed4d6e6c3cb87e40e7c479f2520eb489df", + "sha256": "2dcba4d4d5519f97c2eca00e9840d3e16a585760fa5768dff9aa464d1c70b025", + "size": 1600269, + "uuid": "76690f93-b774-4a5b-8e44-ed1a15463d28", + "version": "2019-04-03T105620.763724Z" + }, + "image_file/0c49b3ca-bb47-41d9-a58c-e5ea79f673c3": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "43cc3f48", + "indexed": false, + "name": "primary_image-fov_000-Z3-H1-C2.tiff", + "s3_etag": "97b6d5bf0fd61b5f513efa2b409b9edf", + "sha1": "315da7494e53e2b8017b5a83f6add784aac12d6b", + "sha256": "e3632c252f3e5ed30bb19bf77c1a9689e68d4e62749a22903eba05181f6b118b", + "size": 1600269, + "uuid": "a5c6ec42-6651-416f-8bf2-a75d19067701", + "version": "2019-04-03T105621.035316Z" + }, + "image_file/783c4def-7dc3-40a6-aa9e-a3f92a2dffba": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ba844c65", + "indexed": false, + "name": "primary_image-fov_000-Z3-H1-C3.tiff", + "s3_etag": "dc45a53df4bcdbe0f43c5413905aba1f", + "sha1": "87120245035e23c44389cb116f9cb669618b9f0d", + "sha256": "572b1a336be5579f17ba32ae2100148ac7375673f8e44b9d23e27fee815b861d", + "size": 1600269, + "uuid": "08360384-d64d-423c-b393-ac77e55f5b54", + "version": "2019-04-03T105621.335645Z" + }, + "image_file/5165cc56-ff89-42bf-b000-fec4bd57176e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a22c482c", + "indexed": false, + "name": "primary_image-fov_000-Z3-H2-C0.tiff", + "s3_etag": "762d5e4141197e0c63b8b038de8d6782", + "sha1": "5ddf8c065eefec37b866ac74b577fe05638c18f7", + "sha256": "5d614db01b19b9ca8cd948080d29026bfbdaa175e49cdf9e2f7462525b640d20", + "size": 1600269, + "uuid": "9fced6a6-70df-414b-ac73-dff271a5dbf5", + "version": "2019-04-03T105621.654577Z" + }, + "image_file/545be634-5893-45e0-93b2-dd4ea93e00db": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "93e07072", + "indexed": false, + "name": "primary_image-fov_000-Z3-H2-C1.tiff", + "s3_etag": "e3d9685615d21051daa9b834083d3d96", + "sha1": "1b8656a4a26eca4adaba32a328e1963cd6296a61", + "sha256": "3ca858c6ec4f2703e14b6b32f8823c108155400b89ee6bed925a7ae8185ee2f3", + "size": 1600269, + "uuid": "a05d672e-b664-412e-a050-a57c205edabe", + "version": "2019-04-03T105621.895551Z" + }, + "image_file/2d2e58c6-7c24-4089-bbe9-d47b7482be46": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f3907f41", + "indexed": false, + "name": "primary_image-fov_000-Z3-H2-C2.tiff", + "s3_etag": "a9632bd5ab7fe1c532115b21830bcf93", + "sha1": "4b47753bfd6d202f885abb97da2533b7bd333a9d", + "sha256": "a0529f39e6739c75a7967c08cf06f3368676fee4ad8608e7fb44807583116479", + "size": 1600269, + "uuid": "186d9626-1b8b-4bc2-ac7c-745ae7479019", + "version": "2019-04-03T105622.164338Z" + }, + "image_file/e4ce035a-f9e2-459f-8ecf-ce138ea00b34": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1dafc649", + "indexed": false, + "name": "primary_image-fov_000-Z3-H2-C3.tiff", + "s3_etag": "619b8ccde9982a5537734b1ce393368e", + "sha1": "ac208729e50fb9db5975b6451093f635cf38d2f1", + "sha256": "dcacf37924188294b6f2ec83cddb037ed8477a4500ac8ece18e1499863a3f87c", + "size": 1600269, + "uuid": "db870673-6390-488f-998f-c96d02a17238", + "version": "2019-04-03T105622.575382Z" + }, + "image_file/81214e49-318f-4221-bf2c-4ef00cfa916b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "e812fa56", + "indexed": false, + "name": "primary_image-fov_000-Z4-H0-C0.tiff", + "s3_etag": "b86ff8c077a32dc884738059d569152d", + "sha1": "d768db2b3899d10c260b912d87160d27de8aa1a9", + "sha256": "fbdbe7a0b4a3a51e684b5a1bacb0ac4a993133d784f9eebcdaf20643396a0142", + "size": 1600269, + "uuid": "56ecf18f-2cf1-4db1-8acf-a82a04b55ddd", + "version": "2019-04-03T105622.895893Z" + }, + "image_file/7fc97754-1121-468b-b1e4-839bde86b6c8": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "daa4be7d", + "indexed": false, + "name": "primary_image-fov_000-Z4-H0-C1.tiff", + "s3_etag": "059da13f286d8489c3cb3dbaa28a3f8b", + "sha1": "85115eaeed5919dce2dbfd3177377032850caab3", + "sha256": "868c1a7e2880dfc0018ecd373afe8dbb4a7d99288abb66443153f49641c631b3", + "size": 1600269, + "uuid": "a79ce39b-a4ed-4b97-a047-afb96e4ce398", + "version": "2019-04-03T105623.199025Z" + }, + "image_file/7d70d44c-b5d7-47be-9687-e9a775e86251": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5cedc9de", + "indexed": false, + "name": "primary_image-fov_000-Z4-H0-C2.tiff", + "s3_etag": "4d963c867351acbb456f9058467b5a39", + "sha1": "d113362b2d7d9b8270b27b255c5fac598548cf86", + "sha256": "1bd2f114e642e4fba400ed901f4a45bc6c7b4eff683a36f9ad66d693c5234385", + "size": 1600269, + "uuid": "4f29d438-3acb-4a71-af29-e3191f071a44", + "version": "2019-04-03T105623.525898Z" + }, + "image_file/ddb4f9d4-f2a1-42a5-87fa-e818071a5b33": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "a618c91c", + "indexed": false, + "name": "primary_image-fov_000-Z4-H0-C3.tiff", + "s3_etag": "df6da4b2926b1d8f8f89a2032651a430", + "sha1": "3d35e6e7ea83ab7c2e3cf11d002f89a8ecd483f4", + "sha256": "236595504636b01cc3493f1191584b64b12b79f4471938f8b5da36aa41ce6048", + "size": 1600269, + "uuid": "9578fe1c-6623-49ee-afd7-8e6c4d85d8fd", + "version": "2019-04-03T105623.779296Z" + }, + "image_file/b7607809-e975-4c32-bff7-375cb2d8276f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b92778d5", + "indexed": false, + "name": "primary_image-fov_000-Z4-H1-C0.tiff", + "s3_etag": "453f91d8dd3b445904d6f0f85ab6becd", + "sha1": "54d59f36669cc295891467c014cd4f69cbe6253e", + "sha256": "bb52f37c1253132ca1f2575e0dd3cbd445cfb2ae821967968de96530844dc17a", + "size": 1600269, + "uuid": "24fc3772-5e01-4a34-8bd8-98d745595571", + "version": "2019-04-03T105624.055806Z" + }, + "image_file/b8a6c863-626d-4fbf-863b-610cffaac37d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "aedae183", + "indexed": false, + "name": "primary_image-fov_000-Z4-H1-C1.tiff", + "s3_etag": "fd1d5c55761ad8e46e70a8c49e2252e8", + "sha1": "ba3212180c1c65ce661492c22140c9781049ddaa", + "sha256": "b46abde44f1fb374d8d796c7bf1e5ecd3f65b80eef3229107cfc975b60407c30", + "size": 1600269, + "uuid": "af10a2c0-5f84-448a-a429-7e88bcf8d2d4", + "version": "2019-04-03T105624.344848Z" + }, + "image_file/45077a5c-ee96-47c0-a84f-9d46cf799338": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "53cd4995", + "indexed": false, + "name": "primary_image-fov_000-Z4-H1-C2.tiff", + "s3_etag": "a7d7945c407b8d014f92a2f292dfbe65", + "sha1": "6fa31c4a9d846a353a5149a538a1ceb6b48293d7", + "sha256": "b39e60b7133221fbc35eff41ca912aaab4c7492bfe8197ada75fb5c5ae81ba8f", + "size": 1600269, + "uuid": "ceb1e477-69a0-4fa0-90c9-ee35e16c6d33", + "version": "2019-04-03T105624.610737Z" + }, + "image_file/49d82b74-6f1a-415c-93ab-958c60f083b6": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "8579d287", + "indexed": false, + "name": "primary_image-fov_000-Z4-H1-C3.tiff", + "s3_etag": "fa4ef541c7993436f3cda78604b8b5b6", + "sha1": "0dbd02794fbb3b7541f22220e8f882baeee12b2d", + "sha256": "bd1775fa1eaeab9ca466e3cdfc758760d43e3c1f866138f62965ab94a6f69725", + "size": 1600269, + "uuid": "be9b7636-fbb5-462b-af38-a351e006b334", + "version": "2019-04-03T105624.895931Z" + }, + "image_file/753b51b7-a909-44e7-bb21-cf2cd18328f8": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "8a9835bb", + "indexed": false, + "name": "primary_image-fov_000-Z4-H2-C0.tiff", + "s3_etag": "ae02ec63016b9abdd620536f859d69bb", + "sha1": "d5d346e6aa8fd1ceda276aed39620fd326da934e", + "sha256": "67f9709da7392cfcc65d8e6460d9b353617de5b56e3480573e5ca8c7bd582037", + "size": 1600269, + "uuid": "a01e972b-5d55-4816-9589-0c016a8eceef", + "version": "2019-04-03T105625.257370Z" + }, + "image_file/c7ab6349-b2bb-4ba3-9c9b-27d270550052": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "98a57d8d", + "indexed": false, + "name": "primary_image-fov_000-Z4-H2-C1.tiff", + "s3_etag": "e84bc9fd5931d981c7ade8b43df6cd77", + "sha1": "ac170164ac57262e00deab61c41757b410cda006", + "sha256": "878d36ccf128a83cf8bba81022d55d30fc4781ab16f0c92952938dfd6eac5a54", + "size": 1600269, + "uuid": "e2ec1f14-7d7f-4693-bb0c-ec5a6f417803", + "version": "2019-04-03T105625.515250Z" + }, + "image_file/7be770fc-4a56-4f82-a4cf-3cf908d54dca": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "aaa60b26", + "indexed": false, + "name": "primary_image-fov_000-Z4-H2-C2.tiff", + "s3_etag": "f4debfc643dd4c87c943390f9f0927b8", + "sha1": "c60896cd90c6eba3f25b3ad43809e9e4b0e175ba", + "sha256": "0e097b54b24ddce69cecd5b38e194c3b8bc501f7557b8641f90268b84711b109", + "size": 1600269, + "uuid": "707f043c-a115-45ee-8fad-2962f55ff58e", + "version": "2019-04-03T105626.011308Z" + }, + "image_file/3f5f8537-c1af-4d2e-a732-53b6d4275588": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "03952f13", + "indexed": false, + "name": "primary_image-fov_000-Z4-H2-C3.tiff", + "s3_etag": "fb57bffe031aac808b3f763a95b55a19", + "sha1": "be462c01298c1cc2c37e6f3e36775fd36514f179", + "sha256": "5d7170e3cf1805663408e69eed861a2dd604cefe911cc1887575252210147770", + "size": 1600269, + "uuid": "0bf3e1df-6d4e-4fe2-b608-95a23ed4e5a0", + "version": "2019-04-03T105626.396309Z" + }, + "image_file/3820feac-72c4-49c5-a5a0-773f4e5ee3c1": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "428ef5bb", + "indexed": false, + "name": "primary_image-fov_000-Z5-H0-C0.tiff", + "s3_etag": "a142720da87ce8c6ada038aa5d49a169", + "sha1": "cd4a508c87fe959f211edb71c11bbd7fbfafd37e", + "sha256": "a0ce165b659ef69ad056ad76b6e93d3dfa999f7845762c3d6d305dcb835885ed", + "size": 1600269, + "uuid": "d90b7354-47b4-4aec-8d4c-ac8805467b6a", + "version": "2019-04-03T105626.655715Z" + }, + "image_file/f986c2c2-2823-45a0-80cf-5e6f67958afb": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "39397452", + "indexed": false, + "name": "primary_image-fov_000-Z5-H0-C1.tiff", + "s3_etag": "4707b7fa9f888219b829054ca0be4c14", + "sha1": "a56b208676f6a45450b96c5708672d809bb7cdba", + "sha256": "0d77858e76d5a1f29df86674f4732744cd22ebe67739ee0f73430e15124e190c", + "size": 1600269, + "uuid": "dfb213e1-e9c1-4996-a0fb-1da6ea5e6992", + "version": "2019-04-03T105626.976077Z" + }, + "image_file/7d17d6d6-d038-40c6-b965-6de41ce9c931": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "73578068", + "indexed": false, + "name": "primary_image-fov_000-Z5-H0-C2.tiff", + "s3_etag": "425d807333615faee9e53384c99d1525", + "sha1": "33ca4a69c8fb9c36678b6f43165c22594f4470f9", + "sha256": "b06202c2da34f93e9888e7b227ec8bc955d0a7eb655f43605272fe8d3f76f8e9", + "size": 1600269, + "uuid": "58d7e9ca-9c4f-4a92-8335-d03a007b4b3a", + "version": "2019-04-03T105627.218596Z" + }, + "image_file/3d208b38-62c8-492d-9434-21bb66ead16e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ce40d3ac", + "indexed": false, + "name": "primary_image-fov_000-Z5-H0-C3.tiff", + "s3_etag": "38ea4d04b518aa2faebfab95c00879ca", + "sha1": "1a0876b3528a7c5a979e0b3f8593989c09ccd060", + "sha256": "8f2919c5a7a173b660fdb1a268f6a8b501e725b1cc4014c46c17900a1c7b40ac", + "size": 1600269, + "uuid": "a7e2a1b2-a3b0-4c19-9baa-17da6bfc9c60", + "version": "2019-04-03T105627.502876Z" + }, + "image_file/9a982898-77c6-4a56-8e54-9cb83ff0b235": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ab01a9d0", + "indexed": false, + "name": "primary_image-fov_000-Z5-H1-C0.tiff", + "s3_etag": "b7b0f23db471b2ba161a37bbbb49dacb", + "sha1": "a5335cd38929f7454e0661780b49b4c8d3e4c3ef", + "sha256": "10965856cd7ff817b66b2770367587844c69cf3897907c422b9285f5a5240b43", + "size": 1600269, + "uuid": "a2366fa7-fba6-4899-a2da-d297f781ed4a", + "version": "2019-04-03T105627.790236Z" + }, + "image_file/1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7ea6bda4", + "indexed": false, + "name": "primary_image-fov_000-Z5-H1-C1.tiff", + "s3_etag": "e15f3bdc49f3eece05d6b91c433e7f56", + "sha1": "62b7d1490a78d98165468dbe5bb2f3a6424dda14", + "sha256": "bf275b7057317795046a4371e0da5d060dd7db54b43f8af451b6f69dd6d9d179", + "size": 1600269, + "uuid": "3f058b01-c8fc-43e8-b4f9-9c10449bf12c", + "version": "2019-04-03T105628.115924Z" + }, + "image_file/24b6366f-03ce-4e4d-b50f-90687f3e2b94": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c11084d8", + "indexed": false, + "name": "primary_image-fov_000-Z5-H1-C2.tiff", + "s3_etag": "15c1b90d42d37afd77efb11c5dece01c", + "sha1": "ecf9e80d36eaefd41ffb2b2c8cc338a7f65af317", + "sha256": "95b7f3c4382bc8230e8e7497150cdabcdf6a979bf05e469ecdae77c6ce996d6e", + "size": 1600269, + "uuid": "b28492e5-5b71-4048-8261-82b20ef55540", + "version": "2019-04-03T105628.372925Z" + }, + "image_file/ec1d0987-fb49-48b8-aaeb-321c659fb67f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1e451967", + "indexed": false, + "name": "primary_image-fov_000-Z5-H1-C3.tiff", + "s3_etag": "0898d4a1d00f1aa862dc33cced7b0c9d", + "sha1": "ba2f5515bceff182e8bb2ce6b1fe644e865fb5be", + "sha256": "723f48bc1a4bac1847199bdd6709ea7531c0bf1d4f53d812923f3fe3ef56f0c2", + "size": 1600269, + "uuid": "c5684e6e-6461-4360-bae9-fab162dfe7da", + "version": "2019-04-03T105628.797211Z" + }, + "image_file/e756ce65-ad72-42e6-a8cc-9c1bac781ce5": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "dbab5433", + "indexed": false, + "name": "primary_image-fov_000-Z5-H2-C0.tiff", + "s3_etag": "ae3f68ee7ff45d011ca9c39e96f92093", + "sha1": "24768b34064040f3e115af28c05bfbd60c8ae118", + "sha256": "6de64340a14313461ca2cbe4a30c368cb82566f77909afd64beed0048c1aed87", + "size": 1600269, + "uuid": "97b5dded-4ea8-4404-8c9a-449ba9fb8269", + "version": "2019-04-03T105629.135928Z" + }, + "image_file/6fbcb1c7-ce98-46db-8054-b451b6bca205": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c12f70f8", + "indexed": false, + "name": "primary_image-fov_000-Z5-H2-C1.tiff", + "s3_etag": "15b094ffd10bf74d2dbf06c63afce6f0", + "sha1": "1a3a7e964c90e3330ef6934e27ad20a6b74f5d1c", + "sha256": "acb8c3fe3a17d12b5354c2ccb7625d132140a15af70dea14288e627d54ce2c96", + "size": 1600269, + "uuid": "e879b6b4-3fc2-4436-b8ff-eb9df73d3ed2", + "version": "2019-04-03T105629.377960Z" + }, + "image_file/c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b524a465", + "indexed": false, + "name": "primary_image-fov_000-Z5-H2-C2.tiff", + "s3_etag": "abce483fa1f38c6eff3adc8c139838fe", + "sha1": "4f51deacf61528b2c5e913cc7b90a27b27fbd07b", + "sha256": "11f0f0fc92c2d30e0c5f6113b542e2642f7311db72775ae75d9104e963f5bd7a", + "size": 1600269, + "uuid": "53781f5a-928a-451e-addf-57873b35b752", + "version": "2019-04-03T105629.795795Z" + }, + "image_file/aa6fca0d-6a70-4016-a0e4-307878e9ff45": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1def4990", + "indexed": false, + "name": "primary_image-fov_000-Z5-H2-C3.tiff", + "s3_etag": "4978c445486bca4c2448ef12aa04ca51", + "sha1": "a0c842723a0445c494ec6893045e3e5af44a4634", + "sha256": "f1e583acebdebb6c0fa20e100eb1cd5d6489c8aafd5e1090754dd45bd1dc6901", + "size": 1600269, + "uuid": "e6f008b0-bf18-46bb-be73-2705c748a25d", + "version": "2019-04-03T105630.050748Z" + }, + "image_file/ee62cd8d-fb93-4082-980b-213c7a8a0c47": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f0c87133", + "indexed": false, + "name": "primary_image-fov_000-Z6-H0-C0.tiff", + "s3_etag": "f81727967edfe177a6d063a95dd36e00", + "sha1": "30fe4f671719c78fd7de1b0f28938142fc5990fd", + "sha256": "4f52e11e66b921de450714aa0091d3fec21f96fbc62dade12de2a69dd5438746", + "size": 1600269, + "uuid": "4f5e3c36-fd75-4ee0-8b18-cf54422d037b", + "version": "2019-04-03T105630.396132Z" + }, + "image_file/bbd60a79-3572-42c0-8e53-b0c566a72f06": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ed8bf4f8", + "indexed": false, + "name": "primary_image-fov_000-Z6-H0-C1.tiff", + "s3_etag": "ecfc2fda1eabe6b5276007a200fdcc11", + "sha1": "ae1728de3c363dff7e8e776c5b74f12109745958", + "sha256": "976128eba622c8b5f5ec780f37ae7ac1410f32130a518bbd1e595c2cfe5da14f", + "size": 1600269, + "uuid": "4ffb1482-0d3c-4796-9a4d-e714d6b943fb", + "version": "2019-04-03T105630.713724Z" + }, + "image_file/bf585666-2fb4-4ad5-a9b3-b268a9953ed9": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "bdf3643f", + "indexed": false, + "name": "primary_image-fov_000-Z6-H0-C2.tiff", + "s3_etag": "f9a9614b6742ae7b70059efe0faa4f1e", + "sha1": "3269e888f787f08a92bcf8f641918ddf7dd7363e", + "sha256": "dc35f4a49dfcb2d1b8d1381612dd19651ceabca0b69f18279a96d8d40e76584e", + "size": 1600269, + "uuid": "a173a354-3997-4205-83f2-19e37e174996", + "version": "2019-04-03T105631.296167Z" + }, + "image_file/52548ff8-5bbd-4b1c-9c52-4e5d82f846e2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "02ca92c5", + "indexed": false, + "name": "primary_image-fov_000-Z6-H0-C3.tiff", + "s3_etag": "829b50d687a0edc863b03dec0e62c83b", + "sha1": "709535f9930c30f8c2d77112f0039eb0878204c2", + "sha256": "8e489fb561fbd17c7a72f577038dd2be247ec95e8d72dce76a3f59abe8e9ccc6", + "size": 1600269, + "uuid": "410082ea-b30c-410a-9aa1-9dc4d7c16346", + "version": "2019-04-03T105631.687118Z" + }, + "image_file/240a67cc-e827-41bf-8ac8-a66bc2797f13": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "cd171abf", + "indexed": false, + "name": "primary_image-fov_000-Z6-H1-C0.tiff", + "s3_etag": "5ecfab98c0ffd40322de4c4096a7af18", + "sha1": "7a42648e778cd5c5cf562edefb283b9b9e4f3613", + "sha256": "686dea8aa0155de53310fb9717465eb88f5435c676e2561bdb5bbd17f1ada351", + "size": 1600269, + "uuid": "ea4feacf-2273-4faa-bccb-16e694e14de0", + "version": "2019-04-03T105631.942387Z" + }, + "image_file/7a9b6534-fa1d-4282-a064-11e60e57a322": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "653c9b7a", + "indexed": false, + "name": "primary_image-fov_000-Z6-H1-C1.tiff", + "s3_etag": "36d6f6dd8df14136f191373a7af2f4c1", + "sha1": "9da58900ca057df2c53738723dae3b66eb0f717b", + "sha256": "4c684d7b345db1d204134bd77a4b536134d3c2abcebe677e292c0a503d104bf9", + "size": 1600269, + "uuid": "7e6e78b0-a7a4-4b5d-9217-76780babe1dc", + "version": "2019-04-03T105632.208582Z" + }, + "image_file/b0af6371-4379-45f0-8c09-f6610833fc46": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "e148b974", + "indexed": false, + "name": "primary_image-fov_000-Z6-H1-C2.tiff", + "s3_etag": "599e4babff80285e97242bd4cd08f7e3", + "sha1": "d564342f4a3c0cdadaf0df852f0e197e972d82a6", + "sha256": "1a4a4d532775f1fb0df3a7808db2fb297dce720e6fdbafcaa4e0ff382193c998", + "size": 1600269, + "uuid": "ef0dbdf9-5adf-4503-b48b-c59cf84f30f4", + "version": "2019-04-03T105632.536420Z" + }, + "image_file/f5ce7a96-cfc0-42c4-852b-386f9a27111d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "553155b3", + "indexed": false, + "name": "primary_image-fov_000-Z6-H1-C3.tiff", + "s3_etag": "0e1a664c446d81fb18223b4149e8b2ac", + "sha1": "7fe65a76887149fb1f50c86f27859d689311674b", + "sha256": "c5d5c84a9c0efd4abf05b4dd557dae8cafe485608a1b62f3d565d772fd1158fc", + "size": 1600269, + "uuid": "4ad6424c-538b-4387-b54a-70aaac5e0a01", + "version": "2019-04-03T105632.798766Z" + }, + "image_file/8bc05db7-bd23-4a10-9761-96be7b8ef9ee": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f4752a9d", + "indexed": false, + "name": "primary_image-fov_000-Z6-H2-C0.tiff", + "s3_etag": "168337b82e797db619902e906292bb14", + "sha1": "efedb0f65e78da53fc026c6275b60695e30987de", + "sha256": "37e84417d3876f66a9d669d401977fe0efd36d538b95047daa57ae3d88773593", + "size": 1600269, + "uuid": "e54926ec-cfc5-4a80-952a-961a98d01264", + "version": "2019-04-03T105633.035247Z" + }, + "image_file/3dff4add-7d6f-418c-afba-e46864af51d2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "62f80682", + "indexed": false, + "name": "primary_image-fov_000-Z6-H2-C1.tiff", + "s3_etag": "b280fa6859fd8571e68682c0d3d6f181", + "sha1": "0c70628b53eaeb6d425583bce2f98b085bace46a", + "sha256": "72f7df5e3c5965bd88315189329887ba47bf8d51e3f9464646e5faebdab1b1a7", + "size": 1600269, + "uuid": "1a98673d-9d2d-4083-a0d5-b128c5d267de", + "version": "2019-04-03T105633.297846Z" + }, + "image_file/ab2b7c67-8f13-4388-acd7-e2abb0091f30": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "978bc625", + "indexed": false, + "name": "primary_image-fov_000-Z6-H2-C2.tiff", + "s3_etag": "d87a672aaa65722044eec823981cbaf5", + "sha1": "f90814c037f00b4d41efed7d9e1f2e00efd69205", + "sha256": "49b58722e29ddd4a2468439e672dccc23e171f283232e13f98ca5f1475f618eb", + "size": 1600269, + "uuid": "a9477ea9-35a8-449c-a157-4ec3b9057989", + "version": "2019-04-03T105633.619365Z" + }, + "image_file/d9912d93-3d92-48d2-9f75-826fbba3d94e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ed432bf7", + "indexed": false, + "name": "primary_image-fov_000-Z6-H2-C3.tiff", + "s3_etag": "440b9064ae05440988d3ffad8e9b629d", + "sha1": "e9463d9b903587304016899a06170eb7323cd381", + "sha256": "bba29e16735e9620268b88bc2db40d656771c3b30948489e84add2bda58ce0a5", + "size": 1600269, + "uuid": "ca573914-fead-42c2-acc3-3a9536d720a4", + "version": "2019-04-03T105634.196322Z" + }, + "image_file/8b37aba2-be5e-4963-8e6f-51a2df8e143e": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "7f1c78ad", + "indexed": false, + "name": "primary_image-fov_000-Z7-H0-C0.tiff", + "s3_etag": "cb0c4a925ce2e8464672ad3053ddae1c", + "sha1": "1210c56cddbb77d129a2e3bdbb6ad45ea318c191", + "sha256": "6e044a88160ce6f2480840525804b5fc7f115f3d787e15594ae2b9d3d635a354", + "size": 1600269, + "uuid": "03e3dcc3-d45a-4c83-bc0b-817e563e19a9", + "version": "2019-04-03T105634.597173Z" + }, + "image_file/81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "f5f7ed24", + "indexed": false, + "name": "primary_image-fov_000-Z7-H0-C1.tiff", + "s3_etag": "1b2683b7a2ee7678f79731c3cc75690d", + "sha1": "86964dff4fdc8cf47e6a873b3baab70e4d933718", + "sha256": "9efe951da0f64c505dabcd815234e3960626ebc09bcbb31c26ae9885fd573892", + "size": 1600269, + "uuid": "202940df-87ab-4deb-9ee3-565408ba1316", + "version": "2019-04-03T105634.889498Z" + }, + "image_file/2d7e88dd-bddd-4289-9556-27d301be0b83": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5cd6ee04", + "indexed": false, + "name": "primary_image-fov_000-Z7-H0-C2.tiff", + "s3_etag": "e196eb320d1fdb6cb9924932fcd91e6a", + "sha1": "bbef2157f75133fa93b1da4c130fb4c25384502b", + "sha256": "e9435a040e8d6a92506516e18edbf5017effc9e5d60358f0bf91fa7c9ad4a094", + "size": 1600269, + "uuid": "3a044d9b-72cf-4c00-a331-b920f8bbef8f", + "version": "2019-04-03T105635.152162Z" + }, + "image_file/0c1c578d-d4cc-40bb-a54d-d1d4d004373f": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "217ea5dd", + "indexed": false, + "name": "primary_image-fov_000-Z7-H0-C3.tiff", + "s3_etag": "a908d34dbf74e09c25de5b9f7273ff21", + "sha1": "6919b4ef62136cf8056f10c9035eaf34350be210", + "sha256": "bc27ec72db5a5da93908b49865f479cafdd06e54a5ea02145cf5fc437bcf8c1e", + "size": 1600269, + "uuid": "9ca4cd36-67c4-4a19-9e65-82b70a73f820", + "version": "2019-04-03T105635.416620Z" + }, + "image_file/9dc0ead3-f17a-4bb8-88e2-87f779029ff8": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "be84f068", + "indexed": false, + "name": "primary_image-fov_000-Z7-H1-C0.tiff", + "s3_etag": "a0ea29c8f6b4ed700405d0b7b9f25508", + "sha1": "74769dc49f9243e25fe628f7761cd68d943c0a52", + "sha256": "d4700ed483bb7a10c940c309765d07f28e25897d67d9890636a0ed9a9b89ea11", + "size": 1600269, + "uuid": "62d38039-7672-472b-8847-c63bf52bfb6e", + "version": "2019-04-03T105635.669528Z" + }, + "image_file/f618a8bc-5e07-477f-a6d3-1b0af8c81ff0": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "bf3a8200", + "indexed": false, + "name": "primary_image-fov_000-Z7-H1-C1.tiff", + "s3_etag": "72c4457ab957a85df4a9115a34f109dd", + "sha1": "5c44bb630300766ff7b359d96dbec03f4db98b5c", + "sha256": "a112cd97673c1085b02fe6a9efb24f643ee42cc12a5e6d226aac67531451ec1d", + "size": 1600269, + "uuid": "c0fe4ea4-1562-4402-80fb-78cec6415fb6", + "version": "2019-04-03T105636.216303Z" + }, + "image_file/e834d3df-8432-40ba-b67d-c7cd0bd7328d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "177eb23a", + "indexed": false, + "name": "primary_image-fov_000-Z7-H1-C2.tiff", + "s3_etag": "bba07940f0a5aaa5957f81c9e0065e61", + "sha1": "3db85d8e823b23f1aa680053951e9c33ff485aa7", + "sha256": "552e403f54a98bb55ff0803f6b58ad6270ac38b7a39d1a0763bb2120b0b92985", + "size": 1600269, + "uuid": "92351261-9885-477b-8d2a-227901e6ffc7", + "version": "2019-04-03T105636.729218Z" + }, + "image_file/d8908d6d-5daa-454d-9082-726054cfddc1": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "0c632a10", + "indexed": false, + "name": "primary_image-fov_000-Z7-H1-C3.tiff", + "s3_etag": "d3179c0a7294de7f691d8c7db3666e3e", + "sha1": "7c3d00508196f32958021c50778fb38a6082d357", + "sha256": "e3dc5487b384395b8f935206ed5b6a95afd4cc6e3c4815bf9483ed47c156a1b9", + "size": 1600269, + "uuid": "bdf53fbd-fb66-456a-976c-d97414d1ab3b", + "version": "2019-04-03T105637.056125Z" + }, + "image_file/c5a7142e-4702-4e84-b7aa-239df2a71ba8": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "aa061cbb", + "indexed": false, + "name": "primary_image-fov_000-Z7-H2-C0.tiff", + "s3_etag": "b3dbbd62b9b385661d35955aae4b9513", + "sha1": "5aace9b7444f82c5b3640fc9ed2a79b1a9e12e27", + "sha256": "3d7b47e0d89808e906e6fa93b41cddafa38a3b2886441a8bcda381f0f44d06e4", + "size": 1600269, + "uuid": "f76cf7a7-8ae0-4cc2-8c49-497d8eeb4bd5", + "version": "2019-04-03T105637.312587Z" + }, + "image_file/f69e44ef-cf23-4571-8dad-e44222697974": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1321fee4", + "indexed": false, + "name": "primary_image-fov_000-Z7-H2-C1.tiff", + "s3_etag": "dc1eadd4622eeba183ce61f908d093da", + "sha1": "1b1f67ce1f6db8cc0249b9f499734d01b9dc9519", + "sha256": "a62a5092a92c76327e49883c2652e3ebaea9953c2a48afca5c165a47b10e4f90", + "size": 1600269, + "uuid": "ccdd0669-ecf0-42d0-9eed-e6f32f4e2137", + "version": "2019-04-03T105637.562208Z" + }, + "image_file/ea72f81c-2c58-43e2-acca-294254f470f7": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "65556d46", + "indexed": false, + "name": "primary_image-fov_000-Z7-H2-C2.tiff", + "s3_etag": "29efa087a59c0d3e0a180290bea0bf7b", + "sha1": "f7f4cd42d06294f61ad5fef654a0406618b95f49", + "sha256": "fcefebbbbb13678824196b57eecdf5a290d936dc8809f8fbc1ccdd29d1b96e18", + "size": 1600269, + "uuid": "599e9909-55d0-4d43-bef2-c94997a9b5ed", + "version": "2019-04-03T105637.875619Z" + }, + "image_file/89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "3193e54b", + "indexed": false, + "name": "primary_image-fov_000-Z7-H2-C3.tiff", + "s3_etag": "08175c1691b34c11dc647d01d1c3065f", + "sha1": "813943f84b4375657844bef235fdb2ddc6e1b830", + "sha256": "3a277e268ebdbd068dc4513ba21820455b81ba7c06a0172210a91706ddddf8c4", + "size": 1600269, + "uuid": "b6642034-460c-4628-8995-959aed6daf4c", + "version": "2019-04-03T105638.140553Z" + }, + "image_file/6928ac1b-fd1d-436c-bfc6-4087c65809d7": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b20225fc", + "indexed": false, + "name": "primary_image-fov_000-Z8-H0-C0.tiff", + "s3_etag": "d82f9b12e1c2ae0df138faa1ea08d33f", + "sha1": "174399a0891dfebe57176fb5852103fa69513ea0", + "sha256": "9788637a05eb6abaf9202ce9f80219686edb82669af2d5f53bee50b35f430126", + "size": 1600269, + "uuid": "43a3a428-155b-4174-b22e-8fa69be8d792", + "version": "2019-04-03T105638.472919Z" + }, + "image_file/07a7b938-435b-4804-b140-c255957b6532": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "592b9781", + "indexed": false, + "name": "primary_image-fov_000-Z8-H0-C1.tiff", + "s3_etag": "bc52bd93291f0673d856257761ea8252", + "sha1": "2d734ec0a0cf384feb7de9d08b984da7b41fc24f", + "sha256": "7dc04a42f36d4535311bccefc01ac3c3993c52cd9fd900f556cf943705ed0e88", + "size": 1600269, + "uuid": "12b0c950-9687-4b28-979c-6b370ace1cd3", + "version": "2019-04-03T105638.747128Z" + }, + "image_file/3d532a7b-55e7-4461-afbc-65ef76403384": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "22ecfc52", + "indexed": false, + "name": "primary_image-fov_000-Z8-H0-C2.tiff", + "s3_etag": "e1af122e50eea65daa022f8571517bfd", + "sha1": "0c0b67437f1e48770ddc9002c09d5e281bc97d1e", + "sha256": "39c47edd52b1c74758d90dbc21977a9fda7ae4de554cb9238e7bf0903b8fdea2", + "size": 1600269, + "uuid": "d0d46791-b50d-4622-a375-300d35ef1ba4", + "version": "2019-04-03T105638.999068Z" + }, + "image_file/bab40245-28bd-49a2-8be0-ba109fe41c91": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2b09e4ff", + "indexed": false, + "name": "primary_image-fov_000-Z8-H0-C3.tiff", + "s3_etag": "ccfc7c9f94dd6e47d59c20e2e76d0f16", + "sha1": "1b5c3493b162347b528a4f0e22a9879e4c7d766a", + "sha256": "5c86130e5dc26548c71301779426353401667b0b373fd5b2fa0886d8ecb54328", + "size": 1600269, + "uuid": "6cfbdd29-5799-40c9-9329-917cfe98fb3a", + "version": "2019-04-03T105639.334527Z" + }, + "image_file/9d577bd4-3a27-48be-ad7c-8c44cf803cda": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "42e96812", + "indexed": false, + "name": "primary_image-fov_000-Z8-H1-C0.tiff", + "s3_etag": "60febe6a957ecea63058bfb412e570a5", + "sha1": "94a507aa40e4b3f93f17ad8d15d9e4780571a914", + "sha256": "56a67c43ffb995edaa30ce0ce151f0df38ea08827d93c1e57b902bebe78e1cc7", + "size": 1600269, + "uuid": "c665c520-397f-4410-abed-1cd9e23fe942", + "version": "2019-04-03T105639.905452Z" + }, + "image_file/c4de7605-fec5-4389-bb9e-f2ea0c41cdef": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b18acdbe", + "indexed": false, + "name": "primary_image-fov_000-Z8-H1-C1.tiff", + "s3_etag": "09f753ef93d7ae051a784a327cc79e95", + "sha1": "ae87ab3d3d51095ea4cc74dda5475b47d344875b", + "sha256": "49f068eaae48dbfa68b9f63876e10fa94a613115a7285dd0fad6ee7438d1624e", + "size": 1600269, + "uuid": "fdac5e58-f0bb-40b1-9a58-b49f43bc4238", + "version": "2019-04-03T105640.178722Z" + }, + "image_file/21a043b6-6dde-41b9-b20e-74b961da8b88": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "af59c8a5", + "indexed": false, + "name": "primary_image-fov_000-Z8-H1-C2.tiff", + "s3_etag": "3ae21db88d4c1d098bcf3354adc846f2", + "sha1": "801f806cd3df94b5d4038b4441a8854e065682ba", + "sha256": "b16291cd500218be60bc2069d6e58dbe4f81cabb070f130aedb7ab04612a2465", + "size": 1600269, + "uuid": "bf5e1454-492c-4748-811b-b8ef68548d79", + "version": "2019-04-03T105640.476175Z" + }, + "image_file/11280200-1803-4110-aa84-2808776c2d50": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "c323197b", + "indexed": false, + "name": "primary_image-fov_000-Z8-H1-C3.tiff", + "s3_etag": "75d5ca11e181f3120f46ac2c12be6d5f", + "sha1": "c53ecb067ac777473317f7e19440495bfdc305ab", + "sha256": "ae4b6948a3008f08f364741085ad1cec433765c359e69736fc4097557d43edc7", + "size": 1600269, + "uuid": "37a2c628-29f7-4845-ace9-62ed637c7c74", + "version": "2019-04-03T105640.730992Z" + }, + "image_file/86df5269-576b-4d18-a0ce-6e2b2a36d51b": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "e7e994f8", + "indexed": false, + "name": "primary_image-fov_000-Z8-H2-C0.tiff", + "s3_etag": "3da7df800a70d2d6e8726bcc76b3b24e", + "sha1": "9ee95d06a5b17fd363fce5c4fed6e8fbb0f05258", + "sha256": "25aede1f80b6e87f0333cd85db66008ef1034eda88ca645fc15a4d0a6b00f675", + "size": 1600269, + "uuid": "1e18aaa0-df92-4bab-81dc-7e225e2c8a09", + "version": "2019-04-03T105641.356591Z" + }, + "image_file/e524ff4e-95fa-4561-bfd3-276cba79e664": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "e62e1b96", + "indexed": false, + "name": "primary_image-fov_000-Z8-H2-C1.tiff", + "s3_etag": "ab7076ebad2e8ab1fe3a2ba36c9d4a05", + "sha1": "5f72db56bea0fbfe4060b03644c49ae514013a01", + "sha256": "f61291d855a579b62e4b92f6119c8682c2784bb5e60cddf3ddc016b1bf9c2543", + "size": 1600269, + "uuid": "682e7e32-5795-4fc3-ad31-5c5f5e737c55", + "version": "2019-04-03T105641.597762Z" + }, + "image_file/3d5737da-b1ab-48cb-a26f-d420e53edccd": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "eb94ca22", + "indexed": false, + "name": "primary_image-fov_000-Z8-H2-C2.tiff", + "s3_etag": "b19708d148c785414fd0f61e7fd497d0", + "sha1": "80e40c2765dbcd3874274020fed22714a4675a38", + "sha256": "745c2423dd6f6a0c53b0be8b4d3f01fa4f52e09e499fb3400885ebe61562eb59", + "size": 1600269, + "uuid": "3b5bde9d-8af7-4253-9013-61bc6917eac4", + "version": "2019-04-03T105642.155558Z" + }, + "image_file/44cf15ec-3d4e-4698-bb14-107c34891191": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "30148627", + "indexed": false, + "name": "primary_image-fov_000-Z8-H2-C3.tiff", + "s3_etag": "8d555490d25c9b375e1f798726f75c8e", + "sha1": "c97a2af4b2500b157661443dbde450170b7be1de", + "sha256": "887cc80db875bf5d704c18bea2ecde0e311f94a1db43e96ad2b71fbae2228ba5", + "size": 1600269, + "uuid": "e6f193a6-c235-4357-b1c8-bd075e0be111", + "version": "2019-04-03T105642.455372Z" + }, + "image_file/6242cdf3-fd6d-4479-a08a-1747818fd978": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "01ece1c6", + "indexed": false, + "name": "primary_image-fov_000-Z9-H0-C0.tiff", + "s3_etag": "0ad31b3db47ab0cc64feab103cd95c06", + "sha1": "1011cca6dff2b136733eaa0fc9ed427dbcbd724f", + "sha256": "33afd30928b802f9b37e1761eea55b04aa17d9c246bbf015174fc46e6ffbbc6d", + "size": 1600269, + "uuid": "33b9e890-93dd-46bf-a464-0b293605ca13", + "version": "2019-04-03T105642.695635Z" + }, + "image_file/bc60bbd4-8b09-425c-b507-9da24a84f412": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "3a56f81e", + "indexed": false, + "name": "primary_image-fov_000-Z9-H0-C1.tiff", + "s3_etag": "6463c0af4aad289aa06ab596accd7f72", + "sha1": "0e55731c16adc0a5423f2476793d2c423b1deb6a", + "sha256": "5337ba319da091c05651d7da158e1cd3719f9befb1f2f6db1344338e0ac70449", + "size": 1600269, + "uuid": "1a57ba61-0aaa-4a98-8714-44ef51295163", + "version": "2019-04-03T105642.933998Z" + }, + "image_file/1f054ccf-f8dd-4127-a6f8-c577d7dd93dc": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "4f573958", + "indexed": false, + "name": "primary_image-fov_000-Z9-H0-C2.tiff", + "s3_etag": "662e5f08087f7cc4ee6454f6ed734c66", + "sha1": "96feb27dc74eb05d307d6d5f8a66826962cb037b", + "sha256": "8e7b543d6baf164527bb6ec8b391acd79cd52d61a88ecba8b72db31ade03ff95", + "size": 1600269, + "uuid": "e1a484a8-5557-440d-8196-38a39c8acc3e", + "version": "2019-04-03T105643.266340Z" + }, + "image_file/9954cb4b-b0a4-4479-b31d-0bee1e75d9c7": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "5fd73b1d", + "indexed": false, + "name": "primary_image-fov_000-Z9-H0-C3.tiff", + "s3_etag": "b89d1752986854195217fda6c5f7c246", + "sha1": "f0b6ea2f3b8c3f166db793d6f02498041141a527", + "sha256": "3a328ccdc6f19fa663c1e703efe15cb80fd8f5c260eb679ac64222aead8fa19c", + "size": 1600269, + "uuid": "4a836a20-3f30-4e33-8374-c9837de94790", + "version": "2019-04-03T105643.598363Z" + }, + "image_file/5f67c32c-a154-4620-8603-0b64979b04a4": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "2335b62b", + "indexed": false, + "name": "primary_image-fov_000-Z9-H1-C0.tiff", + "s3_etag": "a45f76cccdd8e3688c03f9afb3a48e42", + "sha1": "5acfa2d86b69216cb8b25dd5e0ff44e2353a7a2a", + "sha256": "89c07cd8d4d7a47f7d7c85c4e9918e937b9dd248275c3597b520bb29685fd275", + "size": 1600269, + "uuid": "fa8e2052-2f21-420b-84bb-dee4e2ce79ab", + "version": "2019-04-03T105643.915023Z" + }, + "image_file/7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "61289ac4", + "indexed": false, + "name": "primary_image-fov_000-Z9-H1-C1.tiff", + "s3_etag": "859abbee84741bc542fd3c1916e6c76f", + "sha1": "e0a1535468297319590ac1edea0f9f17b1fcbbc3", + "sha256": "3f15a6b5d60834705355dfe79c38f4a8cae0a1fcaf3dbf61bdd2be8eeadf213b", + "size": 1600269, + "uuid": "c605b91e-3b62-442d-bd3e-2d58a213a4bf", + "version": "2019-04-03T105644.156708Z" + }, + "image_file/dcee6df0-9e87-4935-8873-f8d30d449d76": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "081bc6e9", + "indexed": false, + "name": "primary_image-fov_000-Z9-H1-C2.tiff", + "s3_etag": "154e0e39f4e0598830e28c466f606604", + "sha1": "095bcb4c03fd228f69c2cff4e55d75a55f3de86a", + "sha256": "ceb0e9ae90e00e9fe53a63807eac2bb319974203ac92a4ca7ebd9c3287de2284", + "size": 1600269, + "uuid": "d6621482-70a1-42ac-895d-8398aa0bb2b7", + "version": "2019-04-03T105644.436640Z" + }, + "image_file/7d6bdde6-523f-46cb-bed5-d6cfa8fea80c": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "b65a523e", + "indexed": false, + "name": "primary_image-fov_000-Z9-H1-C3.tiff", + "s3_etag": "44e91c2235e2933c382881c9260e729e", + "sha1": "98be3ab0b504f834c06b8cff450da4d2f27ddb93", + "sha256": "4a722651fc388de26b1dbfcffa7be65c448b26a31d1738e5363857dfea81ea61", + "size": 1600269, + "uuid": "1d051231-9ed8-44fd-8086-93da3a04dd0b", + "version": "2019-04-03T105644.954210Z" + }, + "image_file/e6d00b0c-3641-4ec4-a553-8fd742193dba": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "6e9add20", + "indexed": false, + "name": "primary_image-fov_000-Z9-H2-C0.tiff", + "s3_etag": "89384b0fb6345d99cb41c07570b88ac9", + "sha1": "27cc8de22a7967083534b80d11537d38e1adfb2a", + "sha256": "d19fd3d6fececce2aaa3877f38d1c775f76419ec07374b7cff010b9867a12854", + "size": 1600269, + "uuid": "bba231df-4b9b-44fe-a9e9-df314fc8f75d", + "version": "2019-04-03T105645.222571Z" + }, + "image_file/e5034863-0528-4f55-be95-c8501c29f9fe": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "bd266ca9", + "indexed": false, + "name": "primary_image-fov_000-Z9-H2-C1.tiff", + "s3_etag": "59d0ae52331b02c2ad8c8868f7ef97c8", + "sha1": "931b276a47bc715902e1a06f3ed7a264756b1e62", + "sha256": "e1144263f89f3b3b2c4812ca0599274d78057636dcca1d09fdebc30e0d327ced", + "size": 1600269, + "uuid": "6c85c7e1-832c-476c-add9-e2cc509f8de0", + "version": "2019-04-03T105645.515825Z" + }, + "image_file/cc61b14a-59d9-477b-8cb1-43c4ee4cf434": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "1285ec2c", + "indexed": false, + "name": "primary_image-fov_000-Z9-H2-C2.tiff", + "s3_etag": "9952c98d3f77cce10a633a2b7af2ad10", + "sha1": "d88ae8998890e877ff4bcb7d9c901ebf6c0f87fa", + "sha256": "b66e916f703c1bccfccb6ad7fcc95fb3af42ac4e6868bbdcea424de9e40a12af", + "size": 1600269, + "uuid": "9a71aa79-aa5e-41ca-89ed-2d5eaea98840", + "version": "2019-04-03T105645.832519Z" + }, + "image_file/33d332c9-aefe-4db5-8830-b8daddaed0d2": { + "content-type": "image/tiff; dcp-type=data", + "crc32c": "ee12e15f", + "indexed": false, + "name": "primary_image-fov_000-Z9-H2-C3.tiff", + "s3_etag": "34fa837a2fb39db2dddfabd84e6a560d", + "sha1": "e0ff15a11a35119aae3feb4e2afb3a0708daa28f", + "sha256": "9f447baf510beb7f942054f980818c6819a12bf9b12e5cadc2cff30af37d9674", + "size": 1600269, + "uuid": "bec2697f-31b6-4db5-888a-024379f3d13f", + "version": "2019-04-03T105646.096587Z" + }, + "image_file/bb3b6fc7-0902-432d-bad1-6b3f61951314": { + "content-type": "application/json; dcp-type=data", + "crc32c": "d148a0e3", + "indexed": false, + "name": "primary_image-fov_000.json", + "s3_etag": "c9bae9cb31bf1356ad858eba63ca3cb8", + "sha1": "bf49d7043b7e4c528a3ec7fdd1d80a49913125b6", + "sha256": "b7d0787c0f9b656331d4e56c4249dc2762ae8bd04f87995910e5ce3c30cde8d2", + "size": 55640, + "uuid": "194db0d1-dfca-44d7-9ad7-194a9e091d32", + "version": "2019-04-03T105646.365296Z" + }, + "image_file/2b734e88-3a33-4c73-92bb-82e0b8f8c13b": { + "content-type": "application/json; dcp-type=data", + "crc32c": "3c1c81b7", + "indexed": false, + "name": "primary_image.json", + "s3_etag": "512105655a1319dc48a63ce1b6034d61", + "sha1": "d623f185225a0edd5334fde5eba07204bf9891dd", + "sha256": "23e8dbd4385ec7be7ce90ba0fdcd00f5357735e8dc77538caa993506e0ce0307", + "size": 119, + "uuid": "57e036f8-063a-47fe-b668-499222390e95", + "version": "2019-04-03T105646.657106Z" + } + }, + "metadata": { + "imaged_specimen/87f58f88-ef8b-4323-bd19-cde1a2497b59": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/2.0.7/imaged_specimen", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "420508-10-1", + "biomaterial_name": "420508 coronal sections slice 10-1", + "biomaterial_description": "mouse brain coronal section 20um", + "ncbi_taxon_id": [ + 10090 + ], + "supplementary_files": [ + "point1nissl10x.tar.gz" + ] + }, + "slice_thickness": 20.0, + "internal_anatomical_structures": [ + { + "text": "V1, Provided files are Neurotrace stain and DIC images of the half brain slice imaged at 10x" + } + ], + "provenance": { + "document_id": "87f58f88-ef8b-4323-bd19-cde1a2497b59", + "submission_date": "2019-04-03T10:13:40.000Z", + "update_date": "2019-04-03T10:13:50.866Z" + } + }, + "specimen_from_organism/edd1d525-a6ae-4658-a6bf-6c31d7ab6948": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "420508_specimen", + "biomaterial_name": "fresh frozen brain", + "ncbi_taxon_id": [ + 10090 + ], + "genotype": "wt" + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090", + "ontology_label": "Mus musculus" + } + ], + "organ": { + "text": "brain", + "ontology": "UBERON:0000955", + "ontology_label": "brain" + }, + "preservation_storage": { + "storage_method": "fresh", + "preservation_method": "fresh" + }, + "collection_time": "2018-09-18T10:00:00Z", + "provenance": { + "document_id": "edd1d525-a6ae-4658-a6bf-6c31d7ab6948", + "submission_date": "2019-04-03T10:13:39.992Z", + "update_date": "2019-04-03T10:13:45.512Z" + } + }, + "donor_organism/6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/14.0.7/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "420508", + "biomaterial_name": "C57BL6J-420508", + "ncbi_taxon_id": [ + 10090 + ], + "genotype": "wt" + }, + "mouse_specific": { + "strain": [ + { + "text": "C57BL6J", + "ontology": "EFO:0000606", + "ontology_label": "C57BL/6J" + } + ] + }, + "death": { + "cause_of_death": "euthanasia under anesthesia", + "cold_perfused": false, + "days_on_ventilator": 0.0, + "hardy_scale": 1, + "time_of_death": "2018-09-18T10:00:00Z" + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090", + "ontology_label": "Mus musculus" + } + ], + "organism_age": "56", + "organism_age_unit": { + "text": "days", + "ontology": "UO:0000033", + "ontology_label": "day" + }, + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272", + "ontology_label": "adult" + }, + "is_living": "no", + "sex": "male", + "provenance": { + "document_id": "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4", + "submission_date": "2019-04-03T10:13:39.984Z", + "update_date": "2019-04-03T10:13:45.427Z" + } + }, + "image_file/6baa3aff-b2a5-4e49-82f7-25c108a6107a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "codebook.json", + "file_format": "json" + }, + "provenance": { + "document_id": "6baa3aff-b2a5-4e49-82f7-25c108a6107a", + "submission_date": "2019-04-03T10:13:40.056Z", + "update_date": "2019-04-03T10:15:44.995Z" + } + }, + "image_file/06dcfc33-21da-485f-8e50-49d294713a9e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "experiment.json", + "file_format": "json" + }, + "provenance": { + "document_id": "06dcfc33-21da-485f-8e50-49d294713a9e", + "submission_date": "2019-04-03T10:13:40.066Z", + "update_date": "2019-04-03T10:15:44.993Z" + } + }, + "image_file/404dd50b-4bc9-4c82-8c18-f53c68eed2fc": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z0-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", + "submission_date": "2019-04-03T10:13:40.076Z", + "update_date": "2019-04-03T10:15:51.032Z" + } + }, + "image_file/5ceb5dc3-9194-494a-b1df-42bb75ab1a04": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z1-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", + "submission_date": "2019-04-03T10:13:40.085Z", + "update_date": "2019-04-03T10:15:47.812Z" + } + }, + "image_file/76e52f76-ede7-4088-b7f6-d6e5f6152292": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z10-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "76e52f76-ede7-4088-b7f6-d6e5f6152292", + "submission_date": "2019-04-03T10:13:40.093Z", + "update_date": "2019-04-03T10:15:51.115Z" + } + }, + "image_file/2e496fe6-f500-4e27-b7f5-3c87fe43bbe5": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z11-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", + "submission_date": "2019-04-03T10:13:40.102Z", + "update_date": "2019-04-03T10:15:54.073Z" + } + }, + "image_file/be66141d-84a3-457d-a8d2-2f0da8c91dff": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z12-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "be66141d-84a3-457d-a8d2-2f0da8c91dff", + "submission_date": "2019-04-03T10:13:40.111Z", + "update_date": "2019-04-03T10:15:51.125Z" + } + }, + "image_file/680cf532-ef0c-4155-b44d-a6ec3920743a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z13-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "680cf532-ef0c-4155-b44d-a6ec3920743a", + "submission_date": "2019-04-03T10:13:40.120Z", + "update_date": "2019-04-03T10:15:50.982Z" + } + }, + "image_file/08609f14-cf43-4188-b743-4a0b55b17347": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z14-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "08609f14-cf43-4188-b743-4a0b55b17347", + "submission_date": "2019-04-03T10:13:40.128Z", + "update_date": "2019-04-03T10:15:47.817Z" + } + }, + "image_file/d10827a1-38f7-457d-9c9f-695f2fc7689c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z15-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "d10827a1-38f7-457d-9c9f-695f2fc7689c", + "submission_date": "2019-04-03T10:13:40.137Z", + "update_date": "2019-04-03T10:15:44.996Z" + } + }, + "image_file/6f8eb2e5-7a0c-4c98-8da0-276457357071": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z16-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6f8eb2e5-7a0c-4c98-8da0-276457357071", + "submission_date": "2019-04-03T10:13:40.145Z", + "update_date": "2019-04-03T10:15:47.821Z" + } + }, + "image_file/ca480df3-71bb-4634-8f71-b6a75aeb9f05": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z2-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ca480df3-71bb-4634-8f71-b6a75aeb9f05", + "submission_date": "2019-04-03T10:13:40.154Z", + "update_date": "2019-04-03T10:15:47.796Z" + } + }, + "image_file/03ae5f5e-65ac-4491-b0ce-eefc940e0224": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z3-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "03ae5f5e-65ac-4491-b0ce-eefc940e0224", + "submission_date": "2019-04-03T10:13:40.166Z", + "update_date": "2019-04-03T10:15:48.018Z" + } + }, + "image_file/ff117ecb-767e-4e72-baa9-2bda4fcd3e62": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z4-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", + "submission_date": "2019-04-03T10:13:40.176Z", + "update_date": "2019-04-03T10:15:51.040Z" + } + }, + "image_file/887f3d73-94d2-44ac-9047-67aca5225882": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z5-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "887f3d73-94d2-44ac-9047-67aca5225882", + "submission_date": "2019-04-03T10:13:40.186Z", + "update_date": "2019-04-03T10:15:51.029Z" + } + }, + "image_file/896dfacd-206b-4e4f-a846-ba5b070060d9": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z6-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "896dfacd-206b-4e4f-a846-ba5b070060d9", + "submission_date": "2019-04-03T10:13:40.197Z", + "update_date": "2019-04-03T10:15:47.819Z" + } + }, + "image_file/23303c88-01b1-47d0-b770-dca6802caa13": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z7-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "23303c88-01b1-47d0-b770-dca6802caa13", + "submission_date": "2019-04-03T10:13:40.207Z", + "update_date": "2019-04-03T10:15:47.812Z" + } + }, + "image_file/3c1a388d-0577-4417-9cd2-ff33bfed9140": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z8-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3c1a388d-0577-4417-9cd2-ff33bfed9140", + "submission_date": "2019-04-03T10:13:40.217Z", + "update_date": "2019-04-03T10:15:47.821Z" + } + }, + "image_file/67e71b34-7157-4a37-b495-0d740772b480": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000-Z9-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "67e71b34-7157-4a37-b495-0d740772b480", + "submission_date": "2019-04-03T10:13:40.227Z", + "update_date": "2019-04-03T10:15:51.111Z" + } + }, + "image_file/cd3e5e62-6145-42d9-9a5b-046e1b49cf26": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei-fov_000.json", + "file_format": "json" + }, + "provenance": { + "document_id": "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", + "submission_date": "2019-04-03T10:13:40.236Z", + "update_date": "2019-04-03T10:15:51.054Z" + } + }, + "image_file/5fbcb75e-3ee3-4429-8ede-b243afa0789f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "nuclei.json", + "file_format": "json" + }, + "provenance": { + "document_id": "5fbcb75e-3ee3-4429-8ede-b243afa0789f", + "submission_date": "2019-04-03T10:13:40.246Z", + "update_date": "2019-04-03T10:15:51.028Z" + } + }, + "image_file/09226b24-6b11-4e4f-8052-2b544be461aa": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "09226b24-6b11-4e4f-8052-2b544be461aa", + "submission_date": "2019-04-03T10:13:40.256Z", + "update_date": "2019-04-03T10:15:51.126Z" + } + }, + "image_file/f67473fd-fbf8-4d69-9db1-556938ab5b87": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f67473fd-fbf8-4d69-9db1-556938ab5b87", + "submission_date": "2019-04-03T10:13:40.266Z", + "update_date": "2019-04-03T10:15:54.317Z" + } + }, + "image_file/16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", + "submission_date": "2019-04-03T10:13:40.276Z", + "update_date": "2019-04-03T10:15:50.940Z" + } + }, + "image_file/017a2c88-4f6e-418e-bb96-f42f3a220f87": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "017a2c88-4f6e-418e-bb96-f42f3a220f87", + "submission_date": "2019-04-03T10:13:40.286Z", + "update_date": "2019-04-03T10:15:50.977Z" + } + }, + "image_file/30305240-004d-4632-84d4-37d7e7378782": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "30305240-004d-4632-84d4-37d7e7378782", + "submission_date": "2019-04-03T10:13:40.296Z", + "update_date": "2019-04-03T10:15:51.136Z" + } + }, + "image_file/20c5a14a-aaf3-40e1-9ab7-f95c06ea4200": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", + "submission_date": "2019-04-03T10:13:40.306Z", + "update_date": "2019-04-03T10:15:51.052Z" + } + }, + "image_file/3fd2781b-6855-4eaa-b2fb-81db386adb18": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3fd2781b-6855-4eaa-b2fb-81db386adb18", + "submission_date": "2019-04-03T10:13:40.315Z", + "update_date": "2019-04-03T10:15:51.027Z" + } + }, + "image_file/40474d53-44a4-4ab2-9f20-61b71291f8aa": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "40474d53-44a4-4ab2-9f20-61b71291f8aa", + "submission_date": "2019-04-03T10:13:40.325Z", + "update_date": "2019-04-03T10:15:47.810Z" + } + }, + "image_file/aaa97d47-7124-4763-a3fc-f6d66eb6d990": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "aaa97d47-7124-4763-a3fc-f6d66eb6d990", + "submission_date": "2019-04-03T10:13:40.334Z", + "update_date": "2019-04-03T10:15:50.958Z" + } + }, + "image_file/4adbed13-1cb6-4405-b892-fe8165050691": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "4adbed13-1cb6-4405-b892-fe8165050691", + "submission_date": "2019-04-03T10:13:40.344Z", + "update_date": "2019-04-03T10:15:51.040Z" + } + }, + "image_file/2bbf0125-b9cc-4413-8dd7-78ea72beaa17": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", + "submission_date": "2019-04-03T10:13:40.354Z", + "update_date": "2019-04-03T10:15:51.020Z" + } + }, + "image_file/5402916f-6de1-4842-8585-fc25c153992b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z0-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "5402916f-6de1-4842-8585-fc25c153992b", + "submission_date": "2019-04-03T10:13:40.364Z", + "update_date": "2019-04-03T10:15:51.039Z" + } + }, + "image_file/75b78bfc-8d15-4a07-a07a-c62ae6d656b5": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", + "submission_date": "2019-04-03T10:13:40.375Z", + "update_date": "2019-04-03T10:16:00.740Z" + } + }, + "image_file/8a78224e-4106-41d4-96cb-4d9a8b9ecad2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", + "submission_date": "2019-04-03T10:13:40.386Z", + "update_date": "2019-04-03T10:16:00.295Z" + } + }, + "image_file/cb92dd92-570c-4075-8893-eb19dbd837b8": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "cb92dd92-570c-4075-8893-eb19dbd837b8", + "submission_date": "2019-04-03T10:13:40.396Z", + "update_date": "2019-04-03T10:16:00.289Z" + } + }, + "image_file/b36948c4-0646-42be-9db2-16626a757343": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b36948c4-0646-42be-9db2-16626a757343", + "submission_date": "2019-04-03T10:13:40.405Z", + "update_date": "2019-04-03T10:15:57.643Z" + } + }, + "image_file/c974f4eb-27b8-4ec3-913e-a6eb19572a51": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c974f4eb-27b8-4ec3-913e-a6eb19572a51", + "submission_date": "2019-04-03T10:13:40.414Z", + "update_date": "2019-04-03T10:15:57.265Z" + } + }, + "image_file/febb760d-1e9e-4432-9b88-ce2869a43c44": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "febb760d-1e9e-4432-9b88-ce2869a43c44", + "submission_date": "2019-04-03T10:13:40.423Z", + "update_date": "2019-04-03T10:16:03.118Z" + } + }, + "image_file/054f40a4-68d0-41db-81e9-00239042d9fa": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "054f40a4-68d0-41db-81e9-00239042d9fa", + "submission_date": "2019-04-03T10:13:40.432Z", + "update_date": "2019-04-03T10:15:54.056Z" + } + }, + "image_file/ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", + "submission_date": "2019-04-03T10:13:40.441Z", + "update_date": "2019-04-03T10:15:57.262Z" + } + }, + "image_file/819e3227-cc54-4919-95af-c1f8194bf729": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "819e3227-cc54-4919-95af-c1f8194bf729", + "submission_date": "2019-04-03T10:13:40.450Z", + "update_date": "2019-04-03T10:16:00.245Z" + } + }, + "image_file/b1e2b9d1-6973-41dc-acdf-95474303561f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b1e2b9d1-6973-41dc-acdf-95474303561f", + "submission_date": "2019-04-03T10:13:40.458Z", + "update_date": "2019-04-03T10:16:00.392Z" + } + }, + "image_file/41ffc783-5ad4-4197-8fd1-c029903c43c0": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "41ffc783-5ad4-4197-8fd1-c029903c43c0", + "submission_date": "2019-04-03T10:13:40.467Z", + "update_date": "2019-04-03T10:16:00.242Z" + } + }, + "image_file/ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z1-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", + "submission_date": "2019-04-03T10:13:40.475Z", + "update_date": "2019-04-03T10:15:54.163Z" + } + }, + "image_file/9014bbaf-a047-4b69-8e28-8356cc99f84e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9014bbaf-a047-4b69-8e28-8356cc99f84e", + "submission_date": "2019-04-03T10:13:40.484Z", + "update_date": "2019-04-03T10:15:54.097Z" + } + }, + "image_file/f7acf90c-2b32-463b-b832-8daa8529f727": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f7acf90c-2b32-463b-b832-8daa8529f727", + "submission_date": "2019-04-03T10:13:40.492Z", + "update_date": "2019-04-03T10:15:51.110Z" + } + }, + "image_file/fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", + "submission_date": "2019-04-03T10:13:40.501Z", + "update_date": "2019-04-03T10:15:54.068Z" + } + }, + "image_file/db22deab-498a-409c-8386-5bf4e60a080c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "db22deab-498a-409c-8386-5bf4e60a080c", + "submission_date": "2019-04-03T10:13:40.509Z", + "update_date": "2019-04-03T10:15:54.171Z" + } + }, + "image_file/07d600bc-0d55-4a8d-9a48-390fc4169845": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "07d600bc-0d55-4a8d-9a48-390fc4169845", + "submission_date": "2019-04-03T10:13:40.518Z", + "update_date": "2019-04-03T10:15:54.155Z" + } + }, + "image_file/d0a032bb-cd0e-4873-b346-5cb19e45c202": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "d0a032bb-cd0e-4873-b346-5cb19e45c202", + "submission_date": "2019-04-03T10:13:40.526Z", + "update_date": "2019-04-03T10:15:54.147Z" + } + }, + "image_file/a161f60f-af92-4b09-9df0-dd7ff2bf571a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "a161f60f-af92-4b09-9df0-dd7ff2bf571a", + "submission_date": "2019-04-03T10:13:40.536Z", + "update_date": "2019-04-03T10:15:54.146Z" + } + }, + "image_file/25c6b755-7f62-49a3-a1b5-aafbc772b5dd": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", + "submission_date": "2019-04-03T10:13:40.545Z", + "update_date": "2019-04-03T10:15:57.073Z" + } + }, + "image_file/f10fd9e2-5747-4d7a-8c0c-beba81749011": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f10fd9e2-5747-4d7a-8c0c-beba81749011", + "submission_date": "2019-04-03T10:13:40.553Z", + "update_date": "2019-04-03T10:15:54.011Z" + } + }, + "image_file/553b6aab-4745-45f8-98ab-de6aadbf48e4": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "553b6aab-4745-45f8-98ab-de6aadbf48e4", + "submission_date": "2019-04-03T10:13:40.562Z", + "update_date": "2019-04-03T10:15:54.255Z" + } + }, + "image_file/3572abe9-6e42-4266-8671-ff24b592065c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3572abe9-6e42-4266-8671-ff24b592065c", + "submission_date": "2019-04-03T10:13:40.571Z", + "update_date": "2019-04-03T10:15:54.233Z" + } + }, + "image_file/6882abf6-c247-4167-a18d-e3fec24bcba2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z10-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6882abf6-c247-4167-a18d-e3fec24bcba2", + "submission_date": "2019-04-03T10:13:40.579Z", + "update_date": "2019-04-03T10:15:54.124Z" + } + }, + "image_file/15f8b73e-937c-444d-8362-fdf458abb651": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "15f8b73e-937c-444d-8362-fdf458abb651", + "submission_date": "2019-04-03T10:13:40.588Z", + "update_date": "2019-04-03T10:15:54.117Z" + } + }, + "image_file/33b4e374-20ad-4fee-b682-aaa4fc12bec2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "33b4e374-20ad-4fee-b682-aaa4fc12bec2", + "submission_date": "2019-04-03T10:13:40.596Z", + "update_date": "2019-04-03T10:15:54.178Z" + } + }, + "image_file/0e83c507-2211-4561-b75a-92326fb2d4fd": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "0e83c507-2211-4561-b75a-92326fb2d4fd", + "submission_date": "2019-04-03T10:13:40.605Z", + "update_date": "2019-04-03T10:15:54.229Z" + } + }, + "image_file/912c55cf-0774-4838-8874-352766984715": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "912c55cf-0774-4838-8874-352766984715", + "submission_date": "2019-04-03T10:13:40.613Z", + "update_date": "2019-04-03T10:15:54.213Z" + } + }, + "image_file/b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", + "submission_date": "2019-04-03T10:13:40.622Z", + "update_date": "2019-04-03T10:15:50.981Z" + } + }, + "image_file/5b8e3d96-e625-46b6-9689-110fa84fd721": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "5b8e3d96-e625-46b6-9689-110fa84fd721", + "submission_date": "2019-04-03T10:13:40.630Z", + "update_date": "2019-04-03T10:15:54.097Z" + } + }, + "image_file/de43f9bc-ddec-4326-9cb1-7b9c5f76a84f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", + "submission_date": "2019-04-03T10:13:40.639Z", + "update_date": "2019-04-03T10:15:57.225Z" + } + }, + "image_file/6f3272d7-4a62-4a3c-8c44-11dda8756956": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6f3272d7-4a62-4a3c-8c44-11dda8756956", + "submission_date": "2019-04-03T10:13:40.647Z", + "update_date": "2019-04-03T10:15:53.957Z" + } + }, + "image_file/168422c5-e89d-466c-9085-f29c02160143": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "168422c5-e89d-466c-9085-f29c02160143", + "submission_date": "2019-04-03T10:13:40.656Z", + "update_date": "2019-04-03T10:15:54.119Z" + } + }, + "image_file/7331367a-cc43-4af0-8750-a2921d513f97": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7331367a-cc43-4af0-8750-a2921d513f97", + "submission_date": "2019-04-03T10:13:40.664Z", + "update_date": "2019-04-03T10:15:57.287Z" + } + }, + "image_file/edf83a09-2e60-4571-b650-abf4c7ff757b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "edf83a09-2e60-4571-b650-abf4c7ff757b", + "submission_date": "2019-04-03T10:13:40.672Z", + "update_date": "2019-04-03T10:15:54.149Z" + } + }, + "image_file/24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z11-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", + "submission_date": "2019-04-03T10:13:40.681Z", + "update_date": "2019-04-03T10:15:54.166Z" + } + }, + "image_file/be9d12b6-f8dd-407c-b1d7-844deb6a5023": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "be9d12b6-f8dd-407c-b1d7-844deb6a5023", + "submission_date": "2019-04-03T10:13:40.689Z", + "update_date": "2019-04-03T10:15:54.168Z" + } + }, + "image_file/e3e59792-61e3-4bf0-a985-2acec75acafd": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e3e59792-61e3-4bf0-a985-2acec75acafd", + "submission_date": "2019-04-03T10:13:40.698Z", + "update_date": "2019-04-03T10:15:57.350Z" + } + }, + "image_file/095ee09c-1605-4c07-9324-b5382f20b78e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "095ee09c-1605-4c07-9324-b5382f20b78e", + "submission_date": "2019-04-03T10:13:40.707Z", + "update_date": "2019-04-03T10:15:51.023Z" + } + }, + "image_file/77b96424-accb-4c6b-884c-756f2bb40929": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "77b96424-accb-4c6b-884c-756f2bb40929", + "submission_date": "2019-04-03T10:13:40.715Z", + "update_date": "2019-04-03T10:15:54.145Z" + } + }, + "image_file/a0c2a5b4-7cc2-47f5-97a7-6b59019155da": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", + "submission_date": "2019-04-03T10:13:40.724Z", + "update_date": "2019-04-03T10:15:57.414Z" + } + }, + "image_file/78518dc1-d38e-4230-88b8-887bdd83f965": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "78518dc1-d38e-4230-88b8-887bdd83f965", + "submission_date": "2019-04-03T10:13:40.733Z", + "update_date": "2019-04-03T10:15:54.195Z" + } + }, + "image_file/652dd3c5-6467-41ee-89b3-e4b3361fb533": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "652dd3c5-6467-41ee-89b3-e4b3361fb533", + "submission_date": "2019-04-03T10:13:40.741Z", + "update_date": "2019-04-03T10:15:54.138Z" + } + }, + "image_file/cae3d214-d485-4350-8cd2-f4142aca4aef": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "cae3d214-d485-4350-8cd2-f4142aca4aef", + "submission_date": "2019-04-03T10:13:40.749Z", + "update_date": "2019-04-03T10:15:54.152Z" + } + }, + "image_file/2ab7ea06-08e0-4669-88e0-23c1e74a3b49": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", + "submission_date": "2019-04-03T10:13:40.758Z", + "update_date": "2019-04-03T10:15:54.144Z" + } + }, + "image_file/de282263-0944-48d4-9819-6182636c76bd": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "de282263-0944-48d4-9819-6182636c76bd", + "submission_date": "2019-04-03T10:13:40.766Z", + "update_date": "2019-04-03T10:15:50.968Z" + } + }, + "image_file/bfdbe9b5-42ac-419a-b297-843095de2cc2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "bfdbe9b5-42ac-419a-b297-843095de2cc2", + "submission_date": "2019-04-03T10:13:40.775Z", + "update_date": "2019-04-03T10:15:57.263Z" + } + }, + "image_file/0ef6ffa4-e40f-476c-8ac9-10732ef6e42d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z12-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", + "submission_date": "2019-04-03T10:13:40.783Z", + "update_date": "2019-04-03T10:15:57.144Z" + } + }, + "image_file/e2763cda-3236-487e-9944-5169c0cb8856": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e2763cda-3236-487e-9944-5169c0cb8856", + "submission_date": "2019-04-03T10:13:40.792Z", + "update_date": "2019-04-03T10:15:57.230Z" + } + }, + "image_file/37018bd8-8537-47c3-a5a9-efb43552f30c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "37018bd8-8537-47c3-a5a9-efb43552f30c", + "submission_date": "2019-04-03T10:13:40.801Z", + "update_date": "2019-04-03T10:15:57.364Z" + } + }, + "image_file/a6c9b1ce-2054-4a48-b262-bb0723b8a567": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "a6c9b1ce-2054-4a48-b262-bb0723b8a567", + "submission_date": "2019-04-03T10:13:40.809Z", + "update_date": "2019-04-03T10:15:57.302Z" + } + }, + "image_file/8319ee38-f199-49d7-989a-25b451656b38": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8319ee38-f199-49d7-989a-25b451656b38", + "submission_date": "2019-04-03T10:13:40.818Z", + "update_date": "2019-04-03T10:15:54.124Z" + } + }, + "image_file/022841b6-8b7c-4d0c-b65f-06ba14253540": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "022841b6-8b7c-4d0c-b65f-06ba14253540", + "submission_date": "2019-04-03T10:13:40.826Z", + "update_date": "2019-04-03T10:15:54.250Z" + } + }, + "image_file/299dfbe5-05f5-48a7-816b-61036f0e435a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "299dfbe5-05f5-48a7-816b-61036f0e435a", + "submission_date": "2019-04-03T10:13:40.835Z", + "update_date": "2019-04-03T10:15:54.232Z" + } + }, + "image_file/6b8b11aa-3600-4a63-a980-93465e681c9c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6b8b11aa-3600-4a63-a980-93465e681c9c", + "submission_date": "2019-04-03T10:13:40.844Z", + "update_date": "2019-04-03T10:15:50.951Z" + } + }, + "image_file/35716168-df43-4273-b52f-72e3d18a47bc": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "35716168-df43-4273-b52f-72e3d18a47bc", + "submission_date": "2019-04-03T10:13:40.853Z", + "update_date": "2019-04-03T10:15:57.202Z" + } + }, + "image_file/6be783ec-c132-4e09-90e0-0958efaf6619": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6be783ec-c132-4e09-90e0-0958efaf6619", + "submission_date": "2019-04-03T10:13:40.862Z", + "update_date": "2019-04-03T10:15:57.305Z" + } + }, + "image_file/a11956c9-c24e-4efb-8af8-1167b3081e70": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "a11956c9-c24e-4efb-8af8-1167b3081e70", + "submission_date": "2019-04-03T10:13:40.871Z", + "update_date": "2019-04-03T10:15:57.283Z" + } + }, + "image_file/b69a349b-0e07-4fbe-9e3b-9f2cea828b96": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", + "submission_date": "2019-04-03T10:13:40.880Z", + "update_date": "2019-04-03T10:15:51.102Z" + } + }, + "image_file/753c2a57-b5f1-4984-b874-b2b10d582847": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z13-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "753c2a57-b5f1-4984-b874-b2b10d582847", + "submission_date": "2019-04-03T10:13:40.889Z", + "update_date": "2019-04-03T10:16:00.454Z" + } + }, + "image_file/e0b93b3d-075b-482b-838a-e36d8849607b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e0b93b3d-075b-482b-838a-e36d8849607b", + "submission_date": "2019-04-03T10:13:40.899Z", + "update_date": "2019-04-03T10:15:57.655Z" + } + }, + "image_file/96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", + "submission_date": "2019-04-03T10:13:40.908Z", + "update_date": "2019-04-03T10:15:57.378Z" + } + }, + "image_file/c647964a-7796-4dd2-9fa8-b23f012ac14e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c647964a-7796-4dd2-9fa8-b23f012ac14e", + "submission_date": "2019-04-03T10:13:40.917Z", + "update_date": "2019-04-03T10:15:54.078Z" + } + }, + "image_file/87a63649-9834-49b8-89a0-310211c1b5b3": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "87a63649-9834-49b8-89a0-310211c1b5b3", + "submission_date": "2019-04-03T10:13:40.926Z", + "update_date": "2019-04-03T10:15:57.378Z" + } + }, + "image_file/b2eb5b20-fd1a-403c-8b55-9eec5972d482": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b2eb5b20-fd1a-403c-8b55-9eec5972d482", + "submission_date": "2019-04-03T10:13:40.936Z", + "update_date": "2019-04-03T10:15:54.167Z" + } + }, + "image_file/4b3b36cb-cd90-4526-978d-2e7e8f7add39": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "4b3b36cb-cd90-4526-978d-2e7e8f7add39", + "submission_date": "2019-04-03T10:13:40.953Z", + "update_date": "2019-04-03T10:15:57.225Z" + } + }, + "image_file/cdc774f8-3310-4f1f-8c67-03579c253640": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "cdc774f8-3310-4f1f-8c67-03579c253640", + "submission_date": "2019-04-03T10:13:40.968Z", + "update_date": "2019-04-03T10:15:57.258Z" + } + }, + "image_file/607370e0-7e7e-4d25-ba5c-957c00a73ac1": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "607370e0-7e7e-4d25-ba5c-957c00a73ac1", + "submission_date": "2019-04-03T10:13:40.979Z", + "update_date": "2019-04-03T10:16:00.280Z" + } + }, + "image_file/3240d7ab-568b-4be5-adba-3178b3e8f85e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3240d7ab-568b-4be5-adba-3178b3e8f85e", + "submission_date": "2019-04-03T10:13:40.990Z", + "update_date": "2019-04-03T10:16:00.280Z" + } + }, + "image_file/c0b6ee98-677a-41d9-9d80-9ac63d251b08": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c0b6ee98-677a-41d9-9d80-9ac63d251b08", + "submission_date": "2019-04-03T10:13:41.002Z", + "update_date": "2019-04-03T10:15:57.303Z" + } + }, + "image_file/f34c01ec-06df-49e6-bc2f-c50c7f398851": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f34c01ec-06df-49e6-bc2f-c50c7f398851", + "submission_date": "2019-04-03T10:13:41.020Z", + "update_date": "2019-04-03T10:16:00.436Z" + } + }, + "image_file/2047311b-f3ee-4137-8338-a45166e01d53": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z14-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "2047311b-f3ee-4137-8338-a45166e01d53", + "submission_date": "2019-04-03T10:13:41.032Z", + "update_date": "2019-04-03T10:15:50.968Z" + } + }, + "image_file/44ea335a-1991-4504-be12-04f1a332ddfb": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "44ea335a-1991-4504-be12-04f1a332ddfb", + "submission_date": "2019-04-03T10:13:41.044Z", + "update_date": "2019-04-03T10:16:00.403Z" + } + }, + "image_file/59f3d0ab-1fe1-4cc8-b343-c12b520d769d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", + "submission_date": "2019-04-03T10:13:41.054Z", + "update_date": "2019-04-03T10:15:54.147Z" + } + }, + "image_file/58f9fb1a-b6be-42c4-98ed-a5c091a3c716": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", + "submission_date": "2019-04-03T10:13:41.065Z", + "update_date": "2019-04-03T10:16:00.681Z" + } + }, + "image_file/6af3cb41-9e64-4b11-b272-be87adf0fa94": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6af3cb41-9e64-4b11-b272-be87adf0fa94", + "submission_date": "2019-04-03T10:13:41.076Z", + "update_date": "2019-04-03T10:15:57.097Z" + } + }, + "image_file/7541d176-dfba-4e05-ba45-0c6964271dff": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7541d176-dfba-4e05-ba45-0c6964271dff", + "submission_date": "2019-04-03T10:13:41.087Z", + "update_date": "2019-04-03T10:15:57.397Z" + } + }, + "image_file/8ee1e829-a507-40a5-87ac-7fd8379b87ce": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8ee1e829-a507-40a5-87ac-7fd8379b87ce", + "submission_date": "2019-04-03T10:13:41.097Z", + "update_date": "2019-04-03T10:15:57.618Z" + } + }, + "image_file/8e57554a-abb2-4664-87b6-a397f4da6555": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8e57554a-abb2-4664-87b6-a397f4da6555", + "submission_date": "2019-04-03T10:13:41.107Z", + "update_date": "2019-04-03T10:16:00.218Z" + } + }, + "image_file/88fa5ec5-db7d-49bf-8c7e-86f348fbc84c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", + "submission_date": "2019-04-03T10:13:41.117Z", + "update_date": "2019-04-03T10:15:57.372Z" + } + }, + "image_file/a2b4ab97-84bd-4808-884d-bd8cc5e7b922": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", + "submission_date": "2019-04-03T10:13:41.127Z", + "update_date": "2019-04-03T10:15:57.219Z" + } + }, + "image_file/56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", + "submission_date": "2019-04-03T10:13:41.136Z", + "update_date": "2019-04-03T10:16:00.319Z" + } + }, + "image_file/8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", + "submission_date": "2019-04-03T10:13:41.146Z", + "update_date": "2019-04-03T10:16:00.829Z" + } + }, + "image_file/f0cb4244-e19a-46a0-89f1-04143548872d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z15-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f0cb4244-e19a-46a0-89f1-04143548872d", + "submission_date": "2019-04-03T10:13:41.156Z", + "update_date": "2019-04-03T10:16:00.414Z" + } + }, + "image_file/73074f55-d009-41a2-929e-6fd9949bb1dd": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "73074f55-d009-41a2-929e-6fd9949bb1dd", + "submission_date": "2019-04-03T10:13:41.166Z", + "update_date": "2019-04-03T10:15:57.285Z" + } + }, + "image_file/0c2a3965-fbd7-4dc2-bcf0-9c51650a7331": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", + "submission_date": "2019-04-03T10:13:41.176Z", + "update_date": "2019-04-03T10:16:03.247Z" + } + }, + "image_file/3774ecbd-d397-4b46-ba08-a7cbc6da0c07": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", + "submission_date": "2019-04-03T10:13:41.185Z", + "update_date": "2019-04-03T10:15:51.101Z" + } + }, + "image_file/146231bb-1b13-4db5-8157-9d9962cc3a3a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "146231bb-1b13-4db5-8157-9d9962cc3a3a", + "submission_date": "2019-04-03T10:13:41.195Z", + "update_date": "2019-04-03T10:16:00.042Z" + } + }, + "image_file/1d1b3f27-4f67-4338-bb36-173fd6ecf14b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", + "submission_date": "2019-04-03T10:13:41.205Z", + "update_date": "2019-04-03T10:15:57.650Z" + } + }, + "image_file/7fe17380-3090-4fc3-9504-02b3f8ed95b6": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7fe17380-3090-4fc3-9504-02b3f8ed95b6", + "submission_date": "2019-04-03T10:13:41.215Z", + "update_date": "2019-04-03T10:16:00.270Z" + } + }, + "image_file/fc405b01-60ca-436f-a06c-2f38f7156a87": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "fc405b01-60ca-436f-a06c-2f38f7156a87", + "submission_date": "2019-04-03T10:13:41.225Z", + "update_date": "2019-04-03T10:16:00.160Z" + } + }, + "image_file/bae92b53-c6c7-4712-865e-6cff3cba506e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "bae92b53-c6c7-4712-865e-6cff3cba506e", + "submission_date": "2019-04-03T10:13:41.235Z", + "update_date": "2019-04-03T10:16:00.763Z" + } + }, + "image_file/83662ec5-a202-42ab-9a47-a701d4f19de3": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "83662ec5-a202-42ab-9a47-a701d4f19de3", + "submission_date": "2019-04-03T10:13:41.246Z", + "update_date": "2019-04-03T10:16:00.067Z" + } + }, + "image_file/a04957c6-8ce8-4fa6-950d-71812ff3d698": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "a04957c6-8ce8-4fa6-950d-71812ff3d698", + "submission_date": "2019-04-03T10:13:41.256Z", + "update_date": "2019-04-03T10:15:57.271Z" + } + }, + "image_file/9284d3a4-73bd-4aa0-847c-ab273d14185a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9284d3a4-73bd-4aa0-847c-ab273d14185a", + "submission_date": "2019-04-03T10:13:41.266Z", + "update_date": "2019-04-03T10:16:00.765Z" + } + }, + "image_file/4d664562-c333-4aaf-bb8b-641e0568733e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z16-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "4d664562-c333-4aaf-bb8b-641e0568733e", + "submission_date": "2019-04-03T10:13:41.276Z", + "update_date": "2019-04-03T10:16:00.166Z" + } + }, + "image_file/b533685d-3c60-4483-841b-a054f0a69fec": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b533685d-3c60-4483-841b-a054f0a69fec", + "submission_date": "2019-04-03T10:13:41.286Z", + "update_date": "2019-04-03T10:15:54.188Z" + } + }, + "image_file/3f14c88e-58db-4f76-b6e0-4b483ded1ca3": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", + "submission_date": "2019-04-03T10:13:41.296Z", + "update_date": "2019-04-03T10:15:57.291Z" + } + }, + "image_file/32d0b267-f399-408a-b35f-f1ebc7d0fc1f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", + "submission_date": "2019-04-03T10:13:41.305Z", + "update_date": "2019-04-03T10:16:00.394Z" + } + }, + "image_file/3e8510c9-7e31-49bd-bb90-cb55577c2f25": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3e8510c9-7e31-49bd-bb90-cb55577c2f25", + "submission_date": "2019-04-03T10:13:41.315Z", + "update_date": "2019-04-03T10:16:00.298Z" + } + }, + "image_file/463aff9a-ec7e-40d0-be42-c6686af9130d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "463aff9a-ec7e-40d0-be42-c6686af9130d", + "submission_date": "2019-04-03T10:13:41.325Z", + "update_date": "2019-04-03T10:16:00.374Z" + } + }, + "image_file/02ddb50f-4a97-4fbc-ac08-32cd5f0fb319": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", + "submission_date": "2019-04-03T10:13:41.334Z", + "update_date": "2019-04-03T10:16:00.331Z" + } + }, + "image_file/868efb99-df36-462b-91a2-bb6ca27e842a": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "868efb99-df36-462b-91a2-bb6ca27e842a", + "submission_date": "2019-04-03T10:13:41.344Z", + "update_date": "2019-04-03T10:15:57.472Z" + } + }, + "image_file/dd124d84-cb44-42e6-88d8-0d97fcb2c0f1": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", + "submission_date": "2019-04-03T10:13:41.354Z", + "update_date": "2019-04-03T10:15:57.134Z" + } + }, + "image_file/36ded48a-869f-4fa8-971f-56bc28298276": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "36ded48a-869f-4fa8-971f-56bc28298276", + "submission_date": "2019-04-03T10:13:41.363Z", + "update_date": "2019-04-03T10:16:00.039Z" + } + }, + "image_file/b62567c9-27d5-49b9-aa2e-7e9e1513dcb4": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", + "submission_date": "2019-04-03T10:13:41.373Z", + "update_date": "2019-04-03T10:15:57.347Z" + } + }, + "image_file/e72742a4-23ba-4e5d-a29b-ad449abe8101": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e72742a4-23ba-4e5d-a29b-ad449abe8101", + "submission_date": "2019-04-03T10:13:41.382Z", + "update_date": "2019-04-03T10:15:57.374Z" + } + }, + "image_file/cd6e1096-f8c3-4eda-957d-b09741d60901": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z2-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "cd6e1096-f8c3-4eda-957d-b09741d60901", + "submission_date": "2019-04-03T10:13:41.392Z", + "update_date": "2019-04-03T10:16:00.117Z" + } + }, + "image_file/903ea376-5153-4fb8-8ffa-e2948951409c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "903ea376-5153-4fb8-8ffa-e2948951409c", + "submission_date": "2019-04-03T10:13:41.401Z", + "update_date": "2019-04-03T10:15:57.150Z" + } + }, + "image_file/89c5fc1e-9d18-4a6b-9025-ea0b75d01adb": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", + "submission_date": "2019-04-03T10:13:41.411Z", + "update_date": "2019-04-03T10:16:00.258Z" + } + }, + "image_file/8381d167-c4dd-49a2-b5df-1ae815bbe42e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8381d167-c4dd-49a2-b5df-1ae815bbe42e", + "submission_date": "2019-04-03T10:13:41.421Z", + "update_date": "2019-04-03T10:15:57.334Z" + } + }, + "image_file/9be80be6-ee45-49d5-8d3d-a6df8f0383f6": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", + "submission_date": "2019-04-03T10:13:41.430Z", + "update_date": "2019-04-03T10:15:57.150Z" + } + }, + "image_file/cf305c60-bb2c-41af-82bf-0631c2a7b0be": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "cf305c60-bb2c-41af-82bf-0631c2a7b0be", + "submission_date": "2019-04-03T10:13:41.440Z", + "update_date": "2019-04-03T10:15:57.290Z" + } + }, + "image_file/074290a9-35e1-422f-a3af-e5ed58781b4d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "074290a9-35e1-422f-a3af-e5ed58781b4d", + "submission_date": "2019-04-03T10:13:41.450Z", + "update_date": "2019-04-03T10:15:57.347Z" + } + }, + "image_file/0c49b3ca-bb47-41d9-a58c-e5ea79f673c3": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", + "submission_date": "2019-04-03T10:13:41.460Z", + "update_date": "2019-04-03T10:16:00.451Z" + } + }, + "image_file/783c4def-7dc3-40a6-aa9e-a3f92a2dffba": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", + "submission_date": "2019-04-03T10:13:41.470Z", + "update_date": "2019-04-03T10:16:03.144Z" + } + }, + "image_file/5165cc56-ff89-42bf-b000-fec4bd57176e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "5165cc56-ff89-42bf-b000-fec4bd57176e", + "submission_date": "2019-04-03T10:13:41.479Z", + "update_date": "2019-04-03T10:16:00.708Z" + } + }, + "image_file/545be634-5893-45e0-93b2-dd4ea93e00db": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "545be634-5893-45e0-93b2-dd4ea93e00db", + "submission_date": "2019-04-03T10:13:41.489Z", + "update_date": "2019-04-03T10:16:00.405Z" + } + }, + "image_file/2d2e58c6-7c24-4089-bbe9-d47b7482be46": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "2d2e58c6-7c24-4089-bbe9-d47b7482be46", + "submission_date": "2019-04-03T10:13:41.499Z", + "update_date": "2019-04-03T10:16:00.253Z" + } + }, + "image_file/e4ce035a-f9e2-459f-8ecf-ce138ea00b34": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z3-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", + "submission_date": "2019-04-03T10:13:41.509Z", + "update_date": "2019-04-03T10:15:57.292Z" + } + }, + "image_file/81214e49-318f-4221-bf2c-4ef00cfa916b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "81214e49-318f-4221-bf2c-4ef00cfa916b", + "submission_date": "2019-04-03T10:13:41.519Z", + "update_date": "2019-04-03T10:16:00.761Z" + } + }, + "image_file/7fc97754-1121-468b-b1e4-839bde86b6c8": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7fc97754-1121-468b-b1e4-839bde86b6c8", + "submission_date": "2019-04-03T10:13:41.529Z", + "update_date": "2019-04-03T10:15:57.316Z" + } + }, + "image_file/7d70d44c-b5d7-47be-9687-e9a775e86251": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7d70d44c-b5d7-47be-9687-e9a775e86251", + "submission_date": "2019-04-03T10:13:41.539Z", + "update_date": "2019-04-03T10:16:00.785Z" + } + }, + "image_file/ddb4f9d4-f2a1-42a5-87fa-e818071a5b33": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", + "submission_date": "2019-04-03T10:13:41.552Z", + "update_date": "2019-04-03T10:15:57.619Z" + } + }, + "image_file/b7607809-e975-4c32-bff7-375cb2d8276f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b7607809-e975-4c32-bff7-375cb2d8276f", + "submission_date": "2019-04-03T10:13:41.564Z", + "update_date": "2019-04-03T10:15:57.213Z" + } + }, + "image_file/b8a6c863-626d-4fbf-863b-610cffaac37d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b8a6c863-626d-4fbf-863b-610cffaac37d", + "submission_date": "2019-04-03T10:13:41.579Z", + "update_date": "2019-04-03T10:16:00.707Z" + } + }, + "image_file/45077a5c-ee96-47c0-a84f-9d46cf799338": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "45077a5c-ee96-47c0-a84f-9d46cf799338", + "submission_date": "2019-04-03T10:13:41.590Z", + "update_date": "2019-04-03T10:15:57.619Z" + } + }, + "image_file/49d82b74-6f1a-415c-93ab-958c60f083b6": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "49d82b74-6f1a-415c-93ab-958c60f083b6", + "submission_date": "2019-04-03T10:13:41.601Z", + "update_date": "2019-04-03T10:15:57.323Z" + } + }, + "image_file/753b51b7-a909-44e7-bb21-cf2cd18328f8": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "753b51b7-a909-44e7-bb21-cf2cd18328f8", + "submission_date": "2019-04-03T10:13:41.612Z", + "update_date": "2019-04-03T10:16:00.722Z" + } + }, + "image_file/c7ab6349-b2bb-4ba3-9c9b-27d270550052": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c7ab6349-b2bb-4ba3-9c9b-27d270550052", + "submission_date": "2019-04-03T10:13:41.624Z", + "update_date": "2019-04-03T10:16:00.390Z" + } + }, + "image_file/7be770fc-4a56-4f82-a4cf-3cf908d54dca": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7be770fc-4a56-4f82-a4cf-3cf908d54dca", + "submission_date": "2019-04-03T10:13:41.635Z", + "update_date": "2019-04-03T10:16:00.789Z" + } + }, + "image_file/3f5f8537-c1af-4d2e-a732-53b6d4275588": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z4-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3f5f8537-c1af-4d2e-a732-53b6d4275588", + "submission_date": "2019-04-03T10:13:41.646Z", + "update_date": "2019-04-03T10:16:00.749Z" + } + }, + "image_file/3820feac-72c4-49c5-a5a0-773f4e5ee3c1": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", + "submission_date": "2019-04-03T10:13:41.657Z", + "update_date": "2019-04-03T10:15:57.145Z" + } + }, + "image_file/f986c2c2-2823-45a0-80cf-5e6f67958afb": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f986c2c2-2823-45a0-80cf-5e6f67958afb", + "submission_date": "2019-04-03T10:13:41.668Z", + "update_date": "2019-04-03T10:16:00.833Z" + } + }, + "image_file/7d17d6d6-d038-40c6-b965-6de41ce9c931": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7d17d6d6-d038-40c6-b965-6de41ce9c931", + "submission_date": "2019-04-03T10:13:41.680Z", + "update_date": "2019-04-03T10:15:57.652Z" + } + }, + "image_file/3d208b38-62c8-492d-9434-21bb66ead16e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3d208b38-62c8-492d-9434-21bb66ead16e", + "submission_date": "2019-04-03T10:13:41.692Z", + "update_date": "2019-04-03T10:16:03.214Z" + } + }, + "image_file/9a982898-77c6-4a56-8e54-9cb83ff0b235": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9a982898-77c6-4a56-8e54-9cb83ff0b235", + "submission_date": "2019-04-03T10:13:41.704Z", + "update_date": "2019-04-03T10:16:03.249Z" + } + }, + "image_file/1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", + "submission_date": "2019-04-03T10:13:41.715Z", + "update_date": "2019-04-03T10:16:00.293Z" + } + }, + "image_file/24b6366f-03ce-4e4d-b50f-90687f3e2b94": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "24b6366f-03ce-4e4d-b50f-90687f3e2b94", + "submission_date": "2019-04-03T10:13:41.726Z", + "update_date": "2019-04-03T10:16:00.295Z" + } + }, + "image_file/ec1d0987-fb49-48b8-aaeb-321c659fb67f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ec1d0987-fb49-48b8-aaeb-321c659fb67f", + "submission_date": "2019-04-03T10:13:41.736Z", + "update_date": "2019-04-03T10:16:03.247Z" + } + }, + "image_file/e756ce65-ad72-42e6-a8cc-9c1bac781ce5": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", + "submission_date": "2019-04-03T10:13:41.746Z", + "update_date": "2019-04-03T10:16:03.243Z" + } + }, + "image_file/6fbcb1c7-ce98-46db-8054-b451b6bca205": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6fbcb1c7-ce98-46db-8054-b451b6bca205", + "submission_date": "2019-04-03T10:13:41.756Z", + "update_date": "2019-04-03T10:16:03.126Z" + } + }, + "image_file/c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", + "submission_date": "2019-04-03T10:13:41.766Z", + "update_date": "2019-04-03T10:16:00.740Z" + } + }, + "image_file/aa6fca0d-6a70-4016-a0e4-307878e9ff45": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z5-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "aa6fca0d-6a70-4016-a0e4-307878e9ff45", + "submission_date": "2019-04-03T10:13:41.776Z", + "update_date": "2019-04-03T10:16:00.704Z" + } + }, + "image_file/ee62cd8d-fb93-4082-980b-213c7a8a0c47": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ee62cd8d-fb93-4082-980b-213c7a8a0c47", + "submission_date": "2019-04-03T10:13:41.785Z", + "update_date": "2019-04-03T10:16:03.200Z" + } + }, + "image_file/bbd60a79-3572-42c0-8e53-b0c566a72f06": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "bbd60a79-3572-42c0-8e53-b0c566a72f06", + "submission_date": "2019-04-03T10:13:41.795Z", + "update_date": "2019-04-03T10:16:00.196Z" + } + }, + "image_file/bf585666-2fb4-4ad5-a9b3-b268a9953ed9": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", + "submission_date": "2019-04-03T10:13:41.805Z", + "update_date": "2019-04-03T10:16:03.144Z" + } + }, + "image_file/52548ff8-5bbd-4b1c-9c52-4e5d82f846e2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", + "submission_date": "2019-04-03T10:13:41.816Z", + "update_date": "2019-04-03T10:16:00.186Z" + } + }, + "image_file/240a67cc-e827-41bf-8ac8-a66bc2797f13": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "240a67cc-e827-41bf-8ac8-a66bc2797f13", + "submission_date": "2019-04-03T10:13:41.827Z", + "update_date": "2019-04-03T10:16:00.772Z" + } + }, + "image_file/7a9b6534-fa1d-4282-a064-11e60e57a322": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7a9b6534-fa1d-4282-a064-11e60e57a322", + "submission_date": "2019-04-03T10:13:41.838Z", + "update_date": "2019-04-03T10:15:57.638Z" + } + }, + "image_file/b0af6371-4379-45f0-8c09-f6610833fc46": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "b0af6371-4379-45f0-8c09-f6610833fc46", + "submission_date": "2019-04-03T10:13:41.848Z", + "update_date": "2019-04-03T10:15:57.644Z" + } + }, + "image_file/f5ce7a96-cfc0-42c4-852b-386f9a27111d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f5ce7a96-cfc0-42c4-852b-386f9a27111d", + "submission_date": "2019-04-03T10:13:41.859Z", + "update_date": "2019-04-03T10:16:00.829Z" + } + }, + "image_file/8bc05db7-bd23-4a10-9761-96be7b8ef9ee": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", + "submission_date": "2019-04-03T10:13:41.869Z", + "update_date": "2019-04-03T10:16:00.329Z" + } + }, + "image_file/3dff4add-7d6f-418c-afba-e46864af51d2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3dff4add-7d6f-418c-afba-e46864af51d2", + "submission_date": "2019-04-03T10:13:41.880Z", + "update_date": "2019-04-03T10:16:00.156Z" + } + }, + "image_file/ab2b7c67-8f13-4388-acd7-e2abb0091f30": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ab2b7c67-8f13-4388-acd7-e2abb0091f30", + "submission_date": "2019-04-03T10:13:41.895Z", + "update_date": "2019-04-03T10:16:00.743Z" + } + }, + "image_file/d9912d93-3d92-48d2-9f75-826fbba3d94e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z6-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "d9912d93-3d92-48d2-9f75-826fbba3d94e", + "submission_date": "2019-04-03T10:13:41.907Z", + "update_date": "2019-04-03T10:16:03.046Z" + } + }, + "image_file/8b37aba2-be5e-4963-8e6f-51a2df8e143e": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "8b37aba2-be5e-4963-8e6f-51a2df8e143e", + "submission_date": "2019-04-03T10:13:41.917Z", + "update_date": "2019-04-03T10:16:00.282Z" + } + }, + "image_file/81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", + "submission_date": "2019-04-03T10:13:41.927Z", + "update_date": "2019-04-03T10:16:00.805Z" + } + }, + "image_file/2d7e88dd-bddd-4289-9556-27d301be0b83": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "2d7e88dd-bddd-4289-9556-27d301be0b83", + "submission_date": "2019-04-03T10:13:41.937Z", + "update_date": "2019-04-03T10:16:03.188Z" + } + }, + "image_file/0c1c578d-d4cc-40bb-a54d-d1d4d004373f": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", + "submission_date": "2019-04-03T10:13:41.947Z", + "update_date": "2019-04-03T10:16:03.221Z" + } + }, + "image_file/9dc0ead3-f17a-4bb8-88e2-87f779029ff8": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", + "submission_date": "2019-04-03T10:13:41.958Z", + "update_date": "2019-04-03T10:16:00.822Z" + } + }, + "image_file/f618a8bc-5e07-477f-a6d3-1b0af8c81ff0": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", + "submission_date": "2019-04-03T10:13:41.969Z", + "update_date": "2019-04-03T10:16:03.130Z" + } + }, + "image_file/e834d3df-8432-40ba-b67d-c7cd0bd7328d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e834d3df-8432-40ba-b67d-c7cd0bd7328d", + "submission_date": "2019-04-03T10:13:41.979Z", + "update_date": "2019-04-03T10:16:03.234Z" + } + }, + "image_file/d8908d6d-5daa-454d-9082-726054cfddc1": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "d8908d6d-5daa-454d-9082-726054cfddc1", + "submission_date": "2019-04-03T10:13:41.990Z", + "update_date": "2019-04-03T10:16:03.189Z" + } + }, + "image_file/c5a7142e-4702-4e84-b7aa-239df2a71ba8": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c5a7142e-4702-4e84-b7aa-239df2a71ba8", + "submission_date": "2019-04-03T10:13:42.000Z", + "update_date": "2019-04-03T10:16:00.189Z" + } + }, + "image_file/f69e44ef-cf23-4571-8dad-e44222697974": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "f69e44ef-cf23-4571-8dad-e44222697974", + "submission_date": "2019-04-03T10:13:42.011Z", + "update_date": "2019-04-03T10:16:03.186Z" + } + }, + "image_file/ea72f81c-2c58-43e2-acca-294254f470f7": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "ea72f81c-2c58-43e2-acca-294254f470f7", + "submission_date": "2019-04-03T10:13:42.021Z", + "update_date": "2019-04-03T10:16:03.138Z" + } + }, + "image_file/89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z7-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", + "submission_date": "2019-04-03T10:13:42.031Z", + "update_date": "2019-04-03T10:16:03.194Z" + } + }, + "image_file/6928ac1b-fd1d-436c-bfc6-4087c65809d7": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6928ac1b-fd1d-436c-bfc6-4087c65809d7", + "submission_date": "2019-04-03T10:13:42.042Z", + "update_date": "2019-04-03T10:16:03.234Z" + } + }, + "image_file/07a7b938-435b-4804-b140-c255957b6532": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "07a7b938-435b-4804-b140-c255957b6532", + "submission_date": "2019-04-03T10:13:42.052Z", + "update_date": "2019-04-03T10:16:03.185Z" + } + }, + "image_file/3d532a7b-55e7-4461-afbc-65ef76403384": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3d532a7b-55e7-4461-afbc-65ef76403384", + "submission_date": "2019-04-03T10:13:42.062Z", + "update_date": "2019-04-03T10:16:00.225Z" + } + }, + "image_file/bab40245-28bd-49a2-8be0-ba109fe41c91": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "bab40245-28bd-49a2-8be0-ba109fe41c91", + "submission_date": "2019-04-03T10:13:42.072Z", + "update_date": "2019-04-03T10:16:03.171Z" + } + }, + "image_file/9d577bd4-3a27-48be-ad7c-8c44cf803cda": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9d577bd4-3a27-48be-ad7c-8c44cf803cda", + "submission_date": "2019-04-03T10:13:42.082Z", + "update_date": "2019-04-03T10:16:03.221Z" + } + }, + "image_file/c4de7605-fec5-4389-bb9e-f2ea0c41cdef": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", + "submission_date": "2019-04-03T10:13:42.093Z", + "update_date": "2019-04-03T10:16:03.221Z" + } + }, + "image_file/21a043b6-6dde-41b9-b20e-74b961da8b88": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "21a043b6-6dde-41b9-b20e-74b961da8b88", + "submission_date": "2019-04-03T10:13:42.104Z", + "update_date": "2019-04-03T10:16:03.210Z" + } + }, + "image_file/11280200-1803-4110-aa84-2808776c2d50": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "11280200-1803-4110-aa84-2808776c2d50", + "submission_date": "2019-04-03T10:13:42.114Z", + "update_date": "2019-04-03T10:16:03.231Z" + } + }, + "image_file/86df5269-576b-4d18-a0ce-6e2b2a36d51b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "86df5269-576b-4d18-a0ce-6e2b2a36d51b", + "submission_date": "2019-04-03T10:13:42.124Z", + "update_date": "2019-04-03T10:16:03.201Z" + } + }, + "image_file/e524ff4e-95fa-4561-bfd3-276cba79e664": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e524ff4e-95fa-4561-bfd3-276cba79e664", + "submission_date": "2019-04-03T10:13:42.134Z", + "update_date": "2019-04-03T10:16:03.251Z" + } + }, + "image_file/3d5737da-b1ab-48cb-a26f-d420e53edccd": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "3d5737da-b1ab-48cb-a26f-d420e53edccd", + "submission_date": "2019-04-03T10:13:42.144Z", + "update_date": "2019-04-03T10:16:03.057Z" + } + }, + "image_file/44cf15ec-3d4e-4698-bb14-107c34891191": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z8-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "44cf15ec-3d4e-4698-bb14-107c34891191", + "submission_date": "2019-04-03T10:13:42.154Z", + "update_date": "2019-04-03T10:16:03.206Z" + } + }, + "image_file/6242cdf3-fd6d-4479-a08a-1747818fd978": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H0-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "6242cdf3-fd6d-4479-a08a-1747818fd978", + "submission_date": "2019-04-03T10:13:42.164Z", + "update_date": "2019-04-03T10:16:03.054Z" + } + }, + "image_file/bc60bbd4-8b09-425c-b507-9da24a84f412": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H0-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "bc60bbd4-8b09-425c-b507-9da24a84f412", + "submission_date": "2019-04-03T10:13:42.174Z", + "update_date": "2019-04-03T10:16:00.270Z" + } + }, + "image_file/1f054ccf-f8dd-4127-a6f8-c577d7dd93dc": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H0-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", + "submission_date": "2019-04-03T10:13:42.184Z", + "update_date": "2019-04-03T10:16:03.187Z" + } + }, + "image_file/9954cb4b-b0a4-4479-b31d-0bee1e75d9c7": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H0-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", + "submission_date": "2019-04-03T10:13:42.195Z", + "update_date": "2019-04-03T10:16:03.267Z" + } + }, + "image_file/5f67c32c-a154-4620-8603-0b64979b04a4": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H1-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "5f67c32c-a154-4620-8603-0b64979b04a4", + "submission_date": "2019-04-03T10:13:42.207Z", + "update_date": "2019-04-03T10:16:03.116Z" + } + }, + "image_file/7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H1-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", + "submission_date": "2019-04-03T10:13:42.219Z", + "update_date": "2019-04-03T10:16:00.148Z" + } + }, + "image_file/dcee6df0-9e87-4935-8873-f8d30d449d76": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H1-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "dcee6df0-9e87-4935-8873-f8d30d449d76", + "submission_date": "2019-04-03T10:13:42.230Z", + "update_date": "2019-04-03T10:16:03.250Z" + } + }, + "image_file/7d6bdde6-523f-46cb-bed5-d6cfa8fea80c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H1-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", + "submission_date": "2019-04-03T10:13:42.242Z", + "update_date": "2019-04-03T10:16:03.126Z" + } + }, + "image_file/e6d00b0c-3641-4ec4-a553-8fd742193dba": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H2-C0.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e6d00b0c-3641-4ec4-a553-8fd742193dba", + "submission_date": "2019-04-03T10:13:42.254Z", + "update_date": "2019-04-03T10:16:03.321Z" + } + }, + "image_file/e5034863-0528-4f55-be95-c8501c29f9fe": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H2-C1.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "e5034863-0528-4f55-be95-c8501c29f9fe", + "submission_date": "2019-04-03T10:13:42.272Z", + "update_date": "2019-04-03T10:16:03.187Z" + } + }, + "image_file/cc61b14a-59d9-477b-8cb1-43c4ee4cf434": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H2-C2.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", + "submission_date": "2019-04-03T10:13:42.284Z", + "update_date": "2019-04-03T10:16:03.190Z" + } + }, + "image_file/33d332c9-aefe-4db5-8830-b8daddaed0d2": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000-Z9-H2-C3.tiff", + "file_format": "tiff" + }, + "provenance": { + "document_id": "33d332c9-aefe-4db5-8830-b8daddaed0d2", + "submission_date": "2019-04-03T10:13:42.295Z", + "update_date": "2019-04-03T10:16:03.189Z" + } + }, + "image_file/bb3b6fc7-0902-432d-bad1-6b3f61951314": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image-fov_000.json", + "file_format": "json" + }, + "provenance": { + "document_id": "bb3b6fc7-0902-432d-bad1-6b3f61951314", + "submission_date": "2019-04-03T10:13:42.306Z", + "update_date": "2019-04-03T10:15:51.086Z" + } + }, + "image_file/2b734e88-3a33-4c73-92bb-82e0b8f8c13b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", + "schema_type": "file", + "file_core": { + "file_name": "primary_image.json", + "file_format": "json" + }, + "provenance": { + "document_id": "2b734e88-3a33-4c73-92bb-82e0b8f8c13b", + "submission_date": "2019-04-03T10:13:42.318Z", + "update_date": "2019-04-03T10:16:00.280Z" + } + }, + "project/ae5237b4-633f-403a-afc6-cb87e6f90db1": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/project/11.0.1/project", + "schema_type": "project", + "project_core": { + "project_short_name": "barista_seq", + "project_title": "1 FOV BaristaSeq mouse SpaceTx dataset", + "project_description": "1 FOV BaristaSeq mouse SpaceTx dataset" + }, + "supplementary_links": [ + "https://github.com/spacetx" + ], + "funders": [ + { + "grant_title": "grant", + "grant_id": "1", + "organization": "funder" + } + ], + "provenance": { + "document_id": "ae5237b4-633f-403a-afc6-cb87e6f90db1", + "submission_date": "2019-04-03T10:13:39.976Z", + "update_date": "2019-04-03T10:13:45.439Z" + } + }, + "imaging_protocol/96ecb94d-e848-4d7b-8df9-f19af6ab17b8": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/11.0.12/imaging_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "zador_singlerolseq_1" + }, + "microscope_setup_description": "PerkinElmer Ultraview Vox Spinning disk (Nikon Ti-E, Yokogawa CSU-X1, Hamamatsu orca-R2, ASI MS-2000 xyz stage, Nikon Plan Apo 10x 0.45 and Nikon Plan Apo 20x 0.75)", + "microscopy_technique": { + "text": "spinning disk confocal" + }, + "magnification": "20x", + "numerical_aperture": 0.75, + "immersion_medium_type": "air", + "immersion_medium_refractive_index": 1.0, + "pixel_size": 322.5, + "number_of_tiles": 25, + "tile_size_y": 433.0, + "tile_size_x": 330.0, + "z_stack_step_size": 3000.0, + "number_of_z_steps": 17, + "overlapping_tiles": "yes", + "target": [ + { + "molecule_name": "Ank1", + "molecule_id": "NM_001277289", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggcccacactcattccagagaaggatcaccaccatccaaggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ank1", + "molecule_id": "NM_001277289", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggactgggataaacagggttccacagcggtacacccgcaagaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ank1", + "molecule_id": "NM_001277289", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agcagcgagttcacgcccgaatcacagactcaccctcagtgag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnmb2", + "molecule_id": "NM_028231", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gtgggagacaaagctggtgagatcactcccagtaaactgactgg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnmb2", + "molecule_id": "NM_028231", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cctgaccaaactctacagctccaatgtgctgttccattctctct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnmb2", + "molecule_id": "NM_028231", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ttcagctgtgggcccgactgttggaagctctctcagtacccttg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ankrd55", + "molecule_id": "NM_001168404", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agggcccgtccattatcaactacgacgacgagagtgggaaga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ankrd55", + "molecule_id": "NM_001168404", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgcagagcctgatgtgaggctcctcatagtcctgctgcagca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ankrd55", + "molecule_id": "NM_001168404", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgtgtgagtctgctcagaaacggtgccaagcacaacatcccag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc32a1", + "molecule_id": "NM_009508", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tcttcacgctgctcatggccatctacgtgccacacttcgcgct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc32a1", + "molecule_id": "NM_009508", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tatccgttgcccttcttcgcggccgtcgaagtgctggagaagt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc32a1", + "molecule_id": "NM_009508", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tcaacatcctggtcatcgcttactgtctctctcgcgcgcgtgatt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Btbd11", + "molecule_id": "NM_001017525", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgagatcatggagcttctgtctgctgctaaatttttccagctggag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Btbd11", + "molecule_id": "NM_001017525", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cgtgaagtatcccatcttccagctcgtcatgcagtatctctactac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Btbd11", + "molecule_id": "NM_001017525", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctcttgttcacagcctctcccaggttcaaggccctcctctcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Arx", + "molecule_id": "NM_001305940", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agcattttggcgctctatgttgatttaagcgcggcccggctaaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Arx", + "molecule_id": "NM_001305940", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caaggcagttcttggcgctaaaggatgtggcacctcctccact", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Arx", + "molecule_id": "NM_001305940", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atggaaacagaggaccagctcactcccaagaaggcacagacag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dlx1", + "molecule_id": "NM_010053", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgtaaacatgttgcacaagcttagcctctttccgttctgttgtg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dlx1", + "molecule_id": "NM_010053", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "taagacacaagcagcggctcgaccacagaacacaagtcatcaccct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dlx1", + "molecule_id": "NM_010053", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcacagtaacttttgtacttggctgaaatgcagaaagggaaaac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gad2", + "molecule_id": "NM_008078", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aaaggtggcgccagtgattaaagccagaatgatggagtatggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gad2", + "molecule_id": "NM_008078", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agtgttcagctctcctggttagagaggagggactgatgcagagct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gad2", + "molecule_id": "NM_008078", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tactgatgtcccggaaacacaagtggaagctgagtggagtagaga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pvalb", + "molecule_id": "NM_013645", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgcttggtactgagtgctcatgtgggccacctcgttcaatc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pvalb", + "molecule_id": "NM_013645", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggagaaacaataaaggctgtaccaatcggacaccacctgtaggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pvalb", + "molecule_id": "NM_013645", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctcctcagatgccagagacttgtctgctaaagaaacaaagacgc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pdgfra", + "molecule_id": "NM_001083316", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgggcaagaggaacagacacagctcacagacttcggaagagag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pdgfra", + "molecule_id": "NM_001083316", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaaaagattcacctggacttcctaaagagtgaccatccggccgt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pdgfra", + "molecule_id": "NM_001083316", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agtgagcccgagaagagaccctccttctaccacctcagcgagata", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nxph4", + "molecule_id": "NM_183297", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aattgccacgtggaatatgagaagacaaaccgcgctcgcaag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nxph4", + "molecule_id": "NM_183297", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cacaattcgtccagcctgggtaacctaagcgtcagtatcgtgc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nxph4", + "molecule_id": "NM_183297", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgtgcataccctcaagttctcgctgttggtgaccggcaagatc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Car3", + "molecule_id": "NM_007606", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cattgtgtggctgctgctcaaagagcccatgactgtgagctc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Car3", + "molecule_id": "NM_007606", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "catcatgcctgttccctgcttgccgggactattggacctatc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Car3", + "molecule_id": "NM_007606", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gggagaaaggcgagttccagattcttcttgatgccctggacaaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc17a8", + "molecule_id": "NM_001310710", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaactcaaccacgagactttcgtaagtcccagaaagaagatgtct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc17a8", + "molecule_id": "NM_001310710", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggctttgctatttcaggcttcaatgtcaaccacctggacattgc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc17a8", + "molecule_id": "NM_001310710", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgctcctggtggttggattttcccataccaaaggagtggctatc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Syt6", + "molecule_id": "NM_001276679", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cgagacgctgattgtgcgcatcctgaaggcctttgacctccct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Syt6", + "molecule_id": "NM_001276679", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agatgcatgtctccagcgtggactatggcaatgagctgccgc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Syt6", + "molecule_id": "NM_001276679", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acaaagctgcagcgacagaccacagagccagcatcctccacca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rspo1", + "molecule_id": "NM_138683", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagaagaggaagctgtgcggtttccggaagggatcggaagag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rspo1", + "molecule_id": "NM_138683", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gtgtcaggagggcttgtacttacacaagggccgctgctatcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rspo1", + "molecule_id": "NM_138683", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cccaagctcttcattctgctggagaggaacgacatccgccaggt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fam84b", + "molecule_id": "NM_001162926", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcctggaggacttgatcatggagaagcggcgcaacgaccagat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fam84b", + "molecule_id": "NM_001162926", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aacgatctgtatcgctacaagccactgagccctagcgctgtagt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fam84b", + "molecule_id": "NM_001162926", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aacaagtgcagtccgggtgacctggtggagtttgtatcgcaggc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Deptor", + "molecule_id": "NM_001037937", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctcaggagacgcatgacagtcccttctgtctgaggaagcagag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Deptor", + "molecule_id": "NM_001037937", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcaacctcctctaccagttcagaatgaacttccgtcggaggcgga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Deptor", + "molecule_id": "NM_001037937", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagaggcagagcagctttgccaccggcttatggaccatgggatc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ndnf", + "molecule_id": "NM_172399", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caccagaaagaaatcagagaaggtcctttgcaaatacttccacag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ndnf", + "molecule_id": "NM_172399", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agcttttgacaagctacgtacctgctcttcagttacggtggcat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ndnf", + "molecule_id": "NM_172399", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aggcaacaggaaaggagcatcaaagctgaaaatactggcgacca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Chrna2", + "molecule_id": "NM_144803", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagcactagaaggtgtacactacattgctgaccacctgaggtct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Chrna2", + "molecule_id": "NM_144803", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tcattggctggagaccaacatggatgctgaagaaagggaggag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Chrna2", + "molecule_id": "NM_144803", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgtcttcctgctgctcatcacagaaattatcccatccacctcac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Calb1", + "molecule_id": "NM_009788", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cacccaaagcacctctgtgctgcttctatctggcggaagggat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Calb1", + "molecule_id": "NM_009788", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cgaacagaccttgctcttattctttctgctggagacaactagagtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Calb1", + "molecule_id": "NM_009788", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgcgaggaattcatgaagacttggagaaagtatgatactgaccac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sncg", + "molecule_id": "NM_011430", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gttgcccaagttctctgtccctagcccagtgccacaagtcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sncg", + "molecule_id": "NM_011430", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gagaatgaagaggccaagagtggagaagactagaaggctgccag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sncg", + "molecule_id": "NM_011430", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tggtcagcagcgtcaacacagtggccaacaagaccgtggagga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Th", + "molecule_id": "NM_009377", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gacaagctcaggaactatgcctctcgtatccagcgcccattctc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Th", + "molecule_id": "NM_009377", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgggacacgtacccatgttggctgaccgcacatttgcccagtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Th", + "molecule_id": "NM_009377", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gtttcagtgcacacagtacatccgtcatgcctcctcacctatgc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gad1", + "molecule_id": "NM_001312900", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgatcgctccaccaaggttctggatttccaccacccacacca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gad1", + "molecule_id": "NM_001312900", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tccaagaacctgctttcctgtgaaaacagtgaccagggtgccc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gad1", + "molecule_id": "NM_001312900", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tctgtggcttcttacaaaggaccaatagcctggaagagaagagtcg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc17a7", + "molecule_id": "NM_182993", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atcgctgactttttgcgcagtcgtcacataatgtccactaccaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc17a7", + "molecule_id": "NM_182993", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caccctggaggcgcttctttacgtccatgcccgtctatgccat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc17a7", + "molecule_id": "NM_182993", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tatggcagcttcgggatcttttggtacctgttctggttgcttgtct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Neurod1", + "molecule_id": "NM_010894", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gatcctgcgctcaggcaaaagccctgatctggtctccttcgta", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Neurod1", + "molecule_id": "NM_010894", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cttgctactccaagacccagaaactgtctaaaatagagacactgcg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Neurod1", + "molecule_id": "NM_010894", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcgcgcctagaacgttttaaattaaggcgcatgaaggccaacg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rorb", + "molecule_id": "NM_146095", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctttgcgaagaatctgtgttccttgcagctgactgaggaagagat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rorb", + "molecule_id": "NM_146095", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccacacctacgaggaaatcaaggcgtatcaaagcaagtccaggga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rorb", + "molecule_id": "NM_146095", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgcacagaacatcattaagtcccatttggagacatgtcagtacac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fezf2", + "molecule_id": "NM_080433", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gctttcaccaaaaagggaactacaagaatcacaagctcacccaca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fezf2", + "molecule_id": "NM_080433", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ttcaatcgcagctccacgctcaacacgcacatccgcatccac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fezf2", + "molecule_id": "NM_080433", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agctagaccgtttgtgtgcaaagtctgtggcaaaggcttccg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Adarb2", + "molecule_id": "NM_001289530", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ataccgacaaaacaggcctctccttagtggcgtgagtcacgca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Adarb2", + "molecule_id": "NM_001289530", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atcgagcctgtgtacctccacagcatcattgtgggcagcctgca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Adarb2", + "molecule_id": "NM_001289530", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cagacttgaacagcagcaaacacatcgtcaggaagttccgaggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Lamp5", + "molecule_id": "NM_029530", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgactttgtcttcagtgaagaacataaatgtccagtggatgagc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Lamp5", + "molecule_id": "NM_029530", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tttctctggcctccagtgaccctcagaagactgtcaccatgatcct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Lamp5", + "molecule_id": "NM_029530", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctcagaatgctctttgtaaaggaaagtcacaacacttccaaagg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Vip", + "molecule_id": "NM_001313969", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gggtcagatttctgccaaaaaataccttgagtcactcattggcaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Vip", + "molecule_id": "NM_001313969", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcagaaaatggcacaccctattatgatgtgtcaagaaatgccaggc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Vip", + "molecule_id": "NM_001313969", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccttctgtagtgagtaggctggatgacaggatgccgtttgaagg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Lhx6", + "molecule_id": "NM_001083127", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cgcatccattacgacaccatgatcgagaacctcaagagggcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Lhx6", + "molecule_id": "NM_001083127", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctggcatgtttcgcctgcttttcctgcaagcgccagctatcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Lhx6", + "molecule_id": "NM_001083127", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atttggaaccaagtgcgcccggtgcggcagacaaatctatgcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Chodl", + "molecule_id": "NM_139134", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggtgcaacatgaagcacaattacatctgcaagtatgaaccagaga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Chodl", + "molecule_id": "NM_139134", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aatgtgtagtcatgtaccaccaaccaactgccaatcctggccta", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Chodl", + "molecule_id": "NM_139134", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aaacatcgggtgcctgcccagatctctaccagtggtctgatggaag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fa2h", + "molecule_id": "NM_178086", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tacctgcacttcggctctccacacaagggctcctacctgtacaac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fa2h", + "molecule_id": "NM_178086", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gattgccttcttctatgtgttcctgcggctcattctgcctgaga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fa2h", + "molecule_id": "NM_178086", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gccattacctcatcatgttgcattttgtcatgcacggccagcac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ly86", + "molecule_id": "NM_010745", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggcttggaagtagtctaccagagctgtgatcccttacaggattttg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ly86", + "molecule_id": "NM_010745", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "attctgacttctccgagcagcagtgaccatggcagcgaaaatg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ly86", + "molecule_id": "NM_010745", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atggcaaaaggctcttctattctgaactactcctatcccctttg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dcn", + "molecule_id": "NM_007833", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caggtcgtctaccttcacaacaacaacatctccgcagttgggcaaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dcn", + "molecule_id": "NM_007833", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tctcactgaagtgcatctagatggcaacaagatcaccaaggttgat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dcn", + "molecule_id": "NM_007833", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agggactgaagagtctctcatacattcgcatctcagacaccaacat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fgfr3", + "molecule_id": "NM_001163216", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cctcactgtgacatcaaccgacgagtacttggacctctccgt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fgfr3", + "molecule_id": "NM_001163216", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgtacatgatcatgcgggaatgttggcatgcggtgccttcacag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Fgfr3", + "molecule_id": "NM_001163216", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgctggtggagtacgcagccaagggcaatctccgggagttcctt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Map3k7cl", + "molecule_id": "NM_144854", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagctacctatcgttcagacacaccgttgagtgaatgcagaattag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Map3k7cl", + "molecule_id": "NM_144854", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cctttgtgttagcacacagtggtcacatttgccttggccgtgtg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Map3k7cl", + "molecule_id": "NM_144854", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gagcctaaatgctttcttgtgaaaatatcagcaggcgtgtgtcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nxph1", + "molecule_id": "NM_008751", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gattccaagtccttcaactgtcgcattgagtatgagaaggttgac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nxph1", + "molecule_id": "NM_008751", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tctgggactggctgaggaactccacagatcttcaggagcctcg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nxph1", + "molecule_id": "NM_008751", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gtcggctcctctcacagactttccgtggtaaagaaaatgacac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pcp4", + "molecule_id": "NM_008791", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agaagaaaaaggcaggatcacagtcctagtggtgaagctgcttc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pcp4", + "molecule_id": "NM_008791", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggcagaagaaagtccaagaagaatttgatatcgacatggatgcacc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Pcp4", + "molecule_id": "NM_008791", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tagctgcggagtcaggccaacatgagtgagagacaaagtgccgg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Neurod6", + "molecule_id": "NM_009717", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccaactacaaacttggtggcaggctgcttacagctcaacgcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Neurod6", + "molecule_id": "NM_009717", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ttacatctgggcactttctgaaattctgaggattggcaagagacc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Neurod6", + "molecule_id": "NM_009717", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggtcaagttcaggagacaggaagctaatgcgcgcgagaggaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nrn1", + "molecule_id": "NM_153529", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "actcacccacactcacaccatgctcccggaaatcgagaggaata", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nrn1", + "molecule_id": "NM_153529", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "accgtgtgcacatactgggaggatttccacagctgcacggtc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nrn1", + "molecule_id": "NM_153529", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cttttcagactgtttgctcaagctgggcgacagcatggccaacta", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nrgn", + "molecule_id": "NM_022029", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ttctttgtttatgcaaaagcctcctgagcgcctggaggctcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nrgn", + "molecule_id": "NM_022029", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctcccgctcttctttgtttatgcaaaagcctcctgagcgcctgga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nrgn", + "molecule_id": "NM_022029", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccaagccagacgacgatattcttgacatcccgctggatgatcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ptn", + "molecule_id": "NM_008973", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caatgctgactgtcagaaaactgtcaccatctccaagccctgtg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ptn", + "molecule_id": "NM_008973", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccttcctggcattgattttcatcttggcagctgtggacactgct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ptn", + "molecule_id": "NM_008973", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aaaggcagccagctagtcagcgaggacctctgcaagccaaaaaatg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cck", + "molecule_id": "NM_031161", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgccgaggactacgaatacccatcgtagtgggccagcgtctt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cck", + "molecule_id": "NM_031161", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tacatccagcaggtccgcaaagctccttctggccgcatgtccgtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cck", + "molecule_id": "NM_031161", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagagcggcgtatgtctgtgcgtggtgatggcagtcctagctgct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Synpr", + "molecule_id": "NM_001163032", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgatgtcagcttgcaagcagccttccaacaagtgcatggctg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Synpr", + "molecule_id": "NM_001163032", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gactttatcgtcactgtagtcttttcattcttgtggctggtgg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Synpr", + "molecule_id": "NM_001163032", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tttctctactccctggctgccacggtcgtgtacattttcttccag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc6a1", + "molecule_id": "NM_178703", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "catcattgtggcgggcgtgtttctcttcagtgctgtgcagatg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc6a1", + "molecule_id": "NM_178703", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgtcaaccggttctatgacaacatccaggagatggttggctcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Slc6a1", + "molecule_id": "NM_178703", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctcttcattgctgccgtgtgcatcgtgtcctacctgattggc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dlx6", + "molecule_id": "NM_010057", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cacaccaggacaccatgcagagaccacagatgatgtgacttctc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dlx6", + "molecule_id": "NM_010057", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgtcaccacgatcaccagccctgcctccagtgtgggacgtttct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Dlx6", + "molecule_id": "NM_010057", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccatcgctttcagcagactcaatacctggcccttcccgagaga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Atp1a3", + "molecule_id": "NM_001290469", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "actgggatgatcgcactgtcaatgacctagaagacagttatggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Atp1a3", + "molecule_id": "NM_001290469", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cccacgcacagacaaactggtcaacgaaaggctcatcagcatg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Atp1a3", + "molecule_id": "NM_001290469", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cctgagatcacacccttcctgctcttcatcatggctaacatccc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Arpp19", + "molecule_id": "NM_021548", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caatgcatctccaccatttgatatgcaataggacactgcctgt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Arpp19", + "molecule_id": "NM_021548", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcccactgtaagcacttcacttacattttctaaagcaccgtcttg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Arpp19", + "molecule_id": "NM_021548", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagcaggtagcctctgggaagagctattctgatggttaccaagg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cxcl14", + "molecule_id": "NM_019568", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acagcactgttctctgagttaggatgttaggacgatcctgcgcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cxcl14", + "molecule_id": "NM_019568", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aagggaagatgcaggattagatgcaggacacacagccagagcta", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cxcl14", + "molecule_id": "NM_019568", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tactgctccgctccaggcttacaaagcttccgctcagagagcct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rab3b", + "molecule_id": "NM_023537", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cttttccaataagtgtgatcccgtcgcttggaatcctgcccaag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rab3b", + "molecule_id": "NM_023537", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gctggtatcaggcccagtgatcaaatgaaagggccaaatagag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rab3b", + "molecule_id": "NM_023537", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aggtaaagggagctctatagggaagcaggctcaggctgtagtg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cryab", + "molecule_id": "NM_001289785", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aaacaggtgtctggccctgagcgcaccattcccatcacccgtgaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cryab", + "molecule_id": "NM_001289785", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggcttcatctccagggagttccacaggaagtaccggatccca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cryab", + "molecule_id": "NM_001289785", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gatgcgtttggagaaggacagattctctgtgaatctggacgtgaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Penk", + "molecule_id": "NM_001002927", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gctgaaagagctactgggaacgggagacaaccgtgcgaaagac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Penk", + "molecule_id": "NM_001002927", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggtacggaggcttcatgaagaagatggacgagctatatcccatg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Penk", + "molecule_id": "NM_001002927", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acatcgacatgtacaaagacagcagcaaacaggatgagagccac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Crh", + "molecule_id": "NM_205769", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcaagctcacagcaacaggaaactgatggagattatcgggaaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Crh", + "molecule_id": "NM_205769", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cgcccatctctctggatctcaccttccaccttctgcgggaagt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Crh", + "molecule_id": "NM_205769", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aaacctgcaggaggcatcctgagagaagtccctctgcagaggca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Caln1", + "molecule_id": "NM_021371", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tccatcccgcaccagcatcttggaatctgcagagagcctggct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Caln1", + "molecule_id": "NM_021371", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gccacctctatccatgacccaattctttcaacccagggaccc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Caln1", + "molecule_id": "NM_021371", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgctttcttttcgtcttggaattccagtagccatccagatagca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnip1", + "molecule_id": "NM_027398", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gatcatgtgcaaatggtacttccagacagcacctcttttctaat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnip1", + "molecule_id": "NM_027398", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctctatggctcaggagaggcaagttgtgacaaagggtggttagt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnip1", + "molecule_id": "NM_027398", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccaaatgtgcaccatcctccgatggcctcccaagccaatgtg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gm11549", + "molecule_id": "NR_040411", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aactcagacatccgcctgcctctgcctcctgagtgctgggatta", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gm11549", + "molecule_id": "NR_040411", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggctattgtatgtacagttcacaccattctcgtgtgtgtgtgt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Gm11549", + "molecule_id": "NR_040411", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acagcctacgtactggccaagccgagggagaagaaacacttcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ctxn1", + "molecule_id": "NM_183315", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gactcacattggacgctgcctacctataatgcacggtacagtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ctxn1", + "molecule_id": "NM_183315", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agggcgttcggagaagtccagtccttacctaccttagctacccat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ctxn1", + "molecule_id": "NM_183315", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgttcgccttcgtgctctgcctgctcgtggtgttggttctgtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Car4", + "molecule_id": "NM_007607", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aacttcctccagtaatggcccacttctggatatctgacctctga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Car4", + "molecule_id": "NM_007607", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaaggacaagtttgcagtgctggcatttatgattgaggtaggag", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Car4", + "molecule_id": "NM_007607", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaatgacaacggttcagagcacagtattgatgggagacactttgc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nfib", + "molecule_id": "NM_008687", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atgacatgaactctggtgtgaacctgcagaggtcgctgtcttct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nfib", + "molecule_id": "NM_008687", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gagtatccagaacacccataacccagggaactggagtcaacttcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Nfib", + "molecule_id": "NM_008687", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acaatcaggaagtccaagccacagtgatcctgccaagaatcctc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Id2", + "molecule_id": "NM_010496", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aaggaattgcccaatgtaagcagactttgccttttcacaaaggtgg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Id2", + "molecule_id": "NM_010496", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcggaaggaaaactaaggatgatcgtcttgcccaggtgtcgttct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Id2", + "molecule_id": "NM_010496", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acccgatgagtctgctctacaacatgaacgactgctactccaagc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Igfbp6", + "molecule_id": "NM_008344", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcctttgccagtgtctccagatggtcaaggaagcactcagtg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Igfbp6", + "molecule_id": "NM_008344", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgggctctatgtgccaaactgtgacctcagaggcttctaccg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Igfbp6", + "molecule_id": "NM_008344", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aggagtgtacagggcaaaaactctgaccatgacctgggatgggct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Itpka", + "molecule_id": "NM_146125", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cttcgtgcatgaccattgccatcgtgctggtgtgtggctcatc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Itpka", + "molecule_id": "NM_146125", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gcctacagcagatccgggataccctggagatctctgatttcttt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Itpka", + "molecule_id": "NM_146125", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acgaagccgagagcaagtgacccgtgtctttgaggagttcatgca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ptprd", + "molecule_id": "NM_001352630", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccgccttgttaatattatgccatatgaatccacaagggtgtgcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ptprd", + "molecule_id": "NM_001352630", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atccatgatgcactgttagaagcagtgacatgtggaaataccgaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ptprd", + "molecule_id": "NM_001352630", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aatcctccagatgcagggccaatggtggtacactgcagtgctggt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sv2b", + "molecule_id": "NM_001109753", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tttggcaacagcgagtctgcgatgatcggctggcaatgcctgtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sv2b", + "molecule_id": "NM_001109753", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gctcatggacagaattggaagactcaagatgattggcggctccat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sv2b", + "molecule_id": "NM_001109753", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ggactttgaagaggacaatgattttctgatttacctcgtcagct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Vxn", + "molecule_id": "NM_178399", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ctgagcatctgaccctcatgtccaaacatagtctggacacttgg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Vxn", + "molecule_id": "NM_178399", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acatggcggtaagtcaaacccagacttccaggctcttgcctt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Vxn", + "molecule_id": "NM_178399", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgaactgtttgggtatcaggcttgcttctgctgttctgtggattct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Reln", + "molecule_id": "NM_001310464", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aggagttctactgcgctggtggcagccacgccacaatggaaca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Reln", + "molecule_id": "NM_001310464", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atcacctggcacgtcatcgctcagcaccagccgaaggacttcaca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Reln", + "molecule_id": "NM_001310464", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cactcgagcaagcaaaattatgtttgtcttgcaaattgggagcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rprml", + "molecule_id": "NM_001033212", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aacgaagtacctcgcaccacccgggtctggacaccataggact", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rprml", + "molecule_id": "NM_001033212", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cttgccagagttgaagcaccgcgaggaagagactacggagcct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Rprml", + "molecule_id": "NM_001033212", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tcaagtccgagagcatgatcaactttctgatgcaggagcgcagg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cnr1", + "molecule_id": "NM_007726", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gagacatgctttccgcagcatgttcccttcatgtgaaggcact", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cnr1", + "molecule_id": "NM_007726", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgaacaagcttatcaagacggtgtttgccttctgtagtatgctct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cnr1", + "molecule_id": "NM_007726", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atccagcgtggaacccagaaaagcatcatcattcacacctcaga", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cacna2d3", + "molecule_id": "NM_009785", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaatcccttaagtgtgaacggttaaaggctcagaagatcagacgac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cacna2d3", + "molecule_id": "NM_009785", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tggtggtggacagtagctgtctctgtgagtccgtggctcctata", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Cacna2d3", + "molecule_id": "NM_009785", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agaccacagggaacattgcttgcgaagactgctccaagtcct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Plpp4", + "molecule_id": "NM_001080963", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaggagtgattggcctcatttttgcctatatttgctacagacaac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Plpp4", + "molecule_id": "NM_001080963", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgctgccatcttgcccttgtactgtgccatgatgatcgccct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Plpp4", + "molecule_id": "NM_001080963", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ttctcgggcctcggtttcacaacattctacctggctggcaagc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Adcy2", + "molecule_id": "NM_153534", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caataagcactccttcaacgacttcaaacttcgagtgggtatcaac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Adcy2", + "molecule_id": "NM_153534", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "atacatggcagccacgggtctgagtgctgtacccagtcaggagca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Adcy2", + "molecule_id": "NM_153534", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aggagttgtaccaccagtcctacgattgtgtctgtgtcatgtt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnip4", + "molecule_id": "NM_030265", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgcctagtgacgcttattaacaagtaaccctaacagcagtaaagg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnip4", + "molecule_id": "NM_030265", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ccatgcagctctttgaaaatgtgatctagaatgtcagcacctcctc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Kcnip4", + "molecule_id": "NM_030265", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gaagatgagctggagatggctactgtcaggcatcggcctgaa", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sparcl1", + "molecule_id": "NM_010097", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caggatcttgacacactctgaacttgctcctctgcgagcttccct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sparcl1", + "molecule_id": "NM_010097", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cggatgagagactggctcaaaaacatcctcatgcagctttatgaac", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sparcl1", + "molecule_id": "NM_010097", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "acaccaactgcagctggattacttcggagcttgcaaatctattc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Brinp3", + "molecule_id": "NM_001145807", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tatgcctgtgagtgagagcagctttccagactgggagcggacta", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Brinp3", + "molecule_id": "NM_001145807", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "actctgcaagcctgaagtcgctgagtcaaccgatcactacattg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Brinp3", + "molecule_id": "NM_001145807", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gctctttagccttagcaaacggtgccacaagcagcctctcatca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Snrpn", + "molecule_id": "NM_013670", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caagccaaagaatgcaaaacagccagaacgtgaagaaaaacggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Snrpn", + "molecule_id": "NM_013670", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "agaggtggttaaagcagtattgcaacttcaaggtggtggaattca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Snrpn", + "molecule_id": "NM_013670", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caagagtgtcacttgtacccacgacgttctcagcaacagcaagt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ly6c2", + "molecule_id": "NM_001099217", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gccatttagttgtggatctctattcttggccctggaggcatgt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ly6c2", + "molecule_id": "NM_001099217", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tcctgttgcagcgaagacctctgcaatgcagcagttcccact", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Ly6c2", + "molecule_id": "NM_001099217", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caaagaaggaaactaaagacccgtcagtgcctttctttctgcc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Npy", + "molecule_id": "NM_023456", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gtctgcctgtcccaccaatgcatgccaccactaggctggact", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Npy", + "molecule_id": "NM_023456", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cattctggctgaggggtacccctccaagccggacaatccg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Npy", + "molecule_id": "NM_023456", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "cactacatcaatctcatcaccagacagagatatggcaagagatcca", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Tesc", + "molecule_id": "NM_021344", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "caagatgcacattcgtttcctcaacatggagaccatcgccctct", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Tesc", + "molecule_id": "NM_021344", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "aatgtggtggaggagctgctctcgggaaaccctcacattgaaaagg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Tesc", + "molecule_id": "NM_021344", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "tgactatcatgtcctacttccggcccatcgacaccaccctggg", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sst", + "molecule_id": "NM_009215", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gggaaacaggaactggccaagtacttcttggcagagctgctgtc", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sst", + "molecule_id": "NM_009215", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "gagcccaaccagacagagaatgatgccctggagcccgaggattt", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + }, + { + "molecule_name": "Sst", + "molecule_id": "NM_009215", + "subcellular_structure": { + "text": "cytoplasmic" + }, + "probe_sequence": "ttcttggcagagctgctgtccgagcccaaccagacagagaat", + "assay_type": { + "text": "in situ sequencing" + }, + "multiplexed": "yes" + } + ], + "channel": [ + { + "channel_id": "nissl", + "excitation_wavelength": 440.0, + "filter_range": "455-515", + "multiplexed": "no", + "target_fluorophore": "Neurotrace 435/455", + "exposure_time": 400.0 + }, + { + "channel_id": "G", + "excitation_wavelength": 514.0, + "filter_range": "525-575", + "multiplexed": "yes", + "target_fluorophore": "Illumina G", + "exposure_time": 1000.0 + }, + { + "channel_id": "T", + "excitation_wavelength": 561.0, + "filter_range": "580-650", + "multiplexed": "yes", + "target_fluorophore": "Illumina Y", + "exposure_time": 240.0 + }, + { + "channel_id": "A", + "excitation_wavelength": 640.0, + "filter_range": "661-691", + "multiplexed": "yes", + "target_fluorophore": "Illumina A", + "exposure_time": 500.0 + }, + { + "channel_id": "C", + "excitation_wavelength": 640.0, + "filter_range": "705-845", + "multiplexed": "yes", + "target_fluorophore": "Illumina C", + "exposure_time": 1000.0 + } + ], + "provenance": { + "document_id": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8", + "submission_date": "2019-04-03T10:13:40.043Z", + "update_date": "2019-04-03T10:13:45.902Z" + } + }, + "imaging_preparation_protocol/a6d431b0-4373-4eaf-a3af-8c3fe461ab38": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/2.0.3/imaging_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "zador_baristaseq_1", + "protocol_name": "BaristaSeq for genes", + "protocol_description": "BaristaSeq for targeted endogenous mRNA sequencing without gapfilling" + }, + "imaged_slice_thickness": 20.0, + "final_slicing_method": "cryosectioning", + "fiducial_marker": "rolonies", + "expansion_factor": 1.0, + "provenance": { + "document_id": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38", + "submission_date": "2019-04-03T10:13:40.034Z", + "update_date": "2019-04-03T10:13:45.426Z" + } + }, + "collection_protocol/caf94c25-8327-4379-b88e-2a6642cd7513": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.0.0/collection_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "col_protocol_1", + "protocol_name": "Fresh frozen mouse brain embedded in OCT", + "protocol_description": "Fresh mouse brain was dissected and embedded in OCT, frozen, and stored at -80C." + }, + "method": { + "text": "organ extraction", + "ontology": "EFO:0009124", + "ontology_label": "organ extraction" + }, + "provenance": { + "document_id": "caf94c25-8327-4379-b88e-2a6642cd7513", + "submission_date": "2019-04-03T10:13:40.027Z", + "update_date": "2019-04-03T10:13:45.505Z" + } + }, + "process/da265acd-5601-49c5-855e-d792d51b4042": { + "process_core": { + "process_id": "zador_baristaseq_1" + }, + "schema_type": "process", + "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "da265acd-5601-49c5-855e-d792d51b4042", + "submission_date": "2019-04-03T10:13:42.362Z", + "update_date": "2019-04-03T10:14:03.513Z" + } + }, + "process/07acb7d0-3f1c-47f7-9ef9-851c4f1caaec": { + "process_core": { + "process_id": "process_id_2" + }, + "schema_type": "process", + "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", + "submission_date": "2019-04-03T10:13:42.335Z", + "update_date": "2019-04-03T10:13:53.863Z" + } + }, + "process/fee8a188-5783-44cd-a1c1-ed9d5d7c32a9": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/7.0.0/process", + "provenance": { + "document_id": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", + "submission_date": "2019-04-03T10:13:42.326Z", + "update_date": "2019-04-03T10:13:53.834Z" + } + } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "da265acd-5601-49c5-855e-d792d51b4042", + "inputs": [ + "87f58f88-ef8b-4323-bd19-cde1a2497b59" + ], + "input_type": "biomaterial", + "outputs": [ + "6baa3aff-b2a5-4e49-82f7-25c108a6107a", + "06dcfc33-21da-485f-8e50-49d294713a9e", + "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", + "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", + "76e52f76-ede7-4088-b7f6-d6e5f6152292", + "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", + "be66141d-84a3-457d-a8d2-2f0da8c91dff", + "680cf532-ef0c-4155-b44d-a6ec3920743a", + "08609f14-cf43-4188-b743-4a0b55b17347", + "d10827a1-38f7-457d-9c9f-695f2fc7689c", + "6f8eb2e5-7a0c-4c98-8da0-276457357071", + "ca480df3-71bb-4634-8f71-b6a75aeb9f05", + "03ae5f5e-65ac-4491-b0ce-eefc940e0224", + "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", + "887f3d73-94d2-44ac-9047-67aca5225882", + "896dfacd-206b-4e4f-a846-ba5b070060d9", + "23303c88-01b1-47d0-b770-dca6802caa13", + "3c1a388d-0577-4417-9cd2-ff33bfed9140", + "67e71b34-7157-4a37-b495-0d740772b480", + "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", + "5fbcb75e-3ee3-4429-8ede-b243afa0789f", + "09226b24-6b11-4e4f-8052-2b544be461aa", + "f67473fd-fbf8-4d69-9db1-556938ab5b87", + "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", + "017a2c88-4f6e-418e-bb96-f42f3a220f87", + "30305240-004d-4632-84d4-37d7e7378782", + "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", + "3fd2781b-6855-4eaa-b2fb-81db386adb18", + "40474d53-44a4-4ab2-9f20-61b71291f8aa", + "aaa97d47-7124-4763-a3fc-f6d66eb6d990", + "4adbed13-1cb6-4405-b892-fe8165050691", + "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", + "5402916f-6de1-4842-8585-fc25c153992b", + "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", + "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", + "cb92dd92-570c-4075-8893-eb19dbd837b8", + "b36948c4-0646-42be-9db2-16626a757343", + "c974f4eb-27b8-4ec3-913e-a6eb19572a51", + "febb760d-1e9e-4432-9b88-ce2869a43c44", + "054f40a4-68d0-41db-81e9-00239042d9fa", + "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", + "819e3227-cc54-4919-95af-c1f8194bf729", + "b1e2b9d1-6973-41dc-acdf-95474303561f", + "41ffc783-5ad4-4197-8fd1-c029903c43c0", + "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", + "9014bbaf-a047-4b69-8e28-8356cc99f84e", + "f7acf90c-2b32-463b-b832-8daa8529f727", + "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", + "db22deab-498a-409c-8386-5bf4e60a080c", + "07d600bc-0d55-4a8d-9a48-390fc4169845", + "d0a032bb-cd0e-4873-b346-5cb19e45c202", + "a161f60f-af92-4b09-9df0-dd7ff2bf571a", + "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", + "f10fd9e2-5747-4d7a-8c0c-beba81749011", + "553b6aab-4745-45f8-98ab-de6aadbf48e4", + "3572abe9-6e42-4266-8671-ff24b592065c", + "6882abf6-c247-4167-a18d-e3fec24bcba2", + "15f8b73e-937c-444d-8362-fdf458abb651", + "33b4e374-20ad-4fee-b682-aaa4fc12bec2", + "0e83c507-2211-4561-b75a-92326fb2d4fd", + "912c55cf-0774-4838-8874-352766984715", + "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", + "5b8e3d96-e625-46b6-9689-110fa84fd721", + "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", + "6f3272d7-4a62-4a3c-8c44-11dda8756956", + "168422c5-e89d-466c-9085-f29c02160143", + "7331367a-cc43-4af0-8750-a2921d513f97", + "edf83a09-2e60-4571-b650-abf4c7ff757b", + "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", + "be9d12b6-f8dd-407c-b1d7-844deb6a5023", + "e3e59792-61e3-4bf0-a985-2acec75acafd", + "095ee09c-1605-4c07-9324-b5382f20b78e", + "77b96424-accb-4c6b-884c-756f2bb40929", + "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", + "78518dc1-d38e-4230-88b8-887bdd83f965", + "652dd3c5-6467-41ee-89b3-e4b3361fb533", + "cae3d214-d485-4350-8cd2-f4142aca4aef", + "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", + "de282263-0944-48d4-9819-6182636c76bd", + "bfdbe9b5-42ac-419a-b297-843095de2cc2", + "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", + "e2763cda-3236-487e-9944-5169c0cb8856", + "37018bd8-8537-47c3-a5a9-efb43552f30c", + "a6c9b1ce-2054-4a48-b262-bb0723b8a567", + "8319ee38-f199-49d7-989a-25b451656b38", + "022841b6-8b7c-4d0c-b65f-06ba14253540", + "299dfbe5-05f5-48a7-816b-61036f0e435a", + "6b8b11aa-3600-4a63-a980-93465e681c9c", + "35716168-df43-4273-b52f-72e3d18a47bc", + "6be783ec-c132-4e09-90e0-0958efaf6619", + "a11956c9-c24e-4efb-8af8-1167b3081e70", + "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", + "753c2a57-b5f1-4984-b874-b2b10d582847", + "e0b93b3d-075b-482b-838a-e36d8849607b", + "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", + "c647964a-7796-4dd2-9fa8-b23f012ac14e", + "87a63649-9834-49b8-89a0-310211c1b5b3", + "b2eb5b20-fd1a-403c-8b55-9eec5972d482", + "4b3b36cb-cd90-4526-978d-2e7e8f7add39", + "cdc774f8-3310-4f1f-8c67-03579c253640", + "607370e0-7e7e-4d25-ba5c-957c00a73ac1", + "3240d7ab-568b-4be5-adba-3178b3e8f85e", + "c0b6ee98-677a-41d9-9d80-9ac63d251b08", + "f34c01ec-06df-49e6-bc2f-c50c7f398851", + "2047311b-f3ee-4137-8338-a45166e01d53", + "44ea335a-1991-4504-be12-04f1a332ddfb", + "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", + "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", + "6af3cb41-9e64-4b11-b272-be87adf0fa94", + "7541d176-dfba-4e05-ba45-0c6964271dff", + "8ee1e829-a507-40a5-87ac-7fd8379b87ce", + "8e57554a-abb2-4664-87b6-a397f4da6555", + "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", + "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", + "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", + "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", + "f0cb4244-e19a-46a0-89f1-04143548872d", + "73074f55-d009-41a2-929e-6fd9949bb1dd", + "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", + "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", + "146231bb-1b13-4db5-8157-9d9962cc3a3a", + "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", + "7fe17380-3090-4fc3-9504-02b3f8ed95b6", + "fc405b01-60ca-436f-a06c-2f38f7156a87", + "bae92b53-c6c7-4712-865e-6cff3cba506e", + "83662ec5-a202-42ab-9a47-a701d4f19de3", + "a04957c6-8ce8-4fa6-950d-71812ff3d698", + "9284d3a4-73bd-4aa0-847c-ab273d14185a", + "4d664562-c333-4aaf-bb8b-641e0568733e", + "b533685d-3c60-4483-841b-a054f0a69fec", + "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", + "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", + "3e8510c9-7e31-49bd-bb90-cb55577c2f25", + "463aff9a-ec7e-40d0-be42-c6686af9130d", + "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", + "868efb99-df36-462b-91a2-bb6ca27e842a", + "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", + "36ded48a-869f-4fa8-971f-56bc28298276", + "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", + "e72742a4-23ba-4e5d-a29b-ad449abe8101", + "cd6e1096-f8c3-4eda-957d-b09741d60901", + "903ea376-5153-4fb8-8ffa-e2948951409c", + "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", + "8381d167-c4dd-49a2-b5df-1ae815bbe42e", + "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", + "cf305c60-bb2c-41af-82bf-0631c2a7b0be", + "074290a9-35e1-422f-a3af-e5ed58781b4d", + "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", + "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", + "5165cc56-ff89-42bf-b000-fec4bd57176e", + "545be634-5893-45e0-93b2-dd4ea93e00db", + "2d2e58c6-7c24-4089-bbe9-d47b7482be46", + "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", + "81214e49-318f-4221-bf2c-4ef00cfa916b", + "7fc97754-1121-468b-b1e4-839bde86b6c8", + "7d70d44c-b5d7-47be-9687-e9a775e86251", + "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", + "b7607809-e975-4c32-bff7-375cb2d8276f", + "b8a6c863-626d-4fbf-863b-610cffaac37d", + "45077a5c-ee96-47c0-a84f-9d46cf799338", + "49d82b74-6f1a-415c-93ab-958c60f083b6", + "753b51b7-a909-44e7-bb21-cf2cd18328f8", + "c7ab6349-b2bb-4ba3-9c9b-27d270550052", + "7be770fc-4a56-4f82-a4cf-3cf908d54dca", + "3f5f8537-c1af-4d2e-a732-53b6d4275588", + "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", + "f986c2c2-2823-45a0-80cf-5e6f67958afb", + "7d17d6d6-d038-40c6-b965-6de41ce9c931", + "3d208b38-62c8-492d-9434-21bb66ead16e", + "9a982898-77c6-4a56-8e54-9cb83ff0b235", + "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", + "24b6366f-03ce-4e4d-b50f-90687f3e2b94", + "ec1d0987-fb49-48b8-aaeb-321c659fb67f", + "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", + "6fbcb1c7-ce98-46db-8054-b451b6bca205", + "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", + "aa6fca0d-6a70-4016-a0e4-307878e9ff45", + "ee62cd8d-fb93-4082-980b-213c7a8a0c47", + "bbd60a79-3572-42c0-8e53-b0c566a72f06", + "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", + "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", + "240a67cc-e827-41bf-8ac8-a66bc2797f13", + "7a9b6534-fa1d-4282-a064-11e60e57a322", + "b0af6371-4379-45f0-8c09-f6610833fc46", + "f5ce7a96-cfc0-42c4-852b-386f9a27111d", + "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", + "3dff4add-7d6f-418c-afba-e46864af51d2", + "ab2b7c67-8f13-4388-acd7-e2abb0091f30", + "d9912d93-3d92-48d2-9f75-826fbba3d94e", + "8b37aba2-be5e-4963-8e6f-51a2df8e143e", + "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", + "2d7e88dd-bddd-4289-9556-27d301be0b83", + "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", + "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", + "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", + "e834d3df-8432-40ba-b67d-c7cd0bd7328d", + "d8908d6d-5daa-454d-9082-726054cfddc1", + "c5a7142e-4702-4e84-b7aa-239df2a71ba8", + "f69e44ef-cf23-4571-8dad-e44222697974", + "ea72f81c-2c58-43e2-acca-294254f470f7", + "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", + "6928ac1b-fd1d-436c-bfc6-4087c65809d7", + "07a7b938-435b-4804-b140-c255957b6532", + "3d532a7b-55e7-4461-afbc-65ef76403384", + "bab40245-28bd-49a2-8be0-ba109fe41c91", + "9d577bd4-3a27-48be-ad7c-8c44cf803cda", + "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", + "21a043b6-6dde-41b9-b20e-74b961da8b88", + "11280200-1803-4110-aa84-2808776c2d50", + "86df5269-576b-4d18-a0ce-6e2b2a36d51b", + "e524ff4e-95fa-4561-bfd3-276cba79e664", + "3d5737da-b1ab-48cb-a26f-d420e53edccd", + "44cf15ec-3d4e-4698-bb14-107c34891191", + "6242cdf3-fd6d-4479-a08a-1747818fd978", + "bc60bbd4-8b09-425c-b507-9da24a84f412", + "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", + "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", + "5f67c32c-a154-4620-8603-0b64979b04a4", + "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", + "dcee6df0-9e87-4935-8873-f8d30d449d76", + "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", + "e6d00b0c-3641-4ec4-a553-8fd742193dba", + "e5034863-0528-4f55-be95-c8501c29f9fe", + "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", + "33d332c9-aefe-4db5-8830-b8daddaed0d2", + "bb3b6fc7-0902-432d-bad1-6b3f61951314", + "2b734e88-3a33-4c73-92bb-82e0b8f8c13b" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "imaging_protocol", + "protocol_id": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8" + } + ] + }, + { + "process": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", + "inputs": [ + "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" + ], + "input_type": "biomaterial", + "outputs": [ + "87f58f88-ef8b-4323-bd19-cde1a2497b59" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "imaging_preparation_protocol", + "protocol_id": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38" + } + ] + }, + { + "process": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", + "inputs": [ + "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4" + ], + "input_type": "biomaterial", + "outputs": [ + "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "caf94c25-8327-4379-b88e-2a6642cd7513" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c/2019-04-03T103426.471000Z/manifest.json b/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c/2019-04-03T103426.471000Z/manifest.json deleted file mode 100644 index 65a9ac7598..0000000000 --- a/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c/2019-04-03T103426.471000Z/manifest.json +++ /dev/null @@ -1,5582 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8079eb90", - "indexed": true, - "name": "imaged_specimen_0.json", - "s3_etag": "038fab03a6a415e07fa01214f058cb01", - "sha1": "a5d1b0e5457d029d0fe0f2c19c0c2b2f45c67083", - "sha256": "dcabfb5b083bb3ec5ef482c6266aa46617da50712520f911542d7428228e315d", - "size": 896, - "uuid": "87f58f88-ef8b-4323-bd19-cde1a2497b59", - "version": "2019-04-03T101350.866000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d46a73e9", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "889570fe22be551b40a308389b62aef7", - "sha1": "f2b51ec11480e4b8613d1adef1beb5850847f57c", - "sha256": "86b0f47a079ed4226c6297c02196c0d9ac3b75666790a0bfa2aed117c158883c", - "size": 1006, - "uuid": "edd1d525-a6ae-4658-a6bf-6c31d7ab6948", - "version": "2019-04-03T101345.512000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "387a6170", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "3ed8a682ec9b84753e948b05aa7b50d3", - "sha1": "c054bb3fdbe4a5c87b2cbbf8af58c9e32445b9af", - "sha256": "3bcd6249e1982a1400a67330c8eb6c72c1c2a6bb94e3f27df9abbd75a2cd4fca", - "size": 1461, - "uuid": "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4", - "version": "2019-04-03T101345.427000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "15c0476b", - "indexed": true, - "name": "image_file_0.json", - "s3_etag": "78969f572594bd6ec8db29581fc3fc49", - "sha1": "821bcb53fadcf5a54df2b80912509394bcf85251", - "sha256": "39477700ca5e11cf9d50e14e734e8b84b9767260f293bfce799fc24cae174953", - "size": 414, - "uuid": "6baa3aff-b2a5-4e49-82f7-25c108a6107a", - "version": "2019-04-03T101544.995000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b2bc1297", - "indexed": true, - "name": "image_file_1.json", - "s3_etag": "352bd9b676d359440b0ab6610d82f880", - "sha1": "92ace2e3683c59df707f6c2cea97a245211b29e4", - "sha256": "fd9e953ea6a0e58915541e4831e77908b2bbb7fe75f8f434bac1f0cc888f71a4", - "size": 416, - "uuid": "06dcfc33-21da-485f-8e50-49d294713a9e", - "version": "2019-04-03T101544.993000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e80dc77a", - "indexed": true, - "name": "image_file_2.json", - "s3_etag": "effc7cc9060288b3fcf6a5a396b8610c", - "sha1": "a55cceb5feb41a61b3e862bab40ab2e07faf527c", - "sha256": "8668a42e2f5e3b222e5c4b9dacf966d4c3a8f9dccd78cb9ca9e6f5ec6204be4e", - "size": 429, - "uuid": "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", - "version": "2019-04-03T101551.032000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b57b1b8b", - "indexed": true, - "name": "image_file_3.json", - "s3_etag": "83e170b0259053817181e116c761c10d", - "sha1": "891e174eaa01454d5c1bd1c2535ec38e2df4a529", - "sha256": "cd07df0ccb235bed07bc0e721465c24ccf4c06d71c5757c63a385be396b4c513", - "size": 429, - "uuid": "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", - "version": "2019-04-03T101547.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f6331c39", - "indexed": true, - "name": "image_file_4.json", - "s3_etag": "9faadbc50ac5600af400235f8619f2db", - "sha1": "1f3eb773f5765e4f05fda64697b4ed01eb6ca829", - "sha256": "634269e93a580aa1c58159983acff3cff9d8b0324260ca91932bf600c1441916", - "size": 430, - "uuid": "76e52f76-ede7-4088-b7f6-d6e5f6152292", - "version": "2019-04-03T101551.115000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8920d5a7", - "indexed": true, - "name": "image_file_5.json", - "s3_etag": "1e2fa48d2a074dce3710d3f77fda11f0", - "sha1": "c4f24b94ad65c3ee335e51282e0e406c520b45e2", - "sha256": "6aebe94fb11a4fa44e63d0ee0018938e2051608093e22674a66fe6d9fa35d704", - "size": 430, - "uuid": "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", - "version": "2019-04-03T101554.073000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "56db8826", - "indexed": true, - "name": "image_file_6.json", - "s3_etag": "7b928c34176f343317e854080601345c", - "sha1": "20b719ad5ecaa8028efc6a67d7e192447958db7f", - "sha256": "4f4a790c166529d6fc9621fcbe38e81258e81626dcc46cc9e22f79a0008cbdc4", - "size": 430, - "uuid": "be66141d-84a3-457d-a8d2-2f0da8c91dff", - "version": "2019-04-03T101551.125000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7e67e8ea", - "indexed": true, - "name": "image_file_7.json", - "s3_etag": "eb52641a787d20c9cd079997a79a5260", - "sha1": "f9fb054da4ad78ca1f26c196c4f9494a6fb9bb30", - "sha256": "5e519556738cf22b5e064429fd20f14218cddd0bc07fabcd249373ced79ba62d", - "size": 430, - "uuid": "680cf532-ef0c-4155-b44d-a6ec3920743a", - "version": "2019-04-03T101550.982000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a09c647e", - "indexed": true, - "name": "image_file_8.json", - "s3_etag": "23317a256997a1f7185b08afb0d5d425", - "sha1": "0219f2b9aa844e770b1f58b55aab4ecabaeeca7d", - "sha256": "f18c6fab1c9b5e27c8e5e653e7299cb59801e8d5fd8220d9c9d0afc86d7d7ff1", - "size": 430, - "uuid": "08609f14-cf43-4188-b743-4a0b55b17347", - "version": "2019-04-03T101547.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0d5e37c4", - "indexed": true, - "name": "image_file_9.json", - "s3_etag": "abf43be05ab7f890a121d6039aee5750", - "sha1": "dd1a6c404b22f8bf09ef2d880b26a24ff2a66604", - "sha256": "afaf14187b58ad4f3e74329550b4b4163f85a5a9e7cdf36c82735094502c8291", - "size": 430, - "uuid": "d10827a1-38f7-457d-9c9f-695f2fc7689c", - "version": "2019-04-03T101544.996000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8b291c4a", - "indexed": true, - "name": "image_file_10.json", - "s3_etag": "ed31588f7ca14e039f8136f7dc30372b", - "sha1": "792f631014297c0d69add49b8db0ac24f5f664ee", - "sha256": "0a30e13100abf47ee849ee3f62c11dc9409f90cd631f3f584d46d8623bcd6d71", - "size": 430, - "uuid": "6f8eb2e5-7a0c-4c98-8da0-276457357071", - "version": "2019-04-03T101547.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a3fcc566", - "indexed": true, - "name": "image_file_11.json", - "s3_etag": "7fdffc464baaa3a9657051b6c05bffd8", - "sha1": "8122461a763c16ce6503f55d7efbefdad4d70887", - "sha256": "9ca32bea5e4ca1fa061592be5f4d390aed852c383253f6c019db8b58dc5ec85e", - "size": 429, - "uuid": "ca480df3-71bb-4634-8f71-b6a75aeb9f05", - "version": "2019-04-03T101547.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3f77b944", - "indexed": true, - "name": "image_file_12.json", - "s3_etag": "f2a4015ce36f854b62f5769a5f20bb1c", - "sha1": "8dab42ab4a2c2dc411bfa10a1186ed7c4e2ed420", - "sha256": "a14886279ea8319351bc1da333bf3c087eebbf10b170d9ff9f557293b845b5cb", - "size": 429, - "uuid": "03ae5f5e-65ac-4491-b0ce-eefc940e0224", - "version": "2019-04-03T101548.018000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "290467c1", - "indexed": true, - "name": "image_file_13.json", - "s3_etag": "1103eacb609b98885f4c7a771690d527", - "sha1": "53bdebd939a1c4521dd4a5430b61f71a187b02b1", - "sha256": "9e14b02fb42e2e6d7b4b408274b8262ac8438065e3a368ad483e8ae731907705", - "size": 429, - "uuid": "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", - "version": "2019-04-03T101551.040000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fc68d967", - "indexed": true, - "name": "image_file_14.json", - "s3_etag": "0e8c05a96c95c62a756e2be8eda7d864", - "sha1": "18b2898720e44376e96d08e289d8788a6dda009c", - "sha256": "29963b642a9e628b630d9591a078c138ff62ed23ecb1d0f0601be29f9c4d6b24", - "size": 429, - "uuid": "887f3d73-94d2-44ac-9047-67aca5225882", - "version": "2019-04-03T101551.029000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1b9ad91f", - "indexed": true, - "name": "image_file_15.json", - "s3_etag": "18b349c44199e87aed42a8e54bd7419d", - "sha1": "4a93629d4d59d8676bdf567b020bbe201e430e88", - "sha256": "0b9a89e36e3690da9259e43290fe70b60603009d00fe39452ba0bbf4dfbb9418", - "size": 429, - "uuid": "896dfacd-206b-4e4f-a846-ba5b070060d9", - "version": "2019-04-03T101547.819000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "27cf3a08", - "indexed": true, - "name": "image_file_16.json", - "s3_etag": "2883ccabfd63c0110b8ca0139ff62493", - "sha1": "51f02c93335d069692528ff7b4b4272b3ad4f76f", - "sha256": "24073054e30b0de495c92dcc02391d8b8c8b1422a655c8bb5f132941c3233319", - "size": 429, - "uuid": "23303c88-01b1-47d0-b770-dca6802caa13", - "version": "2019-04-03T101547.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "de878d17", - "indexed": true, - "name": "image_file_17.json", - "s3_etag": "6df775c743947206fc5b6d054135a761", - "sha1": "b53d6fc48f41eb5d4014dbc0468a1c60aec29b83", - "sha256": "5318ef81c7636ad059452277bbaa1b15b120d489a355d221ee58216818405641", - "size": 429, - "uuid": "3c1a388d-0577-4417-9cd2-ff33bfed9140", - "version": "2019-04-03T101547.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76b4e019", - "indexed": true, - "name": "image_file_18.json", - "s3_etag": "02ff24b7bbf5995acb045ac05fb17065", - "sha1": "82886a97a3933d232acb4da65c78fd157d0aa26f", - "sha256": "f0cd2b5a3ff27f319d78edcb6ae8649768810273a759af44ef249f04d2b4df13", - "size": 429, - "uuid": "67e71b34-7157-4a37-b495-0d740772b480", - "version": "2019-04-03T101551.111000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a2a8f359", - "indexed": true, - "name": "image_file_19.json", - "s3_etag": "ce0597ac8c4d8814a2e603eec2965ea9", - "sha1": "8965dfd33a90ff2a03b15bfcba57893e456042ba", - "sha256": "610fa9de68fc0c392e981e7ed61bcab9c656aae9debf6067cc6a5eca7a31150c", - "size": 420, - "uuid": "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", - "version": "2019-04-03T101551.054000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6f83b0eb", - "indexed": true, - "name": "image_file_20.json", - "s3_etag": "48292580773c094adec3a832e7968944", - "sha1": "d7935356c353ad1b8aa0b0665bd541be3718ef24", - "sha256": "5415fddfae88e6ad9a1248b52f041c541a91568bdd528a729cf296a66e07990f", - "size": 412, - "uuid": "5fbcb75e-3ee3-4429-8ede-b243afa0789f", - "version": "2019-04-03T101551.028000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7a5f8396", - "indexed": true, - "name": "image_file_21.json", - "s3_etag": "4a0074b189ce3989a5315274668f47f7", - "sha1": "65ba0cc95f878158865ea52129e4368c7a4b7117", - "sha256": "517eef28842bbdedb80bafbd691dbbc9218a14a197ba1d094b293cd1f3aa5d6b", - "size": 436, - "uuid": "09226b24-6b11-4e4f-8052-2b544be461aa", - "version": "2019-04-03T101551.126000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f9d5a275", - "indexed": true, - "name": "image_file_22.json", - "s3_etag": "40bc3e0ea2d8f5c200e188e62105f352", - "sha1": "b6d3ab14c34c3c9926fec8b9ddbcad9af3495b6b", - "sha256": "0bb8b449b7c18075f3f157facd415fef08888124bbdac344873a8887d66a2a50", - "size": 436, - "uuid": "f67473fd-fbf8-4d69-9db1-556938ab5b87", - "version": "2019-04-03T101554.317000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "438b1035", - "indexed": true, - "name": "image_file_23.json", - "s3_etag": "34fed4de23ea62eee190201f0ca332b2", - "sha1": "31ec656cde738741d43f7bff141132e7639c15a3", - "sha256": "fb46973e9398e82e5e842bab20db97b5e7464a14c8ef8e0bca8ac8b90b1d1215", - "size": 436, - "uuid": "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", - "version": "2019-04-03T101550.940000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "69359cac", - "indexed": true, - "name": "image_file_24.json", - "s3_etag": "fb0fb60fcb0f76f67edc4a61ecea4b39", - "sha1": "684a152a02274a7dca17d263d3ea313b49a0eb71", - "sha256": "1d2b9a93a4188ddec501b996fde7ec2fc38f060ed0c2cb82b30e1584353bb44a", - "size": 436, - "uuid": "017a2c88-4f6e-418e-bb96-f42f3a220f87", - "version": "2019-04-03T101550.977000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4811eaf7", - "indexed": true, - "name": "image_file_25.json", - "s3_etag": "ad0643bdfa0eb18c8d67f9efa7bd602c", - "sha1": "f68e533ecb1f121f52631c6010619eb47c3968fa", - "sha256": "6989e2d3d621b3f9fcb307bd7905c745cf36fba395e6a061e3681e7fe31097f1", - "size": 436, - "uuid": "30305240-004d-4632-84d4-37d7e7378782", - "version": "2019-04-03T101551.136000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d89e7350", - "indexed": true, - "name": "image_file_26.json", - "s3_etag": "45bbd1cd2580a55e3eeaa20e73e8acad", - "sha1": "98dae7c81669f3b0dbf2ddef9c78db8d13311411", - "sha256": "28393237e14ce9891dbc646df4a7c562333f925cdc3189184893b630b7678048", - "size": 436, - "uuid": "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", - "version": "2019-04-03T101551.052000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "442d4d84", - "indexed": true, - "name": "image_file_27.json", - "s3_etag": "8f90d9f8fb508084508fc300ef4bb4d0", - "sha1": "5092ba88250f093030a7ab84774df73210cdc08b", - "sha256": "afd4ea38d62c45ff93a5abfe15d892a54c5fe188347e1c5bf7595c2d4a814748", - "size": 436, - "uuid": "3fd2781b-6855-4eaa-b2fb-81db386adb18", - "version": "2019-04-03T101551.027000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0c4146ab", - "indexed": true, - "name": "image_file_28.json", - "s3_etag": "80856577d5972945a7afe21ae2c3835f", - "sha1": "c20bcbca57adf6ef800ed44fd8201cf626a750e1", - "sha256": "f00fb2b5d6da250b1d50d35f447d0cbd4ed99b3d2e3acccd9b4a0ae22e8bc56f", - "size": 436, - "uuid": "40474d53-44a4-4ab2-9f20-61b71291f8aa", - "version": "2019-04-03T101547.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ce7e2b8b", - "indexed": true, - "name": "image_file_29.json", - "s3_etag": "e00f6a988100b240e32a67e570b7ba38", - "sha1": "2410904c1785fb9bf0daa3171474a0fecd979ae3", - "sha256": "ccd379770ac524045e495ea08411378a90e6c2970dd329c391da22bb842cb681", - "size": 436, - "uuid": "aaa97d47-7124-4763-a3fc-f6d66eb6d990", - "version": "2019-04-03T101550.958000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b9183afa", - "indexed": true, - "name": "image_file_30.json", - "s3_etag": "28e9cd98bdef0d045db1ddcb23abe0f3", - "sha1": "428ef83c0b71284a0edb85b976579d381127ffb7", - "sha256": "472be58ecb075755d87eb778b337c7697d8885ea6d97c7f48b3b1266c14d60a0", - "size": 436, - "uuid": "4adbed13-1cb6-4405-b892-fe8165050691", - "version": "2019-04-03T101551.040000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "571ac117", - "indexed": true, - "name": "image_file_31.json", - "s3_etag": "fdf353efd62c1d32f79002132495b9ec", - "sha1": "a06c917ba4016a7de26bf2f91931d55e085ad078", - "sha256": "b12f58e60c5d2e30be93e6fa39ae8f8b73781f07722b24158a36dc19893bb1f2", - "size": 436, - "uuid": "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", - "version": "2019-04-03T101551.020000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8db2e4c7", - "indexed": true, - "name": "image_file_32.json", - "s3_etag": "d67dc364c58e8bd22753e80490aba312", - "sha1": "c7426a20f166f6657c7cf1ea60fa33d74e09cf5f", - "sha256": "cea402f913566a622705f61d4b339bbf4ca6b9b0a0ba60122c742dfc41f8bb6f", - "size": 436, - "uuid": "5402916f-6de1-4842-8585-fc25c153992b", - "version": "2019-04-03T101551.039000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "291b9622", - "indexed": true, - "name": "image_file_33.json", - "s3_etag": "c610bd7d6df298676d3ab9e03974c6d4", - "sha1": "fc80e91c6acb500470e0c78be820c0d09364e09d", - "sha256": "e28f94fdbab9f4cc65e509289c0ed8175c2fe6a74e4180c7f22759619e206abd", - "size": 436, - "uuid": "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", - "version": "2019-04-03T101600.740000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5d54b4d", - "indexed": true, - "name": "image_file_34.json", - "s3_etag": "71a459e0e4ebe380e4f5ad699dfe39e5", - "sha1": "a870a769c567e00fd726b069f591e0509a705dbc", - "sha256": "1834e21010a32a18fbaa3b0414efb7c6ae7e159d3333df54bb678f24881aff95", - "size": 436, - "uuid": "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", - "version": "2019-04-03T101600.295000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "81bfdbb5", - "indexed": true, - "name": "image_file_35.json", - "s3_etag": "5a9051abd6e6ed9cee00abd59c9862f1", - "sha1": "fc71295b18c68520da079e4560583f89ffa459a6", - "sha256": "205f951bbc20d1c1ca49520908cf7d655478db083dd96d62f176979454893392", - "size": 436, - "uuid": "cb92dd92-570c-4075-8893-eb19dbd837b8", - "version": "2019-04-03T101600.289000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9b22db0b", - "indexed": true, - "name": "image_file_36.json", - "s3_etag": "c55531713486c10a999da38866629fff", - "sha1": "8b80501e4488e6a73b6164926aa9e938571fef64", - "sha256": "552fe82b645d82a4ab8dec0f3e975b585a471b6ec71dad714d19d37a619295f8", - "size": 436, - "uuid": "b36948c4-0646-42be-9db2-16626a757343", - "version": "2019-04-03T101557.643000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "147e5d0a", - "indexed": true, - "name": "image_file_37.json", - "s3_etag": "17a6a4d22efbf306b66d00457f0609f1", - "sha1": "17abc1637628aaa85c60cc5d2e3d8e14e01018ee", - "sha256": "d4296b9d358855fe9af556d6aee1d8ccd13901e4276c3b8e174ba9db65df7a73", - "size": 436, - "uuid": "c974f4eb-27b8-4ec3-913e-a6eb19572a51", - "version": "2019-04-03T101557.265000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f72b1879", - "indexed": true, - "name": "image_file_38.json", - "s3_etag": "dcdb7889b5563daff4401efdf07424f4", - "sha1": "cd81502dc2051090a806608de2284e18856b76b4", - "sha256": "8e16a4bfe71a99a57492f2de4d6a462713d5c5a90bd8ec67008a5bc69f18e31a", - "size": 436, - "uuid": "febb760d-1e9e-4432-9b88-ce2869a43c44", - "version": "2019-04-03T101603.118000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7ba1aac8", - "indexed": true, - "name": "image_file_39.json", - "s3_etag": "fed9a54f347c79af8759da6c18fd8797", - "sha1": "52782e2d062d6491bb4dc0096de07396a3053599", - "sha256": "c333fe3b4e6856c7e0f45e61b44dc2aad0a819d3a446e2f1ebde6451c4673418", - "size": 436, - "uuid": "054f40a4-68d0-41db-81e9-00239042d9fa", - "version": "2019-04-03T101554.056000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "26797393", - "indexed": true, - "name": "image_file_40.json", - "s3_etag": "fb9706107509f936c61eb3ed7473c37f", - "sha1": "92a5c2a82ae00336de23e896d1775ac1079032a4", - "sha256": "f57b95d9d82aa33c9b1ff61c4b4c8471e243b1e190dee06fdc46bc82a9840ddc", - "size": 436, - "uuid": "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", - "version": "2019-04-03T101557.262000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a21721ad", - "indexed": true, - "name": "image_file_41.json", - "s3_etag": "e93177fa673e8f89c9efcc51e5b56d69", - "sha1": "9492388cc20efe206f452e3be6615be353f3f6ec", - "sha256": "1b65fa5a886865bc8323393642034c144e9af72f295f44a5bf0d00b1a1fe0fed", - "size": 436, - "uuid": "819e3227-cc54-4919-95af-c1f8194bf729", - "version": "2019-04-03T101600.245000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8e944c70", - "indexed": true, - "name": "image_file_42.json", - "s3_etag": "b489a896e0b737d725f3f8578d534384", - "sha1": "6bfe2e4ba1e0c332b44e09bb9e196a4960b787ba", - "sha256": "2403b7b6306342055a0da03f1598da76a6602912a7db0ed480a9ec8ba058edf6", - "size": 436, - "uuid": "b1e2b9d1-6973-41dc-acdf-95474303561f", - "version": "2019-04-03T101600.392000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "18f0255d", - "indexed": true, - "name": "image_file_43.json", - "s3_etag": "fc8e33e1a5986dcce6dcd8d35047db9d", - "sha1": "e07b9a462b46380bc61904da44e719a7efe0df60", - "sha256": "6400cd38b14ef3a2ed4259d63836e6a5ccb62c4b65a7a8568dbc5201024f0219", - "size": 436, - "uuid": "41ffc783-5ad4-4197-8fd1-c029903c43c0", - "version": "2019-04-03T101600.242000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc005686", - "indexed": true, - "name": "image_file_44.json", - "s3_etag": "530ae4741bece22de276dd91e3ffa50f", - "sha1": "7e06635cca390c555051dbe62a6b7cd36e7b56a7", - "sha256": "69541c6253b9cb9fd37845812eacf0d6ca58ebf0294837f2c02e30fb0c03157b", - "size": 436, - "uuid": "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", - "version": "2019-04-03T101554.163000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d5688f2", - "indexed": true, - "name": "image_file_45.json", - "s3_etag": "a9351b5ba3a3022072636c6f6fcdb51c", - "sha1": "0adf628f224663418d182c681549f3f405f1be9c", - "sha256": "770b880f656b6aa00efdf008791444c126efe1fd297efca8c5a7c7097ea900dd", - "size": 437, - "uuid": "9014bbaf-a047-4b69-8e28-8356cc99f84e", - "version": "2019-04-03T101554.097000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "49d735f5", - "indexed": true, - "name": "image_file_46.json", - "s3_etag": "316b6a48cb999f8a91aebf262eebdb85", - "sha1": "a011d8c48da4c80098bf0147a5abf5949259c5d5", - "sha256": "2bd3f30fd85544254ba37fe941a8328ab3fae7e66fe53f69c48f2b6d9e262421", - "size": 437, - "uuid": "f7acf90c-2b32-463b-b832-8daa8529f727", - "version": "2019-04-03T101551.110000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a7afb522", - "indexed": true, - "name": "image_file_47.json", - "s3_etag": "48de5c790860cfa4b31dbda89fb14848", - "sha1": "3d5adb3c12680dd6b482b82536f4cd487136d0d3", - "sha256": "5bc6eb1cb42a02ced63e8a010cde537c78b3ff34c68ec1d178fd227248a7cd41", - "size": 437, - "uuid": "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", - "version": "2019-04-03T101554.068000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "477f3b73", - "indexed": true, - "name": "image_file_48.json", - "s3_etag": "9ee3a28b10bc548bf3e3e6b255d51b4a", - "sha1": "dada78babeba45bfb4b77ac7ae8be3c3d4481221", - "sha256": "e4c440e517c39a6c3f0ad820f97fda13929d46868355988673c2713eaaa0db5f", - "size": 437, - "uuid": "db22deab-498a-409c-8386-5bf4e60a080c", - "version": "2019-04-03T101554.171000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a11b2c6", - "indexed": true, - "name": "image_file_49.json", - "s3_etag": "b9920ca8d3aa46ee824b24676d14606c", - "sha1": "78cead43f864e56baf51c1fb43bed2fbe92e044b", - "sha256": "602346da07c3d1d779290fd3fbdcb9046a2929a8bacc384a9b252e70a0a5aacf", - "size": 437, - "uuid": "07d600bc-0d55-4a8d-9a48-390fc4169845", - "version": "2019-04-03T101554.155000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "df5272b6", - "indexed": true, - "name": "image_file_50.json", - "s3_etag": "e394067e17591779b210e0f1aa5217c2", - "sha1": "4a421755b723f08cac72ec4fb7ee96fd551344a4", - "sha256": "cd289cc2db430f92925bc05e40dd5cb1c6ee7c2a3f9c55a3c1f36fbeeb46580a", - "size": 437, - "uuid": "d0a032bb-cd0e-4873-b346-5cb19e45c202", - "version": "2019-04-03T101554.147000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a615de2d", - "indexed": true, - "name": "image_file_51.json", - "s3_etag": "9fd36791a8c43c2303cdb0e17cd33063", - "sha1": "396a37e54eaef8f4fcb4851723b4cb51c80b964e", - "sha256": "4870a840ce29281fa93e8e6a7c8bbde6f78e9c0832e6067432333c00b7e75f60", - "size": 437, - "uuid": "a161f60f-af92-4b09-9df0-dd7ff2bf571a", - "version": "2019-04-03T101554.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cc86f251", - "indexed": true, - "name": "image_file_52.json", - "s3_etag": "e32d50d29dc7257124e623a845ce5009", - "sha1": "4de19aae0120499c1ada6758a2a7c6846673c8d2", - "sha256": "bd3c7aea6543616f7861d9ab086c8147df04f39d64b824a4a2696922faac606d", - "size": 437, - "uuid": "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", - "version": "2019-04-03T101557.073000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "331abd76", - "indexed": true, - "name": "image_file_53.json", - "s3_etag": "6431956d2e565c3b1ae3f2846d2e83c9", - "sha1": "b8e4f97a697ce1f604e5b1da059553157ee14c85", - "sha256": "b64c80ab42af729c766d7057252b4792d81976491eaeef548f5d2e5e22f1592a", - "size": 437, - "uuid": "f10fd9e2-5747-4d7a-8c0c-beba81749011", - "version": "2019-04-03T101554.011000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d443e379", - "indexed": true, - "name": "image_file_54.json", - "s3_etag": "28cee81f519bc1d49494e1e3d19537d8", - "sha1": "1430224d8d07c762faf15bf9d85f6a69cf22978a", - "sha256": "f530d71a7102885e24310411cff4052f2ed8c26377f49debd65443c824b0d9b2", - "size": 437, - "uuid": "553b6aab-4745-45f8-98ab-de6aadbf48e4", - "version": "2019-04-03T101554.255000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "17c75bdf", - "indexed": true, - "name": "image_file_55.json", - "s3_etag": "94ecbf24a51f24dcdc2f9a7c215841f5", - "sha1": "0ac5b3148ab528d1f59c0e66600ae99a369b9e28", - "sha256": "77bfaab517f05ded0d779f672033b4fe36a53d8a34d67431b227632c520a58ad", - "size": 437, - "uuid": "3572abe9-6e42-4266-8671-ff24b592065c", - "version": "2019-04-03T101554.233000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5c8d1fd8", - "indexed": true, - "name": "image_file_56.json", - "s3_etag": "a2aff7c7341b8e31e3788539d3723155", - "sha1": "c426fdd2f0fd279ef55023ead517e3ba79d5f936", - "sha256": "244c172dc730e03c4775435ca9d8d6209ae6561d1fa244557e72650d76ec68d4", - "size": 437, - "uuid": "6882abf6-c247-4167-a18d-e3fec24bcba2", - "version": "2019-04-03T101554.124000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b5a3d1f0", - "indexed": true, - "name": "image_file_57.json", - "s3_etag": "55ed2fa1bf8138a0a3c00e0f08cc4bca", - "sha1": "d0756edfcd1ebcd7508bb90a891c3068f6430414", - "sha256": "09ee934bb00c75597a81e8619f1bf36a37d0bfd4a120a4a38b8ccdfe4ee49f62", - "size": 437, - "uuid": "15f8b73e-937c-444d-8362-fdf458abb651", - "version": "2019-04-03T101554.117000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "627f0d21", - "indexed": true, - "name": "image_file_58.json", - "s3_etag": "b02ac497470cbf16eac17fab69f55e69", - "sha1": "783f66868b6e8d15e834bc3fcaff82a4cfc45a1d", - "sha256": "b492fc206e7af25ad25cd703477562e33f6b55a8d729f554762707d47518520f", - "size": 437, - "uuid": "33b4e374-20ad-4fee-b682-aaa4fc12bec2", - "version": "2019-04-03T101554.178000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0b92cd9f", - "indexed": true, - "name": "image_file_59.json", - "s3_etag": "1b95b4be0212ee7f892a2ce76f7c3c01", - "sha1": "5281e448041b0486840c5192760c57d756a1417a", - "sha256": "9c59cb6b48fe2f9c2e2dc1af39c963fa08d04d62db044e25343c91002c18dd74", - "size": 437, - "uuid": "0e83c507-2211-4561-b75a-92326fb2d4fd", - "version": "2019-04-03T101554.229000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "36893dd3", - "indexed": true, - "name": "image_file_60.json", - "s3_etag": "17f6ebe07687b8b410eed108625fa619", - "sha1": "8401c957587084fcda65d0c437f4c231b8b27e43", - "sha256": "264ba999cd45d6439826e2627a2b09c39e6b15e68efc3891f2daff7185b4ce16", - "size": 437, - "uuid": "912c55cf-0774-4838-8874-352766984715", - "version": "2019-04-03T101554.213000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7078c29e", - "indexed": true, - "name": "image_file_61.json", - "s3_etag": "d93bf47f7a357c6a83e44f3679a8b285", - "sha1": "01e6f534e7ce61612dd8ad8cc1aa18f1d659fac8", - "sha256": "07c595226f8dff95523046921d22c770ef035dc177670deaff09efec9b9a5bc2", - "size": 437, - "uuid": "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", - "version": "2019-04-03T101550.981000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3939945a", - "indexed": true, - "name": "image_file_62.json", - "s3_etag": "e2310bdd90fad3e5ff497cb27eae01c8", - "sha1": "f420e9b5654bf60206202a773eb3baacfc612dc5", - "sha256": "c8e688f4d5792c15eff9b60c17e7cb11eb5b9fc22df4b8686da5462ef6c3ebf8", - "size": 437, - "uuid": "5b8e3d96-e625-46b6-9689-110fa84fd721", - "version": "2019-04-03T101554.097000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d1a6ff37", - "indexed": true, - "name": "image_file_63.json", - "s3_etag": "6dbbbe2b32ce74d079b2bef920f1b746", - "sha1": "eedf5323a2543af65d286942be0c6109a301bda9", - "sha256": "1a437156830c17b703cf0ab7b86263a941cb6163eebc323ce1a0986d9b6ee86d", - "size": 437, - "uuid": "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", - "version": "2019-04-03T101557.225000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "130f873c", - "indexed": true, - "name": "image_file_64.json", - "s3_etag": "5ac0b9eeef7510891bc75fd5edf5a18d", - "sha1": "befe8f910959c5bf73d830eee47c30b5336b8d6e", - "sha256": "f80c0c38eba9dc34691c3eb73b7992d6133164b99b36fa1ada3fedfffc7a3db2", - "size": 437, - "uuid": "6f3272d7-4a62-4a3c-8c44-11dda8756956", - "version": "2019-04-03T101553.957000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5430e9f8", - "indexed": true, - "name": "image_file_65.json", - "s3_etag": "f143f2b13c13e3a0ef33d76a35edffd0", - "sha1": "06a516e9cb7e845e2d25550d4d46952b91afc610", - "sha256": "c68187461c589cf329d0388cec56220dccdbc18f731cae340afe945332e3f390", - "size": 437, - "uuid": "168422c5-e89d-466c-9085-f29c02160143", - "version": "2019-04-03T101554.119000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "68502f42", - "indexed": true, - "name": "image_file_66.json", - "s3_etag": "358bbcce28a2897636b9d2e9299bba07", - "sha1": "fd9c1c53771b3aef5b94439c6342a250edc31c24", - "sha256": "3e78b422abd43d4b98ac9fc7c1e194f0bd3bbba37d0dc85059045d02ee677922", - "size": 437, - "uuid": "7331367a-cc43-4af0-8750-a2921d513f97", - "version": "2019-04-03T101557.287000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6649f82a", - "indexed": true, - "name": "image_file_67.json", - "s3_etag": "62579375c4de1c7a4e989f77f3b3d176", - "sha1": "9a9ea328e726e620b6b62f67537757af3b02d86e", - "sha256": "22d6abeef0ef609847afe1ab25316816f47b37e191303574780496bc6def3513", - "size": 437, - "uuid": "edf83a09-2e60-4571-b650-abf4c7ff757b", - "version": "2019-04-03T101554.149000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53f03eaf", - "indexed": true, - "name": "image_file_68.json", - "s3_etag": "918563dcf5b3881c5e453718f317f045", - "sha1": "34fd4c4a9d3a1c4dc1610643197a9092e9bb0adf", - "sha256": "49fd51fabce4301c831e6ecbf82108fb0e7a8ee70e549b2d87e47ce111690a90", - "size": 437, - "uuid": "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", - "version": "2019-04-03T101554.166000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "01833a50", - "indexed": true, - "name": "image_file_69.json", - "s3_etag": "05d5d3bc163ce94baa3ee79842a90fa4", - "sha1": "18654f02facd85891ff8495e861f61619bfca6a5", - "sha256": "dc427510fa0620ad3eb272fe4e81e0a23e8eef322edf52b38cca3799f6049045", - "size": 437, - "uuid": "be9d12b6-f8dd-407c-b1d7-844deb6a5023", - "version": "2019-04-03T101554.168000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a9d26b59", - "indexed": true, - "name": "image_file_70.json", - "s3_etag": "beae917af371b2fb95b3a2adbdf21e65", - "sha1": "0303ec0d5692e7a62235958df7b712b76a5ff0d8", - "sha256": "3e0af88cb3304fa3f4aa2118d2a94cc8576deb86564146d2022ab0d6453a6173", - "size": 437, - "uuid": "e3e59792-61e3-4bf0-a985-2acec75acafd", - "version": "2019-04-03T101557.350000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9fe6ba4d", - "indexed": true, - "name": "image_file_71.json", - "s3_etag": "387f36478b6eb60e7acf905ebb9a5842", - "sha1": "9c01dc63dff035a391b328738e87ac39b13af959", - "sha256": "e42e317ce059afd91d7365c52ed2baad3120380b354b1cb9d493a9433b7e10a5", - "size": 437, - "uuid": "095ee09c-1605-4c07-9324-b5382f20b78e", - "version": "2019-04-03T101551.023000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7ad3743d", - "indexed": true, - "name": "image_file_72.json", - "s3_etag": "a4342cc672a96585326afda3a205261c", - "sha1": "04c729435898e80e38de10184f44b6602bc218a7", - "sha256": "dade5e214dbc78247a89a7d6ef9d1008fb951858e4267208a2d598c94b295fd1", - "size": 437, - "uuid": "77b96424-accb-4c6b-884c-756f2bb40929", - "version": "2019-04-03T101554.145000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ba0941b9", - "indexed": true, - "name": "image_file_73.json", - "s3_etag": "12c381a6f2c6832468c66997392d83c3", - "sha1": "599497576384f0e1c98a389d6025215af6744c5c", - "sha256": "df4d56cef909e3c2ce9d4c336fd753c47a1731fbf1c2058b0c8aa4f79c6890a1", - "size": 437, - "uuid": "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", - "version": "2019-04-03T101557.414000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a141033a", - "indexed": true, - "name": "image_file_74.json", - "s3_etag": "df8f791ca45a522323e01418f86c25a5", - "sha1": "fb018f093d4434d8dc47966e22ce23633fdae934", - "sha256": "8d6cda07d844c1d5c022954b2431a60b2fcba5d7233da6adfc211117c5e5badd", - "size": 437, - "uuid": "78518dc1-d38e-4230-88b8-887bdd83f965", - "version": "2019-04-03T101554.195000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cc1184ee", - "indexed": true, - "name": "image_file_75.json", - "s3_etag": "6518fb057b8c7f2a56caa360b1519757", - "sha1": "f519a4da84b758b6d776920863efbbd1ba640759", - "sha256": "793bc7b3b9e4a543a458c3f68bb5827beddd934c102e87be93945190950e3453", - "size": 437, - "uuid": "652dd3c5-6467-41ee-89b3-e4b3361fb533", - "version": "2019-04-03T101554.138000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1a59e2d8", - "indexed": true, - "name": "image_file_76.json", - "s3_etag": "48aa40e3a77ca54322dc0f64da753fbd", - "sha1": "38dc7bca72733b1a44b431e8181d5c976e40c7d8", - "sha256": "df2b61efc26152c558cb2943696d322091109587591c61b7408890f35a2fd646", - "size": 437, - "uuid": "cae3d214-d485-4350-8cd2-f4142aca4aef", - "version": "2019-04-03T101554.152000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a1ddc855", - "indexed": true, - "name": "image_file_77.json", - "s3_etag": "ededc6656768c58f119d4980f70254f4", - "sha1": "5c630b8a409f7f835cac142d118696fdbbb00d64", - "sha256": "eb94a6d41ccab3e1c1f7dbecdd96ce2c82cd1fd789359f8e05645f4b66e6fec0", - "size": 437, - "uuid": "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", - "version": "2019-04-03T101554.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c53f9c1e", - "indexed": true, - "name": "image_file_78.json", - "s3_etag": "109b91349e3cbb3e381e1901d6fe3489", - "sha1": "03754fc3c3da983b559aeb9a60173362190cfa2a", - "sha256": "67fb4687262d1951b1b876e13877bac009c1306f3d6a993a3a74afe873faf5be", - "size": 437, - "uuid": "de282263-0944-48d4-9819-6182636c76bd", - "version": "2019-04-03T101550.968000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8d566bb1", - "indexed": true, - "name": "image_file_79.json", - "s3_etag": "597d15f02500d28ff234417f602d1d40", - "sha1": "eb4208dfe7401b4ce7fd64f8fa8914475c4728a9", - "sha256": "60578d0981d6c0a835df6e917ff9d0d297c62a6e97e36666bbf2640f6b82d123", - "size": 437, - "uuid": "bfdbe9b5-42ac-419a-b297-843095de2cc2", - "version": "2019-04-03T101557.263000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "60902f7b", - "indexed": true, - "name": "image_file_80.json", - "s3_etag": "39f399a9d08ef483207e36e918fcb092", - "sha1": "4fb249c2a84d19c71aa8f5838174012bc110edc8", - "sha256": "30b856dbc8c2a79fef91e6e8e124674843238a2aa7c078fbd8c779881b7c1e7f", - "size": 437, - "uuid": "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", - "version": "2019-04-03T101557.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "33ec1464", - "indexed": true, - "name": "image_file_81.json", - "s3_etag": "2d0c895d47fb3e0e63fc2e5db4ae297e", - "sha1": "42ad5f23c979338cb6d9c4502d5e59b7f2ded445", - "sha256": "6c43740b4d9754cab558430310c8cb4ac1c32a59802eb4fc8198e238fdada39c", - "size": 437, - "uuid": "e2763cda-3236-487e-9944-5169c0cb8856", - "version": "2019-04-03T101557.230000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "55c07209", - "indexed": true, - "name": "image_file_82.json", - "s3_etag": "9a473e1c3162cd9eeca4260125d7bfa4", - "sha1": "f392161ccc348296e32e3559732aff34679af0f0", - "sha256": "34f70ea5ffd42361331bd21ad3e39868bca7162f0d32f83c7d11753b3a20caa2", - "size": 437, - "uuid": "37018bd8-8537-47c3-a5a9-efb43552f30c", - "version": "2019-04-03T101557.364000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "621e5f97", - "indexed": true, - "name": "image_file_83.json", - "s3_etag": "298619f74be831631fd104c5b5cad470", - "sha1": "7dcc56f153ff341fe60e7f49d0eb3bb225b728a1", - "sha256": "1929e1c99a24ccf2931c086fd3d8746449a7e2eb18805090d3fb06efd94631f2", - "size": 437, - "uuid": "a6c9b1ce-2054-4a48-b262-bb0723b8a567", - "version": "2019-04-03T101557.302000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "70ced63d", - "indexed": true, - "name": "image_file_84.json", - "s3_etag": "7d69de69006a80659a97cdf67c08d7b5", - "sha1": "f1dff5908f09eec4cec54dde9e1602afa18183c3", - "sha256": "2c31cc1a1ebed37153f365b27d4deb9abc4119c3e283348c8873d96b12e5a921", - "size": 437, - "uuid": "8319ee38-f199-49d7-989a-25b451656b38", - "version": "2019-04-03T101554.124000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "38e38e3d", - "indexed": true, - "name": "image_file_85.json", - "s3_etag": "56aed7326c3f1bfa0c6b9d7dacf20e32", - "sha1": "a8fecab539fd4ff259ab5dd5fdd1e19bf939b3ac", - "sha256": "7e31d64e42873ab36812aa6ce79dae2b44b0e2312174c5f951893b23d40584c1", - "size": 437, - "uuid": "022841b6-8b7c-4d0c-b65f-06ba14253540", - "version": "2019-04-03T101554.250000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0bca100e", - "indexed": true, - "name": "image_file_86.json", - "s3_etag": "fa63ae3fe746e56b47c9d62577989f9b", - "sha1": "cbc472805f45908fd63e674861c44c1ac57e8982", - "sha256": "709a2c0bb5fd2c33aeb0a48a93b24b7947a89989db89c8bd26cc5a0a7f410cd9", - "size": 437, - "uuid": "299dfbe5-05f5-48a7-816b-61036f0e435a", - "version": "2019-04-03T101554.232000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "16162a4f", - "indexed": true, - "name": "image_file_87.json", - "s3_etag": "58f2f4b9a105d3b89cceb1e748816c25", - "sha1": "eb7dc8ed82ffe878749bc7841d7cde8acb8aa14d", - "sha256": "8c07684be9327c97b8f4260d5b8653a25b0961f75f639a2dd400bc29b931d5f3", - "size": 437, - "uuid": "6b8b11aa-3600-4a63-a980-93465e681c9c", - "version": "2019-04-03T101550.951000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c58cf92e", - "indexed": true, - "name": "image_file_88.json", - "s3_etag": "eba9085a7e39d9fff4e5da8d451f61ed", - "sha1": "d4236e73125c388d1a4d16903b5c843af4f3129f", - "sha256": "c6dc86adf9e12786e038487f201109cc48bd03828ef5bf1ba603db9657ac4359", - "size": 437, - "uuid": "35716168-df43-4273-b52f-72e3d18a47bc", - "version": "2019-04-03T101557.202000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9a0da2c4", - "indexed": true, - "name": "image_file_89.json", - "s3_etag": "bec756d6be365766fdfad45b53f38880", - "sha1": "749b564f0385e28d865ad240b96e909fb47ab44c", - "sha256": "b3a6e0d610ad5c171130df88cc1df675ec51ffec48781ef25f00e3bb96a9015f", - "size": 437, - "uuid": "6be783ec-c132-4e09-90e0-0958efaf6619", - "version": "2019-04-03T101557.305000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "665d3f1d", - "indexed": true, - "name": "image_file_90.json", - "s3_etag": "abca2e6e1ed70947444c7fd878aa2d5b", - "sha1": "f064f41ece19e3865c8cab294bc0b9fb5f04388c", - "sha256": "8bb1b6b4470029750f1387f4c9e66a939ed3f6c4ecbadebb40601d354ce34e00", - "size": 437, - "uuid": "a11956c9-c24e-4efb-8af8-1167b3081e70", - "version": "2019-04-03T101557.283000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c70854d7", - "indexed": true, - "name": "image_file_91.json", - "s3_etag": "89feebd68aa27a9cd0884f7c1ed32ea9", - "sha1": "af50b2be1793c1290dd5488ed7d7b38b9acdb5d6", - "sha256": "492b495aa8b0722ab69598f15f24324e7627415a77fe26ec382cba71a7fe75cf", - "size": 437, - "uuid": "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", - "version": "2019-04-03T101551.102000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "73ce1e4b", - "indexed": true, - "name": "image_file_92.json", - "s3_etag": "0faba09d5b0be8d8c42db50dcfe32ef4", - "sha1": "ae62cf99381dd28323a02f941a7fc3873d922e9a", - "sha256": "52b880a8c81b99983c728c7c2c0866ba96e8148402ffbc13b694f867ba27a7e6", - "size": 437, - "uuid": "753c2a57-b5f1-4984-b874-b2b10d582847", - "version": "2019-04-03T101600.454000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ea20fe74", - "indexed": true, - "name": "image_file_93.json", - "s3_etag": "f8c0ec3314cc411ab605da45ee1ae1c4", - "sha1": "3932905d596d5d826d76ad750f9ee5aa83300a5d", - "sha256": "8a7603ecc0ff0b6b717477aa5d5afbd3df097137983e8e1f5adaba919a560842", - "size": 437, - "uuid": "e0b93b3d-075b-482b-838a-e36d8849607b", - "version": "2019-04-03T101557.655000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "622c51fc", - "indexed": true, - "name": "image_file_94.json", - "s3_etag": "8c64a2315a751302959367ff6db0f258", - "sha1": "cf13fc28ccfcbbe1757f2e36ac5e680af272fbcc", - "sha256": "3399cd5ce881ad41a2c66de6a2eb9beec34607c9a23e055aa033a7cc2f812c55", - "size": 437, - "uuid": "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", - "version": "2019-04-03T101557.378000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f742a098", - "indexed": true, - "name": "image_file_95.json", - "s3_etag": "b82ff13446f48b797b25ee7a247523b1", - "sha1": "9ce3bd2c23c3f3f318436171829e848879752b0d", - "sha256": "cf8e194170ee6776493818ba0565a0801d2b857072aa7f03764309ab3db3a116", - "size": 437, - "uuid": "c647964a-7796-4dd2-9fa8-b23f012ac14e", - "version": "2019-04-03T101554.078000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "33f738ad", - "indexed": true, - "name": "image_file_96.json", - "s3_etag": "7e3ff05da1641afd7f8e448506ab7bbe", - "sha1": "7e0c25e40da0f9cc8130390540fe5850bef5adc5", - "sha256": "8a74efabad603cbe62ae6711c2777020934ff877be26bd854748aa9b4d6d2857", - "size": 437, - "uuid": "87a63649-9834-49b8-89a0-310211c1b5b3", - "version": "2019-04-03T101557.378000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "372f7803", - "indexed": true, - "name": "image_file_97.json", - "s3_etag": "86eee4d968daf81c07b15df9578c3a79", - "sha1": "5c052256e33b424fecd5cd48d15340358dd1966a", - "sha256": "f9d96e64d719a40319b77c2f25b2b0d57729005c589da7caedb8750f063333f0", - "size": 437, - "uuid": "b2eb5b20-fd1a-403c-8b55-9eec5972d482", - "version": "2019-04-03T101554.167000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7920ddea", - "indexed": true, - "name": "image_file_98.json", - "s3_etag": "3f7514879a314611145fada6d6ef1a1c", - "sha1": "680d17694216d6446b2a97a811f5e938acabb819", - "sha256": "86f486d31d468286eea367872038a8f9a6cd7cb92120a2e84e0afda813f3dcee", - "size": 437, - "uuid": "4b3b36cb-cd90-4526-978d-2e7e8f7add39", - "version": "2019-04-03T101557.225000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4bb30263", - "indexed": true, - "name": "image_file_99.json", - "s3_etag": "299c9a59919fc74679773ad2137e5beb", - "sha1": "7c06964d005e1006afa38a10bd2bec82845f293f", - "sha256": "181f6ed90801bdd3f19172909a54eec5964520a6f1883f80b0407bb674c76662", - "size": 437, - "uuid": "cdc774f8-3310-4f1f-8c67-03579c253640", - "version": "2019-04-03T101557.258000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c7f66f6a", - "indexed": true, - "name": "image_file_100.json", - "s3_etag": "84d7f8e31b4e82269118ec57bfbe9de0", - "sha1": "9a3279a8e854b7198890d3cc90a82b3e98e3effc", - "sha256": "ac1e8d1a0b4b81f2f04392c43c65f80b658830eed5f9a82be8c37966e211f352", - "size": 437, - "uuid": "607370e0-7e7e-4d25-ba5c-957c00a73ac1", - "version": "2019-04-03T101600.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "624ffe6d", - "indexed": true, - "name": "image_file_101.json", - "s3_etag": "9612eff1a5c6807b112ca4f617c1a0cf", - "sha1": "43b0e9771bce23227ed553fc915bd7977fad7e9c", - "sha256": "a75773e2cb876338fa609bedd525a3bd19a8ba2f130326e9ed1a4f10af45b39a", - "size": 437, - "uuid": "3240d7ab-568b-4be5-adba-3178b3e8f85e", - "version": "2019-04-03T101600.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "61105f50", - "indexed": true, - "name": "image_file_102.json", - "s3_etag": "d6c60238a7e239f1b2c2d14ffdbfaff7", - "sha1": "4dc9d964fc5e3f096ff97e655379e44f51ae6283", - "sha256": "6cb57b49802a50e4dddeb57588ea5186e0377e89f623a77c65fbf1fe27571ae6", - "size": 437, - "uuid": "c0b6ee98-677a-41d9-9d80-9ac63d251b08", - "version": "2019-04-03T101557.303000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e2a40e24", - "indexed": true, - "name": "image_file_103.json", - "s3_etag": "ef8478fb1671bbc1d61e611d71df6209", - "sha1": "66a40c2e81ba53a78ead911040a04e4164060ae5", - "sha256": "a5c98779f87e59fa7376751b9ce911a4a2b478d0da157ff9d1471b3e97222d1c", - "size": 437, - "uuid": "f34c01ec-06df-49e6-bc2f-c50c7f398851", - "version": "2019-04-03T101600.436000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ed53b87c", - "indexed": true, - "name": "image_file_104.json", - "s3_etag": "cd43d127238ae68d6c2327f31449708e", - "sha1": "db64df46a9f42e44207740bd97841361c60e052c", - "sha256": "f6c5e6e0dbd6fef34c139a9435403c39f7de7c0fababdc5f4d8bbb4f9b8b66ed", - "size": 437, - "uuid": "2047311b-f3ee-4137-8338-a45166e01d53", - "version": "2019-04-03T101550.968000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "59fccb86", - "indexed": true, - "name": "image_file_105.json", - "s3_etag": "d92291c2deeb51a389c5211a387cbdd7", - "sha1": "3a23e34dd658ca95b49f583b6874ff845db80159", - "sha256": "15e24fe5fc4b6cf2ca9ed30d1268221ae111280b6ccff9683d16d196d36a4d3d", - "size": 437, - "uuid": "44ea335a-1991-4504-be12-04f1a332ddfb", - "version": "2019-04-03T101600.403000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d7098a00", - "indexed": true, - "name": "image_file_106.json", - "s3_etag": "85283fdd005d246b6fb38459d7f2440c", - "sha1": "1c73d5fb44792b50527e840d2e625e9a56ede3f5", - "sha256": "0e02dcf31f407949507893d0a21d3ca9b4b9a179a7acdf9f787ed8fe920a738e", - "size": 437, - "uuid": "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", - "version": "2019-04-03T101554.147000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e63be200", - "indexed": true, - "name": "image_file_107.json", - "s3_etag": "233a420f75217bb794b045ccfbb292c5", - "sha1": "3603e59b9f6c90a093ef7749eb098778cbd638aa", - "sha256": "235200c223615ab1193535c564f774895e405aa2e9546759f2dab55aa5ce2451", - "size": 437, - "uuid": "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", - "version": "2019-04-03T101600.681000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f9a3777d", - "indexed": true, - "name": "image_file_108.json", - "s3_etag": "65d36a223b22814e7a5114378f4febf2", - "sha1": "b1d71006b9a1198c2e506f408872bdd5ac4db009", - "sha256": "8fba1891ad6b9df93f54b549089db335e7e30f54887f530ac21b9277457e9d18", - "size": 437, - "uuid": "6af3cb41-9e64-4b11-b272-be87adf0fa94", - "version": "2019-04-03T101557.097000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "54b9897c", - "indexed": true, - "name": "image_file_109.json", - "s3_etag": "0924942c5529ce97e69d64deeafe4193", - "sha1": "a3b0c53987977b17d90b50cbe75d04e08767e28d", - "sha256": "bf4ccbd57c8ab29598df6db62c0242c59cf9497d68523d7d34cd27dfd4e1534c", - "size": 437, - "uuid": "7541d176-dfba-4e05-ba45-0c6964271dff", - "version": "2019-04-03T101557.397000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "79071d9d", - "indexed": true, - "name": "image_file_110.json", - "s3_etag": "9102a7f7284f714de7dd7716a9e27620", - "sha1": "5e42004ac09f29adb33554087c9de21e557be9d9", - "sha256": "9697819224a07cc6cacd817a072d1ea331692b8c2de7c80d21883d8e2c5502ae", - "size": 437, - "uuid": "8ee1e829-a507-40a5-87ac-7fd8379b87ce", - "version": "2019-04-03T101557.618000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e7e82287", - "indexed": true, - "name": "image_file_111.json", - "s3_etag": "04794f18a9e69798098d87af82b0ac50", - "sha1": "d9f31ee11b671fc7e5c4ea5e9fd656380358a6ed", - "sha256": "17d7e6629a107f8cd2513a9b54ed787786842ed61bff2f0ee99a816572922417", - "size": 437, - "uuid": "8e57554a-abb2-4664-87b6-a397f4da6555", - "version": "2019-04-03T101600.218000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c1769884", - "indexed": true, - "name": "image_file_112.json", - "s3_etag": "2c4ac75a339eccbb64b95a4772ca0286", - "sha1": "3ca9d372b0d6515a12492af3b6e253634d3a2c35", - "sha256": "1f3ea4e1d4dbb998ea75391d51abd0bce2110c13dd8364ba8a37391dc92761a0", - "size": 437, - "uuid": "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", - "version": "2019-04-03T101557.372000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ae603b89", - "indexed": true, - "name": "image_file_113.json", - "s3_etag": "92a50c4f73d046495f9047669dc95400", - "sha1": "645f1bff947772653acd03f6a7a28dd4a1254259", - "sha256": "cc69be74713fbfc1bb0b5a0acad1c8836c9b2147fe007457f90272266f70cf39", - "size": 437, - "uuid": "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", - "version": "2019-04-03T101557.219000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "73d138c9", - "indexed": true, - "name": "image_file_114.json", - "s3_etag": "f5a3493d4933a9d3def5aed6bf4dc974", - "sha1": "4eac231dc59f280fac884896aa72681c22b9a22c", - "sha256": "b32d18b2ef17e125b656df0e09afc7cf6f21ea3009dd79f73f3ab7d291b9a5be", - "size": 437, - "uuid": "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", - "version": "2019-04-03T101600.319000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2002b87e", - "indexed": true, - "name": "image_file_115.json", - "s3_etag": "49fdb8916437c2d00c9362050564f8db", - "sha1": "fb1dc7c2021f1f92193079a4e19f8979ae078514", - "sha256": "405bc8dee78ba33131c71b2a894d10b7a4a49b5adc97b82b3642e27713592b38", - "size": 437, - "uuid": "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", - "version": "2019-04-03T101600.829000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d2232993", - "indexed": true, - "name": "image_file_116.json", - "s3_etag": "7b03afd50c19ea3220af78da012d474c", - "sha1": "5caabb826abcc6449375527d011f46c382c38e96", - "sha256": "475bff5a0b66a5cd85554951a3da5cf9ae03e1d56df2a4fdd8ddec885ea90c02", - "size": 437, - "uuid": "f0cb4244-e19a-46a0-89f1-04143548872d", - "version": "2019-04-03T101600.414000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b381224e", - "indexed": true, - "name": "image_file_117.json", - "s3_etag": "e2ac25c9e4dd4a54c505f071249aced1", - "sha1": "653b892fd869284e0309ae1e25dcd1cf019187b3", - "sha256": "67d977bcfb8d491d430f00162f53ceba85b02a95b71cc5b2dea4fd1ce8d6d511", - "size": 437, - "uuid": "73074f55-d009-41a2-929e-6fd9949bb1dd", - "version": "2019-04-03T101557.285000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "75bd6a49", - "indexed": true, - "name": "image_file_118.json", - "s3_etag": "2c552e3196418b5a5ec891ba0e26ec86", - "sha1": "3126099c6657a585599ee1f7726cd3228cdb46a2", - "sha256": "209e942d61b826433bb3b4cc931166a73c5901c3746d35d590e554fad83f436c", - "size": 437, - "uuid": "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", - "version": "2019-04-03T101603.247000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5b9a0501", - "indexed": true, - "name": "image_file_119.json", - "s3_etag": "974f31e145f872033ab5bc86e050e39b", - "sha1": "519fe892b3a9fcdbb121bc4fa403e353025a236c", - "sha256": "f440dd4a87df90e9bfcddf95095a240ea0de8a20288355eab70bba407296df4d", - "size": 437, - "uuid": "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", - "version": "2019-04-03T101551.101000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "32464a4e", - "indexed": true, - "name": "image_file_120.json", - "s3_etag": "2fad178d730a3fd02138b288f5b7d152", - "sha1": "cef2feb1cbfb9f700567987e7238d9c90303b537", - "sha256": "0d2fa638787455be594ff8c3eba9a1731854eb5224f3b836619ef99ca11aebf0", - "size": 437, - "uuid": "146231bb-1b13-4db5-8157-9d9962cc3a3a", - "version": "2019-04-03T101600.042000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b347303b", - "indexed": true, - "name": "image_file_121.json", - "s3_etag": "45819280077953a7a4043d006c32e95f", - "sha1": "be3950c90eb520df4c0db5bb78bfcf6cdf364a78", - "sha256": "de0ea21220a12139e499c35acd5b4a5a3000e638835fdc772745d3f54fdc2d9f", - "size": 437, - "uuid": "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", - "version": "2019-04-03T101557.650000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f83dbf7a", - "indexed": true, - "name": "image_file_122.json", - "s3_etag": "25fa029b8cc72c3d263016e44136acb2", - "sha1": "8fc55cdceeaaacb6166525a56e0e9be43f8c5d2a", - "sha256": "0ff933b23d7d629e121ed1cf845eee404eea6d8322d609b5b7d16149eaf17229", - "size": 437, - "uuid": "7fe17380-3090-4fc3-9504-02b3f8ed95b6", - "version": "2019-04-03T101600.270000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "20a30aeb", - "indexed": true, - "name": "image_file_123.json", - "s3_etag": "ff0ff40005e08d2ec615286d214798ee", - "sha1": "00b4280000427d5850b6201e603c711910ff5faf", - "sha256": "6b2ae2280f5ff317272091022d49e24e0f82522f85e99f42bba4d5b250645aa8", - "size": 437, - "uuid": "fc405b01-60ca-436f-a06c-2f38f7156a87", - "version": "2019-04-03T101600.160000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3d500e06", - "indexed": true, - "name": "image_file_124.json", - "s3_etag": "765c12fe8aec0b8b560be0caa7d1a1a2", - "sha1": "364cdc9bd7e1289522d53f378f1d31b44494baf6", - "sha256": "ca52cb02fea907aeaf355786658202edf0d186fb1a2accd5ab7b90db40052469", - "size": 437, - "uuid": "bae92b53-c6c7-4712-865e-6cff3cba506e", - "version": "2019-04-03T101600.763000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0a5825b4", - "indexed": true, - "name": "image_file_125.json", - "s3_etag": "ed8f09ad61dd92fe37c3311c0da8e7d7", - "sha1": "90ea8642a77ff2596131e50687db1f35d51f1b44", - "sha256": "5d17f983241619d437110e0ab3cbd20cd4d0cabe26a27ce7695c88db17f6d239", - "size": 437, - "uuid": "83662ec5-a202-42ab-9a47-a701d4f19de3", - "version": "2019-04-03T101600.067000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d283a3c0", - "indexed": true, - "name": "image_file_126.json", - "s3_etag": "41ab5d98dc01456e033ba21cada13967", - "sha1": "28f2f41885c436c12af1316d6d81ae587d587ecd", - "sha256": "0c2a898e93a79cd6f8f79523dd46fb0a31c01d628f9af9660bf0ef1846db4fba", - "size": 437, - "uuid": "a04957c6-8ce8-4fa6-950d-71812ff3d698", - "version": "2019-04-03T101557.271000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2930ebf2", - "indexed": true, - "name": "image_file_127.json", - "s3_etag": "ffa9e1437330e4ab38b9e35946e3da76", - "sha1": "29e640bc48643e6930ae4615c3b16fbdd4771bb3", - "sha256": "631ee2371f5ca8d15962b29394e5f532be94ebef0abf3fc0cf91e7408fd9dfb8", - "size": 437, - "uuid": "9284d3a4-73bd-4aa0-847c-ab273d14185a", - "version": "2019-04-03T101600.765000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e6f83572", - "indexed": true, - "name": "image_file_128.json", - "s3_etag": "1fad73cf9527342ba01c029eeddc9c6a", - "sha1": "7916b415e145c01bba59c939a1c8caef58672942", - "sha256": "c0267f598a6a8f796bc19637830c6464bc0f88164482408895d232ebffa74f64", - "size": 437, - "uuid": "4d664562-c333-4aaf-bb8b-641e0568733e", - "version": "2019-04-03T101600.166000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0face8e2", - "indexed": true, - "name": "image_file_129.json", - "s3_etag": "c3946fd4f7038ec19522943290a01823", - "sha1": "dccbc72810c9a914396bece0ac056b992d3319ec", - "sha256": "c97f7b03e607af29022647cb841f3eca29e09b23db9ee1d28bfa6e2e31833231", - "size": 436, - "uuid": "b533685d-3c60-4483-841b-a054f0a69fec", - "version": "2019-04-03T101554.188000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "eeb1cf11", - "indexed": true, - "name": "image_file_130.json", - "s3_etag": "50fcbb4d44a132b0c931ddd3850cdb76", - "sha1": "4b167cc718f2a451411dfe8439b290071075d3df", - "sha256": "9916e0dee25d18f691fb03a0f86d11236a31751f74b7f3c012b8c041ccfe04e8", - "size": 436, - "uuid": "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", - "version": "2019-04-03T101557.291000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d18a70f", - "indexed": true, - "name": "image_file_131.json", - "s3_etag": "09415327b487d9215fbe3a7cd9971c55", - "sha1": "1987b17490c671ae6b951a56fb8ba4f055af4aa2", - "sha256": "c3cc6d03ace371186e69ea2415ea613995215b8aed9dc922dd95e1a35308efbe", - "size": 436, - "uuid": "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", - "version": "2019-04-03T101600.394000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "79c9d70e", - "indexed": true, - "name": "image_file_132.json", - "s3_etag": "e8ce33c0637ad065f3c7c9a78de30385", - "sha1": "b03fef701c5df99332e3d1517a90631aa031b862", - "sha256": "c7608f0bec65265bb64ca7ee2331f9ff640156687b1f01c027acd02aef2930b8", - "size": 436, - "uuid": "3e8510c9-7e31-49bd-bb90-cb55577c2f25", - "version": "2019-04-03T101600.298000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "27ed9a00", - "indexed": true, - "name": "image_file_133.json", - "s3_etag": "ce451ac5cde6b0c2cb1a3adc91d7164d", - "sha1": "4b0a408cbd8cf2f87690fb73cede23de947ca04b", - "sha256": "bb545cc8d1fe58ba58c817538725802ac30511b624eea797cd7c4a1d3ea1d2a0", - "size": 436, - "uuid": "463aff9a-ec7e-40d0-be42-c6686af9130d", - "version": "2019-04-03T101600.374000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76e8ee5d", - "indexed": true, - "name": "image_file_134.json", - "s3_etag": "cc459b9d7b79e0fef59d42408c20b41b", - "sha1": "982bb44680503ba65a841496e17bbd05a3489c3f", - "sha256": "03110bae90cfe1ee3c1ae30589bb0596a45c44e7b2dcc785fc8f1c9dd717bfef", - "size": 436, - "uuid": "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", - "version": "2019-04-03T101600.331000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "47f5374c", - "indexed": true, - "name": "image_file_135.json", - "s3_etag": "77583cd44f03dd1186a2898b798bb9ca", - "sha1": "5f58a0d3791185ea4bf1ed4ed353f0bd66ce7c23", - "sha256": "e4d5b9e10d9be4235dde88a29f2c56c7d23bfa0f8a23c7d3cb13467f80c0f723", - "size": 436, - "uuid": "868efb99-df36-462b-91a2-bb6ca27e842a", - "version": "2019-04-03T101557.472000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0de6130e", - "indexed": true, - "name": "image_file_136.json", - "s3_etag": "d90a9f70d65ed59bf7277ed6a7372736", - "sha1": "ec158fad497fe8036c5832cb23afb5cd9056f5c6", - "sha256": "455d6ba0201f4cc52da2c2c4c8e7b77ec1863ee9fdbf83e92fea1eba32de30f3", - "size": 436, - "uuid": "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", - "version": "2019-04-03T101557.134000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "80bffdf2", - "indexed": true, - "name": "image_file_137.json", - "s3_etag": "5676ddf939d13e2efe60b272a64c07b9", - "sha1": "23c94945eeb9f001f6bbf4ade8ba9f8737ec3ac6", - "sha256": "d0e1200160461dae6b9f135d8f3675db46bf9f793eff1a443f1580af484ebfce", - "size": 436, - "uuid": "36ded48a-869f-4fa8-971f-56bc28298276", - "version": "2019-04-03T101600.039000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1ce611f0", - "indexed": true, - "name": "image_file_138.json", - "s3_etag": "b63dfe549fefc2224fcfda0c5b7f36f8", - "sha1": "3d0d7637421bceb4e12c3972816c596a05b5849a", - "sha256": "bdaf3af322d92baff7b48b2857bd0b293932e415b28e7c0cb80b37cda4058b55", - "size": 436, - "uuid": "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", - "version": "2019-04-03T101557.347000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a22cc4e", - "indexed": true, - "name": "image_file_139.json", - "s3_etag": "406308a789dca9a4f1fb3e42c5d0ce6d", - "sha1": "7a7d2ad5df54c464b239128752c9db0abcad8a4d", - "sha256": "d845d457e3e3d5216e807c174e1b6c828785bee4c5caca5c1111f9a59531d040", - "size": 436, - "uuid": "e72742a4-23ba-4e5d-a29b-ad449abe8101", - "version": "2019-04-03T101557.374000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "321edac3", - "indexed": true, - "name": "image_file_140.json", - "s3_etag": "998b50460976c875a91ba2abcbb145b5", - "sha1": "7e428b8ed4dfe7e32680bf3305c715cb008479f4", - "sha256": "5df5e75dbb87f5f393c1849cf8bec18363833c36f17bd4734f3b528c2558dd5d", - "size": 436, - "uuid": "cd6e1096-f8c3-4eda-957d-b09741d60901", - "version": "2019-04-03T101600.117000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "05c21c7f", - "indexed": true, - "name": "image_file_141.json", - "s3_etag": "f7191d8b82990813acdaeb81a3c48e09", - "sha1": "4a54ae7415987a2289cdcc7ec4f52271d6a31687", - "sha256": "5e571a9b994680f3c22dc7602a6d1963968218df6dfe454d31ae7845f4b22bd5", - "size": 436, - "uuid": "903ea376-5153-4fb8-8ffa-e2948951409c", - "version": "2019-04-03T101557.150000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a391fe15", - "indexed": true, - "name": "image_file_142.json", - "s3_etag": "49fa6f1f0f9045e97c687ca7cee1a427", - "sha1": "b598f243e49b4c0038b35ca80c85fa369512314c", - "sha256": "4bfe719bda36737bcfe027391ee51f71d255899c604fc0c7c564caeaa571b79a", - "size": 436, - "uuid": "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", - "version": "2019-04-03T101600.258000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0f6d4dd3", - "indexed": true, - "name": "image_file_143.json", - "s3_etag": "dedcad4d1d420963dda73eaa13de9ad0", - "sha1": "d6d83a8d1e3d9577445635afc6c50f998aaf540d", - "sha256": "761e759e7a00651aec0fac66bbd59ef0aeb36b2557dd1246eda36f8ed69c6250", - "size": 436, - "uuid": "8381d167-c4dd-49a2-b5df-1ae815bbe42e", - "version": "2019-04-03T101557.334000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f5635da2", - "indexed": true, - "name": "image_file_144.json", - "s3_etag": "79b298d6e9509013fa92a009be3060e1", - "sha1": "d9588ae5a7ec0a693dce7526f10c34584d9465ff", - "sha256": "f5a3b61de263bf318c23ab9f56037feb5789a168b8daf4ad3b1d1ae4ab0394f5", - "size": 436, - "uuid": "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", - "version": "2019-04-03T101557.150000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ae023b15", - "indexed": true, - "name": "image_file_145.json", - "s3_etag": "277a167ac421f95409963957f70ec2a5", - "sha1": "b52c00f0005001479cc124d53dcc1cade66cd123", - "sha256": "830a39493a1edcdb9cdd7c760d17bcf246a6793e131700a5088751b9f83ddd6b", - "size": 436, - "uuid": "cf305c60-bb2c-41af-82bf-0631c2a7b0be", - "version": "2019-04-03T101557.290000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f217da63", - "indexed": true, - "name": "image_file_146.json", - "s3_etag": "68059331cc8eba21ae8da8eec733a92c", - "sha1": "6ae82b609470e7c25a3a7802f3fef1e18cddd91e", - "sha256": "6a35e93e2b0ba923a92cb3feed491152de214cdb71b89481fa756153ad2e892b", - "size": 436, - "uuid": "074290a9-35e1-422f-a3af-e5ed58781b4d", - "version": "2019-04-03T101557.347000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8ff80ff5", - "indexed": true, - "name": "image_file_147.json", - "s3_etag": "234da0f4d86eb03da380ff350d87b410", - "sha1": "397af1eb0ffd0fe65abc7d7d65f81cba7d7bbfaf", - "sha256": "3245c4b347e2614367a0c0e5be0af80e86d79eb25cbbdf3521528db34220faa7", - "size": 436, - "uuid": "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", - "version": "2019-04-03T101600.451000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "54435b96", - "indexed": true, - "name": "image_file_148.json", - "s3_etag": "829f2304a1d66de60eab78bb8de7ff53", - "sha1": "5eb6f2581432a335c2849d90ff63c15e1903088f", - "sha256": "35f0fe08eabe0511e110f9cde3fe8f56c038f14e3ec5f51b1c842c53b8b1a4c0", - "size": 436, - "uuid": "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", - "version": "2019-04-03T101603.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1722edab", - "indexed": true, - "name": "image_file_149.json", - "s3_etag": "a1b65af108379e8caa23b206a548984f", - "sha1": "d00d1811fe7c4dca9e85bb4b6835f0739d213aba", - "sha256": "15d1cbf4249524b751f63dd52d2c110c14634e4fbb88657bfaca27cdc6b97ca2", - "size": 436, - "uuid": "5165cc56-ff89-42bf-b000-fec4bd57176e", - "version": "2019-04-03T101600.708000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "685b0cfa", - "indexed": true, - "name": "image_file_150.json", - "s3_etag": "38c369f513b7c2eed7c745328979b76c", - "sha1": "d57ccb510a194f02b991e64e37e651f40c033194", - "sha256": "c5667a1a102c5a80d8b44ef82213da14d545942e30c735bf7dcfb67932384a3b", - "size": 436, - "uuid": "545be634-5893-45e0-93b2-dd4ea93e00db", - "version": "2019-04-03T101600.405000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fe1bbb74", - "indexed": true, - "name": "image_file_151.json", - "s3_etag": "6062fbf6271c2148b2fd4737b216db40", - "sha1": "5bb0d785da697b28316390ffde3db2b05c38180f", - "sha256": "8231bb5b5cb4c9817d3be93acda16e781368fc3925de5540b513c586094e4a9c", - "size": 436, - "uuid": "2d2e58c6-7c24-4089-bbe9-d47b7482be46", - "version": "2019-04-03T101600.253000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8c4bb73b", - "indexed": true, - "name": "image_file_152.json", - "s3_etag": "5f722ea4baf112069b8a5bf1b01a13b7", - "sha1": "82aef5f80d2e84b65efde395b8da62499ecd9302", - "sha256": "66b544e1348b06907777033d0c4d07af18e50bcde6420125f265bc6f197cb8ed", - "size": 436, - "uuid": "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", - "version": "2019-04-03T101557.292000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "11249b6b", - "indexed": true, - "name": "image_file_153.json", - "s3_etag": "6ef957eddbad0f492996f3f363e8ae51", - "sha1": "ebef3a01f7e15db24021b9a6d19322d37b733a8b", - "sha256": "38c9cc3471db114dc2be54d129a1190008513a77ca65804352efcfe9201cb08c", - "size": 436, - "uuid": "81214e49-318f-4221-bf2c-4ef00cfa916b", - "version": "2019-04-03T101600.761000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "92b0b29b", - "indexed": true, - "name": "image_file_154.json", - "s3_etag": "c90e974cb1b1892dbeca3185a907b500", - "sha1": "1f407c842e06425614a768f8a10266cb007e1e9f", - "sha256": "a8c965392de54d429232efdfed7d0107d7e7a7c6d0686d74b4cfcc0c6bafd90a", - "size": 436, - "uuid": "7fc97754-1121-468b-b1e4-839bde86b6c8", - "version": "2019-04-03T101557.316000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1505ecb", - "indexed": true, - "name": "image_file_155.json", - "s3_etag": "6cf24b3927d8e13d844f6819a3840238", - "sha1": "f06abd8bbb30f39f06a245ccbe6439b8c766cb6f", - "sha256": "701ebd34ad74580573d6a298bca4519b8b292996ee5141ad602cf6126602a37e", - "size": 436, - "uuid": "7d70d44c-b5d7-47be-9687-e9a775e86251", - "version": "2019-04-03T101600.785000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "efa31258", - "indexed": true, - "name": "image_file_156.json", - "s3_etag": "cec56efbee285fc19c3ee663dc551084", - "sha1": "cfe179f1ea6d3a17d6335ac2894502994e69261a", - "sha256": "be2350182247dc4e96357958ac29aad38fe7f1f5967e219c9bdf60a87d00d41a", - "size": 436, - "uuid": "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", - "version": "2019-04-03T101557.619000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "58022c3e", - "indexed": true, - "name": "image_file_157.json", - "s3_etag": "320217d67eff2c0999400320c4b4c479", - "sha1": "b84b26090099a14047a4d446d3534d8bd86b8f58", - "sha256": "34e8451f895b057d9eb9d78b052315727d0ca27824ce7b802924c14bb56d92d1", - "size": 436, - "uuid": "b7607809-e975-4c32-bff7-375cb2d8276f", - "version": "2019-04-03T101557.213000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "646ebd9e", - "indexed": true, - "name": "image_file_158.json", - "s3_etag": "b0fcc0e0fa26aadba68868c953e95aa7", - "sha1": "4250fadce024c8e572ccae9196a34c3add170bc0", - "sha256": "61126f5fd54652044be1a6024516195d785bc5682f99619e646e75c8e9b4ca09", - "size": 436, - "uuid": "b8a6c863-626d-4fbf-863b-610cffaac37d", - "version": "2019-04-03T101600.707000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ceeea3d0", - "indexed": true, - "name": "image_file_159.json", - "s3_etag": "9c2b629c3f76d3cba6cb9d2cf36f2969", - "sha1": "df803935dbcbbc632fbef8449c4edd8803558da6", - "sha256": "90c270bfa37cefaa0fcc7f60e4bd9cd96c5a7c7e59533cd5c89437e3d85e5ec0", - "size": 436, - "uuid": "45077a5c-ee96-47c0-a84f-9d46cf799338", - "version": "2019-04-03T101557.619000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "07d7c432", - "indexed": true, - "name": "image_file_160.json", - "s3_etag": "c0e3a6c7a3b417eebe7158d0fb4f44de", - "sha1": "b1e56979e1d8ec8ef40bc9ba5577dbdf0c170a4b", - "sha256": "c1e95db63a247249500612b3ac067bfe3fe990b92913a1ec51b9612dc6e4fec3", - "size": 436, - "uuid": "49d82b74-6f1a-415c-93ab-958c60f083b6", - "version": "2019-04-03T101557.323000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "432002e2", - "indexed": true, - "name": "image_file_161.json", - "s3_etag": "96bfcb095d96f58c1aea8ea4b2322dd4", - "sha1": "d8b85fac27de7dcf1258fc4623d0cb465635a89f", - "sha256": "3366f748eaebf43ba8502f4c744a05fe4410b2b8a42b89484f2bf4e9604cf5c5", - "size": 436, - "uuid": "753b51b7-a909-44e7-bb21-cf2cd18328f8", - "version": "2019-04-03T101600.722000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e5099003", - "indexed": true, - "name": "image_file_162.json", - "s3_etag": "e61fcde1c4228360450a575067c4dc29", - "sha1": "5fb6230b4a18e08a79f45d57fafb11450991a3ed", - "sha256": "369173be00544e7db713040ae411dcffc156ffff71ecce67c23b2d6cd76e4c3e", - "size": 436, - "uuid": "c7ab6349-b2bb-4ba3-9c9b-27d270550052", - "version": "2019-04-03T101600.390000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8ef87540", - "indexed": true, - "name": "image_file_163.json", - "s3_etag": "5de5c4488b699a38d35a6cf1a3729ec2", - "sha1": "8812a835916c73d11fbcdce13ec0fceb46104e08", - "sha256": "f68584cf5841a7423b2f39719f7bb250e509062572c116628a2cd764a2fb06ab", - "size": 436, - "uuid": "7be770fc-4a56-4f82-a4cf-3cf908d54dca", - "version": "2019-04-03T101600.789000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "361437fd", - "indexed": true, - "name": "image_file_164.json", - "s3_etag": "41b89d6da480cd0db891c52c634e8815", - "sha1": "387f16272f6a0da030485421d02c3e7921406ddd", - "sha256": "441ace0d1c8b13015277680fdfd7548dae8fd05393bb06be7627c2c5a29844b9", - "size": 436, - "uuid": "3f5f8537-c1af-4d2e-a732-53b6d4275588", - "version": "2019-04-03T101600.749000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b934da24", - "indexed": true, - "name": "image_file_165.json", - "s3_etag": "584d533d0e7bc1df7f178732438ea21e", - "sha1": "ec7aca11af79a1b696f54f0cb1c70606e3fce94e", - "sha256": "0094cb6ffe96d5ee71480e8ea461c94058f9618c078888ccff23a1122cc61686", - "size": 436, - "uuid": "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", - "version": "2019-04-03T101557.145000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "12539dd0", - "indexed": true, - "name": "image_file_166.json", - "s3_etag": "f26054dea0d3b7e8c776a0a55c295c8b", - "sha1": "a0342333a1abb0ff158ba07c7e78118c4a57b0ff", - "sha256": "24fe0898bd7fc8aaa554d7ba22ac6cafd74ee1bc3f0e1b81a77b46e2f24edf9f", - "size": 436, - "uuid": "f986c2c2-2823-45a0-80cf-5e6f67958afb", - "version": "2019-04-03T101600.833000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "22a53208", - "indexed": true, - "name": "image_file_167.json", - "s3_etag": "d2fe9d320c5908fb6b3d0af4616e2189", - "sha1": "6167d04ed23d98345784b5e6191dbd38618b0cac", - "sha256": "09c0968595187999bba9a8eca60c7853abc81a5a005d85ccfb48ccdf022fe3b6", - "size": 436, - "uuid": "7d17d6d6-d038-40c6-b965-6de41ce9c931", - "version": "2019-04-03T101557.652000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "62177c6b", - "indexed": true, - "name": "image_file_168.json", - "s3_etag": "a7a228cdb27db7e6349c86a4f1618922", - "sha1": "954be66ea44ed4b270ddd8d2c518e71f0c0c489e", - "sha256": "6f1db0bbaa75a5c7f8735d06835024fd9b32db984527f4923253aec9cac0ec32", - "size": 436, - "uuid": "3d208b38-62c8-492d-9434-21bb66ead16e", - "version": "2019-04-03T101603.214000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "de89cf68", - "indexed": true, - "name": "image_file_169.json", - "s3_etag": "fe1b4590d57459ce581a7755b8939e79", - "sha1": "7762a76834aea1aacc5b965d70a649004b8b8c67", - "sha256": "a674fdce30a1aab7bc45095518c3b14942bf60eeb6b7873ab5f2161bc014c21a", - "size": 436, - "uuid": "9a982898-77c6-4a56-8e54-9cb83ff0b235", - "version": "2019-04-03T101603.249000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "553133b0", - "indexed": true, - "name": "image_file_170.json", - "s3_etag": "81bfd03ec69d028d623809786583bb08", - "sha1": "39dafbe9e39d05153bab4af4bc81186b716c8158", - "sha256": "9bbc3bf95a7e3c9e15b3204e247cc577c47c21d1ecffb0683878841b7986bbb3", - "size": 436, - "uuid": "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", - "version": "2019-04-03T101600.293000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "16781583", - "indexed": true, - "name": "image_file_171.json", - "s3_etag": "e3db20f24674487c034a21d232110849", - "sha1": "a6598d4672988c579d26a334e2ee3d962ede20ff", - "sha256": "09c65df04747d7c47f3e2b9d2fdc4ac65cad2d5161628b3b4c778ab737a275ad", - "size": 436, - "uuid": "24b6366f-03ce-4e4d-b50f-90687f3e2b94", - "version": "2019-04-03T101600.295000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1a02cf5a", - "indexed": true, - "name": "image_file_172.json", - "s3_etag": "e519eb15144b716f9043913d598d4f16", - "sha1": "7857304e4d0365ad9798a25dd7ab10b5faf98f6e", - "sha256": "fe756824663266bf7ea44ccbfd6e6fc8453e890c7101fdd8e20dfd6b78c4fcd8", - "size": 436, - "uuid": "ec1d0987-fb49-48b8-aaeb-321c659fb67f", - "version": "2019-04-03T101603.247000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2017fe6c", - "indexed": true, - "name": "image_file_173.json", - "s3_etag": "33310bd4f765e5d9fdfa84391fe65997", - "sha1": "dd891013bd2b86b798c274ea220c347cbdd9beb8", - "sha256": "be299b783b326df47bad2a3888d2143787b66284e4551a8b4e60868e705e1bb3", - "size": 436, - "uuid": "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", - "version": "2019-04-03T101603.243000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc9f22d6", - "indexed": true, - "name": "image_file_174.json", - "s3_etag": "bd6f25c52f98f9d018ce3dcac6d5c9d0", - "sha1": "767a201d9dd1b45cf039fd6274eb64b26d58af21", - "sha256": "03b015063dcde1dacc16ffc3b07897c48b2f59a8d7b0c5f046687bfc27b5e380", - "size": 436, - "uuid": "6fbcb1c7-ce98-46db-8054-b451b6bca205", - "version": "2019-04-03T101603.126000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "51932b0a", - "indexed": true, - "name": "image_file_175.json", - "s3_etag": "8df486d3076b276de29d7c61ef658dd3", - "sha1": "ed8d4e51f6746783b1a47aa9362460f88f560a38", - "sha256": "bbdf743a6e804d27b94cb33e8e6b59d6a3413e67559f643e403d411034da8c00", - "size": 436, - "uuid": "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", - "version": "2019-04-03T101600.740000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "352d8c9e", - "indexed": true, - "name": "image_file_176.json", - "s3_etag": "5ee1244cb84cce357b2872f2981824ed", - "sha1": "419870f478eaa3d85e935b759aafcf650f879111", - "sha256": "4f619d3d55398b5a749affa5ae641328d59d1967944794b985a4657c9b2bf953", - "size": 436, - "uuid": "aa6fca0d-6a70-4016-a0e4-307878e9ff45", - "version": "2019-04-03T101600.704000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "460ce4ac", - "indexed": true, - "name": "image_file_177.json", - "s3_etag": "432d0ce1357747d3243cd50cdd5889ff", - "sha1": "ea8383e16d3eb94f20f7df6bd6cbfbfe65382b7b", - "sha256": "efc92103a7b664b3c6b02a7c17066ea9b18b216382c0822a22397d471886d0d6", - "size": 436, - "uuid": "ee62cd8d-fb93-4082-980b-213c7a8a0c47", - "version": "2019-04-03T101603.200000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8c61b419", - "indexed": true, - "name": "image_file_178.json", - "s3_etag": "e2cb8e6eb869c7afaec442ae0995344c", - "sha1": "5a7072fc808d4fa06e6d8419ba9134df1d811d17", - "sha256": "0770fda7d1a5547dc66457035da318cc219c375a41f39ca46a96e7be9ff44cea", - "size": 436, - "uuid": "bbd60a79-3572-42c0-8e53-b0c566a72f06", - "version": "2019-04-03T101600.196000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d6abb209", - "indexed": true, - "name": "image_file_179.json", - "s3_etag": "6fe43e50969938136da468e2e8894acd", - "sha1": "928483c2c0bc4d342881b2c25545d01f16c7cb71", - "sha256": "e7747c7be140489f48c578f797c0dabd4d5e9c3910e3bc76a23c1e692689a232", - "size": 436, - "uuid": "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", - "version": "2019-04-03T101603.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b7d162e6", - "indexed": true, - "name": "image_file_180.json", - "s3_etag": "65cb49caef64788194172bf4fd7417ec", - "sha1": "c0872b0193ce9e8fc448fe9e94a6beacba1746e2", - "sha256": "437a5501e4310cf20869d13dfc3a8cfddde42934d1bfa8cc0a4cb444ecf6ccec", - "size": 436, - "uuid": "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", - "version": "2019-04-03T101600.186000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab6d5527", - "indexed": true, - "name": "image_file_181.json", - "s3_etag": "0d1c86f83d065d1343c9e1d5c8369510", - "sha1": "36dd9aa93668a920858e37c85f8c02e719b0bf8c", - "sha256": "d1d7ee9652037db25e4c2656e9a86ed0a760a847db8bf82ffccd4f2d17f9dbe9", - "size": 436, - "uuid": "240a67cc-e827-41bf-8ac8-a66bc2797f13", - "version": "2019-04-03T101600.772000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e8a5c694", - "indexed": true, - "name": "image_file_182.json", - "s3_etag": "e8041e3fc5a4750d673038c51a56cb2d", - "sha1": "82f3db843dda004956f0601eba039e06c73f80e4", - "sha256": "3b5b2116d087aa66be81e7a4cf01aa166b451059644666a5ee9de2853fd9429e", - "size": 436, - "uuid": "7a9b6534-fa1d-4282-a064-11e60e57a322", - "version": "2019-04-03T101557.638000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ebb4c9bf", - "indexed": true, - "name": "image_file_183.json", - "s3_etag": "e36ac86b45f4c7bc73fc805b0f6fa961", - "sha1": "02fbfef61f6e0348e3c951fbf884fdf424580d59", - "sha256": "14cea205be35245bcff2ef4edc06477006e533f2373efea065b9cdcc31c21429", - "size": 436, - "uuid": "b0af6371-4379-45f0-8c09-f6610833fc46", - "version": "2019-04-03T101557.644000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d55668a3", - "indexed": true, - "name": "image_file_184.json", - "s3_etag": "eadfb043eb2f4e2b9553455bd0626bbe", - "sha1": "3ef44a8184b22183b8a4ce40c6ecdb5988a4dd3e", - "sha256": "dc39ccec6bd7573b1f78c794feaf9a56a6242c450a2cc98d5e2fdec9fcd0ed1e", - "size": 436, - "uuid": "f5ce7a96-cfc0-42c4-852b-386f9a27111d", - "version": "2019-04-03T101600.829000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53b106a3", - "indexed": true, - "name": "image_file_185.json", - "s3_etag": "f5b281bace437f0502d62470e501693b", - "sha1": "67e6e702d619d4a3512efa44c0cdeb5c8a3a88a3", - "sha256": "a9d796b59974679d51b813ca6c2e08b5871b264c659fe31234a99905d6f317a9", - "size": 436, - "uuid": "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", - "version": "2019-04-03T101600.329000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6ae63063", - "indexed": true, - "name": "image_file_186.json", - "s3_etag": "307348fe8a62a4ec8a32f02d521a8e6e", - "sha1": "cc02d734a6a3432c53491b260975b8dd4846efd2", - "sha256": "77437331eff788ff99d67b5804f15a4347ec9203e4d6f83dc1ff41b250ad5bfb", - "size": 436, - "uuid": "3dff4add-7d6f-418c-afba-e46864af51d2", - "version": "2019-04-03T101600.156000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a599407", - "indexed": true, - "name": "image_file_187.json", - "s3_etag": "f1339701f3d7b1a9d98143cfcce2a9d1", - "sha1": "98034f929d70572f5e6ab495e589823d17bd2d9f", - "sha256": "a752ff9735b42b9c6b53933327b5e6bb3ffb5a206eec41359e3fbe673543b0be", - "size": 436, - "uuid": "ab2b7c67-8f13-4388-acd7-e2abb0091f30", - "version": "2019-04-03T101600.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "31501c3e", - "indexed": true, - "name": "image_file_188.json", - "s3_etag": "25c95839ffa6224c6fcdc4777e508037", - "sha1": "ea040cf44c3033efe8cec73cfca87e8c280ae54a", - "sha256": "eff85621d5f8a8c61d7ad52200b0fdad1012e96f95cb22f9306774f6f412814e", - "size": 436, - "uuid": "d9912d93-3d92-48d2-9f75-826fbba3d94e", - "version": "2019-04-03T101603.046000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0abe958f", - "indexed": true, - "name": "image_file_189.json", - "s3_etag": "bd3f5852479205f5ec532855bad5bee2", - "sha1": "d4e050415bc653c7d81d94964f5a6fbfa5b2f14b", - "sha256": "4303ecc0597efcc9224f0284b47187457b1d22944dd0b9e017c06dfe7cd58524", - "size": 436, - "uuid": "8b37aba2-be5e-4963-8e6f-51a2df8e143e", - "version": "2019-04-03T101600.282000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "943e901f", - "indexed": true, - "name": "image_file_190.json", - "s3_etag": "dd592f9bd23d5aa50b12b7c5267a8cd0", - "sha1": "b189a418690be8517f963e5e667ad41e590f72ca", - "sha256": "10825c134cab0e3102cade1d845de5fddb61e752251230a8f908bb5aa6e1554e", - "size": 436, - "uuid": "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", - "version": "2019-04-03T101600.805000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9647cd7b", - "indexed": true, - "name": "image_file_191.json", - "s3_etag": "9e416c44355791d612ea6267d888078c", - "sha1": "938ffbf6ca9d303d925c986528dc7a8043dc47e1", - "sha256": "a15f99f58fa393134674a570f7f9456092547ad00b9462e6d3d448e67311fedf", - "size": 436, - "uuid": "2d7e88dd-bddd-4289-9556-27d301be0b83", - "version": "2019-04-03T101603.188000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4da02a27", - "indexed": true, - "name": "image_file_192.json", - "s3_etag": "7092c013124e5859bd69b7fe5b339053", - "sha1": "47472c37e3bc6100417316ab38dbfc111a637200", - "sha256": "43bfae4c58e8fdc505b85af39975ea3f7c907f8c1b3c8f83c9429f6902bf3644", - "size": 436, - "uuid": "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", - "version": "2019-04-03T101603.221000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3256a7ef", - "indexed": true, - "name": "image_file_193.json", - "s3_etag": "d6117a6abe3d50b2dbe264dbe0c73e56", - "sha1": "6bd41d7486a9e6b5f51352b94cacc6781e6b902b", - "sha256": "c0b6f1bb3710d53f0851e894bc72644f11b0b020038661a10522765f1d7753cc", - "size": 436, - "uuid": "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", - "version": "2019-04-03T101600.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9a11820d", - "indexed": true, - "name": "image_file_194.json", - "s3_etag": "d4c556de6670e046839e7cb11437b5e0", - "sha1": "ade1f482e297204d83b95182f816345122a94bea", - "sha256": "3540055a11816fa6f72725db6f5b57e1030229ef05011c8b612a3adb68122c50", - "size": 436, - "uuid": "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", - "version": "2019-04-03T101603.130000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7355d406", - "indexed": true, - "name": "image_file_195.json", - "s3_etag": "f05c4c34f04b1438d00d90510e0fda2c", - "sha1": "e1de51e42ce3081bebc99823fd2c190b5b23451d", - "sha256": "2e9f75c40aba60a6adb0997169e35dce1849cb7aaddae973bb65fb873c6cceab", - "size": 436, - "uuid": "e834d3df-8432-40ba-b67d-c7cd0bd7328d", - "version": "2019-04-03T101603.234000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dc6f1f94", - "indexed": true, - "name": "image_file_196.json", - "s3_etag": "a9940009deeab8048002e783153e2b71", - "sha1": "8a3a6ab8350e07f571d41acda03b4d71fcb572bf", - "sha256": "501e2e1a1370a0098b6d49bd30ea0412e409ee4e9c182f2a4d67bf608ec712a7", - "size": 436, - "uuid": "d8908d6d-5daa-454d-9082-726054cfddc1", - "version": "2019-04-03T101603.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4da217df", - "indexed": true, - "name": "image_file_197.json", - "s3_etag": "cfcd1856a0c424b0c950898ab7a6a4c9", - "sha1": "bee3506bcb8bc55b73fc2400f44954786cda09cd", - "sha256": "159f167c8f2cff0867dfdec5309f600367c82068a6d5cde76382570f1a8b64a0", - "size": 436, - "uuid": "c5a7142e-4702-4e84-b7aa-239df2a71ba8", - "version": "2019-04-03T101600.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "66d308ad", - "indexed": true, - "name": "image_file_198.json", - "s3_etag": "aa693959fee7931afaa88cd8627f2ad7", - "sha1": "0f1599c32f7c0603efe676f42a40aeabb8b89272", - "sha256": "730abec4612c2615243543b5dd7da6343f525bde84a1ec985578cd4e107dd78d", - "size": 436, - "uuid": "f69e44ef-cf23-4571-8dad-e44222697974", - "version": "2019-04-03T101603.186000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "33c37555", - "indexed": true, - "name": "image_file_199.json", - "s3_etag": "16c583f7c947c9e7e46eac026e60aeff", - "sha1": "a880caa603264e4f1bd78248d090d3d38adaf9e2", - "sha256": "f3627a523c3a78aa3c5f4ffa0ef0a10f30ff579886e86d072aa143cee8efcdcf", - "size": 436, - "uuid": "ea72f81c-2c58-43e2-acca-294254f470f7", - "version": "2019-04-03T101603.138000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f9d0dc3", - "indexed": true, - "name": "image_file_200.json", - "s3_etag": "ea8d055f71652fb993d0a9ba990fe6f7", - "sha1": "6f2ff0c115545528c7f1725bd75130e3f85c8826", - "sha256": "2c63249c5f51b31921220d211469ef230bf17255f2a7b72393274dfb74310a55", - "size": 436, - "uuid": "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", - "version": "2019-04-03T101603.194000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6545d3ad", - "indexed": true, - "name": "image_file_201.json", - "s3_etag": "e44e2552c5f84e6c3e48c786cdf91eef", - "sha1": "334da492b9decfd6f0b6150de4badef3985cb62d", - "sha256": "8c398968ba0ec196d35e5810d2a3d6917cd3267df54753c32656df264f33e11a", - "size": 436, - "uuid": "6928ac1b-fd1d-436c-bfc6-4087c65809d7", - "version": "2019-04-03T101603.234000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5f297898", - "indexed": true, - "name": "image_file_202.json", - "s3_etag": "3f97fb45b0aa9ad15d4b33d2deb13cfb", - "sha1": "5ebd659f8c945b53dadc5bb8387b844193d1564d", - "sha256": "65bdb91e69ce438a2619d7b9ada56b427ee9af08d11fd88f74f7eb2583211b04", - "size": 436, - "uuid": "07a7b938-435b-4804-b140-c255957b6532", - "version": "2019-04-03T101603.185000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6309ce75", - "indexed": true, - "name": "image_file_203.json", - "s3_etag": "802ddc31415f6844ad5edde301277bab", - "sha1": "46dab9b40a059b07b66c20460d78fb339865cef3", - "sha256": "10e080dccc25d94be0fe7c5965f6e2279f3d60dd418151c16be14893785c4b3c", - "size": 436, - "uuid": "3d532a7b-55e7-4461-afbc-65ef76403384", - "version": "2019-04-03T101600.225000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ecf8ad3f", - "indexed": true, - "name": "image_file_204.json", - "s3_etag": "d1bb8cc02f277b89318e522871cf25b2", - "sha1": "3b5f585065998897b105712dae34566fe88e6ac7", - "sha256": "260fdb27cc3ea57d0bb08c40485463158f3013d01d871089b3c510875a810649", - "size": 436, - "uuid": "bab40245-28bd-49a2-8be0-ba109fe41c91", - "version": "2019-04-03T101603.171000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "09a90cff", - "indexed": true, - "name": "image_file_205.json", - "s3_etag": "14e0ccdb5b77a8414129aa62f61fc78c", - "sha1": "0cb0c0271bd3500212e632500061289b56a3cc9e", - "sha256": "bd4382ac05f05d6808cbb00d20a73511fa28a78236e5a9a6bd1113bda3e128c0", - "size": 436, - "uuid": "9d577bd4-3a27-48be-ad7c-8c44cf803cda", - "version": "2019-04-03T101603.221000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0ab1069a", - "indexed": true, - "name": "image_file_206.json", - "s3_etag": "ebad1a9676f5cd8ddd76b59469365f25", - "sha1": "a02f2712de9609164c787eccccb401a0fc2422b1", - "sha256": "70f034e93920e9e72e3c5160af51973ca06d56313aced23c6d07c9b8af0733b6", - "size": 436, - "uuid": "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", - "version": "2019-04-03T101603.221000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f6d7b32", - "indexed": true, - "name": "image_file_207.json", - "s3_etag": "674fa2f644dc280e8874fd77c67b65b0", - "sha1": "6a3ead886a2cecf569e76c38e6e16743a892b430", - "sha256": "6a65d8d223e8f5ddb9b72dbcbb39cdb41f7e334f85c7e80c84166e63265f72a9", - "size": 436, - "uuid": "21a043b6-6dde-41b9-b20e-74b961da8b88", - "version": "2019-04-03T101603.210000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6fd7c500", - "indexed": true, - "name": "image_file_208.json", - "s3_etag": "fad6c874b12fdf861b2ee1c4bd36bb5a", - "sha1": "972861c7b3c8c6b833ddffc2102c188d0c9e7668", - "sha256": "dfb12987a66cbd856c6122ff9ffabc66b110bd3794447584b2e4e042f0439931", - "size": 436, - "uuid": "11280200-1803-4110-aa84-2808776c2d50", - "version": "2019-04-03T101603.231000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e44d37d5", - "indexed": true, - "name": "image_file_209.json", - "s3_etag": "8b7df9541519a143b24a6efbabe04592", - "sha1": "86e91b50dc2cf55b43fd27c372ddbb5be77f49a2", - "sha256": "143846cd99c35193269dab6470281b9a54f5ba2e40abd20c91f355ccfa1cab0d", - "size": 436, - "uuid": "86df5269-576b-4d18-a0ce-6e2b2a36d51b", - "version": "2019-04-03T101603.201000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "aed7c6c5", - "indexed": true, - "name": "image_file_210.json", - "s3_etag": "1dc957991f3dc47a4292858e839ddc56", - "sha1": "16fa84a5f08af175dd92bb47811a6abd839bfafe", - "sha256": "f27ec531816c73687775c4e23383360b391ebb49ad0c88744bbd223f3b1fd66d", - "size": 436, - "uuid": "e524ff4e-95fa-4561-bfd3-276cba79e664", - "version": "2019-04-03T101603.251000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e11997ed", - "indexed": true, - "name": "image_file_211.json", - "s3_etag": "0b1f1ff61c989b5a5c685d3ccbc60476", - "sha1": "f82c40bd3683f5849104f7f4aae6f72d73661bfd", - "sha256": "7b748dc98d840bfd0a139c9f0de4a1a53f6f692d3f136578d03b78659a4f0320", - "size": 436, - "uuid": "3d5737da-b1ab-48cb-a26f-d420e53edccd", - "version": "2019-04-03T101603.057000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "65ca1c77", - "indexed": true, - "name": "image_file_212.json", - "s3_etag": "99580b225944a0d096deabaf5279c470", - "sha1": "9b33db6b3c9e8fc952933e0b82defa4401c2c71e", - "sha256": "ed1cfc8d52b5c9fa19d2ea0531013c7e9d01f4bf9492687d53925255ea6dada8", - "size": 436, - "uuid": "44cf15ec-3d4e-4698-bb14-107c34891191", - "version": "2019-04-03T101603.206000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5097e346", - "indexed": true, - "name": "image_file_213.json", - "s3_etag": "033e7fb4d352e321525c0514b6532a80", - "sha1": "1976d07dce9994fdb19a7fe110263c2090fdeaa5", - "sha256": "7a684c6ff1f586c22ddcc29274708e8dd39243cef585e7c23b6f3ea3b83e5d36", - "size": 436, - "uuid": "6242cdf3-fd6d-4479-a08a-1747818fd978", - "version": "2019-04-03T101603.054000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "eff8f3f2", - "indexed": true, - "name": "image_file_214.json", - "s3_etag": "8a816b32f72ba899fb407dcac8be12fc", - "sha1": "3dae82c6a46778cc78344fcf46bdc6e00561892a", - "sha256": "ff7884099be508aa2e7dd90e1f1ce1d5067281e4427e3c4a757b71f4f1f75eb2", - "size": 436, - "uuid": "bc60bbd4-8b09-425c-b507-9da24a84f412", - "version": "2019-04-03T101600.270000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a1e3c2c3", - "indexed": true, - "name": "image_file_215.json", - "s3_etag": "f0c377795388b4af6e641f3ba4bd3908", - "sha1": "24403be8640fc36abbc6eed905387655b2b635ec", - "sha256": "2ef2610b443952e5efd36f3d9f3c818fa99d7a3517db805c96328764bd3a42fa", - "size": 436, - "uuid": "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", - "version": "2019-04-03T101603.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0af643cf", - "indexed": true, - "name": "image_file_216.json", - "s3_etag": "8e04eb323bc027d710b7a802932d7f8a", - "sha1": "e26338c1059ec6209839b573757cc5a7b65a265b", - "sha256": "b42e6be60f48d35430fc399eb63b72c42f8f9ab11c079aea8bef9cabb1892167", - "size": 436, - "uuid": "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", - "version": "2019-04-03T101603.267000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "28d5149b", - "indexed": true, - "name": "image_file_217.json", - "s3_etag": "c6c0e3633316132ba255324a87789704", - "sha1": "b4744014f0b1b83ebfd0a755121353902abc7928", - "sha256": "50b685e95463faf94c400143815a574cc4aa9b984488ccd03cee33c755e02cc5", - "size": 436, - "uuid": "5f67c32c-a154-4620-8603-0b64979b04a4", - "version": "2019-04-03T101603.116000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a6f81947", - "indexed": true, - "name": "image_file_218.json", - "s3_etag": "c492a023e43c8177d018251d68946fba", - "sha1": "0016109014a7e6b8742a0ff4443714f9401d5439", - "sha256": "d6447e02ee2ff36d7d42071b32ee1e814ec64c4335210fe48a1d36e2f29d7eb2", - "size": 436, - "uuid": "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", - "version": "2019-04-03T101600.148000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c1671858", - "indexed": true, - "name": "image_file_219.json", - "s3_etag": "a92c3bb219668bd6fe9ddd387e5fd6a2", - "sha1": "6c57f300b7ad0ac6ccf40cbbd7791bfd25d4a825", - "sha256": "4aa21e087622ab8cbecb91e80202e0fe6eca02bc40114a7229847f6686a366e3", - "size": 436, - "uuid": "dcee6df0-9e87-4935-8873-f8d30d449d76", - "version": "2019-04-03T101603.250000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "142f74af", - "indexed": true, - "name": "image_file_220.json", - "s3_etag": "73f043c5fdf69f67755b00285193fc6a", - "sha1": "51a41a28e7cf05df69ada6c13a55e9ed1880802e", - "sha256": "baa5d34971192d61678bdd15863c1bbcfd3ab80c0b9062b09a9f2308cac4602b", - "size": 436, - "uuid": "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", - "version": "2019-04-03T101603.126000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1cf00c3f", - "indexed": true, - "name": "image_file_221.json", - "s3_etag": "59b0cbad2c4d14d7f35e0ca97d354e18", - "sha1": "db9399669c6f640f57cd49a33604000cb213fe39", - "sha256": "403dfcc537a0878b1ff87616de9a953e5abd92dff4b01ab36b43f9ce27aa1f85", - "size": 436, - "uuid": "e6d00b0c-3641-4ec4-a553-8fd742193dba", - "version": "2019-04-03T101603.321000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e549eec8", - "indexed": true, - "name": "image_file_222.json", - "s3_etag": "725ed7a4c652c8ab3ff4fedb778bc727", - "sha1": "69521b67baefb86d6469c97e0310bd964bd776d4", - "sha256": "d60c19c0cff56667cd7db55fd969347184aec7d9e742727e2e1c92d6a8e9af94", - "size": 436, - "uuid": "e5034863-0528-4f55-be95-c8501c29f9fe", - "version": "2019-04-03T101603.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "075c3661", - "indexed": true, - "name": "image_file_223.json", - "s3_etag": "425b40a916d858690c908accd215e8da", - "sha1": "9172f676906e65b3bf699df63d8070d1134d7a10", - "sha256": "ef9b0b23c97b0a5845a9d70e823a131e5e13cb2f998ff2443c7b8b7c90eb57c9", - "size": 436, - "uuid": "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", - "version": "2019-04-03T101603.190000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c44ddd7f", - "indexed": true, - "name": "image_file_224.json", - "s3_etag": "d45b1b18711dd1b99070f27b3af3281b", - "sha1": "459fbb025f924c9ef5e1f422c1ad408ac61624cb", - "sha256": "f31b35f3fd69b056e5a66d50f2e6fbf51ab9be28d420c8bdfe96a7ec013c26ba", - "size": 436, - "uuid": "33d332c9-aefe-4db5-8830-b8daddaed0d2", - "version": "2019-04-03T101603.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ed7d68e3", - "indexed": true, - "name": "image_file_225.json", - "s3_etag": "dbbc913443606f9d8b1c43c590c2d7c3", - "sha1": "af4e4450bc7144799d8f581375e2a3a0dd5761eb", - "sha256": "4feaddde2e62cd14f4a67dec0e6fcba07373c3fa2a3cf3466695d35b1c06b979", - "size": 427, - "uuid": "bb3b6fc7-0902-432d-bad1-6b3f61951314", - "version": "2019-04-03T101551.086000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "58093cc3", - "indexed": true, - "name": "image_file_226.json", - "s3_etag": "c1e51b6c77c9d208626ddf5e7d3951d7", - "sha1": "d30dd623586c97c563fa5f4fd12aa79a706351a4", - "sha256": "31a35a35da5f28cccd7ea6dd5a0e810235bbf3787a80965c7652e591513592ce", - "size": 419, - "uuid": "2b734e88-3a33-4c73-92bb-82e0b8f8c13b", - "version": "2019-04-03T101600.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "e6c51cf6", - "indexed": true, - "name": "project_0.json", - "s3_etag": "b6d170f857fa7fd8b13e03079e2f15fb", - "sha1": "ae7695391f2f364c04107af9b529cfbfba92c051", - "sha256": "7ae0b7e40be3a5cbd41ebebce232811ce29360d8407bfad4f9ae553e163a138d", - "size": 756, - "uuid": "ae5237b4-633f-403a-afc6-cb87e6f90db1", - "version": "2019-04-03T101345.439000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e3ef942b", - "indexed": true, - "name": "imaging_protocol_0.json", - "s3_etag": "3a882352a630779046f9b4bf64e933f0", - "sha1": "db393c6e709a31d7b8192fe94b2024bd4a74711e", - "sha256": "9be854f39a2b314701c87a34d84f0cbf1f43c9af55a6e9eddd7364d7a4ec52e7", - "size": 96127, - "uuid": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8", - "version": "2019-04-03T101345.902000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "1ad2ebc4", - "indexed": true, - "name": "imaging_preparation_protocol_0.json", - "s3_etag": "ea9b7320dbaa133b33485c777be89dc1", - "sha1": "d5f6f071aeaaa7035190ae0a0429c4290d7ce67c", - "sha256": "57c5cb7e10be8475a6ae84669d6779d1943b35e8152a3e39caaeda5f1e412a7d", - "size": 728, - "uuid": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38", - "version": "2019-04-03T101345.426000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ea6081b8", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "91d9e560eb9460461b962c9f92770fdd", - "sha1": "be3b0f1d567f4c05c94e729d12393ff809916c67", - "sha256": "e1406be5355ccc4a2b7b083a4b30bd1ab5425e6eec14ebd74d16b336a1effd6b", - "size": 754, - "uuid": "caf94c25-8327-4379-b88e-2a6642cd7513", - "version": "2019-04-03T101345.505000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "571fe4a7", - "indexed": true, - "name": "process_0.json", - "s3_etag": "3145cd2fb4d819d6f269cc3e1c45d828", - "sha1": "64d4fbfb0a9b95a936e56491d2aa10fb3f3848b7", - "sha256": "4ef95348502eb3cc1dac9f871fc6923192e0bf24c794d5ff8173097b60951a4d", - "size": 395, - "uuid": "da265acd-5601-49c5-855e-d792d51b4042", - "version": "2019-04-03T101403.513000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d871679a", - "indexed": true, - "name": "process_1.json", - "s3_etag": "f19d5dd5447b3c3ae71e7a8c53036810", - "sha1": "2ee999381c4537f4ab99341609278f54274f188f", - "sha256": "980ae82ccc6b879a6730b0196617611bc997446ec6d3153761e4d7a2b814f641", - "size": 389, - "uuid": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", - "version": "2019-04-03T101353.863000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3f78937c", - "indexed": true, - "name": "process_2.json", - "s3_etag": "6b8172e9d10c70772a48378b6a175440", - "sha1": "c52486236d65aaee58015639115ce13b0a272fca", - "sha256": "c1bc257d37abcb9d1de6cee118cbb211e1dcddeb4c0ce88ef740b425fd873381", - "size": 389, - "uuid": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", - "version": "2019-04-03T101353.834000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "70bbc6b8", - "indexed": true, - "name": "links.json", - "s3_etag": "7385add25e1c482b4d9b4881fb3e196f", - "sha1": "df323c0304644ec6c9cc94694198f568fa43ca86", - "sha256": "3cec4e10f26331a01ccea9741267a9d5a59a00a39b5a67059cd3f18eb3030663", - "size": 14532, - "uuid": "48f0d8a4-fd04-4fee-8301-7441b6efcf48", - "version": "2019-04-03T105534.952135Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "d1fbf93a", - "indexed": false, - "name": "codebook.json", - "s3_etag": "f8b57fb434c840df94b55a56c77450d3", - "sha1": "0af7a2aca946bb2c8680932196ebb9020baa414d", - "sha256": "87ca14c8e7dfe4dcce1ac4d8a14423babdb74763ce13c59a755da3f6719ce8e8", - "size": 832, - "uuid": "34d230e7-dd9f-4a47-8d5b-23043fe43bc0", - "version": "2019-04-03T105535.336469Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "88def662", - "indexed": false, - "name": "experiment.json", - "s3_etag": "f67915ee4d014041844dc020d29e4ddf", - "sha1": "9153498094d2a7c53998168de9211e951bad523a", - "sha256": "82464691f44b4f0cafdcd3e9854a03074432bb36547fcc7184b3810c644d8bcc", - "size": 186, - "uuid": "3db743f3-8235-4553-9a70-37dee987dd64", - "version": "2019-04-03T105535.723353Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ad2281ce", - "indexed": false, - "name": "nuclei-fov_000-Z0-H0-C0.tiff", - "s3_etag": "d2daf199d12d7b04320e4bb052f53986", - "sha1": "82dca7b68d4860c565668be2d6b044476e4095c4", - "sha256": "0589dd5b928af541e1659017e95ba6d9785749a3f4f476d294f0c93df240b121", - "size": 1600269, - "uuid": "13ce8b32-13df-411e-8874-810de85a6d51", - "version": "2019-04-03T105536.220197Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d8b5d806", - "indexed": false, - "name": "nuclei-fov_000-Z1-H0-C0.tiff", - "s3_etag": "67cc6b7a2a8d677c159de350edef6bcc", - "sha1": "ee20d8d4e134e893394a1a03bdc866f397dd6687", - "sha256": "1f5a3012c9ef4a4770308912f8f46607182e3c38a3ab8a3bacb22f292d1694e1", - "size": 1600269, - "uuid": "1eb42fec-c278-43a5-b3a3-b68d998b3a2a", - "version": "2019-04-03T105536.479486Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "3b0cdc15", - "indexed": false, - "name": "nuclei-fov_000-Z10-H0-C0.tiff", - "s3_etag": "1753dbb2290e609761ce3f84dd0afc24", - "sha1": "95e12c876c352476ea4edb096ee6dc1796bac431", - "sha256": "23e8f06cae4c966865c79a2191cd5a681ec2ed7b02f20e790b0c229c8d548465", - "size": 1600269, - "uuid": "fe9c7709-3a1c-4548-9578-01e4a63cc9d3", - "version": "2019-04-03T105536.745978Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d1935fb2", - "indexed": false, - "name": "nuclei-fov_000-Z11-H0-C0.tiff", - "s3_etag": "b35770d5b97ec9b27fd308d80061b72e", - "sha1": "7d5e13f9db6b1cce6c416daf66bec1a337d8a4d1", - "sha256": "07977366ff55e8863a6df4924d16d7cf9ae7f94b8cfc638ba004c5817b7ad22b", - "size": 1600269, - "uuid": "508e6ec1-6693-4ffb-aa0c-53940a9b1a30", - "version": "2019-04-03T105537.018211Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "817e676f", - "indexed": false, - "name": "nuclei-fov_000-Z12-H0-C0.tiff", - "s3_etag": "116d31fb34c9fc4690871fabb44148c3", - "sha1": "a49d6792ecb9c0bb71c8529045ea1e3241e08b2b", - "sha256": "d8b766da53f216a594da6ba833c99bd8213bee52058cec0d48647602c97de377", - "size": 1600269, - "uuid": "9d66777d-7af9-4cf2-bcd7-6d4b0cba8fab", - "version": "2019-04-03T105537.249443Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b3be7c25", - "indexed": false, - "name": "nuclei-fov_000-Z13-H0-C0.tiff", - "s3_etag": "6ee57a84a94c6092903e173a2d1a9aca", - "sha1": "fe2a6ea83f6bcc3a1f5da9bcebf375e6f65556ac", - "sha256": "0a4051c4b023501f0c82111379daa4b4763b7428f37ae0e609acfcfdca96dfd1", - "size": 1600269, - "uuid": "50b7b8e6-16fa-4e0c-999a-42cab234b1db", - "version": "2019-04-03T105537.599532Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "acf4da3b", - "indexed": false, - "name": "nuclei-fov_000-Z14-H0-C0.tiff", - "s3_etag": "e4f1a1d854cdc849172788991e2e53af", - "sha1": "f19b5381231a32d27a71777f93042e66cbf7e4ea", - "sha256": "80e1471ea76d4e4ef929130494ca206c1f3e42600936d65cfb4347d5764d1678", - "size": 1600269, - "uuid": "c4be485e-8f30-454c-a641-7d0ff3cafb4a", - "version": "2019-04-03T105537.940591Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "527eec28", - "indexed": false, - "name": "nuclei-fov_000-Z15-H0-C0.tiff", - "s3_etag": "d68135d3e69d3e53f2823c88c443a8cf", - "sha1": "83c3ed3a8fe54080394881357653bd7c0fe179a2", - "sha256": "934dc0c464a532d89bf0d5f29004466a64c648561ffe56945faba7f63bba0679", - "size": 1600269, - "uuid": "23fad5c1-d704-479d-b8cc-a629fee2b340", - "version": "2019-04-03T105538.199379Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "60e20c9b", - "indexed": false, - "name": "nuclei-fov_000-Z16-H0-C0.tiff", - "s3_etag": "7145c8a469f01dcd600febdd94e10591", - "sha1": "27dbacb8100155e78851842f0eee89b5ccd91542", - "sha256": "822a57a48974c1f0fcaf5b0565652876ec1b4265558942222830ab9d246bfe26", - "size": 1600269, - "uuid": "4a9702b6-04e4-409b-a241-42540df7a07f", - "version": "2019-04-03T105538.500545Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c031ab08", - "indexed": false, - "name": "nuclei-fov_000-Z2-H0-C0.tiff", - "s3_etag": "6164a16c6ea593bf5ad7527860c155eb", - "sha1": "c783cb51f109af91225f99ea3114e918f6b0564c", - "sha256": "ab38699d9d1abe447b38225d70490aa0ba7a92cd02bffd4a3a18d8ac1bd13d5f", - "size": 1600269, - "uuid": "bb22c7d2-a22e-4e97-ab75-5bf44d95aa47", - "version": "2019-04-03T105538.750403Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "46b7935c", - "indexed": false, - "name": "nuclei-fov_000-Z3-H0-C0.tiff", - "s3_etag": "8222dac4e29d16a650ad20a1a1a8c5ae", - "sha1": "45b2fbe7405043b09a6e93d3cb2ef7f7c1d8bb6e", - "sha256": "e7ee71cf986302b3466c2c19d0a00403d381ded671bf3a8b631582d35a2177f0", - "size": 1600269, - "uuid": "3047eca0-886e-4989-a220-c35ee497ed62", - "version": "2019-04-03T105538.997194Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6571f990", - "indexed": false, - "name": "nuclei-fov_000-Z4-H0-C0.tiff", - "s3_etag": "4654641a3711f09ab256f7617f558162", - "sha1": "23383caa829a08b3a05cbd76d7a41de87417e0a0", - "sha256": "28a01a55f7889ff47606ac9c785092231908f3418c3821da3be58b03c410d7b3", - "size": 1600269, - "uuid": "86df917c-0969-4e27-8f29-ad2b73837818", - "version": "2019-04-03T105539.261002Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6c5755bd", - "indexed": false, - "name": "nuclei-fov_000-Z5-H0-C0.tiff", - "s3_etag": "4284d4f412a74007207bb3a7592ecec8", - "sha1": "69e9b6ab402527be214cd08732a0d8190948d11b", - "sha256": "d8e7819f4dff7d2ef181c459f3ec538d38fe43a093706772e02c42d2aa28fb0f", - "size": 1600269, - "uuid": "25ce5f57-b9e8-4403-aa8d-6e0d69044683", - "version": "2019-04-03T105539.480189Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2e614198", - "indexed": false, - "name": "nuclei-fov_000-Z6-H0-C0.tiff", - "s3_etag": "0395c6734209a2fb9e4b2b507528555c", - "sha1": "829b3ccaa580580a94675e08c5a42a8f29f8ae25", - "sha256": "240f3bb6f1614280f772073723d721c4e92f379b7e1db3a866884c2ef32d8333", - "size": 1600269, - "uuid": "2f887578-9f16-4dcf-86ad-b8967c32b7a5", - "version": "2019-04-03T105539.720912Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5ce077ba", - "indexed": false, - "name": "nuclei-fov_000-Z7-H0-C0.tiff", - "s3_etag": "8f1f102df1957b494923fc5d170c1d71", - "sha1": "d039df202d60522d38ccdb9a0605472a755e7558", - "sha256": "7632def6e8897eea870cb47f2d1925bbe24ece886696c646dbec63835fe44636", - "size": 1600269, - "uuid": "275513cc-14aa-4ea8-9da8-f47ef8524e37", - "version": "2019-04-03T105539.960131Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "40df3cb1", - "indexed": false, - "name": "nuclei-fov_000-Z8-H0-C0.tiff", - "s3_etag": "bcc7c062ffb6535c2d14b9e25b26786c", - "sha1": "644f28b846c88d16391cbb0cf8ec9ffecc2e5f84", - "sha256": "d1a1c9dfd8422ac2c0dc965ac6ac44ed6c008b4529c4f11c61c54f2245aa1b76", - "size": 1600269, - "uuid": "1f9c2a23-a564-4fd5-9682-7c7d4a68b436", - "version": "2019-04-03T105540.220248Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "95200df1", - "indexed": false, - "name": "nuclei-fov_000-Z9-H0-C0.tiff", - "s3_etag": "d7d0114775507a0500a0f0ba78424d38", - "sha1": "6da2cf3544c519fef20e267b649a5f396eaec045", - "sha256": "43fee434f3dcadd88f911f64b64611f66e56ae4ba428827fded65babfdcf3ebb", - "size": 1600269, - "uuid": "6c37dc76-a843-4009-986e-90f28512e5ef", - "version": "2019-04-03T105540.469870Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "4e149113", - "indexed": false, - "name": "nuclei-fov_000.json", - "s3_etag": "b1c2b59d6f156cd2b0f8d5a660627411", - "sha1": "0256b1daed586807e3aca60f080f68387047ab7f", - "sha256": "648c306a1d4dfb9641f4def7efb3ad3fe299f0c459b83bdd6f88fbc9adc53219", - "size": 4690, - "uuid": "4ed6be97-90ba-4e59-b81f-6432a13ce7da", - "version": "2019-04-03T105540.859515Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "f456645f", - "indexed": false, - "name": "nuclei.json", - "s3_etag": "8c3355f66685fcab73eaf5c7030fa178", - "sha1": "846d7f68755d488e57701c01c1e19ff76398fee2", - "sha256": "fcd7959c7a5df652934f5866aaacb44675bd6bb643d2ce0dbe66139a50048b06", - "size": 112, - "uuid": "d79a3b8e-7031-43a3-9ac3-0f93dbd3228c", - "version": "2019-04-03T105541.199977Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5919ffe8", - "indexed": false, - "name": "primary_image-fov_000-Z0-H0-C0.tiff", - "s3_etag": "a1c6a5e8fa17ebdf33eb0ca5659f1ac2", - "sha1": "1c0256e517b262f98f75ae9473de02275fa88b85", - "sha256": "85c5be8c3b6e4242837162f693f5d1bfce5300a32dc6ff5c30db24f1372e9c25", - "size": 1600269, - "uuid": "4777d5a6-1e0e-4041-8a30-b95a0e98d95c", - "version": "2019-04-03T105541.479157Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "dc899808", - "indexed": false, - "name": "primary_image-fov_000-Z0-H0-C1.tiff", - "s3_etag": "092438df9d1c75434c86b3a44abd3e34", - "sha1": "b815d45333f98a6e415f409f7f1f7646c50d98ae", - "sha256": "48c8b06f40fb077a3afe1089895fbda21ccca2111fe85c39b7b575fd39fa47f2", - "size": 1600269, - "uuid": "6309bae1-2138-4507-8a39-33bb19030090", - "version": "2019-04-03T105541.754003Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ef95e538", - "indexed": false, - "name": "primary_image-fov_000-Z0-H0-C2.tiff", - "s3_etag": "b8d01ac3aeb362bba01f7cebc3970c4e", - "sha1": "599979a65ef48582469bc5d7e16a72645da874d5", - "sha256": "a540dc4a9ccdcfeb2b1ba4061f7735747e776c3b2d1f9bac758d13173a34315f", - "size": 1600269, - "uuid": "30263603-56cd-48da-9694-8b4bacaaf7bc", - "version": "2019-04-03T105542.029318Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "41667304", - "indexed": false, - "name": "primary_image-fov_000-Z0-H0-C3.tiff", - "s3_etag": "ef267373bca39f6c022c1363b4014fa5", - "sha1": "3aa293167e534c86eb86e9603e655e8db1a344fe", - "sha256": "27e04905020b0b33e62f0bee4e1ef338cf24c1114ca58a71af7444d41fe55a9f", - "size": 1600269, - "uuid": "516cc5f6-45ae-4b5a-94ca-bc8a6ece4510", - "version": "2019-04-03T105542.261771Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6de2e7a5", - "indexed": false, - "name": "primary_image-fov_000-Z0-H1-C0.tiff", - "s3_etag": "37e50c5142ba89b0fee52882b441c2a3", - "sha1": "d3e006a7573788c42b24a9d1a7bf58677b1fa3ab", - "sha256": "baad4bcb11c43438f20f8e478666e7ec40ccd74c0b8d37e7119acd7dabb4dab5", - "size": 1600269, - "uuid": "e9a2424f-12b0-4ce8-b61e-29d859a1af3c", - "version": "2019-04-03T105542.605503Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b94c15e4", - "indexed": false, - "name": "primary_image-fov_000-Z0-H1-C1.tiff", - "s3_etag": "a14109d34d7467c1f367c36df26e3488", - "sha1": "d9883b3112b42265aaaf02f00b34de45b010dda5", - "sha256": "13232371857789fbb26be5f783f2df61e65064dad45d495e4c7c5eaf89f4a1ee", - "size": 1600269, - "uuid": "80269cb6-3de5-4818-97b2-fb3748d8facd", - "version": "2019-04-03T105543.080155Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "57641644", - "indexed": false, - "name": "primary_image-fov_000-Z0-H1-C2.tiff", - "s3_etag": "a843d6e5142dabe4d2ee18737fced212", - "sha1": "be5e106fa634516f0987016c58e99c43b5abf74e", - "sha256": "6033c84accb8aeaa13c1d120e18f3250961eefd15501628893fe80eb60861c82", - "size": 1600269, - "uuid": "06862bf0-7add-4177-9d3f-d95aec58c436", - "version": "2019-04-03T105543.440368Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2ef0631d", - "indexed": false, - "name": "primary_image-fov_000-Z0-H1-C3.tiff", - "s3_etag": "8dc65ccb1a30f1196a2619c75c001a6a", - "sha1": "52b27d8337b17bee034add31aa9f320331172719", - "sha256": "c8e712cb8d7c982fc222f4ebcda04a2f75f4dbc9808f77e71ee296ec8b900b47", - "size": 1600269, - "uuid": "9e9be46c-708f-4931-ad11-4fed782e3949", - "version": "2019-04-03T105543.739247Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "e84829d0", - "indexed": false, - "name": "primary_image-fov_000-Z0-H2-C0.tiff", - "s3_etag": "41ed5a93744a943d8fe70f2f3f17b96a", - "sha1": "cab05b18334080557b77701ab0550482feb7c2d1", - "sha256": "5abe3360206c21d661aeeee347e1e9bf3a65218798986c50b52328bd5c218845", - "size": 1600269, - "uuid": "6bfdc846-e6f8-4786-ac75-9fb7ac241778", - "version": "2019-04-03T105544.019854Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "0ad5372d", - "indexed": false, - "name": "primary_image-fov_000-Z0-H2-C1.tiff", - "s3_etag": "9aea02b0c75eb4e67c9f9fc43d5d3491", - "sha1": "272b6b0db0808768ca0719295bfc2fb296acf011", - "sha256": "f1d06980228acb649ce21b0ef38736ec78d04c4cbd07117f7d2c798633271cab", - "size": 1600269, - "uuid": "8d3f44f7-00a0-4fab-adec-401781b783e5", - "version": "2019-04-03T105544.392532Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "8f903d20", - "indexed": false, - "name": "primary_image-fov_000-Z0-H2-C2.tiff", - "s3_etag": "6e8f2af5b0a2d3fc5025595ef1b2c2ed", - "sha1": "23489e202e34cabd7d9d61c46cfb451cdbfaaa2b", - "sha256": "a9200607a382651d0a0f8c74fe30b2c470f3004a6e3ccb7aa80394e905a89e17", - "size": 1600269, - "uuid": "b102d32f-1140-4ede-8813-8ed053f350df", - "version": "2019-04-03T105544.670961Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f419bc60", - "indexed": false, - "name": "primary_image-fov_000-Z0-H2-C3.tiff", - "s3_etag": "81d22aa6eada5862f67fc2f6aea4b90a", - "sha1": "fe091ab324b0c644d1c29bde67fd4f7e5cd84132", - "sha256": "c9d2705aa363a24172108e1951134e8272d251ca1e3c82c9aef40e90f059c75e", - "size": 1600269, - "uuid": "e4ba18e1-b072-41cd-a091-32b51b5078f4", - "version": "2019-04-03T105544.961246Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "0686a5ad", - "indexed": false, - "name": "primary_image-fov_000-Z1-H0-C0.tiff", - "s3_etag": "3c2fc50883f92b0b76e252ff12acaa52", - "sha1": "e041d31c5ca58e22c8fc16c2e4b79724517c9374", - "sha256": "c8ebf8c62c728145e8802ba9cf396ae5f5706ca1ca33602d2ea2287ad9df4988", - "size": 1600269, - "uuid": "c296fb80-3fb8-476b-b8ff-eae9e8c75388", - "version": "2019-04-03T105545.187187Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "68f4056c", - "indexed": false, - "name": "primary_image-fov_000-Z1-H0-C1.tiff", - "s3_etag": "aa85587e50c61f3c880f811af83589b3", - "sha1": "be1b220b93033b9f9cfffedb624017b5cfa0ee66", - "sha256": "2eb6cb0132ea1571b590522a167bd60479c7bf52cd671b0763df3178e87853e3", - "size": 1600269, - "uuid": "399445e5-b4f6-4f3e-8b65-bfc76f0e078c", - "version": "2019-04-03T105545.522173Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "533d7018", - "indexed": false, - "name": "primary_image-fov_000-Z1-H0-C2.tiff", - "s3_etag": "fac114b1689dd0fca29af6d3636fbdde", - "sha1": "ba56f9680075f5677ed7294406fe53b5553207f3", - "sha256": "ea883a274715c627c3a2615a1340c22d88f8c5417de3106a9aa666f0c02b851c", - "size": 1600269, - "uuid": "fbefb123-cf54-4eeb-9ec2-d826e44ad953", - "version": "2019-04-03T105545.766611Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c69cd6f6", - "indexed": false, - "name": "primary_image-fov_000-Z1-H0-C3.tiff", - "s3_etag": "816a7f3754cb7c2932ac7e0ccd3b72ba", - "sha1": "81551338a2440f0189af43a590750fdcd999c47f", - "sha256": "7c1d52008fd944b34aa86fd0a5d56a2c0d0360bd6c7939fcc86a5ca28312c024", - "size": 1600269, - "uuid": "8bf3db8e-e9cf-40e8-916b-b1e24449d79d", - "version": "2019-04-03T105546.280407Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4ee7d925", - "indexed": false, - "name": "primary_image-fov_000-Z1-H1-C0.tiff", - "s3_etag": "dea6ad5eef4899e73f04c8f4690d40b6", - "sha1": "5013191d6a7ab184c73a492f80075e994a1a4fd9", - "sha256": "37665c56980c1c395bcf89548565b40d44bd1a6e84bc31ba101d2e83818fe89e", - "size": 1600269, - "uuid": "2207ffb3-4f5a-47ba-99c1-b7d81b56168b", - "version": "2019-04-03T105547.016718Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a8a836cb", - "indexed": false, - "name": "primary_image-fov_000-Z1-H1-C1.tiff", - "s3_etag": "5e0e4bc2b50cc746ff593818d3eec6b4", - "sha1": "555c67dadbbfd481b3137d4a4a5ff6cfde52edf6", - "sha256": "5eebc95b1f0daa116d73359a0c653759910a84e2a086239105fd31cc2c463d6e", - "size": 1600269, - "uuid": "6b04d393-7852-48b4-ae14-8cfa4543c5ca", - "version": "2019-04-03T105547.282294Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1debd71b", - "indexed": false, - "name": "primary_image-fov_000-Z1-H1-C2.tiff", - "s3_etag": "068c894051c2c8b83133fdb7098a10be", - "sha1": "ced49b3e129ebb7516e2719ed98c90b9176065e5", - "sha256": "ab3b43d91b8106b24f550afb6b04e4ff06c29703b8b7c03b62b5ded3e3562bcf", - "size": 1600269, - "uuid": "d2859680-0fe8-400a-be0e-e04a3d832d1f", - "version": "2019-04-03T105547.626243Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "170b0997", - "indexed": false, - "name": "primary_image-fov_000-Z1-H1-C3.tiff", - "s3_etag": "d4bf941909636e00f4e65df0f937c3cb", - "sha1": "f368d9c51c85353f576504ce351dbe5f7c9abc20", - "sha256": "51a22aa82eda457911b822c3a67a6c3d2169c54b7204b66711ff6113d45114e6", - "size": 1600269, - "uuid": "467e4b98-519f-430b-8c59-57270f0e1259", - "version": "2019-04-03T105547.939813Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7fa1a6ac", - "indexed": false, - "name": "primary_image-fov_000-Z1-H2-C0.tiff", - "s3_etag": "fb985f9815313f8178cc81bba8e6899a", - "sha1": "44d97a67583454e7b540bf23634b635ec77273e6", - "sha256": "2783f3179b06e80ae1b5a0f45c40afeae45b8da41930d0c1e3e050d7e9698344", - "size": 1600269, - "uuid": "f7f95a37-370c-459f-bf84-19691fb195a5", - "version": "2019-04-03T105548.236748Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c57cc4b9", - "indexed": false, - "name": "primary_image-fov_000-Z1-H2-C1.tiff", - "s3_etag": "bfb6be8b742f97e57548a08c2f520360", - "sha1": "2de2a3814a9dbc094c76fadcad41a234fc6bc51b", - "sha256": "9055d0b3f83ba41e98c9105cb806e216b0d14a24f50c88489fa06e207f046f3c", - "size": 1600269, - "uuid": "dbf2dbfb-2470-40db-96c8-eab439922ceb", - "version": "2019-04-03T105548.520165Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5b3ff3f3", - "indexed": false, - "name": "primary_image-fov_000-Z1-H2-C2.tiff", - "s3_etag": "51231d0f2eaf546c0530395a18067409", - "sha1": "e111abd73a379d0adb85398ed96e8b21c7e8a023", - "sha256": "5e4028907526a099ee4b685a15a583e000c0164c14ecfcd41118b48cc3c05bc4", - "size": 1600269, - "uuid": "cbb74511-25d3-431a-83e5-96d8746b7b13", - "version": "2019-04-03T105548.859536Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "316b67c4", - "indexed": false, - "name": "primary_image-fov_000-Z1-H2-C3.tiff", - "s3_etag": "d99c136ee57c7e24b55ce51a10a849eb", - "sha1": "ee5b76ef47b16398d5ee3d4e1c3125f32ceabffc", - "sha256": "c72b7a15560b7ab0419e223ad09ded3e3f182263c0c7ae4a6596246e8960b1c0", - "size": 1600269, - "uuid": "8feb1eb5-aae7-49f3-8a50-ca08fc6cd9ae", - "version": "2019-04-03T105549.143186Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "8776fda9", - "indexed": false, - "name": "primary_image-fov_000-Z10-H0-C0.tiff", - "s3_etag": "53114fb78c0083e71676e1f5df07c223", - "sha1": "5d9ca067634e35d3c6d2d9c42343551c600757cf", - "sha256": "148e60401f58fffa7ec7e17ef68b45e712114e52d1e33a79b849773f3a5cd5b3", - "size": 1600269, - "uuid": "c24714bc-d736-44b9-80f7-226178093cb0", - "version": "2019-04-03T105549.500027Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a7bafd39", - "indexed": false, - "name": "primary_image-fov_000-Z10-H0-C1.tiff", - "s3_etag": "609844220fd3b593ee0caccac529202c", - "sha1": "9a6a05000bf0851e9469c5a582d04bf716cbe7f1", - "sha256": "1abb6241a8357ff244d86c8352bd1e713ef343fbf15dec7157ac533152d92a0d", - "size": 1600269, - "uuid": "f2f917fb-0729-43a9-8b91-badc7768e23c", - "version": "2019-04-03T105549.865712Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "23d93904", - "indexed": false, - "name": "primary_image-fov_000-Z10-H0-C2.tiff", - "s3_etag": "4dd7610181826f6adf9c563c901e0fca", - "sha1": "dfc98d2e436aef7982fa4241d774aeb6b9aa0ff1", - "sha256": "499483d49cd71506c7095f30a39c64a556ce63902cdbf375b613c495de56e733", - "size": 1600269, - "uuid": "3b548656-b0e1-4fd0-8ed8-0002a5a618ba", - "version": "2019-04-03T105550.106030Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1439edf9", - "indexed": false, - "name": "primary_image-fov_000-Z10-H0-C3.tiff", - "s3_etag": "629e25a7c5a804cda8c849843844076c", - "sha1": "be5ce9eb8bd863dd596a98f4150ab661e01147d4", - "sha256": "d2d0f8b5f1ae031f26adb3a579be5cf845b0c0a0468fe0f0f71ecfb8d3db7e28", - "size": 1600269, - "uuid": "07db36b4-87d4-4fa1-8a85-b85701d5a9f8", - "version": "2019-04-03T105550.478983Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "23dfcc29", - "indexed": false, - "name": "primary_image-fov_000-Z10-H1-C0.tiff", - "s3_etag": "f4a1a90d44cff0e07b1b2d7b9aefcf8c", - "sha1": "2b3ded69a6c35ed47e325fe661482929f4dc4cb4", - "sha256": "4e13cfd76ea5e4b52c9316fbbd563e5bbd9673a708c71bbbfb45b789c6759cd0", - "size": 1600269, - "uuid": "49ada68a-c5b7-4e03-9449-3684e06db4fd", - "version": "2019-04-03T105550.739481Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b8797e65", - "indexed": false, - "name": "primary_image-fov_000-Z10-H1-C1.tiff", - "s3_etag": "98a99be632b58130697636723e4bc732", - "sha1": "638bb19206f156858aebb94110483a0dedcd79ce", - "sha256": "e6bd3d5c56ed7b408a4096a224efd0f09a861674f14991f3c1fcee26aea63d5a", - "size": 1600269, - "uuid": "dc2076bd-19ec-47c7-8ac9-6c6503386cd6", - "version": "2019-04-03T105551.111778Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "387caf6a", - "indexed": false, - "name": "primary_image-fov_000-Z10-H1-C2.tiff", - "s3_etag": "bf79470aa23df7680bc3dab20bc9fdeb", - "sha1": "30b2559ccffd430ab301d0181b7a016fa68a8b39", - "sha256": "28a08c2edb7044af26e5732fe991643c1fb97851d35ad18658b6ff75e9a9e2e7", - "size": 1600269, - "uuid": "2f5d576a-9e48-4f98-b19b-11e0bbd86615", - "version": "2019-04-03T105551.335466Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "94de8736", - "indexed": false, - "name": "primary_image-fov_000-Z10-H1-C3.tiff", - "s3_etag": "c4406f061e2d8b568d72b2d8bba598ee", - "sha1": "cfc78b40a3a786933d7e46b3808cb4fadd1b275b", - "sha256": "621cd72144807a88513d47937d763ac4b665ae144f364f4c69ed0ab6802c9985", - "size": 1600269, - "uuid": "56a4a357-0c62-4058-9362-1ae9b928a38c", - "version": "2019-04-03T105551.680479Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ef84dc08", - "indexed": false, - "name": "primary_image-fov_000-Z10-H2-C0.tiff", - "s3_etag": "4fa41de358086361a329422e9eb9c045", - "sha1": "f50094df26c7aabc9a83d46b85fa59badc5586cb", - "sha256": "e54c2e4b5a5d10ae3be6b91d08415b3fe463c3ccd9f86f7ebf9b2bf9617ffbdc", - "size": 1600269, - "uuid": "ab9c2448-9e9c-4847-ab2a-7e65333c7795", - "version": "2019-04-03T105552.080625Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f901ef1b", - "indexed": false, - "name": "primary_image-fov_000-Z10-H2-C1.tiff", - "s3_etag": "28eb33b0ea77042d1e5467e78ba4a9ee", - "sha1": "162fc33e51482e60820e4c51c5705e10c7cccaa2", - "sha256": "02324cb2dc6975d11959c1694c534654ef48aeae1086128362bd554c92bd4a25", - "size": 1600269, - "uuid": "5b961510-975a-44ee-82c4-47fb7a1ef69f", - "version": "2019-04-03T105552.339328Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a7975ec3", - "indexed": false, - "name": "primary_image-fov_000-Z10-H2-C2.tiff", - "s3_etag": "1f322edc3014aa0637924a3fcf4c7c14", - "sha1": "c7f8bd8e320ae18fc3443dd06e596d2d1468c8c4", - "sha256": "c48167caf74695965ea023cdb713253ea866d0970eb40c0fe23df266c7226917", - "size": 1600269, - "uuid": "db9d6d77-a51f-49ce-946f-21038694b549", - "version": "2019-04-03T105552.640285Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "3c89e00e", - "indexed": false, - "name": "primary_image-fov_000-Z10-H2-C3.tiff", - "s3_etag": "16ca9c5b30cf10887d69732d835cef73", - "sha1": "d697fdf4b12a4e4f1f562f90b9347a3a6597d34b", - "sha256": "5a8338ac1fda0c1554f616d4501369f07f7de1d0ea4e3e17ab682e314dfcde98", - "size": 1600269, - "uuid": "5146d165-1eee-48ad-8327-174d1817dfac", - "version": "2019-04-03T105552.942022Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c5ceab43", - "indexed": false, - "name": "primary_image-fov_000-Z11-H0-C0.tiff", - "s3_etag": "6ceae755ed9aeaebb963364ec7a90d1b", - "sha1": "fa929971df1181934df9282fc6f1db41e8f79d88", - "sha256": "6dfdab9d07ef4c282a65d2e6f0f6b0b3f65993ad10100c7c4e92c1f6b5c8bc3f", - "size": 1600269, - "uuid": "78dc3350-0cb6-4731-b0fb-fa0088f7dac7", - "version": "2019-04-03T105553.200291Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2e42a5e7", - "indexed": false, - "name": "primary_image-fov_000-Z11-H0-C1.tiff", - "s3_etag": "06ed8b773024d7146d717791f414ff10", - "sha1": "e5926a496daa980fd009cf259c1d09d60ef88af8", - "sha256": "755a673f5eac78d48792f777ab04e352814e75596625a9331b9e5af7c199d7a3", - "size": 1600269, - "uuid": "213981ed-c5de-40d6-8d09-ef4354fed57a", - "version": "2019-04-03T105553.480733Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4e0d8d92", - "indexed": false, - "name": "primary_image-fov_000-Z11-H0-C2.tiff", - "s3_etag": "11563e56e169852a5c3a993b476de480", - "sha1": "7e4ab718e0abd53edaa1db559eea3a63784e6e8c", - "sha256": "840268313bf93809cf0f6d546a4d24152fe1514a472d4c2715df3904e397f835", - "size": 1600269, - "uuid": "4f19bb8b-95d6-4dfd-8c58-6bf557cf7e8e", - "version": "2019-04-03T105553.790586Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ae3e068c", - "indexed": false, - "name": "primary_image-fov_000-Z11-H0-C3.tiff", - "s3_etag": "a9a16146242832c0defa79e41ae59204", - "sha1": "d6370db80b250ed05858f6eaff1e1b4b95006cca", - "sha256": "b6500f6c5ece4770f0299a3145253b99a012eeba9c451e68e1a887b8f454c2da", - "size": 1600269, - "uuid": "b735a8fe-4d8b-43dc-856b-5376aaf8e7f2", - "version": "2019-04-03T105554.038843Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "27ad1cac", - "indexed": false, - "name": "primary_image-fov_000-Z11-H1-C0.tiff", - "s3_etag": "bfc0e583fb4ddbf764b5cbe65aab35b7", - "sha1": "5d833a37af8766382fabd4337b7e8ccbcad60815", - "sha256": "d1ec35fd392cf3d718332fa54250ecf8efd284f3120a1c8d60074e15b84f5377", - "size": 1600269, - "uuid": "6465a79b-714e-4286-835c-f510fcc744e8", - "version": "2019-04-03T105554.264803Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "73c913f4", - "indexed": false, - "name": "primary_image-fov_000-Z11-H1-C1.tiff", - "s3_etag": "bee5e534a6183e9308bdeb31977a213b", - "sha1": "49eb9d3550635011759d0f5c18ca341bf72a20b6", - "sha256": "3f952c140d5afa90976992b1a5c729b4603648bd12d19e601cdc91427d0cb49b", - "size": 1600269, - "uuid": "9a77ba3d-6773-4e07-ac91-61f0b9203183", - "version": "2019-04-03T105554.539793Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c026823a", - "indexed": false, - "name": "primary_image-fov_000-Z11-H1-C2.tiff", - "s3_etag": "89cee9ee67610a67152ecf11612fea08", - "sha1": "b5e4908efff59dcd7ad788bfaca249425f528af8", - "sha256": "ac1ffe203eb3ec5c71c7b75ed3fd052a99d8d1161f7ace904b6860ad7c82b129", - "size": 1600269, - "uuid": "fc091e1c-afc8-46e4-b9d3-68341242512a", - "version": "2019-04-03T105554.778615Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "44c7966c", - "indexed": false, - "name": "primary_image-fov_000-Z11-H1-C3.tiff", - "s3_etag": "0c1fb1c4fb4c8e371fae1aae894c0135", - "sha1": "a2a83424533f08979828792bb6fd54836a7a7b21", - "sha256": "8c06e4f22cbd47302f82585d2134b1230c4062e03215a7d83b801bbb72900e6d", - "size": 1600269, - "uuid": "e4021199-842a-489e-a65b-fc3160446904", - "version": "2019-04-03T105555.379342Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d7b7bf7a", - "indexed": false, - "name": "primary_image-fov_000-Z11-H2-C0.tiff", - "s3_etag": "d5e9649396c9c7f1f98f0672dcee3864", - "sha1": "b6ce1d39b6b2399b96af8eeb8bab755586acb152", - "sha256": "fdb06d5ef69715919d7ea4bdeeda0c7a81b838a0ef28268a87bf6abe4af8c898", - "size": 1600269, - "uuid": "1aa253f9-b137-4fd9-b65f-c307420bcfc4", - "version": "2019-04-03T105555.600718Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "88ae4d73", - "indexed": false, - "name": "primary_image-fov_000-Z11-H2-C1.tiff", - "s3_etag": "dd2287f120520149e017c264e72f3de6", - "sha1": "887e3e928d8afcdfda17e64a56f6bebef141d2e8", - "sha256": "30f20720e23acf0caff1ff1bdbe582de254d3a8ab93188a44b63d5cdd597fc28", - "size": 1600269, - "uuid": "22be2eb0-32f3-4b49-884a-e2d28c01706d", - "version": "2019-04-03T105555.855632Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4ae105be", - "indexed": false, - "name": "primary_image-fov_000-Z11-H2-C2.tiff", - "s3_etag": "72c1259fa055687565fc81b8cfa196e5", - "sha1": "342a81768acd7d32ba4b7f92f3ca11e7f17e0691", - "sha256": "8c1bb26f1be6c9196ef0e074a968bfee34806079e57474577fd3ba8947a07173", - "size": 1600269, - "uuid": "c99e944a-475c-4df4-9e6d-9ea50057cfb6", - "version": "2019-04-03T105556.233992Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ac587eaa", - "indexed": false, - "name": "primary_image-fov_000-Z11-H2-C3.tiff", - "s3_etag": "18fe5ebd9f1da1734d7e233b29b4f39e", - "sha1": "1db0756bba2080c9e1a91bbb6abc7b7fda196869", - "sha256": "30b35d9ebce19e936ca156ccc1669700a28819a57082b28b9390e863c21b9f6f", - "size": 1600269, - "uuid": "2a5f4fda-058f-4478-94dc-c12130be8969", - "version": "2019-04-03T105556.579317Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d02a9c3c", - "indexed": false, - "name": "primary_image-fov_000-Z12-H0-C0.tiff", - "s3_etag": "887f41fc2ff12774fef02765785202d1", - "sha1": "490d14a6d94736b991639b06b5a5690e68f03488", - "sha256": "616f5e816d18b75695af9ae3ca6bf250730ebaf7de10b43be96cdbb96d9c54c6", - "size": 1600269, - "uuid": "cca66a40-ea4e-4d2e-a9a5-084a9dd6241a", - "version": "2019-04-03T105556.968010Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "9b9bae44", - "indexed": false, - "name": "primary_image-fov_000-Z12-H0-C1.tiff", - "s3_etag": "b4adeb99c5cc807251a7c41114cb2ffe", - "sha1": "d804db3cc63cd09b7ede0a4706b4abd2b2d633e5", - "sha256": "add26fb8561728ddcc1da5b8019bf30c34a1a4724680eb8f4f297867123b6054", - "size": 1600269, - "uuid": "ab43f67c-1352-4344-9ab2-164ec39d5b23", - "version": "2019-04-03T105557.260494Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1aecea4a", - "indexed": false, - "name": "primary_image-fov_000-Z12-H0-C2.tiff", - "s3_etag": "789c4f2bf1ef3b375f0804110a733d7a", - "sha1": "749897eaf2fc13f1a61b2277d91173c3ac04bc18", - "sha256": "400a32e254cc7e8ff63c0f7ecbb06f46046180447674d1192404dab8d37a1202", - "size": 1600269, - "uuid": "78046a68-90a9-4761-85fe-bb8f1059a75e", - "version": "2019-04-03T105557.518156Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "3b5afbfa", - "indexed": false, - "name": "primary_image-fov_000-Z12-H0-C3.tiff", - "s3_etag": "5a4deb28c50b741404bdbf9b482731b6", - "sha1": "d13f3bbade8b67796a019f3163b697a4de1f9f6f", - "sha256": "7bfd376a2be4d88c67c8d175c52423ea1391402a062b7a0392b0dc2dbfccfdb6", - "size": 1600269, - "uuid": "fbb1d9de-baca-44fd-82b4-1b5f9b76e126", - "version": "2019-04-03T105557.760815Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "16ce63ca", - "indexed": false, - "name": "primary_image-fov_000-Z12-H1-C0.tiff", - "s3_etag": "f4f92e4d0fe49222df6715b1eacfc860", - "sha1": "89495f8ee49f756930b7f9699716d720eff0250e", - "sha256": "2202bb6788f971004969c17f5d5013579ac627048d6bd25ad7c63e671e3687f2", - "size": 1600269, - "uuid": "d33aac64-f261-46d0-8712-543ccdc219c0", - "version": "2019-04-03T105558.079130Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "8ee8eacd", - "indexed": false, - "name": "primary_image-fov_000-Z12-H1-C1.tiff", - "s3_etag": "b3986a3a15c69644873dd204270a63d2", - "sha1": "384ee670a45003c385d732abb08ffe4b5054b2b3", - "sha256": "3e99efc1c84bdf4f3022a35b02d6a310924388f5a64d245322abbb39179bac14", - "size": 1600269, - "uuid": "ea165ff1-76d8-4fc4-b5b1-46e13a92d61a", - "version": "2019-04-03T105558.419178Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b653f9f2", - "indexed": false, - "name": "primary_image-fov_000-Z12-H1-C2.tiff", - "s3_etag": "d9d98464887e0fd0e375a7ce2035fde6", - "sha1": "2f9ed661847addb7a1e508f7a64551d56e71055b", - "sha256": "91d3a98042a86c79996b0cf5713812607de53519f3b9c7227fcb5667fba95831", - "size": 1600269, - "uuid": "fbfd8b5e-6818-4204-8a1d-af17f654c63e", - "version": "2019-04-03T105558.880203Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5d2ad397", - "indexed": false, - "name": "primary_image-fov_000-Z12-H1-C3.tiff", - "s3_etag": "ead473980cdf361a40efde6487b5812e", - "sha1": "ee103d84ace151c7dfe68e579546b4445ecd0c89", - "sha256": "9ac81cb46bb7244b76dbec83afa406653bc80e5f50e8cec14bcf52da96f53a46", - "size": 1600269, - "uuid": "88045284-69d1-49a5-951a-ce861ed0dbee", - "version": "2019-04-03T105559.179305Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1b57836e", - "indexed": false, - "name": "primary_image-fov_000-Z12-H2-C0.tiff", - "s3_etag": "dc98cbd9f2ed861f4839edee92c741ac", - "sha1": "ee94e5cf8c841bba7be2a55582d83bf336b25b2e", - "sha256": "b0559f19893372f5d1e2eb022c8de33afab9460c5bfdc3fa43a1d132a553080c", - "size": 1600269, - "uuid": "29982631-185e-43c5-ae8c-daeba6e26c2b", - "version": "2019-04-03T105559.659913Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ab93140f", - "indexed": false, - "name": "primary_image-fov_000-Z12-H2-C1.tiff", - "s3_etag": "27f70fe14e7e3b07edd0dbf20bc14d9e", - "sha1": "ea798bb2f189c427a46b4d80219fc6d16e7e2818", - "sha256": "d18bcb7369e1a4c3fba02e006c593aeb12d3baf16115db0d5324404ee403db77", - "size": 1600269, - "uuid": "083944c0-37af-4c9c-80e1-2c101b95acc3", - "version": "2019-04-03T105559.998865Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "402e893b", - "indexed": false, - "name": "primary_image-fov_000-Z12-H2-C2.tiff", - "s3_etag": "05a62cd5712c3eeba56bfe96f267bb9a", - "sha1": "497da012af65c6fcaf0be9986227d77d45b94e80", - "sha256": "f19fd7d959fb5c7a48fe8cd776a0e4d7706bde6f11d8fec837ced211b64eca29", - "size": 1600269, - "uuid": "40cbb7e6-b5f1-48ad-825a-5159197c6803", - "version": "2019-04-03T105600.308174Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f843bf4e", - "indexed": false, - "name": "primary_image-fov_000-Z12-H2-C3.tiff", - "s3_etag": "a3ced1c2e181c3ae3b6c0175d034d4f5", - "sha1": "ac3087f9eb2e5a42b61bef858f5ff15cf7bdc36f", - "sha256": "88bd33e3488dffad8404a0dc27afaef8dbe5bada2d88ad5a59ddf43c3e8c0597", - "size": 1600269, - "uuid": "ebe33ee1-8e0b-4412-abb1-b26c5ead07e1", - "version": "2019-04-03T105600.586805Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "052f06bf", - "indexed": false, - "name": "primary_image-fov_000-Z13-H0-C0.tiff", - "s3_etag": "bcc9167532fe6d4332a6042181df7d1a", - "sha1": "d66ea4b0cb0b34be2de8e9e5a12926f49145dff3", - "sha256": "2b078043f0c405d3cb989c43456e5b7ac835f416bb620ea3c85e16c8962b3433", - "size": 1600269, - "uuid": "a94e0444-861c-418a-a338-16ed56e9b430", - "version": "2019-04-03T105600.867025Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d6ebd4ee", - "indexed": false, - "name": "primary_image-fov_000-Z13-H0-C1.tiff", - "s3_etag": "34c1ff12c674255cd44d44d5e7201890", - "sha1": "190094d40dfa2f357d761866860d24d687a8158d", - "sha256": "871f6921cdd3d12ec7b1670a59eb2c8e123a376e391e59f434efce751661da40", - "size": 1600269, - "uuid": "2e39b6d1-7755-4265-a044-f74cac9943a1", - "version": "2019-04-03T105601.179469Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "584d986e", - "indexed": false, - "name": "primary_image-fov_000-Z13-H0-C2.tiff", - "s3_etag": "2dfbbfab11c2528ce2f4beafdfdbe1be", - "sha1": "6403da61835d4362a70a2e5dfbd112984cd22d81", - "sha256": "dd7b8ec3c8a18855a787d282efaffe9b9c5927d29046b194bb405586fc0f4a6b", - "size": 1600269, - "uuid": "fcab0b60-14e5-441a-b5ab-492576785bfb", - "version": "2019-04-03T105601.420192Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a9ee4bc6", - "indexed": false, - "name": "primary_image-fov_000-Z13-H0-C3.tiff", - "s3_etag": "b36579dc19eb793dab6d74b099b3c094", - "sha1": "bdf15acace826820eb39fab732fc21b1c9b71ba5", - "sha256": "7c822e36225c6ae1ae17eeae2c3d8d036386e57b7c4a096e2f5412af9441a227", - "size": 1600269, - "uuid": "45caa165-0ccb-424e-a454-da6ee8c3debb", - "version": "2019-04-03T105601.721498Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6ff498a1", - "indexed": false, - "name": "primary_image-fov_000-Z13-H1-C0.tiff", - "s3_etag": "263ae72ab8c5b07cdb67115ead4b0581", - "sha1": "0b1851977e68f57322a9b9b610e28ad2a9ca59c2", - "sha256": "e2160976c70adaa0cbbe30ad556550978fb8e179c5c2c01d43e51eaf392fd8ec", - "size": 1600269, - "uuid": "cd27dad7-cd62-442b-ac93-1a492df1045e", - "version": "2019-04-03T105602.039781Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d3808e49", - "indexed": false, - "name": "primary_image-fov_000-Z13-H1-C1.tiff", - "s3_etag": "9825ecfc61e68ca25e40bef25e59ccfa", - "sha1": "ff0a443f513db573f55cc98e5ee1a37296bfae97", - "sha256": "bef348b002b6d232a391fb0d3f9c31506dbb24eaca6a82ea255e8e362affc71a", - "size": 1600269, - "uuid": "60dd0c9f-00a5-4d05-9e03-d3d9ed094144", - "version": "2019-04-03T105602.303691Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "559258c8", - "indexed": false, - "name": "primary_image-fov_000-Z13-H1-C2.tiff", - "s3_etag": "f36dfa34f3494ced8619bcf41f50b609", - "sha1": "8b42c0a67ebb80242e695de36af2704240a43541", - "sha256": "d122a74a78ee74b8ec52ad8c0e8c91a0da215f9ccaa8997d97ac19312792f3ec", - "size": 1600269, - "uuid": "c6feee87-37de-465d-b860-b9bd70da69c9", - "version": "2019-04-03T105602.620006Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7da89022", - "indexed": false, - "name": "primary_image-fov_000-Z13-H1-C3.tiff", - "s3_etag": "b8911343150f670d61645fc8a8d33ae5", - "sha1": "5bd3d9288289f0c69a6d4f56d3361d3743b423f2", - "sha256": "2170b2d5225a5c06b8e6a0d4c7baf98fedc829c55cf39384836319dde5cfd27b", - "size": 1600269, - "uuid": "bf2d918b-0a45-4f42-83b5-e38dd2c77084", - "version": "2019-04-03T105602.924316Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7855861f", - "indexed": false, - "name": "primary_image-fov_000-Z13-H2-C0.tiff", - "s3_etag": "adee3752465a14bac55600bb2ba15d49", - "sha1": "6ec29fd007cae668ee61a9fb88415817247f59c5", - "sha256": "8c8299f5933f6546bbca375bdd0258ccf642bae8cbed6cbad569037a21477389", - "size": 1600269, - "uuid": "31896233-7b29-42a4-94b0-208095c99f5f", - "version": "2019-04-03T105603.161708Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "aa188246", - "indexed": false, - "name": "primary_image-fov_000-Z13-H2-C1.tiff", - "s3_etag": "8a7c1094a104a9a7cc40ed6178fcb752", - "sha1": "0035dc38e3f4276b3442a308d0d7418a6eb24614", - "sha256": "cf7f002f384c6f5491b164dd7a571d9c768be9bf3e019401015b6dc69b957696", - "size": 1600269, - "uuid": "55001751-e224-4825-87c4-bd786345faef", - "version": "2019-04-03T105603.421325Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d735689c", - "indexed": false, - "name": "primary_image-fov_000-Z13-H2-C2.tiff", - "s3_etag": "6312ba6081f851b6a62ecd624764cad3", - "sha1": "53f3a2a46803321bfa6b0271c887130a4d87a94d", - "sha256": "4de7ef1850de8d30f292f26d5df973c15a37d0f09fcec7e36206c1380e74abcb", - "size": 1600269, - "uuid": "9e4aa7a1-045c-448d-9506-9f180646f31e", - "version": "2019-04-03T105603.652981Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "3ede4f1c", - "indexed": false, - "name": "primary_image-fov_000-Z13-H2-C3.tiff", - "s3_etag": "c6cd4cc027b68101cdebd5cd9c8b4a67", - "sha1": "745fd35a8b5509b852148f57dbd9a4dbb4bd355a", - "sha256": "42173d6b156f00f205f92f20f694b7392ce3d7619033122df8388e1a45acdc73", - "size": 1600269, - "uuid": "54ddc5aa-4b48-48e5-a955-2f969478eb8d", - "version": "2019-04-03T105603.939697Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2567a82f", - "indexed": false, - "name": "primary_image-fov_000-Z14-H0-C0.tiff", - "s3_etag": "23d4e877ecb39a2bb4b4323ee3560bd9", - "sha1": "076ae34880e7546836d365851668aae082501850", - "sha256": "2c9e806302eecfe1fa003b8ed15beeed08d6cb6e93b2552c30c7d48a8253386b", - "size": 1600269, - "uuid": "9ab3b14e-52eb-45fe-8473-b166185732fa", - "version": "2019-04-03T105604.189833Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d89a7999", - "indexed": false, - "name": "primary_image-fov_000-Z14-H0-C1.tiff", - "s3_etag": "733724cfb40992f157c06a21429ce63b", - "sha1": "f81644e79659aa85009d30b5747126a4a4c3bf52", - "sha256": "c5554bc09b3722f4b63a015ccd5f952778d60b0e5c5b11e8e6850028cd41f4e6", - "size": 1600269, - "uuid": "e877a847-80aa-4d68-a069-6da3015bb19e", - "version": "2019-04-03T105604.480375Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6a6f2b31", - "indexed": false, - "name": "primary_image-fov_000-Z14-H0-C2.tiff", - "s3_etag": "caf29bdd34d04d56efa7ffe4e69bdf15", - "sha1": "178b19662651333bcd83ee5c979c5fb21a24ee3a", - "sha256": "8c77ea0a4a7e17738c3f1148a63b37d068acc1ffc8fc2d5c9e9f0dbcf88d02ce", - "size": 1600269, - "uuid": "f30fb34c-ea78-4c55-8342-666e028b1ec7", - "version": "2019-04-03T105604.725431Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "8e7e28ba", - "indexed": false, - "name": "primary_image-fov_000-Z14-H0-C3.tiff", - "s3_etag": "50d4a2b1c64d9a6091118b0f3ba69082", - "sha1": "904cedf9d6d62d129da6d3a1d30fd7c74e21bdfe", - "sha256": "a6d97e21fea1d3cc28be720bccb70f9f2a0e3fca6ffbce383ade7612ed90ea13", - "size": 1600269, - "uuid": "a800e1a6-58b9-48ea-b33b-b2c58627e5f0", - "version": "2019-04-03T105605.006005Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f31ac427", - "indexed": false, - "name": "primary_image-fov_000-Z14-H1-C0.tiff", - "s3_etag": "8ffb788e265f2f239b5b23fa695e1119", - "sha1": "087a91c220f450a4baee76b805e81170384a1e63", - "sha256": "2f3af86421a5d9ec2101ff3943a8157d3ca2b257d04676bec5a1608241b9e93b", - "size": 1600269, - "uuid": "4971ef5d-cd50-48e1-a7f3-91e1ebf27dda", - "version": "2019-04-03T105605.420646Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "71e66e31", - "indexed": false, - "name": "primary_image-fov_000-Z14-H1-C1.tiff", - "s3_etag": "8c328a7008b42a8ca4dd7cea274cb679", - "sha1": "7da5e8987204a4abb4329c45a04e79eb5181006d", - "sha256": "c87288170e297bcacb92a8b685251eb3b8b5f61cd14cbf569ba7473e33bf289d", - "size": 1600269, - "uuid": "0fe0425a-1371-42d6-a6d2-36962c8a22f7", - "version": "2019-04-03T105605.641366Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "bb067245", - "indexed": false, - "name": "primary_image-fov_000-Z14-H1-C2.tiff", - "s3_etag": "072dfe78e868a7886774cb3aa04a0a7f", - "sha1": "04486bf2cabb0f3ce29603ce8605d0bbb5b36aa8", - "sha256": "9a1b23dff11928fe74e4779a3e9865b9cb732683a0bee85da64e5afb38959383", - "size": 1600269, - "uuid": "25ff77de-95eb-4737-9ba2-fff2969eca73", - "version": "2019-04-03T105605.904789Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "69c233e3", - "indexed": false, - "name": "primary_image-fov_000-Z14-H1-C3.tiff", - "s3_etag": "ab66d0e958e7ae0cd9f7de7b21edd2ee", - "sha1": "149743809ed468c9878334e4deabf25b5f0de6ff", - "sha256": "3afe34c5645c4c6ed4e8fd71882f8e84d62544eea7b926de3eddc31a81084854", - "size": 1600269, - "uuid": "f1bdabbf-13ed-483c-8492-a6c9c2f65db6", - "version": "2019-04-03T105606.322160Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f98fd263", - "indexed": false, - "name": "primary_image-fov_000-Z14-H2-C0.tiff", - "s3_etag": "1a39d83cd8e12cc23e42c24f6668dc33", - "sha1": "eaf2b358ed990a93bae6c6c2bcb9a462673901a4", - "sha256": "304439ad4583424ef116b6ac98a44c1d43a7622472b2a3a89677b54392acb577", - "size": 1600269, - "uuid": "5b57e6a7-e098-4605-b00a-d58652698580", - "version": "2019-04-03T105606.659307Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "9db56d08", - "indexed": false, - "name": "primary_image-fov_000-Z14-H2-C1.tiff", - "s3_etag": "dda12be46aeb27da4da7ecf1cbb44dd5", - "sha1": "9e1e7ad1c9c013feba08c3ed48c29e3b81f4469a", - "sha256": "9158ddf94cd4395252a02c2f61a4e2f3b179593839a2c22a2c89066dc053e5de", - "size": 1600269, - "uuid": "5cadfa19-ed60-4ba2-b04c-c23b6c0495f7", - "version": "2019-04-03T105607.139632Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7a76cc49", - "indexed": false, - "name": "primary_image-fov_000-Z14-H2-C2.tiff", - "s3_etag": "424a333527ec9d3651d09f2ae01ca8bb", - "sha1": "ab8ab11f26ccdeb60dbda96f689ff38939ef585e", - "sha256": "e49b7f981478d3e32fe3ffde7a952a2361d22a6df1cc55b8f6d364646149d425", - "size": 1600269, - "uuid": "f2fe8c9e-6ed6-4999-a98b-4fecf57da55a", - "version": "2019-04-03T105607.380785Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1ad0ed69", - "indexed": false, - "name": "primary_image-fov_000-Z14-H2-C3.tiff", - "s3_etag": "91f0b66a436c7f9a78827c3a3ccac38d", - "sha1": "49f4f1cc2731e44d68b362d30535d674a02b9e1c", - "sha256": "24612939c544d89c59e974d0283cafae98528f56a9e52d5761f70e7b8757a5fa", - "size": 1600269, - "uuid": "b8ab79bd-28c8-448b-9847-f8f10d3ccc45", - "version": "2019-04-03T105607.648634Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "0b2929e7", - "indexed": false, - "name": "primary_image-fov_000-Z15-H0-C0.tiff", - "s3_etag": "2f41176517472845c1720f78d268af09", - "sha1": "8c432af92536a457fbacd9f78a8c8591d6c116ca", - "sha256": "67b14eeac471ed074ca1063bbe78845143390c42914e8908ea4ef7341b10fb13", - "size": 1600269, - "uuid": "dcc63bdc-2c05-488c-98ce-905b6b1fcfe4", - "version": "2019-04-03T105607.955180Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "004524d0", - "indexed": false, - "name": "primary_image-fov_000-Z15-H0-C1.tiff", - "s3_etag": "9d4f239273a8134f9a0f3496f3fa931e", - "sha1": "5512afc374fe1b4acd0d7bfd009d33885bf820cd", - "sha256": "7652e6b69da6660427c7a985344ed04eef6970f43ad69af6e52bd92d90cceec0", - "size": 1600269, - "uuid": "f3926330-cfa4-4f64-b12c-3e50e06a7153", - "version": "2019-04-03T105608.221439Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1d122a71", - "indexed": false, - "name": "primary_image-fov_000-Z15-H0-C2.tiff", - "s3_etag": "aeb11c110398d407c6c2a4266d8c3349", - "sha1": "84198102a0a6dc4cf9b96da68ea81ef165ff8df6", - "sha256": "0551b9abc860383650a0fc551ee22f876d3041924377eeb5ec079917718fa75d", - "size": 1600269, - "uuid": "b134deb9-6a03-486f-a603-955348d1cb67", - "version": "2019-04-03T105608.540867Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ced5e43d", - "indexed": false, - "name": "primary_image-fov_000-Z15-H0-C3.tiff", - "s3_etag": "93e4975a342f3f4bd9e540e466807eba", - "sha1": "f488f82f0865e633c467aa3d807d3bf3b785a36c", - "sha256": "0d40beb93999b640ac48a7aff74214eb0e17fd80e40303be16f0d04f232dfaef", - "size": 1600269, - "uuid": "b9aef9b6-f326-4d1a-b912-41030791bc78", - "version": "2019-04-03T105608.782580Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "9621a4da", - "indexed": false, - "name": "primary_image-fov_000-Z15-H1-C0.tiff", - "s3_etag": "2e7af9b5ba0712fa9823898c582b1171", - "sha1": "592bc4308878410f03ada6e6c8ea5a7d39ff87cc", - "sha256": "42ed249546e37d66f631498a848e02d183fa919bc242d810333ac5b2ca94e7e8", - "size": 1600269, - "uuid": "e9f28e2b-b63c-4819-8385-18062c5411aa", - "version": "2019-04-03T105609.057230Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4f9f2476", - "indexed": false, - "name": "primary_image-fov_000-Z15-H1-C1.tiff", - "s3_etag": "caa6bab888b91f870d1dfc5eb758f541", - "sha1": "7304181ad037514a180bf43a1a79254c86301b42", - "sha256": "4c9493782169ea02a632b1d911b9b026c680569c1d87cada888458f025962129", - "size": 1600269, - "uuid": "a7309326-5690-413e-8b73-1f33f8897dab", - "version": "2019-04-03T105609.289499Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "570dd01a", - "indexed": false, - "name": "primary_image-fov_000-Z15-H1-C2.tiff", - "s3_etag": "626956c92c5187481a0c0276c7839812", - "sha1": "33752130b76286f50bcc5873000dd9613faaa16c", - "sha256": "dcdc7393bfb9721c8bb3062e1ddbfb6e5f6ea1108ebdca1afca0a797d05697c7", - "size": 1600269, - "uuid": "6bd9329f-5602-4c75-92c8-84882ba69685", - "version": "2019-04-03T105609.542553Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "84defed1", - "indexed": false, - "name": "primary_image-fov_000-Z15-H1-C3.tiff", - "s3_etag": "51ad1fb9bcded0393d1a2995c5861df3", - "sha1": "2ea4671d25ab754b32c564caa28ab7823d8d6ad2", - "sha256": "6b311490b4b187aa705716c5facca6e74d2248638d95af9be1b8fff6d0afccb4", - "size": 1600269, - "uuid": "0c9f682a-a5dd-45ed-bcaa-be4e5342771c", - "version": "2019-04-03T105609.824711Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d96c5e2a", - "indexed": false, - "name": "primary_image-fov_000-Z15-H2-C0.tiff", - "s3_etag": "92545335007f347406aacdbf892ebfdd", - "sha1": "86094e1e453f5831cf76f320aa3975ed986e8f86", - "sha256": "2bd656d393d3d3337ed6258b1e5e61f799370f6a5958a9fc5f816f1407adca4f", - "size": 1600269, - "uuid": "36063754-9a8a-4815-9783-1508974a6ca3", - "version": "2019-04-03T105610.096845Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1b71539b", - "indexed": false, - "name": "primary_image-fov_000-Z15-H2-C1.tiff", - "s3_etag": "027dfa4d7f544005e04f75be47ae1cdb", - "sha1": "9eedcc5e6e5bab401388effd57769e35ba897ee6", - "sha256": "8597d134ccea0e906080b36f8717c8be936bf90b682434d23c9eca0649bea27f", - "size": 1600269, - "uuid": "a601ed00-aadd-4ac3-95ef-25fc052c37db", - "version": "2019-04-03T105610.401438Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b7fd53a2", - "indexed": false, - "name": "primary_image-fov_000-Z15-H2-C2.tiff", - "s3_etag": "bf901bf83745da9c9c53c26e8852938d", - "sha1": "45a4b73120e37579508e9e6a9719e5944bbe0c78", - "sha256": "da60f26d4165e3fa29819338ce470d2101c02df2657b8b1272fd56be0919c280", - "size": 1600269, - "uuid": "e9da4b39-a542-4f3a-85af-c9da97172715", - "version": "2019-04-03T105610.683603Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7944dc17", - "indexed": false, - "name": "primary_image-fov_000-Z15-H2-C3.tiff", - "s3_etag": "ffd7b80c10d1e2654181a38485f457a8", - "sha1": "6708d5c43e6742546aca16c0ba9cd5585b72e56b", - "sha256": "b80a54f1e3efafb5aa6de7d3f0d6e309dc3973c957c91245e790cc36c08482b9", - "size": 1600269, - "uuid": "215ebd60-69d7-4509-8575-301f28d841b0", - "version": "2019-04-03T105611.022078Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6af55e11", - "indexed": false, - "name": "primary_image-fov_000-Z16-H0-C0.tiff", - "s3_etag": "a88aa7b3a586d4d26b8be621167c5b94", - "sha1": "66da568c0925617e3b3c6825fd6a541fdeea6f7e", - "sha256": "516ccfdda5551806152d5f3de11fc1f14ec21ca2b5452dc53e98416f5f47daea", - "size": 1600269, - "uuid": "47c1ab01-7bb9-4cc6-949e-aff889b78bc4", - "version": "2019-04-03T105611.559338Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "89ab529c", - "indexed": false, - "name": "primary_image-fov_000-Z16-H0-C1.tiff", - "s3_etag": "46fc4422fe7b8dc81ff4e5c614263b1f", - "sha1": "aad78416ba051f4e2d6b406292b8d7e0265e89e9", - "sha256": "68c9dfe824f02f572aa39d5dfc16d5cc92a0664ce4ec7fce21b513a5d5120400", - "size": 1600269, - "uuid": "bbaf020d-e851-4259-8784-832fc85b6c83", - "version": "2019-04-03T105611.801366Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "771e1a24", - "indexed": false, - "name": "primary_image-fov_000-Z16-H0-C2.tiff", - "s3_etag": "9fada1d9ff3394e4b113f8ad2bdba081", - "sha1": "6e43f11f0a5ca2f28378d8770e9af3d356fd644d", - "sha256": "1494d456f4a227f28525a90eaa34a68e76b852aee12b8e010331f6908dc73904", - "size": 1600269, - "uuid": "6c0ffe0f-19a5-4ed9-92e1-316f3d8cc1f9", - "version": "2019-04-03T105612.278469Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "77615d8f", - "indexed": false, - "name": "primary_image-fov_000-Z16-H0-C3.tiff", - "s3_etag": "40fc5c6cea15336a43a4dc4711a4ae00", - "sha1": "da32bedc5eeb2ce47908ded5a770610cc07f8c30", - "sha256": "33a6cd371f88a33bf0f1daa0345e47f414af1636f420e4fb1a1edcdd6687563b", - "size": 1600269, - "uuid": "60edf99d-ab78-4bab-b3de-801fabbb7116", - "version": "2019-04-03T105612.622653Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "735764c8", - "indexed": false, - "name": "primary_image-fov_000-Z16-H1-C0.tiff", - "s3_etag": "fdc28a410e4b61d3264243827629e74d", - "sha1": "75cd7a485c26b1559eb0ead8f71e3892037b9f38", - "sha256": "061cb156a427a7277fe5bfdada22068981a75546e1cb8cda89b6259a359e4c8a", - "size": 1600269, - "uuid": "bbb92406-a0df-4de1-97fa-fa10457198d8", - "version": "2019-04-03T105612.859568Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4043af28", - "indexed": false, - "name": "primary_image-fov_000-Z16-H1-C1.tiff", - "s3_etag": "a587f1d6e7b711ed13cec30e69c0c1b2", - "sha1": "37ae6779436a6a258606562697fa6d7ddfe44fc6", - "sha256": "bd0be59413d859115ff7f265726c32a303dacdd3660f5f70eecd9a9511db0ec1", - "size": 1600269, - "uuid": "0d38ed8b-ccdd-4a32-9be3-bfa62f535c5c", - "version": "2019-04-03T105613.080125Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a88f3cf2", - "indexed": false, - "name": "primary_image-fov_000-Z16-H1-C2.tiff", - "s3_etag": "b4e387ce74fcb5a511fd92cdfef07e13", - "sha1": "fee047cab4461e58350bc44a07aab0c5a067784a", - "sha256": "7c9e194ae38ba112afb630d03d686135c13cedbd0dca0a6a287b91a82af1ad9e", - "size": 1600269, - "uuid": "0bdded17-864c-4c7a-a499-24a4267b4dc8", - "version": "2019-04-03T105613.344358Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "261d6caf", - "indexed": false, - "name": "primary_image-fov_000-Z16-H1-C3.tiff", - "s3_etag": "fcee02cab9e177c39658cd9313183445", - "sha1": "f888e61fba8808efe439bda90dd47a06009a35a8", - "sha256": "f7833d340e6ba0fcfa3082241e16e54444576db840d73a911a2d40c62e6c7c42", - "size": 1600269, - "uuid": "e61824cb-b2e3-4131-a93c-0f809407e12a", - "version": "2019-04-03T105613.584363Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ffeec2e6", - "indexed": false, - "name": "primary_image-fov_000-Z16-H2-C0.tiff", - "s3_etag": "9961c3c49217e32c5ede426cf5171155", - "sha1": "2fc56166144927399d9e3e5d39c873e242580388", - "sha256": "341648c0b44a819c34a6c27d213e5d252d5edcef5e88d842f817832b09bfbcba", - "size": 1600269, - "uuid": "1cab431e-680b-491e-9f8a-9503230a602c", - "version": "2019-04-03T105613.859236Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b0e8ea39", - "indexed": false, - "name": "primary_image-fov_000-Z16-H2-C1.tiff", - "s3_etag": "0102cca9defd31c65585f717a10d5bda", - "sha1": "d5c57eff3c4be5edd22e442408c8231393bed2c8", - "sha256": "1360f3f3c583137c692923cc6b1fb416575482e6e248196a6bb1fecd5e27cd97", - "size": 1600269, - "uuid": "c8f06cec-ac9f-4241-8f0d-86daecbda3af", - "version": "2019-04-03T105614.120757Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2d57a1e1", - "indexed": false, - "name": "primary_image-fov_000-Z16-H2-C2.tiff", - "s3_etag": "c17ba6739bc7684046bfe0bb9ae5b549", - "sha1": "a0100b495ba6b92a6140a9483abe9e396dd79089", - "sha256": "144d25544bf2995a01f834cfe7e71f696d1cec67ff4ff355216189c25696301f", - "size": 1600269, - "uuid": "0fb666f0-0331-4532-8ed6-9ee27b383f96", - "version": "2019-04-03T105614.469912Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4c624098", - "indexed": false, - "name": "primary_image-fov_000-Z16-H2-C3.tiff", - "s3_etag": "d99948dce1012b3533fc8d8807372c4f", - "sha1": "eb2b7fc4b7c3c5e39fc623add18d5755173355a7", - "sha256": "9c4ffe1988df43cf7718d61790392096a85d294aabf389c177a3caf31df8e8a0", - "size": 1600269, - "uuid": "ebcf808e-8039-4d0f-9c6a-82ddf9bd6dc0", - "version": "2019-04-03T105614.720103Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1b85888c", - "indexed": false, - "name": "primary_image-fov_000-Z2-H0-C0.tiff", - "s3_etag": "8c3c48e91e7ae78c3ab1c7c64e764aa2", - "sha1": "d617c969390d82f651fe9fa0243ccf3ffe0c6686", - "sha256": "e4eb56824253d3871a1255644aacbc8a00214b68d774463d87a0a4913f61ac25", - "size": 1600269, - "uuid": "ae06e940-6a8d-44a1-9e5f-de404f802e0d", - "version": "2019-04-03T105614.967111Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "52c76c82", - "indexed": false, - "name": "primary_image-fov_000-Z2-H0-C1.tiff", - "s3_etag": "78532080864bd984fd9893f40046b488", - "sha1": "677b6148a4420ee93322f9d716b55e5a6df96450", - "sha256": "cd54522df1f749716b726df51c45563c3d7be47d9bcce9b5ac97576062e9f720", - "size": 1600269, - "uuid": "a3001444-768b-45bd-82f8-ffd492f8a9ff", - "version": "2019-04-03T105615.221216Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "49c661d3", - "indexed": false, - "name": "primary_image-fov_000-Z2-H0-C2.tiff", - "s3_etag": "85a90e2603bf8881499014d78c07a9c1", - "sha1": "72c98cb505fd875344a522431e5132e0e00e3f8a", - "sha256": "f280463e13ed0c1804280dfe839aeafc31978f5aa22fef71f998c05fa3981e1a", - "size": 1600269, - "uuid": "fcf35fc4-c4da-4643-9b4c-46ae410160ea", - "version": "2019-04-03T105615.545209Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c52334cd", - "indexed": false, - "name": "primary_image-fov_000-Z2-H0-C3.tiff", - "s3_etag": "c70b5e8025a12c00f90d64da288e0666", - "sha1": "f36222db39a0600e497c8547c40e057d69cce655", - "sha256": "1bf0530559802b92677858e96a43be30c77ba94dd170630b3bb2702b740eb5e2", - "size": 1600269, - "uuid": "a454ef32-a818-48bb-8986-59c91a3582d6", - "version": "2019-04-03T105615.780166Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "83b7b009", - "indexed": false, - "name": "primary_image-fov_000-Z2-H1-C0.tiff", - "s3_etag": "1477e3cfd21e5661b4f38c0002d622f3", - "sha1": "63188f3bcfe791d5e7ac797662c764857bbfb7a5", - "sha256": "04733ed9c6df06e23b249b23f985e61c66927e8be780f691e87f23b5cb01ad66", - "size": 1600269, - "uuid": "514c1928-88b2-4ee4-9a36-6df3a1ea6ad6", - "version": "2019-04-03T105616.144108Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a90594d4", - "indexed": false, - "name": "primary_image-fov_000-Z2-H1-C1.tiff", - "s3_etag": "cc4644e2e6ceeafae8135a4d6f9a8d0a", - "sha1": "2326bc68eee158ed0a04d6d985c18a75d18ad15a", - "sha256": "7300a8d3a2a5b2e2104979e3740320ee9595bba2483ef225e6d35134d1284d9f", - "size": 1600269, - "uuid": "7334d870-d87a-42c5-a56d-cad22755b2c4", - "version": "2019-04-03T105616.706622Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7f7b23b1", - "indexed": false, - "name": "primary_image-fov_000-Z2-H1-C2.tiff", - "s3_etag": "1dbebf9b99808edfb51ae30baff92a4a", - "sha1": "6117c5ba6b63412656028968a4a840bc68d0573d", - "sha256": "188f587144c32af04e345736189d8fe2ff0d937fcad34cd4245ab39df87f07d3", - "size": 1600269, - "uuid": "8f9a873c-db55-46f0-ac21-2675647a2553", - "version": "2019-04-03T105616.941310Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "548dcdb6", - "indexed": false, - "name": "primary_image-fov_000-Z2-H1-C3.tiff", - "s3_etag": "769b4c4c76ffb3bce4b616db20d034d5", - "sha1": "a08d40f28616ef6ae142b4c37b4d84c591efe435", - "sha256": "1fd2a0467af9e35362571370a84a6b64815813f78b265c2dd52f5def6d096f3d", - "size": 1600269, - "uuid": "6d2fd5c1-91d8-42b4-9958-41b9b7be2ee5", - "version": "2019-04-03T105617.319136Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "29d61c42", - "indexed": false, - "name": "primary_image-fov_000-Z2-H2-C0.tiff", - "s3_etag": "57c05571d8b8821b13e556be93da0d84", - "sha1": "fc0fff1511e1e4d84669d57033b6ffc39ed4405f", - "sha256": "b650b9e0da3106417bae5b48d9eb37eac1fce1448ec94f5c71be1ac7062fda2f", - "size": 1600269, - "uuid": "909dd3ed-d856-4a87-aa6a-7f5e0d390d2f", - "version": "2019-04-03T105617.543209Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f72a81a6", - "indexed": false, - "name": "primary_image-fov_000-Z2-H2-C1.tiff", - "s3_etag": "cce75b96e44777a01f2ad68299492f6d", - "sha1": "59611c72b8d9fcf13669eada705254fcdefdc7ff", - "sha256": "d2b61894955a168fb0ac7829cc9ee733143524604b1e80530485ea8e5011360a", - "size": 1600269, - "uuid": "b70a3092-a8b6-40ae-9cbb-34cbcb5a2cf0", - "version": "2019-04-03T105617.821595Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f5c2377d", - "indexed": false, - "name": "primary_image-fov_000-Z2-H2-C2.tiff", - "s3_etag": "67a34e735ffd103e596353c26fee3c3f", - "sha1": "792ba03c85920df2ce38be9c03eec054caa1047c", - "sha256": "650bf866b8fb87ab9cafe2bbfdee1efb65c72f63e95428af59c5e8c41d95ebac", - "size": 1600269, - "uuid": "b9efda80-7e16-4e5c-ba35-6129b824b553", - "version": "2019-04-03T105618.200496Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "d6429d4f", - "indexed": false, - "name": "primary_image-fov_000-Z2-H2-C3.tiff", - "s3_etag": "9296ab3ee1b462b5a5d65a56f214b997", - "sha1": "e49c58ddc0fb9e6290520a2f60d1ef891b56206f", - "sha256": "2386bc3553f1f52628afebecf6ea96b17f3312340de1a7b9386a4dcbb4d8fd10", - "size": 1600269, - "uuid": "8c4f42e5-8544-46a9-9744-7540c07e040e", - "version": "2019-04-03T105618.586702Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5aafd070", - "indexed": false, - "name": "primary_image-fov_000-Z3-H0-C0.tiff", - "s3_etag": "d062ee9eb1e0c4e80b71eef975768106", - "sha1": "e6d768504b4a0a608de93df16912d44b44da0e7b", - "sha256": "3d3c0fbe3d11decaacf6c24eed84bcf915c9cf6714962d290e12dbada9f3abd3", - "size": 1600269, - "uuid": "c9b04d1c-02ce-4db6-bfd5-b69edef36c55", - "version": "2019-04-03T105618.841432Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ef964528", - "indexed": false, - "name": "primary_image-fov_000-Z3-H0-C1.tiff", - "s3_etag": "9194049a53022defccc87e6e373c702e", - "sha1": "8dacd7cc7ccec6a231a1c2ef9ab8fc6ca5b1d567", - "sha256": "f53aff93086e8ff3abd65c5bdf385d44cda29bfd5cfb71bb2296a3e3bd0bc48c", - "size": 1600269, - "uuid": "70c7781a-b4b2-49db-b818-9582ae41c32f", - "version": "2019-04-03T105619.399696Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4820d355", - "indexed": false, - "name": "primary_image-fov_000-Z3-H0-C2.tiff", - "s3_etag": "9d48c889e143511f4ca118d57244795f", - "sha1": "b3c27cdfad9eb8676658dbe431aa25b084fe051e", - "sha256": "83a46a8f63f65099bb24b3a2ca046d0bb138915d48069cb1d598fb14418774ce", - "size": 1600269, - "uuid": "8a21baa6-cff7-4807-85f6-2815522f2305", - "version": "2019-04-03T105619.679038Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ad76dbb5", - "indexed": false, - "name": "primary_image-fov_000-Z3-H0-C3.tiff", - "s3_etag": "f4f641752b8c92b5e33846f971e2bb99", - "sha1": "54f1de46504eac499d5da453eb8fc09787c800f8", - "sha256": "48ed76ac22ccd6d9b378b605a2e6fd92618d49c684b7ba4e5a656dc94b825aa4", - "size": 1600269, - "uuid": "8ddd205f-c13f-4001-93ae-c9b834c762bc", - "version": "2019-04-03T105619.959849Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "da30f7e2", - "indexed": false, - "name": "primary_image-fov_000-Z3-H1-C0.tiff", - "s3_etag": "73ff3d828f234c4a34e41c43cb1b8e1a", - "sha1": "688dea42d4d0341008af68033eb471047d7448a0", - "sha256": "862916d173844e00fa7c89f2f569127dc9b4ea40ffced0685ba1f6c0366b6ec1", - "size": 1600269, - "uuid": "318fcac8-e540-4c30-840c-9baf19dd8ac1", - "version": "2019-04-03T105620.515721Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4acc4110", - "indexed": false, - "name": "primary_image-fov_000-Z3-H1-C1.tiff", - "s3_etag": "ba6d37a8269a9bf6c3788d52031b29bb", - "sha1": "913541ed4d6e6c3cb87e40e7c479f2520eb489df", - "sha256": "2dcba4d4d5519f97c2eca00e9840d3e16a585760fa5768dff9aa464d1c70b025", - "size": 1600269, - "uuid": "76690f93-b774-4a5b-8e44-ed1a15463d28", - "version": "2019-04-03T105620.763724Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "43cc3f48", - "indexed": false, - "name": "primary_image-fov_000-Z3-H1-C2.tiff", - "s3_etag": "97b6d5bf0fd61b5f513efa2b409b9edf", - "sha1": "315da7494e53e2b8017b5a83f6add784aac12d6b", - "sha256": "e3632c252f3e5ed30bb19bf77c1a9689e68d4e62749a22903eba05181f6b118b", - "size": 1600269, - "uuid": "a5c6ec42-6651-416f-8bf2-a75d19067701", - "version": "2019-04-03T105621.035316Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ba844c65", - "indexed": false, - "name": "primary_image-fov_000-Z3-H1-C3.tiff", - "s3_etag": "dc45a53df4bcdbe0f43c5413905aba1f", - "sha1": "87120245035e23c44389cb116f9cb669618b9f0d", - "sha256": "572b1a336be5579f17ba32ae2100148ac7375673f8e44b9d23e27fee815b861d", - "size": 1600269, - "uuid": "08360384-d64d-423c-b393-ac77e55f5b54", - "version": "2019-04-03T105621.335645Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a22c482c", - "indexed": false, - "name": "primary_image-fov_000-Z3-H2-C0.tiff", - "s3_etag": "762d5e4141197e0c63b8b038de8d6782", - "sha1": "5ddf8c065eefec37b866ac74b577fe05638c18f7", - "sha256": "5d614db01b19b9ca8cd948080d29026bfbdaa175e49cdf9e2f7462525b640d20", - "size": 1600269, - "uuid": "9fced6a6-70df-414b-ac73-dff271a5dbf5", - "version": "2019-04-03T105621.654577Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "93e07072", - "indexed": false, - "name": "primary_image-fov_000-Z3-H2-C1.tiff", - "s3_etag": "e3d9685615d21051daa9b834083d3d96", - "sha1": "1b8656a4a26eca4adaba32a328e1963cd6296a61", - "sha256": "3ca858c6ec4f2703e14b6b32f8823c108155400b89ee6bed925a7ae8185ee2f3", - "size": 1600269, - "uuid": "a05d672e-b664-412e-a050-a57c205edabe", - "version": "2019-04-03T105621.895551Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f3907f41", - "indexed": false, - "name": "primary_image-fov_000-Z3-H2-C2.tiff", - "s3_etag": "a9632bd5ab7fe1c532115b21830bcf93", - "sha1": "4b47753bfd6d202f885abb97da2533b7bd333a9d", - "sha256": "a0529f39e6739c75a7967c08cf06f3368676fee4ad8608e7fb44807583116479", - "size": 1600269, - "uuid": "186d9626-1b8b-4bc2-ac7c-745ae7479019", - "version": "2019-04-03T105622.164338Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1dafc649", - "indexed": false, - "name": "primary_image-fov_000-Z3-H2-C3.tiff", - "s3_etag": "619b8ccde9982a5537734b1ce393368e", - "sha1": "ac208729e50fb9db5975b6451093f635cf38d2f1", - "sha256": "dcacf37924188294b6f2ec83cddb037ed8477a4500ac8ece18e1499863a3f87c", - "size": 1600269, - "uuid": "db870673-6390-488f-998f-c96d02a17238", - "version": "2019-04-03T105622.575382Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "e812fa56", - "indexed": false, - "name": "primary_image-fov_000-Z4-H0-C0.tiff", - "s3_etag": "b86ff8c077a32dc884738059d569152d", - "sha1": "d768db2b3899d10c260b912d87160d27de8aa1a9", - "sha256": "fbdbe7a0b4a3a51e684b5a1bacb0ac4a993133d784f9eebcdaf20643396a0142", - "size": 1600269, - "uuid": "56ecf18f-2cf1-4db1-8acf-a82a04b55ddd", - "version": "2019-04-03T105622.895893Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "daa4be7d", - "indexed": false, - "name": "primary_image-fov_000-Z4-H0-C1.tiff", - "s3_etag": "059da13f286d8489c3cb3dbaa28a3f8b", - "sha1": "85115eaeed5919dce2dbfd3177377032850caab3", - "sha256": "868c1a7e2880dfc0018ecd373afe8dbb4a7d99288abb66443153f49641c631b3", - "size": 1600269, - "uuid": "a79ce39b-a4ed-4b97-a047-afb96e4ce398", - "version": "2019-04-03T105623.199025Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5cedc9de", - "indexed": false, - "name": "primary_image-fov_000-Z4-H0-C2.tiff", - "s3_etag": "4d963c867351acbb456f9058467b5a39", - "sha1": "d113362b2d7d9b8270b27b255c5fac598548cf86", - "sha256": "1bd2f114e642e4fba400ed901f4a45bc6c7b4eff683a36f9ad66d693c5234385", - "size": 1600269, - "uuid": "4f29d438-3acb-4a71-af29-e3191f071a44", - "version": "2019-04-03T105623.525898Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "a618c91c", - "indexed": false, - "name": "primary_image-fov_000-Z4-H0-C3.tiff", - "s3_etag": "df6da4b2926b1d8f8f89a2032651a430", - "sha1": "3d35e6e7ea83ab7c2e3cf11d002f89a8ecd483f4", - "sha256": "236595504636b01cc3493f1191584b64b12b79f4471938f8b5da36aa41ce6048", - "size": 1600269, - "uuid": "9578fe1c-6623-49ee-afd7-8e6c4d85d8fd", - "version": "2019-04-03T105623.779296Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b92778d5", - "indexed": false, - "name": "primary_image-fov_000-Z4-H1-C0.tiff", - "s3_etag": "453f91d8dd3b445904d6f0f85ab6becd", - "sha1": "54d59f36669cc295891467c014cd4f69cbe6253e", - "sha256": "bb52f37c1253132ca1f2575e0dd3cbd445cfb2ae821967968de96530844dc17a", - "size": 1600269, - "uuid": "24fc3772-5e01-4a34-8bd8-98d745595571", - "version": "2019-04-03T105624.055806Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "aedae183", - "indexed": false, - "name": "primary_image-fov_000-Z4-H1-C1.tiff", - "s3_etag": "fd1d5c55761ad8e46e70a8c49e2252e8", - "sha1": "ba3212180c1c65ce661492c22140c9781049ddaa", - "sha256": "b46abde44f1fb374d8d796c7bf1e5ecd3f65b80eef3229107cfc975b60407c30", - "size": 1600269, - "uuid": "af10a2c0-5f84-448a-a429-7e88bcf8d2d4", - "version": "2019-04-03T105624.344848Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "53cd4995", - "indexed": false, - "name": "primary_image-fov_000-Z4-H1-C2.tiff", - "s3_etag": "a7d7945c407b8d014f92a2f292dfbe65", - "sha1": "6fa31c4a9d846a353a5149a538a1ceb6b48293d7", - "sha256": "b39e60b7133221fbc35eff41ca912aaab4c7492bfe8197ada75fb5c5ae81ba8f", - "size": 1600269, - "uuid": "ceb1e477-69a0-4fa0-90c9-ee35e16c6d33", - "version": "2019-04-03T105624.610737Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "8579d287", - "indexed": false, - "name": "primary_image-fov_000-Z4-H1-C3.tiff", - "s3_etag": "fa4ef541c7993436f3cda78604b8b5b6", - "sha1": "0dbd02794fbb3b7541f22220e8f882baeee12b2d", - "sha256": "bd1775fa1eaeab9ca466e3cdfc758760d43e3c1f866138f62965ab94a6f69725", - "size": 1600269, - "uuid": "be9b7636-fbb5-462b-af38-a351e006b334", - "version": "2019-04-03T105624.895931Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "8a9835bb", - "indexed": false, - "name": "primary_image-fov_000-Z4-H2-C0.tiff", - "s3_etag": "ae02ec63016b9abdd620536f859d69bb", - "sha1": "d5d346e6aa8fd1ceda276aed39620fd326da934e", - "sha256": "67f9709da7392cfcc65d8e6460d9b353617de5b56e3480573e5ca8c7bd582037", - "size": 1600269, - "uuid": "a01e972b-5d55-4816-9589-0c016a8eceef", - "version": "2019-04-03T105625.257370Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "98a57d8d", - "indexed": false, - "name": "primary_image-fov_000-Z4-H2-C1.tiff", - "s3_etag": "e84bc9fd5931d981c7ade8b43df6cd77", - "sha1": "ac170164ac57262e00deab61c41757b410cda006", - "sha256": "878d36ccf128a83cf8bba81022d55d30fc4781ab16f0c92952938dfd6eac5a54", - "size": 1600269, - "uuid": "e2ec1f14-7d7f-4693-bb0c-ec5a6f417803", - "version": "2019-04-03T105625.515250Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "aaa60b26", - "indexed": false, - "name": "primary_image-fov_000-Z4-H2-C2.tiff", - "s3_etag": "f4debfc643dd4c87c943390f9f0927b8", - "sha1": "c60896cd90c6eba3f25b3ad43809e9e4b0e175ba", - "sha256": "0e097b54b24ddce69cecd5b38e194c3b8bc501f7557b8641f90268b84711b109", - "size": 1600269, - "uuid": "707f043c-a115-45ee-8fad-2962f55ff58e", - "version": "2019-04-03T105626.011308Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "03952f13", - "indexed": false, - "name": "primary_image-fov_000-Z4-H2-C3.tiff", - "s3_etag": "fb57bffe031aac808b3f763a95b55a19", - "sha1": "be462c01298c1cc2c37e6f3e36775fd36514f179", - "sha256": "5d7170e3cf1805663408e69eed861a2dd604cefe911cc1887575252210147770", - "size": 1600269, - "uuid": "0bf3e1df-6d4e-4fe2-b608-95a23ed4e5a0", - "version": "2019-04-03T105626.396309Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "428ef5bb", - "indexed": false, - "name": "primary_image-fov_000-Z5-H0-C0.tiff", - "s3_etag": "a142720da87ce8c6ada038aa5d49a169", - "sha1": "cd4a508c87fe959f211edb71c11bbd7fbfafd37e", - "sha256": "a0ce165b659ef69ad056ad76b6e93d3dfa999f7845762c3d6d305dcb835885ed", - "size": 1600269, - "uuid": "d90b7354-47b4-4aec-8d4c-ac8805467b6a", - "version": "2019-04-03T105626.655715Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "39397452", - "indexed": false, - "name": "primary_image-fov_000-Z5-H0-C1.tiff", - "s3_etag": "4707b7fa9f888219b829054ca0be4c14", - "sha1": "a56b208676f6a45450b96c5708672d809bb7cdba", - "sha256": "0d77858e76d5a1f29df86674f4732744cd22ebe67739ee0f73430e15124e190c", - "size": 1600269, - "uuid": "dfb213e1-e9c1-4996-a0fb-1da6ea5e6992", - "version": "2019-04-03T105626.976077Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "73578068", - "indexed": false, - "name": "primary_image-fov_000-Z5-H0-C2.tiff", - "s3_etag": "425d807333615faee9e53384c99d1525", - "sha1": "33ca4a69c8fb9c36678b6f43165c22594f4470f9", - "sha256": "b06202c2da34f93e9888e7b227ec8bc955d0a7eb655f43605272fe8d3f76f8e9", - "size": 1600269, - "uuid": "58d7e9ca-9c4f-4a92-8335-d03a007b4b3a", - "version": "2019-04-03T105627.218596Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ce40d3ac", - "indexed": false, - "name": "primary_image-fov_000-Z5-H0-C3.tiff", - "s3_etag": "38ea4d04b518aa2faebfab95c00879ca", - "sha1": "1a0876b3528a7c5a979e0b3f8593989c09ccd060", - "sha256": "8f2919c5a7a173b660fdb1a268f6a8b501e725b1cc4014c46c17900a1c7b40ac", - "size": 1600269, - "uuid": "a7e2a1b2-a3b0-4c19-9baa-17da6bfc9c60", - "version": "2019-04-03T105627.502876Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ab01a9d0", - "indexed": false, - "name": "primary_image-fov_000-Z5-H1-C0.tiff", - "s3_etag": "b7b0f23db471b2ba161a37bbbb49dacb", - "sha1": "a5335cd38929f7454e0661780b49b4c8d3e4c3ef", - "sha256": "10965856cd7ff817b66b2770367587844c69cf3897907c422b9285f5a5240b43", - "size": 1600269, - "uuid": "a2366fa7-fba6-4899-a2da-d297f781ed4a", - "version": "2019-04-03T105627.790236Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7ea6bda4", - "indexed": false, - "name": "primary_image-fov_000-Z5-H1-C1.tiff", - "s3_etag": "e15f3bdc49f3eece05d6b91c433e7f56", - "sha1": "62b7d1490a78d98165468dbe5bb2f3a6424dda14", - "sha256": "bf275b7057317795046a4371e0da5d060dd7db54b43f8af451b6f69dd6d9d179", - "size": 1600269, - "uuid": "3f058b01-c8fc-43e8-b4f9-9c10449bf12c", - "version": "2019-04-03T105628.115924Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c11084d8", - "indexed": false, - "name": "primary_image-fov_000-Z5-H1-C2.tiff", - "s3_etag": "15c1b90d42d37afd77efb11c5dece01c", - "sha1": "ecf9e80d36eaefd41ffb2b2c8cc338a7f65af317", - "sha256": "95b7f3c4382bc8230e8e7497150cdabcdf6a979bf05e469ecdae77c6ce996d6e", - "size": 1600269, - "uuid": "b28492e5-5b71-4048-8261-82b20ef55540", - "version": "2019-04-03T105628.372925Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1e451967", - "indexed": false, - "name": "primary_image-fov_000-Z5-H1-C3.tiff", - "s3_etag": "0898d4a1d00f1aa862dc33cced7b0c9d", - "sha1": "ba2f5515bceff182e8bb2ce6b1fe644e865fb5be", - "sha256": "723f48bc1a4bac1847199bdd6709ea7531c0bf1d4f53d812923f3fe3ef56f0c2", - "size": 1600269, - "uuid": "c5684e6e-6461-4360-bae9-fab162dfe7da", - "version": "2019-04-03T105628.797211Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "dbab5433", - "indexed": false, - "name": "primary_image-fov_000-Z5-H2-C0.tiff", - "s3_etag": "ae3f68ee7ff45d011ca9c39e96f92093", - "sha1": "24768b34064040f3e115af28c05bfbd60c8ae118", - "sha256": "6de64340a14313461ca2cbe4a30c368cb82566f77909afd64beed0048c1aed87", - "size": 1600269, - "uuid": "97b5dded-4ea8-4404-8c9a-449ba9fb8269", - "version": "2019-04-03T105629.135928Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c12f70f8", - "indexed": false, - "name": "primary_image-fov_000-Z5-H2-C1.tiff", - "s3_etag": "15b094ffd10bf74d2dbf06c63afce6f0", - "sha1": "1a3a7e964c90e3330ef6934e27ad20a6b74f5d1c", - "sha256": "acb8c3fe3a17d12b5354c2ccb7625d132140a15af70dea14288e627d54ce2c96", - "size": 1600269, - "uuid": "e879b6b4-3fc2-4436-b8ff-eb9df73d3ed2", - "version": "2019-04-03T105629.377960Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b524a465", - "indexed": false, - "name": "primary_image-fov_000-Z5-H2-C2.tiff", - "s3_etag": "abce483fa1f38c6eff3adc8c139838fe", - "sha1": "4f51deacf61528b2c5e913cc7b90a27b27fbd07b", - "sha256": "11f0f0fc92c2d30e0c5f6113b542e2642f7311db72775ae75d9104e963f5bd7a", - "size": 1600269, - "uuid": "53781f5a-928a-451e-addf-57873b35b752", - "version": "2019-04-03T105629.795795Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1def4990", - "indexed": false, - "name": "primary_image-fov_000-Z5-H2-C3.tiff", - "s3_etag": "4978c445486bca4c2448ef12aa04ca51", - "sha1": "a0c842723a0445c494ec6893045e3e5af44a4634", - "sha256": "f1e583acebdebb6c0fa20e100eb1cd5d6489c8aafd5e1090754dd45bd1dc6901", - "size": 1600269, - "uuid": "e6f008b0-bf18-46bb-be73-2705c748a25d", - "version": "2019-04-03T105630.050748Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f0c87133", - "indexed": false, - "name": "primary_image-fov_000-Z6-H0-C0.tiff", - "s3_etag": "f81727967edfe177a6d063a95dd36e00", - "sha1": "30fe4f671719c78fd7de1b0f28938142fc5990fd", - "sha256": "4f52e11e66b921de450714aa0091d3fec21f96fbc62dade12de2a69dd5438746", - "size": 1600269, - "uuid": "4f5e3c36-fd75-4ee0-8b18-cf54422d037b", - "version": "2019-04-03T105630.396132Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ed8bf4f8", - "indexed": false, - "name": "primary_image-fov_000-Z6-H0-C1.tiff", - "s3_etag": "ecfc2fda1eabe6b5276007a200fdcc11", - "sha1": "ae1728de3c363dff7e8e776c5b74f12109745958", - "sha256": "976128eba622c8b5f5ec780f37ae7ac1410f32130a518bbd1e595c2cfe5da14f", - "size": 1600269, - "uuid": "4ffb1482-0d3c-4796-9a4d-e714d6b943fb", - "version": "2019-04-03T105630.713724Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "bdf3643f", - "indexed": false, - "name": "primary_image-fov_000-Z6-H0-C2.tiff", - "s3_etag": "f9a9614b6742ae7b70059efe0faa4f1e", - "sha1": "3269e888f787f08a92bcf8f641918ddf7dd7363e", - "sha256": "dc35f4a49dfcb2d1b8d1381612dd19651ceabca0b69f18279a96d8d40e76584e", - "size": 1600269, - "uuid": "a173a354-3997-4205-83f2-19e37e174996", - "version": "2019-04-03T105631.296167Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "02ca92c5", - "indexed": false, - "name": "primary_image-fov_000-Z6-H0-C3.tiff", - "s3_etag": "829b50d687a0edc863b03dec0e62c83b", - "sha1": "709535f9930c30f8c2d77112f0039eb0878204c2", - "sha256": "8e489fb561fbd17c7a72f577038dd2be247ec95e8d72dce76a3f59abe8e9ccc6", - "size": 1600269, - "uuid": "410082ea-b30c-410a-9aa1-9dc4d7c16346", - "version": "2019-04-03T105631.687118Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "cd171abf", - "indexed": false, - "name": "primary_image-fov_000-Z6-H1-C0.tiff", - "s3_etag": "5ecfab98c0ffd40322de4c4096a7af18", - "sha1": "7a42648e778cd5c5cf562edefb283b9b9e4f3613", - "sha256": "686dea8aa0155de53310fb9717465eb88f5435c676e2561bdb5bbd17f1ada351", - "size": 1600269, - "uuid": "ea4feacf-2273-4faa-bccb-16e694e14de0", - "version": "2019-04-03T105631.942387Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "653c9b7a", - "indexed": false, - "name": "primary_image-fov_000-Z6-H1-C1.tiff", - "s3_etag": "36d6f6dd8df14136f191373a7af2f4c1", - "sha1": "9da58900ca057df2c53738723dae3b66eb0f717b", - "sha256": "4c684d7b345db1d204134bd77a4b536134d3c2abcebe677e292c0a503d104bf9", - "size": 1600269, - "uuid": "7e6e78b0-a7a4-4b5d-9217-76780babe1dc", - "version": "2019-04-03T105632.208582Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "e148b974", - "indexed": false, - "name": "primary_image-fov_000-Z6-H1-C2.tiff", - "s3_etag": "599e4babff80285e97242bd4cd08f7e3", - "sha1": "d564342f4a3c0cdadaf0df852f0e197e972d82a6", - "sha256": "1a4a4d532775f1fb0df3a7808db2fb297dce720e6fdbafcaa4e0ff382193c998", - "size": 1600269, - "uuid": "ef0dbdf9-5adf-4503-b48b-c59cf84f30f4", - "version": "2019-04-03T105632.536420Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "553155b3", - "indexed": false, - "name": "primary_image-fov_000-Z6-H1-C3.tiff", - "s3_etag": "0e1a664c446d81fb18223b4149e8b2ac", - "sha1": "7fe65a76887149fb1f50c86f27859d689311674b", - "sha256": "c5d5c84a9c0efd4abf05b4dd557dae8cafe485608a1b62f3d565d772fd1158fc", - "size": 1600269, - "uuid": "4ad6424c-538b-4387-b54a-70aaac5e0a01", - "version": "2019-04-03T105632.798766Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f4752a9d", - "indexed": false, - "name": "primary_image-fov_000-Z6-H2-C0.tiff", - "s3_etag": "168337b82e797db619902e906292bb14", - "sha1": "efedb0f65e78da53fc026c6275b60695e30987de", - "sha256": "37e84417d3876f66a9d669d401977fe0efd36d538b95047daa57ae3d88773593", - "size": 1600269, - "uuid": "e54926ec-cfc5-4a80-952a-961a98d01264", - "version": "2019-04-03T105633.035247Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "62f80682", - "indexed": false, - "name": "primary_image-fov_000-Z6-H2-C1.tiff", - "s3_etag": "b280fa6859fd8571e68682c0d3d6f181", - "sha1": "0c70628b53eaeb6d425583bce2f98b085bace46a", - "sha256": "72f7df5e3c5965bd88315189329887ba47bf8d51e3f9464646e5faebdab1b1a7", - "size": 1600269, - "uuid": "1a98673d-9d2d-4083-a0d5-b128c5d267de", - "version": "2019-04-03T105633.297846Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "978bc625", - "indexed": false, - "name": "primary_image-fov_000-Z6-H2-C2.tiff", - "s3_etag": "d87a672aaa65722044eec823981cbaf5", - "sha1": "f90814c037f00b4d41efed7d9e1f2e00efd69205", - "sha256": "49b58722e29ddd4a2468439e672dccc23e171f283232e13f98ca5f1475f618eb", - "size": 1600269, - "uuid": "a9477ea9-35a8-449c-a157-4ec3b9057989", - "version": "2019-04-03T105633.619365Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ed432bf7", - "indexed": false, - "name": "primary_image-fov_000-Z6-H2-C3.tiff", - "s3_etag": "440b9064ae05440988d3ffad8e9b629d", - "sha1": "e9463d9b903587304016899a06170eb7323cd381", - "sha256": "bba29e16735e9620268b88bc2db40d656771c3b30948489e84add2bda58ce0a5", - "size": 1600269, - "uuid": "ca573914-fead-42c2-acc3-3a9536d720a4", - "version": "2019-04-03T105634.196322Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "7f1c78ad", - "indexed": false, - "name": "primary_image-fov_000-Z7-H0-C0.tiff", - "s3_etag": "cb0c4a925ce2e8464672ad3053ddae1c", - "sha1": "1210c56cddbb77d129a2e3bdbb6ad45ea318c191", - "sha256": "6e044a88160ce6f2480840525804b5fc7f115f3d787e15594ae2b9d3d635a354", - "size": 1600269, - "uuid": "03e3dcc3-d45a-4c83-bc0b-817e563e19a9", - "version": "2019-04-03T105634.597173Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "f5f7ed24", - "indexed": false, - "name": "primary_image-fov_000-Z7-H0-C1.tiff", - "s3_etag": "1b2683b7a2ee7678f79731c3cc75690d", - "sha1": "86964dff4fdc8cf47e6a873b3baab70e4d933718", - "sha256": "9efe951da0f64c505dabcd815234e3960626ebc09bcbb31c26ae9885fd573892", - "size": 1600269, - "uuid": "202940df-87ab-4deb-9ee3-565408ba1316", - "version": "2019-04-03T105634.889498Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5cd6ee04", - "indexed": false, - "name": "primary_image-fov_000-Z7-H0-C2.tiff", - "s3_etag": "e196eb320d1fdb6cb9924932fcd91e6a", - "sha1": "bbef2157f75133fa93b1da4c130fb4c25384502b", - "sha256": "e9435a040e8d6a92506516e18edbf5017effc9e5d60358f0bf91fa7c9ad4a094", - "size": 1600269, - "uuid": "3a044d9b-72cf-4c00-a331-b920f8bbef8f", - "version": "2019-04-03T105635.152162Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "217ea5dd", - "indexed": false, - "name": "primary_image-fov_000-Z7-H0-C3.tiff", - "s3_etag": "a908d34dbf74e09c25de5b9f7273ff21", - "sha1": "6919b4ef62136cf8056f10c9035eaf34350be210", - "sha256": "bc27ec72db5a5da93908b49865f479cafdd06e54a5ea02145cf5fc437bcf8c1e", - "size": 1600269, - "uuid": "9ca4cd36-67c4-4a19-9e65-82b70a73f820", - "version": "2019-04-03T105635.416620Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "be84f068", - "indexed": false, - "name": "primary_image-fov_000-Z7-H1-C0.tiff", - "s3_etag": "a0ea29c8f6b4ed700405d0b7b9f25508", - "sha1": "74769dc49f9243e25fe628f7761cd68d943c0a52", - "sha256": "d4700ed483bb7a10c940c309765d07f28e25897d67d9890636a0ed9a9b89ea11", - "size": 1600269, - "uuid": "62d38039-7672-472b-8847-c63bf52bfb6e", - "version": "2019-04-03T105635.669528Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "bf3a8200", - "indexed": false, - "name": "primary_image-fov_000-Z7-H1-C1.tiff", - "s3_etag": "72c4457ab957a85df4a9115a34f109dd", - "sha1": "5c44bb630300766ff7b359d96dbec03f4db98b5c", - "sha256": "a112cd97673c1085b02fe6a9efb24f643ee42cc12a5e6d226aac67531451ec1d", - "size": 1600269, - "uuid": "c0fe4ea4-1562-4402-80fb-78cec6415fb6", - "version": "2019-04-03T105636.216303Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "177eb23a", - "indexed": false, - "name": "primary_image-fov_000-Z7-H1-C2.tiff", - "s3_etag": "bba07940f0a5aaa5957f81c9e0065e61", - "sha1": "3db85d8e823b23f1aa680053951e9c33ff485aa7", - "sha256": "552e403f54a98bb55ff0803f6b58ad6270ac38b7a39d1a0763bb2120b0b92985", - "size": 1600269, - "uuid": "92351261-9885-477b-8d2a-227901e6ffc7", - "version": "2019-04-03T105636.729218Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "0c632a10", - "indexed": false, - "name": "primary_image-fov_000-Z7-H1-C3.tiff", - "s3_etag": "d3179c0a7294de7f691d8c7db3666e3e", - "sha1": "7c3d00508196f32958021c50778fb38a6082d357", - "sha256": "e3dc5487b384395b8f935206ed5b6a95afd4cc6e3c4815bf9483ed47c156a1b9", - "size": 1600269, - "uuid": "bdf53fbd-fb66-456a-976c-d97414d1ab3b", - "version": "2019-04-03T105637.056125Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "aa061cbb", - "indexed": false, - "name": "primary_image-fov_000-Z7-H2-C0.tiff", - "s3_etag": "b3dbbd62b9b385661d35955aae4b9513", - "sha1": "5aace9b7444f82c5b3640fc9ed2a79b1a9e12e27", - "sha256": "3d7b47e0d89808e906e6fa93b41cddafa38a3b2886441a8bcda381f0f44d06e4", - "size": 1600269, - "uuid": "f76cf7a7-8ae0-4cc2-8c49-497d8eeb4bd5", - "version": "2019-04-03T105637.312587Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1321fee4", - "indexed": false, - "name": "primary_image-fov_000-Z7-H2-C1.tiff", - "s3_etag": "dc1eadd4622eeba183ce61f908d093da", - "sha1": "1b1f67ce1f6db8cc0249b9f499734d01b9dc9519", - "sha256": "a62a5092a92c76327e49883c2652e3ebaea9953c2a48afca5c165a47b10e4f90", - "size": 1600269, - "uuid": "ccdd0669-ecf0-42d0-9eed-e6f32f4e2137", - "version": "2019-04-03T105637.562208Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "65556d46", - "indexed": false, - "name": "primary_image-fov_000-Z7-H2-C2.tiff", - "s3_etag": "29efa087a59c0d3e0a180290bea0bf7b", - "sha1": "f7f4cd42d06294f61ad5fef654a0406618b95f49", - "sha256": "fcefebbbbb13678824196b57eecdf5a290d936dc8809f8fbc1ccdd29d1b96e18", - "size": 1600269, - "uuid": "599e9909-55d0-4d43-bef2-c94997a9b5ed", - "version": "2019-04-03T105637.875619Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "3193e54b", - "indexed": false, - "name": "primary_image-fov_000-Z7-H2-C3.tiff", - "s3_etag": "08175c1691b34c11dc647d01d1c3065f", - "sha1": "813943f84b4375657844bef235fdb2ddc6e1b830", - "sha256": "3a277e268ebdbd068dc4513ba21820455b81ba7c06a0172210a91706ddddf8c4", - "size": 1600269, - "uuid": "b6642034-460c-4628-8995-959aed6daf4c", - "version": "2019-04-03T105638.140553Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b20225fc", - "indexed": false, - "name": "primary_image-fov_000-Z8-H0-C0.tiff", - "s3_etag": "d82f9b12e1c2ae0df138faa1ea08d33f", - "sha1": "174399a0891dfebe57176fb5852103fa69513ea0", - "sha256": "9788637a05eb6abaf9202ce9f80219686edb82669af2d5f53bee50b35f430126", - "size": 1600269, - "uuid": "43a3a428-155b-4174-b22e-8fa69be8d792", - "version": "2019-04-03T105638.472919Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "592b9781", - "indexed": false, - "name": "primary_image-fov_000-Z8-H0-C1.tiff", - "s3_etag": "bc52bd93291f0673d856257761ea8252", - "sha1": "2d734ec0a0cf384feb7de9d08b984da7b41fc24f", - "sha256": "7dc04a42f36d4535311bccefc01ac3c3993c52cd9fd900f556cf943705ed0e88", - "size": 1600269, - "uuid": "12b0c950-9687-4b28-979c-6b370ace1cd3", - "version": "2019-04-03T105638.747128Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "22ecfc52", - "indexed": false, - "name": "primary_image-fov_000-Z8-H0-C2.tiff", - "s3_etag": "e1af122e50eea65daa022f8571517bfd", - "sha1": "0c0b67437f1e48770ddc9002c09d5e281bc97d1e", - "sha256": "39c47edd52b1c74758d90dbc21977a9fda7ae4de554cb9238e7bf0903b8fdea2", - "size": 1600269, - "uuid": "d0d46791-b50d-4622-a375-300d35ef1ba4", - "version": "2019-04-03T105638.999068Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2b09e4ff", - "indexed": false, - "name": "primary_image-fov_000-Z8-H0-C3.tiff", - "s3_etag": "ccfc7c9f94dd6e47d59c20e2e76d0f16", - "sha1": "1b5c3493b162347b528a4f0e22a9879e4c7d766a", - "sha256": "5c86130e5dc26548c71301779426353401667b0b373fd5b2fa0886d8ecb54328", - "size": 1600269, - "uuid": "6cfbdd29-5799-40c9-9329-917cfe98fb3a", - "version": "2019-04-03T105639.334527Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "42e96812", - "indexed": false, - "name": "primary_image-fov_000-Z8-H1-C0.tiff", - "s3_etag": "60febe6a957ecea63058bfb412e570a5", - "sha1": "94a507aa40e4b3f93f17ad8d15d9e4780571a914", - "sha256": "56a67c43ffb995edaa30ce0ce151f0df38ea08827d93c1e57b902bebe78e1cc7", - "size": 1600269, - "uuid": "c665c520-397f-4410-abed-1cd9e23fe942", - "version": "2019-04-03T105639.905452Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b18acdbe", - "indexed": false, - "name": "primary_image-fov_000-Z8-H1-C1.tiff", - "s3_etag": "09f753ef93d7ae051a784a327cc79e95", - "sha1": "ae87ab3d3d51095ea4cc74dda5475b47d344875b", - "sha256": "49f068eaae48dbfa68b9f63876e10fa94a613115a7285dd0fad6ee7438d1624e", - "size": 1600269, - "uuid": "fdac5e58-f0bb-40b1-9a58-b49f43bc4238", - "version": "2019-04-03T105640.178722Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "af59c8a5", - "indexed": false, - "name": "primary_image-fov_000-Z8-H1-C2.tiff", - "s3_etag": "3ae21db88d4c1d098bcf3354adc846f2", - "sha1": "801f806cd3df94b5d4038b4441a8854e065682ba", - "sha256": "b16291cd500218be60bc2069d6e58dbe4f81cabb070f130aedb7ab04612a2465", - "size": 1600269, - "uuid": "bf5e1454-492c-4748-811b-b8ef68548d79", - "version": "2019-04-03T105640.476175Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "c323197b", - "indexed": false, - "name": "primary_image-fov_000-Z8-H1-C3.tiff", - "s3_etag": "75d5ca11e181f3120f46ac2c12be6d5f", - "sha1": "c53ecb067ac777473317f7e19440495bfdc305ab", - "sha256": "ae4b6948a3008f08f364741085ad1cec433765c359e69736fc4097557d43edc7", - "size": 1600269, - "uuid": "37a2c628-29f7-4845-ace9-62ed637c7c74", - "version": "2019-04-03T105640.730992Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "e7e994f8", - "indexed": false, - "name": "primary_image-fov_000-Z8-H2-C0.tiff", - "s3_etag": "3da7df800a70d2d6e8726bcc76b3b24e", - "sha1": "9ee95d06a5b17fd363fce5c4fed6e8fbb0f05258", - "sha256": "25aede1f80b6e87f0333cd85db66008ef1034eda88ca645fc15a4d0a6b00f675", - "size": 1600269, - "uuid": "1e18aaa0-df92-4bab-81dc-7e225e2c8a09", - "version": "2019-04-03T105641.356591Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "e62e1b96", - "indexed": false, - "name": "primary_image-fov_000-Z8-H2-C1.tiff", - "s3_etag": "ab7076ebad2e8ab1fe3a2ba36c9d4a05", - "sha1": "5f72db56bea0fbfe4060b03644c49ae514013a01", - "sha256": "f61291d855a579b62e4b92f6119c8682c2784bb5e60cddf3ddc016b1bf9c2543", - "size": 1600269, - "uuid": "682e7e32-5795-4fc3-ad31-5c5f5e737c55", - "version": "2019-04-03T105641.597762Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "eb94ca22", - "indexed": false, - "name": "primary_image-fov_000-Z8-H2-C2.tiff", - "s3_etag": "b19708d148c785414fd0f61e7fd497d0", - "sha1": "80e40c2765dbcd3874274020fed22714a4675a38", - "sha256": "745c2423dd6f6a0c53b0be8b4d3f01fa4f52e09e499fb3400885ebe61562eb59", - "size": 1600269, - "uuid": "3b5bde9d-8af7-4253-9013-61bc6917eac4", - "version": "2019-04-03T105642.155558Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "30148627", - "indexed": false, - "name": "primary_image-fov_000-Z8-H2-C3.tiff", - "s3_etag": "8d555490d25c9b375e1f798726f75c8e", - "sha1": "c97a2af4b2500b157661443dbde450170b7be1de", - "sha256": "887cc80db875bf5d704c18bea2ecde0e311f94a1db43e96ad2b71fbae2228ba5", - "size": 1600269, - "uuid": "e6f193a6-c235-4357-b1c8-bd075e0be111", - "version": "2019-04-03T105642.455372Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "01ece1c6", - "indexed": false, - "name": "primary_image-fov_000-Z9-H0-C0.tiff", - "s3_etag": "0ad31b3db47ab0cc64feab103cd95c06", - "sha1": "1011cca6dff2b136733eaa0fc9ed427dbcbd724f", - "sha256": "33afd30928b802f9b37e1761eea55b04aa17d9c246bbf015174fc46e6ffbbc6d", - "size": 1600269, - "uuid": "33b9e890-93dd-46bf-a464-0b293605ca13", - "version": "2019-04-03T105642.695635Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "3a56f81e", - "indexed": false, - "name": "primary_image-fov_000-Z9-H0-C1.tiff", - "s3_etag": "6463c0af4aad289aa06ab596accd7f72", - "sha1": "0e55731c16adc0a5423f2476793d2c423b1deb6a", - "sha256": "5337ba319da091c05651d7da158e1cd3719f9befb1f2f6db1344338e0ac70449", - "size": 1600269, - "uuid": "1a57ba61-0aaa-4a98-8714-44ef51295163", - "version": "2019-04-03T105642.933998Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "4f573958", - "indexed": false, - "name": "primary_image-fov_000-Z9-H0-C2.tiff", - "s3_etag": "662e5f08087f7cc4ee6454f6ed734c66", - "sha1": "96feb27dc74eb05d307d6d5f8a66826962cb037b", - "sha256": "8e7b543d6baf164527bb6ec8b391acd79cd52d61a88ecba8b72db31ade03ff95", - "size": 1600269, - "uuid": "e1a484a8-5557-440d-8196-38a39c8acc3e", - "version": "2019-04-03T105643.266340Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "5fd73b1d", - "indexed": false, - "name": "primary_image-fov_000-Z9-H0-C3.tiff", - "s3_etag": "b89d1752986854195217fda6c5f7c246", - "sha1": "f0b6ea2f3b8c3f166db793d6f02498041141a527", - "sha256": "3a328ccdc6f19fa663c1e703efe15cb80fd8f5c260eb679ac64222aead8fa19c", - "size": 1600269, - "uuid": "4a836a20-3f30-4e33-8374-c9837de94790", - "version": "2019-04-03T105643.598363Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "2335b62b", - "indexed": false, - "name": "primary_image-fov_000-Z9-H1-C0.tiff", - "s3_etag": "a45f76cccdd8e3688c03f9afb3a48e42", - "sha1": "5acfa2d86b69216cb8b25dd5e0ff44e2353a7a2a", - "sha256": "89c07cd8d4d7a47f7d7c85c4e9918e937b9dd248275c3597b520bb29685fd275", - "size": 1600269, - "uuid": "fa8e2052-2f21-420b-84bb-dee4e2ce79ab", - "version": "2019-04-03T105643.915023Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "61289ac4", - "indexed": false, - "name": "primary_image-fov_000-Z9-H1-C1.tiff", - "s3_etag": "859abbee84741bc542fd3c1916e6c76f", - "sha1": "e0a1535468297319590ac1edea0f9f17b1fcbbc3", - "sha256": "3f15a6b5d60834705355dfe79c38f4a8cae0a1fcaf3dbf61bdd2be8eeadf213b", - "size": 1600269, - "uuid": "c605b91e-3b62-442d-bd3e-2d58a213a4bf", - "version": "2019-04-03T105644.156708Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "081bc6e9", - "indexed": false, - "name": "primary_image-fov_000-Z9-H1-C2.tiff", - "s3_etag": "154e0e39f4e0598830e28c466f606604", - "sha1": "095bcb4c03fd228f69c2cff4e55d75a55f3de86a", - "sha256": "ceb0e9ae90e00e9fe53a63807eac2bb319974203ac92a4ca7ebd9c3287de2284", - "size": 1600269, - "uuid": "d6621482-70a1-42ac-895d-8398aa0bb2b7", - "version": "2019-04-03T105644.436640Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "b65a523e", - "indexed": false, - "name": "primary_image-fov_000-Z9-H1-C3.tiff", - "s3_etag": "44e91c2235e2933c382881c9260e729e", - "sha1": "98be3ab0b504f834c06b8cff450da4d2f27ddb93", - "sha256": "4a722651fc388de26b1dbfcffa7be65c448b26a31d1738e5363857dfea81ea61", - "size": 1600269, - "uuid": "1d051231-9ed8-44fd-8086-93da3a04dd0b", - "version": "2019-04-03T105644.954210Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "6e9add20", - "indexed": false, - "name": "primary_image-fov_000-Z9-H2-C0.tiff", - "s3_etag": "89384b0fb6345d99cb41c07570b88ac9", - "sha1": "27cc8de22a7967083534b80d11537d38e1adfb2a", - "sha256": "d19fd3d6fececce2aaa3877f38d1c775f76419ec07374b7cff010b9867a12854", - "size": 1600269, - "uuid": "bba231df-4b9b-44fe-a9e9-df314fc8f75d", - "version": "2019-04-03T105645.222571Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "bd266ca9", - "indexed": false, - "name": "primary_image-fov_000-Z9-H2-C1.tiff", - "s3_etag": "59d0ae52331b02c2ad8c8868f7ef97c8", - "sha1": "931b276a47bc715902e1a06f3ed7a264756b1e62", - "sha256": "e1144263f89f3b3b2c4812ca0599274d78057636dcca1d09fdebc30e0d327ced", - "size": 1600269, - "uuid": "6c85c7e1-832c-476c-add9-e2cc509f8de0", - "version": "2019-04-03T105645.515825Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "1285ec2c", - "indexed": false, - "name": "primary_image-fov_000-Z9-H2-C2.tiff", - "s3_etag": "9952c98d3f77cce10a633a2b7af2ad10", - "sha1": "d88ae8998890e877ff4bcb7d9c901ebf6c0f87fa", - "sha256": "b66e916f703c1bccfccb6ad7fcc95fb3af42ac4e6868bbdcea424de9e40a12af", - "size": 1600269, - "uuid": "9a71aa79-aa5e-41ca-89ed-2d5eaea98840", - "version": "2019-04-03T105645.832519Z" - }, - { - "content-type": "image/tiff; dcp-type=data", - "crc32c": "ee12e15f", - "indexed": false, - "name": "primary_image-fov_000-Z9-H2-C3.tiff", - "s3_etag": "34fa837a2fb39db2dddfabd84e6a560d", - "sha1": "e0ff15a11a35119aae3feb4e2afb3a0708daa28f", - "sha256": "9f447baf510beb7f942054f980818c6819a12bf9b12e5cadc2cff30af37d9674", - "size": 1600269, - "uuid": "bec2697f-31b6-4db5-888a-024379f3d13f", - "version": "2019-04-03T105646.096587Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "d148a0e3", - "indexed": false, - "name": "primary_image-fov_000.json", - "s3_etag": "c9bae9cb31bf1356ad858eba63ca3cb8", - "sha1": "bf49d7043b7e4c528a3ec7fdd1d80a49913125b6", - "sha256": "b7d0787c0f9b656331d4e56c4249dc2762ae8bd04f87995910e5ce3c30cde8d2", - "size": 55640, - "uuid": "194db0d1-dfca-44d7-9ad7-194a9e091d32", - "version": "2019-04-03T105646.365296Z" - }, - { - "content-type": "application/json; dcp-type=data", - "crc32c": "3c1c81b7", - "indexed": false, - "name": "primary_image.json", - "s3_etag": "512105655a1319dc48a63ce1b6034d61", - "sha1": "d623f185225a0edd5334fde5eba07204bf9891dd", - "sha256": "23e8dbd4385ec7be7ce90ba0fdcd00f5357735e8dc77538caa993506e0ce0307", - "size": 119, - "uuid": "57e036f8-063a-47fe-b668-499222390e95", - "version": "2019-04-03T105646.657106Z" - } -] diff --git a/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c/2019-04-03T103426.471000Z/metadata.json b/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c/2019-04-03T103426.471000Z/metadata.json deleted file mode 100644 index 41b547638e..0000000000 --- a/test/hca_metadata_api/cans/staging/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c/2019-04-03T103426.471000Z/metadata.json +++ /dev/null @@ -1,6398 +0,0 @@ -{ - "imaged_specimen_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/2.0.7/imaged_specimen", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "420508-10-1", - "biomaterial_name": "420508 coronal sections slice 10-1", - "biomaterial_description": "mouse brain coronal section 20um", - "ncbi_taxon_id": [ - 10090 - ], - "supplementary_files": [ - "point1nissl10x.tar.gz" - ] - }, - "slice_thickness": 20.0, - "internal_anatomical_structures": [ - { - "text": "V1, Provided files are Neurotrace stain and DIC images of the half brain slice imaged at 10x" - } - ], - "provenance": { - "document_id": "87f58f88-ef8b-4323-bd19-cde1a2497b59", - "submission_date": "2019-04-03T10:13:40.000Z", - "update_date": "2019-04-03T10:13:50.866Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "420508_specimen", - "biomaterial_name": "fresh frozen brain", - "ncbi_taxon_id": [ - 10090 - ], - "genotype": "wt" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090", - "ontology_label": "Mus musculus" - } - ], - "organ": { - "text": "brain", - "ontology": "UBERON:0000955", - "ontology_label": "brain" - }, - "preservation_storage": { - "storage_method": "fresh", - "preservation_method": "fresh" - }, - "collection_time": "2018-09-18T10:00:00Z", - "provenance": { - "document_id": "edd1d525-a6ae-4658-a6bf-6c31d7ab6948", - "submission_date": "2019-04-03T10:13:39.992Z", - "update_date": "2019-04-03T10:13:45.512Z" - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/14.0.7/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "420508", - "biomaterial_name": "C57BL6J-420508", - "ncbi_taxon_id": [ - 10090 - ], - "genotype": "wt" - }, - "mouse_specific": { - "strain": [ - { - "text": "C57BL6J", - "ontology": "EFO:0000606", - "ontology_label": "C57BL/6J" - } - ] - }, - "death": { - "cause_of_death": "euthanasia under anesthesia", - "cold_perfused": false, - "days_on_ventilator": 0.0, - "hardy_scale": 1, - "time_of_death": "2018-09-18T10:00:00Z" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090", - "ontology_label": "Mus musculus" - } - ], - "organism_age": "56", - "organism_age_unit": { - "text": "days", - "ontology": "UO:0000033", - "ontology_label": "day" - }, - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272", - "ontology_label": "adult" - }, - "is_living": "no", - "sex": "male", - "provenance": { - "document_id": "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4", - "submission_date": "2019-04-03T10:13:39.984Z", - "update_date": "2019-04-03T10:13:45.427Z" - } - }, - "image_file_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "codebook.json", - "file_format": "json" - }, - "provenance": { - "document_id": "6baa3aff-b2a5-4e49-82f7-25c108a6107a", - "submission_date": "2019-04-03T10:13:40.056Z", - "update_date": "2019-04-03T10:15:44.995Z" - } - }, - "image_file_1.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "experiment.json", - "file_format": "json" - }, - "provenance": { - "document_id": "06dcfc33-21da-485f-8e50-49d294713a9e", - "submission_date": "2019-04-03T10:13:40.066Z", - "update_date": "2019-04-03T10:15:44.993Z" - } - }, - "image_file_2.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z0-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", - "submission_date": "2019-04-03T10:13:40.076Z", - "update_date": "2019-04-03T10:15:51.032Z" - } - }, - "image_file_3.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z1-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", - "submission_date": "2019-04-03T10:13:40.085Z", - "update_date": "2019-04-03T10:15:47.812Z" - } - }, - "image_file_4.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z10-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "76e52f76-ede7-4088-b7f6-d6e5f6152292", - "submission_date": "2019-04-03T10:13:40.093Z", - "update_date": "2019-04-03T10:15:51.115Z" - } - }, - "image_file_5.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z11-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", - "submission_date": "2019-04-03T10:13:40.102Z", - "update_date": "2019-04-03T10:15:54.073Z" - } - }, - "image_file_6.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z12-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "be66141d-84a3-457d-a8d2-2f0da8c91dff", - "submission_date": "2019-04-03T10:13:40.111Z", - "update_date": "2019-04-03T10:15:51.125Z" - } - }, - "image_file_7.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z13-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "680cf532-ef0c-4155-b44d-a6ec3920743a", - "submission_date": "2019-04-03T10:13:40.120Z", - "update_date": "2019-04-03T10:15:50.982Z" - } - }, - "image_file_8.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z14-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "08609f14-cf43-4188-b743-4a0b55b17347", - "submission_date": "2019-04-03T10:13:40.128Z", - "update_date": "2019-04-03T10:15:47.817Z" - } - }, - "image_file_9.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z15-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "d10827a1-38f7-457d-9c9f-695f2fc7689c", - "submission_date": "2019-04-03T10:13:40.137Z", - "update_date": "2019-04-03T10:15:44.996Z" - } - }, - "image_file_10.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z16-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6f8eb2e5-7a0c-4c98-8da0-276457357071", - "submission_date": "2019-04-03T10:13:40.145Z", - "update_date": "2019-04-03T10:15:47.821Z" - } - }, - "image_file_11.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z2-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ca480df3-71bb-4634-8f71-b6a75aeb9f05", - "submission_date": "2019-04-03T10:13:40.154Z", - "update_date": "2019-04-03T10:15:47.796Z" - } - }, - "image_file_12.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z3-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "03ae5f5e-65ac-4491-b0ce-eefc940e0224", - "submission_date": "2019-04-03T10:13:40.166Z", - "update_date": "2019-04-03T10:15:48.018Z" - } - }, - "image_file_13.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z4-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", - "submission_date": "2019-04-03T10:13:40.176Z", - "update_date": "2019-04-03T10:15:51.040Z" - } - }, - "image_file_14.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z5-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "887f3d73-94d2-44ac-9047-67aca5225882", - "submission_date": "2019-04-03T10:13:40.186Z", - "update_date": "2019-04-03T10:15:51.029Z" - } - }, - "image_file_15.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z6-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "896dfacd-206b-4e4f-a846-ba5b070060d9", - "submission_date": "2019-04-03T10:13:40.197Z", - "update_date": "2019-04-03T10:15:47.819Z" - } - }, - "image_file_16.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z7-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "23303c88-01b1-47d0-b770-dca6802caa13", - "submission_date": "2019-04-03T10:13:40.207Z", - "update_date": "2019-04-03T10:15:47.812Z" - } - }, - "image_file_17.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z8-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3c1a388d-0577-4417-9cd2-ff33bfed9140", - "submission_date": "2019-04-03T10:13:40.217Z", - "update_date": "2019-04-03T10:15:47.821Z" - } - }, - "image_file_18.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000-Z9-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "67e71b34-7157-4a37-b495-0d740772b480", - "submission_date": "2019-04-03T10:13:40.227Z", - "update_date": "2019-04-03T10:15:51.111Z" - } - }, - "image_file_19.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei-fov_000.json", - "file_format": "json" - }, - "provenance": { - "document_id": "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", - "submission_date": "2019-04-03T10:13:40.236Z", - "update_date": "2019-04-03T10:15:51.054Z" - } - }, - "image_file_20.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "nuclei.json", - "file_format": "json" - }, - "provenance": { - "document_id": "5fbcb75e-3ee3-4429-8ede-b243afa0789f", - "submission_date": "2019-04-03T10:13:40.246Z", - "update_date": "2019-04-03T10:15:51.028Z" - } - }, - "image_file_21.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "09226b24-6b11-4e4f-8052-2b544be461aa", - "submission_date": "2019-04-03T10:13:40.256Z", - "update_date": "2019-04-03T10:15:51.126Z" - } - }, - "image_file_22.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f67473fd-fbf8-4d69-9db1-556938ab5b87", - "submission_date": "2019-04-03T10:13:40.266Z", - "update_date": "2019-04-03T10:15:54.317Z" - } - }, - "image_file_23.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", - "submission_date": "2019-04-03T10:13:40.276Z", - "update_date": "2019-04-03T10:15:50.940Z" - } - }, - "image_file_24.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "017a2c88-4f6e-418e-bb96-f42f3a220f87", - "submission_date": "2019-04-03T10:13:40.286Z", - "update_date": "2019-04-03T10:15:50.977Z" - } - }, - "image_file_25.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "30305240-004d-4632-84d4-37d7e7378782", - "submission_date": "2019-04-03T10:13:40.296Z", - "update_date": "2019-04-03T10:15:51.136Z" - } - }, - "image_file_26.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", - "submission_date": "2019-04-03T10:13:40.306Z", - "update_date": "2019-04-03T10:15:51.052Z" - } - }, - "image_file_27.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3fd2781b-6855-4eaa-b2fb-81db386adb18", - "submission_date": "2019-04-03T10:13:40.315Z", - "update_date": "2019-04-03T10:15:51.027Z" - } - }, - "image_file_28.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "40474d53-44a4-4ab2-9f20-61b71291f8aa", - "submission_date": "2019-04-03T10:13:40.325Z", - "update_date": "2019-04-03T10:15:47.810Z" - } - }, - "image_file_29.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "aaa97d47-7124-4763-a3fc-f6d66eb6d990", - "submission_date": "2019-04-03T10:13:40.334Z", - "update_date": "2019-04-03T10:15:50.958Z" - } - }, - "image_file_30.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "4adbed13-1cb6-4405-b892-fe8165050691", - "submission_date": "2019-04-03T10:13:40.344Z", - "update_date": "2019-04-03T10:15:51.040Z" - } - }, - "image_file_31.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", - "submission_date": "2019-04-03T10:13:40.354Z", - "update_date": "2019-04-03T10:15:51.020Z" - } - }, - "image_file_32.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z0-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "5402916f-6de1-4842-8585-fc25c153992b", - "submission_date": "2019-04-03T10:13:40.364Z", - "update_date": "2019-04-03T10:15:51.039Z" - } - }, - "image_file_33.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", - "submission_date": "2019-04-03T10:13:40.375Z", - "update_date": "2019-04-03T10:16:00.740Z" - } - }, - "image_file_34.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", - "submission_date": "2019-04-03T10:13:40.386Z", - "update_date": "2019-04-03T10:16:00.295Z" - } - }, - "image_file_35.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "cb92dd92-570c-4075-8893-eb19dbd837b8", - "submission_date": "2019-04-03T10:13:40.396Z", - "update_date": "2019-04-03T10:16:00.289Z" - } - }, - "image_file_36.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b36948c4-0646-42be-9db2-16626a757343", - "submission_date": "2019-04-03T10:13:40.405Z", - "update_date": "2019-04-03T10:15:57.643Z" - } - }, - "image_file_37.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c974f4eb-27b8-4ec3-913e-a6eb19572a51", - "submission_date": "2019-04-03T10:13:40.414Z", - "update_date": "2019-04-03T10:15:57.265Z" - } - }, - "image_file_38.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "febb760d-1e9e-4432-9b88-ce2869a43c44", - "submission_date": "2019-04-03T10:13:40.423Z", - "update_date": "2019-04-03T10:16:03.118Z" - } - }, - "image_file_39.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "054f40a4-68d0-41db-81e9-00239042d9fa", - "submission_date": "2019-04-03T10:13:40.432Z", - "update_date": "2019-04-03T10:15:54.056Z" - } - }, - "image_file_40.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", - "submission_date": "2019-04-03T10:13:40.441Z", - "update_date": "2019-04-03T10:15:57.262Z" - } - }, - "image_file_41.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "819e3227-cc54-4919-95af-c1f8194bf729", - "submission_date": "2019-04-03T10:13:40.450Z", - "update_date": "2019-04-03T10:16:00.245Z" - } - }, - "image_file_42.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b1e2b9d1-6973-41dc-acdf-95474303561f", - "submission_date": "2019-04-03T10:13:40.458Z", - "update_date": "2019-04-03T10:16:00.392Z" - } - }, - "image_file_43.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "41ffc783-5ad4-4197-8fd1-c029903c43c0", - "submission_date": "2019-04-03T10:13:40.467Z", - "update_date": "2019-04-03T10:16:00.242Z" - } - }, - "image_file_44.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z1-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", - "submission_date": "2019-04-03T10:13:40.475Z", - "update_date": "2019-04-03T10:15:54.163Z" - } - }, - "image_file_45.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9014bbaf-a047-4b69-8e28-8356cc99f84e", - "submission_date": "2019-04-03T10:13:40.484Z", - "update_date": "2019-04-03T10:15:54.097Z" - } - }, - "image_file_46.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f7acf90c-2b32-463b-b832-8daa8529f727", - "submission_date": "2019-04-03T10:13:40.492Z", - "update_date": "2019-04-03T10:15:51.110Z" - } - }, - "image_file_47.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", - "submission_date": "2019-04-03T10:13:40.501Z", - "update_date": "2019-04-03T10:15:54.068Z" - } - }, - "image_file_48.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "db22deab-498a-409c-8386-5bf4e60a080c", - "submission_date": "2019-04-03T10:13:40.509Z", - "update_date": "2019-04-03T10:15:54.171Z" - } - }, - "image_file_49.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "07d600bc-0d55-4a8d-9a48-390fc4169845", - "submission_date": "2019-04-03T10:13:40.518Z", - "update_date": "2019-04-03T10:15:54.155Z" - } - }, - "image_file_50.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "d0a032bb-cd0e-4873-b346-5cb19e45c202", - "submission_date": "2019-04-03T10:13:40.526Z", - "update_date": "2019-04-03T10:15:54.147Z" - } - }, - "image_file_51.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "a161f60f-af92-4b09-9df0-dd7ff2bf571a", - "submission_date": "2019-04-03T10:13:40.536Z", - "update_date": "2019-04-03T10:15:54.146Z" - } - }, - "image_file_52.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", - "submission_date": "2019-04-03T10:13:40.545Z", - "update_date": "2019-04-03T10:15:57.073Z" - } - }, - "image_file_53.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f10fd9e2-5747-4d7a-8c0c-beba81749011", - "submission_date": "2019-04-03T10:13:40.553Z", - "update_date": "2019-04-03T10:15:54.011Z" - } - }, - "image_file_54.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "553b6aab-4745-45f8-98ab-de6aadbf48e4", - "submission_date": "2019-04-03T10:13:40.562Z", - "update_date": "2019-04-03T10:15:54.255Z" - } - }, - "image_file_55.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3572abe9-6e42-4266-8671-ff24b592065c", - "submission_date": "2019-04-03T10:13:40.571Z", - "update_date": "2019-04-03T10:15:54.233Z" - } - }, - "image_file_56.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z10-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6882abf6-c247-4167-a18d-e3fec24bcba2", - "submission_date": "2019-04-03T10:13:40.579Z", - "update_date": "2019-04-03T10:15:54.124Z" - } - }, - "image_file_57.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "15f8b73e-937c-444d-8362-fdf458abb651", - "submission_date": "2019-04-03T10:13:40.588Z", - "update_date": "2019-04-03T10:15:54.117Z" - } - }, - "image_file_58.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "33b4e374-20ad-4fee-b682-aaa4fc12bec2", - "submission_date": "2019-04-03T10:13:40.596Z", - "update_date": "2019-04-03T10:15:54.178Z" - } - }, - "image_file_59.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "0e83c507-2211-4561-b75a-92326fb2d4fd", - "submission_date": "2019-04-03T10:13:40.605Z", - "update_date": "2019-04-03T10:15:54.229Z" - } - }, - "image_file_60.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "912c55cf-0774-4838-8874-352766984715", - "submission_date": "2019-04-03T10:13:40.613Z", - "update_date": "2019-04-03T10:15:54.213Z" - } - }, - "image_file_61.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", - "submission_date": "2019-04-03T10:13:40.622Z", - "update_date": "2019-04-03T10:15:50.981Z" - } - }, - "image_file_62.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "5b8e3d96-e625-46b6-9689-110fa84fd721", - "submission_date": "2019-04-03T10:13:40.630Z", - "update_date": "2019-04-03T10:15:54.097Z" - } - }, - "image_file_63.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", - "submission_date": "2019-04-03T10:13:40.639Z", - "update_date": "2019-04-03T10:15:57.225Z" - } - }, - "image_file_64.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6f3272d7-4a62-4a3c-8c44-11dda8756956", - "submission_date": "2019-04-03T10:13:40.647Z", - "update_date": "2019-04-03T10:15:53.957Z" - } - }, - "image_file_65.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "168422c5-e89d-466c-9085-f29c02160143", - "submission_date": "2019-04-03T10:13:40.656Z", - "update_date": "2019-04-03T10:15:54.119Z" - } - }, - "image_file_66.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7331367a-cc43-4af0-8750-a2921d513f97", - "submission_date": "2019-04-03T10:13:40.664Z", - "update_date": "2019-04-03T10:15:57.287Z" - } - }, - "image_file_67.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "edf83a09-2e60-4571-b650-abf4c7ff757b", - "submission_date": "2019-04-03T10:13:40.672Z", - "update_date": "2019-04-03T10:15:54.149Z" - } - }, - "image_file_68.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z11-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", - "submission_date": "2019-04-03T10:13:40.681Z", - "update_date": "2019-04-03T10:15:54.166Z" - } - }, - "image_file_69.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "be9d12b6-f8dd-407c-b1d7-844deb6a5023", - "submission_date": "2019-04-03T10:13:40.689Z", - "update_date": "2019-04-03T10:15:54.168Z" - } - }, - "image_file_70.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e3e59792-61e3-4bf0-a985-2acec75acafd", - "submission_date": "2019-04-03T10:13:40.698Z", - "update_date": "2019-04-03T10:15:57.350Z" - } - }, - "image_file_71.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "095ee09c-1605-4c07-9324-b5382f20b78e", - "submission_date": "2019-04-03T10:13:40.707Z", - "update_date": "2019-04-03T10:15:51.023Z" - } - }, - "image_file_72.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "77b96424-accb-4c6b-884c-756f2bb40929", - "submission_date": "2019-04-03T10:13:40.715Z", - "update_date": "2019-04-03T10:15:54.145Z" - } - }, - "image_file_73.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", - "submission_date": "2019-04-03T10:13:40.724Z", - "update_date": "2019-04-03T10:15:57.414Z" - } - }, - "image_file_74.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "78518dc1-d38e-4230-88b8-887bdd83f965", - "submission_date": "2019-04-03T10:13:40.733Z", - "update_date": "2019-04-03T10:15:54.195Z" - } - }, - "image_file_75.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "652dd3c5-6467-41ee-89b3-e4b3361fb533", - "submission_date": "2019-04-03T10:13:40.741Z", - "update_date": "2019-04-03T10:15:54.138Z" - } - }, - "image_file_76.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "cae3d214-d485-4350-8cd2-f4142aca4aef", - "submission_date": "2019-04-03T10:13:40.749Z", - "update_date": "2019-04-03T10:15:54.152Z" - } - }, - "image_file_77.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", - "submission_date": "2019-04-03T10:13:40.758Z", - "update_date": "2019-04-03T10:15:54.144Z" - } - }, - "image_file_78.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "de282263-0944-48d4-9819-6182636c76bd", - "submission_date": "2019-04-03T10:13:40.766Z", - "update_date": "2019-04-03T10:15:50.968Z" - } - }, - "image_file_79.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "bfdbe9b5-42ac-419a-b297-843095de2cc2", - "submission_date": "2019-04-03T10:13:40.775Z", - "update_date": "2019-04-03T10:15:57.263Z" - } - }, - "image_file_80.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z12-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", - "submission_date": "2019-04-03T10:13:40.783Z", - "update_date": "2019-04-03T10:15:57.144Z" - } - }, - "image_file_81.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e2763cda-3236-487e-9944-5169c0cb8856", - "submission_date": "2019-04-03T10:13:40.792Z", - "update_date": "2019-04-03T10:15:57.230Z" - } - }, - "image_file_82.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "37018bd8-8537-47c3-a5a9-efb43552f30c", - "submission_date": "2019-04-03T10:13:40.801Z", - "update_date": "2019-04-03T10:15:57.364Z" - } - }, - "image_file_83.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "a6c9b1ce-2054-4a48-b262-bb0723b8a567", - "submission_date": "2019-04-03T10:13:40.809Z", - "update_date": "2019-04-03T10:15:57.302Z" - } - }, - "image_file_84.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8319ee38-f199-49d7-989a-25b451656b38", - "submission_date": "2019-04-03T10:13:40.818Z", - "update_date": "2019-04-03T10:15:54.124Z" - } - }, - "image_file_85.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "022841b6-8b7c-4d0c-b65f-06ba14253540", - "submission_date": "2019-04-03T10:13:40.826Z", - "update_date": "2019-04-03T10:15:54.250Z" - } - }, - "image_file_86.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "299dfbe5-05f5-48a7-816b-61036f0e435a", - "submission_date": "2019-04-03T10:13:40.835Z", - "update_date": "2019-04-03T10:15:54.232Z" - } - }, - "image_file_87.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6b8b11aa-3600-4a63-a980-93465e681c9c", - "submission_date": "2019-04-03T10:13:40.844Z", - "update_date": "2019-04-03T10:15:50.951Z" - } - }, - "image_file_88.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "35716168-df43-4273-b52f-72e3d18a47bc", - "submission_date": "2019-04-03T10:13:40.853Z", - "update_date": "2019-04-03T10:15:57.202Z" - } - }, - "image_file_89.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6be783ec-c132-4e09-90e0-0958efaf6619", - "submission_date": "2019-04-03T10:13:40.862Z", - "update_date": "2019-04-03T10:15:57.305Z" - } - }, - "image_file_90.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "a11956c9-c24e-4efb-8af8-1167b3081e70", - "submission_date": "2019-04-03T10:13:40.871Z", - "update_date": "2019-04-03T10:15:57.283Z" - } - }, - "image_file_91.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", - "submission_date": "2019-04-03T10:13:40.880Z", - "update_date": "2019-04-03T10:15:51.102Z" - } - }, - "image_file_92.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z13-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "753c2a57-b5f1-4984-b874-b2b10d582847", - "submission_date": "2019-04-03T10:13:40.889Z", - "update_date": "2019-04-03T10:16:00.454Z" - } - }, - "image_file_93.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e0b93b3d-075b-482b-838a-e36d8849607b", - "submission_date": "2019-04-03T10:13:40.899Z", - "update_date": "2019-04-03T10:15:57.655Z" - } - }, - "image_file_94.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", - "submission_date": "2019-04-03T10:13:40.908Z", - "update_date": "2019-04-03T10:15:57.378Z" - } - }, - "image_file_95.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c647964a-7796-4dd2-9fa8-b23f012ac14e", - "submission_date": "2019-04-03T10:13:40.917Z", - "update_date": "2019-04-03T10:15:54.078Z" - } - }, - "image_file_96.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "87a63649-9834-49b8-89a0-310211c1b5b3", - "submission_date": "2019-04-03T10:13:40.926Z", - "update_date": "2019-04-03T10:15:57.378Z" - } - }, - "image_file_97.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b2eb5b20-fd1a-403c-8b55-9eec5972d482", - "submission_date": "2019-04-03T10:13:40.936Z", - "update_date": "2019-04-03T10:15:54.167Z" - } - }, - "image_file_98.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "4b3b36cb-cd90-4526-978d-2e7e8f7add39", - "submission_date": "2019-04-03T10:13:40.953Z", - "update_date": "2019-04-03T10:15:57.225Z" - } - }, - "image_file_99.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "cdc774f8-3310-4f1f-8c67-03579c253640", - "submission_date": "2019-04-03T10:13:40.968Z", - "update_date": "2019-04-03T10:15:57.258Z" - } - }, - "image_file_100.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "607370e0-7e7e-4d25-ba5c-957c00a73ac1", - "submission_date": "2019-04-03T10:13:40.979Z", - "update_date": "2019-04-03T10:16:00.280Z" - } - }, - "image_file_101.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3240d7ab-568b-4be5-adba-3178b3e8f85e", - "submission_date": "2019-04-03T10:13:40.990Z", - "update_date": "2019-04-03T10:16:00.280Z" - } - }, - "image_file_102.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c0b6ee98-677a-41d9-9d80-9ac63d251b08", - "submission_date": "2019-04-03T10:13:41.002Z", - "update_date": "2019-04-03T10:15:57.303Z" - } - }, - "image_file_103.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f34c01ec-06df-49e6-bc2f-c50c7f398851", - "submission_date": "2019-04-03T10:13:41.020Z", - "update_date": "2019-04-03T10:16:00.436Z" - } - }, - "image_file_104.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z14-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "2047311b-f3ee-4137-8338-a45166e01d53", - "submission_date": "2019-04-03T10:13:41.032Z", - "update_date": "2019-04-03T10:15:50.968Z" - } - }, - "image_file_105.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "44ea335a-1991-4504-be12-04f1a332ddfb", - "submission_date": "2019-04-03T10:13:41.044Z", - "update_date": "2019-04-03T10:16:00.403Z" - } - }, - "image_file_106.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", - "submission_date": "2019-04-03T10:13:41.054Z", - "update_date": "2019-04-03T10:15:54.147Z" - } - }, - "image_file_107.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", - "submission_date": "2019-04-03T10:13:41.065Z", - "update_date": "2019-04-03T10:16:00.681Z" - } - }, - "image_file_108.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6af3cb41-9e64-4b11-b272-be87adf0fa94", - "submission_date": "2019-04-03T10:13:41.076Z", - "update_date": "2019-04-03T10:15:57.097Z" - } - }, - "image_file_109.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7541d176-dfba-4e05-ba45-0c6964271dff", - "submission_date": "2019-04-03T10:13:41.087Z", - "update_date": "2019-04-03T10:15:57.397Z" - } - }, - "image_file_110.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8ee1e829-a507-40a5-87ac-7fd8379b87ce", - "submission_date": "2019-04-03T10:13:41.097Z", - "update_date": "2019-04-03T10:15:57.618Z" - } - }, - "image_file_111.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8e57554a-abb2-4664-87b6-a397f4da6555", - "submission_date": "2019-04-03T10:13:41.107Z", - "update_date": "2019-04-03T10:16:00.218Z" - } - }, - "image_file_112.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", - "submission_date": "2019-04-03T10:13:41.117Z", - "update_date": "2019-04-03T10:15:57.372Z" - } - }, - "image_file_113.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", - "submission_date": "2019-04-03T10:13:41.127Z", - "update_date": "2019-04-03T10:15:57.219Z" - } - }, - "image_file_114.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", - "submission_date": "2019-04-03T10:13:41.136Z", - "update_date": "2019-04-03T10:16:00.319Z" - } - }, - "image_file_115.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", - "submission_date": "2019-04-03T10:13:41.146Z", - "update_date": "2019-04-03T10:16:00.829Z" - } - }, - "image_file_116.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z15-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f0cb4244-e19a-46a0-89f1-04143548872d", - "submission_date": "2019-04-03T10:13:41.156Z", - "update_date": "2019-04-03T10:16:00.414Z" - } - }, - "image_file_117.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "73074f55-d009-41a2-929e-6fd9949bb1dd", - "submission_date": "2019-04-03T10:13:41.166Z", - "update_date": "2019-04-03T10:15:57.285Z" - } - }, - "image_file_118.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", - "submission_date": "2019-04-03T10:13:41.176Z", - "update_date": "2019-04-03T10:16:03.247Z" - } - }, - "image_file_119.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", - "submission_date": "2019-04-03T10:13:41.185Z", - "update_date": "2019-04-03T10:15:51.101Z" - } - }, - "image_file_120.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "146231bb-1b13-4db5-8157-9d9962cc3a3a", - "submission_date": "2019-04-03T10:13:41.195Z", - "update_date": "2019-04-03T10:16:00.042Z" - } - }, - "image_file_121.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", - "submission_date": "2019-04-03T10:13:41.205Z", - "update_date": "2019-04-03T10:15:57.650Z" - } - }, - "image_file_122.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7fe17380-3090-4fc3-9504-02b3f8ed95b6", - "submission_date": "2019-04-03T10:13:41.215Z", - "update_date": "2019-04-03T10:16:00.270Z" - } - }, - "image_file_123.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "fc405b01-60ca-436f-a06c-2f38f7156a87", - "submission_date": "2019-04-03T10:13:41.225Z", - "update_date": "2019-04-03T10:16:00.160Z" - } - }, - "image_file_124.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "bae92b53-c6c7-4712-865e-6cff3cba506e", - "submission_date": "2019-04-03T10:13:41.235Z", - "update_date": "2019-04-03T10:16:00.763Z" - } - }, - "image_file_125.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "83662ec5-a202-42ab-9a47-a701d4f19de3", - "submission_date": "2019-04-03T10:13:41.246Z", - "update_date": "2019-04-03T10:16:00.067Z" - } - }, - "image_file_126.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "a04957c6-8ce8-4fa6-950d-71812ff3d698", - "submission_date": "2019-04-03T10:13:41.256Z", - "update_date": "2019-04-03T10:15:57.271Z" - } - }, - "image_file_127.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9284d3a4-73bd-4aa0-847c-ab273d14185a", - "submission_date": "2019-04-03T10:13:41.266Z", - "update_date": "2019-04-03T10:16:00.765Z" - } - }, - "image_file_128.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z16-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "4d664562-c333-4aaf-bb8b-641e0568733e", - "submission_date": "2019-04-03T10:13:41.276Z", - "update_date": "2019-04-03T10:16:00.166Z" - } - }, - "image_file_129.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b533685d-3c60-4483-841b-a054f0a69fec", - "submission_date": "2019-04-03T10:13:41.286Z", - "update_date": "2019-04-03T10:15:54.188Z" - } - }, - "image_file_130.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", - "submission_date": "2019-04-03T10:13:41.296Z", - "update_date": "2019-04-03T10:15:57.291Z" - } - }, - "image_file_131.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", - "submission_date": "2019-04-03T10:13:41.305Z", - "update_date": "2019-04-03T10:16:00.394Z" - } - }, - "image_file_132.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3e8510c9-7e31-49bd-bb90-cb55577c2f25", - "submission_date": "2019-04-03T10:13:41.315Z", - "update_date": "2019-04-03T10:16:00.298Z" - } - }, - "image_file_133.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "463aff9a-ec7e-40d0-be42-c6686af9130d", - "submission_date": "2019-04-03T10:13:41.325Z", - "update_date": "2019-04-03T10:16:00.374Z" - } - }, - "image_file_134.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", - "submission_date": "2019-04-03T10:13:41.334Z", - "update_date": "2019-04-03T10:16:00.331Z" - } - }, - "image_file_135.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "868efb99-df36-462b-91a2-bb6ca27e842a", - "submission_date": "2019-04-03T10:13:41.344Z", - "update_date": "2019-04-03T10:15:57.472Z" - } - }, - "image_file_136.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", - "submission_date": "2019-04-03T10:13:41.354Z", - "update_date": "2019-04-03T10:15:57.134Z" - } - }, - "image_file_137.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "36ded48a-869f-4fa8-971f-56bc28298276", - "submission_date": "2019-04-03T10:13:41.363Z", - "update_date": "2019-04-03T10:16:00.039Z" - } - }, - "image_file_138.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", - "submission_date": "2019-04-03T10:13:41.373Z", - "update_date": "2019-04-03T10:15:57.347Z" - } - }, - "image_file_139.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e72742a4-23ba-4e5d-a29b-ad449abe8101", - "submission_date": "2019-04-03T10:13:41.382Z", - "update_date": "2019-04-03T10:15:57.374Z" - } - }, - "image_file_140.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z2-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "cd6e1096-f8c3-4eda-957d-b09741d60901", - "submission_date": "2019-04-03T10:13:41.392Z", - "update_date": "2019-04-03T10:16:00.117Z" - } - }, - "image_file_141.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "903ea376-5153-4fb8-8ffa-e2948951409c", - "submission_date": "2019-04-03T10:13:41.401Z", - "update_date": "2019-04-03T10:15:57.150Z" - } - }, - "image_file_142.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", - "submission_date": "2019-04-03T10:13:41.411Z", - "update_date": "2019-04-03T10:16:00.258Z" - } - }, - "image_file_143.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8381d167-c4dd-49a2-b5df-1ae815bbe42e", - "submission_date": "2019-04-03T10:13:41.421Z", - "update_date": "2019-04-03T10:15:57.334Z" - } - }, - "image_file_144.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", - "submission_date": "2019-04-03T10:13:41.430Z", - "update_date": "2019-04-03T10:15:57.150Z" - } - }, - "image_file_145.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "cf305c60-bb2c-41af-82bf-0631c2a7b0be", - "submission_date": "2019-04-03T10:13:41.440Z", - "update_date": "2019-04-03T10:15:57.290Z" - } - }, - "image_file_146.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "074290a9-35e1-422f-a3af-e5ed58781b4d", - "submission_date": "2019-04-03T10:13:41.450Z", - "update_date": "2019-04-03T10:15:57.347Z" - } - }, - "image_file_147.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", - "submission_date": "2019-04-03T10:13:41.460Z", - "update_date": "2019-04-03T10:16:00.451Z" - } - }, - "image_file_148.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", - "submission_date": "2019-04-03T10:13:41.470Z", - "update_date": "2019-04-03T10:16:03.144Z" - } - }, - "image_file_149.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "5165cc56-ff89-42bf-b000-fec4bd57176e", - "submission_date": "2019-04-03T10:13:41.479Z", - "update_date": "2019-04-03T10:16:00.708Z" - } - }, - "image_file_150.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "545be634-5893-45e0-93b2-dd4ea93e00db", - "submission_date": "2019-04-03T10:13:41.489Z", - "update_date": "2019-04-03T10:16:00.405Z" - } - }, - "image_file_151.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "2d2e58c6-7c24-4089-bbe9-d47b7482be46", - "submission_date": "2019-04-03T10:13:41.499Z", - "update_date": "2019-04-03T10:16:00.253Z" - } - }, - "image_file_152.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z3-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", - "submission_date": "2019-04-03T10:13:41.509Z", - "update_date": "2019-04-03T10:15:57.292Z" - } - }, - "image_file_153.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "81214e49-318f-4221-bf2c-4ef00cfa916b", - "submission_date": "2019-04-03T10:13:41.519Z", - "update_date": "2019-04-03T10:16:00.761Z" - } - }, - "image_file_154.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7fc97754-1121-468b-b1e4-839bde86b6c8", - "submission_date": "2019-04-03T10:13:41.529Z", - "update_date": "2019-04-03T10:15:57.316Z" - } - }, - "image_file_155.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7d70d44c-b5d7-47be-9687-e9a775e86251", - "submission_date": "2019-04-03T10:13:41.539Z", - "update_date": "2019-04-03T10:16:00.785Z" - } - }, - "image_file_156.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", - "submission_date": "2019-04-03T10:13:41.552Z", - "update_date": "2019-04-03T10:15:57.619Z" - } - }, - "image_file_157.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b7607809-e975-4c32-bff7-375cb2d8276f", - "submission_date": "2019-04-03T10:13:41.564Z", - "update_date": "2019-04-03T10:15:57.213Z" - } - }, - "image_file_158.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b8a6c863-626d-4fbf-863b-610cffaac37d", - "submission_date": "2019-04-03T10:13:41.579Z", - "update_date": "2019-04-03T10:16:00.707Z" - } - }, - "image_file_159.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "45077a5c-ee96-47c0-a84f-9d46cf799338", - "submission_date": "2019-04-03T10:13:41.590Z", - "update_date": "2019-04-03T10:15:57.619Z" - } - }, - "image_file_160.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "49d82b74-6f1a-415c-93ab-958c60f083b6", - "submission_date": "2019-04-03T10:13:41.601Z", - "update_date": "2019-04-03T10:15:57.323Z" - } - }, - "image_file_161.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "753b51b7-a909-44e7-bb21-cf2cd18328f8", - "submission_date": "2019-04-03T10:13:41.612Z", - "update_date": "2019-04-03T10:16:00.722Z" - } - }, - "image_file_162.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c7ab6349-b2bb-4ba3-9c9b-27d270550052", - "submission_date": "2019-04-03T10:13:41.624Z", - "update_date": "2019-04-03T10:16:00.390Z" - } - }, - "image_file_163.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7be770fc-4a56-4f82-a4cf-3cf908d54dca", - "submission_date": "2019-04-03T10:13:41.635Z", - "update_date": "2019-04-03T10:16:00.789Z" - } - }, - "image_file_164.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z4-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3f5f8537-c1af-4d2e-a732-53b6d4275588", - "submission_date": "2019-04-03T10:13:41.646Z", - "update_date": "2019-04-03T10:16:00.749Z" - } - }, - "image_file_165.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", - "submission_date": "2019-04-03T10:13:41.657Z", - "update_date": "2019-04-03T10:15:57.145Z" - } - }, - "image_file_166.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f986c2c2-2823-45a0-80cf-5e6f67958afb", - "submission_date": "2019-04-03T10:13:41.668Z", - "update_date": "2019-04-03T10:16:00.833Z" - } - }, - "image_file_167.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7d17d6d6-d038-40c6-b965-6de41ce9c931", - "submission_date": "2019-04-03T10:13:41.680Z", - "update_date": "2019-04-03T10:15:57.652Z" - } - }, - "image_file_168.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3d208b38-62c8-492d-9434-21bb66ead16e", - "submission_date": "2019-04-03T10:13:41.692Z", - "update_date": "2019-04-03T10:16:03.214Z" - } - }, - "image_file_169.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9a982898-77c6-4a56-8e54-9cb83ff0b235", - "submission_date": "2019-04-03T10:13:41.704Z", - "update_date": "2019-04-03T10:16:03.249Z" - } - }, - "image_file_170.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", - "submission_date": "2019-04-03T10:13:41.715Z", - "update_date": "2019-04-03T10:16:00.293Z" - } - }, - "image_file_171.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "24b6366f-03ce-4e4d-b50f-90687f3e2b94", - "submission_date": "2019-04-03T10:13:41.726Z", - "update_date": "2019-04-03T10:16:00.295Z" - } - }, - "image_file_172.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ec1d0987-fb49-48b8-aaeb-321c659fb67f", - "submission_date": "2019-04-03T10:13:41.736Z", - "update_date": "2019-04-03T10:16:03.247Z" - } - }, - "image_file_173.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", - "submission_date": "2019-04-03T10:13:41.746Z", - "update_date": "2019-04-03T10:16:03.243Z" - } - }, - "image_file_174.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6fbcb1c7-ce98-46db-8054-b451b6bca205", - "submission_date": "2019-04-03T10:13:41.756Z", - "update_date": "2019-04-03T10:16:03.126Z" - } - }, - "image_file_175.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", - "submission_date": "2019-04-03T10:13:41.766Z", - "update_date": "2019-04-03T10:16:00.740Z" - } - }, - "image_file_176.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z5-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "aa6fca0d-6a70-4016-a0e4-307878e9ff45", - "submission_date": "2019-04-03T10:13:41.776Z", - "update_date": "2019-04-03T10:16:00.704Z" - } - }, - "image_file_177.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ee62cd8d-fb93-4082-980b-213c7a8a0c47", - "submission_date": "2019-04-03T10:13:41.785Z", - "update_date": "2019-04-03T10:16:03.200Z" - } - }, - "image_file_178.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "bbd60a79-3572-42c0-8e53-b0c566a72f06", - "submission_date": "2019-04-03T10:13:41.795Z", - "update_date": "2019-04-03T10:16:00.196Z" - } - }, - "image_file_179.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", - "submission_date": "2019-04-03T10:13:41.805Z", - "update_date": "2019-04-03T10:16:03.144Z" - } - }, - "image_file_180.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", - "submission_date": "2019-04-03T10:13:41.816Z", - "update_date": "2019-04-03T10:16:00.186Z" - } - }, - "image_file_181.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "240a67cc-e827-41bf-8ac8-a66bc2797f13", - "submission_date": "2019-04-03T10:13:41.827Z", - "update_date": "2019-04-03T10:16:00.772Z" - } - }, - "image_file_182.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7a9b6534-fa1d-4282-a064-11e60e57a322", - "submission_date": "2019-04-03T10:13:41.838Z", - "update_date": "2019-04-03T10:15:57.638Z" - } - }, - "image_file_183.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "b0af6371-4379-45f0-8c09-f6610833fc46", - "submission_date": "2019-04-03T10:13:41.848Z", - "update_date": "2019-04-03T10:15:57.644Z" - } - }, - "image_file_184.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f5ce7a96-cfc0-42c4-852b-386f9a27111d", - "submission_date": "2019-04-03T10:13:41.859Z", - "update_date": "2019-04-03T10:16:00.829Z" - } - }, - "image_file_185.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", - "submission_date": "2019-04-03T10:13:41.869Z", - "update_date": "2019-04-03T10:16:00.329Z" - } - }, - "image_file_186.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3dff4add-7d6f-418c-afba-e46864af51d2", - "submission_date": "2019-04-03T10:13:41.880Z", - "update_date": "2019-04-03T10:16:00.156Z" - } - }, - "image_file_187.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ab2b7c67-8f13-4388-acd7-e2abb0091f30", - "submission_date": "2019-04-03T10:13:41.895Z", - "update_date": "2019-04-03T10:16:00.743Z" - } - }, - "image_file_188.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z6-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "d9912d93-3d92-48d2-9f75-826fbba3d94e", - "submission_date": "2019-04-03T10:13:41.907Z", - "update_date": "2019-04-03T10:16:03.046Z" - } - }, - "image_file_189.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "8b37aba2-be5e-4963-8e6f-51a2df8e143e", - "submission_date": "2019-04-03T10:13:41.917Z", - "update_date": "2019-04-03T10:16:00.282Z" - } - }, - "image_file_190.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", - "submission_date": "2019-04-03T10:13:41.927Z", - "update_date": "2019-04-03T10:16:00.805Z" - } - }, - "image_file_191.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "2d7e88dd-bddd-4289-9556-27d301be0b83", - "submission_date": "2019-04-03T10:13:41.937Z", - "update_date": "2019-04-03T10:16:03.188Z" - } - }, - "image_file_192.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", - "submission_date": "2019-04-03T10:13:41.947Z", - "update_date": "2019-04-03T10:16:03.221Z" - } - }, - "image_file_193.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", - "submission_date": "2019-04-03T10:13:41.958Z", - "update_date": "2019-04-03T10:16:00.822Z" - } - }, - "image_file_194.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", - "submission_date": "2019-04-03T10:13:41.969Z", - "update_date": "2019-04-03T10:16:03.130Z" - } - }, - "image_file_195.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e834d3df-8432-40ba-b67d-c7cd0bd7328d", - "submission_date": "2019-04-03T10:13:41.979Z", - "update_date": "2019-04-03T10:16:03.234Z" - } - }, - "image_file_196.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "d8908d6d-5daa-454d-9082-726054cfddc1", - "submission_date": "2019-04-03T10:13:41.990Z", - "update_date": "2019-04-03T10:16:03.189Z" - } - }, - "image_file_197.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c5a7142e-4702-4e84-b7aa-239df2a71ba8", - "submission_date": "2019-04-03T10:13:42.000Z", - "update_date": "2019-04-03T10:16:00.189Z" - } - }, - "image_file_198.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "f69e44ef-cf23-4571-8dad-e44222697974", - "submission_date": "2019-04-03T10:13:42.011Z", - "update_date": "2019-04-03T10:16:03.186Z" - } - }, - "image_file_199.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "ea72f81c-2c58-43e2-acca-294254f470f7", - "submission_date": "2019-04-03T10:13:42.021Z", - "update_date": "2019-04-03T10:16:03.138Z" - } - }, - "image_file_200.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z7-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", - "submission_date": "2019-04-03T10:13:42.031Z", - "update_date": "2019-04-03T10:16:03.194Z" - } - }, - "image_file_201.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6928ac1b-fd1d-436c-bfc6-4087c65809d7", - "submission_date": "2019-04-03T10:13:42.042Z", - "update_date": "2019-04-03T10:16:03.234Z" - } - }, - "image_file_202.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "07a7b938-435b-4804-b140-c255957b6532", - "submission_date": "2019-04-03T10:13:42.052Z", - "update_date": "2019-04-03T10:16:03.185Z" - } - }, - "image_file_203.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3d532a7b-55e7-4461-afbc-65ef76403384", - "submission_date": "2019-04-03T10:13:42.062Z", - "update_date": "2019-04-03T10:16:00.225Z" - } - }, - "image_file_204.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "bab40245-28bd-49a2-8be0-ba109fe41c91", - "submission_date": "2019-04-03T10:13:42.072Z", - "update_date": "2019-04-03T10:16:03.171Z" - } - }, - "image_file_205.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9d577bd4-3a27-48be-ad7c-8c44cf803cda", - "submission_date": "2019-04-03T10:13:42.082Z", - "update_date": "2019-04-03T10:16:03.221Z" - } - }, - "image_file_206.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", - "submission_date": "2019-04-03T10:13:42.093Z", - "update_date": "2019-04-03T10:16:03.221Z" - } - }, - "image_file_207.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "21a043b6-6dde-41b9-b20e-74b961da8b88", - "submission_date": "2019-04-03T10:13:42.104Z", - "update_date": "2019-04-03T10:16:03.210Z" - } - }, - "image_file_208.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "11280200-1803-4110-aa84-2808776c2d50", - "submission_date": "2019-04-03T10:13:42.114Z", - "update_date": "2019-04-03T10:16:03.231Z" - } - }, - "image_file_209.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "86df5269-576b-4d18-a0ce-6e2b2a36d51b", - "submission_date": "2019-04-03T10:13:42.124Z", - "update_date": "2019-04-03T10:16:03.201Z" - } - }, - "image_file_210.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e524ff4e-95fa-4561-bfd3-276cba79e664", - "submission_date": "2019-04-03T10:13:42.134Z", - "update_date": "2019-04-03T10:16:03.251Z" - } - }, - "image_file_211.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "3d5737da-b1ab-48cb-a26f-d420e53edccd", - "submission_date": "2019-04-03T10:13:42.144Z", - "update_date": "2019-04-03T10:16:03.057Z" - } - }, - "image_file_212.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z8-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "44cf15ec-3d4e-4698-bb14-107c34891191", - "submission_date": "2019-04-03T10:13:42.154Z", - "update_date": "2019-04-03T10:16:03.206Z" - } - }, - "image_file_213.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H0-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "6242cdf3-fd6d-4479-a08a-1747818fd978", - "submission_date": "2019-04-03T10:13:42.164Z", - "update_date": "2019-04-03T10:16:03.054Z" - } - }, - "image_file_214.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H0-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "bc60bbd4-8b09-425c-b507-9da24a84f412", - "submission_date": "2019-04-03T10:13:42.174Z", - "update_date": "2019-04-03T10:16:00.270Z" - } - }, - "image_file_215.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H0-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", - "submission_date": "2019-04-03T10:13:42.184Z", - "update_date": "2019-04-03T10:16:03.187Z" - } - }, - "image_file_216.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H0-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", - "submission_date": "2019-04-03T10:13:42.195Z", - "update_date": "2019-04-03T10:16:03.267Z" - } - }, - "image_file_217.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H1-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "5f67c32c-a154-4620-8603-0b64979b04a4", - "submission_date": "2019-04-03T10:13:42.207Z", - "update_date": "2019-04-03T10:16:03.116Z" - } - }, - "image_file_218.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H1-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", - "submission_date": "2019-04-03T10:13:42.219Z", - "update_date": "2019-04-03T10:16:00.148Z" - } - }, - "image_file_219.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H1-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "dcee6df0-9e87-4935-8873-f8d30d449d76", - "submission_date": "2019-04-03T10:13:42.230Z", - "update_date": "2019-04-03T10:16:03.250Z" - } - }, - "image_file_220.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H1-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", - "submission_date": "2019-04-03T10:13:42.242Z", - "update_date": "2019-04-03T10:16:03.126Z" - } - }, - "image_file_221.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H2-C0.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e6d00b0c-3641-4ec4-a553-8fd742193dba", - "submission_date": "2019-04-03T10:13:42.254Z", - "update_date": "2019-04-03T10:16:03.321Z" - } - }, - "image_file_222.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H2-C1.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "e5034863-0528-4f55-be95-c8501c29f9fe", - "submission_date": "2019-04-03T10:13:42.272Z", - "update_date": "2019-04-03T10:16:03.187Z" - } - }, - "image_file_223.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H2-C2.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", - "submission_date": "2019-04-03T10:13:42.284Z", - "update_date": "2019-04-03T10:16:03.190Z" - } - }, - "image_file_224.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000-Z9-H2-C3.tiff", - "file_format": "tiff" - }, - "provenance": { - "document_id": "33d332c9-aefe-4db5-8830-b8daddaed0d2", - "submission_date": "2019-04-03T10:13:42.295Z", - "update_date": "2019-04-03T10:16:03.189Z" - } - }, - "image_file_225.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image-fov_000.json", - "file_format": "json" - }, - "provenance": { - "document_id": "bb3b6fc7-0902-432d-bad1-6b3f61951314", - "submission_date": "2019-04-03T10:13:42.306Z", - "update_date": "2019-04-03T10:15:51.086Z" - } - }, - "image_file_226.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", - "schema_type": "file", - "file_core": { - "file_name": "primary_image.json", - "file_format": "json" - }, - "provenance": { - "document_id": "2b734e88-3a33-4c73-92bb-82e0b8f8c13b", - "submission_date": "2019-04-03T10:13:42.318Z", - "update_date": "2019-04-03T10:16:00.280Z" - } - }, - "project_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/project/11.0.1/project", - "schema_type": "project", - "project_core": { - "project_short_name": "barista_seq", - "project_title": "1 FOV BaristaSeq mouse SpaceTx dataset", - "project_description": "1 FOV BaristaSeq mouse SpaceTx dataset" - }, - "supplementary_links": [ - "https://github.com/spacetx" - ], - "funders": [ - { - "grant_title": "grant", - "grant_id": "1", - "organization": "funder" - } - ], - "provenance": { - "document_id": "ae5237b4-633f-403a-afc6-cb87e6f90db1", - "submission_date": "2019-04-03T10:13:39.976Z", - "update_date": "2019-04-03T10:13:45.439Z" - } - }, - "imaging_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/11.0.12/imaging_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "zador_singlerolseq_1" - }, - "microscope_setup_description": "PerkinElmer Ultraview Vox Spinning disk (Nikon Ti-E, Yokogawa CSU-X1, Hamamatsu orca-R2, ASI MS-2000 xyz stage, Nikon Plan Apo 10x 0.45 and Nikon Plan Apo 20x 0.75)", - "microscopy_technique": { - "text": "spinning disk confocal" - }, - "magnification": "20x", - "numerical_aperture": 0.75, - "immersion_medium_type": "air", - "immersion_medium_refractive_index": 1.0, - "pixel_size": 322.5, - "number_of_tiles": 25, - "tile_size_y": 433.0, - "tile_size_x": 330.0, - "z_stack_step_size": 3000.0, - "number_of_z_steps": 17, - "overlapping_tiles": "yes", - "target": [ - { - "molecule_name": "Ank1", - "molecule_id": "NM_001277289", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggcccacactcattccagagaaggatcaccaccatccaaggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ank1", - "molecule_id": "NM_001277289", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggactgggataaacagggttccacagcggtacacccgcaagaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ank1", - "molecule_id": "NM_001277289", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agcagcgagttcacgcccgaatcacagactcaccctcagtgag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnmb2", - "molecule_id": "NM_028231", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gtgggagacaaagctggtgagatcactcccagtaaactgactgg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnmb2", - "molecule_id": "NM_028231", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cctgaccaaactctacagctccaatgtgctgttccattctctct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnmb2", - "molecule_id": "NM_028231", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ttcagctgtgggcccgactgttggaagctctctcagtacccttg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ankrd55", - "molecule_id": "NM_001168404", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agggcccgtccattatcaactacgacgacgagagtgggaaga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ankrd55", - "molecule_id": "NM_001168404", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgcagagcctgatgtgaggctcctcatagtcctgctgcagca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ankrd55", - "molecule_id": "NM_001168404", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgtgtgagtctgctcagaaacggtgccaagcacaacatcccag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc32a1", - "molecule_id": "NM_009508", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tcttcacgctgctcatggccatctacgtgccacacttcgcgct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc32a1", - "molecule_id": "NM_009508", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tatccgttgcccttcttcgcggccgtcgaagtgctggagaagt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc32a1", - "molecule_id": "NM_009508", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tcaacatcctggtcatcgcttactgtctctctcgcgcgcgtgatt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Btbd11", - "molecule_id": "NM_001017525", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgagatcatggagcttctgtctgctgctaaatttttccagctggag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Btbd11", - "molecule_id": "NM_001017525", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cgtgaagtatcccatcttccagctcgtcatgcagtatctctactac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Btbd11", - "molecule_id": "NM_001017525", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctcttgttcacagcctctcccaggttcaaggccctcctctcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Arx", - "molecule_id": "NM_001305940", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agcattttggcgctctatgttgatttaagcgcggcccggctaaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Arx", - "molecule_id": "NM_001305940", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caaggcagttcttggcgctaaaggatgtggcacctcctccact", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Arx", - "molecule_id": "NM_001305940", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atggaaacagaggaccagctcactcccaagaaggcacagacag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dlx1", - "molecule_id": "NM_010053", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgtaaacatgttgcacaagcttagcctctttccgttctgttgtg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dlx1", - "molecule_id": "NM_010053", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "taagacacaagcagcggctcgaccacagaacacaagtcatcaccct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dlx1", - "molecule_id": "NM_010053", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcacagtaacttttgtacttggctgaaatgcagaaagggaaaac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gad2", - "molecule_id": "NM_008078", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aaaggtggcgccagtgattaaagccagaatgatggagtatggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gad2", - "molecule_id": "NM_008078", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agtgttcagctctcctggttagagaggagggactgatgcagagct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gad2", - "molecule_id": "NM_008078", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tactgatgtcccggaaacacaagtggaagctgagtggagtagaga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pvalb", - "molecule_id": "NM_013645", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgcttggtactgagtgctcatgtgggccacctcgttcaatc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pvalb", - "molecule_id": "NM_013645", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggagaaacaataaaggctgtaccaatcggacaccacctgtaggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pvalb", - "molecule_id": "NM_013645", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctcctcagatgccagagacttgtctgctaaagaaacaaagacgc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pdgfra", - "molecule_id": "NM_001083316", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgggcaagaggaacagacacagctcacagacttcggaagagag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pdgfra", - "molecule_id": "NM_001083316", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaaaagattcacctggacttcctaaagagtgaccatccggccgt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pdgfra", - "molecule_id": "NM_001083316", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agtgagcccgagaagagaccctccttctaccacctcagcgagata", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nxph4", - "molecule_id": "NM_183297", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aattgccacgtggaatatgagaagacaaaccgcgctcgcaag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nxph4", - "molecule_id": "NM_183297", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cacaattcgtccagcctgggtaacctaagcgtcagtatcgtgc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nxph4", - "molecule_id": "NM_183297", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgtgcataccctcaagttctcgctgttggtgaccggcaagatc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Car3", - "molecule_id": "NM_007606", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cattgtgtggctgctgctcaaagagcccatgactgtgagctc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Car3", - "molecule_id": "NM_007606", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "catcatgcctgttccctgcttgccgggactattggacctatc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Car3", - "molecule_id": "NM_007606", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gggagaaaggcgagttccagattcttcttgatgccctggacaaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc17a8", - "molecule_id": "NM_001310710", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaactcaaccacgagactttcgtaagtcccagaaagaagatgtct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc17a8", - "molecule_id": "NM_001310710", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggctttgctatttcaggcttcaatgtcaaccacctggacattgc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc17a8", - "molecule_id": "NM_001310710", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgctcctggtggttggattttcccataccaaaggagtggctatc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Syt6", - "molecule_id": "NM_001276679", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cgagacgctgattgtgcgcatcctgaaggcctttgacctccct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Syt6", - "molecule_id": "NM_001276679", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agatgcatgtctccagcgtggactatggcaatgagctgccgc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Syt6", - "molecule_id": "NM_001276679", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acaaagctgcagcgacagaccacagagccagcatcctccacca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rspo1", - "molecule_id": "NM_138683", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagaagaggaagctgtgcggtttccggaagggatcggaagag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rspo1", - "molecule_id": "NM_138683", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gtgtcaggagggcttgtacttacacaagggccgctgctatcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rspo1", - "molecule_id": "NM_138683", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cccaagctcttcattctgctggagaggaacgacatccgccaggt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fam84b", - "molecule_id": "NM_001162926", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcctggaggacttgatcatggagaagcggcgcaacgaccagat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fam84b", - "molecule_id": "NM_001162926", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aacgatctgtatcgctacaagccactgagccctagcgctgtagt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fam84b", - "molecule_id": "NM_001162926", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aacaagtgcagtccgggtgacctggtggagtttgtatcgcaggc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Deptor", - "molecule_id": "NM_001037937", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctcaggagacgcatgacagtcccttctgtctgaggaagcagag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Deptor", - "molecule_id": "NM_001037937", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcaacctcctctaccagttcagaatgaacttccgtcggaggcgga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Deptor", - "molecule_id": "NM_001037937", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagaggcagagcagctttgccaccggcttatggaccatgggatc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ndnf", - "molecule_id": "NM_172399", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caccagaaagaaatcagagaaggtcctttgcaaatacttccacag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ndnf", - "molecule_id": "NM_172399", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agcttttgacaagctacgtacctgctcttcagttacggtggcat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ndnf", - "molecule_id": "NM_172399", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aggcaacaggaaaggagcatcaaagctgaaaatactggcgacca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Chrna2", - "molecule_id": "NM_144803", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagcactagaaggtgtacactacattgctgaccacctgaggtct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Chrna2", - "molecule_id": "NM_144803", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tcattggctggagaccaacatggatgctgaagaaagggaggag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Chrna2", - "molecule_id": "NM_144803", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgtcttcctgctgctcatcacagaaattatcccatccacctcac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Calb1", - "molecule_id": "NM_009788", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cacccaaagcacctctgtgctgcttctatctggcggaagggat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Calb1", - "molecule_id": "NM_009788", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cgaacagaccttgctcttattctttctgctggagacaactagagtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Calb1", - "molecule_id": "NM_009788", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgcgaggaattcatgaagacttggagaaagtatgatactgaccac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sncg", - "molecule_id": "NM_011430", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gttgcccaagttctctgtccctagcccagtgccacaagtcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sncg", - "molecule_id": "NM_011430", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gagaatgaagaggccaagagtggagaagactagaaggctgccag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sncg", - "molecule_id": "NM_011430", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tggtcagcagcgtcaacacagtggccaacaagaccgtggagga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Th", - "molecule_id": "NM_009377", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gacaagctcaggaactatgcctctcgtatccagcgcccattctc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Th", - "molecule_id": "NM_009377", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgggacacgtacccatgttggctgaccgcacatttgcccagtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Th", - "molecule_id": "NM_009377", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gtttcagtgcacacagtacatccgtcatgcctcctcacctatgc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gad1", - "molecule_id": "NM_001312900", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgatcgctccaccaaggttctggatttccaccacccacacca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gad1", - "molecule_id": "NM_001312900", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tccaagaacctgctttcctgtgaaaacagtgaccagggtgccc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gad1", - "molecule_id": "NM_001312900", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tctgtggcttcttacaaaggaccaatagcctggaagagaagagtcg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc17a7", - "molecule_id": "NM_182993", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atcgctgactttttgcgcagtcgtcacataatgtccactaccaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc17a7", - "molecule_id": "NM_182993", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caccctggaggcgcttctttacgtccatgcccgtctatgccat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc17a7", - "molecule_id": "NM_182993", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tatggcagcttcgggatcttttggtacctgttctggttgcttgtct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Neurod1", - "molecule_id": "NM_010894", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gatcctgcgctcaggcaaaagccctgatctggtctccttcgta", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Neurod1", - "molecule_id": "NM_010894", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cttgctactccaagacccagaaactgtctaaaatagagacactgcg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Neurod1", - "molecule_id": "NM_010894", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcgcgcctagaacgttttaaattaaggcgcatgaaggccaacg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rorb", - "molecule_id": "NM_146095", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctttgcgaagaatctgtgttccttgcagctgactgaggaagagat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rorb", - "molecule_id": "NM_146095", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccacacctacgaggaaatcaaggcgtatcaaagcaagtccaggga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rorb", - "molecule_id": "NM_146095", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgcacagaacatcattaagtcccatttggagacatgtcagtacac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fezf2", - "molecule_id": "NM_080433", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gctttcaccaaaaagggaactacaagaatcacaagctcacccaca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fezf2", - "molecule_id": "NM_080433", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ttcaatcgcagctccacgctcaacacgcacatccgcatccac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fezf2", - "molecule_id": "NM_080433", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agctagaccgtttgtgtgcaaagtctgtggcaaaggcttccg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Adarb2", - "molecule_id": "NM_001289530", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ataccgacaaaacaggcctctccttagtggcgtgagtcacgca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Adarb2", - "molecule_id": "NM_001289530", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atcgagcctgtgtacctccacagcatcattgtgggcagcctgca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Adarb2", - "molecule_id": "NM_001289530", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cagacttgaacagcagcaaacacatcgtcaggaagttccgaggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Lamp5", - "molecule_id": "NM_029530", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgactttgtcttcagtgaagaacataaatgtccagtggatgagc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Lamp5", - "molecule_id": "NM_029530", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tttctctggcctccagtgaccctcagaagactgtcaccatgatcct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Lamp5", - "molecule_id": "NM_029530", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctcagaatgctctttgtaaaggaaagtcacaacacttccaaagg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Vip", - "molecule_id": "NM_001313969", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gggtcagatttctgccaaaaaataccttgagtcactcattggcaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Vip", - "molecule_id": "NM_001313969", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcagaaaatggcacaccctattatgatgtgtcaagaaatgccaggc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Vip", - "molecule_id": "NM_001313969", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccttctgtagtgagtaggctggatgacaggatgccgtttgaagg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Lhx6", - "molecule_id": "NM_001083127", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cgcatccattacgacaccatgatcgagaacctcaagagggcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Lhx6", - "molecule_id": "NM_001083127", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctggcatgtttcgcctgcttttcctgcaagcgccagctatcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Lhx6", - "molecule_id": "NM_001083127", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atttggaaccaagtgcgcccggtgcggcagacaaatctatgcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Chodl", - "molecule_id": "NM_139134", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggtgcaacatgaagcacaattacatctgcaagtatgaaccagaga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Chodl", - "molecule_id": "NM_139134", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aatgtgtagtcatgtaccaccaaccaactgccaatcctggccta", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Chodl", - "molecule_id": "NM_139134", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aaacatcgggtgcctgcccagatctctaccagtggtctgatggaag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fa2h", - "molecule_id": "NM_178086", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tacctgcacttcggctctccacacaagggctcctacctgtacaac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fa2h", - "molecule_id": "NM_178086", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gattgccttcttctatgtgttcctgcggctcattctgcctgaga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fa2h", - "molecule_id": "NM_178086", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gccattacctcatcatgttgcattttgtcatgcacggccagcac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ly86", - "molecule_id": "NM_010745", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggcttggaagtagtctaccagagctgtgatcccttacaggattttg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ly86", - "molecule_id": "NM_010745", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "attctgacttctccgagcagcagtgaccatggcagcgaaaatg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ly86", - "molecule_id": "NM_010745", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atggcaaaaggctcttctattctgaactactcctatcccctttg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dcn", - "molecule_id": "NM_007833", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caggtcgtctaccttcacaacaacaacatctccgcagttgggcaaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dcn", - "molecule_id": "NM_007833", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tctcactgaagtgcatctagatggcaacaagatcaccaaggttgat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dcn", - "molecule_id": "NM_007833", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agggactgaagagtctctcatacattcgcatctcagacaccaacat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fgfr3", - "molecule_id": "NM_001163216", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cctcactgtgacatcaaccgacgagtacttggacctctccgt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fgfr3", - "molecule_id": "NM_001163216", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgtacatgatcatgcgggaatgttggcatgcggtgccttcacag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Fgfr3", - "molecule_id": "NM_001163216", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgctggtggagtacgcagccaagggcaatctccgggagttcctt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Map3k7cl", - "molecule_id": "NM_144854", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagctacctatcgttcagacacaccgttgagtgaatgcagaattag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Map3k7cl", - "molecule_id": "NM_144854", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cctttgtgttagcacacagtggtcacatttgccttggccgtgtg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Map3k7cl", - "molecule_id": "NM_144854", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gagcctaaatgctttcttgtgaaaatatcagcaggcgtgtgtcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nxph1", - "molecule_id": "NM_008751", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gattccaagtccttcaactgtcgcattgagtatgagaaggttgac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nxph1", - "molecule_id": "NM_008751", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tctgggactggctgaggaactccacagatcttcaggagcctcg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nxph1", - "molecule_id": "NM_008751", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gtcggctcctctcacagactttccgtggtaaagaaaatgacac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pcp4", - "molecule_id": "NM_008791", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agaagaaaaaggcaggatcacagtcctagtggtgaagctgcttc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pcp4", - "molecule_id": "NM_008791", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggcagaagaaagtccaagaagaatttgatatcgacatggatgcacc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Pcp4", - "molecule_id": "NM_008791", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tagctgcggagtcaggccaacatgagtgagagacaaagtgccgg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Neurod6", - "molecule_id": "NM_009717", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccaactacaaacttggtggcaggctgcttacagctcaacgcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Neurod6", - "molecule_id": "NM_009717", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ttacatctgggcactttctgaaattctgaggattggcaagagacc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Neurod6", - "molecule_id": "NM_009717", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggtcaagttcaggagacaggaagctaatgcgcgcgagaggaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nrn1", - "molecule_id": "NM_153529", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "actcacccacactcacaccatgctcccggaaatcgagaggaata", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nrn1", - "molecule_id": "NM_153529", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "accgtgtgcacatactgggaggatttccacagctgcacggtc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nrn1", - "molecule_id": "NM_153529", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cttttcagactgtttgctcaagctgggcgacagcatggccaacta", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nrgn", - "molecule_id": "NM_022029", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ttctttgtttatgcaaaagcctcctgagcgcctggaggctcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nrgn", - "molecule_id": "NM_022029", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctcccgctcttctttgtttatgcaaaagcctcctgagcgcctgga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nrgn", - "molecule_id": "NM_022029", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccaagccagacgacgatattcttgacatcccgctggatgatcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ptn", - "molecule_id": "NM_008973", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caatgctgactgtcagaaaactgtcaccatctccaagccctgtg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ptn", - "molecule_id": "NM_008973", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccttcctggcattgattttcatcttggcagctgtggacactgct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ptn", - "molecule_id": "NM_008973", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aaaggcagccagctagtcagcgaggacctctgcaagccaaaaaatg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cck", - "molecule_id": "NM_031161", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgccgaggactacgaatacccatcgtagtgggccagcgtctt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cck", - "molecule_id": "NM_031161", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tacatccagcaggtccgcaaagctccttctggccgcatgtccgtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cck", - "molecule_id": "NM_031161", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagagcggcgtatgtctgtgcgtggtgatggcagtcctagctgct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Synpr", - "molecule_id": "NM_001163032", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgatgtcagcttgcaagcagccttccaacaagtgcatggctg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Synpr", - "molecule_id": "NM_001163032", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gactttatcgtcactgtagtcttttcattcttgtggctggtgg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Synpr", - "molecule_id": "NM_001163032", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tttctctactccctggctgccacggtcgtgtacattttcttccag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc6a1", - "molecule_id": "NM_178703", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "catcattgtggcgggcgtgtttctcttcagtgctgtgcagatg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc6a1", - "molecule_id": "NM_178703", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgtcaaccggttctatgacaacatccaggagatggttggctcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Slc6a1", - "molecule_id": "NM_178703", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctcttcattgctgccgtgtgcatcgtgtcctacctgattggc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dlx6", - "molecule_id": "NM_010057", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cacaccaggacaccatgcagagaccacagatgatgtgacttctc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dlx6", - "molecule_id": "NM_010057", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgtcaccacgatcaccagccctgcctccagtgtgggacgtttct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Dlx6", - "molecule_id": "NM_010057", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccatcgctttcagcagactcaatacctggcccttcccgagaga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Atp1a3", - "molecule_id": "NM_001290469", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "actgggatgatcgcactgtcaatgacctagaagacagttatggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Atp1a3", - "molecule_id": "NM_001290469", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cccacgcacagacaaactggtcaacgaaaggctcatcagcatg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Atp1a3", - "molecule_id": "NM_001290469", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cctgagatcacacccttcctgctcttcatcatggctaacatccc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Arpp19", - "molecule_id": "NM_021548", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caatgcatctccaccatttgatatgcaataggacactgcctgt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Arpp19", - "molecule_id": "NM_021548", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcccactgtaagcacttcacttacattttctaaagcaccgtcttg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Arpp19", - "molecule_id": "NM_021548", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagcaggtagcctctgggaagagctattctgatggttaccaagg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cxcl14", - "molecule_id": "NM_019568", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acagcactgttctctgagttaggatgttaggacgatcctgcgcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cxcl14", - "molecule_id": "NM_019568", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aagggaagatgcaggattagatgcaggacacacagccagagcta", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cxcl14", - "molecule_id": "NM_019568", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tactgctccgctccaggcttacaaagcttccgctcagagagcct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rab3b", - "molecule_id": "NM_023537", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cttttccaataagtgtgatcccgtcgcttggaatcctgcccaag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rab3b", - "molecule_id": "NM_023537", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gctggtatcaggcccagtgatcaaatgaaagggccaaatagag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rab3b", - "molecule_id": "NM_023537", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aggtaaagggagctctatagggaagcaggctcaggctgtagtg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cryab", - "molecule_id": "NM_001289785", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aaacaggtgtctggccctgagcgcaccattcccatcacccgtgaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cryab", - "molecule_id": "NM_001289785", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggcttcatctccagggagttccacaggaagtaccggatccca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cryab", - "molecule_id": "NM_001289785", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gatgcgtttggagaaggacagattctctgtgaatctggacgtgaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Penk", - "molecule_id": "NM_001002927", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gctgaaagagctactgggaacgggagacaaccgtgcgaaagac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Penk", - "molecule_id": "NM_001002927", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggtacggaggcttcatgaagaagatggacgagctatatcccatg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Penk", - "molecule_id": "NM_001002927", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acatcgacatgtacaaagacagcagcaaacaggatgagagccac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Crh", - "molecule_id": "NM_205769", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcaagctcacagcaacaggaaactgatggagattatcgggaaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Crh", - "molecule_id": "NM_205769", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cgcccatctctctggatctcaccttccaccttctgcgggaagt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Crh", - "molecule_id": "NM_205769", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aaacctgcaggaggcatcctgagagaagtccctctgcagaggca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Caln1", - "molecule_id": "NM_021371", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tccatcccgcaccagcatcttggaatctgcagagagcctggct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Caln1", - "molecule_id": "NM_021371", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gccacctctatccatgacccaattctttcaacccagggaccc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Caln1", - "molecule_id": "NM_021371", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgctttcttttcgtcttggaattccagtagccatccagatagca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnip1", - "molecule_id": "NM_027398", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gatcatgtgcaaatggtacttccagacagcacctcttttctaat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnip1", - "molecule_id": "NM_027398", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctctatggctcaggagaggcaagttgtgacaaagggtggttagt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnip1", - "molecule_id": "NM_027398", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccaaatgtgcaccatcctccgatggcctcccaagccaatgtg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gm11549", - "molecule_id": "NR_040411", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aactcagacatccgcctgcctctgcctcctgagtgctgggatta", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gm11549", - "molecule_id": "NR_040411", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggctattgtatgtacagttcacaccattctcgtgtgtgtgtgt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Gm11549", - "molecule_id": "NR_040411", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acagcctacgtactggccaagccgagggagaagaaacacttcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ctxn1", - "molecule_id": "NM_183315", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gactcacattggacgctgcctacctataatgcacggtacagtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ctxn1", - "molecule_id": "NM_183315", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agggcgttcggagaagtccagtccttacctaccttagctacccat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ctxn1", - "molecule_id": "NM_183315", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgttcgccttcgtgctctgcctgctcgtggtgttggttctgtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Car4", - "molecule_id": "NM_007607", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aacttcctccagtaatggcccacttctggatatctgacctctga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Car4", - "molecule_id": "NM_007607", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaaggacaagtttgcagtgctggcatttatgattgaggtaggag", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Car4", - "molecule_id": "NM_007607", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaatgacaacggttcagagcacagtattgatgggagacactttgc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nfib", - "molecule_id": "NM_008687", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atgacatgaactctggtgtgaacctgcagaggtcgctgtcttct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nfib", - "molecule_id": "NM_008687", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gagtatccagaacacccataacccagggaactggagtcaacttcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Nfib", - "molecule_id": "NM_008687", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acaatcaggaagtccaagccacagtgatcctgccaagaatcctc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Id2", - "molecule_id": "NM_010496", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aaggaattgcccaatgtaagcagactttgccttttcacaaaggtgg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Id2", - "molecule_id": "NM_010496", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcggaaggaaaactaaggatgatcgtcttgcccaggtgtcgttct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Id2", - "molecule_id": "NM_010496", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acccgatgagtctgctctacaacatgaacgactgctactccaagc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Igfbp6", - "molecule_id": "NM_008344", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcctttgccagtgtctccagatggtcaaggaagcactcagtg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Igfbp6", - "molecule_id": "NM_008344", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgggctctatgtgccaaactgtgacctcagaggcttctaccg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Igfbp6", - "molecule_id": "NM_008344", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aggagtgtacagggcaaaaactctgaccatgacctgggatgggct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Itpka", - "molecule_id": "NM_146125", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cttcgtgcatgaccattgccatcgtgctggtgtgtggctcatc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Itpka", - "molecule_id": "NM_146125", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gcctacagcagatccgggataccctggagatctctgatttcttt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Itpka", - "molecule_id": "NM_146125", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acgaagccgagagcaagtgacccgtgtctttgaggagttcatgca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ptprd", - "molecule_id": "NM_001352630", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccgccttgttaatattatgccatatgaatccacaagggtgtgcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ptprd", - "molecule_id": "NM_001352630", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atccatgatgcactgttagaagcagtgacatgtggaaataccgaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ptprd", - "molecule_id": "NM_001352630", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aatcctccagatgcagggccaatggtggtacactgcagtgctggt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sv2b", - "molecule_id": "NM_001109753", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tttggcaacagcgagtctgcgatgatcggctggcaatgcctgtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sv2b", - "molecule_id": "NM_001109753", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gctcatggacagaattggaagactcaagatgattggcggctccat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sv2b", - "molecule_id": "NM_001109753", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ggactttgaagaggacaatgattttctgatttacctcgtcagct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Vxn", - "molecule_id": "NM_178399", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ctgagcatctgaccctcatgtccaaacatagtctggacacttgg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Vxn", - "molecule_id": "NM_178399", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acatggcggtaagtcaaacccagacttccaggctcttgcctt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Vxn", - "molecule_id": "NM_178399", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgaactgtttgggtatcaggcttgcttctgctgttctgtggattct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Reln", - "molecule_id": "NM_001310464", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aggagttctactgcgctggtggcagccacgccacaatggaaca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Reln", - "molecule_id": "NM_001310464", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atcacctggcacgtcatcgctcagcaccagccgaaggacttcaca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Reln", - "molecule_id": "NM_001310464", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cactcgagcaagcaaaattatgtttgtcttgcaaattgggagcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rprml", - "molecule_id": "NM_001033212", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aacgaagtacctcgcaccacccgggtctggacaccataggact", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rprml", - "molecule_id": "NM_001033212", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cttgccagagttgaagcaccgcgaggaagagactacggagcct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Rprml", - "molecule_id": "NM_001033212", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tcaagtccgagagcatgatcaactttctgatgcaggagcgcagg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cnr1", - "molecule_id": "NM_007726", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gagacatgctttccgcagcatgttcccttcatgtgaaggcact", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cnr1", - "molecule_id": "NM_007726", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgaacaagcttatcaagacggtgtttgccttctgtagtatgctct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cnr1", - "molecule_id": "NM_007726", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atccagcgtggaacccagaaaagcatcatcattcacacctcaga", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cacna2d3", - "molecule_id": "NM_009785", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaatcccttaagtgtgaacggttaaaggctcagaagatcagacgac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cacna2d3", - "molecule_id": "NM_009785", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tggtggtggacagtagctgtctctgtgagtccgtggctcctata", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Cacna2d3", - "molecule_id": "NM_009785", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agaccacagggaacattgcttgcgaagactgctccaagtcct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Plpp4", - "molecule_id": "NM_001080963", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaggagtgattggcctcatttttgcctatatttgctacagacaac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Plpp4", - "molecule_id": "NM_001080963", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgctgccatcttgcccttgtactgtgccatgatgatcgccct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Plpp4", - "molecule_id": "NM_001080963", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ttctcgggcctcggtttcacaacattctacctggctggcaagc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Adcy2", - "molecule_id": "NM_153534", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caataagcactccttcaacgacttcaaacttcgagtgggtatcaac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Adcy2", - "molecule_id": "NM_153534", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "atacatggcagccacgggtctgagtgctgtacccagtcaggagca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Adcy2", - "molecule_id": "NM_153534", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aggagttgtaccaccagtcctacgattgtgtctgtgtcatgtt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnip4", - "molecule_id": "NM_030265", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgcctagtgacgcttattaacaagtaaccctaacagcagtaaagg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnip4", - "molecule_id": "NM_030265", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ccatgcagctctttgaaaatgtgatctagaatgtcagcacctcctc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Kcnip4", - "molecule_id": "NM_030265", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gaagatgagctggagatggctactgtcaggcatcggcctgaa", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sparcl1", - "molecule_id": "NM_010097", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caggatcttgacacactctgaacttgctcctctgcgagcttccct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sparcl1", - "molecule_id": "NM_010097", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cggatgagagactggctcaaaaacatcctcatgcagctttatgaac", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sparcl1", - "molecule_id": "NM_010097", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "acaccaactgcagctggattacttcggagcttgcaaatctattc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Brinp3", - "molecule_id": "NM_001145807", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tatgcctgtgagtgagagcagctttccagactgggagcggacta", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Brinp3", - "molecule_id": "NM_001145807", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "actctgcaagcctgaagtcgctgagtcaaccgatcactacattg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Brinp3", - "molecule_id": "NM_001145807", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gctctttagccttagcaaacggtgccacaagcagcctctcatca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Snrpn", - "molecule_id": "NM_013670", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caagccaaagaatgcaaaacagccagaacgtgaagaaaaacggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Snrpn", - "molecule_id": "NM_013670", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "agaggtggttaaagcagtattgcaacttcaaggtggtggaattca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Snrpn", - "molecule_id": "NM_013670", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caagagtgtcacttgtacccacgacgttctcagcaacagcaagt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ly6c2", - "molecule_id": "NM_001099217", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gccatttagttgtggatctctattcttggccctggaggcatgt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ly6c2", - "molecule_id": "NM_001099217", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tcctgttgcagcgaagacctctgcaatgcagcagttcccact", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Ly6c2", - "molecule_id": "NM_001099217", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caaagaaggaaactaaagacccgtcagtgcctttctttctgcc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Npy", - "molecule_id": "NM_023456", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gtctgcctgtcccaccaatgcatgccaccactaggctggact", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Npy", - "molecule_id": "NM_023456", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cattctggctgaggggtacccctccaagccggacaatccg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Npy", - "molecule_id": "NM_023456", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "cactacatcaatctcatcaccagacagagatatggcaagagatcca", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Tesc", - "molecule_id": "NM_021344", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "caagatgcacattcgtttcctcaacatggagaccatcgccctct", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Tesc", - "molecule_id": "NM_021344", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "aatgtggtggaggagctgctctcgggaaaccctcacattgaaaagg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Tesc", - "molecule_id": "NM_021344", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "tgactatcatgtcctacttccggcccatcgacaccaccctggg", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sst", - "molecule_id": "NM_009215", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gggaaacaggaactggccaagtacttcttggcagagctgctgtc", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sst", - "molecule_id": "NM_009215", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "gagcccaaccagacagagaatgatgccctggagcccgaggattt", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - }, - { - "molecule_name": "Sst", - "molecule_id": "NM_009215", - "subcellular_structure": { - "text": "cytoplasmic" - }, - "probe_sequence": "ttcttggcagagctgctgtccgagcccaaccagacagagaat", - "assay_type": { - "text": "in situ sequencing" - }, - "multiplexed": "yes" - } - ], - "channel": [ - { - "channel_id": "nissl", - "excitation_wavelength": 440.0, - "filter_range": "455-515", - "multiplexed": "no", - "target_fluorophore": "Neurotrace 435/455", - "exposure_time": 400.0 - }, - { - "channel_id": "G", - "excitation_wavelength": 514.0, - "filter_range": "525-575", - "multiplexed": "yes", - "target_fluorophore": "Illumina G", - "exposure_time": 1000.0 - }, - { - "channel_id": "T", - "excitation_wavelength": 561.0, - "filter_range": "580-650", - "multiplexed": "yes", - "target_fluorophore": "Illumina Y", - "exposure_time": 240.0 - }, - { - "channel_id": "A", - "excitation_wavelength": 640.0, - "filter_range": "661-691", - "multiplexed": "yes", - "target_fluorophore": "Illumina A", - "exposure_time": 500.0 - }, - { - "channel_id": "C", - "excitation_wavelength": 640.0, - "filter_range": "705-845", - "multiplexed": "yes", - "target_fluorophore": "Illumina C", - "exposure_time": 1000.0 - } - ], - "provenance": { - "document_id": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8", - "submission_date": "2019-04-03T10:13:40.043Z", - "update_date": "2019-04-03T10:13:45.902Z" - } - }, - "imaging_preparation_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/2.0.3/imaging_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "zador_baristaseq_1", - "protocol_name": "BaristaSeq for genes", - "protocol_description": "BaristaSeq for targeted endogenous mRNA sequencing without gapfilling" - }, - "imaged_slice_thickness": 20.0, - "final_slicing_method": "cryosectioning", - "fiducial_marker": "rolonies", - "expansion_factor": 1.0, - "provenance": { - "document_id": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38", - "submission_date": "2019-04-03T10:13:40.034Z", - "update_date": "2019-04-03T10:13:45.426Z" - } - }, - "collection_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.0.0/collection_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "col_protocol_1", - "protocol_name": "Fresh frozen mouse brain embedded in OCT", - "protocol_description": "Fresh mouse brain was dissected and embedded in OCT, frozen, and stored at -80C." - }, - "method": { - "text": "organ extraction", - "ontology": "EFO:0009124", - "ontology_label": "organ extraction" - }, - "provenance": { - "document_id": "caf94c25-8327-4379-b88e-2a6642cd7513", - "submission_date": "2019-04-03T10:13:40.027Z", - "update_date": "2019-04-03T10:13:45.505Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "zador_baristaseq_1" - }, - "schema_type": "process", - "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "da265acd-5601-49c5-855e-d792d51b4042", - "submission_date": "2019-04-03T10:13:42.362Z", - "update_date": "2019-04-03T10:14:03.513Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_2" - }, - "schema_type": "process", - "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", - "submission_date": "2019-04-03T10:13:42.335Z", - "update_date": "2019-04-03T10:13:53.863Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/7.0.0/process", - "provenance": { - "document_id": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", - "submission_date": "2019-04-03T10:13:42.326Z", - "update_date": "2019-04-03T10:13:53.834Z" - } - }, - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "da265acd-5601-49c5-855e-d792d51b4042", - "inputs": [ - "87f58f88-ef8b-4323-bd19-cde1a2497b59" - ], - "input_type": "biomaterial", - "outputs": [ - "6baa3aff-b2a5-4e49-82f7-25c108a6107a", - "06dcfc33-21da-485f-8e50-49d294713a9e", - "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", - "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", - "76e52f76-ede7-4088-b7f6-d6e5f6152292", - "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", - "be66141d-84a3-457d-a8d2-2f0da8c91dff", - "680cf532-ef0c-4155-b44d-a6ec3920743a", - "08609f14-cf43-4188-b743-4a0b55b17347", - "d10827a1-38f7-457d-9c9f-695f2fc7689c", - "6f8eb2e5-7a0c-4c98-8da0-276457357071", - "ca480df3-71bb-4634-8f71-b6a75aeb9f05", - "03ae5f5e-65ac-4491-b0ce-eefc940e0224", - "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", - "887f3d73-94d2-44ac-9047-67aca5225882", - "896dfacd-206b-4e4f-a846-ba5b070060d9", - "23303c88-01b1-47d0-b770-dca6802caa13", - "3c1a388d-0577-4417-9cd2-ff33bfed9140", - "67e71b34-7157-4a37-b495-0d740772b480", - "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", - "5fbcb75e-3ee3-4429-8ede-b243afa0789f", - "09226b24-6b11-4e4f-8052-2b544be461aa", - "f67473fd-fbf8-4d69-9db1-556938ab5b87", - "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", - "017a2c88-4f6e-418e-bb96-f42f3a220f87", - "30305240-004d-4632-84d4-37d7e7378782", - "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", - "3fd2781b-6855-4eaa-b2fb-81db386adb18", - "40474d53-44a4-4ab2-9f20-61b71291f8aa", - "aaa97d47-7124-4763-a3fc-f6d66eb6d990", - "4adbed13-1cb6-4405-b892-fe8165050691", - "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", - "5402916f-6de1-4842-8585-fc25c153992b", - "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", - "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", - "cb92dd92-570c-4075-8893-eb19dbd837b8", - "b36948c4-0646-42be-9db2-16626a757343", - "c974f4eb-27b8-4ec3-913e-a6eb19572a51", - "febb760d-1e9e-4432-9b88-ce2869a43c44", - "054f40a4-68d0-41db-81e9-00239042d9fa", - "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", - "819e3227-cc54-4919-95af-c1f8194bf729", - "b1e2b9d1-6973-41dc-acdf-95474303561f", - "41ffc783-5ad4-4197-8fd1-c029903c43c0", - "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", - "9014bbaf-a047-4b69-8e28-8356cc99f84e", - "f7acf90c-2b32-463b-b832-8daa8529f727", - "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", - "db22deab-498a-409c-8386-5bf4e60a080c", - "07d600bc-0d55-4a8d-9a48-390fc4169845", - "d0a032bb-cd0e-4873-b346-5cb19e45c202", - "a161f60f-af92-4b09-9df0-dd7ff2bf571a", - "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", - "f10fd9e2-5747-4d7a-8c0c-beba81749011", - "553b6aab-4745-45f8-98ab-de6aadbf48e4", - "3572abe9-6e42-4266-8671-ff24b592065c", - "6882abf6-c247-4167-a18d-e3fec24bcba2", - "15f8b73e-937c-444d-8362-fdf458abb651", - "33b4e374-20ad-4fee-b682-aaa4fc12bec2", - "0e83c507-2211-4561-b75a-92326fb2d4fd", - "912c55cf-0774-4838-8874-352766984715", - "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", - "5b8e3d96-e625-46b6-9689-110fa84fd721", - "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", - "6f3272d7-4a62-4a3c-8c44-11dda8756956", - "168422c5-e89d-466c-9085-f29c02160143", - "7331367a-cc43-4af0-8750-a2921d513f97", - "edf83a09-2e60-4571-b650-abf4c7ff757b", - "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", - "be9d12b6-f8dd-407c-b1d7-844deb6a5023", - "e3e59792-61e3-4bf0-a985-2acec75acafd", - "095ee09c-1605-4c07-9324-b5382f20b78e", - "77b96424-accb-4c6b-884c-756f2bb40929", - "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", - "78518dc1-d38e-4230-88b8-887bdd83f965", - "652dd3c5-6467-41ee-89b3-e4b3361fb533", - "cae3d214-d485-4350-8cd2-f4142aca4aef", - "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", - "de282263-0944-48d4-9819-6182636c76bd", - "bfdbe9b5-42ac-419a-b297-843095de2cc2", - "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", - "e2763cda-3236-487e-9944-5169c0cb8856", - "37018bd8-8537-47c3-a5a9-efb43552f30c", - "a6c9b1ce-2054-4a48-b262-bb0723b8a567", - "8319ee38-f199-49d7-989a-25b451656b38", - "022841b6-8b7c-4d0c-b65f-06ba14253540", - "299dfbe5-05f5-48a7-816b-61036f0e435a", - "6b8b11aa-3600-4a63-a980-93465e681c9c", - "35716168-df43-4273-b52f-72e3d18a47bc", - "6be783ec-c132-4e09-90e0-0958efaf6619", - "a11956c9-c24e-4efb-8af8-1167b3081e70", - "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", - "753c2a57-b5f1-4984-b874-b2b10d582847", - "e0b93b3d-075b-482b-838a-e36d8849607b", - "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", - "c647964a-7796-4dd2-9fa8-b23f012ac14e", - "87a63649-9834-49b8-89a0-310211c1b5b3", - "b2eb5b20-fd1a-403c-8b55-9eec5972d482", - "4b3b36cb-cd90-4526-978d-2e7e8f7add39", - "cdc774f8-3310-4f1f-8c67-03579c253640", - "607370e0-7e7e-4d25-ba5c-957c00a73ac1", - "3240d7ab-568b-4be5-adba-3178b3e8f85e", - "c0b6ee98-677a-41d9-9d80-9ac63d251b08", - "f34c01ec-06df-49e6-bc2f-c50c7f398851", - "2047311b-f3ee-4137-8338-a45166e01d53", - "44ea335a-1991-4504-be12-04f1a332ddfb", - "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", - "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", - "6af3cb41-9e64-4b11-b272-be87adf0fa94", - "7541d176-dfba-4e05-ba45-0c6964271dff", - "8ee1e829-a507-40a5-87ac-7fd8379b87ce", - "8e57554a-abb2-4664-87b6-a397f4da6555", - "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", - "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", - "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", - "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", - "f0cb4244-e19a-46a0-89f1-04143548872d", - "73074f55-d009-41a2-929e-6fd9949bb1dd", - "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", - "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", - "146231bb-1b13-4db5-8157-9d9962cc3a3a", - "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", - "7fe17380-3090-4fc3-9504-02b3f8ed95b6", - "fc405b01-60ca-436f-a06c-2f38f7156a87", - "bae92b53-c6c7-4712-865e-6cff3cba506e", - "83662ec5-a202-42ab-9a47-a701d4f19de3", - "a04957c6-8ce8-4fa6-950d-71812ff3d698", - "9284d3a4-73bd-4aa0-847c-ab273d14185a", - "4d664562-c333-4aaf-bb8b-641e0568733e", - "b533685d-3c60-4483-841b-a054f0a69fec", - "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", - "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", - "3e8510c9-7e31-49bd-bb90-cb55577c2f25", - "463aff9a-ec7e-40d0-be42-c6686af9130d", - "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", - "868efb99-df36-462b-91a2-bb6ca27e842a", - "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", - "36ded48a-869f-4fa8-971f-56bc28298276", - "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", - "e72742a4-23ba-4e5d-a29b-ad449abe8101", - "cd6e1096-f8c3-4eda-957d-b09741d60901", - "903ea376-5153-4fb8-8ffa-e2948951409c", - "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", - "8381d167-c4dd-49a2-b5df-1ae815bbe42e", - "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", - "cf305c60-bb2c-41af-82bf-0631c2a7b0be", - "074290a9-35e1-422f-a3af-e5ed58781b4d", - "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", - "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", - "5165cc56-ff89-42bf-b000-fec4bd57176e", - "545be634-5893-45e0-93b2-dd4ea93e00db", - "2d2e58c6-7c24-4089-bbe9-d47b7482be46", - "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", - "81214e49-318f-4221-bf2c-4ef00cfa916b", - "7fc97754-1121-468b-b1e4-839bde86b6c8", - "7d70d44c-b5d7-47be-9687-e9a775e86251", - "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", - "b7607809-e975-4c32-bff7-375cb2d8276f", - "b8a6c863-626d-4fbf-863b-610cffaac37d", - "45077a5c-ee96-47c0-a84f-9d46cf799338", - "49d82b74-6f1a-415c-93ab-958c60f083b6", - "753b51b7-a909-44e7-bb21-cf2cd18328f8", - "c7ab6349-b2bb-4ba3-9c9b-27d270550052", - "7be770fc-4a56-4f82-a4cf-3cf908d54dca", - "3f5f8537-c1af-4d2e-a732-53b6d4275588", - "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", - "f986c2c2-2823-45a0-80cf-5e6f67958afb", - "7d17d6d6-d038-40c6-b965-6de41ce9c931", - "3d208b38-62c8-492d-9434-21bb66ead16e", - "9a982898-77c6-4a56-8e54-9cb83ff0b235", - "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", - "24b6366f-03ce-4e4d-b50f-90687f3e2b94", - "ec1d0987-fb49-48b8-aaeb-321c659fb67f", - "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", - "6fbcb1c7-ce98-46db-8054-b451b6bca205", - "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", - "aa6fca0d-6a70-4016-a0e4-307878e9ff45", - "ee62cd8d-fb93-4082-980b-213c7a8a0c47", - "bbd60a79-3572-42c0-8e53-b0c566a72f06", - "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", - "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", - "240a67cc-e827-41bf-8ac8-a66bc2797f13", - "7a9b6534-fa1d-4282-a064-11e60e57a322", - "b0af6371-4379-45f0-8c09-f6610833fc46", - "f5ce7a96-cfc0-42c4-852b-386f9a27111d", - "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", - "3dff4add-7d6f-418c-afba-e46864af51d2", - "ab2b7c67-8f13-4388-acd7-e2abb0091f30", - "d9912d93-3d92-48d2-9f75-826fbba3d94e", - "8b37aba2-be5e-4963-8e6f-51a2df8e143e", - "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", - "2d7e88dd-bddd-4289-9556-27d301be0b83", - "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", - "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", - "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", - "e834d3df-8432-40ba-b67d-c7cd0bd7328d", - "d8908d6d-5daa-454d-9082-726054cfddc1", - "c5a7142e-4702-4e84-b7aa-239df2a71ba8", - "f69e44ef-cf23-4571-8dad-e44222697974", - "ea72f81c-2c58-43e2-acca-294254f470f7", - "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", - "6928ac1b-fd1d-436c-bfc6-4087c65809d7", - "07a7b938-435b-4804-b140-c255957b6532", - "3d532a7b-55e7-4461-afbc-65ef76403384", - "bab40245-28bd-49a2-8be0-ba109fe41c91", - "9d577bd4-3a27-48be-ad7c-8c44cf803cda", - "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", - "21a043b6-6dde-41b9-b20e-74b961da8b88", - "11280200-1803-4110-aa84-2808776c2d50", - "86df5269-576b-4d18-a0ce-6e2b2a36d51b", - "e524ff4e-95fa-4561-bfd3-276cba79e664", - "3d5737da-b1ab-48cb-a26f-d420e53edccd", - "44cf15ec-3d4e-4698-bb14-107c34891191", - "6242cdf3-fd6d-4479-a08a-1747818fd978", - "bc60bbd4-8b09-425c-b507-9da24a84f412", - "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", - "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", - "5f67c32c-a154-4620-8603-0b64979b04a4", - "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", - "dcee6df0-9e87-4935-8873-f8d30d449d76", - "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", - "e6d00b0c-3641-4ec4-a553-8fd742193dba", - "e5034863-0528-4f55-be95-c8501c29f9fe", - "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", - "33d332c9-aefe-4db5-8830-b8daddaed0d2", - "bb3b6fc7-0902-432d-bad1-6b3f61951314", - "2b734e88-3a33-4c73-92bb-82e0b8f8c13b" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "imaging_protocol", - "protocol_id": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8" - } - ] - }, - { - "process": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", - "inputs": [ - "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" - ], - "input_type": "biomaterial", - "outputs": [ - "87f58f88-ef8b-4323-bd19-cde1a2497b59" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "imaging_preparation_protocol", - "protocol_id": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38" - } - ] - }, - { - "process": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", - "inputs": [ - "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4" - ], - "input_type": "biomaterial", - "outputs": [ - "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "caf94c25-8327-4379-b88e-2a6642cd7513" - } - ] - } - ] - } -} diff --git a/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde.2019-03-17T220646.332108Z.json b/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde.2019-03-17T220646.332108Z.json new file mode 100644 index 0000000000..fce57ca57b --- /dev/null +++ b/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde.2019-03-17T220646.332108Z.json @@ -0,0 +1,598 @@ +{ + "manifest": { + "sequence_file/6380c3bc-8bc3-459b-aea3-05dd6c0842ef": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "da1a6040", + "indexed": false, + "name": "pbmc4k_1000_S1_L001_R1_001.fastq.gz", + "s3_etag": "eeaf6532a43b731e1ed9068bf32add47", + "sha1": "1e9baaa563f2559a6eb42f586730d1fc2aba6abc", + "sha256": "5e3f4a1a8cad609ab42b3c66c069fc29c2cfc3875f600e121aed3bde36b66fd1", + "size": 10287500, + "uuid": "46ab4893-bb4a-43fa-bc86-22f0d89fddf6", + "version": "2019-03-17T220644.137081Z" + }, + "sequence_file/ceb4dfaa-ecaf-4757-ae54-9d83707f66cc": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "0eee0a0a", + "indexed": false, + "name": "pbmc4k_1000_S1_L001_R2_001.fastq.gz", + "s3_etag": "891e3067ff772d599a5c424f5a93bfd5", + "sha1": "b866551f9f1b449039b4eeeda6c6b05bf3eee72b", + "sha256": "4718d026a1a2fdd13e6c9cb3bb92eb096f24478571cb6045cd3ce54f2623c2e1", + "size": 30926462, + "uuid": "2a2b38af-9776-41c8-b643-2e094ac1c58b", + "version": "2019-03-17T220644.507486Z" + }, + "sequence_file/5201d410-d789-4df6-b3fd-9edac998e5f3": { + "content-type": "application/gzip; dcp-type=data", + "crc32c": "51ffe105", + "indexed": false, + "name": "pbmc4k_1000_S1_L001_I1_001.fastq.gz", + "s3_etag": "3d252f83492bf030ddfd05a5a1411cdc", + "sha1": "02e40d38df063e54310edefe956fc9ed336c70fb", + "sha256": "7f11f8f3a5a8e879d3c7d612f4d37233ebfdd3e226406c013bc375403bae2137", + "size": 3454130, + "uuid": "04a1ab2c-e522-4d73-a881-effa1d9492d1", + "version": "2019-03-17T220644.766900Z" + } + }, + "metadata": { + "cell_suspension/74a06f8b-dff1-44d2-b1a6-99e3d14b69d1": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_suspension", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "cell_ID_1", + "biomaterial_name": "This is a dummy cell", + "biomaterial_description": "This is a dummy donor cell", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "DRB1 0401 protective allele", + "biosd_biomaterial": "SAMN00000000", + "insdc_biomaterial": "SRS0000000" + }, + "cell_morphology": { + "cell_morphology": "adherent cells, form single layer colonies", + "cell_size": "20-30", + "cell_size_unit": { + "text": "nm", + "ontology": "UO:0000018", + "ontology_label": "nanometer" + }, + "percent_cell_viability": 85.3, + "cell_viability_method": "Fluorescein diacetate hydrolysis assay", + "cell_viability_result": "pass", + "percent_necrosis": 10.0 + }, + "growth_conditions": { + "passage_number": 22, + "growth_medium": "lysogeny broth (LB) medium", + "mycoplasma_testing_results": "pass", + "drug_treatment": "100 ug/mL ampicillin", + "feeder_layer_type": "feeder-dependent, mouse embryonic fibroblast cells" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "estimated_cell_count": 10000, + "provenance": { + "document_id": "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1", + "submission_date": "2019-03-17T22:00:57.699Z", + "update_date": "2019-03-17T22:01:03.482Z" + } + }, + "specimen_from_organism/f3531ee2-d408-4075-b63e-0d0e2b01116c": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/7.0.3/specimen_from_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "specimen_ID_1", + "biomaterial_name": "This is a dummy specimen", + "biomaterial_description": "This is a dummy donor specimen", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "DRB1 0401 protective allele", + "biosd_biomaterial": "SAMN00000000", + "insdc_biomaterial": "SRS0000000" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organ": { + "text": "brain", + "ontology": "UBERON:0000955", + "ontology_label": "brain" + }, + "organ_part": { + "text": "amygdala", + "ontology": "UBERON:0001876", + "ontology_label": "amygdala" + }, + "diseases": [ + { + "text": "H syndrome", + "ontology": "MONDO:0011273", + "ontology_label": "H syndrome" + } + ], + "state_of_specimen": { + "autolysis_score": "none", + "gross_description": "normal color and size" + }, + "provenance": { + "document_id": "f3531ee2-d408-4075-b63e-0d0e2b01116c", + "submission_date": "2019-03-17T22:00:57.694Z", + "update_date": "2019-03-17T22:01:03.535Z" + } + }, + "donor_organism/20db3238-9ce6-4820-8495-6753e4147d51": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/14.0.3/donor_organism", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "donor_ID_1", + "biomaterial_name": "This is a dummy donor", + "biomaterial_description": "This is a dummy donor description", + "ncbi_taxon_id": [ + 9606 + ], + "genotype": "DRB1 0401 protective allele", + "biosd_biomaterial": "SAMN00000000", + "insdc_biomaterial": "SRS0000000" + }, + "human_specific": { + "body_mass_index": 36.4, + "ethnicity": [ + { + "text": "European", + "ontology": "HANCESTRO:0005", + "ontology_label": "European" + } + ] + }, + "death": { + "cause_of_death": "motor vehicle accident", + "cold_perfused": false, + "days_on_ventilator": 4.0, + "hardy_scale": 0, + "time_of_death": "1999-01-21T00:00:00Z", + "organ_donation_death_type": "Donation after circulatory death (DCD)" + }, + "medical_history": { + "alcohol_history": "1 units/day", + "medication": "Naproxen 500mg/day,", + "nutritional_state": "normal", + "smoking_history": "Smoker, 5/day for 10 years, stopped 1995" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606", + "ontology_label": "Homo sapiens" + } + ], + "organism_age": "20", + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036", + "ontology_label": "year" + }, + "development_stage": { + "text": "human adult stage", + "ontology": "HsapDv:0000087" + }, + "diseases": [ + { + "text": "H syndrome", + "ontology": "MONDO:0011273", + "ontology_label": "H syndrome" + } + ], + "gestational_age": "5-7", + "height": "160", + "height_unit": { + "text": "cm", + "ontology": "UO:0000015", + "ontology_label": "centimeter" + }, + "is_living": "no", + "weight": "60", + "weight_unit": { + "text": "kg", + "ontology": "UO:0000009", + "ontology_label": "kilogram" + }, + "sex": "male", + "provenance": { + "document_id": "20db3238-9ce6-4820-8495-6753e4147d51", + "submission_date": "2019-03-17T22:00:57.690Z", + "update_date": "2019-03-17T22:01:03.211Z" + } + }, + "sequence_file/6380c3bc-8bc3-459b-aea3-05dd6c0842ef": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "pbmc4k_1000_S1_L001_R1_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "eeaf6532a43b731e1ed9068bf32add47" + }, + "read_index": "read1", + "lane_index": 1, + "read_length": 26, + "insdc_run": [ + "SRR0000000" + ], + "provenance": { + "document_id": "6380c3bc-8bc3-459b-aea3-05dd6c0842ef", + "submission_date": "2019-03-17T22:00:57.704Z", + "update_date": "2019-03-17T22:03:04.130Z" + } + }, + "sequence_file/ceb4dfaa-ecaf-4757-ae54-9d83707f66cc": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "pbmc4k_1000_S1_L001_R2_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "891e3067ff772d599a5c424f5a93bfd5" + }, + "read_index": "read2", + "lane_index": 1, + "read_length": 98, + "insdc_run": [ + "SRR0000000" + ], + "provenance": { + "document_id": "ceb4dfaa-ecaf-4757-ae54-9d83707f66cc", + "submission_date": "2019-03-17T22:00:57.714Z", + "update_date": "2019-03-17T22:03:06.010Z" + } + }, + "sequence_file/5201d410-d789-4df6-b3fd-9edac998e5f3": { + "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", + "schema_type": "file", + "file_core": { + "file_name": "pbmc4k_1000_S1_L001_I1_001.fastq.gz", + "file_format": "fastq.gz", + "checksum": "3d252f83492bf030ddfd05a5a1411cdc" + }, + "read_index": "index1", + "lane_index": 1, + "read_length": 8, + "insdc_run": [ + "SRR0000000" + ], + "provenance": { + "document_id": "5201d410-d789-4df6-b3fd-9edac998e5f3", + "submission_date": "2019-03-17T22:00:57.719Z", + "update_date": "2019-03-17T22:03:03.738Z" + } + }, + "project/5014cd10-bbed-4e85-bc45-6fe3a8a0079b": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/project/11.0.0/project", + "schema_type": "project", + "project_core": { + "project_short_name": "staging/10x/2019-03-17T22:00:54Z", + "project_title": "10x 1 Run Integration Test", + "project_description": "Contains a small file set from the dataset: 4k PBMCs from a Healthy Donor, a Single Cell Gene Expression Dataset by Cell Ranger 2.1.0. Peripheral blood mononuclear cells (PBMCs) were taken from a healthy donor (same donor as pbmc8k). PBMCs are primary cells with relatively small amounts of RNA (~1pg RNA/cell). Data/Analysis can be found here https://support.10xgenomics.com/single-cell-gene-expression/datasets/2.1.0/pbmc4k and all data is licensed under the creative commons attribution license (https://creativecommons.org/licenses/by/4.0/). This test also contains extensive metadata for browser testing. Metadata is fabricated." + }, + "publications": [ + { + "authors": [ + "Doe JD, Doe JJ" + ], + "publication_title": "A title of a publication goes here.", + "doi": "10.1016/j.cell.2016.07.054", + "pmid": 27565351, + "publication_url": "https://europepmc.org" + } + ], + "insdc_project_accessions": [ + "SRP000000", + "SRP000001" + ], + "geo_series_accessions": [ + "GSE00000" + ], + "array_express_accessions": [ + "E-AAAA-00" + ], + "insdc_study_accessions": [ + "PRJNA000000" + ], + "funders": [ + { + "grant_title": "A title of a grant proposal.", + "grant_id": "BB/P0000001/1", + "organization": "Biotechnology and Biological Sciences Research Council (BBSRC)" + } + ], + "contributors": [ + { + "contact_name": "John,D,Doe.", + "email": "dummy@email.com", + "phone": "(+1) 234-555-6789", + "institution": "EMBL-EBI", + "laboratory": "Department of Biology", + "address": "0000 Main Street, Nowheretown, MA, 12091", + "country": "USA", + "corresponding_contributor": false, + "project_role": "principal investigator", + "orcid_id": "0000-1111-2222-3333" + } + ], + "provenance": { + "document_id": "5014cd10-bbed-4e85-bc45-6fe3a8a0079b", + "submission_date": "2019-03-17T22:00:57.685Z", + "update_date": "2019-03-17T22:01:03.175Z" + } + }, + "library_preparation_protocol/aa7e9a08-2a0c-4575-a9a9-13cab4e96e73": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.4.6/library_preparation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "lib_prep_1", + "protocol_name": "A dummy library prep protocol", + "protocol_description": "A dummy library prep description", + "publication_doi": "10.1101/193219", + "protocols_io_doi": "10.17504/protocols.io.mgjc3un", + "document": "my_cool_protocol.pdf" + }, + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869", + "ontology_label": "polyA RNA" + }, + "nucleic_acid_source": "single cell", + "library_construction_approach": { + "text": "10x v2", + "ontology": "EFO:0009310", + "ontology_label": "10X v2 sequencing" + }, + "end_bias": "3 prime tag", + "primer": "poly-dT", + "strand": "unstranded", + "umi_barcode": { + "barcode_read": "Read 1", + "barcode_offset": 0, + "barcode_length": 16 + }, + "library_preamplification_method": { + "text": "Rapid Amplification of cDNA Ends", + "ontology": "EFO:0004182", + "ontology_label": "Rapid Amplification of cDNA Ends" + }, + "provenance": { + "document_id": "aa7e9a08-2a0c-4575-a9a9-13cab4e96e73", + "submission_date": "2019-03-17T22:00:57.735Z", + "update_date": "2019-03-17T22:01:03.138Z" + } + }, + "sequencing_protocol/4bc436f7-e429-4355-8d6e-853d8e639b37": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.11/sequencing_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "sequencing_protocol_1", + "protocol_name": "A dummy sequencing protocol", + "protocol_description": "A dummy sequencing protocol description", + "publication_doi": "10.1101/193219", + "protocols_io_doi": "10.17504/protocols.io.mgjc3un", + "document": "my_cool_protocol.pdf" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008565" + }, + "local_machine_name": "Machine1", + "paired_end": false, + "sequencing_approach": { + "text": "full length single cell RNA sequencing", + "ontology": "EFO:0008441", + "ontology_label": "full length single cell RNA sequencing" + }, + "10x": { + "fastq_method": "Cellranger mkfastq", + "fastq_method_version": "Cellranger 2.1.1", + "pooled_channels": 4.0, + "drop_uniformity": false + }, + "provenance": { + "document_id": "4bc436f7-e429-4355-8d6e-853d8e639b37", + "submission_date": "2019-03-17T22:00:57.739Z", + "update_date": "2019-03-17T22:01:02.999Z" + } + }, + "dissociation_protocol/1e9abdf3-54da-4c73-9e57-1297ceb39399": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.8/dissociation_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "dissociation_protocol_1", + "protocol_name": "A dummy dissociation protocol", + "protocol_description": "A dummmy description of a dissociation protocol", + "publication_doi": "10.1101/193219", + "protocols_io_doi": "10.17504/protocols.io.mgjc3un", + "document": "my_cool_protocol.pdf" + }, + "dissociation_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "provenance": { + "document_id": "1e9abdf3-54da-4c73-9e57-1297ceb39399", + "submission_date": "2019-03-17T22:00:57.728Z", + "update_date": "2019-03-17T22:01:03.046Z" + } + }, + "enrichment_protocol/df679627-ccb6-426d-a709-c259db607d84": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.9/enrichment_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "enrichment_protocol_1", + "protocol_name": "an example enrichment protocol", + "protocol_description": "an example enrichemnt protocol description", + "publication_doi": "10.1101/193219", + "protocols_io_doi": "10.17504/protocols.io.mgjc3un", + "document": "my_cool_protocol.pdf" + }, + "enrichment_method": { + "text": "fluorescence-activated cell sorting", + "ontology": "EFO:0009108", + "ontology_label": "fluorescence-activated cell sorting" + }, + "markers": "CD4+ CD8-", + "min_size_selected": 70.0, + "max_size_selected": 90.0, + "provenance": { + "document_id": "df679627-ccb6-426d-a709-c259db607d84", + "submission_date": "2019-03-17T22:00:57.731Z", + "update_date": "2019-03-17T22:01:03.051Z" + } + }, + "collection_protocol/c3dabd8c-6f32-4c0b-a13b-11bb71cc95de": { + "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.11/collection_protocol", + "schema_type": "protocol", + "protocol_core": { + "protocol_id": "collection_protocol_1", + "protocol_name": "A dummy collection protocol", + "protocol_description": "A dummy collection protocol description", + "publication_doi": "10.1101/193219", + "protocols_io_doi": "10.17504/protocols.io.mgjc3un", + "document": "my_cool_protocol.pdf" + }, + "collection_method": { + "text": "organ extraction", + "ontology": "EFO:0009124", + "ontology_label": "organ extraction" + }, + "protocol_reagents": [ + { + "retail_name": "SureCell WTA 3' Library Prep Kit", + "catalog_number": "20014279", + "manufacturer": "Illumina", + "lot_number": "10001A", + "expiry_date": "2018-01-31", + "kit_titer": "Titer: Specification is 3.0x10^7" + } + ], + "provenance": { + "document_id": "c3dabd8c-6f32-4c0b-a13b-11bb71cc95de", + "submission_date": "2019-03-17T22:00:57.724Z", + "update_date": "2019-03-17T22:01:03.060Z" + } + }, + "process/8a0879df-13e0-4dce-9776-20fb259796e9": { + "process_core": { + "process_id": "bundle1" + }, + "schema_type": "process", + "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/6.0.7/process", + "provenance": { + "document_id": "8a0879df-13e0-4dce-9776-20fb259796e9", + "submission_date": "2019-03-17T22:00:57.752Z", + "update_date": "2019-03-17T22:01:03.421Z" + } + }, + "process/b2e86d49-6874-4522-a68c-43166e858bdd": { + "process_core": { + "process_id": "process_id_2" + }, + "schema_type": "process", + "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/6.0.7/process", + "provenance": { + "document_id": "b2e86d49-6874-4522-a68c-43166e858bdd", + "submission_date": "2019-03-17T22:00:57.748Z", + "update_date": "2019-03-17T22:01:03.392Z" + } + }, + "process/b147df84-443b-4dd2-8327-7ea42adcd151": { + "process_core": { + "process_id": "process_id_1" + }, + "schema_type": "process", + "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/6.0.7/process", + "provenance": { + "document_id": "b147df84-443b-4dd2-8327-7ea42adcd151", + "submission_date": "2019-03-17T22:00:57.743Z", + "update_date": "2019-03-17T22:01:03.254Z" + } + } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "8a0879df-13e0-4dce-9776-20fb259796e9", + "inputs": [ + "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1" + ], + "input_type": "biomaterial", + "outputs": [ + "6380c3bc-8bc3-459b-aea3-05dd6c0842ef", + "ceb4dfaa-ecaf-4757-ae54-9d83707f66cc", + "5201d410-d789-4df6-b3fd-9edac998e5f3" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "aa7e9a08-2a0c-4575-a9a9-13cab4e96e73" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4bc436f7-e429-4355-8d6e-853d8e639b37" + } + ] + }, + { + "process": "b2e86d49-6874-4522-a68c-43166e858bdd", + "inputs": [ + "f3531ee2-d408-4075-b63e-0d0e2b01116c" + ], + "input_type": "biomaterial", + "outputs": [ + "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "1e9abdf3-54da-4c73-9e57-1297ceb39399" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "df679627-ccb6-426d-a709-c259db607d84" + } + ] + }, + { + "process": "b147df84-443b-4dd2-8327-7ea42adcd151", + "inputs": [ + "20db3238-9ce6-4820-8495-6753e4147d51" + ], + "input_type": "biomaterial", + "outputs": [ + "f3531ee2-d408-4075-b63e-0d0e2b01116c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "c3dabd8c-6f32-4c0b-a13b-11bb71cc95de" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde/2019-03-17T220646.332108Z/manifest.json b/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde/2019-03-17T220646.332108Z/manifest.json deleted file mode 100644 index 21fe45282a..0000000000 --- a/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde/2019-03-17T220646.332108Z/manifest.json +++ /dev/null @@ -1,230 +0,0 @@ -[ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e4a41880", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "771087082e3841e2d955d3a4738b6bf6", - "sha1": "88fbdf8c6792ef638696f520fbf7073ee77f8a70", - "sha256": "bba2d6251b3b95adf3aae07f6de78f6706186d8cf77e6b846004ba561607b952", - "size": 1695, - "uuid": "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1", - "version": "2019-03-17T220103.482000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ec0f9294", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "ba64e0187f8e1acbb831501ca2d9c55d", - "sha1": "84c4b0e71fad61df1e0cab4e8578e8f26c572b3e", - "sha256": "e97c736042bb2352b33dd42286706391b1ea80de23fcb591364bbafec5491510", - "size": 1447, - "uuid": "f3531ee2-d408-4075-b63e-0d0e2b01116c", - "version": "2019-03-17T220103.535000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ce292309", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "384f53dbf137044fc4846e2a4a0fc673", - "sha1": "fde9a6fbfb6d351d7ff8c2adbc26f8e14784dcc9", - "sha256": "ce49a3e318ffac754fd475c72a492e0061037be6131e620f7ac4a367932a66da", - "size": 2456, - "uuid": "20db3238-9ce6-4820-8495-6753e4147d51", - "version": "2019-03-17T220103.211000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cd22b0a4", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "54153f330aa1b9fe000cb92ccf13909f", - "sha1": "a1b752760ef553d58a4d5cc6590ae905493ec9c9", - "sha256": "27e3670238f3e64d296b5a21f44a9e708eadc9d34434768fc2536bead22e9d5b", - "size": 616, - "uuid": "6380c3bc-8bc3-459b-aea3-05dd6c0842ef", - "version": "2019-03-17T220304.130000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "654ecf2b", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "53fdd0c163b64f32eb33c2d2f5e490a2", - "sha1": "e44596e5542317da3a6db9559cd8370bf8959bc4", - "sha256": "8457e0954e940e4915d0d07584b798d990823cb4ef606455f8abd17bf8310da5", - "size": 616, - "uuid": "ceb4dfaa-ecaf-4757-ae54-9d83707f66cc", - "version": "2019-03-17T220306.010000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5c8d6472", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "b893d7fdf85cd6134a8eaf8947617743", - "sha1": "8cc158bbdf896bba39e94b264485c13aeefd06fa", - "sha256": "2baf9973d9760dafbe4d24e99886ba4131c31a98ef3f1f41392b104dce0db13e", - "size": 616, - "uuid": "5201d410-d789-4df6-b3fd-9edac998e5f3", - "version": "2019-03-17T220303.738000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "d5b43d3f", - "indexed": true, - "name": "project_0.json", - "s3_etag": "affb98ff4e5d2076c1b5d2c1fc2a1123", - "sha1": "ff8c83a24199185bc677f9aa5f5a7a9131a0162b", - "sha256": "4ac31750071a3f15a075178cdfb472aae4aa3c065289f401636aa7599255ce1e", - "size": 2455, - "uuid": "5014cd10-bbed-4e85-bc45-6fe3a8a0079b", - "version": "2019-03-17T220103.175000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "c4e3d5a5", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "3ef0fa45f8d083ea5b42e2b635205e79", - "sha1": "fc269fd520a49bf6d66b3b18d6638fbf55df1346", - "sha256": "81279b1c39714fa20eea17e18633108d39c648d91efd57efce632fe7c3a66ca1", - "size": 1440, - "uuid": "aa7e9a08-2a0c-4575-a9a9-13cab4e96e73", - "version": "2019-03-17T220103.138000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "76e3c622", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "bcf4dcb6e3e3fcec70a3f89a60fc0090", - "sha1": "7856e3b6253a26a87e06b929884844ddbe69e737", - "sha256": "44379340e53ac31cb854837be33d070d6aa7de4fd012692cf83b5a8d5894b7fa", - "size": 1268, - "uuid": "4bc436f7-e429-4355-8d6e-853d8e639b37", - "version": "2019-03-17T220102.999000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "cbf4692f", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "7e3594b3b69b41801e075805bbbdc8d1", - "sha1": "7835112e34c9cc1751723dd6fd52778f7d7ab9a4", - "sha256": "f08c780ee2d13a193634717c0b5c22f3e4a6b5457e7864681b5778fc4bf565e2", - "size": 922, - "uuid": "1e9abdf3-54da-4c73-9e57-1297ceb39399", - "version": "2019-03-17T220103.046000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "3833fa5f", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "c7f29b7b9f36f2b122e80c6722a24b17", - "sha1": "8a09a92e0c280ed904bf6a7a5360b5e4f3994f62", - "sha256": "3733fb5a7e4c9a07eee111ce90cc8eed742004e1e059c58348663541230522cf", - "size": 1002, - "uuid": "df679627-ccb6-426d-a709-c259db607d84", - "version": "2019-03-17T220103.051000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "2aa8eec5", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "e9f572d88d7ee22c0f3b92e228fb0129", - "sha1": "fc931acb005de2b533b03fc4cc8a44bdb702530f", - "sha256": "bcfba8a40f1dd713d575981f8d4eb9f30ce766f42c1dcadff830c776221a8eab", - "size": 1205, - "uuid": "c3dabd8c-6f32-4c0b-a13b-11bb71cc95de", - "version": "2019-03-17T220103.060000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4fa2e0d6", - "indexed": true, - "name": "process_0.json", - "s3_etag": "7a351255d56c389e1e591bcadb0b3c64", - "sha1": "e3648ac0c76bc0999c2a45c6234008a8f5724616", - "sha256": "aa638f85b6c3e4ee2fe8acf38d377c0c4a854a0b1aa8fb6370bb822cf915f1d7", - "size": 384, - "uuid": "8a0879df-13e0-4dce-9776-20fb259796e9", - "version": "2019-03-17T220103.421000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "06ed887a", - "indexed": true, - "name": "process_1.json", - "s3_etag": "31100497d87e6b38004ec40da7db51ee", - "sha1": "366e43a7ddf7cca422ae0125fc07da1a6344b6ce", - "sha256": "8241f763f889193a253b134a9ef56950ee9a2dfe191b40c039465111a2bf1a4c", - "size": 389, - "uuid": "b2e86d49-6874-4522-a68c-43166e858bdd", - "version": "2019-03-17T220103.392000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bb866e25", - "indexed": true, - "name": "process_2.json", - "s3_etag": "04b015a2e2204519c66c8a5dbcb63d1c", - "sha1": "205b1fe5aa068df2269a8b977dc27d3f191a0d0a", - "sha256": "e67a3ecd72b75d60c46db965836f0b4dc01e94485e1447928833f5304d2ee7f0", - "size": 389, - "uuid": "b147df84-443b-4dd2-8327-7ea42adcd151", - "version": "2019-03-17T220103.254000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "5356a6ba", - "indexed": true, - "name": "links.json", - "s3_etag": "9b3b812e32f35e5406449b2b4221da39", - "sha1": "0881415da33135bb54802129c3fec9b462035ab4", - "sha256": "82606b3dc782eeacdcc0d5a670d4e6bf5fc453998c63fc40a2f0318ac5dfc1ef", - "size": 2335, - "uuid": "feb61912-5a3c-4e12-a4ba-28a0207835fd", - "version": "2019-03-17T220643.786686Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "da1a6040", - "indexed": false, - "name": "pbmc4k_1000_S1_L001_R1_001.fastq.gz", - "s3_etag": "eeaf6532a43b731e1ed9068bf32add47", - "sha1": "1e9baaa563f2559a6eb42f586730d1fc2aba6abc", - "sha256": "5e3f4a1a8cad609ab42b3c66c069fc29c2cfc3875f600e121aed3bde36b66fd1", - "size": 10287500, - "uuid": "46ab4893-bb4a-43fa-bc86-22f0d89fddf6", - "version": "2019-03-17T220644.137081Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "0eee0a0a", - "indexed": false, - "name": "pbmc4k_1000_S1_L001_R2_001.fastq.gz", - "s3_etag": "891e3067ff772d599a5c424f5a93bfd5", - "sha1": "b866551f9f1b449039b4eeeda6c6b05bf3eee72b", - "sha256": "4718d026a1a2fdd13e6c9cb3bb92eb096f24478571cb6045cd3ce54f2623c2e1", - "size": 30926462, - "uuid": "2a2b38af-9776-41c8-b643-2e094ac1c58b", - "version": "2019-03-17T220644.507486Z" - }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "51ffe105", - "indexed": false, - "name": "pbmc4k_1000_S1_L001_I1_001.fastq.gz", - "s3_etag": "3d252f83492bf030ddfd05a5a1411cdc", - "sha1": "02e40d38df063e54310edefe956fc9ed336c70fb", - "sha256": "7f11f8f3a5a8e879d3c7d612f4d37233ebfdd3e226406c013bc375403bae2137", - "size": 3454130, - "uuid": "04a1ab2c-e522-4d73-a881-effa1d9492d1", - "version": "2019-03-17T220644.766900Z" - } -] diff --git a/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde/2019-03-17T220646.332108Z/metadata.json b/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde/2019-03-17T220646.332108Z/metadata.json deleted file mode 100644 index 7b2d26f70a..0000000000 --- a/test/hca_metadata_api/cans/staging/eca05046-3dad-4e45-b86c-8720f33a5dde/2019-03-17T220646.332108Z/metadata.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "cell_suspension_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_suspension", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "cell_ID_1", - "biomaterial_name": "This is a dummy cell", - "biomaterial_description": "This is a dummy donor cell", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "DRB1 0401 protective allele", - "biosd_biomaterial": "SAMN00000000", - "insdc_biomaterial": "SRS0000000" - }, - "cell_morphology": { - "cell_morphology": "adherent cells, form single layer colonies", - "cell_size": "20-30", - "cell_size_unit": { - "text": "nm", - "ontology": "UO:0000018", - "ontology_label": "nanometer" - }, - "percent_cell_viability": 85.3, - "cell_viability_method": "Fluorescein diacetate hydrolysis assay", - "cell_viability_result": "pass", - "percent_necrosis": 10.0 - }, - "growth_conditions": { - "passage_number": 22, - "growth_medium": "lysogeny broth (LB) medium", - "mycoplasma_testing_results": "pass", - "drug_treatment": "100 ug/mL ampicillin", - "feeder_layer_type": "feeder-dependent, mouse embryonic fibroblast cells" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "estimated_cell_count": 10000, - "provenance": { - "document_id": "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1", - "submission_date": "2019-03-17T22:00:57.699Z", - "update_date": "2019-03-17T22:01:03.482Z" - } - }, - "specimen_from_organism_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/7.0.3/specimen_from_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "specimen_ID_1", - "biomaterial_name": "This is a dummy specimen", - "biomaterial_description": "This is a dummy donor specimen", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "DRB1 0401 protective allele", - "biosd_biomaterial": "SAMN00000000", - "insdc_biomaterial": "SRS0000000" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organ": { - "text": "brain", - "ontology": "UBERON:0000955", - "ontology_label": "brain" - }, - "organ_part": { - "text": "amygdala", - "ontology": "UBERON:0001876", - "ontology_label": "amygdala" - }, - "diseases": [ - { - "text": "H syndrome", - "ontology": "MONDO:0011273", - "ontology_label": "H syndrome" - } - ], - "state_of_specimen": { - "autolysis_score": "none", - "gross_description": "normal color and size" - }, - "provenance": { - "document_id": "f3531ee2-d408-4075-b63e-0d0e2b01116c", - "submission_date": "2019-03-17T22:00:57.694Z", - "update_date": "2019-03-17T22:01:03.535Z" - } - }, - "donor_organism_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/14.0.3/donor_organism", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "donor_ID_1", - "biomaterial_name": "This is a dummy donor", - "biomaterial_description": "This is a dummy donor description", - "ncbi_taxon_id": [ - 9606 - ], - "genotype": "DRB1 0401 protective allele", - "biosd_biomaterial": "SAMN00000000", - "insdc_biomaterial": "SRS0000000" - }, - "human_specific": { - "body_mass_index": 36.4, - "ethnicity": [ - { - "text": "European", - "ontology": "HANCESTRO:0005", - "ontology_label": "European" - } - ] - }, - "death": { - "cause_of_death": "motor vehicle accident", - "cold_perfused": false, - "days_on_ventilator": 4.0, - "hardy_scale": 0, - "time_of_death": "1999-01-21T00:00:00Z", - "organ_donation_death_type": "Donation after circulatory death (DCD)" - }, - "medical_history": { - "alcohol_history": "1 units/day", - "medication": "Naproxen 500mg/day,", - "nutritional_state": "normal", - "smoking_history": "Smoker, 5/day for 10 years, stopped 1995" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606", - "ontology_label": "Homo sapiens" - } - ], - "organism_age": "20", - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036", - "ontology_label": "year" - }, - "development_stage": { - "text": "human adult stage", - "ontology": "HsapDv:0000087" - }, - "diseases": [ - { - "text": "H syndrome", - "ontology": "MONDO:0011273", - "ontology_label": "H syndrome" - } - ], - "gestational_age": "5-7", - "height": "160", - "height_unit": { - "text": "cm", - "ontology": "UO:0000015", - "ontology_label": "centimeter" - }, - "is_living": "no", - "weight": "60", - "weight_unit": { - "text": "kg", - "ontology": "UO:0000009", - "ontology_label": "kilogram" - }, - "sex": "male", - "provenance": { - "document_id": "20db3238-9ce6-4820-8495-6753e4147d51", - "submission_date": "2019-03-17T22:00:57.690Z", - "update_date": "2019-03-17T22:01:03.211Z" - } - }, - "sequence_file_0.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "pbmc4k_1000_S1_L001_R1_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "eeaf6532a43b731e1ed9068bf32add47" - }, - "read_index": "read1", - "lane_index": 1, - "read_length": 26, - "insdc_run": [ - "SRR0000000" - ], - "provenance": { - "document_id": "6380c3bc-8bc3-459b-aea3-05dd6c0842ef", - "submission_date": "2019-03-17T22:00:57.704Z", - "update_date": "2019-03-17T22:03:04.130Z" - } - }, - "sequence_file_1.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "pbmc4k_1000_S1_L001_R2_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "891e3067ff772d599a5c424f5a93bfd5" - }, - "read_index": "read2", - "lane_index": 1, - "read_length": 98, - "insdc_run": [ - "SRR0000000" - ], - "provenance": { - "document_id": "ceb4dfaa-ecaf-4757-ae54-9d83707f66cc", - "submission_date": "2019-03-17T22:00:57.714Z", - "update_date": "2019-03-17T22:03:06.010Z" - } - }, - "sequence_file_2.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", - "schema_type": "file", - "file_core": { - "file_name": "pbmc4k_1000_S1_L001_I1_001.fastq.gz", - "file_format": "fastq.gz", - "checksum": "3d252f83492bf030ddfd05a5a1411cdc" - }, - "read_index": "index1", - "lane_index": 1, - "read_length": 8, - "insdc_run": [ - "SRR0000000" - ], - "provenance": { - "document_id": "5201d410-d789-4df6-b3fd-9edac998e5f3", - "submission_date": "2019-03-17T22:00:57.719Z", - "update_date": "2019-03-17T22:03:03.738Z" - } - }, - "project_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/project/11.0.0/project", - "schema_type": "project", - "project_core": { - "project_short_name": "staging/10x/2019-03-17T22:00:54Z", - "project_title": "10x 1 Run Integration Test", - "project_description": "Contains a small file set from the dataset: 4k PBMCs from a Healthy Donor, a Single Cell Gene Expression Dataset by Cell Ranger 2.1.0. Peripheral blood mononuclear cells (PBMCs) were taken from a healthy donor (same donor as pbmc8k). PBMCs are primary cells with relatively small amounts of RNA (~1pg RNA/cell). Data/Analysis can be found here https://support.10xgenomics.com/single-cell-gene-expression/datasets/2.1.0/pbmc4k and all data is licensed under the creative commons attribution license (https://creativecommons.org/licenses/by/4.0/). This test also contains extensive metadata for browser testing. Metadata is fabricated." - }, - "publications": [ - { - "authors": [ - "Doe JD, Doe JJ" - ], - "publication_title": "A title of a publication goes here.", - "doi": "10.1016/j.cell.2016.07.054", - "pmid": 27565351, - "publication_url": "https://europepmc.org" - } - ], - "insdc_project_accessions": [ - "SRP000000", - "SRP000001" - ], - "geo_series_accessions": [ - "GSE00000" - ], - "array_express_accessions": [ - "E-AAAA-00" - ], - "insdc_study_accessions": [ - "PRJNA000000" - ], - "funders": [ - { - "grant_title": "A title of a grant proposal.", - "grant_id": "BB/P0000001/1", - "organization": "Biotechnology and Biological Sciences Research Council (BBSRC)" - } - ], - "contributors": [ - { - "contact_name": "John,D,Doe.", - "email": "dummy@email.com", - "phone": "(+1) 234-555-6789", - "institution": "EMBL-EBI", - "laboratory": "Department of Biology", - "address": "0000 Main Street, Nowheretown, MA, 12091", - "country": "USA", - "corresponding_contributor": false, - "project_role": "principal investigator", - "orcid_id": "0000-1111-2222-3333" - } - ], - "provenance": { - "document_id": "5014cd10-bbed-4e85-bc45-6fe3a8a0079b", - "submission_date": "2019-03-17T22:00:57.685Z", - "update_date": "2019-03-17T22:01:03.175Z" - } - }, - "library_preparation_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.4.6/library_preparation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "lib_prep_1", - "protocol_name": "A dummy library prep protocol", - "protocol_description": "A dummy library prep description", - "publication_doi": "10.1101/193219", - "protocols_io_doi": "10.17504/protocols.io.mgjc3un", - "document": "my_cool_protocol.pdf" - }, - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869", - "ontology_label": "polyA RNA" - }, - "nucleic_acid_source": "single cell", - "library_construction_approach": { - "text": "10x v2", - "ontology": "EFO:0009310", - "ontology_label": "10X v2 sequencing" - }, - "end_bias": "3 prime tag", - "primer": "poly-dT", - "strand": "unstranded", - "umi_barcode": { - "barcode_read": "Read 1", - "barcode_offset": 0, - "barcode_length": 16 - }, - "library_preamplification_method": { - "text": "Rapid Amplification of cDNA Ends", - "ontology": "EFO:0004182", - "ontology_label": "Rapid Amplification of cDNA Ends" - }, - "provenance": { - "document_id": "aa7e9a08-2a0c-4575-a9a9-13cab4e96e73", - "submission_date": "2019-03-17T22:00:57.735Z", - "update_date": "2019-03-17T22:01:03.138Z" - } - }, - "sequencing_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.11/sequencing_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "sequencing_protocol_1", - "protocol_name": "A dummy sequencing protocol", - "protocol_description": "A dummy sequencing protocol description", - "publication_doi": "10.1101/193219", - "protocols_io_doi": "10.17504/protocols.io.mgjc3un", - "document": "my_cool_protocol.pdf" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008565" - }, - "local_machine_name": "Machine1", - "paired_end": false, - "sequencing_approach": { - "text": "full length single cell RNA sequencing", - "ontology": "EFO:0008441", - "ontology_label": "full length single cell RNA sequencing" - }, - "10x": { - "fastq_method": "Cellranger mkfastq", - "fastq_method_version": "Cellranger 2.1.1", - "pooled_channels": 4.0, - "drop_uniformity": false - }, - "provenance": { - "document_id": "4bc436f7-e429-4355-8d6e-853d8e639b37", - "submission_date": "2019-03-17T22:00:57.739Z", - "update_date": "2019-03-17T22:01:02.999Z" - } - }, - "dissociation_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.8/dissociation_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "dissociation_protocol_1", - "protocol_name": "A dummy dissociation protocol", - "protocol_description": "A dummmy description of a dissociation protocol", - "publication_doi": "10.1101/193219", - "protocols_io_doi": "10.17504/protocols.io.mgjc3un", - "document": "my_cool_protocol.pdf" - }, - "dissociation_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "provenance": { - "document_id": "1e9abdf3-54da-4c73-9e57-1297ceb39399", - "submission_date": "2019-03-17T22:00:57.728Z", - "update_date": "2019-03-17T22:01:03.046Z" - } - }, - "enrichment_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.9/enrichment_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "enrichment_protocol_1", - "protocol_name": "an example enrichment protocol", - "protocol_description": "an example enrichemnt protocol description", - "publication_doi": "10.1101/193219", - "protocols_io_doi": "10.17504/protocols.io.mgjc3un", - "document": "my_cool_protocol.pdf" - }, - "enrichment_method": { - "text": "fluorescence-activated cell sorting", - "ontology": "EFO:0009108", - "ontology_label": "fluorescence-activated cell sorting" - }, - "markers": "CD4+ CD8-", - "min_size_selected": 70.0, - "max_size_selected": 90.0, - "provenance": { - "document_id": "df679627-ccb6-426d-a709-c259db607d84", - "submission_date": "2019-03-17T22:00:57.731Z", - "update_date": "2019-03-17T22:01:03.051Z" - } - }, - "collection_protocol_0.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.11/collection_protocol", - "schema_type": "protocol", - "protocol_core": { - "protocol_id": "collection_protocol_1", - "protocol_name": "A dummy collection protocol", - "protocol_description": "A dummy collection protocol description", - "publication_doi": "10.1101/193219", - "protocols_io_doi": "10.17504/protocols.io.mgjc3un", - "document": "my_cool_protocol.pdf" - }, - "collection_method": { - "text": "organ extraction", - "ontology": "EFO:0009124", - "ontology_label": "organ extraction" - }, - "protocol_reagents": [ - { - "retail_name": "SureCell WTA 3' Library Prep Kit", - "catalog_number": "20014279", - "manufacturer": "Illumina", - "lot_number": "10001A", - "expiry_date": "2018-01-31", - "kit_titer": "Titer: Specification is 3.0x10^7" - } - ], - "provenance": { - "document_id": "c3dabd8c-6f32-4c0b-a13b-11bb71cc95de", - "submission_date": "2019-03-17T22:00:57.724Z", - "update_date": "2019-03-17T22:01:03.060Z" - } - }, - "process_0.json": { - "process_core": { - "process_id": "bundle1" - }, - "schema_type": "process", - "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/6.0.7/process", - "provenance": { - "document_id": "8a0879df-13e0-4dce-9776-20fb259796e9", - "submission_date": "2019-03-17T22:00:57.752Z", - "update_date": "2019-03-17T22:01:03.421Z" - } - }, - "process_1.json": { - "process_core": { - "process_id": "process_id_2" - }, - "schema_type": "process", - "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/6.0.7/process", - "provenance": { - "document_id": "b2e86d49-6874-4522-a68c-43166e858bdd", - "submission_date": "2019-03-17T22:00:57.748Z", - "update_date": "2019-03-17T22:01:03.392Z" - } - }, - "process_2.json": { - "process_core": { - "process_id": "process_id_1" - }, - "schema_type": "process", - "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/6.0.7/process", - "provenance": { - "document_id": "b147df84-443b-4dd2-8327-7ea42adcd151", - "submission_date": "2019-03-17T22:00:57.743Z", - "update_date": "2019-03-17T22:01:03.254Z" - } - }, - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "8a0879df-13e0-4dce-9776-20fb259796e9", - "inputs": [ - "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1" - ], - "input_type": "biomaterial", - "outputs": [ - "6380c3bc-8bc3-459b-aea3-05dd6c0842ef", - "ceb4dfaa-ecaf-4757-ae54-9d83707f66cc", - "5201d410-d789-4df6-b3fd-9edac998e5f3" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "aa7e9a08-2a0c-4575-a9a9-13cab4e96e73" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4bc436f7-e429-4355-8d6e-853d8e639b37" - } - ] - }, - { - "process": "b2e86d49-6874-4522-a68c-43166e858bdd", - "inputs": [ - "f3531ee2-d408-4075-b63e-0d0e2b01116c" - ], - "input_type": "biomaterial", - "outputs": [ - "74a06f8b-dff1-44d2-b1a6-99e3d14b69d1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "1e9abdf3-54da-4c73-9e57-1297ceb39399" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "df679627-ccb6-426d-a709-c259db607d84" - } - ] - }, - { - "process": "b147df84-443b-4dd2-8327-7ea42adcd151", - "inputs": [ - "20db3238-9ce6-4820-8495-6753e4147d51" - ], - "input_type": "biomaterial", - "outputs": [ - "f3531ee2-d408-4075-b63e-0d0e2b01116c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "c3dabd8c-6f32-4c0b-a13b-11bb71cc95de" - } - ] - } - ] - } -} diff --git a/test/hca_metadata_api/test.py b/test/hca_metadata_api/test.py index 6a2af09811..6ae9ac7077 100644 --- a/test/hca_metadata_api/test.py +++ b/test/hca_metadata_api/test.py @@ -35,6 +35,9 @@ one, ) +from azul.indexer.document import ( + EntityReference, +) from azul_test_case import ( AzulUnitTestCase, ) @@ -144,41 +147,40 @@ def _test_example_bundle(self, directory, **kwargs): uuid = 'b2216048-7eaa-45f4-8077-5a3fb4204953' version = '2018-08-03T082009.272868Z' canning_directory = os.path.join('examples', directory) - manifest, metadata_files = self._canned_bundle(canning_directory, uuid, version) + manifest, metadata, links = self._canned_bundle(canning_directory, uuid, version) self.assertIsNotNone(manifest) self._assert_bundle(uuid=uuid, version=version, manifest=manifest, - metadata_files=metadata_files, + metadata=metadata, + links=links, **kwargs) def _canned_bundle_path(self, directory, uuid, version): - return os.path.join(os.path.dirname(__file__), 'cans', directory, uuid, version) + name = f'{uuid}.{version}.json' + return os.path.join(os.path.dirname(__file__), 'cans', directory, name) - def _can_bundle(self, directory, uuid, version, manifest, metadata_files): # pragma: no cover + def _can_bundle(self, directory, uuid, version, manifest, metadata, links): # pragma: no cover """ Save a bundle's manifest & metadata files to a local directory """ - dir_path = self._canned_bundle_path(directory, uuid, version) - os.makedirs(dir_path, exist_ok=True) - with atomic_write(os.path.join(dir_path, 'manifest.json'), overwrite=True) as f: - json.dump(manifest, f) - with atomic_write(os.path.join(dir_path, 'metadata.json'), overwrite=True) as f: - json.dump(metadata_files, f) + path = self._canned_bundle_path(directory, uuid, version) + os.makedirs(directory, exist_ok=True) + with atomic_write(path, overwrite=True) as f: + json.dump({ + 'manifest': manifest, + 'metadata': metadata, + 'links': links + }, f) def _canned_bundle(self, directory, uuid, version): """ Load a previously canned bundle """ dir_path = self._canned_bundle_path(directory, uuid, version) - if os.path.isdir(dir_path): - with open(os.path.join(dir_path, 'manifest.json')) as f: - manifest = json.load(f) - with open(os.path.join(dir_path, 'metadata.json')) as f: - metadata_files = json.load(f) - return manifest, metadata_files - else: - return None, None + with open(dir_path) as f: + bundle = json.load(f) + return bundle['manifest'], bundle['metadata'], bundle['links'] def test_v5_bundle(self): """ @@ -343,8 +345,8 @@ def test_file_core_bundle(self): def test_sequencing_process_paired_end(self): uuid = '6b498499-c5b4-452f-9ff9-2318dbb86000' version = '2019-01-03T163633.780215Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) - bundle = Bundle(uuid, version, manifest, metadata_files) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) + bundle = Bundle(uuid, version, manifest, metadata, links) sequencing_protocols = [p for p in bundle.protocols.values() if isinstance(p, SequencingProtocol)] self.assertEqual(len(sequencing_protocols), 1) self.assertEqual(sequencing_protocols[0].paired_end, True) @@ -356,15 +358,16 @@ def _test_bundle(self, **assertion_kwargs ) -> Bundle: - manifest, metadata_files = self._canned_bundle(deployment, uuid, version) + manifest, metadata, links = self._canned_bundle(deployment, uuid, version) return self._assert_bundle(uuid=uuid, version=version, manifest=manifest, - metadata_files=metadata_files, + metadata=metadata, + links=links, **assertion_kwargs) - def _assert_bundle(self, uuid, version, manifest, metadata_files, + def _assert_bundle(self, uuid, version, manifest, metadata, links, age_range=None, diseases=frozenset({None}), project_roles=frozenset({None}), @@ -381,14 +384,14 @@ def _assert_bundle(self, uuid, version, manifest, metadata_files, slice_thickness=None, ncbi_taxon_ids=None, content_description=None) -> Bundle: - bundle = Bundle(uuid, version, manifest, metadata_files) + bundle = Bundle(uuid, version, manifest, metadata, links) # Every data file's manifest entry should be referenced by a metadata # entity that describes the data file. id() is used to work around the # fact that dict instances aren't hashable and to ensure that no # redundant copies are made. self.assertEqual(set(id(f.manifest_entry.json) for f in bundle.files.values()), - set(id(me) for me in manifest if not me['indexed'])) + set(id(me) for me in manifest.values() if not me['indexed'])) biomaterials = bundle.biomaterials.values() @@ -517,8 +520,8 @@ def test_canned_staging_area(self): def test_analysis_protocol(self): uuid = 'ffee7f29-5c38-461a-8771-a68e20ec4a2e' version = '2019-02-02T065454.662896Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) - bundle = Bundle(uuid, version, manifest, metadata_files) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) + bundle = Bundle(uuid, version, manifest, metadata, links) analysis_protocols = [p for p in bundle.protocols.values() if isinstance(p, AnalysisProtocol)] self.assertEqual(len(analysis_protocols), 1) self.assertEqual(str(analysis_protocols[0].document_id), 'bb17ee61-193e-4ae1-a014-4f1b1c19b8b7') @@ -528,8 +531,8 @@ def test_analysis_protocol(self): def test_imaging_protocol(self): uuid = '94f2ba52-30c8-4de0-a78e-f95a3f8deb9c' version = '2019-04-03T103426.471000Z' - manifest, metadata_files = self._canned_bundle('staging', uuid, version) - bundle = Bundle(uuid, version, manifest, metadata_files) + manifest, metadata, links = self._canned_bundle('staging', uuid, version) + bundle = Bundle(uuid, version, manifest, metadata, links) imaging_protocol = one(p for p in bundle.protocols.values() if isinstance(p, ImagingProtocol)) self.assertEqual(len(imaging_protocol.probe), 240) assay_types = {probe.assay_type for probe in imaging_protocol.probe} @@ -538,8 +541,8 @@ def test_imaging_protocol(self): def test_cell_line(self): uuid = 'ffee3a9b-14de-4dda-980f-c08092b2dabe' version = '2019-04-17T175706.867000Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) - bundle = Bundle(uuid, version, manifest, metadata_files) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) + bundle = Bundle(uuid, version, manifest, metadata, links) cell_lines = [cl for cl in bundle.biomaterials.values() if isinstance(cl, CellLine)] self.assertEqual(len(cell_lines), 1) self.assertEqual(str(cell_lines[0].document_id), '961092cd-dcff-4b59-a0d2-ceeef0aece74') @@ -556,8 +559,8 @@ def test_links_json_v2_0_0(self): """ uuid = 'cc0b5aa4-9f66-48d2-aa4f-ed019d1c9439' version = '2019-05-15T222432.561000Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) - bundle = Bundle(uuid, version, manifest, metadata_files) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) + bundle = Bundle(uuid, version, manifest, metadata, links) for expected_count, link_type in [(6, 'process_link'), (2, 'supplementary_file_link')]: actual_count = sum(1 for link in bundle.links if link.link_type == link_type) self.assertEqual(expected_count, actual_count) @@ -572,11 +575,12 @@ def test_links_json_v2_0_0(self): def test_project_fields(self): uuid = '68bdc676-c442-4581-923e-319c1c2d9018' version = '2018-10-07T130111.835234Z' - manifest, metadata_files = self._canned_bundle('staging', uuid, version) + manifest, metadata, links = self._canned_bundle('staging', uuid, version) + project_id = '519b58ef-6462-4ed3-8c0d-375b54f53c31' def assert_bundle(): - bundle = Bundle(uuid, version, manifest, metadata_files) - project = bundle.projects[UUID('519b58ef-6462-4ed3-8c0d-375b54f53c31')] + bundle = Bundle(uuid, version, manifest, metadata, links) + project = bundle.projects[UUID(project_id)] self.assertEqual(len(project.publications), 1) publication = project.publications.pop() title = 'Precursors of human CD4+ cytotoxic T lymphocytes identified by single-cell transcriptome analysis.' @@ -594,10 +598,10 @@ def assert_bundle(): self.assertEqual(project.supplementary_links, supplementary_links) assert_bundle() - - for publication in metadata_files['project_0.json']['publications']: + project_metadata = metadata[f'project/{project_id}'] + for publication in project_metadata['publications']: self._rename_keys(publication, title='publication_title', url='publication_url') - for contributor in metadata_files['project_0.json']['contributors']: + for contributor in project_metadata['contributors']: if 'project_role' in contributor: contributor['project_role'] = dict(text=contributor['project_role']) @@ -606,11 +610,12 @@ def assert_bundle(): def test_project_contact(self): uuid = '6b498499-c5b4-452f-9ff9-2318dbb86000' version = '2019-01-03T163633.780215Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) + project_id = 'd96c2451-6e22-441f-a3e6-70fd0878bb1b' def assert_bundle(): - bundle = Bundle(uuid, version, manifest, metadata_files) - project = bundle.projects[UUID('d96c2451-6e22-441f-a3e6-70fd0878bb1b')] + bundle = Bundle(uuid, version, manifest, metadata, links) + project = bundle.projects[UUID(project_id)] self.assertEqual(len(project.contributors), 5) expected_names = { 'Sabina,,Kanton', @@ -625,7 +630,7 @@ def assert_bundle(): assert_bundle() - for contributor in metadata_files['project_0.json']['contributors']: + for contributor in metadata[f'project/{project_id}']['contributors']: self._rename_keys(contributor, name='contact_name') assert_bundle() @@ -633,10 +638,10 @@ def assert_bundle(): def test_file_format(self): uuid = '6b498499-c5b4-452f-9ff9-2318dbb86000' version = '2019-01-03T163633.780215Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) def assert_bundle(): - bundle = Bundle(uuid, version, manifest, metadata_files) + bundle = Bundle(uuid, version, manifest, metadata, links) self.assertEqual(len(bundle.files), 6) for file in bundle.files.values(): if isinstance(file, SequenceFile): @@ -648,8 +653,8 @@ def assert_bundle(): assert_bundle() - for file_name, file_content in metadata_files.items(): - if file_name.startswith('sequence_file_') or file_name.startswith('supplementary_file_'): + for ref, file_content in metadata.items(): + if EntityReference.parse(ref).entity_type in {'sequence_file', 'supplementary_file_'}: self._rename_keys(file_content['file_core'], format='file_format') assert_bundle() @@ -657,10 +662,10 @@ def assert_bundle(): def test_link_destination_type(self): uuid = '6b498499-c5b4-452f-9ff9-2318dbb86000' version = '2019-01-03T163633.780215Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) def assert_bundle(): - bundle = Bundle(uuid, version, manifest, metadata_files) + bundle = Bundle(uuid, version, manifest, metadata, links) destination_types = {link.destination_type for link in bundle.links} expected_types = { 'library_preparation_protocol', @@ -676,7 +681,7 @@ def assert_bundle(): assert_bundle() - for link in metadata_files['links.json']['links']: + for link in links['links']: for protocol in link['protocols']: self._rename_keys(protocol, type='protocol_type') @@ -690,8 +695,8 @@ def test_missing_mandatory_checksums(self): with self.assertRaises(TypeError) as cm: Bundle(uuid=uuid, version='', - manifest=[ - { + manifest={ + '': { 'uuid': uuid, 'version': '', 'name': '', @@ -700,8 +705,9 @@ def test_missing_mandatory_checksums(self): 'content-type': '', **case } - ], - metadata_files={}) + }, + metadata={}, + links_json={}) self.assertEqual(cm.exception.args[0], 'Property cannot be absent or None') checksums.append(cm.exception.args[1]) self.assertEqual(['crc32c', 'crc32c', 'sha256', 'sha256'], checksums) @@ -709,9 +715,9 @@ def test_missing_mandatory_checksums(self): def test_name_substitution(self): uuid = 'ffee7f29-5c38-461a-8771-a68e20ec4a2e' version = '2019-02-02T065454.662896Z' - manifest, metadata_files = self._canned_bundle('prod', uuid, version) + manifest, metadata, links = self._canned_bundle('prod', uuid, version) - files_before = [f['name'] for f in manifest] + files_before = [f['name'] for f in manifest.values()] with_bang_before = set(f for f in files_before if '!' in f) expected_bang_before = { '9ea49dd1-7511-48f8-be12-237e3d0690c0.zarr!.zattrs', @@ -735,13 +741,13 @@ def test_name_substitution(self): with_slash_before = set(f for f in files_before if '/' in f) self.assertEqual(set(), with_slash_before) - bundle = Bundle(uuid, version, manifest, metadata_files) + bundle = Bundle(uuid, version, manifest, metadata, links) expected_slash_after = set(f1.replace('!', '/') for f1 in with_bang_before) entity_json_file_names = set(e.json['file_core']['file_name'] for e in bundle.entities.values() if isinstance(e, (AnalysisFile, SequenceFile))) - for files_after in set(bundle.manifest.keys()), entity_json_file_names: + for files_after in {e.name for e in bundle.manifest.values()}, entity_json_file_names: with_bang_after = set(f1 for f1 in files_after if '!' in f1) self.assertEqual(set(), with_bang_after) with_slash_after = set(f1 for f1 in files_after if '/' in f1) diff --git a/test/indexer/data/00f48893-5e9d-52cd-b32d-af88edccabfa.dss.hca.json b/test/indexer/data/00f48893-5e9d-52cd-b32d-af88edccabfa.dss.hca.json index 8c4d7a98e6..11f6fa1851 100644 --- a/test/indexer/data/00f48893-5e9d-52cd-b32d-af88edccabfa.dss.hca.json +++ b/test/indexer/data/00f48893-5e9d-52cd-b32d-af88edccabfa.dss.hca.json @@ -1,23 +1,11 @@ { - "manifest": [ - { - "name": "links.json", - "uuid": "00f48893-5e9d-52cd-b32d-af88edccabfa", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 12651, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/e0efcd8d-8433-4b40-9eee-11dafb699a5a": { "name": "Retina_Wong_scRNA_Sample5_I1.fastq.gz", "uuid": "07b45ad4-7797-4c16-bfae-493fb41d6600", "version": "2019-09-13T09:16:27.260339Z", "content-type": "application/gzip; dcp-type=data", "size": 847438091, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b9549f9f-d892-4093-93fd-197d02ec7c97", "crc32c": "0292db90", @@ -25,13 +13,12 @@ "sha256": "cc6bf034743ed5bf781320deeceb119b4584a7854d922b59f05392d6cd5cc737", "s3_etag": "b9223d5e376a061971bd23fb78e25fd8-13" }, - { + "sequence_file/6d52232d-dc77-4070-bdb1-9bb0ee59d309": { "name": "Retina_Wong_scRNA_Sample5_R1.fastq.gz", "uuid": "09eb8fc6-9e27-4f08-87c5-bfccf918ee12", "version": "2019-09-13T09:16:28.234453Z", "content-type": "application/gzip; dcp-type=data", "size": 3115598454, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7f4c7463-76d0-4f3a-a690-e93369ada2e9", "crc32c": "24d98de6", @@ -39,57 +26,12 @@ "sha256": "62495704a4bb9a99543fd2143ec577d7b4c106c57b7de37d5c8ed9e002152e5d", "s3_etag": "e3b61e35217b7ed1526704c92446e18a-47" }, - { - "name": "cell_suspension_0.json", - "uuid": "0aabed05-6a89-4141-9384-828a33581419", - "version": "2019-09-13T08:37:53.849000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 582, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "1016adeb-cdc3-47d6-a89e-771c763dd2e7", - "version": "2019-09-13T09:07:26.172000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "1116b396-448e-4dd1-b9c9-78357c511e15", - "version": "2019-09-13T08:37:57.269000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "15f64718-69cf-462c-9704-e8a1f54c27c8", - "version": "2019-09-13T08:56:51.563000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/30040306-be5c-48f9-b221-e666e279ab5b": { "name": "Retina_Wong_scRNA_Sample4_I1.fastq.gz", "uuid": "1985c53a-b78f-4d9e-9563-dffed8207efd", "version": "2019-09-13T09:16:23.710869Z", "content-type": "application/gzip; dcp-type=data", "size": 1110577684, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cd7ace86-c1f9-4c36-8ba0-078520babe83", "crc32c": "3f0921bb", @@ -97,91 +39,23 @@ "sha256": "fbb183a7608f5c4b98e0d9a2f4f77b843d24dcd727f0d5e4ea8111de7d9b22b2", "s3_etag": "f393918b58d786a89c467455152aa66e-17" }, - { - "name": "cell_suspension_1.json", - "uuid": "1d3e48d7-d80f-4b99-85bd-04ff393288e7", - "version": "2019-09-13T08:37:53.860000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 583, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "1dda6a28-cbaa-4506-be47-fa117e8f463c", - "version": "2019-09-13T08:37:53.863000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 852, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/7a96a0c2-e22a-57ad-ac46-4c2433a63d94": { "name": "262f55a3-d03d-49ae-8080-1a6208fddb4f.bam", "uuid": "20329887-aab3-55fb-ba2c-e3eb27a20f6d", "version": "2021-02-03T20:52:24.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 26511968866, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5fcadd72-ba4a-4571-a1c4-5d4d3aeef8b5", "crc32c": "c844464d", "sha256": "7a1ae83ca759edadf571751156b4482f592bda1224ae3bf8c7baccd1a2373b80" }, - { - "name": "dissociation_protocol_0.json", - "uuid": "2509f42a-0328-4e33-8d21-79d37560d846", - "version": "2019-09-13T08:37:53.822000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 758, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_1.json", - "uuid": "252b008d-8b5a-450c-a17c-4e779a17ff26", - "version": "2019-09-13T08:37:53.886000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 852, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "25999eea-6f12-40a8-aecf-d1524c7cf564", - "version": "2019-09-13T08:37:57.270000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "262f55a3-d03d-49ae-8080-1a6208fddb4f", - "version": "2019-09-13T08:37:57.205000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f6407a7a-eecc-4735-a96a-b8bb634118e4": { "name": "Retina_Wong_scRNA_Sample2_I1.fastq.gz", "uuid": "27622c20-c017-4a98-b62c-76035758bc09", "version": "2019-09-13T09:16:27.588981Z", "content-type": "application/gzip; dcp-type=data", "size": 2219396571, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bfb499b5-2323-4fcf-a8b0-38ad5a885576", "crc32c": "fce36c7d", @@ -189,90 +63,12 @@ "sha256": "4d2a000eb5fe6eac0926812796794f265f1a1438346c30a2d459ddd3a0f3362c", "s3_etag": "0f3a2d1294d0e1cb0a2f504adc2aefaf-34" }, - { - "name": "analysis_protocol_0.json", - "uuid": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "version": "2021-02-26T16:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 401, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_3.json", - "uuid": "2f8a07c2-4a6b-47ac-a304-0dead66eee9e", - "version": "2019-09-13T08:37:57.269000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 297, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_2.json", - "uuid": "30040306-be5c-48f9-b221-e666e279ab5b", - "version": "2019-09-13T08:43:56.724000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "3030903f-4a4b-4b30-ab93-3b10183181e0", - "version": "2019-09-13T08:37:53.821000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 894, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_3.json", - "uuid": "33682180-6cdf-4d0c-9fe0-e1c029ac13b2", - "version": "2019-09-13T08:53:16.964000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_0.json", - "uuid": "366c7a41-3b80-4c7d-af4b-20248e69425f", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_4.json", - "uuid": "39255288-6791-45b0-ac7e-b3ef4c981a3b", - "version": "2019-09-13T08:54:00.067000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c": { "name": "Retina_Wong_scRNA_Sample1_I1.fastq.gz", "uuid": "39ae3998-72a4-41ba-b00f-526bfecb8ca2", "version": "2019-09-13T09:16:26.837580Z", "content-type": "application/gzip; dcp-type=data", "size": 2138914697, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c2fbaabe-13b9-44ce-82a0-7c98360ac75f", "crc32c": "f549d920", @@ -280,47 +76,23 @@ "sha256": "979ff8bf675f4a3d56bb83e80e64641656bbfd1b7bfc805023445cf53fdd5450", "s3_etag": "ad7a88538e8a9c00b6d904c7eb00318c-32" }, - { + "analysis_file/43598186-06cd-5f4b-95d9-fecb0a35d3ab": { "name": "ad220152-0eb4-4f85-a03e-c7e81ea3f167.bam", "uuid": "3ac6d370-c10b-54a2-a1ed-52f661aae1d7", "version": "2021-02-03T20:52:32.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 26831853703, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_591d4cef-47cf-4bfb-9334-88220e7cdc60", "crc32c": "f82a27d8", "sha256": "874aaeeaf5d963df1fdc30a399250427873d5594457eece6603ae5f085930320" }, - { - "name": "process_4.json", - "uuid": "3ad5d964-6c2c-4adc-badb-9100ceada68c", - "version": "2019-09-13T08:37:57.203000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_1.json", - "uuid": "3d7a4690-8760-491c-98f9-9a1aea3f79b5", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/15f64718-69cf-462c-9704-e8a1f54c27c8": { "name": "Retina_Wong_scRNA_Sample3_R2.fastq.gz", "uuid": "3e2b02f8-5b3b-4ab2-8ef4-7ae8a856854e", "version": "2019-09-13T09:16:27.026166Z", "content-type": "application/gzip; dcp-type=data", "size": 9531866142, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_799febcc-e9a4-4bb2-9c77-bdcf327c3905", "crc32c": "a837186f", @@ -328,13 +100,12 @@ "sha256": "33ed54a5916930322b59f2e66ef840b7ae347da5fdec6a2443e5dceeb577b8a9", "s3_etag": "7d5599e41f686131c8d7da5b5f69f80f-143" }, - { + "sequence_file/a7b21a25-e76e-420d-8892-538062bfefbf": { "name": "Retina_Wong_scRNA_Sample3_R1.fastq.gz", "uuid": "3e3505f9-4f47-402f-bfb8-960af07f91da", "version": "2019-09-13T09:16:26.831163Z", "content-type": "application/gzip; dcp-type=data", "size": 2845965046, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2830c506-de2e-4f68-8b95-5b6f5ac4b54d", "crc32c": "7eb38813", @@ -342,102 +113,23 @@ "sha256": "d06f4c866cb6f475692f322ae7415a188ae13fc3c37965daa101f73b425a8a47", "s3_etag": "fd9244e048c7d9e1f63f113736701ed5-43" }, - { - "name": "analysis_process_2.json", - "uuid": "3f615b1d-d507-4912-82c5-9cb575cd19c1", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_5.json", - "uuid": "4054b722-a585-4e90-8d74-a02fb4d98202", - "version": "2019-09-13T08:37:57.167000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "427c0a62-9baf-42ab-a3a3-f48d10544280", - "version": "2019-09-13T08:37:53.845000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 853, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_protocol_1.json", - "uuid": "432a7422-59b5-5c46-8983-a7953f196781", - "version": "2021-05-24T12:00:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 447, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "43598186-06cd-5f4b-95d9-fecb0a35d3ab", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_6.json", - "uuid": "48a0c58c-ea67-4014-8752-6339de02b70e", - "version": "2019-09-13T08:37:57.186000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/a7915c55-1d80-5724-9c81-6dd0a9130361": { "name": "262f55a3-d03d-49ae-8080-1a6208fddb4f.loom", "uuid": "4b611790-d17b-5938-86c4-695480abb4ef", "version": "2021-02-03T21:06:32.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 776280864, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a15219d7-6a71-4827-8337-5bd42816a568", "crc32c": "a9fb633c", "sha256": "3acf571a7329dece2fa69d92663bf6ea1cfe662b22e0ac8ab46b89ea8b1b5ba8" }, - { - "name": "analysis_file_1.json", - "uuid": "4c866eb3-7470-5ee8-91b9-942246f19fde", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9f8f5212-0749-460b-9a46-2949dea45d52": { "name": "Retina_Wong_scRNA_Sample4_R2.fastq.gz", "uuid": "5140b603-8cc1-4566-9043-e68145efbbd6", "version": "2019-09-13T09:16:24.192766Z", "content-type": "application/gzip; dcp-type=data", "size": 9820193406, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7b607ae7-1136-41f7-937e-ea2c3015a949", "crc32c": "3c380752", @@ -445,36 +137,23 @@ "sha256": "76f22d617806fffc64137ef2449e1e827a6d889c0b8e6fc0e38274f68c9f556d", "s3_etag": "012e21be88b6293dfc864c018f67ccf5-147" }, - { - "name": "sequence_file_5.json", - "uuid": "52149e21-dcd2-4288-a5eb-e526c3dcf745", - "version": "2019-09-13T09:01:51.268000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 603, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/d90280cc-a294-57de-b350-5234a5278c19": { "name": "1116b396-448e-4dd1-b9c9-78357c511e15.loom", "uuid": "5a11ed4f-41d1-53b4-9e62-3c0bbd04b4b0", "version": "2021-02-03T21:08:31.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1016626791, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_55cb0c0b-e617-491a-b055-a7cd1a438c96", "crc32c": "9d1f0a8c", "sha256": "733a4a7db49e1ef08a7f5631f3e658f49233c1d468d6d3da0a3f7c02621fab27" }, - { + "sequence_file/52149e21-dcd2-4288-a5eb-e526c3dcf745": { "name": "Retina_Wong_scRNA_Sample5_R2.fastq.gz", "uuid": "5ceca6a5-2bc0-4b38-908b-01d4fec71d9f", "version": "2019-09-13T09:16:28.462542Z", "content-type": "application/gzip; dcp-type=data", "size": 12676468570, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_16af29e4-8b77-4d44-b6f0-39403e4bf6ea", "crc32c": "093721b6", @@ -482,114 +161,34 @@ "sha256": "46cc1e1fdd748e40227ccbb1eabd5f6456c7ef31faa934cbcb68a0707cb25427", "s3_etag": "a32e912ba25ab2702a47e31082806ee5-189" }, - { + "analysis_file/b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6": { "name": "1116b396-448e-4dd1-b9c9-78357c511e15.bam", "uuid": "640e64f1-6ada-5d12-a772-fe4ed4eeecea", "version": "2021-02-03T20:52:27.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 13010167180, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4bc6a861-4ecb-4758-ba27-8326821d6be5", "crc32c": "2ad80e5f", "sha256": "45e831be417a5bbf75b7d0a0a1a024ac9d9f22971115fd56f5b0e5b346e87a71" }, - { - "name": "donor_organism_1.json", - "uuid": "66b7152c-8e94-412b-b0e4-f8fbf554df5a", - "version": "2019-09-13T08:37:53.837000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 902, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_6.json", - "uuid": "6bd884d2-fccf-4227-8efc-184751527dfb", - "version": "2019-09-13T08:56:00.663000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_7.json", - "uuid": "6d52232d-dc77-4070-bdb1-9bb0ee59d309", - "version": "2019-09-13T08:46:45.334000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 603, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_2.json", - "uuid": "70ff6783-333f-5c1b-8208-3b495df95620", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_3.json", - "uuid": "759bad57-b725-5346-b3ff-9fb80b27cfe7", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_3.json", - "uuid": "76502973-5eb8-40b1-a0dc-17c4f772edaa", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/70ff6783-333f-5c1b-8208-3b495df95620": { "name": "8b81f0c2-3b57-4072-8a10-c169fece543e.bam", "uuid": "76fc7a86-572e-5e00-ac87-b55d81a8515d", "version": "2021-02-03T20:52:29.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 12572677836, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ae7ba5e9-3f9b-449f-9fc1-5d52226ce8fe", "crc32c": "a8427ce7", "sha256": "7098a7b9661d3be54f376c0e8b63ec7efbf2bf88ec389b79efbd7956f930519d" }, - { - "name": "sequence_file_8.json", - "uuid": "799f314f-7c6c-4981-be36-8e1310bf38e6", - "version": "2019-09-13T08:42:35.822000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/39255288-6791-45b0-ac7e-b3ef4c981a3b": { "name": "Retina_Wong_scRNA_Sample4_R1.fastq.gz", "uuid": "79f589cb-32a2-4ba6-a091-7c5d820d02df", "version": "2019-09-13T09:16:23.982952Z", "content-type": "application/gzip; dcp-type=data", "size": 2950925436, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_96e58cce-a961-48c5-b4fd-84f4e994e10a", "crc32c": "068824ae", @@ -597,103 +196,34 @@ "sha256": "bb61a115aed93057cbd1dc8fb08e68ed5615cc8dc926a9b3336ea0ad58eef648", "s3_etag": "be870140031523af537bbb3861fff77e-44" }, - { - "name": "analysis_file_4.json", - "uuid": "7a96a0c2-e22a-57ad-ac46-4c2433a63d94", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "8185730f-4113-40d3-9cc3-929271784c2b", - "version": "2019-09-13T08:37:53.825000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 11767, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/4c866eb3-7470-5ee8-91b9-942246f19fde": { "name": "2f8a07c2-4a6b-47ac-a304-0dead66eee9e.bam", "uuid": "820c396e-248b-5b4e-91b9-d7801cd9725f", "version": "2021-02-03T20:52:12.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 15412634970, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6e60265d-6c02-44bb-80e1-e6158592353a", "crc32c": "a068a3b9", "sha256": "1ef67647e5113fcbebbf04fa7e57aaa220ae35229a9f28af289708ab4c975298" }, - { - "name": "process_7.json", - "uuid": "8b81f0c2-3b57-4072-8a10-c169fece543e", - "version": "2019-09-13T08:37:57.252000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_2.json", - "uuid": "932000d6-c63b-40f0-bdd5-469fa4db8be2", - "version": "2019-09-13T08:37:53.868000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 569, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/bc111cd3-bf54-57ce-8af1-88f5997a0a9d": { "name": "ad220152-0eb4-4f85-a03e-c7e81ea3f167.loom", "uuid": "98ab4428-d66a-57b7-a802-83fdec68d744", "version": "2021-02-03T21:06:08.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 806647102, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_65f4713e-e622-4204-ba56-4e24350ac6db", "crc32c": "72dc7f49", "sha256": "c9f957119f9a7d5f7b05d338ea622a7c6f1384bcf6e72d290f1f7738df8f3f86" }, - { - "name": "process_8.json", - "uuid": "98c88684-6469-4bb3-90aa-57a4ea101244", - "version": "2019-09-13T08:37:57.171000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_4.json", - "uuid": "9b4ae2d9-d681-4f08-b111-6f1878145b35", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6bd884d2-fccf-4227-8efc-184751527dfb": { "name": "Retina_Wong_scRNA_Sample2_R1.fastq.gz", "uuid": "9d720856-425d-404f-bb5b-51c225e92dd6", "version": "2019-09-13T09:16:27.766043Z", "content-type": "application/gzip; dcp-type=data", "size": 6042475560, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_08aeefd9-3ae6-4b9e-b95d-05129fd54f43", "crc32c": "f3a599fa", @@ -701,91 +231,23 @@ "sha256": "705302cc9b0e08a951d2cca198da496da212426e3f69153381245bbd9cbc2e20", "s3_etag": "8276b9dd2ef8b1174cb233d0aaf0f63a-91" }, - { - "name": "sequence_file_9.json", - "uuid": "9f8f5212-0749-460b-9a46-2949dea45d52", - "version": "2019-09-13T08:57:01.788000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "a166be3d-6e84-4058-a1bd-edf90cf3ee88", - "version": "2019-09-13T08:37:53.815000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 915, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/f51568e8-b84c-504b-82f0-3ad5975d4bcb": { "name": "2f8a07c2-4a6b-47ac-a304-0dead66eee9e.loom", "uuid": "a301dcb4-6a8f-5ef8-af7e-6a9fe44058e8", "version": "2021-02-03T21:12:10.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 639715445, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_97429722-fa8d-4e23-b7a8-9bce9f6dafab", "crc32c": "3b799574", "sha256": "285d82ac997f24fcd3543a47407bb84ed18babeb0186ecda4b3b208ba98e7a09" }, - { - "name": "process_9.json", - "uuid": "a5e37780-0b71-4610-8a7c-26142dedfcec", - "version": "2019-09-13T08:37:57.174000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_5.json", - "uuid": "a7915c55-1d80-5724-9c81-6dd0a9130361", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_10.json", - "uuid": "a7b21a25-e76e-420d-8892-538062bfefbf", - "version": "2019-09-13T08:53:56.305000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_10.json", - "uuid": "ad220152-0eb4-4f85-a03e-c7e81ea3f167", - "version": "2019-09-13T08:37:57.252000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/799f314f-7c6c-4981-be36-8e1310bf38e6": { "name": "Retina_Wong_scRNA_Sample3_I1.fastq.gz", "uuid": "ad5fed6e-b0e1-40a0-82e8-0cfc2eca0786", "version": "2019-09-13T09:16:26.425735Z", "content-type": "application/gzip; dcp-type=data", "size": 1071829396, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5c7817ba-9ebe-4ee4-adf4-7e377576c709", "crc32c": "de18d088", @@ -793,68 +255,12 @@ "sha256": "700d3f3197a2f3f24273ab664dfa8e06c7a97ee8108c09b01de9e85f04f5390d", "s3_etag": "fbb100a856afca4d91f70afb015c2b5b-16" }, - { - "name": "sequence_file_11.json", - "uuid": "b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c", - "version": "2019-09-13T08:54:12.962000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_3.json", - "uuid": "b1b6ea44-e0b7-425a-9faa-51ecff56783e", - "version": "2019-09-13T08:37:53.838000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 583, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_11.json", - "uuid": "b360251f-7550-4c08-b576-781858554ea1", - "version": "2019-09-13T08:37:57.252000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_2.json", - "uuid": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34", - "version": "2019-09-13T08:37:53.853000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 847, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_6.json", - "uuid": "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1016adeb-cdc3-47d6-a89e-771c763dd2e7": { "name": "Retina_Wong_scRNA_Sample2_R2.fastq.gz", "uuid": "b9ab7f46-071a-48cf-bc7f-fdb9c8dd0c22", "version": "2019-09-13T09:16:27.945734Z", "content-type": "application/gzip; dcp-type=data", "size": 20962104505, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2b407a11-dc22-4313-a523-f0cd6387bd13", "crc32c": "b844e997", @@ -862,70 +268,34 @@ "sha256": "ba581a5282522ad15266c7843b1d18181e923c44f6ad9840184842af252e8f10", "s3_etag": "e2d161f5590706c0128c1aa41cc9b3eb-313" }, - { - "name": "enrichment_protocol_0.json", - "uuid": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f", - "version": "2019-09-13T08:37:53.832000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 668, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_7.json", - "uuid": "bc111cd3-bf54-57ce-8af1-88f5997a0a9d", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/fec17064-9014-50b0-9e1a-dfaef2fbb4fc": { "name": "wong-retina-human-eye-10XV2.loom", "uuid": "bd98f428-881e-501a-ac16-24f27a68ce2f", "version": "2021-02-11T23:11:45.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 255471211, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b4cdcc6c-15ea-4f43-a872-0d2fc7db6fd8", "crc32c": "d1b06ce5", "sha256": "6a6483c2e78da77017e912a4d350f141bda1ec7b269f20ca718b55145ee5c83c" }, - { + "analysis_file/759bad57-b725-5346-b3ff-9fb80b27cfe7": { "name": "8b81f0c2-3b57-4072-8a10-c169fece543e.loom", "uuid": "bdd02a5f-2007-56f9-abeb-8c2c5c99a08e", "version": "2021-02-03T21:08:27.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 972969186, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f76e3d66-f748-4d82-b345-69e7ef60b1ab", "crc32c": "567bee09", "sha256": "52d70178293e01248f66928edaa01191c204e5169fa2b66b2008ddb4b0d4a412" }, - { - "name": "analysis_process_5.json", - "uuid": "c8430132-0f12-43ec-8b8d-bbcfcd401dab", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 522, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/33682180-6cdf-4d0c-9fe0-e1c029ac13b2": { "name": "Retina_Wong_scRNA_Sample1_R1.fastq.gz", "uuid": "d65c128c-3bb7-4da3-8d56-b60007cf8d15", "version": "2019-09-13T09:16:27.063168Z", "content-type": "application/gzip; dcp-type=data", "size": 5915975880, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7da1904a-5076-46fd-b95e-2366a907d789", "crc32c": "1c00b5b2", @@ -933,779 +303,22 @@ "sha256": "1a22499817f26c307ffe7876e2be5a2bdc9ab8aee2da3c6ca89af2bf3ab903e1", "s3_etag": "3c7331aa4273cc9d75e234311833acf7-89" }, - { - "name": "analysis_file_8.json", - "uuid": "d90280cc-a294-57de-b350-5234a5278c19", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e92c42c7-f238-44ea-b147-e199b768d450": { "name": "Retina_Wong_scRNA_Sample1_R2.fastq.gz", "uuid": "d94b88bc-3507-4644-a221-1c99861895e2", "version": "2019-09-13T09:16:27.300840Z", "content-type": "application/gzip; dcp-type=data", "size": 20619721127, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a18a7953-48aa-4e6b-810b-caf5767095c7", "crc32c": "a5db114b", "sha1": "80ee50d59bdc253c51a5e4d26187011e9d4e90fc", "sha256": "e67ad7cfc615175e9c0f8940909965b4fa0e376253e8969596d638603bac7e8c", "s3_etag": "977e306603976db10215fba42f753254-308" - }, - { - "name": "sequence_file_12.json", - "uuid": "e0efcd8d-8433-4b40-9eee-11dafb699a5a", - "version": "2019-09-13T08:53:22.108000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 603, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_12.json", - "uuid": "e511e7ff-e67c-4eb3-b0db-13aecefb5486", - "version": "2019-09-13T08:37:57.269000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_13.json", - "uuid": "e92c42c7-f238-44ea-b147-e199b768d450", - "version": "2019-09-13T09:07:14.915000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_4.json", - "uuid": "eb32bfc6-e7be-4093-8959-b8bf27f2404f", - "version": "2019-09-13T08:37:53.864000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 569, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_2.json", - "uuid": "edc72947-b776-4150-8bfe-b7331acfa66f", - "version": "2019-09-13T08:37:53.864000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 838, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_9.json", - "uuid": "f51568e8-b84c-504b-82f0-3ad5975d4bcb", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_14.json", - "uuid": "f6407a7a-eecc-4735-a96a-b8bb634118e4", - "version": "2019-09-13T08:49:05.856000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "fa99959f-faa2-4d69-a092-48333e59f5f3", - "version": "2019-09-13T08:37:53.809000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 970, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_10.json", - "uuid": "fec17064-9014-50b0-9e1a-dfaef2fbb4fc", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 462, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "schema_type": "links", - "schema_version": "3.0.0", - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "d90280cc-a294-57de-b350-5234a5278c19", - "input_type": "analysis_file" - }, - { - "input_id": "a7915c55-1d80-5724-9c81-6dd0a9130361", - "input_type": "analysis_file" - }, - { - "input_id": "f51568e8-b84c-504b-82f0-3ad5975d4bcb", - "input_type": "analysis_file" - }, - { - "input_id": "759bad57-b725-5346-b3ff-9fb80b27cfe7", - "input_type": "analysis_file" - }, - { - "input_id": "bc111cd3-bf54-57ce-8af1-88f5997a0a9d", - "input_type": "analysis_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "fec17064-9014-50b0-9e1a-dfaef2fbb4fc", - "output_type": "analysis_file" - } - ], - "process_id": "c8430132-0f12-43ec-8b8d-bbcfcd401dab", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "432a7422-59b5-5c46-8983-a7953f196781", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "a7b21a25-e76e-420d-8892-538062bfefbf", - "input_type": "sequence_file" - }, - { - "input_id": "15f64718-69cf-462c-9704-e8a1f54c27c8", - "input_type": "sequence_file" - }, - { - "input_id": "799f314f-7c6c-4981-be36-8e1310bf38e6", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "759bad57-b725-5346-b3ff-9fb80b27cfe7", - "output_type": "analysis_file" - }, - { - "output_id": "70ff6783-333f-5c1b-8208-3b495df95620", - "output_type": "analysis_file" - } - ], - "process_id": "76502973-5eb8-40b1-a0dc-17c4f772edaa", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "33682180-6cdf-4d0c-9fe0-e1c029ac13b2", - "input_type": "sequence_file" - }, - { - "input_id": "e92c42c7-f238-44ea-b147-e199b768d450", - "input_type": "sequence_file" - }, - { - "input_id": "b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "a7915c55-1d80-5724-9c81-6dd0a9130361", - "output_type": "analysis_file" - }, - { - "output_id": "7a96a0c2-e22a-57ad-ac46-4c2433a63d94", - "output_type": "analysis_file" - } - ], - "process_id": "3f615b1d-d507-4912-82c5-9cb575cd19c1", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "6d52232d-dc77-4070-bdb1-9bb0ee59d309", - "input_type": "sequence_file" - }, - { - "input_id": "52149e21-dcd2-4288-a5eb-e526c3dcf745", - "input_type": "sequence_file" - }, - { - "input_id": "e0efcd8d-8433-4b40-9eee-11dafb699a5a", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "f51568e8-b84c-504b-82f0-3ad5975d4bcb", - "output_type": "analysis_file" - }, - { - "output_id": "4c866eb3-7470-5ee8-91b9-942246f19fde", - "output_type": "analysis_file" - } - ], - "process_id": "9b4ae2d9-d681-4f08-b111-6f1878145b35", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "6bd884d2-fccf-4227-8efc-184751527dfb", - "input_type": "sequence_file" - }, - { - "input_id": "1016adeb-cdc3-47d6-a89e-771c763dd2e7", - "input_type": "sequence_file" - }, - { - "input_id": "f6407a7a-eecc-4735-a96a-b8bb634118e4", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "bc111cd3-bf54-57ce-8af1-88f5997a0a9d", - "output_type": "analysis_file" - }, - { - "output_id": "43598186-06cd-5f4b-95d9-fecb0a35d3ab", - "output_type": "analysis_file" - } - ], - "process_id": "366c7a41-3b80-4c7d-af4b-20248e69425f", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "ad220152-0eb4-4f85-a03e-c7e81ea3f167", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "1d3e48d7-d80f-4b99-85bd-04ff393288e7" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "f6407a7a-eecc-4735-a96a-b8bb634118e4" - }, - { - "output_type": "sequence_file", - "output_id": "6bd884d2-fccf-4227-8efc-184751527dfb" - }, - { - "output_type": "sequence_file", - "output_id": "1016adeb-cdc3-47d6-a89e-771c763dd2e7" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "3ad5d964-6c2c-4adc-badb-9100ceada68c", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "1d3e48d7-d80f-4b99-85bd-04ff393288e7" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "e511e7ff-e67c-4eb3-b0db-13aecefb5486", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "427c0a62-9baf-42ab-a3a3-f48d10544280" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "8b81f0c2-3b57-4072-8a10-c169fece543e", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "eb32bfc6-e7be-4093-8959-b8bf27f2404f" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "799f314f-7c6c-4981-be36-8e1310bf38e6" - }, - { - "output_type": "sequence_file", - "output_id": "a7b21a25-e76e-420d-8892-538062bfefbf" - }, - { - "output_type": "sequence_file", - "output_id": "15f64718-69cf-462c-9704-e8a1f54c27c8" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "4054b722-a585-4e90-8d74-a02fb4d98202", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "edc72947-b776-4150-8bfe-b7331acfa66f" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "eb32bfc6-e7be-4093-8959-b8bf27f2404f" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "a5e37780-0b71-4610-8a7c-26142dedfcec", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "edc72947-b776-4150-8bfe-b7331acfa66f" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" - } - ] - }, - { - "inputs": [ - { - "input_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b", - "input_type": "sequence_file" - }, - { - "input_id": "9f8f5212-0749-460b-9a46-2949dea45d52", - "input_type": "sequence_file" - }, - { - "input_id": "30040306-be5c-48f9-b221-e666e279ab5b", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "d90280cc-a294-57de-b350-5234a5278c19", - "output_type": "analysis_file" - }, - { - "output_id": "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", - "output_type": "analysis_file" - } - ], - "process_id": "3d7a4690-8760-491c-98f9-9a1aea3f79b5", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "262f55a3-d03d-49ae-8080-1a6208fddb4f", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "b1b6ea44-e0b7-425a-9faa-51ecff56783e" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c" - }, - { - "output_type": "sequence_file", - "output_id": "33682180-6cdf-4d0c-9fe0-e1c029ac13b2" - }, - { - "output_type": "sequence_file", - "output_id": "e92c42c7-f238-44ea-b147-e199b768d450" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "25999eea-6f12-40a8-aecf-d1524c7cf564", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "b1b6ea44-e0b7-425a-9faa-51ecff56783e" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "e511e7ff-e67c-4eb3-b0db-13aecefb5486", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "427c0a62-9baf-42ab-a3a3-f48d10544280" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "2f8a07c2-4a6b-47ac-a304-0dead66eee9e", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "0aabed05-6a89-4141-9384-828a33581419" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "e0efcd8d-8433-4b40-9eee-11dafb699a5a" - }, - { - "output_type": "sequence_file", - "output_id": "6d52232d-dc77-4070-bdb1-9bb0ee59d309" - }, - { - "output_type": "sequence_file", - "output_id": "52149e21-dcd2-4288-a5eb-e526c3dcf745" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "98c88684-6469-4bb3-90aa-57a4ea101244", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "252b008d-8b5a-450c-a17c-4e779a17ff26" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "0aabed05-6a89-4141-9384-828a33581419" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "48a0c58c-ea67-4014-8752-6339de02b70e", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "66b7152c-8e94-412b-b0e4-f8fbf554df5a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "252b008d-8b5a-450c-a17c-4e779a17ff26" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "1116b396-448e-4dd1-b9c9-78357c511e15", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "30040306-be5c-48f9-b221-e666e279ab5b" - }, - { - "output_type": "sequence_file", - "output_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b" - }, - { - "output_type": "sequence_file", - "output_id": "9f8f5212-0749-460b-9a46-2949dea45d52" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "b360251f-7550-4c08-b576-781858554ea1", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "edc72947-b776-4150-8bfe-b7331acfa66f" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "a5e37780-0b71-4610-8a7c-26142dedfcec", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "edc72947-b776-4150-8bfe-b7331acfa66f" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" - } - ] - } - ] - }, - "analysis_file_0.json": { + "analysis_file/43598186-06cd-5f4b-95d9-fecb0a35d3ab": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -1718,7 +331,7 @@ }, "schema_type": "file" }, - "analysis_file_1.json": { + "analysis_file/4c866eb3-7470-5ee8-91b9-942246f19fde": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -1731,7 +344,7 @@ }, "schema_type": "file" }, - "analysis_file_2.json": { + "analysis_file/70ff6783-333f-5c1b-8208-3b495df95620": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -1744,7 +357,7 @@ }, "schema_type": "file" }, - "analysis_file_3.json": { + "analysis_file/759bad57-b725-5346-b3ff-9fb80b27cfe7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -1763,7 +376,7 @@ }, "schema_type": "file" }, - "analysis_file_4.json": { + "analysis_file/7a96a0c2-e22a-57ad-ac46-4c2433a63d94": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -1776,7 +389,7 @@ }, "schema_type": "file" }, - "analysis_file_5.json": { + "analysis_file/a7915c55-1d80-5724-9c81-6dd0a9130361": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -1795,7 +408,7 @@ }, "schema_type": "file" }, - "analysis_file_6.json": { + "analysis_file/b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -1808,7 +421,7 @@ }, "schema_type": "file" }, - "analysis_file_7.json": { + "analysis_file/bc111cd3-bf54-57ce-8af1-88f5997a0a9d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -1827,7 +440,7 @@ }, "schema_type": "file" }, - "analysis_file_8.json": { + "analysis_file/d90280cc-a294-57de-b350-5234a5278c19": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -1846,7 +459,7 @@ }, "schema_type": "file" }, - "analysis_file_9.json": { + "analysis_file/f51568e8-b84c-504b-82f0-3ad5975d4bcb": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -1865,7 +478,7 @@ }, "schema_type": "file" }, - "analysis_file_10.json": { + "analysis_file/fec17064-9014-50b0-9e1a-dfaef2fbb4fc": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -1885,7 +498,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/289ec28b-ce11-5be8-89ab-92fbceb874a0": { "computational_method": "Optimus", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -1901,7 +514,7 @@ "text": "analysis_protocol" } }, - "analysis_protocol_1.json": { + "analysis_protocol/432a7422-59b5-5c46-8983-a7953f196781": { "computational_method": "optimus_post_processing_v1.0.0", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -1917,7 +530,7 @@ "text": "analysis; merge matrices" } }, - "analysis_process_0.json": { + "analysis_process/366c7a41-3b80-4c7d-af4b-20248e69425f": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -2217,7 +830,7 @@ "text": "analysis" } }, - "analysis_process_1.json": { + "analysis_process/3d7a4690-8760-491c-98f9-9a1aea3f79b5": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -2517,7 +1130,7 @@ "text": "analysis" } }, - "analysis_process_2.json": { + "analysis_process/3f615b1d-d507-4912-82c5-9cb575cd19c1": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -2817,7 +1430,7 @@ "text": "analysis" } }, - "analysis_process_3.json": { + "analysis_process/76502973-5eb8-40b1-a0dc-17c4f772edaa": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -3117,7 +1730,7 @@ "text": "analysis" } }, - "analysis_process_4.json": { + "analysis_process/9b4ae2d9-d681-4f08-b111-6f1878145b35": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -3417,7 +2030,7 @@ "text": "analysis" } }, - "analysis_process_5.json": { + "analysis_process/c8430132-0f12-43ec-8b8d-bbcfcd401dab": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [], @@ -3437,7 +2050,7 @@ "text": "analysis; merge matrices" } }, - "project_0.json": { + "project/8185730f-4113-40d3-9cc3-929271784c2b": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -3857,7 +2470,7 @@ "update_date": "2019-09-13T08:37:53.825Z" } }, - "sequence_file_0.json": { + "sequence_file/1016adeb-cdc3-47d6-a89e-771c763dd2e7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -3882,7 +2495,7 @@ "update_date": "2019-09-13T09:07:26.172Z" } }, - "sequence_file_1.json": { + "sequence_file/15f64718-69cf-462c-9704-e8a1f54c27c8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -3907,7 +2520,7 @@ "update_date": "2019-09-13T08:56:51.563Z" } }, - "sequence_file_2.json": { + "sequence_file/30040306-be5c-48f9-b221-e666e279ab5b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -3932,7 +2545,7 @@ "update_date": "2019-09-13T08:43:56.724Z" } }, - "sequence_file_3.json": { + "sequence_file/33682180-6cdf-4d0c-9fe0-e1c029ac13b2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -3957,7 +2570,7 @@ "update_date": "2019-09-13T08:53:16.964Z" } }, - "sequence_file_4.json": { + "sequence_file/39255288-6791-45b0-ac7e-b3ef4c981a3b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -3982,7 +2595,7 @@ "update_date": "2019-09-13T08:54:00.067Z" } }, - "sequence_file_5.json": { + "sequence_file/52149e21-dcd2-4288-a5eb-e526c3dcf745": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4007,7 +2620,7 @@ "update_date": "2019-09-13T09:01:51.268Z" } }, - "sequence_file_6.json": { + "sequence_file/6bd884d2-fccf-4227-8efc-184751527dfb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4032,7 +2645,7 @@ "update_date": "2019-09-13T08:56:00.663Z" } }, - "sequence_file_7.json": { + "sequence_file/6d52232d-dc77-4070-bdb1-9bb0ee59d309": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4057,7 +2670,7 @@ "update_date": "2019-09-13T08:46:45.334Z" } }, - "sequence_file_8.json": { + "sequence_file/799f314f-7c6c-4981-be36-8e1310bf38e6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4082,7 +2695,7 @@ "update_date": "2019-09-13T08:42:35.822Z" } }, - "sequence_file_9.json": { + "sequence_file/9f8f5212-0749-460b-9a46-2949dea45d52": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4107,7 +2720,7 @@ "update_date": "2019-09-13T08:57:01.788Z" } }, - "sequence_file_10.json": { + "sequence_file/a7b21a25-e76e-420d-8892-538062bfefbf": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4132,7 +2745,7 @@ "update_date": "2019-09-13T08:53:56.305Z" } }, - "sequence_file_11.json": { + "sequence_file/b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4157,7 +2770,7 @@ "update_date": "2019-09-13T08:54:12.962Z" } }, - "sequence_file_12.json": { + "sequence_file/e0efcd8d-8433-4b40-9eee-11dafb699a5a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4182,7 +2795,7 @@ "update_date": "2019-09-13T08:53:22.108Z" } }, - "sequence_file_13.json": { + "sequence_file/e92c42c7-f238-44ea-b147-e199b768d450": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4207,7 +2820,7 @@ "update_date": "2019-09-13T09:07:14.915Z" } }, - "sequence_file_14.json": { + "sequence_file/f6407a7a-eecc-4735-a96a-b8bb634118e4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -4232,7 +2845,7 @@ "update_date": "2019-09-13T08:49:05.856Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/1dda6a28-cbaa-4506-be47-fa117e8f463c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -4276,7 +2889,7 @@ "update_date": "2019-09-13T08:37:53.863Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/252b008d-8b5a-450c-a17c-4e779a17ff26": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -4320,7 +2933,7 @@ "update_date": "2019-09-13T08:37:53.886Z" } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/edc72947-b776-4150-8bfe-b7331acfa66f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -4364,7 +2977,7 @@ "update_date": "2019-09-13T08:37:53.864Z" } }, - "donor_organism_0.json": { + "donor_organism/427c0a62-9baf-42ab-a3a3-f48d10544280": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -4408,7 +3021,7 @@ "update_date": "2019-09-13T08:37:53.845Z" } }, - "donor_organism_1.json": { + "donor_organism/66b7152c-8e94-412b-b0e4-f8fbf554df5a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -4452,7 +3065,7 @@ "update_date": "2019-09-13T08:37:53.837Z" } }, - "donor_organism_2.json": { + "donor_organism/b8049daa-7458-47bf-8ec2-3f5c56d2cb34": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -4496,7 +3109,7 @@ "update_date": "2019-09-13T08:37:53.853Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/2509f42a-0328-4e33-8d21-79d37560d846": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -4515,7 +3128,7 @@ "update_date": "2019-09-13T08:37:53.822Z" } }, - "cell_suspension_0.json": { + "cell_suspension/0aabed05-6a89-4141-9384-828a33581419": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -4540,7 +3153,7 @@ "update_date": "2019-09-13T08:37:53.849Z" } }, - "cell_suspension_1.json": { + "cell_suspension/1d3e48d7-d80f-4b99-85bd-04ff393288e7": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -4565,7 +3178,7 @@ "update_date": "2019-09-13T08:37:53.860Z" } }, - "cell_suspension_2.json": { + "cell_suspension/932000d6-c63b-40f0-bdd5-469fa4db8be2": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -4590,7 +3203,7 @@ "update_date": "2019-09-13T08:37:53.868Z" } }, - "cell_suspension_3.json": { + "cell_suspension/b1b6ea44-e0b7-425a-9faa-51ecff56783e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -4615,7 +3228,7 @@ "update_date": "2019-09-13T08:37:53.838Z" } }, - "cell_suspension_4.json": { + "cell_suspension/eb32bfc6-e7be-4093-8959-b8bf27f2404f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -4640,7 +3253,7 @@ "update_date": "2019-09-13T08:37:53.864Z" } }, - "process_0.json": { + "process/1116b396-448e-4dd1-b9c9-78357c511e15": { "process_core": { "process_id": "Retina_2_repB" }, @@ -4652,7 +3265,7 @@ "update_date": "2019-09-13T08:37:57.269Z" } }, - "process_1.json": { + "process/25999eea-6f12-40a8-aecf-d1524c7cf564": { "process_core": { "process_id": "process_id_7" }, @@ -4664,7 +3277,7 @@ "update_date": "2019-09-13T08:37:57.270Z" } }, - "process_2.json": { + "process/262f55a3-d03d-49ae-8080-1a6208fddb4f": { "process_core": { "process_id": "Retina_3_repA" }, @@ -4676,7 +3289,7 @@ "update_date": "2019-09-13T08:37:57.205Z" } }, - "process_3.json": { + "process/2f8a07c2-4a6b-47ac-a304-0dead66eee9e": { "process_core": { "process_id": "Retina_1" }, @@ -4688,7 +3301,7 @@ "update_date": "2019-09-13T08:37:57.269Z" } }, - "process_4.json": { + "process/3ad5d964-6c2c-4adc-badb-9100ceada68c": { "process_core": { "process_id": "process_id_8" }, @@ -4700,7 +3313,7 @@ "update_date": "2019-09-13T08:37:57.203Z" } }, - "process_5.json": { + "process/4054b722-a585-4e90-8d74-a02fb4d98202": { "process_core": { "process_id": "process_id_5" }, @@ -4712,7 +3325,7 @@ "update_date": "2019-09-13T08:37:57.167Z" } }, - "process_6.json": { + "process/48a0c58c-ea67-4014-8752-6339de02b70e": { "process_core": { "process_id": "process_id_1" }, @@ -4724,7 +3337,7 @@ "update_date": "2019-09-13T08:37:57.186Z" } }, - "process_7.json": { + "process/8b81f0c2-3b57-4072-8a10-c169fece543e": { "process_core": { "process_id": "Retina_2_repA" }, @@ -4736,7 +3349,7 @@ "update_date": "2019-09-13T08:37:57.252Z" } }, - "process_8.json": { + "process/98c88684-6469-4bb3-90aa-57a4ea101244": { "process_core": { "process_id": "process_id_4" }, @@ -4748,7 +3361,7 @@ "update_date": "2019-09-13T08:37:57.171Z" } }, - "process_9.json": { + "process/a5e37780-0b71-4610-8a7c-26142dedfcec": { "process_core": { "process_id": "process_id_2" }, @@ -4760,7 +3373,7 @@ "update_date": "2019-09-13T08:37:57.174Z" } }, - "process_10.json": { + "process/ad220152-0eb4-4f85-a03e-c7e81ea3f167": { "process_core": { "process_id": "Retina_3_repB" }, @@ -4772,7 +3385,7 @@ "update_date": "2019-09-13T08:37:57.252Z" } }, - "process_11.json": { + "process/b360251f-7550-4c08-b576-781858554ea1": { "process_core": { "process_id": "process_id_6" }, @@ -4784,7 +3397,7 @@ "update_date": "2019-09-13T08:37:57.252Z" } }, - "process_12.json": { + "process/e511e7ff-e67c-4eb3-b0db-13aecefb5486": { "process_core": { "process_id": "process_id_3" }, @@ -4796,7 +3409,7 @@ "update_date": "2019-09-13T08:37:57.269Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/a166be3d-6e84-4058-a1bd-edf90cf3ee88": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -4826,7 +3439,7 @@ "update_date": "2019-09-13T08:37:53.815Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/ba595d79-aa43-4e3a-ad10-89f92ef4f22f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -4846,7 +3459,7 @@ "update_date": "2019-09-13T08:37:53.832Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/fa99959f-faa2-4d69-a092-48333e59f5f3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -4884,7 +3497,7 @@ "update_date": "2019-09-13T08:37:53.809Z" } }, - "collection_protocol_0.json": { + "collection_protocol/3030903f-4a4b-4b30-ab93-3b10183181e0": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -4903,5 +3516,738 @@ "update_date": "2019-09-13T08:37:53.821Z" } } - } -} + }, + "links": { + "schema_type": "links", + "schema_version": "3.0.0", + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "d90280cc-a294-57de-b350-5234a5278c19", + "input_type": "analysis_file" + }, + { + "input_id": "a7915c55-1d80-5724-9c81-6dd0a9130361", + "input_type": "analysis_file" + }, + { + "input_id": "f51568e8-b84c-504b-82f0-3ad5975d4bcb", + "input_type": "analysis_file" + }, + { + "input_id": "759bad57-b725-5346-b3ff-9fb80b27cfe7", + "input_type": "analysis_file" + }, + { + "input_id": "bc111cd3-bf54-57ce-8af1-88f5997a0a9d", + "input_type": "analysis_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "fec17064-9014-50b0-9e1a-dfaef2fbb4fc", + "output_type": "analysis_file" + } + ], + "process_id": "c8430132-0f12-43ec-8b8d-bbcfcd401dab", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "432a7422-59b5-5c46-8983-a7953f196781", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "a7b21a25-e76e-420d-8892-538062bfefbf", + "input_type": "sequence_file" + }, + { + "input_id": "15f64718-69cf-462c-9704-e8a1f54c27c8", + "input_type": "sequence_file" + }, + { + "input_id": "799f314f-7c6c-4981-be36-8e1310bf38e6", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "759bad57-b725-5346-b3ff-9fb80b27cfe7", + "output_type": "analysis_file" + }, + { + "output_id": "70ff6783-333f-5c1b-8208-3b495df95620", + "output_type": "analysis_file" + } + ], + "process_id": "76502973-5eb8-40b1-a0dc-17c4f772edaa", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "33682180-6cdf-4d0c-9fe0-e1c029ac13b2", + "input_type": "sequence_file" + }, + { + "input_id": "e92c42c7-f238-44ea-b147-e199b768d450", + "input_type": "sequence_file" + }, + { + "input_id": "b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "a7915c55-1d80-5724-9c81-6dd0a9130361", + "output_type": "analysis_file" + }, + { + "output_id": "7a96a0c2-e22a-57ad-ac46-4c2433a63d94", + "output_type": "analysis_file" + } + ], + "process_id": "3f615b1d-d507-4912-82c5-9cb575cd19c1", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "6d52232d-dc77-4070-bdb1-9bb0ee59d309", + "input_type": "sequence_file" + }, + { + "input_id": "52149e21-dcd2-4288-a5eb-e526c3dcf745", + "input_type": "sequence_file" + }, + { + "input_id": "e0efcd8d-8433-4b40-9eee-11dafb699a5a", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "f51568e8-b84c-504b-82f0-3ad5975d4bcb", + "output_type": "analysis_file" + }, + { + "output_id": "4c866eb3-7470-5ee8-91b9-942246f19fde", + "output_type": "analysis_file" + } + ], + "process_id": "9b4ae2d9-d681-4f08-b111-6f1878145b35", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "6bd884d2-fccf-4227-8efc-184751527dfb", + "input_type": "sequence_file" + }, + { + "input_id": "1016adeb-cdc3-47d6-a89e-771c763dd2e7", + "input_type": "sequence_file" + }, + { + "input_id": "f6407a7a-eecc-4735-a96a-b8bb634118e4", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "bc111cd3-bf54-57ce-8af1-88f5997a0a9d", + "output_type": "analysis_file" + }, + { + "output_id": "43598186-06cd-5f4b-95d9-fecb0a35d3ab", + "output_type": "analysis_file" + } + ], + "process_id": "366c7a41-3b80-4c7d-af4b-20248e69425f", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "ad220152-0eb4-4f85-a03e-c7e81ea3f167", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "1d3e48d7-d80f-4b99-85bd-04ff393288e7" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "f6407a7a-eecc-4735-a96a-b8bb634118e4" + }, + { + "output_type": "sequence_file", + "output_id": "6bd884d2-fccf-4227-8efc-184751527dfb" + }, + { + "output_type": "sequence_file", + "output_id": "1016adeb-cdc3-47d6-a89e-771c763dd2e7" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "3ad5d964-6c2c-4adc-badb-9100ceada68c", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "1d3e48d7-d80f-4b99-85bd-04ff393288e7" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "e511e7ff-e67c-4eb3-b0db-13aecefb5486", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "427c0a62-9baf-42ab-a3a3-f48d10544280" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "8b81f0c2-3b57-4072-8a10-c169fece543e", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "eb32bfc6-e7be-4093-8959-b8bf27f2404f" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "799f314f-7c6c-4981-be36-8e1310bf38e6" + }, + { + "output_type": "sequence_file", + "output_id": "a7b21a25-e76e-420d-8892-538062bfefbf" + }, + { + "output_type": "sequence_file", + "output_id": "15f64718-69cf-462c-9704-e8a1f54c27c8" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "4054b722-a585-4e90-8d74-a02fb4d98202", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "edc72947-b776-4150-8bfe-b7331acfa66f" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "eb32bfc6-e7be-4093-8959-b8bf27f2404f" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "a5e37780-0b71-4610-8a7c-26142dedfcec", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "edc72947-b776-4150-8bfe-b7331acfa66f" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" + } + ] + }, + { + "inputs": [ + { + "input_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b", + "input_type": "sequence_file" + }, + { + "input_id": "9f8f5212-0749-460b-9a46-2949dea45d52", + "input_type": "sequence_file" + }, + { + "input_id": "30040306-be5c-48f9-b221-e666e279ab5b", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "d90280cc-a294-57de-b350-5234a5278c19", + "output_type": "analysis_file" + }, + { + "output_id": "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", + "output_type": "analysis_file" + } + ], + "process_id": "3d7a4690-8760-491c-98f9-9a1aea3f79b5", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "262f55a3-d03d-49ae-8080-1a6208fddb4f", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "b1b6ea44-e0b7-425a-9faa-51ecff56783e" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c" + }, + { + "output_type": "sequence_file", + "output_id": "33682180-6cdf-4d0c-9fe0-e1c029ac13b2" + }, + { + "output_type": "sequence_file", + "output_id": "e92c42c7-f238-44ea-b147-e199b768d450" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "25999eea-6f12-40a8-aecf-d1524c7cf564", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "b1b6ea44-e0b7-425a-9faa-51ecff56783e" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "e511e7ff-e67c-4eb3-b0db-13aecefb5486", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "427c0a62-9baf-42ab-a3a3-f48d10544280" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "1dda6a28-cbaa-4506-be47-fa117e8f463c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "2f8a07c2-4a6b-47ac-a304-0dead66eee9e", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "0aabed05-6a89-4141-9384-828a33581419" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "e0efcd8d-8433-4b40-9eee-11dafb699a5a" + }, + { + "output_type": "sequence_file", + "output_id": "6d52232d-dc77-4070-bdb1-9bb0ee59d309" + }, + { + "output_type": "sequence_file", + "output_id": "52149e21-dcd2-4288-a5eb-e526c3dcf745" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "98c88684-6469-4bb3-90aa-57a4ea101244", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "252b008d-8b5a-450c-a17c-4e779a17ff26" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "0aabed05-6a89-4141-9384-828a33581419" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "48a0c58c-ea67-4014-8752-6339de02b70e", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "66b7152c-8e94-412b-b0e4-f8fbf554df5a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "252b008d-8b5a-450c-a17c-4e779a17ff26" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "1116b396-448e-4dd1-b9c9-78357c511e15", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "30040306-be5c-48f9-b221-e666e279ab5b" + }, + { + "output_type": "sequence_file", + "output_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b" + }, + { + "output_type": "sequence_file", + "output_id": "9f8f5212-0749-460b-9a46-2949dea45d52" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "b360251f-7550-4c08-b576-781858554ea1", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "edc72947-b776-4150-8bfe-b7331acfa66f" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "a5e37780-0b71-4610-8a7c-26142dedfcec", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "edc72947-b776-4150-8bfe-b7331acfa66f" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" + } + ] + } + ] + }, + "stitched": [ + "07b45ad4-7797-4c16-bfae-493fb41d6600", + "09eb8fc6-9e27-4f08-87c5-bfccf918ee12", + "0aabed05-6a89-4141-9384-828a33581419", + "1016adeb-cdc3-47d6-a89e-771c763dd2e7", + "1116b396-448e-4dd1-b9c9-78357c511e15", + "15f64718-69cf-462c-9704-e8a1f54c27c8", + "1985c53a-b78f-4d9e-9563-dffed8207efd", + "1d3e48d7-d80f-4b99-85bd-04ff393288e7", + "1dda6a28-cbaa-4506-be47-fa117e8f463c", + "20329887-aab3-55fb-ba2c-e3eb27a20f6d", + "2509f42a-0328-4e33-8d21-79d37560d846", + "252b008d-8b5a-450c-a17c-4e779a17ff26", + "25999eea-6f12-40a8-aecf-d1524c7cf564", + "262f55a3-d03d-49ae-8080-1a6208fddb4f", + "27622c20-c017-4a98-b62c-76035758bc09", + "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "2f8a07c2-4a6b-47ac-a304-0dead66eee9e", + "30040306-be5c-48f9-b221-e666e279ab5b", + "3030903f-4a4b-4b30-ab93-3b10183181e0", + "33682180-6cdf-4d0c-9fe0-e1c029ac13b2", + "366c7a41-3b80-4c7d-af4b-20248e69425f", + "39255288-6791-45b0-ac7e-b3ef4c981a3b", + "39ae3998-72a4-41ba-b00f-526bfecb8ca2", + "3ac6d370-c10b-54a2-a1ed-52f661aae1d7", + "3ad5d964-6c2c-4adc-badb-9100ceada68c", + "3d7a4690-8760-491c-98f9-9a1aea3f79b5", + "3e2b02f8-5b3b-4ab2-8ef4-7ae8a856854e", + "3e3505f9-4f47-402f-bfb8-960af07f91da", + "3f615b1d-d507-4912-82c5-9cb575cd19c1", + "4054b722-a585-4e90-8d74-a02fb4d98202", + "427c0a62-9baf-42ab-a3a3-f48d10544280", + "43598186-06cd-5f4b-95d9-fecb0a35d3ab", + "48a0c58c-ea67-4014-8752-6339de02b70e", + "4b611790-d17b-5938-86c4-695480abb4ef", + "4c866eb3-7470-5ee8-91b9-942246f19fde", + "5140b603-8cc1-4566-9043-e68145efbbd6", + "52149e21-dcd2-4288-a5eb-e526c3dcf745", + "5a11ed4f-41d1-53b4-9e62-3c0bbd04b4b0", + "5ceca6a5-2bc0-4b38-908b-01d4fec71d9f", + "640e64f1-6ada-5d12-a772-fe4ed4eeecea", + "66b7152c-8e94-412b-b0e4-f8fbf554df5a", + "6bd884d2-fccf-4227-8efc-184751527dfb", + "6d52232d-dc77-4070-bdb1-9bb0ee59d309", + "70ff6783-333f-5c1b-8208-3b495df95620", + "759bad57-b725-5346-b3ff-9fb80b27cfe7", + "76502973-5eb8-40b1-a0dc-17c4f772edaa", + "76fc7a86-572e-5e00-ac87-b55d81a8515d", + "799f314f-7c6c-4981-be36-8e1310bf38e6", + "79f589cb-32a2-4ba6-a091-7c5d820d02df", + "7a96a0c2-e22a-57ad-ac46-4c2433a63d94", + "820c396e-248b-5b4e-91b9-d7801cd9725f", + "8b81f0c2-3b57-4072-8a10-c169fece543e", + "932000d6-c63b-40f0-bdd5-469fa4db8be2", + "98ab4428-d66a-57b7-a802-83fdec68d744", + "98c88684-6469-4bb3-90aa-57a4ea101244", + "9b4ae2d9-d681-4f08-b111-6f1878145b35", + "9d720856-425d-404f-bb5b-51c225e92dd6", + "9f8f5212-0749-460b-9a46-2949dea45d52", + "a166be3d-6e84-4058-a1bd-edf90cf3ee88", + "a301dcb4-6a8f-5ef8-af7e-6a9fe44058e8", + "a5e37780-0b71-4610-8a7c-26142dedfcec", + "a7915c55-1d80-5724-9c81-6dd0a9130361", + "a7b21a25-e76e-420d-8892-538062bfefbf", + "ad220152-0eb4-4f85-a03e-c7e81ea3f167", + "ad5fed6e-b0e1-40a0-82e8-0cfc2eca0786", + "b01b2e61-3ebd-48cc-b071-f2e8cb42ff7c", + "b1b6ea44-e0b7-425a-9faa-51ecff56783e", + "b360251f-7550-4c08-b576-781858554ea1", + "b8049daa-7458-47bf-8ec2-3f5c56d2cb34", + "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", + "b9ab7f46-071a-48cf-bc7f-fdb9c8dd0c22", + "ba595d79-aa43-4e3a-ad10-89f92ef4f22f", + "bc111cd3-bf54-57ce-8af1-88f5997a0a9d", + "bdd02a5f-2007-56f9-abeb-8c2c5c99a08e", + "d65c128c-3bb7-4da3-8d56-b60007cf8d15", + "d90280cc-a294-57de-b350-5234a5278c19", + "d94b88bc-3507-4644-a221-1c99861895e2", + "e0efcd8d-8433-4b40-9eee-11dafb699a5a", + "e511e7ff-e67c-4eb3-b0db-13aecefb5486", + "e92c42c7-f238-44ea-b147-e199b768d450", + "eb32bfc6-e7be-4093-8959-b8bf27f2404f", + "edc72947-b776-4150-8bfe-b7331acfa66f", + "f51568e8-b84c-504b-82f0-3ad5975d4bcb", + "f6407a7a-eecc-4735-a96a-b8bb634118e4", + "fa99959f-faa2-4d69-a092-48333e59f5f3" + ] +} \ No newline at end of file diff --git a/test/indexer/data/02e69c25-71e2-48ca-a87b-e256938c6a98.dss.hca.json b/test/indexer/data/02e69c25-71e2-48ca-a87b-e256938c6a98.dss.hca.json index 3aa26458d6..94433205bb 100644 --- a/test/indexer/data/02e69c25-71e2-48ca-a87b-e256938c6a98.dss.hca.json +++ b/test/indexer/data/02e69c25-71e2-48ca-a87b-e256938c6a98.dss.hca.json @@ -1,67 +1,12 @@ { - "manifest": [ - { - "name": "sequence_file_0.json", - "uuid": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2", - "version": "2021-06-28T14:21:17.533000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9", - "version": "2021-06-28T14:21:17.953000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 482, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "014494a0-adde-4ac6-90c1-2b5824a8717c", - "version": "2021-06-28T14:21:16.902000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 944, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "02e69c25-71e2-48ca-a87b-e256938c6a98", - "version": "2021-06-28T14:21:18.700000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 23068, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "02e69c25-71e2-48ca-a87b-e256938c6a98", - "version": "2021-06-28T14:21:18.700000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 411, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/c87f6dbf-1062-4e72-a19d-db779f1d3e66": { + "name": "mouse_cortex_S2_L002_R1_001.fastq", "uuid": "035ded30-cc0f-4e93-b675-8496f7146a27", "version": "2021-06-28T14:21:17.506000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2833603821, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_5b9faa43-71d3-4421-9147-c35c5a1020d6", "crc32c": "99e502af", @@ -69,13 +14,12 @@ "sha256": "f2c91b2abac48d6ac42ac318aaa15a97e67e09c8dfa18a8aea31ea7cd7471940", "s3_etag": "ec65113cc3959679fb3bcb19baab4d12-43" }, - { + "analysis_file/c61a76f4-aebe-4a18-b272-e2e78307bb4a": { "name": "experiment2_mouse_pbs_scp_metadata.txt", "uuid": "04f754f4-1c3c-4eac-a64f-c1a0937cae06", "version": "2021-06-28T14:21:17.989000Z", "content-type": "application/octet-stream; dcp-type=data; dcp-type=data", "size": 264733, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_06900980-e0f1-4600-8fb4-b091fbbeca82", "crc32c": "a161ac05", @@ -83,46 +27,12 @@ "sha256": "b7fbb04eef7332f2bd51e6e52d360cd00aa9e3408fabaf430bd3564d8ac4b31f", "s3_etag": "d98cf4712057af4eae7962bf2a6bfb23" }, - { - "name": "sequence_file_1.json", - "uuid": "06d54587-f54b-490c-8d29-3d84025e3b14", - "version": "2021-06-28T14:21:17.521000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "133e78ac-aa06-4a0b-b43f-0e9e2148d528", - "version": "2021-06-28T14:21:17.337000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 834, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_2.json", - "uuid": "1697aa82-0910-44e6-ac07-2020248e1977", - "version": "2021-06-28T14:21:17.614000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 617, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bca273dd-1758-4439-b7e0-745755dcffa0": { "name": "mouse_cortex_S2_L001_R2_001.fastq", "uuid": "16c2629e-f042-4eef-a40e-3643dacf9926", "version": "2021-06-28T14:21:17.481000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4088255061, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_632ab1c1-1e1e-4475-b8b0-4684c9204e45", "crc32c": "ce40df66", @@ -130,13 +40,12 @@ "sha256": "663698584d3d5ff95977f1dc8fd540fa71f2c8ed14faecb540df97e7862a784b", "s3_etag": "106ccbe979fe820b6104926cb0d66092-61" }, - { + "sequence_file/d86c34c4-0aeb-4f50-a53e-5a0983c906b7": { "name": "mouse_cortex_S2_L004_R1_001.fastq", "uuid": "1a2e6680-19be-406a-852f-51eda87d7e42", "version": "2021-06-28T14:21:17.582000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2868503392, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_8beb3758-3c01-4925-b455-46fa31a78641", "crc32c": "b05bd34e", @@ -144,46 +53,12 @@ "sha256": "bde66de4a5d354100c314f5d1a7529c09e41602426e97fd83f8383bc9d9b6181", "s3_etag": "ec5dc1c2cd475c640ef3bb0885b11f75-43" }, - { - "name": "process_1.json", - "uuid": "341460a3-edf2-4f77-9625-7c6b92ac863e", - "version": "2021-06-28T14:21:18.054000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "3798c749-7f72-4847-a9d1-d99112f98162", - "version": "2021-06-28T14:21:18.018000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_3.json", - "uuid": "39fdb0ae-9a00-4829-a581-e7cb59798f02", - "version": "2021-06-28T14:21:18.691000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 411, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6b94ce38-27b9-460e-ab1b-bceb18275c71": { "name": "mouse_cortex_S2_L001_I1_001.fastq", "uuid": "3cd05b67-22cf-4bea-988a-7a1fb8104fa9", "version": "2021-06-28T14:21:17.456000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1856426785, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_928b877a-0d23-4661-a577-85dc213cea43", "crc32c": "0b7968e1", @@ -191,13 +66,12 @@ "sha256": "f59d61941571d8f64c54ca537511fa6688488771bde7c522838da98c8839a038", "s3_etag": "72356e1061ae68e3a7be385124c5e322-28" }, - { + "analysis_file/ad3f7b5e-77ed-4df1-a9af-5355f7951af4": { "name": "experiment2_mouse_pbs_scp_X_diffmap_pca_coords.txt", "uuid": "43f5d587-8891-45ec-b415-8e82b33fec7d", "version": "2021-06-28T14:21:17.965000Z", "content-type": "application/octet-stream; dcp-type=data; dcp-type=data", "size": 184842, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_b7f242d4-8641-4765-9f8d-c1b8ceaa1e8e", "crc32c": "b8c266c7", @@ -205,24 +79,12 @@ "sha256": "335d0e738c2b28ffea73c03c89a85d05d02dbdb6efc8769276533380d5916791", "s3_etag": "e3c262117b366ac8dd8f70f1ec836965" }, - { - "name": "sequence_file_3.json", - "uuid": "49eefca3-6441-4a63-a0f0-178d6fc2573d", - "version": "2021-06-28T14:21:17.637000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 617, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/cde6359a-a2b0-421d-a898-c53278c21399": { "name": "experiment2_mouse_pbs_scp_X_tsne_coords.txt", "uuid": "4a8b396c-7f26-4b6b-b06c-e445bff36ab3", "version": "2021-06-28T14:21:17.977000Z", "content-type": "application/octet-stream; dcp-type=data; dcp-type=data", "size": 193841, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_b7503d91-124b-4275-a220-5a3e023e1217", "crc32c": "5ebb84c6", @@ -230,35 +92,12 @@ "sha256": "c48c80f86597468dbb1c8e5cfacd46ca37ab18203e4285e787314a9afce4e7dc", "s3_etag": "078f88af590b20e672210ac06f349f66" }, - { - "name": "process_4.json", - "uuid": "4b963d42-aad1-4f26-94d2-c13c8321c09d", - "version": "2021-06-28T14:21:18.634000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_1.json", - "uuid": "4d64269d-bd3f-46c1-a179-1c27e1caeb30", - "version": "2021-06-28T14:21:17.929000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 549, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9": { "name": "experiment2_mouse_pbs_scp_barcodes.tsv", "uuid": "50d634ef-77b0-4339-a9c3-9a83bd9e5ab6", "version": "2021-06-28T14:21:17.953000Z", "content-type": "application/octet-stream; dcp-type=data; dcp-type=data", "size": 57834, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_70dd09f2-b511-4ba0-b9a9-c29f9970bddb", "crc32c": "f345df0c", @@ -266,24 +105,12 @@ "sha256": "7313b430ea480a928fc42dcbe297a96e577a4b8def5acd500e5cf7aab7498285", "s3_etag": "03a8156f979f3e0e9d88e26fcde6e2f5" }, - { - "name": "specimen_from_organism_0.json", - "uuid": "5608f2b1-d42f-4198-8d52-96e40e5239e4", - "version": "2021-06-28T14:21:16.987000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/989f8f5d-710f-4529-b89b-0bfbf592951c": { "name": "mouse_cortex_R1.fastq", "uuid": "59822819-0515-4b9f-beb6-5836aa2df759", "version": "2021-06-28T14:21:17.626000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1022583763, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_1cd03a77-2af0-4507-a0c9-0edc2579c71f", "crc32c": "2e806c02", @@ -291,46 +118,12 @@ "sha256": "4471fac7eeee5f2d76236263d3e8ad69c06cbfe2bcd8b6e8fc0236a2718a110d", "s3_etag": "21fddfe43b4970c78d126e38c647bacb-16" }, - { - "name": "specimen_from_organism_1.json", - "uuid": "5e9f5040-c83a-4442-8944-db144717107a", - "version": "2021-06-28T14:21:16.920000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_2.json", - "uuid": "6254fedf-0978-45ee-af82-e7f30ffebf0c", - "version": "2021-06-28T14:21:16.928000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_3.json", - "uuid": "63170a26-263d-4207-8eab-871b687e234d", - "version": "2021-06-28T14:21:16.911000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a97f4858-0f13-405a-8b28-98ee5f997999": { "name": "mouse_cortex_S2_L003_R2_001.fastq", "uuid": "64eeaef0-b669-4637-9333-466c78643c09", "version": "2021-06-28T14:21:17.557000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4203835842, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_13506603-a2be-4cc7-bd11-4711bb0b7d7d", "crc32c": "e6f8d11a", @@ -338,13 +131,12 @@ "sha256": "173e04d13e9e2d7b223638ac3c2f27ad9a1b722373ff7e37ab7aa6ae56b4b21e", "s3_etag": "dc517e665a37fc8b6c71ac7b66c8fddb-63" }, - { + "sequence_file/1697aa82-0910-44e6-ac07-2020248e1977": { "name": "mouse_cortex_I1.fastq", "uuid": "694df5ad-6907-48ef-9a80-46681e9c294b", "version": "2021-06-28T14:21:17.614000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 700197355, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_15d3e34d-828d-40d3-867a-1204fc662dad", "crc32c": "d0e55a31", @@ -352,35 +144,12 @@ "sha256": "a75c91a4f96a11ac205d36750badc1f747628c15bfb1ac27c41c3bfd5c37cff7", "s3_etag": "7badf646dc3cad2a10fbd5e07cd3102c-11" }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "6a72730a-1485-48f4-9b26-adc87380ad9b", - "version": "2021-06-28T14:21:17.398000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1410, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f", - "version": "2021-06-28T14:21:17.426000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 885, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c": { "name": "experiment2_mouse_pbs_scp_genes.tsv", "uuid": "6b8fc3ff-4e32-4f2c-97ae-d634066f87db", "version": "2021-06-28T14:21:17.941000Z", "content-type": "application/octet-stream; dcp-type=data; dcp-type=data", "size": 547824, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_82d416d0-30c5-455f-a219-b0c98956acd8", "crc32c": "cb0ebb55", @@ -388,35 +157,12 @@ "sha256": "f49a568c569b330d7215fcf4a2bcf02d7aff08f8ab414a03059db859b9e3e054", "s3_etag": "cf3e64f665fe6159bdc5bf4321d4d8cb" }, - { - "name": "sequence_file_4.json", - "uuid": "6b94ce38-27b9-460e-ab1b-bceb18275c71", - "version": "2021-06-28T14:21:17.456000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_2.json", - "uuid": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c", - "version": "2021-06-28T14:21:17.941000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 509, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2": { "name": "mouse_cortex_S2_L003_I1_001.fastq", "uuid": "7113cb1e-7289-4fe2-ba15-bbe0620bd808", "version": "2021-06-28T14:21:17.533000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1908869082, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_f257507e-5911-4421-ab82-37ee6f10da74", "crc32c": "6611c40b", @@ -424,57 +170,12 @@ "sha256": "23dfaa860c9d8c6a0e08c30094f125ea2436caaa20b5119b5bca55054a8fc5e4", "s3_etag": "ec5e5a66574d78665b2dbdcd53416081-29" }, - { - "name": "process_5.json", - "uuid": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", - "version": "2021-06-28T14:21:18.027000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_6.json", - "uuid": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", - "version": "2021-06-28T14:21:17.998000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_5.json", - "uuid": "7c1802b3-0be5-4202-b14e-141974ca7fb3", - "version": "2021-06-28T14:21:17.493000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_7.json", - "uuid": "7e90d996-b643-4732-af87-ac090325a6e8", - "version": "2021-06-28T14:21:18.008000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/06d54587-f54b-490c-8d29-3d84025e3b14": { "name": "mouse_cortex_S2_L002_R2_001.fastq", "uuid": "87e562e3-cb28-4239-bdf6-5c562d35963a", "version": "2021-06-28T14:21:17.521000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4272849055, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_9e70df3e-e8ee-4f80-a7ab-203a2dd88aa0", "crc32c": "2468ae75", @@ -482,24 +183,12 @@ "sha256": "966596104c5d1a00d0d3ed59204321c6c85e5762672834aa4c0d00c6b44581ba", "s3_etag": "d0961bee9d2ebb0e1f89f14e26997641-64" }, - { - "name": "analysis_protocol_0.json", - "uuid": "89808d14-a99e-47d2-82cd-ff9621a32206", - "version": "2021-06-28T14:21:17.435000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1270, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/4d64269d-bd3f-46c1-a179-1c27e1caeb30": { "name": "experiment2_mouse_pbs_scp_matrix.mtx", "uuid": "9601aedb-6de9-4a32-8bd9-ed8b78b256e1", "version": "2021-06-28T14:21:17.929000Z", "content-type": "application/octet-stream; dcp-type=data; dcp-type=data", "size": 87863503, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_2966f26e-7628-415b-9348-8878d982a676", "crc32c": "55189345", @@ -507,57 +196,12 @@ "sha256": "bff4eabd5df1ab167efc180791d7d189fc3c79f216450cffacab2cb763e3c171", "s3_etag": "738b071be0c056fe5cc01460b2908836-2" }, - { - "name": "sequence_file_6.json", - "uuid": "9610cb70-57c1-466d-b9c9-faa22aa7b917", - "version": "2021-06-28T14:21:17.469000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_7.json", - "uuid": "989f8f5d-710f-4529-b89b-0bfbf592951c", - "version": "2021-06-28T14:21:17.626000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 617, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_8.json", - "uuid": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", - "version": "2021-06-28T14:21:18.070000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_4.json", - "uuid": "9b1c871e-20db-487f-9acc-36740b75877b", - "version": "2021-06-28T14:21:16.972000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/eacaacbb-f514-49bb-bfbf-ccb123c5bf2e": { "name": "mouse_cortex_S2_L004_R2_001.fastq", "uuid": "9c473261-cbb8-462f-ae4a-778a3ae8c566", "version": "2021-06-28T14:21:17.599000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4325523016, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_91e61cc0-f5ee-4fa7-b77d-1526fe370117", "crc32c": "f848708b", @@ -565,13 +209,12 @@ "sha256": "5188dc19099d8c3f5d7fc8eea66a9de94439073d6459071fbf0ec6b4f65aaa66", "s3_etag": "ec3be90bee96d8b23dcc953a4bfbb072-65" }, - { + "sequence_file/9610cb70-57c1-466d-b9c9-faa22aa7b917": { "name": "mouse_cortex_S2_L001_R1_001.fastq", "uuid": "9fa34db2-7968-4749-a83f-91ec2b12982d", "version": "2021-06-28T14:21:17.469000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2711169529, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_da6a4e63-7d13-4cdd-8fc7-3d1e5c39ca8d", "crc32c": "b80517a8", @@ -579,57 +222,12 @@ "sha256": "fa2329cd8e2bdfa80b9fe746f69c266a7851e32b2ea50abf54677ccb14e00f0a", "s3_etag": "d3d453961f7e7c93333d6225d4e6f182-41" }, - { - "name": "process_9.json", - "uuid": "a85ceb28-cdb0-4021-98c8-752b9d07170a", - "version": "2021-06-28T14:21:18.035000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_8.json", - "uuid": "a97f4858-0f13-405a-8b28-98ee5f997999", - "version": "2021-06-28T14:21:17.557000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86", - "version": "2021-06-28T14:21:17.355000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 732, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_3.json", - "uuid": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4", - "version": "2021-06-28T14:21:17.965000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 504, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/49eefca3-6441-4a63-a0f0-178d6fc2573d": { "name": "mouse_cortex_R2.fastq", "uuid": "b5a30ee7-6c2f-452a-b2aa-f032731b8b17", "version": "2021-06-28T14:21:17.637000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1541984087, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_af994530-3921-487c-94cc-acbaff660b0a", "crc32c": "576c4860", @@ -637,123 +235,12 @@ "sha256": "a09fba3b9062f341f3f8faaa74b9747379b28b98e3a951a27804a8830d6750d8", "s3_etag": "a79201831572e399a524d3d652e7bc2a-23" }, - { - "name": "specimen_from_organism_5.json", - "uuid": "b5a382bd-34e5-429d-9013-3ff025ab322a", - "version": "2021-06-28T14:21:16.961000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_6.json", - "uuid": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04", - "version": "2021-06-28T14:21:16.940000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_9.json", - "uuid": "bca273dd-1758-4439-b7e0-745755dcffa0", - "version": "2021-06-28T14:21:17.481000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_10.json", - "uuid": "bd774f12-82e6-4036-8779-d8674bce9205", - "version": "2021-06-28T14:21:18.045000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_1.json", - "uuid": "c10356c8-e081-4f97-8e85-0ea87b8eb84b", - "version": "2021-06-28T14:21:16.893000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 952, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_1.json", - "uuid": "c375019a-ef94-452b-b111-32244bdc054a", - "version": "2021-06-28T14:21:17.409000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1412, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_4.json", - "uuid": "c61a76f4-aebe-4a18-b272-e2e78307bb4a", - "version": "2021-06-28T14:21:17.989000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 486, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_10.json", - "uuid": "c87f6dbf-1062-4e72-a19d-db779f1d3e66", - "version": "2021-06-28T14:21:17.506000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_5.json", - "uuid": "cde6359a-a2b0-421d-a898-c53278c21399", - "version": "2021-06-28T14:21:17.977000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 490, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "d3372c5a-20ea-4239-bfef-c11894862897", - "version": "2021-06-28T14:21:17.382000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1197, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7c1802b3-0be5-4202-b14e-141974ca7fb3": { "name": "mouse_cortex_S2_L002_I1_001.fastq", "uuid": "d3965eac-1d56-4809-bf64-8291c9bbdf2f", "version": "2021-06-28T14:21:17.493000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1940279193, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_67f2c31b-0e63-4bd2-9e3c-92c006f95717", "crc32c": "a50e0bbc", @@ -761,13 +248,12 @@ "sha256": "204f41cf51e95a402700052c0e8d70b06d01f7122b9fd5e40c141b7db53f2cb6", "s3_etag": "3a85b50188d8766f46c62f35bb0d3e3e-29" }, - { + "sequence_file/dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7": { "name": "mouse_cortex_S2_L004_I1_001.fastq", "uuid": "d5925eb4-5192-4bc0-83e4-5c6d847118ef", "version": "2021-06-28T14:21:17.569000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1964146384, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_e01c4a62-ecd9-4a8d-9178-c3602160d045", "crc32c": "925cac87", @@ -775,101 +261,12 @@ "sha256": "0b6d42af920f73359dc9ceaa2d27c39d566bd2bd1bdf53ac92a68a1cad073148", "s3_etag": "7f5ae23a8f94d968a687aafb0fa6ef57-30" }, - { - "name": "sequence_file_11.json", - "uuid": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7", - "version": "2021-06-28T14:21:17.582000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_11.json", - "uuid": "da317018-1b0b-4e4f-b508-2c1c7d049507", - "version": "2021-06-28T14:21:18.755000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 343, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3", - "version": "2021-06-28T14:21:17.282000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 728, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "dc1a41f6-9e09-42a6-959e-3be23db6da56", - "version": "2021-06-22T08:36:39.408000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 5999, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_12.json", - "uuid": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7", - "version": "2021-06-28T14:21:17.569000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_7.json", - "uuid": "e6b8f32e-7c8e-4308-b596-91006cde4b51", - "version": "2021-06-28T14:21:17.006000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 916, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_13.json", - "uuid": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e", - "version": "2021-06-28T14:21:17.599000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_14.json", - "uuid": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38", - "version": "2021-06-28T14:21:17.545000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 629, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ee52ecd1-68c0-48dd-82c2-6d3e45869b38": { "name": "mouse_cortex_S2_L003_R1_001.fastq", "uuid": "fd13fc62-8767-45d7-aa48-8a140f9a5005", "version": "2021-06-28T14:21:17.545000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2787792522, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_08755a99-c8f0-420a-9d21-4dca10b40ba5_0a3b3a90-9b36-4030-821e-7e50c1f833d9", "crc32c": "71b46fde", @@ -877,1171 +274,9 @@ "sha256": "26617f9afe828346983a9b372d493abbc48580293aa1eb17b14d69a9a9103020", "s3_etag": "9e3d18fa00322a7bd0f2b77dcab8d605-42" } - ], + }, "metadata": { - "links.json": { - "schema_type": "links", - "schema_version": "3.0.0", - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "links": [ - { - "link_type": "process_link", - "process_id": "02e69c25-71e2-48ca-a87b-e256938c6a98", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "1697aa82-0910-44e6-ac07-2020248e1977" - }, - { - "output_type": "sequence_file", - "output_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" - }, - { - "output_type": "sequence_file", - "output_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "c375019a-ef94-452b-b111-32244bdc054a" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f" - } - ] - }, - { - "link_type": "process_link", - "process_id": "4b963d42-aad1-4f26-94d2-c13c8321c09d", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "63170a26-263d-4207-8eab-871b687e234d" - }, - { - "input_type": "specimen_from_organism", - "input_id": "5e9f5040-c83a-4442-8944-db144717107a" - }, - { - "input_type": "specimen_from_organism", - "input_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" - }, - { - "input_type": "specimen_from_organism", - "input_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" - }, - { - "input_type": "specimen_from_organism", - "input_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" - }, - { - "input_type": "specimen_from_organism", - "input_id": "9b1c871e-20db-487f-9acc-36740b75877b" - }, - { - "input_type": "specimen_from_organism", - "input_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" - }, - { - "input_type": "specimen_from_organism", - "input_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d3372c5a-20ea-4239-bfef-c11894862897" - } - ] - }, - { - "link_type": "process_link", - "process_id": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "63170a26-263d-4207-8eab-871b687e234d" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7e90d996-b643-4732-af87-ac090325a6e8", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5e9f5040-c83a-4442-8944-db144717107a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "3798c749-7f72-4847-a9d1-d99112f98162", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a85ceb28-cdb0-4021-98c8-752b9d07170a", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bd774f12-82e6-4036-8779-d8674bce9205", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "9b1c871e-20db-487f-9acc-36740b75877b" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "341460a3-edf2-4f77-9625-7c6b92ac863e", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "da317018-1b0b-4e4f-b508-2c1c7d049507", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" - }, - { - "input_type": "sequence_file", - "input_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" - }, - { - "input_type": "sequence_file", - "input_id": "bca273dd-1758-4439-b7e0-745755dcffa0" - }, - { - "input_type": "sequence_file", - "input_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" - }, - { - "input_type": "sequence_file", - "input_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" - }, - { - "input_type": "sequence_file", - "input_id": "06d54587-f54b-490c-8d29-3d84025e3b14" - }, - { - "input_type": "sequence_file", - "input_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" - }, - { - "input_type": "sequence_file", - "input_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" - }, - { - "input_type": "sequence_file", - "input_id": "a97f4858-0f13-405a-8b28-98ee5f997999" - }, - { - "input_type": "sequence_file", - "input_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" - }, - { - "input_type": "sequence_file", - "input_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" - }, - { - "input_type": "sequence_file", - "input_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" - }, - { - "input_type": "sequence_file", - "input_id": "1697aa82-0910-44e6-ac07-2020248e1977" - }, - { - "input_type": "sequence_file", - "input_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" - }, - { - "input_type": "sequence_file", - "input_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "4d64269d-bd3f-46c1-a179-1c27e1caeb30" - }, - { - "output_type": "analysis_file", - "output_id": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c" - }, - { - "output_type": "analysis_file", - "output_id": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9" - }, - { - "output_type": "analysis_file", - "output_id": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4" - }, - { - "output_type": "analysis_file", - "output_id": "cde6359a-a2b0-421d-a898-c53278c21399" - }, - { - "output_type": "analysis_file", - "output_id": "c61a76f4-aebe-4a18-b272-e2e78307bb4a" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "89808d14-a99e-47d2-82cd-ff9621a32206" - } - ] - }, - { - "link_type": "process_link", - "process_id": "39fdb0ae-9a00-4829-a581-e7cb59798f02", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" - }, - { - "output_type": "sequence_file", - "output_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" - }, - { - "output_type": "sequence_file", - "output_id": "bca273dd-1758-4439-b7e0-745755dcffa0" - }, - { - "output_type": "sequence_file", - "output_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" - }, - { - "output_type": "sequence_file", - "output_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" - }, - { - "output_type": "sequence_file", - "output_id": "06d54587-f54b-490c-8d29-3d84025e3b14" - }, - { - "output_type": "sequence_file", - "output_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" - }, - { - "output_type": "sequence_file", - "output_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" - }, - { - "output_type": "sequence_file", - "output_id": "a97f4858-0f13-405a-8b28-98ee5f997999" - }, - { - "output_type": "sequence_file", - "output_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" - }, - { - "output_type": "sequence_file", - "output_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" - }, - { - "output_type": "sequence_file", - "output_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "6a72730a-1485-48f4-9b26-adc87380ad9b" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f" - } - ] - }, - { - "link_type": "process_link", - "process_id": "4b963d42-aad1-4f26-94d2-c13c8321c09d", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "63170a26-263d-4207-8eab-871b687e234d" - }, - { - "input_type": "specimen_from_organism", - "input_id": "5e9f5040-c83a-4442-8944-db144717107a" - }, - { - "input_type": "specimen_from_organism", - "input_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" - }, - { - "input_type": "specimen_from_organism", - "input_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" - }, - { - "input_type": "specimen_from_organism", - "input_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" - }, - { - "input_type": "specimen_from_organism", - "input_id": "9b1c871e-20db-487f-9acc-36740b75877b" - }, - { - "input_type": "specimen_from_organism", - "input_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" - }, - { - "input_type": "specimen_from_organism", - "input_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d3372c5a-20ea-4239-bfef-c11894862897" - } - ] - }, - { - "link_type": "process_link", - "process_id": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "63170a26-263d-4207-8eab-871b687e234d" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7e90d996-b643-4732-af87-ac090325a6e8", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5e9f5040-c83a-4442-8944-db144717107a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "3798c749-7f72-4847-a9d1-d99112f98162", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a85ceb28-cdb0-4021-98c8-752b9d07170a", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bd774f12-82e6-4036-8779-d8674bce9205", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "9b1c871e-20db-487f-9acc-36740b75877b" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "341460a3-edf2-4f77-9625-7c6b92ac863e", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "da317018-1b0b-4e4f-b508-2c1c7d049507", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" - }, - { - "input_type": "sequence_file", - "input_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" - }, - { - "input_type": "sequence_file", - "input_id": "bca273dd-1758-4439-b7e0-745755dcffa0" - }, - { - "input_type": "sequence_file", - "input_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" - }, - { - "input_type": "sequence_file", - "input_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" - }, - { - "input_type": "sequence_file", - "input_id": "06d54587-f54b-490c-8d29-3d84025e3b14" - }, - { - "input_type": "sequence_file", - "input_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" - }, - { - "input_type": "sequence_file", - "input_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" - }, - { - "input_type": "sequence_file", - "input_id": "a97f4858-0f13-405a-8b28-98ee5f997999" - }, - { - "input_type": "sequence_file", - "input_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" - }, - { - "input_type": "sequence_file", - "input_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" - }, - { - "input_type": "sequence_file", - "input_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" - }, - { - "input_type": "sequence_file", - "input_id": "1697aa82-0910-44e6-ac07-2020248e1977" - }, - { - "input_type": "sequence_file", - "input_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" - }, - { - "input_type": "sequence_file", - "input_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "4d64269d-bd3f-46c1-a179-1c27e1caeb30" - }, - { - "output_type": "analysis_file", - "output_id": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c" - }, - { - "output_type": "analysis_file", - "output_id": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9" - }, - { - "output_type": "analysis_file", - "output_id": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4" - }, - { - "output_type": "analysis_file", - "output_id": "cde6359a-a2b0-421d-a898-c53278c21399" - }, - { - "output_type": "analysis_file", - "output_id": "c61a76f4-aebe-4a18-b272-e2e78307bb4a" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "89808d14-a99e-47d2-82cd-ff9621a32206" - } - ] - }, - { - "link_type": "process_link", - "process_id": "02e69c25-71e2-48ca-a87b-e256938c6a98", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "1697aa82-0910-44e6-ac07-2020248e1977" - }, - { - "output_type": "sequence_file", - "output_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" - }, - { - "output_type": "sequence_file", - "output_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "c375019a-ef94-452b-b111-32244bdc054a" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f" - } - ] - }, - { - "link_type": "process_link", - "process_id": "4b963d42-aad1-4f26-94d2-c13c8321c09d", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "63170a26-263d-4207-8eab-871b687e234d" - }, - { - "input_type": "specimen_from_organism", - "input_id": "5e9f5040-c83a-4442-8944-db144717107a" - }, - { - "input_type": "specimen_from_organism", - "input_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" - }, - { - "input_type": "specimen_from_organism", - "input_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" - }, - { - "input_type": "specimen_from_organism", - "input_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" - }, - { - "input_type": "specimen_from_organism", - "input_id": "9b1c871e-20db-487f-9acc-36740b75877b" - }, - { - "input_type": "specimen_from_organism", - "input_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" - }, - { - "input_type": "specimen_from_organism", - "input_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d3372c5a-20ea-4239-bfef-c11894862897" - } - ] - }, - { - "link_type": "process_link", - "process_id": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "63170a26-263d-4207-8eab-871b687e234d" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7e90d996-b643-4732-af87-ac090325a6e8", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5e9f5040-c83a-4442-8944-db144717107a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "3798c749-7f72-4847-a9d1-d99112f98162", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a85ceb28-cdb0-4021-98c8-752b9d07170a", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bd774f12-82e6-4036-8779-d8674bce9205", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "9b1c871e-20db-487f-9acc-36740b75877b" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "341460a3-edf2-4f77-9625-7c6b92ac863e", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" - } - ] - }, - { - "link_type": "process_link", - "process_id": "da317018-1b0b-4e4f-b508-2c1c7d049507", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" - }, - { - "input_type": "sequence_file", - "input_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" - }, - { - "input_type": "sequence_file", - "input_id": "bca273dd-1758-4439-b7e0-745755dcffa0" - }, - { - "input_type": "sequence_file", - "input_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" - }, - { - "input_type": "sequence_file", - "input_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" - }, - { - "input_type": "sequence_file", - "input_id": "06d54587-f54b-490c-8d29-3d84025e3b14" - }, - { - "input_type": "sequence_file", - "input_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" - }, - { - "input_type": "sequence_file", - "input_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" - }, - { - "input_type": "sequence_file", - "input_id": "a97f4858-0f13-405a-8b28-98ee5f997999" - }, - { - "input_type": "sequence_file", - "input_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" - }, - { - "input_type": "sequence_file", - "input_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" - }, - { - "input_type": "sequence_file", - "input_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" - }, - { - "input_type": "sequence_file", - "input_id": "1697aa82-0910-44e6-ac07-2020248e1977" - }, - { - "input_type": "sequence_file", - "input_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" - }, - { - "input_type": "sequence_file", - "input_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "4d64269d-bd3f-46c1-a179-1c27e1caeb30" - }, - { - "output_type": "analysis_file", - "output_id": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c" - }, - { - "output_type": "analysis_file", - "output_id": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9" - }, - { - "output_type": "analysis_file", - "output_id": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4" - }, - { - "output_type": "analysis_file", - "output_id": "cde6359a-a2b0-421d-a898-c53278c21399" - }, - { - "output_type": "analysis_file", - "output_id": "c61a76f4-aebe-4a18-b272-e2e78307bb4a" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "89808d14-a99e-47d2-82cd-ff9621a32206" - } - ] - } - ] - }, - "process_0.json": { + "process/02e69c25-71e2-48ca-a87b-e256938c6a98": { "insdc_experiment": { "insdc_experiment_accession": "SRX5499352" }, @@ -2058,7 +293,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/341460a3-edf2-4f77-9625-7c6b92ac863e": { "process_core": { "process_id": "process_id_7" }, @@ -2072,7 +307,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/3798c749-7f72-4847-a9d1-d99112f98162": { "process_core": { "process_id": "process_id_3" }, @@ -2086,7 +321,7 @@ "schema_minor_version": 2 } }, - "process_3.json": { + "process/39fdb0ae-9a00-4829-a581-e7cb59798f02": { "insdc_experiment": { "insdc_experiment_accession": "SRX5499353" }, @@ -2103,7 +338,7 @@ "schema_minor_version": 2 } }, - "process_4.json": { + "process/4b963d42-aad1-4f26-94d2-c13c8321c09d": { "process_core": { "process_id": "process_id_35" }, @@ -2117,7 +352,7 @@ "schema_minor_version": 2 } }, - "process_5.json": { + "process/721fcf01-ab0d-4220-9dfc-396ca6991d1d": { "process_core": { "process_id": "process_id_4" }, @@ -2131,7 +366,7 @@ "schema_minor_version": 2 } }, - "process_6.json": { + "process/771e716e-9906-4f5d-b41a-2fa7cc9bd77b": { "process_core": { "process_id": "process_id_1" }, @@ -2145,7 +380,7 @@ "schema_minor_version": 2 } }, - "process_7.json": { + "process/7e90d996-b643-4732-af87-ac090325a6e8": { "process_core": { "process_id": "process_id_2" }, @@ -2159,7 +394,7 @@ "schema_minor_version": 2 } }, - "process_8.json": { + "process/9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1": { "process_core": { "process_id": "process_id_8" }, @@ -2173,7 +408,7 @@ "schema_minor_version": 2 } }, - "process_9.json": { + "process/a85ceb28-cdb0-4021-98c8-752b9d07170a": { "process_core": { "process_id": "process_id_5" }, @@ -2187,7 +422,7 @@ "schema_minor_version": 2 } }, - "process_10.json": { + "process/bd774f12-82e6-4036-8779-d8674bce9205": { "process_core": { "process_id": "process_id_6" }, @@ -2201,7 +436,7 @@ "schema_minor_version": 2 } }, - "process_11.json": { + "process/da317018-1b0b-4e4f-b508-2c1c7d049507": { "process_core": { "process_id": "exp2" }, @@ -2215,7 +450,7 @@ "schema_minor_version": 2 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/5608f2b1-d42f-4198-8d52-96e40e5239e4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2260,7 +495,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/5e9f5040-c83a-4442-8944-db144717107a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2305,7 +540,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/6254fedf-0978-45ee-af82-e7f30ffebf0c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2350,7 +585,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_3.json": { + "specimen_from_organism/63170a26-263d-4207-8eab-871b687e234d": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2395,7 +630,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_4.json": { + "specimen_from_organism/9b1c871e-20db-487f-9acc-36740b75877b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2440,7 +675,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_5.json": { + "specimen_from_organism/b5a382bd-34e5-429d-9013-3ff025ab322a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2485,7 +720,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_6.json": { + "specimen_from_organism/b9a0edf6-77bc-4e4a-a200-5cda4f902c04": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2530,7 +765,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_7.json": { + "specimen_from_organism/e6b8f32e-7c8e-4308-b596-91006cde4b51": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -2575,7 +810,7 @@ "schema_minor_version": 4 } }, - "sequence_file_0.json": { + "sequence_file/000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2605,7 +840,7 @@ "schema_minor_version": 3 } }, - "sequence_file_1.json": { + "sequence_file/06d54587-f54b-490c-8d29-3d84025e3b14": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2635,7 +870,7 @@ "schema_minor_version": 3 } }, - "sequence_file_2.json": { + "sequence_file/1697aa82-0910-44e6-ac07-2020248e1977": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2665,7 +900,7 @@ "schema_minor_version": 3 } }, - "sequence_file_3.json": { + "sequence_file/49eefca3-6441-4a63-a0f0-178d6fc2573d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2695,7 +930,7 @@ "schema_minor_version": 3 } }, - "sequence_file_4.json": { + "sequence_file/6b94ce38-27b9-460e-ab1b-bceb18275c71": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2725,7 +960,7 @@ "schema_minor_version": 3 } }, - "sequence_file_5.json": { + "sequence_file/7c1802b3-0be5-4202-b14e-141974ca7fb3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2755,7 +990,7 @@ "schema_minor_version": 3 } }, - "sequence_file_6.json": { + "sequence_file/9610cb70-57c1-466d-b9c9-faa22aa7b917": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2785,7 +1020,7 @@ "schema_minor_version": 3 } }, - "sequence_file_7.json": { + "sequence_file/989f8f5d-710f-4529-b89b-0bfbf592951c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2815,7 +1050,7 @@ "schema_minor_version": 3 } }, - "sequence_file_8.json": { + "sequence_file/a97f4858-0f13-405a-8b28-98ee5f997999": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2845,7 +1080,7 @@ "schema_minor_version": 3 } }, - "sequence_file_9.json": { + "sequence_file/bca273dd-1758-4439-b7e0-745755dcffa0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2875,7 +1110,7 @@ "schema_minor_version": 3 } }, - "sequence_file_10.json": { + "sequence_file/c87f6dbf-1062-4e72-a19d-db779f1d3e66": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2905,7 +1140,7 @@ "schema_minor_version": 3 } }, - "sequence_file_11.json": { + "sequence_file/d86c34c4-0aeb-4f50-a53e-5a0983c906b7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2935,7 +1170,7 @@ "schema_minor_version": 3 } }, - "sequence_file_12.json": { + "sequence_file/dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2965,7 +1200,7 @@ "schema_minor_version": 3 } }, - "sequence_file_13.json": { + "sequence_file/eacaacbb-f514-49bb-bfbf-ccb123c5bf2e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -2995,7 +1230,7 @@ "schema_minor_version": 3 } }, - "sequence_file_14.json": { + "sequence_file/ee52ecd1-68c0-48dd-82c2-6d3e45869b38": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -3025,7 +1260,7 @@ "schema_minor_version": 3 } }, - "analysis_protocol_0.json": { + "analysis_protocol/89808d14-a99e-47d2-82cd-ff9621a32206": { "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.2.0/analysis_protocol", "schema_type": "protocol", "protocol_core": { @@ -3052,7 +1287,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/dc1a41f6-9e09-42a6-959e-3be23db6da56": { "contributors": [ { "name": "Jellert,T,Gaublomme", @@ -3254,7 +1489,7 @@ "schema_minor_version": 1 } }, - "cell_suspension_0.json": { + "cell_suspension/db4b5711-0abd-44cd-ac94-cdaca0cb1de3": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -3283,7 +1518,7 @@ "schema_minor_version": 3 } }, - "analysis_file_0.json": { + "analysis_file/004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -3305,7 +1540,7 @@ "schema_minor_version": 3 } }, - "analysis_file_1.json": { + "analysis_file/4d64269d-bd3f-46c1-a179-1c27e1caeb30": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -3329,7 +1564,7 @@ "schema_minor_version": 3 } }, - "analysis_file_2.json": { + "analysis_file/6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -3352,7 +1587,7 @@ "schema_minor_version": 3 } }, - "analysis_file_3.json": { + "analysis_file/ad3f7b5e-77ed-4df1-a9af-5355f7951af4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -3374,7 +1609,7 @@ "schema_minor_version": 3 } }, - "analysis_file_4.json": { + "analysis_file/c61a76f4-aebe-4a18-b272-e2e78307bb4a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -3396,7 +1631,7 @@ "schema_minor_version": 3 } }, - "analysis_file_5.json": { + "analysis_file/cde6359a-a2b0-421d-a898-c53278c21399": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -3418,7 +1653,7 @@ "schema_minor_version": 3 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/6a72730a-1485-48f4-9b26-adc87380ad9b": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -3461,7 +1696,7 @@ "schema_minor_version": 2 } }, - "library_preparation_protocol_1.json": { + "library_preparation_protocol/c375019a-ef94-452b-b111-32244bdc054a": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -3504,7 +1739,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/d3372c5a-20ea-4239-bfef-c11894862897": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -3527,7 +1762,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/ab3e3079-2eea-49cd-836f-5b9f4cf27b86": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -3547,7 +1782,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_0.json": { + "collection_protocol/133e78ac-aa06-4a0b-b43f-0e9e2148d528": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -3568,7 +1803,7 @@ "schema_minor_version": 2 } }, - "donor_organism_0.json": { + "donor_organism/014494a0-adde-4ac6-90c1-2b5824a8717c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -3620,7 +1855,7 @@ "schema_minor_version": 5 } }, - "donor_organism_1.json": { + "donor_organism/c10356c8-e081-4f97-8e85-0ea87b8eb84b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -3672,7 +1907,7 @@ "schema_minor_version": 5 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/6b2c7ae7-1d15-4914-a9e9-14233afd5c3f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -3702,5 +1937,1195 @@ "schema_minor_version": 1 } } - } -} + }, + "links": { + "schema_type": "links", + "schema_version": "3.0.0", + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "links": [ + { + "link_type": "process_link", + "process_id": "02e69c25-71e2-48ca-a87b-e256938c6a98", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "1697aa82-0910-44e6-ac07-2020248e1977" + }, + { + "output_type": "sequence_file", + "output_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" + }, + { + "output_type": "sequence_file", + "output_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "c375019a-ef94-452b-b111-32244bdc054a" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f" + } + ] + }, + { + "link_type": "process_link", + "process_id": "4b963d42-aad1-4f26-94d2-c13c8321c09d", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "63170a26-263d-4207-8eab-871b687e234d" + }, + { + "input_type": "specimen_from_organism", + "input_id": "5e9f5040-c83a-4442-8944-db144717107a" + }, + { + "input_type": "specimen_from_organism", + "input_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" + }, + { + "input_type": "specimen_from_organism", + "input_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" + }, + { + "input_type": "specimen_from_organism", + "input_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" + }, + { + "input_type": "specimen_from_organism", + "input_id": "9b1c871e-20db-487f-9acc-36740b75877b" + }, + { + "input_type": "specimen_from_organism", + "input_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" + }, + { + "input_type": "specimen_from_organism", + "input_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d3372c5a-20ea-4239-bfef-c11894862897" + } + ] + }, + { + "link_type": "process_link", + "process_id": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "63170a26-263d-4207-8eab-871b687e234d" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7e90d996-b643-4732-af87-ac090325a6e8", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5e9f5040-c83a-4442-8944-db144717107a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "3798c749-7f72-4847-a9d1-d99112f98162", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a85ceb28-cdb0-4021-98c8-752b9d07170a", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bd774f12-82e6-4036-8779-d8674bce9205", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "9b1c871e-20db-487f-9acc-36740b75877b" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "341460a3-edf2-4f77-9625-7c6b92ac863e", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "da317018-1b0b-4e4f-b508-2c1c7d049507", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" + }, + { + "input_type": "sequence_file", + "input_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" + }, + { + "input_type": "sequence_file", + "input_id": "bca273dd-1758-4439-b7e0-745755dcffa0" + }, + { + "input_type": "sequence_file", + "input_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" + }, + { + "input_type": "sequence_file", + "input_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" + }, + { + "input_type": "sequence_file", + "input_id": "06d54587-f54b-490c-8d29-3d84025e3b14" + }, + { + "input_type": "sequence_file", + "input_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" + }, + { + "input_type": "sequence_file", + "input_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" + }, + { + "input_type": "sequence_file", + "input_id": "a97f4858-0f13-405a-8b28-98ee5f997999" + }, + { + "input_type": "sequence_file", + "input_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" + }, + { + "input_type": "sequence_file", + "input_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" + }, + { + "input_type": "sequence_file", + "input_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" + }, + { + "input_type": "sequence_file", + "input_id": "1697aa82-0910-44e6-ac07-2020248e1977" + }, + { + "input_type": "sequence_file", + "input_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" + }, + { + "input_type": "sequence_file", + "input_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "4d64269d-bd3f-46c1-a179-1c27e1caeb30" + }, + { + "output_type": "analysis_file", + "output_id": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c" + }, + { + "output_type": "analysis_file", + "output_id": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9" + }, + { + "output_type": "analysis_file", + "output_id": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4" + }, + { + "output_type": "analysis_file", + "output_id": "cde6359a-a2b0-421d-a898-c53278c21399" + }, + { + "output_type": "analysis_file", + "output_id": "c61a76f4-aebe-4a18-b272-e2e78307bb4a" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "89808d14-a99e-47d2-82cd-ff9621a32206" + } + ] + }, + { + "link_type": "process_link", + "process_id": "39fdb0ae-9a00-4829-a581-e7cb59798f02", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" + }, + { + "output_type": "sequence_file", + "output_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" + }, + { + "output_type": "sequence_file", + "output_id": "bca273dd-1758-4439-b7e0-745755dcffa0" + }, + { + "output_type": "sequence_file", + "output_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" + }, + { + "output_type": "sequence_file", + "output_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" + }, + { + "output_type": "sequence_file", + "output_id": "06d54587-f54b-490c-8d29-3d84025e3b14" + }, + { + "output_type": "sequence_file", + "output_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" + }, + { + "output_type": "sequence_file", + "output_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" + }, + { + "output_type": "sequence_file", + "output_id": "a97f4858-0f13-405a-8b28-98ee5f997999" + }, + { + "output_type": "sequence_file", + "output_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" + }, + { + "output_type": "sequence_file", + "output_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" + }, + { + "output_type": "sequence_file", + "output_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "6a72730a-1485-48f4-9b26-adc87380ad9b" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f" + } + ] + }, + { + "link_type": "process_link", + "process_id": "4b963d42-aad1-4f26-94d2-c13c8321c09d", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "63170a26-263d-4207-8eab-871b687e234d" + }, + { + "input_type": "specimen_from_organism", + "input_id": "5e9f5040-c83a-4442-8944-db144717107a" + }, + { + "input_type": "specimen_from_organism", + "input_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" + }, + { + "input_type": "specimen_from_organism", + "input_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" + }, + { + "input_type": "specimen_from_organism", + "input_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" + }, + { + "input_type": "specimen_from_organism", + "input_id": "9b1c871e-20db-487f-9acc-36740b75877b" + }, + { + "input_type": "specimen_from_organism", + "input_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" + }, + { + "input_type": "specimen_from_organism", + "input_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d3372c5a-20ea-4239-bfef-c11894862897" + } + ] + }, + { + "link_type": "process_link", + "process_id": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "63170a26-263d-4207-8eab-871b687e234d" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7e90d996-b643-4732-af87-ac090325a6e8", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5e9f5040-c83a-4442-8944-db144717107a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "3798c749-7f72-4847-a9d1-d99112f98162", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a85ceb28-cdb0-4021-98c8-752b9d07170a", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bd774f12-82e6-4036-8779-d8674bce9205", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "9b1c871e-20db-487f-9acc-36740b75877b" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "341460a3-edf2-4f77-9625-7c6b92ac863e", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "da317018-1b0b-4e4f-b508-2c1c7d049507", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" + }, + { + "input_type": "sequence_file", + "input_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" + }, + { + "input_type": "sequence_file", + "input_id": "bca273dd-1758-4439-b7e0-745755dcffa0" + }, + { + "input_type": "sequence_file", + "input_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" + }, + { + "input_type": "sequence_file", + "input_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" + }, + { + "input_type": "sequence_file", + "input_id": "06d54587-f54b-490c-8d29-3d84025e3b14" + }, + { + "input_type": "sequence_file", + "input_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" + }, + { + "input_type": "sequence_file", + "input_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" + }, + { + "input_type": "sequence_file", + "input_id": "a97f4858-0f13-405a-8b28-98ee5f997999" + }, + { + "input_type": "sequence_file", + "input_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" + }, + { + "input_type": "sequence_file", + "input_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" + }, + { + "input_type": "sequence_file", + "input_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" + }, + { + "input_type": "sequence_file", + "input_id": "1697aa82-0910-44e6-ac07-2020248e1977" + }, + { + "input_type": "sequence_file", + "input_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" + }, + { + "input_type": "sequence_file", + "input_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "4d64269d-bd3f-46c1-a179-1c27e1caeb30" + }, + { + "output_type": "analysis_file", + "output_id": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c" + }, + { + "output_type": "analysis_file", + "output_id": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9" + }, + { + "output_type": "analysis_file", + "output_id": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4" + }, + { + "output_type": "analysis_file", + "output_id": "cde6359a-a2b0-421d-a898-c53278c21399" + }, + { + "output_type": "analysis_file", + "output_id": "c61a76f4-aebe-4a18-b272-e2e78307bb4a" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "89808d14-a99e-47d2-82cd-ff9621a32206" + } + ] + }, + { + "link_type": "process_link", + "process_id": "02e69c25-71e2-48ca-a87b-e256938c6a98", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "1697aa82-0910-44e6-ac07-2020248e1977" + }, + { + "output_type": "sequence_file", + "output_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" + }, + { + "output_type": "sequence_file", + "output_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "c375019a-ef94-452b-b111-32244bdc054a" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "6b2c7ae7-1d15-4914-a9e9-14233afd5c3f" + } + ] + }, + { + "link_type": "process_link", + "process_id": "4b963d42-aad1-4f26-94d2-c13c8321c09d", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "63170a26-263d-4207-8eab-871b687e234d" + }, + { + "input_type": "specimen_from_organism", + "input_id": "5e9f5040-c83a-4442-8944-db144717107a" + }, + { + "input_type": "specimen_from_organism", + "input_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" + }, + { + "input_type": "specimen_from_organism", + "input_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" + }, + { + "input_type": "specimen_from_organism", + "input_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" + }, + { + "input_type": "specimen_from_organism", + "input_id": "9b1c871e-20db-487f-9acc-36740b75877b" + }, + { + "input_type": "specimen_from_organism", + "input_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" + }, + { + "input_type": "specimen_from_organism", + "input_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "db4b5711-0abd-44cd-ac94-cdaca0cb1de3" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "ab3e3079-2eea-49cd-836f-5b9f4cf27b86" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d3372c5a-20ea-4239-bfef-c11894862897" + } + ] + }, + { + "link_type": "process_link", + "process_id": "771e716e-9906-4f5d-b41a-2fa7cc9bd77b", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "63170a26-263d-4207-8eab-871b687e234d" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7e90d996-b643-4732-af87-ac090325a6e8", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5e9f5040-c83a-4442-8944-db144717107a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "3798c749-7f72-4847-a9d1-d99112f98162", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6254fedf-0978-45ee-af82-e7f30ffebf0c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "721fcf01-ab0d-4220-9dfc-396ca6991d1d", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "c10356c8-e081-4f97-8e85-0ea87b8eb84b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b9a0edf6-77bc-4e4a-a200-5cda4f902c04" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a85ceb28-cdb0-4021-98c8-752b9d07170a", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b5a382bd-34e5-429d-9013-3ff025ab322a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bd774f12-82e6-4036-8779-d8674bce9205", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "9b1c871e-20db-487f-9acc-36740b75877b" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "341460a3-edf2-4f77-9625-7c6b92ac863e", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5608f2b1-d42f-4198-8d52-96e40e5239e4" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9a8d9df1-c511-4b6b-b6d3-cacc0eaf76c1", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "014494a0-adde-4ac6-90c1-2b5824a8717c" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "e6b8f32e-7c8e-4308-b596-91006cde4b51" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "133e78ac-aa06-4a0b-b43f-0e9e2148d528" + } + ] + }, + { + "link_type": "process_link", + "process_id": "da317018-1b0b-4e4f-b508-2c1c7d049507", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "6b94ce38-27b9-460e-ab1b-bceb18275c71" + }, + { + "input_type": "sequence_file", + "input_id": "9610cb70-57c1-466d-b9c9-faa22aa7b917" + }, + { + "input_type": "sequence_file", + "input_id": "bca273dd-1758-4439-b7e0-745755dcffa0" + }, + { + "input_type": "sequence_file", + "input_id": "7c1802b3-0be5-4202-b14e-141974ca7fb3" + }, + { + "input_type": "sequence_file", + "input_id": "c87f6dbf-1062-4e72-a19d-db779f1d3e66" + }, + { + "input_type": "sequence_file", + "input_id": "06d54587-f54b-490c-8d29-3d84025e3b14" + }, + { + "input_type": "sequence_file", + "input_id": "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2" + }, + { + "input_type": "sequence_file", + "input_id": "ee52ecd1-68c0-48dd-82c2-6d3e45869b38" + }, + { + "input_type": "sequence_file", + "input_id": "a97f4858-0f13-405a-8b28-98ee5f997999" + }, + { + "input_type": "sequence_file", + "input_id": "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7" + }, + { + "input_type": "sequence_file", + "input_id": "d86c34c4-0aeb-4f50-a53e-5a0983c906b7" + }, + { + "input_type": "sequence_file", + "input_id": "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e" + }, + { + "input_type": "sequence_file", + "input_id": "1697aa82-0910-44e6-ac07-2020248e1977" + }, + { + "input_type": "sequence_file", + "input_id": "989f8f5d-710f-4529-b89b-0bfbf592951c" + }, + { + "input_type": "sequence_file", + "input_id": "49eefca3-6441-4a63-a0f0-178d6fc2573d" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "4d64269d-bd3f-46c1-a179-1c27e1caeb30" + }, + { + "output_type": "analysis_file", + "output_id": "6ccd1b16-d3a9-4ba4-9dda-99aa882dfc2c" + }, + { + "output_type": "analysis_file", + "output_id": "004d18f2-f23c-4fd1-af2e-f0a6a9e13cc9" + }, + { + "output_type": "analysis_file", + "output_id": "ad3f7b5e-77ed-4df1-a9af-5355f7951af4" + }, + { + "output_type": "analysis_file", + "output_id": "cde6359a-a2b0-421d-a898-c53278c21399" + }, + { + "output_type": "analysis_file", + "output_id": "c61a76f4-aebe-4a18-b272-e2e78307bb4a" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "89808d14-a99e-47d2-82cd-ff9621a32206" + } + ] + } + ] + }, + "stitched": [ + "000d1e4b-4c1f-40de-8fd6-8a3d1a26e1d2", + "035ded30-cc0f-4e93-b675-8496f7146a27", + "06d54587-f54b-490c-8d29-3d84025e3b14", + "16c2629e-f042-4eef-a40e-3643dacf9926", + "1a2e6680-19be-406a-852f-51eda87d7e42", + "39fdb0ae-9a00-4829-a581-e7cb59798f02", + "3cd05b67-22cf-4bea-988a-7a1fb8104fa9", + "64eeaef0-b669-4637-9333-466c78643c09", + "6a72730a-1485-48f4-9b26-adc87380ad9b", + "6b94ce38-27b9-460e-ab1b-bceb18275c71", + "7113cb1e-7289-4fe2-ba15-bbe0620bd808", + "7c1802b3-0be5-4202-b14e-141974ca7fb3", + "87e562e3-cb28-4239-bdf6-5c562d35963a", + "9610cb70-57c1-466d-b9c9-faa22aa7b917", + "9c473261-cbb8-462f-ae4a-778a3ae8c566", + "9fa34db2-7968-4749-a83f-91ec2b12982d", + "a97f4858-0f13-405a-8b28-98ee5f997999", + "bca273dd-1758-4439-b7e0-745755dcffa0", + "c87f6dbf-1062-4e72-a19d-db779f1d3e66", + "d3965eac-1d56-4809-bf64-8291c9bbdf2f", + "d5925eb4-5192-4bc0-83e4-5c6d847118ef", + "d86c34c4-0aeb-4f50-a53e-5a0983c906b7", + "dc5b2d96-ba74-4bd0-bcf0-747548e1c6d7", + "eacaacbb-f514-49bb-bfbf-ccb123c5bf2e", + "ee52ecd1-68c0-48dd-82c2-6d3e45869b38", + "fd13fc62-8767-45d7-aa48-8a140f9a5005" + ] +} \ No newline at end of file diff --git a/test/indexer/data/04836733-0449-4e57-be2e-6f3b8fbdfb12.dss.hca.json b/test/indexer/data/04836733-0449-4e57-be2e-6f3b8fbdfb12.dss.hca.json index 8ce7cebd58..90c95400a3 100644 --- a/test/indexer/data/04836733-0449-4e57-be2e-6f3b8fbdfb12.dss.hca.json +++ b/test/indexer/data/04836733-0449-4e57-be2e-6f3b8fbdfb12.dss.hca.json @@ -1,12 +1,11 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/dd8ac880-75c4-4fe8-89e3-2cc41dad784a": { "name": "Young3_S11_L002_R2_001.fastq.gz", "uuid": "00823629-0112-408a-bcf2-41833b245e93", "version": "2021-05-10T23:24:56.599000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1399015453, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a0c5b82e-0a50-469c-a3e9-a99d24b75abe", "crc32c": "9483ee43", @@ -14,13 +13,12 @@ "sha256": "859263f852d69f4d13b35843ca8e812e5aac440b1acd6929072ea4aee411474c", "s3_etag": "681b47e8bb8639787556481328f0c085-21" }, - { + "sequence_file/6ea00f5c-7e63-493b-b6f9-68ba54dbbed3": { "name": "Fetal1_S46_L002_R1_001.fastq.gz", "uuid": "00c95530-9f10-4401-8bfa-69162c212d50", "version": "2021-05-10T23:24:57.256000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 885462729, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_14c0d71c-bf57-4261-846c-0b656ab50896", "crc32c": "acca3bca", @@ -28,13 +26,12 @@ "sha256": "15d8c3a615dac02acc6bdbe796d6c8e87c230f2428cb0404e150001284ac2040", "s3_etag": "1aea2683bbe9211858a899a2d039758b-14" }, - { + "sequence_file/fea7ae13-ad77-4b59-9922-14f748263eac": { "name": "Young2_S42_L002_R2_001.fastq.gz", "uuid": "00d1ba09-4cf7-4325-8557-96febd0cdb76", "version": "2021-05-10T23:24:55.848000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2606100857, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_74dac87d-312a-44a5-ad01-8629fff394aa", "crc32c": "c8b99ec9", @@ -42,24 +39,12 @@ "sha256": "68f649994fa28c32684e63f488340293b3d63da52d90ca0a6faaa61e53a6ebc0", "s3_etag": "275531625463f771abe3b1fb62950f97-39" }, - { - "name": "sequence_file_0.json", - "uuid": "012af05a-4771-45e5-bb92-9b63fcbde822", - "version": "2021-05-10T23:24:56.488000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f648cc69-80e7-46a1-8575-aae76b30367c": { "name": "Adult2_S35_L004_R1_001.fastq.gz", "uuid": "01d2d764-457f-44c5-8b18-a6fadf73c1f7", "version": "2021-05-10T23:24:59.557000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 805287802, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f4cdaaf4-e41d-402b-8974-d1be58dfe0b1", "crc32c": "07caf594", @@ -67,13 +52,12 @@ "sha256": "fde203f540d6381d72dec312f6ceb1cc7058920f1c698247045bda349385e7ee", "s3_etag": "36dceed3602f2e2ca69196398af00ca5-12" }, - { + "sequence_file/b1e83792-e01e-45e2-bcb8-27b81a0d9db9": { "name": "Adult1_S6_L001_R2_001.fastq.gz", "uuid": "01df1fa6-30b3-4d6b-8b5e-0f54c490064a", "version": "2021-05-10T23:24:59.120000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2531485579, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0341ee2d-395d-4397-8f2f-4735417958d6", "crc32c": "c27a96d1", @@ -81,46 +65,12 @@ "sha256": "958f2fd3a523d4722696541e4c51dcb7981f596e7db771dcde13a69a41890ffb", "s3_etag": "9e465588b8ed4bc335f83eb874daadba-38" }, - { - "name": "sequence_file_1.json", - "uuid": "0256729b-47ee-4ed3-adc7-2c0813bb99b9", - "version": "2021-05-10T23:25:00.590000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_2.json", - "uuid": "02cfb8bb-4eb6-4343-9381-007968f1feee", - "version": "2021-05-10T23:24:58.005000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_3.json", - "uuid": "035a00e0-02ca-46e8-bb76-9b2449ee922f", - "version": "2021-05-10T23:24:58.932000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c4c3353d-f33f-4a5b-a2d8-7878daf2d01b": { "name": "Young3_S10_L001_R1_001.fastq.gz", "uuid": "03815b54-b935-4f04-96ac-56f7c87d601d", "version": "2021-05-10T23:24:56.019000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 520184625, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e952d2a9-b409-4e4c-becc-7916f53514f3", "crc32c": "2f72380e", @@ -128,13 +78,12 @@ "sha256": "ebdcb302f20dbc649432a7434acf88c14c57b25fbd34d477c0818338ea2db36e", "s3_etag": "5989b4a3401b6d707255210234b6d10c-8" }, - { + "sequence_file/acfa3362-62b0-429a-b617-3adb722c200f": { "name": "Young2_S42_L003_I1_001.fastq.gz", "uuid": "03af14b5-ba39-4bfe-a8ac-0d349550078b", "version": "2021-05-10T23:24:55.864000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 334402592, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1b776641-33ba-43b8-a306-012d75c3e113", "crc32c": "14ab6d09", @@ -142,13 +91,12 @@ "sha256": "c56aeabc62bd17f090f0f184a92ecd3d2f02fd3a545c04c843b43255fc469779", "s3_etag": "c213184b89d116bf96bd2b1b74cc0358-5" }, - { + "sequence_file/fd7e7e85-7747-42c3-bc6b-0e4718202d63": { "name": "Adult1_S5_L001_I1_001.fastq.gz", "uuid": "03e8e9eb-f490-4a97-ac2c-0d6eb94c47e4", "version": "2021-05-10T23:24:56.725000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 306146480, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_37919f15-34b1-4ba8-9f93-44083f801720", "crc32c": "3b9d25a3", @@ -156,68 +104,12 @@ "sha256": "1943b1d818e9e1f11560871a21628e645ff01416a929438a807d9b86bff52d61", "s3_etag": "96d237d7cec9b458bf1dea98dc8870ad-5" }, - { - "name": "sequence_file_4.json", - "uuid": "04066a52-7468-4783-b49c-46e28b076739", - "version": "2021-05-10T23:24:59.644000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "04240909-9185-48d3-a4e9-9eb71b3c6648", - "version": "2021-05-10T23:24:54.910000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 990, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "04836733-0449-4e57-be2e-6f3b8fbdfb12", - "version": "2021-05-10T23:25:12.412000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 358661, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "04836733-0449-4e57-be2e-6f3b8fbdfb12", - "version": "2021-05-10T23:25:12.412000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_5.json", - "uuid": "0506c2a0-ef2b-4850-8567-20d08046bdaa", - "version": "2021-05-10T23:24:56.774000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/91594c64-a197-4dc9-8605-d57aff0f2e87": { "name": "Fetal3_S13_L004_I1_001.fastq.gz", "uuid": "05736d0e-ab04-4183-9c38-1bfdf028978f", "version": "2021-05-10T23:24:58.209000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 429897750, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_58329552-c7a7-4fbc-82e7-baeb98b8a3da", "crc32c": "3a46f1cf", @@ -225,13 +117,12 @@ "sha256": "fa5629fb45ede743a900e1c7706f8cfb18614bd0ea91f61bc3e3de86a4b3a9b4", "s3_etag": "6e62e8d0f5820a074dea0d611beeae11-7" }, - { + "sequence_file/53c40015-48a9-4a3f-a513-d617d28a2352": { "name": "Adult1_S8_L004_I1_001.fastq.gz", "uuid": "05b53817-c778-4f1a-ab2a-e51480fa63d4", "version": "2021-05-10T23:24:58.895000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 132046032, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d5ceed15-cf4c-44a7-86dd-4baf882152aa", "crc32c": "c18682e1", @@ -239,24 +130,12 @@ "sha256": "6b403550cc96990bfdc8fa7532fdff4571b5df66d181815c87ad1c1e2dbed616", "s3_etag": "d0b19b7dd8ece7184176b6f95aaafb4e-2" }, - { - "name": "sequence_file_6.json", - "uuid": "061936ce-8fbb-4576-8c0c-ed871767917f", - "version": "2021-05-10T23:25:05.832000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3": { "name": "Adult2_S35_L003_I1_001.fastq.gz", "uuid": "062700c0-e8ed-46e2-b7cd-7cc6d8c3fc85", "version": "2021-05-10T23:24:59.488000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 297397325, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_382f6f5c-5944-4738-b338-ac0ea389b458", "crc32c": "9898acae", @@ -264,13 +143,12 @@ "sha256": "99cae5e5ebb6d48fcaff9ccb199f1713ed3c0c12de2227a6fd03681c34e915ed", "s3_etag": "177cfbe3b507ff3daf8aadb95f27cb0f-5" }, - { + "sequence_file/541fc29f-a7a3-456e-b28e-80f9036a4e33": { "name": "Fetal1_S46_L004_I1_001.fastq.gz", "uuid": "064b7aa5-c62b-44b8-bf51-08a63d47441c", "version": "2021-05-10T23:24:57.328000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 300595882, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_40f16128-7fb1-48f3-98de-a2aa191f110e", "crc32c": "4b659dfb", @@ -278,35 +156,12 @@ "sha256": "5485402abb0186cfbc457709716f6e2eca1cce4217e4fdda058cc9acb357eec7", "s3_etag": "16384723b3aadaae9c9023e491134f88-5" }, - { - "name": "sequence_file_7.json", - "uuid": "067d2b7b-127b-421f-91db-0acc05ad62ad", - "version": "2021-05-10T23:24:57.823000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_8.json", - "uuid": "0697146c-0105-4d6f-baff-d9147593eadb", - "version": "2021-05-10T23:25:00.232000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7060b0f4-a756-41f8-bc65-16c7effef1be": { "name": "Young2_S44_L004_R1_001.fastq.gz", "uuid": "073edb43-47d2-45c7-bff2-76c503ebb951", "version": "2021-05-10T23:24:55.652000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1118040836, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_20ee57a6-930b-435a-b126-379b1a051e6d", "crc32c": "e795d8bc", @@ -314,13 +169,12 @@ "sha256": "63f82b09c8c91641791b31d71eead83591c2acab3b8d0862b56577d0580c87aa", "s3_etag": "4af26ea32321afa7f512599a3b3a4487-17" }, - { + "sequence_file/0fa69e92-febb-4bab-857c-4b67a2b17ff6": { "name": "Adult2_S34_L003_R2_001.fastq.gz", "uuid": "07adbae3-fbf8-4a59-8272-d0dbdd51d9ba", "version": "2021-05-10T23:24:59.945000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2160782487, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_98365f97-c1e7-4242-b6e4-bc1103869889", "crc32c": "6ac94e8d", @@ -328,35 +182,12 @@ "sha256": "a3fe5aacad8492d7f95babffe2c0b74339b255bdbf09104a1734f7241130fe43", "s3_etag": "9ab72e4f07756c56e62f6a497d2d9199-33" }, - { - "name": "analysis_protocol_0.json", - "uuid": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2", - "version": "2021-05-10T23:24:55.328000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 2454, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "07fc08c2-8b57-45f6-afe8-eeed266c0809", - "version": "2021-05-10T23:25:12.039000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce": { "name": "Young3_S11_L001_R1_001.fastq.gz", "uuid": "091a1403-2320-4e38-8749-3088deb6da8b", "version": "2021-05-10T23:24:56.550000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 604854646, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4198c4d0-1696-4ec4-8333-1b2c6f13f1bc", "crc32c": "aa162e31", @@ -364,35 +195,12 @@ "sha256": "1236b11e68ff38d7e0c81dcccfadb8405a02e5e12f2eb8da8041b1d56048b4a0", "s3_etag": "da9c9b700f919c4e789c2ef6c72f677e-10" }, - { - "name": "process_2.json", - "uuid": "092b2a1b-0730-4860-b466-e92e66afd8d1", - "version": "2021-05-10T23:25:12.151000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_9.json", - "uuid": "09610000-dc5c-4665-a72e-b0dad51edf6d", - "version": "2021-05-10T23:24:57.569000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5621674e-0290-487d-8c0c-49b617d1628c": { "name": "Young3_S9_L003_I1_001.fastq.gz", "uuid": "096cce50-ea0a-4d40-9f12-c625735ef398", "version": "2021-05-10T23:24:56.339000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 155298330, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c8437b86-5c16-4baf-a4e5-74b76907b3c3", "crc32c": "74a687c6", @@ -400,35 +208,12 @@ "sha256": "a5d86c2b0a6c4b78581faa9202689a663215736fdb5e7d8612cca6603b19c2be", "s3_etag": "121009db65199ab9db40e5923bfc405c-3" }, - { - "name": "sequence_file_10.json", - "uuid": "09a53782-90ea-4911-a793-706e74127adb", - "version": "2021-05-10T23:24:59.957000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_11.json", - "uuid": "09b831a2-5b60-4753-864e-8af803024437", - "version": "2021-05-10T23:24:57.193000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bd1e5909-c184-4ee0-906c-77e399270a71": { "name": "Fetal1_S46_L004_R1_001.fastq.gz", "uuid": "09be6713-f8fa-48a6-873e-d9524c526c8f", "version": "2021-05-10T23:24:57.341000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 852595117, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c3740ee8-e815-4ff8-a147-bf57c13a0f4c", "crc32c": "5a80e0c8", @@ -436,24 +221,12 @@ "sha256": "b61de4061c3a2ef9b176033193f7b4975178b22c9441e7d5390a427c27007ca5", "s3_etag": "f8a4a847d246621199746d286a1f692f-13" }, - { - "name": "sequence_file_12.json", - "uuid": "09c0456a-ec0b-47e3-870d-4b47221a45a6", - "version": "2021-05-10T23:24:57.806000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/02cfb8bb-4eb6-4343-9381-007968f1feee": { "name": "Fetal3_S16_L001_R2_001.fastq.gz", "uuid": "09ffc9cf-6e64-4d47-8188-a8588ec39861", "version": "2021-05-10T23:24:58.005000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3758178225, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fb8aa41e-6226-4d61-b7fa-d4c0c44b74f2", "crc32c": "8f86f908", @@ -461,13 +234,12 @@ "sha256": "b3aece3d39d02ca290c8a7dd7227d1dccae2264922c998eafa588d719c5e47f3", "s3_etag": "f34b56d4991388c23fe34d25b6532965-57" }, - { + "sequence_file/e0dd6ad5-0582-47de-9cbf-7351ebd5e005": { "name": "Fetal2run1_S14_L002_R1_001.fastq.gz", "uuid": "0bde5b06-1ff3-4f81-a283-7ce6cb576499", "version": "2021-05-10T23:24:57.453000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 783383763, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_14387732-8ee0-4f48-80de-d7ef71898029", "crc32c": "a0f3c2d8", @@ -475,13 +247,12 @@ "sha256": "cc42802d31582a14a381e0361c85483b6080fbbfad2b2bff618d75272a608836", "s3_etag": "b89de2a5e4390adb98ec26d5c037a9af-12" }, - { + "sequence_file/559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0": { "name": "Fetal2run1_S13_L002_R2_001.fastq.gz", "uuid": "0be51b1f-d922-4a9a-8918-b354b05c7882", "version": "2021-05-10T23:24:57.429000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3963369232, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a32acfed-cdd1-47f9-bcde-3a7ce2a6c707", "crc32c": "9d658176", @@ -489,46 +260,12 @@ "sha256": "d8dcce99b2788c3cbfa0abe9a86e8a0a62ea2bb86013390c3707e92183d2bfb0", "s3_etag": "c3eba1c79483d014479b430af529be4e-60" }, - { - "name": "sequence_file_13.json", - "uuid": "0c577531-9218-444b-8094-85d8c6f5c73e", - "version": "2021-05-10T23:24:59.857000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_14.json", - "uuid": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc", - "version": "2021-05-10T23:24:59.819000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "0e1884e4-310f-4afb-9721-e0721a290498", - "version": "2021-05-10T23:24:55.241000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 935, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a65b7c37-e038-41d5-8623-2046bdc278a4": { "name": "Young1run1_S12_L002_I1_001.fastq.gz", "uuid": "0f071463-fdce-400f-82d9-dc78cb248003", "version": "2021-05-10T23:24:58.596000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 475604513, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e5c7526d-f370-4b3c-b702-205339aeb706", "crc32c": "3694bdf2", @@ -536,13 +273,12 @@ "sha256": "29c59316a1c05533392742061d702dc0094c4ff3677fe34be5aa7fdad7c2cca7", "s3_etag": "83d8c739b931dacfdc487aa47db1b95c-8" }, - { + "sequence_file/edbe53c5-208b-436d-b283-1aa4ee94800c": { "name": "Fetal3_S14_L002_R1_001.fastq.gz", "uuid": "0f9a7b95-19f7-4479-9807-34b644296244", "version": "2021-05-10T23:24:58.300000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1379865044, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_51aad4d1-8c5c-4914-8f4a-fecffd721f25", "crc32c": "0abad25a", @@ -550,24 +286,12 @@ "sha256": "3454d13292a01cecbaa23a16fab42caefbaaa0f906d334b69f590029e0e5aa85", "s3_etag": "25d2381da1f4710a34a58aaf49b5697a-21" }, - { - "name": "sequence_file_15.json", - "uuid": "0fa69e92-febb-4bab-857c-4b67a2b17ff6", - "version": "2021-05-10T23:24:59.945000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7d5ca602-df90-402e-9c12-933e1cdde407": { "name": "Young2_S43_L003_I1_001.fastq.gz", "uuid": "1020603f-5b24-41ca-a106-556574cee788", "version": "2021-05-10T23:24:55.449000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 263629241, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d7ff1db4-3306-4b60-b3eb-e92b51c64238", "crc32c": "81b4d677", @@ -575,46 +299,12 @@ "sha256": "e2733467e974676c27073c67a698bea71022f8bbc4298a206e1bd94cd2a3e088", "s3_etag": "e394ca102b4286576876eb6ec717b8fe-4" }, - { - "name": "sequence_file_16.json", - "uuid": "102b8410-1c0e-46f5-90fe-609ab117221c", - "version": "2021-05-10T23:25:10.607000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_17.json", - "uuid": "10b3b42b-3612-48fb-849b-bfc036c248a6", - "version": "2021-05-10T23:25:09.259000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_18.json", - "uuid": "110bb0f5-9d1a-4573-b711-6bee156d0eb8", - "version": "2021-05-10T23:24:56.476000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/65fae226-b417-43cd-a5c8-cf2336b8cff5": { "name": "Adult3run1_S7_L002_R1_001.fastq.gz", "uuid": "116a5666-1022-46b6-8969-eb7d20d39ef5", "version": "2021-05-10T23:25:00.311000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1733989479, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_406556cc-61db-4499-918a-5b61de98f127", "crc32c": "42007f89", @@ -622,13 +312,12 @@ "sha256": "a712adae071a9d225fd5416ce34040cea058a4aad05670da3f2a456c14f46ab7", "s3_etag": "130d19a330b147e9a4537f0aace26ade-26" }, - { + "sequence_file/e0a99b8f-15e2-4a9e-b298-1066a9bcbda7": { "name": "Young2_S43_L002_R2_001.fastq.gz", "uuid": "11cc1e64-8d96-40bc-bbd2-977b4b02c4b6", "version": "2021-05-10T23:24:55.437000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2083471006, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a276961e-b6f3-4ba5-bee1-d59e8093319a", "crc32c": "e67f8233", @@ -636,24 +325,12 @@ "sha256": "98f4bcaca33c9fda2277aa02c15ee315a90b84f9a9a4dbc7026a6e728f2e5f62", "s3_etag": "61f931aee0b12fd3177e4302dab5aa5f-32" }, - { - "name": "sequence_file_19.json", - "uuid": "11d171f7-7775-40a4-90a4-df995775b1c4", - "version": "2021-05-10T23:24:57.480000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/65b78fda-7874-455f-9c9a-bf7aca375a0b": { "name": "Fetal1_S47_L004_I1_001.fastq.gz", "uuid": "120a2ea9-2b86-4039-99b3-2bacf4b38751", "version": "2021-05-10T23:25:07.058000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 250233977, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5f1b5914-b967-4853-a841-cd1c1a715e0f", "crc32c": "4e66bc3a", @@ -661,57 +338,12 @@ "sha256": "0eb574bcfcb80a2d36fcd18a9c42adf0d4b88664717a5b01b80f52ea415a4bc5", "s3_etag": "5620f6d2e798823743bc04cd11cfcb62-4" }, - { - "name": "sequence_file_20.json", - "uuid": "12826f14-2ef8-4069-a797-42d2f4c0937b", - "version": "2021-05-10T23:24:59.079000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_21.json", - "uuid": "130831cc-87b6-47fd-93a8-ae1890d365f2", - "version": "2021-05-10T23:24:56.269000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_22.json", - "uuid": "14795e28-bcee-4da3-83cf-bb2592b6c0d0", - "version": "2021-05-10T23:24:58.842000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_23.json", - "uuid": "154dffeb-efd7-4081-a73c-bf1b73ca9a90", - "version": "2021-05-10T23:25:00.021000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/56d5b505-6591-47c4-b469-006e27e6e343": { "name": "Fetal3_S14_L004_R1_001.fastq.gz", "uuid": "16907e80-3a36-4c03-b13d-7de8b5490f8f", "version": "2021-05-10T23:24:58.377000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1328409353, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5d999605-36c2-4176-8377-24085bbcd5d8", "crc32c": "11ee3e56", @@ -719,13 +351,12 @@ "sha256": "33d23b3f8ded26333a083a773ca1cde32a7fcc12297df5847d09b15e55c94958", "s3_etag": "7c4e65a35ba6dad7925f5fb930efce6d-20" }, - { + "sequence_file/d13d109b-0106-4102-9769-82bb2ed9cfb7": { "name": "Adult2_S35_L002_R1_001.fastq.gz", "uuid": "16efb9eb-a634-46cc-ba8d-5ac3caa0cc98", "version": "2021-05-10T23:24:59.455000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 834043613, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e3b84886-5c07-41d7-9cf0-b0a52a349b66", "crc32c": "3dba4bee", @@ -733,13 +364,12 @@ "sha256": "17c8e79854f8196005735b638a2922a5725a6cbaa285ae35d07aa41e3ed0aaf5", "s3_etag": "c6ba7c9a2a193121f0968d2ccc624b68-13" }, - { + "sequence_file/a778ad17-3705-40bc-b425-245d17958638": { "name": "Young2_S42_L001_R1_001.fastq.gz", "uuid": "174d0c2a-8487-4651-b939-97b1cf9f0816", "version": "2021-05-10T23:24:55.797000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1106536772, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_83d70464-92f1-44c5-9ca5-2eff663e7a34", "crc32c": "a50b42cd", @@ -747,13 +377,12 @@ "sha256": "c1aaddf9026497aa6290a4c1cea7234b51ef037878af6711578772e69eca4625", "s3_etag": "3785ca31b1b91636e9a19934186ca5cc-17" }, - { + "sequence_file/d1f65c9e-628b-4c5f-b76a-1154c1666eba": { "name": "Adult1_S6_L003_R1_001.fastq.gz", "uuid": "17667128-f652-4e98-9a47-dd16b5d2d3f8", "version": "2021-05-10T23:24:59.215000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1073275612, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b9adfe71-0415-4102-9f44-932c2687b04d", "crc32c": "700eff41", @@ -761,13 +390,12 @@ "sha256": "4b624f8d687fdabc410d1d751e04680e60dced379effc3cd020d3d38a972ce98", "s3_etag": "08759bc9204e5b7efe7ff41fbfb6328e-16" }, - { + "sequence_file/1a589473-0047-4bca-afce-57c8448f0dc6": { "name": "Adult1_S5_L002_R1_001.fastq.gz", "uuid": "1767fde5-01d5-49d1-8e54-a81999b6c812", "version": "2021-05-10T23:24:58.950000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 918596588, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_caba215a-e96e-4ec5-bd19-894461cac2dc", "crc32c": "58d625b8", @@ -775,24 +403,12 @@ "sha256": "518599842d089f6e7b8d80be4988fe8dfa0625d1de29e6736ab97638483d81ee", "s3_etag": "63be7a1ca6432203e295a3ff03af2cbf-14" }, - { - "name": "sequence_file_24.json", - "uuid": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8", - "version": "2021-05-10T23:24:58.222000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2f033594-a8bd-49c4-b1b7-69ce88fe26d4": { "name": "Fetal1_S45_L002_R1_001.fastq.gz", "uuid": "17caacbc-c7dc-4924-b4aa-4941fb4baf61", "version": "2021-05-10T23:24:57.095000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1134207272, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ef168454-2792-4701-bef4-e71f61bbed36", "crc32c": "28b7ef49", @@ -800,57 +416,12 @@ "sha256": "ede9a07fdc282e213dc2f8e1fc0bf02397fadcff26ed6df316fe62bd02194d1a", "s3_etag": "aad7560f1f4e979f892a7cd0f7ad4ffb-17" }, - { - "name": "sequence_file_25.json", - "uuid": "18d81f7f-94c8-4877-939a-b74ba802835a", - "version": "2021-05-10T23:24:59.933000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_26.json", - "uuid": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2", - "version": "2021-05-10T23:24:57.898000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_27.json", - "uuid": "1a589473-0047-4bca-afce-57c8448f0dc6", - "version": "2021-05-10T23:24:58.950000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_28.json", - "uuid": "1adbb95f-f5c3-41ce-8e16-7657d189de79", - "version": "2021-05-10T23:24:58.665000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1": { "name": "Fetal1_S45_L004_R1_001.fastq.gz", "uuid": "1aeb9062-38e0-4678-bf5b-849be34a84f0", "version": "2021-05-10T23:24:57.181000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1090145193, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7aef5d3f-e799-4040-be9c-3f16360b7d7d", "crc32c": "9ec4a62f", @@ -858,13 +429,12 @@ "sha256": "d1f8ff4b5db0b533a1f3a2ecc3dfc552314e0caf32e2e14941c46b58d73f2749", "s3_etag": "58de5db10ec7be9db47a263f81eac7c6-17" }, - { + "sequence_file/b3739e56-e8cc-43b6-8b43-9116b5d75e69": { "name": "Young3_S11_L002_R1_001.fastq.gz", "uuid": "1b0bd409-58f7-4674-a5ac-1614c28f6350", "version": "2021-05-10T23:24:56.587000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 617256737, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_01f65941-1c56-41ca-b27e-1e7dbacd797b", "crc32c": "7be8ccdd", @@ -872,13 +442,12 @@ "sha256": "a4a7a14e1fa528bb8bc45e87e143c091bc29b5d212bc202e8000d261cca87293", "s3_etag": "f2b647e97e9bec4c582c17a9b8cbbb9b-10" }, - { + "sequence_file/1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec": { "name": "Adult1_S6_L001_R1_001.fastq.gz", "uuid": "1b3c4f36-c0b2-4beb-ab5f-842350a241a3", "version": "2021-05-10T23:24:59.107000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1084423848, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cdc5906e-e47a-48ca-93d5-f2162e71df76", "crc32c": "9f3afc86", @@ -886,13 +455,12 @@ "sha256": "b90ed94f7d2c40bd2cc221155c9499973bd2d52e3ae46909cd957f8745723b92", "s3_etag": "ae9554f97bf7b9cf6b22f1f9b26672a7-17" }, - { + "sequence_file/75e38979-23f0-4749-bfcc-d8e92db7f2b0": { "name": "Fetal2run2_S14_L002_R2_001.fastq.gz", "uuid": "1b4e8227-baf8-424a-9a4a-148bbdc2f5a6", "version": "2021-05-10T23:24:57.624000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2073386838, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_59f39f3b-eb55-48ab-bea9-bf494761db03", "crc32c": "46542ab6", @@ -900,35 +468,12 @@ "sha256": "19fe7573d3ccbdccc7ab748730c7ec721706617e13947e3cd425e0aab29032ed", "s3_etag": "f29372c8373456d7d3487f1b0bfb0b3b-31" }, - { - "name": "sequence_file_29.json", - "uuid": "1badbbc9-6b43-41f6-acad-36f09cff3d21", - "version": "2021-05-10T23:24:55.942000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_30.json", - "uuid": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288", - "version": "2021-05-10T23:24:57.784000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bb788d30-169b-4160-be07-98222d0a8327": { "name": "Young3_S11_L003_I1_001.fastq.gz", "uuid": "1c05f18f-de60-4274-9146-0760cebe8824", "version": "2021-05-10T23:24:56.611000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 195353258, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9400a1a2-f6c9-443a-a974-fd520283dc62", "crc32c": "cc7d484c", @@ -936,13 +481,12 @@ "sha256": "d27f9ba3cb50ac58e80e64bef1ce26e7bcc19d29c55ea930a8477d29401642d8", "s3_etag": "f75e282286db33ba6ecfad2735742991-3" }, - { + "sequence_file/d3661383-3d73-41a0-8676-295926c07eeb": { "name": "Fetal2run1_S13_L002_I1_001.fastq.gz", "uuid": "1c0719e3-760e-401a-a285-84bce1a9d46f", "version": "2021-05-10T23:24:57.404000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 588801633, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c44daba3-ae24-4f2b-9de8-37d09b26b7ba", "crc32c": "7d9b13fe", @@ -950,13 +494,12 @@ "sha256": "eac8e184f1dd31cd44fd2b73706ed88fef23e0e5bc34a23957930d65df8cea9c", "s3_etag": "005f0d5b538c6c5c4be28d83e6a4fcb1-9" }, - { + "sequence_file/61716326-4fa0-41b9-8ca4-5b020500e8ad": { "name": "Fetal1_S45_L003_I1_001.fastq.gz", "uuid": "1c39afd5-e212-4bd9-a8a8-1649bfadc12f", "version": "2021-05-10T23:24:57.129000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 344049361, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b91adec6-1a9c-4082-a347-6b8a2c968723", "crc32c": "454a1bc2", @@ -964,35 +507,12 @@ "sha256": "d2a230b43f0202181fe871c2fc91bd90fc520368db69d44aedfe7eb5f67bfb56", "s3_etag": "19ed72597da72632fe240382296603f9-6" }, - { - "name": "sequence_file_31.json", - "uuid": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66", - "version": "2021-05-10T23:24:56.687000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_3.json", - "uuid": "1c9e23d2-922a-41b7-ab5e-2a16d1273a7a", - "version": "2021-05-10T23:25:12.425000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c0fc6427-6fa7-4d8d-9d6e-8844a26ff318": { "name": "Young2_S44_L001_R1_001.fastq.gz", "uuid": "1cf005ac-a546-4151-bf79-4a898e918798", "version": "2021-05-10T23:24:55.542000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1139007999, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fef32852-18dd-4ea6-91d3-7af9e02e6255", "crc32c": "5680f9c3", @@ -1000,13 +520,12 @@ "sha256": "73cc73d178121cc032e956edab53a2435e0aafd02a66463899065eb2e0cd4aec", "s3_etag": "242e31ab3891ac164a8b74d978976f2d-17" }, - { + "sequence_file/9717e5ab-015a-4fee-9864-0332c60b1e9a": { "name": "Adult2_S36_L001_I1_001.fastq.gz", "uuid": "1cf89101-b861-4bb8-98e6-ef46cf064853", "version": "2021-05-10T23:24:59.581000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 324676206, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e8bdca4f-514d-4c6f-923c-241a70a4bf51", "crc32c": "5f81d967", @@ -1014,35 +533,12 @@ "sha256": "78e5787538fd02e1aad1ec572df3d600446f5350b6e58b35177eda7ee6fad725", "s3_etag": "f0adb417a7705bd36d4a9ab601c3e39e-5" }, - { - "name": "process_4.json", - "uuid": "1d66f422-91f4-46d1-8768-3fcca538fc46", - "version": "2021-05-10T23:25:12.075000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_32.json", - "uuid": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e", - "version": "2021-05-10T23:24:58.051000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02": { "name": "Young2_S44_L001_I1_001.fastq.gz", "uuid": "1ec0519b-81e7-4bc2-9a1b-d14c6e745bb4", "version": "2021-05-10T23:24:55.523000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 347935477, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_67c40932-2205-44f6-b57d-c559ba28372b", "crc32c": "aa2677bf", @@ -1050,13 +546,12 @@ "sha256": "52c8276b94924fbce5114aae5d91b9a162514ad71139b31498901354f92803ae", "s3_etag": "219f02049f09e55ca01e8a55d664178a-6" }, - { + "sequence_file/893dfdd4-43f4-4256-938b-d957928f0daa": { "name": "Young3_S12_L002_R2_001.fastq.gz", "uuid": "1ec9b28d-e07e-4588-b3d5-408f41addb2a", "version": "2021-05-10T23:24:56.069000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1544575803, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fd8b18bc-1c94-4f94-9328-2a08f8f7466f", "crc32c": "3bf3eb0e", @@ -1064,35 +559,12 @@ "sha256": "9c17ed4dcdb1c2868a28d36862a6763c06a86d102e53eb6fb9a18048413d0603", "s3_etag": "ad795b371741a27412ff8f725b055274-24" }, - { - "name": "sequence_file_33.json", - "uuid": "1f134dea-8f9b-4e90-a1af-80508f43f73c", - "version": "2021-05-10T23:24:59.569000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_34.json", - "uuid": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1", - "version": "2021-05-10T23:24:57.181000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f9eef16f-b9cc-43bb-b9f3-bf0948766e7e": { "name": "Fetal1_S47_L002_R1_001.fastq.gz", "uuid": "1fa9f51f-6108-47dd-a130-2c9cdf46701a", "version": "2021-05-10T23:25:05.626000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 813876985, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_76d9c968-1816-4cbe-9ec7-a76fa8bc76c9", "crc32c": "8fe8536f", @@ -1100,35 +572,12 @@ "sha256": "a38d8aeba2d14e058596a4292735eb50fbc5cc7e9d75715f3195b7a4139c4a5a", "s3_etag": "e20d512cd442d7585c9e20879040e661-13" }, - { - "name": "sequence_file_35.json", - "uuid": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec", - "version": "2021-05-10T23:24:59.107000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "2129a373-0919-4c91-bf59-adf4de6566f5", - "version": "2021-05-10T23:24:55.095000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 723, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/3d8bc409-2043-486a-9a0b-12c71a741d83": { "name": "Adult1_S5_L003_I1_001.fastq.gz", "uuid": "21a4919f-647c-42b3-a6af-a4309110ed2a", "version": "2021-05-10T23:24:58.989000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 301723167, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_eb8d3790-6919-428c-a4f5-478afacfdd7e", "crc32c": "61edda4e", @@ -1136,57 +585,12 @@ "sha256": "af70f69558de532400e474005e294ebb0b35ecdf0299a4dd9c438c541da8d9b0", "s3_etag": "a89d36f38ddcbf547dbd9057859a1ef3-5" }, - { - "name": "sequence_file_36.json", - "uuid": "21bd79df-cc64-4381-a5c7-0e81e001ea1a", - "version": "2021-05-10T23:24:59.234000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_37.json", - "uuid": "22343575-1465-455f-8360-4e716aab17fb", - "version": "2021-05-10T23:25:03.225000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_38.json", - "uuid": "22833c60-dc70-4299-86ac-00747b91b3cb", - "version": "2021-05-10T23:24:57.354000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_39.json", - "uuid": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22", - "version": "2021-05-10T23:24:57.230000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d068c2b0-60c7-429a-938c-cb9c703c4c4d": { "name": "Young3_S10_L004_R1_001.fastq.gz", "uuid": "22ccd979-a5e2-476d-9e80-394418c0f3f4", "version": "2021-05-10T23:24:56.513000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 510193078, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_101ed484-1310-46b6-9bbb-15becfb79bb7", "crc32c": "72e8100c", @@ -1194,13 +598,12 @@ "sha256": "9811f426ee9b3ad5e3da7f67ee797989337b5508d2d34d16ea2279ce6ddb7f2b", "s3_etag": "cded8bc0c68ee434ef17fc3debc0fa26-8" }, - { + "sequence_file/74086d10-f049-45c2-8654-de93aac63d94": { "name": "Adult1_S7_L004_R1_001.fastq.gz", "uuid": "23156c36-e709-422e-bace-1b40795c8b30", "version": "2021-05-10T23:24:56.880000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1272115747, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_165ef4ed-6674-458f-8c9e-524dfdd70407", "crc32c": "a3675fde", @@ -1208,24 +611,12 @@ "sha256": "dd7ccf60dea790123f90199250a45965e15df6b0b0a5b354b69f8db30e7378a0", "s3_etag": "1fa4d7a256887cd7fa849f4f96761d72-19" }, - { - "name": "sequence_file_40.json", - "uuid": "23203fb2-d46d-4d14-95e5-4ec38191e420", - "version": "2021-05-10T23:24:55.822000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ac036daf-a7cc-4583-a219-814c77ed8001": { "name": "Adult1_S7_L001_R1_001.fastq.gz", "uuid": "238cab27-9274-495b-962f-2b610f237758", "version": "2021-05-10T23:24:59.334000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1293766134, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_04ebc32e-0279-4004-a099-ffbc47acc83c", "crc32c": "f94e2b4d", @@ -1233,24 +624,12 @@ "sha256": "bba38116912175e214113822ed38a998434c7214706407a1750b9774f4b4b996", "s3_etag": "176f7b20dcf500ad64f53f5641bd5fb9-20" }, - { - "name": "specimen_from_organism_0.json", - "uuid": "24023592-6f24-47d3-98ea-3c9e03cf3fc4", - "version": "2021-05-10T23:24:55.019000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1150, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4df715c5-a783-41e6-a99e-eedf93a37fb3": { "name": "Young3_S11_L001_R2_001.fastq.gz", "uuid": "247a418e-75ff-47c5-9272-93035037d5a4", "version": "2021-05-10T23:24:56.563000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1370785582, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0bebfd5e-c4d0-49ee-8b74-e5c4d01927ec", "crc32c": "ba55f67e", @@ -1258,35 +637,12 @@ "sha256": "40e214ef785533780a48d2c1c9c5411517f599ccf5014c8a94d446155fc97178", "s3_etag": "bcf83fdfed30082922dfcab914c8c85d-21" }, - { - "name": "sequence_file_41.json", - "uuid": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4", - "version": "2021-05-10T23:24:57.366000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_5.json", - "uuid": "24f7d4c3-f9ec-476e-b038-e0d83c6e11c8", - "version": "2021-05-10T23:25:12.466000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2": { "name": "Adult1_S8_L001_R2_001.fastq.gz", "uuid": "268eee1e-83cc-4064-bbf5-9799d7635be5", "version": "2021-05-10T23:24:56.997000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 975521265, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ae6f5fc5-dd1e-44b0-b195-b20fc6538624", "crc32c": "4c184cd9", @@ -1294,13 +650,12 @@ "sha256": "78f1b91582a2cfa3bb9b1923f27a1e8f5ef27a83d176b6619194b257268f479e", "s3_etag": "8b785c2735805c6ad84763b236adfeea-15" }, - { + "sequence_file/c3093b68-54a2-4d31-aa15-50afb0414625": { "name": "Fetal3_S16_L003_I1_001.fastq.gz", "uuid": "27349ad8-0595-4deb-9cb9-4df05f4f31db", "version": "2021-05-10T23:24:58.064000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 524320504, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8ec9c2c3-2dbb-4556-9b18-11f4413d69ca", "crc32c": "9c5e8e9b", @@ -1308,13 +663,12 @@ "sha256": "974d328b950936ed368732b351f9e7fceff9340001d90c8e89595e164d32316a", "s3_etag": "356905e0444e33ed89c4543fefca1410-8" }, - { + "sequence_file/fed6f8f3-2c61-4361-8160-2c5a13db83d4": { "name": "Fetal3_S13_L004_R2_001.fastq.gz", "uuid": "274a70c7-ac73-4e9e-b80b-602e01803502", "version": "2021-05-10T23:24:58.237000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3454631457, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bcdf0e16-b504-4cc9-96bd-9581b475fb66", "crc32c": "f519fa8b", @@ -1322,13 +676,12 @@ "sha256": "14845b0b3ec6cc0b21547c8812d1c8cb2eb53e5ae5951655cbd409a9ed6755ee", "s3_etag": "cd5c6e04599d534682ffcd8db735e7f1-52" }, - { + "sequence_file/97cfc6c1-2a97-41ef-bb36-0ac99b8c8195": { "name": "Adult2_S36_L004_I1_001.fastq.gz", "uuid": "27d2989d-79e9-4caf-839a-34bebff5a601", "version": "2021-05-10T23:24:59.693000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 318136853, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_98f63694-c925-4aea-ae93-b45ce4262eec", "crc32c": "aae669f6", @@ -1336,13 +689,12 @@ "sha256": "604d95a5936a1c8e7e3ce4de91151e838a78da45eb5a92aa419103eb0358bdbb", "s3_etag": "7433454b84559a97a75e42d0fde0d4d1-5" }, - { + "sequence_file/e06ec666-d2ed-4801-8bc3-03ddcd151c49": { "name": "Young2_S41_L004_R1_001.fastq.gz", "uuid": "27e04f3e-1375-4cd2-b5f0-bea8bfd595c4", "version": "2021-05-10T23:24:55.761000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 985000449, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3ac86bc4-577c-44ca-b212-3eb122385c56", "crc32c": "9d9c2847", @@ -1350,46 +702,12 @@ "sha256": "d0d752623f94d5ab11debf4b568f57ac18a8989f77f31af66017529bebc11c99", "s3_etag": "44fcc0c9f92df167a649dbe83cd2529d-15" }, - { - "name": "sequence_file_42.json", - "uuid": "28023147-3cad-4c1d-b494-b693c4f0a6bd", - "version": "2021-05-10T23:24:56.415000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_43.json", - "uuid": "2862a721-a50b-4e47-86c5-35547bc44e53", - "version": "2021-05-10T23:24:58.907000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_1.json", - "uuid": "28899ffa-f480-4ee6-8ccf-30e90f8a7482", - "version": "2021-05-10T23:24:54.891000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 991, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c7970499-e36d-49f3-b1f2-6886746333c9": { "name": "Fetal1_S48_L001_R1_001.fastq.gz", "uuid": "28bb1ea6-ee3f-4ba4-a98e-1c841fa183d3", "version": "2021-05-10T23:25:07.987000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1056099871, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3b6240d9-e702-489a-ab93-fad15723289f", "crc32c": "b50cad08", @@ -1397,90 +715,12 @@ "sha256": "678612064ce11ab543e2e58b7d5f554c0baeb8e7524b41b1465aa21a9b58fbb4", "s3_etag": "34d9c13d4437cade92f1f4a73361a99f-16" }, - { - "name": "sequence_file_44.json", - "uuid": "28c505c1-e1c4-4e73-b935-9616224da552", - "version": "2021-05-10T23:24:59.870000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_45.json", - "uuid": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441", - "version": "2021-05-10T23:24:57.686000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_46.json", - "uuid": "290232bb-afb1-45b2-8e04-be180948541a", - "version": "2021-05-10T23:24:57.205000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_47.json", - "uuid": "296db6ee-3e65-48ee-b232-626653165222", - "version": "2021-05-10T23:24:59.606000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_48.json", - "uuid": "29ee234c-5d39-4eb9-8f73-22121936b3db", - "version": "2021-05-10T23:24:58.185000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_49.json", - "uuid": "2a77f1db-b5d4-4657-a522-9786aaa7df80", - "version": "2021-05-10T23:24:58.920000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_50.json", - "uuid": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc", - "version": "2021-05-10T23:24:59.594000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7eb2244c-6b4d-4d91-bfc6-44ec12d9319b": { "name": "Adult3run1_S8_L002_R2_001.fastq.gz", "uuid": "2aa19940-68c0-4ea1-90d8-70760b8dc237", "version": "2021-05-10T23:25:00.610000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3564691256, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c5347064-8cca-4f36-bd4b-f8f0a02145e1", "crc32c": "1177e6fe", @@ -1488,24 +728,12 @@ "sha256": "8e915a460b0e9e8a35b0bb6a3c1898014f23ba54d05b6290f30c439cda28e8f1", "s3_etag": "1a6e37899b8b212d40f8479bf5035bef-54" }, - { - "name": "sequence_file_51.json", - "uuid": "2aba7a6a-6d70-4310-9e64-071c6adbe16b", - "version": "2021-05-10T23:24:59.833000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f7a68998-a02b-4d1c-8768-0abb9e9ae35a": { "name": "Adult2_S33_L004_I1_001.fastq.gz", "uuid": "2b4e9f9e-5929-4c09-82fc-fd0986686e12", "version": "2021-05-10T23:24:59.807000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 328834443, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ce0a6b0e-2860-41e3-8bd0-72eacd696157", "crc32c": "f70755ff", @@ -1513,35 +741,12 @@ "sha256": "6f8573eb08e1bd5795282f63aeca0019a5fac8c553b48c287c06d03b676d67b5", "s3_etag": "150e8a476c78772c7c26295100be57e0-5" }, - { - "name": "sequence_file_52.json", - "uuid": "2b62614e-dc4d-46ea-bf29-727d5c33effa", - "version": "2021-05-10T23:24:57.543000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_53.json", - "uuid": "2b889dd9-0bd3-412a-967e-74fa9600bb4d", - "version": "2021-05-10T23:24:59.287000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e6b33ccb-99f6-4c02-aa69-e7b581832d04": { "name": "Adult3run2_S7_L002_R1_001.fastq.gz", "uuid": "2bafabec-5248-4da2-bc8f-5b04d6ddb522", "version": "2021-05-10T23:25:02.770000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1980306416, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7282948d-837e-45a4-8721-d0b37e0c70f8", "crc32c": "3dda4ab2", @@ -1549,13 +754,12 @@ "sha256": "9df57583e67ad00ab2790c63a624b364d1f8b9472be02d33e6360f51ef4396ee", "s3_etag": "c592f92b1cf7c230f97488af71296046-30" }, - { + "sequence_file/a1ac3c01-10da-4b93-a61a-71a62e6ddb22": { "name": "Adult2_S33_L001_R2_001.fastq.gz", "uuid": "2c2de25a-7780-49d5-bf08-a369fc05abb6", "version": "2021-05-10T23:24:59.420000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2322413437, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5a512215-439f-41e1-93b9-f277182b05d7", "crc32c": "5759a503", @@ -1563,24 +767,12 @@ "sha256": "f697e1ef685c129f58fd84cac544d3b777aa0b2d04a3d84d6019e78993503007", "s3_etag": "b08709cee3ba0c82e78adba9f20a95e4-35" }, - { - "name": "sequence_file_54.json", - "uuid": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9", - "version": "2021-05-10T23:25:04.821000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e9b50275-4ebe-43fe-b3de-1fe3ab930a23": { "name": "Young3_S9_L002_R2_001.fastq.gz", "uuid": "2c83b1f2-4b66-40cf-bdca-90fe69aa0c3a", "version": "2021-05-10T23:24:56.321000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1108137817, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dd53593f-f9a4-4a35-93b7-1a4ac98607de", "crc32c": "9b03e040", @@ -1588,13 +780,12 @@ "sha256": "85578772be0880eb9375db12cf6efc5d592bf761b4ac044efd3dba0214542f4c", "s3_etag": "0c5ebe88d3ae00dc3668946caa2ea882-17" }, - { + "sequence_file/9b03ad8d-aabf-4736-820a-493db4877f84": { "name": "Fetal3_S15_L002_R2_001.fastq.gz", "uuid": "2c8844e4-b2e4-44ac-8e0f-ac903f8e9320", "version": "2021-05-10T23:24:57.861000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2898415962, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b032b4f5-cbe3-4426-baa6-375b8261e865", "crc32c": "d137458a", @@ -1602,24 +793,12 @@ "sha256": "8aca6df8f96509c58ebb8e2ce7740e08a5f32619270e7968c386fb1afb92a6d9", "s3_etag": "15f80609d858cd36549b8159e4cef472-44" }, - { - "name": "sequence_file_55.json", - "uuid": "2d0246fd-696f-4a54-abe6-d759cc6d27b3", - "version": "2021-05-10T23:24:55.511000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/64309a91-ba2b-4b0e-baa9-7cfce3c5d445": { "name": "Fetal1_S48_L003_R1_001.fastq.gz", "uuid": "2d312c74-647b-4c39-a818-1f916120ec18", "version": "2021-05-10T23:25:09.538000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1045953773, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_99896382-ad7f-4c3d-95ce-3937eb64533f", "crc32c": "f3ab6cb0", @@ -1627,13 +806,12 @@ "sha256": "c524283d50958190001a4953dd239175fbd4ceb8cfc2c2c240acca469174a9a0", "s3_etag": "25158b3f0429ee7191f7c814ad755214-16" }, - { + "sequence_file/ddaab768-186d-456a-8e1d-8631dc97f6ad": { "name": "Adult1_S7_L001_R2_001.fastq.gz", "uuid": "2d487bca-d046-425f-ada2-038bdf5d030c", "version": "2021-05-10T23:24:59.357000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2985786867, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a4064546-6060-4e60-a3ea-6d8fffa62727", "crc32c": "8ba77221", @@ -1641,13 +819,12 @@ "sha256": "3f9e0b1b8848ef88a694580996e65ce2a8df846f92c7cfe7184cbc65221aa5d6", "s3_etag": "981e43475c10284f563af55a4ce691ba-45" }, - { + "sequence_file/7eb17ee4-5704-4ce3-8b41-121ef051ee09": { "name": "Adult1_S8_L003_R1_001.fastq.gz", "uuid": "2e118ffd-49ca-43d7-b590-e91e0456d9fb", "version": "2021-05-10T23:24:58.869000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 422406945, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9c1e4974-93b1-4328-986c-11a5e43e4c87", "crc32c": "a4c5193b", @@ -1655,35 +832,12 @@ "sha256": "e84191fe28d18a8ce65399b1989b4690eb6c5595d1e9b76231b55252b9d198ae", "s3_etag": "65a3cd7c0645f6b2f41a2ea0418e0fbe-7" }, - { - "name": "sequence_file_56.json", - "uuid": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4", - "version": "2021-05-10T23:24:57.095000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_57.json", - "uuid": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac", - "version": "2021-05-10T23:24:55.486000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2f74ffc0-b776-4b4a-90c6-327edb41c7ac": { "name": "Young2_S43_L004_I1_001.fastq.gz", "uuid": "2f87e572-a42f-43cf-b4ba-c5dc6add0d4c", "version": "2021-05-10T23:24:55.486000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 261671625, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6ef94fc9-3ebf-494a-9beb-28d6474c267b", "crc32c": "ec77dbd8", @@ -1691,13 +845,12 @@ "sha256": "5808c2d94c9466397920d36e09d318ce544532a44e923508810719bde550050c", "s3_etag": "eeafa2ec2ec97dd2357ea6bf44469972-4" }, - { + "sequence_file/e1c334fa-b493-4892-a48b-3fe594e98b30": { "name": "Fetal3_S14_L003_I1_001.fastq.gz", "uuid": "2fcfac01-3a3e-4fc4-a33d-5a8ad713a280", "version": "2021-05-10T23:24:58.326000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 398966697, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fe6297b1-1df7-4cae-8d5e-8ab2b3202584", "crc32c": "de0f0ad3", @@ -1705,35 +858,12 @@ "sha256": "b3fab9c92ada10a42b0e506304d87831ca0b7fa0728892464ad394b9b72293fe", "s3_etag": "5c5736a7b5f185de1bae8050dc8b55cc-6" }, - { - "name": "sequence_file_58.json", - "uuid": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8", - "version": "2021-05-10T23:24:58.124000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_59.json", - "uuid": "3001b82f-bbea-4072-9760-a14a4f00b7d3", - "version": "2021-05-10T23:24:57.531000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/937bbdf2-09e3-4bf7-8f45-e46db2188c46": { "name": "Young2_S42_L004_I1_001.fastq.gz", "uuid": "30b68b8b-e5e4-4b90-80ea-4501adefc4d0", "version": "2021-05-10T23:24:55.930000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 332311688, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_76fef805-90d8-4794-9dcf-630479bf586d", "crc32c": "b8c0ccb5", @@ -1741,46 +871,12 @@ "sha256": "bb3a723005e8a55c85a5af8982d0a7b668cd5f59925b4c7b9d64828fd03fbbf9", "s3_etag": "e56f654c7d22d8e5d37a144eb48cfd42-5" }, - { - "name": "sequence_file_60.json", - "uuid": "30f53c61-a8e3-42cf-a6d2-1b172659c189", - "version": "2021-05-10T23:24:55.676000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_61.json", - "uuid": "319d5a99-4bde-4b20-956a-03a0175478ee", - "version": "2021-05-10T23:24:59.440000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "31e6cb06-0062-4096-84f5-c2d1c2621a82", - "version": "2021-05-10T23:25:11.821000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 528, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/11d171f7-7775-40a4-90a4-df995775b1c4": { "name": "Fetal2run1_S15_L002_I1_001.fastq.gz", "uuid": "31f4a6c1-f263-4e84-b0d1-757cdaf23d2b", "version": "2021-05-10T23:24:57.480000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 612812703, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4d30bae6-b41b-4bea-8701-e6f8b9332a0c", "crc32c": "885dd3d3", @@ -1788,13 +884,12 @@ "sha256": "47bd2148b5daf082c237ff2fca8b5ada9d0d87180cb23a903611e5ca9c0f8706", "s3_etag": "cd96b66cfcff028635a5406dab4f7edd-10" }, - { + "sequence_file/ed884cca-c961-40d2-bc8b-b358ea4fb780": { "name": "Adult1_S5_L004_I1_001.fastq.gz", "uuid": "32d392aa-7696-4d2d-b1b6-f69fd591295c", "version": "2021-05-10T23:24:59.050000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 299560938, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bd856ae9-140b-43b2-b4ba-e11b7f75c6e9", "crc32c": "6e43fab2", @@ -1802,13 +897,12 @@ "sha256": "7fcbba1b28d04c475fc944a4da36b07367fb2f70412daf5250cee79d29a6244c", "s3_etag": "0e527501ab85cbfe449af9532fd2d9f5-5" }, - { + "sequence_file/6e3aed1a-9909-462c-90e1-a1f766cd380e": { "name": "Young1run2_S10_L002_I1_001.fastq.gz", "uuid": "338c6fa7-3230-4aed-8e9e-5b429feaa288", "version": "2021-05-10T23:24:58.699000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 466356505, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dd17992f-c7fd-48a0-a917-10670de65a2f", "crc32c": "e5c48cf0", @@ -1816,35 +910,12 @@ "sha256": "9186f38f0b0e3c9087dc265072200daf7fb0ac84a5558cf9606ac632916b2aeb", "s3_etag": "53804f5c848497dcb2d37409e8a059b5-7" }, - { - "name": "sequence_file_62.json", - "uuid": "344c1e18-810e-4800-bbed-0246cbbafa60", - "version": "2021-05-10T23:24:58.197000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_63.json", - "uuid": "347f630f-a9a0-4430-958f-6c929335031a", - "version": "2021-05-10T23:24:57.156000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0c577531-9218-444b-8094-85d8c6f5c73e": { "name": "Adult2_S34_L001_R1_001.fastq.gz", "uuid": "34c723b9-9cf3-439f-a6f4-90fedc18706d", "version": "2021-05-10T23:24:59.857000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 961635662, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a26c5f8a-0a62-4ccd-a780-9acb800579c9", "crc32c": "dae91349", @@ -1852,13 +923,12 @@ "sha256": "a38ad66c0afc31d9424043e3250a7abc9dac3348740303a2a159e28e32d69e97", "s3_etag": "2eecc1472696a458491416da05a0c3aa-15" }, - { + "sequence_file/f5274b10-d3ea-44c9-9f27-9af574dea10c": { "name": "Young3_S12_L001_R2_001.fastq.gz", "uuid": "3509a2f3-2e6c-4e56-9150-32be1a82d8a1", "version": "2021-05-10T23:24:56.712000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1510373008, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_823d497e-ea8c-4b44-b76a-ec6c60f1ced0", "crc32c": "a985f41c", @@ -1866,13 +936,12 @@ "sha256": "9eb73a317f391bc18ed80a0f874b6d0cf16748b834e7c7855a7068006b796079", "s3_etag": "1e8d3385f715f1b6b96ec5aa7b2e5e44-23" }, - { + "sequence_file/8e892b4a-c112-47f2-a058-b87efed5a262": { "name": "Young2_S41_L003_R2_001.fastq.gz", "uuid": "35837492-79da-4f1c-a841-224cbec4c745", "version": "2021-05-10T23:24:55.738000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2251940287, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1138ce8d-0779-40eb-baee-65615616f0c3", "crc32c": "64b2e37d", @@ -1880,13 +949,12 @@ "sha256": "c15b2732bbf69dc8bebc8d8986d4ef3d998fd437a45184e92cd982ee5289dc8a", "s3_etag": "d7efb238c3a1192e1312723cdf33527b-34" }, - { + "sequence_file/14795e28-bcee-4da3-83cf-bb2592b6c0d0": { "name": "Young1run2_S9_L002_R2_001.fastq.gz", "uuid": "35a428b7-ad5a-45d7-87e9-33b23348b906", "version": "2021-05-10T23:24:58.842000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 5792387382, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a2d89558-3f29-43fc-919d-970a1eb6ec3b", "crc32c": "2cff25de", @@ -1894,13 +962,12 @@ "sha256": "e59f9483dc1df8539931feb7e7381def16058c09c216768b88be7e784c948142", "s3_etag": "278c0fef064a4359ad310a7f22d59bbe-87" }, - { + "sequence_file/1f134dea-8f9b-4e90-a1af-80508f43f73c": { "name": "Adult2_S35_L004_R2_001.fastq.gz", "uuid": "35bd5d6e-4de5-4f02-8f5a-33cc3b37b153", "version": "2021-05-10T23:24:59.569000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1802082195, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e87bac91-6eb0-4e84-a2f3-ef519af1a087", "crc32c": "83a7e288", @@ -1908,46 +975,12 @@ "sha256": "09c2cd17b2b86abb8c76951998409a22584f8929163d04e003eedcfd98e68fba", "s3_etag": "e7b32e319c460f1a13f4da15dba9057d-27" }, - { - "name": "donor_organism_2.json", - "uuid": "35e1a941-427f-430c-80a0-9a9efcdcac37", - "version": "2021-05-10T23:24:54.955000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 981, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_6.json", - "uuid": "365b5d7b-fa81-4d61-a67e-f3293abf2ade", - "version": "2021-05-10T23:25:11.936000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_64.json", - "uuid": "38601526-8448-4253-807b-70878c374901", - "version": "2021-05-10T23:24:56.737000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/64eedb4a-2f73-4b60-a4b1-99b5ffd0486b": { "name": "Fetal1_S48_L003_R2_001.fastq.gz", "uuid": "38bbcc18-c2de-42f2-ba35-0f1f58d56963", "version": "2021-05-10T23:25:09.885000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2442902001, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0c04a3f1-bc16-46ac-ab9e-c5ec8a122f0b", "crc32c": "c529dd3d", @@ -1955,24 +988,12 @@ "sha256": "d105f769ab40e93eb0bf6d1934e5fc08b74744056df3d3573f5b32dbcd72424a", "s3_etag": "cb40866b96a90e1e280f44434101f483-37" }, - { - "name": "sequence_file_65.json", - "uuid": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38", - "version": "2021-05-10T23:25:00.009000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/30f53c61-a8e3-42cf-a6d2-1b172659c189": { "name": "Young2_S41_L002_I1_001.fastq.gz", "uuid": "39c5b18b-7c2f-439f-afee-b895ecbdba36", "version": "2021-05-10T23:24:55.676000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 342433890, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f4fd5fd2-6ee9-43bc-8c03-debee59274ac", "crc32c": "44938513", @@ -1980,13 +1001,12 @@ "sha256": "0fef0161c30ec67981ab3f761721116afb26ae0404cbabf0a115e6c282ce171d", "s3_etag": "16d1aeee0a164231492c8640b481411a-6" }, - { + "sequence_file/9f709f2c-701a-43bc-8417-77fac81c3633": { "name": "Adult3run2_S8_L002_R2_001.fastq.gz", "uuid": "3b0fcf43-fc81-4b0d-9d15-9b9d9c28a8a2", "version": "2021-05-10T23:25:03.943000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4156891778, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_22caba37-ee99-49be-bb7c-df5a742f21df", "crc32c": "8afbcc96", @@ -1994,13 +1014,12 @@ "sha256": "3f245ae47507a9276b6b8ea883ed8a6377e930eac5ef2fbd70f0d40c1f25f412", "s3_etag": "d4652e06b6af4c6296ab983551112d15-62" }, - { + "sequence_file/e61740c1-0e70-4d25-a912-32617d2e71fa": { "name": "Young2_S44_L002_I1_001.fastq.gz", "uuid": "3b145fb0-fb39-481f-afbe-af22cf58729c", "version": "2021-05-10T23:24:55.566000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 351636030, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ce074a01-1f86-4475-ad95-be9841fd20d6", "crc32c": "b428765d", @@ -2008,13 +1027,12 @@ "sha256": "8f49187e69f7d65ec573d60936659041d69fa1783db1e19ef5bed664ab2d6087", "s3_etag": "638c6c3a68798438eb75020cde826830-6" }, - { + "sequence_file/f77883e0-6609-4bda-b446-331adbd9d357": { "name": "Fetal1_S46_L003_R2_001.fastq.gz", "uuid": "3b4e2a40-facf-48d4-9e35-81abafb8aeb6", "version": "2021-05-10T23:24:57.315000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1972868441, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_87b39b8e-d8a4-4e81-aa8d-61f199a4b8af", "crc32c": "afcf9eb5", @@ -2022,46 +1040,12 @@ "sha256": "70162999d03a8d82c47a2027e6cace99c0146c75ba3216357026bf9af59f3bcc", "s3_etag": "b0d736cfd6bafcae2544099b67f89a86-30" }, - { - "name": "sequence_file_66.json", - "uuid": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774", - "version": "2021-05-10T23:24:58.136000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_1.json", - "uuid": "3bb2457a-505f-4f04-b5f9-71e351be791f", - "version": "2021-05-10T23:24:55.135000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 723, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_67.json", - "uuid": "3c007e61-0e8a-4337-946c-1082441084c7", - "version": "2021-05-10T23:24:56.428000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b35e3b14-91dc-4bf0-a47d-4ed8428efbe1": { "name": "Young2_S41_L003_R1_001.fastq.gz", "uuid": "3c4d5451-b8fb-49e3-bb38-3516f530db67", "version": "2021-05-10T23:24:55.725000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 993611820, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_19b409e7-84b2-488d-8854-46f3263e1799", "crc32c": "6263305e", @@ -2069,46 +1053,12 @@ "sha256": "28e5aab01335e67df51f0cafaca301781e5e675dab8a980e86777a780278eab9", "s3_etag": "1661198a625bbdbc0ae4706e8e2e443f-15" }, - { - "name": "sequence_file_68.json", - "uuid": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556", - "version": "2021-05-10T23:24:59.064000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_69.json", - "uuid": "3cad3e7e-9e9b-4e4e-a535-509853f9306b", - "version": "2021-05-10T23:24:55.377000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_70.json", - "uuid": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da", - "version": "2021-05-10T23:24:57.078000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/42bbb160-b881-4036-a712-1ab9b5d5ce87": { "name": "Young3_S9_L002_R1_001.fastq.gz", "uuid": "3d399f0a-0e73-441a-9bc1-8f63536cf316", "version": "2021-05-10T23:24:56.295000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 495459981, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_56546f99-ca28-4688-9077-94a66abcac8b", "crc32c": "22c21d9b", @@ -2116,35 +1066,12 @@ "sha256": "b3280b62665da41ef879493b97d17bb170edcb2fb39b2974c4b78dc978532aaa", "s3_etag": "94894ca994fc77bc8ce2912e21184285-8" }, - { - "name": "sequence_file_71.json", - "uuid": "3d8bc409-2043-486a-9a0b-12c71a741d83", - "version": "2021-05-10T23:24:58.989000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_72.json", - "uuid": "3dce5e53-a137-4086-96d3-26dd3d000cf6", - "version": "2021-05-10T23:24:57.883000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ab8e7f29-eae9-488a-9337-7a926c8857ac": { "name": "Young2_S44_L002_R2_001.fastq.gz", "uuid": "3e4ec223-4b6e-441e-99b0-a6eb8ff81322", "version": "2021-05-10T23:24:55.592000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2705145773, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5e1b0ed8-c8f4-495d-b06b-4e57b8948f20", "crc32c": "e7e29f27", @@ -2152,13 +1079,12 @@ "sha256": "506c08a1ab41f5b6f18d8072604a2ccc87e908c9343699d8711d3b554e256045", "s3_etag": "7eee08809cf3cd77d638f99c37c23587-41" }, - { + "sequence_file/e4d6ced4-50a3-402a-bbbc-ae329cd3689d": { "name": "Fetal1_S48_L002_I1_001.fastq.gz", "uuid": "3f13a6ae-a220-426e-9b17-176ce9029fa9", "version": "2021-05-10T23:25:08.854000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 334354730, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_98796bec-7249-41f4-b258-8c1e29ad936e", "crc32c": "f486f0bb", @@ -2166,24 +1092,12 @@ "sha256": "47dcb987ac3c3767974a3ce5401a6231e0a8cf9e28c7d0490ca178280d018c24", "s3_etag": "8473373467b4bec94a1da57c4bd150ea-5" }, - { - "name": "sequence_file_73.json", - "uuid": "3f2ae9d6-763e-4408-bc80-6067ccc756e0", - "version": "2021-05-10T23:24:58.793000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/54140f9b-2929-44b6-9fb0-de4c2b22090b": { "name": "Adult2_S34_L001_I1_001.fastq.gz", "uuid": "3f7e58de-d959-42e5-b3be-7060c1ab94b4", "version": "2021-05-10T23:24:59.845000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 289498775, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fd669701-f27b-4ec4-9030-914e6e882f9e", "crc32c": "8ccbd513", @@ -2191,24 +1105,12 @@ "sha256": "ef0644dbdaf3cce739104f8f42684aa354d22ceab9d684330444612ec9fb7826", "s3_etag": "008b510e1566b1597b5217b1f5acc311-5" }, - { - "name": "sequence_file_74.json", - "uuid": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0", - "version": "2021-05-10T23:24:57.637000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5": { "name": "Young3_S12_L003_I1_001.fastq.gz", "uuid": "4026cbb7-f472-4658-8a68-eb40eb78c3c3", "version": "2021-05-10T23:24:56.081000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 198361174, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b21831e9-702e-4ed1-a5ca-b9197a6d2b26", "crc32c": "065d04ab", @@ -2216,24 +1118,12 @@ "sha256": "a49dd236bdff741d4b5b3c282af008f9962e4bc6aab9b199995b7fbf36edebf9", "s3_etag": "ec41bfbeb35c85825955fd5ebea7c079-3" }, - { - "name": "sequence_file_75.json", - "uuid": "40f24220-4c6d-43c4-ab82-1db21d683b07", - "version": "2021-05-10T23:24:57.702000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f8988fe1-225c-40b4-933d-9dacb8b4728f": { "name": "Adult2_S34_L003_I1_001.fastq.gz", "uuid": "41905e9a-347d-4760-8e34-e0137aa93548", "version": "2021-05-10T23:24:59.921000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 286273789, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_af0f375b-df23-420c-a9dd-b3ece68d3762", "crc32c": "60de60fe", @@ -2241,24 +1131,12 @@ "sha256": "5dd0f3e79a8100aafbc221975f163ac96e332836f5d88c8b23dbb49b08dd53b2", "s3_etag": "08940dc8af10ce69536486b9c671aa46-5" }, - { - "name": "sequence_file_76.json", - "uuid": "4198865c-d4ef-4a01-94c0-8a8397914dbc", - "version": "2021-05-10T23:24:58.313000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed": { "name": "Adult2_S35_L003_R2_001.fastq.gz", "uuid": "4201e3fb-bbd9-4375-8a30-c47aba2e7794", "version": "2021-05-10T23:24:59.525000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1814660599, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_58374570-6778-4753-9ccd-8f18e3983ba1", "crc32c": "5ea3b913", @@ -2266,24 +1144,12 @@ "sha256": "f11f6c465d6782c4ac1356c4ce7f8e0e8be61c45c1b09d19fd4c4b0634ac7951", "s3_etag": "8fc3598d8ef978d671ebda3100a544f9-28" }, - { - "name": "sequence_file_77.json", - "uuid": "42bbb160-b881-4036-a712-1ab9b5d5ce87", - "version": "2021-05-10T23:24:56.295000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6f11ead1-11b1-4bda-8a20-588bb85ec126": { "name": "Fetal1_S46_L003_I1_001.fastq.gz", "uuid": "4335aa82-37be-4de2-94f1-8810fc811e98", "version": "2021-05-10T23:24:57.285000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 303498772, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_827125f0-9fd1-4e8c-9ae3-f0c52e9c7cc1", "crc32c": "946455db", @@ -2291,13 +1157,12 @@ "sha256": "2367dba90bca2288522822b45466c0e25b3ce873a5e26e8d13b54d070400aa13", "s3_etag": "978bd27336077fe7b205609ac18739bf-5" }, - { + "sequence_file/c9a2a10f-6638-4463-8c8f-4260c72dcb92": { "name": "Young2_S44_L004_I1_001.fastq.gz", "uuid": "4368817b-fc6f-433d-becd-61be481dee9c", "version": "2021-05-10T23:24:55.641000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 341426394, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_868adddf-c815-420d-bb1e-6ae09c524adc", "crc32c": "91c824a3", @@ -2305,24 +1170,12 @@ "sha256": "2495b5ccc205717c15cc8077f3389805f3d246fd358e8bb99053696dcbc5b675", "s3_etag": "1c09a818445337db4607c9fabcc4f04f-6" }, - { - "name": "sequence_file_78.json", - "uuid": "43f476f9-cbfc-431a-a774-5885904b434c", - "version": "2021-05-10T23:25:06.889000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/50fd1926-5615-4e29-be75-e8528d1da8df": { "name": "Young1run2_S11_L002_I1_001.fastq.gz", "uuid": "440b2ea5-b5e5-403a-ab14-a026497a7490", "version": "2021-05-10T23:24:58.743000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 529338604, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a632b579-ae5a-4e62-a705-0dc9de4827e7", "crc32c": "e0cc1fb8", @@ -2330,35 +1183,12 @@ "sha256": "505259ccc585408b1c4f9f3775321157154674705e83978782c82f1375ec752e", "s3_etag": "22fb23da880143251f94ff2c25f8fd73-8" }, - { - "name": "sequence_file_79.json", - "uuid": "449ec63a-dca8-4a61-98b5-e6789d4946a1", - "version": "2021-05-10T23:25:11.107000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_80.json", - "uuid": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7", - "version": "2021-05-10T23:24:58.087000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/82899c21-c3c7-4288-bb8f-4c72880c10e4": { "name": "Adult2_S36_L002_R1_001.fastq.gz", "uuid": "452b3d9d-cbfb-4e6f-af3c-7a678e03c06b", "version": "2021-05-10T23:24:59.631000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 892085856, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_61619cdb-ef55-45a1-9db5-f3bdeced72e5", "crc32c": "ec5e7970", @@ -2366,13 +1196,12 @@ "sha256": "804c2a66f6d82459963861d265e4606323dcc72391b62c1fa4a5862b14622772", "s3_etag": "701db3d98800a1581ae4df7b3f6dc71f-14" }, - { + "sequence_file/4e066f08-f8b7-4550-adc2-287392fa7731": { "name": "Young3_S12_L003_R2_001.fastq.gz", "uuid": "459797ab-8183-4d27-991f-da0c14dbc176", "version": "2021-05-10T23:24:56.106000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1488688035, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1f99309a-fb72-4611-b62a-480217e75d2f", "crc32c": "3d28651b", @@ -2380,24 +1209,12 @@ "sha256": "6cf10f9349f7313d90f7f2cf5212a7a843126a7acbe7ba8c0cbd4b63e6bf7f4b", "s3_etag": "dff878f29b008ce6785dc22893165b24-23" }, - { - "name": "sequence_file_81.json", - "uuid": "45d0b683-d7dc-4e1a-a235-dad58ef03d77", - "version": "2021-05-10T23:24:56.750000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/290232bb-afb1-45b2-8e04-be180948541a": { "name": "Fetal1_S46_L001_I1_001.fastq.gz", "uuid": "468cc474-cf45-48c6-beb8-07057fdc8782", "version": "2021-05-10T23:24:57.205000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 307080601, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_19e5604b-6b50-4610-81e7-988b24615a8f", "crc32c": "9b69e535", @@ -2405,13 +1222,12 @@ "sha256": "f4ba363bc7d854afb215c1b53ffcd76c0b04599616b65116a09fe6b32319662c", "s3_etag": "ab6b95fcea5072ae03239de37ef1c370-5" }, - { + "sequence_file/9f577e94-f952-40af-a919-108f4661fdb9": { "name": "Fetal3_S16_L002_R1_001.fastq.gz", "uuid": "476ac577-429f-4731-9591-1570067d354c", "version": "2021-05-10T23:24:58.032000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1654423260, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ac0d620c-109d-47a6-ae15-f846f70f4b1b", "crc32c": "7ee9e49d", @@ -2419,13 +1235,12 @@ "sha256": "9a90bdd8ff05615dc9ea16629b92dff6980ce1bab5e2143b23e63397fddb3c12", "s3_etag": "fbcc91ac4d50b77be459efd884ca9556-25" }, - { + "sequence_file/dcf52037-e357-4b26-9072-05e08bf47978": { "name": "Adult1_S5_L003_R2_001.fastq.gz", "uuid": "478ce71f-dda3-479e-ae3e-dc155020d4a8", "version": "2021-05-10T23:24:59.027000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2018023631, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bfc3b7ff-0430-4c2f-853f-d61b63774899", "crc32c": "aac04c5f", @@ -2433,35 +1248,12 @@ "sha256": "818df2fe24068f2b6a7b3ac245183ae6b508b9cf7673ea098979378e375e75ae", "s3_etag": "fb372aff7de48eafb68e98daabbad8cd-31" }, - { - "name": "sequence_file_82.json", - "uuid": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b", - "version": "2021-05-10T23:24:56.674000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_83.json", - "uuid": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6", - "version": "2021-05-10T23:24:58.285000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8898a9f3-4928-45b1-b236-71ce7cb48b11": { "name": "Young2_S44_L004_R2_001.fastq.gz", "uuid": "47c90541-7080-4247-b2ad-0a1622530c26", "version": "2021-05-10T23:24:55.664000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2600373877, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e46fdd80-f8b5-4544-af01-915e1d8dcb69", "crc32c": "dfaba01a", @@ -2469,13 +1261,12 @@ "sha256": "f1017401a1996695abada1ba00618569c07dcf11158531a24b3ab4e21fbf305b", "s3_etag": "c18ff3413ce2c2870c5fa4bb07bb896f-39" }, - { + "sequence_file/d20547e4-3f00-42af-9a7f-9477ff43de0d": { "name": "Adult3run1_S8_L002_I1_001.fastq.gz", "uuid": "47eb72f6-2554-4fa5-ac41-8a0a015c9d3f", "version": "2021-05-10T23:25:00.546000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 507028481, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5ce53f1a-0261-4306-b758-182bb4ffd68e", "crc32c": "f3080e94", @@ -2483,13 +1274,12 @@ "sha256": "4c816e68106de64b59108a6922d8f8648f578275e8229beea4014906fa9da5f7", "s3_etag": "8649204fa0aedeaaff0778fc30e69c65-8" }, - { + "sequence_file/887d7cc2-1c24-42a9-aab3-51474d95f927": { "name": "Young1run1_S9_L002_R2_001.fastq.gz", "uuid": "48877bbf-def8-4da0-a569-8e6772d7699a", "version": "2021-05-10T23:24:58.682000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 5200258509, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fc7a35a4-47ad-4830-9f93-06625691ecc0", "crc32c": "8e782062", @@ -2497,13 +1287,12 @@ "sha256": "b4087dacf3cbb972a22385b2dd22980b60d74f84ac00d73aebac21076ca8e16f", "s3_etag": "581d6df95e53b9fbd3b2eb2c51729524-78" }, - { + "sequence_file/a60154cf-58b6-461f-8908-b789cdd78ee8": { "name": "Fetal2run1_S14_L002_R2_001.fastq.gz", "uuid": "48f0a590-217e-4580-88f9-db79ab134665", "version": "2021-05-10T23:24:57.466000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1822207221, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2353e596-5d2b-4df1-bde5-d286af08b556", "crc32c": "8d11b600", @@ -2511,24 +1300,12 @@ "sha256": "f116eecebf886a0417bd08412888c74c75533df3604e44fc66aed5b78c5b69bd", "s3_etag": "c81bb9878e4df7aca739e0f8b380ded4-28" }, - { - "name": "enrichment_protocol_0.json", - "uuid": "48f7f503-d213-4447-9ee4-3602da1066d7", - "version": "2021-05-10T23:24:55.250000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 844, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1badbbc9-6b43-41f6-acad-36f09cff3d21": { "name": "Young2_S42_L004_R1_001.fastq.gz", "uuid": "496819e2-4a76-4e4d-9182-300b7cd35e11", "version": "2021-05-10T23:24:55.942000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1087482475, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_56c5d092-f657-4ac1-ae91-58be03f6c9be", "crc32c": "d0056eda", @@ -2536,13 +1313,12 @@ "sha256": "fd0462de71d1e4c87700673aba25a1f46773262277adc37dd8c4426e5ccd9184", "s3_etag": "9f71773fb542b780aa7e077c2525d7b7-17" }, - { + "sequence_file/79e53d37-c41c-4234-99db-f3333d89bb3a": { "name": "Young1run1_S11_L002_I1_001.fastq.gz", "uuid": "4ab6c35a-6161-4e17-a0d6-0d224e0e4eda", "version": "2021-05-10T23:24:58.531000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 452125989, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_26c8b065-1209-48d6-a89a-4d1b1d56d07d", "crc32c": "ff281b80", @@ -2550,24 +1326,12 @@ "sha256": "9865aec144fab097ee0506dc96a84a20cf727c376e0ee237889ec056d66ab877", "s3_etag": "526dca089394ee721dc6592710ed3a42-7" }, - { - "name": "sequence_file_84.json", - "uuid": "4abcf42c-5291-47f3-b7a8-bb1071f56c54", - "version": "2021-05-10T23:24:56.055000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bf6cb18e-07de-404d-bebe-4a943dfb44f7": { "name": "Adult3run2_S5_L002_R1_001.fastq.gz", "uuid": "4ac503f3-d1c8-4e46-859d-6c71bdcd6316", "version": "2021-05-10T23:25:00.921000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1859351951, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0c682f11-268f-4cce-93b5-76fab0acc583", "crc32c": "f3a05cc5", @@ -2575,13 +1339,12 @@ "sha256": "f1477dcea2639349d0049c2aa91fe78af241906310fa03f081421902fc63ffa9", "s3_etag": "7259fada35062ac08f43ae2e78daa041-28" }, - { + "sequence_file/3cf0f46b-1618-49e6-8cdc-d97a9d2403da": { "name": "Fetal1_S45_L002_I1_001.fastq.gz", "uuid": "4ac849a2-a3df-4b11-bda8-c21eda4290d1", "version": "2021-05-10T23:24:57.078000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 353241214, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1bc5ab8a-f47e-421d-9de1-5c1586f00a88", "crc32c": "f85aeb67", @@ -2589,24 +1352,12 @@ "sha256": "ce1a60ed3c5441fe3076be388642f1909ae7292833ca5d999880c9ed7bb7b8e9", "s3_etag": "0d76f119f18932687c0e3fa388a4472b-6" }, - { - "name": "sequence_file_85.json", - "uuid": "4ca067fb-8ba1-4959-9c1a-878d5705dd67", - "version": "2021-05-10T23:24:57.300000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565": { "name": "Young1run1_S12_L002_R1_001.fastq.gz", "uuid": "4cc88ec7-86ab-4c1d-afa4-c80fed914133", "version": "2021-05-10T23:24:58.613000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1456150297, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b5b8bb51-c1e8-41da-98f0-da695553542f", "crc32c": "4ef27f37", @@ -2614,24 +1365,12 @@ "sha256": "d45e6435b2ea9558df3b43aa98f670b6957f725e6163626de5925282d2a433ff", "s3_etag": "ab739f7595623974eeed122e08e60356-22" }, - { - "name": "sequence_file_86.json", - "uuid": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a", - "version": "2021-05-10T23:24:55.580000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0": { "name": "Fetal1_S47_L001_R1_001.fastq.gz", "uuid": "4d3d8969-8d3b-4b64-926b-c24de95a8fca", "version": "2021-05-10T23:24:57.379000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 796122437, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b818ebe8-fdb2-46ea-9432-ebefed86805e", "crc32c": "eb972a2d", @@ -2639,13 +1378,12 @@ "sha256": "dcbcaf652e7689bda88e7f71da863a1c032da66c2da2d6c9cab6634df46ab8a0", "s3_etag": "ed2b5b9837d6011813a08d9231439f4b-12" }, - { + "sequence_file/b7826640-f0cc-4891-860e-7815a8848006": { "name": "Fetal2run2_S16_L002_R2_001.fastq.gz", "uuid": "4d555c2e-7262-4ce0-b87e-fb23d28d16da", "version": "2021-05-10T23:24:57.738000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4646670855, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3742a288-7bc9-46a4-94af-8422cfd04f1d", "crc32c": "87ec0ed8", @@ -2653,57 +1391,12 @@ "sha256": "e5043087c1b1665e1b14751d2fad30c3a5701f46aef1b17d2b7d5ba180ccb7b9", "s3_etag": "f4fde797529ee81e8cc241685f104c27-70" }, - { - "name": "donor_organism_3.json", - "uuid": "4d5d95a5-78af-4076-af8d-a4c6ac315f14", - "version": "2021-05-10T23:24:54.968000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 984, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_87.json", - "uuid": "4df715c5-a783-41e6-a99e-eedf93a37fb3", - "version": "2021-05-10T23:24:56.563000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_88.json", - "uuid": "4e066f08-f8b7-4550-adc2-287392fa7731", - "version": "2021-05-10T23:24:56.106000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_89.json", - "uuid": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed", - "version": "2021-05-10T23:24:59.525000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ce3c8eab-dcb7-403f-8837-6a7986acb6fc": { "name": "Adult1_S7_L003_R2_001.fastq.gz", "uuid": "4e80de0b-5325-4377-bf98-54a0a4447360", "version": "2021-05-10T23:24:56.833000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2942328832, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0ea4e8ec-183a-438a-83b0-f7e704296ca5", "crc32c": "40d8a7d3", @@ -2711,13 +1404,12 @@ "sha256": "fa28f19c755fb14efd3ce343ac03cf1ae80f8c77d2cfd00b51d710170fc78c36", "s3_etag": "729562d347336e80796db8d7a649ffc2-44" }, - { + "sequence_file/d85ccb81-e861-4bb1-95b6-40762555da1d": { "name": "Young1run2_S10_L002_R1_001.fastq.gz", "uuid": "4e8c4847-822d-4f26-bdeb-a3b2aa545e6c", "version": "2021-05-10T23:24:58.717000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1521969245, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4d7e2846-8971-4647-a178-c85babb123cc", "crc32c": "407fc96b", @@ -2725,13 +1417,12 @@ "sha256": "9bc62b8205a483b0a6dc8b74ac01d014cf56129d90e8fece02e255e2255fcd4a", "s3_etag": "4f1227b05f67accfd100e83ca971c248-23" }, - { + "sequence_file/6e650029-386f-4d8e-868e-8780782baa4b": { "name": "Adult3run1_S6_L002_I1_001.fastq.gz", "uuid": "4ee04947-730b-4eda-86cd-a86cb8f476eb", "version": "2021-05-10T23:25:00.148000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 591989926, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f57b9624-b579-4883-8121-6e22f97118b9", "crc32c": "ed7ecf52", @@ -2739,13 +1430,12 @@ "sha256": "b4e753cdf445a050abee0d0508ad28906d663a934448142e6a34a77d52b2bb0a", "s3_etag": "ae0466c63b607b8bd0f6a85bdd290603-9" }, - { + "sequence_file/3c007e61-0e8a-4337-946c-1082441084c7": { "name": "Young3_S10_L002_R1_001.fastq.gz", "uuid": "5042cbe0-a647-42ea-ae33-ef4d56a117c1", "version": "2021-05-10T23:24:56.428000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 531134114, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e7202c88-f8cf-42b7-81dc-411a58286bae", "crc32c": "e39e1246", @@ -2753,13 +1443,12 @@ "sha256": "e3e2e30851d0fd8237e276493e3bc5956173658272a2b684bdd645876616470e", "s3_etag": "fbc4bd0340618245813c60b455faaaa5-8" }, - { + "sequence_file/449ec63a-dca8-4a61-98b5-e6789d4946a1": { "name": "Fetal1_S48_L004_R2_001.fastq.gz", "uuid": "5075a5ac-3fc2-456c-ba32-fd36b73bbcd8", "version": "2021-05-10T23:25:11.107000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2423603243, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_37ac2db0-d0af-4e12-ac55-dd319bdf36c7", "crc32c": "a155b620", @@ -2767,24 +1456,12 @@ "sha256": "e0037a8f74b6e1ff367b342e68e5bc71cc03b2522c61881c50922f85d40b837b", "s3_etag": "44117abf85c3c623892f42d1bfa76720-37" }, - { - "name": "sequence_file_90.json", - "uuid": "50fd1926-5615-4e29-be75-e8528d1da8df", - "version": "2021-05-10T23:24:58.743000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bef069b8-2720-4327-8298-9ab2badd4a53": { "name": "Young2_S44_L003_I1_001.fastq.gz", "uuid": "510a7a83-60a3-4d0f-a234-195d3d63687a", "version": "2021-05-10T23:24:55.604000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 344113817, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_25d42ac4-e3ad-467b-b53b-109a7982a21d", "crc32c": "00a702a7", @@ -2792,13 +1469,12 @@ "sha256": "eb5e43ff4ffb7e1a65d821dcb454b5f2103f26a0aecae386c23c879c9b75681e", "s3_etag": "48c03d2288d3c34eac28733bd188a00e-6" }, - { + "sequence_file/c3182931-cc4c-4cb7-aab5-4b50093eebea": { "name": "Fetal2run1_S16_L002_I1_001.fastq.gz", "uuid": "510d0ff6-62b4-42dd-be3b-574037e97f09", "version": "2021-05-10T23:24:57.518000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 554224892, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_035244d5-b457-4c09-9f08-f2060f356cf2", "crc32c": "053b333a", @@ -2806,35 +1482,12 @@ "sha256": "267c0fb57e0f34f5e5f6933070e2ce64c4bbaa6abf2b4c87ce887b4b39c43bae", "s3_etag": "a38ced0f11dc5e8084f8db8dd00408d7-9" }, - { - "name": "sequence_file_91.json", - "uuid": "511eaba4-a8f4-4230-b3ad-407332e22b48", - "version": "2021-05-10T23:24:59.148000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_92.json", - "uuid": "51aef727-d8de-497f-abbe-e650b1baeeab", - "version": "2021-05-10T23:24:58.453000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/832ae460-0083-42b0-89a6-cc651e50fad4": { "name": "Adult1_S6_L004_I1_001.fastq.gz", "uuid": "5233c464-f7ed-4c38-846d-89857554778b", "version": "2021-05-10T23:24:59.251000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 319501978, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_597216f4-639d-4bb1-b61a-d1ebcd83165f", "crc32c": "b0789e0e", @@ -2842,35 +1495,12 @@ "sha256": "26eab26e984d408468e1b1e38a13bb6dc6365854ab9a898f67c0e2aea8112db6", "s3_etag": "f34b16fbbd5ec96f3a16ac05c6c2885b-5" }, - { - "name": "sequence_file_93.json", - "uuid": "523c6c55-66da-4edc-b66a-a33fe20d4102", - "version": "2021-05-10T23:24:57.609000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_94.json", - "uuid": "5275a9fa-7a21-4ef2-9819-5358b2821300", - "version": "2021-05-10T23:24:59.781000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/102b8410-1c0e-46f5-90fe-609ab117221c": { "name": "Fetal1_S48_L004_R1_001.fastq.gz", "uuid": "52c71657-57d8-4a49-ba21-2591010b5da7", "version": "2021-05-10T23:25:10.607000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1035446789, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ece59835-0f43-4939-8761-044fe3c70291", "crc32c": "1026b857", @@ -2878,13 +1508,12 @@ "sha256": "393f5e55b0764805947abde21845a11cc2ca25ce14486d4c0d790129a34b46bd", "s3_etag": "6b93379237eef36b89c72982e5671124-16" }, - { + "sequence_file/972e55ea-7901-435b-9646-53bc8fde2e6f": { "name": "Adult2_S33_L002_R1_001.fastq.gz", "uuid": "52fbaa44-2179-49b7-9ee9-582615102404", "version": "2021-05-10T23:24:59.744000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1030204644, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_da3f25d7-fc51-4ac5-8aff-a2aa70c9efc0", "crc32c": "3223e489", @@ -2892,13 +1521,12 @@ "sha256": "53d0d7be6aa9c5b7ad8dd37103ca932909c3f76349497428b473c5484a3cfca6", "s3_etag": "82686c68d2a0ab8b667cbee13822b18a-16" }, - { + "sequence_file/1d77e73b-9bd3-499f-a0d0-86d9f7306a7e": { "name": "Fetal3_S16_L002_R2_001.fastq.gz", "uuid": "53a23d1f-67fe-4599-abf7-6d76b0999f59", "version": "2021-05-10T23:24:58.051000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3832022425, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_52622536-0dd0-4792-8644-4fbeda540049", "crc32c": "bdc07ef3", @@ -2906,13 +1534,12 @@ "sha256": "2f59f32ce950e4d2a68a0cd79f5c922e69014c76323b12b5316177bf3abcfb49", "s3_etag": "671504cfcbb4e77ccba842909901dffa-58" }, - { + "sequence_file/40f24220-4c6d-43c4-ab82-1db21d683b07": { "name": "Fetal2run2_S16_L002_I1_001.fastq.gz", "uuid": "53b64439-dbb4-4374-baa0-5dfd37982c9e", "version": "2021-05-10T23:24:57.702000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 638677482, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bb09257e-3cea-4047-8c61-24202ae7a068", "crc32c": "c4e32418", @@ -2920,68 +1547,12 @@ "sha256": "c9504affcb40c5259d3310274f1b91e55cc7e7eb27301a2c2552912684af6cdc", "s3_etag": "96269a6b32730ec56ea85cfbd123b38a-10" }, - { - "name": "sequence_file_95.json", - "uuid": "53c40015-48a9-4a3f-a513-d617d28a2352", - "version": "2021-05-10T23:24:58.895000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_96.json", - "uuid": "54140f9b-2929-44b6-9fb0-de4c2b22090b", - "version": "2021-05-10T23:24:59.845000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_97.json", - "uuid": "541fc29f-a7a3-456e-b28e-80f9036a4e33", - "version": "2021-05-10T23:24:57.328000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_98.json", - "uuid": "554c1554-ed18-4926-b8d7-5b6af2edab5b", - "version": "2021-05-10T23:24:59.005000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_99.json", - "uuid": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0", - "version": "2021-05-10T23:24:57.429000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fdd026f9-0ab6-49ef-88f9-4a5d61d12188": { "name": "Adult1_S8_L001_R1_001.fastq.gz", "uuid": "55d5d301-1c65-4ba7-a769-9496b1e85352", "version": "2021-05-10T23:24:56.967000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 426262488, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_af95aac8-b91a-4ecf-ae3b-3c1e056fb2d8", "crc32c": "5a88bb31", @@ -2989,57 +1560,12 @@ "sha256": "5d329cb6e6ec4cd44b97b0c2e78e83b7e9a73ba84ac41fa1b21fdd67914d306d", "s3_etag": "fa32b2242ab81ab79f364e75079ff604-7" }, - { - "name": "sequence_file_100.json", - "uuid": "5621674e-0290-487d-8c0c-49b617d1628c", - "version": "2021-05-10T23:24:56.339000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_101.json", - "uuid": "565dbd59-2571-4af5-b160-c6d5cd3c684f", - "version": "2021-05-10T23:24:56.500000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_102.json", - "uuid": "56d5b505-6591-47c4-b469-006e27e6e343", - "version": "2021-05-10T23:24:58.377000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "572a625b-119a-4099-b5eb-d2994f8846bf", - "version": "2021-05-10T23:24:55.213000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1086, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fbec3e01-aaf4-41a3-b667-1f0268571d10": { "name": "Young3_S12_L003_R1_001.fastq.gz", "uuid": "5731130c-c5a6-4c15-90ea-b560377d50b5", "version": "2021-05-10T23:24:56.094000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 668397983, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_44f2122d-7d4c-4eec-8191-fabbf5bff15c", "crc32c": "3177eedd", @@ -3047,24 +1573,12 @@ "sha256": "5ad767230d0c7c0c84776cfc53a54e73437d3b709cc635f5e3427e966d390c6d", "s3_etag": "cffdc5bbfc8f49607f5e0a89f690ec56-10" }, - { - "name": "sequence_file_103.json", - "uuid": "577e4275-b373-40ac-ac3f-8487d6aafe16", - "version": "2021-05-10T23:24:56.447000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477": { "name": "Fetal2run2_S16_L002_R1_001.fastq.gz", "uuid": "5791fd2b-16da-44c7-845e-3b9730f2f3d4", "version": "2021-05-10T23:24:57.722000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1986504012, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_979588e5-ac9a-4529-b532-18a607942dbe", "crc32c": "f240a849", @@ -3072,24 +1586,12 @@ "sha256": "8df182fda848e9d997e6857d2273a54a38d7d7474fc64874e6024a1c64160112", "s3_etag": "ce84f319621e036eb425dc83644128f9-30" }, - { - "name": "analysis_file_1.json", - "uuid": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca", - "version": "2021-05-10T23:25:11.795000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 479, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6fc7505d-33db-4d19-99a1-5756cd9a0a1c": { "name": "Fetal1_S48_L003_I1_001.fastq.gz", "uuid": "58a3a386-72d7-42e1-9d31-951faa0cdd14", "version": "2021-05-10T23:25:09.319000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 325521075, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6f12248e-5200-4ced-b955-246a8e3035ed", "crc32c": "0e28d878", @@ -3097,24 +1599,12 @@ "sha256": "805b95728c396627854ea9432cb20621ac6992fdc5d0158bb5e4c0c3fd55b3d5", "s3_etag": "257b4b44689437415d957fb9134d8462-5" }, - { - "name": "sequence_file_104.json", - "uuid": "58b683d3-03cf-42e9-9cff-4143dff729ca", - "version": "2021-05-10T23:24:59.756000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ee28d3e7-02df-46a0-a3ba-f55ad747b214": { "name": "Adult2_S33_L002_I1_001.fastq.gz", "uuid": "58deffba-bee5-43c0-9432-f48d476479f7", "version": "2021-05-10T23:24:59.730000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 339309012, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a20110ee-5eba-42cc-8c55-483b8097dfdd", "crc32c": "906e2b29", @@ -3122,57 +1612,12 @@ "sha256": "d8cec97f3d4376e2bf1d213e4b01a3063dfd11b43a739389a8b8834f8e834bc9", "s3_etag": "a824b222b8bad6bc223df5099ac446d5-6" }, - { - "name": "sequence_file_105.json", - "uuid": "59a4c958-41b6-4680-8021-86ed6be8f55d", - "version": "2021-05-10T23:24:59.544000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_106.json", - "uuid": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6", - "version": "2021-05-10T23:25:01.593000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_107.json", - "uuid": "5b80431f-c95a-41ef-8aa7-98816f00e4d6", - "version": "2021-05-10T23:24:59.984000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_108.json", - "uuid": "5b977962-16d1-4631-9225-6be262e9ccae", - "version": "2021-05-10T23:24:58.857000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d0cf423a-1ecf-499b-9e61-95662e23ba40": { "name": "Young2_S41_L002_R2_001.fastq.gz", "uuid": "5ba4d483-b089-436d-b5d9-204594fd9bdf", "version": "2021-05-10T23:24:55.702000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2318612723, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d4089ca0-daf9-4753-94b4-a66376ea5fad", "crc32c": "d2bc4064", @@ -3180,13 +1625,12 @@ "sha256": "a4a3ec6b819a6ae81e173acfd540836762d464f5f721be74b9ee64b07d64fafc", "s3_etag": "05a2710307ed3675e6c519d4bcb48384-35" }, - { + "sequence_file/bbda7bad-f60b-4091-83b0-b8d96c3f4214": { "name": "Adult1_S7_L003_R1_001.fastq.gz", "uuid": "5bb51990-9b12-4694-bc28-b87a2efeae9f", "version": "2021-05-10T23:24:56.818000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1280722375, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b57e15e6-7fa3-4f12-99dd-b87deefe715a", "crc32c": "61f26436", @@ -3194,13 +1638,12 @@ "sha256": "629768b2f2d60eddcff8ec366f34bb59f6304d3707770f6fde2c996e489a4132", "s3_etag": "9347569c56b3810f3f128e02b52b33f9-20" }, - { + "sequence_file/6b38794f-2d55-4422-8094-fb4a5e100d32": { "name": "Fetal3_S15_L003_R2_001.fastq.gz", "uuid": "5bbb5c3e-aa4f-4a39-b9b6-daebf8267e7f", "version": "2021-05-10T23:24:57.912000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2804238590, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_54e9309e-2534-43ea-a2db-b8ad3e2a1cf2", "crc32c": "f7274488", @@ -3208,46 +1651,12 @@ "sha256": "a3f3832d6ec4e98abba93cbbf79bacebe10a955c271dd53c363bd25156795eb9", "s3_etag": "0b20ddea33fd634d803eb548b436c271-42" }, - { - "name": "specimen_from_organism_1.json", - "uuid": "5bd31092-57c0-4d69-aa2b-72d902872cca", - "version": "2021-05-10T23:24:55.037000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1102, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_109.json", - "uuid": "5be8906f-0831-422d-896e-b099d5a23e13", - "version": "2021-05-10T23:24:59.133000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_110.json", - "uuid": "5d00e91c-8691-41ff-836c-b827f23a1a7d", - "version": "2021-05-10T23:24:58.730000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/38e1a4f4-f9ec-44cf-b6bb-1a9566456d38": { "name": "Adult2_S35_L001_R1_001.fastq.gz", "uuid": "5d0feda8-27ec-4d2f-872f-010de5599038", "version": "2021-05-10T23:25:00.009000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 819315594, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2a136c30-089d-4a63-a9f5-f15fd285135e", "crc32c": "22c6445f", @@ -3255,13 +1664,12 @@ "sha256": "2d169bc6c3c3622fb440e0ae6a6bad961df58d99b818a213153560a856a4b081", "s3_etag": "15a15aaacaade94d72aae343feff8a46-13" }, - { + "sequence_file/9766ad67-37fa-402a-9649-181a1752e5b2": { "name": "Fetal2run1_S13_L002_R1_001.fastq.gz", "uuid": "5e1a2b5c-6a08-46b6-825f-316983d5abfb", "version": "2021-05-10T23:24:57.418000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1709342946, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a077a50f-d511-41af-88f3-43798775871d", "crc32c": "ffbe2d87", @@ -3269,35 +1677,12 @@ "sha256": "ed17643185ae644db94ac5ca9b683642bfce5a6f9e15d4576e7b30ca6a91e60a", "s3_etag": "103db435acfd9ec4bb7badd0b16e6f29-26" }, - { - "name": "sequence_file_111.json", - "uuid": "5e25031d-3456-4209-9818-c8882b2623e1", - "version": "2021-05-10T23:24:55.689000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_2.json", - "uuid": "5e811f8c-aa77-43f5-9197-f69c067b6e83", - "version": "2021-05-10T23:24:55.165000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 729, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ee36a1ac-7426-4253-81b8-715f37a2ba69": { "name": "Adult3run2_S6_L002_R1_001.fastq.gz", "uuid": "5ec7c9a4-d508-4f02-a5d6-2549a2beb668", "version": "2021-05-10T23:25:01.949000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2031050080, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dfe406cc-5192-4260-b3e9-e501aa85b196", "crc32c": "b00dea07", @@ -3305,13 +1690,12 @@ "sha256": "7564fab430c20ec25ab74e9f02c6ee1b046b152e298f637055afd346a525a390", "s3_etag": "96363f0236fba26d5ee30275a247347b-31" }, - { + "sequence_file/5f3e080f-d2f2-4350-96b0-fb8169bfcdd9": { "name": "Young1run2_S11_L002_R2_001.fastq.gz", "uuid": "5ecc4c21-3d22-4ee4-a5ec-f65c013fe1d8", "version": "2021-05-10T23:24:58.768000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3904827915, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_64bf030a-5e06-4405-9ab1-1244553f88bb", "crc32c": "104ae16c", @@ -3319,24 +1703,12 @@ "sha256": "337af07ecd02a144c6480735ae0eafe7bb7d838f0e66888b182540b9cf1a20c6", "s3_etag": "6cefa26d2755ee767110dfed99070ca5-59" }, - { - "name": "sequence_file_112.json", - "uuid": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9", - "version": "2021-05-10T23:24:58.768000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4ca067fb-8ba1-4959-9c1a-878d5705dd67": { "name": "Fetal1_S46_L003_R1_001.fastq.gz", "uuid": "5f44152a-c794-49b7-b1a3-ff85ca3b09d7", "version": "2021-05-10T23:24:57.300000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 860854564, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_027dbe75-48e9-448d-9f4a-7aab62618029", "crc32c": "397c548f", @@ -3344,13 +1716,12 @@ "sha256": "3d2d600def499f0d52ac78389112f7f21306d60660acf7860e44c59a40b26977", "s3_etag": "700e98f25caad18e56fda256b0e49d0a-13" }, - { + "sequence_file/ffb64e6b-8924-4adf-ae8f-e55b4dd019dd": { "name": "Young3_S9_L004_I1_001.fastq.gz", "uuid": "5f4b61e7-f383-4afe-95ed-b5291cb78e25", "version": "2021-05-10T23:24:56.379000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 154244094, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e78bd1bb-dcb6-4a30-9b04-c8db206acce6", "crc32c": "015fff5b", @@ -3358,46 +1729,12 @@ "sha256": "6dbe343b47b005aee334a678b393013aa55a031d8c23175ea7b650e65bed97c5", "s3_etag": "b05cefd1f4cd631c0fc53fad7cf7c6ef-3" }, - { - "name": "sequence_file_113.json", - "uuid": "5f563e91-d384-4e1e-ac84-20f06332fe8c", - "version": "2021-05-10T23:24:55.809000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_114.json", - "uuid": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf", - "version": "2021-05-10T23:25:02.564000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_115.json", - "uuid": "5f6e0f4b-3541-4197-a67f-01dddc0cf105", - "version": "2021-05-10T23:25:07.677000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f5fae200-b633-4ade-8871-94cf47475c67": { "name": "Young3_S11_L004_R1_001.fastq.gz", "uuid": "609ae52c-1765-4048-8e00-2ddbefb71419", "version": "2021-05-10T23:24:56.661000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 593275404, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_52ecf4c7-111a-4d80-9d34-0b55d6f07ac9", "crc32c": "d38f71c1", @@ -3405,24 +1742,12 @@ "sha256": "891d5f8bdde9e503507f33141115a51f54092696defcb2654decfb37ffba681e", "s3_etag": "43ea709c296fdfa25a1c06030325ca17-9" }, - { - "name": "cell_suspension_3.json", - "uuid": "60e4296c-5d92-4c12-bf4e-f5fe08f01614", - "version": "2021-05-10T23:24:55.175000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 729, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/3f2ae9d6-763e-4408-bc80-6067ccc756e0": { "name": "Young1run2_S12_L002_R1_001.fastq.gz", "uuid": "614f783b-6956-40b9-9a4d-7e5aebda0eb8", "version": "2021-05-10T23:24:58.793000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1750145016, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6d150385-bdb8-40cf-8236-2b9ad6558ae9", "crc32c": "bd6db2a2", @@ -3430,24 +1755,12 @@ "sha256": "1ccd18fb328476855d1e6b0eb235e3056c167525763044dfb9c96ba20979eaad", "s3_etag": "71c2a71389f830891ee039fe8b5cf514-27" }, - { - "name": "sequence_file_116.json", - "uuid": "61716326-4fa0-41b9-8ca4-5b020500e8ad", - "version": "2021-05-10T23:24:57.129000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad": { "name": "Fetal2run1_S14_L002_I1_001.fastq.gz", "uuid": "6173707a-3764-4ff8-9873-32e3710aa9fb", "version": "2021-05-10T23:24:57.441000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 252155112, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9f9b1eb8-768f-4131-8c7d-d837dde90e66", "crc32c": "6699b9cd", @@ -3455,13 +1768,12 @@ "sha256": "71e42dc2ae9d27d45f2fcb5a3a551d9db4bb2ae1aaae84db112094be79fc9355", "s3_etag": "3b9cdfb2ebda3941a2203745a8f159d1-4" }, - { + "sequence_file/1adbb95f-f5c3-41ce-8e16-7657d189de79": { "name": "Young1run1_S9_L002_R1_001.fastq.gz", "uuid": "61d9feae-3f3b-45e8-a236-359df3e2e2d1", "version": "2021-05-10T23:24:58.665000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2220583694, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b66ba5b7-c017-4bc2-85cc-680f0d8148fd", "crc32c": "311e003d", @@ -3469,24 +1781,12 @@ "sha256": "826d63a532b0659fbd4399cb11c75192d15d8441aed112fd0b0927adec3ffc80", "s3_etag": "f7e94501913a1d7a5b4a81d21df9630d-34" }, - { - "name": "sequence_file_117.json", - "uuid": "621547f4-60bc-41b6-bc21-5c970700a1e4", - "version": "2021-05-10T23:24:55.749000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/554c1554-ed18-4926-b8d7-5b6af2edab5b": { "name": "Adult1_S5_L003_R1_001.fastq.gz", "uuid": "6250c51e-4eb7-4ebe-81c3-abc23724f317", "version": "2021-05-10T23:24:59.005000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 890195244, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_df783777-b08e-4c08-b87b-dc6d410b2674", "crc32c": "e5f8384f", @@ -3494,13 +1794,12 @@ "sha256": "2dbec14534859b1bb9b1337fe12b672f2d82c30501b4a65468095d66a4d3a414", "s3_etag": "ba729edbdd746686f27e137b8c98cea6-14" }, - { + "sequence_file/69ab8827-b0dc-48ae-84b5-1d27284a7db0": { "name": "Fetal3_S15_L004_R1_001.fastq.gz", "uuid": "62af56af-f65d-4aae-a599-385c1f725e23", "version": "2021-05-10T23:24:57.943000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1208645017, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ee424904-fcc3-466a-9b7b-14c0c9e52f82", "crc32c": "cb6563dd", @@ -3508,13 +1807,12 @@ "sha256": "8d9604af462db47daf6f6142b3120afe197d9b3d3a232bfd39ee7a00ba3d9127", "s3_etag": "907399b1206726410cf83c6cf1d22601-19" }, - { + "sequence_file/db2ecbf9-0e24-4106-b594-73368de0e98b": { "name": "Young2_S44_L003_R2_001.fastq.gz", "uuid": "62f16474-dd23-4eac-aefc-1ba7c5d67d42", "version": "2021-05-10T23:24:55.628000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2616304336, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_39b4cf68-51c4-4106-b029-951de16748b0", "crc32c": "d4e26737", @@ -3522,13 +1820,12 @@ "sha256": "311e7b160231b63872b004f7127f6ccb13b92535b762defb63f1480e33c140dc", "s3_etag": "990f643b7a696c018bfc601ce4e49041-39" }, - { + "sequence_file/64e1d438-17af-450b-b90c-04072117cbb1": { "name": "Young1run2_S12_L002_R2_001.fastq.gz", "uuid": "630c4724-310e-462d-9d0d-e10083f44b9c", "version": "2021-05-10T23:24:58.805000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4044180974, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9baed3d2-fb3c-49ed-bd33-5ff3bf4d98f2", "crc32c": "1c3c4389", @@ -3536,13 +1833,12 @@ "sha256": "5c50c53c753461070b986085bf614477979d25099767fd14061687b1ca88efec", "s3_etag": "f8f3df433b1eefa6e4081f25aa688941-61" }, - { + "sequence_file/885f171d-901c-4cc4-9c76-c5d8cdf35991": { "name": "Adult2_S36_L002_I1_001.fastq.gz", "uuid": "6314671e-6b9f-462c-a207-e0f99f82a659", "version": "2021-05-10T23:24:59.618000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 331683184, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_733afec4-4329-4a87-8649-5ee4d44f2545", "crc32c": "c74477a3", @@ -3550,46 +1846,12 @@ "sha256": "5834d0061c7f732d686bcd31dcf775b8dd9aa49c5910130228d444fb15bf6d94", "s3_etag": "875011df0b4354db7f339f1e0652108a-5" }, - { - "name": "process_7.json", - "uuid": "63d29f05-1a74-46a0-ad91-001efa34a021", - "version": "2021-05-10T23:25:11.888000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "63db242f-a88b-4deb-b1e4-3677ade32d18", - "version": "2021-05-10T23:24:55.301000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 929, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_118.json", - "uuid": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445", - "version": "2021-05-10T23:25:09.538000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9bad139c-7abf-4786-a6fc-5f9a5abcd850": { "name": "Fetal3_S15_L002_R1_001.fastq.gz", "uuid": "64684889-2821-4e2b-9aa4-b57c3eb47a42", "version": "2021-05-10T23:24:57.845000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1255308430, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d2c2b97e-5c10-408d-b72c-ea3261c75c02", "crc32c": "6bb05067", @@ -3597,24 +1859,12 @@ "sha256": "f5f3528ee946b0fd518bf4ce75db9f8c4b5af0cc7f472cb1113281be8c1eeda5", "s3_etag": "3c8e1ccabd00d4136dfae2344143e8cb-19" }, - { - "name": "sequence_file_119.json", - "uuid": "64c93769-83eb-4718-90f0-36d83b1dae4d", - "version": "2021-05-10T23:24:57.391000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5a172f54-33a5-4e0d-bc0d-1760bad3beb6": { "name": "Adult3run2_S6_L002_I1_001.fastq.gz", "uuid": "64cbad96-28c1-4e62-a6f5-b8b79424503a", "version": "2021-05-10T23:25:01.593000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 642328131, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_36df2cf6-81dd-4800-830d-0a70d2aef909", "crc32c": "2d95000d", @@ -3622,35 +1872,12 @@ "sha256": "aaf9162d63b4012f0a9903756d79905d27dd84408898189ced5cd813223217e1", "s3_etag": "7e2a3c8b30611f5b4864672db031895d-10" }, - { - "name": "sequence_file_120.json", - "uuid": "64e1d438-17af-450b-b90c-04072117cbb1", - "version": "2021-05-10T23:24:58.805000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_121.json", - "uuid": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b", - "version": "2021-05-10T23:25:09.885000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/296db6ee-3e65-48ee-b232-626653165222": { "name": "Adult2_S36_L001_R2_001.fastq.gz", "uuid": "65909bad-b2cf-46f8-883a-6cd80e9499e4", "version": "2021-05-10T23:24:59.606000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1984681954, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9c9b5e07-7e91-4afe-bab5-2d4cd96caaac", "crc32c": "d8aaeb82", @@ -3658,24 +1885,12 @@ "sha256": "5b0cefcf1099a239d85ccff1e3c5d6ce2c6f5630e1ec13fb72e04cd110048389", "s3_etag": "510e6e5e4f7dbf9218404e13e78a31fa-30" }, - { - "name": "sequence_file_122.json", - "uuid": "6593f54e-682c-4eb4-b2ed-e3c3278d4880", - "version": "2021-05-10T23:24:57.506000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/877258d8-07eb-4cb6-a358-7c265c856ab6": { "name": "Young3_S11_L003_R2_001.fastq.gz", "uuid": "659bc4f7-7223-4eee-973b-432c66c7ded9", "version": "2021-05-10T23:24:56.635000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1351766622, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6e04d9dc-18ce-4bf7-8cc1-dc1119b57875", "crc32c": "767735db", @@ -3683,46 +1898,12 @@ "sha256": "8db15a0fb56467f8b36729529a480e8bd426d711f6563704dab55ec738abc751", "s3_etag": "e02b1ee06b6b5f705a6d42cd35276696-21" }, - { - "name": "sequence_file_123.json", - "uuid": "65b78fda-7874-455f-9c9a-bf7aca375a0b", - "version": "2021-05-10T23:25:07.058000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_124.json", - "uuid": "65fae226-b417-43cd-a5c8-cf2336b8cff5", - "version": "2021-05-10T23:25:00.311000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_125.json", - "uuid": "668a508d-34fa-4468-86e8-523380a34da8", - "version": "2021-05-10T23:25:05.181000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/344c1e18-810e-4800-bbed-0246cbbafa60": { "name": "Fetal3_S13_L003_R2_001.fastq.gz", "uuid": "67784226-6582-44f0-bdf0-1d2bc86d9a6a", "version": "2021-05-10T23:24:58.197000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3480138395, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e69ae61f-a133-4d10-9159-aa5cdc385cf2", "crc32c": "ab6a9954", @@ -3730,24 +1911,12 @@ "sha256": "5791d062e01754f36364e8d46a247c75869067aeedd8d02205d3c855b72b13f8", "s3_etag": "6189e776ce7812678a0b568aac4270bd-52" }, - { - "name": "collection_protocol_1.json", - "uuid": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948", - "version": "2021-05-10T23:24:55.223000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1082, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a6a99736-43fb-4f67-ae26-0e24d5277c6b": { "name": "Fetal3_S16_L004_R1_001.fastq.gz", "uuid": "680f8f20-13b6-45db-872c-83b542f77227", "version": "2021-05-10T23:24:58.112000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1597415498, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9c6851c3-de4e-4c5c-a283-e0f33a75d4fe", "crc32c": "dcd281bb", @@ -3755,24 +1924,12 @@ "sha256": "10df74d8d1ef42be8761bcd2bdbdc925d1adc455c8a911d855d3b33e178a8698", "s3_etag": "92d4decc908a4c06b85b3e28632d5d16-24" }, - { - "name": "sequence_file_126.json", - "uuid": "69ab8827-b0dc-48ae-84b5-1d27284a7db0", - "version": "2021-05-10T23:24:57.943000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/87e9a01b-594b-4dc4-b2a7-a14407399b50": { "name": "Young3_S10_L001_I1_001.fastq.gz", "uuid": "6a96f079-8655-40da-ae1c-2259b26adc8e", "version": "2021-05-10T23:24:56.006000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 165020801, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c7a6d47d-3167-4996-a9e6-1de844be6956", "crc32c": "9c3ef3f1", @@ -3780,13 +1937,12 @@ "sha256": "c7a8ec69ffda62db4e015297d8a19ee22a88df1f0556c2ac252e4fac19cf8c7b", "s3_etag": "83453633d2bd7c617d80da0b317d5a64-3" }, - { + "sequence_file/e17968e7-5ef9-45fb-b45a-d73d18f41ae6": { "name": "Young2_S41_L001_R2_001.fastq.gz", "uuid": "6b339b09-2d38-4016-8aaa-bfcc788d124a", "version": "2021-05-10T23:24:55.401000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2279254555, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_97be43c9-1c95-41cd-ad1f-4ca3a130d0ba", "crc32c": "f402793a", @@ -3794,24 +1950,12 @@ "sha256": "29d348b8c65f2ff0ea25c85f26d6669bf87a87d8af2f85173919e99d08ea7c5b", "s3_etag": "5dc648657d1724e88185528dd29d7b52-34" }, - { - "name": "sequence_file_127.json", - "uuid": "6b38794f-2d55-4422-8094-fb4a5e100d32", - "version": "2021-05-10T23:24:57.912000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b0025fa1-e6a6-441b-a018-2c73ceabe237": { "name": "Adult2_S36_L003_I1_001.fastq.gz", "uuid": "6bbb303c-2698-46f3-b818-702e9c75e40d", "version": "2021-05-10T23:24:59.657000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 321557927, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a83634cb-43a9-4bad-bd76-5fe2c5b96d21", "crc32c": "90c2a037", @@ -3819,35 +1963,12 @@ "sha256": "2df31e8db2c3aa8fac4a4743841955a911a9ead26d2f6b4e37eb4fc08c488c86", "s3_etag": "a29b34cdfa347571a313da5506be9e7a-5" }, - { - "name": "sequence_file_128.json", - "uuid": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47", - "version": "2021-05-10T23:25:08.068000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_129.json", - "uuid": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0", - "version": "2021-05-10T23:25:01.160000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/10b3b42b-3612-48fb-849b-bfc036c248a6": { "name": "Fetal1_S48_L002_R2_001.fastq.gz", "uuid": "6d508d37-de41-4d34-8eb8-ab59e95e6eae", "version": "2021-05-10T23:25:09.259000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2532330169, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5a7ed6b2-6d74-4c29-bb8c-3e4a5360e008", "crc32c": "2b4f55a1", @@ -3855,134 +1976,12 @@ "sha256": "d5798b342cd46dd25ebc62b11562b0a637081645fe93dfbc9990278dc34f2f56", "s3_etag": "ce9764b5342d4a9b72fa4277ba2df9bc-38" }, - { - "name": "sequence_file_130.json", - "uuid": "6d9709e5-ce90-46d3-bc95-d5105cafc67a", - "version": "2021-05-10T23:24:57.597000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_131.json", - "uuid": "6e3aed1a-9909-462c-90e1-a1f766cd380e", - "version": "2021-05-10T23:24:58.699000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_132.json", - "uuid": "6e650029-386f-4d8e-868e-8780782baa4b", - "version": "2021-05-10T23:25:00.148000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_2.json", - "uuid": "6e669924-95c7-4aef-bd34-6dd28bf29fdd", - "version": "2021-05-10T23:24:55.067000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1152, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_133.json", - "uuid": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3", - "version": "2021-05-10T23:24:57.256000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_134.json", - "uuid": "6ea29b25-492a-4c00-819d-ec8a0909fa28", - "version": "2021-05-10T23:24:55.880000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_135.json", - "uuid": "6f11ead1-11b1-4bda-8a20-588bb85ec126", - "version": "2021-05-10T23:24:57.285000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_136.json", - "uuid": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c", - "version": "2021-05-10T23:25:09.319000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_137.json", - "uuid": "70291c50-770c-4e51-8f1b-60be28ea419f", - "version": "2021-05-10T23:24:59.996000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_8.json", - "uuid": "70519cbb-bbfb-4e55-9642-e6c6a381b4d0", - "version": "2021-05-10T23:25:12.437000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_138.json", - "uuid": "7060b0f4-a756-41f8-bc65-16c7effef1be", - "version": "2021-05-10T23:24:55.652000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/dcec351c-327a-46df-aa48-22d2647d5852": { "name": "Adult1_S5_L002_R2_001.fastq.gz", "uuid": "707a111e-6a29-42f6-906b-1168970d3ba0", "version": "2021-05-10T23:24:58.975000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2091824955, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a70ac6e5-69c6-4821-a60e-f251fb560e93", "crc32c": "750d7716", @@ -3990,24 +1989,12 @@ "sha256": "dfa15c2e618bddf4ed7e5e59535b72741702b6a9bfb8861932a35cd96ebab7d2", "s3_etag": "03d1700179eed42d731e09f54eefb507-32" }, - { - "name": "sequence_file_139.json", - "uuid": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc", - "version": "2021-05-10T23:24:57.968000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f859d1ff-df51-4548-b8a4-9eca26bf7454": { "name": "Adult3run1_S6_L002_R1_001.fastq.gz", "uuid": "719d5ca1-9869-48a6-9876-81b4816c3dbf", "version": "2021-05-10T23:25:00.183000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1834056560, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_27e812ac-1786-40eb-ac57-f3b7b204a19f", "crc32c": "98f3b8f9", @@ -4015,24 +2002,12 @@ "sha256": "f7f1c99f64493eb277a249a2fdb77ed2cecfab3896d767c1a4d2a655eea35188", "s3_etag": "03bc5974bb521ebd1a913e3e33bd51b4-28" }, - { - "name": "sequence_file_140.json", - "uuid": "71add17d-3b59-4ca2-a032-80819608a34a", - "version": "2021-05-10T23:24:56.525000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/71add17d-3b59-4ca2-a032-80819608a34a": { "name": "Young3_S10_L004_R2_001.fastq.gz", "uuid": "71bdd650-ae9d-46ee-af5f-efa21b8f6d63", "version": "2021-05-10T23:24:56.525000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1145940984, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_263c86ff-a28c-4dcc-8175-08f45a119770", "crc32c": "4f83539d", @@ -4040,68 +2015,12 @@ "sha256": "373c0eb25a8e941c1d253c83b23ab621acfc27d6a89290cba19cc019b0277285", "s3_etag": "ccafa18fb8215f17f9285e5d7c6c7f40-18" }, - { - "name": "sequence_file_141.json", - "uuid": "7240ec36-6433-4e5c-ba0f-d2770817f963", - "version": "2021-05-10T23:25:00.501000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_142.json", - "uuid": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c", - "version": "2021-05-10T23:24:57.556000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "72975432-3c46-449a-a4d9-809712d10577", - "version": "2021-05-10T23:24:55.271000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1527, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_143.json", - "uuid": "72b34b3d-f005-48af-81dc-3631873960d8", - "version": "2021-05-10T23:24:57.019000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_144.json", - "uuid": "73112827-65e2-4057-98e0-960b4c50afe6", - "version": "2021-05-10T23:24:58.756000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/110bb0f5-9d1a-4573-b711-6bee156d0eb8": { "name": "Young3_S10_L003_R1_001.fastq.gz", "uuid": "738ebc49-f032-4c58-a5de-cbdbbdd58286", "version": "2021-05-10T23:24:56.476000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 514799709, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_955a92f4-47a7-412a-af24-e22fae6c06f9", "crc32c": "9de991d6", @@ -4109,13 +2028,12 @@ "sha256": "b6c70635848f50b65d96f649e93d3d298218e55cacaff60ab1d60d834e857986", "s3_etag": "80c3bd91afc30f8118aad3eed276ca8b-8" }, - { + "sequence_file/3cad3e7e-9e9b-4e4e-a535-509853f9306b": { "name": "Young2_S41_L001_I1_001.fastq.gz", "uuid": "73de6875-a6ff-4ff4-846a-5d4866b129a6", "version": "2021-05-10T23:24:55.377000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 337988979, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_acc401bb-4481-45ae-8e5d-28070a3c204c", "crc32c": "19ef21fe", @@ -4123,24 +2041,12 @@ "sha256": "9370aaa2eb7e0c085c9ef09ef6e1254e35d242f5934e4ab9a3159da59405b210", "s3_etag": "5b05518df2655ede39c39c428caefef7-6" }, - { - "name": "sequence_file_145.json", - "uuid": "74086d10-f049-45c2-8654-de93aac63d94", - "version": "2021-05-10T23:24:56.880000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7938acb1-91e3-4d8d-9d24-3b0a9fa28131": { "name": "Adult1_S8_L002_R1_001.fastq.gz", "uuid": "7518b08c-cf57-44fa-8cba-a22aad24d5ea", "version": "2021-05-10T23:24:57.036000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 434337220, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_414162fc-5edd-4d24-8d3f-3411f797e608", "crc32c": "dff52463", @@ -4148,13 +2054,12 @@ "sha256": "ae014132b1bc2430b5c582e2775a0a025888f6c547fbea41de54a257b55d137b", "s3_etag": "9f5f639444ae0790720c620b03496b84-7" }, - { + "sequence_file/95e893a0-0885-4e1c-8e31-55863d5108b3": { "name": "Adult2_S34_L002_I1_001.fastq.gz", "uuid": "75b50abe-fbd8-4bc6-9170-455bcd9a3208", "version": "2021-05-10T23:24:59.882000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 292437967, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d63d65a8-73b6-4dfa-9f38-5f3a76b5f63f", "crc32c": "f5f09abd", @@ -4162,35 +2067,12 @@ "sha256": "f9369aa0da27327f56fb4fe481ca5dfe3fe9d1a56009b714a9b445e10404f447", "s3_etag": "32181017e7c756b20dbdb2da76171a2e-5" }, - { - "name": "sequence_file_146.json", - "uuid": "75e38979-23f0-4749-bfcc-d8e92db7f2b0", - "version": "2021-05-10T23:24:57.624000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_147.json", - "uuid": "762c2720-f65c-4804-844f-2302bc33ebbc", - "version": "2021-05-10T23:25:06.108000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/58b683d3-03cf-42e9-9cff-4143dff729ca": { "name": "Adult2_S33_L002_R2_001.fastq.gz", "uuid": "76457b72-bfe8-46b4-a8fb-7644c1f9209e", "version": "2021-05-10T23:24:59.756000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2369720493, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5bc7a978-3747-4da1-8e44-dade01ab43b1", "crc32c": "643c9c5d", @@ -4198,13 +2080,12 @@ "sha256": "184cd8a222a770666ed35e97d55de3f6e13fdabf7129af0ad62dd5fceb02396f", "s3_etag": "a2bf48d5343ee3e463e9dd6f5be55ffc-36" }, - { + "sequence_file/9e63db48-5b68-40e8-9d8f-aff48223b80e": { "name": "Adult1_S7_L004_I1_001.fastq.gz", "uuid": "76616c76-f485-4da1-aae6-fc2fc918d90e", "version": "2021-05-10T23:24:56.857000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 403500549, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_43a31c50-0430-4f8b-869e-d5e846c680ac", "crc32c": "0f3b64bd", @@ -4212,13 +2093,12 @@ "sha256": "b96e683373f662190d757aae0c9980e046f31796c19b84a4438b78a6f4bf2fc2", "s3_etag": "ed0276f5a2a992e1f2e46ba73e95869c-7" }, - { + "sequence_file/b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc": { "name": "Fetal3_S15_L001_R1_001.fastq.gz", "uuid": "770b9529-4358-4a27-9c8c-ab4fd91c3397", "version": "2021-05-10T23:24:58.421000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1230891775, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_019cc811-4e9f-40d1-978b-875dbda86ee1", "crc32c": "2dd9b4b6", @@ -4226,13 +2106,12 @@ "sha256": "d454beac5e53e32041a91cf200e9d178add4aff570369d9450bcd11c3bdd4ff2", "s3_etag": "ba609bd4398021667ec83c36896bcbf2-19" }, - { + "sequence_file/09610000-dc5c-4665-a72e-b0dad51edf6d": { "name": "Fetal2run2_S13_L002_R1_001.fastq.gz", "uuid": "779c4733-3497-4125-9359-d528c0fbdc11", "version": "2021-05-10T23:24:57.569000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1958043420, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_90055f7e-202e-4a63-895b-694f88d4315c", "crc32c": "8c83eb31", @@ -4240,35 +2119,12 @@ "sha256": "f058b0a3d02b12d9fb2ed6b78180c59b988e2ead118ff77d149f58698784c49f", "s3_etag": "3c962f7291890e9a364f6c235c9fea33-30" }, - { - "name": "sequence_file_148.json", - "uuid": "782f79d7-bd59-4cc5-8492-1e680fbb31c1", - "version": "2021-05-10T23:24:55.773000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_149.json", - "uuid": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2", - "version": "2021-05-10T23:24:58.495000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9a03ec79-7dc7-44fc-bb97-22ad58159436": { "name": "Fetal3_S15_L004_I1_001.fastq.gz", "uuid": "785cf620-02b6-4450-aaff-67684b1af04c", "version": "2021-05-10T23:24:57.930000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 374756127, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6b2cab48-7884-46f5-954c-11f64cc31b10", "crc32c": "0eed68a9", @@ -4276,13 +2132,12 @@ "sha256": "a1a637c37394b3bb59bd3aa3ac1971d47388acb97c470621ed95e796ca5864bc", "s3_etag": "996626811af5e6451c8ee3951b835ee6-6" }, - { + "sequence_file/b6dda1ac-9635-426a-869a-82b1420ef251": { "name": "Fetal3_S14_L001_R2_001.fastq.gz", "uuid": "78e933ab-3d89-4651-9e78-db7da3ce15de", "version": "2021-05-10T23:24:58.273000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3136782514, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_315cad23-0acd-4204-94c9-5f3c5c85565b", "crc32c": "d06b71ce", @@ -4290,13 +2145,12 @@ "sha256": "d42250f47b09f6faafbc5a5c41283a8dd8f7fcd4da698d3200d7f7aa3f31c087", "s3_etag": "d9fdb12380ddad7730bd7c111071c06e-47" }, - { + "sequence_file/51aef727-d8de-497f-abbe-e650b1baeeab": { "name": "Fetal3_S15_L001_R2_001.fastq.gz", "uuid": "791fcf08-b02f-4ecc-9a89-bef863ecb3db", "version": "2021-05-10T23:24:58.453000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2842015326, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_95e89dd0-0b09-42fe-ba54-ed2620323603", "crc32c": "d96c05aa", @@ -4304,24 +2158,12 @@ "sha256": "49eba228dee022d0a782c6d1f8dd9815ceb22da9ffe6eb763b41788c448a8834", "s3_etag": "c2754b81468b7913e109b87fea377da1-43" }, - { - "name": "sequence_file_150.json", - "uuid": "792fd4bd-9b01-42bf-a883-c651789a198a", - "version": "2021-05-10T23:25:09.108000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4abcf42c-5291-47f3-b7a8-bb1071f56c54": { "name": "Young3_S12_L002_R1_001.fastq.gz", "uuid": "79377e16-5ab0-433e-ba05-39349b25c52f", "version": "2021-05-10T23:24:56.055000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 690327037, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f05ae912-401e-4895-b5a5-73a6db7f1294", "crc32c": "c60a6266", @@ -4329,68 +2171,12 @@ "sha256": "60b0aa40851bea8d679ab02ef2b86c5696edf3187b404a9b38ef6a6a3e2fd445", "s3_etag": "629afbff4eb9744ca5b2732162460ac1-11" }, - { - "name": "sequence_file_151.json", - "uuid": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131", - "version": "2021-05-10T23:24:57.036000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_152.json", - "uuid": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef", - "version": "2021-05-10T23:25:00.217000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_153.json", - "uuid": "79d181d1-5b70-4306-a229-74a2a3d5278e", - "version": "2021-05-10T23:25:10.475000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_154.json", - "uuid": "79e53d37-c41c-4234-99db-f3333d89bb3a", - "version": "2021-05-10T23:24:58.531000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_155.json", - "uuid": "7abc79b5-e32a-4313-b130-12397d29d684", - "version": "2021-05-10T23:24:56.043000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e9def19b-3967-47e7-a2dd-1bc5f9297959": { "name": "Adult2_S34_L002_R1_001.fastq.gz", "uuid": "7ac117ba-372b-4448-ac12-0a30e53a53aa", "version": "2021-05-10T23:24:59.894000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 981103006, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f01b79c3-738b-49de-88db-20c3c8f36e19", "crc32c": "a953bbd4", @@ -4398,13 +2184,12 @@ "sha256": "65dd4e2cb18077e6cbe66ac1285224f286f6c9c8b61f074427061a206a595e2c", "s3_etag": "e29d30ce3ace94a3e01145e21fe8e4a0-15" }, - { + "sequence_file/e0a914c3-3147-4f06-a8ae-0c16029497dc": { "name": "Young1run1_S11_L002_R1_001.fastq.gz", "uuid": "7add99e3-86df-4443-a5b6-d734667814b3", "version": "2021-05-10T23:24:58.555000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1397009994, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6d625b6a-9f19-48e4-b3d9-27897ec1e003", "crc32c": "37320b91", @@ -4412,13 +2197,12 @@ "sha256": "c79c541af0c7aae01e09acd8e0a227fc69e70ff6559f9750c60ac3a327f33e22", "s3_etag": "c76d72e3b16de3867ec9635a74879505-21" }, - { + "sequence_file/23203fb2-d46d-4d14-95e5-4ec38191e420": { "name": "Young2_S42_L002_I1_001.fastq.gz", "uuid": "7b062fdb-21d9-4760-8620-04b9d92f1148", "version": "2021-05-10T23:24:55.822000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 341120146, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cd48afaf-82ca-4f1d-8687-e983051dc57c", "crc32c": "7aa97e81", @@ -4426,35 +2210,12 @@ "sha256": "702a984064769cf1054618ab8ad47a22bf844047fa3a1117527f75557f1c1e31", "s3_etag": "d505bb56c04c7549e1ff75d778697df3-6" }, - { - "name": "sequence_file_156.json", - "uuid": "7b1418ba-7cd7-4844-924c-ca92b0d3147c", - "version": "2021-05-10T23:24:55.425000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_157.json", - "uuid": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0", - "version": "2021-05-10T23:24:57.379000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5f6e0f4b-3541-4197-a67f-01dddc0cf105": { "name": "Fetal1_S48_L001_I1_001.fastq.gz", "uuid": "7c28300b-6590-429d-b628-08f020a83288", "version": "2021-05-10T23:25:07.677000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 329585785, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_963fb1ae-c748-418e-9437-24325b32b53a", "crc32c": "5ad70504", @@ -4462,57 +2223,12 @@ "sha256": "42e87fa7ceb68e9d9d6184b94bea97758edd2bd265eb40c802906a36fcb07aa3", "s3_etag": "879fbf38630a9a00367a8886a7e30f00-5" }, - { - "name": "sequence_file_158.json", - "uuid": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed", - "version": "2021-05-10T23:24:58.402000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_159.json", - "uuid": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4", - "version": "2021-05-10T23:25:03.741000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_160.json", - "uuid": "7d5ca602-df90-402e-9c12-933e1cdde407", - "version": "2021-05-10T23:24:55.449000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_161.json", - "uuid": "7e1f0414-5235-4c79-b334-b278d3ebd8ae", - "version": "2021-05-10T23:24:59.669000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/47950b5e-3d6f-4b75-9518-feb8b9e9a78b": { "name": "Young3_S11_L004_R2_001.fastq.gz", "uuid": "7e614c42-78b1-452c-a142-57b2dfef7f9e", "version": "2021-05-10T23:24:56.674000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1341395179, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_64786ef9-450b-44ef-a01f-946a1c949d9f", "crc32c": "e7c11786", @@ -4520,13 +2236,12 @@ "sha256": "825822476cf44baa0feedc3fe73ebe370e8edd477194c63163a8ce73854b3d6c", "s3_etag": "4be455af8a93d48c8718a3a119f18042-20" }, - { + "sequence_file/09c0456a-ec0b-47e3-870d-4b47221a45a6": { "name": "Fetal3_S13_L001_R2_001.fastq.gz", "uuid": "7e8a8426-4694-4e76-8525-8e56fb86837c", "version": "2021-05-10T23:24:57.806000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3522468426, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cbb4c78e-1162-4b8e-b5c6-c05a1f05baaa", "crc32c": "8aac2099", @@ -4534,35 +2249,12 @@ "sha256": "6c7ba21c0d72345c64f96644260d895b1eb8a2b8dfe04e4f8b06845328048b32", "s3_etag": "35db02bf3615b1f238f95578153f6120-53" }, - { - "name": "sequence_file_162.json", - "uuid": "7eb17ee4-5704-4ce3-8b41-121ef051ee09", - "version": "2021-05-10T23:24:58.869000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_163.json", - "uuid": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b", - "version": "2021-05-10T23:25:00.610000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4198865c-d4ef-4a01-94c0-8a8397914dbc": { "name": "Fetal3_S14_L002_R2_001.fastq.gz", "uuid": "7ec16db5-8b4b-4c20-98ab-bb2916a7e793", "version": "2021-05-10T23:24:58.313000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3201033447, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_53b304f4-0076-46a2-aa33-ffe457cbf3f0", "crc32c": "cdc388e0", @@ -4570,35 +2262,12 @@ "sha256": "ba67c57ee6fbf41df6f524fc7390f5c84493fafbfcf0411287b18976a8ebd391", "s3_etag": "0997ab9fdaecf824649e244277d6ef35-48" }, - { - "name": "sequence_file_164.json", - "uuid": "7f46ab20-26fa-493e-98c4-24d558f4a0ce", - "version": "2021-05-10T23:24:59.472000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_165.json", - "uuid": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565", - "version": "2021-05-10T23:24:58.613000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/565dbd59-2571-4af5-b160-c6d5cd3c684f": { "name": "Young3_S10_L004_I1_001.fastq.gz", "uuid": "7f6b4855-5cec-45af-87ac-1c86e25526dd", "version": "2021-05-10T23:24:56.500000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 162416392, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2bf3c6a9-4b39-4c4d-b1b6-50b7665d14cf", "crc32c": "e52d3287", @@ -4606,35 +2275,12 @@ "sha256": "2c36d3d0b55c108fd45493a8f7c3d77f4259c3e3f5b2b7612dcb9e67436273e2", "s3_etag": "a1407ca5504066cb626f5fa5caa5cd39-3" }, - { - "name": "sequence_file_166.json", - "uuid": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f", - "version": "2021-05-10T23:24:57.664000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_4.json", - "uuid": "804eb3bf-15a9-47d9-81a7-d19b060c5425", - "version": "2021-05-10T23:24:54.943000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 998, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c458a416-5736-4b7b-817e-1d87b341f825": { "name": "Young2_S42_L001_I1_001.fastq.gz", "uuid": "80d3eb60-a05b-4bdb-8957-21e383773240", "version": "2021-05-10T23:24:55.785000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 336875963, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1b18cba7-9628-476c-9f1f-9aa986935e51", "crc32c": "aec14da0", @@ -4642,24 +2288,12 @@ "sha256": "85725fdcca9ee814951863e63bfc5564e66fdd355102ed3e883d423c86cda971", "s3_etag": "6eb8729f6c0832a8a53fd8aa5720c5be-6" }, - { - "name": "sequence_file_167.json", - "uuid": "80e88ed6-4480-4888-b25d-d41e90822142", - "version": "2021-05-10T23:24:56.648000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d1dd53ff-b603-4345-8203-45c384cbc813": { "name": "Young3_S12_L004_R1_001.fastq.gz", "uuid": "817604e4-1083-463c-ac3e-3e3d72bb649a", "version": "2021-05-10T23:24:56.130000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 661653776, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0464ba07-c7aa-4b7c-9c4d-c78b94cc5472", "crc32c": "1a052d94", @@ -4667,24 +2301,12 @@ "sha256": "f495a2cd87d452e5e3874fd5fc5db9128feea8ef19a66c2e287805cfb2387ff4", "s3_etag": "2e43ef0ecbb639aad94e9f0639f5e0a6-10" }, - { - "name": "sequence_file_168.json", - "uuid": "81898837-23e3-40d9-96e2-04a559d95b2e", - "version": "2021-05-10T23:24:55.474000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fd0547d5-7f16-46e4-8948-45c82f923f69": { "name": "Young1run2_S9_L002_R1_001.fastq.gz", "uuid": "81aa872f-74ed-4d70-bf2b-6c99d85f7158", "version": "2021-05-10T23:24:58.830000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2464424179, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ef59e92e-bcf5-453e-b8d2-6ca4ac79bfac", "crc32c": "de8b360d", @@ -4692,13 +2314,12 @@ "sha256": "88d2c7923f2c4b2562eb72bfee1da79e9e2b22d394d8aa94490f4e79ddbea97e", "s3_etag": "ef8ee1adf9ce91e63eb5f186e307518e-37" }, - { + "sequence_file/c8b4bc26-7487-48d9-a2f2-6b3934da074d": { "name": "Fetal3_S14_L003_R1_001.fastq.gz", "uuid": "81f653f3-e276-476a-9bc9-f1f0e701d893", "version": "2021-05-10T23:24:58.339000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1341680086, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f7d55f12-a633-4a17-81be-e3ee78f47c3f", "crc32c": "e5ffa80c", @@ -4706,13 +2327,12 @@ "sha256": "df3ecf19557008e8ae6e784b598ad52231a544ad925631f1ad0bc83699469291", "s3_etag": "ebde28aa50a75c0d7285cdc22df115ed-20" }, - { + "sequence_file/012af05a-4771-45e5-bb92-9b63fcbde822": { "name": "Young3_S10_L003_R2_001.fastq.gz", "uuid": "8239a02f-03ae-4492-b56e-501455438e63", "version": "2021-05-10T23:24:56.488000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1153617439, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bf9fd782-11d9-441d-8e74-ce9927139176", "crc32c": "593a9145", @@ -4720,57 +2340,12 @@ "sha256": "94d0218c665f54d4fbca073c7cfad6dd9e64c7ca5684529a70f17d6949952a59", "s3_etag": "7a2f6fb73b17b35da26a5f2df4903ceb-18" }, - { - "name": "sequence_file_169.json", - "uuid": "82899c21-c3c7-4288-bb8f-4c72880c10e4", - "version": "2021-05-10T23:24:59.631000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_170.json", - "uuid": "82fc0df9-9828-433e-ac6d-73f4bbceefcf", - "version": "2021-05-10T23:25:07.230000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_171.json", - "uuid": "832ae460-0083-42b0-89a6-cc651e50fad4", - "version": "2021-05-10T23:24:59.251000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_172.json", - "uuid": "83865a27-24a8-4a70-a8bd-650affa7df5c", - "version": "2021-05-10T23:25:00.128000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/621547f4-60bc-41b6-bc21-5c970700a1e4": { "name": "Young2_S41_L004_I1_001.fastq.gz", "uuid": "842d36b0-63a8-4327-9272-829af8d0f078", "version": "2021-05-10T23:24:55.749000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 331801154, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f2349aff-901b-42b3-b787-b6322638dc4d", "crc32c": "a5b0f842", @@ -4778,13 +2353,12 @@ "sha256": "3f5c725c22df33007ac9dbe5fc9c0c3b5af5f5865ebf5f05849dea81c7e56733", "s3_etag": "51d5b48f7e17d0bb87490f67c8eb983a-5" }, - { + "sequence_file/d73e6663-d29d-47af-a4b4-5cadcd272293": { "name": "Fetal3_S16_L003_R1_001.fastq.gz", "uuid": "84886ca5-d3d0-48fa-aab5-2bf8841a90bf", "version": "2021-05-10T23:24:58.075000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1608596601, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9ae4b6b6-fc58-4778-8ba4-fea8b22a9251", "crc32c": "59b1332b", @@ -4792,24 +2366,12 @@ "sha256": "4152bafdf9db8cf65cf181a09b2c7be1cff0170d8a8daf375592a50d7ffcf9c8", "s3_etag": "436578220c64fc40d5cf6baf0c7b38c1-24" }, - { - "name": "sequence_file_173.json", - "uuid": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573", - "version": "2021-05-10T23:24:56.190000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ac5fdc06-b856-4de0-9423-bdf05d4df650": { "name": "Young2_S43_L001_R2_001.fastq.gz", "uuid": "85f59eaa-e374-4131-aa69-25ac2b82570b", "version": "2021-05-10T23:24:55.993000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2041917883, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a36e21cf-3563-4190-91ff-663e537975cf", "crc32c": "3c00e594", @@ -4817,46 +2379,12 @@ "sha256": "79d186d3eff47df1992d6f525abb0771f5aee70d2c4f8b9a047987571fb68066", "s3_etag": "1c2c381b103aad2b96644cdc0621a3e5-31" }, - { - "name": "sequence_file_174.json", - "uuid": "868dfde7-2df8-487f-b754-68db8a96ad3a", - "version": "2021-05-10T23:24:56.352000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_4.json", - "uuid": "871337d9-1c55-4c97-8f67-2da1fff00847", - "version": "2021-05-10T23:24:55.105000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 723, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_175.json", - "uuid": "877258d8-07eb-4cb6-a358-7c265c856ab6", - "version": "2021-05-10T23:24:56.635000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7240ec36-6433-4e5c-ba0f-d2770817f963": { "name": "Adult3run1_S7_L002_R2_001.fastq.gz", "uuid": "87d83545-fd57-4d28-87f6-66d8f0497377", "version": "2021-05-10T23:25:00.501000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3921145756, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_237180a5-6b42-4c77-803d-949c58814869", "crc32c": "86672568", @@ -4864,90 +2392,12 @@ "sha256": "14223def7fb54fe6528925d6b13e93bcf7269491eb43748f297a77d2a52261d6", "s3_etag": "bf0f1b3fd9cef241f665dd103380c3a5-59" }, - { - "name": "sequence_file_176.json", - "uuid": "87e9a01b-594b-4dc4-b2a7-a14407399b50", - "version": "2021-05-10T23:24:56.006000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_9.json", - "uuid": "87f7c470-7c45-4f41-9600-21cc527f524e", - "version": "2021-05-10T23:25:12.129000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_177.json", - "uuid": "8840da5d-cbaa-4617-ad50-d2a012563fe6", - "version": "2021-05-10T23:24:55.389000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_178.json", - "uuid": "884813d1-d03e-4210-9289-e5b0d415484b", - "version": "2021-05-10T23:24:59.718000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_179.json", - "uuid": "885f171d-901c-4cc4-9c76-c5d8cdf35991", - "version": "2021-05-10T23:24:59.618000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_180.json", - "uuid": "887d7cc2-1c24-42a9-aab3-51474d95f927", - "version": "2021-05-10T23:24:58.682000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_181.json", - "uuid": "8898a9f3-4928-45b1-b236-71ce7cb48b11", - "version": "2021-05-10T23:24:55.664000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a": { "name": "Young3_S11_L002_I1_001.fastq.gz", "uuid": "89120b65-1e35-4c45-97ff-dceb88c11608", "version": "2021-05-10T23:24:56.575000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 200002233, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e13822d0-fc57-4ad7-9ab4-447df4bcad8a", "crc32c": "8c4be820", @@ -4955,24 +2405,12 @@ "sha256": "30509e3bfca38d439de1581c51aaaac7fafaa9559af230e4f7de5981d8f67bdb", "s3_etag": "dad27d9064b4392e6b20aa391506b154-3" }, - { - "name": "sequence_file_182.json", - "uuid": "893dfdd4-43f4-4256-938b-d957928f0daa", - "version": "2021-05-10T23:24:56.069000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fd3a8466-6eaf-4251-be4a-f46f85403719": { "name": "Young3_S10_L001_R2_001.fastq.gz", "uuid": "8a193098-118b-4f89-8247-2bcc5895c652", "version": "2021-05-10T23:24:56.031000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1171574344, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_754945cb-ab30-4697-9407-26099910d158", "crc32c": "7ea0be34", @@ -4980,13 +2418,12 @@ "sha256": "be4aa870d114d2056b42fbc4d76e01eb96c446f09c6003105ec790c40d79dc55", "s3_etag": "f214964789f4fb35cdc2f15e509309d7-18" }, - { + "analysis_file/581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca": { "name": "cellinfo_updated.Rds", "uuid": "8a1cead0-b0e8-4da9-a523-7adce5c69aa7", "version": "2021-05-10T23:25:11.795000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 406333, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_af9cbb3b-2862-4023-b4e2-73191e84baa6", "crc32c": "64dddda9", @@ -4994,13 +2431,12 @@ "sha256": "86767bd1ffcae8da5be495ce7e11a6ff0cffe05199af60c10d8124adc22ec8d3", "s3_etag": "3d699e29145d62bd60bc7c6e9e5551c4" }, - { + "sequence_file/061936ce-8fbb-4576-8c0c-ed871767917f": { "name": "Fetal1_S47_L002_R2_001.fastq.gz", "uuid": "8aacdf52-d394-4388-aaec-6ba68e731776", "version": "2021-05-10T23:25:05.832000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1884391326, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_081a6614-5f12-41f7-8a55-d0ab689a967d", "crc32c": "eee3922e", @@ -5008,13 +2444,12 @@ "sha256": "991e09175999aabbf67507a43686a7c24fe89deb07555272adf5f8bd7f8cb573", "s3_etag": "1fd27c214ed5badd05fcd624041375d2-29" }, - { + "sequence_file/e0e048f6-0ab6-45fc-a74f-16711af67a2e": { "name": "Fetal1_S45_L003_R1_001.fastq.gz", "uuid": "8ac59477-0756-41ec-b217-e043e28dfd1a", "version": "2021-05-10T23:24:57.143000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1099429593, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d93fc22e-cebb-4b9f-a7e4-f0f4e57173ab", "crc32c": "56d8693b", @@ -5022,24 +2457,12 @@ "sha256": "6bfc071882a70a549cb9bb173659ae0d570c28ccec1b7bb358638cb3b4c84105", "s3_etag": "bd713e858a438676b3c95d2e040108aa-17" }, - { - "name": "sequence_file_183.json", - "uuid": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a", - "version": "2021-05-10T23:24:56.575000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/81898837-23e3-40d9-96e2-04a559d95b2e": { "name": "Young2_S43_L003_R2_001.fastq.gz", "uuid": "8d9fd2be-7a3d-41b6-a8a8-703071dbefd0", "version": "2021-05-10T23:24:55.474000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2011285762, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ffc64466-8ace-451d-9159-e7e8a2e55fc8", "crc32c": "b368f2b9", @@ -5047,35 +2470,12 @@ "sha256": "6cff807a9d8e65d2217cedaf554ece571f441964b430fb7f0ee966a1f6254896", "s3_etag": "c215ece7af9d4da50fbfe533df8900ce-30" }, - { - "name": "sequence_file_184.json", - "uuid": "8de95742-6e0f-45bd-b835-ce96ebc1991c", - "version": "2021-05-10T23:24:59.508000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_3.json", - "uuid": "8df6ce25-29e1-41a9-af33-d665ff8ca4e7", - "version": "2021-05-10T23:24:55.006000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1150, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb": { "name": "Young2_S42_L002_R1_001.fastq.gz", "uuid": "8e1496ed-8a01-41b2-b961-4836ffec838b", "version": "2021-05-10T23:24:55.835000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1126545202, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d3be1247-d9f9-4c45-ba15-9f626dd97808", "crc32c": "b7b42c9b", @@ -5083,13 +2483,12 @@ "sha256": "381b31109d9e66e27f9fe25624cfe3293209b012e5cf21965fb2c9d7b2cc0b04", "s3_etag": "2d18f43985198e7207f6502bce192a2a-17" }, - { + "sequence_file/523c6c55-66da-4edc-b66a-a33fe20d4102": { "name": "Fetal2run2_S14_L002_R1_001.fastq.gz", "uuid": "8e31f53a-67c8-484c-aab7-47cd8f146135", "version": "2021-05-10T23:24:57.609000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 887614197, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_74dcfe9b-af27-4065-b82f-6781befe19d7", "crc32c": "420965bc", @@ -5097,46 +2496,12 @@ "sha256": "1ee55ef644f51b32103b41ab8a1df1c133593b606da389943c4def0a4207df39", "s3_etag": "e8e93bd7c8dcd9c18eb5e5154545db80-14" }, - { - "name": "sequence_file_185.json", - "uuid": "8e892b4a-c112-47f2-a058-b87efed5a262", - "version": "2021-05-10T23:24:55.738000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_186.json", - "uuid": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209", - "version": "2021-05-10T23:24:58.631000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_187.json", - "uuid": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba", - "version": "2021-05-10T23:24:58.261000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fea581ad-b8a8-47d1-a4bb-e18f0753bf13": { "name": "Young2_S43_L002_I1_001.fastq.gz", "uuid": "90507c29-dc73-4082-8322-fabb7ee6c417", "version": "2021-05-10T23:24:55.413000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 269407163, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7226718a-900a-4064-b28e-72160ecdf032", "crc32c": "20e1527f", @@ -5144,24 +2509,12 @@ "sha256": "0b274137de21854989a81dbbeb30f8dcf62402a1d4757b47ab4fe0f51925d7ad", "s3_etag": "2410b25ae0b2b14ba7e4f4ea3c4fdeb9-5" }, - { - "name": "sequence_file_188.json", - "uuid": "91594c64-a197-4dc9-8605-d57aff0f2e87", - "version": "2021-05-10T23:24:58.209000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5275a9fa-7a21-4ef2-9819-5358b2821300": { "name": "Adult2_S33_L003_R1_001.fastq.gz", "uuid": "91efd1fe-91e4-48de-b94d-d6c9a01070a2", "version": "2021-05-10T23:24:59.781000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 999580911, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_842638db-5360-4b58-ada4-27c755206820", "crc32c": "e7cfb560", @@ -5169,35 +2522,12 @@ "sha256": "73f6263ab56a48a76adeef14140a27f2255a97e35cb03ffe14807d3a571bfb1e", "s3_etag": "6c9b1f5cda3d88106d005fb6bf050a9e-15" }, - { - "name": "cell_suspension_5.json", - "uuid": "92363365-2bef-43b5-bb58-7a66b7cf57dc", - "version": "2021-05-10T23:24:55.155000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 729, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_189.json", - "uuid": "92951c73-28a3-4820-89d6-15a73fa192cf", - "version": "2021-05-10T23:24:57.585000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/511eaba4-a8f4-4230-b3ad-407332e22b48": { "name": "Adult1_S6_L002_R1_001.fastq.gz", "uuid": "92b8ae58-1054-41c0-b7b2-62f41b233069", "version": "2021-05-10T23:24:59.148000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1108507191, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_837427ed-aaec-4d30-b077-e54223def9ab", "crc32c": "07096853", @@ -5205,24 +2535,12 @@ "sha256": "84bf2e98814ff901597ddfa6ca0457e63f999057c690b0454dd01c4ddae36e91", "s3_etag": "85609394e9cd3ef2018d29d4cce9c4e5-17" }, - { - "name": "sequence_file_190.json", - "uuid": "937bbdf2-09e3-4bf7-8f45-e46db2188c46", - "version": "2021-05-10T23:24:55.930000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5f563e91-d384-4e1e-ac84-20f06332fe8c": { "name": "Young2_S42_L001_R2_001.fastq.gz", "uuid": "93d7c2e3-12a7-47e7-b59f-6d32a6fc1d82", "version": "2021-05-10T23:24:55.809000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2559132661, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c0413b38-28ed-47e5-9ef4-e7c64ea5bbfb", "crc32c": "95bc209d", @@ -5230,13 +2548,12 @@ "sha256": "5dd18e1293aa2d6a7b54705026c7ad0b56b761dd10abce96d01d87b026c4c02a", "s3_etag": "11c5204ded44bdd3c3b40ca7b827e708-39" }, - { + "sequence_file/a2385663-3f62-4512-b4d8-4bba405f50a3": { "name": "Adult1_S8_L003_R2_001.fastq.gz", "uuid": "93e2bcb3-3310-4f04-a076-edc6d70edd83", "version": "2021-05-10T23:24:58.882000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 962376157, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6f44e72d-5784-4f04-bb77-6e16cd6bc484", "crc32c": "66e47419", @@ -5244,24 +2561,12 @@ "sha256": "a9ff6ebbd732ed1b873df16136ea382c7d9b0c4c5f74355bae6837afc70d7cab", "s3_etag": "f010845fde24b77c3dccfc730932cc23-15" }, - { - "name": "process_10.json", - "uuid": "941c2df6-cbaa-49ee-80af-950b8c015aa6", - "version": "2021-05-10T23:25:12.204000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6ea29b25-492a-4c00-819d-ec8a0909fa28": { "name": "Young2_S42_L003_R1_001.fastq.gz", "uuid": "94607b56-edd9-4517-b07d-4b6f54b5bdaf", "version": "2021-05-10T23:24:55.880000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1096533797, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_01c72207-5fd4-4c90-a22d-bb078b15b163", "crc32c": "a509b856", @@ -5269,13 +2574,12 @@ "sha256": "8d626203d4dfb6cc93b8e869fc3585e16a53775626185a16bb872400eca28579", "s3_etag": "51da17c2d4da1e2a9f576fd141d4b353-17" }, - { + "sequence_file/ade0fe79-4629-4a49-8253-e26380046b32": { "name": "Young3_S9_L004_R2_001.fastq.gz", "uuid": "947c5a3d-3fc2-4bd4-ad3d-a918c0e11288", "version": "2021-05-10T23:24:56.403000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1063345569, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a5d4f522-2a47-4a8d-a210-8e80f58e92f0", "crc32c": "96580f27", @@ -5283,13 +2587,12 @@ "sha256": "b0d8f05fa4b88aa2b06fa5114718b6af3dcca0e3c5df4d3e574e7bad36267cd1", "s3_etag": "70ebbde0e0ce9e8b0392991fc7ea9a70-16" }, - { + "sequence_file/73112827-65e2-4057-98e0-960b4c50afe6": { "name": "Young1run2_S11_L002_R1_001.fastq.gz", "uuid": "94db79be-389e-4acb-a40c-4a9c50ea00ee", "version": "2021-05-10T23:24:58.756000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1671362207, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1adefc6a-0d40-46bd-9a5b-7aeffdb402d4", "crc32c": "00963d26", @@ -5297,46 +2600,12 @@ "sha256": "2b8bed32132feaddfe3a0e5fff78cca8366cfedb57b2fbfffa40c33e7e154245", "s3_etag": "7e6d7dca809f2f88bb7ca158de6b840b-25" }, - { - "name": "process_11.json", - "uuid": "94dc13e0-6390-40d2-a3c2-bec70c12d5b5", - "version": "2021-05-10T23:25:11.953000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_12.json", - "uuid": "95834b02-36f0-4ccf-b0a8-9003c4856b03", - "version": "2021-05-10T23:25:11.978000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_191.json", - "uuid": "95e893a0-0885-4e1c-8e31-55863d5108b3", - "version": "2021-05-10T23:24:59.882000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c13ed96e-3052-4a3f-9871-8196c10070a1": { "name": "Fetal1_S45_L004_I1_001.fastq.gz", "uuid": "95e98d94-d463-400d-8fc2-bcf5d8836479", "version": "2021-05-10T23:24:57.168000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 341613597, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0fe30f17-a8f8-42af-8830-d7e9899cc87b", "crc32c": "950aeb61", @@ -5344,13 +2613,12 @@ "sha256": "c71f8ffd66b1119bd635804521c63df179022316c08fe9ae368e5a46537820e4", "s3_etag": "7662eed35ef484ddf9ac7e7f9a87acd6-6" }, - { + "sequence_file/44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7": { "name": "Fetal3_S16_L003_R2_001.fastq.gz", "uuid": "962e1ed5-971f-4c9a-b300-5b26a208ee15", "version": "2021-05-10T23:24:58.087000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3708940110, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_115c4cc3-b8d1-407f-92b3-1957eb39f2a8", "crc32c": "d6023b08", @@ -5358,57 +2626,12 @@ "sha256": "9bae30bb67c83ac50d530d9247963df13f64faa0fab47a311a58ff1a40c52649", "s3_etag": "578e340851f2e37b5d4d25ff86b78ace-56" }, - { - "name": "sequence_file_192.json", - "uuid": "965057e9-48bc-4452-8819-2bc45723a0f7", - "version": "2021-05-10T23:24:56.142000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_193.json", - "uuid": "96f4d488-e081-4b54-b12a-b2d9546bfc17", - "version": "2021-05-10T23:24:59.909000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_194.json", - "uuid": "9717e5ab-015a-4fee-9864-0332c60b1e9a", - "version": "2021-05-10T23:24:59.581000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_195.json", - "uuid": "972e55ea-7901-435b-9646-53bc8fde2e6f", - "version": "2021-05-10T23:24:59.744000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2862a721-a50b-4e47-86c5-35547bc44e53": { "name": "Adult1_S8_L004_R1_001.fastq.gz", "uuid": "975d56a1-7521-4cae-a00c-b5b838c5eb17", "version": "2021-05-10T23:24:58.907000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 418069560, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3d1978bb-cd18-4b27-a895-9324c3057634", "crc32c": "17a154f7", @@ -5416,57 +2639,12 @@ "sha256": "6ded3973ede9ba484ac25ac55c2ff9fafbf886a74e6c5d4cb75516b47374a781", "s3_etag": "2e9bb3c3f3a0b5dc6cc692ad3930586c-7" }, - { - "name": "sequence_file_196.json", - "uuid": "9766ad67-37fa-402a-9649-181a1752e5b2", - "version": "2021-05-10T23:24:57.418000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_197.json", - "uuid": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195", - "version": "2021-05-10T23:24:59.693000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_198.json", - "uuid": "97eaa3ce-131c-48b8-8082-86bbb6a486b5", - "version": "2021-05-10T23:24:57.110000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_13.json", - "uuid": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "version": "2021-05-10T23:25:12.612000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 353, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5b977962-16d1-4631-9225-6be262e9ccae": { "name": "Adult1_S8_L003_I1_001.fastq.gz", "uuid": "98195059-45d0-4646-8029-b7f0ade7f2cc", "version": "2021-05-10T23:24:58.857000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 133147591, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9163e739-9013-4bc2-97c6-2c799eca9ac3", "crc32c": "5ea15d3b", @@ -5474,13 +2652,12 @@ "sha256": "4400e7a641497e1808bebb8d02e7f48340ae61352a4afc16338a919eaa9970db", "s3_etag": "991bc8654c8371a5299fbcbb0d4dc0e6-2" }, - { + "sequence_file/22343575-1465-455f-8360-4e716aab17fb": { "name": "Adult3run2_S8_L002_I1_001.fastq.gz", "uuid": "990e3e4e-8fa2-4908-b397-8e30328f5343", "version": "2021-05-10T23:25:03.225000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 577478065, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9cc3c47f-6d07-4222-acde-1e61c6afc2f4", "crc32c": "342c646f", @@ -5488,13 +2665,12 @@ "sha256": "f6e877310c55e666e9a8d03742a9a9e97f7443dc4a847208e1f387b0dbc2f70b", "s3_etag": "b29ea12f2d2e52cb4e22d223c467b67f-9" }, - { + "sequence_file/a783909f-5237-4218-8b9d-80653729f3b1": { "name": "Young2_S43_L004_R1_001.fastq.gz", "uuid": "9957b026-435c-45b1-a333-70cd5dccdde0", "version": "2021-05-10T23:24:55.498000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 877250636, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4cc68c05-cce8-43ff-b44f-55fb2fdfbed8", "crc32c": "a3da9d3f", @@ -5502,35 +2678,12 @@ "sha256": "ffecf6acf1b5e09b8bcc1503ab6d07c4075d47a06586e3c9865eca7c69b67a7c", "s3_etag": "dec52867f4469040c6b1ad5ca028090f-14" }, - { - "name": "sequence_file_199.json", - "uuid": "9962de78-e4ef-40ba-b9fc-bd661895a99b", - "version": "2021-05-10T23:24:57.055000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_200.json", - "uuid": "99e73efd-4a04-496f-bb32-8f73edb0ae1a", - "version": "2021-05-10T23:24:55.713000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/80347bc1-ffca-4f66-9ebd-812d22ab3d3f": { "name": "Fetal2run2_S15_L002_R1_001.fastq.gz", "uuid": "99f0ad19-c1fa-4b15-bcc2-b1a92de93a25", "version": "2021-05-10T23:24:57.664000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2282232949, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_98dc2f5b-daa8-4da9-8d2e-7478afa446e9", "crc32c": "075e49a6", @@ -5538,24 +2691,12 @@ "sha256": "e7c273d7b1db385e49e0c9941786633cd0b5dc3069b9b334d9c060eada539130", "s3_etag": "5fdbc9c6e17bfcfcf257ac97d62d5ffa-35" }, - { - "name": "sequence_file_201.json", - "uuid": "9a03ec79-7dc7-44fc-bb97-22ad58159436", - "version": "2021-05-10T23:24:57.930000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b0009333-24fc-4f3e-bf35-3cc8fa808efa": { "name": "Fetal3_S14_L003_R2_001.fastq.gz", "uuid": "9a8800b5-f35a-4f46-b73f-88126b7991d5", "version": "2021-05-10T23:24:58.353000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3098942559, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_df0ab946-bb74-4fd2-9ae9-9ed77c634ae0", "crc32c": "2a1abaae", @@ -5563,13 +2704,12 @@ "sha256": "20862b88da6ac2b31854c2b88ae2f25fb751fe4f2b0e26d96a1b31f28c310d66", "s3_etag": "afdbdb3c1d6267bd7e3a2d308371f01a-47" }, - { + "sequence_file/c699ee8b-738e-451a-b91d-0e1a6c8bb6f9": { "name": "Adult1_S7_L004_R2_001.fastq.gz", "uuid": "9af05201-38fa-4249-a9bd-94306c68c3eb", "version": "2021-05-10T23:24:56.901000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2929134506, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_163e4ae3-0c4a-44ee-bf96-44361a56d2e5", "crc32c": "cc3dbd95", @@ -5577,35 +2717,12 @@ "sha256": "ef71b4e940a9bfe04dfcf3609a97707b28038cc7b03178af7433134448149bf8", "s3_etag": "6b49dda18deced68c4db5576b26db07a-44" }, - { - "name": "sequence_file_202.json", - "uuid": "9b03ad8d-aabf-4736-820a-493db4877f84", - "version": "2021-05-10T23:24:57.861000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_203.json", - "uuid": "9bad139c-7abf-4786-a6fc-5f9a5abcd850", - "version": "2021-05-10T23:24:57.845000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7abc79b5-e32a-4313-b130-12397d29d684": { "name": "Young3_S12_L002_I1_001.fastq.gz", "uuid": "9bb66e29-a02f-47db-b478-00a5fa1f1080", "version": "2021-05-10T23:24:56.043000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 203099934, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f6419256-a4cd-47c6-b4d7-0c6391c5a2eb", "crc32c": "cbc80fbe", @@ -5613,13 +2730,12 @@ "sha256": "793b30661f78aa66ff376cfc9c53774f4bacecc265f036de48c22a860b135f13", "s3_etag": "78e7ef329d27c1a7d5a491eca026565f-4" }, - { + "sequence_file/7186ea5d-49a0-4d72-a24e-2a30d48aa8fc": { "name": "Fetal3_S16_L001_I1_001.fastq.gz", "uuid": "9d4fa1f8-c43f-44cf-8c4a-80803db9c498", "version": "2021-05-10T23:24:57.968000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 529209564, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4140a4a6-04a8-4393-953a-abae11651795", "crc32c": "ce6d9349", @@ -5627,24 +2743,12 @@ "sha256": "efda9742e370c666053556522c88e31f83de2a8bb0d239941b48b50766eddf3b", "s3_etag": "4a02e9dc247384b0f6e08a853d672994-8" }, - { - "name": "sequence_file_204.json", - "uuid": "9d98496f-f6d8-4106-8b6a-c118ed6ff229", - "version": "2021-05-10T23:25:03.039000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ce6d4c01-8676-4ae9-91b3-4148deb5b8d9": { "name": "Adult2_S33_L003_R2_001.fastq.gz", "uuid": "9de5c25f-721b-4eb2-b261-64a6a02825de", "version": "2021-05-10T23:24:59.793000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2286643109, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e0f89c4d-8879-4c7b-9fd4-633fdf7e52bc", "crc32c": "227343ce", @@ -5652,35 +2756,12 @@ "sha256": "c7536984d57b80f5a15a5667fadf84e96ef8cf23e881702bfacb7db66a1e217f", "s3_etag": "b18594f36fea175a451c4a6dc297bdf2-35" }, - { - "name": "process_14.json", - "uuid": "9e346701-eb3c-40b3-b3dd-75ce047bcb78", - "version": "2021-05-10T23:25:11.916000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_205.json", - "uuid": "9e63db48-5b68-40e8-9d8f-aff48223b80e", - "version": "2021-05-10T23:24:56.857000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9fa70333-418c-476c-b93b-382096a9cdcb": { "name": "Fetal2run1_S15_L002_R1_001.fastq.gz", "uuid": "9e68446f-95ad-4891-9ef3-c13cdb26c8f0", "version": "2021-05-10T23:24:57.492000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1919074855, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_003dfa39-63a4-4a59-b778-4786b4b988c8", "crc32c": "ba05a4bf", @@ -5688,24 +2769,12 @@ "sha256": "fb9c3c6db77e8265100bd75af689b5b933b1f34798b210e761af09e2021f0745", "s3_etag": "09e820208e98ecfcbaaa5c0261347606-29" }, - { - "name": "sequence_file_206.json", - "uuid": "9e74066b-834e-416d-a1e7-bbec1e8f1713", - "version": "2021-05-10T23:24:56.461000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c04b8362-f2c9-4cad-b939-494e738efc19": { "name": "Young1run1_S10_L002_I1_001.fastq.gz", "uuid": "9f48fa4c-9f7c-4d06-840b-4937b1726cb3", "version": "2021-05-10T23:24:58.475000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 391370484, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_12d2359c-eafa-4c00-9004-25cfac664515", "crc32c": "79adabfe", @@ -5713,46 +2782,12 @@ "sha256": "f54d8cc2d8a929cbdbb6e72614979318d4ad192b2531840c1c1d47f1f593fd93", "s3_etag": "09bc8bc388976b9709bb5c6a4e99a207-6" }, - { - "name": "sequence_file_207.json", - "uuid": "9f577e94-f952-40af-a919-108f4661fdb9", - "version": "2021-05-10T23:24:58.032000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_208.json", - "uuid": "9f709f2c-701a-43bc-8417-77fac81c3633", - "version": "2021-05-10T23:25:03.943000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_209.json", - "uuid": "9fa70333-418c-476c-b93b-382096a9cdcb", - "version": "2021-05-10T23:24:57.492000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/21bd79df-cc64-4381-a5c7-0e81e001ea1a": { "name": "Adult1_S6_L003_R2_001.fastq.gz", "uuid": "9ff4778b-509a-40f0-bd51-d5aaeeab12ab", "version": "2021-05-10T23:24:59.234000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2492157710, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4d6e5409-45a6-4f36-814c-332eaefcbb0b", "crc32c": "efb7c515", @@ -5760,13 +2795,12 @@ "sha256": "3d43223bf9c3743c589b3e3f7899cb53dfa764c5d6d002d6ada13a60c737b123", "s3_etag": "985a466d6d50afad90a6b6085866eb83-38" }, - { + "sequence_file/18d81f7f-94c8-4877-939a-b74ba802835a": { "name": "Adult2_S34_L003_R1_001.fastq.gz", "uuid": "a0309063-af66-419b-a940-2412a836aafa", "version": "2021-05-10T23:24:59.933000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 952675713, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a4891700-93ff-4a5f-b274-49897c474cd8", "crc32c": "bbbd0165", @@ -5774,13 +2808,12 @@ "sha256": "66aaa211bf021c640f35d5c662c6c2b075da2a1a68032c82aaaac32d0fa4c302", "s3_etag": "2cc4d62be1d77b31047be43a6b4d5d2d-15" }, - { + "sequence_file/b9acc59a-ba7c-40ef-8611-27069458a508": { "name": "Fetal1_S46_L002_R2_001.fastq.gz", "uuid": "a0b7bb41-c5c9-483a-bd76-a774690606c0", "version": "2021-05-10T23:24:57.270000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2038563173, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1ca733b9-cccb-44d9-bfc3-b15cc8f28274", "crc32c": "40c4b4be", @@ -5788,13 +2821,12 @@ "sha256": "896df73388e3f26a1b429392fc8c2371451d9f2a4e8c1f0a01fd51fec86703d1", "s3_etag": "bf1bb0e0b8e6a8fc5ccbb1be3d86af57-31" }, - { + "sequence_file/d4bbfecd-d580-4eaa-8679-33173740b295": { "name": "Adult2_S33_L003_I1_001.fastq.gz", "uuid": "a0f8e9a2-9407-4cbc-9739-7cb7bca8a563", "version": "2021-05-10T23:24:59.769000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 330759269, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ab41b180-9934-408e-b13b-b5e6906810cb", "crc32c": "5fbf2d4f", @@ -5802,24 +2834,12 @@ "sha256": "bd635335e5c28237d5c9b1e93865cbc17e8b8bb16e673f63a65390334d34fb7d", "s3_etag": "9e6a8ab9dff78598014611b7b4f3d554-5" }, - { - "name": "sequence_file_210.json", - "uuid": "a10329ae-6c8a-4df9-bac1-70bdf2c07571", - "version": "2021-05-10T23:24:58.817000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/80e88ed6-4480-4888-b25d-d41e90822142": { "name": "Young3_S11_L004_I1_001.fastq.gz", "uuid": "a19fab73-95bb-472f-8722-c7d07427a8da", "version": "2021-05-10T23:24:56.648000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 193759687, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7871bbf1-7b2a-4fa9-bcd9-7397a1d168d8", "crc32c": "aeddc638", @@ -5827,24 +2847,12 @@ "sha256": "9d70b5bee555335b80453a01ead71f1cb3a8f607bd76b1ae3f5853b37472a53f", "s3_etag": "1c782911f6d5dd0b3fe7f6a62c4526be-3" }, - { - "name": "sequence_file_211.json", - "uuid": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22", - "version": "2021-05-10T23:24:59.420000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b5c2e557-c303-42cc-8779-bf3b2256c422": { "name": "Fetal1_S47_L002_I1_001.fastq.gz", "uuid": "a2070278-a8da-49ee-81b1-c165973dcd7e", "version": "2021-05-10T23:25:05.423000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 258851639, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5a580f11-638b-48b8-8aa2-41571015139f", "crc32c": "b1e1a95b", @@ -5852,13 +2860,12 @@ "sha256": "51a51c070e5d59041663251abbfaf6bbb37608022abeb21edb7ba69b1f332ad6", "s3_etag": "250fa6718c9efa6299de78f53f6f57b6-4" }, - { + "analysis_file/d3b3abc2-0da6-4163-acb8-251fe079284c": { "name": "heartFYA.Rds", "uuid": "a225da4c-a0db-4411-9c1b-670c69ff3c82", "version": "2021-05-10T23:25:11.836000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2197439516, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2c04c2dc-cbf1-4894-a5c3-83a676bacb98", "crc32c": "795a29b2", @@ -5866,24 +2873,12 @@ "sha256": "3429539fdc0ef3a8c94a8aa46a65fe8f1ad92da3584b56a7727119314463f16c", "s3_etag": "299f82c45a65ee21203114f77344a5cc-33" }, - { - "name": "sequence_file_212.json", - "uuid": "a2385663-3f62-4512-b4d8-4bba405f50a3", - "version": "2021-05-10T23:24:58.882000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fb771836-467f-4897-a755-a17ab281a385": { "name": "Fetal1_S47_L004_R2_001.fastq.gz", "uuid": "a2569db2-a44f-4833-ae36-0303e2206980", "version": "2021-05-10T23:25:07.551000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1799945521, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7e9da931-ee37-4d09-98bd-068d2e5b1deb", "crc32c": "a4dd0dc8", @@ -5891,24 +2886,12 @@ "sha256": "e23fbfb06a2b5b73237276164c4bf1797a28e6fdc45bb8d47e89974e8e48dbda", "s3_etag": "eb38aaafc21827743f3c45c40c4b2e2f-27" }, - { - "name": "sequence_file_213.json", - "uuid": "a2b31671-1874-4c4a-a5c5-fd2787287893", - "version": "2021-05-10T23:24:57.956000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b2a6b8c1-f0bc-4509-b255-8618d7cff205": { "name": "Adult3run2_S5_L002_I1_001.fastq.gz", "uuid": "a2cf538e-0bce-4328-b103-57491866f293", "version": "2021-05-10T23:25:00.662000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 559655439, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2faec8a5-1865-42e4-890d-a453bdce3e07", "crc32c": "ed8e2e33", @@ -5916,13 +2899,12 @@ "sha256": "5755fda983694917d8d7f0fb4fb07d98ade5c47231013e325ec6f2c1dc26f2ed", "s3_etag": "f825f11385f2d244f1f539b1031b6bf0-9" }, - { + "sequence_file/782fcb99-9b26-485f-9f7d-bda9cc37f0d2": { "name": "Young1run1_S10_L002_R1_001.fastq.gz", "uuid": "a3fbf625-f36e-4365-859a-1d32c9b2001e", "version": "2021-05-10T23:24:58.495000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1236460473, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_745ac756-605b-4757-a961-46c61a4284a8", "crc32c": "be77222f", @@ -5930,46 +2912,12 @@ "sha256": "6b2a466d93c04f521d3080890442249d53535a98f106e7d62cb4cc6cc6e5de6a", "s3_etag": "bb6f0ee4f0086d2c38b28b7c9f73c4b6-19" }, - { - "name": "sequence_file_214.json", - "uuid": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0", - "version": "2021-05-10T23:24:56.699000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_215.json", - "uuid": "a4152d0c-ca88-4cad-af08-40a2e799bec7", - "version": "2021-05-10T23:25:04.631000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_216.json", - "uuid": "a45af0aa-2591-4031-8ee8-a3c0a5a76260", - "version": "2021-05-10T23:24:58.365000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/12826f14-2ef8-4069-a797-42d2f4c0937b": { "name": "Adult1_S5_L004_R2_001.fastq.gz", "uuid": "a526bd56-16e7-493f-b539-2a895c7e2b10", "version": "2021-05-10T23:24:59.079000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2004187017, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4175cb8d-e5b8-442b-b3f7-2fc4f9b4c06a", "crc32c": "d24fa61e", @@ -5977,13 +2925,12 @@ "sha256": "b2b154d0dd7254e1f10af12b3a094d32edb1b50d7a349fd45933796573404396", "s3_etag": "09966bf54f98c2b99203810e7ab95c4e-30" }, - { + "sequence_file/067d2b7b-127b-421f-91db-0acc05ad62ad": { "name": "Fetal3_S15_L002_I1_001.fastq.gz", "uuid": "a539e00a-e61e-47d5-9032-3d3fff99ccc1", "version": "2021-05-10T23:24:57.823000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 387074586, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_85016b3a-78fe-4c91-8326-265724cf467f", "crc32c": "e6a27f43", @@ -5991,13 +2938,12 @@ "sha256": "ce99e88de6614b6bbb525a6cea9038e59a0afb0e11a518471780bf835a03117c", "s3_etag": "7dba94ff3a15507c4c60de6c0349840a-6" }, - { + "sequence_file/a4152d0c-ca88-4cad-af08-40a2e799bec7": { "name": "Fetal1_S45_L001_I1_001.fastq.gz", "uuid": "a57c9da5-752c-44b3-b7fa-f8a804631f64", "version": "2021-05-10T23:25:04.631000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 348086238, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4bbd1d01-7daf-4fb5-8883-1eb848951fdd", "crc32c": "2f13b1af", @@ -6005,46 +2951,12 @@ "sha256": "ccc163eae739faa98d01e6eda2880471b00d02c26e84515e54b5ec5befe21b2e", "s3_etag": "28b9f652549fe140307bce85dc9885fb-6" }, - { - "name": "sequence_file_217.json", - "uuid": "a60154cf-58b6-461f-8908-b789cdd78ee8", - "version": "2021-05-10T23:24:57.466000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_218.json", - "uuid": "a65b7c37-e038-41d5-8623-2046bdc278a4", - "version": "2021-05-10T23:24:58.596000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_219.json", - "uuid": "a6a99736-43fb-4f67-ae26-0e24d5277c6b", - "version": "2021-05-10T23:24:58.112000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e163d226-febb-4ecf-80db-8e60680be2ab": { "name": "Fetal3_S16_L004_I1_001.fastq.gz", "uuid": "a72ab36e-966c-44fc-b934-fcaf06679b46", "version": "2021-05-10T23:24:58.100000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 521555084, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_87300698-aca7-47df-b62a-6bf060fdb8a6", "crc32c": "c44c1dc1", @@ -6052,35 +2964,12 @@ "sha256": "3c7bfd586117d244788ea24ac5062284d87a980e985f326aa0df57b2a04cc482", "s3_etag": "e800ec93fbef3f3cacea3fb75d38b905-8" }, - { - "name": "sequence_file_220.json", - "uuid": "a778ad17-3705-40bc-b425-245d17958638", - "version": "2021-05-10T23:24:55.797000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_221.json", - "uuid": "a783909f-5237-4218-8b9d-80653729f3b1", - "version": "2021-05-10T23:24:55.498000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/adca7438-701c-4afc-8580-01de6ee68974": { "name": "Adult1_S6_L003_I1_001.fastq.gz", "uuid": "a7e5f9e8-6fd9-4c46-860f-4a82e67af13f", "version": "2021-05-10T23:24:59.203000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 322035267, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_43204be3-72fb-4f32-90a9-09e3e635c520", "crc32c": "e29f3151", @@ -6088,13 +2977,12 @@ "sha256": "d5418a769413557449b44488def5b766e3d75882241dd189cbb801ea6c6da09a", "s3_etag": "0a28fdc086afdf358649a9f62215bc34-5" }, - { + "sequence_file/b7d7c14d-7bf3-4a8f-8f40-8d6e98505558": { "name": "Young3_S9_L001_I1_001.fastq.gz", "uuid": "a7ff32c1-f400-4af6-8698-b10a33fb38b6", "version": "2021-05-10T23:24:56.159000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 156482054, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_86d28b31-31a7-4b7d-9ace-93bb2fd6555c", "crc32c": "7e486121", @@ -6102,13 +2990,12 @@ "sha256": "64efeea0350c0c6e91660029bc71e16ec84270c4e8a00c233333984b5908533e", "s3_etag": "9087d95413316b70be35c7fadbb7a539-3" }, - { + "sequence_file/f5ada827-68c0-4af6-88c6-7e9256b663ff": { "name": "Young2_S44_L003_R1_001.fastq.gz", "uuid": "a828062b-dd49-406f-872a-22ff8e4cdf10", "version": "2021-05-10T23:24:55.616000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1127372807, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_90cbc403-5151-4e59-a834-b67c9f90a0e5", "crc32c": "dd29d015", @@ -6116,13 +3003,12 @@ "sha256": "56c47bd0a73cacab22214f5a887ca3c0ddeed7f1446233beb2938100e07a4619", "s3_etag": "7fbaf91fca39f5b0b0dbcc9f5d3d8c16-17" }, - { + "sequence_file/cabca52b-8f67-4107-8916-4fd8129ccd97": { "name": "Young1run1_S10_L002_R2_001.fastq.gz", "uuid": "a88b766c-31c9-44ec-be2b-a5f757296666", "version": "2021-05-10T23:24:58.511000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2899172549, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e9864072-0d13-4ade-8bd5-3c9076420035", "crc32c": "7ce36eea", @@ -6130,13 +3016,12 @@ "sha256": "5a082df6dcb1c4875cb3d34f43d465699fc1352025c2401b3de1459f7fcfde70", "s3_etag": "73d2595f5b5ec0635205d7405e5419ec-44" }, - { + "sequence_file/d8b9cedb-39d5-47b7-9c64-94e6393fdd0d": { "name": "Fetal3_S16_L002_I1_001.fastq.gz", "uuid": "a8f749c1-b53a-48a4-b9e4-67b31201609b", "version": "2021-05-10T23:24:58.020000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 536370169, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5f903cbe-1b0c-4bd2-a223-ce3f22d1ae66", "crc32c": "255a6b53", @@ -6144,24 +3029,12 @@ "sha256": "dd247134dd34faa6c4245ae1890cc0daee4099d73020ecca244d0aa420fc4b44", "s3_etag": "79f94f3fba6c371db72e01e7aa1e4ee7-8" }, - { - "name": "process_15.json", - "uuid": "a9088b7c-b538-42c1-906d-55327ee344a0", - "version": "2021-05-10T23:25:11.875000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fedc286a-9bbc-4db0-8bf5-b3f0b69fb559": { "name": "Fetal1_S47_L003_R1_001.fastq.gz", "uuid": "a967f05e-6159-481e-a289-908b1b320db9", "version": "2021-05-10T23:25:06.490000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 787927507, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b0e2aef2-1b88-4f2f-b965-2143b120f6a9", "crc32c": "9664e6a3", @@ -6169,13 +3042,12 @@ "sha256": "94201e3fad99a4f735c2dd1a5b52d1bdacb876f8a016f375c195e6ed47c63e19", "s3_etag": "3f6a84c21156f43cc146390f56f6ca74-12" }, - { + "sequence_file/db7576d3-afc9-4860-9a46-bdca8f745fa3": { "name": "Adult1_S6_L004_R1_001.fastq.gz", "uuid": "a97b90ce-e6ad-4b92-8b97-0c60bcd46031", "version": "2021-05-10T23:24:59.267000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1063347469, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b6cc294c-737d-4660-b904-dfbc72a945a7", "crc32c": "2241f1db", @@ -6183,24 +3055,12 @@ "sha256": "a847a09b1e72c0bd54fe38e1e20e95ef93f4ab9773cb407336817b8e728a59ce", "s3_etag": "597c48fa55b4827053118d27ac927223-16" }, - { - "name": "specimen_from_organism_4.json", - "uuid": "a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce", - "version": "2021-05-10T23:24:55.057000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1150, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d5b993f2-d053-4420-994b-04d64bd9e356": { "name": "Adult1_S6_L002_R2_001.fastq.gz", "uuid": "aab776ce-7336-4b6c-94ba-830a72fbf640", "version": "2021-05-10T23:24:59.181000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2589717959, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6c175043-650a-405a-8cb0-549b292c7ed8", "crc32c": "3aca922a", @@ -6208,13 +3068,12 @@ "sha256": "3ba85d5263f1159dabea14561ca02ac2764bc1e1e1f4f9108e35bd67bff7bfd9", "s3_etag": "b0b8f71ba2298791344c911e319cbf9f-39" }, - { + "sequence_file/9962de78-e4ef-40ba-b9fc-bd661895a99b": { "name": "Adult1_S8_L002_R2_001.fastq.gz", "uuid": "aad8155c-b15a-438c-b89d-d1aa89869819", "version": "2021-05-10T23:24:57.055000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 994354779, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_603f0cf1-ae0c-4ca3-b253-da1ec3f517fc", "crc32c": "d388bbd1", @@ -6222,13 +3081,12 @@ "sha256": "3cb70c0b7246c3df32f8c5974da813e81e454d17fc998e610b0c8b22123c4065", "s3_etag": "d9480e4665a1468ac5fc1d57fb17d1b9-15" }, - { + "sequence_file/6d9709e5-ce90-46d3-bc95-d5105cafc67a": { "name": "Fetal2run2_S14_L002_I1_001.fastq.gz", "uuid": "ab648ef4-1642-4419-8514-b95b114bd546", "version": "2021-05-10T23:24:57.597000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 279308848, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9dea1449-61c9-4820-87a1-e9b44881794e", "crc32c": "f25a192d", @@ -6236,24 +3094,12 @@ "sha256": "ed86644cca050f6a91954f94e855aa564ce68acf17c8671edc9cc6fd6d694a67", "s3_etag": "0727ae615ec18424b7e6c997ac7ed2ef-5" }, - { - "name": "sequence_file_222.json", - "uuid": "ab8e7f29-eae9-488a-9337-7a926c8857ac", - "version": "2021-05-10T23:24:55.592000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/79d181d1-5b70-4306-a229-74a2a3d5278e": { "name": "Fetal1_S48_L004_I1_001.fastq.gz", "uuid": "abe9834e-4be6-4bd3-bfc1-1a09f55f3f2a", "version": "2021-05-10T23:25:10.475000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 322535644, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f8fc6e20-073c-4792-8f66-5a94c3e54e98", "crc32c": "467d9495", @@ -6261,24 +3107,12 @@ "sha256": "4c3da102e46270f5f3067aa7b770c25f46a34a33a867b1150be3eb15e742d321", "s3_etag": "6b2066d1b2b38c2c38ac8a611a77ed39-5" }, - { - "name": "sequence_file_223.json", - "uuid": "ac036daf-a7cc-4583-a219-814c77ed8001", - "version": "2021-05-10T23:24:59.334000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/47c12e95-67b2-42e1-866b-eb7c5f16a3c6": { "name": "Fetal3_S14_L002_I1_001.fastq.gz", "uuid": "ac59fa42-b81b-4b1d-b9f0-ef9a05366bdb", "version": "2021-05-10T23:24:58.285000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 407112963, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e4374fa0-5558-46d0-9252-862e82670716", "crc32c": "776e339e", @@ -6286,46 +3120,12 @@ "sha256": "e086b6f3bffa320eac4e73351a2d1a978546d6d54ecd0f645bd39fc296a05354", "s3_etag": "70a4ed4b85a44bad9e867ae08f012638-7" }, - { - "name": "sequence_file_224.json", - "uuid": "ac5fdc06-b856-4de0-9423-bdf05d4df650", - "version": "2021-05-10T23:24:55.993000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_225.json", - "uuid": "acfa3362-62b0-429a-b617-3adb722c200f", - "version": "2021-05-10T23:24:55.864000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_226.json", - "uuid": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02", - "version": "2021-05-10T23:24:55.523000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7b1418ba-7cd7-4844-924c-ca92b0d3147c": { "name": "Young2_S43_L002_R1_001.fastq.gz", "uuid": "adbbe8e3-afa6-46ff-ae62-bc9be2c55f70", "version": "2021-05-10T23:24:55.425000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 914274743, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_72de7ec3-173d-4ca4-b20d-6a3ecab0fc14", "crc32c": "231438d5", @@ -6333,46 +3133,12 @@ "sha256": "4043851fdbbc077a9b34167c12afc5800b540a20e854ef6bebd68b4bf2e70863", "s3_etag": "e7ea0655a731570fbbfb248557d0ae30-14" }, - { - "name": "sequence_file_227.json", - "uuid": "adca7438-701c-4afc-8580-01de6ee68974", - "version": "2021-05-10T23:24:59.203000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_228.json", - "uuid": "ade0fe79-4629-4a49-8253-e26380046b32", - "version": "2021-05-10T23:24:56.403000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_5.json", - "uuid": "ae5b7895-01cf-4a6e-aee0-8b58e820313c", - "version": "2021-05-10T23:24:54.995000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1152, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/726a68e9-4fa9-425a-90e7-d0fef30c9d4c": { "name": "Fetal2run2_S13_L002_I1_001.fastq.gz", "uuid": "aec0a89a-7659-4c0a-b421-45309dd7c759", "version": "2021-05-10T23:24:57.556000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 676145893, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b36df4b4-8d76-4ada-ba84-94cac64d3c0c", "crc32c": "c4da8b85", @@ -6380,35 +3146,12 @@ "sha256": "fb5664e9269fe730d3baa22e2bfb77010f11dc37793443c4baff6c5c47a0d475", "s3_etag": "8885a99b4f1180c430fdba45dd3fd5c1-11" }, - { - "name": "sequence_file_229.json", - "uuid": "b0009333-24fc-4f3e-bf35-3cc8fa808efa", - "version": "2021-05-10T23:24:58.353000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_230.json", - "uuid": "b0025fa1-e6a6-441b-a018-2c73ceabe237", - "version": "2021-05-10T23:24:59.657000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/28023147-3cad-4c1d-b494-b693c4f0a6bd": { "name": "Young3_S10_L002_I1_001.fastq.gz", "uuid": "b09dfbcb-f6c2-459d-b637-7d12f079e20d", "version": "2021-05-10T23:24:56.415000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 167480999, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f11d3dcb-90e3-40d8-880e-5d9164ffd6b8", "crc32c": "d951da26", @@ -6416,46 +3159,12 @@ "sha256": "9bd0defafc4d37377b87905026b0716414891b559ee5ff9dc591b893c3aada90", "s3_etag": "ea0b1b9ea8b432bd11b92144e3748667-3" }, - { - "name": "sequence_file_231.json", - "uuid": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5", - "version": "2021-05-10T23:24:56.081000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_232.json", - "uuid": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9", - "version": "2021-05-10T23:24:59.120000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_233.json", - "uuid": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc", - "version": "2021-05-10T23:24:58.421000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fff15476-7228-42be-be8a-bd6b02ee9f81": { "name": "Adult2_S33_L001_R1_001.fastq.gz", "uuid": "b2a45a04-4f23-440f-8677-676ded3e3591", "version": "2021-05-10T23:24:59.401000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1009714647, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_602407c8-ef90-415c-9b8d-c2895c9e2a1b", "crc32c": "3031662f", @@ -6463,24 +3172,12 @@ "sha256": "bed0c153b1852274bfdfe8d328be05e5118e7cba977060c86ace0f6890594aaf", "s3_etag": "c457d5b06db5df1aafa7e9ad299cebc8-16" }, - { - "name": "sequence_file_234.json", - "uuid": "b2a6b8c1-f0bc-4509-b255-8618d7cff205", - "version": "2021-05-10T23:25:00.662000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5f5e80b2-0779-4df0-9a18-35bc0db72fdf": { "name": "Adult3run2_S7_L002_I1_001.fastq.gz", "uuid": "b2cb471e-a094-4ede-a63c-719f14fe802f", "version": "2021-05-10T23:25:02.564000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 603402580, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e9ea4a0f-c90b-4491-a76f-eeb16e5f1306", "crc32c": "c1ae6a2f", @@ -6488,13 +3185,12 @@ "sha256": "337d3f3c61d4a5d2f9bf948cea8842d64f4a055f3a3a99818c19525efacc88bd", "s3_etag": "ef67156554db6593f0ec886855999ece-9" }, - { + "sequence_file/09a53782-90ea-4911-a793-706e74127adb": { "name": "Adult2_S34_L004_I1_001.fastq.gz", "uuid": "b2e285b5-ffe5-4c57-a7ba-1c965366c37a", "version": "2021-05-10T23:24:59.957000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 284128673, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_01b8755b-5017-4654-9a03-8c11ad0594cb", "crc32c": "76c16a60", @@ -6502,13 +3198,12 @@ "sha256": "558bebdd3b4defb409d022f539d8315c4ef2cdcc662acb5a6fdd8d92a605a690", "s3_etag": "fd38401accfa4a6d2fef67ff40de9677-5" }, - { + "sequence_file/9d98496f-f6d8-4106-8b6a-c118ed6ff229": { "name": "Adult3run2_S7_L002_R2_001.fastq.gz", "uuid": "b2fedfad-ed1d-41f6-9a6f-0ab189247da3", "version": "2021-05-10T23:25:03.039000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4472430419, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1e24a56e-a819-4861-ab16-591ecde968a8", "crc32c": "e5e80d66", @@ -6516,46 +3211,12 @@ "sha256": "4909059d3576b3b3f1b052f98620815ddccc7d59cc63618eb73c73e972e8aea8", "s3_etag": "25f01562e30bf2ba59aa910419f29093-67" }, - { - "name": "sequence_file_235.json", - "uuid": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1", - "version": "2021-05-10T23:24:55.725000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_236.json", - "uuid": "b3739e56-e8cc-43b6-8b43-9116b5d75e69", - "version": "2021-05-10T23:24:56.587000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_237.json", - "uuid": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5", - "version": "2021-05-10T23:24:55.462000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/eccad683-4c2d-4d7f-a141-1effb429fef7": { "name": "Fetal3_S13_L001_I1_001.fastq.gz", "uuid": "b43bcc28-b5cc-4c02-8655-480c5d75f24f", "version": "2021-05-10T23:24:57.758000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 435587491, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0739e381-ae28-4c3c-88e5-d61a4d9560cd", "crc32c": "88845f2e", @@ -6563,13 +3224,12 @@ "sha256": "d2f1f23fea42e37c35c3ce7434f3a0cb2fd7fa65091dc77fb42684ca03e9bdba", "s3_etag": "c4a844c62ea7f45d97caacfbd86eeeba-7" }, - { + "sequence_file/8840da5d-cbaa-4617-ad50-d2a012563fe6": { "name": "Young2_S41_L001_R1_001.fastq.gz", "uuid": "b4ea765c-8a6a-4585-a74b-b137727cd61a", "version": "2021-05-10T23:24:55.389000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1001050341, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_789adf01-a200-4274-9a80-388393e82167", "crc32c": "7a3a8aaa", @@ -6577,24 +3237,12 @@ "sha256": "48961f2eaec8693fc65feceb95e1a8ecbb887eb5fefc1cdff5309a6dbbb85378", "s3_etag": "6a83e3fc9253ef0c8358afb0f8b0447f-15" }, - { - "name": "sequence_file_238.json", - "uuid": "b5c2e557-c303-42cc-8779-bf3b2256c422", - "version": "2021-05-10T23:25:05.423000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c9517b55-fb72-463a-aab6-e4f64b95c2fc": { "name": "Adult3run1_S5_L002_I1_001.fastq.gz", "uuid": "b5ff9714-ff62-4fae-9cc1-f75eaa9bc652", "version": "2021-05-10T23:25:00.034000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 495443165, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3798b6b7-4486-47d9-82e5-7c80be96c417", "crc32c": "8317cd17", @@ -6602,13 +3250,12 @@ "sha256": "9a000f992dc746c633ee8de12f5c9a8d85f9c5c3f62eb4909c94972c4ef7a769", "s3_etag": "f3719f725413636681aa6dc67e847613-8" }, - { + "sequence_file/baa2bfd9-d2fb-4b5a-a81d-af84bf24c730": { "name": "Adult1_S7_L001_I1_001.fastq.gz", "uuid": "b68e67fd-a8b5-48b2-a1fe-dcb7b84214e6", "version": "2021-05-10T23:24:59.314000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 410644616, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_954018c5-a7db-41c5-af85-e1c4e3db00fe", "crc32c": "e52398e5", @@ -6616,24 +3263,12 @@ "sha256": "d9b234a599bfbaab7044dcc53c32dd68c359f93096bc179c09dea19f8fe929e2", "s3_etag": "ec4cf759092eb88210601cf53578225d-7" }, - { - "name": "sequence_file_239.json", - "uuid": "b6dda1ac-9635-426a-869a-82b1420ef251", - "version": "2021-05-10T23:24:58.273000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f9db3e23-91ca-487f-a3ec-11ffa8b8f939": { "name": "Adult1_S8_L001_I1_001.fastq.gz", "uuid": "b715cee2-5b72-49b6-b51f-5e9063ddb5a2", "version": "2021-05-10T23:24:56.925000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 134411645, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3cc02617-2060-4ab4-b825-98cf796f3373", "crc32c": "09dd9206", @@ -6641,13 +3276,12 @@ "sha256": "a92c56ab39116c306529c6083d5ae0adfc53890e765b483cd63c3fd007988666", "s3_etag": "7e5b9d2500e8687f553125f7fae79ec9-3" }, - { + "sequence_file/2a77f1db-b5d4-4657-a522-9786aaa7df80": { "name": "Adult1_S8_L004_R2_001.fastq.gz", "uuid": "b7264fbb-2404-4ec3-9239-24238ad09a7f", "version": "2021-05-10T23:24:58.920000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 954621457, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_076f64bc-3b74-4fc1-b507-b1767bed9b21", "crc32c": "fb0f3485", @@ -6655,35 +3289,12 @@ "sha256": "d9c141d545e5177a87e668c72ff4b8ead165cd5b8c78bc702f7a9c9448ce42f4", "s3_etag": "0e8f84c0224a922db03872398f285bae-15" }, - { - "name": "sequence_file_240.json", - "uuid": "b7826640-f0cc-4891-860e-7815a8848006", - "version": "2021-05-10T23:24:57.738000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_241.json", - "uuid": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558", - "version": "2021-05-10T23:24:56.159000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/70291c50-770c-4e51-8f1b-60be28ea419f": { "name": "Adult2_S35_L001_I1_001.fastq.gz", "uuid": "b8734735-6ceb-479d-a1a6-5f8fdbf3cbc0", "version": "2021-05-10T23:24:59.996000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 299713331, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_aac40bc9-7ca2-4383-8f77-d87b6a9bbb1e", "crc32c": "1df57307", @@ -6691,35 +3302,12 @@ "sha256": "9b63c09560792d062ed2b528083454dde479309bc9090185a07c424637b6a5dd", "s3_etag": "5c0dc86463272cea69fe8720cade3485-5" }, - { - "name": "sequence_file_242.json", - "uuid": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477", - "version": "2021-05-10T23:24:57.722000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_6.json", - "uuid": "b8edcc72-efe5-44da-b478-9761be75a127", - "version": "2021-05-10T23:24:55.047000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1104, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc": { "name": "Adult3run2_S6_L002_R2_001.fastq.gz", "uuid": "b8fda4c6-4fe9-4107-8d37-8763f33cdead", "version": "2021-05-10T23:25:02.423000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4619603152, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cca067e6-f04c-4b20-bf40-88c09e3e78f4", "crc32c": "9b870d7d", @@ -6727,35 +3315,12 @@ "sha256": "adf3fbed4379351f1eeec54b93b4be28c516a9d86a337b1162f3a824f7219899", "s3_etag": "5dd244b6bb405f4b3c67a9eef37a491e-69" }, - { - "name": "process_16.json", - "uuid": "b92a945a-9be0-4cf6-8ce8-14f0fa3a3648", - "version": "2021-05-10T23:25:12.367000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_243.json", - "uuid": "b9acc59a-ba7c-40ef-8611-27069458a508", - "version": "2021-05-10T23:24:57.270000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/79426c6b-bd79-4343-b9fa-ee1e9cfc2aef": { "name": "Adult3run1_S6_L002_R2_001.fastq.gz", "uuid": "ba2a8b21-884a-44ed-86b5-e9288dc9ce64", "version": "2021-05-10T23:25:00.217000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4171414446, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f89997f1-325d-4d7f-a521-41326f14149a", "crc32c": "aa634b7d", @@ -6763,35 +3328,12 @@ "sha256": "b12d894e26328c4cacaac5d2cf1ad2692ddc7b5798e697932f7f2abc7517624a", "s3_etag": "2f86a81179dd1b5bf5b5b783d883153f-63" }, - { - "name": "sequence_file_244.json", - "uuid": "ba526c42-7c2f-43c1-a817-06ccdb4d67be", - "version": "2021-05-10T23:24:58.649000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_245.json", - "uuid": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730", - "version": "2021-05-10T23:24:59.314000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/28e8f3eb-fedc-4942-8d6b-836fbb7e3441": { "name": "Fetal2run2_S15_L002_R2_001.fastq.gz", "uuid": "baf84851-8cd3-469d-8be8-ac70a932b36c", "version": "2021-05-10T23:24:57.686000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 5302799024, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1fd0097f-50c5-4088-b85d-e385bcd7f4bc", "crc32c": "a6a56f58", @@ -6799,13 +3341,12 @@ "sha256": "266eea327bddb1716b1417fcafd77924f05fd22e2e2ae922644028f2e703dbc7", "s3_etag": "e17106715c3100ead1693298d5da985d-80" }, - { + "sequence_file/c67f602f-1b0d-4b0e-bd72-af166f5443fa": { "name": "Adult2_S34_L004_R1_001.fastq.gz", "uuid": "bb36dd96-2995-45e8-b128-6e7f28dab8f1", "version": "2021-05-10T23:24:59.970000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 943773502, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d8d4b81b-4956-49ce-8b5e-450c83d79c58", "crc32c": "ac7eef2d", @@ -6813,13 +3354,12 @@ "sha256": "a74b2dba2fe439d483db19a4b480e44873b668dd0cf926f3e6bada38bd695b3e", "s3_etag": "5bacf5c5fc57b17722a6bde1d9b050e3-15" }, - { + "sequence_file/782f79d7-bd59-4cc5-8492-1e680fbb31c1": { "name": "Young2_S41_L004_R2_001.fastq.gz", "uuid": "bb3fdef2-bbeb-41f9-97a0-d0e36c433ef3", "version": "2021-05-10T23:24:55.773000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2236392427, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b0473053-7c03-448b-b12e-6fdb49ea3602", "crc32c": "d3b91e9c", @@ -6827,24 +3367,12 @@ "sha256": "829cc844de02e19ece3f9eb47b6d7c24a4d6e31f2eedfb127c79456b3cf08fc8", "s3_etag": "2e5e3e00d15934ec9838f4feec89bfef-34" }, - { - "name": "sequence_file_246.json", - "uuid": "bb788d30-169b-4160-be07-98222d0a8327", - "version": "2021-05-10T23:24:56.611000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288": { "name": "Fetal3_S13_L001_R1_001.fastq.gz", "uuid": "bb9f768d-87c9-4d9a-9fd3-2ed901168635", "version": "2021-05-10T23:24:57.784000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1525099686, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d33defc1-063a-4a8e-95c4-834de458fe4f", "crc32c": "ac0b93e9", @@ -6852,24 +3380,12 @@ "sha256": "7f40740a4f1321de90e55fb10489d6377dd75620ad967d155a4320964c107fb8", "s3_etag": "d0617dc21f9686b42644146dd6f7b538-23" }, - { - "name": "sequence_file_247.json", - "uuid": "bbda7bad-f60b-4091-83b0-b8d96c3f4214", - "version": "2021-05-10T23:24:56.818000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2c4d6e65-8271-4542-97ee-7ba8a6b628d9": { "name": "Fetal1_S45_L001_R1_001.fastq.gz", "uuid": "bcb9c8d3-54c4-404b-a87d-1e0721a4dbbe", "version": "2021-05-10T23:25:04.821000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1110259235, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cd126787-cb76-4165-b852-3e93ddfba350", "crc32c": "94b29f11", @@ -6877,13 +3393,12 @@ "sha256": "d977eb1edb7c1cda17eef86c7eab89282684ab491b2f8a9febf2c2fdad44b135", "s3_etag": "fa32a548ef92b038d80b31092648ffeb-17" }, - { + "sequence_file/3001b82f-bbea-4072-9760-a14a4f00b7d3": { "name": "Fetal2run1_S16_L002_R1_001.fastq.gz", "uuid": "bd1843eb-445e-40cc-9ba2-066a67a9af3f", "version": "2021-05-10T23:24:57.531000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1689250418, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5d0c0287-e700-4626-b441-1a234febb7e8", "crc32c": "8787ea40", @@ -6891,35 +3406,12 @@ "sha256": "28907a3d53fbd964b6142f82feb4106995dbc8649199d0f5e014b09749595473", "s3_etag": "3b6139c03e49b0d494d5dbe2a0ec2f43-26" }, - { - "name": "sequence_file_248.json", - "uuid": "bd1e5909-c184-4ee0-906c-77e399270a71", - "version": "2021-05-10T23:24:57.341000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "bd400331-54b9-4fcc-bff6-6bb8b079ee1f", - "version": "2021-04-16T05:59:54.802000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 11826, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/3fcc4232-b40f-4cca-bd1d-d12a03e4fed0": { "name": "Fetal2run2_S15_L002_I1_001.fastq.gz", "uuid": "bdbd012e-febf-407e-b6f7-cf6daf619412", "version": "2021-05-10T23:24:57.637000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 708479039, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9520a01f-a0be-4ad5-b003-d9f0cd1d5d9d", "crc32c": "a7c90b00", @@ -6927,24 +3419,12 @@ "sha256": "a7e394b50c56b944a571d973600d5fbb030d137abf0c2f42c9033c3811d799de", "s3_etag": "d30a9205de96c3ad271fb0ca6c4cfde1-11" }, - { - "name": "sequence_file_249.json", - "uuid": "bef069b8-2720-4327-8298-9ab2badd4a53", - "version": "2021-05-10T23:24:55.604000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c5e55f39-94a7-4ddd-8972-d217b63fb7cb": { "name": "Young3_S11_L001_I1_001.fastq.gz", "uuid": "bf119ffa-94c6-49b1-9f62-766e2a53776b", "version": "2021-05-10T23:24:56.537000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 196611121, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5111d65d-b990-4a33-8a56-d143eb6282c4", "crc32c": "715ce41c", @@ -6952,13 +3432,12 @@ "sha256": "1d51d99aec27635c9b6fab5bffddd0c8231eaa8faa8ffc16ce26f4311c14c1d3", "s3_etag": "c3956074cd5e41b9ef2eefd807809218-3" }, - { + "sequence_file/f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9": { "name": "Young3_S11_L003_R1_001.fastq.gz", "uuid": "bf54f8d4-be87-40f2-bac4-c6e513baa54f", "version": "2021-05-10T23:24:56.623000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 599354731, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_892ef2ef-0f5d-45ac-b3ea-61818154ad11", "crc32c": "141f1942", @@ -6966,24 +3445,12 @@ "sha256": "7f60f596ab92474384e5dcda90ec584cf6a62506d2fdc056d0fbd1bed52be601", "s3_etag": "0a175753c9e339ad719bafaf18996d7a-9" }, - { - "name": "sequence_file_250.json", - "uuid": "bf6cb18e-07de-404d-bebe-4a943dfb44f7", - "version": "2021-05-10T23:25:00.921000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/dff50bd5-38c9-4c35-a5bc-dd51e69f249a": { "name": "Adult1_S7_L002_I1_001.fastq.gz", "uuid": "bf8c13a8-5875-4e53-a7d5-8b595afcfa7b", "version": "2021-05-10T23:24:56.762000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 417042904, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_38fce3b6-2570-4a0e-ba8f-5eafc4ca6891", "crc32c": "3d641d40", @@ -6991,13 +3458,12 @@ "sha256": "0f61d9bcfdf75a01f29fddf217ef74d2536ab098f2d2bda47487d620d420663d", "s3_etag": "e42f74cad544b26ff4ec59d87b72fcb6-7" }, - { + "sequence_file/84cc7ee0-4d8e-45a1-b563-d3e05b4ec573": { "name": "Young3_S9_L001_R1_001.fastq.gz", "uuid": "bf968691-34b6-4f79-9285-bbba736c3def", "version": "2021-05-10T23:24:56.190000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 485345371, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b1c87b86-1cdb-472f-8920-72f036d102fa", "crc32c": "27e23750", @@ -7005,24 +3471,12 @@ "sha256": "a8b62044d3b8dd2f66b30f9985599fcc8664ecdc356840d89f1b1d701182ecc0", "s3_etag": "1fdfc130fdd960913b521f371b069b07-8" }, - { - "name": "sequence_file_251.json", - "uuid": "bff57385-2f4f-4695-a153-412c9aabab59", - "version": "2021-05-10T23:24:55.554000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/130831cc-87b6-47fd-93a8-ae1890d365f2": { "name": "Young3_S9_L002_I1_001.fastq.gz", "uuid": "c04a349a-be3e-4fd7-b71b-8eb1237f838e", "version": "2021-05-10T23:24:56.269000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 158793112, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ef934105-55c0-42cc-8c97-c1d04b9e5e4d", "crc32c": "dd8dcd49", @@ -7030,35 +3484,12 @@ "sha256": "42cda580760c1f0193c69c951edb7f421a1291c104c31296514ca210d6e800ce", "s3_etag": "ffe3dd15d96249c534fec3d3847ba1d5-3" }, - { - "name": "sequence_file_252.json", - "uuid": "c04b8362-f2c9-4cad-b939-494e738efc19", - "version": "2021-05-10T23:24:58.475000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_17.json", - "uuid": "c0593f2b-b6b9-4365-9c0e-2f3108dc03ae", - "version": "2021-05-10T23:25:11.903000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9e74066b-834e-416d-a1e7-bbec1e8f1713": { "name": "Young3_S10_L003_I1_001.fastq.gz", "uuid": "c082712b-3289-46fa-86c7-b6dad9f37e55", "version": "2021-05-10T23:24:56.461000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 163364124, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_15b81cfa-7421-4fb3-bd92-c36103823f00", "crc32c": "1b2c85c8", @@ -7066,13 +3497,12 @@ "sha256": "34d8b04b1d89dae789d134952ec23bdb29fed8dc3f419bf823780d4ddfcea4bb", "s3_etag": "f45dece38c3b80e7da755f62e83577c4-3" }, - { + "sequence_file/1c95a589-205c-4d7c-9c56-c3de4f7dbb66": { "name": "Young3_S12_L001_I1_001.fastq.gz", "uuid": "c0c4e734-7669-4b29-a840-94ea6aa5872c", "version": "2021-05-10T23:24:56.687000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 200058103, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c5969a04-9f96-467a-aed3-f36d3fde09f7", "crc32c": "74a9abf2", @@ -7080,35 +3510,12 @@ "sha256": "a1b8f8b25d6cd6abb63126469fa56a72347b71a9f8d5fd46d163934931b2ad9d", "s3_etag": "5dcfc9b1fe86977851be8e27bc08e11f-3" }, - { - "name": "sequence_file_253.json", - "uuid": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318", - "version": "2021-05-10T23:24:55.542000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_254.json", - "uuid": "c13ed96e-3052-4a3f-9871-8196c10070a1", - "version": "2021-05-10T23:24:57.168000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c3d3c4a3-527b-490f-8107-bc1b44566df0": { "name": "Adult3run1_S5_L002_R1_001.fastq.gz", "uuid": "c1740f09-7595-4d38-a970-8a89da2e9f0f", "version": "2021-05-10T23:25:00.048000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1598091201, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_aa0b6f41-97ba-45ef-9b91-a686eff34f32", "crc32c": "7ec8d050", @@ -7116,13 +3523,12 @@ "sha256": "15cb1a2941c466bb0446078397c2a9a789edc304ab3566bb0d0f72de6d352902", "s3_etag": "f09e0eb0b5c09eaba1a95cf793046155-24" }, - { + "sequence_file/035a00e0-02ca-46e8-bb76-9b2449ee922f": { "name": "Adult1_S5_L002_I1_001.fastq.gz", "uuid": "c180c376-c910-4b07-9833-f0443ad62a59", "version": "2021-05-10T23:24:58.932000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 310990609, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_584bf6de-349c-40ac-93e7-b964d761524b", "crc32c": "1c9105b9", @@ -7130,24 +3536,12 @@ "sha256": "286616e27c0c09752c6ef183b8b1dacbcabf59c8aa2e8d8d1adc336ac0944e00", "s3_etag": "299712002faaa5466f0367a17316da36-5" }, - { - "name": "process_18.json", - "uuid": "c2081de1-a850-4671-9d13-d5782fb87ce2", - "version": "2021-05-10T23:25:11.855000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2b62614e-dc4d-46ea-bf29-727d5c33effa": { "name": "Fetal2run1_S16_L002_R2_001.fastq.gz", "uuid": "c2191cf3-401a-4b2b-97e2-0565006575b1", "version": "2021-05-10T23:24:57.543000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3934790678, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7a4ffa48-3c45-417e-ba71-7451853ade70", "crc32c": "60935b1b", @@ -7155,13 +3549,12 @@ "sha256": "5a6de57e5b9229128331fa5e5a9ca880384d501af0b6d120afaf29da5509e3ef", "s3_etag": "f04f4af7fea7669874ece6081606b273-59" }, - { + "analysis_file/31e6cb06-0062-4096-84f5-c2d1c2621a82": { "name": "heart-counts.Rds", "uuid": "c255e795-7297-4658-8b5b-044d932efbe9", "version": "2021-05-10T23:25:11.821000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 440041264, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3b56375e-7ce6-4524-9cf9-a704f4d33d06", "crc32c": "3df9657f", @@ -7169,35 +3562,12 @@ "sha256": "b02fa88cff40f8e0fb9b3cd70c6a4d8348b55b7c80ef3ed6afbb548bd3d19db9", "s3_etag": "061f38c05e5aa404a9b0b1eb4e01549f-7" }, - { - "name": "sequence_file_255.json", - "uuid": "c3093b68-54a2-4d31-aa15-50afb0414625", - "version": "2021-05-10T23:24:58.064000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_256.json", - "uuid": "c3182931-cc4c-4cb7-aab5-4b50093eebea", - "version": "2021-05-10T23:24:57.518000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/da6e341f-43d3-4c22-ab8c-3c3e81986d9b": { "name": "Fetal1_S46_L002_I1_001.fastq.gz", "uuid": "c3a93f32-20be-4479-aa9f-e65fb9ccaebb", "version": "2021-05-10T23:24:57.243000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 313085251, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_502d6f7c-ad4a-4437-a4fe-d76a99f1516f", "crc32c": "c4759450", @@ -7205,35 +3575,12 @@ "sha256": "6c61f820d74f28970dd80eb0abd14eece065739ebafa1027c9ad68853dc73cdf", "s3_etag": "3eed6111c4bfbf038751455461ad8b68-5" }, - { - "name": "sequence_file_257.json", - "uuid": "c3d3c4a3-527b-490f-8107-bc1b44566df0", - "version": "2021-05-10T23:25:00.048000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_258.json", - "uuid": "c458a416-5736-4b7b-817e-1d87b341f825", - "version": "2021-05-10T23:24:55.785000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ba526c42-7c2f-43c1-a817-06ccdb4d67be": { "name": "Young1run1_S9_L002_I1_001.fastq.gz", "uuid": "c46951ff-a25c-4bfd-9c21-0b329730a87e", "version": "2021-05-10T23:24:58.649000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 659638441, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d797c7a9-7742-4337-ab2a-59d42f034ce0", "crc32c": "d23c43d3", @@ -7241,46 +3588,12 @@ "sha256": "ad393988fc2027c646995e1649afbf576660093df37e124b9611754a9dfa3ccd", "s3_etag": "4eb2aeab047bfec1718281d0c5017b70-10" }, - { - "name": "sequence_file_259.json", - "uuid": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7", - "version": "2021-05-10T23:24:57.218000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_260.json", - "uuid": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2", - "version": "2021-05-10T23:24:56.997000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_261.json", - "uuid": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b", - "version": "2021-05-10T23:24:56.019000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a10329ae-6c8a-4df9-bac1-70bdf2c07571": { "name": "Young1run2_S9_L002_I1_001.fastq.gz", "uuid": "c53e8814-f633-49d0-851f-f8708e9616a7", "version": "2021-05-10T23:24:58.817000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 708789490, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_45072b41-2b9a-4953-8af5-87282b7a4a67", "crc32c": "2bdc43f5", @@ -7288,24 +3601,12 @@ "sha256": "da86f27a0b1502aa11ec30fcfa45c934705fad07ffa17c2cf1f00766256e62a3", "s3_etag": "bf9d3d55de93f2235e27ff0b0843fc27-11" }, - { - "name": "sequence_file_262.json", - "uuid": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb", - "version": "2021-05-10T23:24:56.537000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a45af0aa-2591-4031-8ee8-a3c0a5a76260": { "name": "Fetal3_S14_L004_I1_001.fastq.gz", "uuid": "c62d0784-479e-43a0-8548-d7921592639d", "version": "2021-05-10T23:24:58.365000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 396000479, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0cc38692-aa19-4946-b8f2-9c977f9e9d43", "crc32c": "e83d1e46", @@ -7313,35 +3614,12 @@ "sha256": "f138775fc284a92cfd6458ace5e1113abc3cc285a17b5ee0a7f3f11eb09bb8b6", "s3_etag": "ac3730d6ad9387bc5a13f39c6e225702-6" }, - { - "name": "sequence_file_263.json", - "uuid": "c67f602f-1b0d-4b0e-bd72-af166f5443fa", - "version": "2021-05-10T23:24:59.970000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_264.json", - "uuid": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9", - "version": "2021-05-10T23:24:56.901000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a40ed25e-fbf0-40a3-b468-e2bdb55d56d0": { "name": "Young3_S12_L001_R1_001.fastq.gz", "uuid": "c74cabf3-6a19-46ce-a19f-10a569839ac1", "version": "2021-05-10T23:24:56.699000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 674756123, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0786ff52-3797-4913-be78-b771535035a6", "crc32c": "29ef7bfb", @@ -7349,24 +3627,12 @@ "sha256": "fee92b5dfb09bc0a8efe02564208ee264a9fdfd9672a8b9901497fbc7275230e", "s3_etag": "dec0ef3a3523611f1167fdfb966e19d1-11" }, - { - "name": "sequence_file_265.json", - "uuid": "c7970499-e36d-49f3-b1f2-6886746333c9", - "version": "2021-05-10T23:25:07.987000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d1ad5518-3619-46dd-a342-f5a3b34f67b1": { "name": "Adult1_S7_L003_I1_001.fastq.gz", "uuid": "c7adbdb4-dacc-4c5f-b477-daf94f3e08dd", "version": "2021-05-10T23:24:56.800000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 406149552, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0cf685ee-cf00-4d9c-85d5-9f07fc19b2f8", "crc32c": "0e647c25", @@ -7374,13 +3640,12 @@ "sha256": "c9d7370190d12392194b0141bb33842f1da7dc8f1710b82f60acaafd8327c407", "s3_etag": "1babc778e9a6fcb66c2177faae5186ee-7" }, - { + "sequence_file/2a7c1cb6-5d82-4b65-854d-6451c18c62fc": { "name": "Adult2_S36_L001_R1_001.fastq.gz", "uuid": "c81a1417-0fd8-4346-856c-12174fd84dc6", "version": "2021-05-10T23:24:59.594000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 875841564, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_16c302ed-b6c4-462c-ac77-eb2793140dbc", "crc32c": "6f1b1374", @@ -7388,57 +3653,12 @@ "sha256": "63f9e9749e9cbc09a3bd493359064ec9af1f6087d0dfa4347260ab40a6ffc18b", "s3_etag": "334354584c135a537d0528b58ce6b0c7-14" }, - { - "name": "specimen_from_organism_7.json", - "uuid": "c86979f7-726d-441b-a525-1a3369492695", - "version": "2021-05-10T23:24:55.028000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1102, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_266.json", - "uuid": "c8995918-5491-41bc-ad76-2099c6314fb1", - "version": "2021-05-10T23:24:59.705000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_267.json", - "uuid": "c8b4bc26-7487-48d9-a2f2-6b3934da074d", - "version": "2021-05-10T23:24:58.339000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_268.json", - "uuid": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd", - "version": "2021-05-10T23:24:58.173000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0": { "name": "Adult3run2_S5_L002_R2_001.fastq.gz", "uuid": "c8ffc4fc-c802-4a03-95a1-be237423e149", "version": "2021-05-10T23:25:01.160000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4297268227, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_576ac807-1e28-4f15-99f7-8724aec3d974", "crc32c": "dcb62807", @@ -7446,35 +3666,12 @@ "sha256": "36ed2ba53a3f4b63b80a2e523b67df555e5766aba14872815b56ba7ce7a72f1c", "s3_etag": "8623ea319911002d9e866a0fb1d1d7d1-65" }, - { - "name": "sequence_file_269.json", - "uuid": "c9517b55-fb72-463a-aab6-e4f64b95c2fc", - "version": "2021-05-10T23:25:00.034000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_270.json", - "uuid": "c9a2a10f-6638-4463-8c8f-4260c72dcb92", - "version": "2021-05-10T23:24:55.641000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4d0f1255-5e1b-4852-8030-a7a8f7580f1a": { "name": "Young2_S44_L002_R1_001.fastq.gz", "uuid": "c9d41a92-d999-4c22-98f5-f205b57b0715", "version": "2021-05-10T23:24:55.580000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1159238444, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e30ab4bd-9f7b-4654-aebf-b266142e5160", "crc32c": "bb5198b1", @@ -7482,13 +3679,12 @@ "sha256": "299ff44b1b622ce94a5fa3ac0557d3ad7d06c845a442dacb0009d51af85edf4f", "s3_etag": "fce3f4e733e393bb48c3deef7e81568a-18" }, - { + "sequence_file/d691ee05-f531-4c18-b0e9-677dcaabf20f": { "name": "Adult2_S36_L003_R2_001.fastq.gz", "uuid": "c9fe0510-7445-4101-a4b1-67022a9a8b4b", "version": "2021-05-10T23:24:59.681000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1957895123, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e2b65e2a-738f-4f75-9b27-552152d23798", "crc32c": "209e1de5", @@ -7496,13 +3692,12 @@ "sha256": "b3bc240204350d693819749cb4d4b1e26d5462740e122a8417279541bbeeba49", "s3_etag": "f6c9c9a4bf1f05ab0bb16b246d4bbb53-30" }, - { + "sequence_file/19eb5d2e-2224-4bb4-9f94-526a4c06f7a2": { "name": "Fetal3_S15_L003_R1_001.fastq.gz", "uuid": "ca6e8808-dcfd-4b27-90ee-47a7fda101f2", "version": "2021-05-10T23:24:57.898000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1220018978, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8eaf5d78-88cc-48ec-973f-f313ec7fb3bf", "crc32c": "b333e1ce", @@ -7510,13 +3705,12 @@ "sha256": "6e6acfb417d31fb0267e985b61ee9afc332ae023b07c3792b04874edf793f119", "s3_etag": "c9532584f40720224abf0f650b15fd98-19" }, - { + "sequence_file/965057e9-48bc-4452-8819-2bc45723a0f7": { "name": "Young3_S12_L004_R2_001.fastq.gz", "uuid": "ca88a6da-dffa-4f39-afaf-4fd53d43c2cc", "version": "2021-05-10T23:24:56.142000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1476740916, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_769c4b7f-a4c5-4ef6-8452-f5b108283e0b", "crc32c": "5b5af64c", @@ -7524,24 +3718,12 @@ "sha256": "7526a349cfb81b4f61d8a620e5f9aa53aa7a02b6e72cee6025f8f017a56b7b5e", "s3_etag": "3894414d010baea382fe469e66f1d800-23" }, - { - "name": "sequence_file_271.json", - "uuid": "cabca52b-8f67-4107-8916-4fd8129ccd97", - "version": "2021-05-10T23:24:58.511000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e744fafb-3c4b-47c3-91db-db8bb8751279": { "name": "Young1run2_S12_L002_I1_001.fastq.gz", "uuid": "cb8e28b3-67e3-470f-aaea-3a5de3933f45", "version": "2021-05-10T23:24:58.781000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 559957876, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bb709b6c-bac3-423d-b4dd-12aed72d902b", "crc32c": "37fab15b", @@ -7549,13 +3731,12 @@ "sha256": "69a69566421c7e970678787aeda0d77a5606763d72249f9f9462d871e41cb67f", "s3_etag": "8bc323ae52ed07ca9596a8347c30b664-9" }, - { + "sequence_file/577e4275-b373-40ac-ac3f-8487d6aafe16": { "name": "Young3_S10_L002_R2_001.fastq.gz", "uuid": "cbcd6047-0f88-4dfe-a123-648d6ed5342f", "version": "2021-05-10T23:24:56.447000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1195938644, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b5d630e8-64f9-4c55-8914-3ce465d1ff26", "crc32c": "f2a36405", @@ -7563,13 +3744,12 @@ "sha256": "b37cd52eaf7287db4b8621068c6e370fffb4d94ff7195a12af155d31c0ad29be", "s3_etag": "df79e4ff288d739ba35bc29911b908da-18" }, - { + "sequence_file/d1f9e5d6-8df2-48d1-b558-9609710ef53f": { "name": "Young2_S42_L003_R2_001.fastq.gz", "uuid": "cc28432c-f484-4363-9b77-56b433eba183", "version": "2021-05-10T23:24:55.913000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2523290244, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_558938aa-6ae0-4a72-affc-19c5298aa2fc", "crc32c": "2af1b36b", @@ -7577,13 +3757,12 @@ "sha256": "5c7a382bd993268f874040b784a4d21ab89324c47eb3d7430235a36ac9dde49c", "s3_etag": "857f3c231eb732d285b0808e9dd27af4-38" }, - { + "sequence_file/3c9533cf-c7b5-4bbf-9461-87da5aa1b556": { "name": "Adult1_S5_L004_R1_001.fastq.gz", "uuid": "ccfdae0d-34c6-4a5f-b017-5080bbd68d47", "version": "2021-05-10T23:24:59.064000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 882604068, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e109fc93-303a-47ef-9c0c-845e80c5b4a8", "crc32c": "ab0fbf22", @@ -7591,13 +3770,12 @@ "sha256": "9ecdcff9983dc9e5069bdbb6b6f0da65c799672e7dff58d03154562657a00293", "s3_etag": "15e005d63e54d5f30c8f5af820e86862-14" }, - { + "sequence_file/154dffeb-efd7-4081-a73c-bf1b73ca9a90": { "name": "Adult2_S35_L001_R2_001.fastq.gz", "uuid": "cdc24ed0-2141-446d-9f72-0cde913c4dd7", "version": "2021-05-10T23:25:00.021000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1835801220, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5e4483db-6aa5-4bae-9058-cda670a79226", "crc32c": "561fa1a3", @@ -7605,13 +3783,12 @@ "sha256": "c325be93c813ed0d64546d191a6587ad6b4a284f4621f5efb180b6d07e5aa3b5", "s3_etag": "b75f1b0d097235b08fa68ab667833fdc-28" }, - { + "sequence_file/2aba7a6a-6d70-4310-9e64-071c6adbe16b": { "name": "Adult2_S33_L004_R2_001.fastq.gz", "uuid": "cdcb842a-e8c9-4ff9-ad22-850873c3f30a", "version": "2021-05-10T23:24:59.833000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2271343294, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a93c9822-9e84-4cdb-a544-a11d182ebc44", "crc32c": "c7de08a5", @@ -7619,46 +3796,12 @@ "sha256": "f448b24110d5e7772646ca50bd09e9a638296f27b6b7b860c892cee42e5213e4", "s3_etag": "b14b5fd649e4ec047b235d97f763da73-34" }, - { - "name": "sequence_file_272.json", - "uuid": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc", - "version": "2021-05-10T23:24:56.833000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_273.json", - "uuid": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9", - "version": "2021-05-10T23:24:59.793000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_5.json", - "uuid": "cf1aab9f-caf1-4fe3-9724-61f6475f332b", - "version": "2021-05-10T23:24:54.929000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 995, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/45d0b683-d7dc-4e1a-a235-dad58ef03d77": { "name": "Adult1_S5_L001_R2_001.fastq.gz", "uuid": "cf86ed0f-408f-40f9-a104-ed61c88fa5d5", "version": "2021-05-10T23:24:56.750000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2052328561, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b43a8398-cd12-47e0-8214-d49827652b9e", "crc32c": "db17dde1", @@ -7666,46 +3809,12 @@ "sha256": "112831f81f707700072b63d88c470126961f69944da15b1b1c6ce8654d61cc9b", "s3_etag": "0bf16530c4ac7b830910ecc42378ed44-31" }, - { - "name": "sequence_file_274.json", - "uuid": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3", - "version": "2021-05-10T23:24:59.488000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_275.json", - "uuid": "d04a8b95-a45f-4fc1-a42a-a9afe3188465", - "version": "2021-05-10T23:24:55.967000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_276.json", - "uuid": "d068c2b0-60c7-429a-938c-cb9c703c4c4d", - "version": "2021-05-10T23:24:56.513000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/319d5a99-4bde-4b20-956a-03a0175478ee": { "name": "Adult2_S35_L002_I1_001.fastq.gz", "uuid": "d0764179-9b16-46a6-ab64-b30e0c4de1d3", "version": "2021-05-10T23:24:59.440000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 305131639, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fb24a76b-9d3d-4f21-b891-8fcc60d0bd63", "crc32c": "9b715264", @@ -7713,13 +3822,12 @@ "sha256": "72f81ea8a642ad150e63a671b85c36f4750ec7278b4c13d623433b77371f4cd8", "s3_etag": "d15caa295077be28dd54e1cd5ff04ade-5" }, - { + "sequence_file/e381aa0d-c2ce-4fe4-9acd-030d9023fcb6": { "name": "Young2_S43_L001_R1_001.fastq.gz", "uuid": "d0b72f3b-1519-4113-aab2-f4b1d8e80345", "version": "2021-05-10T23:24:55.979000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 896039188, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fd14986f-6eb6-4bd2-abb1-89fc8104e92e", "crc32c": "0556e458", @@ -7727,90 +3835,12 @@ "sha256": "53acf88efe4e3337b3430cda2430f4b74b3e2ed69aed06a0504cd97fa7fc307d", "s3_etag": "b3668b3700dccce75e79c7cc291cccd8-14" }, - { - "name": "sequence_file_277.json", - "uuid": "d0cf423a-1ecf-499b-9e61-95662e23ba40", - "version": "2021-05-10T23:24:55.702000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_278.json", - "uuid": "d13d109b-0106-4102-9769-82bb2ed9cfb7", - "version": "2021-05-10T23:24:59.455000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_279.json", - "uuid": "d1ad5518-3619-46dd-a342-f5a3b34f67b1", - "version": "2021-05-10T23:24:56.800000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_280.json", - "uuid": "d1dd53ff-b603-4345-8203-45c384cbc813", - "version": "2021-05-10T23:24:56.130000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_19.json", - "uuid": "d1e97cb2-581a-432b-bca1-78bbe00e9127", - "version": "2021-05-10T23:25:12.352000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_281.json", - "uuid": "d1f65c9e-628b-4c5f-b76a-1154c1666eba", - "version": "2021-05-10T23:24:59.215000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_282.json", - "uuid": "d1f9e5d6-8df2-48d1-b558-9609710ef53f", - "version": "2021-05-10T23:24:55.913000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8de95742-6e0f-45bd-b835-ce96ebc1991c": { "name": "Adult2_S35_L003_R1_001.fastq.gz", "uuid": "d200ad0b-db9b-4064-94e5-d03c5d406371", "version": "2021-05-10T23:24:59.508000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 812929562, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4076e23f-1474-4d24-97d2-5d4fc3c48b1d", "crc32c": "2a22929b", @@ -7818,24 +3848,12 @@ "sha256": "9bb8d838cd0287f9df2519ac54f0c26e9697d9fd3fba1bc62387ac688506da4c", "s3_etag": "4780d336f0f6dad0a62287a544c98409-13" }, - { - "name": "sequence_file_283.json", - "uuid": "d20547e4-3f00-42af-9a7f-9477ff43de0d", - "version": "2021-05-10T23:25:00.546000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5d00e91c-8691-41ff-836c-b827f23a1a7d": { "name": "Young1run2_S10_L002_R2_001.fastq.gz", "uuid": "d2ac4e77-f7d1-427c-8a56-4ca6933f6a65", "version": "2021-05-10T23:24:58.730000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3589798040, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3ef657fc-e2bf-4407-b246-b8b497160f6e", "crc32c": "36c84005", @@ -7843,13 +3861,12 @@ "sha256": "ab013a2c47402d7b8236cffc331ad05fc379ca2eb803bc2fc67506e6b1bcd046", "s3_etag": "12f0e63f910e5adf2df6a49895e41735-54" }, - { + "sequence_file/3dce5e53-a137-4086-96d3-26dd3d000cf6": { "name": "Fetal3_S15_L003_I1_001.fastq.gz", "uuid": "d2fc5db2-eaf1-4817-bb39-4ad61ea9aef6", "version": "2021-05-10T23:24:57.883000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 377825781, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b446d17f-9a63-4fea-9547-1d84c9691416", "crc32c": "010a2cd6", @@ -7857,35 +3874,12 @@ "sha256": "b78522cb4bb99c17e75dd48722a3457e2c6467473e59bc7b061ae5e87deba875", "s3_etag": "73f56db40476801b9c671b02323827bc-6" }, - { - "name": "sequence_file_284.json", - "uuid": "d359ca8d-a374-4eeb-b214-69df7861d0e3", - "version": "2021-05-10T23:24:58.161000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_285.json", - "uuid": "d3661383-3d73-41a0-8676-295926c07eeb", - "version": "2021-05-10T23:24:57.404000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6593f54e-682c-4eb4-b2ed-e3c3278d4880": { "name": "Fetal2run1_S15_L002_R2_001.fastq.gz", "uuid": "d39f4113-7982-4e88-b88e-cde692413713", "version": "2021-05-10T23:24:57.506000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4448987378, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2d73866f-a1b4-4835-854f-3a3c20718c4c", "crc32c": "33631491", @@ -7893,46 +3887,12 @@ "sha256": "7ebf8822d40cc434fd3c6781fa12f928e70154e17e8b6bb2f6350b7d10bbdc21", "s3_etag": "672b96735ac6fd5b8ee9150bb15d11f5-67" }, - { - "name": "analysis_file_2.json", - "uuid": "d3b3abc2-0da6-4163-acb8-251fe079284c", - "version": "2021-05-10T23:25:11.836000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 530, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_286.json", - "uuid": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb", - "version": "2021-05-10T23:24:55.835000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_287.json", - "uuid": "d4bbfecd-d580-4eaa-8679-33173740b295", - "version": "2021-05-10T23:24:59.769000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/792fd4bd-9b01-42bf-a883-c651789a198a": { "name": "Fetal1_S48_L002_R1_001.fastq.gz", "uuid": "d4ee29c9-bf24-408e-855f-03ada1309ce1", "version": "2021-05-10T23:25:09.108000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1078499572, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9c8f0cec-9a9d-42d4-ae02-734675b84fbc", "crc32c": "6c964866", @@ -7940,13 +3900,12 @@ "sha256": "5256778e19ed66c67177ff2ee69f44d01dc0883dc93a387cd358d8af72b2faae", "s3_etag": "2e2a8560ffb95e3ec98f75dce58ba5b0-17" }, - { + "sequence_file/2d0246fd-696f-4a54-abe6-d759cc6d27b3": { "name": "Young2_S43_L004_R2_001.fastq.gz", "uuid": "d517b1da-4c0c-45ad-b4b0-baf8a162a8f0", "version": "2021-05-10T23:24:55.511000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1993363450, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_05fa4e7c-022b-4c76-ae77-758cc00e094f", "crc32c": "240cae7b", @@ -7954,13 +3913,12 @@ "sha256": "a519abfd3166c4c524ce8dbdc366f28920a75f394a5ab2dbe75edb825d3a8db7", "s3_etag": "9c5610547fe42e00b623b0e754be28c2-30" }, - { + "sequence_file/28c505c1-e1c4-4e73-b935-9616224da552": { "name": "Adult2_S34_L001_R2_001.fastq.gz", "uuid": "d58f4a16-7e35-42d7-9031-9a60db734da4", "version": "2021-05-10T23:24:59.870000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2191136935, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d01f46df-17bf-4d95-b604-5e474a2dff61", "crc32c": "1f2b6762", @@ -7968,46 +3926,12 @@ "sha256": "134fc225a3a83f5ec54854b056e8b571a56515e25578b572203f908edab1373a", "s3_etag": "0571010a0da40aebc1ee16223efd8939-33" }, - { - "name": "sequence_file_288.json", - "uuid": "d5aab272-e387-4bae-aeb0-987928e0c001", - "version": "2021-05-10T23:24:58.148000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_289.json", - "uuid": "d5b993f2-d053-4420-994b-04d64bd9e356", - "version": "2021-05-10T23:24:59.181000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_20.json", - "uuid": "d5d159b5-1ecd-4a4a-9333-e933e20e2811", - "version": "2021-05-10T23:25:12.451000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/83865a27-24a8-4a70-a8bd-650affa7df5c": { "name": "Adult3run1_S5_L002_R2_001.fastq.gz", "uuid": "d61bebce-41a0-4a3a-b8bf-b2acdaeb9db4", "version": "2021-05-10T23:25:00.128000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3678038408, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1dc4e545-aca2-442a-b96b-f73e4f4f6383", "crc32c": "54825fda", @@ -8015,13 +3939,12 @@ "sha256": "ee449017b540c763d39d60eced081dc05779a0701ad642b1a2bcb9d4d18e8722", "s3_etag": "3f53bef695a07a74dbbc19ac817b863b-55" }, - { + "sequence_file/b3de09c9-37f3-4d58-8930-bbd5d4e136c5": { "name": "Young2_S43_L003_R1_001.fastq.gz", "uuid": "d675ebad-1bb7-4b9d-8c29-a25731906861", "version": "2021-05-10T23:24:55.462000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 886661882, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_31cf0de6-640c-497b-a5b7-42eb9b5279d2", "crc32c": "7ddd9ede", @@ -8029,24 +3952,12 @@ "sha256": "d4537642644e5726556f7f8c369192c018593a53c812ca54b714bc8efcc5df27", "s3_etag": "a4778d183cf86ca4e79068f61a2eaffc-14" }, - { - "name": "sequence_file_290.json", - "uuid": "d691ee05-f531-4c18-b0e9-677dcaabf20f", - "version": "2021-05-10T23:24:59.681000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/668a508d-34fa-4468-86e8-523380a34da8": { "name": "Fetal1_S45_L001_R2_001.fastq.gz", "uuid": "d6b678fb-58e3-4b3a-9788-fb004e7e3a87", "version": "2021-05-10T23:25:05.181000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2577748220, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_70acf6d8-811c-40e4-903a-f1483e34bd33", "crc32c": "b0754c0f", @@ -8054,57 +3965,12 @@ "sha256": "2758a9d27070c5731df881bbf0cce603514e4d07dff992532a988d02ce93e512", "s3_etag": "ca5fc16a409e8ef8d4eb5921be25d9a8-39" }, - { - "name": "sequence_file_291.json", - "uuid": "d73e6663-d29d-47af-a4b4-5cadcd272293", - "version": "2021-05-10T23:24:58.075000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_21.json", - "uuid": "d7875d0d-da64-49d0-8540-e601d445107c", - "version": "2021-05-10T23:25:12.097000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_292.json", - "uuid": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc", - "version": "2021-05-10T23:25:02.423000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_293.json", - "uuid": "d85ccb81-e861-4bb1-95b6-40762555da1d", - "version": "2021-05-10T23:24:58.717000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fe586661-4878-4882-a38f-0b6321df5c99": { "name": "Adult1_S6_L001_I1_001.fastq.gz", "uuid": "d8b5e5e2-75e9-49c1-815f-2cb3a4b5cddf", "version": "2021-05-10T23:24:59.094000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 325860715, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8f6ae5fe-59ae-4d3e-a482-f7699df39f78", "crc32c": "17e7d7f3", @@ -8112,24 +3978,12 @@ "sha256": "63d0ad81080a71785de42e0c05d281211ac35ab1576f78c2e1e58d9d34b487fa", "s3_etag": "6b15d8b9f1185fe0f93c2aee50e3f7e3-5" }, - { - "name": "sequence_file_294.json", - "uuid": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d", - "version": "2021-05-10T23:24:58.020000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd": { "name": "Fetal3_S13_L003_I1_001.fastq.gz", "uuid": "d90be9f0-3352-4c95-8790-92668f6d65d5", "version": "2021-05-10T23:24:58.173000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 432823947, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5390f5bb-5c2e-4a77-aa77-083eb93446cf", "crc32c": "2530fbd6", @@ -8137,13 +3991,12 @@ "sha256": "d08a289f19260684a81abe4a6bf04f25ec9b2e1fd7538dbaff05d0f24e93fb23", "s3_etag": "5a5e6a8b4163b8e9e82c4bcd81414701-7" }, - { + "sequence_file/ebbc0d72-0743-41b8-88f6-736c36bd6499": { "name": "Fetal3_S14_L004_R2_001.fastq.gz", "uuid": "d9e70e73-ba70-4d01-bb84-6f80535c3147", "version": "2021-05-10T23:24:58.390000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3076882971, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_244fa7bf-768e-4684-a008-bbf831c32ad8", "crc32c": "b8b6d372", @@ -8151,13 +4004,12 @@ "sha256": "59d3f0f1d68006a34223c75918844432be831b8958ce6055f16a480e4bda3f74", "s3_etag": "fca314c1ca7b5c83013d36fe580ed9ae-46" }, - { + "sequence_file/59a4c958-41b6-4680-8021-86ed6be8f55d": { "name": "Adult2_S35_L004_I1_001.fastq.gz", "uuid": "da23845e-e1aa-4fb0-8653-42785b457605", "version": "2021-05-10T23:24:59.544000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 294697480, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3123d766-24dc-4681-834f-e4e5b33c8833", "crc32c": "55b95a37", @@ -8165,79 +4017,12 @@ "sha256": "1261b0a4a1f04793c5c2465365ea68ccba4c20cbe57f679925957ac7ee259e39", "s3_etag": "69cbd2bdfe1aedf938ef58a753134963-5" }, - { - "name": "sequence_file_295.json", - "uuid": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b", - "version": "2021-05-10T23:24:57.243000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_296.json", - "uuid": "daa6813e-0321-413a-9107-8c814825bf93", - "version": "2021-05-10T23:24:56.364000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_297.json", - "uuid": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb", - "version": "2021-05-10T23:24:56.786000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_298.json", - "uuid": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34", - "version": "2021-05-10T23:24:58.249000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_299.json", - "uuid": "db2ecbf9-0e24-4106-b594-73368de0e98b", - "version": "2021-05-10T23:24:55.628000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_300.json", - "uuid": "db7576d3-afc9-4860-9a46-bdca8f745fa3", - "version": "2021-05-10T23:24:59.267000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7e1f0414-5235-4c79-b334-b278d3ebd8ae": { "name": "Adult2_S36_L003_R1_001.fastq.gz", "uuid": "db80fef4-5dda-4ba4-8e95-5fed18ee1f3f", "version": "2021-05-10T23:24:59.669000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 867869066, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a8bfc049-5499-46c0-9d3b-21053078b8b4", "crc32c": "d1454670", @@ -8245,24 +4030,12 @@ "sha256": "b55dd51082bc83135b9eb94cbbfc377884e0af9e25d7ded4d45028bf3aedc148", "s3_etag": "8ee45705e3b365b427c7505e85a53779-13" }, - { - "name": "collection_protocol_2.json", - "uuid": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9", - "version": "2021-05-10T23:24:55.232000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1061, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ebc98059-556f-4a51-b1d3-e5afb40fe80e": { "name": "Young1run1_S11_L002_R2_001.fastq.gz", "uuid": "dc2a13d5-92a6-46f3-bc12-17a4bde95ada", "version": "2021-05-10T23:24:58.577000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3251840382, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_683415b5-df01-41f3-8bb1-6dd6e9059266", "crc32c": "809d7721", @@ -8270,13 +4043,12 @@ "sha256": "5d49bbfdfbf3858fdd7f4b055342a791ec5953b2bef75a256672ceaa4b62a5c4", "s3_etag": "c7d1586ffa5bbd63ee50a0f2c8d2df56-49" }, - { + "sequence_file/8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba": { "name": "Fetal3_S14_L001_R1_001.fastq.gz", "uuid": "dc390866-3291-414e-82f3-1cb004c27f35", "version": "2021-05-10T23:24:58.261000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1353206591, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_00eeac0b-dd50-45dd-bc9c-30b9fe11a33f", "crc32c": "44a94448", @@ -8284,13 +4056,12 @@ "sha256": "5134b59c7a1c4d4ad1aa4f9a4043690d48ead8d5f9c31656c804b04e97a9b95a", "s3_etag": "02707c1a6577b71a0ed29572e15962bb-21" }, - { + "sequence_file/97eaa3ce-131c-48b8-8082-86bbb6a486b5": { "name": "Fetal1_S45_L002_R2_001.fastq.gz", "uuid": "dceb6a13-eb70-4fc9-9fdd-5792be962cdf", "version": "2021-05-10T23:24:57.110000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2635362289, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f08993ff-bfc3-445b-841d-2e5c46a42e4c", "crc32c": "0654b6b7", @@ -8298,46 +4069,12 @@ "sha256": "3f2305c80092c6f89662b577b3726c06c6d6d5fbb3ce6a19e87c0f0e241d730d", "s3_etag": "b038b749df33dc1d148d6ea0999747ff-40" }, - { - "name": "sequence_file_301.json", - "uuid": "dcec351c-327a-46df-aa48-22d2647d5852", - "version": "2021-05-10T23:24:58.975000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_302.json", - "uuid": "dcf52037-e357-4b26-9072-05e08bf47978", - "version": "2021-05-10T23:24:59.027000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_303.json", - "uuid": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a", - "version": "2021-05-10T23:24:56.599000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/24bbde6e-cdf7-4f1c-a447-6501ce377aa4": { "name": "Fetal1_S47_L001_I1_001.fastq.gz", "uuid": "dd9a9646-5645-4b0a-969b-7c225966437f", "version": "2021-05-10T23:24:57.366000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 254639357, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_05b25c0e-f4a9-499d-9088-d05894703c8b", "crc32c": "7b348bae", @@ -8345,13 +4082,12 @@ "sha256": "6c449e0909f7b114411ce5aae09ea622dc25dd952490cd3f66c01005247aed73", "s3_etag": "d0c9352c8f5dd3712d891de11141145a-4" }, - { + "sequence_file/f78279da-e39f-463b-a1a9-02d4f99f85a5": { "name": "Adult2_S33_L001_I1_001.fastq.gz", "uuid": "dda17201-ae39-44be-a644-688293254283", "version": "2021-05-10T23:24:59.382000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 334758426, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a77d0168-6408-44a5-9b0d-7d868bec25e5", "crc32c": "cb6c7603", @@ -8359,24 +4095,12 @@ "sha256": "f36237cacdb0ab612e949bfe2ed42d72bbfe07d34422fffb85115cd040c98de9", "s3_etag": "b2970af2b93d9128b3fb5db22f6471c5-5" }, - { - "name": "sequence_file_304.json", - "uuid": "ddaab768-186d-456a-8e1d-8631dc97f6ad", - "version": "2021-05-10T23:24:59.357000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0256729b-47ee-4ed3-adc7-2c0813bb99b9": { "name": "Adult3run1_S8_L002_R1_001.fastq.gz", "uuid": "ddd4a327-86e4-4482-abe8-59bfb035f592", "version": "2021-05-10T23:25:00.590000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1565924941, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d9003493-7970-4d44-8d30-8389e5e6f409", "crc32c": "31a61a80", @@ -8384,13 +4108,12 @@ "sha256": "455d603fe79eb65e3a2f817ebfd65fcefb6e8de5e235280fc956bac4eaee2077", "s3_etag": "04256522448a4aded9d4765ca3b6e331-24" }, - { + "sequence_file/6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47": { "name": "Fetal1_S48_L001_R2_001.fastq.gz", "uuid": "dec19270-f9f2-466f-86e3-c56e9e9f85a8", "version": "2021-05-10T23:25:08.068000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2477485696, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4ab44ca2-4c5c-414a-af9f-3eedb407829a", "crc32c": "333335c4", @@ -8398,13 +4121,12 @@ "sha256": "13fb19030c71875823cdd77aac57463b13581d9b5cb83ea6d380b405f9c864c2", "s3_etag": "8bbe6666edcf520cb18e7b12c4cc2a0c-37" }, - { + "sequence_file/d359ca8d-a374-4eeb-b214-69df7861d0e3": { "name": "Fetal3_S13_L002_R2_001.fastq.gz", "uuid": "df900bd9-2d04-4080-b718-590ff28ce892", "version": "2021-05-10T23:24:58.161000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3591358446, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3d3b254c-7bb5-4674-bce8-121e40b780b5", "crc32c": "bcde6522", @@ -8412,13 +4134,12 @@ "sha256": "7c7bcb06a622e3b95a51061e3c403e97f35640dbd6c3b46d02be4acee53e86e2", "s3_etag": "e24917ea22a172e45db292399f545de8-54" }, - { + "sequence_file/2ff6533e-8fe3-44c3-b378-99d4acdc0ab8": { "name": "Fetal3_S16_L004_R2_001.fastq.gz", "uuid": "dfb822ad-7da9-4ca6-9133-51c5e0279a9f", "version": "2021-05-10T23:24:58.124000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3691078018, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_93297b95-c671-4812-bf00-cb07d3432d17", "crc32c": "393a0578", @@ -8426,101 +4147,12 @@ "sha256": "2ae420612f234e68a16a0422cbf8536a46a2303bd458344a0f0fa5cdd18bf09e", "s3_etag": "864ab89e9695c77251f9440bb92ad1b7-56" }, - { - "name": "sequence_file_305.json", - "uuid": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a", - "version": "2021-05-10T23:24:56.762000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_306.json", - "uuid": "e06ec666-d2ed-4801-8bc3-03ddcd151c49", - "version": "2021-05-10T23:24:55.761000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_307.json", - "uuid": "e0a914c3-3147-4f06-a8ae-0c16029497dc", - "version": "2021-05-10T23:24:58.555000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_308.json", - "uuid": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7", - "version": "2021-05-10T23:24:55.437000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_309.json", - "uuid": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005", - "version": "2021-05-10T23:24:57.453000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_310.json", - "uuid": "e0e048f6-0ab6-45fc-a74f-16711af67a2e", - "version": "2021-05-10T23:24:57.143000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_311.json", - "uuid": "e163d226-febb-4ecf-80db-8e60680be2ab", - "version": "2021-05-10T23:24:58.100000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_312.json", - "uuid": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6", - "version": "2021-05-10T23:24:55.401000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22": { "name": "Fetal1_S46_L001_R2_001.fastq.gz", "uuid": "e1bf51d5-e656-49de-9b55-8ad814870da7", "version": "2021-05-10T23:24:57.230000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1998814942, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_74eebe02-f946-449e-9594-1ada82c6ffde", "crc32c": "5bace1fb", @@ -8528,24 +4160,12 @@ "sha256": "e434f1432a7f8d25394480bc893519cacf0d01ca54b9e5725398ecfcc009dcbd", "s3_etag": "d69a6908567008b911af0bfa35c3938b-30" }, - { - "name": "sequence_file_313.json", - "uuid": "e1c334fa-b493-4892-a48b-3fe594e98b30", - "version": "2021-05-10T23:24:58.326000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/884813d1-d03e-4210-9289-e5b0d415484b": { "name": "Adult2_S36_L004_R2_001.fastq.gz", "uuid": "e2112f19-f48b-4f9b-acca-53c0e966baff", "version": "2021-05-10T23:24:59.718000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1942917796, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6a34ab3e-abcf-4e2d-9e1b-381c1dce19b4", "crc32c": "232ff8db", @@ -8553,24 +4173,12 @@ "sha256": "67a47f12791781b31f28a11cdc70f2d1c7cb0d2914dbbcd40d8a0ae743fcb314", "s3_etag": "b6216436d19e9bcfc9621ae03d749888-29" }, - { - "name": "sequence_file_314.json", - "uuid": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6", - "version": "2021-05-10T23:24:56.391000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d04a8b95-a45f-4fc1-a42a-a9afe3188465": { "name": "Young2_S43_L001_I1_001.fastq.gz", "uuid": "e2d181be-9c2f-4b06-a1ca-68965b5abd5b", "version": "2021-05-10T23:24:55.967000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 266196289, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1b51b971-b11a-43d7-b92e-cd73668bf70b", "crc32c": "08e3720d", @@ -8578,24 +4186,12 @@ "sha256": "4d1d0e5ad1e6e5a5dd6bf4cabe116890aaa7309a065ab3d689e57c6f11cc0037", "s3_etag": "7b37a4f0daffe67c5c5aaac2f4711489-4" }, - { - "name": "sequence_file_315.json", - "uuid": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6", - "version": "2021-05-10T23:24:55.979000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8fc6dd31-c01c-4eec-ae6c-bedd13f2c209": { "name": "Young1run1_S12_L002_R2_001.fastq.gz", "uuid": "e41aceeb-21ab-420d-a393-244aac597625", "version": "2021-05-10T23:24:58.631000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3356143140, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8c03e84a-4eae-486a-955b-04a645b7d66a", "crc32c": "7b067774", @@ -8603,13 +4199,12 @@ "sha256": "7188216c8fd36bca1672d147825a619cc0f4df9705c70d1470dc36572ed1ea73", "s3_etag": "a1b797ce9a87f1fad60c14e84d48f1d6-51" }, - { + "sequence_file/29ee234c-5d39-4eb9-8f73-22121936b3db": { "name": "Fetal3_S13_L003_R1_001.fastq.gz", "uuid": "e4468469-2eab-48b1-9c5f-b72eeee2da3a", "version": "2021-05-10T23:24:58.185000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1513501043, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_de512038-3597-4e80-84e4-92cbf139d8e2", "crc32c": "c5a60ffe", @@ -8617,13 +4212,12 @@ "sha256": "f5dc76cc03a00ee48eba8530a158f6b757b817a6c7c729984ca687226597cdd6", "s3_etag": "60c07b47c0a54de75e501d2421d49e60-23" }, - { + "sequence_file/64c93769-83eb-4718-90f0-36d83b1dae4d": { "name": "Fetal1_S47_L001_R2_001.fastq.gz", "uuid": "e48fabae-c5df-4906-96b8-a45c77e48af0", "version": "2021-05-10T23:24:57.391000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1842198909, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_700f4b61-c868-4146-9ce3-ba1301287530", "crc32c": "23a74081", @@ -8631,13 +4225,12 @@ "sha256": "7bb9a41c9bc3b4838c863b1b03c2c36cd0be61109514e148ca50e01dc04ba67c", "s3_etag": "58d2183ee51602eabfe0fa9f9b01281e-28" }, - { + "sequence_file/e6565b7b-b195-4554-bf60-4b80f2c6dd13": { "name": "Young3_S12_L004_I1_001.fastq.gz", "uuid": "e4cfd5be-adcb-4ddd-b263-659ab56591b3", "version": "2021-05-10T23:24:56.118000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 196946647, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d72cfad2-95f8-4fad-8acb-988c6ffc3db8", "crc32c": "69cfe4c9", @@ -8645,13 +4238,12 @@ "sha256": "559dad3434395f4390df60227618f0de325f1c27a1f8e3fd67b57c8354770fea", "s3_etag": "fd479ea55739e41c79289a2fbedd7e15-3" }, - { + "sequence_file/762c2720-f65c-4804-844f-2302bc33ebbc": { "name": "Fetal1_S47_L003_I1_001.fastq.gz", "uuid": "e4d3b43a-a03c-40d4-bf8a-bc0719d773e2", "version": "2021-05-10T23:25:06.108000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 252193902, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d462411c-490c-4024-a7a9-cbfef4bf7f03", "crc32c": "b86981c8", @@ -8659,24 +4251,12 @@ "sha256": "2844da979551127772cec3c8d12cb222818a163293231b0e0a746cb361f98f37", "s3_etag": "78d54f08fe081f3f8463603a1ac7db1b-4" }, - { - "name": "sequence_file_316.json", - "uuid": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d", - "version": "2021-05-10T23:25:08.854000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0697146c-0105-4d6f-baff-d9147593eadb": { "name": "Adult3run1_S7_L002_I1_001.fastq.gz", "uuid": "e4e308fd-c449-4aad-b61a-43c595e3da00", "version": "2021-05-10T23:25:00.232000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 544108901, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a9211b38-1871-43e5-9923-d14b3b949137", "crc32c": "b1d6076e", @@ -8684,57 +4264,12 @@ "sha256": "855adb1ca39909282a7cbbf32a2378476ed556eea5287f588977bb4c5af6c6bd", "s3_etag": "23187b8a9736a61ce00d4fa85237db9d-9" }, - { - "name": "donor_organism_6.json", - "uuid": "e57453f7-04f8-445a-9b64-24c5b82d95c4", - "version": "2021-05-10T23:24:54.900000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 989, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_7.json", - "uuid": "e5bba055-1268-4e04-99ea-71660fd31c08", - "version": "2021-05-10T23:24:54.983000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 992, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_317.json", - "uuid": "e5d2cef3-3902-418c-b905-001052979a54", - "version": "2021-05-10T23:24:57.986000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_318.json", - "uuid": "e61740c1-0e70-4d25-a912-32617d2e71fa", - "version": "2021-05-10T23:24:55.566000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/22833c60-dc70-4299-86ac-00747b91b3cb": { "name": "Fetal1_S46_L004_R2_001.fastq.gz", "uuid": "e61fff58-84e1-41cf-86f2-7d5c120b17d5", "version": "2021-05-10T23:24:57.354000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1956843590, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0cc7e705-6e43-4e5e-a2ed-34247266cec6", "crc32c": "ae211b61", @@ -8742,46 +4277,12 @@ "sha256": "28e05e7518e04b8af734790995e75623e7af3daa359c771d7ad188fb41e43540", "s3_etag": "9c0f39fc29d68f3fb1df9b9b11dbda6a-30" }, - { - "name": "sequence_file_319.json", - "uuid": "e6565b7b-b195-4554-bf60-4b80f2c6dd13", - "version": "2021-05-10T23:24:56.118000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_22.json", - "uuid": "e6aa2bc0-9650-4ba6-89fc-033a7a95f796", - "version": "2021-05-10T23:25:11.995000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_320.json", - "uuid": "e6b33ccb-99f6-4c02-aa69-e7b581832d04", - "version": "2021-05-10T23:25:02.770000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/347f630f-a9a0-4430-958f-6c929335031a": { "name": "Fetal1_S45_L003_R2_001.fastq.gz", "uuid": "e6f5097f-6e88-4703-91a3-1f8af0a04ca2", "version": "2021-05-10T23:24:57.156000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2544129196, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bb6c2f4f-a662-48d0-b8e4-a9bc047f3b75", "crc32c": "fb4e7d3f", @@ -8789,13 +4290,12 @@ "sha256": "7457a7cfc1f22234b132a9b04f4c2fbff95712740b33833ef0af45f71b7597f1", "s3_etag": "de7a0e7be5879955e2dbe16bd4cfc037-38" }, - { + "sequence_file/e28d2a66-f506-4a4d-b2c6-823e4e8124d6": { "name": "Young3_S9_L004_R1_001.fastq.gz", "uuid": "e72b1bd6-2847-408b-9ae6-66f187d293e4", "version": "2021-05-10T23:24:56.391000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 476482354, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_03d3d661-570b-4e1f-93fe-4587e1e9af95", "crc32c": "bf5a8535", @@ -8803,35 +4303,12 @@ "sha256": "bff7e7b63c7e14177b55bd3cff7da709ec57634611a2c4791bb241dce9ca265e", "s3_etag": "52550482dbe44ff8cb7e354b065f2e22-8" }, - { - "name": "sequence_file_321.json", - "uuid": "e744fafb-3c4b-47c3-91db-db8bb8751279", - "version": "2021-05-10T23:24:58.781000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_23.json", - "uuid": "e8081e5b-30a8-4ed7-88df-07c9e81688c6", - "version": "2021-05-10T23:25:12.009000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a2b31671-1874-4c4a-a5c5-fd2787287893": { "name": "Fetal3_S15_L004_R2_001.fastq.gz", "uuid": "e882d829-b80b-4699-b909-269337998882", "version": "2021-05-10T23:24:57.956000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2783529408, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e00a71cd-4d09-48c7-af22-bdda5ae3ac6e", "crc32c": "514c3e14", @@ -8839,13 +4316,12 @@ "sha256": "17050f5754df2362934c44a81452a29ab26263eeb06574a496b3f5505a6c49dd", "s3_etag": "4357c3910d477b1042cbcfe170e44d7f-42" }, - { + "sequence_file/e5d2cef3-3902-418c-b905-001052979a54": { "name": "Fetal3_S16_L001_R1_001.fastq.gz", "uuid": "e91bb61d-e965-46e5-b6b3-53e3593de931", "version": "2021-05-10T23:24:57.986000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1622736317, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_576f2ce7-c20e-4dfa-825c-0b9986940a2a", "crc32c": "0f209f3d", @@ -8853,46 +4329,12 @@ "sha256": "096b27f34af2d78a947406693bc0593c55fba6ed780dbccc4f4f8658226fa2bb", "s3_etag": "6daa7cf545f597ce13e1a99b951e9b0b-25" }, - { - "name": "sequence_file_322.json", - "uuid": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23", - "version": "2021-05-10T23:24:56.321000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_323.json", - "uuid": "e9def19b-3967-47e7-a2dd-1bc5f9297959", - "version": "2021-05-10T23:24:59.894000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_8.json", - "uuid": "e9f719d5-786b-439e-bdb5-1a0434d1e815", - "version": "2021-05-10T23:24:54.919000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 995, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0506c2a0-ef2b-4850-8567-20d08046bdaa": { "name": "Adult1_S7_L002_R1_001.fastq.gz", "uuid": "ea1d2072-66cc-4e8d-8547-7197973e43a7", "version": "2021-05-10T23:24:56.774000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1320129462, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_216e23bc-2b48-4092-b18f-dc2e516c20d3", "crc32c": "df0eeba7", @@ -8900,13 +4342,12 @@ "sha256": "ce32bc556b76e1677be13fd7ae3c585928a7548c678f38225361368be8bc48bb", "s3_etag": "e86d7979e8ae240a211531ece24619b1-20" }, - { + "sequence_file/5b80431f-c95a-41ef-8aa7-98816f00e4d6": { "name": "Adult2_S34_L004_R2_001.fastq.gz", "uuid": "ea9a283e-ec06-432a-8bf3-40133f8f9cfc", "version": "2021-05-10T23:24:59.984000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2145452838, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cdc5af61-9517-43c9-a7b7-2a7dcaaaf5b1", "crc32c": "78bfc1e0", @@ -8914,57 +4355,12 @@ "sha256": "11d9b5a03faad3ab863c9d0711d0604726a08ac92fe6ef6c0fb2b1cc015343b2", "s3_etag": "3b6796491dcb2688157264e07e63d07f-32" }, - { - "name": "process_24.json", - "uuid": "eb10f476-5ffe-4954-b2e9-8a6a768fe46c", - "version": "2021-05-10T23:25:12.223000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_324.json", - "uuid": "ebbc0d72-0743-41b8-88f6-736c36bd6499", - "version": "2021-05-10T23:24:58.390000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_325.json", - "uuid": "ebc98059-556f-4a51-b1d3-e5afb40fe80e", - "version": "2021-05-10T23:24:58.577000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_326.json", - "uuid": "eccad683-4c2d-4d7f-a141-1effb429fef7", - "version": "2021-05-10T23:24:57.758000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/82fc0df9-9828-433e-ac6d-73f4bbceefcf": { "name": "Fetal1_S47_L004_R1_001.fastq.gz", "uuid": "ecfb5b99-5606-483c-817b-fbcce96ee9be", "version": "2021-05-10T23:25:07.230000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 779654949, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3f2bbf38-44ea-4aaf-a89b-c1f083559175", "crc32c": "0648c7c7", @@ -8972,13 +4368,12 @@ "sha256": "dac9aad6952a0b1a0a2a27ab331d6a555145f250b5210141bfd6f6126b4bcef4", "s3_etag": "881adaa0fbdd815cc9dcde9cdc649ae8-12" }, - { + "sequence_file/96f4d488-e081-4b54-b12a-b2d9546bfc17": { "name": "Adult2_S34_L002_R2_001.fastq.gz", "uuid": "ed3df4c8-d006-4edc-b5fb-65af588b5984", "version": "2021-05-10T23:24:59.909000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2235857966, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d19b2aa3-3427-47c9-9a25-9a0a4fafd959", "crc32c": "fa81d67c", @@ -8986,13 +4381,12 @@ "sha256": "43a1cade69f629038099d46b4df277ff71b1fa5514e8807d5cf09e094a697732", "s3_etag": "16393b84fe995a25ec5838cf7429f244-34" }, - { + "sequence_file/c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7": { "name": "Fetal1_S46_L001_R1_001.fastq.gz", "uuid": "ed4c7767-277c-4d39-89cf-6144161985d2", "version": "2021-05-10T23:24:57.218000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 868176498, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_20cb0533-c4e8-4152-a0de-3aa742fe0ca9", "crc32c": "5fade06b", @@ -9000,57 +4394,12 @@ "sha256": "1dd43fe8470cb496c34355c96620c6d403f560b2f9d10822a8958adf9951ec5b", "s3_etag": "4522b7f4dcc5a40d9b3326316b3d22e3-13" }, - { - "name": "sequence_file_327.json", - "uuid": "ed884cca-c961-40d2-bc8b-b358ea4fb780", - "version": "2021-05-10T23:24:59.050000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_328.json", - "uuid": "edbe53c5-208b-436d-b283-1aa4ee94800c", - "version": "2021-05-10T23:24:58.300000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_329.json", - "uuid": "ee28d3e7-02df-46a0-a3ba-f55ad747b214", - "version": "2021-05-10T23:24:59.730000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_330.json", - "uuid": "ee36a1ac-7426-4253-81b8-715f37a2ba69", - "version": "2021-05-10T23:25:01.949000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7f46ab20-26fa-493e-98c4-24d558f4a0ce": { "name": "Adult2_S35_L002_R2_001.fastq.gz", "uuid": "eff0eba9-ed02-43c2-9861-d34edfaf9f30", "version": "2021-05-10T23:24:59.472000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1868718074, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_86058eb2-8e6c-4a3c-bc28-800d84a1d909", "crc32c": "f2a0a4d6", @@ -9058,13 +4407,12 @@ "sha256": "1f3e8f56e1c6dfa3b7e6317fa46daa9173e7b251256450a6ee2c70b565f3a8ba", "s3_etag": "f8c11487f8fcf12d26e6c471abef2a30-28" }, - { + "sequence_file/0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc": { "name": "Adult2_S33_L004_R1_001.fastq.gz", "uuid": "f00513d4-c39b-4607-b43e-51bc36293e3d", "version": "2021-05-10T23:24:59.819000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 990892488, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_53fa0801-179c-40c2-a9ee-c71d67034a2c", "crc32c": "4ab7b8b7", @@ -9072,13 +4420,12 @@ "sha256": "01ca6806bef50f903f96a88435c0808130cf3d7d485ac0205250865109c29799", "s3_etag": "817e79c41185a6f3b6e3be78f5a98320-15" }, - { + "sequence_file/09b831a2-5b60-4753-864e-8af803024437": { "name": "Fetal1_S45_L004_R2_001.fastq.gz", "uuid": "f1b0bc3c-0856-4493-95af-6b5ec42d09cc", "version": "2021-05-10T23:24:57.193000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2529571093, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_11cf1843-635e-4a37-b736-a4a19f0c6a22", "crc32c": "86b728b5", @@ -9086,13 +4433,12 @@ "sha256": "8ebbb5c587b66016c75367dffaab51bd5903c5e431b68c70f0bc52dc292a9a5f", "s3_etag": "ae78f3490ed29c62b42ff76704a4eac5-38" }, - { + "sequence_file/ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2": { "name": "Young3_S9_L001_R2_001.fastq.gz", "uuid": "f1ba59ae-f42b-403b-a777-69ced3930293", "version": "2021-05-10T23:24:56.235000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1085745820, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f35c884e-80fd-4635-af66-eedd94ed66da", "crc32c": "3ae1b9f6", @@ -9100,24 +4446,12 @@ "sha256": "bcc7d962f7e0858410da1314e8293d849a347728a2013a163676004ded8eb5f5", "s3_etag": "8d98d9869ca388af258dd7681a6753dc-17" }, - { - "name": "cell_suspension_6.json", - "uuid": "f21781e9-e5c7-48ff-9d7d-0e3637968279", - "version": "2021-05-10T23:24:55.124000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 723, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5be8906f-0831-422d-896e-b099d5a23e13": { "name": "Adult1_S6_L002_I1_001.fastq.gz", "uuid": "f26b81f5-8f36-4998-90c0-0f30ea866f41", "version": "2021-05-10T23:24:59.133000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 330136848, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_69f68a5e-bf9a-4ebb-8992-fa72dac2e9b8", "crc32c": "d9ad76a2", @@ -9125,13 +4459,12 @@ "sha256": "c9c6c651278a2966fa2dadd3801a10d3793966aa2f527ed1270e338d903c4c64", "s3_etag": "8197b6cae2352f5f62ea0476c5562daa-5" }, - { + "sequence_file/dabb5028-64d2-4dbc-89a3-0cf6079ad0cb": { "name": "Adult1_S7_L002_R2_001.fastq.gz", "uuid": "f28f5241-9275-48ef-9779-0356be81a14f", "version": "2021-05-10T23:24:56.786000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 3047773651, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4a5ab6fb-9ce2-47ed-af66-b3aa5dff5f31", "crc32c": "5f82f088", @@ -9139,13 +4472,12 @@ "sha256": "47308fa009bb42039782ee43dc53dd7fa9247d01b7d9d174d07cd9a28722abac", "s3_etag": "08dd2f4d47c7d74bb94b84ff20559e54-46" }, - { + "sequence_file/38601526-8448-4253-807b-70878c374901": { "name": "Adult1_S5_L001_R1_001.fastq.gz", "uuid": "f296caba-7bdc-47d1-a7ef-b39e358d0e3e", "version": "2021-05-10T23:24:56.737000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 901135488, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9b0f76e7-9dcf-4c73-a319-6a58728335aa", "crc32c": "e8d0c702", @@ -9153,24 +4485,12 @@ "sha256": "89ea95bcfdef3f587b85bf1edb0f9c177aaf9b2ca9118c965bd71833973ec1fd", "s3_etag": "f37e5654a27fe6bde5e1dd4dfcc41b93-14" }, - { - "name": "sequence_file_331.json", - "uuid": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16", - "version": "2021-05-10T23:24:55.955000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/dae9b045-0d8d-4944-b8a2-d3b64ad7df34": { "name": "Fetal3_S14_L001_I1_001.fastq.gz", "uuid": "f366ef43-bfe1-4649-9d08-3eef088ff99a", "version": "2021-05-10T23:24:58.249000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 402700834, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ecd4f4b2-82bf-4104-b0e1-c8d3786aea72", "crc32c": "b9b4721d", @@ -9178,24 +4498,12 @@ "sha256": "4f40af704cf259007bd57e274139f0fcc86d000d92eedde41b3c49703476e714", "s3_etag": "7d918181f2d4b88058e16e0daef31837-7" }, - { - "name": "sequence_file_332.json", - "uuid": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9", - "version": "2021-05-10T23:24:56.623000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/5e25031d-3456-4209-9818-c8882b2623e1": { "name": "Young2_S41_L002_R1_001.fastq.gz", "uuid": "f3e5a38a-c62b-4100-9fcc-18ffbe346be5", "version": "2021-05-10T23:24:55.689000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1018564841, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ad3acfa0-4a1d-4c02-b2c1-5ee429645224", "crc32c": "ef664b9a", @@ -9203,13 +4511,12 @@ "sha256": "5d0842661549412c3baf9f359abaf8f72408870d1ba3e4887a486a73634e6616", "s3_etag": "6b690deac0528abd537ac5ceef453366-16" }, - { + "sequence_file/7c912919-4b2c-4f4d-bdfe-1988d20aeeed": { "name": "Fetal3_S15_L001_I1_001.fastq.gz", "uuid": "f4b0febc-2a23-436f-916c-2ddb328dddd4", "version": "2021-05-10T23:24:58.402000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 382550004, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8dcf5fe6-e725-4e16-90a0-63e1b68986b5", "crc32c": "98e200c8", @@ -9217,35 +4524,12 @@ "sha256": "46a7857eb2f4a9a6bd5200ea59bf9438985d45542309ee65de55abb4975fc8aa", "s3_etag": "787914214494529c4f56ac067637d8ba-6" }, - { - "name": "sequence_file_333.json", - "uuid": "f5274b10-d3ea-44c9-9f27-9af574dea10c", - "version": "2021-05-10T23:24:56.712000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_8.json", - "uuid": "f55166a1-c4f0-4fda-ac9f-164489040ee5", - "version": "2021-05-10T23:24:55.076000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1150, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/72b34b3d-f005-48af-81dc-3631873960d8": { "name": "Adult1_S8_L002_I1_001.fastq.gz", "uuid": "f57edc37-d012-4382-8d4b-0e250cafa81d", "version": "2021-05-10T23:24:57.019000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 135974354, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_81f3456f-8d08-469c-a544-84ce9794b202", "crc32c": "137ff8ff", @@ -9253,35 +4537,12 @@ "sha256": "c62079cfe23989a2f844f61ae19cc867d24cda8a6834607c40676d204e891a36", "s3_etag": "69005736b5ba1a6b9d84fee15ab99c07-3" }, - { - "name": "sequence_file_334.json", - "uuid": "f5ada827-68c0-4af6-88c6-7e9256b663ff", - "version": "2021-05-10T23:24:55.616000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_335.json", - "uuid": "f5fae200-b633-4ade-8871-94cf47475c67", - "version": "2021-05-10T23:24:56.661000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/99e73efd-4a04-496f-bb32-8f73edb0ae1a": { "name": "Young2_S41_L003_I1_001.fastq.gz", "uuid": "f61ff371-7c67-45cc-af18-e94ed874baba", "version": "2021-05-10T23:24:55.713000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 334553235, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_249a6d00-499d-466a-b6c0-abd5736a19fe", "crc32c": "632e8e42", @@ -9289,24 +4550,12 @@ "sha256": "a91c9428332d016a8b13a788cbd42ee82f32e9fdb59cc4d7b4e58425a33b1c7a", "s3_etag": "4727dc277e4e9e0bd45a9b9d010d41b6-5" }, - { - "name": "sequence_file_336.json", - "uuid": "f648cc69-80e7-46a1-8575-aae76b30367c", - "version": "2021-05-10T23:24:59.557000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/daa6813e-0321-413a-9107-8c814825bf93": { "name": "Young3_S9_L003_R2_001.fastq.gz", "uuid": "f6bd08a6-5630-460c-a1bc-e13a3340f7bc", "version": "2021-05-10T23:24:56.364000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1071899618, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3767311e-94d1-4eb8-801a-6ea5576484eb", "crc32c": "14cb3c16", @@ -9314,57 +4563,12 @@ "sha256": "c64401fe56bff348c5d32adbafe94bf8f30be76ef549cfeadd883a04615fd670", "s3_etag": "394fcb53d06b04f6b75d0430374b027e-16" }, - { - "name": "process_25.json", - "uuid": "f70ce593-fe86-4bef-9e0b-c68a09a12ccc", - "version": "2021-05-10T23:25:12.057000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_337.json", - "uuid": "f77883e0-6609-4bda-b446-331adbd9d357", - "version": "2021-05-10T23:24:57.315000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_338.json", - "uuid": "f78279da-e39f-463b-a1a9-02d4f99f85a5", - "version": "2021-05-10T23:24:59.382000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_339.json", - "uuid": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a", - "version": "2021-05-10T23:24:59.807000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c8995918-5491-41bc-ad76-2099c6314fb1": { "name": "Adult2_S36_L004_R1_001.fastq.gz", "uuid": "f7e7009f-d6e8-4fc9-92db-921d32531262", "version": "2021-05-10T23:24:59.705000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 859534837, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1c215bfc-2c0e-4483-b902-3b5ebff4bff4", "crc32c": "c12d5915", @@ -9372,13 +4576,12 @@ "sha256": "9fb49f207fc69455ca4a507a501025e9721b7aa4aa1107ab2fb3c219aa2bc173", "s3_etag": "55a85af190a9eb638e89a766657f82bd-13" }, - { + "sequence_file/04066a52-7468-4783-b49c-46e28b076739": { "name": "Adult2_S36_L002_R2_001.fastq.gz", "uuid": "f8153a7e-c5fe-43b9-bb7a-90ea3d059772", "version": "2021-05-10T23:24:59.644000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2021022543, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cbdab167-606f-447e-ac0e-400369e936d2", "crc32c": "3e5dc167", @@ -9386,57 +4589,12 @@ "sha256": "bcb53bac08898359193cf7aa3338d57786816462bf83fced31d13e0163f167b4", "s3_etag": "e83e744695dacb6cd72d441a1c03756b-31" }, - { - "name": "sequence_file_340.json", - "uuid": "f859d1ff-df51-4548-b8a4-9eca26bf7454", - "version": "2021-05-10T23:25:00.183000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_341.json", - "uuid": "f8988fe1-225c-40b4-933d-9dacb8b4728f", - "version": "2021-05-10T23:24:59.921000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_26.json", - "uuid": "f89c0972-79b4-4338-b37c-7bbfdc121f60", - "version": "2021-05-10T23:25:12.400000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_342.json", - "uuid": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad", - "version": "2021-05-10T23:24:57.441000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/92951c73-28a3-4820-89d6-15a73fa192cf": { "name": "Fetal2run2_S13_L002_R2_001.fastq.gz", "uuid": "f90ae5d8-e31a-4f6d-914e-f37d223ea9d1", "version": "2021-05-10T23:24:57.585000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4556512834, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_db95f75b-81a3-4d87-896d-88e8482e09be", "crc32c": "3ad177d6", @@ -9444,13 +4602,12 @@ "sha256": "231b938f92b5e6b86ccf0f6799d471e7e52dd5eee3e60a78abcb8f21b95a261c", "s3_etag": "a6c30ecf06c44e1beb7e39b05012fa90-68" }, - { + "sequence_file/2b889dd9-0bd3-412a-967e-74fa9600bb4d": { "name": "Adult1_S6_L004_R2_001.fastq.gz", "uuid": "f9951b26-b6cf-40f1-9a78-37cb8f130b19", "version": "2021-05-10T23:24:59.287000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2473708229, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_37e366a5-a50e-4e94-af55-bf1713b5f237", "crc32c": "97845c32", @@ -9458,35 +4615,12 @@ "sha256": "aa882d4208c556d057ff1c03830704e0d573e8364f5bbff2e37f4a9417d60107", "s3_etag": "896ea43d3903b73bf1dc086304ae5416-37" }, - { - "name": "sequence_file_343.json", - "uuid": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939", - "version": "2021-05-10T23:24:56.925000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_344.json", - "uuid": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e", - "version": "2021-05-10T23:25:05.626000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/3b7b0bcf-b316-4b0e-9d46-f8d44a399774": { "name": "Fetal3_S13_L002_I1_001.fastq.gz", "uuid": "fa17dd22-2d46-44dd-bf29-7ba21c575a6c", "version": "2021-05-10T23:24:58.136000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 440536802, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_eaf5b1e5-8e5b-43f4-b0f7-2fc426a329dc", "crc32c": "60a8d420", @@ -9494,13 +4628,12 @@ "sha256": "000d3f4b5239981127ea8f0e56178fd6623cbe42116c2889bd2e01d6ca750e7c", "s3_etag": "fb61593bc6ced0f44ccb316a7d531b17-7" }, - { + "sequence_file/43f476f9-cbfc-431a-a774-5885904b434c": { "name": "Fetal1_S47_L003_R2_001.fastq.gz", "uuid": "fb59546f-ca17-40ae-b0b8-ca16c1b94de9", "version": "2021-05-10T23:25:06.889000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1815469143, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e1a7bd00-7d9b-41d1-b416-f775ec12c509", "crc32c": "e3699533", @@ -9508,13 +4641,12 @@ "sha256": "def662d3aec2c90fab01907c0074c2bb2e214bdfd59981ef67371804a0214dcc", "s3_etag": "7071366df987c4f6b239137a439acbe6-28" }, - { + "sequence_file/d5aab272-e387-4bae-aeb0-987928e0c001": { "name": "Fetal3_S13_L002_R1_001.fastq.gz", "uuid": "fb71e3ae-31d9-4ce1-8d14-25955525b515", "version": "2021-05-10T23:24:58.148000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1554668024, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9fe97a6c-6970-4ea2-9a19-d99f0c4baac4", "crc32c": "06c6aef8", @@ -9522,68 +4654,12 @@ "sha256": "c0bfe8c95019fe59b35950d07518932e5e5f94af2552e85c07c1757fc2318ba1", "s3_etag": "2a5ca77f9c0a68cf5db63140e5b88644-24" }, - { - "name": "sequence_file_345.json", - "uuid": "fb771836-467f-4897-a755-a17ab281a385", - "version": "2021-05-10T23:25:07.551000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_346.json", - "uuid": "fbec3e01-aaf4-41a3-b667-1f0268571d10", - "version": "2021-05-10T23:24:56.094000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_7.json", - "uuid": "fc1541f1-27bb-4cd1-be90-2b04c29a902e", - "version": "2021-05-10T23:24:55.085000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 723, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_347.json", - "uuid": "fd0547d5-7f16-46e4-8948-45c82f923f69", - "version": "2021-05-10T23:24:58.830000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_348.json", - "uuid": "fd3a8466-6eaf-4251-be4a-f46f85403719", - "version": "2021-05-10T23:24:56.031000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8": { "name": "Fetal3_S13_L004_R1_001.fastq.gz", "uuid": "fd5331f0-025b-4370-94bf-a2a2d1812704", "version": "2021-05-10T23:24:58.222000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1499514037, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2f01e160-d44a-419d-8662-d94beae47b48", "crc32c": "e1b2a1e1", @@ -9591,13 +4667,12 @@ "sha256": "e4a449ab8860bf883eea710ae038b59efa05eb5a8a03c2adfb5657c385e26647", "s3_etag": "bfae7170cbc46297c75622988a1c9d47-23" }, - { + "sequence_file/f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16": { "name": "Young2_S42_L004_R2_001.fastq.gz", "uuid": "fd563e44-5e1a-4dfc-bfbd-42ef32c62d69", "version": "2021-05-10T23:24:55.955000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2507327684, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_996e7e2d-90dd-4b1c-bbcf-1ba0a5b39518", "crc32c": "66b9569d", @@ -9605,46 +4680,12 @@ "sha256": "07ef1fb2f9df06edd0b2aa20a2b156f9aeb8bd210b3fba58e667f634c15abcac", "s3_etag": "a2bca3b69da0592c3623d51d4a0400e2-38" }, - { - "name": "sequence_file_349.json", - "uuid": "fd7e7e85-7747-42c3-bc6b-0e4718202d63", - "version": "2021-05-10T23:24:56.725000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_8.json", - "uuid": "fdb8e413-a62a-4c6c-9890-3945c0f19ce8", - "version": "2021-05-10T23:24:55.115000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 723, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_350.json", - "uuid": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188", - "version": "2021-05-10T23:24:56.967000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/868dfde7-2df8-487f-b754-68db8a96ad3a": { "name": "Young3_S9_L003_R1_001.fastq.gz", "uuid": "fe2c65ca-06af-4760-9df8-086a81611a31", "version": "2021-05-10T23:24:56.352000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 481441498, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8745fa2b-5841-419f-8db5-4a81c6195871", "crc32c": "5ea56fe3", @@ -9652,46 +4693,12 @@ "sha256": "ffeb363b224283997bcfcd7cda154c83431a5ed4774aa1f1d4da6763e8b86168", "s3_etag": "4ca19c1579242c5a8be5036e2159ced5-8" }, - { - "name": "sequence_file_351.json", - "uuid": "fe586661-4878-4882-a38f-0b6321df5c99", - "version": "2021-05-10T23:24:59.094000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_352.json", - "uuid": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13", - "version": "2021-05-10T23:24:55.413000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_353.json", - "uuid": "fea7ae13-ad77-4b59-9922-14f748263eac", - "version": "2021-05-10T23:24:55.848000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4": { "name": "Adult3run2_S8_L002_R1_001.fastq.gz", "uuid": "fecea080-2c71-42f2-a2cd-3dbd89e04c80", "version": "2021-05-10T23:25:03.741000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 1826231331, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e71dd85f-91b9-434a-b7da-e3bf3bd45b1e", "crc32c": "6d17e56c", @@ -9699,17043 +4706,22 @@ "sha256": "0500e7808750a42701e80d3a3e4586b2255893a72efaae1482323af738b97915", "s3_etag": "3f6b5e52140c95a1043ef7bc0de81d39-28" }, - { - "name": "sequence_file_354.json", - "uuid": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce", - "version": "2021-05-10T23:24:56.550000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_355.json", - "uuid": "fed6f8f3-2c61-4361-8160-2c5a13db83d4", - "version": "2021-05-10T23:24:58.237000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_27.json", - "uuid": "fed76aa9-d126-4747-b53e-b357fbbaed47", - "version": "2021-05-10T23:25:12.382000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_356.json", - "uuid": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559", - "version": "2021-05-10T23:25:06.490000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_357.json", - "uuid": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2", - "version": "2021-05-10T23:24:56.235000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bff57385-2f4f-4695-a153-412c9aabab59": { "name": "Young2_S44_L001_R2_001.fastq.gz", "uuid": "ffb352c5-f9e2-497c-940c-7cb5dd0eaa5e", "version": "2021-05-10T23:24:55.554000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 2656158282, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c575780d-6457-4f09-b208-68eb382f72b1", "crc32c": "7650b91b", "sha1": "fe39e52b84175ab4acb10269f350fc4b968ffc3f", "sha256": "44ff00362fb6473e08d57c17cbd74a894a694ab10cef45cb36300cc481ae20bd", "s3_etag": "2c00a99240b3e95beabeae164f463980-40" - }, - { - "name": "sequence_file_358.json", - "uuid": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd", - "version": "2021-05-10T23:24:56.379000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_359.json", - "uuid": "fff15476-7228-42be-be8a-bd6b02ee9f81", - "version": "2021-05-10T23:24:59.401000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "schema_type": "links", - "schema_version": "3.0.0", - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "links": [ - { - "link_type": "process_link", - "process_id": "04836733-0449-4e57-be2e-6f3b8fbdfb12", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "output_type": "sequence_file", - "output_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "output_type": "sequence_file", - "output_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "output_type": "sequence_file", - "output_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "output_type": "sequence_file", - "output_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "output_type": "sequence_file", - "output_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "output_type": "sequence_file", - "output_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "output_type": "sequence_file", - "output_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "output_type": "sequence_file", - "output_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "output_type": "sequence_file", - "output_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "output_type": "sequence_file", - "output_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "output_type": "sequence_file", - "output_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "output_type": "sequence_file", - "output_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "output_type": "sequence_file", - "output_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "output_type": "sequence_file", - "output_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "output_type": "sequence_file", - "output_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "output_type": "sequence_file", - "output_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "output_type": "sequence_file", - "output_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "output_type": "sequence_file", - "output_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "output_type": "sequence_file", - "output_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "output_type": "sequence_file", - "output_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "output_type": "sequence_file", - "output_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "output_type": "sequence_file", - "output_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "output_type": "sequence_file", - "output_id": "b7826640-f0cc-4891-860e-7815a8848006" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "d7875d0d-da64-49d0-8540-e601d445107c", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9e346701-eb3c-40b3-b3dd-75ce047bcb78", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "cf1aab9f-caf1-4fe3-9724-61f6475f332b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "b92a945a-9be0-4cf6-8ce8-14f0fa3a3648", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "60e4296c-5d92-4c12-bf4e-f5fe08f01614" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "output_type": "sequence_file", - "output_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "output_type": "sequence_file", - "output_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "output_type": "sequence_file", - "output_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "output_type": "sequence_file", - "output_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "output_type": "sequence_file", - "output_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "output_type": "sequence_file", - "output_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "output_type": "sequence_file", - "output_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "output_type": "sequence_file", - "output_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "output_type": "sequence_file", - "output_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "output_type": "sequence_file", - "output_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "output_type": "sequence_file", - "output_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "output_type": "sequence_file", - "output_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "output_type": "sequence_file", - "output_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "output_type": "sequence_file", - "output_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "output_type": "sequence_file", - "output_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "output_type": "sequence_file", - "output_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "output_type": "sequence_file", - "output_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "output_type": "sequence_file", - "output_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "output_type": "sequence_file", - "output_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "output_type": "sequence_file", - "output_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "output_type": "sequence_file", - "output_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "output_type": "sequence_file", - "output_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "output_type": "sequence_file", - "output_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "output_type": "sequence_file", - "output_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "output_type": "sequence_file", - "output_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "output_type": "sequence_file", - "output_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "output_type": "sequence_file", - "output_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "output_type": "sequence_file", - "output_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "output_type": "sequence_file", - "output_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "output_type": "sequence_file", - "output_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "output_type": "sequence_file", - "output_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "output_type": "sequence_file", - "output_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "output_type": "sequence_file", - "output_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "output_type": "sequence_file", - "output_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "output_type": "sequence_file", - "output_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "output_type": "sequence_file", - "output_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "output_type": "sequence_file", - "output_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "output_type": "sequence_file", - "output_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "output_type": "sequence_file", - "output_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "output_type": "sequence_file", - "output_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "output_type": "sequence_file", - "output_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "output_type": "sequence_file", - "output_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "output_type": "sequence_file", - "output_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "output_type": "sequence_file", - "output_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "output_type": "sequence_file", - "output_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "output_type": "sequence_file", - "output_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "output_type": "sequence_file", - "output_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "eb10f476-5ffe-4954-b2e9-8a6a768fe46c", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "f55166a1-c4f0-4fda-ac9f-164489040ee5" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "60e4296c-5d92-4c12-bf4e-f5fe08f01614" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "e6aa2bc0-9650-4ba6-89fc-033a7a95f796", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e5bba055-1268-4e04-99ea-71660fd31c08" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "f55166a1-c4f0-4fda-ac9f-164489040ee5" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "1c9e23d2-922a-41b7-ab5e-2a16d1273a7a", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "3bb2457a-505f-4f04-b5f9-71e351be791f" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "output_type": "sequence_file", - "output_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "output_type": "sequence_file", - "output_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "output_type": "sequence_file", - "output_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "output_type": "sequence_file", - "output_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "output_type": "sequence_file", - "output_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "output_type": "sequence_file", - "output_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "output_type": "sequence_file", - "output_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "output_type": "sequence_file", - "output_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "output_type": "sequence_file", - "output_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "output_type": "sequence_file", - "output_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "output_type": "sequence_file", - "output_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "output_type": "sequence_file", - "output_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "output_type": "sequence_file", - "output_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "output_type": "sequence_file", - "output_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "output_type": "sequence_file", - "output_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "output_type": "sequence_file", - "output_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "output_type": "sequence_file", - "output_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "output_type": "sequence_file", - "output_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "output_type": "sequence_file", - "output_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "output_type": "sequence_file", - "output_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "output_type": "sequence_file", - "output_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "output_type": "sequence_file", - "output_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "output_type": "sequence_file", - "output_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "output_type": "sequence_file", - "output_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "output_type": "sequence_file", - "output_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "output_type": "sequence_file", - "output_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "output_type": "sequence_file", - "output_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "output_type": "sequence_file", - "output_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "output_type": "sequence_file", - "output_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "output_type": "sequence_file", - "output_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "output_type": "sequence_file", - "output_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "output_type": "sequence_file", - "output_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "output_type": "sequence_file", - "output_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "output_type": "sequence_file", - "output_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "output_type": "sequence_file", - "output_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "output_type": "sequence_file", - "output_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "output_type": "sequence_file", - "output_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "output_type": "sequence_file", - "output_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "output_type": "sequence_file", - "output_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "output_type": "sequence_file", - "output_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "output_type": "sequence_file", - "output_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "output_type": "sequence_file", - "output_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "output_type": "sequence_file", - "output_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "output_type": "sequence_file", - "output_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "output_type": "sequence_file", - "output_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "output_type": "sequence_file", - "output_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "output_type": "sequence_file", - "output_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "87f7c470-7c45-4f41-9600-21cc527f524e", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "b8edcc72-efe5-44da-b478-9761be75a127" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "3bb2457a-505f-4f04-b5f9-71e351be791f" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "365b5d7b-fa81-4d61-a67e-f3293abf2ade", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "804eb3bf-15a9-47d9-81a7-d19b060c5425" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b8edcc72-efe5-44da-b478-9761be75a127" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f89c0972-79b4-4338-b37c-7bbfdc121f60", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "fdb8e413-a62a-4c6c-9890-3945c0f19ce8" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "output_type": "sequence_file", - "output_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "output_type": "sequence_file", - "output_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "output_type": "sequence_file", - "output_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "output_type": "sequence_file", - "output_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "output_type": "sequence_file", - "output_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "output_type": "sequence_file", - "output_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "output_type": "sequence_file", - "output_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "output_type": "sequence_file", - "output_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "output_type": "sequence_file", - "output_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "output_type": "sequence_file", - "output_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "output_type": "sequence_file", - "output_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "output_type": "sequence_file", - "output_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "output_type": "sequence_file", - "output_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "output_type": "sequence_file", - "output_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "output_type": "sequence_file", - "output_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "output_type": "sequence_file", - "output_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "output_type": "sequence_file", - "output_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "output_type": "sequence_file", - "output_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "output_type": "sequence_file", - "output_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "output_type": "sequence_file", - "output_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "output_type": "sequence_file", - "output_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "output_type": "sequence_file", - "output_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "output_type": "sequence_file", - "output_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "output_type": "sequence_file", - "output_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "output_type": "sequence_file", - "output_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "output_type": "sequence_file", - "output_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "output_type": "sequence_file", - "output_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "output_type": "sequence_file", - "output_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "output_type": "sequence_file", - "output_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "output_type": "sequence_file", - "output_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "output_type": "sequence_file", - "output_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "output_type": "sequence_file", - "output_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "output_type": "sequence_file", - "output_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "output_type": "sequence_file", - "output_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "output_type": "sequence_file", - "output_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "output_type": "sequence_file", - "output_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "output_type": "sequence_file", - "output_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "output_type": "sequence_file", - "output_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "output_type": "sequence_file", - "output_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "output_type": "sequence_file", - "output_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "output_type": "sequence_file", - "output_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "output_type": "sequence_file", - "output_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "output_type": "sequence_file", - "output_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "output_type": "sequence_file", - "output_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "output_type": "sequence_file", - "output_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "output_type": "sequence_file", - "output_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "output_type": "sequence_file", - "output_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "1d66f422-91f4-46d1-8768-3fcca538fc46", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "c86979f7-726d-441b-a525-1a3369492695" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "fdb8e413-a62a-4c6c-9890-3945c0f19ce8" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "c0593f2b-b6b9-4365-9c0e-2f3108dc03ae", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e9f719d5-786b-439e-bdb5-1a0434d1e815" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "c86979f7-726d-441b-a525-1a3369492695" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "70519cbb-bbfb-4e55-9642-e6c6a381b4d0", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "92363365-2bef-43b5-bb58-7a66b7cf57dc" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "output_type": "sequence_file", - "output_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "output_type": "sequence_file", - "output_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "output_type": "sequence_file", - "output_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "output_type": "sequence_file", - "output_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "output_type": "sequence_file", - "output_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "output_type": "sequence_file", - "output_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "output_type": "sequence_file", - "output_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "output_type": "sequence_file", - "output_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "output_type": "sequence_file", - "output_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "output_type": "sequence_file", - "output_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "output_type": "sequence_file", - "output_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "output_type": "sequence_file", - "output_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "output_type": "sequence_file", - "output_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "output_type": "sequence_file", - "output_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "output_type": "sequence_file", - "output_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "output_type": "sequence_file", - "output_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "output_type": "sequence_file", - "output_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "output_type": "sequence_file", - "output_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "output_type": "sequence_file", - "output_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "output_type": "sequence_file", - "output_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "output_type": "sequence_file", - "output_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "output_type": "sequence_file", - "output_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "output_type": "sequence_file", - "output_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "092b2a1b-0730-4860-b466-e92e66afd8d1", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "92363365-2bef-43b5-bb58-7a66b7cf57dc" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "94dc13e0-6390-40d2-a3c2-bec70c12d5b5", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "35e1a941-427f-430c-80a0-9a9efcdcac37" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "d5d159b5-1ecd-4a4a-9333-e933e20e2811", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "2129a373-0919-4c91-bf59-adf4de6566f5" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "output_type": "sequence_file", - "output_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "output_type": "sequence_file", - "output_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "output_type": "sequence_file", - "output_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "output_type": "sequence_file", - "output_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "output_type": "sequence_file", - "output_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "output_type": "sequence_file", - "output_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "output_type": "sequence_file", - "output_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "output_type": "sequence_file", - "output_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "output_type": "sequence_file", - "output_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "output_type": "sequence_file", - "output_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "output_type": "sequence_file", - "output_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "output_type": "sequence_file", - "output_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "output_type": "sequence_file", - "output_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "output_type": "sequence_file", - "output_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "output_type": "sequence_file", - "output_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "output_type": "sequence_file", - "output_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "output_type": "sequence_file", - "output_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "output_type": "sequence_file", - "output_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "output_type": "sequence_file", - "output_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "output_type": "sequence_file", - "output_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "output_type": "sequence_file", - "output_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "output_type": "sequence_file", - "output_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "output_type": "sequence_file", - "output_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "output_type": "sequence_file", - "output_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "output_type": "sequence_file", - "output_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "output_type": "sequence_file", - "output_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "output_type": "sequence_file", - "output_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "output_type": "sequence_file", - "output_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "output_type": "sequence_file", - "output_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "output_type": "sequence_file", - "output_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "output_type": "sequence_file", - "output_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "output_type": "sequence_file", - "output_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "output_type": "sequence_file", - "output_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "output_type": "sequence_file", - "output_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "output_type": "sequence_file", - "output_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "output_type": "sequence_file", - "output_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "output_type": "sequence_file", - "output_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "output_type": "sequence_file", - "output_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "output_type": "sequence_file", - "output_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "output_type": "sequence_file", - "output_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "output_type": "sequence_file", - "output_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "output_type": "sequence_file", - "output_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "output_type": "sequence_file", - "output_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "output_type": "sequence_file", - "output_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "output_type": "sequence_file", - "output_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "output_type": "sequence_file", - "output_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "output_type": "sequence_file", - "output_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "07fc08c2-8b57-45f6-afe8-eeed266c0809", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "8df6ce25-29e1-41a9-af33-d665ff8ca4e7" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "2129a373-0919-4c91-bf59-adf4de6566f5" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a9088b7c-b538-42c1-906d-55327ee344a0", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e57453f7-04f8-445a-9b64-24c5b82d95c4" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "8df6ce25-29e1-41a9-af33-d665ff8ca4e7" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "572a625b-119a-4099-b5eb-d2994f8846bf" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "fed76aa9-d126-4747-b53e-b357fbbaed47", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "fc1541f1-27bb-4cd1-be90-2b04c29a902e" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "output_type": "sequence_file", - "output_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "output_type": "sequence_file", - "output_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "output_type": "sequence_file", - "output_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "output_type": "sequence_file", - "output_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "output_type": "sequence_file", - "output_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "output_type": "sequence_file", - "output_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "output_type": "sequence_file", - "output_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "output_type": "sequence_file", - "output_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "output_type": "sequence_file", - "output_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "output_type": "sequence_file", - "output_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "output_type": "sequence_file", - "output_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "output_type": "sequence_file", - "output_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "output_type": "sequence_file", - "output_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "output_type": "sequence_file", - "output_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "output_type": "sequence_file", - "output_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "output_type": "sequence_file", - "output_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "output_type": "sequence_file", - "output_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "output_type": "sequence_file", - "output_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "output_type": "sequence_file", - "output_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "output_type": "sequence_file", - "output_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "output_type": "sequence_file", - "output_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "output_type": "sequence_file", - "output_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "output_type": "sequence_file", - "output_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "output_type": "sequence_file", - "output_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "output_type": "sequence_file", - "output_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "output_type": "sequence_file", - "output_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "output_type": "sequence_file", - "output_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "output_type": "sequence_file", - "output_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "output_type": "sequence_file", - "output_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "output_type": "sequence_file", - "output_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "output_type": "sequence_file", - "output_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "output_type": "sequence_file", - "output_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "output_type": "sequence_file", - "output_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "output_type": "sequence_file", - "output_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "output_type": "sequence_file", - "output_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "output_type": "sequence_file", - "output_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "output_type": "sequence_file", - "output_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "output_type": "sequence_file", - "output_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "output_type": "sequence_file", - "output_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "output_type": "sequence_file", - "output_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "output_type": "sequence_file", - "output_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "output_type": "sequence_file", - "output_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "output_type": "sequence_file", - "output_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "output_type": "sequence_file", - "output_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "output_type": "sequence_file", - "output_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "output_type": "sequence_file", - "output_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "output_type": "sequence_file", - "output_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "e8081e5b-30a8-4ed7-88df-07c9e81688c6", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ae5b7895-01cf-4a6e-aee0-8b58e820313c" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "fc1541f1-27bb-4cd1-be90-2b04c29a902e" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "c2081de1-a850-4671-9d13-d5782fb87ce2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "28899ffa-f480-4ee6-8ccf-30e90f8a7482" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ae5b7895-01cf-4a6e-aee0-8b58e820313c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "572a625b-119a-4099-b5eb-d2994f8846bf" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "24f7d4c3-f9ec-476e-b038-e0d83c6e11c8", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "871337d9-1c55-4c97-8f67-2da1fff00847" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "output_type": "sequence_file", - "output_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "output_type": "sequence_file", - "output_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "output_type": "sequence_file", - "output_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "output_type": "sequence_file", - "output_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "output_type": "sequence_file", - "output_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "output_type": "sequence_file", - "output_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "output_type": "sequence_file", - "output_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "output_type": "sequence_file", - "output_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "output_type": "sequence_file", - "output_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "output_type": "sequence_file", - "output_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "output_type": "sequence_file", - "output_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "output_type": "sequence_file", - "output_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "output_type": "sequence_file", - "output_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "output_type": "sequence_file", - "output_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "output_type": "sequence_file", - "output_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "output_type": "sequence_file", - "output_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "output_type": "sequence_file", - "output_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "output_type": "sequence_file", - "output_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "output_type": "sequence_file", - "output_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "output_type": "sequence_file", - "output_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "output_type": "sequence_file", - "output_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "output_type": "sequence_file", - "output_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "output_type": "sequence_file", - "output_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f70ce593-fe86-4bef-9e0b-c68a09a12ccc", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "24023592-6f24-47d3-98ea-3c9e03cf3fc4" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "871337d9-1c55-4c97-8f67-2da1fff00847" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "63d29f05-1a74-46a0-ad91-001efa34a021", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "04240909-9185-48d3-a4e9-9eb71b3c6648" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "24023592-6f24-47d3-98ea-3c9e03cf3fc4" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "572a625b-119a-4099-b5eb-d2994f8846bf" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "04836733-0449-4e57-be2e-6f3b8fbdfb12", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "output_type": "sequence_file", - "output_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "output_type": "sequence_file", - "output_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "output_type": "sequence_file", - "output_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "output_type": "sequence_file", - "output_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "output_type": "sequence_file", - "output_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "output_type": "sequence_file", - "output_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "output_type": "sequence_file", - "output_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "output_type": "sequence_file", - "output_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "output_type": "sequence_file", - "output_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "output_type": "sequence_file", - "output_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "output_type": "sequence_file", - "output_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "output_type": "sequence_file", - "output_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "output_type": "sequence_file", - "output_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "output_type": "sequence_file", - "output_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "output_type": "sequence_file", - "output_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "output_type": "sequence_file", - "output_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "output_type": "sequence_file", - "output_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "output_type": "sequence_file", - "output_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "output_type": "sequence_file", - "output_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "output_type": "sequence_file", - "output_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "output_type": "sequence_file", - "output_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "output_type": "sequence_file", - "output_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "output_type": "sequence_file", - "output_id": "b7826640-f0cc-4891-860e-7815a8848006" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "d7875d0d-da64-49d0-8540-e601d445107c", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9e346701-eb3c-40b3-b3dd-75ce047bcb78", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "cf1aab9f-caf1-4fe3-9724-61f6475f332b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - }, - { - "link_type": "process_link", - "process_id": "d1e97cb2-581a-432b-bca1-78bbe00e9127", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "5e811f8c-aa77-43f5-9197-f69c067b6e83" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "output_type": "sequence_file", - "output_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "output_type": "sequence_file", - "output_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "output_type": "sequence_file", - "output_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "output_type": "sequence_file", - "output_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "output_type": "sequence_file", - "output_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "output_type": "sequence_file", - "output_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "output_type": "sequence_file", - "output_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "output_type": "sequence_file", - "output_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "output_type": "sequence_file", - "output_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "output_type": "sequence_file", - "output_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "output_type": "sequence_file", - "output_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "output_type": "sequence_file", - "output_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "output_type": "sequence_file", - "output_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "output_type": "sequence_file", - "output_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "output_type": "sequence_file", - "output_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "output_type": "sequence_file", - "output_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "output_type": "sequence_file", - "output_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "output_type": "sequence_file", - "output_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "output_type": "sequence_file", - "output_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "output_type": "sequence_file", - "output_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "output_type": "sequence_file", - "output_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "output_type": "sequence_file", - "output_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "output_type": "sequence_file", - "output_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "output_type": "sequence_file", - "output_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "output_type": "sequence_file", - "output_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "output_type": "sequence_file", - "output_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "output_type": "sequence_file", - "output_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "output_type": "sequence_file", - "output_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "output_type": "sequence_file", - "output_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "output_type": "sequence_file", - "output_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "output_type": "sequence_file", - "output_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "output_type": "sequence_file", - "output_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "output_type": "sequence_file", - "output_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "output_type": "sequence_file", - "output_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "output_type": "sequence_file", - "output_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "output_type": "sequence_file", - "output_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "output_type": "sequence_file", - "output_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "output_type": "sequence_file", - "output_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "output_type": "sequence_file", - "output_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "output_type": "sequence_file", - "output_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "output_type": "sequence_file", - "output_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "output_type": "sequence_file", - "output_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "output_type": "sequence_file", - "output_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "output_type": "sequence_file", - "output_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "output_type": "sequence_file", - "output_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "output_type": "sequence_file", - "output_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "output_type": "sequence_file", - "output_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" - } - ] - }, - { - "link_type": "process_link", - "process_id": "941c2df6-cbaa-49ee-80af-950b8c015aa6", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "6e669924-95c7-4aef-bd34-6dd28bf29fdd" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "5e811f8c-aa77-43f5-9197-f69c067b6e83" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" - } - ] - }, - { - "link_type": "process_link", - "process_id": "95834b02-36f0-4ccf-b0a8-9003c4856b03", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "4d5d95a5-78af-4076-af8d-a4c6ac315f14" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6e669924-95c7-4aef-bd34-6dd28bf29fdd" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948" - } - ] - }, - { - "link_type": "process_link", - "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", - "process_type": "process", - "inputs": [ - { - "input_type": "sequence_file", - "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" - }, - { - "input_type": "sequence_file", - "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" - }, - { - "input_type": "sequence_file", - "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" - }, - { - "input_type": "sequence_file", - "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" - }, - { - "input_type": "sequence_file", - "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" - }, - { - "input_type": "sequence_file", - "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" - }, - { - "input_type": "sequence_file", - "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" - }, - { - "input_type": "sequence_file", - "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" - }, - { - "input_type": "sequence_file", - "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" - }, - { - "input_type": "sequence_file", - "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" - }, - { - "input_type": "sequence_file", - "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" - }, - { - "input_type": "sequence_file", - "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" - }, - { - "input_type": "sequence_file", - "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" - }, - { - "input_type": "sequence_file", - "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" - }, - { - "input_type": "sequence_file", - "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" - }, - { - "input_type": "sequence_file", - "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" - }, - { - "input_type": "sequence_file", - "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" - }, - { - "input_type": "sequence_file", - "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" - }, - { - "input_type": "sequence_file", - "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" - }, - { - "input_type": "sequence_file", - "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" - }, - { - "input_type": "sequence_file", - "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" - }, - { - "input_type": "sequence_file", - "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" - }, - { - "input_type": "sequence_file", - "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" - }, - { - "input_type": "sequence_file", - "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" - }, - { - "input_type": "sequence_file", - "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" - }, - { - "input_type": "sequence_file", - "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" - }, - { - "input_type": "sequence_file", - "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" - }, - { - "input_type": "sequence_file", - "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" - }, - { - "input_type": "sequence_file", - "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" - }, - { - "input_type": "sequence_file", - "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" - }, - { - "input_type": "sequence_file", - "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" - }, - { - "input_type": "sequence_file", - "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" - }, - { - "input_type": "sequence_file", - "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" - }, - { - "input_type": "sequence_file", - "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" - }, - { - "input_type": "sequence_file", - "input_id": "a778ad17-3705-40bc-b425-245d17958638" - }, - { - "input_type": "sequence_file", - "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" - }, - { - "input_type": "sequence_file", - "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" - }, - { - "input_type": "sequence_file", - "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" - }, - { - "input_type": "sequence_file", - "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" - }, - { - "input_type": "sequence_file", - "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" - }, - { - "input_type": "sequence_file", - "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" - }, - { - "input_type": "sequence_file", - "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" - }, - { - "input_type": "sequence_file", - "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" - }, - { - "input_type": "sequence_file", - "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" - }, - { - "input_type": "sequence_file", - "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" - }, - { - "input_type": "sequence_file", - "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" - }, - { - "input_type": "sequence_file", - "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" - }, - { - "input_type": "sequence_file", - "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" - }, - { - "input_type": "sequence_file", - "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" - }, - { - "input_type": "sequence_file", - "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" - }, - { - "input_type": "sequence_file", - "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" - }, - { - "input_type": "sequence_file", - "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" - }, - { - "input_type": "sequence_file", - "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" - }, - { - "input_type": "sequence_file", - "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" - }, - { - "input_type": "sequence_file", - "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" - }, - { - "input_type": "sequence_file", - "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" - }, - { - "input_type": "sequence_file", - "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" - }, - { - "input_type": "sequence_file", - "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" - }, - { - "input_type": "sequence_file", - "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" - }, - { - "input_type": "sequence_file", - "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" - }, - { - "input_type": "sequence_file", - "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" - }, - { - "input_type": "sequence_file", - "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" - }, - { - "input_type": "sequence_file", - "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" - }, - { - "input_type": "sequence_file", - "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" - }, - { - "input_type": "sequence_file", - "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" - }, - { - "input_type": "sequence_file", - "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" - }, - { - "input_type": "sequence_file", - "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" - }, - { - "input_type": "sequence_file", - "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" - }, - { - "input_type": "sequence_file", - "input_id": "daa6813e-0321-413a-9107-8c814825bf93" - }, - { - "input_type": "sequence_file", - "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" - }, - { - "input_type": "sequence_file", - "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" - }, - { - "input_type": "sequence_file", - "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" - }, - { - "input_type": "sequence_file", - "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" - }, - { - "input_type": "sequence_file", - "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" - }, - { - "input_type": "sequence_file", - "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" - }, - { - "input_type": "sequence_file", - "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" - }, - { - "input_type": "sequence_file", - "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" - }, - { - "input_type": "sequence_file", - "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" - }, - { - "input_type": "sequence_file", - "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" - }, - { - "input_type": "sequence_file", - "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" - }, - { - "input_type": "sequence_file", - "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" - }, - { - "input_type": "sequence_file", - "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" - }, - { - "input_type": "sequence_file", - "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" - }, - { - "input_type": "sequence_file", - "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" - }, - { - "input_type": "sequence_file", - "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" - }, - { - "input_type": "sequence_file", - "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" - }, - { - "input_type": "sequence_file", - "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" - }, - { - "input_type": "sequence_file", - "input_id": "bb788d30-169b-4160-be07-98222d0a8327" - }, - { - "input_type": "sequence_file", - "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" - }, - { - "input_type": "sequence_file", - "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" - }, - { - "input_type": "sequence_file", - "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" - }, - { - "input_type": "sequence_file", - "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" - }, - { - "input_type": "sequence_file", - "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" - }, - { - "input_type": "sequence_file", - "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" - }, - { - "input_type": "sequence_file", - "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" - }, - { - "input_type": "sequence_file", - "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" - }, - { - "input_type": "sequence_file", - "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" - }, - { - "input_type": "sequence_file", - "input_id": "38601526-8448-4253-807b-70878c374901" - }, - { - "input_type": "sequence_file", - "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" - }, - { - "input_type": "sequence_file", - "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" - }, - { - "input_type": "sequence_file", - "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" - }, - { - "input_type": "sequence_file", - "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" - }, - { - "input_type": "sequence_file", - "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" - }, - { - "input_type": "sequence_file", - "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" - }, - { - "input_type": "sequence_file", - "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" - }, - { - "input_type": "sequence_file", - "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" - }, - { - "input_type": "sequence_file", - "input_id": "74086d10-f049-45c2-8654-de93aac63d94" - }, - { - "input_type": "sequence_file", - "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" - }, - { - "input_type": "sequence_file", - "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" - }, - { - "input_type": "sequence_file", - "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" - }, - { - "input_type": "sequence_file", - "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" - }, - { - "input_type": "sequence_file", - "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" - }, - { - "input_type": "sequence_file", - "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" - }, - { - "input_type": "sequence_file", - "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" - }, - { - "input_type": "sequence_file", - "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" - }, - { - "input_type": "sequence_file", - "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" - }, - { - "input_type": "sequence_file", - "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" - }, - { - "input_type": "sequence_file", - "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" - }, - { - "input_type": "sequence_file", - "input_id": "347f630f-a9a0-4430-958f-6c929335031a" - }, - { - "input_type": "sequence_file", - "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" - }, - { - "input_type": "sequence_file", - "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" - }, - { - "input_type": "sequence_file", - "input_id": "09b831a2-5b60-4753-864e-8af803024437" - }, - { - "input_type": "sequence_file", - "input_id": "290232bb-afb1-45b2-8e04-be180948541a" - }, - { - "input_type": "sequence_file", - "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" - }, - { - "input_type": "sequence_file", - "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" - }, - { - "input_type": "sequence_file", - "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" - }, - { - "input_type": "sequence_file", - "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" - }, - { - "input_type": "sequence_file", - "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" - }, - { - "input_type": "sequence_file", - "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" - }, - { - "input_type": "sequence_file", - "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" - }, - { - "input_type": "sequence_file", - "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" - }, - { - "input_type": "sequence_file", - "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" - }, - { - "input_type": "sequence_file", - "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" - }, - { - "input_type": "sequence_file", - "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" - }, - { - "input_type": "sequence_file", - "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" - }, - { - "input_type": "sequence_file", - "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" - }, - { - "input_type": "sequence_file", - "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" - }, - { - "input_type": "sequence_file", - "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" - }, - { - "input_type": "sequence_file", - "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" - }, - { - "input_type": "sequence_file", - "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" - }, - { - "input_type": "sequence_file", - "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" - }, - { - "input_type": "sequence_file", - "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" - }, - { - "input_type": "sequence_file", - "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" - }, - { - "input_type": "sequence_file", - "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" - }, - { - "input_type": "sequence_file", - "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" - }, - { - "input_type": "sequence_file", - "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" - }, - { - "input_type": "sequence_file", - "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" - }, - { - "input_type": "sequence_file", - "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" - }, - { - "input_type": "sequence_file", - "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" - }, - { - "input_type": "sequence_file", - "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" - }, - { - "input_type": "sequence_file", - "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" - }, - { - "input_type": "sequence_file", - "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" - }, - { - "input_type": "sequence_file", - "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" - }, - { - "input_type": "sequence_file", - "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" - }, - { - "input_type": "sequence_file", - "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" - }, - { - "input_type": "sequence_file", - "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" - }, - { - "input_type": "sequence_file", - "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" - }, - { - "input_type": "sequence_file", - "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" - }, - { - "input_type": "sequence_file", - "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" - }, - { - "input_type": "sequence_file", - "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" - }, - { - "input_type": "sequence_file", - "input_id": "b7826640-f0cc-4891-860e-7815a8848006" - }, - { - "input_type": "sequence_file", - "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" - }, - { - "input_type": "sequence_file", - "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" - }, - { - "input_type": "sequence_file", - "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" - }, - { - "input_type": "sequence_file", - "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" - }, - { - "input_type": "sequence_file", - "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" - }, - { - "input_type": "sequence_file", - "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" - }, - { - "input_type": "sequence_file", - "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" - }, - { - "input_type": "sequence_file", - "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" - }, - { - "input_type": "sequence_file", - "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" - }, - { - "input_type": "sequence_file", - "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" - }, - { - "input_type": "sequence_file", - "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" - }, - { - "input_type": "sequence_file", - "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" - }, - { - "input_type": "sequence_file", - "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" - }, - { - "input_type": "sequence_file", - "input_id": "e5d2cef3-3902-418c-b905-001052979a54" - }, - { - "input_type": "sequence_file", - "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" - }, - { - "input_type": "sequence_file", - "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" - }, - { - "input_type": "sequence_file", - "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" - }, - { - "input_type": "sequence_file", - "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" - }, - { - "input_type": "sequence_file", - "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" - }, - { - "input_type": "sequence_file", - "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" - }, - { - "input_type": "sequence_file", - "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" - }, - { - "input_type": "sequence_file", - "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" - }, - { - "input_type": "sequence_file", - "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" - }, - { - "input_type": "sequence_file", - "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" - }, - { - "input_type": "sequence_file", - "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" - }, - { - "input_type": "sequence_file", - "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" - }, - { - "input_type": "sequence_file", - "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" - }, - { - "input_type": "sequence_file", - "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" - }, - { - "input_type": "sequence_file", - "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" - }, - { - "input_type": "sequence_file", - "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" - }, - { - "input_type": "sequence_file", - "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" - }, - { - "input_type": "sequence_file", - "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" - }, - { - "input_type": "sequence_file", - "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" - }, - { - "input_type": "sequence_file", - "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" - }, - { - "input_type": "sequence_file", - "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" - }, - { - "input_type": "sequence_file", - "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" - }, - { - "input_type": "sequence_file", - "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" - }, - { - "input_type": "sequence_file", - "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" - }, - { - "input_type": "sequence_file", - "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" - }, - { - "input_type": "sequence_file", - "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" - }, - { - "input_type": "sequence_file", - "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" - }, - { - "input_type": "sequence_file", - "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" - }, - { - "input_type": "sequence_file", - "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" - }, - { - "input_type": "sequence_file", - "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" - }, - { - "input_type": "sequence_file", - "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" - }, - { - "input_type": "sequence_file", - "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" - }, - { - "input_type": "sequence_file", - "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" - }, - { - "input_type": "sequence_file", - "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" - }, - { - "input_type": "sequence_file", - "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" - }, - { - "input_type": "sequence_file", - "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" - }, - { - "input_type": "sequence_file", - "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" - }, - { - "input_type": "sequence_file", - "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" - }, - { - "input_type": "sequence_file", - "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" - }, - { - "input_type": "sequence_file", - "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" - }, - { - "input_type": "sequence_file", - "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" - }, - { - "input_type": "sequence_file", - "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" - }, - { - "input_type": "sequence_file", - "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" - }, - { - "input_type": "sequence_file", - "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" - }, - { - "input_type": "sequence_file", - "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" - }, - { - "input_type": "sequence_file", - "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" - }, - { - "input_type": "sequence_file", - "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" - }, - { - "input_type": "sequence_file", - "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" - }, - { - "input_type": "sequence_file", - "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" - }, - { - "input_type": "sequence_file", - "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" - }, - { - "input_type": "sequence_file", - "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" - }, - { - "input_type": "sequence_file", - "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" - }, - { - "input_type": "sequence_file", - "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" - }, - { - "input_type": "sequence_file", - "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" - }, - { - "input_type": "sequence_file", - "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" - }, - { - "input_type": "sequence_file", - "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" - }, - { - "input_type": "sequence_file", - "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" - }, - { - "input_type": "sequence_file", - "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" - }, - { - "input_type": "sequence_file", - "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" - }, - { - "input_type": "sequence_file", - "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" - }, - { - "input_type": "sequence_file", - "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" - }, - { - "input_type": "sequence_file", - "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" - }, - { - "input_type": "sequence_file", - "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" - }, - { - "input_type": "sequence_file", - "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" - }, - { - "input_type": "sequence_file", - "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" - }, - { - "input_type": "sequence_file", - "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" - }, - { - "input_type": "sequence_file", - "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" - }, - { - "input_type": "sequence_file", - "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" - }, - { - "input_type": "sequence_file", - "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" - }, - { - "input_type": "sequence_file", - "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" - }, - { - "input_type": "sequence_file", - "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" - }, - { - "input_type": "sequence_file", - "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" - }, - { - "input_type": "sequence_file", - "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" - }, - { - "input_type": "sequence_file", - "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" - }, - { - "input_type": "sequence_file", - "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" - }, - { - "input_type": "sequence_file", - "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" - }, - { - "input_type": "sequence_file", - "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" - }, - { - "input_type": "sequence_file", - "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" - }, - { - "input_type": "sequence_file", - "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" - }, - { - "input_type": "sequence_file", - "input_id": "adca7438-701c-4afc-8580-01de6ee68974" - }, - { - "input_type": "sequence_file", - "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" - }, - { - "input_type": "sequence_file", - "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" - }, - { - "input_type": "sequence_file", - "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" - }, - { - "input_type": "sequence_file", - "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" - }, - { - "input_type": "sequence_file", - "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" - }, - { - "input_type": "sequence_file", - "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" - }, - { - "input_type": "sequence_file", - "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" - }, - { - "input_type": "sequence_file", - "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" - }, - { - "input_type": "sequence_file", - "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" - }, - { - "input_type": "sequence_file", - "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" - }, - { - "input_type": "sequence_file", - "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" - }, - { - "input_type": "sequence_file", - "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" - }, - { - "input_type": "sequence_file", - "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" - }, - { - "input_type": "sequence_file", - "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" - }, - { - "input_type": "sequence_file", - "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" - }, - { - "input_type": "sequence_file", - "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" - }, - { - "input_type": "sequence_file", - "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" - }, - { - "input_type": "sequence_file", - "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" - }, - { - "input_type": "sequence_file", - "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" - }, - { - "input_type": "sequence_file", - "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" - }, - { - "input_type": "sequence_file", - "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" - }, - { - "input_type": "sequence_file", - "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" - }, - { - "input_type": "sequence_file", - "input_id": "296db6ee-3e65-48ee-b232-626653165222" - }, - { - "input_type": "sequence_file", - "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" - }, - { - "input_type": "sequence_file", - "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" - }, - { - "input_type": "sequence_file", - "input_id": "04066a52-7468-4783-b49c-46e28b076739" - }, - { - "input_type": "sequence_file", - "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" - }, - { - "input_type": "sequence_file", - "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" - }, - { - "input_type": "sequence_file", - "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" - }, - { - "input_type": "sequence_file", - "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" - }, - { - "input_type": "sequence_file", - "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" - }, - { - "input_type": "sequence_file", - "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" - }, - { - "input_type": "sequence_file", - "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" - }, - { - "input_type": "sequence_file", - "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" - }, - { - "input_type": "sequence_file", - "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" - }, - { - "input_type": "sequence_file", - "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" - }, - { - "input_type": "sequence_file", - "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" - }, - { - "input_type": "sequence_file", - "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" - }, - { - "input_type": "sequence_file", - "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" - }, - { - "input_type": "sequence_file", - "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" - }, - { - "input_type": "sequence_file", - "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" - }, - { - "input_type": "sequence_file", - "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" - }, - { - "input_type": "sequence_file", - "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" - }, - { - "input_type": "sequence_file", - "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" - }, - { - "input_type": "sequence_file", - "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" - }, - { - "input_type": "sequence_file", - "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" - }, - { - "input_type": "sequence_file", - "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" - }, - { - "input_type": "sequence_file", - "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" - }, - { - "input_type": "sequence_file", - "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" - }, - { - "input_type": "sequence_file", - "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" - }, - { - "input_type": "sequence_file", - "input_id": "09a53782-90ea-4911-a793-706e74127adb" - }, - { - "input_type": "sequence_file", - "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" - }, - { - "input_type": "sequence_file", - "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" - }, - { - "input_type": "sequence_file", - "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" - }, - { - "input_type": "sequence_file", - "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" - }, - { - "input_type": "sequence_file", - "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" - }, - { - "input_type": "sequence_file", - "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" - }, - { - "input_type": "sequence_file", - "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" - }, - { - "input_type": "sequence_file", - "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" - }, - { - "input_type": "sequence_file", - "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" - }, - { - "input_type": "sequence_file", - "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" - }, - { - "input_type": "sequence_file", - "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" - }, - { - "input_type": "sequence_file", - "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" - }, - { - "input_type": "sequence_file", - "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" - }, - { - "input_type": "sequence_file", - "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" - }, - { - "input_type": "sequence_file", - "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" - }, - { - "input_type": "sequence_file", - "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" - }, - { - "input_type": "sequence_file", - "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" - }, - { - "input_type": "sequence_file", - "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" - }, - { - "input_type": "sequence_file", - "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" - }, - { - "input_type": "sequence_file", - "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" - }, - { - "input_type": "sequence_file", - "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" - }, - { - "input_type": "sequence_file", - "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" - }, - { - "input_type": "sequence_file", - "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" - }, - { - "input_type": "sequence_file", - "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" - }, - { - "input_type": "sequence_file", - "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" - }, - { - "input_type": "sequence_file", - "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" - }, - { - "input_type": "sequence_file", - "input_id": "22343575-1465-455f-8360-4e716aab17fb" - }, - { - "input_type": "sequence_file", - "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" - }, - { - "input_type": "sequence_file", - "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" - }, - { - "input_type": "sequence_file", - "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" - }, - { - "input_type": "sequence_file", - "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" - }, - { - "input_type": "sequence_file", - "input_id": "668a508d-34fa-4468-86e8-523380a34da8" - }, - { - "input_type": "sequence_file", - "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" - }, - { - "input_type": "sequence_file", - "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" - }, - { - "input_type": "sequence_file", - "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" - }, - { - "input_type": "sequence_file", - "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" - }, - { - "input_type": "sequence_file", - "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" - }, - { - "input_type": "sequence_file", - "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" - }, - { - "input_type": "sequence_file", - "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" - }, - { - "input_type": "sequence_file", - "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" - }, - { - "input_type": "sequence_file", - "input_id": "fb771836-467f-4897-a755-a17ab281a385" - }, - { - "input_type": "sequence_file", - "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" - }, - { - "input_type": "sequence_file", - "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" - }, - { - "input_type": "sequence_file", - "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" - }, - { - "input_type": "sequence_file", - "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" - }, - { - "input_type": "sequence_file", - "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" - }, - { - "input_type": "sequence_file", - "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" - }, - { - "input_type": "sequence_file", - "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" - }, - { - "input_type": "sequence_file", - "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" - }, - { - "input_type": "sequence_file", - "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" - }, - { - "input_type": "sequence_file", - "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" - }, - { - "input_type": "sequence_file", - "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" - }, - { - "input_type": "sequence_file", - "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" - }, - { - "output_type": "analysis_file", - "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" - }, - { - "output_type": "analysis_file", - "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" - } - ] - } - ] - }, - "sequence_file_0.json": { + "sequence_file/012af05a-4771-45e5-bb92-9b63fcbde822": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26764,7 +4750,7 @@ "schema_minor_version": 3 } }, - "sequence_file_1.json": { + "sequence_file/0256729b-47ee-4ed3-adc7-2c0813bb99b9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26793,7 +4779,7 @@ "schema_minor_version": 3 } }, - "sequence_file_2.json": { + "sequence_file/02cfb8bb-4eb6-4343-9381-007968f1feee": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26822,7 +4808,7 @@ "schema_minor_version": 3 } }, - "sequence_file_3.json": { + "sequence_file/035a00e0-02ca-46e8-bb76-9b2449ee922f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26851,7 +4837,7 @@ "schema_minor_version": 3 } }, - "sequence_file_4.json": { + "sequence_file/04066a52-7468-4783-b49c-46e28b076739": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26880,7 +4866,7 @@ "schema_minor_version": 3 } }, - "sequence_file_5.json": { + "sequence_file/0506c2a0-ef2b-4850-8567-20d08046bdaa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26909,7 +4895,7 @@ "schema_minor_version": 3 } }, - "sequence_file_6.json": { + "sequence_file/061936ce-8fbb-4576-8c0c-ed871767917f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26938,7 +4924,7 @@ "schema_minor_version": 3 } }, - "sequence_file_7.json": { + "sequence_file/067d2b7b-127b-421f-91db-0acc05ad62ad": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26967,7 +4953,7 @@ "schema_minor_version": 3 } }, - "sequence_file_8.json": { + "sequence_file/0697146c-0105-4d6f-baff-d9147593eadb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -26996,7 +4982,7 @@ "schema_minor_version": 3 } }, - "sequence_file_9.json": { + "sequence_file/09610000-dc5c-4665-a72e-b0dad51edf6d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27025,7 +5011,7 @@ "schema_minor_version": 3 } }, - "sequence_file_10.json": { + "sequence_file/09a53782-90ea-4911-a793-706e74127adb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27054,7 +5040,7 @@ "schema_minor_version": 3 } }, - "sequence_file_11.json": { + "sequence_file/09b831a2-5b60-4753-864e-8af803024437": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27083,7 +5069,7 @@ "schema_minor_version": 3 } }, - "sequence_file_12.json": { + "sequence_file/09c0456a-ec0b-47e3-870d-4b47221a45a6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27112,7 +5098,7 @@ "schema_minor_version": 3 } }, - "sequence_file_13.json": { + "sequence_file/0c577531-9218-444b-8094-85d8c6f5c73e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27141,7 +5127,7 @@ "schema_minor_version": 3 } }, - "sequence_file_14.json": { + "sequence_file/0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27170,7 +5156,7 @@ "schema_minor_version": 3 } }, - "sequence_file_15.json": { + "sequence_file/0fa69e92-febb-4bab-857c-4b67a2b17ff6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27199,7 +5185,7 @@ "schema_minor_version": 3 } }, - "sequence_file_16.json": { + "sequence_file/102b8410-1c0e-46f5-90fe-609ab117221c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27228,7 +5214,7 @@ "schema_minor_version": 3 } }, - "sequence_file_17.json": { + "sequence_file/10b3b42b-3612-48fb-849b-bfc036c248a6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27257,7 +5243,7 @@ "schema_minor_version": 3 } }, - "sequence_file_18.json": { + "sequence_file/110bb0f5-9d1a-4573-b711-6bee156d0eb8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27286,7 +5272,7 @@ "schema_minor_version": 3 } }, - "sequence_file_19.json": { + "sequence_file/11d171f7-7775-40a4-90a4-df995775b1c4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27315,7 +5301,7 @@ "schema_minor_version": 3 } }, - "sequence_file_20.json": { + "sequence_file/12826f14-2ef8-4069-a797-42d2f4c0937b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27344,7 +5330,7 @@ "schema_minor_version": 3 } }, - "sequence_file_21.json": { + "sequence_file/130831cc-87b6-47fd-93a8-ae1890d365f2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27373,7 +5359,7 @@ "schema_minor_version": 3 } }, - "sequence_file_22.json": { + "sequence_file/14795e28-bcee-4da3-83cf-bb2592b6c0d0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27402,7 +5388,7 @@ "schema_minor_version": 3 } }, - "sequence_file_23.json": { + "sequence_file/154dffeb-efd7-4081-a73c-bf1b73ca9a90": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27431,7 +5417,7 @@ "schema_minor_version": 3 } }, - "sequence_file_24.json": { + "sequence_file/17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27460,7 +5446,7 @@ "schema_minor_version": 3 } }, - "sequence_file_25.json": { + "sequence_file/18d81f7f-94c8-4877-939a-b74ba802835a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27489,7 +5475,7 @@ "schema_minor_version": 3 } }, - "sequence_file_26.json": { + "sequence_file/19eb5d2e-2224-4bb4-9f94-526a4c06f7a2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27518,7 +5504,7 @@ "schema_minor_version": 3 } }, - "sequence_file_27.json": { + "sequence_file/1a589473-0047-4bca-afce-57c8448f0dc6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27547,7 +5533,7 @@ "schema_minor_version": 3 } }, - "sequence_file_28.json": { + "sequence_file/1adbb95f-f5c3-41ce-8e16-7657d189de79": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27576,7 +5562,7 @@ "schema_minor_version": 3 } }, - "sequence_file_29.json": { + "sequence_file/1badbbc9-6b43-41f6-acad-36f09cff3d21": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27605,7 +5591,7 @@ "schema_minor_version": 3 } }, - "sequence_file_30.json": { + "sequence_file/1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27634,7 +5620,7 @@ "schema_minor_version": 3 } }, - "sequence_file_31.json": { + "sequence_file/1c95a589-205c-4d7c-9c56-c3de4f7dbb66": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27663,7 +5649,7 @@ "schema_minor_version": 3 } }, - "sequence_file_32.json": { + "sequence_file/1d77e73b-9bd3-499f-a0d0-86d9f7306a7e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27692,7 +5678,7 @@ "schema_minor_version": 3 } }, - "sequence_file_33.json": { + "sequence_file/1f134dea-8f9b-4e90-a1af-80508f43f73c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27721,7 +5707,7 @@ "schema_minor_version": 3 } }, - "sequence_file_34.json": { + "sequence_file/1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27750,7 +5736,7 @@ "schema_minor_version": 3 } }, - "sequence_file_35.json": { + "sequence_file/1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27779,7 +5765,7 @@ "schema_minor_version": 3 } }, - "sequence_file_36.json": { + "sequence_file/21bd79df-cc64-4381-a5c7-0e81e001ea1a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27808,7 +5794,7 @@ "schema_minor_version": 3 } }, - "sequence_file_37.json": { + "sequence_file/22343575-1465-455f-8360-4e716aab17fb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27837,7 +5823,7 @@ "schema_minor_version": 3 } }, - "sequence_file_38.json": { + "sequence_file/22833c60-dc70-4299-86ac-00747b91b3cb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27866,7 +5852,7 @@ "schema_minor_version": 3 } }, - "sequence_file_39.json": { + "sequence_file/22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27895,7 +5881,7 @@ "schema_minor_version": 3 } }, - "sequence_file_40.json": { + "sequence_file/23203fb2-d46d-4d14-95e5-4ec38191e420": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27924,7 +5910,7 @@ "schema_minor_version": 3 } }, - "sequence_file_41.json": { + "sequence_file/24bbde6e-cdf7-4f1c-a447-6501ce377aa4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27953,7 +5939,7 @@ "schema_minor_version": 3 } }, - "sequence_file_42.json": { + "sequence_file/28023147-3cad-4c1d-b494-b693c4f0a6bd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -27982,7 +5968,7 @@ "schema_minor_version": 3 } }, - "sequence_file_43.json": { + "sequence_file/2862a721-a50b-4e47-86c5-35547bc44e53": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28011,7 +5997,7 @@ "schema_minor_version": 3 } }, - "sequence_file_44.json": { + "sequence_file/28c505c1-e1c4-4e73-b935-9616224da552": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28040,7 +6026,7 @@ "schema_minor_version": 3 } }, - "sequence_file_45.json": { + "sequence_file/28e8f3eb-fedc-4942-8d6b-836fbb7e3441": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28069,7 +6055,7 @@ "schema_minor_version": 3 } }, - "sequence_file_46.json": { + "sequence_file/290232bb-afb1-45b2-8e04-be180948541a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28098,7 +6084,7 @@ "schema_minor_version": 3 } }, - "sequence_file_47.json": { + "sequence_file/296db6ee-3e65-48ee-b232-626653165222": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28127,7 +6113,7 @@ "schema_minor_version": 3 } }, - "sequence_file_48.json": { + "sequence_file/29ee234c-5d39-4eb9-8f73-22121936b3db": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28156,7 +6142,7 @@ "schema_minor_version": 3 } }, - "sequence_file_49.json": { + "sequence_file/2a77f1db-b5d4-4657-a522-9786aaa7df80": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28185,7 +6171,7 @@ "schema_minor_version": 3 } }, - "sequence_file_50.json": { + "sequence_file/2a7c1cb6-5d82-4b65-854d-6451c18c62fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28214,7 +6200,7 @@ "schema_minor_version": 3 } }, - "sequence_file_51.json": { + "sequence_file/2aba7a6a-6d70-4310-9e64-071c6adbe16b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28243,7 +6229,7 @@ "schema_minor_version": 3 } }, - "sequence_file_52.json": { + "sequence_file/2b62614e-dc4d-46ea-bf29-727d5c33effa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28272,7 +6258,7 @@ "schema_minor_version": 3 } }, - "sequence_file_53.json": { + "sequence_file/2b889dd9-0bd3-412a-967e-74fa9600bb4d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28301,7 +6287,7 @@ "schema_minor_version": 3 } }, - "sequence_file_54.json": { + "sequence_file/2c4d6e65-8271-4542-97ee-7ba8a6b628d9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28330,7 +6316,7 @@ "schema_minor_version": 3 } }, - "sequence_file_55.json": { + "sequence_file/2d0246fd-696f-4a54-abe6-d759cc6d27b3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28359,7 +6345,7 @@ "schema_minor_version": 3 } }, - "sequence_file_56.json": { + "sequence_file/2f033594-a8bd-49c4-b1b7-69ce88fe26d4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28388,7 +6374,7 @@ "schema_minor_version": 3 } }, - "sequence_file_57.json": { + "sequence_file/2f74ffc0-b776-4b4a-90c6-327edb41c7ac": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28417,7 +6403,7 @@ "schema_minor_version": 3 } }, - "sequence_file_58.json": { + "sequence_file/2ff6533e-8fe3-44c3-b378-99d4acdc0ab8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28446,7 +6432,7 @@ "schema_minor_version": 3 } }, - "sequence_file_59.json": { + "sequence_file/3001b82f-bbea-4072-9760-a14a4f00b7d3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28475,7 +6461,7 @@ "schema_minor_version": 3 } }, - "sequence_file_60.json": { + "sequence_file/30f53c61-a8e3-42cf-a6d2-1b172659c189": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28504,7 +6490,7 @@ "schema_minor_version": 3 } }, - "sequence_file_61.json": { + "sequence_file/319d5a99-4bde-4b20-956a-03a0175478ee": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28533,7 +6519,7 @@ "schema_minor_version": 3 } }, - "sequence_file_62.json": { + "sequence_file/344c1e18-810e-4800-bbed-0246cbbafa60": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28562,7 +6548,7 @@ "schema_minor_version": 3 } }, - "sequence_file_63.json": { + "sequence_file/347f630f-a9a0-4430-958f-6c929335031a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28591,7 +6577,7 @@ "schema_minor_version": 3 } }, - "sequence_file_64.json": { + "sequence_file/38601526-8448-4253-807b-70878c374901": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28620,7 +6606,7 @@ "schema_minor_version": 3 } }, - "sequence_file_65.json": { + "sequence_file/38e1a4f4-f9ec-44cf-b6bb-1a9566456d38": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28649,7 +6635,7 @@ "schema_minor_version": 3 } }, - "sequence_file_66.json": { + "sequence_file/3b7b0bcf-b316-4b0e-9d46-f8d44a399774": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28678,7 +6664,7 @@ "schema_minor_version": 3 } }, - "sequence_file_67.json": { + "sequence_file/3c007e61-0e8a-4337-946c-1082441084c7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28707,7 +6693,7 @@ "schema_minor_version": 3 } }, - "sequence_file_68.json": { + "sequence_file/3c9533cf-c7b5-4bbf-9461-87da5aa1b556": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28736,7 +6722,7 @@ "schema_minor_version": 3 } }, - "sequence_file_69.json": { + "sequence_file/3cad3e7e-9e9b-4e4e-a535-509853f9306b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28765,7 +6751,7 @@ "schema_minor_version": 3 } }, - "sequence_file_70.json": { + "sequence_file/3cf0f46b-1618-49e6-8cdc-d97a9d2403da": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28794,7 +6780,7 @@ "schema_minor_version": 3 } }, - "sequence_file_71.json": { + "sequence_file/3d8bc409-2043-486a-9a0b-12c71a741d83": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28823,7 +6809,7 @@ "schema_minor_version": 3 } }, - "sequence_file_72.json": { + "sequence_file/3dce5e53-a137-4086-96d3-26dd3d000cf6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28852,7 +6838,7 @@ "schema_minor_version": 3 } }, - "sequence_file_73.json": { + "sequence_file/3f2ae9d6-763e-4408-bc80-6067ccc756e0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28881,7 +6867,7 @@ "schema_minor_version": 3 } }, - "sequence_file_74.json": { + "sequence_file/3fcc4232-b40f-4cca-bd1d-d12a03e4fed0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28910,7 +6896,7 @@ "schema_minor_version": 3 } }, - "sequence_file_75.json": { + "sequence_file/40f24220-4c6d-43c4-ab82-1db21d683b07": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28939,7 +6925,7 @@ "schema_minor_version": 3 } }, - "sequence_file_76.json": { + "sequence_file/4198865c-d4ef-4a01-94c0-8a8397914dbc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28968,7 +6954,7 @@ "schema_minor_version": 3 } }, - "sequence_file_77.json": { + "sequence_file/42bbb160-b881-4036-a712-1ab9b5d5ce87": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -28997,7 +6983,7 @@ "schema_minor_version": 3 } }, - "sequence_file_78.json": { + "sequence_file/43f476f9-cbfc-431a-a774-5885904b434c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29026,7 +7012,7 @@ "schema_minor_version": 3 } }, - "sequence_file_79.json": { + "sequence_file/449ec63a-dca8-4a61-98b5-e6789d4946a1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29055,7 +7041,7 @@ "schema_minor_version": 3 } }, - "sequence_file_80.json": { + "sequence_file/44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29084,7 +7070,7 @@ "schema_minor_version": 3 } }, - "sequence_file_81.json": { + "sequence_file/45d0b683-d7dc-4e1a-a235-dad58ef03d77": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29113,7 +7099,7 @@ "schema_minor_version": 3 } }, - "sequence_file_82.json": { + "sequence_file/47950b5e-3d6f-4b75-9518-feb8b9e9a78b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29142,7 +7128,7 @@ "schema_minor_version": 3 } }, - "sequence_file_83.json": { + "sequence_file/47c12e95-67b2-42e1-866b-eb7c5f16a3c6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29171,7 +7157,7 @@ "schema_minor_version": 3 } }, - "sequence_file_84.json": { + "sequence_file/4abcf42c-5291-47f3-b7a8-bb1071f56c54": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29200,7 +7186,7 @@ "schema_minor_version": 3 } }, - "sequence_file_85.json": { + "sequence_file/4ca067fb-8ba1-4959-9c1a-878d5705dd67": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29229,7 +7215,7 @@ "schema_minor_version": 3 } }, - "sequence_file_86.json": { + "sequence_file/4d0f1255-5e1b-4852-8030-a7a8f7580f1a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29258,7 +7244,7 @@ "schema_minor_version": 3 } }, - "sequence_file_87.json": { + "sequence_file/4df715c5-a783-41e6-a99e-eedf93a37fb3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29287,7 +7273,7 @@ "schema_minor_version": 3 } }, - "sequence_file_88.json": { + "sequence_file/4e066f08-f8b7-4550-adc2-287392fa7731": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29316,7 +7302,7 @@ "schema_minor_version": 3 } }, - "sequence_file_89.json": { + "sequence_file/4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29345,7 +7331,7 @@ "schema_minor_version": 3 } }, - "sequence_file_90.json": { + "sequence_file/50fd1926-5615-4e29-be75-e8528d1da8df": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29374,7 +7360,7 @@ "schema_minor_version": 3 } }, - "sequence_file_91.json": { + "sequence_file/511eaba4-a8f4-4230-b3ad-407332e22b48": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29403,7 +7389,7 @@ "schema_minor_version": 3 } }, - "sequence_file_92.json": { + "sequence_file/51aef727-d8de-497f-abbe-e650b1baeeab": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29432,7 +7418,7 @@ "schema_minor_version": 3 } }, - "sequence_file_93.json": { + "sequence_file/523c6c55-66da-4edc-b66a-a33fe20d4102": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29461,7 +7447,7 @@ "schema_minor_version": 3 } }, - "sequence_file_94.json": { + "sequence_file/5275a9fa-7a21-4ef2-9819-5358b2821300": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29490,7 +7476,7 @@ "schema_minor_version": 3 } }, - "sequence_file_95.json": { + "sequence_file/53c40015-48a9-4a3f-a513-d617d28a2352": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29519,7 +7505,7 @@ "schema_minor_version": 3 } }, - "sequence_file_96.json": { + "sequence_file/54140f9b-2929-44b6-9fb0-de4c2b22090b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29548,7 +7534,7 @@ "schema_minor_version": 3 } }, - "sequence_file_97.json": { + "sequence_file/541fc29f-a7a3-456e-b28e-80f9036a4e33": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29577,7 +7563,7 @@ "schema_minor_version": 3 } }, - "sequence_file_98.json": { + "sequence_file/554c1554-ed18-4926-b8d7-5b6af2edab5b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29606,7 +7592,7 @@ "schema_minor_version": 3 } }, - "sequence_file_99.json": { + "sequence_file/559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29635,7 +7621,7 @@ "schema_minor_version": 3 } }, - "sequence_file_100.json": { + "sequence_file/5621674e-0290-487d-8c0c-49b617d1628c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29664,7 +7650,7 @@ "schema_minor_version": 3 } }, - "sequence_file_101.json": { + "sequence_file/565dbd59-2571-4af5-b160-c6d5cd3c684f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29693,7 +7679,7 @@ "schema_minor_version": 3 } }, - "sequence_file_102.json": { + "sequence_file/56d5b505-6591-47c4-b469-006e27e6e343": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29722,7 +7708,7 @@ "schema_minor_version": 3 } }, - "sequence_file_103.json": { + "sequence_file/577e4275-b373-40ac-ac3f-8487d6aafe16": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29751,7 +7737,7 @@ "schema_minor_version": 3 } }, - "sequence_file_104.json": { + "sequence_file/58b683d3-03cf-42e9-9cff-4143dff729ca": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29780,7 +7766,7 @@ "schema_minor_version": 3 } }, - "sequence_file_105.json": { + "sequence_file/59a4c958-41b6-4680-8021-86ed6be8f55d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29809,7 +7795,7 @@ "schema_minor_version": 3 } }, - "sequence_file_106.json": { + "sequence_file/5a172f54-33a5-4e0d-bc0d-1760bad3beb6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29838,7 +7824,7 @@ "schema_minor_version": 3 } }, - "sequence_file_107.json": { + "sequence_file/5b80431f-c95a-41ef-8aa7-98816f00e4d6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29867,7 +7853,7 @@ "schema_minor_version": 3 } }, - "sequence_file_108.json": { + "sequence_file/5b977962-16d1-4631-9225-6be262e9ccae": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29896,7 +7882,7 @@ "schema_minor_version": 3 } }, - "sequence_file_109.json": { + "sequence_file/5be8906f-0831-422d-896e-b099d5a23e13": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29925,7 +7911,7 @@ "schema_minor_version": 3 } }, - "sequence_file_110.json": { + "sequence_file/5d00e91c-8691-41ff-836c-b827f23a1a7d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29954,7 +7940,7 @@ "schema_minor_version": 3 } }, - "sequence_file_111.json": { + "sequence_file/5e25031d-3456-4209-9818-c8882b2623e1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -29983,7 +7969,7 @@ "schema_minor_version": 3 } }, - "sequence_file_112.json": { + "sequence_file/5f3e080f-d2f2-4350-96b0-fb8169bfcdd9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30012,7 +7998,7 @@ "schema_minor_version": 3 } }, - "sequence_file_113.json": { + "sequence_file/5f563e91-d384-4e1e-ac84-20f06332fe8c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30041,7 +8027,7 @@ "schema_minor_version": 3 } }, - "sequence_file_114.json": { + "sequence_file/5f5e80b2-0779-4df0-9a18-35bc0db72fdf": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30070,7 +8056,7 @@ "schema_minor_version": 3 } }, - "sequence_file_115.json": { + "sequence_file/5f6e0f4b-3541-4197-a67f-01dddc0cf105": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30099,7 +8085,7 @@ "schema_minor_version": 3 } }, - "sequence_file_116.json": { + "sequence_file/61716326-4fa0-41b9-8ca4-5b020500e8ad": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30128,7 +8114,7 @@ "schema_minor_version": 3 } }, - "sequence_file_117.json": { + "sequence_file/621547f4-60bc-41b6-bc21-5c970700a1e4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30157,7 +8143,7 @@ "schema_minor_version": 3 } }, - "sequence_file_118.json": { + "sequence_file/64309a91-ba2b-4b0e-baa9-7cfce3c5d445": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30186,7 +8172,7 @@ "schema_minor_version": 3 } }, - "sequence_file_119.json": { + "sequence_file/64c93769-83eb-4718-90f0-36d83b1dae4d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30215,7 +8201,7 @@ "schema_minor_version": 3 } }, - "sequence_file_120.json": { + "sequence_file/64e1d438-17af-450b-b90c-04072117cbb1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30244,7 +8230,7 @@ "schema_minor_version": 3 } }, - "sequence_file_121.json": { + "sequence_file/64eedb4a-2f73-4b60-a4b1-99b5ffd0486b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30273,7 +8259,7 @@ "schema_minor_version": 3 } }, - "sequence_file_122.json": { + "sequence_file/6593f54e-682c-4eb4-b2ed-e3c3278d4880": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30302,7 +8288,7 @@ "schema_minor_version": 3 } }, - "sequence_file_123.json": { + "sequence_file/65b78fda-7874-455f-9c9a-bf7aca375a0b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30331,7 +8317,7 @@ "schema_minor_version": 3 } }, - "sequence_file_124.json": { + "sequence_file/65fae226-b417-43cd-a5c8-cf2336b8cff5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30360,7 +8346,7 @@ "schema_minor_version": 3 } }, - "sequence_file_125.json": { + "sequence_file/668a508d-34fa-4468-86e8-523380a34da8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30389,7 +8375,7 @@ "schema_minor_version": 3 } }, - "sequence_file_126.json": { + "sequence_file/69ab8827-b0dc-48ae-84b5-1d27284a7db0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30418,7 +8404,7 @@ "schema_minor_version": 3 } }, - "sequence_file_127.json": { + "sequence_file/6b38794f-2d55-4422-8094-fb4a5e100d32": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30447,7 +8433,7 @@ "schema_minor_version": 3 } }, - "sequence_file_128.json": { + "sequence_file/6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30476,7 +8462,7 @@ "schema_minor_version": 3 } }, - "sequence_file_129.json": { + "sequence_file/6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30505,7 +8491,7 @@ "schema_minor_version": 3 } }, - "sequence_file_130.json": { + "sequence_file/6d9709e5-ce90-46d3-bc95-d5105cafc67a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30534,7 +8520,7 @@ "schema_minor_version": 3 } }, - "sequence_file_131.json": { + "sequence_file/6e3aed1a-9909-462c-90e1-a1f766cd380e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30563,7 +8549,7 @@ "schema_minor_version": 3 } }, - "sequence_file_132.json": { + "sequence_file/6e650029-386f-4d8e-868e-8780782baa4b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30592,7 +8578,7 @@ "schema_minor_version": 3 } }, - "sequence_file_133.json": { + "sequence_file/6ea00f5c-7e63-493b-b6f9-68ba54dbbed3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30621,7 +8607,7 @@ "schema_minor_version": 3 } }, - "sequence_file_134.json": { + "sequence_file/6ea29b25-492a-4c00-819d-ec8a0909fa28": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30650,7 +8636,7 @@ "schema_minor_version": 3 } }, - "sequence_file_135.json": { + "sequence_file/6f11ead1-11b1-4bda-8a20-588bb85ec126": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30679,7 +8665,7 @@ "schema_minor_version": 3 } }, - "sequence_file_136.json": { + "sequence_file/6fc7505d-33db-4d19-99a1-5756cd9a0a1c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30708,7 +8694,7 @@ "schema_minor_version": 3 } }, - "sequence_file_137.json": { + "sequence_file/70291c50-770c-4e51-8f1b-60be28ea419f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30737,7 +8723,7 @@ "schema_minor_version": 3 } }, - "sequence_file_138.json": { + "sequence_file/7060b0f4-a756-41f8-bc65-16c7effef1be": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30766,7 +8752,7 @@ "schema_minor_version": 3 } }, - "sequence_file_139.json": { + "sequence_file/7186ea5d-49a0-4d72-a24e-2a30d48aa8fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30795,7 +8781,7 @@ "schema_minor_version": 3 } }, - "sequence_file_140.json": { + "sequence_file/71add17d-3b59-4ca2-a032-80819608a34a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30824,7 +8810,7 @@ "schema_minor_version": 3 } }, - "sequence_file_141.json": { + "sequence_file/7240ec36-6433-4e5c-ba0f-d2770817f963": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30853,7 +8839,7 @@ "schema_minor_version": 3 } }, - "sequence_file_142.json": { + "sequence_file/726a68e9-4fa9-425a-90e7-d0fef30c9d4c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30882,7 +8868,7 @@ "schema_minor_version": 3 } }, - "sequence_file_143.json": { + "sequence_file/72b34b3d-f005-48af-81dc-3631873960d8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30911,7 +8897,7 @@ "schema_minor_version": 3 } }, - "sequence_file_144.json": { + "sequence_file/73112827-65e2-4057-98e0-960b4c50afe6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30940,7 +8926,7 @@ "schema_minor_version": 3 } }, - "sequence_file_145.json": { + "sequence_file/74086d10-f049-45c2-8654-de93aac63d94": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30969,7 +8955,7 @@ "schema_minor_version": 3 } }, - "sequence_file_146.json": { + "sequence_file/75e38979-23f0-4749-bfcc-d8e92db7f2b0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -30998,7 +8984,7 @@ "schema_minor_version": 3 } }, - "sequence_file_147.json": { + "sequence_file/762c2720-f65c-4804-844f-2302bc33ebbc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31027,7 +9013,7 @@ "schema_minor_version": 3 } }, - "sequence_file_148.json": { + "sequence_file/782f79d7-bd59-4cc5-8492-1e680fbb31c1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31056,7 +9042,7 @@ "schema_minor_version": 3 } }, - "sequence_file_149.json": { + "sequence_file/782fcb99-9b26-485f-9f7d-bda9cc37f0d2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31085,7 +9071,7 @@ "schema_minor_version": 3 } }, - "sequence_file_150.json": { + "sequence_file/792fd4bd-9b01-42bf-a883-c651789a198a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31114,7 +9100,7 @@ "schema_minor_version": 3 } }, - "sequence_file_151.json": { + "sequence_file/7938acb1-91e3-4d8d-9d24-3b0a9fa28131": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31143,7 +9129,7 @@ "schema_minor_version": 3 } }, - "sequence_file_152.json": { + "sequence_file/79426c6b-bd79-4343-b9fa-ee1e9cfc2aef": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31172,7 +9158,7 @@ "schema_minor_version": 3 } }, - "sequence_file_153.json": { + "sequence_file/79d181d1-5b70-4306-a229-74a2a3d5278e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31201,7 +9187,7 @@ "schema_minor_version": 3 } }, - "sequence_file_154.json": { + "sequence_file/79e53d37-c41c-4234-99db-f3333d89bb3a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31230,7 +9216,7 @@ "schema_minor_version": 3 } }, - "sequence_file_155.json": { + "sequence_file/7abc79b5-e32a-4313-b130-12397d29d684": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31259,7 +9245,7 @@ "schema_minor_version": 3 } }, - "sequence_file_156.json": { + "sequence_file/7b1418ba-7cd7-4844-924c-ca92b0d3147c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31288,7 +9274,7 @@ "schema_minor_version": 3 } }, - "sequence_file_157.json": { + "sequence_file/7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31317,7 +9303,7 @@ "schema_minor_version": 3 } }, - "sequence_file_158.json": { + "sequence_file/7c912919-4b2c-4f4d-bdfe-1988d20aeeed": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31346,7 +9332,7 @@ "schema_minor_version": 3 } }, - "sequence_file_159.json": { + "sequence_file/7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31375,7 +9361,7 @@ "schema_minor_version": 3 } }, - "sequence_file_160.json": { + "sequence_file/7d5ca602-df90-402e-9c12-933e1cdde407": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31404,7 +9390,7 @@ "schema_minor_version": 3 } }, - "sequence_file_161.json": { + "sequence_file/7e1f0414-5235-4c79-b334-b278d3ebd8ae": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31433,7 +9419,7 @@ "schema_minor_version": 3 } }, - "sequence_file_162.json": { + "sequence_file/7eb17ee4-5704-4ce3-8b41-121ef051ee09": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31462,7 +9448,7 @@ "schema_minor_version": 3 } }, - "sequence_file_163.json": { + "sequence_file/7eb2244c-6b4d-4d91-bfc6-44ec12d9319b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31491,7 +9477,7 @@ "schema_minor_version": 3 } }, - "sequence_file_164.json": { + "sequence_file/7f46ab20-26fa-493e-98c4-24d558f4a0ce": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31520,7 +9506,7 @@ "schema_minor_version": 3 } }, - "sequence_file_165.json": { + "sequence_file/7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31549,7 +9535,7 @@ "schema_minor_version": 3 } }, - "sequence_file_166.json": { + "sequence_file/80347bc1-ffca-4f66-9ebd-812d22ab3d3f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31578,7 +9564,7 @@ "schema_minor_version": 3 } }, - "sequence_file_167.json": { + "sequence_file/80e88ed6-4480-4888-b25d-d41e90822142": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31607,7 +9593,7 @@ "schema_minor_version": 3 } }, - "sequence_file_168.json": { + "sequence_file/81898837-23e3-40d9-96e2-04a559d95b2e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31636,7 +9622,7 @@ "schema_minor_version": 3 } }, - "sequence_file_169.json": { + "sequence_file/82899c21-c3c7-4288-bb8f-4c72880c10e4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31665,7 +9651,7 @@ "schema_minor_version": 3 } }, - "sequence_file_170.json": { + "sequence_file/82fc0df9-9828-433e-ac6d-73f4bbceefcf": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31694,7 +9680,7 @@ "schema_minor_version": 3 } }, - "sequence_file_171.json": { + "sequence_file/832ae460-0083-42b0-89a6-cc651e50fad4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31723,7 +9709,7 @@ "schema_minor_version": 3 } }, - "sequence_file_172.json": { + "sequence_file/83865a27-24a8-4a70-a8bd-650affa7df5c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31752,7 +9738,7 @@ "schema_minor_version": 3 } }, - "sequence_file_173.json": { + "sequence_file/84cc7ee0-4d8e-45a1-b563-d3e05b4ec573": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31781,7 +9767,7 @@ "schema_minor_version": 3 } }, - "sequence_file_174.json": { + "sequence_file/868dfde7-2df8-487f-b754-68db8a96ad3a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31810,7 +9796,7 @@ "schema_minor_version": 3 } }, - "sequence_file_175.json": { + "sequence_file/877258d8-07eb-4cb6-a358-7c265c856ab6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31839,7 +9825,7 @@ "schema_minor_version": 3 } }, - "sequence_file_176.json": { + "sequence_file/87e9a01b-594b-4dc4-b2a7-a14407399b50": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31868,7 +9854,7 @@ "schema_minor_version": 3 } }, - "sequence_file_177.json": { + "sequence_file/8840da5d-cbaa-4617-ad50-d2a012563fe6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31897,7 +9883,7 @@ "schema_minor_version": 3 } }, - "sequence_file_178.json": { + "sequence_file/884813d1-d03e-4210-9289-e5b0d415484b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31926,7 +9912,7 @@ "schema_minor_version": 3 } }, - "sequence_file_179.json": { + "sequence_file/885f171d-901c-4cc4-9c76-c5d8cdf35991": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31955,7 +9941,7 @@ "schema_minor_version": 3 } }, - "sequence_file_180.json": { + "sequence_file/887d7cc2-1c24-42a9-aab3-51474d95f927": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -31984,7 +9970,7 @@ "schema_minor_version": 3 } }, - "sequence_file_181.json": { + "sequence_file/8898a9f3-4928-45b1-b236-71ce7cb48b11": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32013,7 +9999,7 @@ "schema_minor_version": 3 } }, - "sequence_file_182.json": { + "sequence_file/893dfdd4-43f4-4256-938b-d957928f0daa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32042,7 +10028,7 @@ "schema_minor_version": 3 } }, - "sequence_file_183.json": { + "sequence_file/8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32071,7 +10057,7 @@ "schema_minor_version": 3 } }, - "sequence_file_184.json": { + "sequence_file/8de95742-6e0f-45bd-b835-ce96ebc1991c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32100,7 +10086,7 @@ "schema_minor_version": 3 } }, - "sequence_file_185.json": { + "sequence_file/8e892b4a-c112-47f2-a058-b87efed5a262": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32129,7 +10115,7 @@ "schema_minor_version": 3 } }, - "sequence_file_186.json": { + "sequence_file/8fc6dd31-c01c-4eec-ae6c-bedd13f2c209": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32158,7 +10144,7 @@ "schema_minor_version": 3 } }, - "sequence_file_187.json": { + "sequence_file/8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32187,7 +10173,7 @@ "schema_minor_version": 3 } }, - "sequence_file_188.json": { + "sequence_file/91594c64-a197-4dc9-8605-d57aff0f2e87": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32216,7 +10202,7 @@ "schema_minor_version": 3 } }, - "sequence_file_189.json": { + "sequence_file/92951c73-28a3-4820-89d6-15a73fa192cf": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32245,7 +10231,7 @@ "schema_minor_version": 3 } }, - "sequence_file_190.json": { + "sequence_file/937bbdf2-09e3-4bf7-8f45-e46db2188c46": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32274,7 +10260,7 @@ "schema_minor_version": 3 } }, - "sequence_file_191.json": { + "sequence_file/95e893a0-0885-4e1c-8e31-55863d5108b3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32303,7 +10289,7 @@ "schema_minor_version": 3 } }, - "sequence_file_192.json": { + "sequence_file/965057e9-48bc-4452-8819-2bc45723a0f7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32332,7 +10318,7 @@ "schema_minor_version": 3 } }, - "sequence_file_193.json": { + "sequence_file/96f4d488-e081-4b54-b12a-b2d9546bfc17": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32361,7 +10347,7 @@ "schema_minor_version": 3 } }, - "sequence_file_194.json": { + "sequence_file/9717e5ab-015a-4fee-9864-0332c60b1e9a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32390,7 +10376,7 @@ "schema_minor_version": 3 } }, - "sequence_file_195.json": { + "sequence_file/972e55ea-7901-435b-9646-53bc8fde2e6f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32419,7 +10405,7 @@ "schema_minor_version": 3 } }, - "sequence_file_196.json": { + "sequence_file/9766ad67-37fa-402a-9649-181a1752e5b2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32448,7 +10434,7 @@ "schema_minor_version": 3 } }, - "sequence_file_197.json": { + "sequence_file/97cfc6c1-2a97-41ef-bb36-0ac99b8c8195": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32477,7 +10463,7 @@ "schema_minor_version": 3 } }, - "sequence_file_198.json": { + "sequence_file/97eaa3ce-131c-48b8-8082-86bbb6a486b5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32506,7 +10492,7 @@ "schema_minor_version": 3 } }, - "sequence_file_199.json": { + "sequence_file/9962de78-e4ef-40ba-b9fc-bd661895a99b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32535,7 +10521,7 @@ "schema_minor_version": 3 } }, - "sequence_file_200.json": { + "sequence_file/99e73efd-4a04-496f-bb32-8f73edb0ae1a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32564,7 +10550,7 @@ "schema_minor_version": 3 } }, - "sequence_file_201.json": { + "sequence_file/9a03ec79-7dc7-44fc-bb97-22ad58159436": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32593,7 +10579,7 @@ "schema_minor_version": 3 } }, - "sequence_file_202.json": { + "sequence_file/9b03ad8d-aabf-4736-820a-493db4877f84": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32622,7 +10608,7 @@ "schema_minor_version": 3 } }, - "sequence_file_203.json": { + "sequence_file/9bad139c-7abf-4786-a6fc-5f9a5abcd850": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32651,7 +10637,7 @@ "schema_minor_version": 3 } }, - "sequence_file_204.json": { + "sequence_file/9d98496f-f6d8-4106-8b6a-c118ed6ff229": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32680,7 +10666,7 @@ "schema_minor_version": 3 } }, - "sequence_file_205.json": { + "sequence_file/9e63db48-5b68-40e8-9d8f-aff48223b80e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32709,7 +10695,7 @@ "schema_minor_version": 3 } }, - "sequence_file_206.json": { + "sequence_file/9e74066b-834e-416d-a1e7-bbec1e8f1713": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32738,7 +10724,7 @@ "schema_minor_version": 3 } }, - "sequence_file_207.json": { + "sequence_file/9f577e94-f952-40af-a919-108f4661fdb9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32767,7 +10753,7 @@ "schema_minor_version": 3 } }, - "sequence_file_208.json": { + "sequence_file/9f709f2c-701a-43bc-8417-77fac81c3633": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32796,7 +10782,7 @@ "schema_minor_version": 3 } }, - "sequence_file_209.json": { + "sequence_file/9fa70333-418c-476c-b93b-382096a9cdcb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32825,7 +10811,7 @@ "schema_minor_version": 3 } }, - "sequence_file_210.json": { + "sequence_file/a10329ae-6c8a-4df9-bac1-70bdf2c07571": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32854,7 +10840,7 @@ "schema_minor_version": 3 } }, - "sequence_file_211.json": { + "sequence_file/a1ac3c01-10da-4b93-a61a-71a62e6ddb22": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32883,7 +10869,7 @@ "schema_minor_version": 3 } }, - "sequence_file_212.json": { + "sequence_file/a2385663-3f62-4512-b4d8-4bba405f50a3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32912,7 +10898,7 @@ "schema_minor_version": 3 } }, - "sequence_file_213.json": { + "sequence_file/a2b31671-1874-4c4a-a5c5-fd2787287893": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32941,7 +10927,7 @@ "schema_minor_version": 3 } }, - "sequence_file_214.json": { + "sequence_file/a40ed25e-fbf0-40a3-b468-e2bdb55d56d0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32970,7 +10956,7 @@ "schema_minor_version": 3 } }, - "sequence_file_215.json": { + "sequence_file/a4152d0c-ca88-4cad-af08-40a2e799bec7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -32999,7 +10985,7 @@ "schema_minor_version": 3 } }, - "sequence_file_216.json": { + "sequence_file/a45af0aa-2591-4031-8ee8-a3c0a5a76260": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33028,7 +11014,7 @@ "schema_minor_version": 3 } }, - "sequence_file_217.json": { + "sequence_file/a60154cf-58b6-461f-8908-b789cdd78ee8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33057,7 +11043,7 @@ "schema_minor_version": 3 } }, - "sequence_file_218.json": { + "sequence_file/a65b7c37-e038-41d5-8623-2046bdc278a4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33086,7 +11072,7 @@ "schema_minor_version": 3 } }, - "sequence_file_219.json": { + "sequence_file/a6a99736-43fb-4f67-ae26-0e24d5277c6b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33115,7 +11101,7 @@ "schema_minor_version": 3 } }, - "sequence_file_220.json": { + "sequence_file/a778ad17-3705-40bc-b425-245d17958638": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33144,7 +11130,7 @@ "schema_minor_version": 3 } }, - "sequence_file_221.json": { + "sequence_file/a783909f-5237-4218-8b9d-80653729f3b1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33173,7 +11159,7 @@ "schema_minor_version": 3 } }, - "sequence_file_222.json": { + "sequence_file/ab8e7f29-eae9-488a-9337-7a926c8857ac": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33202,7 +11188,7 @@ "schema_minor_version": 3 } }, - "sequence_file_223.json": { + "sequence_file/ac036daf-a7cc-4583-a219-814c77ed8001": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33231,7 +11217,7 @@ "schema_minor_version": 3 } }, - "sequence_file_224.json": { + "sequence_file/ac5fdc06-b856-4de0-9423-bdf05d4df650": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33260,7 +11246,7 @@ "schema_minor_version": 3 } }, - "sequence_file_225.json": { + "sequence_file/acfa3362-62b0-429a-b617-3adb722c200f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33289,7 +11275,7 @@ "schema_minor_version": 3 } }, - "sequence_file_226.json": { + "sequence_file/ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33318,7 +11304,7 @@ "schema_minor_version": 3 } }, - "sequence_file_227.json": { + "sequence_file/adca7438-701c-4afc-8580-01de6ee68974": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33347,7 +11333,7 @@ "schema_minor_version": 3 } }, - "sequence_file_228.json": { + "sequence_file/ade0fe79-4629-4a49-8253-e26380046b32": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33376,7 +11362,7 @@ "schema_minor_version": 3 } }, - "sequence_file_229.json": { + "sequence_file/b0009333-24fc-4f3e-bf35-3cc8fa808efa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33405,7 +11391,7 @@ "schema_minor_version": 3 } }, - "sequence_file_230.json": { + "sequence_file/b0025fa1-e6a6-441b-a018-2c73ceabe237": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33434,7 +11420,7 @@ "schema_minor_version": 3 } }, - "sequence_file_231.json": { + "sequence_file/b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33463,7 +11449,7 @@ "schema_minor_version": 3 } }, - "sequence_file_232.json": { + "sequence_file/b1e83792-e01e-45e2-bcb8-27b81a0d9db9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33492,7 +11478,7 @@ "schema_minor_version": 3 } }, - "sequence_file_233.json": { + "sequence_file/b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33521,7 +11507,7 @@ "schema_minor_version": 3 } }, - "sequence_file_234.json": { + "sequence_file/b2a6b8c1-f0bc-4509-b255-8618d7cff205": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33550,7 +11536,7 @@ "schema_minor_version": 3 } }, - "sequence_file_235.json": { + "sequence_file/b35e3b14-91dc-4bf0-a47d-4ed8428efbe1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33579,7 +11565,7 @@ "schema_minor_version": 3 } }, - "sequence_file_236.json": { + "sequence_file/b3739e56-e8cc-43b6-8b43-9116b5d75e69": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33608,7 +11594,7 @@ "schema_minor_version": 3 } }, - "sequence_file_237.json": { + "sequence_file/b3de09c9-37f3-4d58-8930-bbd5d4e136c5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33637,7 +11623,7 @@ "schema_minor_version": 3 } }, - "sequence_file_238.json": { + "sequence_file/b5c2e557-c303-42cc-8779-bf3b2256c422": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33666,7 +11652,7 @@ "schema_minor_version": 3 } }, - "sequence_file_239.json": { + "sequence_file/b6dda1ac-9635-426a-869a-82b1420ef251": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33695,7 +11681,7 @@ "schema_minor_version": 3 } }, - "sequence_file_240.json": { + "sequence_file/b7826640-f0cc-4891-860e-7815a8848006": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33724,7 +11710,7 @@ "schema_minor_version": 3 } }, - "sequence_file_241.json": { + "sequence_file/b7d7c14d-7bf3-4a8f-8f40-8d6e98505558": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33753,7 +11739,7 @@ "schema_minor_version": 3 } }, - "sequence_file_242.json": { + "sequence_file/b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33782,7 +11768,7 @@ "schema_minor_version": 3 } }, - "sequence_file_243.json": { + "sequence_file/b9acc59a-ba7c-40ef-8611-27069458a508": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33811,7 +11797,7 @@ "schema_minor_version": 3 } }, - "sequence_file_244.json": { + "sequence_file/ba526c42-7c2f-43c1-a817-06ccdb4d67be": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33840,7 +11826,7 @@ "schema_minor_version": 3 } }, - "sequence_file_245.json": { + "sequence_file/baa2bfd9-d2fb-4b5a-a81d-af84bf24c730": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33869,7 +11855,7 @@ "schema_minor_version": 3 } }, - "sequence_file_246.json": { + "sequence_file/bb788d30-169b-4160-be07-98222d0a8327": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33898,7 +11884,7 @@ "schema_minor_version": 3 } }, - "sequence_file_247.json": { + "sequence_file/bbda7bad-f60b-4091-83b0-b8d96c3f4214": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33927,7 +11913,7 @@ "schema_minor_version": 3 } }, - "sequence_file_248.json": { + "sequence_file/bd1e5909-c184-4ee0-906c-77e399270a71": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33956,7 +11942,7 @@ "schema_minor_version": 3 } }, - "sequence_file_249.json": { + "sequence_file/bef069b8-2720-4327-8298-9ab2badd4a53": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -33985,7 +11971,7 @@ "schema_minor_version": 3 } }, - "sequence_file_250.json": { + "sequence_file/bf6cb18e-07de-404d-bebe-4a943dfb44f7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34014,7 +12000,7 @@ "schema_minor_version": 3 } }, - "sequence_file_251.json": { + "sequence_file/bff57385-2f4f-4695-a153-412c9aabab59": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34043,7 +12029,7 @@ "schema_minor_version": 3 } }, - "sequence_file_252.json": { + "sequence_file/c04b8362-f2c9-4cad-b939-494e738efc19": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34072,7 +12058,7 @@ "schema_minor_version": 3 } }, - "sequence_file_253.json": { + "sequence_file/c0fc6427-6fa7-4d8d-9d6e-8844a26ff318": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34101,7 +12087,7 @@ "schema_minor_version": 3 } }, - "sequence_file_254.json": { + "sequence_file/c13ed96e-3052-4a3f-9871-8196c10070a1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34130,7 +12116,7 @@ "schema_minor_version": 3 } }, - "sequence_file_255.json": { + "sequence_file/c3093b68-54a2-4d31-aa15-50afb0414625": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34159,7 +12145,7 @@ "schema_minor_version": 3 } }, - "sequence_file_256.json": { + "sequence_file/c3182931-cc4c-4cb7-aab5-4b50093eebea": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34188,7 +12174,7 @@ "schema_minor_version": 3 } }, - "sequence_file_257.json": { + "sequence_file/c3d3c4a3-527b-490f-8107-bc1b44566df0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34217,7 +12203,7 @@ "schema_minor_version": 3 } }, - "sequence_file_258.json": { + "sequence_file/c458a416-5736-4b7b-817e-1d87b341f825": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34246,7 +12232,7 @@ "schema_minor_version": 3 } }, - "sequence_file_259.json": { + "sequence_file/c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34275,7 +12261,7 @@ "schema_minor_version": 3 } }, - "sequence_file_260.json": { + "sequence_file/c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34304,7 +12290,7 @@ "schema_minor_version": 3 } }, - "sequence_file_261.json": { + "sequence_file/c4c3353d-f33f-4a5b-a2d8-7878daf2d01b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34333,7 +12319,7 @@ "schema_minor_version": 3 } }, - "sequence_file_262.json": { + "sequence_file/c5e55f39-94a7-4ddd-8972-d217b63fb7cb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34362,7 +12348,7 @@ "schema_minor_version": 3 } }, - "sequence_file_263.json": { + "sequence_file/c67f602f-1b0d-4b0e-bd72-af166f5443fa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34391,7 +12377,7 @@ "schema_minor_version": 3 } }, - "sequence_file_264.json": { + "sequence_file/c699ee8b-738e-451a-b91d-0e1a6c8bb6f9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34420,7 +12406,7 @@ "schema_minor_version": 3 } }, - "sequence_file_265.json": { + "sequence_file/c7970499-e36d-49f3-b1f2-6886746333c9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34449,7 +12435,7 @@ "schema_minor_version": 3 } }, - "sequence_file_266.json": { + "sequence_file/c8995918-5491-41bc-ad76-2099c6314fb1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34478,7 +12464,7 @@ "schema_minor_version": 3 } }, - "sequence_file_267.json": { + "sequence_file/c8b4bc26-7487-48d9-a2f2-6b3934da074d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34507,7 +12493,7 @@ "schema_minor_version": 3 } }, - "sequence_file_268.json": { + "sequence_file/c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34536,7 +12522,7 @@ "schema_minor_version": 3 } }, - "sequence_file_269.json": { + "sequence_file/c9517b55-fb72-463a-aab6-e4f64b95c2fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34565,7 +12551,7 @@ "schema_minor_version": 3 } }, - "sequence_file_270.json": { + "sequence_file/c9a2a10f-6638-4463-8c8f-4260c72dcb92": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34594,7 +12580,7 @@ "schema_minor_version": 3 } }, - "sequence_file_271.json": { + "sequence_file/cabca52b-8f67-4107-8916-4fd8129ccd97": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34623,7 +12609,7 @@ "schema_minor_version": 3 } }, - "sequence_file_272.json": { + "sequence_file/ce3c8eab-dcb7-403f-8837-6a7986acb6fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34652,7 +12638,7 @@ "schema_minor_version": 3 } }, - "sequence_file_273.json": { + "sequence_file/ce6d4c01-8676-4ae9-91b3-4148deb5b8d9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34681,7 +12667,7 @@ "schema_minor_version": 3 } }, - "sequence_file_274.json": { + "sequence_file/cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34710,7 +12696,7 @@ "schema_minor_version": 3 } }, - "sequence_file_275.json": { + "sequence_file/d04a8b95-a45f-4fc1-a42a-a9afe3188465": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34739,7 +12725,7 @@ "schema_minor_version": 3 } }, - "sequence_file_276.json": { + "sequence_file/d068c2b0-60c7-429a-938c-cb9c703c4c4d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34768,7 +12754,7 @@ "schema_minor_version": 3 } }, - "sequence_file_277.json": { + "sequence_file/d0cf423a-1ecf-499b-9e61-95662e23ba40": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34797,7 +12783,7 @@ "schema_minor_version": 3 } }, - "sequence_file_278.json": { + "sequence_file/d13d109b-0106-4102-9769-82bb2ed9cfb7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34826,7 +12812,7 @@ "schema_minor_version": 3 } }, - "sequence_file_279.json": { + "sequence_file/d1ad5518-3619-46dd-a342-f5a3b34f67b1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34855,7 +12841,7 @@ "schema_minor_version": 3 } }, - "sequence_file_280.json": { + "sequence_file/d1dd53ff-b603-4345-8203-45c384cbc813": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34884,7 +12870,7 @@ "schema_minor_version": 3 } }, - "sequence_file_281.json": { + "sequence_file/d1f65c9e-628b-4c5f-b76a-1154c1666eba": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34913,7 +12899,7 @@ "schema_minor_version": 3 } }, - "sequence_file_282.json": { + "sequence_file/d1f9e5d6-8df2-48d1-b558-9609710ef53f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34942,7 +12928,7 @@ "schema_minor_version": 3 } }, - "sequence_file_283.json": { + "sequence_file/d20547e4-3f00-42af-9a7f-9477ff43de0d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -34971,7 +12957,7 @@ "schema_minor_version": 3 } }, - "sequence_file_284.json": { + "sequence_file/d359ca8d-a374-4eeb-b214-69df7861d0e3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35000,7 +12986,7 @@ "schema_minor_version": 3 } }, - "sequence_file_285.json": { + "sequence_file/d3661383-3d73-41a0-8676-295926c07eeb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35029,7 +13015,7 @@ "schema_minor_version": 3 } }, - "sequence_file_286.json": { + "sequence_file/d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35058,7 +13044,7 @@ "schema_minor_version": 3 } }, - "sequence_file_287.json": { + "sequence_file/d4bbfecd-d580-4eaa-8679-33173740b295": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35087,7 +13073,7 @@ "schema_minor_version": 3 } }, - "sequence_file_288.json": { + "sequence_file/d5aab272-e387-4bae-aeb0-987928e0c001": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35116,7 +13102,7 @@ "schema_minor_version": 3 } }, - "sequence_file_289.json": { + "sequence_file/d5b993f2-d053-4420-994b-04d64bd9e356": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35145,7 +13131,7 @@ "schema_minor_version": 3 } }, - "sequence_file_290.json": { + "sequence_file/d691ee05-f531-4c18-b0e9-677dcaabf20f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35174,7 +13160,7 @@ "schema_minor_version": 3 } }, - "sequence_file_291.json": { + "sequence_file/d73e6663-d29d-47af-a4b4-5cadcd272293": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35203,7 +13189,7 @@ "schema_minor_version": 3 } }, - "sequence_file_292.json": { + "sequence_file/d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35232,7 +13218,7 @@ "schema_minor_version": 3 } }, - "sequence_file_293.json": { + "sequence_file/d85ccb81-e861-4bb1-95b6-40762555da1d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35261,7 +13247,7 @@ "schema_minor_version": 3 } }, - "sequence_file_294.json": { + "sequence_file/d8b9cedb-39d5-47b7-9c64-94e6393fdd0d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35290,7 +13276,7 @@ "schema_minor_version": 3 } }, - "sequence_file_295.json": { + "sequence_file/da6e341f-43d3-4c22-ab8c-3c3e81986d9b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35319,7 +13305,7 @@ "schema_minor_version": 3 } }, - "sequence_file_296.json": { + "sequence_file/daa6813e-0321-413a-9107-8c814825bf93": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35348,7 +13334,7 @@ "schema_minor_version": 3 } }, - "sequence_file_297.json": { + "sequence_file/dabb5028-64d2-4dbc-89a3-0cf6079ad0cb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35377,7 +13363,7 @@ "schema_minor_version": 3 } }, - "sequence_file_298.json": { + "sequence_file/dae9b045-0d8d-4944-b8a2-d3b64ad7df34": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35406,7 +13392,7 @@ "schema_minor_version": 3 } }, - "sequence_file_299.json": { + "sequence_file/db2ecbf9-0e24-4106-b594-73368de0e98b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35435,7 +13421,7 @@ "schema_minor_version": 3 } }, - "sequence_file_300.json": { + "sequence_file/db7576d3-afc9-4860-9a46-bdca8f745fa3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35464,7 +13450,7 @@ "schema_minor_version": 3 } }, - "sequence_file_301.json": { + "sequence_file/dcec351c-327a-46df-aa48-22d2647d5852": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35493,7 +13479,7 @@ "schema_minor_version": 3 } }, - "sequence_file_302.json": { + "sequence_file/dcf52037-e357-4b26-9072-05e08bf47978": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35522,7 +13508,7 @@ "schema_minor_version": 3 } }, - "sequence_file_303.json": { + "sequence_file/dd8ac880-75c4-4fe8-89e3-2cc41dad784a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35551,7 +13537,7 @@ "schema_minor_version": 3 } }, - "sequence_file_304.json": { + "sequence_file/ddaab768-186d-456a-8e1d-8631dc97f6ad": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35580,7 +13566,7 @@ "schema_minor_version": 3 } }, - "sequence_file_305.json": { + "sequence_file/dff50bd5-38c9-4c35-a5bc-dd51e69f249a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35609,7 +13595,7 @@ "schema_minor_version": 3 } }, - "sequence_file_306.json": { + "sequence_file/e06ec666-d2ed-4801-8bc3-03ddcd151c49": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35638,7 +13624,7 @@ "schema_minor_version": 3 } }, - "sequence_file_307.json": { + "sequence_file/e0a914c3-3147-4f06-a8ae-0c16029497dc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35667,7 +13653,7 @@ "schema_minor_version": 3 } }, - "sequence_file_308.json": { + "sequence_file/e0a99b8f-15e2-4a9e-b298-1066a9bcbda7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35696,7 +13682,7 @@ "schema_minor_version": 3 } }, - "sequence_file_309.json": { + "sequence_file/e0dd6ad5-0582-47de-9cbf-7351ebd5e005": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35725,7 +13711,7 @@ "schema_minor_version": 3 } }, - "sequence_file_310.json": { + "sequence_file/e0e048f6-0ab6-45fc-a74f-16711af67a2e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35754,7 +13740,7 @@ "schema_minor_version": 3 } }, - "sequence_file_311.json": { + "sequence_file/e163d226-febb-4ecf-80db-8e60680be2ab": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35783,7 +13769,7 @@ "schema_minor_version": 3 } }, - "sequence_file_312.json": { + "sequence_file/e17968e7-5ef9-45fb-b45a-d73d18f41ae6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35812,7 +13798,7 @@ "schema_minor_version": 3 } }, - "sequence_file_313.json": { + "sequence_file/e1c334fa-b493-4892-a48b-3fe594e98b30": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35841,7 +13827,7 @@ "schema_minor_version": 3 } }, - "sequence_file_314.json": { + "sequence_file/e28d2a66-f506-4a4d-b2c6-823e4e8124d6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35870,7 +13856,7 @@ "schema_minor_version": 3 } }, - "sequence_file_315.json": { + "sequence_file/e381aa0d-c2ce-4fe4-9acd-030d9023fcb6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35899,7 +13885,7 @@ "schema_minor_version": 3 } }, - "sequence_file_316.json": { + "sequence_file/e4d6ced4-50a3-402a-bbbc-ae329cd3689d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35928,7 +13914,7 @@ "schema_minor_version": 3 } }, - "sequence_file_317.json": { + "sequence_file/e5d2cef3-3902-418c-b905-001052979a54": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35957,7 +13943,7 @@ "schema_minor_version": 3 } }, - "sequence_file_318.json": { + "sequence_file/e61740c1-0e70-4d25-a912-32617d2e71fa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -35986,7 +13972,7 @@ "schema_minor_version": 3 } }, - "sequence_file_319.json": { + "sequence_file/e6565b7b-b195-4554-bf60-4b80f2c6dd13": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36015,7 +14001,7 @@ "schema_minor_version": 3 } }, - "sequence_file_320.json": { + "sequence_file/e6b33ccb-99f6-4c02-aa69-e7b581832d04": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36044,7 +14030,7 @@ "schema_minor_version": 3 } }, - "sequence_file_321.json": { + "sequence_file/e744fafb-3c4b-47c3-91db-db8bb8751279": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36073,7 +14059,7 @@ "schema_minor_version": 3 } }, - "sequence_file_322.json": { + "sequence_file/e9b50275-4ebe-43fe-b3de-1fe3ab930a23": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36102,7 +14088,7 @@ "schema_minor_version": 3 } }, - "sequence_file_323.json": { + "sequence_file/e9def19b-3967-47e7-a2dd-1bc5f9297959": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36131,7 +14117,7 @@ "schema_minor_version": 3 } }, - "sequence_file_324.json": { + "sequence_file/ebbc0d72-0743-41b8-88f6-736c36bd6499": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36160,7 +14146,7 @@ "schema_minor_version": 3 } }, - "sequence_file_325.json": { + "sequence_file/ebc98059-556f-4a51-b1d3-e5afb40fe80e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36189,7 +14175,7 @@ "schema_minor_version": 3 } }, - "sequence_file_326.json": { + "sequence_file/eccad683-4c2d-4d7f-a141-1effb429fef7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36218,7 +14204,7 @@ "schema_minor_version": 3 } }, - "sequence_file_327.json": { + "sequence_file/ed884cca-c961-40d2-bc8b-b358ea4fb780": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36247,7 +14233,7 @@ "schema_minor_version": 3 } }, - "sequence_file_328.json": { + "sequence_file/edbe53c5-208b-436d-b283-1aa4ee94800c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36276,7 +14262,7 @@ "schema_minor_version": 3 } }, - "sequence_file_329.json": { + "sequence_file/ee28d3e7-02df-46a0-a3ba-f55ad747b214": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36305,7 +14291,7 @@ "schema_minor_version": 3 } }, - "sequence_file_330.json": { + "sequence_file/ee36a1ac-7426-4253-81b8-715f37a2ba69": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36334,7 +14320,7 @@ "schema_minor_version": 3 } }, - "sequence_file_331.json": { + "sequence_file/f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36363,7 +14349,7 @@ "schema_minor_version": 3 } }, - "sequence_file_332.json": { + "sequence_file/f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36392,7 +14378,7 @@ "schema_minor_version": 3 } }, - "sequence_file_333.json": { + "sequence_file/f5274b10-d3ea-44c9-9f27-9af574dea10c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36421,7 +14407,7 @@ "schema_minor_version": 3 } }, - "sequence_file_334.json": { + "sequence_file/f5ada827-68c0-4af6-88c6-7e9256b663ff": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36450,7 +14436,7 @@ "schema_minor_version": 3 } }, - "sequence_file_335.json": { + "sequence_file/f5fae200-b633-4ade-8871-94cf47475c67": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36479,7 +14465,7 @@ "schema_minor_version": 3 } }, - "sequence_file_336.json": { + "sequence_file/f648cc69-80e7-46a1-8575-aae76b30367c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36508,7 +14494,7 @@ "schema_minor_version": 3 } }, - "sequence_file_337.json": { + "sequence_file/f77883e0-6609-4bda-b446-331adbd9d357": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36537,7 +14523,7 @@ "schema_minor_version": 3 } }, - "sequence_file_338.json": { + "sequence_file/f78279da-e39f-463b-a1a9-02d4f99f85a5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36566,7 +14552,7 @@ "schema_minor_version": 3 } }, - "sequence_file_339.json": { + "sequence_file/f7a68998-a02b-4d1c-8768-0abb9e9ae35a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36595,7 +14581,7 @@ "schema_minor_version": 3 } }, - "sequence_file_340.json": { + "sequence_file/f859d1ff-df51-4548-b8a4-9eca26bf7454": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36624,7 +14610,7 @@ "schema_minor_version": 3 } }, - "sequence_file_341.json": { + "sequence_file/f8988fe1-225c-40b4-933d-9dacb8b4728f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36653,7 +14639,7 @@ "schema_minor_version": 3 } }, - "sequence_file_342.json": { + "sequence_file/f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36682,7 +14668,7 @@ "schema_minor_version": 3 } }, - "sequence_file_343.json": { + "sequence_file/f9db3e23-91ca-487f-a3ec-11ffa8b8f939": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36711,7 +14697,7 @@ "schema_minor_version": 3 } }, - "sequence_file_344.json": { + "sequence_file/f9eef16f-b9cc-43bb-b9f3-bf0948766e7e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36740,7 +14726,7 @@ "schema_minor_version": 3 } }, - "sequence_file_345.json": { + "sequence_file/fb771836-467f-4897-a755-a17ab281a385": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36769,7 +14755,7 @@ "schema_minor_version": 3 } }, - "sequence_file_346.json": { + "sequence_file/fbec3e01-aaf4-41a3-b667-1f0268571d10": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36798,7 +14784,7 @@ "schema_minor_version": 3 } }, - "sequence_file_347.json": { + "sequence_file/fd0547d5-7f16-46e4-8948-45c82f923f69": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36827,7 +14813,7 @@ "schema_minor_version": 3 } }, - "sequence_file_348.json": { + "sequence_file/fd3a8466-6eaf-4251-be4a-f46f85403719": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36856,7 +14842,7 @@ "schema_minor_version": 3 } }, - "sequence_file_349.json": { + "sequence_file/fd7e7e85-7747-42c3-bc6b-0e4718202d63": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36885,7 +14871,7 @@ "schema_minor_version": 3 } }, - "sequence_file_350.json": { + "sequence_file/fdd026f9-0ab6-49ef-88f9-4a5d61d12188": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36914,7 +14900,7 @@ "schema_minor_version": 3 } }, - "sequence_file_351.json": { + "sequence_file/fe586661-4878-4882-a38f-0b6321df5c99": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36943,7 +14929,7 @@ "schema_minor_version": 3 } }, - "sequence_file_352.json": { + "sequence_file/fea581ad-b8a8-47d1-a4bb-e18f0753bf13": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -36972,7 +14958,7 @@ "schema_minor_version": 3 } }, - "sequence_file_353.json": { + "sequence_file/fea7ae13-ad77-4b59-9922-14f748263eac": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37001,7 +14987,7 @@ "schema_minor_version": 3 } }, - "sequence_file_354.json": { + "sequence_file/fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37030,7 +15016,7 @@ "schema_minor_version": 3 } }, - "sequence_file_355.json": { + "sequence_file/fed6f8f3-2c61-4361-8160-2c5a13db83d4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37059,7 +15045,7 @@ "schema_minor_version": 3 } }, - "sequence_file_356.json": { + "sequence_file/fedc286a-9bbc-4db0-8bf5-b3f0b69fb559": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37088,7 +15074,7 @@ "schema_minor_version": 3 } }, - "sequence_file_357.json": { + "sequence_file/ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37117,7 +15103,7 @@ "schema_minor_version": 3 } }, - "sequence_file_358.json": { + "sequence_file/ffb64e6b-8924-4adf-ae8f-e55b4dd019dd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37146,7 +15132,7 @@ "schema_minor_version": 3 } }, - "sequence_file_359.json": { + "sequence_file/fff15476-7228-42be-be8a-bd6b02ee9f81": { "describedBy": "https://schema.humancellatlas.org/type/file/9.3.0/sequence_file", "schema_type": "file", "file_core": { @@ -37175,7 +15161,7 @@ "schema_minor_version": 3 } }, - "process_0.json": { + "process/04836733-0449-4e57-be2e-6f3b8fbdfb12": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994902" }, @@ -37192,7 +15178,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/07fc08c2-8b57-45f6-afe8-eeed266c0809": { "process_core": { "process_id": "process_id_11" }, @@ -37206,7 +15192,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/092b2a1b-0730-4860-b466-e92e66afd8d1": { "process_core": { "process_id": "process_id_16" }, @@ -37220,7 +15206,7 @@ "schema_minor_version": 2 } }, - "process_3.json": { + "process/1c9e23d2-922a-41b7-ab5e-2a16d1273a7a": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994903" }, @@ -37237,7 +15223,7 @@ "schema_minor_version": 2 } }, - "process_4.json": { + "process/1d66f422-91f4-46d1-8768-3fcca538fc46": { "process_core": { "process_id": "process_id_13" }, @@ -37251,7 +15237,7 @@ "schema_minor_version": 2 } }, - "process_5.json": { + "process/24f7d4c3-f9ec-476e-b038-e0d83c6e11c8": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994900" }, @@ -37268,7 +15254,7 @@ "schema_minor_version": 2 } }, - "process_6.json": { + "process/365b5d7b-fa81-4d61-a67e-f3293abf2ade": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994903" }, @@ -37285,7 +15271,7 @@ "schema_minor_version": 2 } }, - "process_7.json": { + "process/63d29f05-1a74-46a0-ad91-001efa34a021": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994900" }, @@ -37302,7 +15288,7 @@ "schema_minor_version": 2 } }, - "process_8.json": { + "process/70519cbb-bbfb-4e55-9642-e6c6a381b4d0": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994904" }, @@ -37319,7 +15305,7 @@ "schema_minor_version": 2 } }, - "process_9.json": { + "process/87f7c470-7c45-4f41-9600-21cc527f524e": { "process_core": { "process_id": "process_id_15" }, @@ -37333,7 +15319,7 @@ "schema_minor_version": 2 } }, - "process_10.json": { + "process/941c2df6-cbaa-49ee-80af-950b8c015aa6": { "process_core": { "process_id": "process_id_17" }, @@ -37347,7 +15333,7 @@ "schema_minor_version": 2 } }, - "process_11.json": { + "process/94dc13e0-6390-40d2-a3c2-bec70c12d5b5": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994904" }, @@ -37364,7 +15350,7 @@ "schema_minor_version": 2 } }, - "process_12.json": { + "process/95834b02-36f0-4ccf-b0a8-9003c4856b03": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994905" }, @@ -37381,7 +15367,7 @@ "schema_minor_version": 2 } }, - "process_13.json": { + "process/97f00f1b-232c-4425-b51a-7d91b88d3862": { "process_core": { "process_id": "snseq_analysis" }, @@ -37395,7 +15381,7 @@ "schema_minor_version": 2 } }, - "process_14.json": { + "process/9e346701-eb3c-40b3-b3dd-75ce047bcb78": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994902" }, @@ -37412,7 +15398,7 @@ "schema_minor_version": 2 } }, - "process_15.json": { + "process/a9088b7c-b538-42c1-906d-55327ee344a0": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994899" }, @@ -37429,7 +15415,7 @@ "schema_minor_version": 2 } }, - "process_16.json": { + "process/b92a945a-9be0-4cf6-8ce8-14f0fa3a3648": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994906" }, @@ -37446,7 +15432,7 @@ "schema_minor_version": 2 } }, - "process_17.json": { + "process/c0593f2b-b6b9-4365-9c0e-2f3108dc03ae": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994901" }, @@ -37463,7 +15449,7 @@ "schema_minor_version": 2 } }, - "process_18.json": { + "process/c2081de1-a850-4671-9d13-d5782fb87ce2": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994898" }, @@ -37480,7 +15466,7 @@ "schema_minor_version": 2 } }, - "process_19.json": { + "process/d1e97cb2-581a-432b-bca1-78bbe00e9127": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994905" }, @@ -37497,7 +15483,7 @@ "schema_minor_version": 2 } }, - "process_20.json": { + "process/d5d159b5-1ecd-4a4a-9333-e933e20e2811": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994899" }, @@ -37514,7 +15500,7 @@ "schema_minor_version": 2 } }, - "process_21.json": { + "process/d7875d0d-da64-49d0-8540-e601d445107c": { "process_core": { "process_id": "process_id_14" }, @@ -37528,7 +15514,7 @@ "schema_minor_version": 2 } }, - "process_22.json": { + "process/e6aa2bc0-9650-4ba6-89fc-033a7a95f796": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994906" }, @@ -37545,7 +15531,7 @@ "schema_minor_version": 2 } }, - "process_23.json": { + "process/e8081e5b-30a8-4ed7-88df-07c9e81688c6": { "process_core": { "process_id": "process_id_10" }, @@ -37559,7 +15545,7 @@ "schema_minor_version": 2 } }, - "process_24.json": { + "process/eb10f476-5ffe-4954-b2e9-8a6a768fe46c": { "process_core": { "process_id": "process_id_18" }, @@ -37573,7 +15559,7 @@ "schema_minor_version": 2 } }, - "process_25.json": { + "process/f70ce593-fe86-4bef-9e0b-c68a09a12ccc": { "process_core": { "process_id": "process_id_12" }, @@ -37587,7 +15573,7 @@ "schema_minor_version": 2 } }, - "process_26.json": { + "process/f89c0972-79b4-4338-b37c-7bbfdc121f60": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994901" }, @@ -37604,7 +15590,7 @@ "schema_minor_version": 2 } }, - "process_27.json": { + "process/fed76aa9-d126-4747-b53e-b357fbbaed47": { "insdc_experiment": { "insdc_experiment_accession": "SRX8994898" }, @@ -37621,7 +15607,7 @@ "schema_minor_version": 2 } }, - "analysis_file_0.json": { + "analysis_file/31e6cb06-0062-4096-84f5-c2d1c2621a82": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -37645,7 +15631,7 @@ "schema_minor_version": 3 } }, - "analysis_file_1.json": { + "analysis_file/581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -37667,7 +15653,7 @@ "schema_minor_version": 3 } }, - "analysis_file_2.json": { + "analysis_file/d3b3abc2-0da6-4163-acb8-251fe079284c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -37691,7 +15677,7 @@ "schema_minor_version": 3 } }, - "donor_organism_0.json": { + "donor_organism/04240909-9185-48d3-a4e9-9eb71b3c6648": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -37740,7 +15726,7 @@ "schema_minor_version": 5 } }, - "donor_organism_1.json": { + "donor_organism/28899ffa-f480-4ee6-8ccf-30e90f8a7482": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -37789,7 +15775,7 @@ "schema_minor_version": 5 } }, - "donor_organism_2.json": { + "donor_organism/35e1a941-427f-430c-80a0-9a9efcdcac37": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -37838,7 +15824,7 @@ "schema_minor_version": 5 } }, - "donor_organism_3.json": { + "donor_organism/4d5d95a5-78af-4076-af8d-a4c6ac315f14": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -37887,7 +15873,7 @@ "schema_minor_version": 5 } }, - "donor_organism_4.json": { + "donor_organism/804eb3bf-15a9-47d9-81a7-d19b060c5425": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -37936,7 +15922,7 @@ "schema_minor_version": 5 } }, - "donor_organism_5.json": { + "donor_organism/cf1aab9f-caf1-4fe3-9724-61f6475f332b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -37985,7 +15971,7 @@ "schema_minor_version": 5 } }, - "donor_organism_6.json": { + "donor_organism/e57453f7-04f8-445a-9b64-24c5b82d95c4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38034,7 +16020,7 @@ "schema_minor_version": 5 } }, - "donor_organism_7.json": { + "donor_organism/e5bba055-1268-4e04-99ea-71660fd31c08": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38083,7 +16069,7 @@ "schema_minor_version": 5 } }, - "donor_organism_8.json": { + "donor_organism/e9f719d5-786b-439e-bdb5-1a0434d1e815": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38132,7 +16118,7 @@ "schema_minor_version": 5 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/72975432-3c46-449a-a4d9-809712d10577": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -38176,7 +16162,7 @@ "schema_minor_version": 2 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/0e1884e4-310f-4afb-9721-e0721a290498": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -38198,7 +16184,7 @@ "schema_minor_version": 2 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/24023592-6f24-47d3-98ea-3c9e03cf3fc4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38249,7 +16235,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/5bd31092-57c0-4d69-aa2b-72d902872cca": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38299,7 +16285,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/6e669924-95c7-4aef-bd34-6dd28bf29fdd": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38350,7 +16336,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_3.json": { + "specimen_from_organism/8df6ce25-29e1-41a9-af33-d665ff8ca4e7": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38401,7 +16387,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_4.json": { + "specimen_from_organism/a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38452,7 +16438,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_5.json": { + "specimen_from_organism/ae5b7895-01cf-4a6e-aee0-8b58e820313c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38503,7 +16489,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_6.json": { + "specimen_from_organism/b8edcc72-efe5-44da-b478-9761be75a127": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38553,7 +16539,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_7.json": { + "specimen_from_organism/c86979f7-726d-441b-a525-1a3369492695": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38603,7 +16589,7 @@ "schema_minor_version": 4 } }, - "specimen_from_organism_8.json": { + "specimen_from_organism/f55166a1-c4f0-4fda-ac9f-164489040ee5": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -38654,7 +16640,7 @@ "schema_minor_version": 4 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/48f7f503-d213-4447-9ee4-3602da1066d7": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -38677,7 +16663,7 @@ "schema_minor_version": 1 } }, - "analysis_protocol_0.json": { + "analysis_protocol/07f1f962-dd38-4a0b-b0b5-f4efe30d21e2": { "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.2.0/analysis_protocol", "schema_type": "protocol", "protocol_core": { @@ -38708,7 +16694,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/bd400331-54b9-4fcc-bff6-6bb8b079ee1f": { "contributors": [ { "name": "Choon Boon,,Sim", @@ -38987,7 +16973,7 @@ "schema_minor_version": 1 } }, - "collection_protocol_0.json": { + "collection_protocol/572a625b-119a-4099-b5eb-d2994f8846bf": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -39008,7 +16994,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_1.json": { + "collection_protocol/67fa2c3e-ba97-4bc6-beb9-92ea33bec948": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -39029,7 +17015,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_2.json": { + "collection_protocol/dbeb62b8-e3e8-40f4-a06d-477ed495dfd9": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -39050,7 +17036,7 @@ "schema_minor_version": 2 } }, - "cell_suspension_0.json": { + "cell_suspension/2129a373-0919-4c91-bf59-adf4de6566f5": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39079,7 +17065,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_1.json": { + "cell_suspension/3bb2457a-505f-4f04-b5f9-71e351be791f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39108,7 +17094,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_2.json": { + "cell_suspension/5e811f8c-aa77-43f5-9197-f69c067b6e83": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39137,7 +17123,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_3.json": { + "cell_suspension/60e4296c-5d92-4c12-bf4e-f5fe08f01614": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39166,7 +17152,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_4.json": { + "cell_suspension/871337d9-1c55-4c97-8f67-2da1fff00847": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39195,7 +17181,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_5.json": { + "cell_suspension/92363365-2bef-43b5-bb58-7a66b7cf57dc": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39224,7 +17210,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_6.json": { + "cell_suspension/f21781e9-e5c7-48ff-9d7d-0e3637968279": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39253,7 +17239,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_7.json": { + "cell_suspension/fc1541f1-27bb-4cd1-be90-2b04c29a902e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39282,7 +17268,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_8.json": { + "cell_suspension/fdb8e413-a62a-4c6c-9890-3945c0f19ce8": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -39311,7 +17297,7 @@ "schema_minor_version": 3 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/63db242f-a88b-4deb-b1e4-3677ade32d18": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -39342,5 +17328,17672 @@ "schema_minor_version": 1 } } - } -} + }, + "links": { + "schema_type": "links", + "schema_version": "3.0.0", + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "links": [ + { + "link_type": "process_link", + "process_id": "04836733-0449-4e57-be2e-6f3b8fbdfb12", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "output_type": "sequence_file", + "output_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "output_type": "sequence_file", + "output_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "output_type": "sequence_file", + "output_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "output_type": "sequence_file", + "output_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "output_type": "sequence_file", + "output_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "output_type": "sequence_file", + "output_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "output_type": "sequence_file", + "output_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "output_type": "sequence_file", + "output_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "output_type": "sequence_file", + "output_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "output_type": "sequence_file", + "output_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "output_type": "sequence_file", + "output_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "output_type": "sequence_file", + "output_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "output_type": "sequence_file", + "output_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "output_type": "sequence_file", + "output_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "output_type": "sequence_file", + "output_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "output_type": "sequence_file", + "output_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "output_type": "sequence_file", + "output_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "output_type": "sequence_file", + "output_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "output_type": "sequence_file", + "output_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "output_type": "sequence_file", + "output_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "output_type": "sequence_file", + "output_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "output_type": "sequence_file", + "output_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "output_type": "sequence_file", + "output_id": "b7826640-f0cc-4891-860e-7815a8848006" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "d7875d0d-da64-49d0-8540-e601d445107c", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9e346701-eb3c-40b3-b3dd-75ce047bcb78", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "cf1aab9f-caf1-4fe3-9724-61f6475f332b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "b92a945a-9be0-4cf6-8ce8-14f0fa3a3648", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "60e4296c-5d92-4c12-bf4e-f5fe08f01614" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "output_type": "sequence_file", + "output_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "output_type": "sequence_file", + "output_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "output_type": "sequence_file", + "output_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "output_type": "sequence_file", + "output_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "output_type": "sequence_file", + "output_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "output_type": "sequence_file", + "output_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "output_type": "sequence_file", + "output_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "output_type": "sequence_file", + "output_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "output_type": "sequence_file", + "output_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "output_type": "sequence_file", + "output_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "output_type": "sequence_file", + "output_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "output_type": "sequence_file", + "output_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "output_type": "sequence_file", + "output_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "output_type": "sequence_file", + "output_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "output_type": "sequence_file", + "output_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "output_type": "sequence_file", + "output_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "output_type": "sequence_file", + "output_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "output_type": "sequence_file", + "output_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "output_type": "sequence_file", + "output_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "output_type": "sequence_file", + "output_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "output_type": "sequence_file", + "output_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "output_type": "sequence_file", + "output_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "output_type": "sequence_file", + "output_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "output_type": "sequence_file", + "output_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "output_type": "sequence_file", + "output_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "output_type": "sequence_file", + "output_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "output_type": "sequence_file", + "output_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "output_type": "sequence_file", + "output_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "output_type": "sequence_file", + "output_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "output_type": "sequence_file", + "output_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "output_type": "sequence_file", + "output_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "output_type": "sequence_file", + "output_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "output_type": "sequence_file", + "output_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "output_type": "sequence_file", + "output_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "output_type": "sequence_file", + "output_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "output_type": "sequence_file", + "output_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "output_type": "sequence_file", + "output_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "output_type": "sequence_file", + "output_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "output_type": "sequence_file", + "output_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "output_type": "sequence_file", + "output_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "output_type": "sequence_file", + "output_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "output_type": "sequence_file", + "output_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "output_type": "sequence_file", + "output_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "output_type": "sequence_file", + "output_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "output_type": "sequence_file", + "output_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "output_type": "sequence_file", + "output_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "output_type": "sequence_file", + "output_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "eb10f476-5ffe-4954-b2e9-8a6a768fe46c", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "f55166a1-c4f0-4fda-ac9f-164489040ee5" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "60e4296c-5d92-4c12-bf4e-f5fe08f01614" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "e6aa2bc0-9650-4ba6-89fc-033a7a95f796", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e5bba055-1268-4e04-99ea-71660fd31c08" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "f55166a1-c4f0-4fda-ac9f-164489040ee5" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "1c9e23d2-922a-41b7-ab5e-2a16d1273a7a", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "3bb2457a-505f-4f04-b5f9-71e351be791f" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "output_type": "sequence_file", + "output_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "output_type": "sequence_file", + "output_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "output_type": "sequence_file", + "output_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "output_type": "sequence_file", + "output_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "output_type": "sequence_file", + "output_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "output_type": "sequence_file", + "output_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "output_type": "sequence_file", + "output_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "output_type": "sequence_file", + "output_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "output_type": "sequence_file", + "output_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "output_type": "sequence_file", + "output_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "output_type": "sequence_file", + "output_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "output_type": "sequence_file", + "output_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "output_type": "sequence_file", + "output_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "output_type": "sequence_file", + "output_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "output_type": "sequence_file", + "output_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "output_type": "sequence_file", + "output_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "output_type": "sequence_file", + "output_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "output_type": "sequence_file", + "output_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "output_type": "sequence_file", + "output_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "output_type": "sequence_file", + "output_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "output_type": "sequence_file", + "output_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "output_type": "sequence_file", + "output_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "output_type": "sequence_file", + "output_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "output_type": "sequence_file", + "output_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "output_type": "sequence_file", + "output_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "output_type": "sequence_file", + "output_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "output_type": "sequence_file", + "output_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "output_type": "sequence_file", + "output_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "output_type": "sequence_file", + "output_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "output_type": "sequence_file", + "output_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "output_type": "sequence_file", + "output_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "output_type": "sequence_file", + "output_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "output_type": "sequence_file", + "output_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "output_type": "sequence_file", + "output_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "output_type": "sequence_file", + "output_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "output_type": "sequence_file", + "output_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "output_type": "sequence_file", + "output_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "output_type": "sequence_file", + "output_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "output_type": "sequence_file", + "output_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "output_type": "sequence_file", + "output_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "output_type": "sequence_file", + "output_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "output_type": "sequence_file", + "output_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "output_type": "sequence_file", + "output_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "output_type": "sequence_file", + "output_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "output_type": "sequence_file", + "output_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "output_type": "sequence_file", + "output_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "output_type": "sequence_file", + "output_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "87f7c470-7c45-4f41-9600-21cc527f524e", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "b8edcc72-efe5-44da-b478-9761be75a127" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "3bb2457a-505f-4f04-b5f9-71e351be791f" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "365b5d7b-fa81-4d61-a67e-f3293abf2ade", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "804eb3bf-15a9-47d9-81a7-d19b060c5425" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b8edcc72-efe5-44da-b478-9761be75a127" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f89c0972-79b4-4338-b37c-7bbfdc121f60", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "fdb8e413-a62a-4c6c-9890-3945c0f19ce8" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "output_type": "sequence_file", + "output_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "output_type": "sequence_file", + "output_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "output_type": "sequence_file", + "output_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "output_type": "sequence_file", + "output_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "output_type": "sequence_file", + "output_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "output_type": "sequence_file", + "output_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "output_type": "sequence_file", + "output_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "output_type": "sequence_file", + "output_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "output_type": "sequence_file", + "output_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "output_type": "sequence_file", + "output_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "output_type": "sequence_file", + "output_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "output_type": "sequence_file", + "output_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "output_type": "sequence_file", + "output_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "output_type": "sequence_file", + "output_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "output_type": "sequence_file", + "output_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "output_type": "sequence_file", + "output_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "output_type": "sequence_file", + "output_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "output_type": "sequence_file", + "output_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "output_type": "sequence_file", + "output_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "output_type": "sequence_file", + "output_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "output_type": "sequence_file", + "output_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "output_type": "sequence_file", + "output_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "output_type": "sequence_file", + "output_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "output_type": "sequence_file", + "output_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "output_type": "sequence_file", + "output_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "output_type": "sequence_file", + "output_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "output_type": "sequence_file", + "output_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "output_type": "sequence_file", + "output_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "output_type": "sequence_file", + "output_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "output_type": "sequence_file", + "output_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "output_type": "sequence_file", + "output_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "output_type": "sequence_file", + "output_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "output_type": "sequence_file", + "output_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "output_type": "sequence_file", + "output_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "output_type": "sequence_file", + "output_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "output_type": "sequence_file", + "output_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "output_type": "sequence_file", + "output_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "output_type": "sequence_file", + "output_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "output_type": "sequence_file", + "output_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "output_type": "sequence_file", + "output_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "output_type": "sequence_file", + "output_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "output_type": "sequence_file", + "output_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "output_type": "sequence_file", + "output_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "output_type": "sequence_file", + "output_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "output_type": "sequence_file", + "output_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "output_type": "sequence_file", + "output_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "output_type": "sequence_file", + "output_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "1d66f422-91f4-46d1-8768-3fcca538fc46", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "c86979f7-726d-441b-a525-1a3369492695" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "fdb8e413-a62a-4c6c-9890-3945c0f19ce8" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "c0593f2b-b6b9-4365-9c0e-2f3108dc03ae", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e9f719d5-786b-439e-bdb5-1a0434d1e815" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "c86979f7-726d-441b-a525-1a3369492695" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "70519cbb-bbfb-4e55-9642-e6c6a381b4d0", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "92363365-2bef-43b5-bb58-7a66b7cf57dc" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "output_type": "sequence_file", + "output_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "output_type": "sequence_file", + "output_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "output_type": "sequence_file", + "output_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "output_type": "sequence_file", + "output_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "output_type": "sequence_file", + "output_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "output_type": "sequence_file", + "output_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "output_type": "sequence_file", + "output_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "output_type": "sequence_file", + "output_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "output_type": "sequence_file", + "output_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "output_type": "sequence_file", + "output_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "output_type": "sequence_file", + "output_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "output_type": "sequence_file", + "output_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "output_type": "sequence_file", + "output_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "output_type": "sequence_file", + "output_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "output_type": "sequence_file", + "output_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "output_type": "sequence_file", + "output_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "output_type": "sequence_file", + "output_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "output_type": "sequence_file", + "output_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "output_type": "sequence_file", + "output_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "output_type": "sequence_file", + "output_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "output_type": "sequence_file", + "output_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "output_type": "sequence_file", + "output_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "output_type": "sequence_file", + "output_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "092b2a1b-0730-4860-b466-e92e66afd8d1", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "92363365-2bef-43b5-bb58-7a66b7cf57dc" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "94dc13e0-6390-40d2-a3c2-bec70c12d5b5", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "35e1a941-427f-430c-80a0-9a9efcdcac37" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "d5d159b5-1ecd-4a4a-9333-e933e20e2811", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "2129a373-0919-4c91-bf59-adf4de6566f5" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "output_type": "sequence_file", + "output_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "output_type": "sequence_file", + "output_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "output_type": "sequence_file", + "output_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "output_type": "sequence_file", + "output_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "output_type": "sequence_file", + "output_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "output_type": "sequence_file", + "output_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "output_type": "sequence_file", + "output_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "output_type": "sequence_file", + "output_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "output_type": "sequence_file", + "output_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "output_type": "sequence_file", + "output_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "output_type": "sequence_file", + "output_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "output_type": "sequence_file", + "output_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "output_type": "sequence_file", + "output_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "output_type": "sequence_file", + "output_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "output_type": "sequence_file", + "output_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "output_type": "sequence_file", + "output_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "output_type": "sequence_file", + "output_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "output_type": "sequence_file", + "output_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "output_type": "sequence_file", + "output_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "output_type": "sequence_file", + "output_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "output_type": "sequence_file", + "output_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "output_type": "sequence_file", + "output_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "output_type": "sequence_file", + "output_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "output_type": "sequence_file", + "output_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "output_type": "sequence_file", + "output_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "output_type": "sequence_file", + "output_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "output_type": "sequence_file", + "output_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "output_type": "sequence_file", + "output_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "output_type": "sequence_file", + "output_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "output_type": "sequence_file", + "output_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "output_type": "sequence_file", + "output_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "output_type": "sequence_file", + "output_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "output_type": "sequence_file", + "output_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "output_type": "sequence_file", + "output_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "output_type": "sequence_file", + "output_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "output_type": "sequence_file", + "output_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "output_type": "sequence_file", + "output_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "output_type": "sequence_file", + "output_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "output_type": "sequence_file", + "output_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "output_type": "sequence_file", + "output_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "output_type": "sequence_file", + "output_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "output_type": "sequence_file", + "output_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "output_type": "sequence_file", + "output_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "output_type": "sequence_file", + "output_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "output_type": "sequence_file", + "output_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "output_type": "sequence_file", + "output_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "output_type": "sequence_file", + "output_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "07fc08c2-8b57-45f6-afe8-eeed266c0809", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "8df6ce25-29e1-41a9-af33-d665ff8ca4e7" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "2129a373-0919-4c91-bf59-adf4de6566f5" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a9088b7c-b538-42c1-906d-55327ee344a0", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e57453f7-04f8-445a-9b64-24c5b82d95c4" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "8df6ce25-29e1-41a9-af33-d665ff8ca4e7" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "572a625b-119a-4099-b5eb-d2994f8846bf" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "fed76aa9-d126-4747-b53e-b357fbbaed47", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "fc1541f1-27bb-4cd1-be90-2b04c29a902e" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "output_type": "sequence_file", + "output_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "output_type": "sequence_file", + "output_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "output_type": "sequence_file", + "output_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "output_type": "sequence_file", + "output_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "output_type": "sequence_file", + "output_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "output_type": "sequence_file", + "output_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "output_type": "sequence_file", + "output_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "output_type": "sequence_file", + "output_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "output_type": "sequence_file", + "output_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "output_type": "sequence_file", + "output_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "output_type": "sequence_file", + "output_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "output_type": "sequence_file", + "output_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "output_type": "sequence_file", + "output_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "output_type": "sequence_file", + "output_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "output_type": "sequence_file", + "output_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "output_type": "sequence_file", + "output_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "output_type": "sequence_file", + "output_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "output_type": "sequence_file", + "output_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "output_type": "sequence_file", + "output_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "output_type": "sequence_file", + "output_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "output_type": "sequence_file", + "output_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "output_type": "sequence_file", + "output_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "output_type": "sequence_file", + "output_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "output_type": "sequence_file", + "output_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "output_type": "sequence_file", + "output_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "output_type": "sequence_file", + "output_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "output_type": "sequence_file", + "output_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "output_type": "sequence_file", + "output_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "output_type": "sequence_file", + "output_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "output_type": "sequence_file", + "output_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "output_type": "sequence_file", + "output_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "output_type": "sequence_file", + "output_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "output_type": "sequence_file", + "output_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "output_type": "sequence_file", + "output_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "output_type": "sequence_file", + "output_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "output_type": "sequence_file", + "output_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "output_type": "sequence_file", + "output_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "output_type": "sequence_file", + "output_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "output_type": "sequence_file", + "output_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "output_type": "sequence_file", + "output_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "output_type": "sequence_file", + "output_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "output_type": "sequence_file", + "output_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "output_type": "sequence_file", + "output_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "output_type": "sequence_file", + "output_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "output_type": "sequence_file", + "output_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "output_type": "sequence_file", + "output_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "output_type": "sequence_file", + "output_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "e8081e5b-30a8-4ed7-88df-07c9e81688c6", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ae5b7895-01cf-4a6e-aee0-8b58e820313c" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "fc1541f1-27bb-4cd1-be90-2b04c29a902e" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "c2081de1-a850-4671-9d13-d5782fb87ce2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "28899ffa-f480-4ee6-8ccf-30e90f8a7482" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ae5b7895-01cf-4a6e-aee0-8b58e820313c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "572a625b-119a-4099-b5eb-d2994f8846bf" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "24f7d4c3-f9ec-476e-b038-e0d83c6e11c8", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "871337d9-1c55-4c97-8f67-2da1fff00847" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "output_type": "sequence_file", + "output_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "output_type": "sequence_file", + "output_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "output_type": "sequence_file", + "output_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "output_type": "sequence_file", + "output_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "output_type": "sequence_file", + "output_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "output_type": "sequence_file", + "output_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "output_type": "sequence_file", + "output_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "output_type": "sequence_file", + "output_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "output_type": "sequence_file", + "output_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "output_type": "sequence_file", + "output_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "output_type": "sequence_file", + "output_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "output_type": "sequence_file", + "output_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "output_type": "sequence_file", + "output_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "output_type": "sequence_file", + "output_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "output_type": "sequence_file", + "output_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "output_type": "sequence_file", + "output_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "output_type": "sequence_file", + "output_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "output_type": "sequence_file", + "output_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "output_type": "sequence_file", + "output_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "output_type": "sequence_file", + "output_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "output_type": "sequence_file", + "output_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "output_type": "sequence_file", + "output_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "output_type": "sequence_file", + "output_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f70ce593-fe86-4bef-9e0b-c68a09a12ccc", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "24023592-6f24-47d3-98ea-3c9e03cf3fc4" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "871337d9-1c55-4c97-8f67-2da1fff00847" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "63d29f05-1a74-46a0-ad91-001efa34a021", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "04240909-9185-48d3-a4e9-9eb71b3c6648" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "24023592-6f24-47d3-98ea-3c9e03cf3fc4" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "572a625b-119a-4099-b5eb-d2994f8846bf" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "04836733-0449-4e57-be2e-6f3b8fbdfb12", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "output_type": "sequence_file", + "output_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "output_type": "sequence_file", + "output_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "output_type": "sequence_file", + "output_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "output_type": "sequence_file", + "output_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "output_type": "sequence_file", + "output_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "output_type": "sequence_file", + "output_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "output_type": "sequence_file", + "output_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "output_type": "sequence_file", + "output_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "output_type": "sequence_file", + "output_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "output_type": "sequence_file", + "output_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "output_type": "sequence_file", + "output_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "output_type": "sequence_file", + "output_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "output_type": "sequence_file", + "output_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "output_type": "sequence_file", + "output_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "output_type": "sequence_file", + "output_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "output_type": "sequence_file", + "output_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "output_type": "sequence_file", + "output_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "output_type": "sequence_file", + "output_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "output_type": "sequence_file", + "output_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "output_type": "sequence_file", + "output_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "output_type": "sequence_file", + "output_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "output_type": "sequence_file", + "output_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "output_type": "sequence_file", + "output_id": "b7826640-f0cc-4891-860e-7815a8848006" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "d7875d0d-da64-49d0-8540-e601d445107c", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "f21781e9-e5c7-48ff-9d7d-0e3637968279" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9e346701-eb3c-40b3-b3dd-75ce047bcb78", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "cf1aab9f-caf1-4fe3-9724-61f6475f332b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5bd31092-57c0-4d69-aa2b-72d902872cca" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "dbeb62b8-e3e8-40f4-a06d-477ed495dfd9" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + }, + { + "link_type": "process_link", + "process_id": "d1e97cb2-581a-432b-bca1-78bbe00e9127", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "5e811f8c-aa77-43f5-9197-f69c067b6e83" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "output_type": "sequence_file", + "output_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "output_type": "sequence_file", + "output_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "output_type": "sequence_file", + "output_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "output_type": "sequence_file", + "output_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "output_type": "sequence_file", + "output_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "output_type": "sequence_file", + "output_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "output_type": "sequence_file", + "output_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "output_type": "sequence_file", + "output_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "output_type": "sequence_file", + "output_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "output_type": "sequence_file", + "output_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "output_type": "sequence_file", + "output_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "output_type": "sequence_file", + "output_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "output_type": "sequence_file", + "output_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "output_type": "sequence_file", + "output_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "output_type": "sequence_file", + "output_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "output_type": "sequence_file", + "output_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "output_type": "sequence_file", + "output_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "output_type": "sequence_file", + "output_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "output_type": "sequence_file", + "output_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "output_type": "sequence_file", + "output_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "output_type": "sequence_file", + "output_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "output_type": "sequence_file", + "output_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "output_type": "sequence_file", + "output_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "output_type": "sequence_file", + "output_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "output_type": "sequence_file", + "output_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "output_type": "sequence_file", + "output_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "output_type": "sequence_file", + "output_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "output_type": "sequence_file", + "output_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "output_type": "sequence_file", + "output_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "output_type": "sequence_file", + "output_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "output_type": "sequence_file", + "output_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "output_type": "sequence_file", + "output_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "output_type": "sequence_file", + "output_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "output_type": "sequence_file", + "output_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "output_type": "sequence_file", + "output_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "output_type": "sequence_file", + "output_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "output_type": "sequence_file", + "output_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "output_type": "sequence_file", + "output_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "output_type": "sequence_file", + "output_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "output_type": "sequence_file", + "output_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "output_type": "sequence_file", + "output_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "output_type": "sequence_file", + "output_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "output_type": "sequence_file", + "output_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "output_type": "sequence_file", + "output_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "output_type": "sequence_file", + "output_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "output_type": "sequence_file", + "output_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "output_type": "sequence_file", + "output_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "72975432-3c46-449a-a4d9-809712d10577" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63db242f-a88b-4deb-b1e4-3677ade32d18" + } + ] + }, + { + "link_type": "process_link", + "process_id": "941c2df6-cbaa-49ee-80af-950b8c015aa6", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "6e669924-95c7-4aef-bd34-6dd28bf29fdd" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "5e811f8c-aa77-43f5-9197-f69c067b6e83" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0e1884e4-310f-4afb-9721-e0721a290498" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "48f7f503-d213-4447-9ee4-3602da1066d7" + } + ] + }, + { + "link_type": "process_link", + "process_id": "95834b02-36f0-4ccf-b0a8-9003c4856b03", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "4d5d95a5-78af-4076-af8d-a4c6ac315f14" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6e669924-95c7-4aef-bd34-6dd28bf29fdd" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "67fa2c3e-ba97-4bc6-beb9-92ea33bec948" + } + ] + }, + { + "link_type": "process_link", + "process_id": "97f00f1b-232c-4425-b51a-7d91b88d3862", + "process_type": "process", + "inputs": [ + { + "input_type": "sequence_file", + "input_id": "3cad3e7e-9e9b-4e4e-a535-509853f9306b" + }, + { + "input_type": "sequence_file", + "input_id": "8840da5d-cbaa-4617-ad50-d2a012563fe6" + }, + { + "input_type": "sequence_file", + "input_id": "e17968e7-5ef9-45fb-b45a-d73d18f41ae6" + }, + { + "input_type": "sequence_file", + "input_id": "fea581ad-b8a8-47d1-a4bb-e18f0753bf13" + }, + { + "input_type": "sequence_file", + "input_id": "7b1418ba-7cd7-4844-924c-ca92b0d3147c" + }, + { + "input_type": "sequence_file", + "input_id": "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7" + }, + { + "input_type": "sequence_file", + "input_id": "7d5ca602-df90-402e-9c12-933e1cdde407" + }, + { + "input_type": "sequence_file", + "input_id": "b3de09c9-37f3-4d58-8930-bbd5d4e136c5" + }, + { + "input_type": "sequence_file", + "input_id": "81898837-23e3-40d9-96e2-04a559d95b2e" + }, + { + "input_type": "sequence_file", + "input_id": "2f74ffc0-b776-4b4a-90c6-327edb41c7ac" + }, + { + "input_type": "sequence_file", + "input_id": "a783909f-5237-4218-8b9d-80653729f3b1" + }, + { + "input_type": "sequence_file", + "input_id": "2d0246fd-696f-4a54-abe6-d759cc6d27b3" + }, + { + "input_type": "sequence_file", + "input_id": "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02" + }, + { + "input_type": "sequence_file", + "input_id": "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318" + }, + { + "input_type": "sequence_file", + "input_id": "bff57385-2f4f-4695-a153-412c9aabab59" + }, + { + "input_type": "sequence_file", + "input_id": "e61740c1-0e70-4d25-a912-32617d2e71fa" + }, + { + "input_type": "sequence_file", + "input_id": "4d0f1255-5e1b-4852-8030-a7a8f7580f1a" + }, + { + "input_type": "sequence_file", + "input_id": "ab8e7f29-eae9-488a-9337-7a926c8857ac" + }, + { + "input_type": "sequence_file", + "input_id": "bef069b8-2720-4327-8298-9ab2badd4a53" + }, + { + "input_type": "sequence_file", + "input_id": "f5ada827-68c0-4af6-88c6-7e9256b663ff" + }, + { + "input_type": "sequence_file", + "input_id": "db2ecbf9-0e24-4106-b594-73368de0e98b" + }, + { + "input_type": "sequence_file", + "input_id": "c9a2a10f-6638-4463-8c8f-4260c72dcb92" + }, + { + "input_type": "sequence_file", + "input_id": "7060b0f4-a756-41f8-bc65-16c7effef1be" + }, + { + "input_type": "sequence_file", + "input_id": "8898a9f3-4928-45b1-b236-71ce7cb48b11" + }, + { + "input_type": "sequence_file", + "input_id": "30f53c61-a8e3-42cf-a6d2-1b172659c189" + }, + { + "input_type": "sequence_file", + "input_id": "5e25031d-3456-4209-9818-c8882b2623e1" + }, + { + "input_type": "sequence_file", + "input_id": "d0cf423a-1ecf-499b-9e61-95662e23ba40" + }, + { + "input_type": "sequence_file", + "input_id": "99e73efd-4a04-496f-bb32-8f73edb0ae1a" + }, + { + "input_type": "sequence_file", + "input_id": "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1" + }, + { + "input_type": "sequence_file", + "input_id": "8e892b4a-c112-47f2-a058-b87efed5a262" + }, + { + "input_type": "sequence_file", + "input_id": "621547f4-60bc-41b6-bc21-5c970700a1e4" + }, + { + "input_type": "sequence_file", + "input_id": "e06ec666-d2ed-4801-8bc3-03ddcd151c49" + }, + { + "input_type": "sequence_file", + "input_id": "782f79d7-bd59-4cc5-8492-1e680fbb31c1" + }, + { + "input_type": "sequence_file", + "input_id": "c458a416-5736-4b7b-817e-1d87b341f825" + }, + { + "input_type": "sequence_file", + "input_id": "a778ad17-3705-40bc-b425-245d17958638" + }, + { + "input_type": "sequence_file", + "input_id": "5f563e91-d384-4e1e-ac84-20f06332fe8c" + }, + { + "input_type": "sequence_file", + "input_id": "23203fb2-d46d-4d14-95e5-4ec38191e420" + }, + { + "input_type": "sequence_file", + "input_id": "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb" + }, + { + "input_type": "sequence_file", + "input_id": "fea7ae13-ad77-4b59-9922-14f748263eac" + }, + { + "input_type": "sequence_file", + "input_id": "acfa3362-62b0-429a-b617-3adb722c200f" + }, + { + "input_type": "sequence_file", + "input_id": "6ea29b25-492a-4c00-819d-ec8a0909fa28" + }, + { + "input_type": "sequence_file", + "input_id": "d1f9e5d6-8df2-48d1-b558-9609710ef53f" + }, + { + "input_type": "sequence_file", + "input_id": "937bbdf2-09e3-4bf7-8f45-e46db2188c46" + }, + { + "input_type": "sequence_file", + "input_id": "1badbbc9-6b43-41f6-acad-36f09cff3d21" + }, + { + "input_type": "sequence_file", + "input_id": "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16" + }, + { + "input_type": "sequence_file", + "input_id": "d04a8b95-a45f-4fc1-a42a-a9afe3188465" + }, + { + "input_type": "sequence_file", + "input_id": "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6" + }, + { + "input_type": "sequence_file", + "input_id": "ac5fdc06-b856-4de0-9423-bdf05d4df650" + }, + { + "input_type": "sequence_file", + "input_id": "87e9a01b-594b-4dc4-b2a7-a14407399b50" + }, + { + "input_type": "sequence_file", + "input_id": "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b" + }, + { + "input_type": "sequence_file", + "input_id": "fd3a8466-6eaf-4251-be4a-f46f85403719" + }, + { + "input_type": "sequence_file", + "input_id": "7abc79b5-e32a-4313-b130-12397d29d684" + }, + { + "input_type": "sequence_file", + "input_id": "4abcf42c-5291-47f3-b7a8-bb1071f56c54" + }, + { + "input_type": "sequence_file", + "input_id": "893dfdd4-43f4-4256-938b-d957928f0daa" + }, + { + "input_type": "sequence_file", + "input_id": "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5" + }, + { + "input_type": "sequence_file", + "input_id": "fbec3e01-aaf4-41a3-b667-1f0268571d10" + }, + { + "input_type": "sequence_file", + "input_id": "4e066f08-f8b7-4550-adc2-287392fa7731" + }, + { + "input_type": "sequence_file", + "input_id": "e6565b7b-b195-4554-bf60-4b80f2c6dd13" + }, + { + "input_type": "sequence_file", + "input_id": "d1dd53ff-b603-4345-8203-45c384cbc813" + }, + { + "input_type": "sequence_file", + "input_id": "965057e9-48bc-4452-8819-2bc45723a0f7" + }, + { + "input_type": "sequence_file", + "input_id": "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558" + }, + { + "input_type": "sequence_file", + "input_id": "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573" + }, + { + "input_type": "sequence_file", + "input_id": "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2" + }, + { + "input_type": "sequence_file", + "input_id": "130831cc-87b6-47fd-93a8-ae1890d365f2" + }, + { + "input_type": "sequence_file", + "input_id": "42bbb160-b881-4036-a712-1ab9b5d5ce87" + }, + { + "input_type": "sequence_file", + "input_id": "e9b50275-4ebe-43fe-b3de-1fe3ab930a23" + }, + { + "input_type": "sequence_file", + "input_id": "5621674e-0290-487d-8c0c-49b617d1628c" + }, + { + "input_type": "sequence_file", + "input_id": "868dfde7-2df8-487f-b754-68db8a96ad3a" + }, + { + "input_type": "sequence_file", + "input_id": "daa6813e-0321-413a-9107-8c814825bf93" + }, + { + "input_type": "sequence_file", + "input_id": "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd" + }, + { + "input_type": "sequence_file", + "input_id": "e28d2a66-f506-4a4d-b2c6-823e4e8124d6" + }, + { + "input_type": "sequence_file", + "input_id": "ade0fe79-4629-4a49-8253-e26380046b32" + }, + { + "input_type": "sequence_file", + "input_id": "28023147-3cad-4c1d-b494-b693c4f0a6bd" + }, + { + "input_type": "sequence_file", + "input_id": "3c007e61-0e8a-4337-946c-1082441084c7" + }, + { + "input_type": "sequence_file", + "input_id": "577e4275-b373-40ac-ac3f-8487d6aafe16" + }, + { + "input_type": "sequence_file", + "input_id": "9e74066b-834e-416d-a1e7-bbec1e8f1713" + }, + { + "input_type": "sequence_file", + "input_id": "110bb0f5-9d1a-4573-b711-6bee156d0eb8" + }, + { + "input_type": "sequence_file", + "input_id": "012af05a-4771-45e5-bb92-9b63fcbde822" + }, + { + "input_type": "sequence_file", + "input_id": "565dbd59-2571-4af5-b160-c6d5cd3c684f" + }, + { + "input_type": "sequence_file", + "input_id": "d068c2b0-60c7-429a-938c-cb9c703c4c4d" + }, + { + "input_type": "sequence_file", + "input_id": "71add17d-3b59-4ca2-a032-80819608a34a" + }, + { + "input_type": "sequence_file", + "input_id": "c5e55f39-94a7-4ddd-8972-d217b63fb7cb" + }, + { + "input_type": "sequence_file", + "input_id": "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce" + }, + { + "input_type": "sequence_file", + "input_id": "4df715c5-a783-41e6-a99e-eedf93a37fb3" + }, + { + "input_type": "sequence_file", + "input_id": "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a" + }, + { + "input_type": "sequence_file", + "input_id": "b3739e56-e8cc-43b6-8b43-9116b5d75e69" + }, + { + "input_type": "sequence_file", + "input_id": "dd8ac880-75c4-4fe8-89e3-2cc41dad784a" + }, + { + "input_type": "sequence_file", + "input_id": "bb788d30-169b-4160-be07-98222d0a8327" + }, + { + "input_type": "sequence_file", + "input_id": "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9" + }, + { + "input_type": "sequence_file", + "input_id": "877258d8-07eb-4cb6-a358-7c265c856ab6" + }, + { + "input_type": "sequence_file", + "input_id": "80e88ed6-4480-4888-b25d-d41e90822142" + }, + { + "input_type": "sequence_file", + "input_id": "f5fae200-b633-4ade-8871-94cf47475c67" + }, + { + "input_type": "sequence_file", + "input_id": "47950b5e-3d6f-4b75-9518-feb8b9e9a78b" + }, + { + "input_type": "sequence_file", + "input_id": "1c95a589-205c-4d7c-9c56-c3de4f7dbb66" + }, + { + "input_type": "sequence_file", + "input_id": "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0" + }, + { + "input_type": "sequence_file", + "input_id": "f5274b10-d3ea-44c9-9f27-9af574dea10c" + }, + { + "input_type": "sequence_file", + "input_id": "fd7e7e85-7747-42c3-bc6b-0e4718202d63" + }, + { + "input_type": "sequence_file", + "input_id": "38601526-8448-4253-807b-70878c374901" + }, + { + "input_type": "sequence_file", + "input_id": "45d0b683-d7dc-4e1a-a235-dad58ef03d77" + }, + { + "input_type": "sequence_file", + "input_id": "dff50bd5-38c9-4c35-a5bc-dd51e69f249a" + }, + { + "input_type": "sequence_file", + "input_id": "0506c2a0-ef2b-4850-8567-20d08046bdaa" + }, + { + "input_type": "sequence_file", + "input_id": "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb" + }, + { + "input_type": "sequence_file", + "input_id": "d1ad5518-3619-46dd-a342-f5a3b34f67b1" + }, + { + "input_type": "sequence_file", + "input_id": "bbda7bad-f60b-4091-83b0-b8d96c3f4214" + }, + { + "input_type": "sequence_file", + "input_id": "ce3c8eab-dcb7-403f-8837-6a7986acb6fc" + }, + { + "input_type": "sequence_file", + "input_id": "9e63db48-5b68-40e8-9d8f-aff48223b80e" + }, + { + "input_type": "sequence_file", + "input_id": "74086d10-f049-45c2-8654-de93aac63d94" + }, + { + "input_type": "sequence_file", + "input_id": "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9" + }, + { + "input_type": "sequence_file", + "input_id": "f9db3e23-91ca-487f-a3ec-11ffa8b8f939" + }, + { + "input_type": "sequence_file", + "input_id": "fdd026f9-0ab6-49ef-88f9-4a5d61d12188" + }, + { + "input_type": "sequence_file", + "input_id": "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2" + }, + { + "input_type": "sequence_file", + "input_id": "72b34b3d-f005-48af-81dc-3631873960d8" + }, + { + "input_type": "sequence_file", + "input_id": "7938acb1-91e3-4d8d-9d24-3b0a9fa28131" + }, + { + "input_type": "sequence_file", + "input_id": "9962de78-e4ef-40ba-b9fc-bd661895a99b" + }, + { + "input_type": "sequence_file", + "input_id": "3cf0f46b-1618-49e6-8cdc-d97a9d2403da" + }, + { + "input_type": "sequence_file", + "input_id": "2f033594-a8bd-49c4-b1b7-69ce88fe26d4" + }, + { + "input_type": "sequence_file", + "input_id": "97eaa3ce-131c-48b8-8082-86bbb6a486b5" + }, + { + "input_type": "sequence_file", + "input_id": "61716326-4fa0-41b9-8ca4-5b020500e8ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0e048f6-0ab6-45fc-a74f-16711af67a2e" + }, + { + "input_type": "sequence_file", + "input_id": "347f630f-a9a0-4430-958f-6c929335031a" + }, + { + "input_type": "sequence_file", + "input_id": "c13ed96e-3052-4a3f-9871-8196c10070a1" + }, + { + "input_type": "sequence_file", + "input_id": "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1" + }, + { + "input_type": "sequence_file", + "input_id": "09b831a2-5b60-4753-864e-8af803024437" + }, + { + "input_type": "sequence_file", + "input_id": "290232bb-afb1-45b2-8e04-be180948541a" + }, + { + "input_type": "sequence_file", + "input_id": "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7" + }, + { + "input_type": "sequence_file", + "input_id": "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22" + }, + { + "input_type": "sequence_file", + "input_id": "da6e341f-43d3-4c22-ab8c-3c3e81986d9b" + }, + { + "input_type": "sequence_file", + "input_id": "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3" + }, + { + "input_type": "sequence_file", + "input_id": "b9acc59a-ba7c-40ef-8611-27069458a508" + }, + { + "input_type": "sequence_file", + "input_id": "6f11ead1-11b1-4bda-8a20-588bb85ec126" + }, + { + "input_type": "sequence_file", + "input_id": "4ca067fb-8ba1-4959-9c1a-878d5705dd67" + }, + { + "input_type": "sequence_file", + "input_id": "f77883e0-6609-4bda-b446-331adbd9d357" + }, + { + "input_type": "sequence_file", + "input_id": "541fc29f-a7a3-456e-b28e-80f9036a4e33" + }, + { + "input_type": "sequence_file", + "input_id": "bd1e5909-c184-4ee0-906c-77e399270a71" + }, + { + "input_type": "sequence_file", + "input_id": "22833c60-dc70-4299-86ac-00747b91b3cb" + }, + { + "input_type": "sequence_file", + "input_id": "24bbde6e-cdf7-4f1c-a447-6501ce377aa4" + }, + { + "input_type": "sequence_file", + "input_id": "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0" + }, + { + "input_type": "sequence_file", + "input_id": "64c93769-83eb-4718-90f0-36d83b1dae4d" + }, + { + "input_type": "sequence_file", + "input_id": "d3661383-3d73-41a0-8676-295926c07eeb" + }, + { + "input_type": "sequence_file", + "input_id": "9766ad67-37fa-402a-9649-181a1752e5b2" + }, + { + "input_type": "sequence_file", + "input_id": "559b84d3-e7ff-48fb-9b1e-395a7ee5b6d0" + }, + { + "input_type": "sequence_file", + "input_id": "f8c2ac32-ceee-4043-8c37-9e8b9f5b55ad" + }, + { + "input_type": "sequence_file", + "input_id": "e0dd6ad5-0582-47de-9cbf-7351ebd5e005" + }, + { + "input_type": "sequence_file", + "input_id": "a60154cf-58b6-461f-8908-b789cdd78ee8" + }, + { + "input_type": "sequence_file", + "input_id": "11d171f7-7775-40a4-90a4-df995775b1c4" + }, + { + "input_type": "sequence_file", + "input_id": "9fa70333-418c-476c-b93b-382096a9cdcb" + }, + { + "input_type": "sequence_file", + "input_id": "6593f54e-682c-4eb4-b2ed-e3c3278d4880" + }, + { + "input_type": "sequence_file", + "input_id": "c3182931-cc4c-4cb7-aab5-4b50093eebea" + }, + { + "input_type": "sequence_file", + "input_id": "3001b82f-bbea-4072-9760-a14a4f00b7d3" + }, + { + "input_type": "sequence_file", + "input_id": "2b62614e-dc4d-46ea-bf29-727d5c33effa" + }, + { + "input_type": "sequence_file", + "input_id": "726a68e9-4fa9-425a-90e7-d0fef30c9d4c" + }, + { + "input_type": "sequence_file", + "input_id": "09610000-dc5c-4665-a72e-b0dad51edf6d" + }, + { + "input_type": "sequence_file", + "input_id": "92951c73-28a3-4820-89d6-15a73fa192cf" + }, + { + "input_type": "sequence_file", + "input_id": "6d9709e5-ce90-46d3-bc95-d5105cafc67a" + }, + { + "input_type": "sequence_file", + "input_id": "523c6c55-66da-4edc-b66a-a33fe20d4102" + }, + { + "input_type": "sequence_file", + "input_id": "75e38979-23f0-4749-bfcc-d8e92db7f2b0" + }, + { + "input_type": "sequence_file", + "input_id": "3fcc4232-b40f-4cca-bd1d-d12a03e4fed0" + }, + { + "input_type": "sequence_file", + "input_id": "80347bc1-ffca-4f66-9ebd-812d22ab3d3f" + }, + { + "input_type": "sequence_file", + "input_id": "28e8f3eb-fedc-4942-8d6b-836fbb7e3441" + }, + { + "input_type": "sequence_file", + "input_id": "40f24220-4c6d-43c4-ab82-1db21d683b07" + }, + { + "input_type": "sequence_file", + "input_id": "b8ca1ceb-f27a-4fc4-b816-5abf6e1f1477" + }, + { + "input_type": "sequence_file", + "input_id": "b7826640-f0cc-4891-860e-7815a8848006" + }, + { + "input_type": "sequence_file", + "input_id": "eccad683-4c2d-4d7f-a141-1effb429fef7" + }, + { + "input_type": "sequence_file", + "input_id": "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288" + }, + { + "input_type": "sequence_file", + "input_id": "09c0456a-ec0b-47e3-870d-4b47221a45a6" + }, + { + "input_type": "sequence_file", + "input_id": "067d2b7b-127b-421f-91db-0acc05ad62ad" + }, + { + "input_type": "sequence_file", + "input_id": "9bad139c-7abf-4786-a6fc-5f9a5abcd850" + }, + { + "input_type": "sequence_file", + "input_id": "9b03ad8d-aabf-4736-820a-493db4877f84" + }, + { + "input_type": "sequence_file", + "input_id": "3dce5e53-a137-4086-96d3-26dd3d000cf6" + }, + { + "input_type": "sequence_file", + "input_id": "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2" + }, + { + "input_type": "sequence_file", + "input_id": "6b38794f-2d55-4422-8094-fb4a5e100d32" + }, + { + "input_type": "sequence_file", + "input_id": "9a03ec79-7dc7-44fc-bb97-22ad58159436" + }, + { + "input_type": "sequence_file", + "input_id": "69ab8827-b0dc-48ae-84b5-1d27284a7db0" + }, + { + "input_type": "sequence_file", + "input_id": "a2b31671-1874-4c4a-a5c5-fd2787287893" + }, + { + "input_type": "sequence_file", + "input_id": "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc" + }, + { + "input_type": "sequence_file", + "input_id": "e5d2cef3-3902-418c-b905-001052979a54" + }, + { + "input_type": "sequence_file", + "input_id": "02cfb8bb-4eb6-4343-9381-007968f1feee" + }, + { + "input_type": "sequence_file", + "input_id": "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d" + }, + { + "input_type": "sequence_file", + "input_id": "9f577e94-f952-40af-a919-108f4661fdb9" + }, + { + "input_type": "sequence_file", + "input_id": "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e" + }, + { + "input_type": "sequence_file", + "input_id": "c3093b68-54a2-4d31-aa15-50afb0414625" + }, + { + "input_type": "sequence_file", + "input_id": "d73e6663-d29d-47af-a4b4-5cadcd272293" + }, + { + "input_type": "sequence_file", + "input_id": "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7" + }, + { + "input_type": "sequence_file", + "input_id": "e163d226-febb-4ecf-80db-8e60680be2ab" + }, + { + "input_type": "sequence_file", + "input_id": "a6a99736-43fb-4f67-ae26-0e24d5277c6b" + }, + { + "input_type": "sequence_file", + "input_id": "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8" + }, + { + "input_type": "sequence_file", + "input_id": "3b7b0bcf-b316-4b0e-9d46-f8d44a399774" + }, + { + "input_type": "sequence_file", + "input_id": "d5aab272-e387-4bae-aeb0-987928e0c001" + }, + { + "input_type": "sequence_file", + "input_id": "d359ca8d-a374-4eeb-b214-69df7861d0e3" + }, + { + "input_type": "sequence_file", + "input_id": "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd" + }, + { + "input_type": "sequence_file", + "input_id": "29ee234c-5d39-4eb9-8f73-22121936b3db" + }, + { + "input_type": "sequence_file", + "input_id": "344c1e18-810e-4800-bbed-0246cbbafa60" + }, + { + "input_type": "sequence_file", + "input_id": "91594c64-a197-4dc9-8605-d57aff0f2e87" + }, + { + "input_type": "sequence_file", + "input_id": "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8" + }, + { + "input_type": "sequence_file", + "input_id": "fed6f8f3-2c61-4361-8160-2c5a13db83d4" + }, + { + "input_type": "sequence_file", + "input_id": "dae9b045-0d8d-4944-b8a2-d3b64ad7df34" + }, + { + "input_type": "sequence_file", + "input_id": "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba" + }, + { + "input_type": "sequence_file", + "input_id": "b6dda1ac-9635-426a-869a-82b1420ef251" + }, + { + "input_type": "sequence_file", + "input_id": "47c12e95-67b2-42e1-866b-eb7c5f16a3c6" + }, + { + "input_type": "sequence_file", + "input_id": "edbe53c5-208b-436d-b283-1aa4ee94800c" + }, + { + "input_type": "sequence_file", + "input_id": "4198865c-d4ef-4a01-94c0-8a8397914dbc" + }, + { + "input_type": "sequence_file", + "input_id": "e1c334fa-b493-4892-a48b-3fe594e98b30" + }, + { + "input_type": "sequence_file", + "input_id": "c8b4bc26-7487-48d9-a2f2-6b3934da074d" + }, + { + "input_type": "sequence_file", + "input_id": "b0009333-24fc-4f3e-bf35-3cc8fa808efa" + }, + { + "input_type": "sequence_file", + "input_id": "a45af0aa-2591-4031-8ee8-a3c0a5a76260" + }, + { + "input_type": "sequence_file", + "input_id": "56d5b505-6591-47c4-b469-006e27e6e343" + }, + { + "input_type": "sequence_file", + "input_id": "ebbc0d72-0743-41b8-88f6-736c36bd6499" + }, + { + "input_type": "sequence_file", + "input_id": "7c912919-4b2c-4f4d-bdfe-1988d20aeeed" + }, + { + "input_type": "sequence_file", + "input_id": "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc" + }, + { + "input_type": "sequence_file", + "input_id": "51aef727-d8de-497f-abbe-e650b1baeeab" + }, + { + "input_type": "sequence_file", + "input_id": "c04b8362-f2c9-4cad-b939-494e738efc19" + }, + { + "input_type": "sequence_file", + "input_id": "782fcb99-9b26-485f-9f7d-bda9cc37f0d2" + }, + { + "input_type": "sequence_file", + "input_id": "cabca52b-8f67-4107-8916-4fd8129ccd97" + }, + { + "input_type": "sequence_file", + "input_id": "79e53d37-c41c-4234-99db-f3333d89bb3a" + }, + { + "input_type": "sequence_file", + "input_id": "e0a914c3-3147-4f06-a8ae-0c16029497dc" + }, + { + "input_type": "sequence_file", + "input_id": "ebc98059-556f-4a51-b1d3-e5afb40fe80e" + }, + { + "input_type": "sequence_file", + "input_id": "a65b7c37-e038-41d5-8623-2046bdc278a4" + }, + { + "input_type": "sequence_file", + "input_id": "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565" + }, + { + "input_type": "sequence_file", + "input_id": "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209" + }, + { + "input_type": "sequence_file", + "input_id": "ba526c42-7c2f-43c1-a817-06ccdb4d67be" + }, + { + "input_type": "sequence_file", + "input_id": "1adbb95f-f5c3-41ce-8e16-7657d189de79" + }, + { + "input_type": "sequence_file", + "input_id": "887d7cc2-1c24-42a9-aab3-51474d95f927" + }, + { + "input_type": "sequence_file", + "input_id": "6e3aed1a-9909-462c-90e1-a1f766cd380e" + }, + { + "input_type": "sequence_file", + "input_id": "d85ccb81-e861-4bb1-95b6-40762555da1d" + }, + { + "input_type": "sequence_file", + "input_id": "5d00e91c-8691-41ff-836c-b827f23a1a7d" + }, + { + "input_type": "sequence_file", + "input_id": "50fd1926-5615-4e29-be75-e8528d1da8df" + }, + { + "input_type": "sequence_file", + "input_id": "73112827-65e2-4057-98e0-960b4c50afe6" + }, + { + "input_type": "sequence_file", + "input_id": "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9" + }, + { + "input_type": "sequence_file", + "input_id": "e744fafb-3c4b-47c3-91db-db8bb8751279" + }, + { + "input_type": "sequence_file", + "input_id": "3f2ae9d6-763e-4408-bc80-6067ccc756e0" + }, + { + "input_type": "sequence_file", + "input_id": "64e1d438-17af-450b-b90c-04072117cbb1" + }, + { + "input_type": "sequence_file", + "input_id": "a10329ae-6c8a-4df9-bac1-70bdf2c07571" + }, + { + "input_type": "sequence_file", + "input_id": "fd0547d5-7f16-46e4-8948-45c82f923f69" + }, + { + "input_type": "sequence_file", + "input_id": "14795e28-bcee-4da3-83cf-bb2592b6c0d0" + }, + { + "input_type": "sequence_file", + "input_id": "5b977962-16d1-4631-9225-6be262e9ccae" + }, + { + "input_type": "sequence_file", + "input_id": "7eb17ee4-5704-4ce3-8b41-121ef051ee09" + }, + { + "input_type": "sequence_file", + "input_id": "a2385663-3f62-4512-b4d8-4bba405f50a3" + }, + { + "input_type": "sequence_file", + "input_id": "53c40015-48a9-4a3f-a513-d617d28a2352" + }, + { + "input_type": "sequence_file", + "input_id": "2862a721-a50b-4e47-86c5-35547bc44e53" + }, + { + "input_type": "sequence_file", + "input_id": "2a77f1db-b5d4-4657-a522-9786aaa7df80" + }, + { + "input_type": "sequence_file", + "input_id": "035a00e0-02ca-46e8-bb76-9b2449ee922f" + }, + { + "input_type": "sequence_file", + "input_id": "1a589473-0047-4bca-afce-57c8448f0dc6" + }, + { + "input_type": "sequence_file", + "input_id": "dcec351c-327a-46df-aa48-22d2647d5852" + }, + { + "input_type": "sequence_file", + "input_id": "3d8bc409-2043-486a-9a0b-12c71a741d83" + }, + { + "input_type": "sequence_file", + "input_id": "554c1554-ed18-4926-b8d7-5b6af2edab5b" + }, + { + "input_type": "sequence_file", + "input_id": "dcf52037-e357-4b26-9072-05e08bf47978" + }, + { + "input_type": "sequence_file", + "input_id": "ed884cca-c961-40d2-bc8b-b358ea4fb780" + }, + { + "input_type": "sequence_file", + "input_id": "3c9533cf-c7b5-4bbf-9461-87da5aa1b556" + }, + { + "input_type": "sequence_file", + "input_id": "12826f14-2ef8-4069-a797-42d2f4c0937b" + }, + { + "input_type": "sequence_file", + "input_id": "fe586661-4878-4882-a38f-0b6321df5c99" + }, + { + "input_type": "sequence_file", + "input_id": "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec" + }, + { + "input_type": "sequence_file", + "input_id": "b1e83792-e01e-45e2-bcb8-27b81a0d9db9" + }, + { + "input_type": "sequence_file", + "input_id": "5be8906f-0831-422d-896e-b099d5a23e13" + }, + { + "input_type": "sequence_file", + "input_id": "511eaba4-a8f4-4230-b3ad-407332e22b48" + }, + { + "input_type": "sequence_file", + "input_id": "d5b993f2-d053-4420-994b-04d64bd9e356" + }, + { + "input_type": "sequence_file", + "input_id": "adca7438-701c-4afc-8580-01de6ee68974" + }, + { + "input_type": "sequence_file", + "input_id": "d1f65c9e-628b-4c5f-b76a-1154c1666eba" + }, + { + "input_type": "sequence_file", + "input_id": "21bd79df-cc64-4381-a5c7-0e81e001ea1a" + }, + { + "input_type": "sequence_file", + "input_id": "832ae460-0083-42b0-89a6-cc651e50fad4" + }, + { + "input_type": "sequence_file", + "input_id": "db7576d3-afc9-4860-9a46-bdca8f745fa3" + }, + { + "input_type": "sequence_file", + "input_id": "2b889dd9-0bd3-412a-967e-74fa9600bb4d" + }, + { + "input_type": "sequence_file", + "input_id": "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730" + }, + { + "input_type": "sequence_file", + "input_id": "ac036daf-a7cc-4583-a219-814c77ed8001" + }, + { + "input_type": "sequence_file", + "input_id": "ddaab768-186d-456a-8e1d-8631dc97f6ad" + }, + { + "input_type": "sequence_file", + "input_id": "f78279da-e39f-463b-a1a9-02d4f99f85a5" + }, + { + "input_type": "sequence_file", + "input_id": "fff15476-7228-42be-be8a-bd6b02ee9f81" + }, + { + "input_type": "sequence_file", + "input_id": "a1ac3c01-10da-4b93-a61a-71a62e6ddb22" + }, + { + "input_type": "sequence_file", + "input_id": "319d5a99-4bde-4b20-956a-03a0175478ee" + }, + { + "input_type": "sequence_file", + "input_id": "d13d109b-0106-4102-9769-82bb2ed9cfb7" + }, + { + "input_type": "sequence_file", + "input_id": "7f46ab20-26fa-493e-98c4-24d558f4a0ce" + }, + { + "input_type": "sequence_file", + "input_id": "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3" + }, + { + "input_type": "sequence_file", + "input_id": "8de95742-6e0f-45bd-b835-ce96ebc1991c" + }, + { + "input_type": "sequence_file", + "input_id": "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed" + }, + { + "input_type": "sequence_file", + "input_id": "59a4c958-41b6-4680-8021-86ed6be8f55d" + }, + { + "input_type": "sequence_file", + "input_id": "f648cc69-80e7-46a1-8575-aae76b30367c" + }, + { + "input_type": "sequence_file", + "input_id": "1f134dea-8f9b-4e90-a1af-80508f43f73c" + }, + { + "input_type": "sequence_file", + "input_id": "9717e5ab-015a-4fee-9864-0332c60b1e9a" + }, + { + "input_type": "sequence_file", + "input_id": "2a7c1cb6-5d82-4b65-854d-6451c18c62fc" + }, + { + "input_type": "sequence_file", + "input_id": "296db6ee-3e65-48ee-b232-626653165222" + }, + { + "input_type": "sequence_file", + "input_id": "885f171d-901c-4cc4-9c76-c5d8cdf35991" + }, + { + "input_type": "sequence_file", + "input_id": "82899c21-c3c7-4288-bb8f-4c72880c10e4" + }, + { + "input_type": "sequence_file", + "input_id": "04066a52-7468-4783-b49c-46e28b076739" + }, + { + "input_type": "sequence_file", + "input_id": "b0025fa1-e6a6-441b-a018-2c73ceabe237" + }, + { + "input_type": "sequence_file", + "input_id": "7e1f0414-5235-4c79-b334-b278d3ebd8ae" + }, + { + "input_type": "sequence_file", + "input_id": "d691ee05-f531-4c18-b0e9-677dcaabf20f" + }, + { + "input_type": "sequence_file", + "input_id": "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195" + }, + { + "input_type": "sequence_file", + "input_id": "c8995918-5491-41bc-ad76-2099c6314fb1" + }, + { + "input_type": "sequence_file", + "input_id": "884813d1-d03e-4210-9289-e5b0d415484b" + }, + { + "input_type": "sequence_file", + "input_id": "ee28d3e7-02df-46a0-a3ba-f55ad747b214" + }, + { + "input_type": "sequence_file", + "input_id": "972e55ea-7901-435b-9646-53bc8fde2e6f" + }, + { + "input_type": "sequence_file", + "input_id": "58b683d3-03cf-42e9-9cff-4143dff729ca" + }, + { + "input_type": "sequence_file", + "input_id": "d4bbfecd-d580-4eaa-8679-33173740b295" + }, + { + "input_type": "sequence_file", + "input_id": "5275a9fa-7a21-4ef2-9819-5358b2821300" + }, + { + "input_type": "sequence_file", + "input_id": "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9" + }, + { + "input_type": "sequence_file", + "input_id": "f7a68998-a02b-4d1c-8768-0abb9e9ae35a" + }, + { + "input_type": "sequence_file", + "input_id": "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc" + }, + { + "input_type": "sequence_file", + "input_id": "2aba7a6a-6d70-4310-9e64-071c6adbe16b" + }, + { + "input_type": "sequence_file", + "input_id": "54140f9b-2929-44b6-9fb0-de4c2b22090b" + }, + { + "input_type": "sequence_file", + "input_id": "0c577531-9218-444b-8094-85d8c6f5c73e" + }, + { + "input_type": "sequence_file", + "input_id": "28c505c1-e1c4-4e73-b935-9616224da552" + }, + { + "input_type": "sequence_file", + "input_id": "95e893a0-0885-4e1c-8e31-55863d5108b3" + }, + { + "input_type": "sequence_file", + "input_id": "e9def19b-3967-47e7-a2dd-1bc5f9297959" + }, + { + "input_type": "sequence_file", + "input_id": "96f4d488-e081-4b54-b12a-b2d9546bfc17" + }, + { + "input_type": "sequence_file", + "input_id": "f8988fe1-225c-40b4-933d-9dacb8b4728f" + }, + { + "input_type": "sequence_file", + "input_id": "18d81f7f-94c8-4877-939a-b74ba802835a" + }, + { + "input_type": "sequence_file", + "input_id": "0fa69e92-febb-4bab-857c-4b67a2b17ff6" + }, + { + "input_type": "sequence_file", + "input_id": "09a53782-90ea-4911-a793-706e74127adb" + }, + { + "input_type": "sequence_file", + "input_id": "c67f602f-1b0d-4b0e-bd72-af166f5443fa" + }, + { + "input_type": "sequence_file", + "input_id": "5b80431f-c95a-41ef-8aa7-98816f00e4d6" + }, + { + "input_type": "sequence_file", + "input_id": "70291c50-770c-4e51-8f1b-60be28ea419f" + }, + { + "input_type": "sequence_file", + "input_id": "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38" + }, + { + "input_type": "sequence_file", + "input_id": "154dffeb-efd7-4081-a73c-bf1b73ca9a90" + }, + { + "input_type": "sequence_file", + "input_id": "c9517b55-fb72-463a-aab6-e4f64b95c2fc" + }, + { + "input_type": "sequence_file", + "input_id": "c3d3c4a3-527b-490f-8107-bc1b44566df0" + }, + { + "input_type": "sequence_file", + "input_id": "83865a27-24a8-4a70-a8bd-650affa7df5c" + }, + { + "input_type": "sequence_file", + "input_id": "6e650029-386f-4d8e-868e-8780782baa4b" + }, + { + "input_type": "sequence_file", + "input_id": "f859d1ff-df51-4548-b8a4-9eca26bf7454" + }, + { + "input_type": "sequence_file", + "input_id": "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef" + }, + { + "input_type": "sequence_file", + "input_id": "0697146c-0105-4d6f-baff-d9147593eadb" + }, + { + "input_type": "sequence_file", + "input_id": "65fae226-b417-43cd-a5c8-cf2336b8cff5" + }, + { + "input_type": "sequence_file", + "input_id": "7240ec36-6433-4e5c-ba0f-d2770817f963" + }, + { + "input_type": "sequence_file", + "input_id": "d20547e4-3f00-42af-9a7f-9477ff43de0d" + }, + { + "input_type": "sequence_file", + "input_id": "0256729b-47ee-4ed3-adc7-2c0813bb99b9" + }, + { + "input_type": "sequence_file", + "input_id": "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b" + }, + { + "input_type": "sequence_file", + "input_id": "b2a6b8c1-f0bc-4509-b255-8618d7cff205" + }, + { + "input_type": "sequence_file", + "input_id": "bf6cb18e-07de-404d-bebe-4a943dfb44f7" + }, + { + "input_type": "sequence_file", + "input_id": "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0" + }, + { + "input_type": "sequence_file", + "input_id": "5a172f54-33a5-4e0d-bc0d-1760bad3beb6" + }, + { + "input_type": "sequence_file", + "input_id": "ee36a1ac-7426-4253-81b8-715f37a2ba69" + }, + { + "input_type": "sequence_file", + "input_id": "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc" + }, + { + "input_type": "sequence_file", + "input_id": "5f5e80b2-0779-4df0-9a18-35bc0db72fdf" + }, + { + "input_type": "sequence_file", + "input_id": "e6b33ccb-99f6-4c02-aa69-e7b581832d04" + }, + { + "input_type": "sequence_file", + "input_id": "9d98496f-f6d8-4106-8b6a-c118ed6ff229" + }, + { + "input_type": "sequence_file", + "input_id": "22343575-1465-455f-8360-4e716aab17fb" + }, + { + "input_type": "sequence_file", + "input_id": "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4" + }, + { + "input_type": "sequence_file", + "input_id": "9f709f2c-701a-43bc-8417-77fac81c3633" + }, + { + "input_type": "sequence_file", + "input_id": "a4152d0c-ca88-4cad-af08-40a2e799bec7" + }, + { + "input_type": "sequence_file", + "input_id": "2c4d6e65-8271-4542-97ee-7ba8a6b628d9" + }, + { + "input_type": "sequence_file", + "input_id": "668a508d-34fa-4468-86e8-523380a34da8" + }, + { + "input_type": "sequence_file", + "input_id": "b5c2e557-c303-42cc-8779-bf3b2256c422" + }, + { + "input_type": "sequence_file", + "input_id": "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e" + }, + { + "input_type": "sequence_file", + "input_id": "061936ce-8fbb-4576-8c0c-ed871767917f" + }, + { + "input_type": "sequence_file", + "input_id": "762c2720-f65c-4804-844f-2302bc33ebbc" + }, + { + "input_type": "sequence_file", + "input_id": "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559" + }, + { + "input_type": "sequence_file", + "input_id": "43f476f9-cbfc-431a-a774-5885904b434c" + }, + { + "input_type": "sequence_file", + "input_id": "65b78fda-7874-455f-9c9a-bf7aca375a0b" + }, + { + "input_type": "sequence_file", + "input_id": "82fc0df9-9828-433e-ac6d-73f4bbceefcf" + }, + { + "input_type": "sequence_file", + "input_id": "fb771836-467f-4897-a755-a17ab281a385" + }, + { + "input_type": "sequence_file", + "input_id": "5f6e0f4b-3541-4197-a67f-01dddc0cf105" + }, + { + "input_type": "sequence_file", + "input_id": "c7970499-e36d-49f3-b1f2-6886746333c9" + }, + { + "input_type": "sequence_file", + "input_id": "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47" + }, + { + "input_type": "sequence_file", + "input_id": "e4d6ced4-50a3-402a-bbbc-ae329cd3689d" + }, + { + "input_type": "sequence_file", + "input_id": "792fd4bd-9b01-42bf-a883-c651789a198a" + }, + { + "input_type": "sequence_file", + "input_id": "10b3b42b-3612-48fb-849b-bfc036c248a6" + }, + { + "input_type": "sequence_file", + "input_id": "6fc7505d-33db-4d19-99a1-5756cd9a0a1c" + }, + { + "input_type": "sequence_file", + "input_id": "64309a91-ba2b-4b0e-baa9-7cfce3c5d445" + }, + { + "input_type": "sequence_file", + "input_id": "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b" + }, + { + "input_type": "sequence_file", + "input_id": "79d181d1-5b70-4306-a229-74a2a3d5278e" + }, + { + "input_type": "sequence_file", + "input_id": "102b8410-1c0e-46f5-90fe-609ab117221c" + }, + { + "input_type": "sequence_file", + "input_id": "449ec63a-dca8-4a61-98b5-e6789d4946a1" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "581ee2ac-fd9a-4563-b8eb-d9cfb96f65ca" + }, + { + "output_type": "analysis_file", + "output_id": "31e6cb06-0062-4096-84f5-c2d1c2621a82" + }, + { + "output_type": "analysis_file", + "output_id": "d3b3abc2-0da6-4163-acb8-251fe079284c" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "07f1f962-dd38-4a0b-b0b5-f4efe30d21e2" + } + ] + } + ] + }, + "stitched": [ + "00823629-0112-408a-bcf2-41833b245e93", + "00c95530-9f10-4401-8bfa-69162c212d50", + "00d1ba09-4cf7-4325-8557-96febd0cdb76", + "012af05a-4771-45e5-bb92-9b63fcbde822", + "01d2d764-457f-44c5-8b18-a6fadf73c1f7", + "01df1fa6-30b3-4d6b-8b5e-0f54c490064a", + "0256729b-47ee-4ed3-adc7-2c0813bb99b9", + "02cfb8bb-4eb6-4343-9381-007968f1feee", + "035a00e0-02ca-46e8-bb76-9b2449ee922f", + "03815b54-b935-4f04-96ac-56f7c87d601d", + "03af14b5-ba39-4bfe-a8ac-0d349550078b", + "03e8e9eb-f490-4a97-ac2c-0d6eb94c47e4", + "04066a52-7468-4783-b49c-46e28b076739", + "04240909-9185-48d3-a4e9-9eb71b3c6648", + "0506c2a0-ef2b-4850-8567-20d08046bdaa", + "05736d0e-ab04-4183-9c38-1bfdf028978f", + "05b53817-c778-4f1a-ab2a-e51480fa63d4", + "061936ce-8fbb-4576-8c0c-ed871767917f", + "062700c0-e8ed-46e2-b7cd-7cc6d8c3fc85", + "064b7aa5-c62b-44b8-bf51-08a63d47441c", + "067d2b7b-127b-421f-91db-0acc05ad62ad", + "0697146c-0105-4d6f-baff-d9147593eadb", + "073edb43-47d2-45c7-bff2-76c503ebb951", + "07adbae3-fbf8-4a59-8272-d0dbdd51d9ba", + "07fc08c2-8b57-45f6-afe8-eeed266c0809", + "091a1403-2320-4e38-8749-3088deb6da8b", + "092b2a1b-0730-4860-b466-e92e66afd8d1", + "096cce50-ea0a-4d40-9f12-c625735ef398", + "09a53782-90ea-4911-a793-706e74127adb", + "09b831a2-5b60-4753-864e-8af803024437", + "09be6713-f8fa-48a6-873e-d9524c526c8f", + "09c0456a-ec0b-47e3-870d-4b47221a45a6", + "09ffc9cf-6e64-4d47-8188-a8588ec39861", + "0c577531-9218-444b-8094-85d8c6f5c73e", + "0dbf8a13-52a5-48ad-b48e-9fb0ef358dfc", + "0f071463-fdce-400f-82d9-dc78cb248003", + "0f9a7b95-19f7-4479-9807-34b644296244", + "0fa69e92-febb-4bab-857c-4b67a2b17ff6", + "1020603f-5b24-41ca-a106-556574cee788", + "102b8410-1c0e-46f5-90fe-609ab117221c", + "10b3b42b-3612-48fb-849b-bfc036c248a6", + "110bb0f5-9d1a-4573-b711-6bee156d0eb8", + "116a5666-1022-46b6-8969-eb7d20d39ef5", + "11cc1e64-8d96-40bc-bbd2-977b4b02c4b6", + "120a2ea9-2b86-4039-99b3-2bacf4b38751", + "12826f14-2ef8-4069-a797-42d2f4c0937b", + "130831cc-87b6-47fd-93a8-ae1890d365f2", + "14795e28-bcee-4da3-83cf-bb2592b6c0d0", + "154dffeb-efd7-4081-a73c-bf1b73ca9a90", + "16907e80-3a36-4c03-b13d-7de8b5490f8f", + "16efb9eb-a634-46cc-ba8d-5ac3caa0cc98", + "174d0c2a-8487-4651-b939-97b1cf9f0816", + "17667128-f652-4e98-9a47-dd16b5d2d3f8", + "1767fde5-01d5-49d1-8e54-a81999b6c812", + "17883ec7-0ff4-4c57-b2d0-2ac130bd3ae8", + "17caacbc-c7dc-4924-b4aa-4941fb4baf61", + "18d81f7f-94c8-4877-939a-b74ba802835a", + "19eb5d2e-2224-4bb4-9f94-526a4c06f7a2", + "1a589473-0047-4bca-afce-57c8448f0dc6", + "1adbb95f-f5c3-41ce-8e16-7657d189de79", + "1aeb9062-38e0-4678-bf5b-849be34a84f0", + "1b0bd409-58f7-4674-a5ac-1614c28f6350", + "1b3c4f36-c0b2-4beb-ab5f-842350a241a3", + "1badbbc9-6b43-41f6-acad-36f09cff3d21", + "1bbafb1c-50eb-40b4-ab71-dd5d6f1d3288", + "1c05f18f-de60-4274-9146-0760cebe8824", + "1c39afd5-e212-4bd9-a8a8-1649bfadc12f", + "1c95a589-205c-4d7c-9c56-c3de4f7dbb66", + "1c9e23d2-922a-41b7-ab5e-2a16d1273a7a", + "1cf005ac-a546-4151-bf79-4a898e918798", + "1cf89101-b861-4bb8-98e6-ef46cf064853", + "1d66f422-91f4-46d1-8768-3fcca538fc46", + "1d77e73b-9bd3-499f-a0d0-86d9f7306a7e", + "1ec0519b-81e7-4bc2-9a1b-d14c6e745bb4", + "1ec9b28d-e07e-4588-b3d5-408f41addb2a", + "1f134dea-8f9b-4e90-a1af-80508f43f73c", + "1f5d640c-1ea0-4f8e-a9ce-036a8eb6e0a1", + "1fa9f51f-6108-47dd-a130-2c9cdf46701a", + "1ffc9c1e-5894-4d8e-9bb7-be6a41aaabec", + "2129a373-0919-4c91-bf59-adf4de6566f5", + "21a4919f-647c-42b3-a6af-a4309110ed2a", + "21bd79df-cc64-4381-a5c7-0e81e001ea1a", + "22343575-1465-455f-8360-4e716aab17fb", + "22833c60-dc70-4299-86ac-00747b91b3cb", + "22b7ebdc-a4cc-46fd-a2c2-376e9d00bf22", + "22ccd979-a5e2-476d-9e80-394418c0f3f4", + "23156c36-e709-422e-bace-1b40795c8b30", + "23203fb2-d46d-4d14-95e5-4ec38191e420", + "238cab27-9274-495b-962f-2b610f237758", + "24023592-6f24-47d3-98ea-3c9e03cf3fc4", + "247a418e-75ff-47c5-9272-93035037d5a4", + "24bbde6e-cdf7-4f1c-a447-6501ce377aa4", + "24f7d4c3-f9ec-476e-b038-e0d83c6e11c8", + "268eee1e-83cc-4064-bbf5-9799d7635be5", + "27349ad8-0595-4deb-9cb9-4df05f4f31db", + "274a70c7-ac73-4e9e-b80b-602e01803502", + "27d2989d-79e9-4caf-839a-34bebff5a601", + "27e04f3e-1375-4cd2-b5f0-bea8bfd595c4", + "28023147-3cad-4c1d-b494-b693c4f0a6bd", + "2862a721-a50b-4e47-86c5-35547bc44e53", + "28899ffa-f480-4ee6-8ccf-30e90f8a7482", + "28bb1ea6-ee3f-4ba4-a98e-1c841fa183d3", + "28c505c1-e1c4-4e73-b935-9616224da552", + "290232bb-afb1-45b2-8e04-be180948541a", + "296db6ee-3e65-48ee-b232-626653165222", + "29ee234c-5d39-4eb9-8f73-22121936b3db", + "2a77f1db-b5d4-4657-a522-9786aaa7df80", + "2a7c1cb6-5d82-4b65-854d-6451c18c62fc", + "2aa19940-68c0-4ea1-90d8-70760b8dc237", + "2aba7a6a-6d70-4310-9e64-071c6adbe16b", + "2b4e9f9e-5929-4c09-82fc-fd0986686e12", + "2b889dd9-0bd3-412a-967e-74fa9600bb4d", + "2bafabec-5248-4da2-bc8f-5b04d6ddb522", + "2c2de25a-7780-49d5-bf08-a369fc05abb6", + "2c4d6e65-8271-4542-97ee-7ba8a6b628d9", + "2c83b1f2-4b66-40cf-bdca-90fe69aa0c3a", + "2c8844e4-b2e4-44ac-8e0f-ac903f8e9320", + "2d0246fd-696f-4a54-abe6-d759cc6d27b3", + "2d312c74-647b-4c39-a818-1f916120ec18", + "2d487bca-d046-425f-ada2-038bdf5d030c", + "2e118ffd-49ca-43d7-b590-e91e0456d9fb", + "2f033594-a8bd-49c4-b1b7-69ce88fe26d4", + "2f74ffc0-b776-4b4a-90c6-327edb41c7ac", + "2f87e572-a42f-43cf-b4ba-c5dc6add0d4c", + "2fcfac01-3a3e-4fc4-a33d-5a8ad713a280", + "2ff6533e-8fe3-44c3-b378-99d4acdc0ab8", + "30b68b8b-e5e4-4b90-80ea-4501adefc4d0", + "30f53c61-a8e3-42cf-a6d2-1b172659c189", + "319d5a99-4bde-4b20-956a-03a0175478ee", + "32d392aa-7696-4d2d-b1b6-f69fd591295c", + "338c6fa7-3230-4aed-8e9e-5b429feaa288", + "344c1e18-810e-4800-bbed-0246cbbafa60", + "347f630f-a9a0-4430-958f-6c929335031a", + "34c723b9-9cf3-439f-a6f4-90fedc18706d", + "3509a2f3-2e6c-4e56-9150-32be1a82d8a1", + "35837492-79da-4f1c-a841-224cbec4c745", + "35a428b7-ad5a-45d7-87e9-33b23348b906", + "35bd5d6e-4de5-4f02-8f5a-33cc3b37b153", + "35e1a941-427f-430c-80a0-9a9efcdcac37", + "365b5d7b-fa81-4d61-a67e-f3293abf2ade", + "38601526-8448-4253-807b-70878c374901", + "38bbcc18-c2de-42f2-ba35-0f1f58d56963", + "38e1a4f4-f9ec-44cf-b6bb-1a9566456d38", + "39c5b18b-7c2f-439f-afee-b895ecbdba36", + "3b0fcf43-fc81-4b0d-9d15-9b9d9c28a8a2", + "3b145fb0-fb39-481f-afbe-af22cf58729c", + "3b4e2a40-facf-48d4-9e35-81abafb8aeb6", + "3b7b0bcf-b316-4b0e-9d46-f8d44a399774", + "3bb2457a-505f-4f04-b5f9-71e351be791f", + "3c007e61-0e8a-4337-946c-1082441084c7", + "3c4d5451-b8fb-49e3-bb38-3516f530db67", + "3c9533cf-c7b5-4bbf-9461-87da5aa1b556", + "3cad3e7e-9e9b-4e4e-a535-509853f9306b", + "3cf0f46b-1618-49e6-8cdc-d97a9d2403da", + "3d399f0a-0e73-441a-9bc1-8f63536cf316", + "3d8bc409-2043-486a-9a0b-12c71a741d83", + "3dce5e53-a137-4086-96d3-26dd3d000cf6", + "3e4ec223-4b6e-441e-99b0-a6eb8ff81322", + "3f13a6ae-a220-426e-9b17-176ce9029fa9", + "3f2ae9d6-763e-4408-bc80-6067ccc756e0", + "3f7e58de-d959-42e5-b3be-7060c1ab94b4", + "4026cbb7-f472-4658-8a68-eb40eb78c3c3", + "41905e9a-347d-4760-8e34-e0137aa93548", + "4198865c-d4ef-4a01-94c0-8a8397914dbc", + "4201e3fb-bbd9-4375-8a30-c47aba2e7794", + "42bbb160-b881-4036-a712-1ab9b5d5ce87", + "4335aa82-37be-4de2-94f1-8810fc811e98", + "4368817b-fc6f-433d-becd-61be481dee9c", + "43f476f9-cbfc-431a-a774-5885904b434c", + "440b2ea5-b5e5-403a-ab14-a026497a7490", + "449ec63a-dca8-4a61-98b5-e6789d4946a1", + "44a6a31a-a6a9-4c5a-a95e-41f97e4d3ab7", + "452b3d9d-cbfb-4e6f-af3c-7a678e03c06b", + "459797ab-8183-4d27-991f-da0c14dbc176", + "45d0b683-d7dc-4e1a-a235-dad58ef03d77", + "468cc474-cf45-48c6-beb8-07057fdc8782", + "476ac577-429f-4731-9591-1570067d354c", + "478ce71f-dda3-479e-ae3e-dc155020d4a8", + "47950b5e-3d6f-4b75-9518-feb8b9e9a78b", + "47c12e95-67b2-42e1-866b-eb7c5f16a3c6", + "47c90541-7080-4247-b2ad-0a1622530c26", + "47eb72f6-2554-4fa5-ac41-8a0a015c9d3f", + "48877bbf-def8-4da0-a569-8e6772d7699a", + "496819e2-4a76-4e4d-9182-300b7cd35e11", + "4ab6c35a-6161-4e17-a0d6-0d224e0e4eda", + "4abcf42c-5291-47f3-b7a8-bb1071f56c54", + "4ac503f3-d1c8-4e46-859d-6c71bdcd6316", + "4ac849a2-a3df-4b11-bda8-c21eda4290d1", + "4ca067fb-8ba1-4959-9c1a-878d5705dd67", + "4cc88ec7-86ab-4c1d-afa4-c80fed914133", + "4d0f1255-5e1b-4852-8030-a7a8f7580f1a", + "4d3d8969-8d3b-4b64-926b-c24de95a8fca", + "4d5d95a5-78af-4076-af8d-a4c6ac315f14", + "4df715c5-a783-41e6-a99e-eedf93a37fb3", + "4e066f08-f8b7-4550-adc2-287392fa7731", + "4e5a65c1-62ab-451b-9529-c2ca3e9ab6ed", + "4e80de0b-5325-4377-bf98-54a0a4447360", + "4e8c4847-822d-4f26-bdeb-a3b2aa545e6c", + "4ee04947-730b-4eda-86cd-a86cb8f476eb", + "5042cbe0-a647-42ea-ae33-ef4d56a117c1", + "5075a5ac-3fc2-456c-ba32-fd36b73bbcd8", + "50fd1926-5615-4e29-be75-e8528d1da8df", + "510a7a83-60a3-4d0f-a234-195d3d63687a", + "511eaba4-a8f4-4230-b3ad-407332e22b48", + "51aef727-d8de-497f-abbe-e650b1baeeab", + "5233c464-f7ed-4c38-846d-89857554778b", + "5275a9fa-7a21-4ef2-9819-5358b2821300", + "52c71657-57d8-4a49-ba21-2591010b5da7", + "52fbaa44-2179-49b7-9ee9-582615102404", + "53a23d1f-67fe-4599-abf7-6d76b0999f59", + "53c40015-48a9-4a3f-a513-d617d28a2352", + "54140f9b-2929-44b6-9fb0-de4c2b22090b", + "541fc29f-a7a3-456e-b28e-80f9036a4e33", + "554c1554-ed18-4926-b8d7-5b6af2edab5b", + "55d5d301-1c65-4ba7-a769-9496b1e85352", + "5621674e-0290-487d-8c0c-49b617d1628c", + "565dbd59-2571-4af5-b160-c6d5cd3c684f", + "56d5b505-6591-47c4-b469-006e27e6e343", + "572a625b-119a-4099-b5eb-d2994f8846bf", + "5731130c-c5a6-4c15-90ea-b560377d50b5", + "577e4275-b373-40ac-ac3f-8487d6aafe16", + "58a3a386-72d7-42e1-9d31-951faa0cdd14", + "58b683d3-03cf-42e9-9cff-4143dff729ca", + "58deffba-bee5-43c0-9432-f48d476479f7", + "59a4c958-41b6-4680-8021-86ed6be8f55d", + "5a172f54-33a5-4e0d-bc0d-1760bad3beb6", + "5b80431f-c95a-41ef-8aa7-98816f00e4d6", + "5b977962-16d1-4631-9225-6be262e9ccae", + "5ba4d483-b089-436d-b5d9-204594fd9bdf", + "5bb51990-9b12-4694-bc28-b87a2efeae9f", + "5bbb5c3e-aa4f-4a39-b9b6-daebf8267e7f", + "5be8906f-0831-422d-896e-b099d5a23e13", + "5d00e91c-8691-41ff-836c-b827f23a1a7d", + "5d0feda8-27ec-4d2f-872f-010de5599038", + "5e25031d-3456-4209-9818-c8882b2623e1", + "5e811f8c-aa77-43f5-9197-f69c067b6e83", + "5ec7c9a4-d508-4f02-a5d6-2549a2beb668", + "5ecc4c21-3d22-4ee4-a5ec-f65c013fe1d8", + "5f3e080f-d2f2-4350-96b0-fb8169bfcdd9", + "5f44152a-c794-49b7-b1a3-ff85ca3b09d7", + "5f4b61e7-f383-4afe-95ed-b5291cb78e25", + "5f563e91-d384-4e1e-ac84-20f06332fe8c", + "5f5e80b2-0779-4df0-9a18-35bc0db72fdf", + "5f6e0f4b-3541-4197-a67f-01dddc0cf105", + "609ae52c-1765-4048-8e00-2ddbefb71419", + "60e4296c-5d92-4c12-bf4e-f5fe08f01614", + "614f783b-6956-40b9-9a4d-7e5aebda0eb8", + "61716326-4fa0-41b9-8ca4-5b020500e8ad", + "61d9feae-3f3b-45e8-a236-359df3e2e2d1", + "621547f4-60bc-41b6-bc21-5c970700a1e4", + "6250c51e-4eb7-4ebe-81c3-abc23724f317", + "62af56af-f65d-4aae-a599-385c1f725e23", + "62f16474-dd23-4eac-aefc-1ba7c5d67d42", + "630c4724-310e-462d-9d0d-e10083f44b9c", + "6314671e-6b9f-462c-a207-e0f99f82a659", + "63d29f05-1a74-46a0-ad91-001efa34a021", + "64309a91-ba2b-4b0e-baa9-7cfce3c5d445", + "64684889-2821-4e2b-9aa4-b57c3eb47a42", + "64c93769-83eb-4718-90f0-36d83b1dae4d", + "64cbad96-28c1-4e62-a6f5-b8b79424503a", + "64e1d438-17af-450b-b90c-04072117cbb1", + "64eedb4a-2f73-4b60-a4b1-99b5ffd0486b", + "65909bad-b2cf-46f8-883a-6cd80e9499e4", + "659bc4f7-7223-4eee-973b-432c66c7ded9", + "65b78fda-7874-455f-9c9a-bf7aca375a0b", + "65fae226-b417-43cd-a5c8-cf2336b8cff5", + "668a508d-34fa-4468-86e8-523380a34da8", + "67784226-6582-44f0-bdf0-1d2bc86d9a6a", + "67fa2c3e-ba97-4bc6-beb9-92ea33bec948", + "680f8f20-13b6-45db-872c-83b542f77227", + "69ab8827-b0dc-48ae-84b5-1d27284a7db0", + "6a96f079-8655-40da-ae1c-2259b26adc8e", + "6b339b09-2d38-4016-8aaa-bfcc788d124a", + "6b38794f-2d55-4422-8094-fb4a5e100d32", + "6bbb303c-2698-46f3-b818-702e9c75e40d", + "6bd02c9a-1d0a-4093-bc0b-26d1f6ebdb47", + "6ca6b611-2a38-41e7-a0ab-c9fd6cbb32c0", + "6d508d37-de41-4d34-8eb8-ab59e95e6eae", + "6e3aed1a-9909-462c-90e1-a1f766cd380e", + "6e650029-386f-4d8e-868e-8780782baa4b", + "6e669924-95c7-4aef-bd34-6dd28bf29fdd", + "6ea00f5c-7e63-493b-b6f9-68ba54dbbed3", + "6ea29b25-492a-4c00-819d-ec8a0909fa28", + "6f11ead1-11b1-4bda-8a20-588bb85ec126", + "6fc7505d-33db-4d19-99a1-5756cd9a0a1c", + "70291c50-770c-4e51-8f1b-60be28ea419f", + "70519cbb-bbfb-4e55-9642-e6c6a381b4d0", + "7060b0f4-a756-41f8-bc65-16c7effef1be", + "707a111e-6a29-42f6-906b-1168970d3ba0", + "7186ea5d-49a0-4d72-a24e-2a30d48aa8fc", + "719d5ca1-9869-48a6-9876-81b4816c3dbf", + "71add17d-3b59-4ca2-a032-80819608a34a", + "71bdd650-ae9d-46ee-af5f-efa21b8f6d63", + "7240ec36-6433-4e5c-ba0f-d2770817f963", + "72b34b3d-f005-48af-81dc-3631873960d8", + "73112827-65e2-4057-98e0-960b4c50afe6", + "738ebc49-f032-4c58-a5de-cbdbbdd58286", + "73de6875-a6ff-4ff4-846a-5d4866b129a6", + "74086d10-f049-45c2-8654-de93aac63d94", + "7518b08c-cf57-44fa-8cba-a22aad24d5ea", + "75b50abe-fbd8-4bc6-9170-455bcd9a3208", + "762c2720-f65c-4804-844f-2302bc33ebbc", + "76457b72-bfe8-46b4-a8fb-7644c1f9209e", + "76616c76-f485-4da1-aae6-fc2fc918d90e", + "770b9529-4358-4a27-9c8c-ab4fd91c3397", + "782f79d7-bd59-4cc5-8492-1e680fbb31c1", + "782fcb99-9b26-485f-9f7d-bda9cc37f0d2", + "785cf620-02b6-4450-aaff-67684b1af04c", + "78e933ab-3d89-4651-9e78-db7da3ce15de", + "791fcf08-b02f-4ecc-9a89-bef863ecb3db", + "792fd4bd-9b01-42bf-a883-c651789a198a", + "79377e16-5ab0-433e-ba05-39349b25c52f", + "7938acb1-91e3-4d8d-9d24-3b0a9fa28131", + "79426c6b-bd79-4343-b9fa-ee1e9cfc2aef", + "79d181d1-5b70-4306-a229-74a2a3d5278e", + "79e53d37-c41c-4234-99db-f3333d89bb3a", + "7abc79b5-e32a-4313-b130-12397d29d684", + "7ac117ba-372b-4448-ac12-0a30e53a53aa", + "7add99e3-86df-4443-a5b6-d734667814b3", + "7b062fdb-21d9-4760-8620-04b9d92f1148", + "7b1418ba-7cd7-4844-924c-ca92b0d3147c", + "7bc7e2a7-e334-405b-b0eb-b7fe7bb8b3b0", + "7c28300b-6590-429d-b628-08f020a83288", + "7c912919-4b2c-4f4d-bdfe-1988d20aeeed", + "7cb5e572-fb2b-4416-8ff9-05af3bd1bcf4", + "7d5ca602-df90-402e-9c12-933e1cdde407", + "7e1f0414-5235-4c79-b334-b278d3ebd8ae", + "7e614c42-78b1-452c-a142-57b2dfef7f9e", + "7e8a8426-4694-4e76-8525-8e56fb86837c", + "7eb17ee4-5704-4ce3-8b41-121ef051ee09", + "7eb2244c-6b4d-4d91-bfc6-44ec12d9319b", + "7ec16db5-8b4b-4c20-98ab-bb2916a7e793", + "7f46ab20-26fa-493e-98c4-24d558f4a0ce", + "7f67c5c2-e02b-4b93-8a65-0e0f0d1c3565", + "7f6b4855-5cec-45af-87ac-1c86e25526dd", + "804eb3bf-15a9-47d9-81a7-d19b060c5425", + "80d3eb60-a05b-4bdb-8957-21e383773240", + "80e88ed6-4480-4888-b25d-d41e90822142", + "817604e4-1083-463c-ac3e-3e3d72bb649a", + "81898837-23e3-40d9-96e2-04a559d95b2e", + "81aa872f-74ed-4d70-bf2b-6c99d85f7158", + "81f653f3-e276-476a-9bc9-f1f0e701d893", + "8239a02f-03ae-4492-b56e-501455438e63", + "82899c21-c3c7-4288-bb8f-4c72880c10e4", + "82fc0df9-9828-433e-ac6d-73f4bbceefcf", + "832ae460-0083-42b0-89a6-cc651e50fad4", + "83865a27-24a8-4a70-a8bd-650affa7df5c", + "842d36b0-63a8-4327-9272-829af8d0f078", + "84886ca5-d3d0-48fa-aab5-2bf8841a90bf", + "84cc7ee0-4d8e-45a1-b563-d3e05b4ec573", + "85f59eaa-e374-4131-aa69-25ac2b82570b", + "868dfde7-2df8-487f-b754-68db8a96ad3a", + "871337d9-1c55-4c97-8f67-2da1fff00847", + "877258d8-07eb-4cb6-a358-7c265c856ab6", + "87d83545-fd57-4d28-87f6-66d8f0497377", + "87e9a01b-594b-4dc4-b2a7-a14407399b50", + "87f7c470-7c45-4f41-9600-21cc527f524e", + "8840da5d-cbaa-4617-ad50-d2a012563fe6", + "884813d1-d03e-4210-9289-e5b0d415484b", + "885f171d-901c-4cc4-9c76-c5d8cdf35991", + "887d7cc2-1c24-42a9-aab3-51474d95f927", + "8898a9f3-4928-45b1-b236-71ce7cb48b11", + "89120b65-1e35-4c45-97ff-dceb88c11608", + "893dfdd4-43f4-4256-938b-d957928f0daa", + "8a193098-118b-4f89-8247-2bcc5895c652", + "8aacdf52-d394-4388-aaec-6ba68e731776", + "8ac59477-0756-41ec-b217-e043e28dfd1a", + "8bcbbdc1-57ba-414e-bd3e-5a76b3d0fe9a", + "8d9fd2be-7a3d-41b6-a8a8-703071dbefd0", + "8de95742-6e0f-45bd-b835-ce96ebc1991c", + "8df6ce25-29e1-41a9-af33-d665ff8ca4e7", + "8e1496ed-8a01-41b2-b961-4836ffec838b", + "8e892b4a-c112-47f2-a058-b87efed5a262", + "8fc6dd31-c01c-4eec-ae6c-bedd13f2c209", + "8fc7790a-a0a0-4c82-95f1-d5ddd51eeaba", + "90507c29-dc73-4082-8322-fabb7ee6c417", + "91594c64-a197-4dc9-8605-d57aff0f2e87", + "91efd1fe-91e4-48de-b94d-d6c9a01070a2", + "92363365-2bef-43b5-bb58-7a66b7cf57dc", + "92b8ae58-1054-41c0-b7b2-62f41b233069", + "937bbdf2-09e3-4bf7-8f45-e46db2188c46", + "93d7c2e3-12a7-47e7-b59f-6d32a6fc1d82", + "93e2bcb3-3310-4f04-a076-edc6d70edd83", + "941c2df6-cbaa-49ee-80af-950b8c015aa6", + "94607b56-edd9-4517-b07d-4b6f54b5bdaf", + "947c5a3d-3fc2-4bd4-ad3d-a918c0e11288", + "94db79be-389e-4acb-a40c-4a9c50ea00ee", + "94dc13e0-6390-40d2-a3c2-bec70c12d5b5", + "95834b02-36f0-4ccf-b0a8-9003c4856b03", + "95e893a0-0885-4e1c-8e31-55863d5108b3", + "95e98d94-d463-400d-8fc2-bcf5d8836479", + "962e1ed5-971f-4c9a-b300-5b26a208ee15", + "965057e9-48bc-4452-8819-2bc45723a0f7", + "96f4d488-e081-4b54-b12a-b2d9546bfc17", + "9717e5ab-015a-4fee-9864-0332c60b1e9a", + "972e55ea-7901-435b-9646-53bc8fde2e6f", + "975d56a1-7521-4cae-a00c-b5b838c5eb17", + "97cfc6c1-2a97-41ef-bb36-0ac99b8c8195", + "97eaa3ce-131c-48b8-8082-86bbb6a486b5", + "98195059-45d0-4646-8029-b7f0ade7f2cc", + "990e3e4e-8fa2-4908-b397-8e30328f5343", + "9957b026-435c-45b1-a333-70cd5dccdde0", + "9962de78-e4ef-40ba-b9fc-bd661895a99b", + "99e73efd-4a04-496f-bb32-8f73edb0ae1a", + "9a03ec79-7dc7-44fc-bb97-22ad58159436", + "9a8800b5-f35a-4f46-b73f-88126b7991d5", + "9af05201-38fa-4249-a9bd-94306c68c3eb", + "9b03ad8d-aabf-4736-820a-493db4877f84", + "9bad139c-7abf-4786-a6fc-5f9a5abcd850", + "9bb66e29-a02f-47db-b478-00a5fa1f1080", + "9d4fa1f8-c43f-44cf-8c4a-80803db9c498", + "9d98496f-f6d8-4106-8b6a-c118ed6ff229", + "9de5c25f-721b-4eb2-b261-64a6a02825de", + "9e63db48-5b68-40e8-9d8f-aff48223b80e", + "9e74066b-834e-416d-a1e7-bbec1e8f1713", + "9f48fa4c-9f7c-4d06-840b-4937b1726cb3", + "9f577e94-f952-40af-a919-108f4661fdb9", + "9f709f2c-701a-43bc-8417-77fac81c3633", + "9ff4778b-509a-40f0-bd51-d5aaeeab12ab", + "a0309063-af66-419b-a940-2412a836aafa", + "a0b7bb41-c5c9-483a-bd76-a774690606c0", + "a0f8e9a2-9407-4cbc-9739-7cb7bca8a563", + "a10329ae-6c8a-4df9-bac1-70bdf2c07571", + "a19fab73-95bb-472f-8722-c7d07427a8da", + "a1ac3c01-10da-4b93-a61a-71a62e6ddb22", + "a2070278-a8da-49ee-81b1-c165973dcd7e", + "a2385663-3f62-4512-b4d8-4bba405f50a3", + "a2569db2-a44f-4833-ae36-0303e2206980", + "a2b31671-1874-4c4a-a5c5-fd2787287893", + "a2cf538e-0bce-4328-b103-57491866f293", + "a3fbf625-f36e-4365-859a-1d32c9b2001e", + "a40ed25e-fbf0-40a3-b468-e2bdb55d56d0", + "a4152d0c-ca88-4cad-af08-40a2e799bec7", + "a45af0aa-2591-4031-8ee8-a3c0a5a76260", + "a526bd56-16e7-493f-b539-2a895c7e2b10", + "a539e00a-e61e-47d5-9032-3d3fff99ccc1", + "a57c9da5-752c-44b3-b7fa-f8a804631f64", + "a65b7c37-e038-41d5-8623-2046bdc278a4", + "a6a99736-43fb-4f67-ae26-0e24d5277c6b", + "a72ab36e-966c-44fc-b934-fcaf06679b46", + "a778ad17-3705-40bc-b425-245d17958638", + "a783909f-5237-4218-8b9d-80653729f3b1", + "a7e5f9e8-6fd9-4c46-860f-4a82e67af13f", + "a7ff32c1-f400-4af6-8698-b10a33fb38b6", + "a828062b-dd49-406f-872a-22ff8e4cdf10", + "a88b766c-31c9-44ec-be2b-a5f757296666", + "a8f749c1-b53a-48a4-b9e4-67b31201609b", + "a9088b7c-b538-42c1-906d-55327ee344a0", + "a967f05e-6159-481e-a289-908b1b320db9", + "a97b90ce-e6ad-4b92-8b97-0c60bcd46031", + "a9cc38f8-0a0e-488b-b0c7-2c77f091d0ce", + "aab776ce-7336-4b6c-94ba-830a72fbf640", + "aad8155c-b15a-438c-b89d-d1aa89869819", + "ab8e7f29-eae9-488a-9337-7a926c8857ac", + "abe9834e-4be6-4bd3-bfc1-1a09f55f3f2a", + "ac036daf-a7cc-4583-a219-814c77ed8001", + "ac59fa42-b81b-4b1d-b9f0-ef9a05366bdb", + "ac5fdc06-b856-4de0-9423-bdf05d4df650", + "acfa3362-62b0-429a-b617-3adb722c200f", + "ad0b91bd-8fbe-419e-8a8a-5e7a971aaa02", + "adbbe8e3-afa6-46ff-ae62-bc9be2c55f70", + "adca7438-701c-4afc-8580-01de6ee68974", + "ade0fe79-4629-4a49-8253-e26380046b32", + "ae5b7895-01cf-4a6e-aee0-8b58e820313c", + "b0009333-24fc-4f3e-bf35-3cc8fa808efa", + "b0025fa1-e6a6-441b-a018-2c73ceabe237", + "b09dfbcb-f6c2-459d-b637-7d12f079e20d", + "b1cd2aba-cf49-4e7f-bc0d-5dbbff0657e5", + "b1e83792-e01e-45e2-bcb8-27b81a0d9db9", + "b29ab2c2-8a15-46e5-ac3f-7f0eabd272fc", + "b2a45a04-4f23-440f-8677-676ded3e3591", + "b2a6b8c1-f0bc-4509-b255-8618d7cff205", + "b2cb471e-a094-4ede-a63c-719f14fe802f", + "b2e285b5-ffe5-4c57-a7ba-1c965366c37a", + "b2fedfad-ed1d-41f6-9a6f-0ab189247da3", + "b35e3b14-91dc-4bf0-a47d-4ed8428efbe1", + "b3739e56-e8cc-43b6-8b43-9116b5d75e69", + "b3de09c9-37f3-4d58-8930-bbd5d4e136c5", + "b43bcc28-b5cc-4c02-8655-480c5d75f24f", + "b4ea765c-8a6a-4585-a74b-b137727cd61a", + "b5c2e557-c303-42cc-8779-bf3b2256c422", + "b5ff9714-ff62-4fae-9cc1-f75eaa9bc652", + "b68e67fd-a8b5-48b2-a1fe-dcb7b84214e6", + "b6dda1ac-9635-426a-869a-82b1420ef251", + "b715cee2-5b72-49b6-b51f-5e9063ddb5a2", + "b7264fbb-2404-4ec3-9239-24238ad09a7f", + "b7d7c14d-7bf3-4a8f-8f40-8d6e98505558", + "b8734735-6ceb-479d-a1a6-5f8fdbf3cbc0", + "b8edcc72-efe5-44da-b478-9761be75a127", + "b8fda4c6-4fe9-4107-8d37-8763f33cdead", + "b92a945a-9be0-4cf6-8ce8-14f0fa3a3648", + "b9acc59a-ba7c-40ef-8611-27069458a508", + "ba2a8b21-884a-44ed-86b5-e9288dc9ce64", + "ba526c42-7c2f-43c1-a817-06ccdb4d67be", + "baa2bfd9-d2fb-4b5a-a81d-af84bf24c730", + "bb36dd96-2995-45e8-b128-6e7f28dab8f1", + "bb3fdef2-bbeb-41f9-97a0-d0e36c433ef3", + "bb788d30-169b-4160-be07-98222d0a8327", + "bb9f768d-87c9-4d9a-9fd3-2ed901168635", + "bbda7bad-f60b-4091-83b0-b8d96c3f4214", + "bcb9c8d3-54c4-404b-a87d-1e0721a4dbbe", + "bd1e5909-c184-4ee0-906c-77e399270a71", + "bef069b8-2720-4327-8298-9ab2badd4a53", + "bf119ffa-94c6-49b1-9f62-766e2a53776b", + "bf54f8d4-be87-40f2-bac4-c6e513baa54f", + "bf6cb18e-07de-404d-bebe-4a943dfb44f7", + "bf8c13a8-5875-4e53-a7d5-8b595afcfa7b", + "bf968691-34b6-4f79-9285-bbba736c3def", + "bff57385-2f4f-4695-a153-412c9aabab59", + "c04a349a-be3e-4fd7-b71b-8eb1237f838e", + "c04b8362-f2c9-4cad-b939-494e738efc19", + "c0593f2b-b6b9-4365-9c0e-2f3108dc03ae", + "c082712b-3289-46fa-86c7-b6dad9f37e55", + "c0c4e734-7669-4b29-a840-94ea6aa5872c", + "c0fc6427-6fa7-4d8d-9d6e-8844a26ff318", + "c13ed96e-3052-4a3f-9871-8196c10070a1", + "c1740f09-7595-4d38-a970-8a89da2e9f0f", + "c180c376-c910-4b07-9833-f0443ad62a59", + "c2081de1-a850-4671-9d13-d5782fb87ce2", + "c3093b68-54a2-4d31-aa15-50afb0414625", + "c3a93f32-20be-4479-aa9f-e65fb9ccaebb", + "c3d3c4a3-527b-490f-8107-bc1b44566df0", + "c458a416-5736-4b7b-817e-1d87b341f825", + "c46951ff-a25c-4bfd-9c21-0b329730a87e", + "c46f9eec-ab37-4d9e-ab8c-d4dcdf1852f7", + "c4a8c78a-7323-47cc-82aa-ab32e1d6bfb2", + "c4c3353d-f33f-4a5b-a2d8-7878daf2d01b", + "c53e8814-f633-49d0-851f-f8708e9616a7", + "c5e55f39-94a7-4ddd-8972-d217b63fb7cb", + "c62d0784-479e-43a0-8548-d7921592639d", + "c67f602f-1b0d-4b0e-bd72-af166f5443fa", + "c699ee8b-738e-451a-b91d-0e1a6c8bb6f9", + "c74cabf3-6a19-46ce-a19f-10a569839ac1", + "c7970499-e36d-49f3-b1f2-6886746333c9", + "c7adbdb4-dacc-4c5f-b477-daf94f3e08dd", + "c81a1417-0fd8-4346-856c-12174fd84dc6", + "c86979f7-726d-441b-a525-1a3369492695", + "c8995918-5491-41bc-ad76-2099c6314fb1", + "c8b4bc26-7487-48d9-a2f2-6b3934da074d", + "c8fe6dd9-1c5b-42ee-8a07-15ac97cbb6fd", + "c8ffc4fc-c802-4a03-95a1-be237423e149", + "c9517b55-fb72-463a-aab6-e4f64b95c2fc", + "c9a2a10f-6638-4463-8c8f-4260c72dcb92", + "c9d41a92-d999-4c22-98f5-f205b57b0715", + "c9fe0510-7445-4101-a4b1-67022a9a8b4b", + "ca6e8808-dcfd-4b27-90ee-47a7fda101f2", + "ca88a6da-dffa-4f39-afaf-4fd53d43c2cc", + "cabca52b-8f67-4107-8916-4fd8129ccd97", + "cb8e28b3-67e3-470f-aaea-3a5de3933f45", + "cbcd6047-0f88-4dfe-a123-648d6ed5342f", + "cc28432c-f484-4363-9b77-56b433eba183", + "ccfdae0d-34c6-4a5f-b017-5080bbd68d47", + "cdc24ed0-2141-446d-9f72-0cde913c4dd7", + "cdcb842a-e8c9-4ff9-ad22-850873c3f30a", + "ce3c8eab-dcb7-403f-8837-6a7986acb6fc", + "ce6d4c01-8676-4ae9-91b3-4148deb5b8d9", + "cf86ed0f-408f-40f9-a104-ed61c88fa5d5", + "cf9e75a1-c4a2-4aae-9767-bc3aaa7c60a3", + "d04a8b95-a45f-4fc1-a42a-a9afe3188465", + "d068c2b0-60c7-429a-938c-cb9c703c4c4d", + "d0764179-9b16-46a6-ab64-b30e0c4de1d3", + "d0b72f3b-1519-4113-aab2-f4b1d8e80345", + "d0cf423a-1ecf-499b-9e61-95662e23ba40", + "d13d109b-0106-4102-9769-82bb2ed9cfb7", + "d1ad5518-3619-46dd-a342-f5a3b34f67b1", + "d1dd53ff-b603-4345-8203-45c384cbc813", + "d1e97cb2-581a-432b-bca1-78bbe00e9127", + "d1f65c9e-628b-4c5f-b76a-1154c1666eba", + "d1f9e5d6-8df2-48d1-b558-9609710ef53f", + "d200ad0b-db9b-4064-94e5-d03c5d406371", + "d20547e4-3f00-42af-9a7f-9477ff43de0d", + "d2ac4e77-f7d1-427c-8a56-4ca6933f6a65", + "d2fc5db2-eaf1-4817-bb39-4ad61ea9aef6", + "d359ca8d-a374-4eeb-b214-69df7861d0e3", + "d4b47fcb-d3ac-4cc1-b7d2-f37c2c228ecb", + "d4bbfecd-d580-4eaa-8679-33173740b295", + "d4ee29c9-bf24-408e-855f-03ada1309ce1", + "d517b1da-4c0c-45ad-b4b0-baf8a162a8f0", + "d58f4a16-7e35-42d7-9031-9a60db734da4", + "d5aab272-e387-4bae-aeb0-987928e0c001", + "d5b993f2-d053-4420-994b-04d64bd9e356", + "d5d159b5-1ecd-4a4a-9333-e933e20e2811", + "d61bebce-41a0-4a3a-b8bf-b2acdaeb9db4", + "d675ebad-1bb7-4b9d-8c29-a25731906861", + "d691ee05-f531-4c18-b0e9-677dcaabf20f", + "d6b678fb-58e3-4b3a-9788-fb004e7e3a87", + "d73e6663-d29d-47af-a4b4-5cadcd272293", + "d7b3de6f-1ed9-461a-bb0a-d1517e9b68fc", + "d85ccb81-e861-4bb1-95b6-40762555da1d", + "d8b5e5e2-75e9-49c1-815f-2cb3a4b5cddf", + "d8b9cedb-39d5-47b7-9c64-94e6393fdd0d", + "d90be9f0-3352-4c95-8790-92668f6d65d5", + "d9e70e73-ba70-4d01-bb84-6f80535c3147", + "da23845e-e1aa-4fb0-8653-42785b457605", + "da6e341f-43d3-4c22-ab8c-3c3e81986d9b", + "daa6813e-0321-413a-9107-8c814825bf93", + "dabb5028-64d2-4dbc-89a3-0cf6079ad0cb", + "dae9b045-0d8d-4944-b8a2-d3b64ad7df34", + "db2ecbf9-0e24-4106-b594-73368de0e98b", + "db7576d3-afc9-4860-9a46-bdca8f745fa3", + "db80fef4-5dda-4ba4-8e95-5fed18ee1f3f", + "dc2a13d5-92a6-46f3-bc12-17a4bde95ada", + "dc390866-3291-414e-82f3-1cb004c27f35", + "dceb6a13-eb70-4fc9-9fdd-5792be962cdf", + "dcec351c-327a-46df-aa48-22d2647d5852", + "dcf52037-e357-4b26-9072-05e08bf47978", + "dd8ac880-75c4-4fe8-89e3-2cc41dad784a", + "dd9a9646-5645-4b0a-969b-7c225966437f", + "dda17201-ae39-44be-a644-688293254283", + "ddaab768-186d-456a-8e1d-8631dc97f6ad", + "ddd4a327-86e4-4482-abe8-59bfb035f592", + "dec19270-f9f2-466f-86e3-c56e9e9f85a8", + "df900bd9-2d04-4080-b718-590ff28ce892", + "dfb822ad-7da9-4ca6-9133-51c5e0279a9f", + "dff50bd5-38c9-4c35-a5bc-dd51e69f249a", + "e06ec666-d2ed-4801-8bc3-03ddcd151c49", + "e0a914c3-3147-4f06-a8ae-0c16029497dc", + "e0a99b8f-15e2-4a9e-b298-1066a9bcbda7", + "e0e048f6-0ab6-45fc-a74f-16711af67a2e", + "e163d226-febb-4ecf-80db-8e60680be2ab", + "e17968e7-5ef9-45fb-b45a-d73d18f41ae6", + "e1bf51d5-e656-49de-9b55-8ad814870da7", + "e1c334fa-b493-4892-a48b-3fe594e98b30", + "e2112f19-f48b-4f9b-acca-53c0e966baff", + "e28d2a66-f506-4a4d-b2c6-823e4e8124d6", + "e2d181be-9c2f-4b06-a1ca-68965b5abd5b", + "e381aa0d-c2ce-4fe4-9acd-030d9023fcb6", + "e41aceeb-21ab-420d-a393-244aac597625", + "e4468469-2eab-48b1-9c5f-b72eeee2da3a", + "e48fabae-c5df-4906-96b8-a45c77e48af0", + "e4cfd5be-adcb-4ddd-b263-659ab56591b3", + "e4d3b43a-a03c-40d4-bf8a-bc0719d773e2", + "e4d6ced4-50a3-402a-bbbc-ae329cd3689d", + "e4e308fd-c449-4aad-b61a-43c595e3da00", + "e57453f7-04f8-445a-9b64-24c5b82d95c4", + "e5bba055-1268-4e04-99ea-71660fd31c08", + "e5d2cef3-3902-418c-b905-001052979a54", + "e61740c1-0e70-4d25-a912-32617d2e71fa", + "e61fff58-84e1-41cf-86f2-7d5c120b17d5", + "e6565b7b-b195-4554-bf60-4b80f2c6dd13", + "e6aa2bc0-9650-4ba6-89fc-033a7a95f796", + "e6b33ccb-99f6-4c02-aa69-e7b581832d04", + "e6f5097f-6e88-4703-91a3-1f8af0a04ca2", + "e72b1bd6-2847-408b-9ae6-66f187d293e4", + "e744fafb-3c4b-47c3-91db-db8bb8751279", + "e8081e5b-30a8-4ed7-88df-07c9e81688c6", + "e882d829-b80b-4699-b909-269337998882", + "e91bb61d-e965-46e5-b6b3-53e3593de931", + "e9b50275-4ebe-43fe-b3de-1fe3ab930a23", + "e9def19b-3967-47e7-a2dd-1bc5f9297959", + "e9f719d5-786b-439e-bdb5-1a0434d1e815", + "ea1d2072-66cc-4e8d-8547-7197973e43a7", + "ea9a283e-ec06-432a-8bf3-40133f8f9cfc", + "eb10f476-5ffe-4954-b2e9-8a6a768fe46c", + "ebbc0d72-0743-41b8-88f6-736c36bd6499", + "ebc98059-556f-4a51-b1d3-e5afb40fe80e", + "eccad683-4c2d-4d7f-a141-1effb429fef7", + "ecfb5b99-5606-483c-817b-fbcce96ee9be", + "ed3df4c8-d006-4edc-b5fb-65af588b5984", + "ed4c7767-277c-4d39-89cf-6144161985d2", + "ed884cca-c961-40d2-bc8b-b358ea4fb780", + "edbe53c5-208b-436d-b283-1aa4ee94800c", + "ee28d3e7-02df-46a0-a3ba-f55ad747b214", + "ee36a1ac-7426-4253-81b8-715f37a2ba69", + "eff0eba9-ed02-43c2-9861-d34edfaf9f30", + "f00513d4-c39b-4607-b43e-51bc36293e3d", + "f1b0bc3c-0856-4493-95af-6b5ec42d09cc", + "f1ba59ae-f42b-403b-a777-69ced3930293", + "f26b81f5-8f36-4998-90c0-0f30ea866f41", + "f28f5241-9275-48ef-9779-0356be81a14f", + "f296caba-7bdc-47d1-a7ef-b39e358d0e3e", + "f29dfd6b-dcb8-4c50-ba95-58c2be9c7a16", + "f366ef43-bfe1-4649-9d08-3eef088ff99a", + "f3aeccbe-aa7c-46a4-8eba-34c6b90c85a9", + "f3e5a38a-c62b-4100-9fcc-18ffbe346be5", + "f4b0febc-2a23-436f-916c-2ddb328dddd4", + "f5274b10-d3ea-44c9-9f27-9af574dea10c", + "f55166a1-c4f0-4fda-ac9f-164489040ee5", + "f57edc37-d012-4382-8d4b-0e250cafa81d", + "f5ada827-68c0-4af6-88c6-7e9256b663ff", + "f5fae200-b633-4ade-8871-94cf47475c67", + "f61ff371-7c67-45cc-af18-e94ed874baba", + "f648cc69-80e7-46a1-8575-aae76b30367c", + "f6bd08a6-5630-460c-a1bc-e13a3340f7bc", + "f70ce593-fe86-4bef-9e0b-c68a09a12ccc", + "f77883e0-6609-4bda-b446-331adbd9d357", + "f78279da-e39f-463b-a1a9-02d4f99f85a5", + "f7a68998-a02b-4d1c-8768-0abb9e9ae35a", + "f7e7009f-d6e8-4fc9-92db-921d32531262", + "f8153a7e-c5fe-43b9-bb7a-90ea3d059772", + "f859d1ff-df51-4548-b8a4-9eca26bf7454", + "f8988fe1-225c-40b4-933d-9dacb8b4728f", + "f89c0972-79b4-4338-b37c-7bbfdc121f60", + "f9951b26-b6cf-40f1-9a78-37cb8f130b19", + "f9db3e23-91ca-487f-a3ec-11ffa8b8f939", + "f9eef16f-b9cc-43bb-b9f3-bf0948766e7e", + "fa17dd22-2d46-44dd-bf29-7ba21c575a6c", + "fb59546f-ca17-40ae-b0b8-ca16c1b94de9", + "fb71e3ae-31d9-4ce1-8d14-25955525b515", + "fb771836-467f-4897-a755-a17ab281a385", + "fbec3e01-aaf4-41a3-b667-1f0268571d10", + "fc1541f1-27bb-4cd1-be90-2b04c29a902e", + "fd0547d5-7f16-46e4-8948-45c82f923f69", + "fd3a8466-6eaf-4251-be4a-f46f85403719", + "fd5331f0-025b-4370-94bf-a2a2d1812704", + "fd563e44-5e1a-4dfc-bfbd-42ef32c62d69", + "fd7e7e85-7747-42c3-bc6b-0e4718202d63", + "fdb8e413-a62a-4c6c-9890-3945c0f19ce8", + "fdd026f9-0ab6-49ef-88f9-4a5d61d12188", + "fe2c65ca-06af-4760-9df8-086a81611a31", + "fe586661-4878-4882-a38f-0b6321df5c99", + "fea581ad-b8a8-47d1-a4bb-e18f0753bf13", + "fea7ae13-ad77-4b59-9922-14f748263eac", + "fecea080-2c71-42f2-a2cd-3dbd89e04c80", + "fed19e4a-e9e5-4d4c-9c5f-0c6f333b40ce", + "fed6f8f3-2c61-4361-8160-2c5a13db83d4", + "fed76aa9-d126-4747-b53e-b357fbbaed47", + "fedc286a-9bbc-4db0-8bf5-b3f0b69fb559", + "ff19abb9-e4d9-4fc4-ad5e-1fbafcbdedf2", + "ffb352c5-f9e2-497c-940c-7cb5dd0eaa5e", + "ffb64e6b-8924-4adf-ae8f-e55b4dd019dd", + "fff15476-7228-42be-be8a-bd6b02ee9f81" + ] +} \ No newline at end of file diff --git a/test/indexer/data/0722b70c-6778-423d-8fe9-869e2a515d35.dss.hca.json b/test/indexer/data/0722b70c-6778-423d-8fe9-869e2a515d35.dss.hca.json index d2d1e73ccb..9aa2db7b4d 100644 --- a/test/indexer/data/0722b70c-6778-423d-8fe9-869e2a515d35.dss.hca.json +++ b/test/indexer/data/0722b70c-6778-423d-8fe9-869e2a515d35.dss.hca.json @@ -1,78 +1,12 @@ { - "manifest": [ - { - "name": "differentiation_protocol_0.json", - "uuid": "0078130e-8a91-47d0-9ff7-854ae772b8ea", - "version": "2021-03-18T11:38:47.812000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1628, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "0722b70c-6778-423d-8fe9-869e2a515d35", - "version": "2021-03-18T11:38:49.863000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 1697, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "0722b70c-6778-423d-8fe9-869e2a515d35", - "version": "2021-03-18T11:38:49.863000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "0a8112d1-d401-4c0d-8334-8cda8f8532c8", - "version": "2021-04-22T15:50:01.103000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 851, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "0d48b9ba-5fea-4260-abbc-2949ac357f75", - "version": "2021-03-18T11:38:49.142000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "16ed4ad8-7319-46b2-8859-6fe1c1d73a82", - "version": "2021-01-21T12:00:11.354000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 3832, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/54647cbb-7814-4d9a-b7f8-a6605c2f7aa6": { + "name": "SRR7648414_2.fastq.gz", "uuid": "297d6cef-d2dd-4eaf-bcd7-5abd0b27d556", "version": "2021-03-18T11:38:48.652000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 11636297998, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_8ab15f7b-ec0f-433a-b6fb-28cbe0fb8dc3_cc8da2bc-eeed-4c04-b069-764c0ec9f7f6", "crc32c": "d04bf2d8", @@ -80,225 +14,22 @@ "sha256": "d0dfc258e12273a9572383196724ed4ad9c6c4481660bb056074e777cc08478d", "s3_etag": "67c8d6b1cd71a8e88b1299e24c98b4ce-174" }, - { + "sequence_file/95595c66-2121-4ebc-9f2e-b5b61d193f25": { "name": "SRR7648414_1.fastq.gz", "uuid": "2d392c72-e042-48f4-8d4c-02800e9303a5", "version": "2021-03-18T11:38:48.639000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 4535175932, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_8ab15f7b-ec0f-433a-b6fb-28cbe0fb8dc3_1e60afef-6c94-4eb9-84f2-ff59398ca9da", "crc32c": "5fa7dd50", "sha1": "a07f39bd395992296da0d5beabad8626214c1983", "sha256": "84ac8921997a15ef8bb4721f6a135d660deb9b6f098a314d1d657fe667f3b8d5", "s3_etag": "0d8850e5eca0d74f0f683d0455e4cacd-68" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "328e83cc-1e31-4d49-bf69-3504a7d1d4ba", - "version": "2021-03-18T11:38:47.910000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 821, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "54647cbb-7814-4d9a-b7f8-a6605c2f7aa6", - "version": "2021-03-18T11:38:48.652000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 538, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_1.json", - "uuid": "59eeb73e-64d6-4959-9c69-b85570a20900", - "version": "2021-03-18T11:38:47.844000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 793, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "70b02064-3cf5-4e97-88f8-731c6e246965", - "version": "2021-03-18T11:38:49.499000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "95595c66-2121-4ebc-9f2e-b5b61d193f25", - "version": "2021-03-18T11:38:48.639000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 538, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "b2feeafc-bd19-4c54-b669-648ce3ee5b52", - "version": "2021-03-18T11:38:47.755000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 845, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "ca16fcf2-48df-4b2a-bd48-a5fce6b0cd75", - "version": "2021-03-18T11:38:47.884000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1095, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_line_0.json", - "uuid": "d91bbbd5-c2c1-4bb7-906f-494ee686658e", - "version": "2021-03-18T11:38:47.207000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1047, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "organoid_0.json", - "uuid": "df23c109-59f0-46d3-bd09-660175b51bda", - "version": "2021-03-18T11:38:47.509000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 836, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "f4234276-bdac-4ad1-b4a0-4b5d595ae04c", - "version": "2021-03-18T11:38:47.863000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 710, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "links": [ - { - "link_type": "process_link", - "process_id": "0722b70c-6778-423d-8fe9-869e2a515d35", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "b2feeafc-bd19-4c54-b669-648ce3ee5b52" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "95595c66-2121-4ebc-9f2e-b5b61d193f25" - }, - { - "output_type": "sequence_file", - "output_id": "54647cbb-7814-4d9a-b7f8-a6605c2f7aa6" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "ca16fcf2-48df-4b2a-bd48-a5fce6b0cd75" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "328e83cc-1e31-4d49-bf69-3504a7d1d4ba" - } - ] - }, - { - "link_type": "process_link", - "process_id": "70b02064-3cf5-4e97-88f8-731c6e246965", - "process_type": "process", - "inputs": [ - { - "input_type": "organoid", - "input_id": "df23c109-59f0-46d3-bd09-660175b51bda" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "b2feeafc-bd19-4c54-b669-648ce3ee5b52" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "59eeb73e-64d6-4959-9c69-b85570a20900" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f4234276-bdac-4ad1-b4a0-4b5d595ae04c" - } - ] - }, - { - "link_type": "process_link", - "process_id": "0d48b9ba-5fea-4260-abbc-2949ac357f75", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_line", - "input_id": "d91bbbd5-c2c1-4bb7-906f-494ee686658e" - } - ], - "outputs": [ - { - "output_type": "organoid", - "output_id": "df23c109-59f0-46d3-bd09-660175b51bda" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0a8112d1-d401-4c0d-8334-8cda8f8532c8" - }, - { - "protocol_type": "differentiation_protocol", - "protocol_id": "0078130e-8a91-47d0-9ff7-854ae772b8ea" - } - ] - } - ], - "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", - "schema_version": "2.1.1", - "schema_type": "links" - }, - "dissociation_protocol_0.json": { + "dissociation_protocol/0a8112d1-d401-4c0d-8334-8cda8f8532c8": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "method": { "ontology": "EFO:0011026", @@ -326,7 +57,7 @@ "schema_minor_version": 2 } }, - "dissociation_protocol_1.json": { + "dissociation_protocol/59eeb73e-64d6-4959-9c69-b85570a20900": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -354,7 +85,7 @@ "schema_minor_version": 2 } }, - "cell_line_0.json": { + "cell_line/d91bbbd5-c2c1-4bb7-906f-494ee686658e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.5.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -390,7 +121,7 @@ "schema_minor_version": 5 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/328e83cc-1e31-4d49-bf69-3504a7d1d4ba": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -416,7 +147,7 @@ "schema_minor_version": 1 } }, - "process_0.json": { + "process/0722b70c-6778-423d-8fe9-869e2a515d35": { "insdc_experiment": { "insdc_experiment_accession": "SRX4511355" }, @@ -433,7 +164,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/0d48b9ba-5fea-4260-abbc-2949ac357f75": { "insdc_experiment": { "insdc_experiment_accession": "SRX4511355" }, @@ -450,7 +181,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/70b02064-3cf5-4e97-88f8-731c6e246965": { "process_core": { "process_id": "process_id_48" }, @@ -464,7 +195,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/16ed4ad8-7319-46b2-8859-6fe1c1d73a82": { "contributors": [ { "name": "Haojia,,Wu", @@ -583,7 +314,7 @@ "schema_minor_version": 1 } }, - "differentiation_protocol_0.json": { + "differentiation_protocol/0078130e-8a91-47d0-9ff7-854ae772b8ea": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.0/differentiation_protocol", "schema_type": "protocol", "protocol_core": { @@ -603,7 +334,7 @@ "schema_minor_version": 2 } }, - "cell_suspension_0.json": { + "cell_suspension/b2feeafc-bd19-4c54-b669-648ce3ee5b52": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -640,7 +371,7 @@ "schema_minor_version": 3 } }, - "organoid_0.json": { + "organoid/df23c109-59f0-46d3-bd09-660175b51bda": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/11.3.0/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -675,7 +406,7 @@ "schema_minor_version": 3 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/f4234276-bdac-4ad1-b4a0-4b5d595ae04c": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -697,7 +428,7 @@ "schema_minor_version": 1 } }, - "sequence_file_0.json": { + "sequence_file/54647cbb-7814-4d9a-b7f8-a6605c2f7aa6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -723,7 +454,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/95595c66-2121-4ebc-9f2e-b5b61d193f25": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -749,7 +480,7 @@ "schema_minor_version": 2 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/ca16fcf2-48df-4b2a-bd48-a5fce6b0cd75": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -790,5 +521,98 @@ "schema_minor_version": 2 } } - } -} + }, + "links": { + "links": [ + { + "link_type": "process_link", + "process_id": "0722b70c-6778-423d-8fe9-869e2a515d35", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "b2feeafc-bd19-4c54-b669-648ce3ee5b52" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "95595c66-2121-4ebc-9f2e-b5b61d193f25" + }, + { + "output_type": "sequence_file", + "output_id": "54647cbb-7814-4d9a-b7f8-a6605c2f7aa6" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "ca16fcf2-48df-4b2a-bd48-a5fce6b0cd75" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "328e83cc-1e31-4d49-bf69-3504a7d1d4ba" + } + ] + }, + { + "link_type": "process_link", + "process_id": "70b02064-3cf5-4e97-88f8-731c6e246965", + "process_type": "process", + "inputs": [ + { + "input_type": "organoid", + "input_id": "df23c109-59f0-46d3-bd09-660175b51bda" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "b2feeafc-bd19-4c54-b669-648ce3ee5b52" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "59eeb73e-64d6-4959-9c69-b85570a20900" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f4234276-bdac-4ad1-b4a0-4b5d595ae04c" + } + ] + }, + { + "link_type": "process_link", + "process_id": "0d48b9ba-5fea-4260-abbc-2949ac357f75", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_line", + "input_id": "d91bbbd5-c2c1-4bb7-906f-494ee686658e" + } + ], + "outputs": [ + { + "output_type": "organoid", + "output_id": "df23c109-59f0-46d3-bd09-660175b51bda" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0a8112d1-d401-4c0d-8334-8cda8f8532c8" + }, + { + "protocol_type": "differentiation_protocol", + "protocol_id": "0078130e-8a91-47d0-9ff7-854ae772b8ea" + } + ] + } + ], + "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", + "schema_version": "2.1.1", + "schema_type": "links" + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/17a3d288-01a0-464a-9599-7375fda3353d.dss.hca.json b/test/indexer/data/17a3d288-01a0-464a-9599-7375fda3353d.dss.hca.json index 5e757ec1c0..03364d4489 100644 --- a/test/indexer/data/17a3d288-01a0-464a-9599-7375fda3353d.dss.hca.json +++ b/test/indexer/data/17a3d288-01a0-464a-9599-7375fda3353d.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/6bc5b7ef-68f8-445d-8460-f04180c4fae1": { "sha1": "3cf469fd27e6ded04b48e0e79d27c4125b036036", "name": "HCATisStabAug177078016_S3_L001_R1_001.fastq.gz", "uuid": "6bc5b7ef-68f8-445d-8460-f04180c4fae1", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 785410326 }, - { + "sequence_file/cee5b925-919c-4c77-8ea2-be51a1728e2b": { "sha1": "5044125213cf33d39797ce440b21d146d3c2dc44", "name": "HCATisStabAug177078016_S2_L001_R1_001.fastq.gz", "uuid": "cee5b925-919c-4c77-8ea2-be51a1728e2b", @@ -24,7 +24,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1210026035 }, - { + "sequence_file/771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf": { "sha1": "aef6f8c52aad47fbf643a93843794c7fb851aaac", "name": "HCATisStabAug177078016_S1_L001_R1_001.fastq.gz", "uuid": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf", @@ -36,7 +36,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 984579175 }, - { + "sequence_file/17add91c-4063-4684-859d-d739baa4b9bb": { "sha1": "a74e90f75e7c48eeaa7fb2396ed88e1cfc278f4b", "name": "HCATisStabAug177078016_S3_L001_R2_001.fastq.gz", "uuid": "17add91c-4063-4684-859d-d739baa4b9bb", @@ -48,7 +48,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1796709528 }, - { + "sequence_file/024c5cb6-f473-40c9-9eb3-da08caf3180e": { "sha1": "016b573e4d0aff49147a13359e69b1c19e332817", "name": "HCATisStabAug177078016_S4_L001_R2_001.fastq.gz", "uuid": "024c5cb6-f473-40c9-9eb3-da08caf3180e", @@ -60,7 +60,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2448868668 }, - { + "sequence_file/b7554cb7-dc5a-4b07-9c7a-c04466d30576": { "sha1": "1e5f42bd8d9071c4ff788f4f68c9abb5624ba8ad", "name": "HCATisStabAug177078016_S4_L001_I1_001.fastq.gz", "uuid": "b7554cb7-dc5a-4b07-9c7a-c04466d30576", @@ -72,7 +72,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 544052716 }, - { + "sequence_file/fea5cc65-6d94-4d1e-a807-ec248f79b83d": { "sha1": "879fb66e2d808622de47c3f2183fdc190a0b20df", "name": "HCATisStabAug177078016_S2_L001_I1_001.fastq.gz", "uuid": "fea5cc65-6d94-4d1e-a807-ec248f79b83d", @@ -84,7 +84,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 574722449 }, - { + "sequence_file/b7d8d43c-bee6-48eb-bb36-0c07701c47b5": { "sha1": "d40ffdbde0c17493af376b47661cec2f55b24f21", "name": "HCATisStabAug177078016_S3_L001_I1_001.fastq.gz", "uuid": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5", @@ -96,7 +96,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 359478571 }, - { + "sequence_file/5239e70b-7d8d-4285-971f-9a156441c2f2": { "sha1": "17fcbe4e89c4f68d8f7183de6dac0242919c7298", "name": "HCATisStabAug177078016_S4_L001_R1_001.fastq.gz", "uuid": "5239e70b-7d8d-4285-971f-9a156441c2f2", @@ -108,7 +108,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1112212351 }, - { + "sequence_file/c548066c-9994-415a-98cb-3df2933937ff": { "sha1": "8e00425311948375295dc0df6d356e1e26c3e874", "name": "HCATisStabAug177078016_S2_L001_R2_001.fastq.gz", "uuid": "c548066c-9994-415a-98cb-3df2933937ff", @@ -120,7 +120,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2734648788 }, - { + "sequence_file/8ebfd02e-2a74-4367-80db-48082f331625": { "sha1": "b4581e48612d503caeeb049c092e92739a905922", "name": "HCATisStabAug177078016_S1_L001_R2_001.fastq.gz", "uuid": "8ebfd02e-2a74-4367-80db-48082f331625", @@ -132,7 +132,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2188935776 }, - { + "sequence_file/49fddace-4c59-41c1-8930-0707460132d7": { "sha1": "831d9ba53201a83506b236af27e6c1fb06a384f2", "name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", "uuid": "49fddace-4c59-41c1-8930-0707460132d7", @@ -144,9 +144,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 470883073 } - ], + }, "metadata": { - "project.json": { + "project/6ec8e247-2eb0-42d1-823f-75facd03988d": { "content": { "contributors": [ { @@ -250,661 +250,634 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "biomaterial_core": { - "has_input_biomaterial": "A1-Spl-0-TL5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "A1-Spl-0-TL5_cells", - "biomaterial_name": "cells from fresh spleen" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension", - "total_estimated_cells": 39300000, - "schema_type": "biomaterial" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.189Z", - "updateDate": "2018-03-27T13:10:43.316Z", - "document_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937" - } - }, - { - "content": { - "state_of_specimen": { - "ischemic_time": 7200, - "gross_image": [ - "284C_IMAGE_spleen_annotated.jpg" - ], - "postmortem_interval": 19800, - "ischemic_temperature": "warm", - "microscopic_description": "dead cells are quite faint on microscope at LMB" - }, - "organ": { - "text": "spleen", - "ontology": "UBERON:0002106" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_description": "fresh spleen", - "has_input_biomaterial": "284C-A1", - "biomaterial_name": "284C_spleen_fresh", - "supplementary_files": [ - "284C_IMAGE_spleen_annotated.jpeg" - ], - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "A1-Spl-0-TL5" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.291Z", - "updateDate": "2018-03-27T13:10:43.420Z", - "document_id": "d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7" - } - }, - { - "content": { - "is_living": false, - "death": { - "cause_of_death": "Hypoxic brain damage", - "cold_perfused": false - }, - "biological_sex": "male", - "weight": "80-85", - "disease": [ - { - "text": "normal", - "ontology": "PATO:0000461" - } - ], - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "height_unit": { - "text": "meter", - "ontology": "UO:0000008" - }, - "height": "1.75-1.8", - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism", - "organism_age": "55-60", - "schema_type": "biomaterial", - "biomaterial_core": { - "biomaterial_id": "284C-A1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_description": "Spleen", - "biomaterial_name": "284C-spleen" - }, - "medical_history": { - "alcohol_history": "3-6 units/day", - "smoking_history": "Smoker, 20/day for 25 years, stopped 2000" - }, - "organism_age_unit": { - "text": "year", - "ontology": "UO:0000036" - }, - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "weight_unit": { - "text": "kg", - "ontology": "UO:0000009" - } - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.212Z", - "updateDate": "2018-03-27T13:10:46.762Z", - "document_id": "9a7acc6d-8352-497e-b162-5e63b380366f" + "cell_suspension/a86b1fda-bb1d-4ef8-87d9-392517d4a937": { + "content": { + "biomaterial_core": { + "has_input_biomaterial": "A1-Spl-0-TL5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "A1-Spl-0-TL5_cells", + "biomaterial_name": "cells from fresh spleen" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" + ], + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension", + "total_estimated_cells": 39300000, + "schema_type": "biomaterial" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.189Z", + "updateDate": "2018-03-27T13:10:43.316Z", + "document_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937" + } }, - "file.json": { - "files": [ - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "index1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.480Z", - "document_id": "49fddace-4c59-41c1-8930-0707460132d7" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S1_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.490Z", - "document_id": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S1_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.502Z", - "document_id": "8ebfd02e-2a74-4367-80db-48082f331625" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S2_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "index1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.515Z", - "document_id": "fea5cc65-6d94-4d1e-a807-ec248f79b83d" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S2_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.524Z", - "document_id": "cee5b925-919c-4c77-8ea2-be51a1728e2b" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S2_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.534Z", - "document_id": "c548066c-9994-415a-98cb-3df2933937ff" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S3_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "index1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.545Z", - "document_id": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S3_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.555Z", - "document_id": "6bc5b7ef-68f8-445d-8460-f04180c4fae1" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S3_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.564Z", - "document_id": "17add91c-4063-4684-859d-d739baa4b9bb" - } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S4_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "index1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.575Z", - "document_id": "b7554cb7-dc5a-4b07-9c7a-c04466d30576" + "specimen_from_organism/d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7": { + "content": { + "state_of_specimen": { + "ischemic_time": 7200, + "gross_image": [ + "284C_IMAGE_spleen_annotated.jpg" + ], + "postmortem_interval": 19800, + "ischemic_temperature": "warm", + "microscopic_description": "dead cells are quite faint on microscope at LMB" + }, + "organ": { + "text": "spleen", + "ontology": "UBERON:0002106" + }, + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S4_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.587Z", - "document_id": "5239e70b-7d8d-4285-971f-9a156441c2f2" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_description": "fresh spleen", + "has_input_biomaterial": "284C-A1", + "biomaterial_name": "284C_spleen_fresh", + "supplementary_files": [ + "284C_IMAGE_spleen_annotated.jpeg" + ], + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "A1-Spl-0-TL5" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.291Z", + "updateDate": "2018-03-27T13:10:43.420Z", + "document_id": "d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7" + } + }, + "donor_organism/9a7acc6d-8352-497e-b162-5e63b380366f": { + "content": { + "is_living": false, + "death": { + "cause_of_death": "Hypoxic brain damage", + "cold_perfused": false + }, + "biological_sex": "male", + "weight": "80-85", + "disease": [ + { + "text": "normal", + "ontology": "PATO:0000461" } - }, - { - "content": { - "file_core": { - "file_name": "HCATisStabAug177078016_S4_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-27T13:10:38.597Z", - "document_id": "024c5cb6-f473-40c9-9eb3-da08caf3180e" + ], + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } + ], + "height_unit": { + "text": "meter", + "ontology": "UO:0000008" + }, + "height": "1.75-1.8", + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism", + "organism_age": "55-60", + "schema_type": "biomaterial", + "biomaterial_core": { + "biomaterial_id": "284C-A1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_description": "Spleen", + "biomaterial_name": "284C-spleen" + }, + "medical_history": { + "alcohol_history": "3-6 units/day", + "smoking_history": "Smoker, 20/day for 25 years, stopped 2000" + }, + "organism_age_unit": { + "text": "year", + "ontology": "UO:0000036" + }, + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "weight_unit": { + "text": "kg", + "ontology": "UO:0000009" } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.212Z", + "updateDate": "2018-03-27T13:10:46.762Z", + "document_id": "9a7acc6d-8352-497e-b162-5e63b380366f" + } }, - "process.json": { - "processes": [ - { - "content": { - "process_core": { - "process_id": "wrapper_process_7" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:39.071Z", - "updateDate": "2018-03-27T13:10:48.960Z", - "document_id": "7d3747dc-9e3a-4740-8504-82086ad1d63a" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_3" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.410Z", - "updateDate": "2018-03-27T13:10:46.927Z", - "document_id": "8797a64c-b498-4de6-aea7-86401199bee4" - } + "sequence_file/49fddace-4c59-41c1-8930-0707460132d7": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S1_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "index1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.480Z", + "document_id": "49fddace-4c59-41c1-8930-0707460132d7" + } + }, + "sequence_file/771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S1_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.490Z", + "document_id": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf" + } + }, + "sequence_file/8ebfd02e-2a74-4367-80db-48082f331625": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S1_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.502Z", + "document_id": "8ebfd02e-2a74-4367-80db-48082f331625" + } + }, + "sequence_file/fea5cc65-6d94-4d1e-a807-ec248f79b83d": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S2_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "index1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.515Z", + "document_id": "fea5cc65-6d94-4d1e-a807-ec248f79b83d" + } + }, + "sequence_file/cee5b925-919c-4c77-8ea2-be51a1728e2b": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S2_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.524Z", + "document_id": "cee5b925-919c-4c77-8ea2-be51a1728e2b" + } + }, + "sequence_file/c548066c-9994-415a-98cb-3df2933937ff": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S2_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.534Z", + "document_id": "c548066c-9994-415a-98cb-3df2933937ff" + } + }, + "sequence_file/b7d8d43c-bee6-48eb-bb36-0c07701c47b5": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S3_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "index1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.545Z", + "document_id": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5" + } + }, + "sequence_file/6bc5b7ef-68f8-445d-8460-f04180c4fae1": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S3_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.555Z", + "document_id": "6bc5b7ef-68f8-445d-8460-f04180c4fae1" + } + }, + "sequence_file/17add91c-4063-4684-859d-d739baa4b9bb": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S3_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.564Z", + "document_id": "17add91c-4063-4684-859d-d739baa4b9bb" + } + }, + "sequence_file/b7554cb7-dc5a-4b07-9c7a-c04466d30576": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S4_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "index1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.575Z", + "document_id": "b7554cb7-dc5a-4b07-9c7a-c04466d30576" + } + }, + "sequence_file/5239e70b-7d8d-4285-971f-9a156441c2f2": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S4_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.587Z", + "document_id": "5239e70b-7d8d-4285-971f-9a156441c2f2" + } + }, + "sequence_file/024c5cb6-f473-40c9-9eb3-da08caf3180e": { + "content": { + "file_core": { + "file_name": "HCATisStabAug177078016_S4_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-27T13:10:38.597Z", + "document_id": "024c5cb6-f473-40c9-9eb3-da08caf3180e" + } + }, + "process/7d3747dc-9e3a-4740-8504-82086ad1d63a": { + "content": { + "process_core": { + "process_id": "wrapper_process_7" }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_core": { - "process_id": "library_preparation_process_1", - "process_name": "Library preparation for 10x_v2 sequencing" - }, - "umi_barcode": { - "barcode_offset": 16, - "barcode_length": 10, - "barcode_read": "Read 1" - }, - "library_construction_approach": "10x_v2", - "cell_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "schema_type": "process", - "end_bias": "3 prime tag", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "second" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.700Z", - "updateDate": "2018-03-27T13:10:48.152Z", - "document_id": "fa9febdf-425e-41bc-925f-b17f27b96e61" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:39.071Z", + "updateDate": "2018-03-27T13:10:48.960Z", + "document_id": "7d3747dc-9e3a-4740-8504-82086ad1d63a" + } + }, + "process/8797a64c-b498-4de6-aea7-86401199bee4": { + "content": { + "process_core": { + "process_id": "sampling_process_3" }, - { - "content": { - "process_core": { - "process_id": "sequencing_process_1", - "process_name": "10x_v2 sequencing" - }, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 4000", - "ontology": "EFO:0008563" - }, - "paired_ends": true, - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.859Z", - "updateDate": "2018-03-27T13:10:48.049Z", - "document_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.410Z", + "updateDate": "2018-03-27T13:10:46.927Z", + "document_id": "8797a64c-b498-4de6-aea7-86401199bee4" + } }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_name": "10X Genomics protocol - including loading single cells and library prep", - "protocol_description": "ChromiumTM Single Cell 3' Library & Gel Bead Kit v2", - "document": "10x_sequencing_protocol.pdf", - "protocol_id": "10x_sequencing_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "single cell nucleic acid sequencing protocol", - "ontology": "EFO:0008439" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-27T13:10:38.103Z", - "updateDate": "2018-03-27T13:10:45.995Z", - "document_id": "73b0c9ae-a5bb-446e-9c7b-d0954e6af425" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" + "library_preparation_process/fa9febdf-425e-41bc-925f-b17f27b96e61": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_core": { + "process_id": "library_preparation_process_1", + "process_name": "Library preparation for 10x_v2 sequencing" + }, + "umi_barcode": { + "barcode_offset": 16, + "barcode_length": 10, + "barcode_read": "Read 1" + }, + "library_construction_approach": "10x_v2", + "cell_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "schema_type": "process", + "end_bias": "3 prime tag", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "second" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.700Z", + "updateDate": "2018-03-27T13:10:48.152Z", + "document_id": "fa9febdf-425e-41bc-925f-b17f27b96e61" + } }, - "links.json": { - "links": [ - { - "source_id": "d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7", - "source_type": "biomaterial", - "destination_id": "7d3747dc-9e3a-4740-8504-82086ad1d63a", - "destination_type": "process" - }, - { - "source_id": "7d3747dc-9e3a-4740-8504-82086ad1d63a", - "source_type": "process", - "destination_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937", - "destination_type": "biomaterial" - }, - { - "source_id": "8797a64c-b498-4de6-aea7-86401199bee4", - "source_type": "process", - "destination_id": "d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7", - "destination_type": "biomaterial" - }, - { - "source_id": "9a7acc6d-8352-497e-b162-5e63b380366f", - "source_type": "biomaterial", - "destination_id": "8797a64c-b498-4de6-aea7-86401199bee4", - "destination_type": "process" - }, - { - "source_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937", - "source_type": "biomaterial", - "destination_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "destination_type": "library_preparation_process" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "49fddace-4c59-41c1-8930-0707460132d7", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "8ebfd02e-2a74-4367-80db-48082f331625", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "fea5cc65-6d94-4d1e-a807-ec248f79b83d", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "cee5b925-919c-4c77-8ea2-be51a1728e2b", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "c548066c-9994-415a-98cb-3df2933937ff", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "6bc5b7ef-68f8-445d-8460-f04180c4fae1", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "17add91c-4063-4684-859d-d739baa4b9bb", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "b7554cb7-dc5a-4b07-9c7a-c04466d30576", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "5239e70b-7d8d-4285-971f-9a156441c2f2", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "024c5cb6-f473-40c9-9eb3-da08caf3180e", - "destination_type": "file" - }, - { - "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", - "source_type": "library_preparation_process", - "destination_id": "73b0c9ae-a5bb-446e-9c7b-d0954e6af425", - "destination_type": "protocol" - }, - { - "source_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937", - "source_type": "biomaterial", - "destination_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "destination_type": "sequencing_process" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "49fddace-4c59-41c1-8930-0707460132d7", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "8ebfd02e-2a74-4367-80db-48082f331625", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "fea5cc65-6d94-4d1e-a807-ec248f79b83d", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "cee5b925-919c-4c77-8ea2-be51a1728e2b", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "c548066c-9994-415a-98cb-3df2933937ff", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "6bc5b7ef-68f8-445d-8460-f04180c4fae1", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "17add91c-4063-4684-859d-d739baa4b9bb", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "b7554cb7-dc5a-4b07-9c7a-c04466d30576", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "5239e70b-7d8d-4285-971f-9a156441c2f2", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "024c5cb6-f473-40c9-9eb3-da08caf3180e", - "destination_type": "file" - }, - { - "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", - "source_type": "sequencing_process", - "destination_id": "73b0c9ae-a5bb-446e-9c7b-d0954e6af425", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "sequencing_process/0c6332ef-633b-403b-b4ed-c61ccacf87c8": { + "content": { + "process_core": { + "process_id": "sequencing_process_1", + "process_name": "10x_v2 sequencing" + }, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 4000", + "ontology": "EFO:0008563" + }, + "paired_ends": true, + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.859Z", + "updateDate": "2018-03-27T13:10:48.049Z", + "document_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8" + } + }, + "protocol/73b0c9ae-a5bb-446e-9c7b-d0954e6af425": { + "content": { + "protocol_core": { + "protocol_name": "10X Genomics protocol - including loading single cells and library prep", + "protocol_description": "ChromiumTM Single Cell 3' Library & Gel Bead Kit v2", + "document": "10x_sequencing_protocol.pdf", + "protocol_id": "10x_sequencing_protocol" + }, + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "single cell nucleic acid sequencing protocol", + "ontology": "EFO:0008439" + }, + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-27T13:10:38.103Z", + "updateDate": "2018-03-27T13:10:45.995Z", + "document_id": "73b0c9ae-a5bb-446e-9c7b-d0954e6af425" + } } - } + }, + "links": { + "links": [ + { + "source_id": "d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7", + "source_type": "biomaterial", + "destination_id": "7d3747dc-9e3a-4740-8504-82086ad1d63a", + "destination_type": "process" + }, + { + "source_id": "7d3747dc-9e3a-4740-8504-82086ad1d63a", + "source_type": "process", + "destination_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937", + "destination_type": "biomaterial" + }, + { + "source_id": "8797a64c-b498-4de6-aea7-86401199bee4", + "source_type": "process", + "destination_id": "d231b8f3-8fa3-4f3b-a8e5-66eca6228ae7", + "destination_type": "biomaterial" + }, + { + "source_id": "9a7acc6d-8352-497e-b162-5e63b380366f", + "source_type": "biomaterial", + "destination_id": "8797a64c-b498-4de6-aea7-86401199bee4", + "destination_type": "process" + }, + { + "source_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937", + "source_type": "biomaterial", + "destination_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "destination_type": "library_preparation_process" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "49fddace-4c59-41c1-8930-0707460132d7", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "8ebfd02e-2a74-4367-80db-48082f331625", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "fea5cc65-6d94-4d1e-a807-ec248f79b83d", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "cee5b925-919c-4c77-8ea2-be51a1728e2b", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "c548066c-9994-415a-98cb-3df2933937ff", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "6bc5b7ef-68f8-445d-8460-f04180c4fae1", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "17add91c-4063-4684-859d-d739baa4b9bb", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "b7554cb7-dc5a-4b07-9c7a-c04466d30576", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "5239e70b-7d8d-4285-971f-9a156441c2f2", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "024c5cb6-f473-40c9-9eb3-da08caf3180e", + "destination_type": "file" + }, + { + "source_id": "fa9febdf-425e-41bc-925f-b17f27b96e61", + "source_type": "library_preparation_process", + "destination_id": "73b0c9ae-a5bb-446e-9c7b-d0954e6af425", + "destination_type": "protocol" + }, + { + "source_id": "a86b1fda-bb1d-4ef8-87d9-392517d4a937", + "source_type": "biomaterial", + "destination_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "destination_type": "sequencing_process" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "49fddace-4c59-41c1-8930-0707460132d7", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "771d9bcb-a5ff-43b5-b3e8-e738cc4c05bf", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "8ebfd02e-2a74-4367-80db-48082f331625", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "fea5cc65-6d94-4d1e-a807-ec248f79b83d", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "cee5b925-919c-4c77-8ea2-be51a1728e2b", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "c548066c-9994-415a-98cb-3df2933937ff", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "b7d8d43c-bee6-48eb-bb36-0c07701c47b5", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "6bc5b7ef-68f8-445d-8460-f04180c4fae1", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "17add91c-4063-4684-859d-d739baa4b9bb", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "b7554cb7-dc5a-4b07-9c7a-c04466d30576", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "5239e70b-7d8d-4285-971f-9a156441c2f2", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "024c5cb6-f473-40c9-9eb3-da08caf3180e", + "destination_type": "file" + }, + { + "source_id": "0c6332ef-633b-403b-b4ed-c61ccacf87c8", + "source_type": "sequencing_process", + "destination_id": "73b0c9ae-a5bb-446e-9c7b-d0954e6af425", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.dss.hca.json b/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.dss.hca.json index c3e399acd2..094ce59f4b 100644 --- a/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.dss.hca.json +++ b/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.dss.hca.json @@ -1,330 +1,7 @@ { - "manifest": [ - { - "name": "cell_suspension_0.json", - "uuid": "906f8f09-deaa-40bb-bf50-27d2336b2dc4", - "version": "2019-09-20T13:43:52.387000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1033, - "indexed": true, - "crc32c": "003027e8", - "sha1": "a4b1887a5eb4896ab39bf70526fc3a4de1365ed4", - "sha256": "d54eefb2f3a7f4f926dd6bc02c18bd4565f34fc45f2f748dfa04f16e52e238b5", - "s3_etag": "26f61da5c684da885b60b361404a76bb" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", - "version": "2019-09-20T13:43:52.654000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1300, - "indexed": true, - "crc32c": "ef2adac7", - "sha1": "2270093c55e4e5d1cc6b68ef60cb6c8abd6127ae", - "sha256": "f4688fdb5c6b9b18c3993599c1d6a853070889eb702a06fae790409699c292c1", - "s3_etag": "3f17191e3721a119a85fc0ea784c0a81" - }, - { - "name": "cell_line_0.json", - "uuid": "70054038-cb12-429d-bb37-69185ff1deee", - "version": "2019-09-20T13:43:52.455000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1527, - "indexed": true, - "crc32c": "be0eeb22", - "sha1": "d74b73ac34bca57f9be0daa7de3dfc6174f23aae", - "sha256": "4353ba866910713ded6a370f3cf7a6cdd475f916076b2c0f4f1e28e17a162fe0", - "s3_etag": "d879779af504915743e70405db0a5b5f" - }, - { - "name": "donor_organism_0.json", - "uuid": "2b7adb0a-82a4-4319-80d1-4a73d879dec1", - "version": "2019-09-20T13:43:52.612000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1399, - "indexed": true, - "crc32c": "43523c47", - "sha1": "517eed8395bef0f81cd499a631c6ee52a0db6c24", - "sha256": "c3fcb0c8b9ce3362f6367caf12862cd98e3240919efd87c1ccea1c18e84a8722", - "s3_etag": "f6c5034159c6a90ab4eef05dea5eeb18" - }, - { - "name": "sequence_file_0.json", - "uuid": "5f68ea73-350b-4d37-a341-3004139fb699", - "version": "2019-09-20T13:50:35.660000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "3738e610", - "sha1": "e8bd13021e8cb3b5b664a880121c00453a7614f9", - "sha256": "ec2be2132d617c2d49c5476617a8e0ddfbcd50d6ac5f91fafd27fa0aa5cecf38", - "s3_etag": "8223c2f0408ced259f5b593ff2976822" - }, - { - "name": "sequence_file_1.json", - "uuid": "23f8e139-f4fa-4476-ba59-ff5d37003c34", - "version": "2019-09-20T13:50:08.455000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "4f88ffe0", - "sha1": "7fdda44357784f1546dce02df2c3644abe0a0065", - "sha256": "81baa638a51e1674133cc79a52f4fde8ffdfd14cb83d10371f0cc36768dd0c98", - "s3_etag": "9cef189ee5a9630507cdd119aa10eda4" - }, - { - "name": "sequence_file_2.json", - "uuid": "3c3d882a-cc38-4eea-ac53-0885f906852e", - "version": "2019-09-20T13:52:19.666000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "68264895", - "sha1": "a5d03344222236ea519f2116778f14b2f04888a1", - "sha256": "8b4a636d29f780020ceea6d30cebe716646c41c7b044467f666d285ccded36f3", - "s3_etag": "c210b53e32b633f8522bb6be0c89e87b" - }, - { - "name": "sequence_file_3.json", - "uuid": "35e07477-76cb-4a92-99b6-7b3bbb02ec06", - "version": "2019-09-20T13:49:42.254000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "8cb2ff3f", - "sha1": "7f00912ad99b75a511c35d5ce596ea29462d4fbe", - "sha256": "3073173c130a387570f53058bb206318fd967a2231d7c9a5eae4816ca3c7bf46", - "s3_etag": "3c39efa8a8b6c8546dccc9a030dfc187" - }, - { - "name": "sequence_file_4.json", - "uuid": "63051b9f-87d4-4853-a4a0-5cc742ef6e72", - "version": "2019-09-20T13:50:59.836000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "9b1ec98b", - "sha1": "476e62c8a8ad159d508d97f5a4abfa18a419a761", - "sha256": "384e0b507d97c1bfaf0fa4e6587b80e1565850a0d713f591f1b36e31633df6e1", - "s3_etag": "aa2265b201e2abfd2ca8f3c3c8535238" - }, - { - "name": "sequence_file_5.json", - "uuid": "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", - "version": "2019-09-20T13:52:17.560000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "a563fb6e", - "sha1": "922b78b501ff086677ab2481450f21e075180211", - "sha256": "52d4e678736191df3a299628c1ec8f34628ae7270860266f90d091e30c40e588", - "s3_etag": "c818db35352e2230dd1b2b9e1b61b839" - }, - { - "name": "sequence_file_6.json", - "uuid": "3dffc456-caaf-4823-9f65-fc0db7abacbc", - "version": "2019-09-20T13:49:42.771000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "969b6567", - "sha1": "acd83c3e3c7131a44cccfbf7fa4351d34b600301", - "sha256": "77e6413b121680434e226ab43d493abdb44b9839b12d29102d5257254871e865", - "s3_etag": "cf78c04caea2783c2f61a8876cf7115a" - }, - { - "name": "sequence_file_7.json", - "uuid": "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", - "version": "2019-09-20T13:50:08.492000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "b993bbe6", - "sha1": "489e857a10d71a46b5efa07816b7569de243ce5e", - "sha256": "4f4dcadd10f72198c1e3e675f4def3bcd88d8b03da4ce47f8d06fb441131b0fd", - "s3_etag": "9895d1814034cbc382d58fb93407aef2" - }, - { - "name": "sequence_file_8.json", - "uuid": "98ee0901-d34c-48a5-915a-0511bac325ec", - "version": "2019-09-20T13:53:16.941000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "c67706ab", - "sha1": "bba5f91afcdc8e6622f2d76dc5b5dbeba3345caf", - "sha256": "b900cb7f3bf45fc4420a24acb1108d63c768b0cfc1b95bd7f26f0a222ea953db", - "s3_etag": "b6dcb7ec07332207b959d32822b00e0a" - }, - { - "name": "sequence_file_9.json", - "uuid": "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", - "version": "2019-09-20T13:50:35.338000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "ec844324", - "sha1": "fea8b934f9869efebbcfacb3fd2fb782e34dad29", - "sha256": "71975b4328e5d0cf04bbd89242a484694e4ad3d91279e67c90212db9ac6ce4a8", - "s3_etag": "fbfed57ac71437dad8fb0d5de9f1a041" - }, - { - "name": "sequence_file_10.json", - "uuid": "133f2a25-f3aa-49a7-b9b6-d185d302fb26", - "version": "2019-09-20T13:51:28.379000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "b68d086e", - "sha1": "58b74845529443d726ba4405c7bf4d1db5eaa00e", - "sha256": "4bcc03518394b442cf64738ee8d02e5ec31307d7044e5a4002a029a94cae5ad6", - "s3_etag": "5a675c82b3edfd124810ebfe9a0eab96" - }, - { - "name": "sequence_file_11.json", - "uuid": "e46af70a-0396-41db-9b74-330cb8244124", - "version": "2019-09-20T13:52:19.118000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 847, - "indexed": true, - "crc32c": "85291395", - "sha1": "1ce811c5fab68ce865f88aed5942db1f627d8038", - "sha256": "0aeeab0a48f81e883ad334c52892b13e0ab9cba1e856f9766dbb908c0777fd01", - "s3_etag": "3d009b3c7aa9fc36ba424022fc2f3c0b" - }, - { - "name": "project_0.json", - "uuid": "116965f3-f094-4769-9d28-ae675c1b569c", - "version": "2019-10-03T10:54:38.894000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 5652, - "indexed": true, - "crc32c": "3da96875", - "sha1": "68a22a727f3a8439461734e7d2c192adfb971176", - "sha256": "0c44b89305a602e0d2e286ff34426e8b29485a0946e83f88162d0ccd0602ee5b", - "s3_etag": "6e84ee99cf58559e5019eb2f286f513a" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "2945bb1f-90de-42a3-afa1-f57a62c853f0", - "version": "2019-09-20T13:43:52.178000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1109, - "indexed": true, - "crc32c": "ae7642fe", - "sha1": "992cbb9e80c3784409c35f955e928c9e4c2d4af0", - "sha256": "f6ae67d590e44c0864b8aba0b422647b3219861a92a8cae53795d6895f27e780", - "s3_etag": "9eb8d4c59b32f96839e8e5f297d17f77" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "08b09d15-ef99-4278-9b88-65127adb51b9", - "version": "2019-09-20T13:43:51.921000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1240, - "indexed": true, - "crc32c": "e0510554", - "sha1": "e0c8b5c1ac1978cfa269cc543262f2fc3db123bb", - "sha256": "402b5686d8a8e3333c224aa3acf28336a4071ad6fd669c80585181c13bbac3b1", - "s3_etag": "2416dcdbe9718f9c5c10e484a8f5838d" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "eaf15851-97e3-4e4b-b81b-0e625098f4d5", - "version": "2019-09-20T13:43:52.177000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 830, - "indexed": true, - "crc32c": "2f7ea2aa", - "sha1": "7097cc98132f2ae167dacb3308eaeba6c401c93e", - "sha256": "d717b374ecec8da288f29cfb7486421e98b482bbabb29d0df67ee64b2e861b64", - "s3_etag": "64c9ebfce772a52b0e61c56ddacc26be" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "345bcbd2-f3a7-4f57-a806-fbb0ce4a25da", - "version": "2019-09-20T13:43:52.381000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 947, - "indexed": true, - "crc32c": "05052102", - "sha1": "22840f7cf4b682f711b974e08e3c981db32d14f0", - "sha256": "48e1642e7796c0ecff97a38cdcee6d675fd8c795aec6306b1587d48a59fbe090", - "s3_etag": "c42fa2044dbeb71bbc1032bc85a6c7f0" - }, - { - "name": "collection_protocol_0.json", - "uuid": "8612862e-beb1-416b-a807-0a83fae8d168", - "version": "2019-09-20T13:43:52.146000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1384, - "indexed": true, - "crc32c": "2662b17b", - "sha1": "e05886127a290633dd33f62b10d92ad26bf6a93d", - "sha256": "cb51583cbf6a2e314c3d39161d993d89ca119bca07498b0b2298abfddc18a90b", - "s3_etag": "4fe82f596c893e0824a6f220ec659ae9" - }, - { - "name": "process_0.json", - "uuid": "15de6ce1-c185-4852-ade4-43614c5d048b", - "version": "2019-09-20T13:43:52.606000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 470, - "indexed": true, - "crc32c": "ea37b628", - "sha1": "9f277e043768cf031244bcd8b755711e822b2307", - "sha256": "818c1cd77dbcb601c8ff0e09879154ee4a3a3e64c5f3588bad68cfb50a3d4679", - "s3_etag": "74630b8d7357296546c853214cacb00c" - }, - { - "name": "process_1.json", - "uuid": "47ca0565-ab7d-42bd-8731-ce5d30cfd6c7", - "version": "2019-09-20T13:43:52.438000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 446, - "indexed": true, - "crc32c": "d73a7fd3", - "sha1": "c1fc70df9d0f957d51b52a1942f32e6bfa32e7cc", - "sha256": "e81a24a2adbe5e84aefd03f48559eb515f8bb2970e94ee87ca64027646dc482e", - "s3_etag": "e67d7a369cbf5d5ed876f225134c4ca0" - }, - { - "name": "process_2.json", - "uuid": "df5114c9-9f52-451b-afde-3673392fc864", - "version": "2019-09-20T13:43:52.607000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 446, - "indexed": true, - "crc32c": "44beb2a9", - "sha1": "b82da91c0f1d794d610e92ea3ea2328d22dd6700", - "sha256": "c3621f31bf31d551169fa39e186bc90849df26b966d5deffb0190c8c93dc080e", - "s3_etag": "7136ddbeda4ebbd0e28232508dc141f3" - }, - { - "name": "process_3.json", - "uuid": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", - "version": "2019-09-20T13:43:52.368000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 446, - "indexed": true, - "crc32c": "7e39a5b4", - "sha1": "71f626ba4c6605d2f0c824c0b37a7390d2ea29e4", - "sha256": "55b54e2b1001ad02aa4d319138aee07492653efb25df7c029d2ec915147bb0a7", - "s3_etag": "b275f550a67f0f13bd9d72b4c7ab2965" - }, - { - "name": "links.json", - "uuid": "3bdcee29-2225-4033-95e1-8330208629e9", - "version": "2019-09-24T09:35:06.958773Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 3451, - "indexed": true, - "crc32c": "28463345", - "sha1": "65c1b41dc541d3c0b70c6303c9776cd0b886fce4", - "sha256": "8df416fbfb97a4ec0941575294eff77124e635fe4cc4e5cf6a17e78bd2fd3884", - "s3_etag": "dda677a4c7cba00d4708e9246e3bc12a" - }, - { + "manifest": { + "sequence_file/5f68ea73-350b-4d37-a341-3004139fb699": { + "name": "IDC9_L001_I1.fastq.gz", "uuid": "08bc2234-5157-4f5c-b348-5d63cc9f14e1", "version": "2019-09-24T09:35:07.310307Z", @@ -336,7 +13,7 @@ "sha256": "5a51c7ea8ce08cafb06d279041bd65f0759ab24bb6d2c25f2ca488d017cd2bc6", "s3_etag": "4cc2f68ce54b988081c14118adc480c4-7" }, - { + "sequence_file/23f8e139-f4fa-4476-ba59-ff5d37003c34": { "name": "IDC9_L001_R1.fastq.gz", "uuid": "c4288821-5775-4163-9543-5d29f847b03b", "version": "2019-09-24T09:35:07.508582Z", @@ -348,7 +25,7 @@ "sha256": "c2910761bfe2eb3ec958d653bc518988a8ecc081628a07d11f3308e25fb8f05d", "s3_etag": "046326b00d6cc7485eba093190ee7610-20" }, - { + "sequence_file/3c3d882a-cc38-4eea-ac53-0885f906852e": { "name": "IDC9_L001_R2.fastq.gz", "uuid": "1b9d4386-97ac-402d-a93d-40740b2c3c28", "version": "2019-09-24T09:35:07.677792Z", @@ -360,7 +37,7 @@ "sha256": "6d84bb5bcfec87db8480a01e0c65f44f7caf1af8668010cb825ef8114de130e7", "s3_etag": "06705170a39d451d000c0143135fc5c3-64" }, - { + "sequence_file/35e07477-76cb-4a92-99b6-7b3bbb02ec06": { "name": "IDC9_L002_I1.fastq.gz", "uuid": "ed7405bd-c1d0-4501-9a7a-7e953d887322", "version": "2019-09-24T09:35:07.845958Z", @@ -372,7 +49,7 @@ "sha256": "45ada227726e92de0638c50f4c2ac20ff3e2250f1138b436112d91d20fed19a3", "s3_etag": "4077676da51c8b6eff706b1ebf43114c-7" }, - { + "sequence_file/63051b9f-87d4-4853-a4a0-5cc742ef6e72": { "name": "IDC9_L002_R1.fastq.gz", "uuid": "292b2faf-0db3-4ba1-a6a5-cb7bdfa9313d", "version": "2019-09-24T09:35:08.157668Z", @@ -384,7 +61,7 @@ "sha256": "125e5c181744e2dacf0b156d4c0b82ce771701947b26ca738689edddfc3af97e", "s3_etag": "31985ad7f32b053fa97f05216c6e805e-20" }, - { + "sequence_file/6ca8e43f-5f40-4eb9-bfa9-294c54dbeade": { "name": "IDC9_L002_R2.fastq.gz", "uuid": "ea44789f-43b3-4684-b515-800605394177", "version": "2019-09-24T09:35:08.227847Z", @@ -396,7 +73,7 @@ "sha256": "e65d5d070584e7b08847fac0be1f89b7760ee9b301df792a66e5698d7d76d7f5", "s3_etag": "29da5762d5a55b9ecbd14c8663039f11-62" }, - { + "sequence_file/3dffc456-caaf-4823-9f65-fc0db7abacbc": { "name": "IDC9_L003_I1.fastq.gz", "uuid": "dd7d84d2-c515-489f-9ead-3f7df2c66848", "version": "2019-09-24T09:35:08.401689Z", @@ -408,7 +85,7 @@ "sha256": "17456db03c93cef439a31b1a43f3165db4f27a1dc93dbc76263beb5d002a0530", "s3_etag": "d7046367bee15cd004af8f9882874042-7" }, - { + "sequence_file/a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0": { "name": "IDC9_L003_R1.fastq.gz", "uuid": "87fb0ccd-07d9-4dde-bbb0-c61338e3127b", "version": "2019-09-24T09:35:08.661156Z", @@ -420,7 +97,7 @@ "sha256": "55bd588c98a7caa2089271d79b6e0838ea8036726a7e56619786d4a23afa53c9", "s3_etag": "fc818501a59964e076aff1bc7f7068c6-20" }, - { + "sequence_file/98ee0901-d34c-48a5-915a-0511bac325ec": { "name": "IDC9_L003_R2.fastq.gz", "uuid": "c4613a58-8bfb-43c6-8901-35d579631859", "version": "2019-09-24T09:35:08.872601Z", @@ -432,7 +109,7 @@ "sha256": "3813e23040c8e6a26a43fd1f164b2ec1d118e8f52b9d4510640f990d8e969dd8", "s3_etag": "3188a7180ba75349ca223905e3f589c1-64" }, - { + "sequence_file/27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6": { "name": "IDC9_L004_I1.fastq.gz", "uuid": "f0011946-dbea-4f87-9858-5e3fd32a9829", "version": "2019-09-24T09:35:09.172703Z", @@ -444,7 +121,7 @@ "sha256": "8af97d885b995e7239a409f490e915f4754e7d1902f4a620f464995a422fb61f", "s3_etag": "20497e6cbc5f671fa94cf69bf0febdad-7" }, - { + "sequence_file/133f2a25-f3aa-49a7-b9b6-d185d302fb26": { "name": "IDC9_L004_R1.fastq.gz", "uuid": "1abc51fb-6b3a-45e9-8691-fc250b4e0509", "version": "2019-09-24T09:35:09.245235Z", @@ -456,7 +133,7 @@ "sha256": "439112aa9aebd86f7e6a0c2206e005c8824994105aad3844090d765397931ed2", "s3_etag": "c9c70827a7c5d23bb150105a14112af9-20" }, - { + "sequence_file/e46af70a-0396-41db-9b74-330cb8244124": { "name": "IDC9_L004_R2.fastq.gz", "uuid": "ae5d1035-8f2b-4355-a0ef-bbb99958b303", "version": "2019-09-24T09:35:09.407370Z", @@ -468,9 +145,9 @@ "sha256": "4c9b22cfd3eb141a30a43fd52ce576b586279ca021444ff191c460a26cf1e4cc", "s3_etag": "c92e5374ac0a53b228d4c1511c2d2842-63" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/906f8f09-deaa-40bb-bf50-27d2336b2dc4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -503,7 +180,7 @@ "schema_minor_version": 3 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/d6a518a8-0c5d-4cb0-aed5-68f3455c2bda": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -549,7 +226,7 @@ "schema_minor_version": 4 } }, - "cell_line_0.json": { + "cell_line/70054038-cb12-429d-bb37-69185ff1deee": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.5.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -595,7 +272,7 @@ "schema_minor_version": 5 } }, - "donor_organism_0.json": { + "donor_organism/2b7adb0a-82a4-4319-80d1-4a73d879dec1": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -645,7 +322,7 @@ "schema_minor_version": 5 } }, - "sequence_file_0.json": { + "sequence_file/5f68ea73-350b-4d37-a341-3004139fb699": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -672,7 +349,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/23f8e139-f4fa-4476-ba59-ff5d37003c34": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -699,7 +376,7 @@ "schema_minor_version": 2 } }, - "sequence_file_2.json": { + "sequence_file/3c3d882a-cc38-4eea-ac53-0885f906852e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -726,7 +403,7 @@ "schema_minor_version": 2 } }, - "sequence_file_3.json": { + "sequence_file/35e07477-76cb-4a92-99b6-7b3bbb02ec06": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -753,7 +430,7 @@ "schema_minor_version": 2 } }, - "sequence_file_4.json": { + "sequence_file/63051b9f-87d4-4853-a4a0-5cc742ef6e72": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -780,7 +457,7 @@ "schema_minor_version": 2 } }, - "sequence_file_5.json": { + "sequence_file/6ca8e43f-5f40-4eb9-bfa9-294c54dbeade": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -807,7 +484,7 @@ "schema_minor_version": 2 } }, - "sequence_file_6.json": { + "sequence_file/3dffc456-caaf-4823-9f65-fc0db7abacbc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -834,7 +511,7 @@ "schema_minor_version": 2 } }, - "sequence_file_7.json": { + "sequence_file/a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -861,7 +538,7 @@ "schema_minor_version": 2 } }, - "sequence_file_8.json": { + "sequence_file/98ee0901-d34c-48a5-915a-0511bac325ec": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -888,7 +565,7 @@ "schema_minor_version": 2 } }, - "sequence_file_9.json": { + "sequence_file/27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -915,7 +592,7 @@ "schema_minor_version": 2 } }, - "sequence_file_10.json": { + "sequence_file/133f2a25-f3aa-49a7-b9b6-d185d302fb26": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -942,7 +619,7 @@ "schema_minor_version": 2 } }, - "sequence_file_11.json": { + "sequence_file/e46af70a-0396-41db-9b74-330cb8244124": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -969,7 +646,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/116965f3-f094-4769-9d28-ae675c1b569c": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -1091,7 +768,7 @@ "schema_minor_version": 1 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/2945bb1f-90de-42a3-afa1-f57a62c853f0": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1121,7 +798,7 @@ "schema_minor_version": 2 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/08b09d15-ef99-4278-9b88-65127adb51b9": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1154,7 +831,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/eaf15851-97e3-4e4b-b81b-0e625098f4d5": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1175,7 +852,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/345bcbd2-f3a7-4f57-a806-fbb0ce4a25da": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1197,7 +874,7 @@ "schema_minor_version": 1 } }, - "collection_protocol_0.json": { + "collection_protocol/8612862e-beb1-416b-a807-0a83fae8d168": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1218,7 +895,7 @@ "schema_minor_version": 2 } }, - "process_0.json": { + "process/15de6ce1-c185-4852-ade4-43614c5d048b": { "start_time": "2019.01.21", "process_core": { "process_id": "IDC9" @@ -1233,7 +910,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/47ca0565-ab7d-42bd-8731-ce5d30cfd6c7": { "process_core": { "process_id": "process_id_6" }, @@ -1247,7 +924,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/df5114c9-9f52-451b-afde-3673392fc864": { "process_core": { "process_id": "process_id_1" }, @@ -1261,7 +938,7 @@ "schema_minor_version": 2 } }, - "process_3.json": { + "process/c5cf9180-535a-4d1c-bdee-4f6ce7845b1e": { "process_core": { "process_id": "process_id_3" }, @@ -1274,101 +951,102 @@ "schema_major_version": 9, "schema_minor_version": 2 } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "15de6ce1-c185-4852-ade4-43614c5d048b", - "inputs": [ - "906f8f09-deaa-40bb-bf50-27d2336b2dc4" - ], - "input_type": "biomaterial", - "outputs": [ - "5f68ea73-350b-4d37-a341-3004139fb699", - "23f8e139-f4fa-4476-ba59-ff5d37003c34", - "3c3d882a-cc38-4eea-ac53-0885f906852e", - "35e07477-76cb-4a92-99b6-7b3bbb02ec06", - "63051b9f-87d4-4853-a4a0-5cc742ef6e72", - "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", - "3dffc456-caaf-4823-9f65-fc0db7abacbc", - "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", - "98ee0901-d34c-48a5-915a-0511bac325ec", - "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", - "133f2a25-f3aa-49a7-b9b6-d185d302fb26", - "e46af70a-0396-41db-9b74-330cb8244124" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "2945bb1f-90de-42a3-afa1-f57a62c853f0" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "08b09d15-ef99-4278-9b88-65127adb51b9" - } - ] - }, - { - "process": "47ca0565-ab7d-42bd-8731-ce5d30cfd6c7", - "inputs": [ - "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", - "70054038-cb12-429d-bb37-69185ff1deee" - ], - "input_type": "biomaterial", - "outputs": [ - "906f8f09-deaa-40bb-bf50-27d2336b2dc4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "345bcbd2-f3a7-4f57-a806-fbb0ce4a25da" - } - ] - }, - { - "process": "df5114c9-9f52-451b-afde-3673392fc864", - "inputs": [ - "2b7adb0a-82a4-4319-80d1-4a73d879dec1" - ], - "input_type": "biomaterial", - "outputs": [ - "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "8612862e-beb1-416b-a807-0a83fae8d168" - } - ] - }, - { - "process": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", - "inputs": [ - "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda" - ], - "input_type": "biomaterial", - "outputs": [ - "70054038-cb12-429d-bb37-69185ff1deee" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" - } - ] - } - ] } - } -} + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "15de6ce1-c185-4852-ade4-43614c5d048b", + "inputs": [ + "906f8f09-deaa-40bb-bf50-27d2336b2dc4" + ], + "input_type": "biomaterial", + "outputs": [ + "5f68ea73-350b-4d37-a341-3004139fb699", + "23f8e139-f4fa-4476-ba59-ff5d37003c34", + "3c3d882a-cc38-4eea-ac53-0885f906852e", + "35e07477-76cb-4a92-99b6-7b3bbb02ec06", + "63051b9f-87d4-4853-a4a0-5cc742ef6e72", + "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", + "3dffc456-caaf-4823-9f65-fc0db7abacbc", + "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", + "98ee0901-d34c-48a5-915a-0511bac325ec", + "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", + "133f2a25-f3aa-49a7-b9b6-d185d302fb26", + "e46af70a-0396-41db-9b74-330cb8244124" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "2945bb1f-90de-42a3-afa1-f57a62c853f0" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "08b09d15-ef99-4278-9b88-65127adb51b9" + } + ] + }, + { + "process": "47ca0565-ab7d-42bd-8731-ce5d30cfd6c7", + "inputs": [ + "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", + "70054038-cb12-429d-bb37-69185ff1deee" + ], + "input_type": "biomaterial", + "outputs": [ + "906f8f09-deaa-40bb-bf50-27d2336b2dc4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "345bcbd2-f3a7-4f57-a806-fbb0ce4a25da" + } + ] + }, + { + "process": "df5114c9-9f52-451b-afde-3673392fc864", + "inputs": [ + "2b7adb0a-82a4-4319-80d1-4a73d879dec1" + ], + "input_type": "biomaterial", + "outputs": [ + "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "8612862e-beb1-416b-a807-0a83fae8d168" + } + ] + }, + { + "process": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", + "inputs": [ + "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda" + ], + "input_type": "biomaterial", + "outputs": [ + "70054038-cb12-429d-bb37-69185ff1deee" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" + } + ] + } + ] + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.tdr.hca.json b/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.tdr.hca.json index cb5961843a..9dd46a0488 100644 --- a/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.tdr.hca.json +++ b/test/indexer/data/1b6d8348-d6e9-406a-aa6a-7ee886e52bf9.tdr.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "supplementary_file/22561f93-d5e0-57eb-a54e-2d9d565cc234": { "name": "22561f93-d5e0-57eb-a54e-2d9d565cc234_file_name.fmt", "uuid": "046a88ef-d19f-51ed-9003-14847dffc820", "size": 1024, @@ -9,21 +9,9 @@ "version": "2019-09-24T09:35:06.958773Z", "crc32c": "", "sha256": "", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_1d239f78-f3e6-5dfb-aeb0-f50d8d97b51c" }, - { - "name": "sequencing_protocol_0.json", - "uuid": "08b09d15-ef99-4278-9b88-65127adb51b9", - "version": "2019-09-20T13:43:51.921000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1036, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/5f68ea73-350b-4d37-a341-3004139fb699": { "name": "IDC9_L001_I1.fastq.gz", "uuid": "08bc2234-5157-4f5c-b348-5d63cc9f14e1", "version": "2019-09-24T09:35:07.310307Z", @@ -34,43 +22,9 @@ "sha1": "82599ed6a9e0beb47fd5bd87e718959dbbecb0bd", "sha256": "5a51c7ea8ce08cafb06d279041bd65f0759ab24bb6d2c25f2ca488d017cd2bc6", "s3_etag": "4cc2f68ce54b988081c14118adc480c4-7", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_c82292d3-61d1-5785-b8dc-24b9365df5bd" }, - { - "name": "project_0.json", - "uuid": "116965f3-f094-4769-9d28-ae675c1b569c", - "version": "2019-10-03T10:54:38.894000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 4304, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_0.json", - "uuid": "133f2a25-f3aa-49a7-b9b6-d185d302fb26", - "version": "2019-09-20T13:51:28.379000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "process_0.json", - "uuid": "15de6ce1-c185-4852-ade4-43614c5d048b", - "version": "2019-09-20T13:43:52.606000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 388, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "supplementary_file/c343a47d-683f-571d-99c4-1331841b4e63": { "name": "c343a47d-683f-571d-99c4-1331841b4e63_file_name.fmt", "uuid": "19617367-cda8-54e0-8296-84623ef58c3f", "size": 1024, @@ -79,10 +33,9 @@ "version": "2019-09-24T09:35:06.958773Z", "crc32c": "", "sha256": "", - "is_stitched": false, "drs_uri": null }, - { + "sequence_file/133f2a25-f3aa-49a7-b9b6-d185d302fb26": { "name": "IDC9_L004_R1.fastq.gz", "uuid": "1abc51fb-6b3a-45e9-8691-fc250b4e0509", "version": "2019-09-24T09:35:09.245235Z", @@ -93,21 +46,9 @@ "sha1": "8e36f67ce2f1ac6771a42c6b7b6053786d39c356", "sha256": "439112aa9aebd86f7e6a0c2206e005c8824994105aad3844090d765397931ed2", "s3_etag": "c9c70827a7c5d23bb150105a14112af9-20", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_385feda5-d1e3-5a51-8e55-f4f491a4e7bf" }, - { - "name": "links.json", - "uuid": "1b6d8348-d6e9-406a-aa6a-7ee886e52bf9", - "version": "2019-09-24T09:35:06.958773Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 3786, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/3c3d882a-cc38-4eea-ac53-0885f906852e": { "name": "IDC9_L001_R2.fastq.gz", "uuid": "1b9d4386-97ac-402d-a93d-40740b2c3c28", "version": "2019-09-24T09:35:07.677792Z", @@ -118,43 +59,9 @@ "sha1": "73ce5b30e5c71e0ed538d67cf13e2bd638a86243", "sha256": "6d84bb5bcfec87db8480a01e0c65f44f7caf1af8668010cb825ef8114de130e7", "s3_etag": "06705170a39d451d000c0143135fc5c3-64", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_83e89c54-4fc6-58b0-800c-3788539c41e7" }, - { - "name": "supplementary_file_0.json", - "uuid": "22561f93-d5e0-57eb-a54e-2d9d565cc234", - "version": "2019-09-24T09:35:06.958773Z", - "size": 353, - "indexed": true, - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_1.json", - "uuid": "23f8e139-f4fa-4476-ba59-ff5d37003c34", - "version": "2019-09-20T13:50:08.455000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_2.json", - "uuid": "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", - "version": "2019-09-20T13:50:35.338000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/63051b9f-87d4-4853-a4a0-5cc742ef6e72": { "name": "IDC9_L002_R1.fastq.gz", "uuid": "292b2faf-0db3-4ba1-a6a5-cb7bdfa9313d", "version": "2019-09-24T09:35:08.157668Z", @@ -165,98 +72,9 @@ "sha1": "b46f3cda41226009ad7b0caeefd76cccb4f7b7bc", "sha256": "125e5c181744e2dacf0b156d4c0b82ce771701947b26ca738689edddfc3af97e", "s3_etag": "31985ad7f32b053fa97f05216c6e805e-20", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_dba31e1c-1b9c-56ae-af74-16b00b8144d2" }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "2945bb1f-90de-42a3-afa1-f57a62c853f0", - "version": "2019-09-20T13:43:52.178000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 931, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "donor_organism_0.json", - "uuid": "2b7adb0a-82a4-4319-80d1-4a73d879dec1", - "version": "2019-09-20T13:43:52.612000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1041, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "345bcbd2-f3a7-4f57-a806-fbb0ce4a25da", - "version": "2019-09-20T13:43:52.381000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 815, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_3.json", - "uuid": "35e07477-76cb-4a92-99b6-7b3bbb02ec06", - "version": "2019-09-20T13:49:42.254000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_4.json", - "uuid": "3c3d882a-cc38-4eea-ac53-0885f906852e", - "version": "2019-09-20T13:52:19.666000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_5.json", - "uuid": "3dffc456-caaf-4823-9f65-fc0db7abacbc", - "version": "2019-09-20T13:49:42.771000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "process_1.json", - "uuid": "47ca0565-ab7d-42bd-8731-ce5d30cfd6c7", - "version": "2019-09-20T13:43:52.438000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 368, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "supplementary_file_1.json", - "uuid": "507d2814-1688-54e7-b73e-2f831aa34368", - "version": "2019-09-24T09:35:06.958773Z", - "size": 353, - "indexed": true, - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "supplementary_file/507d2814-1688-54e7-b73e-2f831aa34368": { "name": "507d2814-1688-54e7-b73e-2f831aa34368_file_name.fmt", "uuid": "519ee493-0984-5b54-95ec-85452d506b00", "size": 1024, @@ -265,65 +83,9 @@ "version": "2019-09-24T09:35:06.958773Z", "crc32c": "", "sha256": "", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_9d6f268f-f484-5381-9095-f0998fa0c961" }, - { - "name": "sequence_file_6.json", - "uuid": "5f68ea73-350b-4d37-a341-3004139fb699", - "version": "2019-09-20T13:50:35.660000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_7.json", - "uuid": "63051b9f-87d4-4853-a4a0-5cc742ef6e72", - "version": "2019-09-20T13:50:59.836000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_8.json", - "uuid": "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", - "version": "2019-09-20T13:52:17.560000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "cell_line_0.json", - "uuid": "70054038-cb12-429d-bb37-69185ff1deee", - "version": "2019-09-20T13:43:52.455000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1207, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "collection_protocol_0.json", - "uuid": "8612862e-beb1-416b-a807-0a83fae8d168", - "version": "2019-09-20T13:43:52.146000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1256, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0": { "name": "IDC9_L003_R1.fastq.gz", "uuid": "87fb0ccd-07d9-4dde-bbb0-c61338e3127b", "version": "2019-09-24T09:35:08.661156Z", @@ -334,43 +96,9 @@ "sha1": "a2493797f5cd1a2e644a08a0a81bc329c78ab950", "sha256": "55bd588c98a7caa2089271d79b6e0838ea8036726a7e56619786d4a23afa53c9", "s3_etag": "fc818501a59964e076aff1bc7f7068c6-20", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_a5e4e698-1d4c-5a5d-8d7c-5c84ea0f30d8" }, - { - "name": "cell_suspension_0.json", - "uuid": "906f8f09-deaa-40bb-bf50-27d2336b2dc4", - "version": "2019-09-20T13:43:52.387000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 781, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_9.json", - "uuid": "98ee0901-d34c-48a5-915a-0511bac325ec", - "version": "2019-09-20T13:53:16.941000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_10.json", - "uuid": "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", - "version": "2019-09-20T13:50:08.492000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/e46af70a-0396-41db-9b74-330cb8244124": { "name": "IDC9_L004_R2.fastq.gz", "uuid": "ae5d1035-8f2b-4355-a0ef-bbb99958b303", "version": "2019-09-24T09:35:09.407370Z", @@ -381,21 +109,9 @@ "sha1": "9ee5c924eb8cce21b2544b92cea7df0ac84e6e2f", "sha256": "4c9b22cfd3eb141a30a43fd52ce576b586279ca021444ff191c460a26cf1e4cc", "s3_etag": "c92e5374ac0a53b228d4c1511c2d2842-63", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_065dad63-3e05-5738-8ba5-9925d5d73d5e" }, - { - "name": "supplementary_file_2.json", - "uuid": "c343a47d-683f-571d-99c4-1331841b4e63", - "version": "2019-09-24T09:35:06.958773Z", - "size": 353, - "indexed": true, - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/23f8e139-f4fa-4476-ba59-ff5d37003c34": { "name": "IDC9_L001_R1.fastq.gz", "uuid": "c4288821-5775-4163-9543-5d29f847b03b", "version": "2019-09-24T09:35:07.508582Z", @@ -406,10 +122,9 @@ "sha1": "4cf46e3cc2f8bc7fb019920ef0ff88c8d4541ef2", "sha256": "c2910761bfe2eb3ec958d653bc518988a8ecc081628a07d11f3308e25fb8f05d", "s3_etag": "046326b00d6cc7485eba093190ee7610-20", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_93ce1f3e-a963-5463-948f-44751a37f48d" }, - { + "sequence_file/98ee0901-d34c-48a5-915a-0511bac325ec": { "name": "IDC9_L003_R2.fastq.gz", "uuid": "c4613a58-8bfb-43c6-8901-35d579631859", "version": "2019-09-24T09:35:08.872601Z", @@ -420,32 +135,9 @@ "sha1": "b851d8660a9dc81813f6d31d75e7b248241b575f", "sha256": "3813e23040c8e6a26a43fd1f164b2ec1d118e8f52b9d4510640f990d8e969dd8", "s3_etag": "3188a7180ba75349ca223905e3f589c1-64", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_e6c1d2ce-d6ad-500e-8682-626a555992ab" }, - { - "name": "process_2.json", - "uuid": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", - "version": "2019-09-20T13:43:52.368000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 368, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", - "version": "2019-09-20T13:43:52.654000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 946, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/3dffc456-caaf-4823-9f65-fc0db7abacbc": { "name": "IDC9_L003_I1.fastq.gz", "uuid": "dd7d84d2-c515-489f-9ead-3f7df2c66848", "version": "2019-09-24T09:35:08.401689Z", @@ -456,32 +148,9 @@ "sha1": "7e0667acc57bba6e57022d6e9e31dfa86f401ac1", "sha256": "17456db03c93cef439a31b1a43f3165db4f27a1dc93dbc76263beb5d002a0530", "s3_etag": "d7046367bee15cd004af8f9882874042-7", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_bb455f5a-a70f-5155-85a0-46f475856e9f" }, - { - "name": "process_3.json", - "uuid": "df5114c9-9f52-451b-afde-3673392fc864", - "version": "2019-09-20T13:43:52.607000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 368, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { - "name": "sequence_file_11.json", - "uuid": "e46af70a-0396-41db-9b74-330cb8244124", - "version": "2019-09-20T13:52:19.118000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 645, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/6ca8e43f-5f40-4eb9-bfa9-294c54dbeade": { "name": "IDC9_L002_R2.fastq.gz", "uuid": "ea44789f-43b3-4684-b515-800605394177", "version": "2019-09-24T09:35:08.227847Z", @@ -492,21 +161,9 @@ "sha1": "5d0217eedef4e8b60f0730de08c845b50890a2f9", "sha256": "e65d5d070584e7b08847fac0be1f89b7760ee9b301df792a66e5698d7d76d7f5", "s3_etag": "29da5762d5a55b9ecbd14c8663039f11-62", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_f140bd59-16c2-5082-aaf6-1c929e7063c6" }, - { - "name": "dissociation_protocol_0.json", - "uuid": "eaf15851-97e3-4e4b-b81b-0e625098f4d5", - "version": "2019-09-20T13:43:52.177000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 702, - "indexed": true, - "crc32c": "", - "sha256": "", - "is_stitched": false - }, - { + "sequence_file/35e07477-76cb-4a92-99b6-7b3bbb02ec06": { "name": "IDC9_L002_I1.fastq.gz", "uuid": "ed7405bd-c1d0-4501-9a7a-7e953d887322", "version": "2019-09-24T09:35:07.845958Z", @@ -517,10 +174,9 @@ "sha1": "9a51a048fa73b59aa84f2a6b300bf3c57fb70346", "sha256": "45ada227726e92de0638c50f4c2ac20ff3e2250f1138b436112d91d20fed19a3", "s3_etag": "4077676da51c8b6eff706b1ebf43114c-7", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_b644bacb-5e69-5f73-baaf-f32178b0d0fd" }, - { + "sequence_file/27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6": { "name": "IDC9_L004_I1.fastq.gz", "uuid": "f0011946-dbea-4f87-9858-5e3fd32a9829", "version": "2019-09-24T09:35:09.172703Z", @@ -531,12 +187,11 @@ "sha1": "9a726b1fcd446ad3777e5537d4ee809fa393b8b5", "sha256": "8af97d885b995e7239a409f490e915f4754e7d1902f4a620f464995a422fb61f", "s3_etag": "20497e6cbc5f671fa94cf69bf0febdad-7", - "is_stitched": false, "drs_uri": "drs://mock_tdr.lan/v1_d8c20944-739f-4e7d-9161-b720953432ce_a694f8a4-424d-56db-9329-d449667416ea" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/906f8f09-deaa-40bb-bf50-27d2336b2dc4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -569,7 +224,7 @@ "schema_minor_version": 3 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/d6a518a8-0c5d-4cb0-aed5-68f3455c2bda": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -615,7 +270,7 @@ "schema_minor_version": 4 } }, - "cell_line_0.json": { + "cell_line/70054038-cb12-429d-bb37-69185ff1deee": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.5.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -661,7 +316,7 @@ "schema_minor_version": 5 } }, - "donor_organism_0.json": { + "donor_organism/2b7adb0a-82a4-4319-80d1-4a73d879dec1": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -711,7 +366,7 @@ "schema_minor_version": 5 } }, - "sequence_file_0.json": { + "sequence_file/5f68ea73-350b-4d37-a341-3004139fb699": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -738,7 +393,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/23f8e139-f4fa-4476-ba59-ff5d37003c34": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -765,7 +420,7 @@ "schema_minor_version": 2 } }, - "sequence_file_2.json": { + "sequence_file/3c3d882a-cc38-4eea-ac53-0885f906852e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -792,7 +447,7 @@ "schema_minor_version": 2 } }, - "sequence_file_3.json": { + "sequence_file/35e07477-76cb-4a92-99b6-7b3bbb02ec06": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -819,7 +474,7 @@ "schema_minor_version": 2 } }, - "sequence_file_4.json": { + "sequence_file/63051b9f-87d4-4853-a4a0-5cc742ef6e72": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -846,7 +501,7 @@ "schema_minor_version": 2 } }, - "sequence_file_5.json": { + "sequence_file/6ca8e43f-5f40-4eb9-bfa9-294c54dbeade": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -873,7 +528,7 @@ "schema_minor_version": 2 } }, - "sequence_file_6.json": { + "sequence_file/3dffc456-caaf-4823-9f65-fc0db7abacbc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -900,7 +555,7 @@ "schema_minor_version": 2 } }, - "sequence_file_7.json": { + "sequence_file/a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -927,7 +582,7 @@ "schema_minor_version": 2 } }, - "sequence_file_8.json": { + "sequence_file/98ee0901-d34c-48a5-915a-0511bac325ec": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -954,7 +609,7 @@ "schema_minor_version": 2 } }, - "sequence_file_9.json": { + "sequence_file/27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -981,7 +636,7 @@ "schema_minor_version": 2 } }, - "sequence_file_10.json": { + "sequence_file/133f2a25-f3aa-49a7-b9b6-d185d302fb26": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1008,7 +663,7 @@ "schema_minor_version": 2 } }, - "sequence_file_11.json": { + "sequence_file/e46af70a-0396-41db-9b74-330cb8244124": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1035,7 +690,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/116965f3-f094-4769-9d28-ae675c1b569c": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -1157,7 +812,7 @@ "schema_minor_version": 1 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/2945bb1f-90de-42a3-afa1-f57a62c853f0": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1187,7 +842,7 @@ "schema_minor_version": 2 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/08b09d15-ef99-4278-9b88-65127adb51b9": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1220,7 +875,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/eaf15851-97e3-4e4b-b81b-0e625098f4d5": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1241,7 +896,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/345bcbd2-f3a7-4f57-a806-fbb0ce4a25da": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1263,7 +918,7 @@ "schema_minor_version": 1 } }, - "collection_protocol_0.json": { + "collection_protocol/8612862e-beb1-416b-a807-0a83fae8d168": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1284,7 +939,7 @@ "schema_minor_version": 2 } }, - "process_0.json": { + "process/15de6ce1-c185-4852-ade4-43614c5d048b": { "start_time": "2019.01.21", "process_core": { "process_id": "IDC9" @@ -1299,7 +954,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/47ca0565-ab7d-42bd-8731-ce5d30cfd6c7": { "process_core": { "process_id": "process_id_6" }, @@ -1313,7 +968,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/df5114c9-9f52-451b-afde-3673392fc864": { "process_core": { "process_id": "process_id_1" }, @@ -1327,7 +982,7 @@ "schema_minor_version": 2 } }, - "process_3.json": { + "process/c5cf9180-535a-4d1c-bdee-4f6ce7845b1e": { "process_core": { "process_id": "process_id_3" }, @@ -1341,201 +996,7 @@ "schema_minor_version": 2 } }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "links", - "schema_version": "2.0.0", - "links": [ - { - "inputs": [ - { - "input_id": "906f8f09-deaa-40bb-bf50-27d2336b2dc4", - "input_type": "cell_suspension" - } - ], - "outputs": [ - { - "output_id": "5f68ea73-350b-4d37-a341-3004139fb699", - "output_type": "sequence_file" - }, - { - "output_id": "23f8e139-f4fa-4476-ba59-ff5d37003c34", - "output_type": "sequence_file" - }, - { - "output_id": "3c3d882a-cc38-4eea-ac53-0885f906852e", - "output_type": "sequence_file" - }, - { - "output_id": "35e07477-76cb-4a92-99b6-7b3bbb02ec06", - "output_type": "sequence_file" - }, - { - "output_id": "63051b9f-87d4-4853-a4a0-5cc742ef6e72", - "output_type": "sequence_file" - }, - { - "output_id": "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", - "output_type": "sequence_file" - }, - { - "output_id": "3dffc456-caaf-4823-9f65-fc0db7abacbc", - "output_type": "sequence_file" - }, - { - "output_id": "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", - "output_type": "sequence_file" - }, - { - "output_id": "98ee0901-d34c-48a5-915a-0511bac325ec", - "output_type": "sequence_file" - }, - { - "output_id": "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", - "output_type": "sequence_file" - }, - { - "output_id": "133f2a25-f3aa-49a7-b9b6-d185d302fb26", - "output_type": "sequence_file" - }, - { - "output_id": "e46af70a-0396-41db-9b74-330cb8244124", - "output_type": "sequence_file" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "2945bb1f-90de-42a3-afa1-f57a62c853f0" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "08b09d15-ef99-4278-9b88-65127adb51b9" - } - ], - "process_id": "15de6ce1-c185-4852-ade4-43614c5d048b", - "process_type": "process", - "link_type": "process_link" - }, - { - "inputs": [ - { - "input_id": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", - "input_type": "specimen_from_organism" - }, - { - "input_id": "70054038-cb12-429d-bb37-69185ff1deee", - "input_type": "cell_line" - } - ], - "outputs": [ - { - "output_id": "906f8f09-deaa-40bb-bf50-27d2336b2dc4", - "output_type": "cell_suspension" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "345bcbd2-f3a7-4f57-a806-fbb0ce4a25da" - } - ], - "process_id": "47ca0565-ab7d-42bd-8731-ce5d30cfd6c7", - "process_type": "process", - "link_type": "process_link" - }, - { - "inputs": [ - { - "input_id": "2b7adb0a-82a4-4319-80d1-4a73d879dec1", - "input_type": "donor_organism" - } - ], - "outputs": [ - { - "output_id": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", - "output_type": "specimen_from_organism" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "8612862e-beb1-416b-a807-0a83fae8d168" - } - ], - "process_id": "df5114c9-9f52-451b-afde-3673392fc864", - "process_type": "process", - "link_type": "process_link" - }, - { - "inputs": [ - { - "input_id": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", - "input_type": "specimen_from_organism" - } - ], - "outputs": [ - { - "output_id": "70054038-cb12-429d-bb37-69185ff1deee", - "output_type": "cell_line" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" - } - ], - "process_id": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", - "process_type": "process", - "link_type": "process_link" - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" - }, - "files": [ - { - "file_type": "supplementary_file", - "file_id": "22561f93-d5e0-57eb-a54e-2d9d565cc234" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" - }, - "files": [ - { - "file_type": "supplementary_file", - "file_id": "507d2814-1688-54e7-b73e-2f831aa34368" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" - }, - "files": [ - { - "file_type": "supplementary_file", - "file_id": "c343a47d-683f-571d-99c4-1331841b4e63" - } - ] - } - ] - }, - "supplementary_file_0.json": { + "supplementary_file/22561f93-d5e0-57eb-a54e-2d9d565cc234": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file/supplementary_file", "schema_type": "file", "provenance": { @@ -1547,7 +1008,7 @@ "format": "unknown" } }, - "supplementary_file_1.json": { + "supplementary_file/507d2814-1688-54e7-b73e-2f831aa34368": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file/supplementary_file", "schema_type": "file", "provenance": { @@ -1559,7 +1020,7 @@ "format": "unknown" } }, - "supplementary_file_2.json": { + "supplementary_file/c343a47d-683f-571d-99c4-1331841b4e63": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file/supplementary_file", "schema_type": "file", "provenance": { @@ -1571,5 +1032,200 @@ "format": "unknown" } } - } -} + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "links", + "schema_version": "2.0.0", + "links": [ + { + "inputs": [ + { + "input_id": "906f8f09-deaa-40bb-bf50-27d2336b2dc4", + "input_type": "cell_suspension" + } + ], + "outputs": [ + { + "output_id": "5f68ea73-350b-4d37-a341-3004139fb699", + "output_type": "sequence_file" + }, + { + "output_id": "23f8e139-f4fa-4476-ba59-ff5d37003c34", + "output_type": "sequence_file" + }, + { + "output_id": "3c3d882a-cc38-4eea-ac53-0885f906852e", + "output_type": "sequence_file" + }, + { + "output_id": "35e07477-76cb-4a92-99b6-7b3bbb02ec06", + "output_type": "sequence_file" + }, + { + "output_id": "63051b9f-87d4-4853-a4a0-5cc742ef6e72", + "output_type": "sequence_file" + }, + { + "output_id": "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", + "output_type": "sequence_file" + }, + { + "output_id": "3dffc456-caaf-4823-9f65-fc0db7abacbc", + "output_type": "sequence_file" + }, + { + "output_id": "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", + "output_type": "sequence_file" + }, + { + "output_id": "98ee0901-d34c-48a5-915a-0511bac325ec", + "output_type": "sequence_file" + }, + { + "output_id": "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", + "output_type": "sequence_file" + }, + { + "output_id": "133f2a25-f3aa-49a7-b9b6-d185d302fb26", + "output_type": "sequence_file" + }, + { + "output_id": "e46af70a-0396-41db-9b74-330cb8244124", + "output_type": "sequence_file" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "2945bb1f-90de-42a3-afa1-f57a62c853f0" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "08b09d15-ef99-4278-9b88-65127adb51b9" + } + ], + "process_id": "15de6ce1-c185-4852-ade4-43614c5d048b", + "process_type": "process", + "link_type": "process_link" + }, + { + "inputs": [ + { + "input_id": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", + "input_type": "specimen_from_organism" + }, + { + "input_id": "70054038-cb12-429d-bb37-69185ff1deee", + "input_type": "cell_line" + } + ], + "outputs": [ + { + "output_id": "906f8f09-deaa-40bb-bf50-27d2336b2dc4", + "output_type": "cell_suspension" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "345bcbd2-f3a7-4f57-a806-fbb0ce4a25da" + } + ], + "process_id": "47ca0565-ab7d-42bd-8731-ce5d30cfd6c7", + "process_type": "process", + "link_type": "process_link" + }, + { + "inputs": [ + { + "input_id": "2b7adb0a-82a4-4319-80d1-4a73d879dec1", + "input_type": "donor_organism" + } + ], + "outputs": [ + { + "output_id": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", + "output_type": "specimen_from_organism" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "8612862e-beb1-416b-a807-0a83fae8d168" + } + ], + "process_id": "df5114c9-9f52-451b-afde-3673392fc864", + "process_type": "process", + "link_type": "process_link" + }, + { + "inputs": [ + { + "input_id": "d6a518a8-0c5d-4cb0-aed5-68f3455c2bda", + "input_type": "specimen_from_organism" + } + ], + "outputs": [ + { + "output_id": "70054038-cb12-429d-bb37-69185ff1deee", + "output_type": "cell_line" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "eaf15851-97e3-4e4b-b81b-0e625098f4d5" + } + ], + "process_id": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", + "process_type": "process", + "link_type": "process_link" + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" + }, + "files": [ + { + "file_type": "supplementary_file", + "file_id": "22561f93-d5e0-57eb-a54e-2d9d565cc234" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" + }, + "files": [ + { + "file_type": "supplementary_file", + "file_id": "507d2814-1688-54e7-b73e-2f831aa34368" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" + }, + "files": [ + { + "file_type": "supplementary_file", + "file_id": "c343a47d-683f-571d-99c4-1331841b4e63" + } + ] + } + ] + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/1ed68210-eaba-531d-ba9e-db80164d65ef.dss.hca.json b/test/indexer/data/1ed68210-eaba-531d-ba9e-db80164d65ef.dss.hca.json index f68635d483..3465220f81 100644 --- a/test/indexer/data/1ed68210-eaba-531d-ba9e-db80164d65ef.dss.hca.json +++ b/test/indexer/data/1ed68210-eaba-531d-ba9e-db80164d65ef.dss.hca.json @@ -1,102 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "1ed68210-eaba-531d-ba9e-db80164d65ef", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "37e91a9f-b04e-5313-bbc0-4c394406247e", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "b0092a47-b19d-5b34-b004-cb8edd8c625b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_3.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 728, - "uuid": "119c4135-7b77-5003-a150-f052e22c6834", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 724, - "uuid": "6ff38054-9296-5d4c-b238-6a3b01a15175", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 444, - "uuid": "8da4bdb9-ab64-5a90-8bce-f0ed5106ea41", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "sequence_file/8da4bdb9-ab64-5a90-8bce-f0ed5106ea41": { "content-type": "application/gzip; dcp-type=data", "crc32c": "9d9e936d", "indexed": false, @@ -108,19 +12,7 @@ "uuid": "c88f5811-6b23-5f9c-951f-29b4a80e6b4b", "version": "2021-01-01T00:00:00.000000Z" }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 444, - "uuid": "de17aa7d-be28-53c1-b7a3-1f4b3989e3e6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "sequence_file/de17aa7d-be28-53c1-b7a3-1f4b3989e3e6": { "content-type": "application/gzip; dcp-type=data", "crc32c": "e30fa683", "indexed": false, @@ -131,184 +23,10 @@ "size": 275, "uuid": "14c05ce3-f946-5936-893c-ee0ddd7407fb", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2557, - "uuid": "767282b2-2fc1-5559-b020-29686b810206", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 945, - "uuid": "1b8dfafd-178f-5826-a661-8a022334aaeb", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1836, - "uuid": "46435803-7ee8-5157-8569-8a61ad50c315", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 938, - "uuid": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2060, - "uuid": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "de17aa7d-be28-53c1-b7a3-1f4b3989e3e6", - "output_type": "sequence_file" - }, - { - "output_id": "8da4bdb9-ab64-5a90-8bce-f0ed5106ea41", - "output_type": "sequence_file" - } - ], - "process_id": "1ed68210-eaba-531d-ba9e-db80164d65ef", - "process_type": "process", - "protocols": [ - { - "protocol_id": "767282b2-2fc1-5559-b020-29686b810206", - "protocol_type": "library_preparation_protocol" - }, - { - "protocol_id": "1b8dfafd-178f-5826-a661-8a022334aaeb", - "protocol_type": "sequencing_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "119c4135-7b77-5003-a150-f052e22c6834", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", - "output_type": "cell_suspension" - } - ], - "process_id": "b0092a47-b19d-5b34-b004-cb8edd8c625b", - "process_type": "process", - "protocols": [] - }, - { - "inputs": [ - { - "input_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "119c4135-7b77-5003-a150-f052e22c6834", - "output_type": "cell_suspension" - } - ], - "process_id": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", - "process_type": "process", - "protocols": [ - { - "protocol_id": "46435803-7ee8-5157-8569-8a61ad50c315", - "protocol_type": "enrichment_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "output_type": "specimen_from_organism" - } - ], - "process_id": "37e91a9f-b04e-5313-bbc0-4c394406247e", - "process_type": "process", - "protocols": [ - { - "protocol_id": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -425,7 +143,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/1ed68210-eaba-531d-ba9e-db80164d65ef": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -439,7 +157,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/37e91a9f-b04e-5313-bbc0-4c394406247e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -453,7 +171,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/b0092a47-b19d-5b34-b004-cb8edd8c625b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -467,7 +185,7 @@ }, "schema_type": "process" }, - "process_3.json": { + "process/bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -481,7 +199,7 @@ }, "schema_type": "process" }, - "cell_suspension_0.json": { + "cell_suspension/119c4135-7b77-5003-a150-f052e22c6834": { "biomaterial_core": { "biomaterial_id": "AP2CS_pre", "ncbi_taxon_id": [ @@ -513,7 +231,7 @@ } ] }, - "cell_suspension_1.json": { + "cell_suspension/6ff38054-9296-5d4c-b238-6a3b01a15175": { "biomaterial_core": { "biomaterial_id": "AP3CS", "ncbi_taxon_id": [ @@ -545,7 +263,7 @@ } ] }, - "sequence_file_0.json": { + "sequence_file/8da4bdb9-ab64-5a90-8bce-f0ed5106ea41": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/9.5.0/sequence_file", "file_core": { "file_name": "Test_S1_L001_R2_001.fastq.gz", @@ -561,7 +279,7 @@ "read_index": "read2", "schema_type": "file" }, - "sequence_file_1.json": { + "sequence_file/de17aa7d-be28-53c1-b7a3-1f4b3989e3e6": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/9.5.0/sequence_file", "file_core": { "file_name": "Test_S1_L001_R1_001.fastq.gz", @@ -577,7 +295,7 @@ "read_index": "read1", "schema_type": "file" }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/767282b2-2fc1-5559-b020-29686b810206": { "cell_barcode": { "barcode_length": 16, "barcode_offset": 0, @@ -614,7 +332,7 @@ "barcode_read": "Read 1" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/1b8dfafd-178f-5826-a661-8a022334aaeb": { "10x": { "fastq_method": "Cellranger", "fastq_method_version": "Cellranger 4.0", @@ -645,7 +363,7 @@ }, "schema_type": "protocol" }, - "specimen_from_organism_0.json": { + "specimen_from_organism/3bee0c9a-aced-52f2-b97f-89518f826b36": { "biomaterial_core": { "biomaterial_id": "AP2_specimen", "biomaterial_name": "AP2_specimen", @@ -682,7 +400,7 @@ }, "schema_type": "biomaterial" }, - "enrichment_protocol_0.json": { + "enrichment_protocol/46435803-7ee8-5157-8569-8a61ad50c315": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "method": { "ontology": "EFO:0009337", @@ -702,7 +420,7 @@ }, "schema_type": "protocol" }, - "donor_organism_0.json": { + "donor_organism/5bc2bf2f-eb98-5510-a386-172cef38f2f2": { "biomaterial_core": { "biomaterial_id": "AP2", "biomaterial_name": "Sanger_AP2", @@ -747,7 +465,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/e7f864e3-6ba7-53c8-842f-2a05cb90e1b7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -767,5 +485,108 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "de17aa7d-be28-53c1-b7a3-1f4b3989e3e6", + "output_type": "sequence_file" + }, + { + "output_id": "8da4bdb9-ab64-5a90-8bce-f0ed5106ea41", + "output_type": "sequence_file" + } + ], + "process_id": "1ed68210-eaba-531d-ba9e-db80164d65ef", + "process_type": "process", + "protocols": [ + { + "protocol_id": "767282b2-2fc1-5559-b020-29686b810206", + "protocol_type": "library_preparation_protocol" + }, + { + "protocol_id": "1b8dfafd-178f-5826-a661-8a022334aaeb", + "protocol_type": "sequencing_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "119c4135-7b77-5003-a150-f052e22c6834", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", + "output_type": "cell_suspension" + } + ], + "process_id": "b0092a47-b19d-5b34-b004-cb8edd8c625b", + "process_type": "process", + "protocols": [] + }, + { + "inputs": [ + { + "input_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "119c4135-7b77-5003-a150-f052e22c6834", + "output_type": "cell_suspension" + } + ], + "process_id": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", + "process_type": "process", + "protocols": [ + { + "protocol_id": "46435803-7ee8-5157-8569-8a61ad50c315", + "protocol_type": "enrichment_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", + "output_type": "specimen_from_organism" + } + ], + "process_id": "37e91a9f-b04e-5313-bbc0-4c394406247e", + "process_type": "process", + "protocols": [ + { + "protocol_id": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/1f6afb64-fa14-5c6f-a474-a742540108a3.dss.hca.json b/test/indexer/data/1f6afb64-fa14-5c6f-a474-a742540108a3.dss.hca.json index 84844102f1..4ef571c911 100644 --- a/test/indexer/data/1f6afb64-fa14-5c6f-a474-a742540108a3.dss.hca.json +++ b/test/indexer/data/1f6afb64-fa14-5c6f-a474-a742540108a3.dss.hca.json @@ -1,78 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "1f6afb64-fa14-5c6f-a474-a742540108a3", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "ae8529dc-3bc9-5061-828a-3c5dfacded64", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "c6b932ff-69f1-58b1-a6e6-30319f04541b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaged_specimen_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 509, - "uuid": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 566, - "uuid": "2645ed0a-a291-5fe2-a262-7b796b05d647", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "analysis_file/2645ed0a-a291-5fe2-a262-7b796b05d647": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3c9d7a23", "indexed": false, @@ -83,162 +11,10 @@ "size": 21, "uuid": "b706259c-7429-5f2f-8142-2b8e9a48db1f", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1109, - "uuid": "5e1fa49c-f0e9-5c2c-be16-386ccd60dfd7", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1289, - "uuid": "83f14748-af1c-57aa-9088-6cb1cdd4bba4", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaging_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 639, - "uuid": "7cd840db-f395-5a61-bd17-72c2b2319c23", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 879, - "uuid": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2167, - "uuid": "c5752f73-3511-55e1-95af-040ab3924bce", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "input_type": "imaged_specimen" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "2645ed0a-a291-5fe2-a262-7b796b05d647", - "output_type": "analysis_file" - } - ], - "process_id": "1f6afb64-fa14-5c6f-a474-a742540108a3", - "process_type": "process", - "protocols": [ - { - "protocol_id": "5e1fa49c-f0e9-5c2c-be16-386ccd60dfd7", - "protocol_type": "analysis_protocol" - }, - { - "protocol_id": "83f14748-af1c-57aa-9088-6cb1cdd4bba4", - "protocol_type": "library_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "output_type": "imaged_specimen" - } - ], - "process_id": "ae8529dc-3bc9-5061-828a-3c5dfacded64", - "process_type": "process", - "protocols": [ - { - "protocol_id": "7cd840db-f395-5a61-bd17-72c2b2319c23", - "protocol_type": "imaging_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "output_type": "specimen_from_organism" - } - ], - "process_id": "c6b932ff-69f1-58b1-a6e6-30319f04541b", - "process_type": "process", - "protocols": [ - { - "protocol_id": "c5752f73-3511-55e1-95af-040ab3924bce", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -355,7 +131,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/1f6afb64-fa14-5c6f-a474-a742540108a3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -369,7 +145,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/ae8529dc-3bc9-5061-828a-3c5dfacded64": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -383,7 +159,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/c6b932ff-69f1-58b1-a6e6-30319f04541b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -397,7 +173,7 @@ }, "schema_type": "process" }, - "imaged_specimen_0.json": { + "imaged_specimen/0bf91a05-85df-5d7d-bcc0-a625c5921de2": { "biomaterial_core": { "biomaterial_id": "AP3_imagedspecimen", "biomaterial_name": "AP3_imagedspecimen", @@ -416,7 +192,7 @@ "schema_type": "biomaterial", "slice_thickness": 10.0 }, - "analysis_file_0.json": { + "analysis_file/2645ed0a-a291-5fe2-a262-7b796b05d647": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/6.5.0/analysis_file", "file_core": { "content_description": [ @@ -439,7 +215,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/5e1fa49c-f0e9-5c2c-be16-386ccd60dfd7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/analysis/10.0.0/analysis_protocol", "protocol_core": { "protocol_description": "10x Genomics Visium spatial sequencing samples were aligned to the human transcriptome GRCh38-3.0.0 reference (consistently with single-cell RNA-seq samples) using 10x Genomics SpaceRanger v.1.2.1 and exonic reads were used to produce mRNA count matrices for each sample. 10x Genomics SpaceRanger was also used to align paired histology images with mRNA capture spot positions in the Visium slide. The paired image was used to determine the average number of nuclei per Visium location in the tissue and used as a hyperparameter in the spatial mapping of cell type", @@ -459,7 +235,7 @@ "text": "spatial analysis" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/83f14748-af1c-57aa-9088-6cb1cdd4bba4": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/6.3.1/library_preparation_protocol", "end_bias": "3 prime end bias", "input_nucleic_acid_molecule": { @@ -499,7 +275,7 @@ "barcode_read": "Read 1" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/9a0bb729-552a-5f6e-9ed6-1f988c259531": { "biomaterial_core": { "biomaterial_id": "AP3_specimen", "biomaterial_name": "AP2_specimen", @@ -536,7 +312,7 @@ }, "schema_type": "biomaterial" }, - "imaging_preparation_protocol_0.json": { + "imaging_preparation_protocol/7cd840db-f395-5a61-bd17-72c2b2319c23": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/2.3.0/imaging_preparation_protocol", "protocol_core": { "protocol_description": "All tissues were sectioned using the Leica CX3050S cryostat and were cut at 10um. Tissue optimization was performed to obtain permeabilization time for fetal tissue (12 min).", @@ -551,7 +327,7 @@ }, "schema_type": "protocol" }, - "donor_organism_0.json": { + "donor_organism/2d7b50d8-cd06-5408-9fde-1faed01c9ab2": { "biomaterial_core": { "biomaterial_id": "AP3", "biomaterial_name": "Sanger_AP3", @@ -594,7 +370,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/c5752f73-3511-55e1-95af-040ab3924bce": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -614,5 +390,86 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", + "input_type": "imaged_specimen" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "2645ed0a-a291-5fe2-a262-7b796b05d647", + "output_type": "analysis_file" + } + ], + "process_id": "1f6afb64-fa14-5c6f-a474-a742540108a3", + "process_type": "process", + "protocols": [ + { + "protocol_id": "5e1fa49c-f0e9-5c2c-be16-386ccd60dfd7", + "protocol_type": "analysis_protocol" + }, + { + "protocol_id": "83f14748-af1c-57aa-9088-6cb1cdd4bba4", + "protocol_type": "library_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", + "output_type": "imaged_specimen" + } + ], + "process_id": "ae8529dc-3bc9-5061-828a-3c5dfacded64", + "process_type": "process", + "protocols": [ + { + "protocol_id": "7cd840db-f395-5a61-bd17-72c2b2319c23", + "protocol_type": "imaging_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", + "output_type": "specimen_from_organism" + } + ], + "process_id": "c6b932ff-69f1-58b1-a6e6-30319f04541b", + "process_type": "process", + "protocols": [ + { + "protocol_id": "c5752f73-3511-55e1-95af-040ab3924bce", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/1fd499c5-f397-4bff-9af0-eb42c37d5fbe.dss.hca.json b/test/indexer/data/1fd499c5-f397-4bff-9af0-eb42c37d5fbe.dss.hca.json index a09cbdaf4c..2645845367 100644 --- a/test/indexer/data/1fd499c5-f397-4bff-9af0-eb42c37d5fbe.dss.hca.json +++ b/test/indexer/data/1fd499c5-f397-4bff-9af0-eb42c37d5fbe.dss.hca.json @@ -1,67 +1,12 @@ { - "manifest": [ - { - "name": "process_0.json", - "uuid": "04446f99-f9ed-4a4a-82ec-203ed468cbc0", - "version": "2021-03-18T11:38:49.524000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "0d352174-7bf3-44b3-9b7b-7ef3056ed085", - "version": "2021-03-18T11:38:48.691000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 538, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "16ed4ad8-7319-46b2-8859-6fe1c1d73a82", - "version": "2021-01-21T12:00:11.354000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 3832, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "1fd499c5-f397-4bff-9af0-eb42c37d5fbe", - "version": "2021-03-18T11:38:49.884000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 1630, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "1fd499c5-f397-4bff-9af0-eb42c37d5fbe", - "version": "2021-03-18T11:38:49.884000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 412, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/0d352174-7bf3-44b3-9b7b-7ef3056ed085": { + "name": "SRR7648416_2.fastq.gz", "uuid": "2761715a-8de8-4d66-8286-90d89436a83d", "version": "2021-03-18T11:38:48.691000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 15984291821, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_8ab15f7b-ec0f-433a-b6fb-28cbe0fb8dc3_470ac083-a0ce-4494-9acc-45f1be4282ed", "crc32c": "922d645b", @@ -69,221 +14,22 @@ "sha256": "a5a2f1f0c3353ae1d871c97f0d5d5e57f045d947a8d4ca02faff64a47a370745", "s3_etag": "07aaf23698191a8a3163999a86fb849a-239" }, - { - "name": "sequencing_protocol_0.json", - "uuid": "328e83cc-1e31-4d49-bf69-3504a7d1d4ba", - "version": "2021-03-18T11:38:47.910000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 821, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "5f1f265f-edd3-4172-b5ae-5b9d39a389d2", - "version": "2021-03-18T11:38:48.731000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 414, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "70d2b85a-8055-4027-a0d9-29452a49d668", - "version": "2021-03-18T11:38:47.196000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 965, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "853dbcbd-8aaf-479d-8e57-134e11c61b72", - "version": "2021-03-18T11:38:48.705000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 538, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "acf142b9-0657-4ffb-b039-cd0dd5317e25", - "version": "2021-03-18T11:38:47.792000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 884, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "b111e5bf-e907-47f9-8eed-75b2ec5536c5", - "version": "2021-03-18T11:38:47.172000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1119, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "bf7e7b5d-2ffa-4fb7-977f-c42c5c334bbe", - "version": "2021-03-18T11:38:47.874000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1232, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/853dbcbd-8aaf-479d-8e57-134e11c61b72": { "name": "SRR7648416_1.fastq.gz", "uuid": "c3b97a11-bba4-42e7-bfee-7dcfd8249462", "version": "2021-03-18T11:38:48.705000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 5572888190, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_8ab15f7b-ec0f-433a-b6fb-28cbe0fb8dc3_4fb1d1c9-ec68-490f-9e1d-9f764f4a3e13", "crc32c": "2535659f", "sha1": "0d3597e4543cac519f4d629bb5f0756cb0725a7c", "sha256": "97b855bb74b7371bf3975e5a29185375eda7bd5468bd18c659fd0ccfc963ed25", "s3_etag": "fd8819217ffaee274a2156820276b229-84" - }, - { - "name": "cell_suspension_0.json", - "uuid": "d1bc1192-b584-41c2-8591-6cea79fb7729", - "version": "2021-03-18T11:38:47.779000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 651, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "ef41ddaf-a324-40da-a149-dd27c6bb5f04", - "version": "2021-03-18T11:38:47.822000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1236, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "fb9f9cf3-28f9-4903-b191-10217bc18da6", - "version": "2021-03-18T11:38:47.853000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 923, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "links": [ - { - "link_type": "process_link", - "process_id": "1fd499c5-f397-4bff-9af0-eb42c37d5fbe", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "d1bc1192-b584-41c2-8591-6cea79fb7729" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "0d352174-7bf3-44b3-9b7b-7ef3056ed085" - }, - { - "output_type": "sequence_file", - "output_id": "853dbcbd-8aaf-479d-8e57-134e11c61b72" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "bf7e7b5d-2ffa-4fb7-977f-c42c5c334bbe" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "328e83cc-1e31-4d49-bf69-3504a7d1d4ba" - } - ] - }, - { - "link_type": "process_link", - "process_id": "04446f99-f9ed-4a4a-82ec-203ed468cbc0", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "70d2b85a-8055-4027-a0d9-29452a49d668" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "d1bc1192-b584-41c2-8591-6cea79fb7729" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "ef41ddaf-a324-40da-a149-dd27c6bb5f04" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "fb9f9cf3-28f9-4903-b191-10217bc18da6" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5f1f265f-edd3-4172-b5ae-5b9d39a389d2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "b111e5bf-e907-47f9-8eed-75b2ec5536c5" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "70d2b85a-8055-4027-a0d9-29452a49d668" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "acf142b9-0657-4ffb-b039-cd0dd5317e25" - } - ] - } - ], - "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", - "schema_version": "2.1.1", - "schema_type": "links" - }, - "process_0.json": { + "process/04446f99-f9ed-4a4a-82ec-203ed468cbc0": { "process_core": { "process_id": "process_id_50" }, @@ -297,7 +43,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/1fd499c5-f397-4bff-9af0-eb42c37d5fbe": { "insdc_experiment": { "insdc_experiment_accession": "SRX4511357" }, @@ -314,7 +60,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/5f1f265f-edd3-4172-b5ae-5b9d39a389d2": { "insdc_experiment": { "insdc_experiment_accession": "SRX4511357" }, @@ -331,7 +77,7 @@ "schema_minor_version": 2 } }, - "donor_organism_0.json": { + "donor_organism/b111e5bf-e907-47f9-8eed-75b2ec5536c5": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -378,7 +124,7 @@ "schema_minor_version": 5 } }, - "cell_suspension_0.json": { + "cell_suspension/d1bc1192-b584-41c2-8591-6cea79fb7729": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -406,7 +152,7 @@ "schema_minor_version": 3 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/70d2b85a-8055-4027-a0d9-29452a49d668": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -453,7 +199,7 @@ "schema_minor_version": 4 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/bf7e7b5d-2ffa-4fb7-977f-c42c5c334bbe": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -498,7 +244,7 @@ "schema_minor_version": 2 } }, - "sequence_file_0.json": { + "sequence_file/0d352174-7bf3-44b3-9b7b-7ef3056ed085": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -524,7 +270,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/853dbcbd-8aaf-479d-8e57-134e11c61b72": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -550,7 +296,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_0.json": { + "collection_protocol/acf142b9-0657-4ffb-b039-cd0dd5317e25": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -572,7 +318,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/16ed4ad8-7319-46b2-8859-6fe1c1d73a82": { "contributors": [ { "name": "Haojia,,Wu", @@ -691,7 +437,7 @@ "schema_minor_version": 1 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/328e83cc-1e31-4d49-bf69-3504a7d1d4ba": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -717,7 +463,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/ef41ddaf-a324-40da-a149-dd27c6bb5f04": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -745,7 +491,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/fb9f9cf3-28f9-4903-b191-10217bc18da6": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -767,5 +513,94 @@ "schema_minor_version": 1 } } - } -} + }, + "links": { + "links": [ + { + "link_type": "process_link", + "process_id": "1fd499c5-f397-4bff-9af0-eb42c37d5fbe", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "d1bc1192-b584-41c2-8591-6cea79fb7729" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "0d352174-7bf3-44b3-9b7b-7ef3056ed085" + }, + { + "output_type": "sequence_file", + "output_id": "853dbcbd-8aaf-479d-8e57-134e11c61b72" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "bf7e7b5d-2ffa-4fb7-977f-c42c5c334bbe" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "328e83cc-1e31-4d49-bf69-3504a7d1d4ba" + } + ] + }, + { + "link_type": "process_link", + "process_id": "04446f99-f9ed-4a4a-82ec-203ed468cbc0", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "70d2b85a-8055-4027-a0d9-29452a49d668" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "d1bc1192-b584-41c2-8591-6cea79fb7729" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "ef41ddaf-a324-40da-a149-dd27c6bb5f04" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "fb9f9cf3-28f9-4903-b191-10217bc18da6" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5f1f265f-edd3-4172-b5ae-5b9d39a389d2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "b111e5bf-e907-47f9-8eed-75b2ec5536c5" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "70d2b85a-8055-4027-a0d9-29452a49d668" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "acf142b9-0657-4ffb-b039-cd0dd5317e25" + } + ] + } + ], + "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", + "schema_version": "2.1.1", + "schema_type": "links" + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/2a87dc5c-0c3c-4d91-a348-5d784ab48b92.dss.hca.json b/test/indexer/data/2a87dc5c-0c3c-4d91-a348-5d784ab48b92.dss.hca.json index 3aaf5bcb5f..c18771c9a7 100644 --- a/test/indexer/data/2a87dc5c-0c3c-4d91-a348-5d784ab48b92.dss.hca.json +++ b/test/indexer/data/2a87dc5c-0c3c-4d91-a348-5d784ab48b92.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/ff7e8e48-a9ae-4fab-86b6-b895388abf6e": { "sha1": "b9b2e6bb31afbf37ef7f974d3219fcfd0d3cb79e", "name": "MantonBM2_HiSeq_3_S11_L006_R2_001.fastq.gz", "uuid": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3360859753 }, - { + "sequence_file/175d7210-8296-4789-bd4f-e0ddd35c2a89": { "sha1": "5df5ba5656f0b48159c8495a1c619ac10bca2c18", "name": "MantonBM1_HiSeq_5_S5_L008_R1_001.fastq.gz", "uuid": "175d7210-8296-4789-bd4f-e0ddd35c2a89", @@ -24,7 +24,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1216970447 }, - { + "sequence_file/452b88e0-94cf-4243-b44e-94b16c936896": { "sha1": "b0d7006c3ad8801edbc0083ab5c735a73fe52532", "name": "MantonBM4_HiSeq_1_S25_L002_R1_001.fastq.gz", "uuid": "452b88e0-94cf-4243-b44e-94b16c936896", @@ -36,7 +36,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1283631104 }, - { + "sequence_file/0bf66ea5-3dee-422b-b8f0-837033556d99": { "sha1": "f88d2f16a2579945c980690147806bf4f5b5d037", "name": "MantonBM4_HiSeq_8_S32_L001_I1_001.fastq.gz", "uuid": "0bf66ea5-3dee-422b-b8f0-837033556d99", @@ -48,7 +48,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 433802077 }, - { + "sequence_file/94e3471e-744b-44cc-b987-31071a107fef": { "sha1": "2eb4c033645f2ecd4f0ca865ba8fe6d8e11f8fb5", "name": "MantonBM3_HiSeq_4_S20_L003_R2_001.fastq.gz", "uuid": "94e3471e-744b-44cc-b987-31071a107fef", @@ -60,7 +60,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4341790603 }, - { + "sequence_file/40cef712-132a-48c4-9ddd-21169ea24903": { "sha1": "86399860a7752c3537ea66472f87d7616159b309", "name": "MantonBM3_HiSeq_1_S17_L003_R1_001.fastq.gz", "uuid": "40cef712-132a-48c4-9ddd-21169ea24903", @@ -72,7 +72,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1178084808 }, - { + "sequence_file/d5294332-19b5-4ff1-b298-6c1cf500cb35": { "sha1": "6135143401dca0ac572d181087899414f8361edd", "name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", "uuid": "d5294332-19b5-4ff1-b298-6c1cf500cb35", @@ -84,7 +84,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 362022725 }, - { + "sequence_file/5bb3fb23-884b-4762-8033-481f3dc67746": { "sha1": "4b8d3be4098c6402ebd9053658dfa47b2dabf942", "name": "MantonBM3_HiSeq_4_S20_L004_R1_001.fastq.gz", "uuid": "5bb3fb23-884b-4762-8033-481f3dc67746", @@ -96,7 +96,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1414727535 }, - { + "sequence_file/cf6e3ba9-a5d7-4225-abbb-04f761a47c82": { "sha1": "773829ff844854ad1097629f48b4f3da8feec32d", "name": "MantonBM3_HiSeq_1_S17_L003_I1_001.fastq.gz", "uuid": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82", @@ -108,7 +108,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 395216892 }, - { + "sequence_file/b55fd000-cd16-4976-b264-8df9e012df4e": { "sha1": "7efecac7a75143f3e4e2c3c3b9848712f2515376", "name": "MantonBM4_HiSeq_4_S28_L002_I1_001.fastq.gz", "uuid": "b55fd000-cd16-4976-b264-8df9e012df4e", @@ -120,7 +120,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 387192102 }, - { + "sequence_file/0ef80820-3d78-4810-a009-3134cb9090b6": { "sha1": "d403186ec97a88906c3e30b4f6916e07957cfe86", "name": "MantonBM1_HiSeq_4_S4_L007_R2_001.fastq.gz", "uuid": "0ef80820-3d78-4810-a009-3134cb9090b6", @@ -132,7 +132,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3497745120 }, - { + "sequence_file/51e6d934-8a34-4204-96b9-e6a0865f2cac": { "sha1": "88f48be8df0198ddf6ae13ff8834b907e70039d9", "name": "MantonBM2_HiSeq_8_S16_L005_I1_001.fastq.gz", "uuid": "51e6d934-8a34-4204-96b9-e6a0865f2cac", @@ -144,7 +144,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 389104695 }, - { + "sequence_file/463a120d-ee95-476c-8329-c633b43ab1aa": { "sha1": "6d2f1682605aa7d48d0145ec97e2ac66f0194277", "name": "MantonBM4_HiSeq_3_S27_L001_I1_001.fastq.gz", "uuid": "463a120d-ee95-476c-8329-c633b43ab1aa", @@ -156,7 +156,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 378955078 }, - { + "sequence_file/f97c6247-15c6-403e-9a15-62113f9dc24a": { "sha1": "f16e2fbdf6d126a17d12ddc37af5a34e957f833c", "name": "MantonBM4_HiSeq_2_S26_L002_I1_001.fastq.gz", "uuid": "f97c6247-15c6-403e-9a15-62113f9dc24a", @@ -168,7 +168,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 365584676 }, - { + "sequence_file/6ff26361-3be0-48c4-a5dd-c215ba8021bc": { "sha1": "fea1c97c6d07fae84daf09f8948981a9ffcca90c", "name": "MantonBM3_HiSeq_3_S19_L003_R1_001.fastq.gz", "uuid": "6ff26361-3be0-48c4-a5dd-c215ba8021bc", @@ -180,7 +180,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1178712263 }, - { + "sequence_file/98f19741-b0fe-4aff-ab8c-9a77af8e36ce": { "sha1": "241f0902090701c8c4c5ce1f3d119b690d26ee3d", "name": "MantonBM4_HiSeq_3_S27_L001_R1_001.fastq.gz", "uuid": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce", @@ -192,7 +192,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1175136992 }, - { + "sequence_file/522747b7-1e9b-435e-9a4a-1a4b390fd153": { "sha1": "88e41ca6a866c4585c4abbdc6430acd5a51442d4", "name": "MantonBM3_HiSeq_5_S21_L003_R2_001.fastq.gz", "uuid": "522747b7-1e9b-435e-9a4a-1a4b390fd153", @@ -204,7 +204,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3385891615 }, - { + "sequence_file/85a94a58-241b-4c97-a85f-8d718c8c4679": { "sha1": "cc8b337c8d038b40f68e2ed9a3d42e65c3914c58", "name": "MantonBM1_HiSeq_8_S8_L008_R1_001.fastq.gz", "uuid": "85a94a58-241b-4c97-a85f-8d718c8c4679", @@ -216,7 +216,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1246904340 }, - { + "sequence_file/838bef81-e228-4470-b50b-5259d7cbe5db": { "sha1": "315ba5eaa5b9e2cff1bcb7e575c24d9b61162515", "name": "MantonBM1_HiSeq_8_S8_L008_I1_001.fastq.gz", "uuid": "838bef81-e228-4470-b50b-5259d7cbe5db", @@ -228,7 +228,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 410748360 }, - { + "sequence_file/ffa34fcb-1a7d-45cd-95be-c29cd95e73da": { "sha1": "4870b92ef6350ea73e0fb671e2dc9eb57a8fedd1", "name": "MantonBM4_HiSeq_7_S31_L001_R1_001.fastq.gz", "uuid": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da", @@ -240,7 +240,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1173842335 }, - { + "sequence_file/abfc93d7-2406-4c83-8e50-ae23746b5724": { "sha1": "77ebb4a864b97baa54b9a61d356d001cf3f04992", "name": "MantonBM2_HiSeq_2_S10_L005_I1_001.fastq.gz", "uuid": "abfc93d7-2406-4c83-8e50-ae23746b5724", @@ -252,7 +252,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 414104360 }, - { + "sequence_file/991d0b52-a02e-4705-9754-4af10cbba1d9": { "sha1": "a64f4caacb97bbcfbd0c659721e78250d467cfaa", "name": "MantonBM3_HiSeq_5_S21_L004_R2_001.fastq.gz", "uuid": "991d0b52-a02e-4705-9754-4af10cbba1d9", @@ -264,7 +264,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3205746825 }, - { + "sequence_file/919ae226-445e-49a5-9e3d-69b9a1932e96": { "sha1": "15f99df7fff5e2658bab16fdf79de2facca87280", "name": "MantonBM1_HiSeq_7_S7_L007_I1_001.fastq.gz", "uuid": "919ae226-445e-49a5-9e3d-69b9a1932e96", @@ -276,7 +276,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 436019611 }, - { + "sequence_file/59adfc03-cca3-496d-91f8-262512429977": { "sha1": "711da2145ec1a2da73f8d1c9efc4d9bf0737d13c", "name": "MantonBM3_HiSeq_8_S24_L003_I1_001.fastq.gz", "uuid": "59adfc03-cca3-496d-91f8-262512429977", @@ -288,7 +288,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 378329589 }, - { + "sequence_file/a1a879dd-65fb-483d-8740-cef3abe97fbe": { "sha1": "3a99e01b80bd6eb015377979af3698fb36d9c38e", "name": "MantonBM1_HiSeq_8_S8_L007_R1_001.fastq.gz", "uuid": "a1a879dd-65fb-483d-8740-cef3abe97fbe", @@ -300,7 +300,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1285108573 }, - { + "sequence_file/36341e0d-4bf8-48f8-88ce-32b9173c5bd7": { "sha1": "9ed49bc69eb8f0bee1e470ee7f6e0893fd96b612", "name": "MantonBM2_HiSeq_7_S15_L006_I1_001.fastq.gz", "uuid": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7", @@ -312,7 +312,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 458018459 }, - { + "sequence_file/af80a9d5-0e61-4a4a-a32c-6a22ca542ea5": { "sha1": "02dc66b92074c580bf45353aa2fae201659c2925", "name": "MantonBM4_HiSeq_8_S32_L002_I1_001.fastq.gz", "uuid": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5", @@ -324,7 +324,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 434297687 }, - { + "sequence_file/5703221a-e4bf-4f4a-a5a0-747aa74d46b2": { "sha1": "434b381093d3b483752a1bd181e82db26fdd6a2e", "name": "MantonBM4_HiSeq_2_S26_L002_R2_001.fastq.gz", "uuid": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2", @@ -336,7 +336,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3156589789 }, - { + "sequence_file/ba55717c-bc2d-4ae6-aab0-40cd0c39e132": { "sha1": "78fdd3e12b972477a1791691242f138f8cc38e0f", "name": "MantonBM2_HiSeq_1_S9_L005_R1_001.fastq.gz", "uuid": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132", @@ -348,7 +348,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1099578481 }, - { + "sequence_file/e4e868a9-a1e7-4963-875c-fe48530460f3": { "sha1": "d7d7c846b1b108007bee9d06e779a82f7fe79f44", "name": "MantonBM3_HiSeq_8_S24_L003_R2_001.fastq.gz", "uuid": "e4e868a9-a1e7-4963-875c-fe48530460f3", @@ -360,7 +360,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3357951845 }, - { + "sequence_file/9ee2ade2-48f5-4319-99aa-eb2c73aa2e83": { "sha1": "a192a57c9885649e9e402b778aa85988a619072e", "name": "MantonBM2_HiSeq_4_S12_L005_R1_001.fastq.gz", "uuid": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83", @@ -372,7 +372,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1167392254 }, - { + "sequence_file/40c497af-80ea-4c54-a628-a57486c0f8ec": { "sha1": "6fb7f15c71d337d1623a1db0dc35b0f5c100c0ea", "name": "MantonBM4_HiSeq_1_S25_L001_I1_001.fastq.gz", "uuid": "40c497af-80ea-4c54-a628-a57486c0f8ec", @@ -384,7 +384,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 442412775 }, - { + "sequence_file/ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027": { "sha1": "b3c380e4c79939d74190d77afefd7a166cda642b", "name": "MantonBM4_HiSeq_7_S31_L002_R1_001.fastq.gz", "uuid": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027", @@ -396,7 +396,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1104705806 }, - { + "sequence_file/13bcdac2-f7f5-405d-b860-9ce88b423d80": { "sha1": "0b9f3ca8db83f6674b0b998d277dea0869071a29", "name": "MantonBM4_HiSeq_5_S29_L001_R2_001.fastq.gz", "uuid": "13bcdac2-f7f5-405d-b860-9ce88b423d80", @@ -408,7 +408,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3717252051 }, - { + "sequence_file/60b743d4-6476-4d38-9343-621186612ed8": { "sha1": "486a3f35ef63972586ea5bbba7ebaee130f12f6e", "name": "MantonBM2_HiSeq_4_S12_L005_R2_001.fastq.gz", "uuid": "60b743d4-6476-4d38-9343-621186612ed8", @@ -420,7 +420,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3457592178 }, - { + "sequence_file/2c659838-791d-498e-a3fa-f0c8eb1b2559": { "sha1": "a02a6d75fafdee7d920c1b03aa65b2947a34a70b", "name": "MantonBM4_HiSeq_5_S29_L002_R1_001.fastq.gz", "uuid": "2c659838-791d-498e-a3fa-f0c8eb1b2559", @@ -432,7 +432,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1186820646 }, - { + "sequence_file/61c10ee6-ecb7-47ba-b3db-e02bcf4325bf": { "sha1": "f25b6bffc2555329135c21d3d9ea12765dd7d9cc", "name": "MantonBM1_HiSeq_5_S5_L007_I1_001.fastq.gz", "uuid": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf", @@ -444,7 +444,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 426417169 }, - { + "sequence_file/da5a2a93-e840-4ea5-bad6-c3607fd3db5b": { "sha1": "39e5ba8a81cbfebbb144d958a05ba41ff8336f49", "name": "MantonBM2_HiSeq_3_S11_L005_I1_001.fastq.gz", "uuid": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b", @@ -456,7 +456,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 407350040 }, - { + "sequence_file/5f927ca9-9b92-44a0-9a48-55fdad524445": { "sha1": "c8f8e679cfcb444fb13e03651f290f6c482117e2", "name": "MantonBM2_HiSeq_6_S14_L005_R2_001.fastq.gz", "uuid": "5f927ca9-9b92-44a0-9a48-55fdad524445", @@ -468,7 +468,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3767456318 }, - { + "sequence_file/712084da-4b68-47e0-acff-aafb48cc21db": { "sha1": "91aaaf801075003ee4bf1dc95f3b8fa181262411", "name": "MantonBM4_HiSeq_7_S31_L002_I1_001.fastq.gz", "uuid": "712084da-4b68-47e0-acff-aafb48cc21db", @@ -480,7 +480,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 370104211 }, - { + "sequence_file/c750d7ef-7274-4253-9fc0-0f40354b84aa": { "sha1": "b341cfb99b8e1b39d514748709605d36fae20ce0", "name": "MantonBM3_HiSeq_2_S18_L003_R1_001.fastq.gz", "uuid": "c750d7ef-7274-4253-9fc0-0f40354b84aa", @@ -492,7 +492,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1651504734 }, - { + "sequence_file/57d69572-96ae-4a29-97f5-0c1a491ed2a5": { "sha1": "28617d777dc6b1f5078c54053635b248ddddf0a8", "name": "MantonBM4_HiSeq_4_S28_L001_R2_001.fastq.gz", "uuid": "57d69572-96ae-4a29-97f5-0c1a491ed2a5", @@ -504,7 +504,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3501649401 }, - { + "sequence_file/6062d33b-29f5-4b2c-a8c7-fef60591b285": { "sha1": "1865a8f819416264bf2b53f25d8f8510564ff725", "name": "MantonBM2_HiSeq_2_S10_L005_R2_001.fastq.gz", "uuid": "6062d33b-29f5-4b2c-a8c7-fef60591b285", @@ -516,7 +516,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3713230799 }, - { + "sequence_file/50c3d51e-175d-4ffc-ad21-20e4713a92bc": { "sha1": "49ba84492e4b443f623f5cf00fe50443e6a76567", "name": "MantonBM2_HiSeq_5_S13_L006_I1_001.fastq.gz", "uuid": "50c3d51e-175d-4ffc-ad21-20e4713a92bc", @@ -528,7 +528,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 395079553 }, - { + "sequence_file/22dfec6d-dcef-4928-8e91-a76ea60d2494": { "sha1": "fd5883497b6907bf1e1fa275e77041293f77219c", "name": "MantonBM3_HiSeq_7_S23_L004_R1_001.fastq.gz", "uuid": "22dfec6d-dcef-4928-8e91-a76ea60d2494", @@ -540,7 +540,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 996849989 }, - { + "sequence_file/20e6c61f-5747-4dcd-a659-fede6d62a434": { "sha1": "0577d5384eec940f341589ed5b86a9a9cee8337c", "name": "MantonBM2_HiSeq_3_S11_L006_I1_001.fastq.gz", "uuid": "20e6c61f-5747-4dcd-a659-fede6d62a434", @@ -552,7 +552,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 385083409 }, - { + "sequence_file/05dcbcdd-7288-4e17-94dc-bb9e099a2a20": { "sha1": "a4898e85317e2b3b467e45499bc673d541533834", "name": "MantonBM4_HiSeq_2_S26_L001_R2_001.fastq.gz", "uuid": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20", @@ -564,7 +564,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3322854514 }, - { + "sequence_file/27f0c78b-67cd-47d3-964f-fcbec7562997": { "sha1": "d4dce0ad395ae89217a978bf115b9658f7dfa588", "name": "MantonBM1_HiSeq_2_S2_L007_R1_001.fastq.gz", "uuid": "27f0c78b-67cd-47d3-964f-fcbec7562997", @@ -576,7 +576,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1081361854 }, - { + "sequence_file/1d02060a-dfab-484f-9ef1-d23d831b1a5d": { "sha1": "718b3724ec9f8819692af7de27dc8831c5beb0a3", "name": "MantonBM1_HiSeq_5_S5_L007_R1_001.fastq.gz", "uuid": "1d02060a-dfab-484f-9ef1-d23d831b1a5d", @@ -588,7 +588,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1260790703 }, - { + "sequence_file/9820fbb5-07b7-41ce-b135-16e21b371c94": { "sha1": "f940ceebba10319baff2c91cb59506c3709afe45", "name": "MantonBM4_HiSeq_3_S27_L001_R2_001.fastq.gz", "uuid": "9820fbb5-07b7-41ce-b135-16e21b371c94", @@ -600,7 +600,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3408487020 }, - { + "sequence_file/2e34dd3f-914d-47ad-b0fe-1fa37d1b134c": { "sha1": "42176e175f371d69647566691b9897a43567b958", "name": "MantonBM1_HiSeq_4_S4_L008_I1_001.fastq.gz", "uuid": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c", @@ -612,7 +612,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 377878740 }, - { + "sequence_file/5da8e6f2-a26e-448b-b017-33ac69ca80f7": { "sha1": "0da49494fd4198f6356cc8686df62e856ed41d21", "name": "MantonBM3_HiSeq_8_S24_L004_I1_001.fastq.gz", "uuid": "5da8e6f2-a26e-448b-b017-33ac69ca80f7", @@ -624,7 +624,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 364867009 }, - { + "sequence_file/cf307cb1-0f17-42f1-a069-5060b68548c8": { "sha1": "7257768b55bad05c798d6a57c885d81f0e8fdc24", "name": "MantonBM2_HiSeq_2_S10_L006_R2_001.fastq.gz", "uuid": "cf307cb1-0f17-42f1-a069-5060b68548c8", @@ -636,7 +636,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3475169188 }, - { + "sequence_file/8647eca2-4adc-43c0-becb-98c0ff86682b": { "sha1": "0a28e756f034ff3a7b4209b9dd6d77b563b6ab5c", "name": "MantonBM2_HiSeq_3_S11_L005_R2_001.fastq.gz", "uuid": "8647eca2-4adc-43c0-becb-98c0ff86682b", @@ -648,7 +648,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3588148540 }, - { + "sequence_file/6d8a7881-9d15-42e2-97e6-09df4604997e": { "sha1": "637d66b6f29c5c3280298c792e8b8003c135939a", "name": "MantonBM3_HiSeq_3_S19_L004_R2_001.fastq.gz", "uuid": "6d8a7881-9d15-42e2-97e6-09df4604997e", @@ -660,7 +660,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3304418106 }, - { + "sequence_file/12640e28-e9aa-4432-8d74-93003425748c": { "sha1": "a641231fc1b306913ca9d0d2044b636c2f8bbbd3", "name": "MantonBM1_HiSeq_6_S6_L008_R1_001.fastq.gz", "uuid": "12640e28-e9aa-4432-8d74-93003425748c", @@ -672,7 +672,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1304201827 }, - { + "sequence_file/f379d8e5-1741-4992-a46f-692f352d81e2": { "sha1": "07ab6384229f86ba447575cf8a10f731b1ddc56a", "name": "MantonBM4_HiSeq_8_S32_L002_R2_001.fastq.gz", "uuid": "f379d8e5-1741-4992-a46f-692f352d81e2", @@ -684,7 +684,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3805300618 }, - { + "sequence_file/d17161a2-081b-4d3c-9c7c-ab93b8ff36fa": { "sha1": "687744818d33e2141fbb18fa19e57936b591a962", "name": "MantonBM2_HiSeq_8_S16_L005_R1_001.fastq.gz", "uuid": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa", @@ -696,7 +696,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1163222629 }, - { + "sequence_file/85f9f0a9-6b8e-4fba-a360-8d14931a7929": { "sha1": "2eaf263f8704b212bb376fba51a446e60da21460", "name": "MantonBM4_HiSeq_7_S31_L001_I1_001.fastq.gz", "uuid": "85f9f0a9-6b8e-4fba-a360-8d14931a7929", @@ -708,7 +708,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 386945207 }, - { + "sequence_file/437fef8b-4c7a-463f-a144-85e66c7f4953": { "sha1": "3a8e6b1c2d0ab06b188b977e676b17c3d2843d1e", "name": "MantonBM3_HiSeq_6_S22_L003_R2_001.fastq.gz", "uuid": "437fef8b-4c7a-463f-a144-85e66c7f4953", @@ -720,7 +720,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3472275216 }, - { + "sequence_file/6ca9ed26-11b8-475e-94ba-e50472dd6bd3": { "sha1": "b3a4e601567145ed988de4058f5c4c2a4c42813a", "name": "MantonBM2_HiSeq_8_S16_L006_I1_001.fastq.gz", "uuid": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3", @@ -732,7 +732,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 369827179 }, - { + "sequence_file/bc88049b-5dd3-4460-9119-94e22c3a13c8": { "sha1": "c4ee91bbfbcd37c1fec049ffd1da8fd8f5f7976a", "name": "MantonBM2_HiSeq_8_S16_L005_R2_001.fastq.gz", "uuid": "bc88049b-5dd3-4460-9119-94e22c3a13c8", @@ -744,7 +744,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3420537001 }, - { + "sequence_file/ac3edf4a-f269-4944-bb1a-3b1845e33098": { "sha1": "c89879638751b1c8b0ecebbb7ff08c96bdad1826", "name": "MantonBM1_HiSeq_1_S1_L008_R1_001.fastq.gz", "uuid": "ac3edf4a-f269-4944-bb1a-3b1845e33098", @@ -756,7 +756,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1052018368 }, - { + "sequence_file/61ea8027-8da7-4ee5-a153-49126032a194": { "sha1": "89c33235cb14cb72a9ca305d838544566a0b0990", "name": "MantonBM2_HiSeq_1_S9_L006_R2_001.fastq.gz", "uuid": "61ea8027-8da7-4ee5-a153-49126032a194", @@ -768,7 +768,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3073898610 }, - { + "sequence_file/3657e098-4b0c-410a-a7c8-82c73b6ed1ed": { "sha1": "ea5cee3a671f8e266315de57dd9fee3bcb580cda", "name": "MantonBM2_HiSeq_6_S14_L006_R2_001.fastq.gz", "uuid": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed", @@ -780,7 +780,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3562483587 }, - { + "sequence_file/49148098-bb4e-42d0-af89-946de3e6d394": { "sha1": "8bb7540f514945c3714bb4d23e2cf3acac4f41c6", "name": "MantonBM3_HiSeq_4_S20_L003_R1_001.fastq.gz", "uuid": "49148098-bb4e-42d0-af89-946de3e6d394", @@ -792,7 +792,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1475882577 }, - { + "sequence_file/02d06869-ddfe-4ad7-9da7-2be88d0c2112": { "sha1": "efbc4b29791c278be56d8899972fe9470961b487", "name": "MantonBM3_HiSeq_6_S22_L004_R2_001.fastq.gz", "uuid": "02d06869-ddfe-4ad7-9da7-2be88d0c2112", @@ -804,7 +804,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3291554545 }, - { + "sequence_file/0131fd23-816a-4fcd-9660-27c45022ec47": { "sha1": "5c087030c1743c9b39e2b7ef45b510d076f09cf3", "name": "MantonBM3_HiSeq_5_S21_L004_I1_001.fastq.gz", "uuid": "0131fd23-816a-4fcd-9660-27c45022ec47", @@ -816,7 +816,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 364727178 }, - { + "sequence_file/5c1ccd4f-d639-43d0-94b6-3baca6f8210d": { "sha1": "6f88e022900ac994881fa6447817fb0626392197", "name": "MantonBM4_HiSeq_6_S30_L001_R2_001.fastq.gz", "uuid": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d", @@ -828,7 +828,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3468863958 }, - { + "sequence_file/415a6ab3-aa59-4e68-8993-64fd1a0715be": { "sha1": "ff197107ec9aad8b84f5390955c7d6a5d039467f", "name": "MantonBM4_HiSeq_5_S29_L001_R1_001.fastq.gz", "uuid": "415a6ab3-aa59-4e68-8993-64fd1a0715be", @@ -840,7 +840,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1271805780 }, - { + "sequence_file/9b84ab82-16ad-499d-916f-53c73a2537da": { "sha1": "ff7f8ac792103481216e4094fe3486a620ea2592", "name": "MantonBM2_HiSeq_5_S13_L005_R2_001.fastq.gz", "uuid": "9b84ab82-16ad-499d-916f-53c73a2537da", @@ -852,7 +852,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3739704640 }, - { + "sequence_file/f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9": { "sha1": "b33f9dbc7226a0a15f07ec4a376b9aec4876b60e", "name": "MantonBM2_HiSeq_5_S13_L006_R1_001.fastq.gz", "uuid": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9", @@ -864,7 +864,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1196991340 }, - { + "sequence_file/32aeb59b-d1f7-4660-9b98-f72ebe671864": { "sha1": "164a594011613a2622be1e4a1a396ec2cacc3bc0", "name": "MantonBM4_HiSeq_1_S25_L002_R2_001.fastq.gz", "uuid": "32aeb59b-d1f7-4660-9b98-f72ebe671864", @@ -876,7 +876,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3808613493 }, - { + "sequence_file/3e8bda58-fb04-44a1-9266-d32fcc73649c": { "sha1": "38163d24c82436d7cdcf531c8aca5cc2e26aa2cd", "name": "MantonBM1_HiSeq_2_S2_L008_I1_001.fastq.gz", "uuid": "3e8bda58-fb04-44a1-9266-d32fcc73649c", @@ -888,7 +888,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 353531583 }, - { + "sequence_file/60e007a2-6d1d-49df-8dfa-358ebfe397a7": { "sha1": "880b039d06f09c5b985d54abb1fbab594f20c061", "name": "MantonBM3_HiSeq_3_S19_L003_R2_001.fastq.gz", "uuid": "60e007a2-6d1d-49df-8dfa-358ebfe397a7", @@ -900,7 +900,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3473342582 }, - { + "sequence_file/551caaec-e076-4794-9096-7b8f5176e9c3": { "sha1": "4f9f236784a534c2cc5bd9d377cc6c7f9466712a", "name": "MantonBM4_HiSeq_5_S29_L001_I1_001.fastq.gz", "uuid": "551caaec-e076-4794-9096-7b8f5176e9c3", @@ -912,7 +912,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 424405744 }, - { + "sequence_file/ffa21ee7-98c7-4275-a28f-ab87350b6317": { "sha1": "13bac6c2aeea1765f081bf10d3f29d65f54cdebf", "name": "MantonBM4_HiSeq_5_S29_L002_R2_001.fastq.gz", "uuid": "ffa21ee7-98c7-4275-a28f-ab87350b6317", @@ -924,7 +924,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3557385219 }, - { + "sequence_file/e2e3b95f-8f87-475c-8338-13c08fef0b8e": { "sha1": "e5d1cae2b49eb066831e404db3cb79814195bbba", "name": "MantonBM3_HiSeq_6_S22_L004_R1_001.fastq.gz", "uuid": "e2e3b95f-8f87-475c-8338-13c08fef0b8e", @@ -936,7 +936,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1108034986 }, - { + "sequence_file/f4db906f-02a2-4e78-a944-f70f6ecfba6e": { "sha1": "276b8b557554cf7c7e7148733c08b3b5a4297557", "name": "MantonBM2_HiSeq_1_S9_L006_R1_001.fastq.gz", "uuid": "f4db906f-02a2-4e78-a944-f70f6ecfba6e", @@ -948,7 +948,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1028517331 }, - { + "sequence_file/5b14f043-ca67-4b07-adf7-b5d9b2405566": { "sha1": "7b332008adbe5f03ba9e2337e86dc5aeb76c8c60", "name": "MantonBM3_HiSeq_7_S23_L003_R1_001.fastq.gz", "uuid": "5b14f043-ca67-4b07-adf7-b5d9b2405566", @@ -960,7 +960,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1057668507 }, - { + "sequence_file/66aad53b-645e-4d69-89ed-47ed82890546": { "sha1": "6ec22768d694081c55359a56b0eb80a06e55c0cc", "name": "MantonBM2_HiSeq_7_S15_L005_I1_001.fastq.gz", "uuid": "66aad53b-645e-4d69-89ed-47ed82890546", @@ -972,7 +972,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 480079312 }, - { + "sequence_file/55ca5e22-f148-4a7c-82c9-005e1d9f9ece": { "sha1": "99b2b12a86e5898d2e4aa83f0efd251a4f713be6", "name": "MantonBM1_HiSeq_6_S6_L007_R2_001.fastq.gz", "uuid": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece", @@ -984,7 +984,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4021256165 }, - { + "sequence_file/aa28d2a1-9e50-471a-a891-7ecf278b467a": { "sha1": "2ab9924fda4f09b66a31328c7129c5cac91783d1", "name": "MantonBM1_HiSeq_6_S6_L008_I1_001.fastq.gz", "uuid": "aa28d2a1-9e50-471a-a891-7ecf278b467a", @@ -996,7 +996,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 444479892 }, - { + "sequence_file/8e6df880-5417-4b70-b79c-ad2c9e4c88e7": { "sha1": "f7b9fe3a45a4bb99c78d28a96712da63948143e9", "name": "MantonBM2_HiSeq_2_S10_L006_I1_001.fastq.gz", "uuid": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7", @@ -1008,7 +1008,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 392411808 }, - { + "sequence_file/1705dea1-fff5-4f39-985d-b2a70f5d2ea1": { "sha1": "691464fbf8783584101b1eae310b4720389b9ed2", "name": "MantonBM4_HiSeq_2_S26_L001_R1_001.fastq.gz", "uuid": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1", @@ -1020,7 +1020,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1140355749 }, - { + "sequence_file/c03c121a-31e9-4a79-93d7-4030c1e5eee8": { "sha1": "2b668392e8c56d273a406e9ed8d12e20441b8503", "name": "MantonBM3_HiSeq_2_S18_L004_R2_001.fastq.gz", "uuid": "c03c121a-31e9-4a79-93d7-4030c1e5eee8", @@ -1032,7 +1032,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4661230996 }, - { + "sequence_file/c3c9b724-b79b-4988-934d-b22f673c4823": { "sha1": "b0b8db4314c2da13dd2da4c0fb150144dd71552c", "name": "MantonBM1_HiSeq_2_S2_L007_R2_001.fastq.gz", "uuid": "c3c9b724-b79b-4988-934d-b22f673c4823", @@ -1044,7 +1044,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3258483528 }, - { + "sequence_file/8eca3a7d-67f1-412d-9d3a-704c8218cee2": { "sha1": "93038c3f9626cb4957159e5d351eb1d7d4e6da74", "name": "MantonBM4_HiSeq_4_S28_L001_R1_001.fastq.gz", "uuid": "8eca3a7d-67f1-412d-9d3a-704c8218cee2", @@ -1056,7 +1056,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1201757631 }, - { + "sequence_file/3641ab2b-35f7-453d-ae7e-9f3ae7ced860": { "sha1": "535fdbba9713ab30d0e5a951ea98c47b106d5b7d", "name": "MantonBM1_HiSeq_3_S3_L008_R2_001.fastq.gz", "uuid": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860", @@ -1068,7 +1068,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3058564206 }, - { + "sequence_file/4502aed4-857b-4760-83e0-de5ef6a15671": { "sha1": "5f7f38337106ebe0a55d0166b7420aa186741afc", "name": "MantonBM1_HiSeq_3_S3_L008_R1_001.fastq.gz", "uuid": "4502aed4-857b-4760-83e0-de5ef6a15671", @@ -1080,7 +1080,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1020461563 }, - { + "sequence_file/37ea959a-47bd-4a35-8468-8fc6bc5b4dfd": { "sha1": "ac9c8a4af5659e88859c48a4aee3dea7660f9b92", "name": "MantonBM2_HiSeq_4_S12_L005_I1_001.fastq.gz", "uuid": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd", @@ -1092,7 +1092,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 385467775 }, - { + "sequence_file/65755624-9cf1-4f0e-96f5-e4c30a6ee2d9": { "sha1": "277da4f75a00d7ab4d54561987cc8b8c859a4e8a", "name": "MantonBM1_HiSeq_1_S1_L007_R2_001.fastq.gz", "uuid": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9", @@ -1104,7 +1104,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3198000627 }, - { + "sequence_file/05c46800-9101-4151-9b4b-3a0fe981e76e": { "sha1": "35723b0fa4d62fc0a2880b42f0dec042dcbd4670", "name": "MantonBM4_HiSeq_8_S32_L001_R2_001.fastq.gz", "uuid": "05c46800-9101-4151-9b4b-3a0fe981e76e", @@ -1116,7 +1116,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3765035771 }, - { + "sequence_file/cae932bf-4d22-4466-8ea3-a76cffd1dab1": { "sha1": "825a07caa0df70fa03303b16f36f6dc9fc5227f4", "name": "MantonBM2_HiSeq_5_S13_L006_R2_001.fastq.gz", "uuid": "cae932bf-4d22-4466-8ea3-a76cffd1dab1", @@ -1128,7 +1128,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3529769861 }, - { + "sequence_file/c92d030e-2530-441a-a1e9-3f8d2fd7dc46": { "sha1": "020add9dd4653f986c5c5aad7e1e0d46e08a5078", "name": "MantonBM2_HiSeq_7_S15_L005_R1_001.fastq.gz", "uuid": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46", @@ -1140,7 +1140,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1454340638 }, - { + "sequence_file/a2ef2eb3-4f87-456b-bdab-71d062e30722": { "sha1": "6deeed8984c640d26518ab287f7be40f9fa89aff", "name": "MantonBM1_HiSeq_7_S7_L007_R1_001.fastq.gz", "uuid": "a2ef2eb3-4f87-456b-bdab-71d062e30722", @@ -1152,7 +1152,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1297637588 }, - { + "sequence_file/3d94a11d-f106-4f85-b4bd-93d8bf2530ea": { "sha1": "418a2e8fef3e3c2fdc446863907ab771c50604a4", "name": "MantonBM1_HiSeq_6_S6_L007_I1_001.fastq.gz", "uuid": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea", @@ -1164,7 +1164,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 453960475 }, - { + "sequence_file/31fd2963-0fd5-451b-a21f-9963e65cb6f3": { "sha1": "e351651464799249e97d95d9eaad6de770b8e77b", "name": "MantonBM1_HiSeq_5_S5_L008_R2_001.fastq.gz", "uuid": "31fd2963-0fd5-451b-a21f-9963e65cb6f3", @@ -1176,7 +1176,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3598499563 }, - { + "sequence_file/89254219-e37c-4493-a339-0e426c826fcf": { "sha1": "7ed05513fd8f7e0f16d6ccd54bc75d33e30e770f", "name": "MantonBM1_HiSeq_8_S8_L007_R2_001.fastq.gz", "uuid": "89254219-e37c-4493-a339-0e426c826fcf", @@ -1188,7 +1188,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3840715295 }, - { + "sequence_file/3aaa7031-22c5-4339-ac54-d6583303bc6d": { "sha1": "a1c4afb5e8c1dec16fdc42bb12351d50d438d582", "name": "MantonBM1_HiSeq_3_S3_L008_I1_001.fastq.gz", "uuid": "3aaa7031-22c5-4339-ac54-d6583303bc6d", @@ -1200,7 +1200,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 347443019 }, - { + "sequence_file/6d7e8891-156b-4b23-848c-8ef75230cbbd": { "sha1": "9d0b5e987b12d1b7fe33a90f98470c36fd756b1f", "name": "MantonBM4_HiSeq_4_S28_L001_I1_001.fastq.gz", "uuid": "6d7e8891-156b-4b23-848c-8ef75230cbbd", @@ -1212,7 +1212,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 396798406 }, - { + "sequence_file/e0e1175b-fe0f-41f3-af58-cd745c64704d": { "sha1": "4d05db76f631f16abfc9481c6f5d3876a7fc56c5", "name": "MantonBM3_HiSeq_5_S21_L003_R1_001.fastq.gz", "uuid": "e0e1175b-fe0f-41f3-af58-cd745c64704d", @@ -1224,7 +1224,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1144299138 }, - { + "sequence_file/948a2a49-c334-42ee-8ad0-e92ee7a72fc6": { "sha1": "90ad5a05879bbb98ab6c53198f22ff9d36e0a9f8", "name": "MantonBM3_HiSeq_5_S21_L004_R1_001.fastq.gz", "uuid": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6", @@ -1236,7 +1236,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1084525322 }, - { + "sequence_file/70e83656-b4c8-4453-9d99-08989b2baf6e": { "sha1": "a1ceaa56ca44e002e7d7b97962caa268f1dd795f", "name": "MantonBM4_HiSeq_7_S31_L001_R2_001.fastq.gz", "uuid": "70e83656-b4c8-4453-9d99-08989b2baf6e", @@ -1248,7 +1248,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3432562751 }, - { + "sequence_file/0cf26327-ce69-4e4e-b1ad-efdc3ffd9195": { "sha1": "7ac6ac6ab70c644528777c3a5ffab198a5ec1836", "name": "MantonBM4_HiSeq_6_S30_L002_I1_001.fastq.gz", "uuid": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195", @@ -1260,7 +1260,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 371925162 }, - { + "sequence_file/ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5": { "sha1": "299b4be1ee435bf177af57da6f48b97377616d48", "name": "MantonBM3_HiSeq_5_S21_L003_I1_001.fastq.gz", "uuid": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5", @@ -1272,7 +1272,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 382823742 }, - { + "sequence_file/fa69feb4-152a-4ac9-bb44-8b2b4b3e8176": { "sha1": "34a5fe4138f956493af1480598aa3a70afba0c4f", "name": "MantonBM3_HiSeq_2_S18_L003_R2_001.fastq.gz", "uuid": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176", @@ -1284,7 +1284,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4918045855 }, - { + "sequence_file/9d70fcb9-9317-47ba-a6be-7169d23af75a": { "sha1": "27ba05a692e12321028eb7f32d90a49992609421", "name": "MantonBM3_HiSeq_2_S18_L004_R1_001.fastq.gz", "uuid": "9d70fcb9-9317-47ba-a6be-7169d23af75a", @@ -1296,7 +1296,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1570379920 }, - { + "sequence_file/0fa33de0-5ac6-43d4-8df8-006b0259f6a4": { "sha1": "313a5698cbc17464cc6c5d06038279ba54b8e6ce", "name": "MantonBM1_HiSeq_1_S1_L007_R1_001.fastq.gz", "uuid": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4", @@ -1308,7 +1308,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1083286577 }, - { + "sequence_file/10ec7489-07a9-4848-86f1-f9b8b8eda316": { "sha1": "9bce32b36e2448162ef567c8971557c7dbb97678", "name": "MantonBM2_HiSeq_1_S9_L006_I1_001.fastq.gz", "uuid": "10ec7489-07a9-4848-86f1-f9b8b8eda316", @@ -1320,7 +1320,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 342624413 }, - { + "sequence_file/500aa99d-776e-4418-b708-58a9075daa3b": { "sha1": "840b1e94bf3b4cca8f0b5b4a04780e4b005b26e1", "name": "MantonBM3_HiSeq_4_S20_L003_I1_001.fastq.gz", "uuid": "500aa99d-776e-4418-b708-58a9075daa3b", @@ -1332,7 +1332,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 476402793 }, - { + "sequence_file/94f47ceb-f4b3-4e6c-9fb4-55c428507e75": { "sha1": "0db32dd60554a0191d3cbd6529f177af6c0ebafe", "name": "MantonBM4_HiSeq_8_S32_L001_R1_001.fastq.gz", "uuid": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75", @@ -1344,7 +1344,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1309177499 }, - { + "sequence_file/fc93721d-74f9-4dd4-adcb-ed6b1b2e0424": { "sha1": "10b4ce680d981cde14342a519168bcb9203cad96", "name": "MantonBM1_HiSeq_3_S3_L007_R2_001.fastq.gz", "uuid": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424", @@ -1356,7 +1356,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3249791380 }, - { + "sequence_file/1f3da46c-e8df-4300-b197-0307a3208beb": { "sha1": "997162fe563086bce629cabfe9561c3ea2616e52", "name": "MantonBM2_HiSeq_7_S15_L006_R1_001.fastq.gz", "uuid": "1f3da46c-e8df-4300-b197-0307a3208beb", @@ -1368,7 +1368,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1364045044 }, - { + "sequence_file/14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c": { "sha1": "dc3deb935b56c9a6e76af9fccc942670fb8acf6f", "name": "MantonBM1_HiSeq_4_S4_L008_R1_001.fastq.gz", "uuid": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c", @@ -1380,7 +1380,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1105024851 }, - { + "sequence_file/62e42770-9481-48e4-9705-1f4c6da2ae43": { "sha1": "751a1243c5a119ad486edb0a17518e50ff524aa1", "name": "MantonBM1_HiSeq_2_S2_L008_R1_001.fastq.gz", "uuid": "62e42770-9481-48e4-9705-1f4c6da2ae43", @@ -1392,7 +1392,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1037242681 }, - { + "sequence_file/e97970fa-381f-4deb-9bfe-ed6c227bd89c": { "sha1": "c18867bd339a262585f40b94986edda54944cd5c", "name": "MantonBM2_HiSeq_5_S13_L005_R1_001.fastq.gz", "uuid": "e97970fa-381f-4deb-9bfe-ed6c227bd89c", @@ -1404,7 +1404,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1276832915 }, - { + "sequence_file/e1286902-46fa-45c5-b9ac-498058c09ec9": { "sha1": "e7124ec8ca7c33d1ff027d70298dc0d06b931055", "name": "MantonBM3_HiSeq_7_S23_L004_R2_001.fastq.gz", "uuid": "e1286902-46fa-45c5-b9ac-498058c09ec9", @@ -1416,7 +1416,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2985467526 }, - { + "sequence_file/fac833de-2bb8-4f4a-a1dd-6136fbc288b1": { "sha1": "b4cc22fbd1ed774720512a36f010e0dae5f56cad", "name": "MantonBM4_HiSeq_3_S27_L002_R1_001.fastq.gz", "uuid": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1", @@ -1428,7 +1428,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1121786543 }, - { + "sequence_file/cab74e16-3229-4808-922a-743447d7da23": { "sha1": "fbbc2260977ca41e7c8c0b6c67e5751747fe84c9", "name": "MantonBM4_HiSeq_3_S27_L002_I1_001.fastq.gz", "uuid": "cab74e16-3229-4808-922a-743447d7da23", @@ -1440,7 +1440,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 367927338 }, - { + "sequence_file/cb5df08f-68c8-4dfd-9581-d3828d7b7f2b": { "sha1": "3ae69c3b3b053b5f1147ebf65b7d4f4ccf2c59c5", "name": "MantonBM3_HiSeq_7_S23_L003_R2_001.fastq.gz", "uuid": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b", @@ -1452,7 +1452,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3176322234 }, - { + "sequence_file/7844a2e7-6307-4e70-af10-fdcff29496e2": { "sha1": "d39446d2dc41bb36ed7e86381729a67202a931cc", "name": "MantonBM4_HiSeq_1_S25_L001_R2_001.fastq.gz", "uuid": "7844a2e7-6307-4e70-af10-fdcff29496e2", @@ -1464,7 +1464,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3822118820 }, - { + "sequence_file/e3dbda3e-f81d-42fb-85d7-92256229c9c1": { "sha1": "8450ba663d6f5955d5e55c1bd75f0c592db76c3e", "name": "MantonBM3_HiSeq_4_S20_L004_I1_001.fastq.gz", "uuid": "e3dbda3e-f81d-42fb-85d7-92256229c9c1", @@ -1476,7 +1476,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 460611661 }, - { + "sequence_file/68c14f04-48d2-404e-9b3e-cefabe0d4256": { "sha1": "bb5c45457ca56ccc0fe1302bdbf2891256291eac", "name": "MantonBM3_HiSeq_3_S19_L004_R1_001.fastq.gz", "uuid": "68c14f04-48d2-404e-9b3e-cefabe0d4256", @@ -1488,7 +1488,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1123506860 }, - { + "sequence_file/bd2f2534-276f-47f4-a3d3-b1ad09b41554": { "sha1": "08161c2aacf33e3de11e98d31cae1ac9e7a50177", "name": "MantonBM2_HiSeq_6_S14_L006_I1_001.fastq.gz", "uuid": "bd2f2534-276f-47f4-a3d3-b1ad09b41554", @@ -1500,7 +1500,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 392301062 }, - { + "sequence_file/8bf97ca3-2d03-4ac2-8c11-cd8decadf586": { "sha1": "a267e3a7f1cc016b9881ad85aefbb95355355684", "name": "MantonBM1_HiSeq_7_S7_L008_I1_001.fastq.gz", "uuid": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586", @@ -1512,7 +1512,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 424575548 }, - { + "sequence_file/e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf": { "sha1": "350cc9b663c85b14ffaf5d1637293e7ca0590baa", "name": "MantonBM3_HiSeq_6_S22_L004_I1_001.fastq.gz", "uuid": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf", @@ -1524,7 +1524,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 370025635 }, - { + "sequence_file/7b6ddb79-655b-4b33-ad2d-c94b36140c6a": { "sha1": "38160da677fdb4b49bdd68d1d534e41406a12241", "name": "MantonBM2_HiSeq_6_S14_L005_I1_001.fastq.gz", "uuid": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a", @@ -1536,7 +1536,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 409927139 }, - { + "sequence_file/07942b88-77bd-4559-91ea-d09a7aac1264": { "sha1": "832969727e978f1c0f828651c5bf164ad9b086ff", "name": "MantonBM1_HiSeq_7_S7_L008_R2_001.fastq.gz", "uuid": "07942b88-77bd-4559-91ea-d09a7aac1264", @@ -1548,7 +1548,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3716335288 }, - { + "sequence_file/3c4864ae-619e-479d-8138-c1489e7f10bb": { "sha1": "d057dee95907376600447fe07ee75b41eb1dcd0f", "name": "MantonBM4_HiSeq_2_S26_L002_R1_001.fastq.gz", "uuid": "3c4864ae-619e-479d-8138-c1489e7f10bb", @@ -1560,7 +1560,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1057979689 }, - { + "sequence_file/938d4d47-a7f3-4ecd-887d-6a01f7ee32cf": { "sha1": "f220bcbdb9b673825bab4a7c20262d22733e01e8", "name": "MantonBM2_HiSeq_4_S12_L006_R1_001.fastq.gz", "uuid": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf", @@ -1572,7 +1572,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1095836250 }, - { + "sequence_file/2f629555-1b9d-4251-a513-72b138ec1d1f": { "sha1": "ff8f213943659eeae4e547e586e8aec5128351b9", "name": "MantonBM1_HiSeq_3_S3_L007_I1_001.fastq.gz", "uuid": "2f629555-1b9d-4251-a513-72b138ec1d1f", @@ -1584,7 +1584,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 361446077 }, - { + "sequence_file/22f89ffa-0ba3-4264-b91e-fde781c0d703": { "sha1": "9690b2178127b9822fc579e493d349090afe8309", "name": "MantonBM1_HiSeq_3_S3_L007_R1_001.fastq.gz", "uuid": "22f89ffa-0ba3-4264-b91e-fde781c0d703", @@ -1596,7 +1596,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1071299859 }, - { + "sequence_file/00c1e04c-71f9-4e64-8f7d-43a9742732c1": { "sha1": "d981c5e5c7ae16a6960502aade2ccd724d0d32b4", "name": "MantonBM2_HiSeq_1_S9_L005_I1_001.fastq.gz", "uuid": "00c1e04c-71f9-4e64-8f7d-43a9742732c1", @@ -1608,7 +1608,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 359033271 }, - { + "sequence_file/1daa45f1-3ce5-400b-8f2d-40d04f1f8806": { "sha1": "f3f32d049dd29648e393be90a97d86651e2d4817", "name": "MantonBM2_HiSeq_4_S12_L006_I1_001.fastq.gz", "uuid": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806", @@ -1620,7 +1620,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 368491766 }, - { + "sequence_file/8db31c92-e87d-444c-9309-0340768a794b": { "sha1": "099cee461fc50f7d3afebfc9cc33925ca0b6f16e", "name": "MantonBM3_HiSeq_6_S22_L003_I1_001.fastq.gz", "uuid": "8db31c92-e87d-444c-9309-0340768a794b", @@ -1632,7 +1632,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 387484761 }, - { + "sequence_file/a256e5e3-7e80-419e-b8e8-c3fdaf234b43": { "sha1": "9644c38062d29e2bfb20cd1f53ce966bc7cfd09c", "name": "MantonBM1_HiSeq_1_S1_L008_R2_001.fastq.gz", "uuid": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43", @@ -1644,7 +1644,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3069882625 }, - { + "sequence_file/a0381296-68b4-4480-8d93-e1ad9e85abb6": { "sha1": "4dc4a29172fafacaa1e0668ed9072be8ab6b0494", "name": "MantonBM1_HiSeq_8_S8_L007_I1_001.fastq.gz", "uuid": "a0381296-68b4-4480-8d93-e1ad9e85abb6", @@ -1656,7 +1656,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 417490451 }, - { + "sequence_file/4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd": { "sha1": "e847a0c98fe32825f2961c612d84ef5de8b13ce6", "name": "MantonBM2_HiSeq_2_S10_L006_R1_001.fastq.gz", "uuid": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd", @@ -1668,7 +1668,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1158861258 }, - { + "sequence_file/4dcd7823-b02f-4dd7-a49f-94b86096d77d": { "sha1": "3833263bce3f362bfa40d46cc412f7c399f5ed6a", "name": "MantonBM1_HiSeq_2_S2_L007_I1_001.fastq.gz", "uuid": "4dcd7823-b02f-4dd7-a49f-94b86096d77d", @@ -1680,7 +1680,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 366034271 }, - { + "sequence_file/56ec5353-ecce-40b5-a981-1dad8ad1c9d4": { "sha1": "948cd48444e4e6345af05e4af8c5e19fe4c8e3ab", "name": "MantonBM2_HiSeq_4_S12_L006_R2_001.fastq.gz", "uuid": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4", @@ -1692,7 +1692,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3257171120 }, - { + "sequence_file/2bdc88a5-faf4-4f07-8818-a95428defe3a": { "sha1": "8cd86f9c25e788063f78418cb94c5910f85aef55", "name": "MantonBM4_HiSeq_5_S29_L002_I1_001.fastq.gz", "uuid": "2bdc88a5-faf4-4f07-8818-a95428defe3a", @@ -1704,7 +1704,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 403053547 }, - { + "sequence_file/b938e56a-f94a-46b4-bbdd-5df21d083411": { "sha1": "7e20943f12d6f6b5adffa79bc0ce42e2a182c610", "name": "MantonBM1_HiSeq_7_S7_L007_R2_001.fastq.gz", "uuid": "b938e56a-f94a-46b4-bbdd-5df21d083411", @@ -1716,7 +1716,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3887709427 }, - { + "sequence_file/f39f5ab3-1a1f-425c-8670-a73c53b7ea1c": { "sha1": "3b240ca34707201c55ad79d067c8515fad7e9ce0", "name": "MantonBM3_HiSeq_6_S22_L003_R1_001.fastq.gz", "uuid": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c", @@ -1728,7 +1728,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1165914236 }, - { + "sequence_file/e69d977c-7f1c-4e65-bc85-976f334e1f0c": { "sha1": "353a61a39c943aa27978655902358aa5b948b8a2", "name": "MantonBM3_HiSeq_7_S23_L004_I1_001.fastq.gz", "uuid": "e69d977c-7f1c-4e65-bc85-976f334e1f0c", @@ -1740,7 +1740,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 337653235 }, - { + "sequence_file/e9b7c7ea-dcee-43dd-af1f-9a311420ff85": { "sha1": "791eb2be94868c422209b309bf5d14acf19fcd6f", "name": "MantonBM2_HiSeq_6_S14_L006_R1_001.fastq.gz", "uuid": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85", @@ -1752,7 +1752,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1200078454 }, - { + "sequence_file/9989e71f-09d8-4051-83e8-75753389a6cb": { "sha1": "5ab10fc8cf7b10c08efb32e9a4db2405ea915e85", "name": "MantonBM3_HiSeq_2_S18_L003_I1_001.fastq.gz", "uuid": "9989e71f-09d8-4051-83e8-75753389a6cb", @@ -1764,7 +1764,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 529022755 }, - { + "sequence_file/66e5a918-007f-4ef6-a514-b8043bcc6128": { "sha1": "41a98810215793f28faafa7faab6c3148889a6c9", "name": "MantonBM4_HiSeq_1_S25_L002_I1_001.fastq.gz", "uuid": "66e5a918-007f-4ef6-a514-b8043bcc6128", @@ -1776,7 +1776,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 436583305 }, - { + "sequence_file/50d413fc-208e-4b28-93d0-1aff73ab66c5": { "sha1": "f0d37f3928fa22401d7ce559cbd2bf8bd19f59fb", "name": "MantonBM1_HiSeq_6_S6_L007_R1_001.fastq.gz", "uuid": "50d413fc-208e-4b28-93d0-1aff73ab66c5", @@ -1788,7 +1788,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1342354173 }, - { + "sequence_file/d5e1593f-e8a0-4288-97c7-2e5faa401ab8": { "sha1": "39391077909c77003c1502d7e329637ea1be76f9", "name": "MantonBM1_HiSeq_5_S5_L008_I1_001.fastq.gz", "uuid": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8", @@ -1800,7 +1800,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 415040724 }, - { + "sequence_file/65775d70-1372-4161-a7e5-de2202dd6f7e": { "sha1": "88ef83ae07b18e8e466a1fa6dacaf962e2e7aaed", "name": "MantonBM3_HiSeq_1_S17_L004_R1_001.fastq.gz", "uuid": "65775d70-1372-4161-a7e5-de2202dd6f7e", @@ -1812,7 +1812,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1132455125 }, - { + "sequence_file/24fbec47-ebbf-4e55-8d7d-cf2c9902bee2": { "sha1": "986f4a3894f7560e0544c612fd021deef43830e8", "name": "MantonBM2_HiSeq_5_S13_L005_I1_001.fastq.gz", "uuid": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2", @@ -1824,7 +1824,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 413590955 }, - { + "sequence_file/ac66a331-f88f-4ec0-b08a-79612fde6b37": { "sha1": "0eee2ceb97f7f3329e75a974427015c675331dec", "name": "MantonBM4_HiSeq_4_S28_L002_R2_001.fastq.gz", "uuid": "ac66a331-f88f-4ec0-b08a-79612fde6b37", @@ -1836,7 +1836,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3443055462 }, - { + "sequence_file/3dcf809d-c939-4dc7-93e8-f2782044d68f": { "sha1": "a16222b87f64decf119eaf291b6ddc44b4b7bc7e", "name": "MantonBM2_HiSeq_3_S11_L005_R1_001.fastq.gz", "uuid": "3dcf809d-c939-4dc7-93e8-f2782044d68f", @@ -1848,7 +1848,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1202352236 }, - { + "sequence_file/39c3fe7f-f194-4eed-9525-5511a3dc3ffc": { "sha1": "3f75ea6225e497259f8f60c825e2419b6bc44305", "name": "MantonBM1_HiSeq_6_S6_L008_R2_001.fastq.gz", "uuid": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc", @@ -1860,7 +1860,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3857576645 }, - { + "sequence_file/f0d45c30-753f-4a2f-afc9-1479a12a8e8b": { "sha1": "9577ba82431fca683c3202bd0e443ed94c7ab1c3", "name": "MantonBM3_HiSeq_2_S18_L004_I1_001.fastq.gz", "uuid": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b", @@ -1872,7 +1872,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 506561553 }, - { + "sequence_file/30a446dd-cb56-4055-bf82-6b3b06d47ee7": { "sha1": "9bcca004c9762a0a888c429d120ab0fe55d691bd", "name": "MantonBM4_HiSeq_6_S30_L001_I1_001.fastq.gz", "uuid": "30a446dd-cb56-4055-bf82-6b3b06d47ee7", @@ -1884,7 +1884,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 390368669 }, - { + "sequence_file/338b9160-54b0-41a5-8a2c-d08f6c9ed626": { "sha1": "85ba897646b32c35b89d679e336092f9963811fe", "name": "MantonBM1_HiSeq_5_S5_L007_R2_001.fastq.gz", "uuid": "338b9160-54b0-41a5-8a2c-d08f6c9ed626", @@ -1896,7 +1896,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3774284216 }, - { + "sequence_file/6b910e18-fd50-4447-8438-9cd628cd0660": { "sha1": "975dd727d054b7966a976b643c450ad546f64e23", "name": "MantonBM2_HiSeq_8_S16_L006_R1_001.fastq.gz", "uuid": "6b910e18-fd50-4447-8438-9cd628cd0660", @@ -1908,7 +1908,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1090623619 }, - { + "sequence_file/5506a837-6ff5-4004-8c2c-673a8d93c510": { "sha1": "af49587e10217fa930bbe9f8a50a205b5e1e7089", "name": "MantonBM4_HiSeq_3_S27_L002_R2_001.fastq.gz", "uuid": "5506a837-6ff5-4004-8c2c-673a8d93c510", @@ -1920,7 +1920,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3335337979 }, - { + "sequence_file/81838f1d-3ae5-45be-88fc-e35b9217ef21": { "sha1": "f84667f791591bacd60dd73f01a4b423a93a0896", "name": "MantonBM3_HiSeq_1_S17_L004_R2_001.fastq.gz", "uuid": "81838f1d-3ae5-45be-88fc-e35b9217ef21", @@ -1932,7 +1932,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3316487044 }, - { + "sequence_file/a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057": { "sha1": "325d83b379c6f73cf6c29b6c574bb8b6a2ce0c75", "name": "MantonBM3_HiSeq_8_S24_L003_R1_001.fastq.gz", "uuid": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057", @@ -1944,7 +1944,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1138971805 }, - { + "sequence_file/751ad2cb-994b-40d2-b6ba-9d4f59112f12": { "sha1": "9244376478d122ad29d4b84469216e72d9a72f2f", "name": "MantonBM4_HiSeq_2_S26_L001_I1_001.fastq.gz", "uuid": "751ad2cb-994b-40d2-b6ba-9d4f59112f12", @@ -1956,7 +1956,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 386106564 }, - { + "sequence_file/c59d880d-7847-4525-990b-ab283257a166": { "sha1": "a6f767fd3a38adc4e1739f1db1b451001a86f7ae", "name": "MantonBM3_HiSeq_8_S24_L004_R1_001.fastq.gz", "uuid": "c59d880d-7847-4525-990b-ab283257a166", @@ -1968,7 +1968,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1092613409 }, - { + "sequence_file/5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c": { "sha1": "c3d72105f8de69fbe703c24b3f33521be9b4e33b", "name": "MantonBM4_HiSeq_6_S30_L001_R1_001.fastq.gz", "uuid": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c", @@ -1980,7 +1980,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1187799471 }, - { + "sequence_file/92c76b47-b073-4ea2-bb35-3b764da48787": { "sha1": "b50568c071ccf24a9646e69a27937ba40a98a09b", "name": "MantonBM3_HiSeq_7_S23_L003_I1_001.fastq.gz", "uuid": "92c76b47-b073-4ea2-bb35-3b764da48787", @@ -1992,7 +1992,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 356634784 }, - { + "sequence_file/06c4f4e6-f607-4165-9d18-f068c9393bd1": { "sha1": "0df0cab5bad27f4949eb49d3f4493eebcde8a4fb", "name": "MantonBM3_HiSeq_3_S19_L004_I1_001.fastq.gz", "uuid": "06c4f4e6-f607-4165-9d18-f068c9393bd1", @@ -2004,7 +2004,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 372572175 }, - { + "sequence_file/9db41364-8b2f-4cf9-b88f-cab43edea8ce": { "sha1": "6f08784860f8b0e37245d5cecd1ef3791b81955e", "name": "MantonBM3_HiSeq_1_S17_L004_I1_001.fastq.gz", "uuid": "9db41364-8b2f-4cf9-b88f-cab43edea8ce", @@ -2016,7 +2016,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 382355403 }, - { + "sequence_file/4a062a0d-946c-4b2a-9cff-4418544d9b16": { "sha1": "78dbccb3fbc4a724cd645d8f8594454acdc66a6b", "name": "MantonBM3_HiSeq_1_S17_L003_R2_001.fastq.gz", "uuid": "4a062a0d-946c-4b2a-9cff-4418544d9b16", @@ -2028,7 +2028,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3456908870 }, - { + "sequence_file/6de335f6-cab5-4ec8-a1ff-3a639596dd59": { "sha1": "deb3bedf9ca20b83120ebcd5f2b252f86f34d604", "name": "MantonBM1_HiSeq_1_S1_L008_I1_001.fastq.gz", "uuid": "6de335f6-cab5-4ec8-a1ff-3a639596dd59", @@ -2040,7 +2040,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 355113853 }, - { + "sequence_file/0374a796-bd3a-47f0-a008-a037ca62fd7a": { "sha1": "7113cf64a017c5a1a7995f7e0257093d327e244f", "name": "MantonBM1_HiSeq_4_S4_L007_I1_001.fastq.gz", "uuid": "0374a796-bd3a-47f0-a008-a037ca62fd7a", @@ -2052,7 +2052,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 391219281 }, - { + "sequence_file/d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b": { "sha1": "deacaf06b3b095ecd32aada0abc53b9cd8a84251", "name": "MantonBM1_HiSeq_4_S4_L007_R1_001.fastq.gz", "uuid": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b", @@ -2064,7 +2064,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1151506063 }, - { + "sequence_file/722bf139-3585-4349-bd60-2108cdea9783": { "sha1": "8582fabac5a89434e5acd7dcb6410df2e6d0f620", "name": "MantonBM4_HiSeq_6_S30_L002_R2_001.fastq.gz", "uuid": "722bf139-3585-4349-bd60-2108cdea9783", @@ -2076,7 +2076,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3333617932 }, - { + "sequence_file/182a36a5-027b-4e76-a57d-979c093eecb8": { "sha1": "2a3d845aeb7484efc33d17be3973f7dbaf684e80", "name": "MantonBM3_HiSeq_3_S19_L003_I1_001.fastq.gz", "uuid": "182a36a5-027b-4e76-a57d-979c093eecb8", @@ -2088,7 +2088,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 388163077 }, - { + "sequence_file/c1f1455c-d49b-4826-b3b7-526a9ca4ee9a": { "sha1": "b3135a15569af97e5daadeb9d4d242b152381e21", "name": "MantonBM1_HiSeq_2_S2_L008_R2_001.fastq.gz", "uuid": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a", @@ -2100,7 +2100,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3091115278 }, - { + "sequence_file/b23a12bd-3372-4542-a5e6-0f9bcdcb51dd": { "sha1": "9d1d719d31685ab7f1f8f434fab0a4fce9cf6d67", "name": "MantonBM4_HiSeq_1_S25_L001_R1_001.fastq.gz", "uuid": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd", @@ -2112,7 +2112,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1320704768 }, - { + "sequence_file/8975ec2a-dc00-4800-a409-52d64686da01": { "sha1": "d5e7eb1d1d0305cb99ac5f6af3203959892b9d29", "name": "MantonBM2_HiSeq_3_S11_L006_R1_001.fastq.gz", "uuid": "8975ec2a-dc00-4800-a409-52d64686da01", @@ -2124,7 +2124,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1121764245 }, - { + "sequence_file/25e5c231-49af-4302-8292-6756f90cf30e": { "sha1": "a9061d9cfda4bb417f4e8b3c8ec6436e62e301d6", "name": "MantonBM3_HiSeq_4_S20_L004_R2_001.fastq.gz", "uuid": "25e5c231-49af-4302-8292-6756f90cf30e", @@ -2136,7 +2136,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4156747542 }, - { + "sequence_file/73fb78b0-5a63-4b0b-a784-45f67be0d562": { "sha1": "c20fe65ee1a20048f5550d50d87ba281b91b03bd", "name": "MantonBM1_HiSeq_8_S8_L008_R2_001.fastq.gz", "uuid": "73fb78b0-5a63-4b0b-a784-45f67be0d562", @@ -2148,7 +2148,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3681344739 }, - { + "sequence_file/614a69c9-4212-46bf-948e-d7affd2310e5": { "sha1": "3c1818bd63eeddf58a2d08261e2b859dc73c5bb6", "name": "MantonBM3_HiSeq_8_S24_L004_R2_001.fastq.gz", "uuid": "614a69c9-4212-46bf-948e-d7affd2310e5", @@ -2160,7 +2160,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3215721804 }, - { + "sequence_file/c2b2449f-0f1c-40e0-bc1e-534a936c3fb4": { "sha1": "ea288a0ff7a5224df785078c5a15fdbc9d838e48", "name": "MantonBM2_HiSeq_8_S16_L006_R2_001.fastq.gz", "uuid": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4", @@ -2172,7 +2172,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3229618917 }, - { + "sequence_file/bd09c8c4-c7ff-40e5-a14d-1d1968485dd6": { "sha1": "ebdff625afd6c4e8b09b27eea8171e64cebbad94", "name": "MantonBM2_HiSeq_2_S10_L005_R1_001.fastq.gz", "uuid": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6", @@ -2184,7 +2184,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1241845986 }, - { + "sequence_file/d7e6574e-dae6-4e6f-8db0-370693adea27": { "sha1": "28c1cc0bba2340c44415d738d9c2d3fe7fc442f4", "name": "MantonBM4_HiSeq_4_S28_L002_R1_001.fastq.gz", "uuid": "d7e6574e-dae6-4e6f-8db0-370693adea27", @@ -2196,7 +2196,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1152121508 }, - { + "sequence_file/7f2b78dc-2b1c-4912-b456-170ba3891464": { "sha1": "d7222a9a573c015f1bd168a7f0613d16767f3072", "name": "MantonBM4_HiSeq_6_S30_L002_R1_001.fastq.gz", "uuid": "7f2b78dc-2b1c-4912-b456-170ba3891464", @@ -2208,7 +2208,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1112228585 }, - { + "sequence_file/08da0161-f96f-4da0-9c47-421bc0ebf7b8": { "sha1": "3bc8aa04f7d1b5cbc2cb92246071281cf35bb216", "name": "MantonBM2_HiSeq_6_S14_L005_R1_001.fastq.gz", "uuid": "08da0161-f96f-4da0-9c47-421bc0ebf7b8", @@ -2220,7 +2220,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1277422495 }, - { + "sequence_file/5b802cb7-74ea-40da-9629-89da2f879940": { "sha1": "39237493200061fe5a29293279207b6521987398", "name": "MantonBM2_HiSeq_1_S9_L005_R2_001.fastq.gz", "uuid": "5b802cb7-74ea-40da-9629-89da2f879940", @@ -2232,7 +2232,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3268334757 }, - { + "sequence_file/67e5a10c-0f5b-48af-aa30-628854a0928d": { "sha1": "80692c6ccc3b635a5ffa04a064c832ecb1a162e6", "name": "MantonBM2_HiSeq_7_S15_L005_R2_001.fastq.gz", "uuid": "67e5a10c-0f5b-48af-aa30-628854a0928d", @@ -2244,7 +2244,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4287329158 }, - { + "sequence_file/9478fc7f-df90-4067-b8ad-a480706b9ade": { "sha1": "87eab986661f49e0a388064c559504a55502b285", "name": "MantonBM1_HiSeq_7_S7_L008_R1_001.fastq.gz", "uuid": "9478fc7f-df90-4067-b8ad-a480706b9ade", @@ -2256,7 +2256,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1256242824 }, - { + "sequence_file/a64e2f58-8fbc-4382-9ca9-845f32a7133f": { "sha1": "30522ba281fc3d3d507a0d076b9e4bb0c46bcbcf", "name": "MantonBM4_HiSeq_8_S32_L002_R1_001.fastq.gz", "uuid": "a64e2f58-8fbc-4382-9ca9-845f32a7133f", @@ -2268,7 +2268,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1289963979 }, - { + "sequence_file/fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91": { "sha1": "54a08f501dc6a3324f4ebfebfa3392f77c01fdb1", "name": "MantonBM4_HiSeq_7_S31_L002_R2_001.fastq.gz", "uuid": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91", @@ -2280,7 +2280,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3314894864 }, - { + "sequence_file/6001f9be-8ebd-4dd3-86ff-92e93adad0d7": { "sha1": "fd1a5e5656c3e0c3f758a953eedfd9d9d4c25aee", "name": "MantonBM1_HiSeq_4_S4_L008_R2_001.fastq.gz", "uuid": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7", @@ -2292,7 +2292,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3313293376 }, - { + "sequence_file/da06f1b2-bd05-4300-8899-d0146c5ecf83": { "sha1": "4afe1f98b060a1b0fcd750ed2185421687c32c7b", "name": "MantonBM2_HiSeq_7_S15_L006_R2_001.fastq.gz", "uuid": "da06f1b2-bd05-4300-8899-d0146c5ecf83", @@ -2304,9 +2304,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 4046985243 } - ], + }, "metadata": { - "project.json": { + "project/6504d48c-1610-43aa-8cf8-214a960e110c": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", "project_core": { @@ -2435,10394 +2435,10367 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3971, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.876Z", - "updateDate": "2018-03-28T17:49:42.521Z", - "document_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe" - } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.973Z", - "updateDate": "2018-03-26T17:01:02.081Z", - "document_id": "78e48232-86ed-4b68-ae64-df114f02fa80" + "cell_suspension/6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "52", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM1", - "biomaterial_name": "Bone Marrow donor 1" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.528Z", - "updateDate": "2018-03-26T16:59:46.748Z", - "document_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036" + ], + "total_estimated_cells": 3971, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.876Z", + "updateDate": "2018-03-28T17:49:42.521Z", + "document_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe" + } + }, + "specimen_from_organism/78e48232-86ed-4b68-ae64-df114f02fa80": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4322, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.985Z", - "updateDate": "2018-03-26T17:01:00.604Z", - "document_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.261Z", - "updateDate": "2018-03-26T17:01:00.559Z", - "document_id": "2fe26d80-85fb-4926-bad1-a92a6e8c20c1" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.973Z", + "updateDate": "2018-03-26T17:01:02.081Z", + "document_id": "78e48232-86ed-4b68-ae64-df114f02fa80" + } + }, + "donor_organism/7d2dcb65-b759-40b8-9eb0-7b9951b7c036": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "39", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM3", - "biomaterial_name": "Bone Marrow donor 3" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.501Z", - "updateDate": "2018-03-26T16:59:46.703Z", - "document_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "52", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM1", + "biomaterial_name": "Bone Marrow donor 1" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.528Z", + "updateDate": "2018-03-26T16:59:46.748Z", + "document_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036" + } + }, + "cell_suspension/01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5280, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.701Z", - "updateDate": "2018-03-26T17:00:33.869Z", - "document_id": "ed887207-2034-4c85-bbec-4e69a745d009" + ], + "total_estimated_cells": 4322, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.985Z", + "updateDate": "2018-03-26T17:01:00.604Z", + "document_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370" + } + }, + "specimen_from_organism/2fe26d80-85fb-4926-bad1-a92a6e8c20c1": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.104Z", - "updateDate": "2018-03-26T17:00:10.616Z", - "document_id": "24796176-5825-47a3-966a-38a865d541ab" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "50", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM2", - "biomaterial_name": "Bone Marrow donor 2" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.476Z", - "updateDate": "2018-03-26T16:59:46.015Z", - "document_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.261Z", + "updateDate": "2018-03-26T17:01:00.559Z", + "document_id": "2fe26d80-85fb-4926-bad1-a92a6e8c20c1" + } + }, + "donor_organism/0a69e7c4-56a3-498e-a867-aaf84c1344c8": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4234, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.725Z", - "updateDate": "2018-03-26T17:00:33.885Z", - "document_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "39", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM3", + "biomaterial_name": "Bone Marrow donor 3" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.501Z", + "updateDate": "2018-03-26T16:59:46.703Z", + "document_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8" + } + }, + "cell_suspension/ed887207-2034-4c85-bbec-4e69a745d009": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.456Z", - "updateDate": "2018-03-26T17:00:07.724Z", - "document_id": "1ff0b001-3753-491f-8424-dc30a1e47953" + ], + "total_estimated_cells": 5280, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.701Z", + "updateDate": "2018-03-26T17:00:33.869Z", + "document_id": "ed887207-2034-4c85-bbec-4e69a745d009" + } + }, + "specimen_from_organism/24796176-5825-47a3-966a-38a865d541ab": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "29", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM4", - "biomaterial_name": "Bone Marrow donor 4" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.604Z", - "updateDate": "2018-03-26T16:59:46.640Z", - "document_id": "5caa7ca2-308a-424d-8bae-9204a2be2502" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4258, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.828Z", - "updateDate": "2018-03-26T17:00:33.899Z", - "document_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.104Z", + "updateDate": "2018-03-26T17:00:10.616Z", + "document_id": "24796176-5825-47a3-966a-38a865d541ab" + } + }, + "donor_organism/06d98ad8-bbac-40df-9eb6-d5b1a424568a": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.171Z", - "updateDate": "2018-03-26T17:00:07.653Z", - "document_id": "73022d99-f258-427b-a574-f9a046c20c81" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "50", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM2", + "biomaterial_name": "Bone Marrow donor 2" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.476Z", + "updateDate": "2018-03-26T16:59:46.015Z", + "document_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a" + } + }, + "cell_suspension/e1db28a3-83c8-43ce-8e41-40b0429c2c4e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4067, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.169Z", - "updateDate": "2018-03-26T17:00:59.878Z", - "document_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f" + ], + "total_estimated_cells": 4234, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.725Z", + "updateDate": "2018-03-26T17:00:33.885Z", + "document_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e" + } + }, + "specimen_from_organism/1ff0b001-3753-491f-8424-dc30a1e47953": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.355Z", - "updateDate": "2018-03-26T17:00:59.861Z", - "document_id": "a003d338-753f-433e-bb6c-f36650e76b6a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4178, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.247Z", - "updateDate": "2018-03-26T17:00:33.935Z", - "document_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.456Z", + "updateDate": "2018-03-26T17:00:07.724Z", + "document_id": "1ff0b001-3753-491f-8424-dc30a1e47953" + } + }, + "donor_organism/5caa7ca2-308a-424d-8bae-9204a2be2502": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.885Z", - "updateDate": "2018-03-26T17:00:10.761Z", - "document_id": "d56760e7-0605-4e8e-9ee0-09b37b3bdf14" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "29", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM4", + "biomaterial_name": "Bone Marrow donor 4" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.604Z", + "updateDate": "2018-03-26T16:59:46.640Z", + "document_id": "5caa7ca2-308a-424d-8bae-9204a2be2502" + } + }, + "cell_suspension/10ddecf6-ad4c-4d20-889f-93c83e3d5562": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4190, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.300Z", - "updateDate": "2018-03-26T17:01:01.082Z", - "document_id": "4064ed72-cf76-4418-8ca1-f916aca95680" + ], + "total_estimated_cells": 4258, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.828Z", + "updateDate": "2018-03-26T17:00:33.899Z", + "document_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562" + } + }, + "specimen_from_organism/73022d99-f258-427b-a574-f9a046c20c81": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.576Z", - "updateDate": "2018-03-26T17:01:01.066Z", - "document_id": "4d5d375f-dd74-476e-8f62-071aa6853bea" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4219, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.379Z", - "updateDate": "2018-03-26T17:01:01.509Z", - "document_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.171Z", + "updateDate": "2018-03-26T17:00:07.653Z", + "document_id": "73022d99-f258-427b-a574-f9a046c20c81" + } + }, + "cell_suspension/f564e3b1-d887-4667-9383-1d9b8cbbbd0f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.581Z", - "updateDate": "2018-03-26T17:01:01.364Z", - "document_id": "89426736-1779-4ceb-ae11-7935299ee579" + ], + "total_estimated_cells": 4067, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.169Z", + "updateDate": "2018-03-26T17:00:59.878Z", + "document_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f" + } + }, + "specimen_from_organism/a003d338-753f-433e-bb6c-f36650e76b6a": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5107, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.491Z", - "updateDate": "2018-03-26T17:00:33.975Z", - "document_id": "4027035b-3251-44b9-a281-fc9182de7579" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.976Z", - "updateDate": "2018-03-26T17:00:10.526Z", - "document_id": "e31c73aa-39bb-4a9c-a3fb-7912046742a8" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.355Z", + "updateDate": "2018-03-26T17:00:59.861Z", + "document_id": "a003d338-753f-433e-bb6c-f36650e76b6a" + } + }, + "cell_suspension/bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4075, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.856Z", - "updateDate": "2018-03-26T17:00:59.660Z", - "document_id": "33fbab10-cbbe-4b44-9e5b-df07df548949" + ], + "total_estimated_cells": 4178, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.247Z", + "updateDate": "2018-03-26T17:00:33.935Z", + "document_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4" + } + }, + "specimen_from_organism/d56760e7-0605-4e8e-9ee0-09b37b3bdf14": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.337Z", - "updateDate": "2018-03-26T17:00:59.640Z", - "document_id": "cb55025a-b76a-41f3-9d6d-68723fea2e0e" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4294, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.093Z", - "updateDate": "2018-03-26T17:01:01.911Z", - "document_id": "464efe79-c955-41e2-b553-21dac9fc307c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.885Z", + "updateDate": "2018-03-26T17:00:10.761Z", + "document_id": "d56760e7-0605-4e8e-9ee0-09b37b3bdf14" + } + }, + "cell_suspension/4064ed72-cf76-4418-8ca1-f916aca95680": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.274Z", - "updateDate": "2018-03-26T17:01:01.882Z", - "document_id": "94419300-4774-4315-89a1-37d2cfe9d65e" + ], + "total_estimated_cells": 4190, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.300Z", + "updateDate": "2018-03-26T17:01:01.082Z", + "document_id": "4064ed72-cf76-4418-8ca1-f916aca95680" + } + }, + "specimen_from_organism/4d5d375f-dd74-476e-8f62-071aa6853bea": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4161, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.173Z", - "updateDate": "2018-03-26T17:00:34.021Z", - "document_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.329Z", - "updateDate": "2018-03-26T17:07:09.382Z", - "document_id": "718b1a85-c724-44bf-b2f4-9e4850581423" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.576Z", + "updateDate": "2018-03-26T17:01:01.066Z", + "document_id": "4d5d375f-dd74-476e-8f62-071aa6853bea" + } + }, + "cell_suspension/b08c7d38-caa6-4573-ba7e-37da8aa66605": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3969, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.100Z", - "updateDate": "2018-03-26T17:00:59.807Z", - "document_id": "db7a09ef-b0dd-462f-accd-b32a067b772a" + ], + "total_estimated_cells": 4219, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.379Z", + "updateDate": "2018-03-26T17:01:01.509Z", + "document_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605" + } + }, + "specimen_from_organism/89426736-1779-4ceb-ae11-7935299ee579": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.782Z", - "updateDate": "2018-03-26T17:00:59.787Z", - "document_id": "a156dd24-ba60-485c-a0d4-91853a6c57e1" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5118, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.198Z", - "updateDate": "2018-03-26T17:00:34.048Z", - "document_id": "db7217c3-b8a6-49fe-9e59-373accd8e554" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.581Z", + "updateDate": "2018-03-26T17:01:01.364Z", + "document_id": "89426736-1779-4ceb-ae11-7935299ee579" + } + }, + "cell_suspension/4027035b-3251-44b9-a281-fc9182de7579": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.286Z", - "updateDate": "2018-03-26T17:00:10.247Z", - "document_id": "9c4230db-0ac3-438f-977e-818434fce73b" + ], + "total_estimated_cells": 5107, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.491Z", + "updateDate": "2018-03-26T17:00:33.975Z", + "document_id": "4027035b-3251-44b9-a281-fc9182de7579" + } + }, + "specimen_from_organism/e31c73aa-39bb-4a9c-a3fb-7912046742a8": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3854, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.279Z", - "updateDate": "2018-03-26T17:00:59.732Z", - "document_id": "52f92017-99fd-4ad6-a817-839a80d71ea4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.506Z", - "updateDate": "2018-03-26T17:00:59.716Z", - "document_id": "12a7653f-3f84-48ed-b90d-1d05473593fc" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.976Z", + "updateDate": "2018-03-26T17:00:10.526Z", + "document_id": "e31c73aa-39bb-4a9c-a3fb-7912046742a8" + } + }, + "cell_suspension/33fbab10-cbbe-4b44-9e5b-df07df548949": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4995, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.398Z", - "updateDate": "2018-03-26T17:00:34.096Z", - "document_id": "318a7e38-8594-49b8-b15b-924a411455bf" + ], + "total_estimated_cells": 4075, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.856Z", + "updateDate": "2018-03-26T17:00:59.660Z", + "document_id": "33fbab10-cbbe-4b44-9e5b-df07df548949" + } + }, + "specimen_from_organism/cb55025a-b76a-41f3-9d6d-68723fea2e0e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.847Z", - "updateDate": "2018-03-26T17:00:09.885Z", - "document_id": "b4835555-4d48-411b-8afb-c337af68be63" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4132, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.424Z", - "updateDate": "2018-03-26T17:01:00.044Z", - "document_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.337Z", + "updateDate": "2018-03-26T17:00:59.640Z", + "document_id": "cb55025a-b76a-41f3-9d6d-68723fea2e0e" + } + }, + "cell_suspension/464efe79-c955-41e2-b553-21dac9fc307c": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.533Z", - "updateDate": "2018-03-26T17:01:00.017Z", - "document_id": "bb913e44-5259-48d4-9d90-92752d9a1fb4" + ], + "total_estimated_cells": 4294, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.093Z", + "updateDate": "2018-03-26T17:01:01.911Z", + "document_id": "464efe79-c955-41e2-b553-21dac9fc307c" + } + }, + "specimen_from_organism/94419300-4774-4315-89a1-37d2cfe9d65e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4226, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.655Z", - "updateDate": "2018-03-26T17:01:00.871Z", - "document_id": "13848653-1195-4eb2-b1dd-2b4d85414327" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.770Z", - "updateDate": "2018-03-26T17:01:00.844Z", - "document_id": "8d943f91-63b6-4dee-8ce5-cf2c4cfd3769" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.274Z", + "updateDate": "2018-03-26T17:01:01.882Z", + "document_id": "94419300-4774-4315-89a1-37d2cfe9d65e" + } + }, + "cell_suspension/4193326b-73c0-4def-a0cd-4b7e42ed0a4f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4466, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.736Z", - "updateDate": "2018-03-26T17:01:00.302Z", - "document_id": "30a19b27-7152-4013-8429-d5eb8cdf463f" + ], + "total_estimated_cells": 4161, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.173Z", + "updateDate": "2018-03-26T17:00:34.021Z", + "document_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f" + } + }, + "specimen_from_organism/718b1a85-c724-44bf-b2f4-9e4850581423": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.855Z", - "updateDate": "2018-03-26T17:01:00.232Z", - "document_id": "6db14b25-4c49-44b6-84f5-793996226bb8" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4354, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.761Z", - "updateDate": "2018-03-26T17:00:34.213Z", - "document_id": "2169353d-98f5-49fe-91de-edc498aa3a0d" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.329Z", + "updateDate": "2018-03-26T17:07:09.382Z", + "document_id": "718b1a85-c724-44bf-b2f4-9e4850581423" + } + }, + "cell_suspension/db7a09ef-b0dd-462f-accd-b32a067b772a": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.852Z", - "updateDate": "2018-03-26T17:00:10.684Z", - "document_id": "8349bc6b-b091-46e5-8466-f47257396db0" + ], + "total_estimated_cells": 3969, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.100Z", + "updateDate": "2018-03-26T17:00:59.807Z", + "document_id": "db7a09ef-b0dd-462f-accd-b32a067b772a" + } + }, + "specimen_from_organism/a156dd24-ba60-485c-a0d4-91853a6c57e1": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5018, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.096Z", - "updateDate": "2018-03-26T17:00:34.228Z", - "document_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.265Z", - "updateDate": "2018-03-26T17:00:10.181Z", - "document_id": "9d324dba-1776-4801-aa39-d208ddf76ba6" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.782Z", + "updateDate": "2018-03-26T17:00:59.787Z", + "document_id": "a156dd24-ba60-485c-a0d4-91853a6c57e1" + } + }, + "cell_suspension/db7217c3-b8a6-49fe-9e59-373accd8e554": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4302, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.440Z", - "updateDate": "2018-03-26T17:01:00.437Z", - "document_id": "6c95f445-81a6-4a34-af92-a926e142ca1c" + ], + "total_estimated_cells": 5118, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.198Z", + "updateDate": "2018-03-26T17:00:34.048Z", + "document_id": "db7217c3-b8a6-49fe-9e59-373accd8e554" + } + }, + "specimen_from_organism/9c4230db-0ac3-438f-977e-818434fce73b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.630Z", - "updateDate": "2018-03-26T17:01:00.405Z", - "document_id": "783de389-3c3d-4b91-99d7-50c34ec8a371" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4866, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.541Z", - "updateDate": "2018-03-26T17:01:00.940Z", - "document_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.286Z", + "updateDate": "2018-03-26T17:00:10.247Z", + "document_id": "9c4230db-0ac3-438f-977e-818434fce73b" + } + }, + "cell_suspension/52f92017-99fd-4ad6-a817-839a80d71ea4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.302Z", - "updateDate": "2018-03-26T17:01:00.923Z", - "document_id": "bdc9af35-bee1-41c6-a779-27bfef094747" + ], + "total_estimated_cells": 3854, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.279Z", + "updateDate": "2018-03-26T17:00:59.732Z", + "document_id": "52f92017-99fd-4ad6-a817-839a80d71ea4" + } + }, + "specimen_from_organism/12a7653f-3f84-48ed-b90d-1d05473593fc": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5247, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.642Z", - "updateDate": "2018-03-26T17:00:34.274Z", - "document_id": "638ca348-6740-42fd-a503-cac5c774aee7" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.602Z", - "updateDate": "2018-03-26T17:00:10.366Z", - "document_id": "127de915-ba56-4a7e-b976-517f3a8577c6" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.506Z", + "updateDate": "2018-03-26T17:00:59.716Z", + "document_id": "12a7653f-3f84-48ed-b90d-1d05473593fc" + } + }, + "cell_suspension/318a7e38-8594-49b8-b15b-924a411455bf": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5102, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.031Z", - "updateDate": "2018-03-26T17:00:34.288Z", - "document_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37" + ], + "total_estimated_cells": 4995, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.398Z", + "updateDate": "2018-03-26T17:00:34.096Z", + "document_id": "318a7e38-8594-49b8-b15b-924a411455bf" + } + }, + "specimen_from_organism/b4835555-4d48-411b-8afb-c337af68be63": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM2" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.154Z", - "updateDate": "2018-03-26T17:00:10.104Z", - "document_id": "79023c7a-8321-4e43-b0b9-315d5102213e" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4039, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.380Z", - "updateDate": "2018-03-26T17:01:01.015Z", - "document_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.847Z", + "updateDate": "2018-03-26T17:00:09.885Z", + "document_id": "b4835555-4d48-411b-8afb-c337af68be63" + } + }, + "cell_suspension/09d419e3-bd3e-46fd-a573-c3eff01fa571": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.231Z", - "updateDate": "2018-03-26T17:01:00.998Z", - "document_id": "871986c1-96db-453d-850f-15b6b740404b" + ], + "total_estimated_cells": 4132, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.424Z", + "updateDate": "2018-03-26T17:01:00.044Z", + "document_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571" + } + }, + "specimen_from_organism/bb913e44-5259-48d4-9d90-92752d9a1fb4": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4353, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.996Z", - "updateDate": "2018-03-26T17:00:34.319Z", - "document_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.692Z", - "updateDate": "2018-03-26T17:00:07.791Z", - "document_id": "11685058-51ab-41b5-a8db-2cb8be4d472b" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.533Z", + "updateDate": "2018-03-26T17:01:00.017Z", + "document_id": "bb913e44-5259-48d4-9d90-92752d9a1fb4" + } + }, + "cell_suspension/13848653-1195-4eb2-b1dd-2b4d85414327": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4122, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.187Z", - "updateDate": "2018-03-26T17:01:02.006Z", - "document_id": "be271554-f98a-4e8f-9bca-27e884677dcb" + ], + "total_estimated_cells": 4226, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.655Z", + "updateDate": "2018-03-26T17:01:00.871Z", + "document_id": "13848653-1195-4eb2-b1dd-2b4d85414327" + } + }, + "specimen_from_organism/8d943f91-63b6-4dee-8ce5-cf2c4cfd3769": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.023Z", - "updateDate": "2018-03-26T17:01:01.986Z", - "document_id": "f4da656b-742d-45d8-87d5-8489cece62e4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4136, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.568Z", - "updateDate": "2018-03-26T17:00:59.563Z", - "document_id": "21f3c6f0-575e-4d26-92df-a40536bff617" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.770Z", + "updateDate": "2018-03-26T17:01:00.844Z", + "document_id": "8d943f91-63b6-4dee-8ce5-cf2c4cfd3769" + } + }, + "cell_suspension/30a19b27-7152-4013-8429-d5eb8cdf463f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM4" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.358Z", - "updateDate": "2018-03-26T17:00:59.499Z", - "document_id": "81946218-e5f0-4a93-a19f-ed249e1882bf" + ], + "total_estimated_cells": 4466, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.736Z", + "updateDate": "2018-03-26T17:01:00.302Z", + "document_id": "30a19b27-7152-4013-8429-d5eb8cdf463f" + } + }, + "specimen_from_organism/6db14b25-4c49-44b6-84f5-793996226bb8": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4278, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.609Z", - "updateDate": "2018-03-26T17:00:59.962Z", - "document_id": "78fcbbea-a256-48ef-9ce0-fb963724721d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM3" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.797Z", - "updateDate": "2018-03-26T17:00:59.945Z", - "document_id": "c2a5c0e2-f780-4089-9927-9120c2db52ae" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.855Z", + "updateDate": "2018-03-26T17:01:00.232Z", + "document_id": "6db14b25-4c49-44b6-84f5-793996226bb8" + } + }, + "cell_suspension/2169353d-98f5-49fe-91de-edc498aa3a0d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4353, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.746Z", - "updateDate": "2018-03-26T17:01:01.234Z", - "document_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e" + ], + "total_estimated_cells": 4354, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.761Z", + "updateDate": "2018-03-26T17:00:34.213Z", + "document_id": "2169353d-98f5-49fe-91de-edc498aa3a0d" + } + }, + "specimen_from_organism/8349bc6b-b091-46e5-8466-f47257396db0": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM1" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.926Z", - "updateDate": "2018-03-26T17:01:01.213Z", - "document_id": "b15f87d6-a36c-404c-a1df-87a3ef30079d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" - }, - "file.json": { - "files": [ - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.777Z", - "document_id": "d5294332-19b5-4ff1-b298-6c1cf500cb35" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.791Z", - "document_id": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.852Z", + "updateDate": "2018-03-26T17:00:10.684Z", + "document_id": "8349bc6b-b091-46e5-8466-f47257396db0" + } + }, + "cell_suspension/a1af5c54-93ee-4a57-b2a3-3bb11a6ce101": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.804Z", - "document_id": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9" + ], + "total_estimated_cells": 5018, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.096Z", + "updateDate": "2018-03-26T17:00:34.228Z", + "document_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101" + } + }, + "specimen_from_organism/9d324dba-1776-4801-aa39-d208ddf76ba6": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.817Z", - "document_id": "6de335f6-cab5-4ec8-a1ff-3a639596dd59" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.829Z", - "document_id": "ac3edf4a-f269-4944-bb1a-3b1845e33098" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.265Z", + "updateDate": "2018-03-26T17:00:10.181Z", + "document_id": "9d324dba-1776-4801-aa39-d208ddf76ba6" + } + }, + "cell_suspension/6c95f445-81a6-4a34-af92-a926e142ca1c": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_1_S1_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.844Z", - "document_id": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_2_S2_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.856Z", - "document_id": "4dcd7823-b02f-4dd7-a49f-94b86096d77d" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_2_S2_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.874Z", - "document_id": "27f0c78b-67cd-47d3-964f-fcbec7562997" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_2_S2_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.886Z", - "document_id": "c3c9b724-b79b-4988-934d-b22f673c4823" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_2_S2_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.900Z", - "document_id": "3e8bda58-fb04-44a1-9266-d32fcc73649c" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_2_S2_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.945Z", - "document_id": "62e42770-9481-48e4-9705-1f4c6da2ae43" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_2_S2_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:46.991Z", - "document_id": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_3_S3_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.024Z", - "document_id": "2f629555-1b9d-4251-a513-72b138ec1d1f" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_3_S3_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.038Z", - "document_id": "22f89ffa-0ba3-4264-b91e-fde781c0d703" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_3_S3_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.081Z", - "document_id": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_3_S3_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.119Z", - "document_id": "3aaa7031-22c5-4339-ac54-d6583303bc6d" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_3_S3_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.148Z", - "document_id": "4502aed4-857b-4760-83e0-de5ef6a15671" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_3_S3_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.170Z", - "document_id": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_4_S4_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.189Z", - "document_id": "0374a796-bd3a-47f0-a008-a037ca62fd7a" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_4_S4_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.208Z", - "document_id": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_4_S4_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.226Z", - "document_id": "0ef80820-3d78-4810-a009-3134cb9090b6" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_4_S4_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.247Z", - "document_id": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_4_S4_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.283Z", - "document_id": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_4_S4_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.328Z", - "document_id": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_5_S5_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.364Z", - "document_id": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_5_S5_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.396Z", - "document_id": "1d02060a-dfab-484f-9ef1-d23d831b1a5d" + ], + "total_estimated_cells": 4302, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.440Z", + "updateDate": "2018-03-26T17:01:00.437Z", + "document_id": "6c95f445-81a6-4a34-af92-a926e142ca1c" + } + }, + "specimen_from_organism/783de389-3c3d-4b91-99d7-50c34ec8a371": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_5_S5_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.460Z", - "document_id": "338b9160-54b0-41a5-8a2c-d08f6c9ed626" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_5_S5_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.657Z", - "document_id": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.630Z", + "updateDate": "2018-03-26T17:01:00.405Z", + "document_id": "783de389-3c3d-4b91-99d7-50c34ec8a371" + } + }, + "cell_suspension/d340cd45-3ffe-4773-a9bf-ead3539e2603": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_5_S5_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.678Z", - "document_id": "175d7210-8296-4789-bd4f-e0ddd35c2a89" + ], + "total_estimated_cells": 4866, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.541Z", + "updateDate": "2018-03-26T17:01:00.940Z", + "document_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603" + } + }, + "specimen_from_organism/bdc9af35-bee1-41c6-a779-27bfef094747": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_5_S5_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.691Z", - "document_id": "31fd2963-0fd5-451b-a21f-9963e65cb6f3" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_6_S6_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.739Z", - "document_id": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.302Z", + "updateDate": "2018-03-26T17:01:00.923Z", + "document_id": "bdc9af35-bee1-41c6-a779-27bfef094747" + } + }, + "cell_suspension/638ca348-6740-42fd-a503-cac5c774aee7": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_6_S6_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.756Z", - "document_id": "50d413fc-208e-4b28-93d0-1aff73ab66c5" + ], + "total_estimated_cells": 5247, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.642Z", + "updateDate": "2018-03-26T17:00:34.274Z", + "document_id": "638ca348-6740-42fd-a503-cac5c774aee7" + } + }, + "specimen_from_organism/127de915-ba56-4a7e-b976-517f3a8577c6": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_6_S6_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.770Z", - "document_id": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_6_S6_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.784Z", - "document_id": "aa28d2a1-9e50-471a-a891-7ecf278b467a" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.602Z", + "updateDate": "2018-03-26T17:00:10.366Z", + "document_id": "127de915-ba56-4a7e-b976-517f3a8577c6" + } + }, + "cell_suspension/79d1fbd5-e630-4ae8-8c5e-58ec221add37": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_6_S6_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.797Z", - "document_id": "12640e28-e9aa-4432-8d74-93003425748c" + ], + "total_estimated_cells": 5102, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.031Z", + "updateDate": "2018-03-26T17:00:34.288Z", + "document_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37" + } + }, + "specimen_from_organism/79023c7a-8321-4e43-b0b9-315d5102213e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_6_S6_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.809Z", - "document_id": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_7_S7_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.821Z", - "document_id": "919ae226-445e-49a5-9e3d-69b9a1932e96" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM2" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.154Z", + "updateDate": "2018-03-26T17:00:10.104Z", + "document_id": "79023c7a-8321-4e43-b0b9-315d5102213e" + } + }, + "cell_suspension/5cd07007-e43d-4811-80fb-eb6f73bb4003": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_7_S7_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.833Z", - "document_id": "a2ef2eb3-4f87-456b-bdab-71d062e30722" + ], + "total_estimated_cells": 4039, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.380Z", + "updateDate": "2018-03-26T17:01:01.015Z", + "document_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003" + } + }, + "specimen_from_organism/871986c1-96db-453d-850f-15b6b740404b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_7_S7_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.845Z", - "document_id": "b938e56a-f94a-46b4-bbdd-5df21d083411" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_7_S7_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.858Z", - "document_id": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.231Z", + "updateDate": "2018-03-26T17:01:00.998Z", + "document_id": "871986c1-96db-453d-850f-15b6b740404b" + } + }, + "cell_suspension/238b7966-6118-4fb4-b8e9-9c96f7e21c20": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_7_S7_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.871Z", - "document_id": "9478fc7f-df90-4067-b8ad-a480706b9ade" + ], + "total_estimated_cells": 4353, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.996Z", + "updateDate": "2018-03-26T17:00:34.319Z", + "document_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20" + } + }, + "specimen_from_organism/11685058-51ab-41b5-a8db-2cb8be4d472b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_7_S7_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.884Z", - "document_id": "07942b88-77bd-4559-91ea-d09a7aac1264" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_8_S8_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.896Z", - "document_id": "a0381296-68b4-4480-8d93-e1ad9e85abb6" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.692Z", + "updateDate": "2018-03-26T17:00:07.791Z", + "document_id": "11685058-51ab-41b5-a8db-2cb8be4d472b" + } + }, + "cell_suspension/be271554-f98a-4e8f-9bca-27e884677dcb": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_8_S8_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.938Z", - "document_id": "a1a879dd-65fb-483d-8740-cef3abe97fbe" + ], + "total_estimated_cells": 4122, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.187Z", + "updateDate": "2018-03-26T17:01:02.006Z", + "document_id": "be271554-f98a-4e8f-9bca-27e884677dcb" + } + }, + "specimen_from_organism/f4da656b-742d-45d8-87d5-8489cece62e4": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_8_S8_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.964Z", - "document_id": "89254219-e37c-4493-a339-0e426c826fcf" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_8_S8_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:47.983Z", - "document_id": "838bef81-e228-4470-b50b-5259d7cbe5db" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.023Z", + "updateDate": "2018-03-26T17:01:01.986Z", + "document_id": "f4da656b-742d-45d8-87d5-8489cece62e4" + } + }, + "cell_suspension/21f3c6f0-575e-4d26-92df-a40536bff617": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_8_S8_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.002Z", - "document_id": "85a94a58-241b-4c97-a85f-8d718c8c4679" + ], + "total_estimated_cells": 4136, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.568Z", + "updateDate": "2018-03-26T17:00:59.563Z", + "document_id": "21f3c6f0-575e-4d26-92df-a40536bff617" + } + }, + "specimen_from_organism/81946218-e5f0-4a93-a19f-ed249e1882bf": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM1_HiSeq_8_S8_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.015Z", - "document_id": "73fb78b0-5a63-4b0b-a784-45f67be0d562" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_1_S9_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.032Z", - "document_id": "00c1e04c-71f9-4e64-8f7d-43a9742732c1" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM4" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.358Z", + "updateDate": "2018-03-26T17:00:59.499Z", + "document_id": "81946218-e5f0-4a93-a19f-ed249e1882bf" + } + }, + "cell_suspension/78fcbbea-a256-48ef-9ce0-fb963724721d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_1_S9_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.054Z", - "document_id": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132" + ], + "total_estimated_cells": 4278, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.609Z", + "updateDate": "2018-03-26T17:00:59.962Z", + "document_id": "78fcbbea-a256-48ef-9ce0-fb963724721d" + } + }, + "specimen_from_organism/c2a5c0e2-f780-4089-9927-9120c2db52ae": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_1_S9_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.075Z", - "document_id": "5b802cb7-74ea-40da-9629-89da2f879940" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_1_S9_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.092Z", - "document_id": "10ec7489-07a9-4848-86f1-f9b8b8eda316" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM3" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.797Z", + "updateDate": "2018-03-26T17:00:59.945Z", + "document_id": "c2a5c0e2-f780-4089-9927-9120c2db52ae" + } + }, + "cell_suspension/044dbcb3-cd35-4817-b8fb-e2a7ffce416e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_1_S9_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.124Z", - "document_id": "f4db906f-02a2-4e78-a944-f70f6ecfba6e" + ], + "total_estimated_cells": 4353, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.746Z", + "updateDate": "2018-03-26T17:01:01.234Z", + "document_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e" + } + }, + "specimen_from_organism/b15f87d6-a36c-404c-a1df-87a3ef30079d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_1_S9_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.152Z", - "document_id": "61ea8027-8da7-4ee5-a153-49126032a194" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_2_S10_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.174Z", - "document_id": "abfc93d7-2406-4c83-8e50-ae23746b5724" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_2_S10_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.199Z", - "document_id": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_2_S10_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.247Z", - "document_id": "6062d33b-29f5-4b2c-a8c7-fef60591b285" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_2_S10_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.279Z", - "document_id": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_2_S10_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.332Z", - "document_id": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_2_S10_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.364Z", - "document_id": "cf307cb1-0f17-42f1-a069-5060b68548c8" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_3_S11_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.412Z", - "document_id": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_3_S11_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.448Z", - "document_id": "3dcf809d-c939-4dc7-93e8-f2782044d68f" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_3_S11_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.481Z", - "document_id": "8647eca2-4adc-43c0-becb-98c0ff86682b" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_3_S11_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.506Z", - "document_id": "20e6c61f-5747-4dcd-a659-fede6d62a434" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_3_S11_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.541Z", - "document_id": "8975ec2a-dc00-4800-a409-52d64686da01" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_3_S11_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.555Z", - "document_id": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_4_S12_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.569Z", - "document_id": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_4_S12_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.582Z", - "document_id": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_4_S12_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.593Z", - "document_id": "60b743d4-6476-4d38-9343-621186612ed8" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_4_S12_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.605Z", - "document_id": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_4_S12_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.617Z", - "document_id": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_4_S12_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.628Z", - "document_id": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_5_S13_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.647Z", - "document_id": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_5_S13_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.662Z", - "document_id": "e97970fa-381f-4deb-9bfe-ed6c227bd89c" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_5_S13_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.674Z", - "document_id": "9b84ab82-16ad-499d-916f-53c73a2537da" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_5_S13_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.686Z", - "document_id": "50c3d51e-175d-4ffc-ad21-20e4713a92bc" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_5_S13_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.698Z", - "document_id": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_5_S13_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.711Z", - "document_id": "cae932bf-4d22-4466-8ea3-a76cffd1dab1" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_6_S14_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.723Z", - "document_id": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_6_S14_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.737Z", - "document_id": "08da0161-f96f-4da0-9c47-421bc0ebf7b8" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_6_S14_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.749Z", - "document_id": "5f927ca9-9b92-44a0-9a48-55fdad524445" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_6_S14_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.762Z", - "document_id": "bd2f2534-276f-47f4-a3d3-b1ad09b41554" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_6_S14_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.775Z", - "document_id": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_6_S14_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.787Z", - "document_id": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_7_S15_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.799Z", - "document_id": "66aad53b-645e-4d69-89ed-47ed82890546" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_7_S15_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.814Z", - "document_id": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_7_S15_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.825Z", - "document_id": "67e5a10c-0f5b-48af-aa30-628854a0928d" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_7_S15_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.839Z", - "document_id": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_7_S15_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.851Z", - "document_id": "1f3da46c-e8df-4300-b197-0307a3208beb" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_7_S15_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.863Z", - "document_id": "da06f1b2-bd05-4300-8899-d0146c5ecf83" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_8_S16_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.877Z", - "document_id": "51e6d934-8a34-4204-96b9-e6a0865f2cac" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_8_S16_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.890Z", - "document_id": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_8_S16_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.901Z", - "document_id": "bc88049b-5dd3-4460-9119-94e22c3a13c8" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_8_S16_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.937Z", - "document_id": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_8_S16_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.963Z", - "document_id": "6b910e18-fd50-4447-8438-9cd628cd0660" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM2_HiSeq_8_S16_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:48.987Z", - "document_id": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_1_S17_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.011Z", - "document_id": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_1_S17_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.024Z", - "document_id": "40cef712-132a-48c4-9ddd-21169ea24903" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_1_S17_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.036Z", - "document_id": "4a062a0d-946c-4b2a-9cff-4418544d9b16" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_1_S17_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.052Z", - "document_id": "9db41364-8b2f-4cf9-b88f-cab43edea8ce" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_1_S17_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.067Z", - "document_id": "65775d70-1372-4161-a7e5-de2202dd6f7e" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_1_S17_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.081Z", - "document_id": "81838f1d-3ae5-45be-88fc-e35b9217ef21" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_2_S18_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.094Z", - "document_id": "9989e71f-09d8-4051-83e8-75753389a6cb" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_2_S18_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.110Z", - "document_id": "c750d7ef-7274-4253-9fc0-0f40354b84aa" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_2_S18_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.140Z", - "document_id": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_2_S18_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.181Z", - "document_id": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_2_S18_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.223Z", - "document_id": "9d70fcb9-9317-47ba-a6be-7169d23af75a" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_2_S18_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.349Z", - "document_id": "c03c121a-31e9-4a79-93d7-4030c1e5eee8" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_3_S19_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.387Z", - "document_id": "182a36a5-027b-4e76-a57d-979c093eecb8" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_3_S19_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.412Z", - "document_id": "6ff26361-3be0-48c4-a5dd-c215ba8021bc" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_3_S19_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.430Z", - "document_id": "60e007a2-6d1d-49df-8dfa-358ebfe397a7" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_3_S19_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.449Z", - "document_id": "06c4f4e6-f607-4165-9d18-f068c9393bd1" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_3_S19_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.465Z", - "document_id": "68c14f04-48d2-404e-9b3e-cefabe0d4256" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_3_S19_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.488Z", - "document_id": "6d8a7881-9d15-42e2-97e6-09df4604997e" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_4_S20_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.509Z", - "document_id": "500aa99d-776e-4418-b708-58a9075daa3b" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_4_S20_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.527Z", - "document_id": "49148098-bb4e-42d0-af89-946de3e6d394" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_4_S20_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.547Z", - "document_id": "94e3471e-744b-44cc-b987-31071a107fef" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_4_S20_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.569Z", - "document_id": "e3dbda3e-f81d-42fb-85d7-92256229c9c1" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_4_S20_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.588Z", - "document_id": "5bb3fb23-884b-4762-8033-481f3dc67746" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_4_S20_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.605Z", - "document_id": "25e5c231-49af-4302-8292-6756f90cf30e" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_5_S21_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.623Z", - "document_id": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_5_S21_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.643Z", - "document_id": "e0e1175b-fe0f-41f3-af58-cd745c64704d" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_5_S21_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.659Z", - "document_id": "522747b7-1e9b-435e-9a4a-1a4b390fd153" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_5_S21_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.676Z", - "document_id": "0131fd23-816a-4fcd-9660-27c45022ec47" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_5_S21_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.690Z", - "document_id": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_5_S21_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.702Z", - "document_id": "991d0b52-a02e-4705-9754-4af10cbba1d9" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_6_S22_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.715Z", - "document_id": "8db31c92-e87d-444c-9309-0340768a794b" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_6_S22_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.728Z", - "document_id": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_6_S22_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.763Z", - "document_id": "437fef8b-4c7a-463f-a144-85e66c7f4953" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_6_S22_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.777Z", - "document_id": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_6_S22_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.790Z", - "document_id": "e2e3b95f-8f87-475c-8338-13c08fef0b8e" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_6_S22_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.802Z", - "document_id": "02d06869-ddfe-4ad7-9da7-2be88d0c2112" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_7_S23_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.814Z", - "document_id": "92c76b47-b073-4ea2-bb35-3b764da48787" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_7_S23_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.830Z", - "document_id": "5b14f043-ca67-4b07-adf7-b5d9b2405566" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_7_S23_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.841Z", - "document_id": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_7_S23_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.858Z", - "document_id": "e69d977c-7f1c-4e65-bc85-976f334e1f0c" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_7_S23_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.877Z", - "document_id": "22dfec6d-dcef-4928-8e91-a76ea60d2494" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_7_S23_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.890Z", - "document_id": "e1286902-46fa-45c5-b9ac-498058c09ec9" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_8_S24_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.903Z", - "document_id": "59adfc03-cca3-496d-91f8-262512429977" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_8_S24_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.945Z", - "document_id": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_8_S24_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.973Z", - "document_id": "e4e868a9-a1e7-4963-875c-fe48530460f3" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_8_S24_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:49.998Z", - "document_id": "5da8e6f2-a26e-448b-b017-33ac69ca80f7" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_8_S24_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.055Z", - "document_id": "c59d880d-7847-4525-990b-ab283257a166" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM3_HiSeq_8_S24_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.069Z", - "document_id": "614a69c9-4212-46bf-948e-d7affd2310e5" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_1_S25_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.083Z", - "document_id": "40c497af-80ea-4c54-a628-a57486c0f8ec" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_1_S25_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.097Z", - "document_id": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_1_S25_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.115Z", - "document_id": "7844a2e7-6307-4e70-af10-fdcff29496e2" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_1_S25_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.130Z", - "document_id": "66e5a918-007f-4ef6-a514-b8043bcc6128" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_1_S25_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.151Z", - "document_id": "452b88e0-94cf-4243-b44e-94b16c936896" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_1_S25_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.176Z", - "document_id": "32aeb59b-d1f7-4660-9b98-f72ebe671864" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_2_S26_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.259Z", - "document_id": "751ad2cb-994b-40d2-b6ba-9d4f59112f12" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_2_S26_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.285Z", - "document_id": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_2_S26_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.307Z", - "document_id": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_2_S26_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.375Z", - "document_id": "f97c6247-15c6-403e-9a15-62113f9dc24a" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_2_S26_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.416Z", - "document_id": "3c4864ae-619e-479d-8138-c1489e7f10bb" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_2_S26_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.467Z", - "document_id": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_3_S27_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.506Z", - "document_id": "463a120d-ee95-476c-8329-c633b43ab1aa" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_3_S27_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.544Z", - "document_id": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_3_S27_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.609Z", - "document_id": "9820fbb5-07b7-41ce-b135-16e21b371c94" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_3_S27_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.641Z", - "document_id": "cab74e16-3229-4808-922a-743447d7da23" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_3_S27_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.659Z", - "document_id": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_3_S27_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.693Z", - "document_id": "5506a837-6ff5-4004-8c2c-673a8d93c510" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_4_S28_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.735Z", - "document_id": "6d7e8891-156b-4b23-848c-8ef75230cbbd" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_4_S28_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.785Z", - "document_id": "8eca3a7d-67f1-412d-9d3a-704c8218cee2" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_4_S28_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.809Z", - "document_id": "57d69572-96ae-4a29-97f5-0c1a491ed2a5" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_4_S28_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.827Z", - "document_id": "b55fd000-cd16-4976-b264-8df9e012df4e" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_4_S28_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.863Z", - "document_id": "d7e6574e-dae6-4e6f-8db0-370693adea27" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_4_S28_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.887Z", - "document_id": "ac66a331-f88f-4ec0-b08a-79612fde6b37" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_5_S29_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.902Z", - "document_id": "551caaec-e076-4794-9096-7b8f5176e9c3" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_5_S29_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.928Z", - "document_id": "415a6ab3-aa59-4e68-8993-64fd1a0715be" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_5_S29_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:50.973Z", - "document_id": "13bcdac2-f7f5-405d-b860-9ce88b423d80" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_5_S29_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.003Z", - "document_id": "2bdc88a5-faf4-4f07-8818-a95428defe3a" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_5_S29_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.019Z", - "document_id": "2c659838-791d-498e-a3fa-f0c8eb1b2559" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_5_S29_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.032Z", - "document_id": "ffa21ee7-98c7-4275-a28f-ab87350b6317" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_6_S30_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.043Z", - "document_id": "30a446dd-cb56-4055-bf82-6b3b06d47ee7" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_6_S30_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.056Z", - "document_id": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_6_S30_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.067Z", - "document_id": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_6_S30_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.090Z", - "document_id": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_6_S30_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.103Z", - "document_id": "7f2b78dc-2b1c-4912-b456-170ba3891464" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_6_S30_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.114Z", - "document_id": "722bf139-3585-4349-bd60-2108cdea9783" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_7_S31_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.127Z", - "document_id": "85f9f0a9-6b8e-4fba-a360-8d14931a7929" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_7_S31_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.154Z", - "document_id": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_7_S31_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.178Z", - "document_id": "70e83656-b4c8-4453-9d99-08989b2baf6e" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_7_S31_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.203Z", - "document_id": "712084da-4b68-47e0-acff-aafb48cc21db" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_7_S31_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.225Z", - "document_id": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_7_S31_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.241Z", - "document_id": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_8_S32_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.263Z", - "document_id": "0bf66ea5-3dee-422b-b8f0-837033556d99" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_8_S32_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.298Z", - "document_id": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_8_S32_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.345Z", - "document_id": "05c46800-9101-4151-9b4b-3a0fe981e76e" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_8_S32_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.412Z", - "document_id": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_8_S32_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.461Z", - "document_id": "a64e2f58-8fbc-4382-9ca9-845f32a7133f" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM4_HiSeq_8_S32_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.483Z", - "document_id": "f379d8e5-1741-4992-a46f-692f352d81e2" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" - }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_3" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:02.040Z", - "updateDate": "2018-03-26T17:01:11.283Z", - "document_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_13" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.842Z", - "updateDate": "2018-03-26T16:59:57.136Z", - "document_id": "6ab99524-b114-42c5-9881-0bc2724f9889" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_20" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.490Z", - "updateDate": "2018-03-26T17:01:10.489Z", - "document_id": "fc53f40f-3005-4393-8589-17850fb564de" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_51" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.836Z", - "updateDate": "2018-03-26T17:00:00.133Z", - "document_id": "27d241a3-05fb-44f7-a3e3-1e84adc14c09" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_11" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.588Z", - "updateDate": "2018-03-26T17:00:50.349Z", - "document_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_87" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.634Z", - "updateDate": "2018-03-26T17:00:00.167Z", - "document_id": "896e543d-e666-4380-aafe-ed0ff214de9d" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_31" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.694Z", - "updateDate": "2018-03-26T17:00:44.284Z", - "document_id": "4ac1c779-d396-402f-b6ff-15479c60ec13" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_123" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.534Z", - "updateDate": "2018-03-26T17:00:04.142Z", - "document_id": "402807c3-8b87-4f76-9609-b6526d88d6ad" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_30" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.623Z", - "updateDate": "2018-03-26T17:00:46.965Z", - "document_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_100" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.891Z", - "updateDate": "2018-03-26T17:00:02.440Z", - "document_id": "1a81ba59-5458-4983-b600-2d9b3fc716ee" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_25" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.834Z", - "updateDate": "2018-03-26T17:01:09.294Z", - "document_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_38" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.856Z", - "updateDate": "2018-03-26T16:59:57.181Z", - "document_id": "1b8fe79e-48da-43a4-aa56-b71100ebf553" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_19" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.728Z", - "updateDate": "2018-03-26T17:00:49.539Z", - "document_id": "a3447292-5309-4412-af13-d2b81e4684a2" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_11" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.722Z", - "updateDate": "2018-03-26T16:59:57.158Z", - "document_id": "609711e7-b252-4303-b711-e203f0513d74" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_5" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:01.040Z", - "updateDate": "2018-03-26T17:01:10.281Z", - "document_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_113" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.939Z", - "updateDate": "2018-03-26T17:00:03.212Z", - "document_id": "8b43cec2-3941-46d1-98fa-5a20b662ca95" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_7" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:01.287Z", - "updateDate": "2018-03-26T17:01:11.267Z", - "document_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_127" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.732Z", - "updateDate": "2018-03-26T17:00:04.197Z", - "document_id": "ee6b760e-be5e-4cd4-975f-fd5c355ee499" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_10" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.450Z", - "updateDate": "2018-03-26T17:00:49.592Z", - "document_id": "66cd42fa-9fde-4be7-a21b-f225142786d5" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_97" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.717Z", - "updateDate": "2018-03-26T17:00:01.415Z", - "document_id": "73f01b56-5c1e-496f-b6a3-c2e19a53bea4" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_28" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.604Z", - "updateDate": "2018-03-26T17:01:08.255Z", - "document_id": "88c9f910-860b-418f-8668-afba756c282b" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_54" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.055Z", - "updateDate": "2018-03-26T16:59:59.162Z", - "document_id": "eea88216-55c5-4700-9e22-577bb20fcbe8" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_1" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:01.841Z", - "updateDate": "2018-03-26T17:01:11.307Z", - "document_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_35" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.707Z", - "updateDate": "2018-03-26T17:00:01.297Z", - "document_id": "cba384ae-009b-4bcb-b8d9-52ec5d1bfd65" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_17" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.921Z", - "updateDate": "2018-03-26T17:00:49.461Z", - "document_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_37" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.816Z", - "updateDate": "2018-03-26T16:59:58.198Z", - "document_id": "0203232f-2abf-4fec-9fac-16be751a8fc8" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_26" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.758Z", - "updateDate": "2018-03-26T17:01:09.304Z", - "document_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_95" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.315Z", - "updateDate": "2018-03-26T16:59:59.277Z", - "document_id": "ceb83249-613d-459d-a678-335dfebe6e48" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_12" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.219Z", - "updateDate": "2018-03-26T17:00:48.461Z", - "document_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_52" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.889Z", - "updateDate": "2018-03-26T17:00:00.103Z", - "document_id": "48c51f04-a6ea-4ce2-854c-af832e935de0" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_27" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.687Z", - "updateDate": "2018-03-26T17:01:09.288Z", - "document_id": "6a842926-f8c2-4977-a0b7-36427e482268" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM1" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.926Z", + "updateDate": "2018-03-26T17:01:01.213Z", + "document_id": "b15f87d6-a36c-404c-a1df-87a3ef30079d" + } + }, + "sequence_file/d5294332-19b5-4ff1-b298-6c1cf500cb35": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.777Z", + "document_id": "d5294332-19b5-4ff1-b298-6c1cf500cb35" + } + }, + "sequence_file/0fa33de0-5ac6-43d4-8df8-006b0259f6a4": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.791Z", + "document_id": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4" + } + }, + "sequence_file/65755624-9cf1-4f0e-96f5-e4c30a6ee2d9": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.804Z", + "document_id": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9" + } + }, + "sequence_file/6de335f6-cab5-4ec8-a1ff-3a639596dd59": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.817Z", + "document_id": "6de335f6-cab5-4ec8-a1ff-3a639596dd59" + } + }, + "sequence_file/ac3edf4a-f269-4944-bb1a-3b1845e33098": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.829Z", + "document_id": "ac3edf4a-f269-4944-bb1a-3b1845e33098" + } + }, + "sequence_file/a256e5e3-7e80-419e-b8e8-c3fdaf234b43": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_1_S1_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.844Z", + "document_id": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43" + } + }, + "sequence_file/4dcd7823-b02f-4dd7-a49f-94b86096d77d": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_2_S2_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.856Z", + "document_id": "4dcd7823-b02f-4dd7-a49f-94b86096d77d" + } + }, + "sequence_file/27f0c78b-67cd-47d3-964f-fcbec7562997": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_2_S2_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.874Z", + "document_id": "27f0c78b-67cd-47d3-964f-fcbec7562997" + } + }, + "sequence_file/c3c9b724-b79b-4988-934d-b22f673c4823": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_2_S2_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.886Z", + "document_id": "c3c9b724-b79b-4988-934d-b22f673c4823" + } + }, + "sequence_file/3e8bda58-fb04-44a1-9266-d32fcc73649c": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_2_S2_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.900Z", + "document_id": "3e8bda58-fb04-44a1-9266-d32fcc73649c" + } + }, + "sequence_file/62e42770-9481-48e4-9705-1f4c6da2ae43": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_2_S2_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.945Z", + "document_id": "62e42770-9481-48e4-9705-1f4c6da2ae43" + } + }, + "sequence_file/c1f1455c-d49b-4826-b3b7-526a9ca4ee9a": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_2_S2_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:46.991Z", + "document_id": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a" + } + }, + "sequence_file/2f629555-1b9d-4251-a513-72b138ec1d1f": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_3_S3_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.024Z", + "document_id": "2f629555-1b9d-4251-a513-72b138ec1d1f" + } + }, + "sequence_file/22f89ffa-0ba3-4264-b91e-fde781c0d703": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_3_S3_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.038Z", + "document_id": "22f89ffa-0ba3-4264-b91e-fde781c0d703" + } + }, + "sequence_file/fc93721d-74f9-4dd4-adcb-ed6b1b2e0424": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_3_S3_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.081Z", + "document_id": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424" + } + }, + "sequence_file/3aaa7031-22c5-4339-ac54-d6583303bc6d": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_3_S3_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.119Z", + "document_id": "3aaa7031-22c5-4339-ac54-d6583303bc6d" + } + }, + "sequence_file/4502aed4-857b-4760-83e0-de5ef6a15671": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_3_S3_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.148Z", + "document_id": "4502aed4-857b-4760-83e0-de5ef6a15671" + } + }, + "sequence_file/3641ab2b-35f7-453d-ae7e-9f3ae7ced860": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_3_S3_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.170Z", + "document_id": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860" + } + }, + "sequence_file/0374a796-bd3a-47f0-a008-a037ca62fd7a": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_4_S4_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.189Z", + "document_id": "0374a796-bd3a-47f0-a008-a037ca62fd7a" + } + }, + "sequence_file/d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_4_S4_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.208Z", + "document_id": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b" + } + }, + "sequence_file/0ef80820-3d78-4810-a009-3134cb9090b6": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_4_S4_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.226Z", + "document_id": "0ef80820-3d78-4810-a009-3134cb9090b6" + } + }, + "sequence_file/2e34dd3f-914d-47ad-b0fe-1fa37d1b134c": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_4_S4_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.247Z", + "document_id": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c" + } + }, + "sequence_file/14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_4_S4_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.283Z", + "document_id": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c" + } + }, + "sequence_file/6001f9be-8ebd-4dd3-86ff-92e93adad0d7": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_4_S4_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.328Z", + "document_id": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7" + } + }, + "sequence_file/61c10ee6-ecb7-47ba-b3db-e02bcf4325bf": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_5_S5_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.364Z", + "document_id": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf" + } + }, + "sequence_file/1d02060a-dfab-484f-9ef1-d23d831b1a5d": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_5_S5_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.396Z", + "document_id": "1d02060a-dfab-484f-9ef1-d23d831b1a5d" + } + }, + "sequence_file/338b9160-54b0-41a5-8a2c-d08f6c9ed626": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_5_S5_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.460Z", + "document_id": "338b9160-54b0-41a5-8a2c-d08f6c9ed626" + } + }, + "sequence_file/d5e1593f-e8a0-4288-97c7-2e5faa401ab8": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_5_S5_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.657Z", + "document_id": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8" + } + }, + "sequence_file/175d7210-8296-4789-bd4f-e0ddd35c2a89": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_5_S5_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.678Z", + "document_id": "175d7210-8296-4789-bd4f-e0ddd35c2a89" + } + }, + "sequence_file/31fd2963-0fd5-451b-a21f-9963e65cb6f3": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_5_S5_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.691Z", + "document_id": "31fd2963-0fd5-451b-a21f-9963e65cb6f3" + } + }, + "sequence_file/3d94a11d-f106-4f85-b4bd-93d8bf2530ea": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_6_S6_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.739Z", + "document_id": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea" + } + }, + "sequence_file/50d413fc-208e-4b28-93d0-1aff73ab66c5": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_6_S6_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.756Z", + "document_id": "50d413fc-208e-4b28-93d0-1aff73ab66c5" + } + }, + "sequence_file/55ca5e22-f148-4a7c-82c9-005e1d9f9ece": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_6_S6_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.770Z", + "document_id": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece" + } + }, + "sequence_file/aa28d2a1-9e50-471a-a891-7ecf278b467a": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_6_S6_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.784Z", + "document_id": "aa28d2a1-9e50-471a-a891-7ecf278b467a" + } + }, + "sequence_file/12640e28-e9aa-4432-8d74-93003425748c": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_6_S6_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.797Z", + "document_id": "12640e28-e9aa-4432-8d74-93003425748c" + } + }, + "sequence_file/39c3fe7f-f194-4eed-9525-5511a3dc3ffc": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_6_S6_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.809Z", + "document_id": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc" + } + }, + "sequence_file/919ae226-445e-49a5-9e3d-69b9a1932e96": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_7_S7_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.821Z", + "document_id": "919ae226-445e-49a5-9e3d-69b9a1932e96" + } + }, + "sequence_file/a2ef2eb3-4f87-456b-bdab-71d062e30722": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_7_S7_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.833Z", + "document_id": "a2ef2eb3-4f87-456b-bdab-71d062e30722" + } + }, + "sequence_file/b938e56a-f94a-46b4-bbdd-5df21d083411": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_7_S7_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.845Z", + "document_id": "b938e56a-f94a-46b4-bbdd-5df21d083411" + } + }, + "sequence_file/8bf97ca3-2d03-4ac2-8c11-cd8decadf586": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_7_S7_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.858Z", + "document_id": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586" + } + }, + "sequence_file/9478fc7f-df90-4067-b8ad-a480706b9ade": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_7_S7_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.871Z", + "document_id": "9478fc7f-df90-4067-b8ad-a480706b9ade" + } + }, + "sequence_file/07942b88-77bd-4559-91ea-d09a7aac1264": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_7_S7_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.884Z", + "document_id": "07942b88-77bd-4559-91ea-d09a7aac1264" + } + }, + "sequence_file/a0381296-68b4-4480-8d93-e1ad9e85abb6": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_8_S8_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.896Z", + "document_id": "a0381296-68b4-4480-8d93-e1ad9e85abb6" + } + }, + "sequence_file/a1a879dd-65fb-483d-8740-cef3abe97fbe": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_8_S8_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.938Z", + "document_id": "a1a879dd-65fb-483d-8740-cef3abe97fbe" + } + }, + "sequence_file/89254219-e37c-4493-a339-0e426c826fcf": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_8_S8_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.964Z", + "document_id": "89254219-e37c-4493-a339-0e426c826fcf" + } + }, + "sequence_file/838bef81-e228-4470-b50b-5259d7cbe5db": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_8_S8_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:47.983Z", + "document_id": "838bef81-e228-4470-b50b-5259d7cbe5db" + } + }, + "sequence_file/85a94a58-241b-4c97-a85f-8d718c8c4679": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_8_S8_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.002Z", + "document_id": "85a94a58-241b-4c97-a85f-8d718c8c4679" + } + }, + "sequence_file/73fb78b0-5a63-4b0b-a784-45f67be0d562": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM1_HiSeq_8_S8_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.015Z", + "document_id": "73fb78b0-5a63-4b0b-a784-45f67be0d562" + } + }, + "sequence_file/00c1e04c-71f9-4e64-8f7d-43a9742732c1": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_1_S9_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.032Z", + "document_id": "00c1e04c-71f9-4e64-8f7d-43a9742732c1" + } + }, + "sequence_file/ba55717c-bc2d-4ae6-aab0-40cd0c39e132": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_1_S9_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.054Z", + "document_id": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132" + } + }, + "sequence_file/5b802cb7-74ea-40da-9629-89da2f879940": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_1_S9_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.075Z", + "document_id": "5b802cb7-74ea-40da-9629-89da2f879940" + } + }, + "sequence_file/10ec7489-07a9-4848-86f1-f9b8b8eda316": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_1_S9_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.092Z", + "document_id": "10ec7489-07a9-4848-86f1-f9b8b8eda316" + } + }, + "sequence_file/f4db906f-02a2-4e78-a944-f70f6ecfba6e": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_1_S9_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.124Z", + "document_id": "f4db906f-02a2-4e78-a944-f70f6ecfba6e" + } + }, + "sequence_file/61ea8027-8da7-4ee5-a153-49126032a194": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_1_S9_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.152Z", + "document_id": "61ea8027-8da7-4ee5-a153-49126032a194" + } + }, + "sequence_file/abfc93d7-2406-4c83-8e50-ae23746b5724": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_2_S10_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.174Z", + "document_id": "abfc93d7-2406-4c83-8e50-ae23746b5724" + } + }, + "sequence_file/bd09c8c4-c7ff-40e5-a14d-1d1968485dd6": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_2_S10_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.199Z", + "document_id": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6" + } + }, + "sequence_file/6062d33b-29f5-4b2c-a8c7-fef60591b285": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_2_S10_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.247Z", + "document_id": "6062d33b-29f5-4b2c-a8c7-fef60591b285" + } + }, + "sequence_file/8e6df880-5417-4b70-b79c-ad2c9e4c88e7": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_2_S10_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.279Z", + "document_id": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7" + } + }, + "sequence_file/4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_2_S10_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.332Z", + "document_id": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd" + } + }, + "sequence_file/cf307cb1-0f17-42f1-a069-5060b68548c8": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_2_S10_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.364Z", + "document_id": "cf307cb1-0f17-42f1-a069-5060b68548c8" + } + }, + "sequence_file/da5a2a93-e840-4ea5-bad6-c3607fd3db5b": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_3_S11_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.412Z", + "document_id": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b" + } + }, + "sequence_file/3dcf809d-c939-4dc7-93e8-f2782044d68f": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_3_S11_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.448Z", + "document_id": "3dcf809d-c939-4dc7-93e8-f2782044d68f" + } + }, + "sequence_file/8647eca2-4adc-43c0-becb-98c0ff86682b": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_3_S11_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.481Z", + "document_id": "8647eca2-4adc-43c0-becb-98c0ff86682b" + } + }, + "sequence_file/20e6c61f-5747-4dcd-a659-fede6d62a434": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_3_S11_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.506Z", + "document_id": "20e6c61f-5747-4dcd-a659-fede6d62a434" + } + }, + "sequence_file/8975ec2a-dc00-4800-a409-52d64686da01": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_3_S11_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.541Z", + "document_id": "8975ec2a-dc00-4800-a409-52d64686da01" + } + }, + "sequence_file/ff7e8e48-a9ae-4fab-86b6-b895388abf6e": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_3_S11_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.555Z", + "document_id": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e" + } + }, + "sequence_file/37ea959a-47bd-4a35-8468-8fc6bc5b4dfd": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_4_S12_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.569Z", + "document_id": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd" + } + }, + "sequence_file/9ee2ade2-48f5-4319-99aa-eb2c73aa2e83": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_4_S12_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.582Z", + "document_id": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83" + } + }, + "sequence_file/60b743d4-6476-4d38-9343-621186612ed8": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_4_S12_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.593Z", + "document_id": "60b743d4-6476-4d38-9343-621186612ed8" + } + }, + "sequence_file/1daa45f1-3ce5-400b-8f2d-40d04f1f8806": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_4_S12_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.605Z", + "document_id": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806" + } + }, + "sequence_file/938d4d47-a7f3-4ecd-887d-6a01f7ee32cf": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_4_S12_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.617Z", + "document_id": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf" + } + }, + "sequence_file/56ec5353-ecce-40b5-a981-1dad8ad1c9d4": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_4_S12_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.628Z", + "document_id": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4" + } + }, + "sequence_file/24fbec47-ebbf-4e55-8d7d-cf2c9902bee2": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_5_S13_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.647Z", + "document_id": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2" + } + }, + "sequence_file/e97970fa-381f-4deb-9bfe-ed6c227bd89c": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_5_S13_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.662Z", + "document_id": "e97970fa-381f-4deb-9bfe-ed6c227bd89c" + } + }, + "sequence_file/9b84ab82-16ad-499d-916f-53c73a2537da": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_5_S13_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.674Z", + "document_id": "9b84ab82-16ad-499d-916f-53c73a2537da" + } + }, + "sequence_file/50c3d51e-175d-4ffc-ad21-20e4713a92bc": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_5_S13_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.686Z", + "document_id": "50c3d51e-175d-4ffc-ad21-20e4713a92bc" + } + }, + "sequence_file/f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_5_S13_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.698Z", + "document_id": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9" + } + }, + "sequence_file/cae932bf-4d22-4466-8ea3-a76cffd1dab1": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_5_S13_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.711Z", + "document_id": "cae932bf-4d22-4466-8ea3-a76cffd1dab1" + } + }, + "sequence_file/7b6ddb79-655b-4b33-ad2d-c94b36140c6a": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_6_S14_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.723Z", + "document_id": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a" + } + }, + "sequence_file/08da0161-f96f-4da0-9c47-421bc0ebf7b8": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_6_S14_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.737Z", + "document_id": "08da0161-f96f-4da0-9c47-421bc0ebf7b8" + } + }, + "sequence_file/5f927ca9-9b92-44a0-9a48-55fdad524445": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_6_S14_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.749Z", + "document_id": "5f927ca9-9b92-44a0-9a48-55fdad524445" + } + }, + "sequence_file/bd2f2534-276f-47f4-a3d3-b1ad09b41554": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_6_S14_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.762Z", + "document_id": "bd2f2534-276f-47f4-a3d3-b1ad09b41554" + } + }, + "sequence_file/e9b7c7ea-dcee-43dd-af1f-9a311420ff85": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_6_S14_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.775Z", + "document_id": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85" + } + }, + "sequence_file/3657e098-4b0c-410a-a7c8-82c73b6ed1ed": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_6_S14_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.787Z", + "document_id": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed" + } + }, + "sequence_file/66aad53b-645e-4d69-89ed-47ed82890546": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_7_S15_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.799Z", + "document_id": "66aad53b-645e-4d69-89ed-47ed82890546" + } + }, + "sequence_file/c92d030e-2530-441a-a1e9-3f8d2fd7dc46": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_7_S15_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.814Z", + "document_id": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46" + } + }, + "sequence_file/67e5a10c-0f5b-48af-aa30-628854a0928d": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_7_S15_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.825Z", + "document_id": "67e5a10c-0f5b-48af-aa30-628854a0928d" + } + }, + "sequence_file/36341e0d-4bf8-48f8-88ce-32b9173c5bd7": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_7_S15_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.839Z", + "document_id": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7" + } + }, + "sequence_file/1f3da46c-e8df-4300-b197-0307a3208beb": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_7_S15_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.851Z", + "document_id": "1f3da46c-e8df-4300-b197-0307a3208beb" + } + }, + "sequence_file/da06f1b2-bd05-4300-8899-d0146c5ecf83": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_7_S15_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.863Z", + "document_id": "da06f1b2-bd05-4300-8899-d0146c5ecf83" + } + }, + "sequence_file/51e6d934-8a34-4204-96b9-e6a0865f2cac": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_8_S16_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.877Z", + "document_id": "51e6d934-8a34-4204-96b9-e6a0865f2cac" + } + }, + "sequence_file/d17161a2-081b-4d3c-9c7c-ab93b8ff36fa": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_8_S16_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.890Z", + "document_id": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa" + } + }, + "sequence_file/bc88049b-5dd3-4460-9119-94e22c3a13c8": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_8_S16_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.901Z", + "document_id": "bc88049b-5dd3-4460-9119-94e22c3a13c8" + } + }, + "sequence_file/6ca9ed26-11b8-475e-94ba-e50472dd6bd3": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_8_S16_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.937Z", + "document_id": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3" + } + }, + "sequence_file/6b910e18-fd50-4447-8438-9cd628cd0660": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_8_S16_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.963Z", + "document_id": "6b910e18-fd50-4447-8438-9cd628cd0660" + } + }, + "sequence_file/c2b2449f-0f1c-40e0-bc1e-534a936c3fb4": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM2_HiSeq_8_S16_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:48.987Z", + "document_id": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4" + } + }, + "sequence_file/cf6e3ba9-a5d7-4225-abbb-04f761a47c82": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_1_S17_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.011Z", + "document_id": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82" + } + }, + "sequence_file/40cef712-132a-48c4-9ddd-21169ea24903": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_1_S17_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.024Z", + "document_id": "40cef712-132a-48c4-9ddd-21169ea24903" + } + }, + "sequence_file/4a062a0d-946c-4b2a-9cff-4418544d9b16": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_1_S17_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.036Z", + "document_id": "4a062a0d-946c-4b2a-9cff-4418544d9b16" + } + }, + "sequence_file/9db41364-8b2f-4cf9-b88f-cab43edea8ce": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_1_S17_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.052Z", + "document_id": "9db41364-8b2f-4cf9-b88f-cab43edea8ce" + } + }, + "sequence_file/65775d70-1372-4161-a7e5-de2202dd6f7e": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_1_S17_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.067Z", + "document_id": "65775d70-1372-4161-a7e5-de2202dd6f7e" + } + }, + "sequence_file/81838f1d-3ae5-45be-88fc-e35b9217ef21": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_1_S17_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.081Z", + "document_id": "81838f1d-3ae5-45be-88fc-e35b9217ef21" + } + }, + "sequence_file/9989e71f-09d8-4051-83e8-75753389a6cb": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_2_S18_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.094Z", + "document_id": "9989e71f-09d8-4051-83e8-75753389a6cb" + } + }, + "sequence_file/c750d7ef-7274-4253-9fc0-0f40354b84aa": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_2_S18_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.110Z", + "document_id": "c750d7ef-7274-4253-9fc0-0f40354b84aa" + } + }, + "sequence_file/fa69feb4-152a-4ac9-bb44-8b2b4b3e8176": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_2_S18_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.140Z", + "document_id": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176" + } + }, + "sequence_file/f0d45c30-753f-4a2f-afc9-1479a12a8e8b": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_2_S18_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.181Z", + "document_id": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b" + } + }, + "sequence_file/9d70fcb9-9317-47ba-a6be-7169d23af75a": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_2_S18_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.223Z", + "document_id": "9d70fcb9-9317-47ba-a6be-7169d23af75a" + } + }, + "sequence_file/c03c121a-31e9-4a79-93d7-4030c1e5eee8": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_2_S18_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.349Z", + "document_id": "c03c121a-31e9-4a79-93d7-4030c1e5eee8" + } + }, + "sequence_file/182a36a5-027b-4e76-a57d-979c093eecb8": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_3_S19_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.387Z", + "document_id": "182a36a5-027b-4e76-a57d-979c093eecb8" + } + }, + "sequence_file/6ff26361-3be0-48c4-a5dd-c215ba8021bc": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_3_S19_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.412Z", + "document_id": "6ff26361-3be0-48c4-a5dd-c215ba8021bc" + } + }, + "sequence_file/60e007a2-6d1d-49df-8dfa-358ebfe397a7": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_3_S19_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.430Z", + "document_id": "60e007a2-6d1d-49df-8dfa-358ebfe397a7" + } + }, + "sequence_file/06c4f4e6-f607-4165-9d18-f068c9393bd1": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_3_S19_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.449Z", + "document_id": "06c4f4e6-f607-4165-9d18-f068c9393bd1" + } + }, + "sequence_file/68c14f04-48d2-404e-9b3e-cefabe0d4256": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_3_S19_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.465Z", + "document_id": "68c14f04-48d2-404e-9b3e-cefabe0d4256" + } + }, + "sequence_file/6d8a7881-9d15-42e2-97e6-09df4604997e": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_3_S19_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.488Z", + "document_id": "6d8a7881-9d15-42e2-97e6-09df4604997e" + } + }, + "sequence_file/500aa99d-776e-4418-b708-58a9075daa3b": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_4_S20_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.509Z", + "document_id": "500aa99d-776e-4418-b708-58a9075daa3b" + } + }, + "sequence_file/49148098-bb4e-42d0-af89-946de3e6d394": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_4_S20_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.527Z", + "document_id": "49148098-bb4e-42d0-af89-946de3e6d394" + } + }, + "sequence_file/94e3471e-744b-44cc-b987-31071a107fef": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_4_S20_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.547Z", + "document_id": "94e3471e-744b-44cc-b987-31071a107fef" + } + }, + "sequence_file/e3dbda3e-f81d-42fb-85d7-92256229c9c1": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_4_S20_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.569Z", + "document_id": "e3dbda3e-f81d-42fb-85d7-92256229c9c1" + } + }, + "sequence_file/5bb3fb23-884b-4762-8033-481f3dc67746": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_4_S20_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.588Z", + "document_id": "5bb3fb23-884b-4762-8033-481f3dc67746" + } + }, + "sequence_file/25e5c231-49af-4302-8292-6756f90cf30e": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_4_S20_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.605Z", + "document_id": "25e5c231-49af-4302-8292-6756f90cf30e" + } + }, + "sequence_file/ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_5_S21_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.623Z", + "document_id": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5" + } + }, + "sequence_file/e0e1175b-fe0f-41f3-af58-cd745c64704d": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_5_S21_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.643Z", + "document_id": "e0e1175b-fe0f-41f3-af58-cd745c64704d" + } + }, + "sequence_file/522747b7-1e9b-435e-9a4a-1a4b390fd153": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_5_S21_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.659Z", + "document_id": "522747b7-1e9b-435e-9a4a-1a4b390fd153" + } + }, + "sequence_file/0131fd23-816a-4fcd-9660-27c45022ec47": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_5_S21_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.676Z", + "document_id": "0131fd23-816a-4fcd-9660-27c45022ec47" + } + }, + "sequence_file/948a2a49-c334-42ee-8ad0-e92ee7a72fc6": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_5_S21_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.690Z", + "document_id": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6" + } + }, + "sequence_file/991d0b52-a02e-4705-9754-4af10cbba1d9": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_5_S21_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.702Z", + "document_id": "991d0b52-a02e-4705-9754-4af10cbba1d9" + } + }, + "sequence_file/8db31c92-e87d-444c-9309-0340768a794b": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_6_S22_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.715Z", + "document_id": "8db31c92-e87d-444c-9309-0340768a794b" + } + }, + "sequence_file/f39f5ab3-1a1f-425c-8670-a73c53b7ea1c": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_6_S22_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.728Z", + "document_id": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c" + } + }, + "sequence_file/437fef8b-4c7a-463f-a144-85e66c7f4953": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_6_S22_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.763Z", + "document_id": "437fef8b-4c7a-463f-a144-85e66c7f4953" + } + }, + "sequence_file/e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_6_S22_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.777Z", + "document_id": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf" + } + }, + "sequence_file/e2e3b95f-8f87-475c-8338-13c08fef0b8e": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_6_S22_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.790Z", + "document_id": "e2e3b95f-8f87-475c-8338-13c08fef0b8e" + } + }, + "sequence_file/02d06869-ddfe-4ad7-9da7-2be88d0c2112": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_6_S22_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.802Z", + "document_id": "02d06869-ddfe-4ad7-9da7-2be88d0c2112" + } + }, + "sequence_file/92c76b47-b073-4ea2-bb35-3b764da48787": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_7_S23_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.814Z", + "document_id": "92c76b47-b073-4ea2-bb35-3b764da48787" + } + }, + "sequence_file/5b14f043-ca67-4b07-adf7-b5d9b2405566": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_7_S23_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.830Z", + "document_id": "5b14f043-ca67-4b07-adf7-b5d9b2405566" + } + }, + "sequence_file/cb5df08f-68c8-4dfd-9581-d3828d7b7f2b": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_7_S23_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.841Z", + "document_id": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b" + } + }, + "sequence_file/e69d977c-7f1c-4e65-bc85-976f334e1f0c": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_7_S23_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.858Z", + "document_id": "e69d977c-7f1c-4e65-bc85-976f334e1f0c" + } + }, + "sequence_file/22dfec6d-dcef-4928-8e91-a76ea60d2494": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_7_S23_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.877Z", + "document_id": "22dfec6d-dcef-4928-8e91-a76ea60d2494" + } + }, + "sequence_file/e1286902-46fa-45c5-b9ac-498058c09ec9": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_7_S23_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.890Z", + "document_id": "e1286902-46fa-45c5-b9ac-498058c09ec9" + } + }, + "sequence_file/59adfc03-cca3-496d-91f8-262512429977": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_8_S24_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.903Z", + "document_id": "59adfc03-cca3-496d-91f8-262512429977" + } + }, + "sequence_file/a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_8_S24_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.945Z", + "document_id": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057" + } + }, + "sequence_file/e4e868a9-a1e7-4963-875c-fe48530460f3": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_8_S24_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.973Z", + "document_id": "e4e868a9-a1e7-4963-875c-fe48530460f3" + } + }, + "sequence_file/5da8e6f2-a26e-448b-b017-33ac69ca80f7": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_8_S24_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:49.998Z", + "document_id": "5da8e6f2-a26e-448b-b017-33ac69ca80f7" + } + }, + "sequence_file/c59d880d-7847-4525-990b-ab283257a166": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_8_S24_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.055Z", + "document_id": "c59d880d-7847-4525-990b-ab283257a166" + } + }, + "sequence_file/614a69c9-4212-46bf-948e-d7affd2310e5": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM3_HiSeq_8_S24_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.069Z", + "document_id": "614a69c9-4212-46bf-948e-d7affd2310e5" + } + }, + "sequence_file/40c497af-80ea-4c54-a628-a57486c0f8ec": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_1_S25_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.083Z", + "document_id": "40c497af-80ea-4c54-a628-a57486c0f8ec" + } + }, + "sequence_file/b23a12bd-3372-4542-a5e6-0f9bcdcb51dd": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_1_S25_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.097Z", + "document_id": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd" + } + }, + "sequence_file/7844a2e7-6307-4e70-af10-fdcff29496e2": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_1_S25_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.115Z", + "document_id": "7844a2e7-6307-4e70-af10-fdcff29496e2" + } + }, + "sequence_file/66e5a918-007f-4ef6-a514-b8043bcc6128": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_1_S25_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.130Z", + "document_id": "66e5a918-007f-4ef6-a514-b8043bcc6128" + } + }, + "sequence_file/452b88e0-94cf-4243-b44e-94b16c936896": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_1_S25_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.151Z", + "document_id": "452b88e0-94cf-4243-b44e-94b16c936896" + } + }, + "sequence_file/32aeb59b-d1f7-4660-9b98-f72ebe671864": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_1_S25_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.176Z", + "document_id": "32aeb59b-d1f7-4660-9b98-f72ebe671864" + } + }, + "sequence_file/751ad2cb-994b-40d2-b6ba-9d4f59112f12": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_2_S26_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.259Z", + "document_id": "751ad2cb-994b-40d2-b6ba-9d4f59112f12" + } + }, + "sequence_file/1705dea1-fff5-4f39-985d-b2a70f5d2ea1": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_2_S26_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.285Z", + "document_id": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1" + } + }, + "sequence_file/05dcbcdd-7288-4e17-94dc-bb9e099a2a20": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_2_S26_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.307Z", + "document_id": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20" + } + }, + "sequence_file/f97c6247-15c6-403e-9a15-62113f9dc24a": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_2_S26_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.375Z", + "document_id": "f97c6247-15c6-403e-9a15-62113f9dc24a" + } + }, + "sequence_file/3c4864ae-619e-479d-8138-c1489e7f10bb": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_2_S26_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.416Z", + "document_id": "3c4864ae-619e-479d-8138-c1489e7f10bb" + } + }, + "sequence_file/5703221a-e4bf-4f4a-a5a0-747aa74d46b2": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_2_S26_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.467Z", + "document_id": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2" + } + }, + "sequence_file/463a120d-ee95-476c-8329-c633b43ab1aa": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_3_S27_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.506Z", + "document_id": "463a120d-ee95-476c-8329-c633b43ab1aa" + } + }, + "sequence_file/98f19741-b0fe-4aff-ab8c-9a77af8e36ce": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_3_S27_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.544Z", + "document_id": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce" + } + }, + "sequence_file/9820fbb5-07b7-41ce-b135-16e21b371c94": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_3_S27_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.609Z", + "document_id": "9820fbb5-07b7-41ce-b135-16e21b371c94" + } + }, + "sequence_file/cab74e16-3229-4808-922a-743447d7da23": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_3_S27_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.641Z", + "document_id": "cab74e16-3229-4808-922a-743447d7da23" + } + }, + "sequence_file/fac833de-2bb8-4f4a-a1dd-6136fbc288b1": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_3_S27_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.659Z", + "document_id": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1" + } + }, + "sequence_file/5506a837-6ff5-4004-8c2c-673a8d93c510": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_3_S27_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.693Z", + "document_id": "5506a837-6ff5-4004-8c2c-673a8d93c510" + } + }, + "sequence_file/6d7e8891-156b-4b23-848c-8ef75230cbbd": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_4_S28_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.735Z", + "document_id": "6d7e8891-156b-4b23-848c-8ef75230cbbd" + } + }, + "sequence_file/8eca3a7d-67f1-412d-9d3a-704c8218cee2": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_4_S28_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.785Z", + "document_id": "8eca3a7d-67f1-412d-9d3a-704c8218cee2" + } + }, + "sequence_file/57d69572-96ae-4a29-97f5-0c1a491ed2a5": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_4_S28_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.809Z", + "document_id": "57d69572-96ae-4a29-97f5-0c1a491ed2a5" + } + }, + "sequence_file/b55fd000-cd16-4976-b264-8df9e012df4e": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_4_S28_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.827Z", + "document_id": "b55fd000-cd16-4976-b264-8df9e012df4e" + } + }, + "sequence_file/d7e6574e-dae6-4e6f-8db0-370693adea27": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_4_S28_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.863Z", + "document_id": "d7e6574e-dae6-4e6f-8db0-370693adea27" + } + }, + "sequence_file/ac66a331-f88f-4ec0-b08a-79612fde6b37": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_4_S28_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.887Z", + "document_id": "ac66a331-f88f-4ec0-b08a-79612fde6b37" + } + }, + "sequence_file/551caaec-e076-4794-9096-7b8f5176e9c3": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_5_S29_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.902Z", + "document_id": "551caaec-e076-4794-9096-7b8f5176e9c3" + } + }, + "sequence_file/415a6ab3-aa59-4e68-8993-64fd1a0715be": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_5_S29_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.928Z", + "document_id": "415a6ab3-aa59-4e68-8993-64fd1a0715be" + } + }, + "sequence_file/13bcdac2-f7f5-405d-b860-9ce88b423d80": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_5_S29_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:50.973Z", + "document_id": "13bcdac2-f7f5-405d-b860-9ce88b423d80" + } + }, + "sequence_file/2bdc88a5-faf4-4f07-8818-a95428defe3a": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_5_S29_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.003Z", + "document_id": "2bdc88a5-faf4-4f07-8818-a95428defe3a" + } + }, + "sequence_file/2c659838-791d-498e-a3fa-f0c8eb1b2559": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_5_S29_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.019Z", + "document_id": "2c659838-791d-498e-a3fa-f0c8eb1b2559" + } + }, + "sequence_file/ffa21ee7-98c7-4275-a28f-ab87350b6317": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_5_S29_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.032Z", + "document_id": "ffa21ee7-98c7-4275-a28f-ab87350b6317" + } + }, + "sequence_file/30a446dd-cb56-4055-bf82-6b3b06d47ee7": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_6_S30_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.043Z", + "document_id": "30a446dd-cb56-4055-bf82-6b3b06d47ee7" + } + }, + "sequence_file/5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_6_S30_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.056Z", + "document_id": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c" + } + }, + "sequence_file/5c1ccd4f-d639-43d0-94b6-3baca6f8210d": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_6_S30_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.067Z", + "document_id": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d" + } + }, + "sequence_file/0cf26327-ce69-4e4e-b1ad-efdc3ffd9195": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_6_S30_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.090Z", + "document_id": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195" + } + }, + "sequence_file/7f2b78dc-2b1c-4912-b456-170ba3891464": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_6_S30_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.103Z", + "document_id": "7f2b78dc-2b1c-4912-b456-170ba3891464" + } + }, + "sequence_file/722bf139-3585-4349-bd60-2108cdea9783": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_6_S30_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.114Z", + "document_id": "722bf139-3585-4349-bd60-2108cdea9783" + } + }, + "sequence_file/85f9f0a9-6b8e-4fba-a360-8d14931a7929": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_7_S31_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.127Z", + "document_id": "85f9f0a9-6b8e-4fba-a360-8d14931a7929" + } + }, + "sequence_file/ffa34fcb-1a7d-45cd-95be-c29cd95e73da": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_7_S31_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.154Z", + "document_id": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da" + } + }, + "sequence_file/70e83656-b4c8-4453-9d99-08989b2baf6e": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_7_S31_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.178Z", + "document_id": "70e83656-b4c8-4453-9d99-08989b2baf6e" + } + }, + "sequence_file/712084da-4b68-47e0-acff-aafb48cc21db": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_7_S31_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.203Z", + "document_id": "712084da-4b68-47e0-acff-aafb48cc21db" + } + }, + "sequence_file/ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_7_S31_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.225Z", + "document_id": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027" + } + }, + "sequence_file/fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_7_S31_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.241Z", + "document_id": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91" + } + }, + "sequence_file/0bf66ea5-3dee-422b-b8f0-837033556d99": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_8_S32_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.263Z", + "document_id": "0bf66ea5-3dee-422b-b8f0-837033556d99" + } + }, + "sequence_file/94f47ceb-f4b3-4e6c-9fb4-55c428507e75": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_8_S32_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.298Z", + "document_id": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75" + } + }, + "sequence_file/05c46800-9101-4151-9b4b-3a0fe981e76e": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_8_S32_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.345Z", + "document_id": "05c46800-9101-4151-9b4b-3a0fe981e76e" + } + }, + "sequence_file/af80a9d5-0e61-4a4a-a32c-6a22ca542ea5": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_8_S32_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.412Z", + "document_id": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5" + } + }, + "sequence_file/a64e2f58-8fbc-4382-9ca9-845f32a7133f": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_8_S32_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.461Z", + "document_id": "a64e2f58-8fbc-4382-9ca9-845f32a7133f" + } + }, + "sequence_file/f379d8e5-1741-4992-a46f-692f352d81e2": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM4_HiSeq_8_S32_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.483Z", + "document_id": "f379d8e5-1741-4992-a46f-692f352d81e2" + } + }, + "dissociation_process/b34ed0ee-2f70-4ae8-8e15-3493e5c92d70": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_3" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:02.040Z", + "updateDate": "2018-03-26T17:01:11.283Z", + "document_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70" + } + }, + "process/6ab99524-b114-42c5-9881-0bc2724f9889": { + "content": { + "process_core": { + "process_id": "sampling_process_13" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_125" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.622Z", - "updateDate": "2018-03-26T17:00:02.400Z", - "document_id": "6b739f11-03e9-40f3-9a80-e6b41e9333c6" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.842Z", + "updateDate": "2018-03-26T16:59:57.136Z", + "document_id": "6ab99524-b114-42c5-9881-0bc2724f9889" + } + }, + "dissociation_process/fc53f40f-3005-4393-8589-17850fb564de": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_20" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.490Z", + "updateDate": "2018-03-26T17:01:10.489Z", + "document_id": "fc53f40f-3005-4393-8589-17850fb564de" + } + }, + "process/27d241a3-05fb-44f7-a3e3-1e84adc14c09": { + "content": { + "process_core": { + "process_id": "sampling_process_51" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_16" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.855Z", - "updateDate": "2018-03-26T17:00:48.398Z", - "document_id": "dcb16012-f27e-4a12-8a2e-703376ae9694" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.836Z", + "updateDate": "2018-03-26T17:00:00.133Z", + "document_id": "27d241a3-05fb-44f7-a3e3-1e84adc14c09" + } + }, + "dissociation_process/cc620d3d-f823-47b0-957c-3c7170dd9ede": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_11" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.588Z", + "updateDate": "2018-03-26T17:00:50.349Z", + "document_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede" + } + }, + "process/896e543d-e666-4380-aafe-ed0ff214de9d": { + "content": { + "process_core": { + "process_id": "sampling_process_87" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_47" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.649Z", - "updateDate": "2018-03-26T17:00:00.158Z", - "document_id": "603c23d7-44d4-42f3-9fc0-5199bc2daa16" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.634Z", + "updateDate": "2018-03-26T17:00:00.167Z", + "document_id": "896e543d-e666-4380-aafe-ed0ff214de9d" + } + }, + "dissociation_process/4ac1c779-d396-402f-b6ff-15479c60ec13": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_31" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.694Z", + "updateDate": "2018-03-26T17:00:44.284Z", + "document_id": "4ac1c779-d396-402f-b6ff-15479c60ec13" + } + }, + "process/402807c3-8b87-4f76-9609-b6526d88d6ad": { + "content": { + "process_core": { + "process_id": "sampling_process_123" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_23" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.989Z", - "updateDate": "2018-03-26T17:01:09.285Z", - "document_id": "050aae63-69d7-4e99-b803-0c352e854981" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.534Z", + "updateDate": "2018-03-26T17:00:04.142Z", + "document_id": "402807c3-8b87-4f76-9609-b6526d88d6ad" + } + }, + "dissociation_process/be06fd42-358a-43d4-9be9-02ee37ab8bb7": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_30" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.623Z", + "updateDate": "2018-03-26T17:00:46.965Z", + "document_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7" + } + }, + "process/1a81ba59-5458-4983-b600-2d9b3fc716ee": { + "content": { + "process_core": { + "process_id": "sampling_process_100" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_126" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.663Z", - "updateDate": "2018-03-26T17:00:04.183Z", - "document_id": "f995576e-550e-4229-b9d9-402cfd7a611c" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.891Z", + "updateDate": "2018-03-26T17:00:02.440Z", + "document_id": "1a81ba59-5458-4983-b600-2d9b3fc716ee" + } + }, + "dissociation_process/4a75ceaf-c488-492d-9cc0-869a887c97a3": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_25" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.834Z", + "updateDate": "2018-03-26T17:01:09.294Z", + "document_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3" + } + }, + "process/1b8fe79e-48da-43a4-aa56-b71100ebf553": { + "content": { + "process_core": { + "process_id": "sampling_process_38" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_8" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.818Z", - "updateDate": "2018-03-26T17:01:10.331Z", - "document_id": "a3331a53-fb9a-4454-905c-fc80e78f177c" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.856Z", + "updateDate": "2018-03-26T16:59:57.181Z", + "document_id": "1b8fe79e-48da-43a4-aa56-b71100ebf553" + } + }, + "dissociation_process/a3447292-5309-4412-af13-d2b81e4684a2": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_19" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.728Z", + "updateDate": "2018-03-26T17:00:49.539Z", + "document_id": "a3447292-5309-4412-af13-d2b81e4684a2" + } + }, + "process/609711e7-b252-4303-b711-e203f0513d74": { + "content": { + "process_core": { + "process_id": "sampling_process_11" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_45" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.563Z", - "updateDate": "2018-03-26T17:00:00.142Z", - "document_id": "5afb1b66-80b2-423a-93b9-87f2e5bbba85" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.722Z", + "updateDate": "2018-03-26T16:59:57.158Z", + "document_id": "609711e7-b252-4303-b711-e203f0513d74" + } + }, + "dissociation_process/c7eae156-78ca-4c59-9d43-ef360fe8c5fc": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_5" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:01.040Z", + "updateDate": "2018-03-26T17:01:10.281Z", + "document_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc" + } + }, + "process/8b43cec2-3941-46d1-98fa-5a20b662ca95": { + "content": { + "process_core": { + "process_id": "sampling_process_113" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_22" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.109Z", - "updateDate": "2018-03-26T17:01:09.286Z", - "document_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.939Z", + "updateDate": "2018-03-26T17:00:03.212Z", + "document_id": "8b43cec2-3941-46d1-98fa-5a20b662ca95" + } + }, + "dissociation_process/581ae735-fcdb-4642-bfe8-4f89e58e3b5f": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_7" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:01.287Z", + "updateDate": "2018-03-26T17:01:11.267Z", + "document_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f" + } + }, + "process/ee6b760e-be5e-4cd4-975f-fd5c355ee499": { + "content": { + "process_core": { + "process_id": "sampling_process_127" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_10" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.648Z", - "updateDate": "2018-03-26T16:59:57.194Z", - "document_id": "85df0c99-4a74-4a6f-bd18-6fc65df12848" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.732Z", + "updateDate": "2018-03-26T17:00:04.197Z", + "document_id": "ee6b760e-be5e-4cd4-975f-fd5c355ee499" + } + }, + "dissociation_process/66cd42fa-9fde-4be7-a21b-f225142786d5": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_10" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.450Z", + "updateDate": "2018-03-26T17:00:49.592Z", + "document_id": "66cd42fa-9fde-4be7-a21b-f225142786d5" + } + }, + "process/73f01b56-5c1e-496f-b6a3-c2e19a53bea4": { + "content": { + "process_core": { + "process_id": "sampling_process_97" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_18" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.657Z", - "updateDate": "2018-03-26T17:00:50.359Z", - "document_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.717Z", + "updateDate": "2018-03-26T17:00:01.415Z", + "document_id": "73f01b56-5c1e-496f-b6a3-c2e19a53bea4" + } + }, + "dissociation_process/88c9f910-860b-418f-8668-afba756c282b": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_28" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.604Z", + "updateDate": "2018-03-26T17:01:08.255Z", + "document_id": "88c9f910-860b-418f-8668-afba756c282b" + } + }, + "process/eea88216-55c5-4700-9e22-577bb20fcbe8": { + "content": { + "process_core": { + "process_id": "sampling_process_54" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_96" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.582Z", - "updateDate": "2018-03-26T17:00:01.225Z", - "document_id": "29fa33fe-9388-49e7-86ed-f386d33d5bc4" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.055Z", + "updateDate": "2018-03-26T16:59:59.162Z", + "document_id": "eea88216-55c5-4700-9e22-577bb20fcbe8" + } + }, + "dissociation_process/dff39b44-4ae2-44f3-9065-10ca35c2af79": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_1" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:01.841Z", + "updateDate": "2018-03-26T17:01:11.307Z", + "document_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79" + } + }, + "process/cba384ae-009b-4bcb-b8d9-52ec5d1bfd65": { + "content": { + "process_core": { + "process_id": "sampling_process_35" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_15" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.151Z", - "updateDate": "2018-03-26T17:00:48.387Z", - "document_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.707Z", + "updateDate": "2018-03-26T17:00:01.297Z", + "document_id": "cba384ae-009b-4bcb-b8d9-52ec5d1bfd65" + } + }, + "dissociation_process/08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_17" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.921Z", + "updateDate": "2018-03-26T17:00:49.461Z", + "document_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38" + } + }, + "process/0203232f-2abf-4fec-9fac-16be751a8fc8": { + "content": { + "process_core": { + "process_id": "sampling_process_37" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_89" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.729Z", - "updateDate": "2018-03-26T17:00:01.243Z", - "document_id": "a521fed6-4fcf-406a-9b74-2d374317d0d1" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.816Z", + "updateDate": "2018-03-26T16:59:58.198Z", + "document_id": "0203232f-2abf-4fec-9fac-16be751a8fc8" + } + }, + "dissociation_process/fc4af2ec-c874-4c79-9fa0-9f893972c05f": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_26" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.758Z", + "updateDate": "2018-03-26T17:01:09.304Z", + "document_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f" + } + }, + "process/ceb83249-613d-459d-a678-335dfebe6e48": { + "content": { + "process_core": { + "process_id": "sampling_process_95" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_21" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.367Z", - "updateDate": "2018-03-26T17:01:09.254Z", - "document_id": "8992662c-3b01-4c94-9329-0d910b8a19bb" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.315Z", + "updateDate": "2018-03-26T16:59:59.277Z", + "document_id": "ceb83249-613d-459d-a678-335dfebe6e48" + } + }, + "dissociation_process/d05ed546-bb90-4ede-aa21-7738c46c1a74": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_12" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.219Z", + "updateDate": "2018-03-26T17:00:48.461Z", + "document_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74" + } + }, + "process/48c51f04-a6ea-4ce2-854c-af832e935de0": { + "content": { + "process_core": { + "process_id": "sampling_process_52" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_115" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.042Z", - "updateDate": "2018-03-26T17:00:01.241Z", - "document_id": "92db35fb-331c-464d-8dd3-320187156095" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.889Z", + "updateDate": "2018-03-26T17:00:00.103Z", + "document_id": "48c51f04-a6ea-4ce2-854c-af832e935de0" + } + }, + "dissociation_process/6a842926-f8c2-4977-a0b7-36427e482268": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_27" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.687Z", + "updateDate": "2018-03-26T17:01:09.288Z", + "document_id": "6a842926-f8c2-4977-a0b7-36427e482268" + } + }, + "process/6b739f11-03e9-40f3-9a80-e6b41e9333c6": { + "content": { + "process_core": { + "process_id": "sampling_process_125" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_9" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.898Z", - "updateDate": "2018-03-26T17:01:10.276Z", - "document_id": "f579b7d6-abdc-42ce-ac92-440e9520b213" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.622Z", + "updateDate": "2018-03-26T17:00:02.400Z", + "document_id": "6b739f11-03e9-40f3-9a80-e6b41e9333c6" + } + }, + "dissociation_process/dcb16012-f27e-4a12-8a2e-703376ae9694": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_16" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.855Z", + "updateDate": "2018-03-26T17:00:48.398Z", + "document_id": "dcb16012-f27e-4a12-8a2e-703376ae9694" + } + }, + "process/603c23d7-44d4-42f3-9fc0-5199bc2daa16": { + "content": { + "process_core": { + "process_id": "sampling_process_47" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_36" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.763Z", - "updateDate": "2018-03-26T16:59:59.171Z", - "document_id": "926dc72a-d35f-4fda-8274-0cd4f99437d7" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.649Z", + "updateDate": "2018-03-26T17:00:00.158Z", + "document_id": "603c23d7-44d4-42f3-9fc0-5199bc2daa16" + } + }, + "dissociation_process/050aae63-69d7-4e99-b803-0c352e854981": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_23" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.989Z", + "updateDate": "2018-03-26T17:01:09.285Z", + "document_id": "050aae63-69d7-4e99-b803-0c352e854981" + } + }, + "process/f995576e-550e-4229-b9d9-402cfd7a611c": { + "content": { + "process_core": { + "process_id": "sampling_process_126" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_13" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.301Z", - "updateDate": "2018-03-26T17:00:48.478Z", - "document_id": "573b182e-39f0-49d3-8670-602265ce20f7" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.663Z", + "updateDate": "2018-03-26T17:00:04.183Z", + "document_id": "f995576e-550e-4229-b9d9-402cfd7a611c" + } + }, + "dissociation_process/a3331a53-fb9a-4454-905c-fc80e78f177c": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_8" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.818Z", + "updateDate": "2018-03-26T17:01:10.331Z", + "document_id": "a3331a53-fb9a-4454-905c-fc80e78f177c" + } + }, + "process/5afb1b66-80b2-423a-93b9-87f2e5bbba85": { + "content": { + "process_core": { + "process_id": "sampling_process_45" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_114" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.998Z", - "updateDate": "2018-03-26T17:00:09.204Z", - "document_id": "2b12c896-8f74-4900-831a-da4a5fc35a33" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.563Z", + "updateDate": "2018-03-26T17:00:00.142Z", + "document_id": "5afb1b66-80b2-423a-93b9-87f2e5bbba85" + } + }, + "dissociation_process/d9192e16-18e9-4f81-8cfe-9376d72481f0": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_22" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.109Z", + "updateDate": "2018-03-26T17:01:09.286Z", + "document_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0" + } + }, + "process/85df0c99-4a74-4a6f-bd18-6fc65df12848": { + "content": { + "process_core": { + "process_id": "sampling_process_10" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_14" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.988Z", - "updateDate": "2018-03-26T17:00:48.349Z", - "document_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.648Z", + "updateDate": "2018-03-26T16:59:57.194Z", + "document_id": "85df0c99-4a74-4a6f-bd18-6fc65df12848" + } + }, + "dissociation_process/d0e472c4-47ae-4816-a8b0-56ee9f1d3248": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_18" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.657Z", + "updateDate": "2018-03-26T17:00:50.359Z", + "document_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248" + } + }, + "process/29fa33fe-9388-49e7-86ed-f386d33d5bc4": { + "content": { + "process_core": { + "process_id": "sampling_process_96" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_88" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.687Z", - "updateDate": "2018-03-26T17:00:02.825Z", - "document_id": "e77e933d-c2fc-4bad-a5f6-edc88d3c67d0" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.582Z", + "updateDate": "2018-03-26T17:00:01.225Z", + "document_id": "29fa33fe-9388-49e7-86ed-f386d33d5bc4" + } + }, + "dissociation_process/67535ee8-c96a-4cdb-a20d-85e7e0da1365": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_15" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.151Z", + "updateDate": "2018-03-26T17:00:48.387Z", + "document_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365" + } + }, + "process/a521fed6-4fcf-406a-9b74-2d374317d0d1": { + "content": { + "process_core": { + "process_id": "sampling_process_89" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_4" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.969Z", - "updateDate": "2018-03-26T17:01:10.313Z", - "document_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.729Z", + "updateDate": "2018-03-26T17:00:01.243Z", + "document_id": "a521fed6-4fcf-406a-9b74-2d374317d0d1" + } + }, + "dissociation_process/8992662c-3b01-4c94-9329-0d910b8a19bb": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_21" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.367Z", + "updateDate": "2018-03-26T17:01:09.254Z", + "document_id": "8992662c-3b01-4c94-9329-0d910b8a19bb" + } + }, + "process/92db35fb-331c-464d-8dd3-320187156095": { + "content": { + "process_core": { + "process_id": "sampling_process_115" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_50" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.793Z", - "updateDate": "2018-03-26T17:00:02.375Z", - "document_id": "9c6285c0-1c91-4850-a6a8-80efaa98d08f" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.042Z", + "updateDate": "2018-03-26T17:00:01.241Z", + "document_id": "92db35fb-331c-464d-8dd3-320187156095" + } + }, + "dissociation_process/f579b7d6-abdc-42ce-ac92-440e9520b213": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_9" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.898Z", + "updateDate": "2018-03-26T17:01:10.276Z", + "document_id": "f579b7d6-abdc-42ce-ac92-440e9520b213" + } + }, + "process/926dc72a-d35f-4fda-8274-0cd4f99437d7": { + "content": { + "process_core": { + "process_id": "sampling_process_36" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_32" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.764Z", - "updateDate": "2018-03-26T17:00:46.323Z", - "document_id": "3ce935e9-281f-46ee-8613-29e931f00927" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.763Z", + "updateDate": "2018-03-26T16:59:59.171Z", + "document_id": "926dc72a-d35f-4fda-8274-0cd4f99437d7" + } + }, + "dissociation_process/573b182e-39f0-49d3-8670-602265ce20f7": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_13" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.301Z", + "updateDate": "2018-03-26T17:00:48.478Z", + "document_id": "573b182e-39f0-49d3-8670-602265ce20f7" + } + }, + "process/2b12c896-8f74-4900-831a-da4a5fc35a33": { + "content": { + "process_core": { + "process_id": "sampling_process_114" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_43" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.399Z", - "updateDate": "2018-03-26T16:59:59.145Z", - "document_id": "969de231-87de-4c29-a82c-8101024ba7ce" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.998Z", + "updateDate": "2018-03-26T17:00:09.204Z", + "document_id": "2b12c896-8f74-4900-831a-da4a5fc35a33" + } + }, + "dissociation_process/a029f335-5dbe-4ae9-8933-aadf9e04a092": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_14" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.988Z", + "updateDate": "2018-03-26T17:00:48.349Z", + "document_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092" + } + }, + "process/e77e933d-c2fc-4bad-a5f6-edc88d3c67d0": { + "content": { + "process_core": { + "process_id": "sampling_process_88" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_2" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:01.947Z", - "updateDate": "2018-03-26T17:01:11.292Z", - "document_id": "580d8a8a-4c94-422f-8018-d1481c8ae353" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.687Z", + "updateDate": "2018-03-26T17:00:02.825Z", + "document_id": "e77e933d-c2fc-4bad-a5f6-edc88d3c67d0" + } + }, + "dissociation_process/7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_4" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.969Z", + "updateDate": "2018-03-26T17:01:10.313Z", + "document_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a" + } + }, + "process/9c6285c0-1c91-4850-a6a8-80efaa98d08f": { + "content": { + "process_core": { + "process_id": "sampling_process_50" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_98" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.806Z", - "updateDate": "2018-03-26T17:00:01.235Z", - "document_id": "143fa677-7e4b-43e0-9a12-a3e82b871acd" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.793Z", + "updateDate": "2018-03-26T17:00:02.375Z", + "document_id": "9c6285c0-1c91-4850-a6a8-80efaa98d08f" + } + }, + "dissociation_process/3ce935e9-281f-46ee-8613-29e931f00927": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_32" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.764Z", + "updateDate": "2018-03-26T17:00:46.323Z", + "document_id": "3ce935e9-281f-46ee-8613-29e931f00927" + } + }, + "process/969de231-87de-4c29-a82c-8101024ba7ce": { + "content": { + "process_core": { + "process_id": "sampling_process_43" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_29" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.435Z", - "updateDate": "2018-03-26T17:01:08.279Z", - "document_id": "ef5baf40-74bc-4651-ab98-109129c09efe" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.399Z", + "updateDate": "2018-03-26T16:59:59.145Z", + "document_id": "969de231-87de-4c29-a82c-8101024ba7ce" + } + }, + "dissociation_process/580d8a8a-4c94-422f-8018-d1481c8ae353": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_2" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:01.947Z", + "updateDate": "2018-03-26T17:01:11.292Z", + "document_id": "580d8a8a-4c94-422f-8018-d1481c8ae353" + } + }, + "process/143fa677-7e4b-43e0-9a12-a3e82b871acd": { + "content": { + "process_core": { + "process_id": "sampling_process_98" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_108" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.720Z", - "updateDate": "2018-03-26T17:00:02.370Z", - "document_id": "304714cd-63c6-4a5c-8756-43177eeb0fff" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.806Z", + "updateDate": "2018-03-26T17:00:01.235Z", + "document_id": "143fa677-7e4b-43e0-9a12-a3e82b871acd" + } + }, + "dissociation_process/ef5baf40-74bc-4651-ab98-109129c09efe": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_29" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.435Z", + "updateDate": "2018-03-26T17:01:08.279Z", + "document_id": "ef5baf40-74bc-4651-ab98-109129c09efe" + } + }, + "process/304714cd-63c6-4a5c-8756-43177eeb0fff": { + "content": { + "process_core": { + "process_id": "sampling_process_108" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_24" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.917Z", - "updateDate": "2018-03-26T17:01:09.254Z", - "document_id": "1461d692-fc23-4076-9076-eabd324e3b72" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.720Z", + "updateDate": "2018-03-26T17:00:02.370Z", + "document_id": "304714cd-63c6-4a5c-8756-43177eeb0fff" + } + }, + "dissociation_process/1461d692-fc23-4076-9076-eabd324e3b72": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_24" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.917Z", + "updateDate": "2018-03-26T17:01:09.254Z", + "document_id": "1461d692-fc23-4076-9076-eabd324e3b72" + } + }, + "process/cd56f223-2abb-434c-adff-d94d43057181": { + "content": { + "process_core": { + "process_id": "sampling_process_46" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_46" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.605Z", - "updateDate": "2018-03-26T16:59:58.455Z", - "document_id": "cd56f223-2abb-434c-adff-d94d43057181" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.605Z", + "updateDate": "2018-03-26T16:59:58.455Z", + "document_id": "cd56f223-2abb-434c-adff-d94d43057181" + } + }, + "dissociation_process/a91ab216-b367-48e4-9c0f-0911a3558fb6": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_6" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:01.112Z", + "updateDate": "2018-03-26T17:01:11.368Z", + "document_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6" + } + }, + "process/e2765760-381d-4aa7-bc0b-fd23b134d9fe": { + "content": { + "process_core": { + "process_id": "sampling_process_12" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_6" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:01.112Z", - "updateDate": "2018-03-26T17:01:11.368Z", - "document_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.797Z", + "updateDate": "2018-03-26T16:59:55.267Z", + "document_id": "e2765760-381d-4aa7-bc0b-fd23b134d9fe" + } + }, + "library_preparation_process/12ea2953-06a4-4e80-8910-a27aba936b9c": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_id": "library_preparation_process_1", + "process_name": "Preparing RNA for sequencing by 10x" + }, + "umi_barcode": { + "barcode_offset": 16, + "barcode_length": 10, + "barcode_read": "Read 1" + }, + "library_construction_approach": "10x_v2", + "cell_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "schema_type": "process", + "end_bias": "3 prime tag", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "second" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.820Z", + "updateDate": "2018-03-26T17:00:44.791Z", + "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" + } + }, + "sequencing_process/8918d1f2-e5f9-44a7-a8c4-f743758f2464": { + "content": { + "paired_ends": true, + "local_machine_name": "HXE", + "instrument_manufacturer_model": { + "text": "Illumina Hiseq X 10", + "ontology": "EFO:0008567" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_description": "Single cell sequencing of cDNAs by 10x", + "process_name": "Sequencing bone marrow donor 1-4", + "process_id": "10x_v2_sequencing_process_1", + "start_time": "2017-09-22T04:06:00Z", + "process_location": "Broad Institute" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.875Z", + "updateDate": "2018-03-26T17:00:53.489Z", + "document_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464" + } + }, + "protocol/3cbebf0a-4aab-4525-80f4-222703d14b98": { + "content": { + "protocol_core": { + "protocol_id": "dissociation_protocol_1" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_12" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.797Z", - "updateDate": "2018-03-26T16:59:55.267Z", - "document_id": "e2765760-381d-4aa7-bc0b-fd23b134d9fe" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.834Z", + "updateDate": "2018-03-26T16:59:27.584Z", + "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" + } + }, + "protocol/81b97ec1-f68c-4d69-be78-50d1aad7bbef": { + "content": { + "protocol_core": { + "protocol_id": "library_preparation_protocol_1" }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_id": "library_preparation_process_1", - "process_name": "Preparing RNA for sequencing by 10x" - }, - "umi_barcode": { - "barcode_offset": 16, - "barcode_length": 10, - "barcode_read": "Read 1" - }, - "library_construction_approach": "10x_v2", - "cell_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "schema_type": "process", - "end_bias": "3 prime tag", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "second" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.820Z", - "updateDate": "2018-03-26T17:00:44.791Z", - "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "paired_ends": true, - "local_machine_name": "HXE", - "instrument_manufacturer_model": { - "text": "Illumina Hiseq X 10", - "ontology": "EFO:0008567" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_description": "Single cell sequencing of cDNAs by 10x", - "process_name": "Sequencing bone marrow donor 1-4", - "process_id": "10x_v2_sequencing_process_1", - "start_time": "2017-09-22T04:06:00Z", - "process_location": "Broad Institute" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.875Z", - "updateDate": "2018-03-26T17:00:53.489Z", - "document_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" - }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_id": "dissociation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.834Z", - "updateDate": "2018-03-26T16:59:27.584Z", - "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" - } + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.848Z", + "updateDate": "2018-03-26T16:59:29.761Z", + "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" + } + }, + "protocol/e99eed63-5794-4d8d-baf9-9c6888e91e6d": { + "content": { + "protocol_core": { + "protocol_id": "10x_v2_sequencing_protocol_1" }, - { - "content": { - "protocol_core": { - "protocol_id": "library_preparation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.848Z", - "updateDate": "2018-03-26T16:59:29.761Z", - "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "protocol_core": { - "protocol_id": "10x_v2_sequencing_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.860Z", - "updateDate": "2018-03-26T16:59:27.537Z", - "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" - }, - "links.json": { - "links": [ - { - "source_id": "78e48232-86ed-4b68-ae64-df114f02fa80", - "source_type": "biomaterial", - "destination_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70", - "destination_type": "dissociation_process" - }, - { - "source_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70", - "source_type": "dissociation_process", - "destination_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe", - "destination_type": "biomaterial" - }, - { - "source_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "6ab99524-b114-42c5-9881-0bc2724f9889", - "source_type": "process", - "destination_id": "78e48232-86ed-4b68-ae64-df114f02fa80", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "6ab99524-b114-42c5-9881-0bc2724f9889", - "destination_type": "process" - }, - { - "source_id": "2fe26d80-85fb-4926-bad1-a92a6e8c20c1", - "source_type": "biomaterial", - "destination_id": "fc53f40f-3005-4393-8589-17850fb564de", - "destination_type": "dissociation_process" - }, - { - "source_id": "fc53f40f-3005-4393-8589-17850fb564de", - "source_type": "dissociation_process", - "destination_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370", - "destination_type": "biomaterial" - }, - { - "source_id": "fc53f40f-3005-4393-8589-17850fb564de", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "27d241a3-05fb-44f7-a3e3-1e84adc14c09", - "source_type": "process", - "destination_id": "2fe26d80-85fb-4926-bad1-a92a6e8c20c1", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "27d241a3-05fb-44f7-a3e3-1e84adc14c09", - "destination_type": "process" - }, - { - "source_id": "24796176-5825-47a3-966a-38a865d541ab", - "source_type": "biomaterial", - "destination_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede", - "destination_type": "dissociation_process" - }, - { - "source_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede", - "source_type": "dissociation_process", - "destination_id": "ed887207-2034-4c85-bbec-4e69a745d009", - "destination_type": "biomaterial" - }, - { - "source_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "896e543d-e666-4380-aafe-ed0ff214de9d", - "source_type": "process", - "destination_id": "24796176-5825-47a3-966a-38a865d541ab", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "896e543d-e666-4380-aafe-ed0ff214de9d", - "destination_type": "process" - }, - { - "source_id": "1ff0b001-3753-491f-8424-dc30a1e47953", - "source_type": "biomaterial", - "destination_id": "4ac1c779-d396-402f-b6ff-15479c60ec13", - "destination_type": "dissociation_process" - }, - { - "source_id": "4ac1c779-d396-402f-b6ff-15479c60ec13", - "source_type": "dissociation_process", - "destination_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e", - "destination_type": "biomaterial" - }, - { - "source_id": "4ac1c779-d396-402f-b6ff-15479c60ec13", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "402807c3-8b87-4f76-9609-b6526d88d6ad", - "source_type": "process", - "destination_id": "1ff0b001-3753-491f-8424-dc30a1e47953", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "402807c3-8b87-4f76-9609-b6526d88d6ad", - "destination_type": "process" - }, - { - "source_id": "73022d99-f258-427b-a574-f9a046c20c81", - "source_type": "biomaterial", - "destination_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7", - "destination_type": "dissociation_process" - }, - { - "source_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7", - "source_type": "dissociation_process", - "destination_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562", - "destination_type": "biomaterial" - }, - { - "source_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "1a81ba59-5458-4983-b600-2d9b3fc716ee", - "source_type": "process", - "destination_id": "73022d99-f258-427b-a574-f9a046c20c81", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "1a81ba59-5458-4983-b600-2d9b3fc716ee", - "destination_type": "process" - }, - { - "source_id": "a003d338-753f-433e-bb6c-f36650e76b6a", - "source_type": "biomaterial", - "destination_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3", - "destination_type": "dissociation_process" - }, - { - "source_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3", - "source_type": "dissociation_process", - "destination_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f", - "destination_type": "biomaterial" - }, - { - "source_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "1b8fe79e-48da-43a4-aa56-b71100ebf553", - "source_type": "process", - "destination_id": "a003d338-753f-433e-bb6c-f36650e76b6a", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "1b8fe79e-48da-43a4-aa56-b71100ebf553", - "destination_type": "process" - }, - { - "source_id": "d56760e7-0605-4e8e-9ee0-09b37b3bdf14", - "source_type": "biomaterial", - "destination_id": "a3447292-5309-4412-af13-d2b81e4684a2", - "destination_type": "dissociation_process" - }, - { - "source_id": "a3447292-5309-4412-af13-d2b81e4684a2", - "source_type": "dissociation_process", - "destination_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4", - "destination_type": "biomaterial" - }, - { - "source_id": "a3447292-5309-4412-af13-d2b81e4684a2", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "609711e7-b252-4303-b711-e203f0513d74", - "source_type": "process", - "destination_id": "d56760e7-0605-4e8e-9ee0-09b37b3bdf14", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "609711e7-b252-4303-b711-e203f0513d74", - "destination_type": "process" - }, - { - "source_id": "4d5d375f-dd74-476e-8f62-071aa6853bea", - "source_type": "biomaterial", - "destination_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc", - "destination_type": "dissociation_process" - }, - { - "source_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc", - "source_type": "dissociation_process", - "destination_id": "4064ed72-cf76-4418-8ca1-f916aca95680", - "destination_type": "biomaterial" - }, - { - "source_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "8b43cec2-3941-46d1-98fa-5a20b662ca95", - "source_type": "process", - "destination_id": "4d5d375f-dd74-476e-8f62-071aa6853bea", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "8b43cec2-3941-46d1-98fa-5a20b662ca95", - "destination_type": "process" - }, - { - "source_id": "89426736-1779-4ceb-ae11-7935299ee579", - "source_type": "biomaterial", - "destination_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f", - "destination_type": "dissociation_process" - }, - { - "source_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f", - "source_type": "dissociation_process", - "destination_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605", - "destination_type": "biomaterial" - }, - { - "source_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ee6b760e-be5e-4cd4-975f-fd5c355ee499", - "source_type": "process", - "destination_id": "89426736-1779-4ceb-ae11-7935299ee579", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "ee6b760e-be5e-4cd4-975f-fd5c355ee499", - "destination_type": "process" - }, - { - "source_id": "e31c73aa-39bb-4a9c-a3fb-7912046742a8", - "source_type": "biomaterial", - "destination_id": "66cd42fa-9fde-4be7-a21b-f225142786d5", - "destination_type": "dissociation_process" - }, - { - "source_id": "66cd42fa-9fde-4be7-a21b-f225142786d5", - "source_type": "dissociation_process", - "destination_id": "4027035b-3251-44b9-a281-fc9182de7579", - "destination_type": "biomaterial" - }, - { - "source_id": "66cd42fa-9fde-4be7-a21b-f225142786d5", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "73f01b56-5c1e-496f-b6a3-c2e19a53bea4", - "source_type": "process", - "destination_id": "e31c73aa-39bb-4a9c-a3fb-7912046742a8", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "73f01b56-5c1e-496f-b6a3-c2e19a53bea4", - "destination_type": "process" - }, - { - "source_id": "cb55025a-b76a-41f3-9d6d-68723fea2e0e", - "source_type": "biomaterial", - "destination_id": "88c9f910-860b-418f-8668-afba756c282b", - "destination_type": "dissociation_process" - }, - { - "source_id": "88c9f910-860b-418f-8668-afba756c282b", - "source_type": "dissociation_process", - "destination_id": "33fbab10-cbbe-4b44-9e5b-df07df548949", - "destination_type": "biomaterial" - }, - { - "source_id": "88c9f910-860b-418f-8668-afba756c282b", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "eea88216-55c5-4700-9e22-577bb20fcbe8", - "source_type": "process", - "destination_id": "cb55025a-b76a-41f3-9d6d-68723fea2e0e", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "eea88216-55c5-4700-9e22-577bb20fcbe8", - "destination_type": "process" - }, - { - "source_id": "94419300-4774-4315-89a1-37d2cfe9d65e", - "source_type": "biomaterial", - "destination_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79", - "destination_type": "dissociation_process" - }, - { - "source_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79", - "source_type": "dissociation_process", - "destination_id": "464efe79-c955-41e2-b553-21dac9fc307c", - "destination_type": "biomaterial" - }, - { - "source_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "cba384ae-009b-4bcb-b8d9-52ec5d1bfd65", - "source_type": "process", - "destination_id": "94419300-4774-4315-89a1-37d2cfe9d65e", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "cba384ae-009b-4bcb-b8d9-52ec5d1bfd65", - "destination_type": "process" - }, - { - "source_id": "718b1a85-c724-44bf-b2f4-9e4850581423", - "source_type": "biomaterial", - "destination_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38", - "destination_type": "dissociation_process" - }, - { - "source_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38", - "source_type": "dissociation_process", - "destination_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f", - "destination_type": "biomaterial" - }, - { - "source_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "0203232f-2abf-4fec-9fac-16be751a8fc8", - "source_type": "process", - "destination_id": "718b1a85-c724-44bf-b2f4-9e4850581423", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "0203232f-2abf-4fec-9fac-16be751a8fc8", - "destination_type": "process" - }, - { - "source_id": "a156dd24-ba60-485c-a0d4-91853a6c57e1", - "source_type": "biomaterial", - "destination_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f", - "destination_type": "dissociation_process" - }, - { - "source_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f", - "source_type": "dissociation_process", - "destination_id": "db7a09ef-b0dd-462f-accd-b32a067b772a", - "destination_type": "biomaterial" - }, - { - "source_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ceb83249-613d-459d-a678-335dfebe6e48", - "source_type": "process", - "destination_id": "a156dd24-ba60-485c-a0d4-91853a6c57e1", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "ceb83249-613d-459d-a678-335dfebe6e48", - "destination_type": "process" - }, - { - "source_id": "9c4230db-0ac3-438f-977e-818434fce73b", - "source_type": "biomaterial", - "destination_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74", - "destination_type": "dissociation_process" - }, - { - "source_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74", - "source_type": "dissociation_process", - "destination_id": "db7217c3-b8a6-49fe-9e59-373accd8e554", - "destination_type": "biomaterial" - }, - { - "source_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "48c51f04-a6ea-4ce2-854c-af832e935de0", - "source_type": "process", - "destination_id": "9c4230db-0ac3-438f-977e-818434fce73b", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "48c51f04-a6ea-4ce2-854c-af832e935de0", - "destination_type": "process" - }, - { - "source_id": "12a7653f-3f84-48ed-b90d-1d05473593fc", - "source_type": "biomaterial", - "destination_id": "6a842926-f8c2-4977-a0b7-36427e482268", - "destination_type": "dissociation_process" - }, - { - "source_id": "6a842926-f8c2-4977-a0b7-36427e482268", - "source_type": "dissociation_process", - "destination_id": "52f92017-99fd-4ad6-a817-839a80d71ea4", - "destination_type": "biomaterial" - }, - { - "source_id": "6a842926-f8c2-4977-a0b7-36427e482268", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "6b739f11-03e9-40f3-9a80-e6b41e9333c6", - "source_type": "process", - "destination_id": "12a7653f-3f84-48ed-b90d-1d05473593fc", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "6b739f11-03e9-40f3-9a80-e6b41e9333c6", - "destination_type": "process" - }, - { - "source_id": "b4835555-4d48-411b-8afb-c337af68be63", - "source_type": "biomaterial", - "destination_id": "dcb16012-f27e-4a12-8a2e-703376ae9694", - "destination_type": "dissociation_process" - }, - { - "source_id": "dcb16012-f27e-4a12-8a2e-703376ae9694", - "source_type": "dissociation_process", - "destination_id": "318a7e38-8594-49b8-b15b-924a411455bf", - "destination_type": "biomaterial" - }, - { - "source_id": "dcb16012-f27e-4a12-8a2e-703376ae9694", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "603c23d7-44d4-42f3-9fc0-5199bc2daa16", - "source_type": "process", - "destination_id": "b4835555-4d48-411b-8afb-c337af68be63", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "603c23d7-44d4-42f3-9fc0-5199bc2daa16", - "destination_type": "process" - }, - { - "source_id": "bb913e44-5259-48d4-9d90-92752d9a1fb4", - "source_type": "biomaterial", - "destination_id": "050aae63-69d7-4e99-b803-0c352e854981", - "destination_type": "dissociation_process" - }, - { - "source_id": "050aae63-69d7-4e99-b803-0c352e854981", - "source_type": "dissociation_process", - "destination_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571", - "destination_type": "biomaterial" - }, - { - "source_id": "050aae63-69d7-4e99-b803-0c352e854981", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "f995576e-550e-4229-b9d9-402cfd7a611c", - "source_type": "process", - "destination_id": "bb913e44-5259-48d4-9d90-92752d9a1fb4", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "f995576e-550e-4229-b9d9-402cfd7a611c", - "destination_type": "process" - }, - { - "source_id": "8d943f91-63b6-4dee-8ce5-cf2c4cfd3769", - "source_type": "biomaterial", - "destination_id": "a3331a53-fb9a-4454-905c-fc80e78f177c", - "destination_type": "dissociation_process" - }, - { - "source_id": "a3331a53-fb9a-4454-905c-fc80e78f177c", - "source_type": "dissociation_process", - "destination_id": "13848653-1195-4eb2-b1dd-2b4d85414327", - "destination_type": "biomaterial" - }, - { - "source_id": "a3331a53-fb9a-4454-905c-fc80e78f177c", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "5afb1b66-80b2-423a-93b9-87f2e5bbba85", - "source_type": "process", - "destination_id": "8d943f91-63b6-4dee-8ce5-cf2c4cfd3769", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "5afb1b66-80b2-423a-93b9-87f2e5bbba85", - "destination_type": "process" - }, - { - "source_id": "6db14b25-4c49-44b6-84f5-793996226bb8", - "source_type": "biomaterial", - "destination_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0", - "destination_type": "dissociation_process" - }, - { - "source_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0", - "source_type": "dissociation_process", - "destination_id": "30a19b27-7152-4013-8429-d5eb8cdf463f", - "destination_type": "biomaterial" - }, - { - "source_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "85df0c99-4a74-4a6f-bd18-6fc65df12848", - "source_type": "process", - "destination_id": "6db14b25-4c49-44b6-84f5-793996226bb8", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "85df0c99-4a74-4a6f-bd18-6fc65df12848", - "destination_type": "process" - }, - { - "source_id": "8349bc6b-b091-46e5-8466-f47257396db0", - "source_type": "biomaterial", - "destination_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248", - "destination_type": "dissociation_process" - }, - { - "source_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248", - "source_type": "dissociation_process", - "destination_id": "2169353d-98f5-49fe-91de-edc498aa3a0d", - "destination_type": "biomaterial" - }, - { - "source_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "29fa33fe-9388-49e7-86ed-f386d33d5bc4", - "source_type": "process", - "destination_id": "8349bc6b-b091-46e5-8466-f47257396db0", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "29fa33fe-9388-49e7-86ed-f386d33d5bc4", - "destination_type": "process" - }, - { - "source_id": "9d324dba-1776-4801-aa39-d208ddf76ba6", - "source_type": "biomaterial", - "destination_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365", - "destination_type": "dissociation_process" - }, - { - "source_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365", - "source_type": "dissociation_process", - "destination_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101", - "destination_type": "biomaterial" - }, - { - "source_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a521fed6-4fcf-406a-9b74-2d374317d0d1", - "source_type": "process", - "destination_id": "9d324dba-1776-4801-aa39-d208ddf76ba6", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "a521fed6-4fcf-406a-9b74-2d374317d0d1", - "destination_type": "process" - }, - { - "source_id": "783de389-3c3d-4b91-99d7-50c34ec8a371", - "source_type": "biomaterial", - "destination_id": "8992662c-3b01-4c94-9329-0d910b8a19bb", - "destination_type": "dissociation_process" - }, - { - "source_id": "8992662c-3b01-4c94-9329-0d910b8a19bb", - "source_type": "dissociation_process", - "destination_id": "6c95f445-81a6-4a34-af92-a926e142ca1c", - "destination_type": "biomaterial" - }, - { - "source_id": "8992662c-3b01-4c94-9329-0d910b8a19bb", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "92db35fb-331c-464d-8dd3-320187156095", - "source_type": "process", - "destination_id": "783de389-3c3d-4b91-99d7-50c34ec8a371", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "92db35fb-331c-464d-8dd3-320187156095", - "destination_type": "process" - }, - { - "source_id": "bdc9af35-bee1-41c6-a779-27bfef094747", - "source_type": "biomaterial", - "destination_id": "f579b7d6-abdc-42ce-ac92-440e9520b213", - "destination_type": "dissociation_process" - }, - { - "source_id": "f579b7d6-abdc-42ce-ac92-440e9520b213", - "source_type": "dissociation_process", - "destination_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603", - "destination_type": "biomaterial" - }, - { - "source_id": "f579b7d6-abdc-42ce-ac92-440e9520b213", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "926dc72a-d35f-4fda-8274-0cd4f99437d7", - "source_type": "process", - "destination_id": "bdc9af35-bee1-41c6-a779-27bfef094747", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "926dc72a-d35f-4fda-8274-0cd4f99437d7", - "destination_type": "process" - }, - { - "source_id": "127de915-ba56-4a7e-b976-517f3a8577c6", - "source_type": "biomaterial", - "destination_id": "573b182e-39f0-49d3-8670-602265ce20f7", - "destination_type": "dissociation_process" - }, - { - "source_id": "573b182e-39f0-49d3-8670-602265ce20f7", - "source_type": "dissociation_process", - "destination_id": "638ca348-6740-42fd-a503-cac5c774aee7", - "destination_type": "biomaterial" - }, - { - "source_id": "573b182e-39f0-49d3-8670-602265ce20f7", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "2b12c896-8f74-4900-831a-da4a5fc35a33", - "source_type": "process", - "destination_id": "127de915-ba56-4a7e-b976-517f3a8577c6", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "2b12c896-8f74-4900-831a-da4a5fc35a33", - "destination_type": "process" - }, - { - "source_id": "79023c7a-8321-4e43-b0b9-315d5102213e", - "source_type": "biomaterial", - "destination_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092", - "destination_type": "dissociation_process" - }, - { - "source_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092", - "source_type": "dissociation_process", - "destination_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37", - "destination_type": "biomaterial" - }, - { - "source_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e77e933d-c2fc-4bad-a5f6-edc88d3c67d0", - "source_type": "process", - "destination_id": "79023c7a-8321-4e43-b0b9-315d5102213e", - "destination_type": "biomaterial" - }, - { - "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", - "source_type": "biomaterial", - "destination_id": "e77e933d-c2fc-4bad-a5f6-edc88d3c67d0", - "destination_type": "process" - }, - { - "source_id": "871986c1-96db-453d-850f-15b6b740404b", - "source_type": "biomaterial", - "destination_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a", - "destination_type": "dissociation_process" - }, - { - "source_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a", - "source_type": "dissociation_process", - "destination_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003", - "destination_type": "biomaterial" - }, - { - "source_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "9c6285c0-1c91-4850-a6a8-80efaa98d08f", - "source_type": "process", - "destination_id": "871986c1-96db-453d-850f-15b6b740404b", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "9c6285c0-1c91-4850-a6a8-80efaa98d08f", - "destination_type": "process" - }, - { - "source_id": "11685058-51ab-41b5-a8db-2cb8be4d472b", - "source_type": "biomaterial", - "destination_id": "3ce935e9-281f-46ee-8613-29e931f00927", - "destination_type": "dissociation_process" - }, - { - "source_id": "3ce935e9-281f-46ee-8613-29e931f00927", - "source_type": "dissociation_process", - "destination_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20", - "destination_type": "biomaterial" - }, - { - "source_id": "3ce935e9-281f-46ee-8613-29e931f00927", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "969de231-87de-4c29-a82c-8101024ba7ce", - "source_type": "process", - "destination_id": "11685058-51ab-41b5-a8db-2cb8be4d472b", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "969de231-87de-4c29-a82c-8101024ba7ce", - "destination_type": "process" - }, - { - "source_id": "f4da656b-742d-45d8-87d5-8489cece62e4", - "source_type": "biomaterial", - "destination_id": "580d8a8a-4c94-422f-8018-d1481c8ae353", - "destination_type": "dissociation_process" - }, - { - "source_id": "580d8a8a-4c94-422f-8018-d1481c8ae353", - "source_type": "dissociation_process", - "destination_id": "be271554-f98a-4e8f-9bca-27e884677dcb", - "destination_type": "biomaterial" - }, - { - "source_id": "580d8a8a-4c94-422f-8018-d1481c8ae353", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "143fa677-7e4b-43e0-9a12-a3e82b871acd", - "source_type": "process", - "destination_id": "f4da656b-742d-45d8-87d5-8489cece62e4", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "143fa677-7e4b-43e0-9a12-a3e82b871acd", - "destination_type": "process" - }, - { - "source_id": "81946218-e5f0-4a93-a19f-ed249e1882bf", - "source_type": "biomaterial", - "destination_id": "ef5baf40-74bc-4651-ab98-109129c09efe", - "destination_type": "dissociation_process" - }, - { - "source_id": "ef5baf40-74bc-4651-ab98-109129c09efe", - "source_type": "dissociation_process", - "destination_id": "21f3c6f0-575e-4d26-92df-a40536bff617", - "destination_type": "biomaterial" - }, - { - "source_id": "ef5baf40-74bc-4651-ab98-109129c09efe", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "304714cd-63c6-4a5c-8756-43177eeb0fff", - "source_type": "process", - "destination_id": "81946218-e5f0-4a93-a19f-ed249e1882bf", - "destination_type": "biomaterial" - }, - { - "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", - "source_type": "biomaterial", - "destination_id": "304714cd-63c6-4a5c-8756-43177eeb0fff", - "destination_type": "process" - }, - { - "source_id": "c2a5c0e2-f780-4089-9927-9120c2db52ae", - "source_type": "biomaterial", - "destination_id": "1461d692-fc23-4076-9076-eabd324e3b72", - "destination_type": "dissociation_process" - }, - { - "source_id": "1461d692-fc23-4076-9076-eabd324e3b72", - "source_type": "dissociation_process", - "destination_id": "78fcbbea-a256-48ef-9ce0-fb963724721d", - "destination_type": "biomaterial" - }, - { - "source_id": "1461d692-fc23-4076-9076-eabd324e3b72", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "cd56f223-2abb-434c-adff-d94d43057181", - "source_type": "process", - "destination_id": "c2a5c0e2-f780-4089-9927-9120c2db52ae", - "destination_type": "biomaterial" - }, - { - "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", - "source_type": "biomaterial", - "destination_id": "cd56f223-2abb-434c-adff-d94d43057181", - "destination_type": "process" - }, - { - "source_id": "b15f87d6-a36c-404c-a1df-87a3ef30079d", - "source_type": "biomaterial", - "destination_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6", - "destination_type": "dissociation_process" - }, - { - "source_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6", - "source_type": "dissociation_process", - "destination_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e", - "destination_type": "biomaterial" - }, - { - "source_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e2765760-381d-4aa7-bc0b-fd23b134d9fe", - "source_type": "process", - "destination_id": "b15f87d6-a36c-404c-a1df-87a3ef30079d", - "destination_type": "biomaterial" - }, - { - "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", - "source_type": "biomaterial", - "destination_id": "e2765760-381d-4aa7-bc0b-fd23b134d9fe", - "destination_type": "process" - }, - { - "source_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "ed887207-2034-4c85-bbec-4e69a745d009", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "4064ed72-cf76-4418-8ca1-f916aca95680", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "4027035b-3251-44b9-a281-fc9182de7579", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "33fbab10-cbbe-4b44-9e5b-df07df548949", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "464efe79-c955-41e2-b553-21dac9fc307c", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "db7a09ef-b0dd-462f-accd-b32a067b772a", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "db7217c3-b8a6-49fe-9e59-373accd8e554", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "52f92017-99fd-4ad6-a817-839a80d71ea4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "318a7e38-8594-49b8-b15b-924a411455bf", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "13848653-1195-4eb2-b1dd-2b4d85414327", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "30a19b27-7152-4013-8429-d5eb8cdf463f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "2169353d-98f5-49fe-91de-edc498aa3a0d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "6c95f445-81a6-4a34-af92-a926e142ca1c", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "638ca348-6740-42fd-a503-cac5c774aee7", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "be271554-f98a-4e8f-9bca-27e884677dcb", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "21f3c6f0-575e-4d26-92df-a40536bff617", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "78fcbbea-a256-48ef-9ce0-fb963724721d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d5294332-19b5-4ff1-b298-6c1cf500cb35", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6de335f6-cab5-4ec8-a1ff-3a639596dd59", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ac3edf4a-f269-4944-bb1a-3b1845e33098", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4dcd7823-b02f-4dd7-a49f-94b86096d77d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "27f0c78b-67cd-47d3-964f-fcbec7562997", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c3c9b724-b79b-4988-934d-b22f673c4823", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3e8bda58-fb04-44a1-9266-d32fcc73649c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "62e42770-9481-48e4-9705-1f4c6da2ae43", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2f629555-1b9d-4251-a513-72b138ec1d1f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "22f89ffa-0ba3-4264-b91e-fde781c0d703", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3aaa7031-22c5-4339-ac54-d6583303bc6d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4502aed4-857b-4760-83e0-de5ef6a15671", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0374a796-bd3a-47f0-a008-a037ca62fd7a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0ef80820-3d78-4810-a009-3134cb9090b6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1d02060a-dfab-484f-9ef1-d23d831b1a5d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "338b9160-54b0-41a5-8a2c-d08f6c9ed626", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "175d7210-8296-4789-bd4f-e0ddd35c2a89", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "31fd2963-0fd5-451b-a21f-9963e65cb6f3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "50d413fc-208e-4b28-93d0-1aff73ab66c5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "aa28d2a1-9e50-471a-a891-7ecf278b467a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "12640e28-e9aa-4432-8d74-93003425748c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "919ae226-445e-49a5-9e3d-69b9a1932e96", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a2ef2eb3-4f87-456b-bdab-71d062e30722", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b938e56a-f94a-46b4-bbdd-5df21d083411", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9478fc7f-df90-4067-b8ad-a480706b9ade", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "07942b88-77bd-4559-91ea-d09a7aac1264", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a0381296-68b4-4480-8d93-e1ad9e85abb6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a1a879dd-65fb-483d-8740-cef3abe97fbe", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "89254219-e37c-4493-a339-0e426c826fcf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "838bef81-e228-4470-b50b-5259d7cbe5db", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "85a94a58-241b-4c97-a85f-8d718c8c4679", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "73fb78b0-5a63-4b0b-a784-45f67be0d562", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "00c1e04c-71f9-4e64-8f7d-43a9742732c1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5b802cb7-74ea-40da-9629-89da2f879940", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "10ec7489-07a9-4848-86f1-f9b8b8eda316", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f4db906f-02a2-4e78-a944-f70f6ecfba6e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "61ea8027-8da7-4ee5-a153-49126032a194", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "abfc93d7-2406-4c83-8e50-ae23746b5724", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6062d33b-29f5-4b2c-a8c7-fef60591b285", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cf307cb1-0f17-42f1-a069-5060b68548c8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3dcf809d-c939-4dc7-93e8-f2782044d68f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8647eca2-4adc-43c0-becb-98c0ff86682b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "20e6c61f-5747-4dcd-a659-fede6d62a434", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8975ec2a-dc00-4800-a409-52d64686da01", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "60b743d4-6476-4d38-9343-621186612ed8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e97970fa-381f-4deb-9bfe-ed6c227bd89c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9b84ab82-16ad-499d-916f-53c73a2537da", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "50c3d51e-175d-4ffc-ad21-20e4713a92bc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cae932bf-4d22-4466-8ea3-a76cffd1dab1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "08da0161-f96f-4da0-9c47-421bc0ebf7b8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5f927ca9-9b92-44a0-9a48-55fdad524445", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bd2f2534-276f-47f4-a3d3-b1ad09b41554", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "66aad53b-645e-4d69-89ed-47ed82890546", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "67e5a10c-0f5b-48af-aa30-628854a0928d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1f3da46c-e8df-4300-b197-0307a3208beb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "da06f1b2-bd05-4300-8899-d0146c5ecf83", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "51e6d934-8a34-4204-96b9-e6a0865f2cac", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bc88049b-5dd3-4460-9119-94e22c3a13c8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6b910e18-fd50-4447-8438-9cd628cd0660", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "40cef712-132a-48c4-9ddd-21169ea24903", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4a062a0d-946c-4b2a-9cff-4418544d9b16", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9db41364-8b2f-4cf9-b88f-cab43edea8ce", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "65775d70-1372-4161-a7e5-de2202dd6f7e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "81838f1d-3ae5-45be-88fc-e35b9217ef21", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9989e71f-09d8-4051-83e8-75753389a6cb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c750d7ef-7274-4253-9fc0-0f40354b84aa", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9d70fcb9-9317-47ba-a6be-7169d23af75a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c03c121a-31e9-4a79-93d7-4030c1e5eee8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "182a36a5-027b-4e76-a57d-979c093eecb8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6ff26361-3be0-48c4-a5dd-c215ba8021bc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "60e007a2-6d1d-49df-8dfa-358ebfe397a7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "06c4f4e6-f607-4165-9d18-f068c9393bd1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "68c14f04-48d2-404e-9b3e-cefabe0d4256", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6d8a7881-9d15-42e2-97e6-09df4604997e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "500aa99d-776e-4418-b708-58a9075daa3b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "49148098-bb4e-42d0-af89-946de3e6d394", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "94e3471e-744b-44cc-b987-31071a107fef", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e3dbda3e-f81d-42fb-85d7-92256229c9c1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5bb3fb23-884b-4762-8033-481f3dc67746", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "25e5c231-49af-4302-8292-6756f90cf30e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e0e1175b-fe0f-41f3-af58-cd745c64704d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "522747b7-1e9b-435e-9a4a-1a4b390fd153", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0131fd23-816a-4fcd-9660-27c45022ec47", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "991d0b52-a02e-4705-9754-4af10cbba1d9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8db31c92-e87d-444c-9309-0340768a794b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "437fef8b-4c7a-463f-a144-85e66c7f4953", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e2e3b95f-8f87-475c-8338-13c08fef0b8e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "02d06869-ddfe-4ad7-9da7-2be88d0c2112", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "92c76b47-b073-4ea2-bb35-3b764da48787", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5b14f043-ca67-4b07-adf7-b5d9b2405566", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e69d977c-7f1c-4e65-bc85-976f334e1f0c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "22dfec6d-dcef-4928-8e91-a76ea60d2494", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e1286902-46fa-45c5-b9ac-498058c09ec9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "59adfc03-cca3-496d-91f8-262512429977", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e4e868a9-a1e7-4963-875c-fe48530460f3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5da8e6f2-a26e-448b-b017-33ac69ca80f7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c59d880d-7847-4525-990b-ab283257a166", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "614a69c9-4212-46bf-948e-d7affd2310e5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "40c497af-80ea-4c54-a628-a57486c0f8ec", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7844a2e7-6307-4e70-af10-fdcff29496e2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "66e5a918-007f-4ef6-a514-b8043bcc6128", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "452b88e0-94cf-4243-b44e-94b16c936896", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "32aeb59b-d1f7-4660-9b98-f72ebe671864", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "751ad2cb-994b-40d2-b6ba-9d4f59112f12", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f97c6247-15c6-403e-9a15-62113f9dc24a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3c4864ae-619e-479d-8138-c1489e7f10bb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "463a120d-ee95-476c-8329-c633b43ab1aa", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9820fbb5-07b7-41ce-b135-16e21b371c94", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cab74e16-3229-4808-922a-743447d7da23", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5506a837-6ff5-4004-8c2c-673a8d93c510", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6d7e8891-156b-4b23-848c-8ef75230cbbd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8eca3a7d-67f1-412d-9d3a-704c8218cee2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "57d69572-96ae-4a29-97f5-0c1a491ed2a5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b55fd000-cd16-4976-b264-8df9e012df4e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d7e6574e-dae6-4e6f-8db0-370693adea27", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ac66a331-f88f-4ec0-b08a-79612fde6b37", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "551caaec-e076-4794-9096-7b8f5176e9c3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "415a6ab3-aa59-4e68-8993-64fd1a0715be", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "13bcdac2-f7f5-405d-b860-9ce88b423d80", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2bdc88a5-faf4-4f07-8818-a95428defe3a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2c659838-791d-498e-a3fa-f0c8eb1b2559", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ffa21ee7-98c7-4275-a28f-ab87350b6317", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "30a446dd-cb56-4055-bf82-6b3b06d47ee7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7f2b78dc-2b1c-4912-b456-170ba3891464", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "722bf139-3585-4349-bd60-2108cdea9783", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "85f9f0a9-6b8e-4fba-a360-8d14931a7929", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "70e83656-b4c8-4453-9d99-08989b2baf6e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "712084da-4b68-47e0-acff-aafb48cc21db", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0bf66ea5-3dee-422b-b8f0-837033556d99", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "05c46800-9101-4151-9b4b-3a0fe981e76e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a64e2f58-8fbc-4382-9ca9-845f32a7133f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f379d8e5-1741-4992-a46f-692f352d81e2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", - "destination_type": "protocol" - }, - { - "source_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "ed887207-2034-4c85-bbec-4e69a745d009", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "4064ed72-cf76-4418-8ca1-f916aca95680", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "4027035b-3251-44b9-a281-fc9182de7579", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "33fbab10-cbbe-4b44-9e5b-df07df548949", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "464efe79-c955-41e2-b553-21dac9fc307c", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "db7a09ef-b0dd-462f-accd-b32a067b772a", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "db7217c3-b8a6-49fe-9e59-373accd8e554", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "52f92017-99fd-4ad6-a817-839a80d71ea4", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "318a7e38-8594-49b8-b15b-924a411455bf", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "13848653-1195-4eb2-b1dd-2b4d85414327", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "30a19b27-7152-4013-8429-d5eb8cdf463f", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "2169353d-98f5-49fe-91de-edc498aa3a0d", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "6c95f445-81a6-4a34-af92-a926e142ca1c", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "638ca348-6740-42fd-a503-cac5c774aee7", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "be271554-f98a-4e8f-9bca-27e884677dcb", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "21f3c6f0-575e-4d26-92df-a40536bff617", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "78fcbbea-a256-48ef-9ce0-fb963724721d", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e", - "source_type": "biomaterial", - "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "destination_type": "sequencing_process" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "d5294332-19b5-4ff1-b298-6c1cf500cb35", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6de335f6-cab5-4ec8-a1ff-3a639596dd59", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ac3edf4a-f269-4944-bb1a-3b1845e33098", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "4dcd7823-b02f-4dd7-a49f-94b86096d77d", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "27f0c78b-67cd-47d3-964f-fcbec7562997", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c3c9b724-b79b-4988-934d-b22f673c4823", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3e8bda58-fb04-44a1-9266-d32fcc73649c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "62e42770-9481-48e4-9705-1f4c6da2ae43", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "2f629555-1b9d-4251-a513-72b138ec1d1f", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "22f89ffa-0ba3-4264-b91e-fde781c0d703", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3aaa7031-22c5-4339-ac54-d6583303bc6d", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "4502aed4-857b-4760-83e0-de5ef6a15671", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "0374a796-bd3a-47f0-a008-a037ca62fd7a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "0ef80820-3d78-4810-a009-3134cb9090b6", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "1d02060a-dfab-484f-9ef1-d23d831b1a5d", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "338b9160-54b0-41a5-8a2c-d08f6c9ed626", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "175d7210-8296-4789-bd4f-e0ddd35c2a89", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "31fd2963-0fd5-451b-a21f-9963e65cb6f3", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "50d413fc-208e-4b28-93d0-1aff73ab66c5", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "aa28d2a1-9e50-471a-a891-7ecf278b467a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "12640e28-e9aa-4432-8d74-93003425748c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "919ae226-445e-49a5-9e3d-69b9a1932e96", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "a2ef2eb3-4f87-456b-bdab-71d062e30722", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "b938e56a-f94a-46b4-bbdd-5df21d083411", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9478fc7f-df90-4067-b8ad-a480706b9ade", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "07942b88-77bd-4559-91ea-d09a7aac1264", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "a0381296-68b4-4480-8d93-e1ad9e85abb6", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "a1a879dd-65fb-483d-8740-cef3abe97fbe", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "89254219-e37c-4493-a339-0e426c826fcf", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "838bef81-e228-4470-b50b-5259d7cbe5db", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "85a94a58-241b-4c97-a85f-8d718c8c4679", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "73fb78b0-5a63-4b0b-a784-45f67be0d562", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "00c1e04c-71f9-4e64-8f7d-43a9742732c1", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5b802cb7-74ea-40da-9629-89da2f879940", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "10ec7489-07a9-4848-86f1-f9b8b8eda316", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "f4db906f-02a2-4e78-a944-f70f6ecfba6e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "61ea8027-8da7-4ee5-a153-49126032a194", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "abfc93d7-2406-4c83-8e50-ae23746b5724", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6062d33b-29f5-4b2c-a8c7-fef60591b285", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "cf307cb1-0f17-42f1-a069-5060b68548c8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3dcf809d-c939-4dc7-93e8-f2782044d68f", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "8647eca2-4adc-43c0-becb-98c0ff86682b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "20e6c61f-5747-4dcd-a659-fede6d62a434", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "8975ec2a-dc00-4800-a409-52d64686da01", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "60b743d4-6476-4d38-9343-621186612ed8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e97970fa-381f-4deb-9bfe-ed6c227bd89c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9b84ab82-16ad-499d-916f-53c73a2537da", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "50c3d51e-175d-4ffc-ad21-20e4713a92bc", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "cae932bf-4d22-4466-8ea3-a76cffd1dab1", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "08da0161-f96f-4da0-9c47-421bc0ebf7b8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5f927ca9-9b92-44a0-9a48-55fdad524445", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "bd2f2534-276f-47f4-a3d3-b1ad09b41554", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "66aad53b-645e-4d69-89ed-47ed82890546", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "67e5a10c-0f5b-48af-aa30-628854a0928d", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "1f3da46c-e8df-4300-b197-0307a3208beb", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "da06f1b2-bd05-4300-8899-d0146c5ecf83", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "51e6d934-8a34-4204-96b9-e6a0865f2cac", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "bc88049b-5dd3-4460-9119-94e22c3a13c8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6b910e18-fd50-4447-8438-9cd628cd0660", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "40cef712-132a-48c4-9ddd-21169ea24903", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "4a062a0d-946c-4b2a-9cff-4418544d9b16", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9db41364-8b2f-4cf9-b88f-cab43edea8ce", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "65775d70-1372-4161-a7e5-de2202dd6f7e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "81838f1d-3ae5-45be-88fc-e35b9217ef21", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9989e71f-09d8-4051-83e8-75753389a6cb", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c750d7ef-7274-4253-9fc0-0f40354b84aa", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9d70fcb9-9317-47ba-a6be-7169d23af75a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c03c121a-31e9-4a79-93d7-4030c1e5eee8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "182a36a5-027b-4e76-a57d-979c093eecb8", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6ff26361-3be0-48c4-a5dd-c215ba8021bc", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "60e007a2-6d1d-49df-8dfa-358ebfe397a7", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "06c4f4e6-f607-4165-9d18-f068c9393bd1", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "68c14f04-48d2-404e-9b3e-cefabe0d4256", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6d8a7881-9d15-42e2-97e6-09df4604997e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "500aa99d-776e-4418-b708-58a9075daa3b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "49148098-bb4e-42d0-af89-946de3e6d394", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "94e3471e-744b-44cc-b987-31071a107fef", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e3dbda3e-f81d-42fb-85d7-92256229c9c1", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5bb3fb23-884b-4762-8033-481f3dc67746", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "25e5c231-49af-4302-8292-6756f90cf30e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e0e1175b-fe0f-41f3-af58-cd745c64704d", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "522747b7-1e9b-435e-9a4a-1a4b390fd153", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "0131fd23-816a-4fcd-9660-27c45022ec47", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "991d0b52-a02e-4705-9754-4af10cbba1d9", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "8db31c92-e87d-444c-9309-0340768a794b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "437fef8b-4c7a-463f-a144-85e66c7f4953", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e2e3b95f-8f87-475c-8338-13c08fef0b8e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "02d06869-ddfe-4ad7-9da7-2be88d0c2112", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "92c76b47-b073-4ea2-bb35-3b764da48787", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5b14f043-ca67-4b07-adf7-b5d9b2405566", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e69d977c-7f1c-4e65-bc85-976f334e1f0c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "22dfec6d-dcef-4928-8e91-a76ea60d2494", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e1286902-46fa-45c5-b9ac-498058c09ec9", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "59adfc03-cca3-496d-91f8-262512429977", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e4e868a9-a1e7-4963-875c-fe48530460f3", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5da8e6f2-a26e-448b-b017-33ac69ca80f7", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "c59d880d-7847-4525-990b-ab283257a166", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "614a69c9-4212-46bf-948e-d7affd2310e5", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "40c497af-80ea-4c54-a628-a57486c0f8ec", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "7844a2e7-6307-4e70-af10-fdcff29496e2", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "66e5a918-007f-4ef6-a514-b8043bcc6128", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "452b88e0-94cf-4243-b44e-94b16c936896", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "32aeb59b-d1f7-4660-9b98-f72ebe671864", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "751ad2cb-994b-40d2-b6ba-9d4f59112f12", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "f97c6247-15c6-403e-9a15-62113f9dc24a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "3c4864ae-619e-479d-8138-c1489e7f10bb", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "463a120d-ee95-476c-8329-c633b43ab1aa", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "9820fbb5-07b7-41ce-b135-16e21b371c94", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "cab74e16-3229-4808-922a-743447d7da23", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5506a837-6ff5-4004-8c2c-673a8d93c510", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "6d7e8891-156b-4b23-848c-8ef75230cbbd", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "8eca3a7d-67f1-412d-9d3a-704c8218cee2", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "57d69572-96ae-4a29-97f5-0c1a491ed2a5", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "b55fd000-cd16-4976-b264-8df9e012df4e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "d7e6574e-dae6-4e6f-8db0-370693adea27", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ac66a331-f88f-4ec0-b08a-79612fde6b37", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "551caaec-e076-4794-9096-7b8f5176e9c3", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "415a6ab3-aa59-4e68-8993-64fd1a0715be", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "13bcdac2-f7f5-405d-b860-9ce88b423d80", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "2bdc88a5-faf4-4f07-8818-a95428defe3a", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "2c659838-791d-498e-a3fa-f0c8eb1b2559", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ffa21ee7-98c7-4275-a28f-ab87350b6317", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "30a446dd-cb56-4055-bf82-6b3b06d47ee7", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "7f2b78dc-2b1c-4912-b456-170ba3891464", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "722bf139-3585-4349-bd60-2108cdea9783", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "85f9f0a9-6b8e-4fba-a360-8d14931a7929", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "70e83656-b4c8-4453-9d99-08989b2baf6e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "712084da-4b68-47e0-acff-aafb48cc21db", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "0bf66ea5-3dee-422b-b8f0-837033556d99", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "05c46800-9101-4151-9b4b-3a0fe981e76e", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "a64e2f58-8fbc-4382-9ca9-845f32a7133f", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "f379d8e5-1741-4992-a46f-692f352d81e2", - "destination_type": "file" - }, - { - "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", - "source_type": "sequencing_process", - "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.860Z", + "updateDate": "2018-03-26T16:59:27.537Z", + "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" + } } - } + }, + "links": { + "links": [ + { + "source_id": "78e48232-86ed-4b68-ae64-df114f02fa80", + "source_type": "biomaterial", + "destination_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70", + "destination_type": "dissociation_process" + }, + { + "source_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70", + "source_type": "dissociation_process", + "destination_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe", + "destination_type": "biomaterial" + }, + { + "source_id": "b34ed0ee-2f70-4ae8-8e15-3493e5c92d70", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "6ab99524-b114-42c5-9881-0bc2724f9889", + "source_type": "process", + "destination_id": "78e48232-86ed-4b68-ae64-df114f02fa80", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "6ab99524-b114-42c5-9881-0bc2724f9889", + "destination_type": "process" + }, + { + "source_id": "2fe26d80-85fb-4926-bad1-a92a6e8c20c1", + "source_type": "biomaterial", + "destination_id": "fc53f40f-3005-4393-8589-17850fb564de", + "destination_type": "dissociation_process" + }, + { + "source_id": "fc53f40f-3005-4393-8589-17850fb564de", + "source_type": "dissociation_process", + "destination_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370", + "destination_type": "biomaterial" + }, + { + "source_id": "fc53f40f-3005-4393-8589-17850fb564de", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "27d241a3-05fb-44f7-a3e3-1e84adc14c09", + "source_type": "process", + "destination_id": "2fe26d80-85fb-4926-bad1-a92a6e8c20c1", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "27d241a3-05fb-44f7-a3e3-1e84adc14c09", + "destination_type": "process" + }, + { + "source_id": "24796176-5825-47a3-966a-38a865d541ab", + "source_type": "biomaterial", + "destination_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede", + "destination_type": "dissociation_process" + }, + { + "source_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede", + "source_type": "dissociation_process", + "destination_id": "ed887207-2034-4c85-bbec-4e69a745d009", + "destination_type": "biomaterial" + }, + { + "source_id": "cc620d3d-f823-47b0-957c-3c7170dd9ede", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "896e543d-e666-4380-aafe-ed0ff214de9d", + "source_type": "process", + "destination_id": "24796176-5825-47a3-966a-38a865d541ab", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "896e543d-e666-4380-aafe-ed0ff214de9d", + "destination_type": "process" + }, + { + "source_id": "1ff0b001-3753-491f-8424-dc30a1e47953", + "source_type": "biomaterial", + "destination_id": "4ac1c779-d396-402f-b6ff-15479c60ec13", + "destination_type": "dissociation_process" + }, + { + "source_id": "4ac1c779-d396-402f-b6ff-15479c60ec13", + "source_type": "dissociation_process", + "destination_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e", + "destination_type": "biomaterial" + }, + { + "source_id": "4ac1c779-d396-402f-b6ff-15479c60ec13", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "402807c3-8b87-4f76-9609-b6526d88d6ad", + "source_type": "process", + "destination_id": "1ff0b001-3753-491f-8424-dc30a1e47953", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "402807c3-8b87-4f76-9609-b6526d88d6ad", + "destination_type": "process" + }, + { + "source_id": "73022d99-f258-427b-a574-f9a046c20c81", + "source_type": "biomaterial", + "destination_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7", + "destination_type": "dissociation_process" + }, + { + "source_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7", + "source_type": "dissociation_process", + "destination_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562", + "destination_type": "biomaterial" + }, + { + "source_id": "be06fd42-358a-43d4-9be9-02ee37ab8bb7", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "1a81ba59-5458-4983-b600-2d9b3fc716ee", + "source_type": "process", + "destination_id": "73022d99-f258-427b-a574-f9a046c20c81", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "1a81ba59-5458-4983-b600-2d9b3fc716ee", + "destination_type": "process" + }, + { + "source_id": "a003d338-753f-433e-bb6c-f36650e76b6a", + "source_type": "biomaterial", + "destination_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3", + "destination_type": "dissociation_process" + }, + { + "source_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3", + "source_type": "dissociation_process", + "destination_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f", + "destination_type": "biomaterial" + }, + { + "source_id": "4a75ceaf-c488-492d-9cc0-869a887c97a3", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "1b8fe79e-48da-43a4-aa56-b71100ebf553", + "source_type": "process", + "destination_id": "a003d338-753f-433e-bb6c-f36650e76b6a", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "1b8fe79e-48da-43a4-aa56-b71100ebf553", + "destination_type": "process" + }, + { + "source_id": "d56760e7-0605-4e8e-9ee0-09b37b3bdf14", + "source_type": "biomaterial", + "destination_id": "a3447292-5309-4412-af13-d2b81e4684a2", + "destination_type": "dissociation_process" + }, + { + "source_id": "a3447292-5309-4412-af13-d2b81e4684a2", + "source_type": "dissociation_process", + "destination_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4", + "destination_type": "biomaterial" + }, + { + "source_id": "a3447292-5309-4412-af13-d2b81e4684a2", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "609711e7-b252-4303-b711-e203f0513d74", + "source_type": "process", + "destination_id": "d56760e7-0605-4e8e-9ee0-09b37b3bdf14", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "609711e7-b252-4303-b711-e203f0513d74", + "destination_type": "process" + }, + { + "source_id": "4d5d375f-dd74-476e-8f62-071aa6853bea", + "source_type": "biomaterial", + "destination_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc", + "destination_type": "dissociation_process" + }, + { + "source_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc", + "source_type": "dissociation_process", + "destination_id": "4064ed72-cf76-4418-8ca1-f916aca95680", + "destination_type": "biomaterial" + }, + { + "source_id": "c7eae156-78ca-4c59-9d43-ef360fe8c5fc", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "8b43cec2-3941-46d1-98fa-5a20b662ca95", + "source_type": "process", + "destination_id": "4d5d375f-dd74-476e-8f62-071aa6853bea", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "8b43cec2-3941-46d1-98fa-5a20b662ca95", + "destination_type": "process" + }, + { + "source_id": "89426736-1779-4ceb-ae11-7935299ee579", + "source_type": "biomaterial", + "destination_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f", + "destination_type": "dissociation_process" + }, + { + "source_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f", + "source_type": "dissociation_process", + "destination_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605", + "destination_type": "biomaterial" + }, + { + "source_id": "581ae735-fcdb-4642-bfe8-4f89e58e3b5f", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ee6b760e-be5e-4cd4-975f-fd5c355ee499", + "source_type": "process", + "destination_id": "89426736-1779-4ceb-ae11-7935299ee579", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "ee6b760e-be5e-4cd4-975f-fd5c355ee499", + "destination_type": "process" + }, + { + "source_id": "e31c73aa-39bb-4a9c-a3fb-7912046742a8", + "source_type": "biomaterial", + "destination_id": "66cd42fa-9fde-4be7-a21b-f225142786d5", + "destination_type": "dissociation_process" + }, + { + "source_id": "66cd42fa-9fde-4be7-a21b-f225142786d5", + "source_type": "dissociation_process", + "destination_id": "4027035b-3251-44b9-a281-fc9182de7579", + "destination_type": "biomaterial" + }, + { + "source_id": "66cd42fa-9fde-4be7-a21b-f225142786d5", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "73f01b56-5c1e-496f-b6a3-c2e19a53bea4", + "source_type": "process", + "destination_id": "e31c73aa-39bb-4a9c-a3fb-7912046742a8", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "73f01b56-5c1e-496f-b6a3-c2e19a53bea4", + "destination_type": "process" + }, + { + "source_id": "cb55025a-b76a-41f3-9d6d-68723fea2e0e", + "source_type": "biomaterial", + "destination_id": "88c9f910-860b-418f-8668-afba756c282b", + "destination_type": "dissociation_process" + }, + { + "source_id": "88c9f910-860b-418f-8668-afba756c282b", + "source_type": "dissociation_process", + "destination_id": "33fbab10-cbbe-4b44-9e5b-df07df548949", + "destination_type": "biomaterial" + }, + { + "source_id": "88c9f910-860b-418f-8668-afba756c282b", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "eea88216-55c5-4700-9e22-577bb20fcbe8", + "source_type": "process", + "destination_id": "cb55025a-b76a-41f3-9d6d-68723fea2e0e", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "eea88216-55c5-4700-9e22-577bb20fcbe8", + "destination_type": "process" + }, + { + "source_id": "94419300-4774-4315-89a1-37d2cfe9d65e", + "source_type": "biomaterial", + "destination_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79", + "destination_type": "dissociation_process" + }, + { + "source_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79", + "source_type": "dissociation_process", + "destination_id": "464efe79-c955-41e2-b553-21dac9fc307c", + "destination_type": "biomaterial" + }, + { + "source_id": "dff39b44-4ae2-44f3-9065-10ca35c2af79", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "cba384ae-009b-4bcb-b8d9-52ec5d1bfd65", + "source_type": "process", + "destination_id": "94419300-4774-4315-89a1-37d2cfe9d65e", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "cba384ae-009b-4bcb-b8d9-52ec5d1bfd65", + "destination_type": "process" + }, + { + "source_id": "718b1a85-c724-44bf-b2f4-9e4850581423", + "source_type": "biomaterial", + "destination_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38", + "destination_type": "dissociation_process" + }, + { + "source_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38", + "source_type": "dissociation_process", + "destination_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f", + "destination_type": "biomaterial" + }, + { + "source_id": "08549bbf-f1d8-49d4-a7d8-bd9f1d5fae38", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "0203232f-2abf-4fec-9fac-16be751a8fc8", + "source_type": "process", + "destination_id": "718b1a85-c724-44bf-b2f4-9e4850581423", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "0203232f-2abf-4fec-9fac-16be751a8fc8", + "destination_type": "process" + }, + { + "source_id": "a156dd24-ba60-485c-a0d4-91853a6c57e1", + "source_type": "biomaterial", + "destination_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f", + "destination_type": "dissociation_process" + }, + { + "source_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f", + "source_type": "dissociation_process", + "destination_id": "db7a09ef-b0dd-462f-accd-b32a067b772a", + "destination_type": "biomaterial" + }, + { + "source_id": "fc4af2ec-c874-4c79-9fa0-9f893972c05f", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ceb83249-613d-459d-a678-335dfebe6e48", + "source_type": "process", + "destination_id": "a156dd24-ba60-485c-a0d4-91853a6c57e1", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "ceb83249-613d-459d-a678-335dfebe6e48", + "destination_type": "process" + }, + { + "source_id": "9c4230db-0ac3-438f-977e-818434fce73b", + "source_type": "biomaterial", + "destination_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74", + "destination_type": "dissociation_process" + }, + { + "source_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74", + "source_type": "dissociation_process", + "destination_id": "db7217c3-b8a6-49fe-9e59-373accd8e554", + "destination_type": "biomaterial" + }, + { + "source_id": "d05ed546-bb90-4ede-aa21-7738c46c1a74", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "48c51f04-a6ea-4ce2-854c-af832e935de0", + "source_type": "process", + "destination_id": "9c4230db-0ac3-438f-977e-818434fce73b", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "48c51f04-a6ea-4ce2-854c-af832e935de0", + "destination_type": "process" + }, + { + "source_id": "12a7653f-3f84-48ed-b90d-1d05473593fc", + "source_type": "biomaterial", + "destination_id": "6a842926-f8c2-4977-a0b7-36427e482268", + "destination_type": "dissociation_process" + }, + { + "source_id": "6a842926-f8c2-4977-a0b7-36427e482268", + "source_type": "dissociation_process", + "destination_id": "52f92017-99fd-4ad6-a817-839a80d71ea4", + "destination_type": "biomaterial" + }, + { + "source_id": "6a842926-f8c2-4977-a0b7-36427e482268", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "6b739f11-03e9-40f3-9a80-e6b41e9333c6", + "source_type": "process", + "destination_id": "12a7653f-3f84-48ed-b90d-1d05473593fc", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "6b739f11-03e9-40f3-9a80-e6b41e9333c6", + "destination_type": "process" + }, + { + "source_id": "b4835555-4d48-411b-8afb-c337af68be63", + "source_type": "biomaterial", + "destination_id": "dcb16012-f27e-4a12-8a2e-703376ae9694", + "destination_type": "dissociation_process" + }, + { + "source_id": "dcb16012-f27e-4a12-8a2e-703376ae9694", + "source_type": "dissociation_process", + "destination_id": "318a7e38-8594-49b8-b15b-924a411455bf", + "destination_type": "biomaterial" + }, + { + "source_id": "dcb16012-f27e-4a12-8a2e-703376ae9694", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "603c23d7-44d4-42f3-9fc0-5199bc2daa16", + "source_type": "process", + "destination_id": "b4835555-4d48-411b-8afb-c337af68be63", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "603c23d7-44d4-42f3-9fc0-5199bc2daa16", + "destination_type": "process" + }, + { + "source_id": "bb913e44-5259-48d4-9d90-92752d9a1fb4", + "source_type": "biomaterial", + "destination_id": "050aae63-69d7-4e99-b803-0c352e854981", + "destination_type": "dissociation_process" + }, + { + "source_id": "050aae63-69d7-4e99-b803-0c352e854981", + "source_type": "dissociation_process", + "destination_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571", + "destination_type": "biomaterial" + }, + { + "source_id": "050aae63-69d7-4e99-b803-0c352e854981", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "f995576e-550e-4229-b9d9-402cfd7a611c", + "source_type": "process", + "destination_id": "bb913e44-5259-48d4-9d90-92752d9a1fb4", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "f995576e-550e-4229-b9d9-402cfd7a611c", + "destination_type": "process" + }, + { + "source_id": "8d943f91-63b6-4dee-8ce5-cf2c4cfd3769", + "source_type": "biomaterial", + "destination_id": "a3331a53-fb9a-4454-905c-fc80e78f177c", + "destination_type": "dissociation_process" + }, + { + "source_id": "a3331a53-fb9a-4454-905c-fc80e78f177c", + "source_type": "dissociation_process", + "destination_id": "13848653-1195-4eb2-b1dd-2b4d85414327", + "destination_type": "biomaterial" + }, + { + "source_id": "a3331a53-fb9a-4454-905c-fc80e78f177c", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "5afb1b66-80b2-423a-93b9-87f2e5bbba85", + "source_type": "process", + "destination_id": "8d943f91-63b6-4dee-8ce5-cf2c4cfd3769", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "5afb1b66-80b2-423a-93b9-87f2e5bbba85", + "destination_type": "process" + }, + { + "source_id": "6db14b25-4c49-44b6-84f5-793996226bb8", + "source_type": "biomaterial", + "destination_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0", + "destination_type": "dissociation_process" + }, + { + "source_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0", + "source_type": "dissociation_process", + "destination_id": "30a19b27-7152-4013-8429-d5eb8cdf463f", + "destination_type": "biomaterial" + }, + { + "source_id": "d9192e16-18e9-4f81-8cfe-9376d72481f0", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "85df0c99-4a74-4a6f-bd18-6fc65df12848", + "source_type": "process", + "destination_id": "6db14b25-4c49-44b6-84f5-793996226bb8", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "85df0c99-4a74-4a6f-bd18-6fc65df12848", + "destination_type": "process" + }, + { + "source_id": "8349bc6b-b091-46e5-8466-f47257396db0", + "source_type": "biomaterial", + "destination_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248", + "destination_type": "dissociation_process" + }, + { + "source_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248", + "source_type": "dissociation_process", + "destination_id": "2169353d-98f5-49fe-91de-edc498aa3a0d", + "destination_type": "biomaterial" + }, + { + "source_id": "d0e472c4-47ae-4816-a8b0-56ee9f1d3248", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "29fa33fe-9388-49e7-86ed-f386d33d5bc4", + "source_type": "process", + "destination_id": "8349bc6b-b091-46e5-8466-f47257396db0", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "29fa33fe-9388-49e7-86ed-f386d33d5bc4", + "destination_type": "process" + }, + { + "source_id": "9d324dba-1776-4801-aa39-d208ddf76ba6", + "source_type": "biomaterial", + "destination_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365", + "destination_type": "dissociation_process" + }, + { + "source_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365", + "source_type": "dissociation_process", + "destination_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101", + "destination_type": "biomaterial" + }, + { + "source_id": "67535ee8-c96a-4cdb-a20d-85e7e0da1365", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a521fed6-4fcf-406a-9b74-2d374317d0d1", + "source_type": "process", + "destination_id": "9d324dba-1776-4801-aa39-d208ddf76ba6", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "a521fed6-4fcf-406a-9b74-2d374317d0d1", + "destination_type": "process" + }, + { + "source_id": "783de389-3c3d-4b91-99d7-50c34ec8a371", + "source_type": "biomaterial", + "destination_id": "8992662c-3b01-4c94-9329-0d910b8a19bb", + "destination_type": "dissociation_process" + }, + { + "source_id": "8992662c-3b01-4c94-9329-0d910b8a19bb", + "source_type": "dissociation_process", + "destination_id": "6c95f445-81a6-4a34-af92-a926e142ca1c", + "destination_type": "biomaterial" + }, + { + "source_id": "8992662c-3b01-4c94-9329-0d910b8a19bb", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "92db35fb-331c-464d-8dd3-320187156095", + "source_type": "process", + "destination_id": "783de389-3c3d-4b91-99d7-50c34ec8a371", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "92db35fb-331c-464d-8dd3-320187156095", + "destination_type": "process" + }, + { + "source_id": "bdc9af35-bee1-41c6-a779-27bfef094747", + "source_type": "biomaterial", + "destination_id": "f579b7d6-abdc-42ce-ac92-440e9520b213", + "destination_type": "dissociation_process" + }, + { + "source_id": "f579b7d6-abdc-42ce-ac92-440e9520b213", + "source_type": "dissociation_process", + "destination_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603", + "destination_type": "biomaterial" + }, + { + "source_id": "f579b7d6-abdc-42ce-ac92-440e9520b213", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "926dc72a-d35f-4fda-8274-0cd4f99437d7", + "source_type": "process", + "destination_id": "bdc9af35-bee1-41c6-a779-27bfef094747", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "926dc72a-d35f-4fda-8274-0cd4f99437d7", + "destination_type": "process" + }, + { + "source_id": "127de915-ba56-4a7e-b976-517f3a8577c6", + "source_type": "biomaterial", + "destination_id": "573b182e-39f0-49d3-8670-602265ce20f7", + "destination_type": "dissociation_process" + }, + { + "source_id": "573b182e-39f0-49d3-8670-602265ce20f7", + "source_type": "dissociation_process", + "destination_id": "638ca348-6740-42fd-a503-cac5c774aee7", + "destination_type": "biomaterial" + }, + { + "source_id": "573b182e-39f0-49d3-8670-602265ce20f7", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "2b12c896-8f74-4900-831a-da4a5fc35a33", + "source_type": "process", + "destination_id": "127de915-ba56-4a7e-b976-517f3a8577c6", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "2b12c896-8f74-4900-831a-da4a5fc35a33", + "destination_type": "process" + }, + { + "source_id": "79023c7a-8321-4e43-b0b9-315d5102213e", + "source_type": "biomaterial", + "destination_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092", + "destination_type": "dissociation_process" + }, + { + "source_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092", + "source_type": "dissociation_process", + "destination_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37", + "destination_type": "biomaterial" + }, + { + "source_id": "a029f335-5dbe-4ae9-8933-aadf9e04a092", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e77e933d-c2fc-4bad-a5f6-edc88d3c67d0", + "source_type": "process", + "destination_id": "79023c7a-8321-4e43-b0b9-315d5102213e", + "destination_type": "biomaterial" + }, + { + "source_id": "06d98ad8-bbac-40df-9eb6-d5b1a424568a", + "source_type": "biomaterial", + "destination_id": "e77e933d-c2fc-4bad-a5f6-edc88d3c67d0", + "destination_type": "process" + }, + { + "source_id": "871986c1-96db-453d-850f-15b6b740404b", + "source_type": "biomaterial", + "destination_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a", + "destination_type": "dissociation_process" + }, + { + "source_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a", + "source_type": "dissociation_process", + "destination_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003", + "destination_type": "biomaterial" + }, + { + "source_id": "7a225ade-f8e6-4af4-b0bf-f47bc06b5d4a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "9c6285c0-1c91-4850-a6a8-80efaa98d08f", + "source_type": "process", + "destination_id": "871986c1-96db-453d-850f-15b6b740404b", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "9c6285c0-1c91-4850-a6a8-80efaa98d08f", + "destination_type": "process" + }, + { + "source_id": "11685058-51ab-41b5-a8db-2cb8be4d472b", + "source_type": "biomaterial", + "destination_id": "3ce935e9-281f-46ee-8613-29e931f00927", + "destination_type": "dissociation_process" + }, + { + "source_id": "3ce935e9-281f-46ee-8613-29e931f00927", + "source_type": "dissociation_process", + "destination_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20", + "destination_type": "biomaterial" + }, + { + "source_id": "3ce935e9-281f-46ee-8613-29e931f00927", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "969de231-87de-4c29-a82c-8101024ba7ce", + "source_type": "process", + "destination_id": "11685058-51ab-41b5-a8db-2cb8be4d472b", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "969de231-87de-4c29-a82c-8101024ba7ce", + "destination_type": "process" + }, + { + "source_id": "f4da656b-742d-45d8-87d5-8489cece62e4", + "source_type": "biomaterial", + "destination_id": "580d8a8a-4c94-422f-8018-d1481c8ae353", + "destination_type": "dissociation_process" + }, + { + "source_id": "580d8a8a-4c94-422f-8018-d1481c8ae353", + "source_type": "dissociation_process", + "destination_id": "be271554-f98a-4e8f-9bca-27e884677dcb", + "destination_type": "biomaterial" + }, + { + "source_id": "580d8a8a-4c94-422f-8018-d1481c8ae353", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "143fa677-7e4b-43e0-9a12-a3e82b871acd", + "source_type": "process", + "destination_id": "f4da656b-742d-45d8-87d5-8489cece62e4", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "143fa677-7e4b-43e0-9a12-a3e82b871acd", + "destination_type": "process" + }, + { + "source_id": "81946218-e5f0-4a93-a19f-ed249e1882bf", + "source_type": "biomaterial", + "destination_id": "ef5baf40-74bc-4651-ab98-109129c09efe", + "destination_type": "dissociation_process" + }, + { + "source_id": "ef5baf40-74bc-4651-ab98-109129c09efe", + "source_type": "dissociation_process", + "destination_id": "21f3c6f0-575e-4d26-92df-a40536bff617", + "destination_type": "biomaterial" + }, + { + "source_id": "ef5baf40-74bc-4651-ab98-109129c09efe", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "304714cd-63c6-4a5c-8756-43177eeb0fff", + "source_type": "process", + "destination_id": "81946218-e5f0-4a93-a19f-ed249e1882bf", + "destination_type": "biomaterial" + }, + { + "source_id": "5caa7ca2-308a-424d-8bae-9204a2be2502", + "source_type": "biomaterial", + "destination_id": "304714cd-63c6-4a5c-8756-43177eeb0fff", + "destination_type": "process" + }, + { + "source_id": "c2a5c0e2-f780-4089-9927-9120c2db52ae", + "source_type": "biomaterial", + "destination_id": "1461d692-fc23-4076-9076-eabd324e3b72", + "destination_type": "dissociation_process" + }, + { + "source_id": "1461d692-fc23-4076-9076-eabd324e3b72", + "source_type": "dissociation_process", + "destination_id": "78fcbbea-a256-48ef-9ce0-fb963724721d", + "destination_type": "biomaterial" + }, + { + "source_id": "1461d692-fc23-4076-9076-eabd324e3b72", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "cd56f223-2abb-434c-adff-d94d43057181", + "source_type": "process", + "destination_id": "c2a5c0e2-f780-4089-9927-9120c2db52ae", + "destination_type": "biomaterial" + }, + { + "source_id": "0a69e7c4-56a3-498e-a867-aaf84c1344c8", + "source_type": "biomaterial", + "destination_id": "cd56f223-2abb-434c-adff-d94d43057181", + "destination_type": "process" + }, + { + "source_id": "b15f87d6-a36c-404c-a1df-87a3ef30079d", + "source_type": "biomaterial", + "destination_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6", + "destination_type": "dissociation_process" + }, + { + "source_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6", + "source_type": "dissociation_process", + "destination_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e", + "destination_type": "biomaterial" + }, + { + "source_id": "a91ab216-b367-48e4-9c0f-0911a3558fb6", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e2765760-381d-4aa7-bc0b-fd23b134d9fe", + "source_type": "process", + "destination_id": "b15f87d6-a36c-404c-a1df-87a3ef30079d", + "destination_type": "biomaterial" + }, + { + "source_id": "7d2dcb65-b759-40b8-9eb0-7b9951b7c036", + "source_type": "biomaterial", + "destination_id": "e2765760-381d-4aa7-bc0b-fd23b134d9fe", + "destination_type": "process" + }, + { + "source_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "ed887207-2034-4c85-bbec-4e69a745d009", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "4064ed72-cf76-4418-8ca1-f916aca95680", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "4027035b-3251-44b9-a281-fc9182de7579", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "33fbab10-cbbe-4b44-9e5b-df07df548949", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "464efe79-c955-41e2-b553-21dac9fc307c", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "db7a09ef-b0dd-462f-accd-b32a067b772a", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "db7217c3-b8a6-49fe-9e59-373accd8e554", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "52f92017-99fd-4ad6-a817-839a80d71ea4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "318a7e38-8594-49b8-b15b-924a411455bf", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "13848653-1195-4eb2-b1dd-2b4d85414327", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "30a19b27-7152-4013-8429-d5eb8cdf463f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "2169353d-98f5-49fe-91de-edc498aa3a0d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "6c95f445-81a6-4a34-af92-a926e142ca1c", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "638ca348-6740-42fd-a503-cac5c774aee7", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "be271554-f98a-4e8f-9bca-27e884677dcb", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "21f3c6f0-575e-4d26-92df-a40536bff617", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "78fcbbea-a256-48ef-9ce0-fb963724721d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d5294332-19b5-4ff1-b298-6c1cf500cb35", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6de335f6-cab5-4ec8-a1ff-3a639596dd59", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ac3edf4a-f269-4944-bb1a-3b1845e33098", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4dcd7823-b02f-4dd7-a49f-94b86096d77d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "27f0c78b-67cd-47d3-964f-fcbec7562997", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c3c9b724-b79b-4988-934d-b22f673c4823", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3e8bda58-fb04-44a1-9266-d32fcc73649c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "62e42770-9481-48e4-9705-1f4c6da2ae43", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2f629555-1b9d-4251-a513-72b138ec1d1f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "22f89ffa-0ba3-4264-b91e-fde781c0d703", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3aaa7031-22c5-4339-ac54-d6583303bc6d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4502aed4-857b-4760-83e0-de5ef6a15671", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0374a796-bd3a-47f0-a008-a037ca62fd7a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0ef80820-3d78-4810-a009-3134cb9090b6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1d02060a-dfab-484f-9ef1-d23d831b1a5d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "338b9160-54b0-41a5-8a2c-d08f6c9ed626", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "175d7210-8296-4789-bd4f-e0ddd35c2a89", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "31fd2963-0fd5-451b-a21f-9963e65cb6f3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "50d413fc-208e-4b28-93d0-1aff73ab66c5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "aa28d2a1-9e50-471a-a891-7ecf278b467a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "12640e28-e9aa-4432-8d74-93003425748c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "919ae226-445e-49a5-9e3d-69b9a1932e96", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a2ef2eb3-4f87-456b-bdab-71d062e30722", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b938e56a-f94a-46b4-bbdd-5df21d083411", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9478fc7f-df90-4067-b8ad-a480706b9ade", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "07942b88-77bd-4559-91ea-d09a7aac1264", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a0381296-68b4-4480-8d93-e1ad9e85abb6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a1a879dd-65fb-483d-8740-cef3abe97fbe", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "89254219-e37c-4493-a339-0e426c826fcf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "838bef81-e228-4470-b50b-5259d7cbe5db", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "85a94a58-241b-4c97-a85f-8d718c8c4679", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "73fb78b0-5a63-4b0b-a784-45f67be0d562", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "00c1e04c-71f9-4e64-8f7d-43a9742732c1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5b802cb7-74ea-40da-9629-89da2f879940", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "10ec7489-07a9-4848-86f1-f9b8b8eda316", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f4db906f-02a2-4e78-a944-f70f6ecfba6e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "61ea8027-8da7-4ee5-a153-49126032a194", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "abfc93d7-2406-4c83-8e50-ae23746b5724", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6062d33b-29f5-4b2c-a8c7-fef60591b285", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cf307cb1-0f17-42f1-a069-5060b68548c8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3dcf809d-c939-4dc7-93e8-f2782044d68f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8647eca2-4adc-43c0-becb-98c0ff86682b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "20e6c61f-5747-4dcd-a659-fede6d62a434", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8975ec2a-dc00-4800-a409-52d64686da01", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "60b743d4-6476-4d38-9343-621186612ed8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e97970fa-381f-4deb-9bfe-ed6c227bd89c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9b84ab82-16ad-499d-916f-53c73a2537da", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "50c3d51e-175d-4ffc-ad21-20e4713a92bc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cae932bf-4d22-4466-8ea3-a76cffd1dab1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "08da0161-f96f-4da0-9c47-421bc0ebf7b8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5f927ca9-9b92-44a0-9a48-55fdad524445", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bd2f2534-276f-47f4-a3d3-b1ad09b41554", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "66aad53b-645e-4d69-89ed-47ed82890546", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "67e5a10c-0f5b-48af-aa30-628854a0928d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1f3da46c-e8df-4300-b197-0307a3208beb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "da06f1b2-bd05-4300-8899-d0146c5ecf83", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "51e6d934-8a34-4204-96b9-e6a0865f2cac", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bc88049b-5dd3-4460-9119-94e22c3a13c8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6b910e18-fd50-4447-8438-9cd628cd0660", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "40cef712-132a-48c4-9ddd-21169ea24903", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4a062a0d-946c-4b2a-9cff-4418544d9b16", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9db41364-8b2f-4cf9-b88f-cab43edea8ce", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "65775d70-1372-4161-a7e5-de2202dd6f7e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "81838f1d-3ae5-45be-88fc-e35b9217ef21", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9989e71f-09d8-4051-83e8-75753389a6cb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c750d7ef-7274-4253-9fc0-0f40354b84aa", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9d70fcb9-9317-47ba-a6be-7169d23af75a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c03c121a-31e9-4a79-93d7-4030c1e5eee8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "182a36a5-027b-4e76-a57d-979c093eecb8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6ff26361-3be0-48c4-a5dd-c215ba8021bc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "60e007a2-6d1d-49df-8dfa-358ebfe397a7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "06c4f4e6-f607-4165-9d18-f068c9393bd1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "68c14f04-48d2-404e-9b3e-cefabe0d4256", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6d8a7881-9d15-42e2-97e6-09df4604997e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "500aa99d-776e-4418-b708-58a9075daa3b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "49148098-bb4e-42d0-af89-946de3e6d394", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "94e3471e-744b-44cc-b987-31071a107fef", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e3dbda3e-f81d-42fb-85d7-92256229c9c1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5bb3fb23-884b-4762-8033-481f3dc67746", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "25e5c231-49af-4302-8292-6756f90cf30e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e0e1175b-fe0f-41f3-af58-cd745c64704d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "522747b7-1e9b-435e-9a4a-1a4b390fd153", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0131fd23-816a-4fcd-9660-27c45022ec47", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "991d0b52-a02e-4705-9754-4af10cbba1d9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8db31c92-e87d-444c-9309-0340768a794b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "437fef8b-4c7a-463f-a144-85e66c7f4953", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e2e3b95f-8f87-475c-8338-13c08fef0b8e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "02d06869-ddfe-4ad7-9da7-2be88d0c2112", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "92c76b47-b073-4ea2-bb35-3b764da48787", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5b14f043-ca67-4b07-adf7-b5d9b2405566", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e69d977c-7f1c-4e65-bc85-976f334e1f0c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "22dfec6d-dcef-4928-8e91-a76ea60d2494", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e1286902-46fa-45c5-b9ac-498058c09ec9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "59adfc03-cca3-496d-91f8-262512429977", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e4e868a9-a1e7-4963-875c-fe48530460f3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5da8e6f2-a26e-448b-b017-33ac69ca80f7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c59d880d-7847-4525-990b-ab283257a166", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "614a69c9-4212-46bf-948e-d7affd2310e5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "40c497af-80ea-4c54-a628-a57486c0f8ec", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7844a2e7-6307-4e70-af10-fdcff29496e2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "66e5a918-007f-4ef6-a514-b8043bcc6128", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "452b88e0-94cf-4243-b44e-94b16c936896", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "32aeb59b-d1f7-4660-9b98-f72ebe671864", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "751ad2cb-994b-40d2-b6ba-9d4f59112f12", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f97c6247-15c6-403e-9a15-62113f9dc24a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3c4864ae-619e-479d-8138-c1489e7f10bb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "463a120d-ee95-476c-8329-c633b43ab1aa", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9820fbb5-07b7-41ce-b135-16e21b371c94", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cab74e16-3229-4808-922a-743447d7da23", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5506a837-6ff5-4004-8c2c-673a8d93c510", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6d7e8891-156b-4b23-848c-8ef75230cbbd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8eca3a7d-67f1-412d-9d3a-704c8218cee2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "57d69572-96ae-4a29-97f5-0c1a491ed2a5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b55fd000-cd16-4976-b264-8df9e012df4e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d7e6574e-dae6-4e6f-8db0-370693adea27", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ac66a331-f88f-4ec0-b08a-79612fde6b37", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "551caaec-e076-4794-9096-7b8f5176e9c3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "415a6ab3-aa59-4e68-8993-64fd1a0715be", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "13bcdac2-f7f5-405d-b860-9ce88b423d80", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2bdc88a5-faf4-4f07-8818-a95428defe3a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2c659838-791d-498e-a3fa-f0c8eb1b2559", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ffa21ee7-98c7-4275-a28f-ab87350b6317", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "30a446dd-cb56-4055-bf82-6b3b06d47ee7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7f2b78dc-2b1c-4912-b456-170ba3891464", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "722bf139-3585-4349-bd60-2108cdea9783", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "85f9f0a9-6b8e-4fba-a360-8d14931a7929", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "70e83656-b4c8-4453-9d99-08989b2baf6e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "712084da-4b68-47e0-acff-aafb48cc21db", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0bf66ea5-3dee-422b-b8f0-837033556d99", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "05c46800-9101-4151-9b4b-3a0fe981e76e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a64e2f58-8fbc-4382-9ca9-845f32a7133f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f379d8e5-1741-4992-a46f-692f352d81e2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", + "destination_type": "protocol" + }, + { + "source_id": "6d98e8a4-dc7e-4ee8-aad6-9861b744e9fe", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "01f2d4b7-7746-4dc0-88d7-4cb0b3dbb370", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "ed887207-2034-4c85-bbec-4e69a745d009", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "e1db28a3-83c8-43ce-8e41-40b0429c2c4e", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "10ddecf6-ad4c-4d20-889f-93c83e3d5562", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "f564e3b1-d887-4667-9383-1d9b8cbbbd0f", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "bd59eb0f-46e3-497a-9dd1-a5d0e5ca3ac4", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "4064ed72-cf76-4418-8ca1-f916aca95680", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "b08c7d38-caa6-4573-ba7e-37da8aa66605", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "4027035b-3251-44b9-a281-fc9182de7579", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "33fbab10-cbbe-4b44-9e5b-df07df548949", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "464efe79-c955-41e2-b553-21dac9fc307c", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "4193326b-73c0-4def-a0cd-4b7e42ed0a4f", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "db7a09ef-b0dd-462f-accd-b32a067b772a", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "db7217c3-b8a6-49fe-9e59-373accd8e554", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "52f92017-99fd-4ad6-a817-839a80d71ea4", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "318a7e38-8594-49b8-b15b-924a411455bf", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "09d419e3-bd3e-46fd-a573-c3eff01fa571", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "13848653-1195-4eb2-b1dd-2b4d85414327", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "30a19b27-7152-4013-8429-d5eb8cdf463f", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "2169353d-98f5-49fe-91de-edc498aa3a0d", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "a1af5c54-93ee-4a57-b2a3-3bb11a6ce101", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "6c95f445-81a6-4a34-af92-a926e142ca1c", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "d340cd45-3ffe-4773-a9bf-ead3539e2603", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "638ca348-6740-42fd-a503-cac5c774aee7", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "79d1fbd5-e630-4ae8-8c5e-58ec221add37", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "5cd07007-e43d-4811-80fb-eb6f73bb4003", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "238b7966-6118-4fb4-b8e9-9c96f7e21c20", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "be271554-f98a-4e8f-9bca-27e884677dcb", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "21f3c6f0-575e-4d26-92df-a40536bff617", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "78fcbbea-a256-48ef-9ce0-fb963724721d", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "044dbcb3-cd35-4817-b8fb-e2a7ffce416e", + "source_type": "biomaterial", + "destination_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "destination_type": "sequencing_process" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "d5294332-19b5-4ff1-b298-6c1cf500cb35", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "0fa33de0-5ac6-43d4-8df8-006b0259f6a4", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "65755624-9cf1-4f0e-96f5-e4c30a6ee2d9", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6de335f6-cab5-4ec8-a1ff-3a639596dd59", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ac3edf4a-f269-4944-bb1a-3b1845e33098", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "a256e5e3-7e80-419e-b8e8-c3fdaf234b43", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "4dcd7823-b02f-4dd7-a49f-94b86096d77d", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "27f0c78b-67cd-47d3-964f-fcbec7562997", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c3c9b724-b79b-4988-934d-b22f673c4823", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3e8bda58-fb04-44a1-9266-d32fcc73649c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "62e42770-9481-48e4-9705-1f4c6da2ae43", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c1f1455c-d49b-4826-b3b7-526a9ca4ee9a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "2f629555-1b9d-4251-a513-72b138ec1d1f", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "22f89ffa-0ba3-4264-b91e-fde781c0d703", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "fc93721d-74f9-4dd4-adcb-ed6b1b2e0424", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3aaa7031-22c5-4339-ac54-d6583303bc6d", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "4502aed4-857b-4760-83e0-de5ef6a15671", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3641ab2b-35f7-453d-ae7e-9f3ae7ced860", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "0374a796-bd3a-47f0-a008-a037ca62fd7a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "d7867440-3fd2-4c80-acdb-d8cc2ec1fb4b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "0ef80820-3d78-4810-a009-3134cb9090b6", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "2e34dd3f-914d-47ad-b0fe-1fa37d1b134c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "14d610ac-504c-4c5c-8f5b-2b2e0d6b9a9c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6001f9be-8ebd-4dd3-86ff-92e93adad0d7", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "61c10ee6-ecb7-47ba-b3db-e02bcf4325bf", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "1d02060a-dfab-484f-9ef1-d23d831b1a5d", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "338b9160-54b0-41a5-8a2c-d08f6c9ed626", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "d5e1593f-e8a0-4288-97c7-2e5faa401ab8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "175d7210-8296-4789-bd4f-e0ddd35c2a89", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "31fd2963-0fd5-451b-a21f-9963e65cb6f3", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3d94a11d-f106-4f85-b4bd-93d8bf2530ea", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "50d413fc-208e-4b28-93d0-1aff73ab66c5", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "55ca5e22-f148-4a7c-82c9-005e1d9f9ece", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "aa28d2a1-9e50-471a-a891-7ecf278b467a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "12640e28-e9aa-4432-8d74-93003425748c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "39c3fe7f-f194-4eed-9525-5511a3dc3ffc", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "919ae226-445e-49a5-9e3d-69b9a1932e96", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "a2ef2eb3-4f87-456b-bdab-71d062e30722", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "b938e56a-f94a-46b4-bbdd-5df21d083411", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "8bf97ca3-2d03-4ac2-8c11-cd8decadf586", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9478fc7f-df90-4067-b8ad-a480706b9ade", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "07942b88-77bd-4559-91ea-d09a7aac1264", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "a0381296-68b4-4480-8d93-e1ad9e85abb6", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "a1a879dd-65fb-483d-8740-cef3abe97fbe", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "89254219-e37c-4493-a339-0e426c826fcf", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "838bef81-e228-4470-b50b-5259d7cbe5db", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "85a94a58-241b-4c97-a85f-8d718c8c4679", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "73fb78b0-5a63-4b0b-a784-45f67be0d562", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "00c1e04c-71f9-4e64-8f7d-43a9742732c1", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ba55717c-bc2d-4ae6-aab0-40cd0c39e132", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5b802cb7-74ea-40da-9629-89da2f879940", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "10ec7489-07a9-4848-86f1-f9b8b8eda316", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "f4db906f-02a2-4e78-a944-f70f6ecfba6e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "61ea8027-8da7-4ee5-a153-49126032a194", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "abfc93d7-2406-4c83-8e50-ae23746b5724", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "bd09c8c4-c7ff-40e5-a14d-1d1968485dd6", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6062d33b-29f5-4b2c-a8c7-fef60591b285", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "8e6df880-5417-4b70-b79c-ad2c9e4c88e7", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "4c8d2f2b-0805-4abc-9a20-d477eb5cc6fd", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "cf307cb1-0f17-42f1-a069-5060b68548c8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "da5a2a93-e840-4ea5-bad6-c3607fd3db5b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3dcf809d-c939-4dc7-93e8-f2782044d68f", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "8647eca2-4adc-43c0-becb-98c0ff86682b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "20e6c61f-5747-4dcd-a659-fede6d62a434", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "8975ec2a-dc00-4800-a409-52d64686da01", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ff7e8e48-a9ae-4fab-86b6-b895388abf6e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "37ea959a-47bd-4a35-8468-8fc6bc5b4dfd", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9ee2ade2-48f5-4319-99aa-eb2c73aa2e83", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "60b743d4-6476-4d38-9343-621186612ed8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "1daa45f1-3ce5-400b-8f2d-40d04f1f8806", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "938d4d47-a7f3-4ecd-887d-6a01f7ee32cf", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "56ec5353-ecce-40b5-a981-1dad8ad1c9d4", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "24fbec47-ebbf-4e55-8d7d-cf2c9902bee2", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e97970fa-381f-4deb-9bfe-ed6c227bd89c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9b84ab82-16ad-499d-916f-53c73a2537da", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "50c3d51e-175d-4ffc-ad21-20e4713a92bc", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "f6d5e9d9-2cf1-427b-b9e4-6da9a9fa2ae9", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "cae932bf-4d22-4466-8ea3-a76cffd1dab1", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "7b6ddb79-655b-4b33-ad2d-c94b36140c6a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "08da0161-f96f-4da0-9c47-421bc0ebf7b8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5f927ca9-9b92-44a0-9a48-55fdad524445", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "bd2f2534-276f-47f4-a3d3-b1ad09b41554", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e9b7c7ea-dcee-43dd-af1f-9a311420ff85", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3657e098-4b0c-410a-a7c8-82c73b6ed1ed", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "66aad53b-645e-4d69-89ed-47ed82890546", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c92d030e-2530-441a-a1e9-3f8d2fd7dc46", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "67e5a10c-0f5b-48af-aa30-628854a0928d", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "36341e0d-4bf8-48f8-88ce-32b9173c5bd7", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "1f3da46c-e8df-4300-b197-0307a3208beb", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "da06f1b2-bd05-4300-8899-d0146c5ecf83", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "51e6d934-8a34-4204-96b9-e6a0865f2cac", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "d17161a2-081b-4d3c-9c7c-ab93b8ff36fa", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "bc88049b-5dd3-4460-9119-94e22c3a13c8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6ca9ed26-11b8-475e-94ba-e50472dd6bd3", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6b910e18-fd50-4447-8438-9cd628cd0660", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c2b2449f-0f1c-40e0-bc1e-534a936c3fb4", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "cf6e3ba9-a5d7-4225-abbb-04f761a47c82", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "40cef712-132a-48c4-9ddd-21169ea24903", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "4a062a0d-946c-4b2a-9cff-4418544d9b16", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9db41364-8b2f-4cf9-b88f-cab43edea8ce", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "65775d70-1372-4161-a7e5-de2202dd6f7e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "81838f1d-3ae5-45be-88fc-e35b9217ef21", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9989e71f-09d8-4051-83e8-75753389a6cb", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c750d7ef-7274-4253-9fc0-0f40354b84aa", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "fa69feb4-152a-4ac9-bb44-8b2b4b3e8176", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "f0d45c30-753f-4a2f-afc9-1479a12a8e8b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9d70fcb9-9317-47ba-a6be-7169d23af75a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c03c121a-31e9-4a79-93d7-4030c1e5eee8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "182a36a5-027b-4e76-a57d-979c093eecb8", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6ff26361-3be0-48c4-a5dd-c215ba8021bc", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "60e007a2-6d1d-49df-8dfa-358ebfe397a7", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "06c4f4e6-f607-4165-9d18-f068c9393bd1", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "68c14f04-48d2-404e-9b3e-cefabe0d4256", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6d8a7881-9d15-42e2-97e6-09df4604997e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "500aa99d-776e-4418-b708-58a9075daa3b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "49148098-bb4e-42d0-af89-946de3e6d394", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "94e3471e-744b-44cc-b987-31071a107fef", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e3dbda3e-f81d-42fb-85d7-92256229c9c1", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5bb3fb23-884b-4762-8033-481f3dc67746", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "25e5c231-49af-4302-8292-6756f90cf30e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ff5f0c7a-b90c-4cca-9fce-d72f28a1e8a5", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e0e1175b-fe0f-41f3-af58-cd745c64704d", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "522747b7-1e9b-435e-9a4a-1a4b390fd153", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "0131fd23-816a-4fcd-9660-27c45022ec47", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "948a2a49-c334-42ee-8ad0-e92ee7a72fc6", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "991d0b52-a02e-4705-9754-4af10cbba1d9", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "8db31c92-e87d-444c-9309-0340768a794b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "f39f5ab3-1a1f-425c-8670-a73c53b7ea1c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "437fef8b-4c7a-463f-a144-85e66c7f4953", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e3bbd096-a3eb-4fb2-a7af-ffcd5bfbfebf", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e2e3b95f-8f87-475c-8338-13c08fef0b8e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "02d06869-ddfe-4ad7-9da7-2be88d0c2112", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "92c76b47-b073-4ea2-bb35-3b764da48787", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5b14f043-ca67-4b07-adf7-b5d9b2405566", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "cb5df08f-68c8-4dfd-9581-d3828d7b7f2b", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e69d977c-7f1c-4e65-bc85-976f334e1f0c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "22dfec6d-dcef-4928-8e91-a76ea60d2494", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e1286902-46fa-45c5-b9ac-498058c09ec9", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "59adfc03-cca3-496d-91f8-262512429977", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "a56a72c7-c1b8-4db1-8ec1-b4a54e8b4057", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e4e868a9-a1e7-4963-875c-fe48530460f3", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5da8e6f2-a26e-448b-b017-33ac69ca80f7", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "c59d880d-7847-4525-990b-ab283257a166", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "614a69c9-4212-46bf-948e-d7affd2310e5", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "40c497af-80ea-4c54-a628-a57486c0f8ec", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "b23a12bd-3372-4542-a5e6-0f9bcdcb51dd", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "7844a2e7-6307-4e70-af10-fdcff29496e2", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "66e5a918-007f-4ef6-a514-b8043bcc6128", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "452b88e0-94cf-4243-b44e-94b16c936896", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "32aeb59b-d1f7-4660-9b98-f72ebe671864", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "751ad2cb-994b-40d2-b6ba-9d4f59112f12", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "1705dea1-fff5-4f39-985d-b2a70f5d2ea1", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "05dcbcdd-7288-4e17-94dc-bb9e099a2a20", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "f97c6247-15c6-403e-9a15-62113f9dc24a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "3c4864ae-619e-479d-8138-c1489e7f10bb", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5703221a-e4bf-4f4a-a5a0-747aa74d46b2", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "463a120d-ee95-476c-8329-c633b43ab1aa", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "98f19741-b0fe-4aff-ab8c-9a77af8e36ce", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "9820fbb5-07b7-41ce-b135-16e21b371c94", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "cab74e16-3229-4808-922a-743447d7da23", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "fac833de-2bb8-4f4a-a1dd-6136fbc288b1", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5506a837-6ff5-4004-8c2c-673a8d93c510", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "6d7e8891-156b-4b23-848c-8ef75230cbbd", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "8eca3a7d-67f1-412d-9d3a-704c8218cee2", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "57d69572-96ae-4a29-97f5-0c1a491ed2a5", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "b55fd000-cd16-4976-b264-8df9e012df4e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "d7e6574e-dae6-4e6f-8db0-370693adea27", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ac66a331-f88f-4ec0-b08a-79612fde6b37", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "551caaec-e076-4794-9096-7b8f5176e9c3", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "415a6ab3-aa59-4e68-8993-64fd1a0715be", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "13bcdac2-f7f5-405d-b860-9ce88b423d80", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "2bdc88a5-faf4-4f07-8818-a95428defe3a", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "2c659838-791d-498e-a3fa-f0c8eb1b2559", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ffa21ee7-98c7-4275-a28f-ab87350b6317", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "30a446dd-cb56-4055-bf82-6b3b06d47ee7", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5fbc6d6e-8905-4ef4-92c7-b13c7fc1b33c", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "5c1ccd4f-d639-43d0-94b6-3baca6f8210d", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "0cf26327-ce69-4e4e-b1ad-efdc3ffd9195", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "7f2b78dc-2b1c-4912-b456-170ba3891464", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "722bf139-3585-4349-bd60-2108cdea9783", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "85f9f0a9-6b8e-4fba-a360-8d14931a7929", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ffa34fcb-1a7d-45cd-95be-c29cd95e73da", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "70e83656-b4c8-4453-9d99-08989b2baf6e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "712084da-4b68-47e0-acff-aafb48cc21db", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "ab9fcfa0-6a1c-4fcd-a0f8-73737ddfb027", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "fe25d73e-ecb7-4228-bfa5-b87ea5f1eb91", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "0bf66ea5-3dee-422b-b8f0-837033556d99", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "94f47ceb-f4b3-4e6c-9fb4-55c428507e75", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "05c46800-9101-4151-9b4b-3a0fe981e76e", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "af80a9d5-0e61-4a4a-a32c-6a22ca542ea5", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "a64e2f58-8fbc-4382-9ca9-845f32a7133f", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "f379d8e5-1741-4992-a46f-692f352d81e2", + "destination_type": "file" + }, + { + "source_id": "8918d1f2-e5f9-44a7-a8c4-f743758f2464", + "source_type": "sequencing_process", + "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/2c7d06b8-658e-4c51-9de4-a768322f84c5.dss.hca.json b/test/indexer/data/2c7d06b8-658e-4c51-9de4-a768322f84c5.dss.hca.json index 3eb7465903..69e1f1427e 100644 --- a/test/indexer/data/2c7d06b8-658e-4c51-9de4-a768322f84c5.dss.hca.json +++ b/test/indexer/data/2c7d06b8-658e-4c51-9de4-a768322f84c5.dss.hca.json @@ -1,177 +1,12 @@ { - "manifest": [ - { - "name": "links.json", - "uuid": "2c7d06b8-658e-4c51-9de4-a768322f84c5", - "version": "2021-09-21T17:27:23.898000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 1638, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "2c7d06b8-658e-4c51-9de4-a768322f84c5", - "version": "2021-09-21T17:27:23.898000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 353, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "30038dc4-4de3-4fdb-abd3-a50ea36cb225", - "version": "2021-09-21T17:27:13.154000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 506, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "3c219f11-db59-48b9-987a-a827400b9c7a", - "version": "2021-09-21T17:26:50.176000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 963, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "50151324-f3ed-4358-98af-ec352a940a61", - "version": "2021-09-21T17:26:49.830000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 4672, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "56e28cda-b5a6-40e5-801e-221a7c49e47f", - "version": "2021-09-21T17:26:50.745000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1461, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "5a1041e3-ef49-45c3-a14b-636d22aae731", - "version": "2021-09-21T17:26:50.716000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1391, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "6f500f25-8ea3-46e6-a30b-c11bb991e3a2", - "version": "2021-09-21T17:27:13.278000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "7ec2d69f-714f-450e-a687-73c1c0c98b6f", - "version": "2021-09-21T17:36:41.225000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1180, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "809b90b1-e216-46e9-b4e3-0c06ded1c344", - "version": "2021-09-21T17:26:50.487000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 945, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "948945f9-1a3e-4be0-9119-960cc008bfa9", - "version": "2021-09-21T17:26:50.735000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 738, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "bb7cdb75-8a5a-414b-a40b-d20dcbfa9b15", - "version": "2021-09-21T17:27:13.953000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "c2f2fee0-c8dc-4511-9e4a-3db4ab6b2dce", - "version": "2021-09-21T17:26:50.755000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1003, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "c44dab69-861e-45f2-abbf-f785a552b10a", - "version": "2021-09-21T17:26:50.725000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1057, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_protocol_0.json", - "uuid": "d42d3386-e7b7-4a26-8477-8ba867d10e2e", - "version": "2021-09-21T17:26:50.764000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1348, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "analysis_file/30038dc4-4de3-4fdb-abd3-a50ea36cb225": { + "name": "GSM5177044_PD170_matrix.mtx.gz", "uuid": "f524cda6-8e08-4bf4-9fec-536107bca35a", "version": "2021-09-21T17:27:13.154000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 33226060, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_e2464476-c0b4-4a92-a5fe-96094905825c_8bd7e274-de04-48de-8adc-32ea86d528f8", "crc32c": "8af9f820", @@ -179,97 +14,9 @@ "sha256": "6e13614e05e829d12a73df4d26f190a68ca2aa3579234c7e254ac21b290305f4", "s3_etag": "d742c32bd01d51e075e3d70e189f315a" } - ], + }, "metadata": { - "links.json": { - "links": [ - { - "link_type": "process_link", - "process_id": "2c7d06b8-658e-4c51-9de4-a768322f84c5", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "809b90b1-e216-46e9-b4e3-0c06ded1c344" - } - ], - "outputs": [ - { - "output_type": "analysis_file", - "output_id": "30038dc4-4de3-4fdb-abd3-a50ea36cb225" - } - ], - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "d42d3386-e7b7-4a26-8477-8ba867d10e2e" - }, - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "56e28cda-b5a6-40e5-801e-221a7c49e47f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "c2f2fee0-c8dc-4511-9e4a-3db4ab6b2dce" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bb7cdb75-8a5a-414b-a40b-d20dcbfa9b15", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "3c219f11-db59-48b9-987a-a827400b9c7a" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "809b90b1-e216-46e9-b4e3-0c06ded1c344" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "c44dab69-861e-45f2-abbf-f785a552b10a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "948945f9-1a3e-4be0-9119-960cc008bfa9" - } - ] - }, - { - "link_type": "process_link", - "process_id": "6f500f25-8ea3-46e6-a30b-c11bb991e3a2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "7ec2d69f-714f-450e-a687-73c1c0c98b6f" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "3c219f11-db59-48b9-987a-a827400b9c7a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "5a1041e3-ef49-45c3-a14b-636d22aae731" - } - ] - } - ], - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "schema_version": "3.0.0", - "schema_type": "links" - }, - "sequencing_protocol_0.json": { + "sequencing_protocol/c2f2fee0-c8dc-4511-9e4a-3db4ab6b2dce": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -301,7 +48,7 @@ "schema_minor_version": 1 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/948945f9-1a3e-4be0-9119-960cc008bfa9": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -323,7 +70,7 @@ "schema_minor_version": 1 } }, - "donor_organism_0.json": { + "donor_organism/7ec2d69f-714f-450e-a687-73c1c0c98b6f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -383,7 +130,7 @@ "schema_minor_version": 5 } }, - "cell_suspension_0.json": { + "cell_suspension/809b90b1-e216-46e9-b4e3-0c06ded1c344": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -428,7 +175,7 @@ "schema_minor_version": 3 } }, - "process_0.json": { + "process/2c7d06b8-658e-4c51-9de4-a768322f84c5": { "process_core": { "process_id": "process_id_145" }, @@ -442,7 +189,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/6f500f25-8ea3-46e6-a30b-c11bb991e3a2": { "process_core": { "process_id": "process_id_7" }, @@ -456,7 +203,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/bb7cdb75-8a5a-414b-a40b-d20dcbfa9b15": { "insdc_experiment": { "insdc_experiment_accession": "SRX10375200" }, @@ -473,7 +220,7 @@ "schema_minor_version": 2 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/3c219f11-db59-48b9-987a-a827400b9c7a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -520,7 +267,7 @@ "schema_minor_version": 4 } }, - "analysis_protocol_0.json": { + "analysis_protocol/d42d3386-e7b7-4a26-8477-8ba867d10e2e": { "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.2.0/analysis_protocol", "schema_type": "protocol", "protocol_core": { @@ -547,7 +294,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_0.json": { + "collection_protocol/5a1041e3-ef49-45c3-a14b-636d22aae731": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -568,7 +315,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/50151324-f3ed-4358-98af-ec352a940a61": { "describedBy": "https://schema.humancellatlas.org/type/project/15.0.0/project", "schema_type": "project", "project_core": { @@ -686,7 +433,7 @@ "organization": "NIDCR Combined Technical Research Core" } ], - "hca_bionetworks": [ + "hca_bionetworks": [ { "name": "Kidney" }, @@ -721,7 +468,7 @@ "schema_minor_version": 0 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/c44dab69-861e-45f2-abbf-f785a552b10a": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -743,7 +490,7 @@ "schema_minor_version": 2 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/56e28cda-b5a6-40e5-801e-221a7c49e47f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -792,7 +539,7 @@ "schema_minor_version": 2 } }, - "analysis_file_0.json": { + "analysis_file/30038dc4-4de3-4fdb-abd3-a50ea36cb225": { "describedBy": "https://schema.humancellatlas.org/type/file/6.3.0/analysis_file", "schema_type": "file", "file_core": { @@ -815,5 +562,94 @@ "schema_minor_version": 3 } } - } -} + }, + "links": { + "links": [ + { + "link_type": "process_link", + "process_id": "2c7d06b8-658e-4c51-9de4-a768322f84c5", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "809b90b1-e216-46e9-b4e3-0c06ded1c344" + } + ], + "outputs": [ + { + "output_type": "analysis_file", + "output_id": "30038dc4-4de3-4fdb-abd3-a50ea36cb225" + } + ], + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "d42d3386-e7b7-4a26-8477-8ba867d10e2e" + }, + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "56e28cda-b5a6-40e5-801e-221a7c49e47f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "c2f2fee0-c8dc-4511-9e4a-3db4ab6b2dce" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bb7cdb75-8a5a-414b-a40b-d20dcbfa9b15", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "3c219f11-db59-48b9-987a-a827400b9c7a" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "809b90b1-e216-46e9-b4e3-0c06ded1c344" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "c44dab69-861e-45f2-abbf-f785a552b10a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "948945f9-1a3e-4be0-9119-960cc008bfa9" + } + ] + }, + { + "link_type": "process_link", + "process_id": "6f500f25-8ea3-46e6-a30b-c11bb991e3a2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "7ec2d69f-714f-450e-a687-73c1c0c98b6f" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "3c219f11-db59-48b9-987a-a827400b9c7a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "5a1041e3-ef49-45c3-a14b-636d22aae731" + } + ] + } + ], + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "schema_version": "3.0.0", + "schema_type": "links" + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/3ac62c33-93e1-56b4-b857-59497f5d942d.dss.hca.json b/test/indexer/data/3ac62c33-93e1-56b4-b857-59497f5d942d.dss.hca.json index 68f2b8687a..a1a4fece10 100644 --- a/test/indexer/data/3ac62c33-93e1-56b4-b857-59497f5d942d.dss.hca.json +++ b/test/indexer/data/3ac62c33-93e1-56b4-b857-59497f5d942d.dss.hca.json @@ -1,78 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "3ac62c33-93e1-56b4-b857-59497f5d942d", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "ae8529dc-3bc9-5061-828a-3c5dfacded64", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "c6b932ff-69f1-58b1-a6e6-30319f04541b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaged_specimen_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 509, - "uuid": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "image_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 547, - "uuid": "b29a331e-2d7b-507f-8e47-d6151bfeeb21", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "image_file/b29a331e-2d7b-507f-8e47-d6151bfeeb21": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3c9d7a23", "indexed": false, @@ -83,146 +11,10 @@ "size": 21, "uuid": "f478eb29-dd24-5e66-ad65-37419a2b2a10", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaging_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 789, - "uuid": "50150415-898c-5dff-826e-55f9cb937b93", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaging_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 639, - "uuid": "7cd840db-f395-5a61-bd17-72c2b2319c23", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 879, - "uuid": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2167, - "uuid": "c5752f73-3511-55e1-95af-040ab3924bce", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "input_type": "imaged_specimen" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "b29a331e-2d7b-507f-8e47-d6151bfeeb21", - "output_type": "image_file" - } - ], - "process_id": "3ac62c33-93e1-56b4-b857-59497f5d942d", - "process_type": "process", - "protocols": [ - { - "protocol_id": "50150415-898c-5dff-826e-55f9cb937b93", - "protocol_type": "imaging_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "output_type": "imaged_specimen" - } - ], - "process_id": "ae8529dc-3bc9-5061-828a-3c5dfacded64", - "process_type": "process", - "protocols": [ - { - "protocol_id": "7cd840db-f395-5a61-bd17-72c2b2319c23", - "protocol_type": "imaging_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "output_type": "specimen_from_organism" - } - ], - "process_id": "c6b932ff-69f1-58b1-a6e6-30319f04541b", - "process_type": "process", - "protocols": [ - { - "protocol_id": "c5752f73-3511-55e1-95af-040ab3924bce", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -339,7 +131,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/3ac62c33-93e1-56b4-b857-59497f5d942d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -353,7 +145,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/ae8529dc-3bc9-5061-828a-3c5dfacded64": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -367,7 +159,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/c6b932ff-69f1-58b1-a6e6-30319f04541b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -381,7 +173,7 @@ }, "schema_type": "process" }, - "imaged_specimen_0.json": { + "imaged_specimen/0bf91a05-85df-5d7d-bcc0-a625c5921de2": { "biomaterial_core": { "biomaterial_id": "AP3_imagedspecimen", "biomaterial_name": "AP3_imagedspecimen", @@ -400,7 +192,7 @@ "schema_type": "biomaterial", "slice_thickness": 10.0 }, - "image_file_0.json": { + "image_file/b29a331e-2d7b-507f-8e47-d6151bfeeb21": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/2.5.0/image_file", "file_core": { "content_description": [ @@ -423,7 +215,7 @@ }, "schema_type": "file" }, - "imaging_protocol_0.json": { + "imaging_protocol/50150415-898c-5dff-826e-55f9cb937b93": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/11.4.0/imaging_protocol", "magnification": "40x", "microscopy_technique": { @@ -448,7 +240,7 @@ }, "schema_type": "protocol" }, - "specimen_from_organism_0.json": { + "specimen_from_organism/9a0bb729-552a-5f6e-9ed6-1f988c259531": { "biomaterial_core": { "biomaterial_id": "AP3_specimen", "biomaterial_name": "AP2_specimen", @@ -485,7 +277,7 @@ }, "schema_type": "biomaterial" }, - "imaging_preparation_protocol_0.json": { + "imaging_preparation_protocol/7cd840db-f395-5a61-bd17-72c2b2319c23": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/2.3.0/imaging_preparation_protocol", "protocol_core": { "protocol_description": "All tissues were sectioned using the Leica CX3050S cryostat and were cut at 10um. Tissue optimization was performed to obtain permeabilization time for fetal tissue (12 min).", @@ -500,7 +292,7 @@ }, "schema_type": "protocol" }, - "donor_organism_0.json": { + "donor_organism/2d7b50d8-cd06-5408-9fde-1faed01c9ab2": { "biomaterial_core": { "biomaterial_id": "AP3", "biomaterial_name": "Sanger_AP3", @@ -543,7 +335,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/c5752f73-3511-55e1-95af-040ab3924bce": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -563,5 +355,82 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", + "input_type": "imaged_specimen" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "b29a331e-2d7b-507f-8e47-d6151bfeeb21", + "output_type": "image_file" + } + ], + "process_id": "3ac62c33-93e1-56b4-b857-59497f5d942d", + "process_type": "process", + "protocols": [ + { + "protocol_id": "50150415-898c-5dff-826e-55f9cb937b93", + "protocol_type": "imaging_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", + "output_type": "imaged_specimen" + } + ], + "process_id": "ae8529dc-3bc9-5061-828a-3c5dfacded64", + "process_type": "process", + "protocols": [ + { + "protocol_id": "7cd840db-f395-5a61-bd17-72c2b2319c23", + "protocol_type": "imaging_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", + "output_type": "specimen_from_organism" + } + ], + "process_id": "c6b932ff-69f1-58b1-a6e6-30319f04541b", + "process_type": "process", + "protocols": [ + { + "protocol_id": "c5752f73-3511-55e1-95af-040ab3924bce", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/3db604da-940e-49b1-9bcc-25699a55b295.dss.hca.json b/test/indexer/data/3db604da-940e-49b1-9bcc-25699a55b295.dss.hca.json index 0140db290f..9d3d586226 100644 --- a/test/indexer/data/3db604da-940e-49b1-9bcc-25699a55b295.dss.hca.json +++ b/test/indexer/data/3db604da-940e-49b1-9bcc-25699a55b295.dss.hca.json @@ -1,378 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e10b46e9", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "ed58d7f383a2db3e03f396a7b79286e9", - "sha1": "e5b3bc478712fde3f9ebcebe8c05f85a7fd6e8f0", - "sha256": "4bfce2b8d924d03c21ffe10cbd3fffee4458f7f8535ed95f93db5daf8b4cfade", - "size": 1595, - "uuid": "74bc8f6d-ce89-4128-bb4e-f0d527e84e83", - "version": "2018-11-02T17:38:46.014000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7bd0aff4", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "257b480dd6c271bf657cdefd9c6364e0", - "sha1": "e22e863b38e92dacdb8958e95ecbffc965cca9ba", - "sha256": "332a60ebc8fb28bf977be867d57b7b7a675fc544ecc7a0801c16c4fc63d57c50", - "size": 1413, - "uuid": "20356094-b09a-4ed9-bc29-7629ab2c716c", - "version": "2018-11-02T17:38:45.852000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "50c09fbb", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "f3e4502d02198a9f2a3b6e5d474cad26", - "sha1": "7044ee34be7a61b2a16dd28c7b0f47681e936fd1", - "sha256": "48f0bb8436efd7d031b18b7596f8717e44a1baa307221486611b80c7190798ae", - "size": 2415, - "uuid": "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b", - "version": "2018-11-02T17:38:45.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f1f8e937", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "7107eb171f55155985d56a660799d3e5", - "sha1": "7c289c34ba13daef1e6a46dbac14db8a92e0afde", - "sha256": "1eb829b85eb3ad35a2d7e25a7cf26c3860993dfcbdbee59c47f9ae9948fe10e0", - "size": 414, - "uuid": "2e072336-b906-4c9b-a475-ca03f51c8452", - "version": "2018-11-02T18:37:30.666000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ad9fadc6", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "522d19f4a83b363c5891c5c09d7a20b8", - "sha1": "8d605d25fd9dab453ee18f5010d78b3b3047183c", - "sha256": "d873c5779454fc643493f557e9a75b994a213a858f2f6a5ca084c40c4ac63c87", - "size": 411, - "uuid": "2f7c43a5-30e5-443b-951b-b2b5d32bea06", - "version": "2018-11-02T18:37:30.669000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "896ad378", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "85f8ef88783bae19563b12389fc4e738", - "sha1": "28a7234dedc13dbc98a80d935f2066133be4ae0e", - "sha256": "eb460821c8796a50917374a62de7dcdd3ec96b324bdf0ee73b48b6d8732d399b", - "size": 412, - "uuid": "052ee573-ff99-41b8-ad19-eea77a9cce7f", - "version": "2018-11-02T18:37:30.669000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "67cefa6c", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "f3ef8cc4ca70a0627e0c8e7266f3b5f2", - "sha1": "f1a541af6e84075539740032ad05b40fbcb117f4", - "sha256": "27078332b8788d236890ee947f78b08705f03510285f935c22db4bdf20fbff24", - "size": 432, - "uuid": "d2cc22c0-6281-4f31-9ca1-b6ab6f27d2b1", - "version": "2018-11-02T18:37:33.661000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "67961099", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "40bc8f3b27e242fb756bbd162ed60c0e", - "sha1": "80099c90a60c4633122db2a80856390fbc533a67", - "sha256": "c4e51ce3afa584fc5fa935b89cf8a5da60b194a799852d644601617a424bf6c1", - "size": 421, - "uuid": "69559434-0da7-4bdd-a8f4-8be55cdcf45e", - "version": "2018-11-02T18:37:21.650000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "231da337", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "5a1117daec3f34c21323ab719081b9a7", - "sha1": "959f22112013d217db93d8328c7eed5820d4fd2a", - "sha256": "6d6bc59e59be19c74b21fcc7d1ff2b48265176235d1f068319ad287e3f0536a0", - "size": 417, - "uuid": "a1007d9b-6636-4909-9918-4aa85f99e9e7", - "version": "2018-11-02T18:37:33.662000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b956d31e", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "2c762926693a174d836eb740484b0191", - "sha1": "3a4a317f40d503cf55628c5a8b4de5ca53d2334f", - "sha256": "76893ff287dc0a119a510ec6f0c12846105b0ce76febf534942555f41341362a", - "size": 426, - "uuid": "265c105c-803e-4468-a67d-8ba10011fcf1", - "version": "2018-11-02T18:37:27.648000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ee5969cc", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "2fffc3f679ad32a9990b92f0c044df37", - "sha1": "b2cec0030595bbb032f6399d8b323a3db5de3971", - "sha256": "4cae7c430c12734759511b088aabff2e7946821fde13815d2270d8801c3038d4", - "size": 430, - "uuid": "eb4073be-f278-47f3-9f41-8a6e7284b49d", - "version": "2018-11-02T18:37:30.669000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5e660c54", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "12cdeacfb8ff80e05e1ce1cdeae81c26", - "sha1": "7d113380be54626c47bdc9597d6dad0a3a7ed47b", - "sha256": "76502008e3f468e16f7bff5e2b4b5723f1a0d62b0a127932b3855452234230ad", - "size": 427, - "uuid": "487ccf21-6270-4880-b93d-6c80a7e03ca3", - "version": "2018-11-02T18:37:33.662000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "185e98e5", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "8b3093142da4584e8631a132c72abdbd", - "sha1": "04f914c2b9ff814b7b2b682aff896f85168092ad", - "sha256": "6eb8011c0288dab090ceb3760850bd1e325543b52354c180a69eee6823f87e81", - "size": 422, - "uuid": "2046e0bc-be29-4933-8f1a-094aa2bf3172", - "version": "2018-11-02T18:37:36.659000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5c7b363f", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "33f7073e5bbd4f182a5c34a80adf5a6d", - "sha1": "e900d6af6234f82c7c5ebfbc9a4dc87ed45fbe9d", - "sha256": "21598068a7b0b2dc689554643c5423038568f740b007cd47ac3ea527d7ed2c3c", - "size": 418, - "uuid": "f3049150-14c7-4dae-a76c-3a1af9e951a1", - "version": "2018-11-02T18:37:36.660000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b4dd9852", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "e38bc105ed317851a53d9b116a3652c7", - "sha1": "7ab497a21def21fc78436f31e53b719a961f2a9c", - "sha256": "46350d20d98300e1004f202de09e0d30c50ea0f578988ff18b97e33578201c66", - "size": 415, - "uuid": "79dc63a1-8114-495f-80cb-b0c0003d1f5b", - "version": "2018-11-02T18:37:39.656000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d0bc4fb7", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "82f30280aef4c079bf06b5fe1450481a", - "sha1": "40811fa1c194dc932a4ec0f333c7d77b77d91b73", - "sha256": "98b08b191795f9b9b243fdf6e967a528b6a83e3ae7fd887d818e03d6946fe3f9", - "size": 416, - "uuid": "2097f789-3a94-44f0-adc0-b3e76233b5dc", - "version": "2018-11-02T18:37:39.656000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "92bb75dd", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "5d202dee421fd45abec89fa1690b5ed1", - "sha1": "0915ab02b00487029babb68691b14171df943993", - "sha256": "d0bcb86668a9932a644f7ecd68d9affec59dbae1f6cb71e8ab0d0cde0b5db6aa", - "size": 555, - "uuid": "6f725a94-5c81-45e5-8d16-96520aa99703", - "version": "2018-11-02T17:40:58.933000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a28a85b6", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "c1da6c6fd053175b80a607752d9bf641", - "sha1": "4ded3b1c50fd8599d57a5baee41fa25a83f85bf6", - "sha256": "861d5db021901fbcd146030081e7e03bab26627b1edaacee4679e396eae0f16b", - "size": 555, - "uuid": "2db43e94-5208-405e-bc2a-ffade59b94c0", - "version": "2018-11-02T17:40:59.927000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7e55ca8c", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "b9aa6132c58fde767746e1ff59ee4828", - "sha1": "b5316fc2e0721ee2f15cf97bd020da53614df408", - "sha256": "775e4deacd565e925f3aaf6bf6091fa7a3068fddd7addaf7a4666b40f907aee2", - "size": 556, - "uuid": "62d33b9a-d413-45d0-b8c7-c3135922b4b1", - "version": "2018-11-02T17:40:58.349000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "78b14e58", - "indexed": true, - "name": "project_0.json", - "s3_etag": "2849cc2159edb62b21d3f106ae89cc7e", - "sha1": "06def57c0f1ba638ca4f7966c516ea60a72d7623", - "sha256": "4777b3cf050ea5a27c5c369a96b9c539750a086580c034d49f9a3f6130878fe4", - "size": 4477, - "uuid": "ed79221b-9713-44cd-94af-183f88c348cd", - "version": "2018-11-02T17:38:45.615000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "66431875", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": "9395db445960743c3e8fcbae0bbe4712", - "sha1": "20c9646c6625fe28a84a9f19210d96ee09334aab", - "sha256": "4431f1fd50d12062301c1a6fccec46d0591b0e615399a24936b91026bba4daaf", - "size": 508, - "uuid": "4d6f7580-ce81-4a81-9c2c-872fcb23b7cd", - "version": "2018-11-02T18:31:42.607000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e3868b19", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "5b44f01de07c05078fbdb1847d956549", - "sha1": "ec3535e56ee6d787a63f333fd2cb470069132673", - "sha256": "e5bc952b41aeefcb817417f649a6554cf4c9f8e8820e6e0b6ab287d2546ea0cd", - "size": 1337, - "uuid": "7d50cf99-37b1-413d-ab4f-37428f9ce723", - "version": "2018-11-02T17:38:45.659000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "f10fbbe6", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "e89be179de63b9733690d8fe8d6aa953", - "sha1": "53ef5c4e8dccee345665354dfa0cbea20828d965", - "sha256": "3ec9423039459258cfc8befaf10e0ca618bcd53f7e638f2e73c28ea2e74aaf51", - "size": 1019, - "uuid": "94ca10f5-6937-4b13-b7ce-2935cad90f94", - "version": "2018-11-02T17:38:45.681000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "1bff24d0", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "ed791029642c9eedffb896d7ed880a04", - "sha1": "bd146566331789bbdbafdc8b7a519dcee5463a03", - "sha256": "3dc33ee8f3f829d56ad21ed0e4a003fb07649e2f04f9c7f11c35637d6e6489fc", - "size": 728, - "uuid": "b0dac4c3-a81c-4241-ba52-3e468746618b", - "version": "2018-11-02T17:38:45.674000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "d318e79f", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "d9ad4b5575d9d7a88e3f3b0abdbc9112", - "sha1": "bbf8572deac021cb4d00f8b56ae7c088cfc24658", - "sha256": "badfbe546a54b0e084a04780f603096a98726e9a1a85f71c9fcecefc6ca0fe6d", - "size": 875, - "uuid": "5077e4f3-3be8-463a-8cc9-024d7905c65e", - "version": "2018-11-02T17:38:45.601000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "cc0b1904", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "281fce1ca5d9eedc406ff65199202046", - "sha1": "6bd23a3f3fdf3818cdfc6efcaf242f443516c7fc", - "sha256": "30f8c2e83a1ad1e521ddd34c32962aaef92fda2133cab9887d67515dde2260fd", - "size": 1241, - "uuid": "139304c2-732a-4603-97e5-2db92ab6ec9f", - "version": "2018-11-02T17:38:45.683000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0fb93c10", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "a98a4a0a1cde10ce48a6874a75cda914", - "sha1": "b9d27d7f9db8e50773fb8fb6698076d8d0df77cc", - "sha256": "aa8bfd11c6c258ab96a351bdaa7b339f57dbdbecac5a65f5c357ba3a934ba5ab", - "size": 6616, - "uuid": "b7a172d6-dbb1-41f3-8ae4-7807e1eca803", - "version": "2018-11-02T18:31:42.681000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b12fb5c1", - "indexed": true, - "name": "process_0.json", - "s3_etag": "fb6bc13805c80b1f0138accca97aa9cc", - "sha1": "983268dfeeb9b0a749ac3ba9c279b4c694bee844", - "sha256": "3560b79137c7a4061bd6d398185149246ffb3107e9d855c0709615b522053dd4", - "size": 383, - "uuid": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", - "version": "2018-11-02T17:38:46.112000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "93c9ef38", - "indexed": true, - "name": "process_1.json", - "s3_etag": "a0e98fd8a3849fabdbc2b5ff292defb1", - "sha1": "b89e6a62fda8903d9ac6967b85ff17cf148532a6", - "sha256": "55a3f100e1c18775ddf29841ed35c5c18677466a2ce8dbb0d54e1823e75dfd7b", - "size": 388, - "uuid": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", - "version": "2018-11-02T17:38:45.753000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "00a31bbe", - "indexed": true, - "name": "process_2.json", - "s3_etag": "245466e5bf3286eb34faedd086cbe527", - "sha1": "2bd0dc1887431caa83b299d0722f4fbd9f834056", - "sha256": "1e72d9258449f6400bfd89d35935ae5eeba1bdd20ea67c76d431232047a1ec17", - "size": 388, - "uuid": "8fa0c554-2503-408b-9f3b-6145463db850", - "version": "2018-11-02T17:38:45.850000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "567cca4c", - "indexed": true, - "name": "links.json", - "s3_etag": "4a7aeb9e5b2d42d416248c035df24104", - "sha1": "2f9e6ece95cd5a7484f9b1913c00a0e0e168712c", - "sha256": "47d51681a3515d86141c98265b328881c5130743c02f07fa087e4c21e8cb1ca4", - "size": 7987, - "uuid": "a45e08a3-a4c0-4710-8be0-0fc3ab52ceb8", - "version": "2018-11-02T18:40:10.540316Z" - }, - { + "manifest": { + "analysis_file/2e072336-b906-4c9b-a475-ca03f51c8452": { + "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "ce4f092f", "indexed": false, @@ -384,7 +13,7 @@ "uuid": "ad2c5318-622f-460c-87b2-56409bd1e3c5", "version": "2018-11-02T18:40:10.799791Z" }, - { + "analysis_file/2f7c43a5-30e5-443b-951b-b2b5d32bea06": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -396,7 +25,7 @@ "uuid": "e53b2e50-be34-4c63-888f-2b71c12f01f9", "version": "2018-11-02T18:40:11.000085Z" }, - { + "analysis_file/052ee573-ff99-41b8-ad19-eea77a9cce7f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "62f19998", "indexed": false, @@ -408,7 +37,7 @@ "uuid": "2d8a1cf2-be42-4973-bce0-9d4fc2c76d5e", "version": "2018-11-02T18:40:11.266854Z" }, - { + "analysis_file/d2cc22c0-6281-4f31-9ca1-b6ab6f27d2b1": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e9fca42f", "indexed": false, @@ -420,7 +49,7 @@ "uuid": "eedb5bdd-ebe4-4c89-8b53-edfcafc32f23", "version": "2018-11-02T18:40:11.459826Z" }, - { + "analysis_file/69559434-0da7-4bdd-a8f4-8be55cdcf45e": { "content-type": "text/csv; dcp-type=data", "crc32c": "d2b3ada1", "indexed": false, @@ -432,7 +61,7 @@ "uuid": "d430490a-35aa-498f-a5f3-19613a2a464c", "version": "2018-11-02T18:40:11.948974Z" }, - { + "analysis_file/a1007d9b-6636-4909-9918-4aa85f99e9e7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2447af7d", "indexed": false, @@ -444,7 +73,7 @@ "uuid": "fb1e7b89-8c5b-4141-b574-afe59ce86208", "version": "2018-11-02T18:40:12.199330Z" }, - { + "analysis_file/265c105c-803e-4468-a67d-8ba10011fcf1": { "content-type": "application/gzip; dcp-type=data", "crc32c": "3e6120c7", "indexed": false, @@ -456,7 +85,7 @@ "uuid": "692ccec3-2a60-4be9-aa2b-e09d15db1162", "version": "2018-11-02T18:40:12.584705Z" }, - { + "analysis_file/eb4073be-f278-47f3-9f41-8a6e7284b49d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6dfbc945", "indexed": false, @@ -468,7 +97,7 @@ "uuid": "eac33ee2-6e00-4ca9-82a5-731514904708", "version": "2018-11-02T18:40:12.784937Z" }, - { + "analysis_file/487ccf21-6270-4880-b93d-6c80a7e03ca3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "922282c3", "indexed": false, @@ -480,7 +109,7 @@ "uuid": "e7feb139-89a3-4df0-b55c-3a55ea9b64de", "version": "2018-11-02T18:40:13.146629Z" }, - { + "analysis_file/2046e0bc-be29-4933-8f1a-094aa2bf3172": { "content-type": "text/html; dcp-type=data", "crc32c": "38b8d336", "indexed": false, @@ -492,7 +121,7 @@ "uuid": "e7f1fd99-0fa8-485f-93fc-a20363e78862", "version": "2018-11-02T18:40:13.548803Z" }, - { + "analysis_file/f3049150-14c7-4dae-a76c-3a1af9e951a1": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7c54ea3d", "indexed": false, @@ -504,7 +133,7 @@ "uuid": "d836afba-f88f-4892-9ab7-b3bc2b6b274f", "version": "2018-11-02T18:40:14.848102Z" }, - { + "analysis_file/79dc63a1-8114-495f-80cb-b0c0003d1f5b": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -516,7 +145,7 @@ "uuid": "ee93b4c0-ef0c-4a93-af64-39b55479a947", "version": "2018-11-02T18:40:15.020102Z" }, - { + "analysis_file/2097f789-3a94-44f0-adc0-b3e76233b5dc": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "275878e7", "indexed": false, @@ -528,7 +157,7 @@ "uuid": "02e0416b-3bee-44f7-a85d-590a10f5ad03", "version": "2018-11-02T18:40:15.177006Z" }, - { + "sequence_file/6f725a94-5c81-45e5-8d16-96520aa99703": { "content-type": "application/gzip; dcp-type=data", "crc32c": "0dd4606e", "indexed": false, @@ -540,7 +169,7 @@ "uuid": "41ceb219-bc6f-44fc-a5e7-e078dbeb3885", "version": "2018-11-02T17:42:16.609368Z" }, - { + "sequence_file/2db43e94-5208-405e-bc2a-ffade59b94c0": { "content-type": "application/gzip; dcp-type=data", "crc32c": "3106c234", "indexed": false, @@ -552,7 +181,7 @@ "uuid": "7033153b-f522-4fca-9c48-7cbdeaf0ef36", "version": "2018-11-02T17:42:16.882358Z" }, - { + "sequence_file/62d33b9a-d413-45d0-b8c7-c3135922b4b1": { "content-type": "application/gzip; dcp-type=data", "crc32c": "edc27e7c", "indexed": false, @@ -564,9 +193,9 @@ "uuid": "b867ddee-c11d-4c61-9bd6-dbe60378303f", "version": "2018-11-02T17:42:17.032860Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/74bc8f6d-ce89-4128-bb4e-f0d527e84e83": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -612,7 +241,7 @@ "update_date": "2018-11-02T17:38:46.014Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/20356094-b09a-4ed9-bc29-7629ab2c716c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -659,7 +288,7 @@ "update_date": "2018-11-02T17:38:45.852Z" } }, - "donor_organism_0.json": { + "donor_organism/560dcb19-ddbb-4c8b-b2d9-fece4d167d7b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -739,7 +368,7 @@ "update_date": "2018-11-02T17:38:45.792Z" } }, - "analysis_file_0.json": { + "analysis_file/2e072336-b906-4c9b-a475-ca03f51c8452": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -752,7 +381,7 @@ "update_date": "2018-11-02T18:37:30.666Z" } }, - "analysis_file_1.json": { + "analysis_file/2f7c43a5-30e5-443b-951b-b2b5d32bea06": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -765,7 +394,7 @@ "update_date": "2018-11-02T18:37:30.669Z" } }, - "analysis_file_2.json": { + "analysis_file/052ee573-ff99-41b8-ad19-eea77a9cce7f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -778,7 +407,7 @@ "update_date": "2018-11-02T18:37:30.669Z" } }, - "analysis_file_3.json": { + "analysis_file/d2cc22c0-6281-4f31-9ca1-b6ab6f27d2b1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -791,7 +420,7 @@ "update_date": "2018-11-02T18:37:33.661Z" } }, - "analysis_file_4.json": { + "analysis_file/69559434-0da7-4bdd-a8f4-8be55cdcf45e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -804,7 +433,7 @@ "update_date": "2018-11-02T18:37:21.650Z" } }, - "analysis_file_5.json": { + "analysis_file/a1007d9b-6636-4909-9918-4aa85f99e9e7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -817,7 +446,7 @@ "update_date": "2018-11-02T18:37:33.662Z" } }, - "analysis_file_6.json": { + "analysis_file/265c105c-803e-4468-a67d-8ba10011fcf1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -830,7 +459,7 @@ "update_date": "2018-11-02T18:37:27.648Z" } }, - "analysis_file_7.json": { + "analysis_file/eb4073be-f278-47f3-9f41-8a6e7284b49d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -843,7 +472,7 @@ "update_date": "2018-11-02T18:37:30.669Z" } }, - "analysis_file_8.json": { + "analysis_file/487ccf21-6270-4880-b93d-6c80a7e03ca3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -856,7 +485,7 @@ "update_date": "2018-11-02T18:37:33.662Z" } }, - "analysis_file_9.json": { + "analysis_file/2046e0bc-be29-4933-8f1a-094aa2bf3172": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -869,7 +498,7 @@ "update_date": "2018-11-02T18:37:36.659Z" } }, - "analysis_file_10.json": { + "analysis_file/f3049150-14c7-4dae-a76c-3a1af9e951a1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -882,7 +511,7 @@ "update_date": "2018-11-02T18:37:36.660Z" } }, - "analysis_file_11.json": { + "analysis_file/79dc63a1-8114-495f-80cb-b0c0003d1f5b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -895,7 +524,7 @@ "update_date": "2018-11-02T18:37:39.656Z" } }, - "analysis_file_12.json": { + "analysis_file/2097f789-3a94-44f0-adc0-b3e76233b5dc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -908,7 +537,7 @@ "update_date": "2018-11-02T18:37:39.656Z" } }, - "sequence_file_0.json": { + "sequence_file/6f725a94-5c81-45e5-8d16-96520aa99703": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -927,7 +556,7 @@ "update_date": "2018-11-02T17:40:58.933Z" } }, - "sequence_file_1.json": { + "sequence_file/2db43e94-5208-405e-bc2a-ffade59b94c0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -946,7 +575,7 @@ "update_date": "2018-11-02T17:40:59.927Z" } }, - "sequence_file_2.json": { + "sequence_file/62d33b9a-d413-45d0-b8c7-c3135922b4b1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -965,7 +594,7 @@ "update_date": "2018-11-02T17:40:58.349Z" } }, - "project_0.json": { + "project/ed79221b-9713-44cd-94af-183f88c348cd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1015,7 +644,7 @@ "update_date": "2018-11-02T17:38:45.615Z" } }, - "analysis_protocol_0.json": { + "analysis_protocol/4d6f7580-ce81-4a81-9c2c-872fcb23b7cd": { "computational_method": "10x", "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/analysis/8.0.3/analysis_protocol", "protocol_core": { @@ -1031,7 +660,7 @@ "update_date": "2018-11-02T18:31:42.607Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/7d50cf99-37b1-413d-ab4f-37428f9ce723": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1070,7 +699,7 @@ "update_date": "2018-11-02T17:38:45.659Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/94ca10f5-6937-4b13-b7ce-2935cad90f94": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.3/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1100,7 +729,7 @@ "update_date": "2018-11-02T17:38:45.681Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/b0dac4c3-a81c-4241-ba52-3e468746618b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1119,7 +748,7 @@ "update_date": "2018-11-02T17:38:45.674Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/5077e4f3-3be8-463a-8cc9-024d7905c65e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1142,7 +771,7 @@ "update_date": "2018-11-02T17:38:45.601Z" } }, - "collection_protocol_0.json": { + "collection_protocol/139304c2-732a-4603-97e5-2db92ab6ec9f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.6/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1174,7 +803,7 @@ "update_date": "2018-11-02T17:38:45.683Z" } }, - "analysis_process_0.json": { + "analysis_process/b7a172d6-dbb1-41f3-8ae4-7807e1eca803": { "analysis_run_type": "run", "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -1338,7 +967,7 @@ "update_date": "2018-11-02T18:31:42.681Z" } }, - "process_0.json": { + "process/8818b2e9-1c7d-4dd3-9acc-64de03c6f304": { "process_core": { "process_id": "bundle1" }, @@ -1350,7 +979,7 @@ "update_date": "2018-11-02T17:38:46.112Z" } }, - "process_1.json": { + "process/3809cc86-0ccb-4d2e-8520-24dcd9eda874": { "process_core": { "process_id": "process_id_2" }, @@ -1362,7 +991,7 @@ "update_date": "2018-11-02T17:38:45.753Z" } }, - "process_2.json": { + "process/8fa0c554-2503-408b-9f3b-6145463db850": { "process_core": { "process_id": "process_id_1" }, @@ -1373,227 +1002,228 @@ "submission_date": "2018-11-02T17:38:40.299Z", "update_date": "2018-11-02T17:38:45.850Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "b7a172d6-dbb1-41f3-8ae4-7807e1eca803", - "inputs": [ - "6f725a94-5c81-45e5-8d16-96520aa99703", - "2db43e94-5208-405e-bc2a-ffade59b94c0", - "62d33b9a-d413-45d0-b8c7-c3135922b4b1" - ], - "input_type": "file", - "outputs": [ - "2e072336-b906-4c9b-a475-ca03f51c8452", - "2f7c43a5-30e5-443b-951b-b2b5d32bea06", - "052ee573-ff99-41b8-ad19-eea77a9cce7f", - "d2cc22c0-6281-4f31-9ca1-b6ab6f27d2b1", - "69559434-0da7-4bdd-a8f4-8be55cdcf45e", - "a1007d9b-6636-4909-9918-4aa85f99e9e7", - "265c105c-803e-4468-a67d-8ba10011fcf1", - "eb4073be-f278-47f3-9f41-8a6e7284b49d", - "487ccf21-6270-4880-b93d-6c80a7e03ca3", - "2046e0bc-be29-4933-8f1a-094aa2bf3172", - "f3049150-14c7-4dae-a76c-3a1af9e951a1", - "79dc63a1-8114-495f-80cb-b0c0003d1f5b", - "2097f789-3a94-44f0-adc0-b3e76233b5dc" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "4d6f7580-ce81-4a81-9c2c-872fcb23b7cd" - } - ] - }, - { - "process": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", - "inputs": [ - "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" - ], - "input_type": "biomaterial", - "outputs": [ - "6f725a94-5c81-45e5-8d16-96520aa99703", - "2db43e94-5208-405e-bc2a-ffade59b94c0", - "62d33b9a-d413-45d0-b8c7-c3135922b4b1" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7d50cf99-37b1-413d-ab4f-37428f9ce723" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "94ca10f5-6937-4b13-b7ce-2935cad90f94" - } - ] - }, - { - "process": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", - "inputs": [ - "20356094-b09a-4ed9-bc29-7629ab2c716c" - ], - "input_type": "biomaterial", - "outputs": [ - "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "b0dac4c3-a81c-4241-ba52-3e468746618b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5077e4f3-3be8-463a-8cc9-024d7905c65e" - } - ] - }, - { - "process": "8fa0c554-2503-408b-9f3b-6145463db850", - "inputs": [ - "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b" - ], - "input_type": "biomaterial", - "outputs": [ - "20356094-b09a-4ed9-bc29-7629ab2c716c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "139304c2-732a-4603-97e5-2db92ab6ec9f" - } - ] - }, - { - "process": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", - "inputs": [ - "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" - ], - "input_type": "biomaterial", - "outputs": [ - "6f725a94-5c81-45e5-8d16-96520aa99703", - "2db43e94-5208-405e-bc2a-ffade59b94c0", - "62d33b9a-d413-45d0-b8c7-c3135922b4b1" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7d50cf99-37b1-413d-ab4f-37428f9ce723" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "94ca10f5-6937-4b13-b7ce-2935cad90f94" - } - ] - }, - { - "process": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", - "inputs": [ - "20356094-b09a-4ed9-bc29-7629ab2c716c" - ], - "input_type": "biomaterial", - "outputs": [ - "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "b0dac4c3-a81c-4241-ba52-3e468746618b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5077e4f3-3be8-463a-8cc9-024d7905c65e" - } - ] - }, - { - "process": "8fa0c554-2503-408b-9f3b-6145463db850", - "inputs": [ - "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b" - ], - "input_type": "biomaterial", - "outputs": [ - "20356094-b09a-4ed9-bc29-7629ab2c716c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "139304c2-732a-4603-97e5-2db92ab6ec9f" - } - ] - }, - { - "process": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", - "inputs": [ - "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" - ], - "input_type": "biomaterial", - "outputs": [ - "6f725a94-5c81-45e5-8d16-96520aa99703", - "2db43e94-5208-405e-bc2a-ffade59b94c0", - "62d33b9a-d413-45d0-b8c7-c3135922b4b1" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7d50cf99-37b1-413d-ab4f-37428f9ce723" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "94ca10f5-6937-4b13-b7ce-2935cad90f94" - } - ] - }, - { - "process": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", - "inputs": [ - "20356094-b09a-4ed9-bc29-7629ab2c716c" - ], - "input_type": "biomaterial", - "outputs": [ - "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "b0dac4c3-a81c-4241-ba52-3e468746618b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5077e4f3-3be8-463a-8cc9-024d7905c65e" - } - ] - }, - { - "process": "8fa0c554-2503-408b-9f3b-6145463db850", - "inputs": [ - "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b" - ], - "input_type": "biomaterial", - "outputs": [ - "20356094-b09a-4ed9-bc29-7629ab2c716c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "139304c2-732a-4603-97e5-2db92ab6ec9f" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "b7a172d6-dbb1-41f3-8ae4-7807e1eca803", + "inputs": [ + "6f725a94-5c81-45e5-8d16-96520aa99703", + "2db43e94-5208-405e-bc2a-ffade59b94c0", + "62d33b9a-d413-45d0-b8c7-c3135922b4b1" + ], + "input_type": "file", + "outputs": [ + "2e072336-b906-4c9b-a475-ca03f51c8452", + "2f7c43a5-30e5-443b-951b-b2b5d32bea06", + "052ee573-ff99-41b8-ad19-eea77a9cce7f", + "d2cc22c0-6281-4f31-9ca1-b6ab6f27d2b1", + "69559434-0da7-4bdd-a8f4-8be55cdcf45e", + "a1007d9b-6636-4909-9918-4aa85f99e9e7", + "265c105c-803e-4468-a67d-8ba10011fcf1", + "eb4073be-f278-47f3-9f41-8a6e7284b49d", + "487ccf21-6270-4880-b93d-6c80a7e03ca3", + "2046e0bc-be29-4933-8f1a-094aa2bf3172", + "f3049150-14c7-4dae-a76c-3a1af9e951a1", + "79dc63a1-8114-495f-80cb-b0c0003d1f5b", + "2097f789-3a94-44f0-adc0-b3e76233b5dc" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "4d6f7580-ce81-4a81-9c2c-872fcb23b7cd" + } + ] + }, + { + "process": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", + "inputs": [ + "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" + ], + "input_type": "biomaterial", + "outputs": [ + "6f725a94-5c81-45e5-8d16-96520aa99703", + "2db43e94-5208-405e-bc2a-ffade59b94c0", + "62d33b9a-d413-45d0-b8c7-c3135922b4b1" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7d50cf99-37b1-413d-ab4f-37428f9ce723" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "94ca10f5-6937-4b13-b7ce-2935cad90f94" + } + ] + }, + { + "process": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", + "inputs": [ + "20356094-b09a-4ed9-bc29-7629ab2c716c" + ], + "input_type": "biomaterial", + "outputs": [ + "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "b0dac4c3-a81c-4241-ba52-3e468746618b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5077e4f3-3be8-463a-8cc9-024d7905c65e" + } + ] + }, + { + "process": "8fa0c554-2503-408b-9f3b-6145463db850", + "inputs": [ + "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b" + ], + "input_type": "biomaterial", + "outputs": [ + "20356094-b09a-4ed9-bc29-7629ab2c716c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "139304c2-732a-4603-97e5-2db92ab6ec9f" + } + ] + }, + { + "process": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", + "inputs": [ + "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" + ], + "input_type": "biomaterial", + "outputs": [ + "6f725a94-5c81-45e5-8d16-96520aa99703", + "2db43e94-5208-405e-bc2a-ffade59b94c0", + "62d33b9a-d413-45d0-b8c7-c3135922b4b1" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7d50cf99-37b1-413d-ab4f-37428f9ce723" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "94ca10f5-6937-4b13-b7ce-2935cad90f94" + } + ] + }, + { + "process": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", + "inputs": [ + "20356094-b09a-4ed9-bc29-7629ab2c716c" + ], + "input_type": "biomaterial", + "outputs": [ + "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "b0dac4c3-a81c-4241-ba52-3e468746618b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5077e4f3-3be8-463a-8cc9-024d7905c65e" + } + ] + }, + { + "process": "8fa0c554-2503-408b-9f3b-6145463db850", + "inputs": [ + "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b" + ], + "input_type": "biomaterial", + "outputs": [ + "20356094-b09a-4ed9-bc29-7629ab2c716c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "139304c2-732a-4603-97e5-2db92ab6ec9f" + } + ] + }, + { + "process": "8818b2e9-1c7d-4dd3-9acc-64de03c6f304", + "inputs": [ + "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" + ], + "input_type": "biomaterial", + "outputs": [ + "6f725a94-5c81-45e5-8d16-96520aa99703", + "2db43e94-5208-405e-bc2a-ffade59b94c0", + "62d33b9a-d413-45d0-b8c7-c3135922b4b1" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7d50cf99-37b1-413d-ab4f-37428f9ce723" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "94ca10f5-6937-4b13-b7ce-2935cad90f94" + } + ] + }, + { + "process": "3809cc86-0ccb-4d2e-8520-24dcd9eda874", + "inputs": [ + "20356094-b09a-4ed9-bc29-7629ab2c716c" + ], + "input_type": "biomaterial", + "outputs": [ + "74bc8f6d-ce89-4128-bb4e-f0d527e84e83" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "b0dac4c3-a81c-4241-ba52-3e468746618b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5077e4f3-3be8-463a-8cc9-024d7905c65e" + } + ] + }, + { + "process": "8fa0c554-2503-408b-9f3b-6145463db850", + "inputs": [ + "560dcb19-ddbb-4c8b-b2d9-fece4d167d7b" + ], + "input_type": "biomaterial", + "outputs": [ + "20356094-b09a-4ed9-bc29-7629ab2c716c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "139304c2-732a-4603-97e5-2db92ab6ec9f" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/3f8176ff-61a7-4504-a57c-fc70f38d5b13.dss.hca.json b/test/indexer/data/3f8176ff-61a7-4504-a57c-fc70f38d5b13.dss.hca.json index 3a1276a7d6..aafd040317 100644 --- a/test/indexer/data/3f8176ff-61a7-4504-a57c-fc70f38d5b13.dss.hca.json +++ b/test/indexer/data/3f8176ff-61a7-4504-a57c-fc70f38d5b13.dss.hca.json @@ -1,594 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5033f45c", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "80ac525984d01edf1dc8be6b421e4e55", - "sha1": "d100cbc1454f19df841b0ce6a130c4baeca29315", - "sha256": "6245b65b51a1a66bcd5ff321b1e54f84b2ab2fb681042bb02ce7f420a524ff44", - "size": 739, - "uuid": "02201088-f3be-46ce-bb04-e7c464189900", - "version": "2018-10-16T08:05:07.167000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b75f093b", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "8270b2ed23f9b1e22f16c8b8228e1f0e", - "sha1": "7beb9aae17fdf9a938849194eb92860cb613f0a3", - "sha256": "f099ce4eed5afc1da276a55cd51e6ed403036d6d01fb8ec1ea62922dad89dac6", - "size": 913, - "uuid": "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92", - "version": "2018-10-16T08:03:01.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0d004377", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "48e09a57ca0c513584e130a58eff4c9f", - "sha1": "58e7cd344dbe265f2e24b2f04e042f95b9632e0e", - "sha256": "5e0d7a3830a14134ee5fcc9dfa458a285f9bbd35ea25baf71046dacbdd856a6f", - "size": 1129, - "uuid": "d919428e-d58b-4815-b36a-c9f186df6582", - "version": "2018-10-16T07:55:45.931000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "00ec5c45", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "45d3a14d2fa3a274eed35b062ac87f14", - "sha1": "6aff539ca851b8474f2372938cfdac5e2e2d41a1", - "sha256": "3f07f3dcb16de824843a27ece188016caf485e350d5c8afa589eb5aba42ce6ae", - "size": 471, - "uuid": "3404deaa-6274-4b78-99ae-442dd401714c", - "version": "2018-10-24T23:40:09.753000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1b79818f", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "0205fb39e9b195c165c6cdfc25dff178", - "sha1": "76ab3f9d837b3294e6751cb4beb96788c8282b9c", - "sha256": "016ebfb89087ccdb0e1827abb12d102d91fbc6d89a5d3ba4c6a53ff253ba7789", - "size": 465, - "uuid": "884d5482-3432-4259-b551-955ba35becc2", - "version": "2018-10-24T23:40:06.755000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "16305cc9", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "6d051d9d42647f36c0c18e57bd310b2f", - "sha1": "c899d49317be7f43ab65ffa9ff2e487731e18b75", - "sha256": "b729f77bbc1ca35fe720b4684c6fedb6d613823b750b0cb63ff94f648fafccf9", - "size": 470, - "uuid": "77d3b337-d169-44a5-9b6a-be1c6d1b31b7", - "version": "2018-10-24T23:40:09.754000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f8ca6138", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "31d8b7b22ce129436492cfde2cb8fce8", - "sha1": "1cfd9201ca4f08e084c012b050452876868f74e5", - "sha256": "dae3690fc02ef06cbaa5c011f6d3192bdfa05e5784d28cb580ad49efb46a53ab", - "size": 474, - "uuid": "b115459d-d690-418c-a608-48ede1cc5a43", - "version": "2018-10-24T23:40:06.755000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1e40905", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "260fcd66b2d80f4dfcb45f18147e5fc1", - "sha1": "701c9d711f73357ac7d39028cf89de979ceaaf63", - "sha256": "15153d10a7cb1eb27277c02d36afd03e23b7248a0f5d55d7a67be7c8ff4f3c25", - "size": 457, - "uuid": "05ea34ca-995b-4c30-9f87-81ad07e61305", - "version": "2018-10-24T23:40:12.765000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f92a5bfe", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "a799d0dddb53457e0ee906d3bf49202f", - "sha1": "dc936bc49be620da356e8b02ee6e841b925319a8", - "sha256": "e2adb5483b285bbcd3e254863aae000cf1371219975a3e5d92f8a3651706baa2", - "size": 446, - "uuid": "03e676dd-1718-40e0-a246-f3c6a594e334", - "version": "2018-10-24T23:40:18.754000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "20f7dab7", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "28ec21724cc3e0136e804498e5069af9", - "sha1": "fc4874e29c42132e5b3512fc7dde266b4a29b674", - "sha256": "b225df57897d1b8b7bbd5e069ded1b2f1cafc7147b4b88d3547d33456bbd022b", - "size": 467, - "uuid": "19fee968-3d70-43a1-a64a-a778d656bd2e", - "version": "2018-10-24T23:40:21.780000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "79f09265", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "0a8a544f86be13fb59bf50c8115e9751", - "sha1": "38ccbcd1b56fa65e36bca54b85bd72dd0cf6268b", - "sha256": "ea40665e2606be47016aa968fd3b0085e7dd3dfaa464f4379704d800e136c7a7", - "size": 477, - "uuid": "edd03152-3219-41cd-9129-62f2e8944e91", - "version": "2018-10-24T23:40:21.759000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6023f197", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "12884ae78532315a609cc90642c92b95", - "sha1": "f022508de67373ca8991369b14cbb9fa74f34b65", - "sha256": "72dbc1027a1fa86bfd63ac50c423bfd03e7d045d72e87b48f3ef2ddc79e9d0fe", - "size": 464, - "uuid": "e8972873-6e54-40d8-85ca-790a8d5688d0", - "version": "2018-10-24T23:40:21.780000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a9e7c2fa", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "7da1e5953dc1c9ff16c8496dbbb1077e", - "sha1": "863d8d9f7708da4bcda450f4229f12a75d753665", - "sha256": "7ff43510921413fa22e5fa26818a4331d089f0470dade9536bba567ae3a753e5", - "size": 450, - "uuid": "babd98f7-c1ae-4a5d-bf85-7cb347a3ce96", - "version": "2018-10-24T23:40:24.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "94b275c7", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "448d7d60282d3eba446711e76256980e", - "sha1": "8d041510ec95a5d1aa15409658f53d096a1cc59b", - "sha256": "a68443a03480a44dafa8730464c4fce1d7fbd90d20883780ada193db6621e8b1", - "size": 469, - "uuid": "3314dd32-6acf-4841-83a4-03d4807d1365", - "version": "2018-10-24T23:40:24.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ce64504a", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "4058897f0648b1a7090993c1390afd6d", - "sha1": "c368ebb8d01f277b5f59bb6ed0a3c59578df860a", - "sha256": "8186c2c7c79db79afc185101171a6e19f77b2b7029d431a7f7676c051d68660f", - "size": 470, - "uuid": "f6e76583-bc31-41e1-8695-7198e7842ea0", - "version": "2018-10-24T23:40:24.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f670be0", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "8345a677e2b0262834cf9f0d9b78201f", - "sha1": "d1cd085343985c00734b0a826b4750e035903457", - "sha256": "3cf20617938fba1cd2bebaec7dfcb09c65b0ece989b5ff843407f0eabe008df1", - "size": 445, - "uuid": "f2473460-2b19-4b16-97c7-6eaa9060df6f", - "version": "2018-10-24T23:40:12.765000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "010bd17d", - "indexed": true, - "name": "analysis_file_13.json", - "s3_etag": "ae3597538eac2304f9aa27edca988e99", - "sha1": "a83aba8e2c79b35452260d3edc2fdfc4fbd656ea", - "sha256": "3ca8a366d5b44fac92c9eb3be295eede17c247ffe71154f00b65e41f12861f5c", - "size": 449, - "uuid": "0fa2c00a-02e4-444d-998d-b812d647565f", - "version": "2018-10-24T23:40:06.756000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9e614360", - "indexed": true, - "name": "analysis_file_14.json", - "s3_etag": "660cb3d889f1c4c1811213eff4f1f8ba", - "sha1": "87251838749e89b8b294971c02db7297f2e08748", - "sha256": "39d916cb2acc6bb6c5ddaaa36a1a8f79f28f38f6ef2cd6d393557e3858093e0d", - "size": 447, - "uuid": "09989709-cca8-4f82-a07f-6fa6a9fa3e03", - "version": "2018-10-24T23:40:27.764000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5e1b8ede", - "indexed": true, - "name": "analysis_file_15.json", - "s3_etag": "7f6993f766a15021273ae7467ac235aa", - "sha1": "98f1f6f07a3bd6550e94e720085e1a9ca1b891c9", - "sha256": "4dda30018c046179330e5152a74fceb4378f95a62902680723da06f196c0e09b", - "size": 461, - "uuid": "020634de-da4b-47bb-b084-8c2d7e70ae17", - "version": "2018-10-24T23:40:15.768000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "95710df1", - "indexed": true, - "name": "analysis_file_16.json", - "s3_etag": "446d096b1ac063842b74b046c0808125", - "sha1": "295c63e818f68211fc083deb42b796f7f6237861", - "sha256": "15615914c2e611896d45cd6ea65b7ee80c83bbb9c31ed0f641a4b3d3b26bcf9d", - "size": 464, - "uuid": "f6a47716-c494-4229-85e9-bd1f20afa5d1", - "version": "2018-10-24T23:40:18.758000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ed0b27aa", - "indexed": true, - "name": "analysis_file_17.json", - "s3_etag": "9947fecb044a111ebea741f57e2aa3b5", - "sha1": "b691afa5afb598a1a49c8004f9b656e7b3c7b216", - "sha256": "0774bd2cf4ab95717a446e141ec80c6a4fa689402bb062842d621a5f150f1530", - "size": 454, - "uuid": "c82423e7-a621-4fee-bed2-5efa916124e3", - "version": "2018-10-24T23:40:27.770000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "00fa8a99", - "indexed": true, - "name": "analysis_file_18.json", - "s3_etag": "3379d1bf479721ea2a360863e23cd1e4", - "sha1": "a04f7d537f2641e32f6c1485a3d3599055c3d68a", - "sha256": "1e25bee1ebe277665028d3c5a00e328289c4d11e20ba461fbb8f7b1462fb1d1c", - "size": 455, - "uuid": "401a3d93-c4c9-4f59-960e-41de71839619", - "version": "2018-10-24T23:40:27.759000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9eed790b", - "indexed": true, - "name": "analysis_file_19.json", - "s3_etag": "cde9972958c2918d340b65efa4eb0dc2", - "sha1": "8119513a6ceac04f5d9a4508b84f9c431cd9d038", - "sha256": "af2b945817ac633971720a6db597ca31f721c75027b19aadedda81fa26c7cb86", - "size": 463, - "uuid": "f06c17a5-8197-4b6f-928a-55ffa8d796d2", - "version": "2018-10-24T23:40:30.762000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "950cd395", - "indexed": true, - "name": "analysis_file_20.json", - "s3_etag": "5be6e2b78d56e3c96894a908cb7f7336", - "sha1": "f149dd8c2d4ba1814aea0fced5b5b71f94b6a0c4", - "sha256": "56dfb8f5ea409a50097f41703c70974e7d8aa76a18c0f1ff3a6c07b0e5368d8d", - "size": 457, - "uuid": "95bdd09a-cc14-4a7b-b0f8-96cd4d6dcb1c", - "version": "2018-10-24T23:40:30.757000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "77cbfe9a", - "indexed": true, - "name": "analysis_file_21.json", - "s3_etag": "1a449a36a1b822ca5d1f2d6d75447b1a", - "sha1": "d01774bbbca52f970e1f638ab9a88b3c679e29f7", - "sha256": "3cefb40473821024a43ce8a30161b613172ddb5b33436713f322565f8a6ed445", - "size": 477, - "uuid": "a3d20426-80af-4c2b-90a6-6e6644539aad", - "version": "2018-10-24T23:40:30.762000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f7d21c05", - "indexed": true, - "name": "analysis_file_22.json", - "s3_etag": "97d5e233cfb335bd4eeaa806f60cad9c", - "sha1": "61db9f57c1cad9653604d561eda50d15d25f1a2d", - "sha256": "2e3228dca5d80c2c3d59b4fac064a07390155d0773e7ec714662406de97c6adc", - "size": 473, - "uuid": "f6cdb1dd-df7c-4dab-bdd1-4bb59a2044f7", - "version": "2018-10-24T23:40:33.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "828e3f89", - "indexed": true, - "name": "analysis_file_23.json", - "s3_etag": "49ada274d6cbc8890b6a172ba7719745", - "sha1": "81bf8304b0e86820f30572e0c8093270ce4812fc", - "sha256": "0c20f3b4adc3e0557b7c5987b61fc7eb771168e381cd2f8f2aa41bcbb5694821", - "size": 482, - "uuid": "4de506d4-78d1-4de2-9780-e91f8a9d7b6d", - "version": "2018-10-24T23:40:33.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "81ac4716", - "indexed": true, - "name": "analysis_file_24.json", - "s3_etag": "82445b605f2b0fb67ec01ff59c143dce", - "sha1": "da7ab3a2cc2e5936b4900bfafbee4f8ec98132ce", - "sha256": "f35212894fb26177b9d7391bd061b9fc5a4c2ee21b93838a0cb7ff3b8026bb1b", - "size": 476, - "uuid": "c8aa1527-f40c-4e50-b7ca-51646562422b", - "version": "2018-10-24T23:40:33.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d8694102", - "indexed": true, - "name": "analysis_file_25.json", - "s3_etag": "1550fa6c8c97ac325a276a374d6b8c07", - "sha1": "6ba87e4727a29e65973fd148588ca97bc9c0f0cb", - "sha256": "e7ee3f61b9c553d2e436146d295777be657979dcdc3a9aa76902fe3cb046cc8f", - "size": 476, - "uuid": "6cc5378a-295b-4e72-80a2-370434fd2b94", - "version": "2018-10-24T23:40:36.805000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5b139032", - "indexed": true, - "name": "analysis_file_26.json", - "s3_etag": "efcf0a47c69d6aec707057146d6d03ca", - "sha1": "d33dc7f3d27f97889afd31c0022392bc0e30ce09", - "sha256": "b5c9cf7fdf35f294e9c481fbbe09495f4b9366eb3187d7a2ea982453fd571128", - "size": 472, - "uuid": "75178504-d0ef-4d32-a3e6-6faa1026be84", - "version": "2018-10-24T23:40:36.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b7dc68b4", - "indexed": true, - "name": "analysis_file_27.json", - "s3_etag": "c90de47f76e13714c1ee60cadfb92c54", - "sha1": "6a805b2b209f96639ac8080cbcae9fe821b5c623", - "sha256": "ee7db4df47aacd43dded357d08b2e458ccd4c2da6c14bb4a0d54f7a50a49375e", - "size": 481, - "uuid": "215add4a-6239-4443-9b0c-c5e2b6e7052f", - "version": "2018-10-24T23:40:36.798000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5675980", - "indexed": true, - "name": "analysis_file_28.json", - "s3_etag": "72f483e6123f2de8dbb9f5d28d05eb69", - "sha1": "cbfd7da827a53a26db82d197da034e2b015b9dda", - "sha256": "188ec1a4b4de461868d0c3a007d96cca66738ae028e146f04d299595a00aa34b", - "size": 475, - "uuid": "f894b6e3-98b3-4161-97e4-a8d4ac9ad677", - "version": "2018-10-24T23:40:39.785000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "eac71eba", - "indexed": true, - "name": "analysis_file_29.json", - "s3_etag": "2961256457e03ec43cf6ea6fe74f4737", - "sha1": "f0f8d5121d98b9de52dfd09268bf20aa6812484b", - "sha256": "f7d4fb6a27b7c2b0762f6ccbdf4c172b3f99e992fdb203bd326a9e3755d19b6e", - "size": 466, - "uuid": "f909af01-995b-499a-9086-fd2a90123102", - "version": "2018-10-24T23:40:39.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "96c0fbf1", - "indexed": true, - "name": "analysis_file_30.json", - "s3_etag": "c94ec12116cac4178f1e07ae69042375", - "sha1": "20b27db4015c381caef11180f48748975bbcc14a", - "sha256": "e8394f7b2d1a9008ae4ee3adb81c343a782487387ba0510d1e72b63d6e6e3402", - "size": 462, - "uuid": "75d692f4-e796-453d-b260-44a42f126c93", - "version": "2018-10-24T23:40:39.800000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "24d2872e", - "indexed": true, - "name": "analysis_file_31.json", - "s3_etag": "ef8a1767cbbcdb04128a087b5e6296da", - "sha1": "42b05b6439e164d952d42c30bc5597035f31f39e", - "sha256": "b3e8f0a62a5073c0ee304c45c1d6c0ed1093e8c78332f101213cdcd3d4213304", - "size": 463, - "uuid": "08be64a7-9ef4-4d17-b7d8-41f79c24c987", - "version": "2018-10-24T23:40:42.786000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e1620287", - "indexed": true, - "name": "analysis_file_32.json", - "s3_etag": "c48364a1826dfc8e5256e67055233325", - "sha1": "16050ea995dadd792c63264206ebce39d8154fad", - "sha256": "28c8d0454e581b386ed4cea015400bc3b4fc1da35afefca77563329469e331ff", - "size": 457, - "uuid": "770c9eb2-f63f-4bd2-94c1-e2b6da1feeac", - "version": "2018-10-24T23:40:42.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d93bbd2c", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "b3fc5b9ad16aab30b9a5f024c125e1e2", - "sha1": "4cb954edd5c0d7330b1aca785ac96d0a259ad344", - "sha256": "98d8893e18ce1711af776ba9c8f592b7e983b1f2ebce8c86c19f2ce2ccb230b3", - "size": 525, - "uuid": "b66c9d19-322c-42d4-8b65-3478fd0afa6a", - "version": "2018-10-16T08:27:14.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "62b15a0c", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "23ccec644c4f9879d255f27c450276ed", - "sha1": "df02d1599e10c277f0e2f1c23dd534bae684eb3b", - "sha256": "970400893c0d468a0485353ecdf6a44d4c0223e8b2ae39ee72f0a4339ae614e9", - "size": 525, - "uuid": "02c8352d-b2ba-4de4-a574-335eb9a61e0e", - "version": "2018-10-16T08:27:16.223000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "dc0e2c29", - "indexed": true, - "name": "project_0.json", - "s3_etag": "4a80ac8707ff4fba43ec9bf1db52da34", - "sha1": "1171bc72fcef796304be513366557396e4aeda2f", - "sha256": "8dbe319c6d79f7903c50bb91eae549ea636e564fb47bba879f34f8d29463b262", - "size": 4448, - "uuid": "08e7b6ba-5825-47e9-be2d-7978533c5f8c", - "version": "2018-10-16T07:55:45.727000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "f8003e19", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": "35deefbfb8dcf83f4906ceb046d51e41", - "sha1": "cfb88a6956fc7328cf9e7312befd0d1887dc4170", - "sha256": "188423fb25443e2c3d1970bef75730814bbd64baf0d1f118c2400df35de5db11", - "size": 523, - "uuid": "7a56f120-c055-4b63-acdf-8cc80c3555c1", - "version": "2018-10-24T23:35:51.714000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e0b54289", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "0a4017d439364770dcb71f3b6b7f71ca", - "sha1": "b75672aa7bae9489425e6c697a0fdd4076dacb4e", - "sha256": "0dd9938fe6f54fc1b7d4d7aaa1313643414e432b215b3f7f3f8b025dbd380caf", - "size": 902, - "uuid": "7faadd95-bcee-4627-8990-04b79cf617f9", - "version": "2018-10-16T07:54:00.211000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6ab721bf", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "73f5c05717bd884a735cd7d4f77cefcd", - "sha1": "1f787265aa3d41ccd8dc9b7187be3825b6381232", - "sha256": "fb39eaae7814165484fd371cfbf48fa608ea94a1d24ec0d086bb242ccab14c07", - "size": 630, - "uuid": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09", - "version": "2018-10-16T07:54:00.089000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6c852849", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "ed1f9103462837aa3990e43c3cb72539", - "sha1": "d6a31b52656f4fe3ab08bc1304f2bf725c28aa9b", - "sha256": "437701df4e80cfa45acee9987d39841c2bf1e858fe86287f932453963c3afc0d", - "size": 686, - "uuid": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b", - "version": "2018-10-16T07:54:00.103000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e3e6392f", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "abbe099803900106b4061b9622e2068b", - "sha1": "bd56470701c6ad9f8637bef6f67206be4d93da46", - "sha256": "c36fc847e5b420571731852fd4340688c6588b50f609002cb36d0ac5be40b64c", - "size": 637, - "uuid": "d9fdfade-52d2-40df-b299-e9aa292ea120", - "version": "2018-10-16T07:54:00.229000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "42a58cad", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "8fcde9d530d310146e7155c54c15d71b", - "sha1": "f5fc78be8c725a83a6685c639c926c5037373ea3", - "sha256": "b5c75c65e04236e04a32472c8139be2a67d8c9491648565a7bef29f5c36c4ea1", - "size": 21801, - "uuid": "4460eba6-6517-4283-992f-0e0d3ce0ef45", - "version": "2018-10-24T23:35:57.706000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "919db715", - "indexed": true, - "name": "process_0.json", - "s3_etag": "78c82c73c9dea0b044d19730f28d3a48", - "sha1": "980a56efb50ef1b6431778d69ba9762ce13e9899", - "sha256": "5470389bd94091953219aea67646f7e9cfa0d81fd58143e871ceeb097b99c38a", - "size": 386, - "uuid": "33d33846-5287-425b-a94f-2c3ec14a323c", - "version": "2018-10-16T08:11:24.186000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7f50dd37", - "indexed": true, - "name": "process_1.json", - "s3_etag": "bdb154be9b531f8a6348c9d0b0aaea9f", - "sha1": "8b97fa695de65e5006bdc60ee65a93f7a599b285", - "sha256": "76a34fa5fa9aaed5edca7e0fb213a0da94cc639896e381afbde2fac9aa8b1500", - "size": 391, - "uuid": "34cb3bc6-661b-4bbd-b51c-0b5e6f5e248d", - "version": "2018-10-16T08:08:00.774000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ff7bf237", - "indexed": true, - "name": "process_2.json", - "s3_etag": "caf734277e62cddb97683774945b7e58", - "sha1": "a8aa56c288ea9d04d779c941c5824786c1e60455", - "sha256": "81041dabd6342f0c3d24393d01364a103c4729ff3f8cc6172ddfbc9c339f3f71", - "size": 388, - "uuid": "4a1432a1-ae18-45f2-b574-9869b7242289", - "version": "2018-10-16T08:06:34.625000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "2bc3ad5f", - "indexed": true, - "name": "links.json", - "s3_etag": "d96e6fda9532e606b44d0ff2fcb0cc6d", - "sha1": "f3c05d096a45d3a3dc494268b358816e35b77c61", - "sha256": "a1a252c7eb207417f13d0ddbfc71dee83ab973dada71be5d78205993a9182886", - "size": 6414, - "uuid": "302206c2-e1d8-49d9-a4b9-7ffe15a77581", - "version": "2018-10-24T23:43:45.969008Z" - }, - { + "manifest": { + "analysis_file/3404deaa-6274-4b78-99ae-442dd401714c": { + "content-type": "text/plain; dcp-type=data", "crc32c": "7fea1984", "indexed": false, @@ -600,7 +13,7 @@ "uuid": "2fe3ebac-9fc0-43e0-a074-53ec9c85a1c6", "version": "2018-10-24T23:43:46.208710Z" }, - { + "analysis_file/884d5482-3432-4259-b551-955ba35becc2": { "content-type": "text/plain; dcp-type=data", "crc32c": "062bc010", "indexed": false, @@ -612,7 +25,7 @@ "uuid": "0462b8db-4623-48ff-bcfc-7ad963407262", "version": "2018-10-24T23:43:46.657440Z" }, - { + "analysis_file/77d3b337-d169-44a5-9b6a-be1c6d1b31b7": { "content-type": "text/plain; dcp-type=data", "crc32c": "8111810d", "indexed": false, @@ -624,7 +37,7 @@ "uuid": "a9c9e43c-30a5-40f4-98c0-85af056e0be0", "version": "2018-10-24T23:43:46.917923Z" }, - { + "analysis_file/b115459d-d690-418c-a608-48ede1cc5a43": { "content-type": "text/plain; dcp-type=data", "crc32c": "88dab227", "indexed": false, @@ -636,7 +49,7 @@ "uuid": "ad24bc8f-8e57-42d2-8395-4d3dcdc5e317", "version": "2018-10-24T23:43:47.714898Z" }, - { + "analysis_file/05ea34ca-995b-4c30-9f87-81ad07e61305": { "content-type": "text/plain; dcp-type=data", "crc32c": "cea14b5c", "indexed": false, @@ -648,7 +61,7 @@ "uuid": "5619210b-c8ac-4607-a2ce-493e781945c3", "version": "2018-10-24T23:43:48.004861Z" }, - { + "analysis_file/03e676dd-1718-40e0-a246-f3c6a594e334": { "content-type": "text/csv; dcp-type=data", "crc32c": "bfa0a411", "indexed": false, @@ -660,7 +73,7 @@ "uuid": "e0039f22-89b6-455b-988f-cb0ce8777315", "version": "2018-10-24T23:43:48.309842Z" }, - { + "analysis_file/19fee968-3d70-43a1-a64a-a778d656bd2e": { "content-type": "text/csv; dcp-type=data", "crc32c": "133298b0", "indexed": false, @@ -672,7 +85,7 @@ "uuid": "b6f0ab9a-1c3a-4256-93bb-3eaee3ce8789", "version": "2018-10-24T23:43:48.570816Z" }, - { + "analysis_file/edd03152-3219-41cd-9129-62f2e8944e91": { "content-type": "text/csv; dcp-type=data", "crc32c": "11810dd2", "indexed": false, @@ -684,7 +97,7 @@ "uuid": "e9bdf224-232e-4285-8521-18febe6031fa", "version": "2018-10-24T23:43:48.840471Z" }, - { + "analysis_file/e8972873-6e54-40d8-85ca-790a8d5688d0": { "content-type": "text/csv; dcp-type=data", "crc32c": "404e1d3d", "indexed": false, @@ -696,7 +109,7 @@ "uuid": "7de22c98-e613-419a-a063-463b009d9977", "version": "2018-10-24T23:43:49.459923Z" }, - { + "analysis_file/babd98f7-c1ae-4a5d-bf85-7cb347a3ce96": { "content-type": "text/csv; dcp-type=data", "crc32c": "a44f5276", "indexed": false, @@ -708,7 +121,7 @@ "uuid": "a4c71562-cc3a-4aee-950a-c4e3c168a466", "version": "2018-10-24T23:43:49.707708Z" }, - { + "analysis_file/3314dd32-6acf-4841-83a4-03d4807d1365": { "content-type": "text/csv; dcp-type=data", "crc32c": "433f461e", "indexed": false, @@ -720,7 +133,7 @@ "uuid": "fae742b9-62fe-45bb-8769-39c2c841f292", "version": "2018-10-24T23:43:50.045854Z" }, - { + "analysis_file/f6e76583-bc31-41e1-8695-7198e7842ea0": { "content-type": "text/csv; dcp-type=data", "crc32c": "d9724b31", "indexed": false, @@ -732,7 +145,7 @@ "uuid": "787b88b9-8f21-4a68-b8b6-3b31a9e7fd30", "version": "2018-10-24T23:43:50.368499Z" }, - { + "analysis_file/f2473460-2b19-4b16-97c7-6eaa9060df6f": { "content-type": "application/gzip; dcp-type=data", "crc32c": "73d003d2", "indexed": false, @@ -744,7 +157,7 @@ "uuid": "4050cf25-f78a-49e2-9750-f339d459b76b", "version": "2018-10-24T23:43:50.747688Z" }, - { + "analysis_file/0fa2c00a-02e4-444d-998d-b812d647565f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "80815add", "indexed": false, @@ -756,7 +169,7 @@ "uuid": "dc11cd36-b5d1-465f-95ef-0609d7ab7cf9", "version": "2018-10-24T23:43:50.982201Z" }, - { + "analysis_file/09989709-cca8-4f82-a07f-6fa6a9fa3e03": { "content-type": "application/gzip; dcp-type=data", "crc32c": "06d1e1c8", "indexed": false, @@ -768,7 +181,7 @@ "uuid": "2db1b81c-3070-472f-b8ab-071c4a38f830", "version": "2018-10-24T23:43:51.288002Z" }, - { + "analysis_file/020634de-da4b-47bb-b084-8c2d7e70ae17": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c7497587", "indexed": false, @@ -780,7 +193,7 @@ "uuid": "0c800745-b4d5-46ad-8a76-24c320b08b6b", "version": "2018-10-24T23:43:51.477217Z" }, - { + "analysis_file/f6a47716-c494-4229-85e9-bd1f20afa5d1": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7c9e2e1a", "indexed": false, @@ -792,7 +205,7 @@ "uuid": "044fddd5-1bee-4f6e-8214-231061631b7f", "version": "2018-10-24T23:43:51.945446Z" }, - { + "analysis_file/c82423e7-a621-4fee-bed2-5efa916124e3": { "content-type": "application/json; dcp-type=data", "crc32c": "a2113239", "indexed": false, @@ -804,7 +217,7 @@ "uuid": "ca09473c-84b1-4ccd-9c14-e6b71bcf310a", "version": "2018-10-24T23:43:52.750795Z" }, - { + "analysis_file/401a3d93-c4c9-4f59-960e-41de71839619": { "content-type": "application/json; dcp-type=data", "crc32c": "444a7707", "indexed": false, @@ -816,7 +229,7 @@ "uuid": "c42f9b25-fa4a-40e8-b9fd-69e987d28d47", "version": "2018-10-24T23:43:52.990198Z" }, - { + "analysis_file/f06c17a5-8197-4b6f-928a-55ffa8d796d2": { "content-type": "application/json; dcp-type=data", "crc32c": "f35d7e55", "indexed": false, @@ -828,7 +241,7 @@ "uuid": "8f6beb7b-feff-4d5d-93d9-8294f96a9734", "version": "2018-10-24T23:43:53.140897Z" }, - { + "analysis_file/95bdd09a-cc14-4a7b-b0f8-96cd4d6dcb1c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "53d7c1b4", "indexed": false, @@ -840,7 +253,7 @@ "uuid": "19dfd30d-d489-4cc8-b3ef-af4d83281767", "version": "2018-10-24T23:43:53.389145Z" }, - { + "analysis_file/a3d20426-80af-4c2b-90a6-6e6644539aad": { "content-type": "application/json; dcp-type=data", "crc32c": "88068bce", "indexed": false, @@ -852,7 +265,7 @@ "uuid": "3a0aaa8f-7a5a-4ba7-ac90-72d786c3b3c0", "version": "2018-10-24T23:43:53.732254Z" }, - { + "analysis_file/f6cdb1dd-df7c-4dab-bdd1-4bb59a2044f7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f672e644", "indexed": false, @@ -864,7 +277,7 @@ "uuid": "5650bf89-3095-4d11-be7a-83af89e197c6", "version": "2018-10-24T23:43:53.874430Z" }, - { + "analysis_file/4de506d4-78d1-4de2-9780-e91f8a9d7b6d": { "content-type": "application/json; dcp-type=data", "crc32c": "38a3821e", "indexed": false, @@ -876,7 +289,7 @@ "uuid": "f231c645-1ac0-460d-b4db-90d3b4eea222", "version": "2018-10-24T23:43:54.039310Z" }, - { + "analysis_file/c8aa1527-f40c-4e50-b7ca-51646562422b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "afce17ed", "indexed": false, @@ -888,7 +301,7 @@ "uuid": "6217ca7d-ebcc-4e0d-80db-0ee2c23ca6db", "version": "2018-10-24T23:43:54.263560Z" }, - { + "analysis_file/6cc5378a-295b-4e72-80a2-370434fd2b94": { "content-type": "application/json; dcp-type=data", "crc32c": "c6565f75", "indexed": false, @@ -900,7 +313,7 @@ "uuid": "7b322881-afd7-4896-8d42-8c0ea2979dd0", "version": "2018-10-24T23:43:54.428325Z" }, - { + "analysis_file/75178504-d0ef-4d32-a3e6-6faa1026be84": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c0b4fc1c", "indexed": false, @@ -912,7 +325,7 @@ "uuid": "6c0d9f3f-3112-45af-9d54-37ceb7639564", "version": "2018-10-24T23:43:54.802055Z" }, - { + "analysis_file/215add4a-6239-4443-9b0c-c5e2b6e7052f": { "content-type": "application/json; dcp-type=data", "crc32c": "80af448b", "indexed": false, @@ -924,7 +337,7 @@ "uuid": "31ef1fee-8185-4b0e-a540-c1ea108f5a44", "version": "2018-10-24T23:43:55.053768Z" }, - { + "analysis_file/f894b6e3-98b3-4161-97e4-a8d4ac9ad677": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f282f971", "indexed": false, @@ -936,7 +349,7 @@ "uuid": "69fa904c-cd11-4560-817b-e98b2775da88", "version": "2018-10-24T23:43:55.200260Z" }, - { + "analysis_file/f909af01-995b-499a-9086-fd2a90123102": { "content-type": "application/json; dcp-type=data", "crc32c": "b89e6723", "indexed": false, @@ -948,7 +361,7 @@ "uuid": "436c0cd7-e202-4e40-85aa-cc15cca31f7a", "version": "2018-10-24T23:43:55.390923Z" }, - { + "analysis_file/75d692f4-e796-453d-b260-44a42f126c93": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fa0eba46", "indexed": false, @@ -960,7 +373,7 @@ "uuid": "37cc585b-10f2-4c7f-93be-f7ab4b291b3d", "version": "2018-10-24T23:43:55.557557Z" }, - { + "analysis_file/08be64a7-9ef4-4d17-b7d8-41f79c24c987": { "content-type": "application/json; dcp-type=data", "crc32c": "88035931", "indexed": false, @@ -972,7 +385,7 @@ "uuid": "9bccc57c-8134-4c5f-a800-833645437fce", "version": "2018-10-24T23:43:55.823439Z" }, - { + "analysis_file/770c9eb2-f63f-4bd2-94c1-e2b6da1feeac": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8a0c3621", "indexed": false, @@ -984,7 +397,7 @@ "uuid": "5d9fe37c-c1d5-45e8-a5e1-98409b965b57", "version": "2018-10-24T23:43:55.982645Z" }, - { + "sequence_file/b66c9d19-322c-42d4-8b65-3478fd0afa6a": { "content-type": "application/gzip; dcp-type=data", "crc32c": "970af885", "indexed": false, @@ -996,7 +409,7 @@ "uuid": "1f5f6803-ce1f-4a4b-b19a-4e6e73e23404", "version": "2018-10-23T09:40:22.461764Z" }, - { + "sequence_file/02c8352d-b2ba-4de4-a574-335eb9a61e0e": { "content-type": "application/gzip; dcp-type=data", "crc32c": "02d2680e", "indexed": false, @@ -1008,9 +421,9 @@ "uuid": "335a8e97-6534-47ea-abf4-6df0093f9b85", "version": "2018-10-23T09:40:22.722285Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/02201088-f3be-46ce-bb04-e7c464189900": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -1034,7 +447,7 @@ "update_date": "2018-10-16T08:05:07.167Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/4c2b6ea0-43eb-4e37-b973-f2bdbc724e92": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1069,7 +482,7 @@ "update_date": "2018-10-16T08:03:01.801Z" } }, - "donor_organism_0.json": { + "donor_organism/d919428e-d58b-4815-b36a-c9f186df6582": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1115,7 +528,7 @@ "update_date": "2018-10-16T07:55:45.931Z" } }, - "analysis_file_0.json": { + "analysis_file/3404deaa-6274-4b78-99ae-442dd401714c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1128,7 +541,7 @@ "update_date": "2018-10-24T23:40:09.753Z" } }, - "analysis_file_1.json": { + "analysis_file/884d5482-3432-4259-b551-955ba35becc2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1141,7 +554,7 @@ "update_date": "2018-10-24T23:40:06.755Z" } }, - "analysis_file_2.json": { + "analysis_file/77d3b337-d169-44a5-9b6a-be1c6d1b31b7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1154,7 +567,7 @@ "update_date": "2018-10-24T23:40:09.754Z" } }, - "analysis_file_3.json": { + "analysis_file/b115459d-d690-418c-a608-48ede1cc5a43": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1167,7 +580,7 @@ "update_date": "2018-10-24T23:40:06.755Z" } }, - "analysis_file_4.json": { + "analysis_file/05ea34ca-995b-4c30-9f87-81ad07e61305": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1180,7 +593,7 @@ "update_date": "2018-10-24T23:40:12.765Z" } }, - "analysis_file_5.json": { + "analysis_file/03e676dd-1718-40e0-a246-f3c6a594e334": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1193,7 +606,7 @@ "update_date": "2018-10-24T23:40:18.754Z" } }, - "analysis_file_6.json": { + "analysis_file/19fee968-3d70-43a1-a64a-a778d656bd2e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1206,7 +619,7 @@ "update_date": "2018-10-24T23:40:21.780Z" } }, - "analysis_file_7.json": { + "analysis_file/edd03152-3219-41cd-9129-62f2e8944e91": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1219,7 +632,7 @@ "update_date": "2018-10-24T23:40:21.759Z" } }, - "analysis_file_8.json": { + "analysis_file/e8972873-6e54-40d8-85ca-790a8d5688d0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1232,7 +645,7 @@ "update_date": "2018-10-24T23:40:21.780Z" } }, - "analysis_file_9.json": { + "analysis_file/babd98f7-c1ae-4a5d-bf85-7cb347a3ce96": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1245,7 +658,7 @@ "update_date": "2018-10-24T23:40:24.806Z" } }, - "analysis_file_10.json": { + "analysis_file/3314dd32-6acf-4841-83a4-03d4807d1365": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1258,7 +671,7 @@ "update_date": "2018-10-24T23:40:24.810Z" } }, - "analysis_file_11.json": { + "analysis_file/f6e76583-bc31-41e1-8695-7198e7842ea0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1271,7 +684,7 @@ "update_date": "2018-10-24T23:40:24.812Z" } }, - "analysis_file_12.json": { + "analysis_file/f2473460-2b19-4b16-97c7-6eaa9060df6f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1284,7 +697,7 @@ "update_date": "2018-10-24T23:40:12.765Z" } }, - "analysis_file_13.json": { + "analysis_file/0fa2c00a-02e4-444d-998d-b812d647565f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1297,7 +710,7 @@ "update_date": "2018-10-24T23:40:06.756Z" } }, - "analysis_file_14.json": { + "analysis_file/09989709-cca8-4f82-a07f-6fa6a9fa3e03": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1310,7 +723,7 @@ "update_date": "2018-10-24T23:40:27.764Z" } }, - "analysis_file_15.json": { + "analysis_file/020634de-da4b-47bb-b084-8c2d7e70ae17": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1323,7 +736,7 @@ "update_date": "2018-10-24T23:40:15.768Z" } }, - "analysis_file_16.json": { + "analysis_file/f6a47716-c494-4229-85e9-bd1f20afa5d1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1336,7 +749,7 @@ "update_date": "2018-10-24T23:40:18.758Z" } }, - "analysis_file_17.json": { + "analysis_file/c82423e7-a621-4fee-bed2-5efa916124e3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1349,7 +762,7 @@ "update_date": "2018-10-24T23:40:27.770Z" } }, - "analysis_file_18.json": { + "analysis_file/401a3d93-c4c9-4f59-960e-41de71839619": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1362,7 +775,7 @@ "update_date": "2018-10-24T23:40:27.759Z" } }, - "analysis_file_19.json": { + "analysis_file/f06c17a5-8197-4b6f-928a-55ffa8d796d2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1375,7 +788,7 @@ "update_date": "2018-10-24T23:40:30.762Z" } }, - "analysis_file_20.json": { + "analysis_file/95bdd09a-cc14-4a7b-b0f8-96cd4d6dcb1c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1388,7 +801,7 @@ "update_date": "2018-10-24T23:40:30.757Z" } }, - "analysis_file_21.json": { + "analysis_file/a3d20426-80af-4c2b-90a6-6e6644539aad": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1401,7 +814,7 @@ "update_date": "2018-10-24T23:40:30.762Z" } }, - "analysis_file_22.json": { + "analysis_file/f6cdb1dd-df7c-4dab-bdd1-4bb59a2044f7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1414,7 +827,7 @@ "update_date": "2018-10-24T23:40:33.825Z" } }, - "analysis_file_23.json": { + "analysis_file/4de506d4-78d1-4de2-9780-e91f8a9d7b6d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1427,7 +840,7 @@ "update_date": "2018-10-24T23:40:33.825Z" } }, - "analysis_file_24.json": { + "analysis_file/c8aa1527-f40c-4e50-b7ca-51646562422b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1440,7 +853,7 @@ "update_date": "2018-10-24T23:40:33.831Z" } }, - "analysis_file_25.json": { + "analysis_file/6cc5378a-295b-4e72-80a2-370434fd2b94": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1453,7 +866,7 @@ "update_date": "2018-10-24T23:40:36.805Z" } }, - "analysis_file_26.json": { + "analysis_file/75178504-d0ef-4d32-a3e6-6faa1026be84": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1466,7 +879,7 @@ "update_date": "2018-10-24T23:40:36.794Z" } }, - "analysis_file_27.json": { + "analysis_file/215add4a-6239-4443-9b0c-c5e2b6e7052f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1479,7 +892,7 @@ "update_date": "2018-10-24T23:40:36.798Z" } }, - "analysis_file_28.json": { + "analysis_file/f894b6e3-98b3-4161-97e4-a8d4ac9ad677": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1492,7 +905,7 @@ "update_date": "2018-10-24T23:40:39.785Z" } }, - "analysis_file_29.json": { + "analysis_file/f909af01-995b-499a-9086-fd2a90123102": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1505,7 +918,7 @@ "update_date": "2018-10-24T23:40:39.793Z" } }, - "analysis_file_30.json": { + "analysis_file/75d692f4-e796-453d-b260-44a42f126c93": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1518,7 +931,7 @@ "update_date": "2018-10-24T23:40:39.800Z" } }, - "analysis_file_31.json": { + "analysis_file/08be64a7-9ef4-4d17-b7d8-41f79c24c987": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1531,7 +944,7 @@ "update_date": "2018-10-24T23:40:42.786Z" } }, - "analysis_file_32.json": { + "analysis_file/770c9eb2-f63f-4bd2-94c1-e2b6da1feeac": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1544,7 +957,7 @@ "update_date": "2018-10-24T23:40:42.787Z" } }, - "sequence_file_0.json": { + "sequence_file/b66c9d19-322c-42d4-8b65-3478fd0afa6a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1562,7 +975,7 @@ "update_date": "2018-10-16T08:27:14.280Z" } }, - "sequence_file_1.json": { + "sequence_file/02c8352d-b2ba-4de4-a574-335eb9a61e0e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1580,7 +993,7 @@ "update_date": "2018-10-16T08:27:16.223Z" } }, - "project_0.json": { + "project/08e7b6ba-5825-47e9-be2d-7978533c5f8c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1648,7 +1061,7 @@ "update_date": "2018-10-16T07:55:45.727Z" } }, - "analysis_protocol_0.json": { + "analysis_protocol/7a56f120-c055-4b63-acdf-8cc80c3555c1": { "computational_method": "SmartSeq2SingleCell", "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/analysis/8.0.3/analysis_protocol", "protocol_core": { @@ -1664,7 +1077,7 @@ "update_date": "2018-10-24T23:35:51.714Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/7faadd95-bcee-4627-8990-04b79cf617f9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1692,7 +1105,7 @@ "update_date": "2018-10-16T07:54:00.211Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/dcf48263-da0f-4fb8-9af7-2cb0e3af5b09": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1712,7 +1125,7 @@ "update_date": "2018-10-16T07:54:00.089Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1733,7 +1146,7 @@ "update_date": "2018-10-16T07:54:00.103Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/d9fdfade-52d2-40df-b299-e9aa292ea120": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1751,7 +1164,7 @@ "update_date": "2018-10-16T07:54:00.229Z" } }, - "analysis_process_0.json": { + "analysis_process/4460eba6-6517-4283-992f-0e0d3ce0ef45": { "analysis_run_type": "run", "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -2195,7 +1608,7 @@ "update_date": "2018-10-24T23:35:57.706Z" } }, - "process_0.json": { + "process/33d33846-5287-425b-a94f-2c3ec14a323c": { "process_core": { "process_id": "SRR3564380" }, @@ -2207,7 +1620,7 @@ "update_date": "2018-10-16T08:11:24.186Z" } }, - "process_1.json": { + "process/34cb3bc6-661b-4bbd-b51c-0b5e6f5e248d": { "process_core": { "process_id": "process_id_2179" }, @@ -2219,7 +1632,7 @@ "update_date": "2018-10-16T08:08:00.774Z" } }, - "process_2.json": { + "process/4a1432a1-ae18-45f2-b574-9869b7242289": { "process_core": { "process_id": "process_id_8" }, @@ -2230,173 +1643,174 @@ "submission_date": "2018-10-16T07:53:53.709Z", "update_date": "2018-10-16T08:06:34.625Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "4460eba6-6517-4283-992f-0e0d3ce0ef45", - "inputs": [ - "b66c9d19-322c-42d4-8b65-3478fd0afa6a", - "02c8352d-b2ba-4de4-a574-335eb9a61e0e" - ], - "input_type": "file", - "outputs": [ - "3404deaa-6274-4b78-99ae-442dd401714c", - "884d5482-3432-4259-b551-955ba35becc2", - "77d3b337-d169-44a5-9b6a-be1c6d1b31b7", - "b115459d-d690-418c-a608-48ede1cc5a43", - "05ea34ca-995b-4c30-9f87-81ad07e61305", - "03e676dd-1718-40e0-a246-f3c6a594e334", - "19fee968-3d70-43a1-a64a-a778d656bd2e", - "edd03152-3219-41cd-9129-62f2e8944e91", - "e8972873-6e54-40d8-85ca-790a8d5688d0", - "babd98f7-c1ae-4a5d-bf85-7cb347a3ce96", - "3314dd32-6acf-4841-83a4-03d4807d1365", - "f6e76583-bc31-41e1-8695-7198e7842ea0", - "f2473460-2b19-4b16-97c7-6eaa9060df6f", - "0fa2c00a-02e4-444d-998d-b812d647565f", - "09989709-cca8-4f82-a07f-6fa6a9fa3e03", - "020634de-da4b-47bb-b084-8c2d7e70ae17", - "f6a47716-c494-4229-85e9-bd1f20afa5d1", - "c82423e7-a621-4fee-bed2-5efa916124e3", - "401a3d93-c4c9-4f59-960e-41de71839619", - "f06c17a5-8197-4b6f-928a-55ffa8d796d2", - "95bdd09a-cc14-4a7b-b0f8-96cd4d6dcb1c", - "a3d20426-80af-4c2b-90a6-6e6644539aad", - "f6cdb1dd-df7c-4dab-bdd1-4bb59a2044f7", - "4de506d4-78d1-4de2-9780-e91f8a9d7b6d", - "c8aa1527-f40c-4e50-b7ca-51646562422b", - "6cc5378a-295b-4e72-80a2-370434fd2b94", - "75178504-d0ef-4d32-a3e6-6faa1026be84", - "215add4a-6239-4443-9b0c-c5e2b6e7052f", - "f894b6e3-98b3-4161-97e4-a8d4ac9ad677", - "f909af01-995b-499a-9086-fd2a90123102", - "75d692f4-e796-453d-b260-44a42f126c93", - "08be64a7-9ef4-4d17-b7d8-41f79c24c987", - "770c9eb2-f63f-4bd2-94c1-e2b6da1feeac" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "7a56f120-c055-4b63-acdf-8cc80c3555c1" - } - ] - }, - { - "process": "33d33846-5287-425b-a94f-2c3ec14a323c", - "inputs": [ - "02201088-f3be-46ce-bb04-e7c464189900" - ], - "input_type": "biomaterial", - "outputs": [ - "b66c9d19-322c-42d4-8b65-3478fd0afa6a", - "02c8352d-b2ba-4de4-a574-335eb9a61e0e" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" - } - ] - }, - { - "process": "34cb3bc6-661b-4bbd-b51c-0b5e6f5e248d", - "inputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "input_type": "biomaterial", - "outputs": [ - "02201088-f3be-46ce-bb04-e7c464189900" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" - } - ] - }, - { - "process": "4a1432a1-ae18-45f2-b574-9869b7242289", - "inputs": [ - "d919428e-d58b-4815-b36a-c9f186df6582" - ], - "input_type": "biomaterial", - "outputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "33d33846-5287-425b-a94f-2c3ec14a323c", - "inputs": [ - "02201088-f3be-46ce-bb04-e7c464189900" - ], - "input_type": "biomaterial", - "outputs": [ - "b66c9d19-322c-42d4-8b65-3478fd0afa6a", - "02c8352d-b2ba-4de4-a574-335eb9a61e0e" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" - } - ] - }, - { - "process": "34cb3bc6-661b-4bbd-b51c-0b5e6f5e248d", - "inputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "input_type": "biomaterial", - "outputs": [ - "02201088-f3be-46ce-bb04-e7c464189900" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" - } - ] - }, - { - "process": "4a1432a1-ae18-45f2-b574-9869b7242289", - "inputs": [ - "d919428e-d58b-4815-b36a-c9f186df6582" - ], - "input_type": "biomaterial", - "outputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "4460eba6-6517-4283-992f-0e0d3ce0ef45", + "inputs": [ + "b66c9d19-322c-42d4-8b65-3478fd0afa6a", + "02c8352d-b2ba-4de4-a574-335eb9a61e0e" + ], + "input_type": "file", + "outputs": [ + "3404deaa-6274-4b78-99ae-442dd401714c", + "884d5482-3432-4259-b551-955ba35becc2", + "77d3b337-d169-44a5-9b6a-be1c6d1b31b7", + "b115459d-d690-418c-a608-48ede1cc5a43", + "05ea34ca-995b-4c30-9f87-81ad07e61305", + "03e676dd-1718-40e0-a246-f3c6a594e334", + "19fee968-3d70-43a1-a64a-a778d656bd2e", + "edd03152-3219-41cd-9129-62f2e8944e91", + "e8972873-6e54-40d8-85ca-790a8d5688d0", + "babd98f7-c1ae-4a5d-bf85-7cb347a3ce96", + "3314dd32-6acf-4841-83a4-03d4807d1365", + "f6e76583-bc31-41e1-8695-7198e7842ea0", + "f2473460-2b19-4b16-97c7-6eaa9060df6f", + "0fa2c00a-02e4-444d-998d-b812d647565f", + "09989709-cca8-4f82-a07f-6fa6a9fa3e03", + "020634de-da4b-47bb-b084-8c2d7e70ae17", + "f6a47716-c494-4229-85e9-bd1f20afa5d1", + "c82423e7-a621-4fee-bed2-5efa916124e3", + "401a3d93-c4c9-4f59-960e-41de71839619", + "f06c17a5-8197-4b6f-928a-55ffa8d796d2", + "95bdd09a-cc14-4a7b-b0f8-96cd4d6dcb1c", + "a3d20426-80af-4c2b-90a6-6e6644539aad", + "f6cdb1dd-df7c-4dab-bdd1-4bb59a2044f7", + "4de506d4-78d1-4de2-9780-e91f8a9d7b6d", + "c8aa1527-f40c-4e50-b7ca-51646562422b", + "6cc5378a-295b-4e72-80a2-370434fd2b94", + "75178504-d0ef-4d32-a3e6-6faa1026be84", + "215add4a-6239-4443-9b0c-c5e2b6e7052f", + "f894b6e3-98b3-4161-97e4-a8d4ac9ad677", + "f909af01-995b-499a-9086-fd2a90123102", + "75d692f4-e796-453d-b260-44a42f126c93", + "08be64a7-9ef4-4d17-b7d8-41f79c24c987", + "770c9eb2-f63f-4bd2-94c1-e2b6da1feeac" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "7a56f120-c055-4b63-acdf-8cc80c3555c1" + } + ] + }, + { + "process": "33d33846-5287-425b-a94f-2c3ec14a323c", + "inputs": [ + "02201088-f3be-46ce-bb04-e7c464189900" + ], + "input_type": "biomaterial", + "outputs": [ + "b66c9d19-322c-42d4-8b65-3478fd0afa6a", + "02c8352d-b2ba-4de4-a574-335eb9a61e0e" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" + } + ] + }, + { + "process": "34cb3bc6-661b-4bbd-b51c-0b5e6f5e248d", + "inputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "input_type": "biomaterial", + "outputs": [ + "02201088-f3be-46ce-bb04-e7c464189900" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" + } + ] + }, + { + "process": "4a1432a1-ae18-45f2-b574-9869b7242289", + "inputs": [ + "d919428e-d58b-4815-b36a-c9f186df6582" + ], + "input_type": "biomaterial", + "outputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "33d33846-5287-425b-a94f-2c3ec14a323c", + "inputs": [ + "02201088-f3be-46ce-bb04-e7c464189900" + ], + "input_type": "biomaterial", + "outputs": [ + "b66c9d19-322c-42d4-8b65-3478fd0afa6a", + "02c8352d-b2ba-4de4-a574-335eb9a61e0e" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" + } + ] + }, + { + "process": "34cb3bc6-661b-4bbd-b51c-0b5e6f5e248d", + "inputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "input_type": "biomaterial", + "outputs": [ + "02201088-f3be-46ce-bb04-e7c464189900" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" + } + ] + }, + { + "process": "4a1432a1-ae18-45f2-b574-9869b7242289", + "inputs": [ + "d919428e-d58b-4815-b36a-c9f186df6582" + ], + "input_type": "biomaterial", + "outputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/411cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json b/test/indexer/data/411cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json index c32bc21ec6..a28430432e 100644 --- a/test/indexer/data/411cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json +++ b/test/indexer/data/411cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json @@ -1,702 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "50c89fa4", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "a9f9508e56a7c55f73e260962361bfab", - "sha1": "604d9e0e5a9c522905c58f664a3d52f0efad73a0", - "sha256": "b6d0ee3e66f6275a6cf2f328ba6ef41367aaedff476f6c890c35b4d4ac49c1fa", - "size": 953, - "uuid": "803fd65a-c578-4c4f-a39e-bedec24e2578", - "version": "2018-10-11T21:18:13.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2a8ef7a0", - "indexed": true, - "name": "organoid_0.json", - "s3_etag": "8ba434eb5b1958f5eb87b4c51e319a0f", - "sha1": "654e59959dcac81a88d0947317185e3ef2c46aba", - "sha256": "e9f230cfa1063db6b5b0b860f0d69ef71ec87e08da27144f37fbd6e3917c1b3d", - "size": 1066, - "uuid": "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "version": "2018-10-11T21:18:12.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "baa27957", - "indexed": true, - "name": "organoid_1.json", - "s3_etag": "fe61dafca55d04fc1efc2f53288239ca", - "sha1": "23c91d623d544962c9ec24519055b7f40e5511ee", - "sha256": "dc97a2a5754cd4bc6f2dff67aea42b23ea33fc46ea2bf097b9459c8d495668d3", - "size": 1066, - "uuid": "b7214641-1ac5-4f60-b795-cb33a7c25434", - "version": "2018-10-11T21:18:12.763000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e707a600", - "indexed": true, - "name": "organoid_2.json", - "s3_etag": "cc206babbbeb0f83d7dbc03897681dd4", - "sha1": "1121c3400da21f1c7c8d7f4e0e49449ec8ffa7f7", - "sha256": "0b28f341be6c6a1e39179b498250abe14416462173aa943d5a6f80016ec094ef", - "size": 1066, - "uuid": "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "version": "2018-10-11T21:18:06.730000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "29300e18", - "indexed": true, - "name": "organoid_3.json", - "s3_etag": "caa2db300dd47de962efee93ed903ea8", - "sha1": "988c6f65ee2a9b06a6020c37d33e7524951577c2", - "sha256": "1f9686a9d41af659d566574556425678f144bf4fca57367e298288cf86112791", - "size": 1066, - "uuid": "73f10dad-afc5-4d1d-a71c-4a8b6fff9172", - "version": "2018-10-11T21:18:06.725000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e3040be7", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "f7eb18f2688c770bcd5c0daada475146", - "sha1": "9c750a6482bd391921fb9eb88555691e2a0d4d6d", - "sha256": "dac8762279206586dde7b5f7c17174314523bf2e97e8a146d0ab8cfa6ca7ffd3", - "size": 1557, - "uuid": "c532cca7-67c6-4617-ac47-5b91652621a5", - "version": "2018-10-11T21:18:06.721000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c1a36747", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "c5a7222f5b99457c41bfebdccd8c538e", - "sha1": "bd00851697d21fba630086bd51bb7f7bb98952a9", - "sha256": "d2ff6f8df9468e608126226f469a10fb9c2e8f51a4211ecee66dfe867b7701d2", - "size": 1052, - "uuid": "c8e14a8e-81f9-4109-bb27-4bb3029240c1", - "version": "2018-10-11T21:18:06.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bd662c13", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "170bf5eb94faa797bee86b656928e8a0", - "sha1": "006a7a7596a24476973a4583866bfd7690c95c61", - "sha256": "5052630ae23b1f1c129b30f3e4e530ec9d0f3596e00010873ef9a0c927d48a3d", - "size": 1245, - "uuid": "d4c29b1a-f23c-4511-a2ae-097772d90254", - "version": "2018-10-11T21:18:06.768000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5037ae45", - "indexed": true, - "name": "cell_line_1.json", - "s3_etag": "7573ae0e8ba65489ab7faa827919eded", - "sha1": "8a07e593b5baa76c44c23d9aa619158d7eb233fc", - "sha256": "36bf578be52bcd9a151ae02945903278b61f58e5a8aef8c063b6f6990358561b", - "size": 1557, - "uuid": "e924c114-e3cd-4060-9c8e-3d980ec7fcbe", - "version": "2018-10-11T21:18:06.679000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b9f99728", - "indexed": true, - "name": "specimen_from_organism_1.json", - "s3_etag": "bc6f277a100fa1789762738ebf36720f", - "sha1": "f58e09489f8687d8c6788a4fabff6f54dbdd2fd6", - "sha256": "c5ff20375d21714bcc040c691671e6aca20cb6cc3fe350e88d41b40936f4dc7f", - "size": 1052, - "uuid": "5bd6106c-0158-4c2c-8c60-32019c599c83", - "version": "2018-10-11T21:18:06.627000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8a24a095", - "indexed": true, - "name": "donor_organism_1.json", - "s3_etag": "fac8343e1d46657ca95b1214eacec49d", - "sha1": "3b53a10f6d35afc300a551658cb5a30f1f957732", - "sha256": "f1fdeec767bf15e5cdf9ad22ccededf57da25560198b3f939be7ba99f05fb189", - "size": 1243, - "uuid": "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c", - "version": "2018-10-11T21:18:06.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "15151c1e", - "indexed": true, - "name": "cell_line_2.json", - "s3_etag": "47653eb8707d299c726e021e1c7538c6", - "sha1": "b28117f53e112f4343732971fa19c9e114507e5c", - "sha256": "d5ff022080d46dee140e7f69afc94c868e928dd2629e22affc5c270abe6e8834", - "size": 1557, - "uuid": "a3651f83-dee6-49b2-ba4e-0ce20f02467d", - "version": "2018-10-11T21:18:06.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4ed7a5f7", - "indexed": true, - "name": "specimen_from_organism_2.json", - "s3_etag": "d63a81854343743da840c72de9fe8f6e", - "sha1": "398c3199cc0e0486d9cfd38591a786183a4fd5a1", - "sha256": "aef1fcd77b5f43afd468b413fb2232840fdee7efb76930c1ca1fd8bfcdaff191", - "size": 1052, - "uuid": "8f328973-9bc0-46b9-8a1f-38893e77b3b5", - "version": "2018-10-11T21:18:06.643000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "10052b89", - "indexed": true, - "name": "donor_organism_2.json", - "s3_etag": "e94dc96e117b81196350cf7853788ff2", - "sha1": "796639989c1d14294ff4a44119db8799d5033b65", - "sha256": "9271d52af4446b2907212f8e342c2bb55b189cd1265206c417e36f9f8dd44aa9", - "size": 1245, - "uuid": "931528fa-820b-49ca-af1e-ae9a2c0ef551", - "version": "2018-10-11T21:18:06.762000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "be6843ac", - "indexed": true, - "name": "cell_line_3.json", - "s3_etag": "5b91c3f3f84550a438d849c541e8a788", - "sha1": "b232912554a824eca592139a025fe5e6bce13725", - "sha256": "4cbc82d6e46ed8730027970bf75ab1c7569744ca76b8cd0ea7dfcc0d4612472f", - "size": 1557, - "uuid": "6a16de30-176d-4488-81de-9337a1a6d8c5", - "version": "2018-10-11T21:18:06.634000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d23c100c", - "indexed": true, - "name": "specimen_from_organism_3.json", - "s3_etag": "49de1dc8110957b308e6dd371eb8e52b", - "sha1": "91bfa145f475bba9fac4462616bd3a22275b6c0c", - "sha256": "e0a058ba7c8b09feb9e0c9f85a44d774db99f8cdbabc28e478bdd528f060e59b", - "size": 1052, - "uuid": "82368936-7b99-4864-9f49-b8fee3906d47", - "version": "2018-10-11T21:18:06.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d81b2ef0", - "indexed": true, - "name": "donor_organism_3.json", - "s3_etag": "07fdeef04bb13cd69f63469020c60d44", - "sha1": "ed24c35225dd28c313ba1f81caccc1ddee42120f", - "sha256": "31a5c444d49f635c903bb7003d8564743c5a271b29cc6dd5f4d954d741d1e147", - "size": 1253, - "uuid": "96757312-0221-447a-84f1-7a737b5afd01", - "version": "2018-10-11T21:18:06.767000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f146a615", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "887312b9ebf23f16c4b93cd744738aca", - "sha1": "57bc8d4d67dd1e647e42c4be43cc51ee6cd2a52f", - "sha256": "25d4eace346c7ffe7a6311cd695092486a931956dfeb7d6db43f63c45ec0331a", - "size": 414, - "uuid": "cf93f747-1392-4670-8eb3-3ac60a96855e", - "version": "2018-10-18T20:39:13.335000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "43a258ff", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "c21a25d527638872ceaf39f80d7d1a9c", - "sha1": "b5813cd7367bfac9c28afda86932a12126a45c11", - "sha256": "a5951f59ad20382e8220b7af35e2c1b5c5634864b39de66be7c392fa0184f96d", - "size": 411, - "uuid": "477c0b3e-4a06-4214-8f27-58199ba63528", - "version": "2018-10-18T20:39:16.337000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "40f9721b", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "a8668fb47d15b5d7fdbeb75e0cc23096", - "sha1": "291dd3f483d3a61f900d8ad028292c4c8ae5b980", - "sha256": "53c2d04aa81d36edcfb1d8bd9034bb8fe31ff115ef858544b9b1d269012ecf05", - "size": 412, - "uuid": "ad6d5170-d74b-408c-af6b-25a14315c9da", - "version": "2018-10-18T20:39:25.337000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "203b1f42", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "e9e4880f346817b1890be50124f28db3", - "sha1": "e41960926197dba719d9fee0a1e044986f2701ff", - "sha256": "6c3c98d02e80c34af74477f15ce299f04a0f02c2c499237c735cef405cefb6e4", - "size": 432, - "uuid": "50be9b67-fae5-4472-9719-478dd1303d6e", - "version": "2018-10-18T20:39:22.340000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b14f92ee", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "2d0f7f1b0da1d54cfd14cdaa618fa14f", - "sha1": "faa2f891c50e5c1609de872c3cbda1ecf9c85fbd", - "sha256": "090b9f78cccf966c6f35ee6ce96309d33593d9739ae3a48cc407d81615b7ccda", - "size": 421, - "uuid": "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", - "version": "2018-10-18T20:37:28.333000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc6972af", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "0f11fae1f06bec8c31904e9b329a0152", - "sha1": "1116c79931c07640f72209a392a9eee633dd126e", - "sha256": "259afd374cb2a72c6a11b13ee75b1d7f55594bae61eb99c708f90dadaf53bc9b", - "size": 417, - "uuid": "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", - "version": "2018-10-18T20:40:01.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1a1dc51", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "05b49af7308cbc416a07fc654f6a46a0", - "sha1": "403009aa92f6c83981df2f96840e69361ba554a0", - "sha256": "a6961777e53454bfa152718e29fe4ea12947045861b15df8c5fcb427ae07948b", - "size": 426, - "uuid": "022a217c-384d-4d9d-8631-6397b6838e3a", - "version": "2018-10-18T20:45:01.366000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d2357c93", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "e6249b52ac48e91b36b6ffab4686ba44", - "sha1": "366425b341993ca536b9cd06557187b724fe60c2", - "sha256": "151ec855a556188d310159b39b020b94e23bde2becb09ec9300c8c421b6c0575", - "size": 430, - "uuid": "9b778e46-0c51-4260-8e3f-000ecc145f0a", - "version": "2018-10-18T20:39:10.339000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab36cbde", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "29e7c4f1a45a751cf3f11289291a205e", - "sha1": "382fa342c24815d42ccfc33046a8f1e4dc742275", - "sha256": "63aa33250e4fc6f45cdc687afd904664bbcef275aecfe2ce65bb8de473c31e39", - "size": 427, - "uuid": "af025a74-53f1-4972-b50d-53095b5ffac2", - "version": "2018-10-18T20:39:40.335000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dc88874a", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "80d8baef4597c032e173a8e7d140e3f6", - "sha1": "42b9be3d84f0c1d272d60cc380ceca26798e73f4", - "sha256": "0aaf5ad4246055f9c5a14716d38fbe735df1d4f15fedd9e690fda289852bec6b", - "size": 422, - "uuid": "e8395271-7c8e-4ec4-9598-495df43fe5fd", - "version": "2018-10-18T20:39:55.336000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4c92d3a4", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "273ea13d3ddf9f30c2bce1ecde5155f1", - "sha1": "1890207ef9a2e2031fcc605f5151b024c8e00972", - "sha256": "fe3eff5a344cc1ebf2684b2d98e02ccc7279be104976b9e113b8eb80d9eb25a9", - "size": 418, - "uuid": "211a8fbf-b190-4576-ac2f-2b1a91743abb", - "version": "2018-10-18T20:39:58.363000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "84f036fb", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "c371c1f5d47e236a7abc8dfd76923765", - "sha1": "8d7c575623d1d366f70e79e29d7b43896278b449", - "sha256": "8a862c127da596ab8eb38bda6c4396eb5388bca8f733545d48344e92e27259d6", - "size": 415, - "uuid": "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", - "version": "2018-10-18T20:39:58.363000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d83c5956", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "088d68afa42e3b000cee719f3131f136", - "sha1": "e0a7e9c66c53be03847e9d0693f531bd059ee47e", - "sha256": "8b599ef16398d03e3def02a176a25fccad9c7213d24b59fb5df299921efe340a", - "size": 416, - "uuid": "2fb8a975-b50c-4528-b850-838a19e19a1e", - "version": "2018-10-18T20:40:13.334000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "15341e0b", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "759d337bb1d81f1e6d5fe92f16658558", - "sha1": "ea9c5b728b2d72ce285766aad7028fdfd7d9d3d7", - "sha256": "4032aec2cf0e8db60a2f0475157f6af06ffd313d13e143915667f5abf2e3b420", - "size": 578, - "uuid": "213381ea-6161-4159-853e-cfcae4968001", - "version": "2018-10-18T20:32:16.894000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "93b4f25f", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "9ac33f8b8c3100890d9c291e761cd4ea", - "sha1": "bc31be1f5e15a8aa95687d81f2fb356ca6ac3680", - "sha256": "77839411ee7081fbd91ead295a38929da1d22684cda3ab1bcd3444c0a9107bda", - "size": 578, - "uuid": "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "version": "2018-10-18T20:32:18.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "afa94a34", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "ce1fd37dfb09a1faf386fa31a3bcd9d8", - "sha1": "22ecb070a6ebe017980a300a0e4711f463dda520", - "sha256": "05906f7b6591f292df30699eb70fb9a4ce965c1ed0d1a5d13d182ea159c4276a", - "size": 579, - "uuid": "330a08ca-ae8e-4f1f-aa03-970abcd27f39", - "version": "2018-10-18T20:32:20.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "894f37e1", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "1929bbf6100366931228d2cd1a67b194", - "sha1": "44436c0b737871d9ac9e8cdfadf43ad632dcfa79", - "sha256": "92eab995c28407c2e4437e66ca900b36d9693ea20b7825637b9ea5c599efc3ba", - "size": 499, - "uuid": "281c2d08-9e43-47f9-b937-e733e3ba3322", - "version": "2018-10-18T20:40:54.699000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d8886504", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "ee01e686f86188204beddfce64f5c6fb", - "sha1": "c888b1bb69e398e247983156338eb5bf78cab407", - "sha256": "821032ff59b5efbd720a3f2059ceaa64a0334f500f5776da9347e61c584b8a93", - "size": 512, - "uuid": "ae1d6fa7-964f-465a-8c78-565206827434", - "version": "2018-10-18T20:40:55.940000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5adb36e", - "indexed": true, - "name": "supplementary_file_2.json", - "s3_etag": "2abbd9b4b88e29931d09f810899e81a0", - "sha1": "ddf91392b96790782c9061c56a3ac74066baa1e1", - "sha256": "c0b4777e1b09f5d23c6079bfeee02749d89463df3cd31355bae4d2e6bd9cd51a", - "size": 536, - "uuid": "f518a8cc-e1d9-4fc9-bc32-491dd8543902", - "version": "2018-10-18T20:40:57.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "24e3b23a", - "indexed": true, - "name": "project_0.json", - "s3_etag": "dad5b8bed51cf9660cdcb9c43d9816c6", - "sha1": "0bea51cc0d71b60764092102d11272efc2d219ed", - "sha256": "a3aa6cc139c500be18fcb71b804ac44d3d72760755a733e0e6823597a02c1b42", - "size": 3231, - "uuid": "2c4724a4-7252-409e-b008-ff5c127c7e89", - "version": "2018-10-11T21:18:06.651000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "fdfb8c4b", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "b3ef00acfcb5cb2a093ec1907314a5a9", - "sha1": "b98751666a386775a78b98ffb3a37aa8d28fea3f", - "sha256": "4287d111a477e9a370babd1af86c252646a113e58a04c5fa875d62b5428f2045", - "size": 1422, - "uuid": "92277226-bf78-4df9-a594-5190a8790a14", - "version": "2018-10-11T21:18:12.704000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6fff673d", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "c276b9e96281593774b811831d726a15", - "sha1": "df525391cee8e2af338fda8f2a0435e267ed2c8e", - "sha256": "f8e340a1bd34145e24ba1243daf08d15ab34ca026675549a5dd22cd747b0eed0", - "size": 871, - "uuid": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b", - "version": "2018-10-11T21:18:12.667000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "fd352894", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "1092fc94ed40ea31289b7191485ec0f6", - "sha1": "9c718fedd55e2ff05891ab8cb75449d065f0c6e0", - "sha256": "88903fe00e106c175431944e99622e0539757bc187afc69ca56eb6a85ea5bd7a", - "size": 964, - "uuid": "755762e0-7aff-48ed-a7d4-d3ea4005758f", - "version": "2018-10-11T21:18:12.751000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "af821d85", - "indexed": true, - "name": "differentiation_protocol_0.json", - "s3_etag": "ff20e5fd30d1d11211806a62522d1bd7", - "sha1": "2e9a8b98000e98479608815074453bdc700e7a96", - "sha256": "499aa080bf0e8dc6e90796d5028016d4a68ac18596e143bab79bc2723938293a", - "size": 929, - "uuid": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f", - "version": "2018-10-11T21:18:12.764000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9bec321f", - "indexed": true, - "name": "ipsc_induction_protocol_0.json", - "s3_etag": "29d9dcd9cb01971b0b1f010ddc32708c", - "sha1": "b6cebc41fa580874c7ba0708ea61f8fe4975fe0f", - "sha256": "7610b7b2bd4d4b3bc2dac3f1649eb2911499ce5440f4ebc6f0cf438dac621ca9", - "size": 1319, - "uuid": "cdfe38f2-1d90-4700-a199-d8105ce299df", - "version": "2018-10-11T21:18:06.713000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e84ccdf4", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "a62a7528111fc243835f6620e4873821", - "sha1": "5bedf65911537b7fdb0d6d6a7b48a0700f4d4448", - "sha256": "feb576af9d9386ba3c582c004da88c3daf079b7eac50770654187ae0a00fa4df", - "size": 6688, - "uuid": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", - "version": "2018-10-18T20:32:19.562000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5325dfb7", - "indexed": true, - "name": "process_0.json", - "s3_etag": "4bd306d4398e541fbaae11e2f6687d3e", - "sha1": "0205fdd5d34a6a749ef55753830f15f3c3541e21", - "sha256": "55686f06a2c7ae8b059e25f291a0c4f0afb00073a4f1181720ff48b978e1e2ce", - "size": 386, - "uuid": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "version": "2018-10-11T21:18:12.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "854a6dcd", - "indexed": true, - "name": "process_1.json", - "s3_etag": "26abafd367af1a7d09bbb60ad90f8811", - "sha1": "39a9e5dda0bbd8d6629cc0c7856f80c4aafa5faf", - "sha256": "028f0d2d9e8c6d6a52267564853eb7a0dd7ced6fa1227ef652345426450a5c18", - "size": 389, - "uuid": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "version": "2018-10-11T21:18:10.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8d03afc3", - "indexed": true, - "name": "process_2.json", - "s3_etag": "0ddb3b35e3346ddd102b65692b36836b", - "sha1": "0c654dcaa213ff279590890fb6e22a0f3f8037a2", - "sha256": "2af29db4ec39dab8428857c8a4b58ec137a7ae34c118184eeb2efc46507e253b", - "size": 389, - "uuid": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "version": "2018-10-11T21:18:10.859000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9a14d25d", - "indexed": true, - "name": "process_3.json", - "s3_etag": "5852eaa39f67f17b73a4d1dd8a84be2d", - "sha1": "f7bb63c19e1ee2ccc8359f95721bf13e1e2e1b7c", - "sha256": "6b7db05f60c04f6002fe048d272e07812f925d3762269e8ba42e3ebae5bf1003", - "size": 388, - "uuid": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "version": "2018-10-11T21:18:10.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f5ab0c0d", - "indexed": true, - "name": "process_4.json", - "s3_etag": "0b005239e20cdda8a5ad602ba8d28126", - "sha1": "dd0fdaf8825bf3bb8406e2fdb8a3a6049f888dde", - "sha256": "15f2cb3e581fa3c8fe0e548cde31d274aeec23071e3b60fc5fc561766232fbb7", - "size": 388, - "uuid": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "version": "2018-10-11T21:18:10.611000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a96cb7ee", - "indexed": true, - "name": "process_5.json", - "s3_etag": "7bc2b317c888ba29e67304a40689bc0d", - "sha1": "0a8ee186ab61133465e183d3d2e425d03c2b1ca8", - "sha256": "f9d622e9c43013d4c5d9845b59e1fa40ee395647c8c6c0d2c63afe07e8dfd0dd", - "size": 389, - "uuid": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "version": "2018-10-11T21:18:11.909000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "185fc697", - "indexed": true, - "name": "process_6.json", - "s3_etag": "08feb988d8d9c73f5fda9ccd27b74a25", - "sha1": "e512e015364f6376389744afb03fe4a0aff4206d", - "sha256": "22b24342af3a65903f14fe403c958fade4798e0b7096af9bd11cb91633695bde", - "size": 388, - "uuid": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "version": "2018-10-11T21:18:10.866000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8f8d12cf", - "indexed": true, - "name": "process_7.json", - "s3_etag": "f5b3df755949b054616fd7a0f380a1b9", - "sha1": "75fb462e0bcadb446acdc31f63dd2bc792c5056f", - "sha256": "ea9a5a287d32730535b75de63cf8c47aaa919b5d175172ce43264fc480bca933", - "size": 388, - "uuid": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "version": "2018-10-11T21:18:10.656000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "49932b56", - "indexed": true, - "name": "process_8.json", - "s3_etag": "bed1348f0410f6547289615bd08998af", - "sha1": "7576587ce047a34092e1311e2d7b3f4843048e5c", - "sha256": "eebbc9906af46075494732c447fc74bf1c035e1136d6f035635a3e831f1a5200", - "size": 389, - "uuid": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "version": "2018-10-11T21:18:10.879000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3b1cd6d5", - "indexed": true, - "name": "process_9.json", - "s3_etag": "ed4ed795726c3a8d64a3f3b488062de2", - "sha1": "e9461a83ab91f96e40bd76a969afe2e32969aad7", - "sha256": "2cc07816cca15f20d443470b4235704530cf0fe60256182aae5ae177c791ea23", - "size": 388, - "uuid": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "version": "2018-10-11T21:18:10.699000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3b6350ca", - "indexed": true, - "name": "process_10.json", - "s3_etag": "d17a73110b282694a6d81c9cf62ef487", - "sha1": "f3a37410b78241cd0c62a490a81b6cd759b8e454", - "sha256": "372531bec6220a433700531f7099daf8e0ad1aafcc9e0823e1e79ea42223de75", - "size": 388, - "uuid": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "version": "2018-10-11T21:18:11.587000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ad13e38a", - "indexed": true, - "name": "process_11.json", - "s3_etag": "d336db25dff82076dc0ed6aab29598df", - "sha1": "308a46b28e95eba7c023c882cc454ae8f3acbfdf", - "sha256": "cb624a267a0b5c5531e97979f82c1a75c38113211ab63217ba497e18f807e4da", - "size": 389, - "uuid": "bce97917-252e-40f2-af8e-df591099acd8", - "version": "2018-10-11T21:18:11.481000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cf79c96e", - "indexed": true, - "name": "process_12.json", - "s3_etag": "7f16e6e2f2a770ee69e4df70380e22a4", - "sha1": "a5b18ed31380ec272dd1c0bc698905b124633065", - "sha256": "7b98d418d5e8c64365865859649c90ffe818c219e5a15fcd6155f2c1785f33ac", - "size": 388, - "uuid": "6458ae59-0aed-471e-95a0-4de534d449ca", - "version": "2018-10-11T21:18:10.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3a522a48", - "indexed": true, - "name": "process_13.json", - "s3_etag": "bc57c56f45733bb9e259e94f56b82006", - "sha1": "fed67d002101cd059ee8862da2e68cb23989b0c8", - "sha256": "6aa40ec06596cd6e7dfa7e8a7708eb6befe63105e905badee7385a122b4c6eaf", - "size": 388, - "uuid": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "version": "2018-10-11T21:18:10.586000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "e90e51d2", - "indexed": true, - "name": "links.json", - "s3_etag": "850967c36ce39ca1c39cb50fbbce2e3a", - "sha1": "f8819c84b8a3243f8383e044824ed418c4b9c123", - "sha256": "ef3b8c62921e5b016ec1609d93f348c7e48ec5452a7c9e0a9968b649c69c84f4", - "size": 24588, - "uuid": "4e4a6937-c54a-4933-913a-0ab2cddaaa6f", - "version": "2018-10-18T20:46:11.972661Z" - }, - { + "manifest": { + "analysis_file/cf93f747-1392-4670-8eb3-3ac60a96855e": { + "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "e511d1cf", "indexed": false, @@ -708,7 +13,7 @@ "uuid": "58b69c85-f5f3-4b94-8933-5520a54a6b25", "version": "2018-10-18T20:46:12.510116Z" }, - { + "analysis_file/477c0b3e-4a06-4214-8f27-58199ba63528": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -720,7 +25,7 @@ "uuid": "b372aac3-0e2a-4815-9cb8-06957c0034d7", "version": "2018-10-18T20:46:12.954781Z" }, - { + "analysis_file/ad6d5170-d74b-408c-af6b-25a14315c9da": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "883bc27f", "indexed": false, @@ -732,7 +37,7 @@ "uuid": "c81783cd-0531-4f64-9eef-a3e622152aae", "version": "2018-10-18T20:46:13.142208Z" }, - { + "analysis_file/50be9b67-fae5-4472-9719-478dd1303d6e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "182c881d", "indexed": false, @@ -744,7 +49,7 @@ "uuid": "17456232-f453-4178-b6d4-4c28840e0e9f", "version": "2018-10-18T20:46:13.433149Z" }, - { + "analysis_file/fd16b62e-e540-4f03-8ba0-07d0c204e3c8": { "content-type": "text/csv; dcp-type=data", "crc32c": "d3902ae4", "indexed": false, @@ -756,7 +61,7 @@ "uuid": "4cca0b74-7bfb-45a5-8a26-7342151805c9", "version": "2018-10-18T20:46:14.214293Z" }, - { + "analysis_file/3c41b5b6-f480-4d47-8c5e-155e7c1adf54": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1462f373", "indexed": false, @@ -768,7 +73,7 @@ "uuid": "0664a03c-9199-430e-9df6-e83e4a77df16", "version": "2018-10-18T20:46:14.565244Z" }, - { + "analysis_file/022a217c-384d-4d9d-8631-6397b6838e3a": { "content-type": "application/gzip; dcp-type=data", "crc32c": "63dd3167", "indexed": false, @@ -780,7 +85,7 @@ "uuid": "a12a783c-6b91-4788-80b3-f25dae7838ce", "version": "2018-10-18T20:46:14.923428Z" }, - { + "analysis_file/9b778e46-0c51-4260-8e3f-000ecc145f0a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a40c0ecb", "indexed": false, @@ -792,7 +97,7 @@ "uuid": "52d08a61-8d7b-4fd6-98e6-0620f815ecc5", "version": "2018-10-18T20:46:15.089157Z" }, - { + "analysis_file/af025a74-53f1-4972-b50d-53095b5ffac2": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "03eb39ec", "indexed": false, @@ -804,7 +109,7 @@ "uuid": "40bb9b37-9c3c-4be4-adf6-c8609493d223", "version": "2018-10-18T20:46:15.963496Z" }, - { + "analysis_file/e8395271-7c8e-4ec4-9598-495df43fe5fd": { "content-type": "text/html; dcp-type=data", "crc32c": "d5973bce", "indexed": false, @@ -816,7 +121,7 @@ "uuid": "05311530-98da-4ac7-a4da-244c0a19ae4a", "version": "2018-10-18T20:46:17.373562Z" }, - { + "analysis_file/211a8fbf-b190-4576-ac2f-2b1a91743abb": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7c54ea3d", "indexed": false, @@ -828,7 +133,7 @@ "uuid": "d0757b34-5974-44e3-a8ae-5b60f7691913", "version": "2018-10-18T20:46:18.194283Z" }, - { + "analysis_file/17222e3a-5757-45e9-9dfe-c4b6aa10f28a": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -840,7 +145,7 @@ "uuid": "5d8aea02-2dff-4bda-a218-2ee4c5cabfb4", "version": "2018-10-18T20:46:18.594371Z" }, - { + "analysis_file/2fb8a975-b50c-4528-b850-838a19e19a1e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "283d035a", "indexed": false, @@ -852,7 +157,7 @@ "uuid": "934faa14-ec75-4171-8c08-5ab20cc6ebff", "version": "2018-10-18T20:46:18.842610Z" }, - { + "sequence_file/213381ea-6161-4159-853e-cfcae4968001": { "content-type": "application/gzip; dcp-type=data", "crc32c": "e80c9f6f", "indexed": false, @@ -864,7 +169,7 @@ "uuid": "8a0670ac-e3bd-4d38-afdc-0cf6d85e6adf", "version": "2018-10-11T22:04:37.262084Z" }, - { + "sequence_file/9ee3da9e-83ca-4c02-84d6-ac09702b12ba": { "content-type": "application/gzip; dcp-type=data", "crc32c": "17a27554", "indexed": false, @@ -876,7 +181,7 @@ "uuid": "d1e5058a-b53c-4e71-9cbc-1853d95b75bd", "version": "2018-10-11T22:04:37.518108Z" }, - { + "sequence_file/330a08ca-ae8e-4f1f-aa03-970abcd27f39": { "content-type": "application/gzip; dcp-type=data", "crc32c": "577e04eb", "indexed": false, @@ -888,7 +193,7 @@ "uuid": "a36fe69b-874b-4b9b-8e77-68be23cf98cd", "version": "2018-10-11T22:04:37.811384Z" }, - { + "supplementary_file/281c2d08-9e43-47f9-b937-e733e3ba3322": { "content-type": "application/pdf; dcp-type=data", "crc32c": "1e67ff31", "indexed": false, @@ -900,7 +205,7 @@ "uuid": "9485d3c7-55f6-49f5-9eb1-ff85d8e4ef9f", "version": "2018-10-11T22:04:38.049605Z" }, - { + "supplementary_file/ae1d6fa7-964f-465a-8c78-565206827434": { "content-type": "application/pdf; dcp-type=data", "crc32c": "201fded1", "indexed": false, @@ -912,7 +217,7 @@ "uuid": "05f653e7-2920-499b-95fe-455d585da2b7", "version": "2018-10-11T22:04:38.189879Z" }, - { + "supplementary_file/f518a8cc-e1d9-4fc9-bc32-491dd8543902": { "content-type": "application/pdf; dcp-type=data", "crc32c": "47441108", "indexed": false, @@ -924,9 +229,9 @@ "uuid": "5eca9eb4-f837-4aa4-98e1-172a7c6da7ee", "version": "2018-10-11T22:04:38.356356Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/803fd65a-c578-4c4f-a39e-bedec24e2578": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -956,7 +261,7 @@ "update_date": "2018-10-11T21:18:13.146Z" } }, - "organoid_0.json": { + "organoid/2d8282f0-6cbb-4d5a-822c-4b01718b4d0d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -991,7 +296,7 @@ "update_date": "2018-10-11T21:18:12.864Z" } }, - "organoid_1.json": { + "organoid/b7214641-1ac5-4f60-b795-cb33a7c25434": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1026,7 +331,7 @@ "update_date": "2018-10-11T21:18:12.763Z" } }, - "organoid_2.json": { + "organoid/308eea51-d14b-4036-8cd1-cfd81d7532c3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1061,7 +366,7 @@ "update_date": "2018-10-11T21:18:06.730Z" } }, - "organoid_3.json": { + "organoid/73f10dad-afc5-4d1d-a71c-4a8b6fff9172": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1096,7 +401,7 @@ "update_date": "2018-10-11T21:18:06.725Z" } }, - "cell_line_0.json": { + "cell_line/c532cca7-67c6-4617-ac47-5b91652621a5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1143,7 +448,7 @@ "update_date": "2018-10-11T21:18:06.721Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/c8e14a8e-81f9-4109-bb27-4bb3029240c1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1180,7 +485,7 @@ "update_date": "2018-10-11T21:18:06.720Z" } }, - "donor_organism_0.json": { + "donor_organism/d4c29b1a-f23c-4511-a2ae-097772d90254": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1225,7 +530,7 @@ "update_date": "2018-10-11T21:18:06.768Z" } }, - "cell_line_1.json": { + "cell_line/e924c114-e3cd-4060-9c8e-3d980ec7fcbe": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1272,7 +577,7 @@ "update_date": "2018-10-11T21:18:06.679Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/5bd6106c-0158-4c2c-8c60-32019c599c83": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1309,7 +614,7 @@ "update_date": "2018-10-11T21:18:06.627Z" } }, - "donor_organism_1.json": { + "donor_organism/ef7e6ac7-172a-4b24-9620-fc909a5e9c6c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1354,7 +659,7 @@ "update_date": "2018-10-11T21:18:06.720Z" } }, - "cell_line_2.json": { + "cell_line/a3651f83-dee6-49b2-ba4e-0ce20f02467d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1401,7 +706,7 @@ "update_date": "2018-10-11T21:18:06.795Z" } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/8f328973-9bc0-46b9-8a1f-38893e77b3b5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1438,7 +743,7 @@ "update_date": "2018-10-11T21:18:06.643Z" } }, - "donor_organism_2.json": { + "donor_organism/931528fa-820b-49ca-af1e-ae9a2c0ef551": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1483,7 +788,7 @@ "update_date": "2018-10-11T21:18:06.762Z" } }, - "cell_line_3.json": { + "cell_line/6a16de30-176d-4488-81de-9337a1a6d8c5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1530,7 +835,7 @@ "update_date": "2018-10-11T21:18:06.634Z" } }, - "specimen_from_organism_3.json": { + "specimen_from_organism/82368936-7b99-4864-9f49-b8fee3906d47": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1567,7 +872,7 @@ "update_date": "2018-10-11T21:18:06.743Z" } }, - "donor_organism_3.json": { + "donor_organism/96757312-0221-447a-84f1-7a737b5afd01": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1612,7 +917,7 @@ "update_date": "2018-10-11T21:18:06.767Z" } }, - "analysis_file_0.json": { + "analysis_file/cf93f747-1392-4670-8eb3-3ac60a96855e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1625,7 +930,7 @@ "update_date": "2018-10-18T20:39:13.335Z" } }, - "analysis_file_1.json": { + "analysis_file/477c0b3e-4a06-4214-8f27-58199ba63528": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1638,7 +943,7 @@ "update_date": "2018-10-18T20:39:16.337Z" } }, - "analysis_file_2.json": { + "analysis_file/ad6d5170-d74b-408c-af6b-25a14315c9da": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1651,7 +956,7 @@ "update_date": "2018-10-18T20:39:25.337Z" } }, - "analysis_file_3.json": { + "analysis_file/50be9b67-fae5-4472-9719-478dd1303d6e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1664,7 +969,7 @@ "update_date": "2018-10-18T20:39:22.340Z" } }, - "analysis_file_4.json": { + "analysis_file/fd16b62e-e540-4f03-8ba0-07d0c204e3c8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1677,7 +982,7 @@ "update_date": "2018-10-18T20:37:28.333Z" } }, - "analysis_file_5.json": { + "analysis_file/3c41b5b6-f480-4d47-8c5e-155e7c1adf54": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1690,7 +995,7 @@ "update_date": "2018-10-18T20:40:01.344Z" } }, - "analysis_file_6.json": { + "analysis_file/022a217c-384d-4d9d-8631-6397b6838e3a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1703,7 +1008,7 @@ "update_date": "2018-10-18T20:45:01.366Z" } }, - "analysis_file_7.json": { + "analysis_file/9b778e46-0c51-4260-8e3f-000ecc145f0a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1716,7 +1021,7 @@ "update_date": "2018-10-18T20:39:10.339Z" } }, - "analysis_file_8.json": { + "analysis_file/af025a74-53f1-4972-b50d-53095b5ffac2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1729,7 +1034,7 @@ "update_date": "2018-10-18T20:39:40.335Z" } }, - "analysis_file_9.json": { + "analysis_file/e8395271-7c8e-4ec4-9598-495df43fe5fd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1742,7 +1047,7 @@ "update_date": "2018-10-18T20:39:55.336Z" } }, - "analysis_file_10.json": { + "analysis_file/211a8fbf-b190-4576-ac2f-2b1a91743abb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1755,7 +1060,7 @@ "update_date": "2018-10-18T20:39:58.363Z" } }, - "analysis_file_11.json": { + "analysis_file/17222e3a-5757-45e9-9dfe-c4b6aa10f28a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1768,7 +1073,7 @@ "update_date": "2018-10-18T20:39:58.363Z" } }, - "analysis_file_12.json": { + "analysis_file/2fb8a975-b50c-4528-b850-838a19e19a1e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1781,7 +1086,7 @@ "update_date": "2018-10-18T20:40:13.334Z" } }, - "sequence_file_0.json": { + "sequence_file/213381ea-6161-4159-853e-cfcae4968001": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1798,7 +1103,7 @@ "update_date": "2018-10-18T20:32:16.894Z" } }, - "sequence_file_1.json": { + "sequence_file/9ee3da9e-83ca-4c02-84d6-ac09702b12ba": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1815,7 +1120,7 @@ "update_date": "2018-10-18T20:32:18.864Z" } }, - "sequence_file_2.json": { + "sequence_file/330a08ca-ae8e-4f1f-aa03-970abcd27f39": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1832,7 +1137,7 @@ "update_date": "2018-10-18T20:32:20.845Z" } }, - "supplementary_file_0.json": { + "supplementary_file/281c2d08-9e43-47f9-b937-e733e3ba3322": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1846,7 +1151,7 @@ "update_date": "2018-10-18T20:40:54.699Z" } }, - "supplementary_file_1.json": { + "supplementary_file/ae1d6fa7-964f-465a-8c78-565206827434": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1860,7 +1165,7 @@ "update_date": "2018-10-18T20:40:55.940Z" } }, - "supplementary_file_2.json": { + "supplementary_file/f518a8cc-e1d9-4fc9-bc32-491dd8543902": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1874,7 +1179,7 @@ "update_date": "2018-10-18T20:40:57.146Z" } }, - "project_0.json": { + "project/2c4724a4-7252-409e-b008-ff5c127c7e89": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1935,7 +1240,7 @@ "update_date": "2018-10-11T21:18:06.651Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/92277226-bf78-4df9-a594-5190a8790a14": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1976,7 +1281,7 @@ "update_date": "2018-10-11T21:18:12.704Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/102cdbf3-b0e5-4dd5-9168-51150a9ebb6b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -2000,7 +1305,7 @@ "update_date": "2018-10-11T21:18:12.667Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/755762e0-7aff-48ed-a7d4-d3ea4005758f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -2026,7 +1331,7 @@ "update_date": "2018-10-11T21:18:12.751Z" } }, - "differentiation_protocol_0.json": { + "differentiation_protocol/8f4a8e7c-e7ee-44dc-8e09-f4012355060f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", "schema_type": "protocol", "protocol_core": { @@ -2050,7 +1355,7 @@ "update_date": "2018-10-11T21:18:12.764Z" } }, - "ipsc_induction_protocol_0.json": { + "ipsc_induction_protocol/cdfe38f2-1d90-4700-a199-d8105ce299df": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", "schema_type": "protocol", "protocol_core": { @@ -2073,7 +1378,7 @@ "update_date": "2018-10-11T21:18:06.713Z" } }, - "analysis_process_0.json": { + "analysis_process/228fd33a-3627-4dea-bda9-e9cdc3b924b6": { "analysis_run_type": "run", "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -2237,7 +1542,7 @@ "update_date": "2018-10-18T20:32:19.562Z" } }, - "process_0.json": { + "process/a2510b8c-8c92-4fe4-bc06-5e4e92093545": { "process_core": { "process_id": "tech_rep_4" }, @@ -2249,7 +1554,7 @@ "update_date": "2018-10-11T21:18:12.743Z" } }, - "process_1.json": { + "process/c7b6e9fe-6f08-41a9-8907-9c0347e6d604": { "process_core": { "process_id": "process_id_22" }, @@ -2261,7 +1566,7 @@ "update_date": "2018-10-11T21:18:10.787Z" } }, - "process_2.json": { + "process/0d1d507d-4246-4b1c-8836-261d42f784eb": { "process_core": { "process_id": "process_id_10" }, @@ -2273,7 +1578,7 @@ "update_date": "2018-10-11T21:18:10.859Z" } }, - "process_3.json": { + "process/5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0": { "process_core": { "process_id": "process_id_5" }, @@ -2285,7 +1590,7 @@ "update_date": "2018-10-11T21:18:10.803Z" } }, - "process_4.json": { + "process/54760853-d6ed-4149-9a49-53c4cddfd93c": { "process_core": { "process_id": "process_id_1" }, @@ -2297,7 +1602,7 @@ "update_date": "2018-10-11T21:18:10.611Z" } }, - "process_5.json": { + "process/d5ac7f5f-9a50-403e-9b8d-6e983a099826": { "process_core": { "process_id": "process_id_13" }, @@ -2309,7 +1614,7 @@ "update_date": "2018-10-11T21:18:11.909Z" } }, - "process_6.json": { + "process/53f025f5-931a-4b6e-9a9b-545b5b881710": { "process_core": { "process_id": "process_id_6" }, @@ -2321,7 +1626,7 @@ "update_date": "2018-10-11T21:18:10.866Z" } }, - "process_7.json": { + "process/45c67d31-0b05-4d5e-b215-e50e1b2b125c": { "process_core": { "process_id": "process_id_2" }, @@ -2333,7 +1638,7 @@ "update_date": "2018-10-11T21:18:10.656Z" } }, - "process_8.json": { + "process/fe0d9d3a-56be-41ca-9fdf-70c8c637fd62": { "process_core": { "process_id": "process_id_16" }, @@ -2345,7 +1650,7 @@ "update_date": "2018-10-11T21:18:10.879Z" } }, - "process_9.json": { + "process/4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc": { "process_core": { "process_id": "process_id_7" }, @@ -2357,7 +1662,7 @@ "update_date": "2018-10-11T21:18:10.699Z" } }, - "process_10.json": { + "process/76e685c9-fcf2-4582-bbfa-5e0369eb5bdb": { "process_core": { "process_id": "process_id_3" }, @@ -2369,7 +1674,7 @@ "update_date": "2018-10-11T21:18:11.587Z" } }, - "process_11.json": { + "process/bce97917-252e-40f2-af8e-df591099acd8": { "process_core": { "process_id": "process_id_19" }, @@ -2381,7 +1686,7 @@ "update_date": "2018-10-11T21:18:11.481Z" } }, - "process_12.json": { + "process/6458ae59-0aed-471e-95a0-4de534d449ca": { "process_core": { "process_id": "process_id_8" }, @@ -2393,7 +1698,7 @@ "update_date": "2018-10-11T21:18:10.788Z" } }, - "process_13.json": { + "process/bb2365b9-5a5b-436f-92e3-4fc6d86a9efd": { "process_core": { "process_id": "process_id_4" }, @@ -2404,723 +1709,724 @@ "submission_date": "2018-10-11T21:18:03.026Z", "update_date": "2018-10-11T21:18:10.586Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", - "inputs": [ - "281c2d08-9e43-47f9-b937-e733e3ba3322", - "ae1d6fa7-964f-465a-8c78-565206827434", - "f518a8cc-e1d9-4fc9-bc32-491dd8543902", - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "input_type": "file", - "outputs": [ - "cf93f747-1392-4670-8eb3-3ac60a96855e", - "477c0b3e-4a06-4214-8f27-58199ba63528", - "ad6d5170-d74b-408c-af6b-25a14315c9da", - "50be9b67-fae5-4472-9719-478dd1303d6e", - "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", - "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", - "022a217c-384d-4d9d-8631-6397b6838e3a", - "9b778e46-0c51-4260-8e3f-000ecc145f0a", - "af025a74-53f1-4972-b50d-53095b5ffac2", - "e8395271-7c8e-4ec4-9598-495df43fe5fd", - "211a8fbf-b190-4576-ac2f-2b1a91743abb", - "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", - "2fb8a975-b50c-4528-b850-838a19e19a1e" - ], - "output_type": "file", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", + "inputs": [ + "281c2d08-9e43-47f9-b937-e733e3ba3322", + "ae1d6fa7-964f-465a-8c78-565206827434", + "f518a8cc-e1d9-4fc9-bc32-491dd8543902", + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "input_type": "file", + "outputs": [ + "cf93f747-1392-4670-8eb3-3ac60a96855e", + "477c0b3e-4a06-4214-8f27-58199ba63528", + "ad6d5170-d74b-408c-af6b-25a14315c9da", + "50be9b67-fae5-4472-9719-478dd1303d6e", + "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", + "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", + "022a217c-384d-4d9d-8631-6397b6838e3a", + "9b778e46-0c51-4260-8e3f-000ecc145f0a", + "af025a74-53f1-4972-b50d-53095b5ffac2", + "e8395271-7c8e-4ec4-9598-495df43fe5fd", + "211a8fbf-b190-4576-ac2f-2b1a91743abb", + "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", + "2fb8a975-b50c-4528-b850-838a19e19a1e" + ], + "output_type": "file", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/412cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json b/test/indexer/data/412cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json index 678ee4be71..2d84ad0877 100644 --- a/test/indexer/data/412cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json +++ b/test/indexer/data/412cd8d5-5990-43cd-84cc-6c7796b8a76d.dss.hca.json @@ -1,702 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "50c89fa4", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "a9f9508e56a7c55f73e260962361bfab", - "sha1": "604d9e0e5a9c522905c58f664a3d52f0efad73a0", - "sha256": "b6d0ee3e66f6275a6cf2f328ba6ef41367aaedff476f6c890c35b4d4ac49c1fa", - "size": 953, - "uuid": "803fd65a-c578-4c4f-a39e-bedec24e2578", - "version": "2018-10-11T21:18:13.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2a8ef7a0", - "indexed": true, - "name": "organoid_0.json", - "s3_etag": "8ba434eb5b1958f5eb87b4c51e319a0f", - "sha1": "654e59959dcac81a88d0947317185e3ef2c46aba", - "sha256": "e9f230cfa1063db6b5b0b860f0d69ef71ec87e08da27144f37fbd6e3917c1b3d", - "size": 1066, - "uuid": "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "version": "2018-10-11T21:18:12.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "baa27957", - "indexed": true, - "name": "organoid_1.json", - "s3_etag": "fe61dafca55d04fc1efc2f53288239ca", - "sha1": "23c91d623d544962c9ec24519055b7f40e5511ee", - "sha256": "dc97a2a5754cd4bc6f2dff67aea42b23ea33fc46ea2bf097b9459c8d495668d3", - "size": 1066, - "uuid": "b7214641-1ac5-4f60-b795-cb33a7c25434", - "version": "2018-10-11T21:18:12.763000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e707a600", - "indexed": true, - "name": "organoid_2.json", - "s3_etag": "cc206babbbeb0f83d7dbc03897681dd4", - "sha1": "1121c3400da21f1c7c8d7f4e0e49449ec8ffa7f7", - "sha256": "0b28f341be6c6a1e39179b498250abe14416462173aa943d5a6f80016ec094ef", - "size": 1066, - "uuid": "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "version": "2018-10-11T21:18:06.730000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "29300e18", - "indexed": true, - "name": "organoid_3.json", - "s3_etag": "caa2db300dd47de962efee93ed903ea8", - "sha1": "988c6f65ee2a9b06a6020c37d33e7524951577c2", - "sha256": "1f9686a9d41af659d566574556425678f144bf4fca57367e298288cf86112791", - "size": 1066, - "uuid": "73f10dad-afc5-4d1d-a71c-4a8b6fff9172", - "version": "2018-10-11T21:18:06.725000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e3040be7", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "f7eb18f2688c770bcd5c0daada475146", - "sha1": "9c750a6482bd391921fb9eb88555691e2a0d4d6d", - "sha256": "dac8762279206586dde7b5f7c17174314523bf2e97e8a146d0ab8cfa6ca7ffd3", - "size": 1557, - "uuid": "c532cca7-67c6-4617-ac47-5b91652621a5", - "version": "2018-10-11T21:18:06.721000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c1a36747", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "c5a7222f5b99457c41bfebdccd8c538e", - "sha1": "bd00851697d21fba630086bd51bb7f7bb98952a9", - "sha256": "d2ff6f8df9468e608126226f469a10fb9c2e8f51a4211ecee66dfe867b7701d2", - "size": 1052, - "uuid": "c8e14a8e-81f9-4109-bb27-4bb3029240c1", - "version": "2018-10-11T21:18:06.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bd662c13", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "170bf5eb94faa797bee86b656928e8a0", - "sha1": "006a7a7596a24476973a4583866bfd7690c95c61", - "sha256": "5052630ae23b1f1c129b30f3e4e530ec9d0f3596e00010873ef9a0c927d48a3d", - "size": 1245, - "uuid": "d4c29b1a-f23c-4511-a2ae-097772d90254", - "version": "2018-10-11T21:18:06.768000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5037ae45", - "indexed": true, - "name": "cell_line_1.json", - "s3_etag": "7573ae0e8ba65489ab7faa827919eded", - "sha1": "8a07e593b5baa76c44c23d9aa619158d7eb233fc", - "sha256": "36bf578be52bcd9a151ae02945903278b61f58e5a8aef8c063b6f6990358561b", - "size": 1557, - "uuid": "e924c114-e3cd-4060-9c8e-3d980ec7fcbe", - "version": "2018-10-11T21:18:06.679000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b9f99728", - "indexed": true, - "name": "specimen_from_organism_1.json", - "s3_etag": "bc6f277a100fa1789762738ebf36720f", - "sha1": "f58e09489f8687d8c6788a4fabff6f54dbdd2fd6", - "sha256": "c5ff20375d21714bcc040c691671e6aca20cb6cc3fe350e88d41b40936f4dc7f", - "size": 1052, - "uuid": "5bd6106c-0158-4c2c-8c60-32019c599c83", - "version": "2018-10-11T21:18:06.627000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8a24a095", - "indexed": true, - "name": "donor_organism_1.json", - "s3_etag": "fac8343e1d46657ca95b1214eacec49d", - "sha1": "3b53a10f6d35afc300a551658cb5a30f1f957732", - "sha256": "f1fdeec767bf15e5cdf9ad22ccededf57da25560198b3f939be7ba99f05fb189", - "size": 1243, - "uuid": "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c", - "version": "2018-10-11T21:18:06.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "15151c1e", - "indexed": true, - "name": "cell_line_2.json", - "s3_etag": "47653eb8707d299c726e021e1c7538c6", - "sha1": "b28117f53e112f4343732971fa19c9e114507e5c", - "sha256": "d5ff022080d46dee140e7f69afc94c868e928dd2629e22affc5c270abe6e8834", - "size": 1557, - "uuid": "a3651f83-dee6-49b2-ba4e-0ce20f02467d", - "version": "2018-10-11T21:18:06.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4ed7a5f7", - "indexed": true, - "name": "specimen_from_organism_2.json", - "s3_etag": "d63a81854343743da840c72de9fe8f6e", - "sha1": "398c3199cc0e0486d9cfd38591a786183a4fd5a1", - "sha256": "aef1fcd77b5f43afd468b413fb2232840fdee7efb76930c1ca1fd8bfcdaff191", - "size": 1052, - "uuid": "8f328973-9bc0-46b9-8a1f-38893e77b3b5", - "version": "2018-10-11T21:18:06.643000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "10052b89", - "indexed": true, - "name": "donor_organism_2.json", - "s3_etag": "e94dc96e117b81196350cf7853788ff2", - "sha1": "796639989c1d14294ff4a44119db8799d5033b65", - "sha256": "9271d52af4446b2907212f8e342c2bb55b189cd1265206c417e36f9f8dd44aa9", - "size": 1245, - "uuid": "931528fa-820b-49ca-af1e-ae9a2c0ef551", - "version": "2018-10-11T21:18:06.762000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "be6843ac", - "indexed": true, - "name": "cell_line_3.json", - "s3_etag": "5b91c3f3f84550a438d849c541e8a788", - "sha1": "b232912554a824eca592139a025fe5e6bce13725", - "sha256": "4cbc82d6e46ed8730027970bf75ab1c7569744ca76b8cd0ea7dfcc0d4612472f", - "size": 1557, - "uuid": "6a16de30-176d-4488-81de-9337a1a6d8c5", - "version": "2018-10-11T21:18:06.634000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d23c100c", - "indexed": true, - "name": "specimen_from_organism_3.json", - "s3_etag": "49de1dc8110957b308e6dd371eb8e52b", - "sha1": "91bfa145f475bba9fac4462616bd3a22275b6c0c", - "sha256": "e0a058ba7c8b09feb9e0c9f85a44d774db99f8cdbabc28e478bdd528f060e59b", - "size": 1052, - "uuid": "82368936-7b99-4864-9f49-b8fee3906d47", - "version": "2018-10-11T21:18:06.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d81b2ef0", - "indexed": true, - "name": "donor_organism_3.json", - "s3_etag": "07fdeef04bb13cd69f63469020c60d44", - "sha1": "ed24c35225dd28c313ba1f81caccc1ddee42120f", - "sha256": "31a5c444d49f635c903bb7003d8564743c5a271b29cc6dd5f4d954d741d1e147", - "size": 1253, - "uuid": "96757312-0221-447a-84f1-7a737b5afd01", - "version": "2018-10-11T21:18:06.767000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f146a615", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "887312b9ebf23f16c4b93cd744738aca", - "sha1": "57bc8d4d67dd1e647e42c4be43cc51ee6cd2a52f", - "sha256": "25d4eace346c7ffe7a6311cd695092486a931956dfeb7d6db43f63c45ec0331a", - "size": 414, - "uuid": "cf93f747-1392-4670-8eb3-3ac60a96855e", - "version": "2018-10-18T20:39:13.335000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "43a258ff", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "c21a25d527638872ceaf39f80d7d1a9c", - "sha1": "b5813cd7367bfac9c28afda86932a12126a45c11", - "sha256": "a5951f59ad20382e8220b7af35e2c1b5c5634864b39de66be7c392fa0184f96d", - "size": 411, - "uuid": "477c0b3e-4a06-4214-8f27-58199ba63528", - "version": "2018-10-18T20:39:16.337000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "40f9721b", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "a8668fb47d15b5d7fdbeb75e0cc23096", - "sha1": "291dd3f483d3a61f900d8ad028292c4c8ae5b980", - "sha256": "53c2d04aa81d36edcfb1d8bd9034bb8fe31ff115ef858544b9b1d269012ecf05", - "size": 412, - "uuid": "ad6d5170-d74b-408c-af6b-25a14315c9da", - "version": "2018-10-18T20:39:25.337000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "203b1f42", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "e9e4880f346817b1890be50124f28db3", - "sha1": "e41960926197dba719d9fee0a1e044986f2701ff", - "sha256": "6c3c98d02e80c34af74477f15ce299f04a0f02c2c499237c735cef405cefb6e4", - "size": 432, - "uuid": "50be9b67-fae5-4472-9719-478dd1303d6e", - "version": "2018-10-18T20:39:22.340000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b14f92ee", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "2d0f7f1b0da1d54cfd14cdaa618fa14f", - "sha1": "faa2f891c50e5c1609de872c3cbda1ecf9c85fbd", - "sha256": "090b9f78cccf966c6f35ee6ce96309d33593d9739ae3a48cc407d81615b7ccda", - "size": 421, - "uuid": "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", - "version": "2018-10-18T20:37:28.333000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc6972af", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "0f11fae1f06bec8c31904e9b329a0152", - "sha1": "1116c79931c07640f72209a392a9eee633dd126e", - "sha256": "259afd374cb2a72c6a11b13ee75b1d7f55594bae61eb99c708f90dadaf53bc9b", - "size": 417, - "uuid": "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", - "version": "2018-10-18T20:40:01.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1a1dc51", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "05b49af7308cbc416a07fc654f6a46a0", - "sha1": "403009aa92f6c83981df2f96840e69361ba554a0", - "sha256": "a6961777e53454bfa152718e29fe4ea12947045861b15df8c5fcb427ae07948b", - "size": 426, - "uuid": "022a217c-384d-4d9d-8631-6397b6838e3a", - "version": "2018-10-18T20:45:01.366000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d2357c93", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "e6249b52ac48e91b36b6ffab4686ba44", - "sha1": "366425b341993ca536b9cd06557187b724fe60c2", - "sha256": "151ec855a556188d310159b39b020b94e23bde2becb09ec9300c8c421b6c0575", - "size": 430, - "uuid": "9b778e46-0c51-4260-8e3f-000ecc145f0a", - "version": "2018-10-18T20:39:10.339000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab36cbde", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "29e7c4f1a45a751cf3f11289291a205e", - "sha1": "382fa342c24815d42ccfc33046a8f1e4dc742275", - "sha256": "63aa33250e4fc6f45cdc687afd904664bbcef275aecfe2ce65bb8de473c31e39", - "size": 427, - "uuid": "af025a74-53f1-4972-b50d-53095b5ffac2", - "version": "2018-10-18T20:39:40.335000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dc88874a", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "80d8baef4597c032e173a8e7d140e3f6", - "sha1": "42b9be3d84f0c1d272d60cc380ceca26798e73f4", - "sha256": "0aaf5ad4246055f9c5a14716d38fbe735df1d4f15fedd9e690fda289852bec6b", - "size": 422, - "uuid": "e8395271-7c8e-4ec4-9598-495df43fe5fd", - "version": "2018-10-18T20:39:55.336000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4c92d3a4", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "273ea13d3ddf9f30c2bce1ecde5155f1", - "sha1": "1890207ef9a2e2031fcc605f5151b024c8e00972", - "sha256": "fe3eff5a344cc1ebf2684b2d98e02ccc7279be104976b9e113b8eb80d9eb25a9", - "size": 418, - "uuid": "211a8fbf-b190-4576-ac2f-2b1a91743abb", - "version": "2018-10-18T20:39:58.363000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "84f036fb", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "c371c1f5d47e236a7abc8dfd76923765", - "sha1": "8d7c575623d1d366f70e79e29d7b43896278b449", - "sha256": "8a862c127da596ab8eb38bda6c4396eb5388bca8f733545d48344e92e27259d6", - "size": 415, - "uuid": "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", - "version": "2018-10-18T20:39:58.363000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d83c5956", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "088d68afa42e3b000cee719f3131f136", - "sha1": "e0a7e9c66c53be03847e9d0693f531bd059ee47e", - "sha256": "8b599ef16398d03e3def02a176a25fccad9c7213d24b59fb5df299921efe340a", - "size": 416, - "uuid": "2fb8a975-b50c-4528-b850-838a19e19a1e", - "version": "2018-10-18T20:40:13.334000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "15341e0b", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "759d337bb1d81f1e6d5fe92f16658558", - "sha1": "ea9c5b728b2d72ce285766aad7028fdfd7d9d3d7", - "sha256": "4032aec2cf0e8db60a2f0475157f6af06ffd313d13e143915667f5abf2e3b420", - "size": 578, - "uuid": "213381ea-6161-4159-853e-cfcae4968001", - "version": "2018-10-18T20:32:16.894000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "93b4f25f", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "9ac33f8b8c3100890d9c291e761cd4ea", - "sha1": "bc31be1f5e15a8aa95687d81f2fb356ca6ac3680", - "sha256": "77839411ee7081fbd91ead295a38929da1d22684cda3ab1bcd3444c0a9107bda", - "size": 578, - "uuid": "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "version": "2018-10-18T20:32:18.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "afa94a34", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "ce1fd37dfb09a1faf386fa31a3bcd9d8", - "sha1": "22ecb070a6ebe017980a300a0e4711f463dda520", - "sha256": "05906f7b6591f292df30699eb70fb9a4ce965c1ed0d1a5d13d182ea159c4276a", - "size": 579, - "uuid": "330a08ca-ae8e-4f1f-aa03-970abcd27f39", - "version": "2018-10-18T20:32:20.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "894f37e1", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "1929bbf6100366931228d2cd1a67b194", - "sha1": "44436c0b737871d9ac9e8cdfadf43ad632dcfa79", - "sha256": "92eab995c28407c2e4437e66ca900b36d9693ea20b7825637b9ea5c599efc3ba", - "size": 499, - "uuid": "281c2d08-9e43-47f9-b937-e733e3ba3322", - "version": "2018-10-18T20:40:54.699000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d8886504", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "ee01e686f86188204beddfce64f5c6fb", - "sha1": "c888b1bb69e398e247983156338eb5bf78cab407", - "sha256": "821032ff59b5efbd720a3f2059ceaa64a0334f500f5776da9347e61c584b8a93", - "size": 512, - "uuid": "ae1d6fa7-964f-465a-8c78-565206827434", - "version": "2018-10-18T20:40:55.940000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5adb36e", - "indexed": true, - "name": "supplementary_file_2.json", - "s3_etag": "2abbd9b4b88e29931d09f810899e81a0", - "sha1": "ddf91392b96790782c9061c56a3ac74066baa1e1", - "sha256": "c0b4777e1b09f5d23c6079bfeee02749d89463df3cd31355bae4d2e6bd9cd51a", - "size": 536, - "uuid": "f518a8cc-e1d9-4fc9-bc32-491dd8543902", - "version": "2018-10-18T20:40:57.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "24e3b23a", - "indexed": true, - "name": "project_0.json", - "s3_etag": "dad5b8bed51cf9660cdcb9c43d9816c6", - "sha1": "0bea51cc0d71b60764092102d11272efc2d219ed", - "sha256": "a3aa6cc139c500be18fcb71b804ac44d3d72760755a733e0e6823597a02c1b42", - "size": 3231, - "uuid": "2c5724a4-7252-409e-b008-ff5c127c7e89", - "version": "2018-10-11T21:18:06.651000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "fdfb8c4b", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "b3ef00acfcb5cb2a093ec1907314a5a9", - "sha1": "b98751666a386775a78b98ffb3a37aa8d28fea3f", - "sha256": "4287d111a477e9a370babd1af86c252646a113e58a04c5fa875d62b5428f2045", - "size": 1422, - "uuid": "92277226-bf78-4df9-a594-5190a8790a14", - "version": "2018-10-11T21:18:12.704000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6fff673d", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "c276b9e96281593774b811831d726a15", - "sha1": "df525391cee8e2af338fda8f2a0435e267ed2c8e", - "sha256": "f8e340a1bd34145e24ba1243daf08d15ab34ca026675549a5dd22cd747b0eed0", - "size": 871, - "uuid": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b", - "version": "2018-10-11T21:18:12.667000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "fd352894", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "1092fc94ed40ea31289b7191485ec0f6", - "sha1": "9c718fedd55e2ff05891ab8cb75449d065f0c6e0", - "sha256": "88903fe00e106c175431944e99622e0539757bc187afc69ca56eb6a85ea5bd7a", - "size": 964, - "uuid": "755762e0-7aff-48ed-a7d4-d3ea4005758f", - "version": "2018-10-11T21:18:12.751000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "af821d85", - "indexed": true, - "name": "differentiation_protocol_0.json", - "s3_etag": "ff20e5fd30d1d11211806a62522d1bd7", - "sha1": "2e9a8b98000e98479608815074453bdc700e7a96", - "sha256": "499aa080bf0e8dc6e90796d5028016d4a68ac18596e143bab79bc2723938293a", - "size": 929, - "uuid": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f", - "version": "2018-10-11T21:18:12.764000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9bec321f", - "indexed": true, - "name": "ipsc_induction_protocol_0.json", - "s3_etag": "29d9dcd9cb01971b0b1f010ddc32708c", - "sha1": "b6cebc41fa580874c7ba0708ea61f8fe4975fe0f", - "sha256": "7610b7b2bd4d4b3bc2dac3f1649eb2911499ce5440f4ebc6f0cf438dac621ca9", - "size": 1319, - "uuid": "cdfe38f2-1d90-4700-a199-d8105ce299df", - "version": "2018-10-11T21:18:06.713000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e84ccdf4", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "a62a7528111fc243835f6620e4873821", - "sha1": "5bedf65911537b7fdb0d6d6a7b48a0700f4d4448", - "sha256": "feb576af9d9386ba3c582c004da88c3daf079b7eac50770654187ae0a00fa4df", - "size": 6688, - "uuid": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", - "version": "2018-10-18T20:32:19.562000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5325dfb7", - "indexed": true, - "name": "process_0.json", - "s3_etag": "4bd306d4398e541fbaae11e2f6687d3e", - "sha1": "0205fdd5d34a6a749ef55753830f15f3c3541e21", - "sha256": "55686f06a2c7ae8b059e25f291a0c4f0afb00073a4f1181720ff48b978e1e2ce", - "size": 386, - "uuid": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "version": "2018-10-11T21:18:12.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "854a6dcd", - "indexed": true, - "name": "process_1.json", - "s3_etag": "26abafd367af1a7d09bbb60ad90f8811", - "sha1": "39a9e5dda0bbd8d6629cc0c7856f80c4aafa5faf", - "sha256": "028f0d2d9e8c6d6a52267564853eb7a0dd7ced6fa1227ef652345426450a5c18", - "size": 389, - "uuid": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "version": "2018-10-11T21:18:10.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8d03afc3", - "indexed": true, - "name": "process_2.json", - "s3_etag": "0ddb3b35e3346ddd102b65692b36836b", - "sha1": "0c654dcaa213ff279590890fb6e22a0f3f8037a2", - "sha256": "2af29db4ec39dab8428857c8a4b58ec137a7ae34c118184eeb2efc46507e253b", - "size": 389, - "uuid": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "version": "2018-10-11T21:18:10.859000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9a14d25d", - "indexed": true, - "name": "process_3.json", - "s3_etag": "5852eaa39f67f17b73a4d1dd8a84be2d", - "sha1": "f7bb63c19e1ee2ccc8359f95721bf13e1e2e1b7c", - "sha256": "6b7db05f60c04f6002fe048d272e07812f925d3762269e8ba42e3ebae5bf1003", - "size": 388, - "uuid": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "version": "2018-10-11T21:18:10.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f5ab0c0d", - "indexed": true, - "name": "process_4.json", - "s3_etag": "0b005239e20cdda8a5ad602ba8d28126", - "sha1": "dd0fdaf8825bf3bb8406e2fdb8a3a6049f888dde", - "sha256": "15f2cb3e581fa3c8fe0e548cde31d274aeec23071e3b60fc5fc561766232fbb7", - "size": 388, - "uuid": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "version": "2018-10-11T21:18:10.611000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a96cb7ee", - "indexed": true, - "name": "process_5.json", - "s3_etag": "7bc2b317c888ba29e67304a40689bc0d", - "sha1": "0a8ee186ab61133465e183d3d2e425d03c2b1ca8", - "sha256": "f9d622e9c43013d4c5d9845b59e1fa40ee395647c8c6c0d2c63afe07e8dfd0dd", - "size": 389, - "uuid": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "version": "2018-10-11T21:18:11.909000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "185fc697", - "indexed": true, - "name": "process_6.json", - "s3_etag": "08feb988d8d9c73f5fda9ccd27b74a25", - "sha1": "e512e015364f6376389744afb03fe4a0aff4206d", - "sha256": "22b24342af3a65903f14fe403c958fade4798e0b7096af9bd11cb91633695bde", - "size": 388, - "uuid": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "version": "2018-10-11T21:18:10.866000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8f8d12cf", - "indexed": true, - "name": "process_7.json", - "s3_etag": "f5b3df755949b054616fd7a0f380a1b9", - "sha1": "75fb462e0bcadb446acdc31f63dd2bc792c5056f", - "sha256": "ea9a5a287d32730535b75de63cf8c47aaa919b5d175172ce43264fc480bca933", - "size": 388, - "uuid": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "version": "2018-10-11T21:18:10.656000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "49932b56", - "indexed": true, - "name": "process_8.json", - "s3_etag": "bed1348f0410f6547289615bd08998af", - "sha1": "7576587ce047a34092e1311e2d7b3f4843048e5c", - "sha256": "eebbc9906af46075494732c447fc74bf1c035e1136d6f035635a3e831f1a5200", - "size": 389, - "uuid": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "version": "2018-10-11T21:18:10.879000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3b1cd6d5", - "indexed": true, - "name": "process_9.json", - "s3_etag": "ed4ed795726c3a8d64a3f3b488062de2", - "sha1": "e9461a83ab91f96e40bd76a969afe2e32969aad7", - "sha256": "2cc07816cca15f20d443470b4235704530cf0fe60256182aae5ae177c791ea23", - "size": 388, - "uuid": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "version": "2018-10-11T21:18:10.699000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3b6350ca", - "indexed": true, - "name": "process_10.json", - "s3_etag": "d17a73110b282694a6d81c9cf62ef487", - "sha1": "f3a37410b78241cd0c62a490a81b6cd759b8e454", - "sha256": "372531bec6220a433700531f7099daf8e0ad1aafcc9e0823e1e79ea42223de75", - "size": 388, - "uuid": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "version": "2018-10-11T21:18:11.587000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ad13e38a", - "indexed": true, - "name": "process_11.json", - "s3_etag": "d336db25dff82076dc0ed6aab29598df", - "sha1": "308a46b28e95eba7c023c882cc454ae8f3acbfdf", - "sha256": "cb624a267a0b5c5531e97979f82c1a75c38113211ab63217ba497e18f807e4da", - "size": 389, - "uuid": "bce97917-252e-40f2-af8e-df591099acd8", - "version": "2018-10-11T21:18:11.481000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cf79c96e", - "indexed": true, - "name": "process_12.json", - "s3_etag": "7f16e6e2f2a770ee69e4df70380e22a4", - "sha1": "a5b18ed31380ec272dd1c0bc698905b124633065", - "sha256": "7b98d418d5e8c64365865859649c90ffe818c219e5a15fcd6155f2c1785f33ac", - "size": 388, - "uuid": "6458ae59-0aed-471e-95a0-4de534d449ca", - "version": "2018-10-11T21:18:10.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3a522a48", - "indexed": true, - "name": "process_13.json", - "s3_etag": "bc57c56f45733bb9e259e94f56b82006", - "sha1": "fed67d002101cd059ee8862da2e68cb23989b0c8", - "sha256": "6aa40ec06596cd6e7dfa7e8a7708eb6befe63105e905badee7385a122b4c6eaf", - "size": 388, - "uuid": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "version": "2018-10-11T21:18:10.586000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "e90e51d2", - "indexed": true, - "name": "links.json", - "s3_etag": "850967c36ce39ca1c39cb50fbbce2e3a", - "sha1": "f8819c84b8a3243f8383e044824ed418c4b9c123", - "sha256": "ef3b8c62921e5b016ec1609d93f348c7e48ec5452a7c9e0a9968b649c69c84f4", - "size": 24588, - "uuid": "4e4a6937-c54a-4933-913a-0ab2cddaaa6f", - "version": "2018-10-18T20:46:11.972661Z" - }, - { + "manifest": { + "analysis_file/cf93f747-1392-4670-8eb3-3ac60a96855e": { + "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "e511d1cf", "indexed": false, @@ -708,7 +13,7 @@ "uuid": "58b69c85-f5f3-4b94-8933-5520a54a6b25", "version": "2018-10-18T20:46:12.510116Z" }, - { + "analysis_file/477c0b3e-4a06-4214-8f27-58199ba63528": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -720,7 +25,7 @@ "uuid": "b372aac3-0e2a-4815-9cb8-06957c0034d7", "version": "2018-10-18T20:46:12.954781Z" }, - { + "analysis_file/ad6d5170-d74b-408c-af6b-25a14315c9da": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "883bc27f", "indexed": false, @@ -732,7 +37,7 @@ "uuid": "c81783cd-0531-4f64-9eef-a3e622152aae", "version": "2018-10-18T20:46:13.142208Z" }, - { + "analysis_file/50be9b67-fae5-4472-9719-478dd1303d6e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "182c881d", "indexed": false, @@ -744,7 +49,7 @@ "uuid": "17456232-f453-4178-b6d4-4c28840e0e9f", "version": "2018-10-18T20:46:13.433149Z" }, - { + "analysis_file/fd16b62e-e540-4f03-8ba0-07d0c204e3c8": { "content-type": "text/csv; dcp-type=data", "crc32c": "d3902ae4", "indexed": false, @@ -756,7 +61,7 @@ "uuid": "4cca0b74-7bfb-45a5-8a26-7342151805c9", "version": "2018-10-18T20:46:14.214293Z" }, - { + "analysis_file/3c41b5b6-f480-4d47-8c5e-155e7c1adf54": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1462f373", "indexed": false, @@ -768,7 +73,7 @@ "uuid": "0664a03c-9199-430e-9df6-e83e4a77df16", "version": "2018-10-18T20:46:14.565244Z" }, - { + "analysis_file/022a217c-384d-4d9d-8631-6397b6838e3a": { "content-type": "application/gzip; dcp-type=data", "crc32c": "63dd3167", "indexed": false, @@ -780,7 +85,7 @@ "uuid": "a12a783c-6b91-4788-80b3-f25dae7838ce", "version": "2018-10-18T20:46:14.923428Z" }, - { + "analysis_file/9b778e46-0c51-4260-8e3f-000ecc145f0a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a40c0ecb", "indexed": false, @@ -792,7 +97,7 @@ "uuid": "52d08a61-8d7b-4fd6-98e6-0620f815ecc5", "version": "2018-10-18T20:46:15.089157Z" }, - { + "analysis_file/af025a74-53f1-4972-b50d-53095b5ffac2": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "03eb39ec", "indexed": false, @@ -804,7 +109,7 @@ "uuid": "40bb9b37-9c3c-4be4-adf6-c8609493d223", "version": "2018-10-18T20:46:15.963496Z" }, - { + "analysis_file/e8395271-7c8e-4ec4-9598-495df43fe5fd": { "content-type": "text/html; dcp-type=data", "crc32c": "d5973bce", "indexed": false, @@ -816,7 +121,7 @@ "uuid": "05311530-98da-4ac7-a4da-244c0a19ae4a", "version": "2018-10-18T20:46:17.373562Z" }, - { + "analysis_file/211a8fbf-b190-4576-ac2f-2b1a91743abb": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7c54ea3d", "indexed": false, @@ -828,7 +133,7 @@ "uuid": "d0757b34-5974-44e3-a8ae-5b60f7691913", "version": "2018-10-18T20:46:18.194283Z" }, - { + "analysis_file/17222e3a-5757-45e9-9dfe-c4b6aa10f28a": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -840,7 +145,7 @@ "uuid": "5d8aea02-2dff-4bda-a218-2ee4c5cabfb4", "version": "2018-10-18T20:46:18.594371Z" }, - { + "analysis_file/2fb8a975-b50c-4528-b850-838a19e19a1e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "283d035a", "indexed": false, @@ -852,7 +157,7 @@ "uuid": "934faa14-ec75-4171-8c08-5ab20cc6ebff", "version": "2018-10-18T20:46:18.842610Z" }, - { + "sequence_file/213381ea-6161-4159-853e-cfcae4968001": { "content-type": "application/gzip; dcp-type=data", "crc32c": "e80c9f6f", "indexed": false, @@ -864,7 +169,7 @@ "uuid": "8a0670ac-e3bd-4d38-afdc-0cf6d85e6adf", "version": "2018-10-11T22:04:37.262084Z" }, - { + "sequence_file/9ee3da9e-83ca-4c02-84d6-ac09702b12ba": { "content-type": "application/gzip; dcp-type=data", "crc32c": "17a27554", "indexed": false, @@ -876,7 +181,7 @@ "uuid": "d1e5058a-b53c-4e71-9cbc-1853d95b75bd", "version": "2018-10-11T22:04:37.518108Z" }, - { + "sequence_file/330a08ca-ae8e-4f1f-aa03-970abcd27f39": { "content-type": "application/gzip; dcp-type=data", "crc32c": "577e04eb", "indexed": false, @@ -888,7 +193,7 @@ "uuid": "a36fe69b-874b-4b9b-8e77-68be23cf98cd", "version": "2018-10-11T22:04:37.811384Z" }, - { + "supplementary_file/281c2d08-9e43-47f9-b937-e733e3ba3322": { "content-type": "application/pdf; dcp-type=data", "crc32c": "1e67ff31", "indexed": false, @@ -900,7 +205,7 @@ "uuid": "9485d3c7-55f6-49f5-9eb1-ff85d8e4ef9f", "version": "2018-10-11T22:04:38.049605Z" }, - { + "supplementary_file/ae1d6fa7-964f-465a-8c78-565206827434": { "content-type": "application/pdf; dcp-type=data", "crc32c": "201fded1", "indexed": false, @@ -912,7 +217,7 @@ "uuid": "05f653e7-2920-499b-95fe-455d585da2b7", "version": "2018-10-11T22:04:38.189879Z" }, - { + "supplementary_file/f518a8cc-e1d9-4fc9-bc32-491dd8543902": { "content-type": "application/pdf; dcp-type=data", "crc32c": "47441108", "indexed": false, @@ -924,9 +229,9 @@ "uuid": "5eca9eb4-f837-4aa4-98e1-172a7c6da7ee", "version": "2018-10-11T22:04:38.356356Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/803fd65a-c578-4c4f-a39e-bedec24e2578": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -956,7 +261,7 @@ "update_date": "2018-10-11T21:18:13.146Z" } }, - "organoid_0.json": { + "organoid/2d8282f0-6cbb-4d5a-822c-4b01718b4d0d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -991,7 +296,7 @@ "update_date": "2018-10-11T21:18:12.864Z" } }, - "organoid_1.json": { + "organoid/b7214641-1ac5-4f60-b795-cb33a7c25434": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1026,7 +331,7 @@ "update_date": "2018-10-11T21:18:12.763Z" } }, - "organoid_2.json": { + "organoid/308eea51-d14b-4036-8cd1-cfd81d7532c3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1061,7 +366,7 @@ "update_date": "2018-10-11T21:18:06.730Z" } }, - "organoid_3.json": { + "organoid/73f10dad-afc5-4d1d-a71c-4a8b6fff9172": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1096,7 +401,7 @@ "update_date": "2018-10-11T21:18:06.725Z" } }, - "cell_line_0.json": { + "cell_line/c532cca7-67c6-4617-ac47-5b91652621a5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1143,7 +448,7 @@ "update_date": "2018-10-11T21:18:06.721Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/c8e14a8e-81f9-4109-bb27-4bb3029240c1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1180,7 +485,7 @@ "update_date": "2018-10-11T21:18:06.720Z" } }, - "donor_organism_0.json": { + "donor_organism/d4c29b1a-f23c-4511-a2ae-097772d90254": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1225,7 +530,7 @@ "update_date": "2018-10-11T21:18:06.768Z" } }, - "cell_line_1.json": { + "cell_line/e924c114-e3cd-4060-9c8e-3d980ec7fcbe": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1272,7 +577,7 @@ "update_date": "2018-10-11T21:18:06.679Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/5bd6106c-0158-4c2c-8c60-32019c599c83": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1309,7 +614,7 @@ "update_date": "2018-10-11T21:18:06.627Z" } }, - "donor_organism_1.json": { + "donor_organism/ef7e6ac7-172a-4b24-9620-fc909a5e9c6c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1354,7 +659,7 @@ "update_date": "2018-10-11T21:18:06.720Z" } }, - "cell_line_2.json": { + "cell_line/a3651f83-dee6-49b2-ba4e-0ce20f02467d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1401,7 +706,7 @@ "update_date": "2018-10-11T21:18:06.795Z" } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/8f328973-9bc0-46b9-8a1f-38893e77b3b5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1438,7 +743,7 @@ "update_date": "2018-10-11T21:18:06.643Z" } }, - "donor_organism_2.json": { + "donor_organism/931528fa-820b-49ca-af1e-ae9a2c0ef551": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1483,7 +788,7 @@ "update_date": "2018-10-11T21:18:06.762Z" } }, - "cell_line_3.json": { + "cell_line/6a16de30-176d-4488-81de-9337a1a6d8c5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1530,7 +835,7 @@ "update_date": "2018-10-11T21:18:06.634Z" } }, - "specimen_from_organism_3.json": { + "specimen_from_organism/82368936-7b99-4864-9f49-b8fee3906d47": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1567,7 +872,7 @@ "update_date": "2018-10-11T21:18:06.743Z" } }, - "donor_organism_3.json": { + "donor_organism/96757312-0221-447a-84f1-7a737b5afd01": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1612,7 +917,7 @@ "update_date": "2018-10-11T21:18:06.767Z" } }, - "analysis_file_0.json": { + "analysis_file/cf93f747-1392-4670-8eb3-3ac60a96855e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1625,7 +930,7 @@ "update_date": "2018-10-18T20:39:13.335Z" } }, - "analysis_file_1.json": { + "analysis_file/477c0b3e-4a06-4214-8f27-58199ba63528": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1638,7 +943,7 @@ "update_date": "2018-10-18T20:39:16.337Z" } }, - "analysis_file_2.json": { + "analysis_file/ad6d5170-d74b-408c-af6b-25a14315c9da": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1651,7 +956,7 @@ "update_date": "2018-10-18T20:39:25.337Z" } }, - "analysis_file_3.json": { + "analysis_file/50be9b67-fae5-4472-9719-478dd1303d6e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1664,7 +969,7 @@ "update_date": "2018-10-18T20:39:22.340Z" } }, - "analysis_file_4.json": { + "analysis_file/fd16b62e-e540-4f03-8ba0-07d0c204e3c8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1677,7 +982,7 @@ "update_date": "2018-10-18T20:37:28.333Z" } }, - "analysis_file_5.json": { + "analysis_file/3c41b5b6-f480-4d47-8c5e-155e7c1adf54": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1690,7 +995,7 @@ "update_date": "2018-10-18T20:40:01.344Z" } }, - "analysis_file_6.json": { + "analysis_file/022a217c-384d-4d9d-8631-6397b6838e3a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1703,7 +1008,7 @@ "update_date": "2018-10-18T20:45:01.366Z" } }, - "analysis_file_7.json": { + "analysis_file/9b778e46-0c51-4260-8e3f-000ecc145f0a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1716,7 +1021,7 @@ "update_date": "2018-10-18T20:39:10.339Z" } }, - "analysis_file_8.json": { + "analysis_file/af025a74-53f1-4972-b50d-53095b5ffac2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1729,7 +1034,7 @@ "update_date": "2018-10-18T20:39:40.335Z" } }, - "analysis_file_9.json": { + "analysis_file/e8395271-7c8e-4ec4-9598-495df43fe5fd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1742,7 +1047,7 @@ "update_date": "2018-10-18T20:39:55.336Z" } }, - "analysis_file_10.json": { + "analysis_file/211a8fbf-b190-4576-ac2f-2b1a91743abb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1755,7 +1060,7 @@ "update_date": "2018-10-18T20:39:58.363Z" } }, - "analysis_file_11.json": { + "analysis_file/17222e3a-5757-45e9-9dfe-c4b6aa10f28a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1768,7 +1073,7 @@ "update_date": "2018-10-18T20:39:58.363Z" } }, - "analysis_file_12.json": { + "analysis_file/2fb8a975-b50c-4528-b850-838a19e19a1e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1781,7 +1086,7 @@ "update_date": "2018-10-18T20:40:13.334Z" } }, - "sequence_file_0.json": { + "sequence_file/213381ea-6161-4159-853e-cfcae4968001": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1798,7 +1103,7 @@ "update_date": "2018-10-18T20:32:16.894Z" } }, - "sequence_file_1.json": { + "sequence_file/9ee3da9e-83ca-4c02-84d6-ac09702b12ba": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1815,7 +1120,7 @@ "update_date": "2018-10-18T20:32:18.864Z" } }, - "sequence_file_2.json": { + "sequence_file/330a08ca-ae8e-4f1f-aa03-970abcd27f39": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1832,7 +1137,7 @@ "update_date": "2018-10-18T20:32:20.845Z" } }, - "supplementary_file_0.json": { + "supplementary_file/281c2d08-9e43-47f9-b937-e733e3ba3322": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1846,7 +1151,7 @@ "update_date": "2018-10-18T20:40:54.699Z" } }, - "supplementary_file_1.json": { + "supplementary_file/ae1d6fa7-964f-465a-8c78-565206827434": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1860,7 +1165,7 @@ "update_date": "2018-10-18T20:40:55.940Z" } }, - "supplementary_file_2.json": { + "supplementary_file/f518a8cc-e1d9-4fc9-bc32-491dd8543902": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1874,7 +1179,7 @@ "update_date": "2018-10-18T20:40:57.146Z" } }, - "project_0.json": { + "project/2c5724a4-7252-409e-b008-ff5c127c7e89": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1935,7 +1240,7 @@ "update_date": "2018-10-11T21:18:06.651Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/92277226-bf78-4df9-a594-5190a8790a14": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1976,7 +1281,7 @@ "update_date": "2018-10-11T21:18:12.704Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/102cdbf3-b0e5-4dd5-9168-51150a9ebb6b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -2000,7 +1305,7 @@ "update_date": "2018-10-11T21:18:12.667Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/755762e0-7aff-48ed-a7d4-d3ea4005758f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -2026,7 +1331,7 @@ "update_date": "2018-10-11T21:18:12.751Z" } }, - "differentiation_protocol_0.json": { + "differentiation_protocol/8f4a8e7c-e7ee-44dc-8e09-f4012355060f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", "schema_type": "protocol", "protocol_core": { @@ -2050,7 +1355,7 @@ "update_date": "2018-10-11T21:18:12.764Z" } }, - "ipsc_induction_protocol_0.json": { + "ipsc_induction_protocol/cdfe38f2-1d90-4700-a199-d8105ce299df": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", "schema_type": "protocol", "protocol_core": { @@ -2073,7 +1378,7 @@ "update_date": "2018-10-11T21:18:06.713Z" } }, - "analysis_process_0.json": { + "analysis_process/228fd33a-3627-4dea-bda9-e9cdc3b924b6": { "analysis_run_type": "run", "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -2237,7 +1542,7 @@ "update_date": "2018-10-18T20:32:19.562Z" } }, - "process_0.json": { + "process/a2510b8c-8c92-4fe4-bc06-5e4e92093545": { "process_core": { "process_id": "tech_rep_4" }, @@ -2249,7 +1554,7 @@ "update_date": "2018-10-11T21:18:12.743Z" } }, - "process_1.json": { + "process/c7b6e9fe-6f08-41a9-8907-9c0347e6d604": { "process_core": { "process_id": "process_id_22" }, @@ -2261,7 +1566,7 @@ "update_date": "2018-10-11T21:18:10.787Z" } }, - "process_2.json": { + "process/0d1d507d-4246-4b1c-8836-261d42f784eb": { "process_core": { "process_id": "process_id_10" }, @@ -2273,7 +1578,7 @@ "update_date": "2018-10-11T21:18:10.859Z" } }, - "process_3.json": { + "process/5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0": { "process_core": { "process_id": "process_id_5" }, @@ -2285,7 +1590,7 @@ "update_date": "2018-10-11T21:18:10.803Z" } }, - "process_4.json": { + "process/54760853-d6ed-4149-9a49-53c4cddfd93c": { "process_core": { "process_id": "process_id_1" }, @@ -2297,7 +1602,7 @@ "update_date": "2018-10-11T21:18:10.611Z" } }, - "process_5.json": { + "process/d5ac7f5f-9a50-403e-9b8d-6e983a099826": { "process_core": { "process_id": "process_id_13" }, @@ -2309,7 +1614,7 @@ "update_date": "2018-10-11T21:18:11.909Z" } }, - "process_6.json": { + "process/53f025f5-931a-4b6e-9a9b-545b5b881710": { "process_core": { "process_id": "process_id_6" }, @@ -2321,7 +1626,7 @@ "update_date": "2018-10-11T21:18:10.866Z" } }, - "process_7.json": { + "process/45c67d31-0b05-4d5e-b215-e50e1b2b125c": { "process_core": { "process_id": "process_id_2" }, @@ -2333,7 +1638,7 @@ "update_date": "2018-10-11T21:18:10.656Z" } }, - "process_8.json": { + "process/fe0d9d3a-56be-41ca-9fdf-70c8c637fd62": { "process_core": { "process_id": "process_id_16" }, @@ -2345,7 +1650,7 @@ "update_date": "2018-10-11T21:18:10.879Z" } }, - "process_9.json": { + "process/4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc": { "process_core": { "process_id": "process_id_7" }, @@ -2357,7 +1662,7 @@ "update_date": "2018-10-11T21:18:10.699Z" } }, - "process_10.json": { + "process/76e685c9-fcf2-4582-bbfa-5e0369eb5bdb": { "process_core": { "process_id": "process_id_3" }, @@ -2369,7 +1674,7 @@ "update_date": "2018-10-11T21:18:11.587Z" } }, - "process_11.json": { + "process/bce97917-252e-40f2-af8e-df591099acd8": { "process_core": { "process_id": "process_id_19" }, @@ -2381,7 +1686,7 @@ "update_date": "2018-10-11T21:18:11.481Z" } }, - "process_12.json": { + "process/6458ae59-0aed-471e-95a0-4de534d449ca": { "process_core": { "process_id": "process_id_8" }, @@ -2393,7 +1698,7 @@ "update_date": "2018-10-11T21:18:10.788Z" } }, - "process_13.json": { + "process/bb2365b9-5a5b-436f-92e3-4fc6d86a9efd": { "process_core": { "process_id": "process_id_4" }, @@ -2404,723 +1709,724 @@ "submission_date": "2018-10-11T21:18:03.026Z", "update_date": "2018-10-11T21:18:10.586Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", - "inputs": [ - "281c2d08-9e43-47f9-b937-e733e3ba3322", - "ae1d6fa7-964f-465a-8c78-565206827434", - "f518a8cc-e1d9-4fc9-bc32-491dd8543902", - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "input_type": "file", - "outputs": [ - "cf93f747-1392-4670-8eb3-3ac60a96855e", - "477c0b3e-4a06-4214-8f27-58199ba63528", - "ad6d5170-d74b-408c-af6b-25a14315c9da", - "50be9b67-fae5-4472-9719-478dd1303d6e", - "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", - "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", - "022a217c-384d-4d9d-8631-6397b6838e3a", - "9b778e46-0c51-4260-8e3f-000ecc145f0a", - "af025a74-53f1-4972-b50d-53095b5ffac2", - "e8395271-7c8e-4ec4-9598-495df43fe5fd", - "211a8fbf-b190-4576-ac2f-2b1a91743abb", - "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", - "2fb8a975-b50c-4528-b850-838a19e19a1e" - ], - "output_type": "file", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", + "inputs": [ + "281c2d08-9e43-47f9-b937-e733e3ba3322", + "ae1d6fa7-964f-465a-8c78-565206827434", + "f518a8cc-e1d9-4fc9-bc32-491dd8543902", + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "input_type": "file", + "outputs": [ + "cf93f747-1392-4670-8eb3-3ac60a96855e", + "477c0b3e-4a06-4214-8f27-58199ba63528", + "ad6d5170-d74b-408c-af6b-25a14315c9da", + "50be9b67-fae5-4472-9719-478dd1303d6e", + "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", + "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", + "022a217c-384d-4d9d-8631-6397b6838e3a", + "9b778e46-0c51-4260-8e3f-000ecc145f0a", + "af025a74-53f1-4972-b50d-53095b5ffac2", + "e8395271-7c8e-4ec4-9598-495df43fe5fd", + "211a8fbf-b190-4576-ac2f-2b1a91743abb", + "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", + "2fb8a975-b50c-4528-b850-838a19e19a1e" + ], + "output_type": "file", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/4426adc5-b3c5-5aab-ab86-51d8ce44dfbe.tdr.hca.json b/test/indexer/data/4426adc5-b3c5-5aab-ab86-51d8ce44dfbe.tdr.hca.json index 8ff3547e77..d0c12eb9e2 100644 --- a/test/indexer/data/4426adc5-b3c5-5aab-ab86-51d8ce44dfbe.tdr.hca.json +++ b/test/indexer/data/4426adc5-b3c5-5aab-ab86-51d8ce44dfbe.tdr.hca.json @@ -1,123 +1,22 @@ { - "manifest": [ - { - "name": "supplementary_file_0.json", - "uuid": "01a1d04b-05d0-4904-b627-68b0dc02bc17", - "version": "2019-05-14T11:01:09.564000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 403, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_protocol_0.json", - "uuid": "099457a1-a453-54c6-aae5-b70dafa33bbd", - "version": "2020-08-10T21:24:26.174274Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 547, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "116965f3-f094-4769-9d28-ae675c1b569c", - "version": "2019-10-03T10:54:38.894000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 4304, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "201ae4d0-c7c6-4777-947f-18f5268884b6", - "version": "2019-05-14T12:06:23.503000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 628, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "analysis_file/b8b76328-854c-5862-a688-9b761a9cea86": { "name": "6f5ddf2c-382d-4c0a-a506-3a5286067c83_qc.bam.bai", "uuid": "23b7f3f8-b707-5f3c-b8e6-9173efa9dcf8", "version": "2021-04-09T18:59:13.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 1335488, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_6783e9b7-f3f3-4e4f-845f-0f3cc9743c91", "crc32c": "776f1ec2", "sha256": "1bb86ee570e328dcd72a684689ddd87c966209cfc4b2b5c36e50dd0e4c156cab" }, - { - "name": "donor_organism_0.json", - "uuid": "3211ef8f-a60c-4892-ae55-91d6752dcd75", - "version": "2019-05-14T11:29:52.575000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1267, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "33e31f6f-fe78-45bd-ae57-10d2d14253cf", - "version": "2019-05-14T12:29:57.858000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 317, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "4426adc5-b3c5-5aab-ab86-51d8ce44dfbe", - "version": "2020-08-10T21:24:26.174274Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 3322, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "5b503dcb-dca6-4e4f-988b-f7100c030dc5", - "version": "2019-05-14T11:06:42.648000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 794, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "5d82b884-7db4-47fa-9ccd-03054065c509", - "version": "2019-05-14T11:59:17.317000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 617, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/e738a267-87fc-4070-abc7-b3be6442c6d0": { "name": "TissueDissociationProtocol.pdf", "uuid": "6578c322-7060-4c82-8469-9e54100e6b44", "version": "2019-05-16T06:24:31.517373Z", "content-type": "application/pdf; dcp-type=data", "size": 32748, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_f2c46f89-130f-4972-8014-74129e7a0ac5", "crc32c": "847325b6", @@ -125,79 +24,12 @@ "sha256": "6929799f227ae5f0b3e0167a6cf2bd683db097848af6ccde6329185212598779", "s3_etag": "7e892bf8f6aa489ccb08a995c7f017e1" }, - { - "name": "process_1.json", - "uuid": "6f5ddf2c-382d-4c0a-a506-3a5286067c83", - "version": "2019-05-14T12:20:34.464000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 318, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "7a015307-6db9-541f-aaae-db9fdb41000f", - "version": "2020-08-10T21:24:26.174274Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 350, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_0.json", - "uuid": "848c816e-4ae8-4c9a-9e3d-ebe447519ff4", - "version": "2020-08-10T21:24:26.174274Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 2123, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "8f8b9587-237f-4995-9461-c96eac53d615", - "version": "2019-05-14T12:18:53.532000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_1.json", - "uuid": "a06cb5d5-2675-4d64-aeb8-79e0103715f3", - "version": "2019-05-14T11:01:09.596000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 403, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_1.json", - "uuid": "b8b76328-854c-5862-a688-9b761a9cea86", - "version": "2020-08-10T21:24:26.174274Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 354, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/a06cb5d5-2675-4d64-aeb8-79e0103715f3": { "name": "SmartSeq2_sequencing_protocol.pdf", "uuid": "bf92ef4a-c422-44fb-bfc1-c2f86528b86b", "version": "2019-05-16T06:24:31.828599Z", "content-type": "application/pdf; dcp-type=data", "size": 61134, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_f80622ef-aba2-460a-adcf-d2017bb54284", "crc32c": "3658ec51", @@ -205,36 +37,23 @@ "sha256": "9c93a354a8636c041a31ba6f3fb00ef20352e1b853d8080d63a654221cb35673", "s3_etag": "2742e1e78f6d4663bf41d3080396695c" }, - { - "name": "process_2.json", - "uuid": "c0d18b81-0b54-4a11-864b-cd3f43b7e7bf", - "version": "2019-05-14T12:26:53.666000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 315, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/7a015307-6db9-541f-aaae-db9fdb41000f": { "name": "6f5ddf2c-382d-4c0a-a506-3a5286067c83_qc.bam", "uuid": "c8e93df7-2623-5e86-890a-aca3e925795e", "version": "2021-04-09T18:59:14.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 1683777, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_3e8ae9cf-cb0c-40db-adf9-29289d2bceed", "crc32c": "663a65bd", "sha256": "ee0f3adaae040b58653e601c9c031e50d2537f05df6e4ce16e1f8e2cf48b50e4" }, - { + "supplementary_file/01a1d04b-05d0-4904-b627-68b0dc02bc17": { "name": "SmartSeq2_RTPCR_protocol.pdf", "uuid": "cd8e02d1-d0f9-4094-9a31-329931df60dc", "version": "2019-05-16T06:24:31.672118Z", "content-type": "application/pdf; dcp-type=data", "size": 29230, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_4f8be791-addf-4633-991f-fdeda3bac8c8", "crc32c": "b9364bfa", @@ -242,35 +61,12 @@ "sha256": "2f6866c4ede92123f90dd15fb180fac56e33309b8fd3f4f52f263ed2f8af2f16", "s3_etag": "846fd9e6b98041df46a1ddb94e85b6b9" }, - { - "name": "enrichment_protocol_0.json", - "uuid": "dd7f3d64-4b79-48f0-9d8c-4324594fe820", - "version": "2019-05-14T11:06:42.695000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_2.json", - "uuid": "e738a267-87fc-4070-abc7-b3be6442c6d0", - "version": "2019-05-14T11:01:15.816000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 407, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ee7404a4-c183-4a75-8bd1-34b5fc140e81": { "name": "22167_7#271_1.fastq.gz", "uuid": "ebf2947d-76d2-405b-a559-68c6ebb1b2d5", "version": "2019-05-16T02:50:21.018890Z", "content-type": "application/gzip; dcp-type=data", "size": 718443, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_0800619e-5da7-4a4d-a082-3953ddc3e7fa", "crc32c": "b679ed09", @@ -278,229 +74,22 @@ "sha256": "9c74e575192defc4e6d40518fd590b6a13d134b3d87a97a6b5140b36f26ce01a", "s3_etag": "8786a82f739d1848aa5be480faf65e70" }, - { - "name": "sequencing_protocol_0.json", - "uuid": "eca2ab79-ad61-411f-815a-4f6d936d992b", - "version": "2019-05-14T11:06:42.648000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 758, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "ee7404a4-c183-4a75-8bd1-34b5fc140e81", - "version": "2019-05-14T12:13:41.926000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8f8b9587-237f-4995-9461-c96eac53d615": { "name": "22167_7#271_2.fastq.gz", "uuid": "f4132e3a-c468-4ca3-ad7b-b97b61054151", "version": "2019-05-16T02:50:21.322397Z", "content-type": "application/gzip; dcp-type=data", "size": 761919, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_tdr.lan/v1_446f8fa3-4244-42ba-b0a1-00e16b426cf4_dc202bb3-425a-405f-99bd-75ac07a33131", "crc32c": "0127ea62", "sha1": "e7525d173fbbb5f1bcf5b2fa16ab67c6014c191a", "sha256": "1f6c6f46078f45d6a308c819fe186ce25dcd36116497d9eb21990113c7fabb1e", "s3_etag": "6aca4df2ef18b97243967887837c3bef" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "fcba26aa-658c-4120-ab31-cc5a5a00f759", - "version": "2019-05-14T11:06:42.781000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 590, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "schema_type": "links", - "schema_version": "3.0.0", - "links": [ - { - "inputs": [ - { - "input_id": "8f8b9587-237f-4995-9461-c96eac53d615", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "b8b76328-854c-5862-a688-9b761a9cea86", - "output_type": "analysis_file" - } - ], - "process_id": "848c816e-4ae8-4c9a-9e3d-ebe447519ff4", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "099457a1-a453-54c6-aae5-b70dafa33bbd", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "ee7404a4-c183-4a75-8bd1-34b5fc140e81", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "7a015307-6db9-541f-aaae-db9fdb41000f", - "output_type": "analysis_file" - } - ], - "process_id": "848c816e-4ae8-4c9a-9e3d-ebe447519ff4", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "099457a1-a453-54c6-aae5-b70dafa33bbd", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "6f5ddf2c-382d-4c0a-a506-3a5286067c83", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "201ae4d0-c7c6-4777-947f-18f5268884b6" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "8f8b9587-237f-4995-9461-c96eac53d615" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "5b503dcb-dca6-4e4f-988b-f7100c030dc5" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "eca2ab79-ad61-411f-815a-4f6d936d992b" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "33e31f6f-fe78-45bd-ae57-10d2d14253cf", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5d82b884-7db4-47fa-9ccd-03054065c509" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "201ae4d0-c7c6-4777-947f-18f5268884b6" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "fcba26aa-658c-4120-ab31-cc5a5a00f759" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "dd7f3d64-4b79-48f0-9d8c-4324594fe820" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "6f5ddf2c-382d-4c0a-a506-3a5286067c83", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "201ae4d0-c7c6-4777-947f-18f5268884b6" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "ee7404a4-c183-4a75-8bd1-34b5fc140e81" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "5b503dcb-dca6-4e4f-988b-f7100c030dc5" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "eca2ab79-ad61-411f-815a-4f6d936d992b" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "c0d18b81-0b54-4a11-864b-cd3f43b7e7bf", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "3211ef8f-a60c-4892-ae55-91d6752dcd75" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5d82b884-7db4-47fa-9ccd-03054065c509" - } - ], - "protocols": [] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" - }, - "files": [ - { - "file_id": "e738a267-87fc-4070-abc7-b3be6442c6d0", - "file_type": "supplementary_file" - }, - { - "file_id": "01a1d04b-05d0-4904-b627-68b0dc02bc17", - "file_type": "supplementary_file" - }, - { - "file_id": "a06cb5d5-2675-4d64-aeb8-79e0103715f3", - "file_type": "supplementary_file" - } - ] - } - ] - }, - "sequence_file_0.json": { + "sequence_file/8f8b9587-237f-4995-9461-c96eac53d615": { "describedBy": "https://schema.humancellatlas.org/type/file/9.0.0/sequence_file", "schema_type": "file", "file_core": { @@ -515,7 +104,7 @@ "update_date": "2019-05-14T12:18:53.532Z" } }, - "sequence_file_1.json": { + "sequence_file/ee7404a4-c183-4a75-8bd1-34b5fc140e81": { "describedBy": "https://schema.humancellatlas.org/type/file/9.0.0/sequence_file", "schema_type": "file", "file_core": { @@ -530,7 +119,7 @@ "update_date": "2019-05-14T12:13:41.926Z" } }, - "analysis_file_0.json": { + "analysis_file/7a015307-6db9-541f-aaae-db9fdb41000f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -543,7 +132,7 @@ }, "schema_type": "file" }, - "analysis_file_1.json": { + "analysis_file/b8b76328-854c-5862-a688-9b761a9cea86": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -556,7 +145,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/099457a1-a453-54c6-aae5-b70dafa33bbd": { "computational_method": "https://dockstore.org/workflows/github.com/broadinstitute/warp/Smartseq2_Multisample:MultiSampleSmartSeq2_v2.1.4", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -572,7 +161,7 @@ "text": "analysis_protocol" } }, - "analysis_process_0.json": { + "analysis_process/848c816e-4ae8-4c9a-9e3d-ebe447519ff4": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -643,7 +232,7 @@ "text": "analysis" } }, - "project_0.json": { + "project/116965f3-f094-4769-9d28-ae675c1b569c": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -765,7 +354,7 @@ "schema_minor_version": 1 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/dd7f3d64-4b79-48f0-9d8c-4324594fe820": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.0.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -784,7 +373,7 @@ "update_date": "2019-05-14T11:06:42.695Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/5d82b884-7db4-47fa-9ccd-03054065c509": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -812,7 +401,7 @@ "update_date": "2019-05-14T11:59:17.317Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/5b503dcb-dca6-4e4f-988b-f7100c030dc5": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.1.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -840,7 +429,7 @@ "update_date": "2019-05-14T11:06:42.648Z" } }, - "process_0.json": { + "process/33e31f6f-fe78-45bd-ae57-10d2d14253cf": { "process_core": { "process_id": "process_id_4334" }, @@ -852,7 +441,7 @@ "update_date": "2019-05-14T12:29:57.858Z" } }, - "process_1.json": { + "process/6f5ddf2c-382d-4c0a-a506-3a5286067c83": { "process_core": { "process_id": "proc_22167_7#271" }, @@ -864,7 +453,7 @@ "update_date": "2019-05-14T12:20:34.464Z" } }, - "process_2.json": { + "process/c0d18b81-0b54-4a11-864b-cd3f43b7e7bf": { "process_core": { "process_id": "process_id_53" }, @@ -876,7 +465,7 @@ "update_date": "2019-05-14T12:26:53.666Z" } }, - "supplementary_file_0.json": { + "supplementary_file/01a1d04b-05d0-4904-b627-68b0dc02bc17": { "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", "schema_type": "file", "file_core": { @@ -890,7 +479,7 @@ "update_date": "2019-05-14T11:01:09.564Z" } }, - "supplementary_file_1.json": { + "supplementary_file/a06cb5d5-2675-4d64-aeb8-79e0103715f3": { "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", "schema_type": "file", "file_core": { @@ -904,7 +493,7 @@ "update_date": "2019-05-14T11:01:09.596Z" } }, - "supplementary_file_2.json": { + "supplementary_file/e738a267-87fc-4070-abc7-b3be6442c6d0": { "describedBy": "https://schema.humancellatlas.org/type/file/2.0.0/supplementary_file", "schema_type": "file", "file_core": { @@ -918,7 +507,7 @@ "update_date": "2019-05-14T11:01:15.816Z" } }, - "cell_suspension_0.json": { + "cell_suspension/201ae4d0-c7c6-4777-947f-18f5268884b6": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.1.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -950,7 +539,7 @@ "update_date": "2019-05-14T12:06:23.503Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/eca2ab79-ad61-411f-815a-4f6d936d992b": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.0.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -975,7 +564,7 @@ "update_date": "2019-05-14T11:06:42.648Z" } }, - "donor_organism_0.json": { + "donor_organism/3211ef8f-a60c-4892-ae55-91d6752dcd75": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.3.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1036,7 +625,7 @@ "update_date": "2019-05-14T11:29:52.575Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/fcba26aa-658c-4120-ab31-cc5a5a00f759": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.1.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1055,5 +644,202 @@ "update_date": "2019-05-14T11:06:42.781Z" } } - } -} + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "schema_type": "links", + "schema_version": "3.0.0", + "links": [ + { + "inputs": [ + { + "input_id": "8f8b9587-237f-4995-9461-c96eac53d615", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "b8b76328-854c-5862-a688-9b761a9cea86", + "output_type": "analysis_file" + } + ], + "process_id": "848c816e-4ae8-4c9a-9e3d-ebe447519ff4", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "099457a1-a453-54c6-aae5-b70dafa33bbd", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "ee7404a4-c183-4a75-8bd1-34b5fc140e81", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "7a015307-6db9-541f-aaae-db9fdb41000f", + "output_type": "analysis_file" + } + ], + "process_id": "848c816e-4ae8-4c9a-9e3d-ebe447519ff4", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "099457a1-a453-54c6-aae5-b70dafa33bbd", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "6f5ddf2c-382d-4c0a-a506-3a5286067c83", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "201ae4d0-c7c6-4777-947f-18f5268884b6" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "8f8b9587-237f-4995-9461-c96eac53d615" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "5b503dcb-dca6-4e4f-988b-f7100c030dc5" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "eca2ab79-ad61-411f-815a-4f6d936d992b" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "33e31f6f-fe78-45bd-ae57-10d2d14253cf", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5d82b884-7db4-47fa-9ccd-03054065c509" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "201ae4d0-c7c6-4777-947f-18f5268884b6" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "fcba26aa-658c-4120-ab31-cc5a5a00f759" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "dd7f3d64-4b79-48f0-9d8c-4324594fe820" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "6f5ddf2c-382d-4c0a-a506-3a5286067c83", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "201ae4d0-c7c6-4777-947f-18f5268884b6" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "ee7404a4-c183-4a75-8bd1-34b5fc140e81" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "5b503dcb-dca6-4e4f-988b-f7100c030dc5" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "eca2ab79-ad61-411f-815a-4f6d936d992b" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "c0d18b81-0b54-4a11-864b-cd3f43b7e7bf", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "3211ef8f-a60c-4892-ae55-91d6752dcd75" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5d82b884-7db4-47fa-9ccd-03054065c509" + } + ], + "protocols": [] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "116965f3-f094-4769-9d28-ae675c1b569c" + }, + "files": [ + { + "file_id": "e738a267-87fc-4070-abc7-b3be6442c6d0", + "file_type": "supplementary_file" + }, + { + "file_id": "01a1d04b-05d0-4904-b627-68b0dc02bc17", + "file_type": "supplementary_file" + }, + { + "file_id": "a06cb5d5-2675-4d64-aeb8-79e0103715f3", + "file_type": "supplementary_file" + } + ] + } + ] + }, + "stitched": [ + "01a1d04b-05d0-4904-b627-68b0dc02bc17", + "201ae4d0-c7c6-4777-947f-18f5268884b6", + "3211ef8f-a60c-4892-ae55-91d6752dcd75", + "33e31f6f-fe78-45bd-ae57-10d2d14253cf", + "5b503dcb-dca6-4e4f-988b-f7100c030dc5", + "5d82b884-7db4-47fa-9ccd-03054065c509", + "6578c322-7060-4c82-8469-9e54100e6b44", + "6f5ddf2c-382d-4c0a-a506-3a5286067c83", + "7a015307-6db9-541f-aaae-db9fdb41000f", + "8f8b9587-237f-4995-9461-c96eac53d615", + "a06cb5d5-2675-4d64-aeb8-79e0103715f3", + "bf92ef4a-c422-44fb-bfc1-c2f86528b86b", + "c0d18b81-0b54-4a11-864b-cd3f43b7e7bf", + "c8e93df7-2623-5e86-890a-aca3e925795e", + "cd8e02d1-d0f9-4094-9a31-329931df60dc", + "dd7f3d64-4b79-48f0-9d8c-4324594fe820", + "e738a267-87fc-4070-abc7-b3be6442c6d0", + "ebf2947d-76d2-405b-a559-68c6ebb1b2d5", + "eca2ab79-ad61-411f-815a-4f6d936d992b", + "ee7404a4-c183-4a75-8bd1-34b5fc140e81", + "f4132e3a-c468-4ca3-ad7b-b97b61054151", + "fcba26aa-658c-4120-ab31-cc5a5a00f759" + ] +} \ No newline at end of file diff --git a/test/indexer/data/4afbb0ea-81ad-49dc-9b12-9f77f4f50be8.dss.hca.json b/test/indexer/data/4afbb0ea-81ad-49dc-9b12-9f77f4f50be8.dss.hca.json index a2ec294153..bd020732ef 100644 --- a/test/indexer/data/4afbb0ea-81ad-49dc-9b12-9f77f4f50be8.dss.hca.json +++ b/test/indexer/data/4afbb0ea-81ad-49dc-9b12-9f77f4f50be8.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/386d5eaf-ef6c-40d1-afd5-5f2813bc1272": { "sha1": "e89a3100754042d8dcb555031e6c00ec48113b0b", "name": "MantonCB2_HiSeq_6_S14_L003_R2_001.fastq.gz", "uuid": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3751107694 }, - { + "sequence_file/ad0ec998-0cc3-4f43-8104-3f14cb86cac5": { "sha1": "1c3979051c62eae09068477f20db0201f26d5429", "name": "MantonCB2_HiSeq_7_S15_L003_R1_001.fastq.gz", "uuid": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5", @@ -24,7 +24,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1219960071 }, - { + "sequence_file/b80d05bc-c256-4689-a7a8-2e4d63e8ecb3": { "sha1": "0630f27389bbabcd08722863946f7d215ab73f57", "name": "MantonCB2_HiSeq_4_S12_L004_R1_001.fastq.gz", "uuid": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3", @@ -36,7 +36,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1292784451 }, - { + "sequence_file/e5dffb26-e7c6-4188-b99e-73e5033e1617": { "sha1": "c4bc6dc1f57b43b0904722cbb66d4f10e74d86a9", "name": "MantonCB4_HiSeq_5_S29_L007_I1_001.fastq.gz", "uuid": "e5dffb26-e7c6-4188-b99e-73e5033e1617", @@ -48,7 +48,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 408778773 }, - { + "sequence_file/a75378cf-c7fc-4d86-806d-377bbe925e36": { "sha1": "eb6c9d0364b8f90e5049ce5e6b013170f32aca60", "name": "MantonCB3_HiSeq_8_S24_L005_R1_001.fastq.gz", "uuid": "a75378cf-c7fc-4d86-806d-377bbe925e36", @@ -60,7 +60,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1175195369 }, - { + "sequence_file/fb3db3b3-4d84-4016-826d-65cee4cb330b": { "sha1": "afb6d1da7902fcf00825cec58bc1a64a1a0604ea", "name": "MantonCB3_HiSeq_2_S18_L006_R1_001.fastq.gz", "uuid": "fb3db3b3-4d84-4016-826d-65cee4cb330b", @@ -72,7 +72,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1413169243 }, - { + "sequence_file/25879d3f-6595-43d3-a5ca-5cdecea9eb51": { "sha1": "ee505cb2dfd9822f3c12167cfb088f01c90dee8a", "name": "MantonCB1_HiSeq_6_S6_L002_I1_001.fastq.gz", "uuid": "25879d3f-6595-43d3-a5ca-5cdecea9eb51", @@ -84,7 +84,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 458051283 }, - { + "sequence_file/4f9182a0-1e1e-48c3-a4aa-010a5df37deb": { "sha1": "b56b27882d262430e71263fe42c90b8ddecb92e1", "name": "MantonCB4_HiSeq_3_S27_L008_R1_001.fastq.gz", "uuid": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb", @@ -96,7 +96,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1196733324 }, - { + "sequence_file/9853a614-30c3-40bb-b356-4e59966abc20": { "sha1": "805d1cc1a13da7721f2ad84becc7a9c17a264b2e", "name": "MantonCB3_HiSeq_6_S22_L005_R1_001.fastq.gz", "uuid": "9853a614-30c3-40bb-b356-4e59966abc20", @@ -108,7 +108,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1387105201 }, - { + "sequence_file/24b449a3-8d67-4b0c-9f00-9ba3cacfcbff": { "sha1": "378c021db1f8b08d1b08db9a80fdd56e880e0ffb", "name": "MantonCB4_HiSeq_1_S25_L007_R2_001.fastq.gz", "uuid": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff", @@ -120,7 +120,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4123077379 }, - { + "sequence_file/c122cf51-5d3a-428c-bfa3-d6c09d80f138": { "sha1": "5e8251d1f485a2ba7955e9e741261d9d4def08bf", "name": "MantonCB1_HiSeq_5_S5_L001_I1_001.fastq.gz", "uuid": "c122cf51-5d3a-428c-bfa3-d6c09d80f138", @@ -132,7 +132,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 392602803 }, - { + "sequence_file/53ca1f09-4985-4827-a3cb-5f53d2cc543e": { "sha1": "dbf250bb02b2c2d0544903ee43f35948a82de451", "name": "MantonCB3_HiSeq_7_S23_L006_R2_001.fastq.gz", "uuid": "53ca1f09-4985-4827-a3cb-5f53d2cc543e", @@ -144,7 +144,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3537869146 }, - { + "sequence_file/d4f454d6-3ffc-4b0c-9449-212ecdbd9d25": { "sha1": "b58bc38e9fd199e31f559dea432740efb4c3e130", "name": "MantonCB4_HiSeq_8_S32_L007_R1_001.fastq.gz", "uuid": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25", @@ -156,7 +156,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1237099013 }, - { + "sequence_file/102e7a1f-0521-4e05-92ce-03555b48af78": { "sha1": "e6bf95b4df3fcb9979936539b7d3544512dd143f", "name": "MantonCB4_HiSeq_1_S25_L007_R1_001.fastq.gz", "uuid": "102e7a1f-0521-4e05-92ce-03555b48af78", @@ -168,7 +168,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1393355309 }, - { + "sequence_file/e3d601e3-4bbe-4f24-8ee3-03ac35589548": { "sha1": "4022543b91661d043bc881cf4c308cb0f63adf5a", "name": "MantonCB1_HiSeq_4_S4_L001_R2_001.fastq.gz", "uuid": "e3d601e3-4bbe-4f24-8ee3-03ac35589548", @@ -180,7 +180,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3152599477 }, - { + "sequence_file/72dcca44-72b1-41bb-a04e-7a90a535eb5c": { "sha1": "a8816bfe8df91d41ca3fb20bf76c957e1a6f23b4", "name": "MantonCB4_HiSeq_5_S29_L007_R2_001.fastq.gz", "uuid": "72dcca44-72b1-41bb-a04e-7a90a535eb5c", @@ -192,7 +192,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3492388308 }, - { + "sequence_file/2187a383-7663-49d1-9383-26107fa4e1e3": { "sha1": "9b73dcda41996d48c63f6ceb355c3e40338673e6", "name": "MantonCB1_HiSeq_2_S2_L001_R2_001.fastq.gz", "uuid": "2187a383-7663-49d1-9383-26107fa4e1e3", @@ -204,7 +204,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3038472335 }, - { + "sequence_file/1ab32587-0198-461d-97f1-34926b5de5bf": { "sha1": "627294252c5bf209c289e669d5501d518863567b", "name": "MantonCB1_HiSeq_8_S8_L002_R2_001.fastq.gz", "uuid": "1ab32587-0198-461d-97f1-34926b5de5bf", @@ -216,7 +216,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4273824897 }, - { + "sequence_file/4371755a-4549-4124-bdf4-ea2a768bd5c9": { "sha1": "4ab2d9b40c232081efa2aabb63a08d9a98c5a1e7", "name": "MantonCB1_HiSeq_8_S8_L001_I1_001.fastq.gz", "uuid": "4371755a-4549-4124-bdf4-ea2a768bd5c9", @@ -228,7 +228,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 476409751 }, - { + "sequence_file/bdea3da9-33ff-4702-81b1-a4dd99fb5a84": { "sha1": "bb131d875e1bc088bfaabeb50ca47db57d882901", "name": "MantonCB3_HiSeq_5_S21_L005_R1_001.fastq.gz", "uuid": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84", @@ -240,7 +240,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1316899264 }, - { + "sequence_file/d566502b-0ea1-4060-8f62-98dbabc3ee34": { "sha1": "a9dc2da40a922fd601364d1fd841b0c809b7854b", "name": "MantonCB2_HiSeq_7_S15_L003_I1_001.fastq.gz", "uuid": "d566502b-0ea1-4060-8f62-98dbabc3ee34", @@ -252,7 +252,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 403832328 }, - { + "sequence_file/fb00fff4-40d7-402d-8df3-0df52c623d91": { "sha1": "a8b3657d4717a3ad3ca97b0c0b2b2ed4b9206d73", "name": "MantonCB2_HiSeq_7_S15_L004_R2_001.fastq.gz", "uuid": "fb00fff4-40d7-402d-8df3-0df52c623d91", @@ -264,7 +264,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3693863967 }, - { + "sequence_file/033c2369-fa63-49d1-80e6-19b06ebafa93": { "sha1": "3aed600c783969bdc84bda6e5568a59ca1e693a7", "name": "MantonCB1_HiSeq_1_S1_L001_R2_001.fastq.gz", "uuid": "033c2369-fa63-49d1-80e6-19b06ebafa93", @@ -276,7 +276,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4480283108 }, - { + "sequence_file/b929e871-594e-4f98-9cf9-5889af26b3c3": { "sha1": "100819206fb0838b34777dfe4dece1e90d0b23a1", "name": "MantonCB4_HiSeq_5_S29_L008_R2_001.fastq.gz", "uuid": "b929e871-594e-4f98-9cf9-5889af26b3c3", @@ -288,7 +288,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3391436559 }, - { + "sequence_file/52dcc9fb-c900-4835-9871-53f5c8799160": { "sha1": "a18c73daa4e2eec8ed9086b97a599bccc28b1740", "name": "MantonCB4_HiSeq_4_S28_L007_I1_001.fastq.gz", "uuid": "52dcc9fb-c900-4835-9871-53f5c8799160", @@ -300,7 +300,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 417286945 }, - { + "sequence_file/95eb362b-cbc9-49c8-8ba1-a6958e280416": { "sha1": "c54ca753222cd4889289ab35f8c6a51b9b197864", "name": "MantonCB2_HiSeq_2_S10_L004_R2_001.fastq.gz", "uuid": "95eb362b-cbc9-49c8-8ba1-a6958e280416", @@ -312,7 +312,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4279635930 }, - { + "sequence_file/fb37e886-5520-448a-9904-40df6f9a9d55": { "sha1": "d92206d615436635ba1fcb8974696bb3daca6a9b", "name": "MantonCB2_HiSeq_2_S10_L003_R1_001.fastq.gz", "uuid": "fb37e886-5520-448a-9904-40df6f9a9d55", @@ -324,7 +324,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1415990946 }, - { + "sequence_file/00f2c451-419c-4cdf-9266-347245761bb0": { "sha1": "45b7ea7e5a8b5f3e411a72ade2cbf56da10b8dc3", "name": "MantonCB4_HiSeq_3_S27_L007_R1_001.fastq.gz", "uuid": "00f2c451-419c-4cdf-9266-347245761bb0", @@ -336,7 +336,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1262153381 }, - { + "sequence_file/f256f4d1-bb92-4b1e-a320-0a8c65b02f47": { "sha1": "91c3114b851da582b4841ffd25f70e5cc3ef0a13", "name": "MantonCB4_HiSeq_6_S30_L007_R2_001.fastq.gz", "uuid": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47", @@ -348,7 +348,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4381188448 }, - { + "sequence_file/56b61187-cf52-4141-97aa-ec67be551c63": { "sha1": "a7637bdd3126e408aff10d34474fc3b5227b2ea6", "name": "MantonCB3_HiSeq_2_S18_L005_R2_001.fastq.gz", "uuid": "56b61187-cf52-4141-97aa-ec67be551c63", @@ -360,7 +360,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4239306020 }, - { + "sequence_file/e8a1e8cd-9941-4a59-aceb-a17649543bbb": { "sha1": "639b14b53d3b9c690dbf3e8337cb809bc8267b36", "name": "MantonCB1_HiSeq_1_S1_L001_I1_001.fastq.gz", "uuid": "e8a1e8cd-9941-4a59-aceb-a17649543bbb", @@ -372,7 +372,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 488686373 }, - { + "sequence_file/29a04cd5-2f40-4030-8721-e936de10431a": { "sha1": "d860e0acb7161dd8217fb17957ff6e8bc530fe6c", "name": "MantonCB1_HiSeq_1_S1_L002_I1_001.fastq.gz", "uuid": "29a04cd5-2f40-4030-8721-e936de10431a", @@ -384,7 +384,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 478063045 }, - { + "sequence_file/ab650f1f-003d-424a-9455-f28c8dad28a1": { "sha1": "5dd1fc6e0fffe0c8436b7fe649c2ba16a8ac0c24", "name": "MantonCB1_HiSeq_2_S2_L001_I1_001.fastq.gz", "uuid": "ab650f1f-003d-424a-9455-f28c8dad28a1", @@ -396,7 +396,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 341239261 }, - { + "sequence_file/113ee1ff-d5f4-46d9-80eb-d5abf8cacd43": { "sha1": "8f964de7f241dc048f7c110fe622d239076eee94", "name": "MantonCB2_HiSeq_3_S11_L004_I1_001.fastq.gz", "uuid": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43", @@ -408,7 +408,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 475228013 }, - { + "sequence_file/a79ecf3e-92ba-4724-a701-2e9c3c09ab80": { "sha1": "7c69f8efe88efb4df74ee61fde715ebcf935c72d", "name": "MantonCB1_HiSeq_5_S5_L002_I1_001.fastq.gz", "uuid": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80", @@ -420,7 +420,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 384368985 }, - { + "sequence_file/2198238f-d7a8-4e94-9e03-b63f8a7e6bd3": { "sha1": "fa94d4b3b004f7b9b2c15d8f39bd5894c892748b", "name": "MantonCB4_HiSeq_7_S31_L007_R2_001.fastq.gz", "uuid": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3", @@ -432,7 +432,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4239879909 }, - { + "sequence_file/9789d08f-9a13-4d12-b7e4-1a399cc3497f": { "sha1": "8c63df6482b4207ccf1f779087267a2fa0427122", "name": "MantonCB2_HiSeq_4_S12_L004_R2_001.fastq.gz", "uuid": "9789d08f-9a13-4d12-b7e4-1a399cc3497f", @@ -444,7 +444,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3804889081 }, - { + "sequence_file/35de5022-c743-416e-892f-268a44d3c8f1": { "sha1": "89b3b964a1ffeaaf2e198334895b73551dfdd9cb", "name": "MantonCB4_HiSeq_1_S25_L008_R2_001.fastq.gz", "uuid": "35de5022-c743-416e-892f-268a44d3c8f1", @@ -456,7 +456,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3656202382 }, - { + "sequence_file/edff548f-d6ac-469e-a136-d59a501e3f90": { "sha1": "c41228709ed17882da728d101029facd9d1cb1c5", "name": "MantonCB4_HiSeq_7_S31_L008_I1_001.fastq.gz", "uuid": "edff548f-d6ac-469e-a136-d59a501e3f90", @@ -468,7 +468,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 462701411 }, - { + "sequence_file/66b65537-4bad-44e5-ba65-3153181f3e2f": { "sha1": "ac4d288cc4fd807473caa7551af5ccee01ddf1b2", "name": "MantonCB2_HiSeq_1_S9_L003_R2_001.fastq.gz", "uuid": "66b65537-4bad-44e5-ba65-3153181f3e2f", @@ -480,7 +480,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3368230617 }, - { + "sequence_file/7af19dcd-60e7-45ed-8bd2-53c1d91573b7": { "sha1": "af99518797e1a2a364cc4d5035ccf17478b18270", "name": "MantonCB2_HiSeq_8_S16_L004_I1_001.fastq.gz", "uuid": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7", @@ -492,7 +492,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 418589085 }, - { + "sequence_file/3d93b4bd-5580-4afa-9268-eb3e27658dca": { "sha1": "59cbf87606f9bb97229db58ed4b52a3ddb7c4917", "name": "MantonCB4_HiSeq_4_S28_L007_R2_001.fastq.gz", "uuid": "3d93b4bd-5580-4afa-9268-eb3e27658dca", @@ -504,7 +504,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3733899172 }, - { + "sequence_file/e918cb31-af72-4d87-a414-4c499305bdd5": { "sha1": "682f063048bddbefa112b0051c5cdc2d2fac9a77", "name": "MantonCB4_HiSeq_8_S32_L007_R2_001.fastq.gz", "uuid": "e918cb31-af72-4d87-a414-4c499305bdd5", @@ -516,7 +516,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3324690897 }, - { + "sequence_file/b47fd4ca-a7d2-484b-8834-378bf9077336": { "sha1": "0e5cd81c6e78f83ff0abda5b2057b7a382938707", "name": "MantonCB4_HiSeq_6_S30_L008_I1_001.fastq.gz", "uuid": "b47fd4ca-a7d2-484b-8834-378bf9077336", @@ -528,7 +528,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 477711089 }, - { + "sequence_file/5a38dd8f-47de-44f6-a2ae-b7f93482c980": { "sha1": "ab6b864ac478577e90ff3376aa47853a40999ad7", "name": "MantonCB3_HiSeq_1_S17_L006_R2_001.fastq.gz", "uuid": "5a38dd8f-47de-44f6-a2ae-b7f93482c980", @@ -540,7 +540,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4267373293 }, - { + "sequence_file/25df2567-741c-4448-ae4f-4ae1eaba0fa7": { "sha1": "a5b8bc273a87450fb126e8b44f66f0559a42a17e", "name": "MantonCB2_HiSeq_8_S16_L003_I1_001.fastq.gz", "uuid": "25df2567-741c-4448-ae4f-4ae1eaba0fa7", @@ -552,7 +552,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 407925579 }, - { + "sequence_file/9e4f5829-4d55-4106-8278-53ae1b9187ec": { "sha1": "316a229e83c323c8d774fd80a20e5a29af1d37c9", "name": "MantonCB1_HiSeq_7_S7_L002_I1_001.fastq.gz", "uuid": "9e4f5829-4d55-4106-8278-53ae1b9187ec", @@ -564,7 +564,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 508854199 }, - { + "sequence_file/50bcbb34-3e7d-4c03-b3c7-16b3c662bf07": { "sha1": "ac2756dcaeffcebb593ef2de7a5b4be093c74a31", "name": "MantonCB4_HiSeq_3_S27_L007_R2_001.fastq.gz", "uuid": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07", @@ -576,7 +576,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3784340230 }, - { + "sequence_file/b19e2b64-5352-49d4-ace9-5563abf4d9fd": { "sha1": "ff4d8cc683f0348f52c3396e31280025d74927c4", "name": "MantonCB1_HiSeq_3_S3_L002_R2_001.fastq.gz", "uuid": "b19e2b64-5352-49d4-ace9-5563abf4d9fd", @@ -588,7 +588,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2587939445 }, - { + "sequence_file/74409b42-8580-4e4d-8c08-1e70d9c693ea": { "sha1": "b8e9f384971afe619545b8b7e772959f5cde1394", "name": "MantonCB4_HiSeq_6_S30_L008_R1_001.fastq.gz", "uuid": "74409b42-8580-4e4d-8c08-1e70d9c693ea", @@ -600,7 +600,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1477094138 }, - { + "sequence_file/5f43bb85-cfa6-4131-84fa-7c80c58dd024": { "sha1": "e3b39e5a093d80c287bd4a31661b3afd279f8a49", "name": "MantonCB2_HiSeq_5_S13_L003_R2_001.fastq.gz", "uuid": "5f43bb85-cfa6-4131-84fa-7c80c58dd024", @@ -612,7 +612,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3659219112 }, - { + "sequence_file/1e109600-e523-46b9-9f8a-5b7969dd3c4e": { "sha1": "2de49a30803ccfb170b70ffb5ff993f4d5843018", "name": "MantonCB3_HiSeq_8_S24_L006_R1_001.fastq.gz", "uuid": "1e109600-e523-46b9-9f8a-5b7969dd3c4e", @@ -624,7 +624,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1171063196 }, - { + "sequence_file/ebf50b94-7550-4937-8191-7bc8d0497935": { "sha1": "20f36c356a219acef706901ff8b3a291f19dd06b", "name": "MantonCB3_HiSeq_6_S22_L006_R1_001.fastq.gz", "uuid": "ebf50b94-7550-4937-8191-7bc8d0497935", @@ -636,7 +636,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1385649222 }, - { + "sequence_file/ae780044-5103-4c32-892b-98ba6ceea2d9": { "sha1": "54dae4124434524686c8b919fcd385125d8544f8", "name": "MantonCB2_HiSeq_8_S16_L004_R1_001.fastq.gz", "uuid": "ae780044-5103-4c32-892b-98ba6ceea2d9", @@ -648,7 +648,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1260563794 }, - { + "sequence_file/e823513d-c147-4219-b1c3-33e1cd7b0862": { "sha1": "61eda8f8f30cb7d9d91cdcc6bc445d34f337058a", "name": "MantonCB4_HiSeq_8_S32_L007_I1_001.fastq.gz", "uuid": "e823513d-c147-4219-b1c3-33e1cd7b0862", @@ -660,7 +660,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 410936070 }, - { + "sequence_file/5731f7bf-f096-4ee7-afdc-94b6a1574fcb": { "sha1": "4fe15384143232c8f313a28b1e02f73cc5d26533", "name": "MantonCB3_HiSeq_7_S23_L005_R2_001.fastq.gz", "uuid": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb", @@ -672,7 +672,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3568519238 }, - { + "sequence_file/d5926d97-2a6e-4ad9-8e32-9653e05c894a": { "sha1": "790eb482691c9e3e6d3fe71508441dcfb285f8f7", "name": "MantonCB2_HiSeq_5_S13_L004_I1_001.fastq.gz", "uuid": "d5926d97-2a6e-4ad9-8e32-9653e05c894a", @@ -684,7 +684,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 410033568 }, - { + "sequence_file/be6b7802-5f10-4435-a22e-00b62bdcd324": { "sha1": "60d59cf145e048cadad00d32268181fc9d7ef505", "name": "MantonCB4_HiSeq_1_S25_L007_I1_001.fastq.gz", "uuid": "be6b7802-5f10-4435-a22e-00b62bdcd324", @@ -696,7 +696,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 464349575 }, - { + "sequence_file/1955e248-81dc-464a-a578-28a13c858dda": { "sha1": "754e9c6b65964492d4da21df9b1eca06ddd1bf79", "name": "MantonCB2_HiSeq_7_S15_L004_R1_001.fastq.gz", "uuid": "1955e248-81dc-464a-a578-28a13c858dda", @@ -708,7 +708,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1254101816 }, - { + "sequence_file/2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603": { "sha1": "620d2ba59b606e8900718964052d4903c5308c93", "name": "MantonCB3_HiSeq_2_S18_L005_R1_001.fastq.gz", "uuid": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603", @@ -720,7 +720,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1422429001 }, - { + "sequence_file/619b0c8e-70ee-4db3-9c0a-da28aba18bb8": { "sha1": "9ca5a9d19b21e9d2b54dfbb2785279891f9fda5b", "name": "MantonCB2_HiSeq_7_S15_L004_I1_001.fastq.gz", "uuid": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8", @@ -732,7 +732,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 414793196 }, - { + "sequence_file/7da336e9-59c3-4e13-8890-a728c9d46aad": { "sha1": "3a86b0268d3a89e0e40adccf764ac26ccec4c81c", "name": "MantonCB1_HiSeq_4_S4_L002_R2_001.fastq.gz", "uuid": "7da336e9-59c3-4e13-8890-a728c9d46aad", @@ -744,7 +744,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3128044246 }, - { + "sequence_file/f724ace3-3cff-45eb-bee5-7fea53da64da": { "sha1": "dc0416b7f79a9a3bda08a98ded32815a0aa88076", "name": "MantonCB1_HiSeq_3_S3_L001_R1_001.fastq.gz", "uuid": "f724ace3-3cff-45eb-bee5-7fea53da64da", @@ -756,7 +756,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 860041303 }, - { + "sequence_file/97577c70-547f-417e-827f-ac2832f1ec05": { "sha1": "55abda33bbd73b45636b2810afe82358dab05eda", "name": "MantonCB2_HiSeq_3_S11_L003_R1_001.fastq.gz", "uuid": "97577c70-547f-417e-827f-ac2832f1ec05", @@ -768,7 +768,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1394367789 }, - { + "sequence_file/bafde3e9-8d7c-4891-809e-5398037a81e2": { "sha1": "e6a6d1b620d9179373a1379f98d17eac824a23e7", "name": "MantonCB3_HiSeq_1_S17_L005_R2_001.fastq.gz", "uuid": "bafde3e9-8d7c-4891-809e-5398037a81e2", @@ -780,7 +780,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4505453280 }, - { + "sequence_file/61b83558-f8ae-4cfa-91cd-6eaedf60347a": { "sha1": "323a3cf8ec01286f65ca0efe060f51d02c0e42c5", "name": "MantonCB3_HiSeq_8_S24_L005_I1_001.fastq.gz", "uuid": "61b83558-f8ae-4cfa-91cd-6eaedf60347a", @@ -792,7 +792,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 392448641 }, - { + "sequence_file/c0d6864e-0812-47b5-83a5-d48150334134": { "sha1": "1be54253786fbfa56a18f441d064263dd8828962", "name": "MantonCB2_HiSeq_6_S14_L003_R1_001.fastq.gz", "uuid": "c0d6864e-0812-47b5-83a5-d48150334134", @@ -804,7 +804,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1283618089 }, - { + "sequence_file/0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1": { "sha1": "e4aea008c6301dde177661fedcce1b5f2f3f35d7", "name": "MantonCB4_HiSeq_6_S30_L007_I1_001.fastq.gz", "uuid": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1", @@ -816,7 +816,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 492751808 }, - { + "sequence_file/472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b": { "sha1": "ae035038c23c950316078767982e7ab76aa74940", "name": "MantonCB3_HiSeq_3_S19_L005_R2_001.fastq.gz", "uuid": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b", @@ -828,7 +828,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3825471720 }, - { + "sequence_file/72cfdf1c-8509-4d36-9751-35537c2a7a9d": { "sha1": "19c0f03d48bed74f0610dfd0e862517ab7a0d166", "name": "MantonCB4_HiSeq_8_S32_L008_R1_001.fastq.gz", "uuid": "72cfdf1c-8509-4d36-9751-35537c2a7a9d", @@ -840,7 +840,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1143243940 }, - { + "sequence_file/b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4": { "sha1": "fe53c5d04c454f0d5750dd121e90ca181cb067d6", "name": "MantonCB2_HiSeq_5_S13_L004_R2_001.fastq.gz", "uuid": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4", @@ -852,7 +852,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3809173801 }, - { + "sequence_file/d5092fdb-3b57-4b29-9a40-bc296f490d69": { "sha1": "0a905dd3fc843f3acc6a415cb6297e0f90b3a308", "name": "MantonCB3_HiSeq_6_S22_L006_R2_001.fastq.gz", "uuid": "d5092fdb-3b57-4b29-9a40-bc296f490d69", @@ -864,7 +864,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4056043852 }, - { + "sequence_file/e35cd0e8-786b-4fd8-a461-6500d52cc24a": { "sha1": "4c6acffef879fd718e7ea903d9bfeceb77f4df4a", "name": "MantonCB4_HiSeq_4_S28_L007_R1_001.fastq.gz", "uuid": "e35cd0e8-786b-4fd8-a461-6500d52cc24a", @@ -876,7 +876,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1268176823 }, - { + "sequence_file/84ed2e73-801c-4517-97a8-3c2b37b2ccca": { "sha1": "b962c562b82a950f02d3c301b01831c1cea8123e", "name": "MantonCB1_HiSeq_1_S1_L002_R2_001.fastq.gz", "uuid": "84ed2e73-801c-4517-97a8-3c2b37b2ccca", @@ -888,7 +888,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4438067446 }, - { + "sequence_file/6b6c9e11-8918-45c7-b80a-cecb591a79cb": { "sha1": "e925b341e45b8399ee735ff4daefacc9d900c084", "name": "MantonCB4_HiSeq_8_S32_L008_I1_001.fastq.gz", "uuid": "6b6c9e11-8918-45c7-b80a-cecb591a79cb", @@ -900,7 +900,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 375770355 }, - { + "sequence_file/868712b5-40fb-4c18-83bb-3dcbcce32032": { "sha1": "91487346985bdbbc742d888829cd6ba0dce5bfca", "name": "MantonCB1_HiSeq_8_S8_L002_I1_001.fastq.gz", "uuid": "868712b5-40fb-4c18-83bb-3dcbcce32032", @@ -912,7 +912,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 465319876 }, - { + "sequence_file/92d4ccbe-1689-4e12-932a-40d5a75e9da5": { "sha1": "f179228a932eca52ce77ee77b604a147e7d0ab60", "name": "MantonCB1_HiSeq_7_S7_L001_R2_001.fastq.gz", "uuid": "92d4ccbe-1689-4e12-932a-40d5a75e9da5", @@ -924,7 +924,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4660334132 }, - { + "sequence_file/d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1": { "sha1": "783f1da0edbfaa948bcde057d3f446bae08bc490", "name": "MantonCB3_HiSeq_4_S20_L005_R2_001.fastq.gz", "uuid": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1", @@ -936,7 +936,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2974182814 }, - { + "sequence_file/2a694912-a7f2-4055-a854-aea8830e8a42": { "sha1": "77589cba61315a607677ee1e5bc43cdfdfb4ab14", "name": "MantonCB2_HiSeq_2_S10_L003_R2_001.fastq.gz", "uuid": "2a694912-a7f2-4055-a854-aea8830e8a42", @@ -948,7 +948,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4156059350 }, - { + "sequence_file/f68eed9d-716c-48e5-9766-54521113b843": { "sha1": "ba89d6ae3b089fef332aa6eac6a0d836c7f374fa", "name": "MantonCB2_HiSeq_6_S14_L004_I1_001.fastq.gz", "uuid": "f68eed9d-716c-48e5-9766-54521113b843", @@ -960,7 +960,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 416776744 }, - { + "sequence_file/b1b19afe-cb06-442f-a463-3ae62b94e500": { "sha1": "55ae71f31b8fa0d36b0e03cb65604b8d05faeac5", "name": "MantonCB4_HiSeq_1_S25_L008_I1_001.fastq.gz", "uuid": "b1b19afe-cb06-442f-a463-3ae62b94e500", @@ -972,7 +972,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 411284307 }, - { + "sequence_file/4515315a-d693-4a22-bf34-b58c981f28c7": { "sha1": "4b91a4d0aef4997fb341934053266dd2210ac7bd", "name": "MantonCB3_HiSeq_5_S21_L006_R2_001.fastq.gz", "uuid": "4515315a-d693-4a22-bf34-b58c981f28c7", @@ -984,7 +984,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3838274743 }, - { + "sequence_file/73f7b90b-2823-4714-a145-678f83f54b56": { "sha1": "f772c229ff58cce8d428d312f36e41cd702abcad", "name": "MantonCB2_HiSeq_3_S11_L003_I1_001.fastq.gz", "uuid": "73f7b90b-2823-4714-a145-678f83f54b56", @@ -996,7 +996,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 463009798 }, - { + "sequence_file/850e0456-c706-4d74-910e-76b3284641fb": { "sha1": "12a8a7486bde362be7559107c8932c3e590dec22", "name": "MantonCB2_HiSeq_5_S13_L004_R1_001.fastq.gz", "uuid": "850e0456-c706-4d74-910e-76b3284641fb", @@ -1008,7 +1008,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1277648208 }, - { + "sequence_file/91173351-3ea1-4465-88dc-fc084fb67aec": { "sha1": "e968d8fb03ceede2fa281ecc61ee03c0e4d5bcb4", "name": "MantonCB3_HiSeq_5_S21_L005_I1_001.fastq.gz", "uuid": "91173351-3ea1-4465-88dc-fc084fb67aec", @@ -1020,7 +1020,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 444156125 }, - { + "sequence_file/774ac2a7-2a37-42e8-b7ec-e5adc19af937": { "sha1": "c2b75be005955979325f409c3e485837660c1bd8", "name": "MantonCB2_HiSeq_8_S16_L004_R2_001.fastq.gz", "uuid": "774ac2a7-2a37-42e8-b7ec-e5adc19af937", @@ -1032,7 +1032,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3713501276 }, - { + "sequence_file/25c6df56-b689-4785-a573-9ec4a0dad917": { "sha1": "89798fab1142e9c22e0b94b73250820f0d60c530", "name": "MantonCB3_HiSeq_2_S18_L006_I1_001.fastq.gz", "uuid": "25c6df56-b689-4785-a573-9ec4a0dad917", @@ -1044,7 +1044,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 459825298 }, - { + "sequence_file/369bf08e-a90f-4c3e-9f24-d7b6026bbd5c": { "sha1": "3389fdb37986aa14ade2c7ecb3efa91e2b3f7665", "name": "MantonCB1_HiSeq_1_S1_L002_R1_001.fastq.gz", "uuid": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c", @@ -1056,7 +1056,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1471569363 }, - { + "sequence_file/1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e": { "sha1": "20007b678a67b10d8def453ccc7392e9b3f6f8a1", "name": "MantonCB4_HiSeq_3_S27_L008_R2_001.fastq.gz", "uuid": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e", @@ -1068,7 +1068,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3600083011 }, - { + "sequence_file/948e17b8-aa39-4a79-b5df-6abf0007ca12": { "sha1": "e6173fe9a846407dfb9a6afefdc578b045a167d4", "name": "MantonCB1_HiSeq_5_S5_L002_R2_001.fastq.gz", "uuid": "948e17b8-aa39-4a79-b5df-6abf0007ca12", @@ -1080,7 +1080,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3426945525 }, - { + "sequence_file/05e39baf-e0a5-4c1f-8e1f-811378db1cf8": { "sha1": "8cacf4c0505f81b6cda991e3ca3717b6a83ffebe", "name": "MantonCB2_HiSeq_2_S10_L003_I1_001.fastq.gz", "uuid": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8", @@ -1092,7 +1092,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 465617481 }, - { + "sequence_file/9bf891a4-a1b9-4ff0-b282-65cd2befc15c": { "sha1": "962577ef696032afba7f764be7427d879abcbefb", "name": "MantonCB1_HiSeq_3_S3_L001_R2_001.fastq.gz", "uuid": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c", @@ -1104,7 +1104,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2617735561 }, - { + "sequence_file/1ade713c-9338-490f-9d98-0376f3be7015": { "sha1": "d05e61cdabf3dfe97837e01810db4c87e31d4068", "name": "MantonCB3_HiSeq_3_S19_L005_R1_001.fastq.gz", "uuid": "1ade713c-9338-490f-9d98-0376f3be7015", @@ -1116,7 +1116,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1281868963 }, - { + "sequence_file/43a5906d-d880-49ef-b743-261a69c7024f": { "sha1": "71e08efb97df60062f1322301893522c7e8c6340", "name": "MantonCB4_HiSeq_7_S31_L007_I1_001.fastq.gz", "uuid": "43a5906d-d880-49ef-b743-261a69c7024f", @@ -1128,7 +1128,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 473015818 }, - { + "sequence_file/0671d6de-6840-4fc8-b67d-f7d662beea88": { "sha1": "1c29a551e69493e74b711904aa6f71136908b62e", "name": "MantonCB4_HiSeq_6_S30_L008_R2_001.fastq.gz", "uuid": "0671d6de-6840-4fc8-b67d-f7d662beea88", @@ -1140,7 +1140,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4328945755 }, - { + "sequence_file/c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9": { "sha1": "ae7017b99cf023c2eaad57bcb5b16314a877afbc", "name": "MantonCB2_HiSeq_6_S14_L003_I1_001.fastq.gz", "uuid": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9", @@ -1152,7 +1152,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 406367130 }, - { + "sequence_file/b1504d1c-6013-4ea0-81aa-7c772266496c": { "sha1": "e9117de2cce40a2a1da9a02f3d8b81d0802a1993", "name": "MantonCB3_HiSeq_3_S19_L005_I1_001.fastq.gz", "uuid": "b1504d1c-6013-4ea0-81aa-7c772266496c", @@ -1164,7 +1164,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 421446719 }, - { + "sequence_file/7c102baf-2faa-44f9-bd03-2db1763fab2b": { "sha1": "4ad535f3e01e9ae8c9da1222073839ccbaf3f398", "name": "MantonCB1_HiSeq_4_S4_L001_R1_001.fastq.gz", "uuid": "7c102baf-2faa-44f9-bd03-2db1763fab2b", @@ -1176,7 +1176,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1028180900 }, - { + "sequence_file/538f5f66-76f7-40e3-9130-e4e3633b0bb6": { "sha1": "628629d2144676706a567d20ba10d56ca613e72c", "name": "MantonCB1_HiSeq_4_S4_L002_R1_001.fastq.gz", "uuid": "538f5f66-76f7-40e3-9130-e4e3633b0bb6", @@ -1188,7 +1188,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1025846328 }, - { + "sequence_file/2fc5f77e-eb3f-4239-9491-54c884d9bd14": { "sha1": "ab03c2860a3ec0127d019fa9744473a1b7d68ee3", "name": "MantonCB3_HiSeq_3_S19_L006_I1_001.fastq.gz", "uuid": "2fc5f77e-eb3f-4239-9491-54c884d9bd14", @@ -1200,7 +1200,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 421008397 }, - { + "sequence_file/b7a24845-305e-4b46-9803-37b851ec0d05": { "sha1": "a85f9ef875fc0b857b42d74c8add5497f6ac5969", "name": "MantonCB3_HiSeq_4_S20_L005_R1_001.fastq.gz", "uuid": "b7a24845-305e-4b46-9803-37b851ec0d05", @@ -1212,7 +1212,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 990961423 }, - { + "sequence_file/ea5f0052-93a9-40ab-8452-8bee7489612b": { "sha1": "14ccb718ea040958ec78e054ceb6610e9b07e221", "name": "MantonCB2_HiSeq_2_S10_L004_R1_001.fastq.gz", "uuid": "ea5f0052-93a9-40ab-8452-8bee7489612b", @@ -1224,7 +1224,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1454932945 }, - { + "sequence_file/82d29d79-1b18-41b4-83b3-603a9234e64a": { "sha1": "058b7550138752bd24462c2d938b7821996351c0", "name": "MantonCB3_HiSeq_7_S23_L006_I1_001.fastq.gz", "uuid": "82d29d79-1b18-41b4-83b3-603a9234e64a", @@ -1236,7 +1236,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 411135114 }, - { + "sequence_file/11726713-72bb-43d6-9fd0-e09d4940f7fd": { "sha1": "29c9251ff8cbd2e156364c566e2d2f6e4f33464c", "name": "MantonCB4_HiSeq_6_S30_L007_R1_001.fastq.gz", "uuid": "11726713-72bb-43d6-9fd0-e09d4940f7fd", @@ -1248,7 +1248,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1512694827 }, - { + "sequence_file/10d3fd29-2c93-47ae-86ad-5bede5e97aba": { "sha1": "1a2ddc20a0a51845b73da46559853ed0471b2a43", "name": "MantonCB1_HiSeq_3_S3_L001_I1_001.fastq.gz", "uuid": "10d3fd29-2c93-47ae-86ad-5bede5e97aba", @@ -1260,7 +1260,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 301580685 }, - { + "sequence_file/0c364954-e51a-4b4a-99cf-9aee7cedd5f8": { "sha1": "9c7ff5b2059fb40d951e70d731f73be0847e91e4", "name": "MantonCB1_HiSeq_3_S3_L002_I1_001.fastq.gz", "uuid": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8", @@ -1272,7 +1272,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 294816225 }, - { + "sequence_file/4baea468-bdb2-40fb-85fc-ede385f3a961": { "sha1": "237fb1adde4064ed1123e316a1444f208b54e03e", "name": "MantonCB3_HiSeq_2_S18_L006_R2_001.fastq.gz", "uuid": "4baea468-bdb2-40fb-85fc-ede385f3a961", @@ -1284,7 +1284,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4193335927 }, - { + "sequence_file/0c06ee73-f507-4427-aeb0-e7359620f2a4": { "sha1": "61fd2b1a2c863dc606ccc5c7f9d60a4cbdd735dc", "name": "MantonCB1_HiSeq_2_S2_L002_R1_001.fastq.gz", "uuid": "0c06ee73-f507-4427-aeb0-e7359620f2a4", @@ -1296,7 +1296,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 988412003 }, - { + "sequence_file/e64cbb06-6329-4132-b8c2-b9a5a6774696": { "sha1": "f892e5546f9b34fe16c1d1701c96c5cd258dd7b8", "name": "MantonCB4_HiSeq_5_S29_L007_R1_001.fastq.gz", "uuid": "e64cbb06-6329-4132-b8c2-b9a5a6774696", @@ -1308,7 +1308,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1206175170 }, - { + "sequence_file/7ddf5ede-274c-4252-b9bd-8344ab01e47f": { "sha1": "cdc494c4b73f67ead4c4746a854960f430305498", "name": "MantonCB2_HiSeq_6_S14_L004_R1_001.fastq.gz", "uuid": "7ddf5ede-274c-4252-b9bd-8344ab01e47f", @@ -1320,7 +1320,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1315658033 }, - { + "sequence_file/f2bd46e6-1077-482f-852d-069d2b17c2cd": { "sha1": "77f01307861d9748312466b3428393e390e8803f", "name": "MantonCB4_HiSeq_2_S26_L007_R2_001.fastq.gz", "uuid": "f2bd46e6-1077-482f-852d-069d2b17c2cd", @@ -1332,7 +1332,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2925638357 }, - { + "sequence_file/e8290f80-02d6-424d-a11b-a6989a14e3d4": { "sha1": "18d65567900c64374573591ee0b243d9e323b423", "name": "MantonCB1_HiSeq_6_S6_L001_R2_001.fastq.gz", "uuid": "e8290f80-02d6-424d-a11b-a6989a14e3d4", @@ -1344,7 +1344,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4132788056 }, - { + "sequence_file/dc52aeff-81c5-4c0e-9007-3f3d0d5322a6": { "sha1": "90eab38f20495bb868dccf3570b724efd1cbc93f", "name": "MantonCB1_HiSeq_2_S2_L002_I1_001.fastq.gz", "uuid": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6", @@ -1356,7 +1356,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 334401478 }, - { + "sequence_file/1c04418c-3550-40a7-9858-68b326605579": { "sha1": "ef647e747d65984ce5a541726ad2d0a45fc0bcb5", "name": "MantonCB3_HiSeq_8_S24_L006_I1_001.fastq.gz", "uuid": "1c04418c-3550-40a7-9858-68b326605579", @@ -1368,7 +1368,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 393009522 }, - { + "sequence_file/3da817b1-75a2-4477-94dc-870521be252f": { "sha1": "b118e78c5805dc54ba09ff428c81516d50190646", "name": "MantonCB3_HiSeq_6_S22_L006_I1_001.fastq.gz", "uuid": "3da817b1-75a2-4477-94dc-870521be252f", @@ -1380,7 +1380,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 460566457 }, - { + "sequence_file/e62f6842-6b8b-474b-ab43-55cae82c8d25": { "sha1": "b2d813cd7d844a72b1357315bc70c1d4b75993f2", "name": "MantonCB3_HiSeq_6_S22_L005_R2_001.fastq.gz", "uuid": "e62f6842-6b8b-474b-ab43-55cae82c8d25", @@ -1392,7 +1392,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4074499336 }, - { + "sequence_file/612ece49-f034-4d09-8958-933cfe834c63": { "sha1": "1c891c6149c65de996e6447349ba5a68f7d31a20", "name": "MantonCB4_HiSeq_2_S26_L008_R1_001.fastq.gz", "uuid": "612ece49-f034-4d09-8958-933cfe834c63", @@ -1404,7 +1404,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 889251265 }, - { + "sequence_file/946889b2-c18d-45ff-b5dc-df818f2c98b7": { "sha1": "6f3bce4e538726d51532bc98da2b786b1eb4f49d", "name": "MantonCB4_HiSeq_8_S32_L008_R2_001.fastq.gz", "uuid": "946889b2-c18d-45ff-b5dc-df818f2c98b7", @@ -1416,7 +1416,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3099334335 }, - { + "sequence_file/d16086a1-876b-4a27-912c-95aa48d76f0b": { "sha1": "9a19f8402c344a88e805f5232f30738545dc3b73", "name": "MantonCB3_HiSeq_4_S20_L005_I1_001.fastq.gz", "uuid": "d16086a1-876b-4a27-912c-95aa48d76f0b", @@ -1428,7 +1428,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 324343142 }, - { + "sequence_file/cdac53a4-9c25-4add-a5fb-0c3566d34bac": { "sha1": "27f059701b9edb267a0ddd22fc5ae3678d056d6f", "name": "MantonCB2_HiSeq_4_S12_L003_R1_001.fastq.gz", "uuid": "cdac53a4-9c25-4add-a5fb-0c3566d34bac", @@ -1440,7 +1440,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1256623074 }, - { + "sequence_file/ab363ff2-fa4f-4c6e-a817-8255b28f0171": { "sha1": "11b078951748d4b2c193a50acdce713196a09ad5", "name": "MantonCB2_HiSeq_1_S9_L004_I1_001.fastq.gz", "uuid": "ab363ff2-fa4f-4c6e-a817-8255b28f0171", @@ -1452,7 +1452,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 383032112 }, - { + "sequence_file/465fde8c-1bfc-4f16-9244-9bc2ebf64827": { "sha1": "478f2f6c7535bc3adef53ec928ab7f78deddce9f", "name": "MantonCB3_HiSeq_5_S21_L006_R1_001.fastq.gz", "uuid": "465fde8c-1bfc-4f16-9244-9bc2ebf64827", @@ -1464,7 +1464,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1314186174 }, - { + "sequence_file/53bc1c9f-4e87-45c1-b6bf-452d706bbf36": { "sha1": "84573da6cb259696be2330fc243a1c28cc2d460d", "name": "MantonCB3_HiSeq_5_S21_L006_I1_001.fastq.gz", "uuid": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36", @@ -1476,7 +1476,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 444799110 }, - { + "sequence_file/35770609-6db4-415e-ae1d-dc590338bdce": { "sha1": "ba093e04af4c5fc783487454cdda89c1bf978ca3", "name": "MantonCB1_HiSeq_4_S4_L001_I1_001.fastq.gz", "uuid": "35770609-6db4-415e-ae1d-dc590338bdce", @@ -1488,7 +1488,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 354763208 }, - { + "sequence_file/71715dea-99cd-4756-aa9c-debfd4927b89": { "sha1": "3d30b6c3d1822c92006b6205a7a5f9b7153cb17b", "name": "MantonCB2_HiSeq_4_S12_L003_I1_001.fastq.gz", "uuid": "71715dea-99cd-4756-aa9c-debfd4927b89", @@ -1500,7 +1500,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 410126538 }, - { + "sequence_file/bfb8a6f0-5225-425a-a8e0-140271c8c5b1": { "sha1": "87df0c1cfe739221b5646d1e4ab424840f279e07", "name": "MantonCB3_HiSeq_1_S17_L005_I1_001.fastq.gz", "uuid": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1", @@ -1512,7 +1512,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 474974417 }, - { + "sequence_file/05b4fee4-8499-4c53-a11b-bf9f46f20092": { "sha1": "90ea9b58bf2e3e7ba4eb2a6554d9681efc9bbea2", "name": "MantonCB2_HiSeq_1_S9_L004_R1_001.fastq.gz", "uuid": "05b4fee4-8499-4c53-a11b-bf9f46f20092", @@ -1524,7 +1524,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1181673704 }, - { + "sequence_file/04489995-747c-4899-a043-ef7aba9a29f1": { "sha1": "1412c0408749f934f956d2c8043a48a5a25ef0f4", "name": "MantonCB4_HiSeq_2_S26_L008_I1_001.fastq.gz", "uuid": "04489995-747c-4899-a043-ef7aba9a29f1", @@ -1536,7 +1536,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 297014758 }, - { + "sequence_file/3a8260d6-5206-4cbe-a672-782be9e061f5": { "sha1": "9a62ef3f593a69b2fcab1d8edceb17b652c45876", "name": "MantonCB3_HiSeq_8_S24_L005_R2_001.fastq.gz", "uuid": "3a8260d6-5206-4cbe-a672-782be9e061f5", @@ -1548,7 +1548,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3384935623 }, - { + "sequence_file/b0c8dcf8-0853-4006-938b-101a1f0d0e3a": { "sha1": "dcc4d42e36f6b0bf30e774b4fd6cc3c4afd8e8ff", "name": "MantonCB1_HiSeq_8_S8_L001_R1_001.fastq.gz", "uuid": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a", @@ -1560,7 +1560,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1444731241 }, - { + "sequence_file/c8ae16b5-478d-484e-a691-8d0685e35011": { "sha1": "4175cb5e8eace548fb880577b1b3f683739b8b18", "name": "MantonCB2_HiSeq_1_S9_L004_R2_001.fastq.gz", "uuid": "c8ae16b5-478d-484e-a691-8d0685e35011", @@ -1572,7 +1572,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3456939396 }, - { + "sequence_file/b2c4ce8e-8318-48f0-a36c-b0f56568a93b": { "sha1": "334d6708cefab8ed9442abee3de447f4f14a5be0", "name": "MantonCB2_HiSeq_3_S11_L004_R2_001.fastq.gz", "uuid": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b", @@ -1584,7 +1584,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4215744949 }, - { + "sequence_file/18b056bb-9ec0-4d6c-9e5f-bdbee3825d69": { "sha1": "bbc4367fe2c5827c2950449b2463d1b0821a0bdf", "name": "MantonCB3_HiSeq_4_S20_L006_R2_001.fastq.gz", "uuid": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69", @@ -1596,7 +1596,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2864720918 }, - { + "sequence_file/f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c": { "sha1": "dea69318f7d34500ef80a40420e99d80c05732cf", "name": "MantonCB1_HiSeq_5_S5_L002_R1_001.fastq.gz", "uuid": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c", @@ -1608,7 +1608,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1137542562 }, - { + "sequence_file/3c92b73c-13c8-472e-8728-c48120abac15": { "sha1": "ed847e7ed54b5d086b2797ce38c9b37a72fba199", "name": "MantonCB1_HiSeq_6_S6_L001_I1_001.fastq.gz", "uuid": "3c92b73c-13c8-472e-8728-c48120abac15", @@ -1620,7 +1620,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 467839660 }, - { + "sequence_file/2c9190f9-98be-4314-8a02-97519229d975": { "sha1": "23b7d4135f6dddad37f533bbfad0296560268fe8", "name": "MantonCB1_HiSeq_6_S6_L001_R1_001.fastq.gz", "uuid": "2c9190f9-98be-4314-8a02-97519229d975", @@ -1632,7 +1632,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1361352567 }, - { + "sequence_file/dde7422f-1671-47f6-9c28-f447f780dc62": { "sha1": "97150592415be638d711241b7853b1347d142621", "name": "MantonCB4_HiSeq_4_S28_L008_R1_001.fastq.gz", "uuid": "dde7422f-1671-47f6-9c28-f447f780dc62", @@ -1644,7 +1644,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1245729478 }, - { + "sequence_file/84b8fd91-a9e9-4874-b6bb-77d559fd5b25": { "sha1": "45bf6f03408b4e3120ede15e496b59e0cb423d02", "name": "MantonCB3_HiSeq_2_S18_L005_I1_001.fastq.gz", "uuid": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25", @@ -1656,7 +1656,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 460181670 }, - { + "sequence_file/4e0e994c-2dc2-4347-b436-bf4ad68d410e": { "sha1": "4ef2dd92e4b2a1eea93d69604fade791f9acbdd4", "name": "MantonCB2_HiSeq_1_S9_L003_R1_001.fastq.gz", "uuid": "4e0e994c-2dc2-4347-b436-bf4ad68d410e", @@ -1668,7 +1668,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1153843998 }, - { + "sequence_file/7953d974-4812-4b77-b5c2-ea8c3f5cc864": { "sha1": "b670da4147faa424e392089aa4841c7531fc1d9b", "name": "MantonCB2_HiSeq_3_S11_L003_R2_001.fastq.gz", "uuid": "7953d974-4812-4b77-b5c2-ea8c3f5cc864", @@ -1680,7 +1680,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4097975478 }, - { + "sequence_file/404ac51a-e122-47a4-a556-bab218007d52": { "sha1": "6abfdb1dd7e6cf0e3675f47331faa11e83ff5fec", "name": "MantonCB3_HiSeq_7_S23_L005_R1_001.fastq.gz", "uuid": "404ac51a-e122-47a4-a556-bab218007d52", @@ -1692,7 +1692,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1224257045 }, - { + "sequence_file/422855a5-5bad-4b93-93b3-51900ba36c43": { "sha1": "5d2ee032cc5659fe8cc8c7c50ac4bbe8e5182c94", "name": "MantonCB2_HiSeq_5_S13_L003_R1_001.fastq.gz", "uuid": "422855a5-5bad-4b93-93b3-51900ba36c43", @@ -1704,7 +1704,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1233052665 }, - { + "sequence_file/40a060fa-b85d-4912-a2e8-8aa4a4f889f8": { "sha1": "95865e29b476f1d002aa43272503738df50c473f", "name": "MantonCB1_HiSeq_7_S7_L001_R1_001.fastq.gz", "uuid": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8", @@ -1716,7 +1716,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1541796250 }, - { + "sequence_file/04fe0366-0173-4d9a-b3b5-e662ffb18d97": { "sha1": "73327bbfe29416181118caf6c07a7df09471ace4", "name": "MantonCB2_HiSeq_4_S12_L003_R2_001.fastq.gz", "uuid": "04fe0366-0173-4d9a-b3b5-e662ffb18d97", @@ -1728,7 +1728,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3686925740 }, - { + "sequence_file/086bbd3d-950f-4d3e-bcdc-bdd7f265b176": { "sha1": "6a2d0e8f14317e07045829d6686721d5deffabba", "name": "MantonCB1_HiSeq_7_S7_L002_R1_001.fastq.gz", "uuid": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176", @@ -1740,7 +1740,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1535368535 }, - { + "sequence_file/f33d18e0-844d-48a2-9e14-bb04ae52a362": { "sha1": "75881d8b2979d76ef5a31b81e2d9a1040acf7a1c", "name": "MantonCB3_HiSeq_1_S17_L005_R1_001.fastq.gz", "uuid": "f33d18e0-844d-48a2-9e14-bb04ae52a362", @@ -1752,7 +1752,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1442445970 }, - { + "sequence_file/ddd7bb64-91d4-4114-b2cc-a93d86aa98e1": { "sha1": "d03e857ebc88186f63c583d7631656d0ff0a397e", "name": "MantonCB4_HiSeq_7_S31_L008_R2_001.fastq.gz", "uuid": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1", @@ -1764,7 +1764,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4237001170 }, - { + "sequence_file/a9e3f239-2876-4e6b-9893-5dabb22fd15d": { "sha1": "5aa5b8e423bccfbc2fa28ac61612a21d9ac1ba5e", "name": "MantonCB3_HiSeq_3_S19_L006_R2_001.fastq.gz", "uuid": "a9e3f239-2876-4e6b-9893-5dabb22fd15d", @@ -1776,7 +1776,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3782724803 }, - { + "sequence_file/657baf8a-add9-4959-bb6f-774cd8127d55": { "sha1": "f4871390d4eb542711e9fef41769d98bf0576a4d", "name": "MantonCB3_HiSeq_5_S21_L005_R2_001.fastq.gz", "uuid": "657baf8a-add9-4959-bb6f-774cd8127d55", @@ -1788,7 +1788,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3858951662 }, - { + "sequence_file/acf12743-50d3-4e85-9170-dafa18d3a3bf": { "sha1": "c883df13b423a908ecc23cc9afb2fd14a11a3296", "name": "MantonCB3_HiSeq_1_S17_L006_R1_001.fastq.gz", "uuid": "acf12743-50d3-4e85-9170-dafa18d3a3bf", @@ -1800,7 +1800,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1373835567 }, - { + "sequence_file/582bb010-a460-4e23-b33c-1b349f3cf084": { "sha1": "cdcadad44394c9e5efdb295d1436ba8a71c3d14a", "name": "MantonCB4_HiSeq_2_S26_L007_R1_001.fastq.gz", "uuid": "582bb010-a460-4e23-b33c-1b349f3cf084", @@ -1812,7 +1812,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1005251418 }, - { + "sequence_file/fb621e0e-5736-4b1f-b559-e2b6d43f8a7a": { "sha1": "879c22f8909f6fff35a1e9273811dbbd1e866ca6", "name": "MantonCB3_HiSeq_7_S23_L005_I1_001.fastq.gz", "uuid": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a", @@ -1824,7 +1824,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 411325971 }, - { + "sequence_file/3e9d8ded-1819-4905-a855-2b9a7a675558": { "sha1": "37f4eb4f5d29e29231ea77850d215ccb86a9c9b2", "name": "MantonCB1_HiSeq_4_S4_L002_I1_001.fastq.gz", "uuid": "3e9d8ded-1819-4905-a855-2b9a7a675558", @@ -1836,7 +1836,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 347767695 }, - { + "sequence_file/314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d": { "sha1": "36079e462dbad883468be555c78274a54189a7bb", "name": "MantonCB4_HiSeq_2_S26_L007_I1_001.fastq.gz", "uuid": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d", @@ -1848,7 +1848,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 340131491 }, - { + "sequence_file/cbc254bc-0116-43e6-b6d6-f8866a5abe49": { "sha1": "94cc82997705b86f8c0ebd62880ff3646a7247e6", "name": "MantonCB3_HiSeq_1_S17_L006_I1_001.fastq.gz", "uuid": "cbc254bc-0116-43e6-b6d6-f8866a5abe49", @@ -1860,7 +1860,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 456337536 }, - { + "sequence_file/07e38704-5f81-4c54-93ad-319de7dd684b": { "sha1": "979898d9dfe314fbada671719ff123e0c9e215e0", "name": "MantonCB1_HiSeq_7_S7_L002_R2_001.fastq.gz", "uuid": "07e38704-5f81-4c54-93ad-319de7dd684b", @@ -1872,7 +1872,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4614790476 }, - { + "sequence_file/75c9928e-4fc9-4095-9426-c121ef4dc682": { "sha1": "9688b47a1f55865baea28305534ec3cc74ff418a", "name": "MantonCB4_HiSeq_1_S25_L008_R1_001.fastq.gz", "uuid": "75c9928e-4fc9-4095-9426-c121ef4dc682", @@ -1884,7 +1884,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1244018764 }, - { + "sequence_file/55e172fd-740b-415f-9fcd-f9f245264a0c": { "sha1": "ee47068094e1cf5074ffe038efbf538ca268e053", "name": "MantonCB1_HiSeq_5_S5_L001_R2_001.fastq.gz", "uuid": "55e172fd-740b-415f-9fcd-f9f245264a0c", @@ -1896,7 +1896,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3463744038 }, - { + "sequence_file/acd91be0-cdcb-4a3c-b7ae-0e969f538942": { "sha1": "b4e474883ef7045663d2ab902ecf3088c0007b8e", "name": "MantonCB2_HiSeq_2_S10_L004_I1_001.fastq.gz", "uuid": "acd91be0-cdcb-4a3c-b7ae-0e969f538942", @@ -1908,7 +1908,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 477563983 }, - { + "sequence_file/c84889d4-5444-4bfb-a482-6f1bc7a2ad95": { "sha1": "32a8d4a872074c3b7e8ce381435d0eff706412ff", "name": "MantonCB1_HiSeq_2_S2_L001_R1_001.fastq.gz", "uuid": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95", @@ -1920,7 +1920,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 990467637 }, - { + "sequence_file/f6bdc59e-9011-4905-adb8-2d21f311fd42": { "sha1": "701c3dd558a8751df526ba4a1e3bc9e0a3ce6fbf", "name": "MantonCB3_HiSeq_4_S20_L006_I1_001.fastq.gz", "uuid": "f6bdc59e-9011-4905-adb8-2d21f311fd42", @@ -1932,7 +1932,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 317232513 }, - { + "sequence_file/c5117298-7d44-42e2-a24d-a07b578ebea8": { "sha1": "1d6895e99e38e29ff724e62542c536cedc885652", "name": "MantonCB4_HiSeq_4_S28_L008_R2_001.fastq.gz", "uuid": "c5117298-7d44-42e2-a24d-a07b578ebea8", @@ -1944,7 +1944,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3704806917 }, - { + "sequence_file/707251d4-b780-4472-aa0f-79c5db9eaddf": { "sha1": "f01ea71fb4b45011efb53cbcc78923ff72330f55", "name": "MantonCB2_HiSeq_8_S16_L003_R1_001.fastq.gz", "uuid": "707251d4-b780-4472-aa0f-79c5db9eaddf", @@ -1956,7 +1956,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1223945922 }, - { + "sequence_file/d03d5e6f-fb5e-499b-bb77-269fb51689cc": { "sha1": "9cbae1d637af282ccf3812c03cbe97939c4a74ad", "name": "MantonCB1_HiSeq_8_S8_L001_R2_001.fastq.gz", "uuid": "d03d5e6f-fb5e-499b-bb77-269fb51689cc", @@ -1968,7 +1968,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4322331256 }, - { + "sequence_file/8e8d4873-328b-4c1c-b51c-be6b248e9c77": { "sha1": "e8307e0b2188fe16f28bcac4ec66c822738b935a", "name": "MantonCB2_HiSeq_3_S11_L004_R1_001.fastq.gz", "uuid": "8e8d4873-328b-4c1c-b51c-be6b248e9c77", @@ -1980,7 +1980,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1431480163 }, - { + "sequence_file/732ffe61-8834-459c-97eb-62c1e11b0288": { "sha1": "2f211354cb4a823b4a554a52982e22579caa2570", "name": "MantonCB1_HiSeq_7_S7_L001_I1_001.fastq.gz", "uuid": "732ffe61-8834-459c-97eb-62c1e11b0288", @@ -1992,7 +1992,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 520156019 }, - { + "sequence_file/12818748-5843-47a5-82d7-e68c618a9ec7": { "sha1": "24aee796cdbda8b1f3dc326a7d0b3e85ad7f113b", "name": "MantonCB2_HiSeq_5_S13_L003_I1_001.fastq.gz", "uuid": "12818748-5843-47a5-82d7-e68c618a9ec7", @@ -2004,7 +2004,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 398585364 }, - { + "sequence_file/e999790e-b051-4b79-aeff-170b7821861f": { "sha1": "03cf8b91b66d98ce791b543957b16b3406adda8b", "name": "MantonCB3_HiSeq_8_S24_L006_R2_001.fastq.gz", "uuid": "e999790e-b051-4b79-aeff-170b7821861f", @@ -2016,7 +2016,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3362569274 }, - { + "sequence_file/e0920342-d954-46e6-99f6-d1d7f2cfa56c": { "sha1": "293707e402c3d10d641ca316ceffbf6259abce48", "name": "MantonCB1_HiSeq_2_S2_L002_R2_001.fastq.gz", "uuid": "e0920342-d954-46e6-99f6-d1d7f2cfa56c", @@ -2028,7 +2028,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3014662509 }, - { + "sequence_file/196fa68d-aede-4682-9600-e969ab755c84": { "sha1": "b44f38bdd8b6842cbfb5fbb7f96a4e5bc0d91f85", "name": "MantonCB2_HiSeq_7_S15_L003_R2_001.fastq.gz", "uuid": "196fa68d-aede-4682-9600-e969ab755c84", @@ -2040,7 +2040,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3583904665 }, - { + "sequence_file/bc0183b1-5f5b-46c2-8543-6efc4350f9f8": { "sha1": "f9378920510357c16ad313a2a2369c4c815802eb", "name": "MantonCB4_HiSeq_2_S26_L008_R2_001.fastq.gz", "uuid": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8", @@ -2052,7 +2052,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2574926473 }, - { + "sequence_file/79fbd727-4897-48cd-bd48-5d5680b2f9ed": { "sha1": "18c625e42ab8d89902d19cc53b7e4d7ca8702a15", "name": "MantonCB4_HiSeq_4_S28_L008_I1_001.fastq.gz", "uuid": "79fbd727-4897-48cd-bd48-5d5680b2f9ed", @@ -2064,7 +2064,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 405831486 }, - { + "sequence_file/24be633e-1b05-405d-839a-f25a419fac8e": { "sha1": "57285c0b8ccd0c3d535879bd22d48c3f1c5a6a11", "name": "MantonCB1_HiSeq_5_S5_L001_R1_001.fastq.gz", "uuid": "24be633e-1b05-405d-839a-f25a419fac8e", @@ -2076,7 +2076,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1143494915 }, - { + "sequence_file/1e9e7a37-e3a8-45c3-bab5-ac601123c1d2": { "sha1": "8defbbd883308564db40eed59d73ab6efe5f02ae", "name": "MantonCB3_HiSeq_6_S22_L005_I1_001.fastq.gz", "uuid": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2", @@ -2088,7 +2088,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 458492723 }, - { + "sequence_file/97cbb401-3dcd-40fa-8a3e-b4387b8f2913": { "sha1": "aec95bfbac3f341fd2e4ba1e537c708dca6075f1", "name": "MantonCB1_HiSeq_6_S6_L002_R2_001.fastq.gz", "uuid": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913", @@ -2100,7 +2100,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4091985532 }, - { + "sequence_file/660ce604-15e0-404a-b061-0b9f533363bb": { "sha1": "aec78163a7016f0d2d9ff50672f25bb99635d2e6", "name": "MantonCB1_HiSeq_8_S8_L002_R1_001.fastq.gz", "uuid": "660ce604-15e0-404a-b061-0b9f533363bb", @@ -2112,7 +2112,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1436685387 }, - { + "sequence_file/70b58641-42b4-42e4-b546-e44f5c16aba4": { "sha1": "b24473c43f4d0dea4f16f7d9eff868bf733e3a78", "name": "MantonCB4_HiSeq_3_S27_L008_I1_001.fastq.gz", "uuid": "70b58641-42b4-42e4-b546-e44f5c16aba4", @@ -2124,7 +2124,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 380507001 }, - { + "sequence_file/824f5af4-545d-4061-8cfa-116b8d1d8c0c": { "sha1": "a321e15230cf25ba5c1eb57bb26881e500e39eb4", "name": "MantonCB1_HiSeq_1_S1_L001_R1_001.fastq.gz", "uuid": "824f5af4-545d-4061-8cfa-116b8d1d8c0c", @@ -2136,7 +2136,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1477094823 }, - { + "sequence_file/762a5985-3cdc-4406-8d88-c1b6d8579ceb": { "sha1": "b211fbe2b6832a391abbe742a53b0ad36ba76f3e", "name": "MantonCB1_HiSeq_3_S3_L002_R1_001.fastq.gz", "uuid": "762a5985-3cdc-4406-8d88-c1b6d8579ceb", @@ -2148,7 +2148,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 854941253 }, - { + "sequence_file/83a0cfb1-bc65-4603-89d5-7d7f0a4ec182": { "sha1": "6779d2236a9da7a5aeecaff89052c4b9101801e3", "name": "MantonCB3_HiSeq_7_S23_L006_R1_001.fastq.gz", "uuid": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182", @@ -2160,7 +2160,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1217639349 }, - { + "sequence_file/c6ca4bda-2c44-4092-a943-b401e6d79b6d": { "sha1": "52db7a63c86b0ac430565e4232fe62712cb2fc87", "name": "MantonCB4_HiSeq_3_S27_L007_I1_001.fastq.gz", "uuid": "c6ca4bda-2c44-4092-a943-b401e6d79b6d", @@ -2172,7 +2172,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 405662573 }, - { + "sequence_file/450fde91-2153-42ee-ba7a-5cf4b59eb587": { "sha1": "57040b9f591b295e862ad29fee9f9e956dbdfc60", "name": "MantonCB2_HiSeq_4_S12_L004_I1_001.fastq.gz", "uuid": "450fde91-2153-42ee-ba7a-5cf4b59eb587", @@ -2184,7 +2184,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 420517372 }, - { + "sequence_file/6492a26d-5c16-4e75-a9c5-a9b8f8e28eff": { "sha1": "ab1e832c4024ef4c5ce0306635a47612634364e5", "name": "MantonCB1_HiSeq_6_S6_L002_R1_001.fastq.gz", "uuid": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff", @@ -2196,7 +2196,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1355562686 }, - { + "sequence_file/3262b323-8545-4c41-ab65-432b635781a7": { "sha1": "d11d97da785ee51c0a22306af263e9f66cd5bcb7", "name": "MantonCB4_HiSeq_5_S29_L008_R1_001.fastq.gz", "uuid": "3262b323-8545-4c41-ab65-432b635781a7", @@ -2208,7 +2208,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1160332360 }, - { + "sequence_file/a8b86342-3b98-4030-bdfa-a7cc45e3d256": { "sha1": "8adfc8b68d8ec756923fa649a892210f9ca25514", "name": "MantonCB2_HiSeq_6_S14_L004_R2_001.fastq.gz", "uuid": "a8b86342-3b98-4030-bdfa-a7cc45e3d256", @@ -2220,7 +2220,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3853958567 }, - { + "sequence_file/71080f34-4468-4ca5-8a6c-bf688ab31462": { "sha1": "038c50abd15b42b72a06440ade8f0796ffb4a6b2", "name": "MantonCB2_HiSeq_8_S16_L003_R2_001.fastq.gz", "uuid": "71080f34-4468-4ca5-8a6c-bf688ab31462", @@ -2232,7 +2232,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3596944953 }, - { + "sequence_file/6f0e108d-30da-4242-b489-5eb638e2db96": { "sha1": "0ec778e17ed5df394046460f35839eb2157bb45f", "name": "MantonCB3_HiSeq_3_S19_L006_R1_001.fastq.gz", "uuid": "6f0e108d-30da-4242-b489-5eb638e2db96", @@ -2244,7 +2244,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1273015552 }, - { + "sequence_file/f087e6a6-b9cd-4f26-8932-167d246a6e02": { "sha1": "443a152965d9a8ea8bd145eb6f4a276bf11faf7f", "name": "MantonCB4_HiSeq_7_S31_L007_R1_001.fastq.gz", "uuid": "f087e6a6-b9cd-4f26-8932-167d246a6e02", @@ -2256,7 +2256,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1459708868 }, - { + "sequence_file/fd194d02-d6c0-4933-a54b-805e7b3a9bab": { "sha1": "e4dccff557802016145cfebce3450b8ba609eed3", "name": "MantonCB3_HiSeq_4_S20_L006_R1_001.fastq.gz", "uuid": "fd194d02-d6c0-4933-a54b-805e7b3a9bab", @@ -2268,7 +2268,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 960083469 }, - { + "sequence_file/ed3cbb48-adf8-4531-919a-a467fd838940": { "sha1": "1db09f0b7367dd86bc05e242c48987abccbb797c", "name": "MantonCB2_HiSeq_1_S9_L003_I1_001.fastq.gz", "uuid": "ed3cbb48-adf8-4531-919a-a467fd838940", @@ -2280,7 +2280,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 374190901 }, - { + "sequence_file/8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0": { "sha1": "113836a8433be46fd0689f68d693f1ee5627d29e", "name": "MantonCB4_HiSeq_7_S31_L008_R1_001.fastq.gz", "uuid": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0", @@ -2292,7 +2292,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1440763662 }, - { + "sequence_file/f72531f8-851a-4f23-8bcd-b2b47bad0f84": { "sha1": "24975b23849f487733935b2875daf0deb241fbc9", "name": "MantonCB4_HiSeq_5_S29_L008_I1_001.fastq.gz", "uuid": "f72531f8-851a-4f23-8bcd-b2b47bad0f84", @@ -2304,9 +2304,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 388472244 } - ], + }, "metadata": { - "project.json": { + "project/6504d48c-1610-43aa-8cf8-214a960e110c": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", "project_core": { @@ -2435,10394 +2435,10367 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4371, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.936Z", - "updateDate": "2018-03-26T17:00:53.331Z", - "document_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692" - } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.516Z", - "updateDate": "2018-03-26T17:00:53.313Z", - "document_id": "642c8a0a-ffa1-4e06-aab6-f777cafda07b" + "cell_suspension/f2cfbb32-066f-44cb-9f74-a4b4acec7692": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB2", - "biomaterial_name": "Cord blood donor 2" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.453Z", - "updateDate": "2018-03-26T16:59:46.213Z", - "document_id": "769cad8e-8c03-4318-b6e8-4c832365a884" + ], + "total_estimated_cells": 4371, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.936Z", + "updateDate": "2018-03-26T17:00:53.331Z", + "document_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692" + } + }, + "specimen_from_organism/642c8a0a-ffa1-4e06-aab6-f777cafda07b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 1482, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.012Z", - "updateDate": "2018-03-26T17:00:12.768Z", - "document_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.083Z", - "updateDate": "2018-03-26T17:00:12.169Z", - "document_id": "d890548c-3c98-4e30-8c9c-05d2dc6e28c2" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.516Z", + "updateDate": "2018-03-26T17:00:53.313Z", + "document_id": "642c8a0a-ffa1-4e06-aab6-f777cafda07b" + } + }, + "donor_organism/769cad8e-8c03-4318-b6e8-4c832365a884": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB1", - "biomaterial_name": "Cord blood donor 1" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.531Z", - "updateDate": "2018-03-26T16:59:45.776Z", - "document_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB2", + "biomaterial_name": "Cord blood donor 2" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.453Z", + "updateDate": "2018-03-26T16:59:46.213Z", + "document_id": "769cad8e-8c03-4318-b6e8-4c832365a884" + } + }, + "cell_suspension/bcbb8300-0d6f-42c2-b393-4e167a6529d4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3877, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.575Z", - "updateDate": "2018-03-26T17:00:12.784Z", - "document_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559" + ], + "total_estimated_cells": 1482, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.012Z", + "updateDate": "2018-03-26T17:00:12.768Z", + "document_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4" + } + }, + "specimen_from_organism/d890548c-3c98-4e30-8c9c-05d2dc6e28c2": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.621Z", - "updateDate": "2018-03-26T17:00:11.687Z", - "document_id": "1ffa73eb-a01a-45d2-9b99-fd55d76f4f74" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB4", - "biomaterial_name": "Cord blood donor 4" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.607Z", - "updateDate": "2018-03-26T16:59:45.909Z", - "document_id": "d4895ad7-10b5-4d70-af74-02a8df78532c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.083Z", + "updateDate": "2018-03-26T17:00:12.169Z", + "document_id": "d890548c-3c98-4e30-8c9c-05d2dc6e28c2" + } + }, + "donor_organism/f7e3dec8-e286-4784-a8b0-e5fabc0de841": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4429, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.674Z", - "updateDate": "2018-03-26T17:00:12.800Z", - "document_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB1", + "biomaterial_name": "Cord blood donor 1" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.531Z", + "updateDate": "2018-03-26T16:59:45.776Z", + "document_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841" + } + }, + "cell_suspension/fb51b6f2-5a7b-4a07-97d9-f1833a48d559": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.543Z", - "updateDate": "2018-03-26T17:00:09.673Z", - "document_id": "cf6e873c-48a4-4422-93d6-5403a4f63f72" + ], + "total_estimated_cells": 3877, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.575Z", + "updateDate": "2018-03-26T17:00:12.784Z", + "document_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559" + } + }, + "specimen_from_organism/1ffa73eb-a01a-45d2-9b99-fd55d76f4f74": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB3", - "biomaterial_name": "Cord blood donor 3" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.478Z", - "updateDate": "2018-03-26T16:59:46.373Z", - "document_id": "f8751c16-3337-4a23-9bf3-243f7c143281" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4098, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.804Z", - "updateDate": "2018-03-26T17:00:12.814Z", - "document_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.621Z", + "updateDate": "2018-03-26T17:00:11.687Z", + "document_id": "1ffa73eb-a01a-45d2-9b99-fd55d76f4f74" + } + }, + "donor_organism/d4895ad7-10b5-4d70-af74-02a8df78532c": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.544Z", - "updateDate": "2018-03-26T17:00:09.107Z", - "document_id": "3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB4", + "biomaterial_name": "Cord blood donor 4" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.607Z", + "updateDate": "2018-03-26T16:59:45.909Z", + "document_id": "d4895ad7-10b5-4d70-af74-02a8df78532c" + } + }, + "cell_suspension/6bf48eba-1309-43dc-af97-ea4a37f8d2a8": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2511, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.353Z", - "updateDate": "2018-03-26T17:00:12.830Z", - "document_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8" + ], + "total_estimated_cells": 4429, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.674Z", + "updateDate": "2018-03-26T17:00:12.800Z", + "document_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8" + } + }, + "specimen_from_organism/cf6e873c-48a4-4422-93d6-5403a4f63f72": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.684Z", - "updateDate": "2018-03-26T17:00:09.742Z", - "document_id": "63956c8d-de77-4c43-b863-af6d557fcb6f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4173, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.699Z", - "updateDate": "2018-03-26T17:00:12.846Z", - "document_id": "2d776abb-053c-4395-8791-861014668b1d" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.543Z", + "updateDate": "2018-03-26T17:00:09.673Z", + "document_id": "cf6e873c-48a4-4422-93d6-5403a4f63f72" + } + }, + "donor_organism/f8751c16-3337-4a23-9bf3-243f7c143281": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.608Z", - "updateDate": "2018-03-26T17:00:09.251Z", - "document_id": "f8c07921-e93e-4a27-a74a-a3c56d378c08" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB3", + "biomaterial_name": "Cord blood donor 3" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.478Z", + "updateDate": "2018-03-26T16:59:46.373Z", + "document_id": "f8751c16-3337-4a23-9bf3-243f7c143281" + } + }, + "cell_suspension/b64b0def-cef5-41e0-aadd-8150778ae2a2": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4096, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.215Z", - "updateDate": "2018-03-26T17:00:12.860Z", - "document_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45" + ], + "total_estimated_cells": 4098, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.804Z", + "updateDate": "2018-03-26T17:00:12.814Z", + "document_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2" + } + }, + "specimen_from_organism/3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.036Z", - "updateDate": "2018-03-26T17:00:11.370Z", - "document_id": "46749d78-45b0-4101-a40f-51ad81665e5d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4099, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.506Z", - "updateDate": "2018-03-26T17:00:12.875Z", - "document_id": "95693ba6-b7fd-479a-b08f-1511da62de45" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.544Z", + "updateDate": "2018-03-26T17:00:09.107Z", + "document_id": "3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a" + } + }, + "cell_suspension/38326fcd-39b4-43e0-b2d0-19c49e3f85d8": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.650Z", - "updateDate": "2018-03-26T17:00:11.173Z", - "document_id": "233705a7-7cf0-4fe5-9ff9-69af7a0195c1" + ], + "total_estimated_cells": 2511, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.353Z", + "updateDate": "2018-03-26T17:00:12.830Z", + "document_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8" + } + }, + "specimen_from_organism/63956c8d-de77-4c43-b863-af6d557fcb6f": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2875, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.931Z", - "updateDate": "2018-03-26T17:00:52.729Z", - "document_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.404Z", - "updateDate": "2018-03-26T17:00:52.711Z", - "document_id": "8f6dcf92-dc43-4dae-8ff4-049bacd5d251" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.684Z", + "updateDate": "2018-03-26T17:00:09.742Z", + "document_id": "63956c8d-de77-4c43-b863-af6d557fcb6f" + } + }, + "cell_suspension/2d776abb-053c-4395-8791-861014668b1d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4579, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.038Z", - "updateDate": "2018-03-26T17:00:12.903Z", - "document_id": "373ed223-86be-4eb1-96ea-bb9a136a786d" + ], + "total_estimated_cells": 4173, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.699Z", + "updateDate": "2018-03-26T17:00:12.846Z", + "document_id": "2d776abb-053c-4395-8791-861014668b1d" + } + }, + "specimen_from_organism/f8c07921-e93e-4a27-a74a-a3c56d378c08": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.274Z", - "updateDate": "2018-03-26T17:00:08.946Z", - "document_id": "b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4573, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.152Z", - "updateDate": "2018-03-26T17:00:52.798Z", - "document_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.608Z", + "updateDate": "2018-03-26T17:00:09.251Z", + "document_id": "f8c07921-e93e-4a27-a74a-a3c56d378c08" + } + }, + "cell_suspension/bd5cd509-5bd7-4134-abe9-c462279e5e45": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.144Z", - "updateDate": "2018-03-26T17:00:52.782Z", - "document_id": "9f68ab2e-346a-4223-9a33-b4b778824787" + ], + "total_estimated_cells": 4096, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.215Z", + "updateDate": "2018-03-26T17:00:12.860Z", + "document_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45" + } + }, + "specimen_from_organism/46749d78-45b0-4101-a40f-51ad81665e5d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2981, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.226Z", - "updateDate": "2018-03-26T17:00:12.931Z", - "document_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.392Z", - "updateDate": "2018-03-26T17:00:12.339Z", - "document_id": "eee19426-7cf9-4c03-98fe-ca0be0bc14ab" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.036Z", + "updateDate": "2018-03-26T17:00:11.370Z", + "document_id": "46749d78-45b0-4101-a40f-51ad81665e5d" + } + }, + "cell_suspension/95693ba6-b7fd-479a-b08f-1511da62de45": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4293, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.321Z", - "updateDate": "2018-03-26T17:00:12.946Z", - "document_id": "417f2833-eb8f-4d24-b515-5e3858453a04" + ], + "total_estimated_cells": 4099, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.506Z", + "updateDate": "2018-03-26T17:00:12.875Z", + "document_id": "95693ba6-b7fd-479a-b08f-1511da62de45" + } + }, + "specimen_from_organism/233705a7-7cf0-4fe5-9ff9-69af7a0195c1": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.431Z", - "updateDate": "2018-03-26T17:00:09.382Z", - "document_id": "e83c4942-afca-4815-999a-d918cd60d8bd" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4575, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.710Z", - "updateDate": "2018-03-26T17:00:53.414Z", - "document_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.650Z", + "updateDate": "2018-03-26T17:00:11.173Z", + "document_id": "233705a7-7cf0-4fe5-9ff9-69af7a0195c1" + } + }, + "cell_suspension/246b79eb-5961-4c41-9a5f-f4b1a66dfc8d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.481Z", - "updateDate": "2018-03-26T17:00:53.390Z", - "document_id": "018972ab-599d-412e-9e87-934012f7c63a" + ], + "total_estimated_cells": 2875, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.931Z", + "updateDate": "2018-03-26T17:00:52.729Z", + "document_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d" + } + }, + "specimen_from_organism/8f6dcf92-dc43-4dae-8ff4-049bacd5d251": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2502, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.786Z", - "updateDate": "2018-03-26T17:00:12.975Z", - "document_id": "83974f7a-d580-477a-af8f-9802e623a576" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.549Z", - "updateDate": "2018-03-26T17:00:09.815Z", - "document_id": "1b1eff7c-667a-4dad-aaf6-8b0a08f40787" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.404Z", + "updateDate": "2018-03-26T17:00:52.711Z", + "document_id": "8f6dcf92-dc43-4dae-8ff4-049bacd5d251" + } + }, + "cell_suspension/373ed223-86be-4eb1-96ea-bb9a136a786d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2813, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.925Z", - "updateDate": "2018-03-26T17:00:12.989Z", - "document_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac" + ], + "total_estimated_cells": 4579, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.038Z", + "updateDate": "2018-03-26T17:00:12.903Z", + "document_id": "373ed223-86be-4eb1-96ea-bb9a136a786d" + } + }, + "specimen_from_organism/b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.558Z", - "updateDate": "2018-03-26T17:00:12.239Z", - "document_id": "c7643678-0899-4417-bf0c-dd42d52c9ea9" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4375, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.465Z", - "updateDate": "2018-03-26T17:00:13.093Z", - "document_id": "ab67b774-4e1b-4650-8f44-0318369c9999" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.274Z", + "updateDate": "2018-03-26T17:00:08.946Z", + "document_id": "b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5" + } + }, + "cell_suspension/2949d14e-90de-4bf4-bedc-3f18ab5f1372": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.506Z", - "updateDate": "2018-03-26T17:00:08.879Z", - "document_id": "e8987627-1c0a-4914-b9ee-04b5e76384c5" + ], + "total_estimated_cells": 4573, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.152Z", + "updateDate": "2018-03-26T17:00:52.798Z", + "document_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372" + } + }, + "specimen_from_organism/9f68ab2e-346a-4223-9a33-b4b778824787": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2933, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.518Z", - "updateDate": "2018-03-26T17:00:13.109Z", - "document_id": "87ae843f-af22-4d73-9afc-91624d7af38a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.658Z", - "updateDate": "2018-03-26T17:00:12.523Z", - "document_id": "60dd2004-0d4a-4141-87a3-3fbd594e0ff0" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.144Z", + "updateDate": "2018-03-26T17:00:52.782Z", + "document_id": "9f68ab2e-346a-4223-9a33-b4b778824787" + } + }, + "cell_suspension/c261c6c2-1aa1-42a6-ab8d-7064debb52d3": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4012, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.771Z", - "updateDate": "2018-03-26T17:00:13.126Z", - "document_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1" + ], + "total_estimated_cells": 2981, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.226Z", + "updateDate": "2018-03-26T17:00:12.931Z", + "document_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3" + } + }, + "specimen_from_organism/eee19426-7cf9-4c03-98fe-ca0be0bc14ab": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.583Z", - "updateDate": "2018-03-26T17:00:11.494Z", - "document_id": "64fc872d-1b3e-462c-836f-c0cbabaf419e" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4195, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.796Z", - "updateDate": "2018-03-26T17:00:13.145Z", - "document_id": "efcd5856-7134-4048-b9d8-c909ce72f65c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.392Z", + "updateDate": "2018-03-26T17:00:12.339Z", + "document_id": "eee19426-7cf9-4c03-98fe-ca0be0bc14ab" + } + }, + "cell_suspension/417f2833-eb8f-4d24-b515-5e3858453a04": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.455Z", - "updateDate": "2018-03-26T17:00:09.578Z", - "document_id": "940c42d6-b243-4f75-ba0d-7b88507d4017" + ], + "total_estimated_cells": 4293, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.321Z", + "updateDate": "2018-03-26T17:00:12.946Z", + "document_id": "417f2833-eb8f-4d24-b515-5e3858453a04" + } + }, + "specimen_from_organism/e83c4942-afca-4815-999a-d918cd60d8bd": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2839, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.857Z", - "updateDate": "2018-03-26T17:00:52.613Z", - "document_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.567Z", - "updateDate": "2018-03-26T17:00:52.568Z", - "document_id": "51ddd492-619b-4d69-a189-f7b47914675b" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.431Z", + "updateDate": "2018-03-26T17:00:09.382Z", + "document_id": "e83c4942-afca-4815-999a-d918cd60d8bd" + } + }, + "cell_suspension/3038877e-49a0-47a0-a9cb-f9a68665d7e2": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4369, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.332Z", - "updateDate": "2018-03-26T17:00:52.871Z", - "document_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30" + ], + "total_estimated_cells": 4575, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.710Z", + "updateDate": "2018-03-26T17:00:53.414Z", + "document_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2" + } + }, + "specimen_from_organism/018972ab-599d-412e-9e87-934012f7c63a": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.531Z", - "updateDate": "2018-03-26T17:00:52.856Z", - "document_id": "76200ba9-fac8-4880-8fd0-50ce00e4783f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4604, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.699Z", - "updateDate": "2018-03-26T17:00:52.942Z", - "document_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.481Z", + "updateDate": "2018-03-26T17:00:53.390Z", + "document_id": "018972ab-599d-412e-9e87-934012f7c63a" + } + }, + "cell_suspension/83974f7a-d580-477a-af8f-9802e623a576": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.689Z", - "updateDate": "2018-03-26T17:00:52.925Z", - "document_id": "c49327da-ab41-4280-ac15-fccd207c800e" + ], + "total_estimated_cells": 2502, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.786Z", + "updateDate": "2018-03-26T17:00:12.975Z", + "document_id": "83974f7a-d580-477a-af8f-9802e623a576" + } + }, + "specimen_from_organism/1b1eff7c-667a-4dad-aaf6-8b0a08f40787": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4724, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.839Z", - "updateDate": "2018-03-26T17:00:53.079Z", - "document_id": "05cc8105-9909-4cc0-bbb2-ad175213761a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.405Z", - "updateDate": "2018-03-26T17:00:53.063Z", - "document_id": "5b61815f-8d1a-4ca9-a29d-94e0932b1e45" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.549Z", + "updateDate": "2018-03-26T17:00:09.815Z", + "document_id": "1b1eff7c-667a-4dad-aaf6-8b0a08f40787" + } + }, + "cell_suspension/7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3006, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.707Z", - "updateDate": "2018-03-26T17:00:13.212Z", - "document_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93" + ], + "total_estimated_cells": 2813, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.925Z", + "updateDate": "2018-03-26T17:00:12.989Z", + "document_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac" + } + }, + "specimen_from_organism/c7643678-0899-4417-bf0c-dd42d52c9ea9": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.378Z", - "updateDate": "2018-03-26T17:00:12.680Z", - "document_id": "b9b154aa-096c-4703-9e7c-daa0fe7abf89" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3831, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.806Z", - "updateDate": "2018-03-26T17:00:13.227Z", - "document_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.558Z", + "updateDate": "2018-03-26T17:00:12.239Z", + "document_id": "c7643678-0899-4417-bf0c-dd42d52c9ea9" + } + }, + "cell_suspension/ab67b774-4e1b-4650-8f44-0318369c9999": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.228Z", - "updateDate": "2018-03-26T17:00:11.602Z", - "document_id": "301d5d6c-eee5-49ca-b71e-f6d53cba4595" + ], + "total_estimated_cells": 4375, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.465Z", + "updateDate": "2018-03-26T17:00:13.093Z", + "document_id": "ab67b774-4e1b-4650-8f44-0318369c9999" + } + }, + "specimen_from_organism/e8987627-1c0a-4914-b9ee-04b5e76384c5": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2889, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB1_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.490Z", - "updateDate": "2018-03-26T17:00:13.241Z", - "document_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB1", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB1" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.518Z", - "updateDate": "2018-03-26T17:00:12.101Z", - "document_id": "26535b23-cb10-4093-a794-23def68c7d0c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.506Z", + "updateDate": "2018-03-26T17:00:08.879Z", + "document_id": "e8987627-1c0a-4914-b9ee-04b5e76384c5" + } + }, + "cell_suspension/87ae843f-af22-4d73-9afc-91624d7af38a": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 863, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB4_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.542Z", - "updateDate": "2018-03-26T17:00:13.257Z", - "document_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e" + ], + "total_estimated_cells": 2933, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.518Z", + "updateDate": "2018-03-26T17:00:13.109Z", + "document_id": "87ae843f-af22-4d73-9afc-91624d7af38a" + } + }, + "specimen_from_organism/60dd2004-0d4a-4141-87a3-3fbd594e0ff0": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB4", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB4" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.328Z", - "updateDate": "2018-03-26T17:00:11.242Z", - "document_id": "3687d559-3378-482c-a78f-dac301315580" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4505, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB3_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.627Z", - "updateDate": "2018-03-26T17:00:13.275Z", - "document_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.658Z", + "updateDate": "2018-03-26T17:00:12.523Z", + "document_id": "60dd2004-0d4a-4141-87a3-3fbd594e0ff0" + } + }, + "cell_suspension/b5d7dcb7-0877-401d-8bab-200bb1ec4cc1": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB3", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB3" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.774Z", - "updateDate": "2018-03-26T17:00:09.181Z", - "document_id": "77b71f13-95b7-465a-b662-35e2e0585273" + ], + "total_estimated_cells": 4012, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.771Z", + "updateDate": "2018-03-26T17:00:13.126Z", + "document_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1" + } + }, + "specimen_from_organism/64fc872d-1b3e-462c-836f-c0cbabaf419e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4568, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.802Z", - "updateDate": "2018-03-26T17:00:53.011Z", - "document_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.569Z", - "updateDate": "2018-03-26T17:00:52.995Z", - "document_id": "ce8e1a87-7041-4888-9735-854660215cfc" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.583Z", + "updateDate": "2018-03-26T17:00:11.494Z", + "document_id": "64fc872d-1b3e-462c-836f-c0cbabaf419e" + } + }, + "cell_suspension/efcd5856-7134-4048-b9d8-c909ce72f65c": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4723, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB2_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.312Z", - "updateDate": "2018-03-26T17:00:53.257Z", - "document_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773" + ], + "total_estimated_cells": 4195, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.796Z", + "updateDate": "2018-03-26T17:00:13.145Z", + "document_id": "efcd5856-7134-4048-b9d8-c909ce72f65c" + } + }, + "specimen_from_organism/940c42d6-b243-4f75-ba0d-7b88507d4017": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB2", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB2" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.632Z", - "updateDate": "2018-03-26T17:00:53.233Z", - "document_id": "89f83d7f-eb14-4c3e-84d3-ceede50d8f8d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" - }, - "file.json": { - "files": [ - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_1_S1_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.641Z", - "document_id": "e8a1e8cd-9941-4a59-aceb-a17649543bbb" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_1_S1_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.656Z", - "document_id": "824f5af4-545d-4061-8cfa-116b8d1d8c0c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.455Z", + "updateDate": "2018-03-26T17:00:09.578Z", + "document_id": "940c42d6-b243-4f75-ba0d-7b88507d4017" + } + }, + "cell_suspension/e55a5f1a-a230-4517-aa87-b3afc3b30a5d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_1_S1_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.668Z", - "document_id": "033c2369-fa63-49d1-80e6-19b06ebafa93" + ], + "total_estimated_cells": 2839, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.857Z", + "updateDate": "2018-03-26T17:00:52.613Z", + "document_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d" + } + }, + "specimen_from_organism/51ddd492-619b-4d69-a189-f7b47914675b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_1_S1_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.683Z", - "document_id": "29a04cd5-2f40-4030-8721-e936de10431a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_1_S1_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.695Z", - "document_id": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.567Z", + "updateDate": "2018-03-26T17:00:52.568Z", + "document_id": "51ddd492-619b-4d69-a189-f7b47914675b" + } + }, + "cell_suspension/72e9781b-3ecc-48c1-8918-3346c7d3da30": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_1_S1_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.708Z", - "document_id": "84ed2e73-801c-4517-97a8-3c2b37b2ccca" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_2_S2_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.720Z", - "document_id": "ab650f1f-003d-424a-9455-f28c8dad28a1" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_2_S2_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.732Z", - "document_id": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_2_S2_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.746Z", - "document_id": "2187a383-7663-49d1-9383-26107fa4e1e3" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_2_S2_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.770Z", - "document_id": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_2_S2_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.783Z", - "document_id": "0c06ee73-f507-4427-aeb0-e7359620f2a4" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_2_S2_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.794Z", - "document_id": "e0920342-d954-46e6-99f6-d1d7f2cfa56c" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_3_S3_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.805Z", - "document_id": "10d3fd29-2c93-47ae-86ad-5bede5e97aba" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_3_S3_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.819Z", - "document_id": "f724ace3-3cff-45eb-bee5-7fea53da64da" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_3_S3_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.832Z", - "document_id": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_3_S3_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.844Z", - "document_id": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_3_S3_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.855Z", - "document_id": "762a5985-3cdc-4406-8d88-c1b6d8579ceb" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_3_S3_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.866Z", - "document_id": "b19e2b64-5352-49d4-ace9-5563abf4d9fd" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_4_S4_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.879Z", - "document_id": "35770609-6db4-415e-ae1d-dc590338bdce" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_4_S4_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.892Z", - "document_id": "7c102baf-2faa-44f9-bd03-2db1763fab2b" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_4_S4_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.903Z", - "document_id": "e3d601e3-4bbe-4f24-8ee3-03ac35589548" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_4_S4_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.915Z", - "document_id": "3e9d8ded-1819-4905-a855-2b9a7a675558" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_4_S4_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.926Z", - "document_id": "538f5f66-76f7-40e3-9130-e4e3633b0bb6" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_4_S4_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.950Z", - "document_id": "7da336e9-59c3-4e13-8890-a728c9d46aad" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_5_S5_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.984Z", - "document_id": "c122cf51-5d3a-428c-bfa3-d6c09d80f138" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_5_S5_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.008Z", - "document_id": "24be633e-1b05-405d-839a-f25a419fac8e" + ], + "total_estimated_cells": 4369, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.332Z", + "updateDate": "2018-03-26T17:00:52.871Z", + "document_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30" + } + }, + "specimen_from_organism/76200ba9-fac8-4880-8fd0-50ce00e4783f": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_5_S5_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.034Z", - "document_id": "55e172fd-740b-415f-9fcd-f9f245264a0c" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_5_S5_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.049Z", - "document_id": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.531Z", + "updateDate": "2018-03-26T17:00:52.856Z", + "document_id": "76200ba9-fac8-4880-8fd0-50ce00e4783f" + } + }, + "cell_suspension/28240c74-d2c1-42f2-85e2-70d77d8bb66d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_5_S5_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.068Z", - "document_id": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c" + ], + "total_estimated_cells": 4604, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.699Z", + "updateDate": "2018-03-26T17:00:52.942Z", + "document_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d" + } + }, + "specimen_from_organism/c49327da-ab41-4280-ac15-fccd207c800e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_5_S5_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.082Z", - "document_id": "948e17b8-aa39-4a79-b5df-6abf0007ca12" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_6_S6_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.094Z", - "document_id": "3c92b73c-13c8-472e-8728-c48120abac15" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.689Z", + "updateDate": "2018-03-26T17:00:52.925Z", + "document_id": "c49327da-ab41-4280-ac15-fccd207c800e" + } + }, + "cell_suspension/05cc8105-9909-4cc0-bbb2-ad175213761a": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_6_S6_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.115Z", - "document_id": "2c9190f9-98be-4314-8a02-97519229d975" + ], + "total_estimated_cells": 4724, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.839Z", + "updateDate": "2018-03-26T17:00:53.079Z", + "document_id": "05cc8105-9909-4cc0-bbb2-ad175213761a" + } + }, + "specimen_from_organism/5b61815f-8d1a-4ca9-a29d-94e0932b1e45": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_6_S6_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.131Z", - "document_id": "e8290f80-02d6-424d-a11b-a6989a14e3d4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_6_S6_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.152Z", - "document_id": "25879d3f-6595-43d3-a5ca-5cdecea9eb51" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.405Z", + "updateDate": "2018-03-26T17:00:53.063Z", + "document_id": "5b61815f-8d1a-4ca9-a29d-94e0932b1e45" + } + }, + "cell_suspension/ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_6_S6_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.179Z", - "document_id": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff" + ], + "total_estimated_cells": 3006, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.707Z", + "updateDate": "2018-03-26T17:00:13.212Z", + "document_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93" + } + }, + "specimen_from_organism/b9b154aa-096c-4703-9e7c-daa0fe7abf89": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_6_S6_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.220Z", - "document_id": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_7_S7_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.242Z", - "document_id": "732ffe61-8834-459c-97eb-62c1e11b0288" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.378Z", + "updateDate": "2018-03-26T17:00:12.680Z", + "document_id": "b9b154aa-096c-4703-9e7c-daa0fe7abf89" + } + }, + "cell_suspension/c9ffd86b-d118-4561-8b67-8cab49b0cb60": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_7_S7_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.264Z", - "document_id": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8" + ], + "total_estimated_cells": 3831, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.806Z", + "updateDate": "2018-03-26T17:00:13.227Z", + "document_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60" + } + }, + "specimen_from_organism/301d5d6c-eee5-49ca-b71e-f6d53cba4595": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_7_S7_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.348Z", - "document_id": "92d4ccbe-1689-4e12-932a-40d5a75e9da5" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_7_S7_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.389Z", - "document_id": "9e4f5829-4d55-4106-8278-53ae1b9187ec" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.228Z", + "updateDate": "2018-03-26T17:00:11.602Z", + "document_id": "301d5d6c-eee5-49ca-b71e-f6d53cba4595" + } + }, + "cell_suspension/9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_7_S7_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.411Z", - "document_id": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176" + ], + "total_estimated_cells": 2889, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB1_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.490Z", + "updateDate": "2018-03-26T17:00:13.241Z", + "document_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f" + } + }, + "specimen_from_organism/26535b23-cb10-4093-a794-23def68c7d0c": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_7_S7_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.433Z", - "document_id": "07e38704-5f81-4c54-93ad-319de7dd684b" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_8_S8_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.460Z", - "document_id": "4371755a-4549-4124-bdf4-ea2a768bd5c9" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB1", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB1" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.518Z", + "updateDate": "2018-03-26T17:00:12.101Z", + "document_id": "26535b23-cb10-4093-a794-23def68c7d0c" + } + }, + "cell_suspension/c41a4144-53bd-4aef-9834-b10d03d9ee7e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_8_S8_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.488Z", - "document_id": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a" + ], + "total_estimated_cells": 863, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB4_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.542Z", + "updateDate": "2018-03-26T17:00:13.257Z", + "document_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e" + } + }, + "specimen_from_organism/3687d559-3378-482c-a78f-dac301315580": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_8_S8_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.510Z", - "document_id": "d03d5e6f-fb5e-499b-bb77-269fb51689cc" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_8_S8_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.542Z", - "document_id": "868712b5-40fb-4c18-83bb-3dcbcce32032" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB4", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB4" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.328Z", + "updateDate": "2018-03-26T17:00:11.242Z", + "document_id": "3687d559-3378-482c-a78f-dac301315580" + } + }, + "cell_suspension/b53b725d-5ee0-4870-bbba-fc0ab014f9f1": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_8_S8_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.567Z", - "document_id": "660ce604-15e0-404a-b061-0b9f533363bb" + ], + "total_estimated_cells": 4505, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB3_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.627Z", + "updateDate": "2018-03-26T17:00:13.275Z", + "document_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1" + } + }, + "specimen_from_organism/77b71f13-95b7-465a-b662-35e2e0585273": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB1_HiSeq_8_S8_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.605Z", - "document_id": "1ab32587-0198-461d-97f1-34926b5de5bf" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_1_S9_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.639Z", - "document_id": "ed3cbb48-adf8-4531-919a-a467fd838940" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB3", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB3" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.774Z", + "updateDate": "2018-03-26T17:00:09.181Z", + "document_id": "77b71f13-95b7-465a-b662-35e2e0585273" + } + }, + "cell_suspension/32eae07d-b9c1-4aaf-b18d-cc334b8ffc72": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_1_S9_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.688Z", - "document_id": "4e0e994c-2dc2-4347-b436-bf4ad68d410e" + ], + "total_estimated_cells": 4568, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.802Z", + "updateDate": "2018-03-26T17:00:53.011Z", + "document_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72" + } + }, + "specimen_from_organism/ce8e1a87-7041-4888-9735-854660215cfc": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_1_S9_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.715Z", - "document_id": "66b65537-4bad-44e5-ba65-3153181f3e2f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_1_S9_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.734Z", - "document_id": "ab363ff2-fa4f-4c6e-a817-8255b28f0171" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.569Z", + "updateDate": "2018-03-26T17:00:52.995Z", + "document_id": "ce8e1a87-7041-4888-9735-854660215cfc" + } + }, + "cell_suspension/46c29e1d-9e97-4705-ac88-d145f6c9f773": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_1_S9_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.753Z", - "document_id": "05b4fee4-8499-4c53-a11b-bf9f46f20092" + ], + "total_estimated_cells": 4723, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB2_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.312Z", + "updateDate": "2018-03-26T17:00:53.257Z", + "document_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773" + } + }, + "specimen_from_organism/89f83d7f-eb14-4c3e-84d3-ceede50d8f8d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_1_S9_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.771Z", - "document_id": "c8ae16b5-478d-484e-a691-8d0685e35011" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_2_S10_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.791Z", - "document_id": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_2_S10_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.804Z", - "document_id": "fb37e886-5520-448a-9904-40df6f9a9d55" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_2_S10_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.820Z", - "document_id": "2a694912-a7f2-4055-a854-aea8830e8a42" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_2_S10_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.833Z", - "document_id": "acd91be0-cdcb-4a3c-b7ae-0e969f538942" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_2_S10_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.847Z", - "document_id": "ea5f0052-93a9-40ab-8452-8bee7489612b" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_2_S10_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.859Z", - "document_id": "95eb362b-cbc9-49c8-8ba1-a6958e280416" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_3_S11_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.870Z", - "document_id": "73f7b90b-2823-4714-a145-678f83f54b56" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_3_S11_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.882Z", - "document_id": "97577c70-547f-417e-827f-ac2832f1ec05" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_3_S11_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.894Z", - "document_id": "7953d974-4812-4b77-b5c2-ea8c3f5cc864" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_3_S11_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.905Z", - "document_id": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_3_S11_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.916Z", - "document_id": "8e8d4873-328b-4c1c-b51c-be6b248e9c77" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_3_S11_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.927Z", - "document_id": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_4_S12_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.951Z", - "document_id": "71715dea-99cd-4756-aa9c-debfd4927b89" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_4_S12_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.974Z", - "document_id": "cdac53a4-9c25-4add-a5fb-0c3566d34bac" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_4_S12_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:58.992Z", - "document_id": "04fe0366-0173-4d9a-b3b5-e662ffb18d97" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_4_S12_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.010Z", - "document_id": "450fde91-2153-42ee-ba7a-5cf4b59eb587" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_4_S12_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.029Z", - "document_id": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_4_S12_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.042Z", - "document_id": "9789d08f-9a13-4d12-b7e4-1a399cc3497f" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_5_S13_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.057Z", - "document_id": "12818748-5843-47a5-82d7-e68c618a9ec7" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_5_S13_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.072Z", - "document_id": "422855a5-5bad-4b93-93b3-51900ba36c43" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_5_S13_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.102Z", - "document_id": "5f43bb85-cfa6-4131-84fa-7c80c58dd024" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_5_S13_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.122Z", - "document_id": "d5926d97-2a6e-4ad9-8e32-9653e05c894a" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_5_S13_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.144Z", - "document_id": "850e0456-c706-4d74-910e-76b3284641fb" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_5_S13_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.165Z", - "document_id": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_6_S14_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.179Z", - "document_id": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_6_S14_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.200Z", - "document_id": "c0d6864e-0812-47b5-83a5-d48150334134" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_6_S14_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.242Z", - "document_id": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_6_S14_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.286Z", - "document_id": "f68eed9d-716c-48e5-9766-54521113b843" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_6_S14_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.318Z", - "document_id": "7ddf5ede-274c-4252-b9bd-8344ab01e47f" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_6_S14_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.347Z", - "document_id": "a8b86342-3b98-4030-bdfa-a7cc45e3d256" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_7_S15_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.367Z", - "document_id": "d566502b-0ea1-4060-8f62-98dbabc3ee34" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_7_S15_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.387Z", - "document_id": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_7_S15_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.414Z", - "document_id": "196fa68d-aede-4682-9600-e969ab755c84" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_7_S15_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.444Z", - "document_id": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_7_S15_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.461Z", - "document_id": "1955e248-81dc-464a-a578-28a13c858dda" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_7_S15_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.477Z", - "document_id": "fb00fff4-40d7-402d-8df3-0df52c623d91" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_8_S16_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.499Z", - "document_id": "25df2567-741c-4448-ae4f-4ae1eaba0fa7" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_8_S16_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.525Z", - "document_id": "707251d4-b780-4472-aa0f-79c5db9eaddf" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_8_S16_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.549Z", - "document_id": "71080f34-4468-4ca5-8a6c-bf688ab31462" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_8_S16_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.565Z", - "document_id": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_8_S16_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.580Z", - "document_id": "ae780044-5103-4c32-892b-98ba6ceea2d9" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB2_HiSeq_8_S16_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.600Z", - "document_id": "774ac2a7-2a37-42e8-b7ec-e5adc19af937" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_1_S17_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.627Z", - "document_id": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_1_S17_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.643Z", - "document_id": "f33d18e0-844d-48a2-9e14-bb04ae52a362" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_1_S17_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.664Z", - "document_id": "bafde3e9-8d7c-4891-809e-5398037a81e2" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_1_S17_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.682Z", - "document_id": "cbc254bc-0116-43e6-b6d6-f8866a5abe49" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_1_S17_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.696Z", - "document_id": "acf12743-50d3-4e85-9170-dafa18d3a3bf" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_1_S17_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.708Z", - "document_id": "5a38dd8f-47de-44f6-a2ae-b7f93482c980" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_2_S18_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.722Z", - "document_id": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_2_S18_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.736Z", - "document_id": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_2_S18_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.785Z", - "document_id": "56b61187-cf52-4141-97aa-ec67be551c63" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_2_S18_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.800Z", - "document_id": "25c6df56-b689-4785-a573-9ec4a0dad917" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_2_S18_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.812Z", - "document_id": "fb3db3b3-4d84-4016-826d-65cee4cb330b" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_2_S18_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.823Z", - "document_id": "4baea468-bdb2-40fb-85fc-ede385f3a961" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_3_S19_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.836Z", - "document_id": "b1504d1c-6013-4ea0-81aa-7c772266496c" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_3_S19_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.851Z", - "document_id": "1ade713c-9338-490f-9d98-0376f3be7015" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_3_S19_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.871Z", - "document_id": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_3_S19_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.885Z", - "document_id": "2fc5f77e-eb3f-4239-9491-54c884d9bd14" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_3_S19_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.896Z", - "document_id": "6f0e108d-30da-4242-b489-5eb638e2db96" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_3_S19_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.912Z", - "document_id": "a9e3f239-2876-4e6b-9893-5dabb22fd15d" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_4_S20_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.924Z", - "document_id": "d16086a1-876b-4a27-912c-95aa48d76f0b" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_4_S20_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.936Z", - "document_id": "b7a24845-305e-4b46-9803-37b851ec0d05" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_4_S20_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:59.989Z", - "document_id": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_4_S20_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.033Z", - "document_id": "f6bdc59e-9011-4905-adb8-2d21f311fd42" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_4_S20_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.055Z", - "document_id": "fd194d02-d6c0-4933-a54b-805e7b3a9bab" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_4_S20_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.106Z", - "document_id": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_5_S21_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.131Z", - "document_id": "91173351-3ea1-4465-88dc-fc084fb67aec" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_5_S21_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.162Z", - "document_id": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_5_S21_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.179Z", - "document_id": "657baf8a-add9-4959-bb6f-774cd8127d55" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_5_S21_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.191Z", - "document_id": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_5_S21_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.204Z", - "document_id": "465fde8c-1bfc-4f16-9244-9bc2ebf64827" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_5_S21_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.227Z", - "document_id": "4515315a-d693-4a22-bf34-b58c981f28c7" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_6_S22_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.257Z", - "document_id": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_6_S22_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.281Z", - "document_id": "9853a614-30c3-40bb-b356-4e59966abc20" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_6_S22_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.347Z", - "document_id": "e62f6842-6b8b-474b-ab43-55cae82c8d25" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_6_S22_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.367Z", - "document_id": "3da817b1-75a2-4477-94dc-870521be252f" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_6_S22_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.387Z", - "document_id": "ebf50b94-7550-4937-8191-7bc8d0497935" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_6_S22_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.453Z", - "document_id": "d5092fdb-3b57-4b29-9a40-bc296f490d69" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_7_S23_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.474Z", - "document_id": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_7_S23_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.495Z", - "document_id": "404ac51a-e122-47a4-a556-bab218007d52" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_7_S23_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.555Z", - "document_id": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_7_S23_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.589Z", - "document_id": "82d29d79-1b18-41b4-83b3-603a9234e64a" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_7_S23_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.603Z", - "document_id": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_7_S23_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.614Z", - "document_id": "53ca1f09-4985-4827-a3cb-5f53d2cc543e" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_8_S24_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.628Z", - "document_id": "61b83558-f8ae-4cfa-91cd-6eaedf60347a" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_8_S24_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.642Z", - "document_id": "a75378cf-c7fc-4d86-806d-377bbe925e36" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_8_S24_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.658Z", - "document_id": "3a8260d6-5206-4cbe-a672-782be9e061f5" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_8_S24_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.683Z", - "document_id": "1c04418c-3550-40a7-9858-68b326605579" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_8_S24_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.695Z", - "document_id": "1e109600-e523-46b9-9f8a-5b7969dd3c4e" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB3_HiSeq_8_S24_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.709Z", - "document_id": "e999790e-b051-4b79-aeff-170b7821861f" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_1_S25_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.722Z", - "document_id": "be6b7802-5f10-4435-a22e-00b62bdcd324" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_1_S25_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.735Z", - "document_id": "102e7a1f-0521-4e05-92ce-03555b48af78" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_1_S25_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.748Z", - "document_id": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_1_S25_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.760Z", - "document_id": "b1b19afe-cb06-442f-a463-3ae62b94e500" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_1_S25_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.773Z", - "document_id": "75c9928e-4fc9-4095-9426-c121ef4dc682" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_1_S25_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.784Z", - "document_id": "35de5022-c743-416e-892f-268a44d3c8f1" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_2_S26_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.796Z", - "document_id": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_2_S26_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.816Z", - "document_id": "582bb010-a460-4e23-b33c-1b349f3cf084" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_2_S26_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.828Z", - "document_id": "f2bd46e6-1077-482f-852d-069d2b17c2cd" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_2_S26_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.840Z", - "document_id": "04489995-747c-4899-a043-ef7aba9a29f1" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_2_S26_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.852Z", - "document_id": "612ece49-f034-4d09-8958-933cfe834c63" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_2_S26_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.863Z", - "document_id": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_3_S27_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.877Z", - "document_id": "c6ca4bda-2c44-4092-a943-b401e6d79b6d" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_3_S27_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.890Z", - "document_id": "00f2c451-419c-4cdf-9266-347245761bb0" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_3_S27_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.902Z", - "document_id": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_3_S27_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.913Z", - "document_id": "70b58641-42b4-42e4-b546-e44f5c16aba4" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_3_S27_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.924Z", - "document_id": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_3_S27_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.937Z", - "document_id": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_4_S28_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:00.968Z", - "document_id": "52dcc9fb-c900-4835-9871-53f5c8799160" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_4_S28_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.015Z", - "document_id": "e35cd0e8-786b-4fd8-a461-6500d52cc24a" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_4_S28_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.047Z", - "document_id": "3d93b4bd-5580-4afa-9268-eb3e27658dca" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_4_S28_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.074Z", - "document_id": "79fbd727-4897-48cd-bd48-5d5680b2f9ed" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_4_S28_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.096Z", - "document_id": "dde7422f-1671-47f6-9c28-f447f780dc62" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_4_S28_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.163Z", - "document_id": "c5117298-7d44-42e2-a24d-a07b578ebea8" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_5_S29_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.193Z", - "document_id": "e5dffb26-e7c6-4188-b99e-73e5033e1617" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_5_S29_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.240Z", - "document_id": "e64cbb06-6329-4132-b8c2-b9a5a6774696" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_5_S29_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.266Z", - "document_id": "72dcca44-72b1-41bb-a04e-7a90a535eb5c" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_5_S29_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.392Z", - "document_id": "f72531f8-851a-4f23-8bcd-b2b47bad0f84" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_5_S29_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.728Z", - "document_id": "3262b323-8545-4c41-ab65-432b635781a7" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_5_S29_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:01.909Z", - "document_id": "b929e871-594e-4f98-9cf9-5889af26b3c3" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_6_S30_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.183Z", - "document_id": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_6_S30_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.249Z", - "document_id": "11726713-72bb-43d6-9fd0-e09d4940f7fd" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_6_S30_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.300Z", - "document_id": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_6_S30_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.323Z", - "document_id": "b47fd4ca-a7d2-484b-8834-378bf9077336" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_6_S30_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.443Z", - "document_id": "74409b42-8580-4e4d-8c08-1e70d9c693ea" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_6_S30_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.502Z", - "document_id": "0671d6de-6840-4fc8-b67d-f7d662beea88" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_7_S31_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.580Z", - "document_id": "43a5906d-d880-49ef-b743-261a69c7024f" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_7_S31_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.598Z", - "document_id": "f087e6a6-b9cd-4f26-8932-167d246a6e02" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_7_S31_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.642Z", - "document_id": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_7_S31_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.656Z", - "document_id": "edff548f-d6ac-469e-a136-d59a501e3f90" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_7_S31_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.691Z", - "document_id": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_7_S31_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.704Z", - "document_id": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_8_S32_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.733Z", - "document_id": "e823513d-c147-4219-b1c3-33e1cd7b0862" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_8_S32_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.769Z", - "document_id": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_8_S32_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.784Z", - "document_id": "e918cb31-af72-4d87-a414-4c499305bdd5" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_8_S32_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.799Z", - "document_id": "6b6c9e11-8918-45c7-b80a-cecb591a79cb" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_8_S32_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:02.947Z", - "document_id": "72cfdf1c-8509-4d36-9751-35537c2a7a9d" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB4_HiSeq_8_S32_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.012Z", - "document_id": "946889b2-c18d-45ff-b5dc-df818f2c98b7" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" - }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_78" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.283Z", - "updateDate": "2018-03-26T17:01:01.371Z", - "document_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_63" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.989Z", - "updateDate": "2018-03-26T17:00:00.202Z", - "document_id": "534bf336-7af6-44e5-9f01-11d4ca6d03db" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_66" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:12.142Z", - "updateDate": "2018-03-26T17:00:52.322Z", - "document_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_99" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.849Z", - "updateDate": "2018-03-26T17:00:02.552Z", - "document_id": "d7800343-3c9e-484a-8abb-9bfcb92d0734" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_91" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.654Z", - "updateDate": "2018-03-26T17:00:51.373Z", - "document_id": "25f66e31-2091-426f-957b-e66e888b1f00" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_26" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.011Z", - "updateDate": "2018-03-26T16:59:58.125Z", - "document_id": "ea7ccba0-8939-4336-8b52-4ffceacb539c" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_86" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.642Z", - "updateDate": "2018-03-26T17:00:47.369Z", - "document_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_64" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:37.036Z", - "updateDate": "2018-03-26T17:00:00.083Z", - "document_id": "11c7adde-505c-4b17-b7fa-f2a333e11400" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_83" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.986Z", - "updateDate": "2018-03-26T17:00:46.353Z", - "document_id": "dd1d7800-ea74-4c92-987e-ce35069e3913" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_23" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.844Z", - "updateDate": "2018-03-26T17:00:00.149Z", - "document_id": "608baa53-b5f7-45bf-be21-d0488f60a472" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_89" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.714Z", - "updateDate": "2018-03-26T17:00:47.426Z", - "document_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_85" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.551Z", - "updateDate": "2018-03-26T16:59:58.159Z", - "document_id": "a703ec77-e6bc-4bcc-9956-8efa39559e45" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_85" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.220Z", - "updateDate": "2018-03-26T17:00:48.435Z", - "document_id": "41e99038-16ba-4197-8856-eda01461d6be" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_82" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.890Z", - "updateDate": "2018-03-26T16:59:59.131Z", - "document_id": "e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_92" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.286Z", - "updateDate": "2018-03-26T17:00:49.516Z", - "document_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.713Z", - "updateDate": "2018-03-26T16:59:57.115Z", - "document_id": "12866a87-3978-4ec7-b228-55d7d0ac9f4c" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_94" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.143Z", - "updateDate": "2018-03-26T17:00:51.440Z", - "document_id": "43b9b356-531b-48e0-a34e-70563ebbc28a" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_68" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:39.860Z", - "updateDate": "2018-03-26T16:59:58.130Z", - "document_id": "5b1f70cd-94e9-4446-8668-cf9e4715ad89" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_71" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:52.670Z", - "updateDate": "2018-03-26T17:01:00.537Z", - "document_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_75" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.573Z", - "updateDate": "2018-03-26T16:59:57.226Z", - "document_id": "9fd9ef40-e324-4958-aa87-dabf8ad7c9d2" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_80" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.919Z", - "updateDate": "2018-03-26T17:00:46.334Z", - "document_id": "931f8a89-be45-45ba-b634-9de2594e5903" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_20" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.723Z", - "updateDate": "2018-03-26T16:59:58.233Z", - "document_id": "6552dc0a-87ed-41a1-8724-ddd97d66b0d3" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_72" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:52.753Z", - "updateDate": "2018-03-26T17:01:00.467Z", - "document_id": "1757acc9-2e47-465b-9076-c38795b06f25" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_49" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.741Z", - "updateDate": "2018-03-26T17:00:00.094Z", - "document_id": "22eb3486-1184-4327-a013-686a51d88f23" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_64" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:12.284Z", - "updateDate": "2018-03-26T17:00:53.369Z", - "document_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_109" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.760Z", - "updateDate": "2018-03-26T17:00:03.377Z", - "document_id": "4160bf3b-54fc-4235-a1f0-1692bfd61a45" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_84" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.329Z", - "updateDate": "2018-03-26T17:00:48.413Z", - "document_id": "81621c61-0099-4e43-9170-22720f4227d8" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_7" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.282Z", - "updateDate": "2018-03-26T16:59:58.199Z", - "document_id": "e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_79" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.359Z", - "updateDate": "2018-03-26T17:01:01.511Z", - "document_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_77" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.676Z", - "updateDate": "2018-03-26T16:59:59.106Z", - "document_id": "5b7e0f27-d8ac-4f27-a771-030f3e127646" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_88" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.785Z", - "updateDate": "2018-03-26T17:00:47.516Z", - "document_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB2", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB2" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.632Z", + "updateDate": "2018-03-26T17:00:53.233Z", + "document_id": "89f83d7f-eb14-4c3e-84d3-ceede50d8f8d" + } + }, + "sequence_file/e8a1e8cd-9941-4a59-aceb-a17649543bbb": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_1_S1_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.641Z", + "document_id": "e8a1e8cd-9941-4a59-aceb-a17649543bbb" + } + }, + "sequence_file/824f5af4-545d-4061-8cfa-116b8d1d8c0c": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_1_S1_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.656Z", + "document_id": "824f5af4-545d-4061-8cfa-116b8d1d8c0c" + } + }, + "sequence_file/033c2369-fa63-49d1-80e6-19b06ebafa93": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_1_S1_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.668Z", + "document_id": "033c2369-fa63-49d1-80e6-19b06ebafa93" + } + }, + "sequence_file/29a04cd5-2f40-4030-8721-e936de10431a": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_1_S1_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.683Z", + "document_id": "29a04cd5-2f40-4030-8721-e936de10431a" + } + }, + "sequence_file/369bf08e-a90f-4c3e-9f24-d7b6026bbd5c": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_1_S1_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.695Z", + "document_id": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c" + } + }, + "sequence_file/84ed2e73-801c-4517-97a8-3c2b37b2ccca": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_1_S1_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.708Z", + "document_id": "84ed2e73-801c-4517-97a8-3c2b37b2ccca" + } + }, + "sequence_file/ab650f1f-003d-424a-9455-f28c8dad28a1": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_2_S2_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.720Z", + "document_id": "ab650f1f-003d-424a-9455-f28c8dad28a1" + } + }, + "sequence_file/c84889d4-5444-4bfb-a482-6f1bc7a2ad95": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_2_S2_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.732Z", + "document_id": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95" + } + }, + "sequence_file/2187a383-7663-49d1-9383-26107fa4e1e3": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_2_S2_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.746Z", + "document_id": "2187a383-7663-49d1-9383-26107fa4e1e3" + } + }, + "sequence_file/dc52aeff-81c5-4c0e-9007-3f3d0d5322a6": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_2_S2_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.770Z", + "document_id": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6" + } + }, + "sequence_file/0c06ee73-f507-4427-aeb0-e7359620f2a4": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_2_S2_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.783Z", + "document_id": "0c06ee73-f507-4427-aeb0-e7359620f2a4" + } + }, + "sequence_file/e0920342-d954-46e6-99f6-d1d7f2cfa56c": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_2_S2_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.794Z", + "document_id": "e0920342-d954-46e6-99f6-d1d7f2cfa56c" + } + }, + "sequence_file/10d3fd29-2c93-47ae-86ad-5bede5e97aba": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_3_S3_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.805Z", + "document_id": "10d3fd29-2c93-47ae-86ad-5bede5e97aba" + } + }, + "sequence_file/f724ace3-3cff-45eb-bee5-7fea53da64da": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_3_S3_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.819Z", + "document_id": "f724ace3-3cff-45eb-bee5-7fea53da64da" + } + }, + "sequence_file/9bf891a4-a1b9-4ff0-b282-65cd2befc15c": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_3_S3_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.832Z", + "document_id": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c" + } + }, + "sequence_file/0c364954-e51a-4b4a-99cf-9aee7cedd5f8": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_3_S3_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.844Z", + "document_id": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8" + } + }, + "sequence_file/762a5985-3cdc-4406-8d88-c1b6d8579ceb": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_3_S3_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.855Z", + "document_id": "762a5985-3cdc-4406-8d88-c1b6d8579ceb" + } + }, + "sequence_file/b19e2b64-5352-49d4-ace9-5563abf4d9fd": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_3_S3_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.866Z", + "document_id": "b19e2b64-5352-49d4-ace9-5563abf4d9fd" + } + }, + "sequence_file/35770609-6db4-415e-ae1d-dc590338bdce": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_4_S4_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.879Z", + "document_id": "35770609-6db4-415e-ae1d-dc590338bdce" + } + }, + "sequence_file/7c102baf-2faa-44f9-bd03-2db1763fab2b": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_4_S4_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.892Z", + "document_id": "7c102baf-2faa-44f9-bd03-2db1763fab2b" + } + }, + "sequence_file/e3d601e3-4bbe-4f24-8ee3-03ac35589548": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_4_S4_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.903Z", + "document_id": "e3d601e3-4bbe-4f24-8ee3-03ac35589548" + } + }, + "sequence_file/3e9d8ded-1819-4905-a855-2b9a7a675558": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_4_S4_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.915Z", + "document_id": "3e9d8ded-1819-4905-a855-2b9a7a675558" + } + }, + "sequence_file/538f5f66-76f7-40e3-9130-e4e3633b0bb6": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_4_S4_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.926Z", + "document_id": "538f5f66-76f7-40e3-9130-e4e3633b0bb6" + } + }, + "sequence_file/7da336e9-59c3-4e13-8890-a728c9d46aad": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_4_S4_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.950Z", + "document_id": "7da336e9-59c3-4e13-8890-a728c9d46aad" + } + }, + "sequence_file/c122cf51-5d3a-428c-bfa3-d6c09d80f138": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_5_S5_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.984Z", + "document_id": "c122cf51-5d3a-428c-bfa3-d6c09d80f138" + } + }, + "sequence_file/24be633e-1b05-405d-839a-f25a419fac8e": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_5_S5_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.008Z", + "document_id": "24be633e-1b05-405d-839a-f25a419fac8e" + } + }, + "sequence_file/55e172fd-740b-415f-9fcd-f9f245264a0c": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_5_S5_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.034Z", + "document_id": "55e172fd-740b-415f-9fcd-f9f245264a0c" + } + }, + "sequence_file/a79ecf3e-92ba-4724-a701-2e9c3c09ab80": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_5_S5_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.049Z", + "document_id": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80" + } + }, + "sequence_file/f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_5_S5_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.068Z", + "document_id": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c" + } + }, + "sequence_file/948e17b8-aa39-4a79-b5df-6abf0007ca12": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_5_S5_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.082Z", + "document_id": "948e17b8-aa39-4a79-b5df-6abf0007ca12" + } + }, + "sequence_file/3c92b73c-13c8-472e-8728-c48120abac15": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_6_S6_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.094Z", + "document_id": "3c92b73c-13c8-472e-8728-c48120abac15" + } + }, + "sequence_file/2c9190f9-98be-4314-8a02-97519229d975": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_6_S6_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.115Z", + "document_id": "2c9190f9-98be-4314-8a02-97519229d975" + } + }, + "sequence_file/e8290f80-02d6-424d-a11b-a6989a14e3d4": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_6_S6_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.131Z", + "document_id": "e8290f80-02d6-424d-a11b-a6989a14e3d4" + } + }, + "sequence_file/25879d3f-6595-43d3-a5ca-5cdecea9eb51": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_6_S6_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.152Z", + "document_id": "25879d3f-6595-43d3-a5ca-5cdecea9eb51" + } + }, + "sequence_file/6492a26d-5c16-4e75-a9c5-a9b8f8e28eff": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_6_S6_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.179Z", + "document_id": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff" + } + }, + "sequence_file/97cbb401-3dcd-40fa-8a3e-b4387b8f2913": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_6_S6_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.220Z", + "document_id": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913" + } + }, + "sequence_file/732ffe61-8834-459c-97eb-62c1e11b0288": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_7_S7_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.242Z", + "document_id": "732ffe61-8834-459c-97eb-62c1e11b0288" + } + }, + "sequence_file/40a060fa-b85d-4912-a2e8-8aa4a4f889f8": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_7_S7_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.264Z", + "document_id": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8" + } + }, + "sequence_file/92d4ccbe-1689-4e12-932a-40d5a75e9da5": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_7_S7_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.348Z", + "document_id": "92d4ccbe-1689-4e12-932a-40d5a75e9da5" + } + }, + "sequence_file/9e4f5829-4d55-4106-8278-53ae1b9187ec": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_7_S7_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.389Z", + "document_id": "9e4f5829-4d55-4106-8278-53ae1b9187ec" + } + }, + "sequence_file/086bbd3d-950f-4d3e-bcdc-bdd7f265b176": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_7_S7_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.411Z", + "document_id": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176" + } + }, + "sequence_file/07e38704-5f81-4c54-93ad-319de7dd684b": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_7_S7_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.433Z", + "document_id": "07e38704-5f81-4c54-93ad-319de7dd684b" + } + }, + "sequence_file/4371755a-4549-4124-bdf4-ea2a768bd5c9": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_8_S8_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.460Z", + "document_id": "4371755a-4549-4124-bdf4-ea2a768bd5c9" + } + }, + "sequence_file/b0c8dcf8-0853-4006-938b-101a1f0d0e3a": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_8_S8_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.488Z", + "document_id": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a" + } + }, + "sequence_file/d03d5e6f-fb5e-499b-bb77-269fb51689cc": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_8_S8_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.510Z", + "document_id": "d03d5e6f-fb5e-499b-bb77-269fb51689cc" + } + }, + "sequence_file/868712b5-40fb-4c18-83bb-3dcbcce32032": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_8_S8_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.542Z", + "document_id": "868712b5-40fb-4c18-83bb-3dcbcce32032" + } + }, + "sequence_file/660ce604-15e0-404a-b061-0b9f533363bb": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_8_S8_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.567Z", + "document_id": "660ce604-15e0-404a-b061-0b9f533363bb" + } + }, + "sequence_file/1ab32587-0198-461d-97f1-34926b5de5bf": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB1_HiSeq_8_S8_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.605Z", + "document_id": "1ab32587-0198-461d-97f1-34926b5de5bf" + } + }, + "sequence_file/ed3cbb48-adf8-4531-919a-a467fd838940": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_1_S9_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.639Z", + "document_id": "ed3cbb48-adf8-4531-919a-a467fd838940" + } + }, + "sequence_file/4e0e994c-2dc2-4347-b436-bf4ad68d410e": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_1_S9_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.688Z", + "document_id": "4e0e994c-2dc2-4347-b436-bf4ad68d410e" + } + }, + "sequence_file/66b65537-4bad-44e5-ba65-3153181f3e2f": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_1_S9_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.715Z", + "document_id": "66b65537-4bad-44e5-ba65-3153181f3e2f" + } + }, + "sequence_file/ab363ff2-fa4f-4c6e-a817-8255b28f0171": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_1_S9_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.734Z", + "document_id": "ab363ff2-fa4f-4c6e-a817-8255b28f0171" + } + }, + "sequence_file/05b4fee4-8499-4c53-a11b-bf9f46f20092": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_1_S9_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.753Z", + "document_id": "05b4fee4-8499-4c53-a11b-bf9f46f20092" + } + }, + "sequence_file/c8ae16b5-478d-484e-a691-8d0685e35011": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_1_S9_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.771Z", + "document_id": "c8ae16b5-478d-484e-a691-8d0685e35011" + } + }, + "sequence_file/05e39baf-e0a5-4c1f-8e1f-811378db1cf8": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_2_S10_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.791Z", + "document_id": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8" + } + }, + "sequence_file/fb37e886-5520-448a-9904-40df6f9a9d55": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_2_S10_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.804Z", + "document_id": "fb37e886-5520-448a-9904-40df6f9a9d55" + } + }, + "sequence_file/2a694912-a7f2-4055-a854-aea8830e8a42": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_2_S10_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.820Z", + "document_id": "2a694912-a7f2-4055-a854-aea8830e8a42" + } + }, + "sequence_file/acd91be0-cdcb-4a3c-b7ae-0e969f538942": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_2_S10_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.833Z", + "document_id": "acd91be0-cdcb-4a3c-b7ae-0e969f538942" + } + }, + "sequence_file/ea5f0052-93a9-40ab-8452-8bee7489612b": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_2_S10_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.847Z", + "document_id": "ea5f0052-93a9-40ab-8452-8bee7489612b" + } + }, + "sequence_file/95eb362b-cbc9-49c8-8ba1-a6958e280416": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_2_S10_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.859Z", + "document_id": "95eb362b-cbc9-49c8-8ba1-a6958e280416" + } + }, + "sequence_file/73f7b90b-2823-4714-a145-678f83f54b56": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_3_S11_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.870Z", + "document_id": "73f7b90b-2823-4714-a145-678f83f54b56" + } + }, + "sequence_file/97577c70-547f-417e-827f-ac2832f1ec05": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_3_S11_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.882Z", + "document_id": "97577c70-547f-417e-827f-ac2832f1ec05" + } + }, + "sequence_file/7953d974-4812-4b77-b5c2-ea8c3f5cc864": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_3_S11_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.894Z", + "document_id": "7953d974-4812-4b77-b5c2-ea8c3f5cc864" + } + }, + "sequence_file/113ee1ff-d5f4-46d9-80eb-d5abf8cacd43": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_3_S11_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.905Z", + "document_id": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43" + } + }, + "sequence_file/8e8d4873-328b-4c1c-b51c-be6b248e9c77": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_3_S11_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.916Z", + "document_id": "8e8d4873-328b-4c1c-b51c-be6b248e9c77" + } + }, + "sequence_file/b2c4ce8e-8318-48f0-a36c-b0f56568a93b": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_3_S11_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.927Z", + "document_id": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b" + } + }, + "sequence_file/71715dea-99cd-4756-aa9c-debfd4927b89": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_4_S12_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.951Z", + "document_id": "71715dea-99cd-4756-aa9c-debfd4927b89" + } + }, + "sequence_file/cdac53a4-9c25-4add-a5fb-0c3566d34bac": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_4_S12_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.974Z", + "document_id": "cdac53a4-9c25-4add-a5fb-0c3566d34bac" + } + }, + "sequence_file/04fe0366-0173-4d9a-b3b5-e662ffb18d97": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_4_S12_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:58.992Z", + "document_id": "04fe0366-0173-4d9a-b3b5-e662ffb18d97" + } + }, + "sequence_file/450fde91-2153-42ee-ba7a-5cf4b59eb587": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_4_S12_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.010Z", + "document_id": "450fde91-2153-42ee-ba7a-5cf4b59eb587" + } + }, + "sequence_file/b80d05bc-c256-4689-a7a8-2e4d63e8ecb3": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_4_S12_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.029Z", + "document_id": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3" + } + }, + "sequence_file/9789d08f-9a13-4d12-b7e4-1a399cc3497f": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_4_S12_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.042Z", + "document_id": "9789d08f-9a13-4d12-b7e4-1a399cc3497f" + } + }, + "sequence_file/12818748-5843-47a5-82d7-e68c618a9ec7": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_5_S13_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.057Z", + "document_id": "12818748-5843-47a5-82d7-e68c618a9ec7" + } + }, + "sequence_file/422855a5-5bad-4b93-93b3-51900ba36c43": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_5_S13_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.072Z", + "document_id": "422855a5-5bad-4b93-93b3-51900ba36c43" + } + }, + "sequence_file/5f43bb85-cfa6-4131-84fa-7c80c58dd024": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_5_S13_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.102Z", + "document_id": "5f43bb85-cfa6-4131-84fa-7c80c58dd024" + } + }, + "sequence_file/d5926d97-2a6e-4ad9-8e32-9653e05c894a": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_5_S13_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.122Z", + "document_id": "d5926d97-2a6e-4ad9-8e32-9653e05c894a" + } + }, + "sequence_file/850e0456-c706-4d74-910e-76b3284641fb": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_5_S13_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.144Z", + "document_id": "850e0456-c706-4d74-910e-76b3284641fb" + } + }, + "sequence_file/b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_5_S13_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.165Z", + "document_id": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4" + } + }, + "sequence_file/c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_6_S14_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.179Z", + "document_id": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9" + } + }, + "sequence_file/c0d6864e-0812-47b5-83a5-d48150334134": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_6_S14_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.200Z", + "document_id": "c0d6864e-0812-47b5-83a5-d48150334134" + } + }, + "sequence_file/386d5eaf-ef6c-40d1-afd5-5f2813bc1272": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_6_S14_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.242Z", + "document_id": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272" + } + }, + "sequence_file/f68eed9d-716c-48e5-9766-54521113b843": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_6_S14_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.286Z", + "document_id": "f68eed9d-716c-48e5-9766-54521113b843" + } + }, + "sequence_file/7ddf5ede-274c-4252-b9bd-8344ab01e47f": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_6_S14_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.318Z", + "document_id": "7ddf5ede-274c-4252-b9bd-8344ab01e47f" + } + }, + "sequence_file/a8b86342-3b98-4030-bdfa-a7cc45e3d256": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_6_S14_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.347Z", + "document_id": "a8b86342-3b98-4030-bdfa-a7cc45e3d256" + } + }, + "sequence_file/d566502b-0ea1-4060-8f62-98dbabc3ee34": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_7_S15_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.367Z", + "document_id": "d566502b-0ea1-4060-8f62-98dbabc3ee34" + } + }, + "sequence_file/ad0ec998-0cc3-4f43-8104-3f14cb86cac5": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_7_S15_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.387Z", + "document_id": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5" + } + }, + "sequence_file/196fa68d-aede-4682-9600-e969ab755c84": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_7_S15_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.414Z", + "document_id": "196fa68d-aede-4682-9600-e969ab755c84" + } + }, + "sequence_file/619b0c8e-70ee-4db3-9c0a-da28aba18bb8": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_7_S15_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.444Z", + "document_id": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8" + } + }, + "sequence_file/1955e248-81dc-464a-a578-28a13c858dda": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_7_S15_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.461Z", + "document_id": "1955e248-81dc-464a-a578-28a13c858dda" + } + }, + "sequence_file/fb00fff4-40d7-402d-8df3-0df52c623d91": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_7_S15_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.477Z", + "document_id": "fb00fff4-40d7-402d-8df3-0df52c623d91" + } + }, + "sequence_file/25df2567-741c-4448-ae4f-4ae1eaba0fa7": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_8_S16_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.499Z", + "document_id": "25df2567-741c-4448-ae4f-4ae1eaba0fa7" + } + }, + "sequence_file/707251d4-b780-4472-aa0f-79c5db9eaddf": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_8_S16_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.525Z", + "document_id": "707251d4-b780-4472-aa0f-79c5db9eaddf" + } + }, + "sequence_file/71080f34-4468-4ca5-8a6c-bf688ab31462": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_8_S16_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.549Z", + "document_id": "71080f34-4468-4ca5-8a6c-bf688ab31462" + } + }, + "sequence_file/7af19dcd-60e7-45ed-8bd2-53c1d91573b7": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_8_S16_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.565Z", + "document_id": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7" + } + }, + "sequence_file/ae780044-5103-4c32-892b-98ba6ceea2d9": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_8_S16_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.580Z", + "document_id": "ae780044-5103-4c32-892b-98ba6ceea2d9" + } + }, + "sequence_file/774ac2a7-2a37-42e8-b7ec-e5adc19af937": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB2_HiSeq_8_S16_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.600Z", + "document_id": "774ac2a7-2a37-42e8-b7ec-e5adc19af937" + } + }, + "sequence_file/bfb8a6f0-5225-425a-a8e0-140271c8c5b1": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_1_S17_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.627Z", + "document_id": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1" + } + }, + "sequence_file/f33d18e0-844d-48a2-9e14-bb04ae52a362": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_1_S17_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.643Z", + "document_id": "f33d18e0-844d-48a2-9e14-bb04ae52a362" + } + }, + "sequence_file/bafde3e9-8d7c-4891-809e-5398037a81e2": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_1_S17_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.664Z", + "document_id": "bafde3e9-8d7c-4891-809e-5398037a81e2" + } + }, + "sequence_file/cbc254bc-0116-43e6-b6d6-f8866a5abe49": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_1_S17_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.682Z", + "document_id": "cbc254bc-0116-43e6-b6d6-f8866a5abe49" + } + }, + "sequence_file/acf12743-50d3-4e85-9170-dafa18d3a3bf": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_1_S17_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.696Z", + "document_id": "acf12743-50d3-4e85-9170-dafa18d3a3bf" + } + }, + "sequence_file/5a38dd8f-47de-44f6-a2ae-b7f93482c980": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_1_S17_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.708Z", + "document_id": "5a38dd8f-47de-44f6-a2ae-b7f93482c980" + } + }, + "sequence_file/84b8fd91-a9e9-4874-b6bb-77d559fd5b25": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_2_S18_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.722Z", + "document_id": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25" + } + }, + "sequence_file/2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_2_S18_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.736Z", + "document_id": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603" + } + }, + "sequence_file/56b61187-cf52-4141-97aa-ec67be551c63": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_2_S18_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.785Z", + "document_id": "56b61187-cf52-4141-97aa-ec67be551c63" + } + }, + "sequence_file/25c6df56-b689-4785-a573-9ec4a0dad917": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_2_S18_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.800Z", + "document_id": "25c6df56-b689-4785-a573-9ec4a0dad917" + } + }, + "sequence_file/fb3db3b3-4d84-4016-826d-65cee4cb330b": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_2_S18_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.812Z", + "document_id": "fb3db3b3-4d84-4016-826d-65cee4cb330b" + } + }, + "sequence_file/4baea468-bdb2-40fb-85fc-ede385f3a961": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_2_S18_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.823Z", + "document_id": "4baea468-bdb2-40fb-85fc-ede385f3a961" + } + }, + "sequence_file/b1504d1c-6013-4ea0-81aa-7c772266496c": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_3_S19_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.836Z", + "document_id": "b1504d1c-6013-4ea0-81aa-7c772266496c" + } + }, + "sequence_file/1ade713c-9338-490f-9d98-0376f3be7015": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_3_S19_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.851Z", + "document_id": "1ade713c-9338-490f-9d98-0376f3be7015" + } + }, + "sequence_file/472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_3_S19_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.871Z", + "document_id": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b" + } + }, + "sequence_file/2fc5f77e-eb3f-4239-9491-54c884d9bd14": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_3_S19_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.885Z", + "document_id": "2fc5f77e-eb3f-4239-9491-54c884d9bd14" + } + }, + "sequence_file/6f0e108d-30da-4242-b489-5eb638e2db96": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_3_S19_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.896Z", + "document_id": "6f0e108d-30da-4242-b489-5eb638e2db96" + } + }, + "sequence_file/a9e3f239-2876-4e6b-9893-5dabb22fd15d": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_3_S19_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.912Z", + "document_id": "a9e3f239-2876-4e6b-9893-5dabb22fd15d" + } + }, + "sequence_file/d16086a1-876b-4a27-912c-95aa48d76f0b": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_4_S20_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.924Z", + "document_id": "d16086a1-876b-4a27-912c-95aa48d76f0b" + } + }, + "sequence_file/b7a24845-305e-4b46-9803-37b851ec0d05": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_4_S20_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.936Z", + "document_id": "b7a24845-305e-4b46-9803-37b851ec0d05" + } + }, + "sequence_file/d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_4_S20_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:59.989Z", + "document_id": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1" + } + }, + "sequence_file/f6bdc59e-9011-4905-adb8-2d21f311fd42": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_4_S20_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.033Z", + "document_id": "f6bdc59e-9011-4905-adb8-2d21f311fd42" + } + }, + "sequence_file/fd194d02-d6c0-4933-a54b-805e7b3a9bab": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_4_S20_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.055Z", + "document_id": "fd194d02-d6c0-4933-a54b-805e7b3a9bab" + } + }, + "sequence_file/18b056bb-9ec0-4d6c-9e5f-bdbee3825d69": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_4_S20_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.106Z", + "document_id": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69" + } + }, + "sequence_file/91173351-3ea1-4465-88dc-fc084fb67aec": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_5_S21_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.131Z", + "document_id": "91173351-3ea1-4465-88dc-fc084fb67aec" + } + }, + "sequence_file/bdea3da9-33ff-4702-81b1-a4dd99fb5a84": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_5_S21_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.162Z", + "document_id": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84" + } + }, + "sequence_file/657baf8a-add9-4959-bb6f-774cd8127d55": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_5_S21_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.179Z", + "document_id": "657baf8a-add9-4959-bb6f-774cd8127d55" + } + }, + "sequence_file/53bc1c9f-4e87-45c1-b6bf-452d706bbf36": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_5_S21_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.191Z", + "document_id": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36" + } + }, + "sequence_file/465fde8c-1bfc-4f16-9244-9bc2ebf64827": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_5_S21_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.204Z", + "document_id": "465fde8c-1bfc-4f16-9244-9bc2ebf64827" + } + }, + "sequence_file/4515315a-d693-4a22-bf34-b58c981f28c7": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_5_S21_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.227Z", + "document_id": "4515315a-d693-4a22-bf34-b58c981f28c7" + } + }, + "sequence_file/1e9e7a37-e3a8-45c3-bab5-ac601123c1d2": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_6_S22_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.257Z", + "document_id": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2" + } + }, + "sequence_file/9853a614-30c3-40bb-b356-4e59966abc20": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_6_S22_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.281Z", + "document_id": "9853a614-30c3-40bb-b356-4e59966abc20" + } + }, + "sequence_file/e62f6842-6b8b-474b-ab43-55cae82c8d25": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_6_S22_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.347Z", + "document_id": "e62f6842-6b8b-474b-ab43-55cae82c8d25" + } + }, + "sequence_file/3da817b1-75a2-4477-94dc-870521be252f": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_6_S22_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.367Z", + "document_id": "3da817b1-75a2-4477-94dc-870521be252f" + } + }, + "sequence_file/ebf50b94-7550-4937-8191-7bc8d0497935": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_6_S22_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.387Z", + "document_id": "ebf50b94-7550-4937-8191-7bc8d0497935" + } + }, + "sequence_file/d5092fdb-3b57-4b29-9a40-bc296f490d69": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_6_S22_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.453Z", + "document_id": "d5092fdb-3b57-4b29-9a40-bc296f490d69" + } + }, + "sequence_file/fb621e0e-5736-4b1f-b559-e2b6d43f8a7a": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_7_S23_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.474Z", + "document_id": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a" + } + }, + "sequence_file/404ac51a-e122-47a4-a556-bab218007d52": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_7_S23_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.495Z", + "document_id": "404ac51a-e122-47a4-a556-bab218007d52" + } + }, + "sequence_file/5731f7bf-f096-4ee7-afdc-94b6a1574fcb": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_7_S23_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.555Z", + "document_id": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb" + } + }, + "sequence_file/82d29d79-1b18-41b4-83b3-603a9234e64a": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_7_S23_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.589Z", + "document_id": "82d29d79-1b18-41b4-83b3-603a9234e64a" + } + }, + "sequence_file/83a0cfb1-bc65-4603-89d5-7d7f0a4ec182": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_7_S23_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.603Z", + "document_id": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182" + } + }, + "sequence_file/53ca1f09-4985-4827-a3cb-5f53d2cc543e": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_7_S23_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.614Z", + "document_id": "53ca1f09-4985-4827-a3cb-5f53d2cc543e" + } + }, + "sequence_file/61b83558-f8ae-4cfa-91cd-6eaedf60347a": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_8_S24_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.628Z", + "document_id": "61b83558-f8ae-4cfa-91cd-6eaedf60347a" + } + }, + "sequence_file/a75378cf-c7fc-4d86-806d-377bbe925e36": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_8_S24_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.642Z", + "document_id": "a75378cf-c7fc-4d86-806d-377bbe925e36" + } + }, + "sequence_file/3a8260d6-5206-4cbe-a672-782be9e061f5": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_8_S24_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.658Z", + "document_id": "3a8260d6-5206-4cbe-a672-782be9e061f5" + } + }, + "sequence_file/1c04418c-3550-40a7-9858-68b326605579": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_8_S24_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.683Z", + "document_id": "1c04418c-3550-40a7-9858-68b326605579" + } + }, + "sequence_file/1e109600-e523-46b9-9f8a-5b7969dd3c4e": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_8_S24_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.695Z", + "document_id": "1e109600-e523-46b9-9f8a-5b7969dd3c4e" + } + }, + "sequence_file/e999790e-b051-4b79-aeff-170b7821861f": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB3_HiSeq_8_S24_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.709Z", + "document_id": "e999790e-b051-4b79-aeff-170b7821861f" + } + }, + "sequence_file/be6b7802-5f10-4435-a22e-00b62bdcd324": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_1_S25_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.722Z", + "document_id": "be6b7802-5f10-4435-a22e-00b62bdcd324" + } + }, + "sequence_file/102e7a1f-0521-4e05-92ce-03555b48af78": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_1_S25_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.735Z", + "document_id": "102e7a1f-0521-4e05-92ce-03555b48af78" + } + }, + "sequence_file/24b449a3-8d67-4b0c-9f00-9ba3cacfcbff": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_1_S25_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.748Z", + "document_id": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff" + } + }, + "sequence_file/b1b19afe-cb06-442f-a463-3ae62b94e500": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_1_S25_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.760Z", + "document_id": "b1b19afe-cb06-442f-a463-3ae62b94e500" + } + }, + "sequence_file/75c9928e-4fc9-4095-9426-c121ef4dc682": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_1_S25_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.773Z", + "document_id": "75c9928e-4fc9-4095-9426-c121ef4dc682" + } + }, + "sequence_file/35de5022-c743-416e-892f-268a44d3c8f1": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_1_S25_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.784Z", + "document_id": "35de5022-c743-416e-892f-268a44d3c8f1" + } + }, + "sequence_file/314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_2_S26_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.796Z", + "document_id": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d" + } + }, + "sequence_file/582bb010-a460-4e23-b33c-1b349f3cf084": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_2_S26_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.816Z", + "document_id": "582bb010-a460-4e23-b33c-1b349f3cf084" + } + }, + "sequence_file/f2bd46e6-1077-482f-852d-069d2b17c2cd": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_2_S26_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.828Z", + "document_id": "f2bd46e6-1077-482f-852d-069d2b17c2cd" + } + }, + "sequence_file/04489995-747c-4899-a043-ef7aba9a29f1": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_2_S26_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.840Z", + "document_id": "04489995-747c-4899-a043-ef7aba9a29f1" + } + }, + "sequence_file/612ece49-f034-4d09-8958-933cfe834c63": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_2_S26_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.852Z", + "document_id": "612ece49-f034-4d09-8958-933cfe834c63" + } + }, + "sequence_file/bc0183b1-5f5b-46c2-8543-6efc4350f9f8": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_2_S26_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.863Z", + "document_id": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8" + } + }, + "sequence_file/c6ca4bda-2c44-4092-a943-b401e6d79b6d": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_3_S27_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.877Z", + "document_id": "c6ca4bda-2c44-4092-a943-b401e6d79b6d" + } + }, + "sequence_file/00f2c451-419c-4cdf-9266-347245761bb0": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_3_S27_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.890Z", + "document_id": "00f2c451-419c-4cdf-9266-347245761bb0" + } + }, + "sequence_file/50bcbb34-3e7d-4c03-b3c7-16b3c662bf07": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_3_S27_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.902Z", + "document_id": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07" + } + }, + "sequence_file/70b58641-42b4-42e4-b546-e44f5c16aba4": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_3_S27_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.913Z", + "document_id": "70b58641-42b4-42e4-b546-e44f5c16aba4" + } + }, + "sequence_file/4f9182a0-1e1e-48c3-a4aa-010a5df37deb": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_3_S27_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.924Z", + "document_id": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb" + } + }, + "sequence_file/1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_3_S27_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.937Z", + "document_id": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e" + } + }, + "sequence_file/52dcc9fb-c900-4835-9871-53f5c8799160": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_4_S28_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:00.968Z", + "document_id": "52dcc9fb-c900-4835-9871-53f5c8799160" + } + }, + "sequence_file/e35cd0e8-786b-4fd8-a461-6500d52cc24a": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_4_S28_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.015Z", + "document_id": "e35cd0e8-786b-4fd8-a461-6500d52cc24a" + } + }, + "sequence_file/3d93b4bd-5580-4afa-9268-eb3e27658dca": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_4_S28_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.047Z", + "document_id": "3d93b4bd-5580-4afa-9268-eb3e27658dca" + } + }, + "sequence_file/79fbd727-4897-48cd-bd48-5d5680b2f9ed": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_4_S28_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.074Z", + "document_id": "79fbd727-4897-48cd-bd48-5d5680b2f9ed" + } + }, + "sequence_file/dde7422f-1671-47f6-9c28-f447f780dc62": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_4_S28_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.096Z", + "document_id": "dde7422f-1671-47f6-9c28-f447f780dc62" + } + }, + "sequence_file/c5117298-7d44-42e2-a24d-a07b578ebea8": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_4_S28_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.163Z", + "document_id": "c5117298-7d44-42e2-a24d-a07b578ebea8" + } + }, + "sequence_file/e5dffb26-e7c6-4188-b99e-73e5033e1617": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_5_S29_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.193Z", + "document_id": "e5dffb26-e7c6-4188-b99e-73e5033e1617" + } + }, + "sequence_file/e64cbb06-6329-4132-b8c2-b9a5a6774696": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_5_S29_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.240Z", + "document_id": "e64cbb06-6329-4132-b8c2-b9a5a6774696" + } + }, + "sequence_file/72dcca44-72b1-41bb-a04e-7a90a535eb5c": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_5_S29_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.266Z", + "document_id": "72dcca44-72b1-41bb-a04e-7a90a535eb5c" + } + }, + "sequence_file/f72531f8-851a-4f23-8bcd-b2b47bad0f84": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_5_S29_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.392Z", + "document_id": "f72531f8-851a-4f23-8bcd-b2b47bad0f84" + } + }, + "sequence_file/3262b323-8545-4c41-ab65-432b635781a7": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_5_S29_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.728Z", + "document_id": "3262b323-8545-4c41-ab65-432b635781a7" + } + }, + "sequence_file/b929e871-594e-4f98-9cf9-5889af26b3c3": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_5_S29_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:01.909Z", + "document_id": "b929e871-594e-4f98-9cf9-5889af26b3c3" + } + }, + "sequence_file/0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_6_S30_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.183Z", + "document_id": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1" + } + }, + "sequence_file/11726713-72bb-43d6-9fd0-e09d4940f7fd": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_6_S30_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.249Z", + "document_id": "11726713-72bb-43d6-9fd0-e09d4940f7fd" + } + }, + "sequence_file/f256f4d1-bb92-4b1e-a320-0a8c65b02f47": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_6_S30_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.300Z", + "document_id": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47" + } + }, + "sequence_file/b47fd4ca-a7d2-484b-8834-378bf9077336": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_6_S30_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.323Z", + "document_id": "b47fd4ca-a7d2-484b-8834-378bf9077336" + } + }, + "sequence_file/74409b42-8580-4e4d-8c08-1e70d9c693ea": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_6_S30_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.443Z", + "document_id": "74409b42-8580-4e4d-8c08-1e70d9c693ea" + } + }, + "sequence_file/0671d6de-6840-4fc8-b67d-f7d662beea88": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_6_S30_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.502Z", + "document_id": "0671d6de-6840-4fc8-b67d-f7d662beea88" + } + }, + "sequence_file/43a5906d-d880-49ef-b743-261a69c7024f": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_7_S31_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.580Z", + "document_id": "43a5906d-d880-49ef-b743-261a69c7024f" + } + }, + "sequence_file/f087e6a6-b9cd-4f26-8932-167d246a6e02": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_7_S31_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.598Z", + "document_id": "f087e6a6-b9cd-4f26-8932-167d246a6e02" + } + }, + "sequence_file/2198238f-d7a8-4e94-9e03-b63f8a7e6bd3": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_7_S31_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.642Z", + "document_id": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3" + } + }, + "sequence_file/edff548f-d6ac-469e-a136-d59a501e3f90": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_7_S31_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.656Z", + "document_id": "edff548f-d6ac-469e-a136-d59a501e3f90" + } + }, + "sequence_file/8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_7_S31_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.691Z", + "document_id": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0" + } + }, + "sequence_file/ddd7bb64-91d4-4114-b2cc-a93d86aa98e1": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_7_S31_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.704Z", + "document_id": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1" + } + }, + "sequence_file/e823513d-c147-4219-b1c3-33e1cd7b0862": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_8_S32_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.733Z", + "document_id": "e823513d-c147-4219-b1c3-33e1cd7b0862" + } + }, + "sequence_file/d4f454d6-3ffc-4b0c-9449-212ecdbd9d25": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_8_S32_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.769Z", + "document_id": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25" + } + }, + "sequence_file/e918cb31-af72-4d87-a414-4c499305bdd5": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_8_S32_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.784Z", + "document_id": "e918cb31-af72-4d87-a414-4c499305bdd5" + } + }, + "sequence_file/6b6c9e11-8918-45c7-b80a-cecb591a79cb": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_8_S32_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.799Z", + "document_id": "6b6c9e11-8918-45c7-b80a-cecb591a79cb" + } + }, + "sequence_file/72cfdf1c-8509-4d36-9751-35537c2a7a9d": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_8_S32_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:02.947Z", + "document_id": "72cfdf1c-8509-4d36-9751-35537c2a7a9d" + } + }, + "sequence_file/946889b2-c18d-45ff-b5dc-df818f2c98b7": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB4_HiSeq_8_S32_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.012Z", + "document_id": "946889b2-c18d-45ff-b5dc-df818f2c98b7" + } + }, + "dissociation_process/09c4b005-1357-4cca-a21a-2e63a71e00eb": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_78" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.283Z", + "updateDate": "2018-03-26T17:01:01.371Z", + "document_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb" + } + }, + "process/534bf336-7af6-44e5-9f01-11d4ca6d03db": { + "content": { + "process_core": { + "process_id": "sampling_process_63" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_112" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.886Z", - "updateDate": "2018-03-26T17:00:02.419Z", - "document_id": "b6a9354e-0792-4c1e-8c9c-ee6602a8abc3" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.989Z", + "updateDate": "2018-03-26T17:00:00.202Z", + "document_id": "534bf336-7af6-44e5-9f01-11d4ca6d03db" + } + }, + "dissociation_process/f51f836c-ae21-4576-a107-a42ae6c2bb58": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_66" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:12.142Z", + "updateDate": "2018-03-26T17:00:52.322Z", + "document_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58" + } + }, + "process/d7800343-3c9e-484a-8abb-9bfcb92d0734": { + "content": { + "process_core": { + "process_id": "sampling_process_99" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_65" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:12.213Z", - "updateDate": "2018-03-26T17:00:52.294Z", - "document_id": "9edaa8fe-4281-452a-85c9-af65eef18052" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.849Z", + "updateDate": "2018-03-26T17:00:02.552Z", + "document_id": "d7800343-3c9e-484a-8abb-9bfcb92d0734" + } + }, + "dissociation_process/25f66e31-2091-426f-957b-e66e888b1f00": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_91" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.654Z", + "updateDate": "2018-03-26T17:00:51.373Z", + "document_id": "25f66e31-2091-426f-957b-e66e888b1f00" + } + }, + "process/ea7ccba0-8939-4336-8b52-4ffceacb539c": { + "content": { + "process_core": { + "process_id": "sampling_process_26" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_80" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.806Z", - "updateDate": "2018-03-26T17:00:00.148Z", - "document_id": "8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.011Z", + "updateDate": "2018-03-26T16:59:58.125Z", + "document_id": "ea7ccba0-8939-4336-8b52-4ffceacb539c" + } + }, + "dissociation_process/31dc39b4-3ea3-4731-a558-d5e831ae363a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_86" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.642Z", + "updateDate": "2018-03-26T17:00:47.369Z", + "document_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a" + } + }, + "process/11c7adde-505c-4b17-b7fa-f2a333e11400": { + "content": { + "process_core": { + "process_id": "sampling_process_64" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_81" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.851Z", - "updateDate": "2018-03-26T17:00:46.281Z", - "document_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:37.036Z", + "updateDate": "2018-03-26T17:00:00.083Z", + "document_id": "11c7adde-505c-4b17-b7fa-f2a333e11400" + } + }, + "dissociation_process/dd1d7800-ea74-4c92-987e-ce35069e3913": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_83" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.986Z", + "updateDate": "2018-03-26T17:00:46.353Z", + "document_id": "dd1d7800-ea74-4c92-987e-ce35069e3913" + } + }, + "process/608baa53-b5f7-45bf-be21-d0488f60a472": { + "content": { + "process_core": { + "process_id": "sampling_process_23" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_78" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.716Z", - "updateDate": "2018-03-26T16:59:59.093Z", - "document_id": "8a84dece-bf92-44a4-83ab-472cbb27e023" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.844Z", + "updateDate": "2018-03-26T17:00:00.149Z", + "document_id": "608baa53-b5f7-45bf-be21-d0488f60a472" + } + }, + "dissociation_process/675dbc6d-51d2-4118-a5a1-2bbfd239c800": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_89" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.714Z", + "updateDate": "2018-03-26T17:00:47.426Z", + "document_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800" + } + }, + "process/a703ec77-e6bc-4bcc-9956-8efa39559e45": { + "content": { + "process_core": { + "process_id": "sampling_process_85" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_69" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:12.439Z", - "updateDate": "2018-03-26T17:00:52.341Z", - "document_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.551Z", + "updateDate": "2018-03-26T16:59:58.159Z", + "document_id": "a703ec77-e6bc-4bcc-9956-8efa39559e45" + } + }, + "dissociation_process/41e99038-16ba-4197-8856-eda01461d6be": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_85" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.220Z", + "updateDate": "2018-03-26T17:00:48.435Z", + "document_id": "41e99038-16ba-4197-8856-eda01461d6be" + } + }, + "process/e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf": { + "content": { + "process_core": { + "process_id": "sampling_process_82" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_84" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.998Z", - "updateDate": "2018-03-26T17:00:03.217Z", - "document_id": "ac0f6472-208a-4dd4-9a53-f4046586e741" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.890Z", + "updateDate": "2018-03-26T16:59:59.131Z", + "document_id": "e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf" + } + }, + "dissociation_process/83b35a15-863e-40c6-b8d2-855c1fcc6f01": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_92" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.286Z", + "updateDate": "2018-03-26T17:00:49.516Z", + "document_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01" + } + }, + "process/12866a87-3978-4ec7-b228-55d7d0ac9f4c": { + "content": { + "process_core": { + "process_id": "sampling_process_1" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_93" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.443Z", - "updateDate": "2018-03-26T17:00:50.410Z", - "document_id": "e51f3a70-2169-478d-9241-12f1900d6696" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.713Z", + "updateDate": "2018-03-26T16:59:57.115Z", + "document_id": "12866a87-3978-4ec7-b228-55d7d0ac9f4c" + } + }, + "dissociation_process/43b9b356-531b-48e0-a34e-70563ebbc28a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_94" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.143Z", + "updateDate": "2018-03-26T17:00:51.440Z", + "document_id": "43b9b356-531b-48e0-a34e-70563ebbc28a" + } + }, + "process/5b1f70cd-94e9-4446-8668-cf9e4715ad89": { + "content": { + "process_core": { + "process_id": "sampling_process_68" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_81" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.847Z", - "updateDate": "2018-03-26T17:00:01.205Z", - "document_id": "1eafcd8a-cf3c-4c18-85a7-4f8335af24c6" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:39.860Z", + "updateDate": "2018-03-26T16:59:58.130Z", + "document_id": "5b1f70cd-94e9-4446-8668-cf9e4715ad89" + } + }, + "dissociation_process/488d8bb3-78ad-4360-bfb2-a3d66a883f2c": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_71" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:52.670Z", + "updateDate": "2018-03-26T17:01:00.537Z", + "document_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c" + } + }, + "process/9fd9ef40-e324-4958-aa87-dabf8ad7c9d2": { + "content": { + "process_core": { + "process_id": "sampling_process_75" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_87" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.520Z", - "updateDate": "2018-03-26T17:00:47.369Z", - "document_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.573Z", + "updateDate": "2018-03-26T16:59:57.226Z", + "document_id": "9fd9ef40-e324-4958-aa87-dabf8ad7c9d2" + } + }, + "dissociation_process/931f8a89-be45-45ba-b634-9de2594e5903": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_80" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.919Z", + "updateDate": "2018-03-26T17:00:46.334Z", + "document_id": "931f8a89-be45-45ba-b634-9de2594e5903" + } + }, + "process/6552dc0a-87ed-41a1-8724-ddd97d66b0d3": { + "content": { + "process_core": { + "process_id": "sampling_process_20" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_76" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.615Z", - "updateDate": "2018-03-26T16:59:59.130Z", - "document_id": "ff59683a-e31e-48c5-858a-96ecbbe31e6d" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.723Z", + "updateDate": "2018-03-26T16:59:58.233Z", + "document_id": "6552dc0a-87ed-41a1-8724-ddd97d66b0d3" + } + }, + "dissociation_process/1757acc9-2e47-465b-9076-c38795b06f25": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_72" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:52.753Z", + "updateDate": "2018-03-26T17:01:00.467Z", + "document_id": "1757acc9-2e47-465b-9076-c38795b06f25" + } + }, + "process/22eb3486-1184-4327-a013-686a51d88f23": { + "content": { + "process_core": { + "process_id": "sampling_process_49" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_70" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:52.503Z", - "updateDate": "2018-03-26T17:07:58.309Z", - "document_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.741Z", + "updateDate": "2018-03-26T17:00:00.094Z", + "document_id": "22eb3486-1184-4327-a013-686a51d88f23" + } + }, + "dissociation_process/f25e18d5-ddf5-4f74-8027-473a5fb79ed2": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_64" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:12.284Z", + "updateDate": "2018-03-26T17:00:53.369Z", + "document_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2" + } + }, + "process/4160bf3b-54fc-4235-a1f0-1692bfd61a45": { + "content": { + "process_core": { + "process_id": "sampling_process_109" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_65" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:37.169Z", - "updateDate": "2018-03-26T17:00:01.416Z", - "document_id": "5534794b-4e44-4672-a003-c94a71bbd94c" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.760Z", + "updateDate": "2018-03-26T17:00:03.377Z", + "document_id": "4160bf3b-54fc-4235-a1f0-1692bfd61a45" + } + }, + "dissociation_process/81621c61-0099-4e43-9170-22720f4227d8": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_84" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.329Z", + "updateDate": "2018-03-26T17:00:48.413Z", + "document_id": "81621c61-0099-4e43-9170-22720f4227d8" + } + }, + "process/e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d": { + "content": { + "process_core": { + "process_id": "sampling_process_7" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_73" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:52.823Z", - "updateDate": "2018-03-26T17:01:00.366Z", - "document_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.282Z", + "updateDate": "2018-03-26T16:59:58.199Z", + "document_id": "e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d" + } + }, + "dissociation_process/b9dccdc5-dcfe-4b4e-b74c-df088a929a11": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_79" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.359Z", + "updateDate": "2018-03-26T17:01:01.511Z", + "document_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11" + } + }, + "process/5b7e0f27-d8ac-4f27-a771-030f3e127646": { + "content": { + "process_core": { + "process_id": "sampling_process_77" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_79" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.761Z", - "updateDate": "2018-03-26T17:00:00.169Z", - "document_id": "a421497c-4dc9-4268-b1b8-60322c22f82f" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.676Z", + "updateDate": "2018-03-26T16:59:59.106Z", + "document_id": "5b7e0f27-d8ac-4f27-a771-030f3e127646" + } + }, + "dissociation_process/0b7abb39-c9ff-4d5a-abec-87f0a228470d": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_88" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.785Z", + "updateDate": "2018-03-26T17:00:47.516Z", + "document_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d" + } + }, + "process/b6a9354e-0792-4c1e-8c9c-ee6602a8abc3": { + "content": { + "process_core": { + "process_id": "sampling_process_112" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_74" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:52.900Z", - "updateDate": "2018-03-26T17:01:00.547Z", - "document_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.886Z", + "updateDate": "2018-03-26T17:00:02.419Z", + "document_id": "b6a9354e-0792-4c1e-8c9c-ee6602a8abc3" + } + }, + "dissociation_process/9edaa8fe-4281-452a-85c9-af65eef18052": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_65" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:12.213Z", + "updateDate": "2018-03-26T17:00:52.294Z", + "document_id": "9edaa8fe-4281-452a-85c9-af65eef18052" + } + }, + "process/8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82": { + "content": { + "process_core": { + "process_id": "sampling_process_80" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_117" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.154Z", - "updateDate": "2018-03-26T17:00:03.391Z", - "document_id": "c4b7a701-f0ed-4d84-ad1f-0d65095be3f5" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.806Z", + "updateDate": "2018-03-26T17:00:00.148Z", + "document_id": "8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82" + } + }, + "dissociation_process/bd4177e3-362d-4cb2-8414-6e6e0f27ced9": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_81" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.851Z", + "updateDate": "2018-03-26T17:00:46.281Z", + "document_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9" + } + }, + "process/8a84dece-bf92-44a4-83ab-472cbb27e023": { + "content": { + "process_core": { + "process_id": "sampling_process_78" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_76" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.035Z", - "updateDate": "2018-03-26T17:01:00.332Z", - "document_id": "0c80271a-0984-4cd8-89cb-40faea004d85" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.716Z", + "updateDate": "2018-03-26T16:59:59.093Z", + "document_id": "8a84dece-bf92-44a4-83ab-472cbb27e023" + } + }, + "dissociation_process/e4d97934-2df4-4e43-98c9-7ea4d315b892": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_69" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:12.439Z", + "updateDate": "2018-03-26T17:00:52.341Z", + "document_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892" + } + }, + "process/ac0f6472-208a-4dd4-9a53-f4046586e741": { + "content": { + "process_core": { + "process_id": "sampling_process_84" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_6" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.138Z", - "updateDate": "2018-03-26T16:59:58.178Z", - "document_id": "7fcbb613-cb71-4606-8b16-efc72716cafa" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.998Z", + "updateDate": "2018-03-26T17:00:03.217Z", + "document_id": "ac0f6472-208a-4dd4-9a53-f4046586e741" + } + }, + "dissociation_process/e51f3a70-2169-478d-9241-12f1900d6696": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_93" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.443Z", + "updateDate": "2018-03-26T17:00:50.410Z", + "document_id": "e51f3a70-2169-478d-9241-12f1900d6696" + } + }, + "process/1eafcd8a-cf3c-4c18-85a7-4f8335af24c6": { + "content": { + "process_core": { + "process_id": "sampling_process_81" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_68" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:12.648Z", - "updateDate": "2018-03-26T17:00:51.449Z", - "document_id": "e3b95758-b7a1-47c2-a950-45569d8e3925" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.847Z", + "updateDate": "2018-03-26T17:00:01.205Z", + "document_id": "1eafcd8a-cf3c-4c18-85a7-4f8335af24c6" + } + }, + "dissociation_process/43d27e8c-2154-4340-a794-7c718b4b9d8b": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_87" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.520Z", + "updateDate": "2018-03-26T17:00:47.369Z", + "document_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b" + } + }, + "process/ff59683a-e31e-48c5-858a-96ecbbe31e6d": { + "content": { + "process_core": { + "process_id": "sampling_process_76" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_5" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.946Z", - "updateDate": "2018-03-26T16:59:57.214Z", - "document_id": "c5a46640-0719-4bf0-acd2-6f0bc7fe7c58" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.615Z", + "updateDate": "2018-03-26T16:59:59.130Z", + "document_id": "ff59683a-e31e-48c5-858a-96ecbbe31e6d" + } + }, + "dissociation_process/8c9ca7df-ed36-4505-aaf9-10de2ff92ed3": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_70" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:52.503Z", + "updateDate": "2018-03-26T17:07:58.309Z", + "document_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3" + } + }, + "process/5534794b-4e44-4672-a003-c94a71bbd94c": { + "content": { + "process_core": { + "process_id": "sampling_process_65" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_90" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.572Z", - "updateDate": "2018-03-26T17:00:50.412Z", - "document_id": "46975356-173c-43bd-9027-0254254f4bb7" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:37.169Z", + "updateDate": "2018-03-26T17:00:01.416Z", + "document_id": "5534794b-4e44-4672-a003-c94a71bbd94c" + } + }, + "dissociation_process/1bbe7465-4163-42f2-92a9-545c4dc63ab9": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_73" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:52.823Z", + "updateDate": "2018-03-26T17:01:00.366Z", + "document_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9" + } + }, + "process/a421497c-4dc9-4268-b1b8-60322c22f82f": { + "content": { + "process_core": { + "process_id": "sampling_process_79" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_107" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.676Z", - "updateDate": "2018-03-26T17:00:02.394Z", - "document_id": "e5d701d8-3e74-4102-a7c8-f931d8040562" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.761Z", + "updateDate": "2018-03-26T17:00:00.169Z", + "document_id": "a421497c-4dc9-4268-b1b8-60322c22f82f" + } + }, + "dissociation_process/076d920c-0d87-4bcc-8b49-dad9ba7bff71": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_74" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:52.900Z", + "updateDate": "2018-03-26T17:01:00.547Z", + "document_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71" + } + }, + "process/c4b7a701-f0ed-4d84-ad1f-0d65095be3f5": { + "content": { + "process_core": { + "process_id": "sampling_process_117" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_67" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:12.025Z", - "updateDate": "2018-03-26T17:00:51.448Z", - "document_id": "e9e97319-a21f-4451-8023-a5e672ac7b34" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.154Z", + "updateDate": "2018-03-26T17:00:03.391Z", + "document_id": "c4b7a701-f0ed-4d84-ad1f-0d65095be3f5" + } + }, + "dissociation_process/0c80271a-0984-4cd8-89cb-40faea004d85": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_76" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.035Z", + "updateDate": "2018-03-26T17:01:00.332Z", + "document_id": "0c80271a-0984-4cd8-89cb-40faea004d85" + } + }, + "process/7fcbb613-cb71-4606-8b16-efc72716cafa": { + "content": { + "process_core": { + "process_id": "sampling_process_6" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_22" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.805Z", - "updateDate": "2018-03-26T16:59:58.265Z", - "document_id": "b766ca95-9b6c-42b9-9e47-8a8d6482d2ca" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.138Z", + "updateDate": "2018-03-26T16:59:58.178Z", + "document_id": "7fcbb613-cb71-4606-8b16-efc72716cafa" + } + }, + "dissociation_process/e3b95758-b7a1-47c2-a950-45569d8e3925": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_68" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:12.648Z", + "updateDate": "2018-03-26T17:00:51.449Z", + "document_id": "e3b95758-b7a1-47c2-a950-45569d8e3925" + } + }, + "process/c5a46640-0719-4bf0-acd2-6f0bc7fe7c58": { + "content": { + "process_core": { + "process_id": "sampling_process_5" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_95" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.213Z", - "updateDate": "2018-03-26T17:00:50.444Z", - "document_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.946Z", + "updateDate": "2018-03-26T16:59:57.214Z", + "document_id": "c5a46640-0719-4bf0-acd2-6f0bc7fe7c58" + } + }, + "dissociation_process/46975356-173c-43bd-9027-0254254f4bb7": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_90" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.572Z", + "updateDate": "2018-03-26T17:00:50.412Z", + "document_id": "46975356-173c-43bd-9027-0254254f4bb7" + } + }, + "process/e5d701d8-3e74-4102-a7c8-f931d8040562": { + "content": { + "process_core": { + "process_id": "sampling_process_107" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_72" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.370Z", - "updateDate": "2018-03-26T16:59:58.156Z", - "document_id": "4ee1282e-889f-449c-bb2a-4728a4d26b0c" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.676Z", + "updateDate": "2018-03-26T17:00:02.394Z", + "document_id": "e5d701d8-3e74-4102-a7c8-f931d8040562" + } + }, + "dissociation_process/e9e97319-a21f-4451-8023-a5e672ac7b34": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_67" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:12.025Z", + "updateDate": "2018-03-26T17:00:51.448Z", + "document_id": "e9e97319-a21f-4451-8023-a5e672ac7b34" + } + }, + "process/b766ca95-9b6c-42b9-9e47-8a8d6482d2ca": { + "content": { + "process_core": { + "process_id": "sampling_process_22" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_82" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:09.150Z", - "updateDate": "2018-03-26T17:00:47.353Z", - "document_id": "a63244f2-63f8-4ba8-9322-5925506ce933" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.805Z", + "updateDate": "2018-03-26T16:59:58.265Z", + "document_id": "b766ca95-9b6c-42b9-9e47-8a8d6482d2ca" + } + }, + "dissociation_process/23dcb0fd-5ce4-4e20-b94e-1475f7338db6": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_95" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.213Z", + "updateDate": "2018-03-26T17:00:50.444Z", + "document_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6" + } + }, + "process/4ee1282e-889f-449c-bb2a-4728a4d26b0c": { + "content": { + "process_core": { + "process_id": "sampling_process_72" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_119" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.349Z", - "updateDate": "2018-03-26T17:00:05.145Z", - "document_id": "c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.370Z", + "updateDate": "2018-03-26T16:59:58.156Z", + "document_id": "4ee1282e-889f-449c-bb2a-4728a4d26b0c" + } + }, + "dissociation_process/a63244f2-63f8-4ba8-9322-5925506ce933": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_82" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:09.150Z", + "updateDate": "2018-03-26T17:00:47.353Z", + "document_id": "a63244f2-63f8-4ba8-9322-5925506ce933" + } + }, + "process/c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8": { + "content": { + "process_core": { + "process_id": "sampling_process_119" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_75" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:52.967Z", - "updateDate": "2018-03-26T17:01:00.400Z", - "document_id": "f6432490-72e8-4e00-a6d8-26af81dc5456" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.349Z", + "updateDate": "2018-03-26T17:00:05.145Z", + "document_id": "c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8" + } + }, + "dissociation_process/f6432490-72e8-4e00-a6d8-26af81dc5456": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_75" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:52.967Z", + "updateDate": "2018-03-26T17:01:00.400Z", + "document_id": "f6432490-72e8-4e00-a6d8-26af81dc5456" + } + }, + "process/30890f02-510a-4141-a0b6-de269e3a5192": { + "content": { + "process_core": { + "process_id": "sampling_process_24" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_24" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.913Z", - "updateDate": "2018-03-26T16:59:57.154Z", - "document_id": "30890f02-510a-4141-a0b6-de269e3a5192" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.913Z", + "updateDate": "2018-03-26T16:59:57.154Z", + "document_id": "30890f02-510a-4141-a0b6-de269e3a5192" + } + }, + "dissociation_process/b03843c3-168c-4460-9662-8cfdefdb6ac9": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_77" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.104Z", + "updateDate": "2018-03-26T17:01:01.298Z", + "document_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9" + } + }, + "process/f963aea9-4016-4570-88f3-66f2046be874": { + "content": { + "process_core": { + "process_id": "sampling_process_83" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_77" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.104Z", - "updateDate": "2018-03-26T17:01:01.298Z", - "document_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.948Z", + "updateDate": "2018-03-26T17:00:00.142Z", + "document_id": "f963aea9-4016-4570-88f3-66f2046be874" + } + }, + "library_preparation_process/12ea2953-06a4-4e80-8910-a27aba936b9c": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_id": "library_preparation_process_1", + "process_name": "Preparing RNA for sequencing by 10x" + }, + "umi_barcode": { + "barcode_offset": 16, + "barcode_length": 10, + "barcode_read": "Read 1" + }, + "library_construction_approach": "10x_v2", + "cell_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "schema_type": "process", + "end_bias": "3 prime tag", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "second" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.820Z", + "updateDate": "2018-03-26T17:00:44.791Z", + "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" + } + }, + "sequencing_process/49aa3970-895a-44bb-9433-3b49373794f3": { + "content": { + "paired_ends": true, + "local_machine_name": "HXH", + "instrument_manufacturer_model": { + "text": "Illumina Hiseq X 10", + "ontology": "EFO:0008567" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_description": "Single cell sequencing of cDNAs by 10x", + "process_name": "Sequencing cord blood donor 1-4", + "process_id": "10x_v2_sequencing_process_3", + "start_time": "2017-09-26T05:01:00Z", + "process_location": "Broad Institute" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.910Z", + "updateDate": "2018-03-26T17:00:53.514Z", + "document_id": "49aa3970-895a-44bb-9433-3b49373794f3" + } + }, + "protocol/3cbebf0a-4aab-4525-80f4-222703d14b98": { + "content": { + "protocol_core": { + "protocol_id": "dissociation_protocol_1" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_83" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.948Z", - "updateDate": "2018-03-26T17:00:00.142Z", - "document_id": "f963aea9-4016-4570-88f3-66f2046be874" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.834Z", + "updateDate": "2018-03-26T16:59:27.584Z", + "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" + } + }, + "protocol/81b97ec1-f68c-4d69-be78-50d1aad7bbef": { + "content": { + "protocol_core": { + "protocol_id": "library_preparation_protocol_1" }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_id": "library_preparation_process_1", - "process_name": "Preparing RNA for sequencing by 10x" - }, - "umi_barcode": { - "barcode_offset": 16, - "barcode_length": 10, - "barcode_read": "Read 1" - }, - "library_construction_approach": "10x_v2", - "cell_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "schema_type": "process", - "end_bias": "3 prime tag", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "second" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.820Z", - "updateDate": "2018-03-26T17:00:44.791Z", - "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "paired_ends": true, - "local_machine_name": "HXH", - "instrument_manufacturer_model": { - "text": "Illumina Hiseq X 10", - "ontology": "EFO:0008567" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_description": "Single cell sequencing of cDNAs by 10x", - "process_name": "Sequencing cord blood donor 1-4", - "process_id": "10x_v2_sequencing_process_3", - "start_time": "2017-09-26T05:01:00Z", - "process_location": "Broad Institute" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.910Z", - "updateDate": "2018-03-26T17:00:53.514Z", - "document_id": "49aa3970-895a-44bb-9433-3b49373794f3" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" - }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_id": "dissociation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.834Z", - "updateDate": "2018-03-26T16:59:27.584Z", - "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" - } + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.848Z", + "updateDate": "2018-03-26T16:59:29.761Z", + "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" + } + }, + "protocol/e99eed63-5794-4d8d-baf9-9c6888e91e6d": { + "content": { + "protocol_core": { + "protocol_id": "10x_v2_sequencing_protocol_1" }, - { - "content": { - "protocol_core": { - "protocol_id": "library_preparation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.848Z", - "updateDate": "2018-03-26T16:59:29.761Z", - "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "protocol_core": { - "protocol_id": "10x_v2_sequencing_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.860Z", - "updateDate": "2018-03-26T16:59:27.537Z", - "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" - }, - "links.json": { - "links": [ - { - "source_id": "642c8a0a-ffa1-4e06-aab6-f777cafda07b", - "source_type": "biomaterial", - "destination_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb", - "destination_type": "dissociation_process" - }, - { - "source_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb", - "source_type": "dissociation_process", - "destination_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692", - "destination_type": "biomaterial" - }, - { - "source_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "534bf336-7af6-44e5-9f01-11d4ca6d03db", - "source_type": "process", - "destination_id": "642c8a0a-ffa1-4e06-aab6-f777cafda07b", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "534bf336-7af6-44e5-9f01-11d4ca6d03db", - "destination_type": "process" - }, - { - "source_id": "d890548c-3c98-4e30-8c9c-05d2dc6e28c2", - "source_type": "biomaterial", - "destination_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58", - "destination_type": "dissociation_process" - }, - { - "source_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58", - "source_type": "dissociation_process", - "destination_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4", - "destination_type": "biomaterial" - }, - { - "source_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d7800343-3c9e-484a-8abb-9bfcb92d0734", - "source_type": "process", - "destination_id": "d890548c-3c98-4e30-8c9c-05d2dc6e28c2", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "d7800343-3c9e-484a-8abb-9bfcb92d0734", - "destination_type": "process" - }, - { - "source_id": "1ffa73eb-a01a-45d2-9b99-fd55d76f4f74", - "source_type": "biomaterial", - "destination_id": "25f66e31-2091-426f-957b-e66e888b1f00", - "destination_type": "dissociation_process" - }, - { - "source_id": "25f66e31-2091-426f-957b-e66e888b1f00", - "source_type": "dissociation_process", - "destination_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559", - "destination_type": "biomaterial" - }, - { - "source_id": "25f66e31-2091-426f-957b-e66e888b1f00", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ea7ccba0-8939-4336-8b52-4ffceacb539c", - "source_type": "process", - "destination_id": "1ffa73eb-a01a-45d2-9b99-fd55d76f4f74", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "ea7ccba0-8939-4336-8b52-4ffceacb539c", - "destination_type": "process" - }, - { - "source_id": "cf6e873c-48a4-4422-93d6-5403a4f63f72", - "source_type": "biomaterial", - "destination_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a", - "destination_type": "dissociation_process" - }, - { - "source_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a", - "source_type": "dissociation_process", - "destination_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8", - "destination_type": "biomaterial" - }, - { - "source_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "11c7adde-505c-4b17-b7fa-f2a333e11400", - "source_type": "process", - "destination_id": "cf6e873c-48a4-4422-93d6-5403a4f63f72", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "11c7adde-505c-4b17-b7fa-f2a333e11400", - "destination_type": "process" - }, - { - "source_id": "3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a", - "source_type": "biomaterial", - "destination_id": "dd1d7800-ea74-4c92-987e-ce35069e3913", - "destination_type": "dissociation_process" - }, - { - "source_id": "dd1d7800-ea74-4c92-987e-ce35069e3913", - "source_type": "dissociation_process", - "destination_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2", - "destination_type": "biomaterial" - }, - { - "source_id": "dd1d7800-ea74-4c92-987e-ce35069e3913", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "608baa53-b5f7-45bf-be21-d0488f60a472", - "source_type": "process", - "destination_id": "3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "608baa53-b5f7-45bf-be21-d0488f60a472", - "destination_type": "process" - }, - { - "source_id": "63956c8d-de77-4c43-b863-af6d557fcb6f", - "source_type": "biomaterial", - "destination_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800", - "destination_type": "dissociation_process" - }, - { - "source_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800", - "source_type": "dissociation_process", - "destination_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8", - "destination_type": "biomaterial" - }, - { - "source_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a703ec77-e6bc-4bcc-9956-8efa39559e45", - "source_type": "process", - "destination_id": "63956c8d-de77-4c43-b863-af6d557fcb6f", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "a703ec77-e6bc-4bcc-9956-8efa39559e45", - "destination_type": "process" - }, - { - "source_id": "f8c07921-e93e-4a27-a74a-a3c56d378c08", - "source_type": "biomaterial", - "destination_id": "41e99038-16ba-4197-8856-eda01461d6be", - "destination_type": "dissociation_process" - }, - { - "source_id": "41e99038-16ba-4197-8856-eda01461d6be", - "source_type": "dissociation_process", - "destination_id": "2d776abb-053c-4395-8791-861014668b1d", - "destination_type": "biomaterial" - }, - { - "source_id": "41e99038-16ba-4197-8856-eda01461d6be", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf", - "source_type": "process", - "destination_id": "f8c07921-e93e-4a27-a74a-a3c56d378c08", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf", - "destination_type": "process" - }, - { - "source_id": "46749d78-45b0-4101-a40f-51ad81665e5d", - "source_type": "biomaterial", - "destination_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01", - "destination_type": "dissociation_process" - }, - { - "source_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01", - "source_type": "dissociation_process", - "destination_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45", - "destination_type": "biomaterial" - }, - { - "source_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "12866a87-3978-4ec7-b228-55d7d0ac9f4c", - "source_type": "process", - "destination_id": "46749d78-45b0-4101-a40f-51ad81665e5d", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "12866a87-3978-4ec7-b228-55d7d0ac9f4c", - "destination_type": "process" - }, - { - "source_id": "233705a7-7cf0-4fe5-9ff9-69af7a0195c1", - "source_type": "biomaterial", - "destination_id": "43b9b356-531b-48e0-a34e-70563ebbc28a", - "destination_type": "dissociation_process" - }, - { - "source_id": "43b9b356-531b-48e0-a34e-70563ebbc28a", - "source_type": "dissociation_process", - "destination_id": "95693ba6-b7fd-479a-b08f-1511da62de45", - "destination_type": "biomaterial" - }, - { - "source_id": "43b9b356-531b-48e0-a34e-70563ebbc28a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "5b1f70cd-94e9-4446-8668-cf9e4715ad89", - "source_type": "process", - "destination_id": "233705a7-7cf0-4fe5-9ff9-69af7a0195c1", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "5b1f70cd-94e9-4446-8668-cf9e4715ad89", - "destination_type": "process" - }, - { - "source_id": "8f6dcf92-dc43-4dae-8ff4-049bacd5d251", - "source_type": "biomaterial", - "destination_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c", - "destination_type": "dissociation_process" - }, - { - "source_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c", - "source_type": "dissociation_process", - "destination_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d", - "destination_type": "biomaterial" - }, - { - "source_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "9fd9ef40-e324-4958-aa87-dabf8ad7c9d2", - "source_type": "process", - "destination_id": "8f6dcf92-dc43-4dae-8ff4-049bacd5d251", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "9fd9ef40-e324-4958-aa87-dabf8ad7c9d2", - "destination_type": "process" - }, - { - "source_id": "b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5", - "source_type": "biomaterial", - "destination_id": "931f8a89-be45-45ba-b634-9de2594e5903", - "destination_type": "dissociation_process" - }, - { - "source_id": "931f8a89-be45-45ba-b634-9de2594e5903", - "source_type": "dissociation_process", - "destination_id": "373ed223-86be-4eb1-96ea-bb9a136a786d", - "destination_type": "biomaterial" - }, - { - "source_id": "931f8a89-be45-45ba-b634-9de2594e5903", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "6552dc0a-87ed-41a1-8724-ddd97d66b0d3", - "source_type": "process", - "destination_id": "b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "6552dc0a-87ed-41a1-8724-ddd97d66b0d3", - "destination_type": "process" - }, - { - "source_id": "9f68ab2e-346a-4223-9a33-b4b778824787", - "source_type": "biomaterial", - "destination_id": "1757acc9-2e47-465b-9076-c38795b06f25", - "destination_type": "dissociation_process" - }, - { - "source_id": "1757acc9-2e47-465b-9076-c38795b06f25", - "source_type": "dissociation_process", - "destination_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372", - "destination_type": "biomaterial" - }, - { - "source_id": "1757acc9-2e47-465b-9076-c38795b06f25", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "22eb3486-1184-4327-a013-686a51d88f23", - "source_type": "process", - "destination_id": "9f68ab2e-346a-4223-9a33-b4b778824787", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "22eb3486-1184-4327-a013-686a51d88f23", - "destination_type": "process" - }, - { - "source_id": "eee19426-7cf9-4c03-98fe-ca0be0bc14ab", - "source_type": "biomaterial", - "destination_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2", - "destination_type": "dissociation_process" - }, - { - "source_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2", - "source_type": "dissociation_process", - "destination_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3", - "destination_type": "biomaterial" - }, - { - "source_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "4160bf3b-54fc-4235-a1f0-1692bfd61a45", - "source_type": "process", - "destination_id": "eee19426-7cf9-4c03-98fe-ca0be0bc14ab", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "4160bf3b-54fc-4235-a1f0-1692bfd61a45", - "destination_type": "process" - }, - { - "source_id": "e83c4942-afca-4815-999a-d918cd60d8bd", - "source_type": "biomaterial", - "destination_id": "81621c61-0099-4e43-9170-22720f4227d8", - "destination_type": "dissociation_process" - }, - { - "source_id": "81621c61-0099-4e43-9170-22720f4227d8", - "source_type": "dissociation_process", - "destination_id": "417f2833-eb8f-4d24-b515-5e3858453a04", - "destination_type": "biomaterial" - }, - { - "source_id": "81621c61-0099-4e43-9170-22720f4227d8", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d", - "source_type": "process", - "destination_id": "e83c4942-afca-4815-999a-d918cd60d8bd", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d", - "destination_type": "process" - }, - { - "source_id": "018972ab-599d-412e-9e87-934012f7c63a", - "source_type": "biomaterial", - "destination_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11", - "destination_type": "dissociation_process" - }, - { - "source_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11", - "source_type": "dissociation_process", - "destination_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2", - "destination_type": "biomaterial" - }, - { - "source_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "5b7e0f27-d8ac-4f27-a771-030f3e127646", - "source_type": "process", - "destination_id": "018972ab-599d-412e-9e87-934012f7c63a", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "5b7e0f27-d8ac-4f27-a771-030f3e127646", - "destination_type": "process" - }, - { - "source_id": "1b1eff7c-667a-4dad-aaf6-8b0a08f40787", - "source_type": "biomaterial", - "destination_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d", - "destination_type": "dissociation_process" - }, - { - "source_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d", - "source_type": "dissociation_process", - "destination_id": "83974f7a-d580-477a-af8f-9802e623a576", - "destination_type": "biomaterial" - }, - { - "source_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "b6a9354e-0792-4c1e-8c9c-ee6602a8abc3", - "source_type": "process", - "destination_id": "1b1eff7c-667a-4dad-aaf6-8b0a08f40787", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "b6a9354e-0792-4c1e-8c9c-ee6602a8abc3", - "destination_type": "process" - }, - { - "source_id": "c7643678-0899-4417-bf0c-dd42d52c9ea9", - "source_type": "biomaterial", - "destination_id": "9edaa8fe-4281-452a-85c9-af65eef18052", - "destination_type": "dissociation_process" - }, - { - "source_id": "9edaa8fe-4281-452a-85c9-af65eef18052", - "source_type": "dissociation_process", - "destination_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac", - "destination_type": "biomaterial" - }, - { - "source_id": "9edaa8fe-4281-452a-85c9-af65eef18052", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82", - "source_type": "process", - "destination_id": "c7643678-0899-4417-bf0c-dd42d52c9ea9", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82", - "destination_type": "process" - }, - { - "source_id": "e8987627-1c0a-4914-b9ee-04b5e76384c5", - "source_type": "biomaterial", - "destination_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9", - "destination_type": "dissociation_process" - }, - { - "source_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9", - "source_type": "dissociation_process", - "destination_id": "ab67b774-4e1b-4650-8f44-0318369c9999", - "destination_type": "biomaterial" - }, - { - "source_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "8a84dece-bf92-44a4-83ab-472cbb27e023", - "source_type": "process", - "destination_id": "e8987627-1c0a-4914-b9ee-04b5e76384c5", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "8a84dece-bf92-44a4-83ab-472cbb27e023", - "destination_type": "process" - }, - { - "source_id": "60dd2004-0d4a-4141-87a3-3fbd594e0ff0", - "source_type": "biomaterial", - "destination_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892", - "destination_type": "dissociation_process" - }, - { - "source_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892", - "source_type": "dissociation_process", - "destination_id": "87ae843f-af22-4d73-9afc-91624d7af38a", - "destination_type": "biomaterial" - }, - { - "source_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ac0f6472-208a-4dd4-9a53-f4046586e741", - "source_type": "process", - "destination_id": "60dd2004-0d4a-4141-87a3-3fbd594e0ff0", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "ac0f6472-208a-4dd4-9a53-f4046586e741", - "destination_type": "process" - }, - { - "source_id": "64fc872d-1b3e-462c-836f-c0cbabaf419e", - "source_type": "biomaterial", - "destination_id": "e51f3a70-2169-478d-9241-12f1900d6696", - "destination_type": "dissociation_process" - }, - { - "source_id": "e51f3a70-2169-478d-9241-12f1900d6696", - "source_type": "dissociation_process", - "destination_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1", - "destination_type": "biomaterial" - }, - { - "source_id": "e51f3a70-2169-478d-9241-12f1900d6696", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "1eafcd8a-cf3c-4c18-85a7-4f8335af24c6", - "source_type": "process", - "destination_id": "64fc872d-1b3e-462c-836f-c0cbabaf419e", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "1eafcd8a-cf3c-4c18-85a7-4f8335af24c6", - "destination_type": "process" - }, - { - "source_id": "940c42d6-b243-4f75-ba0d-7b88507d4017", - "source_type": "biomaterial", - "destination_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b", - "destination_type": "dissociation_process" - }, - { - "source_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b", - "source_type": "dissociation_process", - "destination_id": "efcd5856-7134-4048-b9d8-c909ce72f65c", - "destination_type": "biomaterial" - }, - { - "source_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ff59683a-e31e-48c5-858a-96ecbbe31e6d", - "source_type": "process", - "destination_id": "940c42d6-b243-4f75-ba0d-7b88507d4017", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "ff59683a-e31e-48c5-858a-96ecbbe31e6d", - "destination_type": "process" - }, - { - "source_id": "51ddd492-619b-4d69-a189-f7b47914675b", - "source_type": "biomaterial", - "destination_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3", - "destination_type": "dissociation_process" - }, - { - "source_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3", - "source_type": "dissociation_process", - "destination_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d", - "destination_type": "biomaterial" - }, - { - "source_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "5534794b-4e44-4672-a003-c94a71bbd94c", - "source_type": "process", - "destination_id": "51ddd492-619b-4d69-a189-f7b47914675b", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "5534794b-4e44-4672-a003-c94a71bbd94c", - "destination_type": "process" - }, - { - "source_id": "76200ba9-fac8-4880-8fd0-50ce00e4783f", - "source_type": "biomaterial", - "destination_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9", - "destination_type": "dissociation_process" - }, - { - "source_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9", - "source_type": "dissociation_process", - "destination_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30", - "destination_type": "biomaterial" - }, - { - "source_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a421497c-4dc9-4268-b1b8-60322c22f82f", - "source_type": "process", - "destination_id": "76200ba9-fac8-4880-8fd0-50ce00e4783f", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "a421497c-4dc9-4268-b1b8-60322c22f82f", - "destination_type": "process" - }, - { - "source_id": "c49327da-ab41-4280-ac15-fccd207c800e", - "source_type": "biomaterial", - "destination_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71", - "destination_type": "dissociation_process" - }, - { - "source_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71", - "source_type": "dissociation_process", - "destination_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d", - "destination_type": "biomaterial" - }, - { - "source_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c4b7a701-f0ed-4d84-ad1f-0d65095be3f5", - "source_type": "process", - "destination_id": "c49327da-ab41-4280-ac15-fccd207c800e", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "c4b7a701-f0ed-4d84-ad1f-0d65095be3f5", - "destination_type": "process" - }, - { - "source_id": "5b61815f-8d1a-4ca9-a29d-94e0932b1e45", - "source_type": "biomaterial", - "destination_id": "0c80271a-0984-4cd8-89cb-40faea004d85", - "destination_type": "dissociation_process" - }, - { - "source_id": "0c80271a-0984-4cd8-89cb-40faea004d85", - "source_type": "dissociation_process", - "destination_id": "05cc8105-9909-4cc0-bbb2-ad175213761a", - "destination_type": "biomaterial" - }, - { - "source_id": "0c80271a-0984-4cd8-89cb-40faea004d85", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "7fcbb613-cb71-4606-8b16-efc72716cafa", - "source_type": "process", - "destination_id": "5b61815f-8d1a-4ca9-a29d-94e0932b1e45", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "7fcbb613-cb71-4606-8b16-efc72716cafa", - "destination_type": "process" - }, - { - "source_id": "b9b154aa-096c-4703-9e7c-daa0fe7abf89", - "source_type": "biomaterial", - "destination_id": "e3b95758-b7a1-47c2-a950-45569d8e3925", - "destination_type": "dissociation_process" - }, - { - "source_id": "e3b95758-b7a1-47c2-a950-45569d8e3925", - "source_type": "dissociation_process", - "destination_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93", - "destination_type": "biomaterial" - }, - { - "source_id": "e3b95758-b7a1-47c2-a950-45569d8e3925", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c5a46640-0719-4bf0-acd2-6f0bc7fe7c58", - "source_type": "process", - "destination_id": "b9b154aa-096c-4703-9e7c-daa0fe7abf89", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "c5a46640-0719-4bf0-acd2-6f0bc7fe7c58", - "destination_type": "process" - }, - { - "source_id": "301d5d6c-eee5-49ca-b71e-f6d53cba4595", - "source_type": "biomaterial", - "destination_id": "46975356-173c-43bd-9027-0254254f4bb7", - "destination_type": "dissociation_process" - }, - { - "source_id": "46975356-173c-43bd-9027-0254254f4bb7", - "source_type": "dissociation_process", - "destination_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60", - "destination_type": "biomaterial" - }, - { - "source_id": "46975356-173c-43bd-9027-0254254f4bb7", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e5d701d8-3e74-4102-a7c8-f931d8040562", - "source_type": "process", - "destination_id": "301d5d6c-eee5-49ca-b71e-f6d53cba4595", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "e5d701d8-3e74-4102-a7c8-f931d8040562", - "destination_type": "process" - }, - { - "source_id": "26535b23-cb10-4093-a794-23def68c7d0c", - "source_type": "biomaterial", - "destination_id": "e9e97319-a21f-4451-8023-a5e672ac7b34", - "destination_type": "dissociation_process" - }, - { - "source_id": "e9e97319-a21f-4451-8023-a5e672ac7b34", - "source_type": "dissociation_process", - "destination_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f", - "destination_type": "biomaterial" - }, - { - "source_id": "e9e97319-a21f-4451-8023-a5e672ac7b34", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "b766ca95-9b6c-42b9-9e47-8a8d6482d2ca", - "source_type": "process", - "destination_id": "26535b23-cb10-4093-a794-23def68c7d0c", - "destination_type": "biomaterial" - }, - { - "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", - "source_type": "biomaterial", - "destination_id": "b766ca95-9b6c-42b9-9e47-8a8d6482d2ca", - "destination_type": "process" - }, - { - "source_id": "3687d559-3378-482c-a78f-dac301315580", - "source_type": "biomaterial", - "destination_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6", - "destination_type": "dissociation_process" - }, - { - "source_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6", - "source_type": "dissociation_process", - "destination_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e", - "destination_type": "biomaterial" - }, - { - "source_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "4ee1282e-889f-449c-bb2a-4728a4d26b0c", - "source_type": "process", - "destination_id": "3687d559-3378-482c-a78f-dac301315580", - "destination_type": "biomaterial" - }, - { - "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", - "source_type": "biomaterial", - "destination_id": "4ee1282e-889f-449c-bb2a-4728a4d26b0c", - "destination_type": "process" - }, - { - "source_id": "77b71f13-95b7-465a-b662-35e2e0585273", - "source_type": "biomaterial", - "destination_id": "a63244f2-63f8-4ba8-9322-5925506ce933", - "destination_type": "dissociation_process" - }, - { - "source_id": "a63244f2-63f8-4ba8-9322-5925506ce933", - "source_type": "dissociation_process", - "destination_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1", - "destination_type": "biomaterial" - }, - { - "source_id": "a63244f2-63f8-4ba8-9322-5925506ce933", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8", - "source_type": "process", - "destination_id": "77b71f13-95b7-465a-b662-35e2e0585273", - "destination_type": "biomaterial" - }, - { - "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", - "source_type": "biomaterial", - "destination_id": "c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8", - "destination_type": "process" - }, - { - "source_id": "ce8e1a87-7041-4888-9735-854660215cfc", - "source_type": "biomaterial", - "destination_id": "f6432490-72e8-4e00-a6d8-26af81dc5456", - "destination_type": "dissociation_process" - }, - { - "source_id": "f6432490-72e8-4e00-a6d8-26af81dc5456", - "source_type": "dissociation_process", - "destination_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72", - "destination_type": "biomaterial" - }, - { - "source_id": "f6432490-72e8-4e00-a6d8-26af81dc5456", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "30890f02-510a-4141-a0b6-de269e3a5192", - "source_type": "process", - "destination_id": "ce8e1a87-7041-4888-9735-854660215cfc", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "30890f02-510a-4141-a0b6-de269e3a5192", - "destination_type": "process" - }, - { - "source_id": "89f83d7f-eb14-4c3e-84d3-ceede50d8f8d", - "source_type": "biomaterial", - "destination_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9", - "destination_type": "dissociation_process" - }, - { - "source_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9", - "source_type": "dissociation_process", - "destination_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773", - "destination_type": "biomaterial" - }, - { - "source_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "f963aea9-4016-4570-88f3-66f2046be874", - "source_type": "process", - "destination_id": "89f83d7f-eb14-4c3e-84d3-ceede50d8f8d", - "destination_type": "biomaterial" - }, - { - "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", - "source_type": "biomaterial", - "destination_id": "f963aea9-4016-4570-88f3-66f2046be874", - "destination_type": "process" - }, - { - "source_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "2d776abb-053c-4395-8791-861014668b1d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "95693ba6-b7fd-479a-b08f-1511da62de45", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "373ed223-86be-4eb1-96ea-bb9a136a786d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "417f2833-eb8f-4d24-b515-5e3858453a04", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "83974f7a-d580-477a-af8f-9802e623a576", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "ab67b774-4e1b-4650-8f44-0318369c9999", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "87ae843f-af22-4d73-9afc-91624d7af38a", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "efcd5856-7134-4048-b9d8-c909ce72f65c", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "05cc8105-9909-4cc0-bbb2-ad175213761a", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e8a1e8cd-9941-4a59-aceb-a17649543bbb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "824f5af4-545d-4061-8cfa-116b8d1d8c0c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "033c2369-fa63-49d1-80e6-19b06ebafa93", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "29a04cd5-2f40-4030-8721-e936de10431a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "84ed2e73-801c-4517-97a8-3c2b37b2ccca", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ab650f1f-003d-424a-9455-f28c8dad28a1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2187a383-7663-49d1-9383-26107fa4e1e3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0c06ee73-f507-4427-aeb0-e7359620f2a4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e0920342-d954-46e6-99f6-d1d7f2cfa56c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "10d3fd29-2c93-47ae-86ad-5bede5e97aba", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f724ace3-3cff-45eb-bee5-7fea53da64da", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "762a5985-3cdc-4406-8d88-c1b6d8579ceb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b19e2b64-5352-49d4-ace9-5563abf4d9fd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "35770609-6db4-415e-ae1d-dc590338bdce", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7c102baf-2faa-44f9-bd03-2db1763fab2b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e3d601e3-4bbe-4f24-8ee3-03ac35589548", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3e9d8ded-1819-4905-a855-2b9a7a675558", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "538f5f66-76f7-40e3-9130-e4e3633b0bb6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7da336e9-59c3-4e13-8890-a728c9d46aad", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c122cf51-5d3a-428c-bfa3-d6c09d80f138", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "24be633e-1b05-405d-839a-f25a419fac8e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "55e172fd-740b-415f-9fcd-f9f245264a0c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "948e17b8-aa39-4a79-b5df-6abf0007ca12", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3c92b73c-13c8-472e-8728-c48120abac15", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2c9190f9-98be-4314-8a02-97519229d975", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e8290f80-02d6-424d-a11b-a6989a14e3d4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "25879d3f-6595-43d3-a5ca-5cdecea9eb51", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "732ffe61-8834-459c-97eb-62c1e11b0288", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "92d4ccbe-1689-4e12-932a-40d5a75e9da5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9e4f5829-4d55-4106-8278-53ae1b9187ec", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "07e38704-5f81-4c54-93ad-319de7dd684b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4371755a-4549-4124-bdf4-ea2a768bd5c9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d03d5e6f-fb5e-499b-bb77-269fb51689cc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "868712b5-40fb-4c18-83bb-3dcbcce32032", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "660ce604-15e0-404a-b061-0b9f533363bb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1ab32587-0198-461d-97f1-34926b5de5bf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ed3cbb48-adf8-4531-919a-a467fd838940", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4e0e994c-2dc2-4347-b436-bf4ad68d410e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "66b65537-4bad-44e5-ba65-3153181f3e2f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ab363ff2-fa4f-4c6e-a817-8255b28f0171", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "05b4fee4-8499-4c53-a11b-bf9f46f20092", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c8ae16b5-478d-484e-a691-8d0685e35011", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fb37e886-5520-448a-9904-40df6f9a9d55", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2a694912-a7f2-4055-a854-aea8830e8a42", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "acd91be0-cdcb-4a3c-b7ae-0e969f538942", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ea5f0052-93a9-40ab-8452-8bee7489612b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "95eb362b-cbc9-49c8-8ba1-a6958e280416", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "73f7b90b-2823-4714-a145-678f83f54b56", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "97577c70-547f-417e-827f-ac2832f1ec05", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7953d974-4812-4b77-b5c2-ea8c3f5cc864", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8e8d4873-328b-4c1c-b51c-be6b248e9c77", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "71715dea-99cd-4756-aa9c-debfd4927b89", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cdac53a4-9c25-4add-a5fb-0c3566d34bac", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "04fe0366-0173-4d9a-b3b5-e662ffb18d97", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "450fde91-2153-42ee-ba7a-5cf4b59eb587", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9789d08f-9a13-4d12-b7e4-1a399cc3497f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "12818748-5843-47a5-82d7-e68c618a9ec7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "422855a5-5bad-4b93-93b3-51900ba36c43", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5f43bb85-cfa6-4131-84fa-7c80c58dd024", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d5926d97-2a6e-4ad9-8e32-9653e05c894a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "850e0456-c706-4d74-910e-76b3284641fb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c0d6864e-0812-47b5-83a5-d48150334134", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f68eed9d-716c-48e5-9766-54521113b843", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7ddf5ede-274c-4252-b9bd-8344ab01e47f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a8b86342-3b98-4030-bdfa-a7cc45e3d256", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d566502b-0ea1-4060-8f62-98dbabc3ee34", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "196fa68d-aede-4682-9600-e969ab755c84", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1955e248-81dc-464a-a578-28a13c858dda", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fb00fff4-40d7-402d-8df3-0df52c623d91", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "25df2567-741c-4448-ae4f-4ae1eaba0fa7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "707251d4-b780-4472-aa0f-79c5db9eaddf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "71080f34-4468-4ca5-8a6c-bf688ab31462", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ae780044-5103-4c32-892b-98ba6ceea2d9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "774ac2a7-2a37-42e8-b7ec-e5adc19af937", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f33d18e0-844d-48a2-9e14-bb04ae52a362", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bafde3e9-8d7c-4891-809e-5398037a81e2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cbc254bc-0116-43e6-b6d6-f8866a5abe49", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "acf12743-50d3-4e85-9170-dafa18d3a3bf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5a38dd8f-47de-44f6-a2ae-b7f93482c980", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "56b61187-cf52-4141-97aa-ec67be551c63", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "25c6df56-b689-4785-a573-9ec4a0dad917", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fb3db3b3-4d84-4016-826d-65cee4cb330b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4baea468-bdb2-40fb-85fc-ede385f3a961", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b1504d1c-6013-4ea0-81aa-7c772266496c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1ade713c-9338-490f-9d98-0376f3be7015", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2fc5f77e-eb3f-4239-9491-54c884d9bd14", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6f0e108d-30da-4242-b489-5eb638e2db96", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a9e3f239-2876-4e6b-9893-5dabb22fd15d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d16086a1-876b-4a27-912c-95aa48d76f0b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b7a24845-305e-4b46-9803-37b851ec0d05", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f6bdc59e-9011-4905-adb8-2d21f311fd42", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fd194d02-d6c0-4933-a54b-805e7b3a9bab", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "91173351-3ea1-4465-88dc-fc084fb67aec", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "657baf8a-add9-4959-bb6f-774cd8127d55", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "465fde8c-1bfc-4f16-9244-9bc2ebf64827", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4515315a-d693-4a22-bf34-b58c981f28c7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9853a614-30c3-40bb-b356-4e59966abc20", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e62f6842-6b8b-474b-ab43-55cae82c8d25", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3da817b1-75a2-4477-94dc-870521be252f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ebf50b94-7550-4937-8191-7bc8d0497935", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d5092fdb-3b57-4b29-9a40-bc296f490d69", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "404ac51a-e122-47a4-a556-bab218007d52", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "82d29d79-1b18-41b4-83b3-603a9234e64a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "53ca1f09-4985-4827-a3cb-5f53d2cc543e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "61b83558-f8ae-4cfa-91cd-6eaedf60347a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a75378cf-c7fc-4d86-806d-377bbe925e36", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3a8260d6-5206-4cbe-a672-782be9e061f5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1c04418c-3550-40a7-9858-68b326605579", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1e109600-e523-46b9-9f8a-5b7969dd3c4e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e999790e-b051-4b79-aeff-170b7821861f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "be6b7802-5f10-4435-a22e-00b62bdcd324", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "102e7a1f-0521-4e05-92ce-03555b48af78", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b1b19afe-cb06-442f-a463-3ae62b94e500", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "75c9928e-4fc9-4095-9426-c121ef4dc682", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "35de5022-c743-416e-892f-268a44d3c8f1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "582bb010-a460-4e23-b33c-1b349f3cf084", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f2bd46e6-1077-482f-852d-069d2b17c2cd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "04489995-747c-4899-a043-ef7aba9a29f1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "612ece49-f034-4d09-8958-933cfe834c63", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c6ca4bda-2c44-4092-a943-b401e6d79b6d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "00f2c451-419c-4cdf-9266-347245761bb0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "70b58641-42b4-42e4-b546-e44f5c16aba4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "52dcc9fb-c900-4835-9871-53f5c8799160", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e35cd0e8-786b-4fd8-a461-6500d52cc24a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3d93b4bd-5580-4afa-9268-eb3e27658dca", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "79fbd727-4897-48cd-bd48-5d5680b2f9ed", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "dde7422f-1671-47f6-9c28-f447f780dc62", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c5117298-7d44-42e2-a24d-a07b578ebea8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e5dffb26-e7c6-4188-b99e-73e5033e1617", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e64cbb06-6329-4132-b8c2-b9a5a6774696", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "72dcca44-72b1-41bb-a04e-7a90a535eb5c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f72531f8-851a-4f23-8bcd-b2b47bad0f84", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3262b323-8545-4c41-ab65-432b635781a7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b929e871-594e-4f98-9cf9-5889af26b3c3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "11726713-72bb-43d6-9fd0-e09d4940f7fd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b47fd4ca-a7d2-484b-8834-378bf9077336", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "74409b42-8580-4e4d-8c08-1e70d9c693ea", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0671d6de-6840-4fc8-b67d-f7d662beea88", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "43a5906d-d880-49ef-b743-261a69c7024f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f087e6a6-b9cd-4f26-8932-167d246a6e02", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "edff548f-d6ac-469e-a136-d59a501e3f90", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e823513d-c147-4219-b1c3-33e1cd7b0862", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e918cb31-af72-4d87-a414-4c499305bdd5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6b6c9e11-8918-45c7-b80a-cecb591a79cb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "72cfdf1c-8509-4d36-9751-35537c2a7a9d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "946889b2-c18d-45ff-b5dc-df818f2c98b7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", - "destination_type": "protocol" - }, - { - "source_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "2d776abb-053c-4395-8791-861014668b1d", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "95693ba6-b7fd-479a-b08f-1511da62de45", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "373ed223-86be-4eb1-96ea-bb9a136a786d", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "417f2833-eb8f-4d24-b515-5e3858453a04", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "83974f7a-d580-477a-af8f-9802e623a576", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "ab67b774-4e1b-4650-8f44-0318369c9999", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "87ae843f-af22-4d73-9afc-91624d7af38a", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "efcd5856-7134-4048-b9d8-c909ce72f65c", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "05cc8105-9909-4cc0-bbb2-ad175213761a", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773", - "source_type": "biomaterial", - "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "destination_type": "sequencing_process" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e8a1e8cd-9941-4a59-aceb-a17649543bbb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "824f5af4-545d-4061-8cfa-116b8d1d8c0c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "033c2369-fa63-49d1-80e6-19b06ebafa93", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "29a04cd5-2f40-4030-8721-e936de10431a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "84ed2e73-801c-4517-97a8-3c2b37b2ccca", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ab650f1f-003d-424a-9455-f28c8dad28a1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "2187a383-7663-49d1-9383-26107fa4e1e3", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "0c06ee73-f507-4427-aeb0-e7359620f2a4", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e0920342-d954-46e6-99f6-d1d7f2cfa56c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "10d3fd29-2c93-47ae-86ad-5bede5e97aba", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f724ace3-3cff-45eb-bee5-7fea53da64da", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "762a5985-3cdc-4406-8d88-c1b6d8579ceb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b19e2b64-5352-49d4-ace9-5563abf4d9fd", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "35770609-6db4-415e-ae1d-dc590338bdce", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "7c102baf-2faa-44f9-bd03-2db1763fab2b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e3d601e3-4bbe-4f24-8ee3-03ac35589548", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "3e9d8ded-1819-4905-a855-2b9a7a675558", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "538f5f66-76f7-40e3-9130-e4e3633b0bb6", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "7da336e9-59c3-4e13-8890-a728c9d46aad", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c122cf51-5d3a-428c-bfa3-d6c09d80f138", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "24be633e-1b05-405d-839a-f25a419fac8e", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "55e172fd-740b-415f-9fcd-f9f245264a0c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "948e17b8-aa39-4a79-b5df-6abf0007ca12", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "3c92b73c-13c8-472e-8728-c48120abac15", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "2c9190f9-98be-4314-8a02-97519229d975", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e8290f80-02d6-424d-a11b-a6989a14e3d4", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "25879d3f-6595-43d3-a5ca-5cdecea9eb51", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "732ffe61-8834-459c-97eb-62c1e11b0288", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "92d4ccbe-1689-4e12-932a-40d5a75e9da5", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "9e4f5829-4d55-4106-8278-53ae1b9187ec", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "07e38704-5f81-4c54-93ad-319de7dd684b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "4371755a-4549-4124-bdf4-ea2a768bd5c9", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d03d5e6f-fb5e-499b-bb77-269fb51689cc", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "868712b5-40fb-4c18-83bb-3dcbcce32032", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "660ce604-15e0-404a-b061-0b9f533363bb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1ab32587-0198-461d-97f1-34926b5de5bf", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ed3cbb48-adf8-4531-919a-a467fd838940", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "4e0e994c-2dc2-4347-b436-bf4ad68d410e", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "66b65537-4bad-44e5-ba65-3153181f3e2f", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ab363ff2-fa4f-4c6e-a817-8255b28f0171", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "05b4fee4-8499-4c53-a11b-bf9f46f20092", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c8ae16b5-478d-484e-a691-8d0685e35011", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "fb37e886-5520-448a-9904-40df6f9a9d55", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "2a694912-a7f2-4055-a854-aea8830e8a42", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "acd91be0-cdcb-4a3c-b7ae-0e969f538942", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ea5f0052-93a9-40ab-8452-8bee7489612b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "95eb362b-cbc9-49c8-8ba1-a6958e280416", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "73f7b90b-2823-4714-a145-678f83f54b56", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "97577c70-547f-417e-827f-ac2832f1ec05", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "7953d974-4812-4b77-b5c2-ea8c3f5cc864", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "8e8d4873-328b-4c1c-b51c-be6b248e9c77", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "71715dea-99cd-4756-aa9c-debfd4927b89", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "cdac53a4-9c25-4add-a5fb-0c3566d34bac", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "04fe0366-0173-4d9a-b3b5-e662ffb18d97", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "450fde91-2153-42ee-ba7a-5cf4b59eb587", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "9789d08f-9a13-4d12-b7e4-1a399cc3497f", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "12818748-5843-47a5-82d7-e68c618a9ec7", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "422855a5-5bad-4b93-93b3-51900ba36c43", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "5f43bb85-cfa6-4131-84fa-7c80c58dd024", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d5926d97-2a6e-4ad9-8e32-9653e05c894a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "850e0456-c706-4d74-910e-76b3284641fb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c0d6864e-0812-47b5-83a5-d48150334134", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f68eed9d-716c-48e5-9766-54521113b843", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "7ddf5ede-274c-4252-b9bd-8344ab01e47f", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "a8b86342-3b98-4030-bdfa-a7cc45e3d256", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d566502b-0ea1-4060-8f62-98dbabc3ee34", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "196fa68d-aede-4682-9600-e969ab755c84", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1955e248-81dc-464a-a578-28a13c858dda", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "fb00fff4-40d7-402d-8df3-0df52c623d91", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "25df2567-741c-4448-ae4f-4ae1eaba0fa7", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "707251d4-b780-4472-aa0f-79c5db9eaddf", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "71080f34-4468-4ca5-8a6c-bf688ab31462", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ae780044-5103-4c32-892b-98ba6ceea2d9", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "774ac2a7-2a37-42e8-b7ec-e5adc19af937", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f33d18e0-844d-48a2-9e14-bb04ae52a362", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "bafde3e9-8d7c-4891-809e-5398037a81e2", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "cbc254bc-0116-43e6-b6d6-f8866a5abe49", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "acf12743-50d3-4e85-9170-dafa18d3a3bf", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "5a38dd8f-47de-44f6-a2ae-b7f93482c980", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "56b61187-cf52-4141-97aa-ec67be551c63", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "25c6df56-b689-4785-a573-9ec4a0dad917", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "fb3db3b3-4d84-4016-826d-65cee4cb330b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "4baea468-bdb2-40fb-85fc-ede385f3a961", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b1504d1c-6013-4ea0-81aa-7c772266496c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1ade713c-9338-490f-9d98-0376f3be7015", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "2fc5f77e-eb3f-4239-9491-54c884d9bd14", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "6f0e108d-30da-4242-b489-5eb638e2db96", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "a9e3f239-2876-4e6b-9893-5dabb22fd15d", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d16086a1-876b-4a27-912c-95aa48d76f0b", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b7a24845-305e-4b46-9803-37b851ec0d05", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f6bdc59e-9011-4905-adb8-2d21f311fd42", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "fd194d02-d6c0-4933-a54b-805e7b3a9bab", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "91173351-3ea1-4465-88dc-fc084fb67aec", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "657baf8a-add9-4959-bb6f-774cd8127d55", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "465fde8c-1bfc-4f16-9244-9bc2ebf64827", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "4515315a-d693-4a22-bf34-b58c981f28c7", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "9853a614-30c3-40bb-b356-4e59966abc20", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e62f6842-6b8b-474b-ab43-55cae82c8d25", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "3da817b1-75a2-4477-94dc-870521be252f", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ebf50b94-7550-4937-8191-7bc8d0497935", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d5092fdb-3b57-4b29-9a40-bc296f490d69", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "404ac51a-e122-47a4-a556-bab218007d52", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "82d29d79-1b18-41b4-83b3-603a9234e64a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "53ca1f09-4985-4827-a3cb-5f53d2cc543e", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "61b83558-f8ae-4cfa-91cd-6eaedf60347a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "a75378cf-c7fc-4d86-806d-377bbe925e36", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "3a8260d6-5206-4cbe-a672-782be9e061f5", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1c04418c-3550-40a7-9858-68b326605579", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1e109600-e523-46b9-9f8a-5b7969dd3c4e", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e999790e-b051-4b79-aeff-170b7821861f", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "be6b7802-5f10-4435-a22e-00b62bdcd324", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "102e7a1f-0521-4e05-92ce-03555b48af78", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b1b19afe-cb06-442f-a463-3ae62b94e500", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "75c9928e-4fc9-4095-9426-c121ef4dc682", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "35de5022-c743-416e-892f-268a44d3c8f1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "582bb010-a460-4e23-b33c-1b349f3cf084", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f2bd46e6-1077-482f-852d-069d2b17c2cd", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "04489995-747c-4899-a043-ef7aba9a29f1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "612ece49-f034-4d09-8958-933cfe834c63", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c6ca4bda-2c44-4092-a943-b401e6d79b6d", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "00f2c451-419c-4cdf-9266-347245761bb0", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "70b58641-42b4-42e4-b546-e44f5c16aba4", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "52dcc9fb-c900-4835-9871-53f5c8799160", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e35cd0e8-786b-4fd8-a461-6500d52cc24a", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "3d93b4bd-5580-4afa-9268-eb3e27658dca", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "79fbd727-4897-48cd-bd48-5d5680b2f9ed", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "dde7422f-1671-47f6-9c28-f447f780dc62", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "c5117298-7d44-42e2-a24d-a07b578ebea8", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e5dffb26-e7c6-4188-b99e-73e5033e1617", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e64cbb06-6329-4132-b8c2-b9a5a6774696", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "72dcca44-72b1-41bb-a04e-7a90a535eb5c", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f72531f8-851a-4f23-8bcd-b2b47bad0f84", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "3262b323-8545-4c41-ab65-432b635781a7", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b929e871-594e-4f98-9cf9-5889af26b3c3", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "11726713-72bb-43d6-9fd0-e09d4940f7fd", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "b47fd4ca-a7d2-484b-8834-378bf9077336", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "74409b42-8580-4e4d-8c08-1e70d9c693ea", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "0671d6de-6840-4fc8-b67d-f7d662beea88", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "43a5906d-d880-49ef-b743-261a69c7024f", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "f087e6a6-b9cd-4f26-8932-167d246a6e02", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "edff548f-d6ac-469e-a136-d59a501e3f90", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e823513d-c147-4219-b1c3-33e1cd7b0862", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e918cb31-af72-4d87-a414-4c499305bdd5", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "6b6c9e11-8918-45c7-b80a-cecb591a79cb", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "72cfdf1c-8509-4d36-9751-35537c2a7a9d", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "946889b2-c18d-45ff-b5dc-df818f2c98b7", - "destination_type": "file" - }, - { - "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", - "source_type": "sequencing_process", - "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.860Z", + "updateDate": "2018-03-26T16:59:27.537Z", + "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" + } } - } + }, + "links": { + "links": [ + { + "source_id": "642c8a0a-ffa1-4e06-aab6-f777cafda07b", + "source_type": "biomaterial", + "destination_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb", + "destination_type": "dissociation_process" + }, + { + "source_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb", + "source_type": "dissociation_process", + "destination_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692", + "destination_type": "biomaterial" + }, + { + "source_id": "09c4b005-1357-4cca-a21a-2e63a71e00eb", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "534bf336-7af6-44e5-9f01-11d4ca6d03db", + "source_type": "process", + "destination_id": "642c8a0a-ffa1-4e06-aab6-f777cafda07b", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "534bf336-7af6-44e5-9f01-11d4ca6d03db", + "destination_type": "process" + }, + { + "source_id": "d890548c-3c98-4e30-8c9c-05d2dc6e28c2", + "source_type": "biomaterial", + "destination_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58", + "destination_type": "dissociation_process" + }, + { + "source_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58", + "source_type": "dissociation_process", + "destination_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4", + "destination_type": "biomaterial" + }, + { + "source_id": "f51f836c-ae21-4576-a107-a42ae6c2bb58", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d7800343-3c9e-484a-8abb-9bfcb92d0734", + "source_type": "process", + "destination_id": "d890548c-3c98-4e30-8c9c-05d2dc6e28c2", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "d7800343-3c9e-484a-8abb-9bfcb92d0734", + "destination_type": "process" + }, + { + "source_id": "1ffa73eb-a01a-45d2-9b99-fd55d76f4f74", + "source_type": "biomaterial", + "destination_id": "25f66e31-2091-426f-957b-e66e888b1f00", + "destination_type": "dissociation_process" + }, + { + "source_id": "25f66e31-2091-426f-957b-e66e888b1f00", + "source_type": "dissociation_process", + "destination_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559", + "destination_type": "biomaterial" + }, + { + "source_id": "25f66e31-2091-426f-957b-e66e888b1f00", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ea7ccba0-8939-4336-8b52-4ffceacb539c", + "source_type": "process", + "destination_id": "1ffa73eb-a01a-45d2-9b99-fd55d76f4f74", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "ea7ccba0-8939-4336-8b52-4ffceacb539c", + "destination_type": "process" + }, + { + "source_id": "cf6e873c-48a4-4422-93d6-5403a4f63f72", + "source_type": "biomaterial", + "destination_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a", + "destination_type": "dissociation_process" + }, + { + "source_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a", + "source_type": "dissociation_process", + "destination_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8", + "destination_type": "biomaterial" + }, + { + "source_id": "31dc39b4-3ea3-4731-a558-d5e831ae363a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "11c7adde-505c-4b17-b7fa-f2a333e11400", + "source_type": "process", + "destination_id": "cf6e873c-48a4-4422-93d6-5403a4f63f72", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "11c7adde-505c-4b17-b7fa-f2a333e11400", + "destination_type": "process" + }, + { + "source_id": "3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a", + "source_type": "biomaterial", + "destination_id": "dd1d7800-ea74-4c92-987e-ce35069e3913", + "destination_type": "dissociation_process" + }, + { + "source_id": "dd1d7800-ea74-4c92-987e-ce35069e3913", + "source_type": "dissociation_process", + "destination_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2", + "destination_type": "biomaterial" + }, + { + "source_id": "dd1d7800-ea74-4c92-987e-ce35069e3913", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "608baa53-b5f7-45bf-be21-d0488f60a472", + "source_type": "process", + "destination_id": "3ed1dc49-5b8f-46e8-b56c-f3488a3c7f4a", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "608baa53-b5f7-45bf-be21-d0488f60a472", + "destination_type": "process" + }, + { + "source_id": "63956c8d-de77-4c43-b863-af6d557fcb6f", + "source_type": "biomaterial", + "destination_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800", + "destination_type": "dissociation_process" + }, + { + "source_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800", + "source_type": "dissociation_process", + "destination_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8", + "destination_type": "biomaterial" + }, + { + "source_id": "675dbc6d-51d2-4118-a5a1-2bbfd239c800", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a703ec77-e6bc-4bcc-9956-8efa39559e45", + "source_type": "process", + "destination_id": "63956c8d-de77-4c43-b863-af6d557fcb6f", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "a703ec77-e6bc-4bcc-9956-8efa39559e45", + "destination_type": "process" + }, + { + "source_id": "f8c07921-e93e-4a27-a74a-a3c56d378c08", + "source_type": "biomaterial", + "destination_id": "41e99038-16ba-4197-8856-eda01461d6be", + "destination_type": "dissociation_process" + }, + { + "source_id": "41e99038-16ba-4197-8856-eda01461d6be", + "source_type": "dissociation_process", + "destination_id": "2d776abb-053c-4395-8791-861014668b1d", + "destination_type": "biomaterial" + }, + { + "source_id": "41e99038-16ba-4197-8856-eda01461d6be", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf", + "source_type": "process", + "destination_id": "f8c07921-e93e-4a27-a74a-a3c56d378c08", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "e0a98420-60ff-4f9f-9ea9-7ab8179ac0cf", + "destination_type": "process" + }, + { + "source_id": "46749d78-45b0-4101-a40f-51ad81665e5d", + "source_type": "biomaterial", + "destination_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01", + "destination_type": "dissociation_process" + }, + { + "source_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01", + "source_type": "dissociation_process", + "destination_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45", + "destination_type": "biomaterial" + }, + { + "source_id": "83b35a15-863e-40c6-b8d2-855c1fcc6f01", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "12866a87-3978-4ec7-b228-55d7d0ac9f4c", + "source_type": "process", + "destination_id": "46749d78-45b0-4101-a40f-51ad81665e5d", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "12866a87-3978-4ec7-b228-55d7d0ac9f4c", + "destination_type": "process" + }, + { + "source_id": "233705a7-7cf0-4fe5-9ff9-69af7a0195c1", + "source_type": "biomaterial", + "destination_id": "43b9b356-531b-48e0-a34e-70563ebbc28a", + "destination_type": "dissociation_process" + }, + { + "source_id": "43b9b356-531b-48e0-a34e-70563ebbc28a", + "source_type": "dissociation_process", + "destination_id": "95693ba6-b7fd-479a-b08f-1511da62de45", + "destination_type": "biomaterial" + }, + { + "source_id": "43b9b356-531b-48e0-a34e-70563ebbc28a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "5b1f70cd-94e9-4446-8668-cf9e4715ad89", + "source_type": "process", + "destination_id": "233705a7-7cf0-4fe5-9ff9-69af7a0195c1", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "5b1f70cd-94e9-4446-8668-cf9e4715ad89", + "destination_type": "process" + }, + { + "source_id": "8f6dcf92-dc43-4dae-8ff4-049bacd5d251", + "source_type": "biomaterial", + "destination_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c", + "destination_type": "dissociation_process" + }, + { + "source_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c", + "source_type": "dissociation_process", + "destination_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d", + "destination_type": "biomaterial" + }, + { + "source_id": "488d8bb3-78ad-4360-bfb2-a3d66a883f2c", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "9fd9ef40-e324-4958-aa87-dabf8ad7c9d2", + "source_type": "process", + "destination_id": "8f6dcf92-dc43-4dae-8ff4-049bacd5d251", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "9fd9ef40-e324-4958-aa87-dabf8ad7c9d2", + "destination_type": "process" + }, + { + "source_id": "b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5", + "source_type": "biomaterial", + "destination_id": "931f8a89-be45-45ba-b634-9de2594e5903", + "destination_type": "dissociation_process" + }, + { + "source_id": "931f8a89-be45-45ba-b634-9de2594e5903", + "source_type": "dissociation_process", + "destination_id": "373ed223-86be-4eb1-96ea-bb9a136a786d", + "destination_type": "biomaterial" + }, + { + "source_id": "931f8a89-be45-45ba-b634-9de2594e5903", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "6552dc0a-87ed-41a1-8724-ddd97d66b0d3", + "source_type": "process", + "destination_id": "b10d8a7c-813e-4e5c-8be3-dde7de5bc8e5", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "6552dc0a-87ed-41a1-8724-ddd97d66b0d3", + "destination_type": "process" + }, + { + "source_id": "9f68ab2e-346a-4223-9a33-b4b778824787", + "source_type": "biomaterial", + "destination_id": "1757acc9-2e47-465b-9076-c38795b06f25", + "destination_type": "dissociation_process" + }, + { + "source_id": "1757acc9-2e47-465b-9076-c38795b06f25", + "source_type": "dissociation_process", + "destination_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372", + "destination_type": "biomaterial" + }, + { + "source_id": "1757acc9-2e47-465b-9076-c38795b06f25", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "22eb3486-1184-4327-a013-686a51d88f23", + "source_type": "process", + "destination_id": "9f68ab2e-346a-4223-9a33-b4b778824787", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "22eb3486-1184-4327-a013-686a51d88f23", + "destination_type": "process" + }, + { + "source_id": "eee19426-7cf9-4c03-98fe-ca0be0bc14ab", + "source_type": "biomaterial", + "destination_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2", + "destination_type": "dissociation_process" + }, + { + "source_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2", + "source_type": "dissociation_process", + "destination_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3", + "destination_type": "biomaterial" + }, + { + "source_id": "f25e18d5-ddf5-4f74-8027-473a5fb79ed2", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "4160bf3b-54fc-4235-a1f0-1692bfd61a45", + "source_type": "process", + "destination_id": "eee19426-7cf9-4c03-98fe-ca0be0bc14ab", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "4160bf3b-54fc-4235-a1f0-1692bfd61a45", + "destination_type": "process" + }, + { + "source_id": "e83c4942-afca-4815-999a-d918cd60d8bd", + "source_type": "biomaterial", + "destination_id": "81621c61-0099-4e43-9170-22720f4227d8", + "destination_type": "dissociation_process" + }, + { + "source_id": "81621c61-0099-4e43-9170-22720f4227d8", + "source_type": "dissociation_process", + "destination_id": "417f2833-eb8f-4d24-b515-5e3858453a04", + "destination_type": "biomaterial" + }, + { + "source_id": "81621c61-0099-4e43-9170-22720f4227d8", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d", + "source_type": "process", + "destination_id": "e83c4942-afca-4815-999a-d918cd60d8bd", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "e3238e44-7f4f-4b6e-98c2-d8ab0ac2e81d", + "destination_type": "process" + }, + { + "source_id": "018972ab-599d-412e-9e87-934012f7c63a", + "source_type": "biomaterial", + "destination_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11", + "destination_type": "dissociation_process" + }, + { + "source_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11", + "source_type": "dissociation_process", + "destination_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2", + "destination_type": "biomaterial" + }, + { + "source_id": "b9dccdc5-dcfe-4b4e-b74c-df088a929a11", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "5b7e0f27-d8ac-4f27-a771-030f3e127646", + "source_type": "process", + "destination_id": "018972ab-599d-412e-9e87-934012f7c63a", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "5b7e0f27-d8ac-4f27-a771-030f3e127646", + "destination_type": "process" + }, + { + "source_id": "1b1eff7c-667a-4dad-aaf6-8b0a08f40787", + "source_type": "biomaterial", + "destination_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d", + "destination_type": "dissociation_process" + }, + { + "source_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d", + "source_type": "dissociation_process", + "destination_id": "83974f7a-d580-477a-af8f-9802e623a576", + "destination_type": "biomaterial" + }, + { + "source_id": "0b7abb39-c9ff-4d5a-abec-87f0a228470d", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "b6a9354e-0792-4c1e-8c9c-ee6602a8abc3", + "source_type": "process", + "destination_id": "1b1eff7c-667a-4dad-aaf6-8b0a08f40787", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "b6a9354e-0792-4c1e-8c9c-ee6602a8abc3", + "destination_type": "process" + }, + { + "source_id": "c7643678-0899-4417-bf0c-dd42d52c9ea9", + "source_type": "biomaterial", + "destination_id": "9edaa8fe-4281-452a-85c9-af65eef18052", + "destination_type": "dissociation_process" + }, + { + "source_id": "9edaa8fe-4281-452a-85c9-af65eef18052", + "source_type": "dissociation_process", + "destination_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac", + "destination_type": "biomaterial" + }, + { + "source_id": "9edaa8fe-4281-452a-85c9-af65eef18052", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82", + "source_type": "process", + "destination_id": "c7643678-0899-4417-bf0c-dd42d52c9ea9", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "8d39a5e4-4fb2-46fa-8b0d-2a8a736f2b82", + "destination_type": "process" + }, + { + "source_id": "e8987627-1c0a-4914-b9ee-04b5e76384c5", + "source_type": "biomaterial", + "destination_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9", + "destination_type": "dissociation_process" + }, + { + "source_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9", + "source_type": "dissociation_process", + "destination_id": "ab67b774-4e1b-4650-8f44-0318369c9999", + "destination_type": "biomaterial" + }, + { + "source_id": "bd4177e3-362d-4cb2-8414-6e6e0f27ced9", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "8a84dece-bf92-44a4-83ab-472cbb27e023", + "source_type": "process", + "destination_id": "e8987627-1c0a-4914-b9ee-04b5e76384c5", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "8a84dece-bf92-44a4-83ab-472cbb27e023", + "destination_type": "process" + }, + { + "source_id": "60dd2004-0d4a-4141-87a3-3fbd594e0ff0", + "source_type": "biomaterial", + "destination_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892", + "destination_type": "dissociation_process" + }, + { + "source_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892", + "source_type": "dissociation_process", + "destination_id": "87ae843f-af22-4d73-9afc-91624d7af38a", + "destination_type": "biomaterial" + }, + { + "source_id": "e4d97934-2df4-4e43-98c9-7ea4d315b892", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ac0f6472-208a-4dd4-9a53-f4046586e741", + "source_type": "process", + "destination_id": "60dd2004-0d4a-4141-87a3-3fbd594e0ff0", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "ac0f6472-208a-4dd4-9a53-f4046586e741", + "destination_type": "process" + }, + { + "source_id": "64fc872d-1b3e-462c-836f-c0cbabaf419e", + "source_type": "biomaterial", + "destination_id": "e51f3a70-2169-478d-9241-12f1900d6696", + "destination_type": "dissociation_process" + }, + { + "source_id": "e51f3a70-2169-478d-9241-12f1900d6696", + "source_type": "dissociation_process", + "destination_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1", + "destination_type": "biomaterial" + }, + { + "source_id": "e51f3a70-2169-478d-9241-12f1900d6696", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "1eafcd8a-cf3c-4c18-85a7-4f8335af24c6", + "source_type": "process", + "destination_id": "64fc872d-1b3e-462c-836f-c0cbabaf419e", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "1eafcd8a-cf3c-4c18-85a7-4f8335af24c6", + "destination_type": "process" + }, + { + "source_id": "940c42d6-b243-4f75-ba0d-7b88507d4017", + "source_type": "biomaterial", + "destination_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b", + "destination_type": "dissociation_process" + }, + { + "source_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b", + "source_type": "dissociation_process", + "destination_id": "efcd5856-7134-4048-b9d8-c909ce72f65c", + "destination_type": "biomaterial" + }, + { + "source_id": "43d27e8c-2154-4340-a794-7c718b4b9d8b", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ff59683a-e31e-48c5-858a-96ecbbe31e6d", + "source_type": "process", + "destination_id": "940c42d6-b243-4f75-ba0d-7b88507d4017", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "ff59683a-e31e-48c5-858a-96ecbbe31e6d", + "destination_type": "process" + }, + { + "source_id": "51ddd492-619b-4d69-a189-f7b47914675b", + "source_type": "biomaterial", + "destination_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3", + "destination_type": "dissociation_process" + }, + { + "source_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3", + "source_type": "dissociation_process", + "destination_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d", + "destination_type": "biomaterial" + }, + { + "source_id": "8c9ca7df-ed36-4505-aaf9-10de2ff92ed3", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "5534794b-4e44-4672-a003-c94a71bbd94c", + "source_type": "process", + "destination_id": "51ddd492-619b-4d69-a189-f7b47914675b", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "5534794b-4e44-4672-a003-c94a71bbd94c", + "destination_type": "process" + }, + { + "source_id": "76200ba9-fac8-4880-8fd0-50ce00e4783f", + "source_type": "biomaterial", + "destination_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9", + "destination_type": "dissociation_process" + }, + { + "source_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9", + "source_type": "dissociation_process", + "destination_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30", + "destination_type": "biomaterial" + }, + { + "source_id": "1bbe7465-4163-42f2-92a9-545c4dc63ab9", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a421497c-4dc9-4268-b1b8-60322c22f82f", + "source_type": "process", + "destination_id": "76200ba9-fac8-4880-8fd0-50ce00e4783f", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "a421497c-4dc9-4268-b1b8-60322c22f82f", + "destination_type": "process" + }, + { + "source_id": "c49327da-ab41-4280-ac15-fccd207c800e", + "source_type": "biomaterial", + "destination_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71", + "destination_type": "dissociation_process" + }, + { + "source_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71", + "source_type": "dissociation_process", + "destination_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d", + "destination_type": "biomaterial" + }, + { + "source_id": "076d920c-0d87-4bcc-8b49-dad9ba7bff71", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c4b7a701-f0ed-4d84-ad1f-0d65095be3f5", + "source_type": "process", + "destination_id": "c49327da-ab41-4280-ac15-fccd207c800e", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "c4b7a701-f0ed-4d84-ad1f-0d65095be3f5", + "destination_type": "process" + }, + { + "source_id": "5b61815f-8d1a-4ca9-a29d-94e0932b1e45", + "source_type": "biomaterial", + "destination_id": "0c80271a-0984-4cd8-89cb-40faea004d85", + "destination_type": "dissociation_process" + }, + { + "source_id": "0c80271a-0984-4cd8-89cb-40faea004d85", + "source_type": "dissociation_process", + "destination_id": "05cc8105-9909-4cc0-bbb2-ad175213761a", + "destination_type": "biomaterial" + }, + { + "source_id": "0c80271a-0984-4cd8-89cb-40faea004d85", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "7fcbb613-cb71-4606-8b16-efc72716cafa", + "source_type": "process", + "destination_id": "5b61815f-8d1a-4ca9-a29d-94e0932b1e45", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "7fcbb613-cb71-4606-8b16-efc72716cafa", + "destination_type": "process" + }, + { + "source_id": "b9b154aa-096c-4703-9e7c-daa0fe7abf89", + "source_type": "biomaterial", + "destination_id": "e3b95758-b7a1-47c2-a950-45569d8e3925", + "destination_type": "dissociation_process" + }, + { + "source_id": "e3b95758-b7a1-47c2-a950-45569d8e3925", + "source_type": "dissociation_process", + "destination_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93", + "destination_type": "biomaterial" + }, + { + "source_id": "e3b95758-b7a1-47c2-a950-45569d8e3925", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c5a46640-0719-4bf0-acd2-6f0bc7fe7c58", + "source_type": "process", + "destination_id": "b9b154aa-096c-4703-9e7c-daa0fe7abf89", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "c5a46640-0719-4bf0-acd2-6f0bc7fe7c58", + "destination_type": "process" + }, + { + "source_id": "301d5d6c-eee5-49ca-b71e-f6d53cba4595", + "source_type": "biomaterial", + "destination_id": "46975356-173c-43bd-9027-0254254f4bb7", + "destination_type": "dissociation_process" + }, + { + "source_id": "46975356-173c-43bd-9027-0254254f4bb7", + "source_type": "dissociation_process", + "destination_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60", + "destination_type": "biomaterial" + }, + { + "source_id": "46975356-173c-43bd-9027-0254254f4bb7", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e5d701d8-3e74-4102-a7c8-f931d8040562", + "source_type": "process", + "destination_id": "301d5d6c-eee5-49ca-b71e-f6d53cba4595", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "e5d701d8-3e74-4102-a7c8-f931d8040562", + "destination_type": "process" + }, + { + "source_id": "26535b23-cb10-4093-a794-23def68c7d0c", + "source_type": "biomaterial", + "destination_id": "e9e97319-a21f-4451-8023-a5e672ac7b34", + "destination_type": "dissociation_process" + }, + { + "source_id": "e9e97319-a21f-4451-8023-a5e672ac7b34", + "source_type": "dissociation_process", + "destination_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f", + "destination_type": "biomaterial" + }, + { + "source_id": "e9e97319-a21f-4451-8023-a5e672ac7b34", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "b766ca95-9b6c-42b9-9e47-8a8d6482d2ca", + "source_type": "process", + "destination_id": "26535b23-cb10-4093-a794-23def68c7d0c", + "destination_type": "biomaterial" + }, + { + "source_id": "f7e3dec8-e286-4784-a8b0-e5fabc0de841", + "source_type": "biomaterial", + "destination_id": "b766ca95-9b6c-42b9-9e47-8a8d6482d2ca", + "destination_type": "process" + }, + { + "source_id": "3687d559-3378-482c-a78f-dac301315580", + "source_type": "biomaterial", + "destination_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6", + "destination_type": "dissociation_process" + }, + { + "source_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6", + "source_type": "dissociation_process", + "destination_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e", + "destination_type": "biomaterial" + }, + { + "source_id": "23dcb0fd-5ce4-4e20-b94e-1475f7338db6", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "4ee1282e-889f-449c-bb2a-4728a4d26b0c", + "source_type": "process", + "destination_id": "3687d559-3378-482c-a78f-dac301315580", + "destination_type": "biomaterial" + }, + { + "source_id": "d4895ad7-10b5-4d70-af74-02a8df78532c", + "source_type": "biomaterial", + "destination_id": "4ee1282e-889f-449c-bb2a-4728a4d26b0c", + "destination_type": "process" + }, + { + "source_id": "77b71f13-95b7-465a-b662-35e2e0585273", + "source_type": "biomaterial", + "destination_id": "a63244f2-63f8-4ba8-9322-5925506ce933", + "destination_type": "dissociation_process" + }, + { + "source_id": "a63244f2-63f8-4ba8-9322-5925506ce933", + "source_type": "dissociation_process", + "destination_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1", + "destination_type": "biomaterial" + }, + { + "source_id": "a63244f2-63f8-4ba8-9322-5925506ce933", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8", + "source_type": "process", + "destination_id": "77b71f13-95b7-465a-b662-35e2e0585273", + "destination_type": "biomaterial" + }, + { + "source_id": "f8751c16-3337-4a23-9bf3-243f7c143281", + "source_type": "biomaterial", + "destination_id": "c3fdc9bc-d227-4428-94d6-3e7afb8ab2d8", + "destination_type": "process" + }, + { + "source_id": "ce8e1a87-7041-4888-9735-854660215cfc", + "source_type": "biomaterial", + "destination_id": "f6432490-72e8-4e00-a6d8-26af81dc5456", + "destination_type": "dissociation_process" + }, + { + "source_id": "f6432490-72e8-4e00-a6d8-26af81dc5456", + "source_type": "dissociation_process", + "destination_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72", + "destination_type": "biomaterial" + }, + { + "source_id": "f6432490-72e8-4e00-a6d8-26af81dc5456", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "30890f02-510a-4141-a0b6-de269e3a5192", + "source_type": "process", + "destination_id": "ce8e1a87-7041-4888-9735-854660215cfc", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "30890f02-510a-4141-a0b6-de269e3a5192", + "destination_type": "process" + }, + { + "source_id": "89f83d7f-eb14-4c3e-84d3-ceede50d8f8d", + "source_type": "biomaterial", + "destination_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9", + "destination_type": "dissociation_process" + }, + { + "source_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9", + "source_type": "dissociation_process", + "destination_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773", + "destination_type": "biomaterial" + }, + { + "source_id": "b03843c3-168c-4460-9662-8cfdefdb6ac9", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "f963aea9-4016-4570-88f3-66f2046be874", + "source_type": "process", + "destination_id": "89f83d7f-eb14-4c3e-84d3-ceede50d8f8d", + "destination_type": "biomaterial" + }, + { + "source_id": "769cad8e-8c03-4318-b6e8-4c832365a884", + "source_type": "biomaterial", + "destination_id": "f963aea9-4016-4570-88f3-66f2046be874", + "destination_type": "process" + }, + { + "source_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "2d776abb-053c-4395-8791-861014668b1d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "95693ba6-b7fd-479a-b08f-1511da62de45", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "373ed223-86be-4eb1-96ea-bb9a136a786d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "417f2833-eb8f-4d24-b515-5e3858453a04", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "83974f7a-d580-477a-af8f-9802e623a576", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "ab67b774-4e1b-4650-8f44-0318369c9999", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "87ae843f-af22-4d73-9afc-91624d7af38a", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "efcd5856-7134-4048-b9d8-c909ce72f65c", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "05cc8105-9909-4cc0-bbb2-ad175213761a", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e8a1e8cd-9941-4a59-aceb-a17649543bbb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "824f5af4-545d-4061-8cfa-116b8d1d8c0c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "033c2369-fa63-49d1-80e6-19b06ebafa93", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "29a04cd5-2f40-4030-8721-e936de10431a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "84ed2e73-801c-4517-97a8-3c2b37b2ccca", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ab650f1f-003d-424a-9455-f28c8dad28a1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2187a383-7663-49d1-9383-26107fa4e1e3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0c06ee73-f507-4427-aeb0-e7359620f2a4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e0920342-d954-46e6-99f6-d1d7f2cfa56c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "10d3fd29-2c93-47ae-86ad-5bede5e97aba", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f724ace3-3cff-45eb-bee5-7fea53da64da", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "762a5985-3cdc-4406-8d88-c1b6d8579ceb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b19e2b64-5352-49d4-ace9-5563abf4d9fd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "35770609-6db4-415e-ae1d-dc590338bdce", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7c102baf-2faa-44f9-bd03-2db1763fab2b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e3d601e3-4bbe-4f24-8ee3-03ac35589548", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3e9d8ded-1819-4905-a855-2b9a7a675558", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "538f5f66-76f7-40e3-9130-e4e3633b0bb6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7da336e9-59c3-4e13-8890-a728c9d46aad", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c122cf51-5d3a-428c-bfa3-d6c09d80f138", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "24be633e-1b05-405d-839a-f25a419fac8e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "55e172fd-740b-415f-9fcd-f9f245264a0c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "948e17b8-aa39-4a79-b5df-6abf0007ca12", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3c92b73c-13c8-472e-8728-c48120abac15", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2c9190f9-98be-4314-8a02-97519229d975", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e8290f80-02d6-424d-a11b-a6989a14e3d4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "25879d3f-6595-43d3-a5ca-5cdecea9eb51", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "732ffe61-8834-459c-97eb-62c1e11b0288", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "92d4ccbe-1689-4e12-932a-40d5a75e9da5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9e4f5829-4d55-4106-8278-53ae1b9187ec", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "07e38704-5f81-4c54-93ad-319de7dd684b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4371755a-4549-4124-bdf4-ea2a768bd5c9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d03d5e6f-fb5e-499b-bb77-269fb51689cc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "868712b5-40fb-4c18-83bb-3dcbcce32032", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "660ce604-15e0-404a-b061-0b9f533363bb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1ab32587-0198-461d-97f1-34926b5de5bf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ed3cbb48-adf8-4531-919a-a467fd838940", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4e0e994c-2dc2-4347-b436-bf4ad68d410e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "66b65537-4bad-44e5-ba65-3153181f3e2f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ab363ff2-fa4f-4c6e-a817-8255b28f0171", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "05b4fee4-8499-4c53-a11b-bf9f46f20092", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c8ae16b5-478d-484e-a691-8d0685e35011", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fb37e886-5520-448a-9904-40df6f9a9d55", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2a694912-a7f2-4055-a854-aea8830e8a42", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "acd91be0-cdcb-4a3c-b7ae-0e969f538942", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ea5f0052-93a9-40ab-8452-8bee7489612b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "95eb362b-cbc9-49c8-8ba1-a6958e280416", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "73f7b90b-2823-4714-a145-678f83f54b56", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "97577c70-547f-417e-827f-ac2832f1ec05", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7953d974-4812-4b77-b5c2-ea8c3f5cc864", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8e8d4873-328b-4c1c-b51c-be6b248e9c77", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "71715dea-99cd-4756-aa9c-debfd4927b89", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cdac53a4-9c25-4add-a5fb-0c3566d34bac", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "04fe0366-0173-4d9a-b3b5-e662ffb18d97", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "450fde91-2153-42ee-ba7a-5cf4b59eb587", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9789d08f-9a13-4d12-b7e4-1a399cc3497f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "12818748-5843-47a5-82d7-e68c618a9ec7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "422855a5-5bad-4b93-93b3-51900ba36c43", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5f43bb85-cfa6-4131-84fa-7c80c58dd024", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d5926d97-2a6e-4ad9-8e32-9653e05c894a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "850e0456-c706-4d74-910e-76b3284641fb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c0d6864e-0812-47b5-83a5-d48150334134", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f68eed9d-716c-48e5-9766-54521113b843", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7ddf5ede-274c-4252-b9bd-8344ab01e47f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a8b86342-3b98-4030-bdfa-a7cc45e3d256", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d566502b-0ea1-4060-8f62-98dbabc3ee34", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "196fa68d-aede-4682-9600-e969ab755c84", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1955e248-81dc-464a-a578-28a13c858dda", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fb00fff4-40d7-402d-8df3-0df52c623d91", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "25df2567-741c-4448-ae4f-4ae1eaba0fa7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "707251d4-b780-4472-aa0f-79c5db9eaddf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "71080f34-4468-4ca5-8a6c-bf688ab31462", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ae780044-5103-4c32-892b-98ba6ceea2d9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "774ac2a7-2a37-42e8-b7ec-e5adc19af937", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f33d18e0-844d-48a2-9e14-bb04ae52a362", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bafde3e9-8d7c-4891-809e-5398037a81e2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cbc254bc-0116-43e6-b6d6-f8866a5abe49", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "acf12743-50d3-4e85-9170-dafa18d3a3bf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5a38dd8f-47de-44f6-a2ae-b7f93482c980", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "56b61187-cf52-4141-97aa-ec67be551c63", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "25c6df56-b689-4785-a573-9ec4a0dad917", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fb3db3b3-4d84-4016-826d-65cee4cb330b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4baea468-bdb2-40fb-85fc-ede385f3a961", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b1504d1c-6013-4ea0-81aa-7c772266496c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1ade713c-9338-490f-9d98-0376f3be7015", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2fc5f77e-eb3f-4239-9491-54c884d9bd14", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6f0e108d-30da-4242-b489-5eb638e2db96", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a9e3f239-2876-4e6b-9893-5dabb22fd15d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d16086a1-876b-4a27-912c-95aa48d76f0b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b7a24845-305e-4b46-9803-37b851ec0d05", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f6bdc59e-9011-4905-adb8-2d21f311fd42", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fd194d02-d6c0-4933-a54b-805e7b3a9bab", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "91173351-3ea1-4465-88dc-fc084fb67aec", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "657baf8a-add9-4959-bb6f-774cd8127d55", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "465fde8c-1bfc-4f16-9244-9bc2ebf64827", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4515315a-d693-4a22-bf34-b58c981f28c7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9853a614-30c3-40bb-b356-4e59966abc20", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e62f6842-6b8b-474b-ab43-55cae82c8d25", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3da817b1-75a2-4477-94dc-870521be252f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ebf50b94-7550-4937-8191-7bc8d0497935", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d5092fdb-3b57-4b29-9a40-bc296f490d69", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "404ac51a-e122-47a4-a556-bab218007d52", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "82d29d79-1b18-41b4-83b3-603a9234e64a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "53ca1f09-4985-4827-a3cb-5f53d2cc543e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "61b83558-f8ae-4cfa-91cd-6eaedf60347a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a75378cf-c7fc-4d86-806d-377bbe925e36", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3a8260d6-5206-4cbe-a672-782be9e061f5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1c04418c-3550-40a7-9858-68b326605579", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1e109600-e523-46b9-9f8a-5b7969dd3c4e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e999790e-b051-4b79-aeff-170b7821861f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "be6b7802-5f10-4435-a22e-00b62bdcd324", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "102e7a1f-0521-4e05-92ce-03555b48af78", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b1b19afe-cb06-442f-a463-3ae62b94e500", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "75c9928e-4fc9-4095-9426-c121ef4dc682", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "35de5022-c743-416e-892f-268a44d3c8f1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "582bb010-a460-4e23-b33c-1b349f3cf084", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f2bd46e6-1077-482f-852d-069d2b17c2cd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "04489995-747c-4899-a043-ef7aba9a29f1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "612ece49-f034-4d09-8958-933cfe834c63", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c6ca4bda-2c44-4092-a943-b401e6d79b6d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "00f2c451-419c-4cdf-9266-347245761bb0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "70b58641-42b4-42e4-b546-e44f5c16aba4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "52dcc9fb-c900-4835-9871-53f5c8799160", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e35cd0e8-786b-4fd8-a461-6500d52cc24a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3d93b4bd-5580-4afa-9268-eb3e27658dca", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "79fbd727-4897-48cd-bd48-5d5680b2f9ed", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "dde7422f-1671-47f6-9c28-f447f780dc62", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c5117298-7d44-42e2-a24d-a07b578ebea8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e5dffb26-e7c6-4188-b99e-73e5033e1617", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e64cbb06-6329-4132-b8c2-b9a5a6774696", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "72dcca44-72b1-41bb-a04e-7a90a535eb5c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f72531f8-851a-4f23-8bcd-b2b47bad0f84", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3262b323-8545-4c41-ab65-432b635781a7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b929e871-594e-4f98-9cf9-5889af26b3c3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "11726713-72bb-43d6-9fd0-e09d4940f7fd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b47fd4ca-a7d2-484b-8834-378bf9077336", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "74409b42-8580-4e4d-8c08-1e70d9c693ea", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0671d6de-6840-4fc8-b67d-f7d662beea88", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "43a5906d-d880-49ef-b743-261a69c7024f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f087e6a6-b9cd-4f26-8932-167d246a6e02", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "edff548f-d6ac-469e-a136-d59a501e3f90", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e823513d-c147-4219-b1c3-33e1cd7b0862", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e918cb31-af72-4d87-a414-4c499305bdd5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6b6c9e11-8918-45c7-b80a-cecb591a79cb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "72cfdf1c-8509-4d36-9751-35537c2a7a9d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "946889b2-c18d-45ff-b5dc-df818f2c98b7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", + "destination_type": "protocol" + }, + { + "source_id": "f2cfbb32-066f-44cb-9f74-a4b4acec7692", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "bcbb8300-0d6f-42c2-b393-4e167a6529d4", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "fb51b6f2-5a7b-4a07-97d9-f1833a48d559", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "6bf48eba-1309-43dc-af97-ea4a37f8d2a8", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "b64b0def-cef5-41e0-aadd-8150778ae2a2", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "38326fcd-39b4-43e0-b2d0-19c49e3f85d8", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "2d776abb-053c-4395-8791-861014668b1d", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "bd5cd509-5bd7-4134-abe9-c462279e5e45", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "95693ba6-b7fd-479a-b08f-1511da62de45", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "246b79eb-5961-4c41-9a5f-f4b1a66dfc8d", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "373ed223-86be-4eb1-96ea-bb9a136a786d", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "2949d14e-90de-4bf4-bedc-3f18ab5f1372", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "c261c6c2-1aa1-42a6-ab8d-7064debb52d3", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "417f2833-eb8f-4d24-b515-5e3858453a04", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "3038877e-49a0-47a0-a9cb-f9a68665d7e2", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "83974f7a-d580-477a-af8f-9802e623a576", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "7cb7ead6-2e3a-4e79-bf5c-ff554276d0ac", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "ab67b774-4e1b-4650-8f44-0318369c9999", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "87ae843f-af22-4d73-9afc-91624d7af38a", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "b5d7dcb7-0877-401d-8bab-200bb1ec4cc1", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "efcd5856-7134-4048-b9d8-c909ce72f65c", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "e55a5f1a-a230-4517-aa87-b3afc3b30a5d", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "72e9781b-3ecc-48c1-8918-3346c7d3da30", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "28240c74-d2c1-42f2-85e2-70d77d8bb66d", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "05cc8105-9909-4cc0-bbb2-ad175213761a", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "ee1eba1b-b1e3-480d-ba7e-74d7abb9cf93", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "c9ffd86b-d118-4561-8b67-8cab49b0cb60", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "9edb7ce6-9c5e-491a-b010-b2b8ac73ef2f", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "c41a4144-53bd-4aef-9834-b10d03d9ee7e", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "b53b725d-5ee0-4870-bbba-fc0ab014f9f1", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "32eae07d-b9c1-4aaf-b18d-cc334b8ffc72", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "46c29e1d-9e97-4705-ac88-d145f6c9f773", + "source_type": "biomaterial", + "destination_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "destination_type": "sequencing_process" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e8a1e8cd-9941-4a59-aceb-a17649543bbb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "824f5af4-545d-4061-8cfa-116b8d1d8c0c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "033c2369-fa63-49d1-80e6-19b06ebafa93", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "29a04cd5-2f40-4030-8721-e936de10431a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "369bf08e-a90f-4c3e-9f24-d7b6026bbd5c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "84ed2e73-801c-4517-97a8-3c2b37b2ccca", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ab650f1f-003d-424a-9455-f28c8dad28a1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c84889d4-5444-4bfb-a482-6f1bc7a2ad95", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "2187a383-7663-49d1-9383-26107fa4e1e3", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "dc52aeff-81c5-4c0e-9007-3f3d0d5322a6", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "0c06ee73-f507-4427-aeb0-e7359620f2a4", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e0920342-d954-46e6-99f6-d1d7f2cfa56c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "10d3fd29-2c93-47ae-86ad-5bede5e97aba", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f724ace3-3cff-45eb-bee5-7fea53da64da", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "9bf891a4-a1b9-4ff0-b282-65cd2befc15c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "0c364954-e51a-4b4a-99cf-9aee7cedd5f8", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "762a5985-3cdc-4406-8d88-c1b6d8579ceb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b19e2b64-5352-49d4-ace9-5563abf4d9fd", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "35770609-6db4-415e-ae1d-dc590338bdce", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "7c102baf-2faa-44f9-bd03-2db1763fab2b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e3d601e3-4bbe-4f24-8ee3-03ac35589548", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "3e9d8ded-1819-4905-a855-2b9a7a675558", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "538f5f66-76f7-40e3-9130-e4e3633b0bb6", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "7da336e9-59c3-4e13-8890-a728c9d46aad", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c122cf51-5d3a-428c-bfa3-d6c09d80f138", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "24be633e-1b05-405d-839a-f25a419fac8e", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "55e172fd-740b-415f-9fcd-f9f245264a0c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "a79ecf3e-92ba-4724-a701-2e9c3c09ab80", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f5d9fcc4-5fe7-4f2a-88ef-5f7c3602062c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "948e17b8-aa39-4a79-b5df-6abf0007ca12", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "3c92b73c-13c8-472e-8728-c48120abac15", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "2c9190f9-98be-4314-8a02-97519229d975", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e8290f80-02d6-424d-a11b-a6989a14e3d4", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "25879d3f-6595-43d3-a5ca-5cdecea9eb51", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "6492a26d-5c16-4e75-a9c5-a9b8f8e28eff", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "97cbb401-3dcd-40fa-8a3e-b4387b8f2913", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "732ffe61-8834-459c-97eb-62c1e11b0288", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "40a060fa-b85d-4912-a2e8-8aa4a4f889f8", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "92d4ccbe-1689-4e12-932a-40d5a75e9da5", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "9e4f5829-4d55-4106-8278-53ae1b9187ec", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "086bbd3d-950f-4d3e-bcdc-bdd7f265b176", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "07e38704-5f81-4c54-93ad-319de7dd684b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "4371755a-4549-4124-bdf4-ea2a768bd5c9", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b0c8dcf8-0853-4006-938b-101a1f0d0e3a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d03d5e6f-fb5e-499b-bb77-269fb51689cc", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "868712b5-40fb-4c18-83bb-3dcbcce32032", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "660ce604-15e0-404a-b061-0b9f533363bb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1ab32587-0198-461d-97f1-34926b5de5bf", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ed3cbb48-adf8-4531-919a-a467fd838940", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "4e0e994c-2dc2-4347-b436-bf4ad68d410e", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "66b65537-4bad-44e5-ba65-3153181f3e2f", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ab363ff2-fa4f-4c6e-a817-8255b28f0171", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "05b4fee4-8499-4c53-a11b-bf9f46f20092", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c8ae16b5-478d-484e-a691-8d0685e35011", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "05e39baf-e0a5-4c1f-8e1f-811378db1cf8", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "fb37e886-5520-448a-9904-40df6f9a9d55", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "2a694912-a7f2-4055-a854-aea8830e8a42", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "acd91be0-cdcb-4a3c-b7ae-0e969f538942", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ea5f0052-93a9-40ab-8452-8bee7489612b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "95eb362b-cbc9-49c8-8ba1-a6958e280416", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "73f7b90b-2823-4714-a145-678f83f54b56", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "97577c70-547f-417e-827f-ac2832f1ec05", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "7953d974-4812-4b77-b5c2-ea8c3f5cc864", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "113ee1ff-d5f4-46d9-80eb-d5abf8cacd43", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "8e8d4873-328b-4c1c-b51c-be6b248e9c77", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b2c4ce8e-8318-48f0-a36c-b0f56568a93b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "71715dea-99cd-4756-aa9c-debfd4927b89", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "cdac53a4-9c25-4add-a5fb-0c3566d34bac", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "04fe0366-0173-4d9a-b3b5-e662ffb18d97", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "450fde91-2153-42ee-ba7a-5cf4b59eb587", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b80d05bc-c256-4689-a7a8-2e4d63e8ecb3", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "9789d08f-9a13-4d12-b7e4-1a399cc3497f", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "12818748-5843-47a5-82d7-e68c618a9ec7", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "422855a5-5bad-4b93-93b3-51900ba36c43", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "5f43bb85-cfa6-4131-84fa-7c80c58dd024", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d5926d97-2a6e-4ad9-8e32-9653e05c894a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "850e0456-c706-4d74-910e-76b3284641fb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b07b0491-63da-4e80-9d1d-1c3bf4a0f8e4", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c7ec9c55-9f6a-49be-8f30-aac0d4c05bf9", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c0d6864e-0812-47b5-83a5-d48150334134", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "386d5eaf-ef6c-40d1-afd5-5f2813bc1272", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f68eed9d-716c-48e5-9766-54521113b843", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "7ddf5ede-274c-4252-b9bd-8344ab01e47f", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "a8b86342-3b98-4030-bdfa-a7cc45e3d256", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d566502b-0ea1-4060-8f62-98dbabc3ee34", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ad0ec998-0cc3-4f43-8104-3f14cb86cac5", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "196fa68d-aede-4682-9600-e969ab755c84", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "619b0c8e-70ee-4db3-9c0a-da28aba18bb8", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1955e248-81dc-464a-a578-28a13c858dda", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "fb00fff4-40d7-402d-8df3-0df52c623d91", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "25df2567-741c-4448-ae4f-4ae1eaba0fa7", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "707251d4-b780-4472-aa0f-79c5db9eaddf", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "71080f34-4468-4ca5-8a6c-bf688ab31462", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "7af19dcd-60e7-45ed-8bd2-53c1d91573b7", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ae780044-5103-4c32-892b-98ba6ceea2d9", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "774ac2a7-2a37-42e8-b7ec-e5adc19af937", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "bfb8a6f0-5225-425a-a8e0-140271c8c5b1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f33d18e0-844d-48a2-9e14-bb04ae52a362", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "bafde3e9-8d7c-4891-809e-5398037a81e2", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "cbc254bc-0116-43e6-b6d6-f8866a5abe49", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "acf12743-50d3-4e85-9170-dafa18d3a3bf", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "5a38dd8f-47de-44f6-a2ae-b7f93482c980", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "84b8fd91-a9e9-4874-b6bb-77d559fd5b25", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "2f3f5e1c-e4a6-4450-8865-e4a9c5e8d603", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "56b61187-cf52-4141-97aa-ec67be551c63", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "25c6df56-b689-4785-a573-9ec4a0dad917", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "fb3db3b3-4d84-4016-826d-65cee4cb330b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "4baea468-bdb2-40fb-85fc-ede385f3a961", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b1504d1c-6013-4ea0-81aa-7c772266496c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1ade713c-9338-490f-9d98-0376f3be7015", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "472a64ca-0e9a-4a77-b4e3-dbd73a9d0c4b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "2fc5f77e-eb3f-4239-9491-54c884d9bd14", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "6f0e108d-30da-4242-b489-5eb638e2db96", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "a9e3f239-2876-4e6b-9893-5dabb22fd15d", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d16086a1-876b-4a27-912c-95aa48d76f0b", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b7a24845-305e-4b46-9803-37b851ec0d05", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d6b9629f-9b7d-426d-b6c1-1dbf1ebf39a1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f6bdc59e-9011-4905-adb8-2d21f311fd42", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "fd194d02-d6c0-4933-a54b-805e7b3a9bab", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "18b056bb-9ec0-4d6c-9e5f-bdbee3825d69", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "91173351-3ea1-4465-88dc-fc084fb67aec", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "bdea3da9-33ff-4702-81b1-a4dd99fb5a84", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "657baf8a-add9-4959-bb6f-774cd8127d55", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "53bc1c9f-4e87-45c1-b6bf-452d706bbf36", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "465fde8c-1bfc-4f16-9244-9bc2ebf64827", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "4515315a-d693-4a22-bf34-b58c981f28c7", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1e9e7a37-e3a8-45c3-bab5-ac601123c1d2", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "9853a614-30c3-40bb-b356-4e59966abc20", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e62f6842-6b8b-474b-ab43-55cae82c8d25", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "3da817b1-75a2-4477-94dc-870521be252f", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ebf50b94-7550-4937-8191-7bc8d0497935", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d5092fdb-3b57-4b29-9a40-bc296f490d69", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "fb621e0e-5736-4b1f-b559-e2b6d43f8a7a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "404ac51a-e122-47a4-a556-bab218007d52", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "5731f7bf-f096-4ee7-afdc-94b6a1574fcb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "82d29d79-1b18-41b4-83b3-603a9234e64a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "83a0cfb1-bc65-4603-89d5-7d7f0a4ec182", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "53ca1f09-4985-4827-a3cb-5f53d2cc543e", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "61b83558-f8ae-4cfa-91cd-6eaedf60347a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "a75378cf-c7fc-4d86-806d-377bbe925e36", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "3a8260d6-5206-4cbe-a672-782be9e061f5", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1c04418c-3550-40a7-9858-68b326605579", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1e109600-e523-46b9-9f8a-5b7969dd3c4e", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e999790e-b051-4b79-aeff-170b7821861f", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "be6b7802-5f10-4435-a22e-00b62bdcd324", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "102e7a1f-0521-4e05-92ce-03555b48af78", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "24b449a3-8d67-4b0c-9f00-9ba3cacfcbff", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b1b19afe-cb06-442f-a463-3ae62b94e500", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "75c9928e-4fc9-4095-9426-c121ef4dc682", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "35de5022-c743-416e-892f-268a44d3c8f1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "314b4b3c-1fdb-4061-8bc2-e2f2a7737d0d", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "582bb010-a460-4e23-b33c-1b349f3cf084", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f2bd46e6-1077-482f-852d-069d2b17c2cd", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "04489995-747c-4899-a043-ef7aba9a29f1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "612ece49-f034-4d09-8958-933cfe834c63", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "bc0183b1-5f5b-46c2-8543-6efc4350f9f8", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c6ca4bda-2c44-4092-a943-b401e6d79b6d", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "00f2c451-419c-4cdf-9266-347245761bb0", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "50bcbb34-3e7d-4c03-b3c7-16b3c662bf07", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "70b58641-42b4-42e4-b546-e44f5c16aba4", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "4f9182a0-1e1e-48c3-a4aa-010a5df37deb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "1110dffb-c4b1-4eb2-9319-6fdbc7fdcb8e", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "52dcc9fb-c900-4835-9871-53f5c8799160", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e35cd0e8-786b-4fd8-a461-6500d52cc24a", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "3d93b4bd-5580-4afa-9268-eb3e27658dca", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "79fbd727-4897-48cd-bd48-5d5680b2f9ed", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "dde7422f-1671-47f6-9c28-f447f780dc62", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "c5117298-7d44-42e2-a24d-a07b578ebea8", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e5dffb26-e7c6-4188-b99e-73e5033e1617", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e64cbb06-6329-4132-b8c2-b9a5a6774696", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "72dcca44-72b1-41bb-a04e-7a90a535eb5c", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f72531f8-851a-4f23-8bcd-b2b47bad0f84", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "3262b323-8545-4c41-ab65-432b635781a7", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b929e871-594e-4f98-9cf9-5889af26b3c3", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "0aaf5b5c-4da5-461f-a60d-2f64cf6aa0b1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "11726713-72bb-43d6-9fd0-e09d4940f7fd", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f256f4d1-bb92-4b1e-a320-0a8c65b02f47", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "b47fd4ca-a7d2-484b-8834-378bf9077336", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "74409b42-8580-4e4d-8c08-1e70d9c693ea", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "0671d6de-6840-4fc8-b67d-f7d662beea88", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "43a5906d-d880-49ef-b743-261a69c7024f", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "f087e6a6-b9cd-4f26-8932-167d246a6e02", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "2198238f-d7a8-4e94-9e03-b63f8a7e6bd3", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "edff548f-d6ac-469e-a136-d59a501e3f90", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "8ba887c3-e44d-4644-8cd6-a58b7cfcf2c0", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "ddd7bb64-91d4-4114-b2cc-a93d86aa98e1", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e823513d-c147-4219-b1c3-33e1cd7b0862", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "d4f454d6-3ffc-4b0c-9449-212ecdbd9d25", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e918cb31-af72-4d87-a414-4c499305bdd5", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "6b6c9e11-8918-45c7-b80a-cecb591a79cb", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "72cfdf1c-8509-4d36-9751-35537c2a7a9d", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "946889b2-c18d-45ff-b5dc-df818f2c98b7", + "destination_type": "file" + }, + { + "source_id": "49aa3970-895a-44bb-9433-3b49373794f3", + "source_type": "sequencing_process", + "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/4b03c1ce-9df1-5cd5-a8e4-48a2fe095081.dss.hca.json b/test/indexer/data/4b03c1ce-9df1-5cd5-a8e4-48a2fe095081.dss.hca.json index c0f2574fe7..b632eb0908 100644 --- a/test/indexer/data/4b03c1ce-9df1-5cd5-a8e4-48a2fe095081.dss.hca.json +++ b/test/indexer/data/4b03c1ce-9df1-5cd5-a8e4-48a2fe095081.dss.hca.json @@ -1,262 +1,96 @@ { - "manifest": [ - { - "name": "supplementary_file_0.json", - "uuid": "0c5ab869-da2d-5c11-b4ae-f978a052899f", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "supplementary_file/0c5ab869-da2d-5c11-b4ae-f978a052899f": { "name": "E-MTAB-7316.processed.5.zip", "uuid": "0c5ab869-da2d-5c11-b4ae-f978a052899f", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 15535233, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_47bc2618-c6e0-4352-8350-bd5ccf7748f5", "crc32c": "5bf9776f", "sha256": "053074e25a96a463c081e38bcd02662ba1536dd0cb71411bd111b8a2086a03e1" }, - { - "name": "links.json", - "uuid": "4b03c1ce-9df1-5cd5-a8e4-48a2fe095081", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 935, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_1.json", - "uuid": "5b465aad-0981-5152-b468-e615e20f5884", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/5b465aad-0981-5152-b468-e615e20f5884": { "name": "E-MTAB-7316.processed.7.zip", "uuid": "5b465aad-0981-5152-b468-e615e20f5884", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 7570475, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3d334510-824b-4a28-8205-03fb50744c01", "crc32c": "c8c42fc3", "sha256": "af3ea779ca01a2ba65f9415720a44648ef28a6ed73c9ec30e54ed4ba9895f590" }, - { - "name": "supplementary_file_2.json", - "uuid": "68bda896-3b3e-5f2a-9212-f4030a0f37e2", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/68bda896-3b3e-5f2a-9212-f4030a0f37e2": { "name": "E-MTAB-7316.processed.4.zip", "uuid": "68bda896-3b3e-5f2a-9212-f4030a0f37e2", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 38722784, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7337ebf7-0428-4a49-bb8d-755b88aa6e8c", "crc32c": "82ee1217", "sha256": "f1458913c223553d09966ff94f0ed3d87e7cdfce21904f32943d70f691d8f7a0" }, - { - "name": "supplementary_file_3.json", - "uuid": "733318e0-19c2-51e8-9ad6-d94ad562dd46", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/733318e0-19c2-51e8-9ad6-d94ad562dd46": { "name": "E-MTAB-7316.processed.2.zip", "uuid": "733318e0-19c2-51e8-9ad6-d94ad562dd46", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 118250749, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_456d748a-6823-4225-871f-acf42c9624ea", "crc32c": "15b69eed", "sha256": "cb7beb6f4e8c684e41d25aa4dc1294dcb1e070e87f9ed852463bf651d511a36b" }, - { - "name": "project_0.json", - "uuid": "8185730f-4113-40d3-9cc3-929271784c2b", - "version": "2019-09-13T08:37:53.825000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 11767, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_4.json", - "uuid": "87f31102-ebbc-5875-abdf-4fa5cea48e8d", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/87f31102-ebbc-5875-abdf-4fa5cea48e8d": { "name": "E-MTAB-7316.processed.1.zip", "uuid": "87f31102-ebbc-5875-abdf-4fa5cea48e8d", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 69813802, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8c9a8805-d265-4767-8294-76f269dd18c8", "crc32c": "4f3d0c47", "sha256": "331bd925c08539194eb06e197a1238e1306c3b7876b6fe13548d03824cc4b68b" }, - { - "name": "supplementary_file_5.json", - "uuid": "b905c8be-2e2d-592c-8481-3eb7a87c6484", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 651, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/b905c8be-2e2d-592c-8481-3eb7a87c6484": { "name": "WongRetinaCelltype.csv", "uuid": "b905c8be-2e2d-592c-8481-3eb7a87c6484", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/octet-stream; dcp-type=data", "size": 2300969, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8167c570-ced0-42cd-b7cf-3a18accec2d9", "crc32c": "42fcdb28", "sha256": "4f515b8fbbec8bfbc72c8c0d656897ee37bfa30bab6eb50fdc641924227be674" }, - { - "name": "supplementary_file_6.json", - "uuid": "c59e2de5-01fe-56eb-be56-679ed14161bf", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/c59e2de5-01fe-56eb-be56-679ed14161bf": { "name": "E-MTAB-7316.processed.3.zip", "uuid": "c59e2de5-01fe-56eb-be56-679ed14161bf", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 187835236, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bd2f1c8c-91bf-479a-9cc4-2776a5b19260", "crc32c": "0209e859", "sha256": "6372732e9fe9b8d58c8be8df88ea439d5c68ee9bb02e3d472c94633fadf782a1" }, - { - "name": "supplementary_file_7.json", - "uuid": "cade4593-bfba-56ed-80ab-080d0de7d5a4", - "version": "2021-02-10T16:56:40.419579Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 656, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/cade4593-bfba-56ed-80ab-080d0de7d5a4": { "name": "E-MTAB-7316.processed.6.zip", "uuid": "cade4593-bfba-56ed-80ab-080d0de7d5a4", "version": "2021-02-10T16:56:40.419579Z", "content-type": "application/zip; dcp-type=data", "size": 17985905, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e36038df-51fd-4939-b65a-1241b00e98e2", "crc32c": "a21bdb72", "sha256": "1c57cba1ade259fc9ec56b914b507507d75ccbf6ddeebf03ba00c922c30e0c6e" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", - "schema_type": "links", - "schema_version": "2.1.1", - "links": [ - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "8185730f-4113-40d3-9cc3-929271784c2b" - }, - "files": [ - { - "file_id": "b905c8be-2e2d-592c-8481-3eb7a87c6484", - "file_type": "supplementary_file" - }, - { - "file_id": "87f31102-ebbc-5875-abdf-4fa5cea48e8d", - "file_type": "supplementary_file" - }, - { - "file_id": "733318e0-19c2-51e8-9ad6-d94ad562dd46", - "file_type": "supplementary_file" - }, - { - "file_id": "c59e2de5-01fe-56eb-be56-679ed14161bf", - "file_type": "supplementary_file" - }, - { - "file_id": "68bda896-3b3e-5f2a-9212-f4030a0f37e2", - "file_type": "supplementary_file" - }, - { - "file_id": "0c5ab869-da2d-5c11-b4ae-f978a052899f", - "file_type": "supplementary_file" - }, - { - "file_id": "cade4593-bfba-56ed-80ab-080d0de7d5a4", - "file_type": "supplementary_file" - }, - { - "file_id": "5b465aad-0981-5152-b468-e615e20f5884", - "file_type": "supplementary_file" - } - ] - } - ] - }, - "supplementary_file_0.json": { + "supplementary_file/0c5ab869-da2d-5c11-b4ae-f978a052899f": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -279,7 +113,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_1.json": { + "supplementary_file/5b465aad-0981-5152-b468-e615e20f5884": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -302,7 +136,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_2.json": { + "supplementary_file/68bda896-3b3e-5f2a-9212-f4030a0f37e2": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -325,7 +159,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_3.json": { + "supplementary_file/733318e0-19c2-51e8-9ad6-d94ad562dd46": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -348,7 +182,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_4.json": { + "supplementary_file/87f31102-ebbc-5875-abdf-4fa5cea48e8d": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -371,7 +205,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_5.json": { + "supplementary_file/b905c8be-2e2d-592c-8481-3eb7a87c6484": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -394,7 +228,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_6.json": { + "supplementary_file/c59e2de5-01fe-56eb-be56-679ed14161bf": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -417,7 +251,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "supplementary_file_7.json": { + "supplementary_file/cade4593-bfba-56ed-80ab-080d0de7d5a4": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -440,7 +274,7 @@ "update_date": "2021-02-10T16:56:40.419579Z" } }, - "project_0.json": { + "project/8185730f-4113-40d3-9cc3-929271784c2b": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -860,5 +694,54 @@ "update_date": "2019-09-13T08:37:53.825Z" } } - } -} + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", + "schema_type": "links", + "schema_version": "2.1.1", + "links": [ + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "8185730f-4113-40d3-9cc3-929271784c2b" + }, + "files": [ + { + "file_id": "b905c8be-2e2d-592c-8481-3eb7a87c6484", + "file_type": "supplementary_file" + }, + { + "file_id": "87f31102-ebbc-5875-abdf-4fa5cea48e8d", + "file_type": "supplementary_file" + }, + { + "file_id": "733318e0-19c2-51e8-9ad6-d94ad562dd46", + "file_type": "supplementary_file" + }, + { + "file_id": "c59e2de5-01fe-56eb-be56-679ed14161bf", + "file_type": "supplementary_file" + }, + { + "file_id": "68bda896-3b3e-5f2a-9212-f4030a0f37e2", + "file_type": "supplementary_file" + }, + { + "file_id": "0c5ab869-da2d-5c11-b4ae-f978a052899f", + "file_type": "supplementary_file" + }, + { + "file_id": "cade4593-bfba-56ed-80ab-080d0de7d5a4", + "file_type": "supplementary_file" + }, + { + "file_id": "5b465aad-0981-5152-b468-e615e20f5884", + "file_type": "supplementary_file" + } + ] + } + ] + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/4da04038-adab-59a9-b6c4-3a61242cc972.dss.hca.json b/test/indexer/data/4da04038-adab-59a9-b6c4-3a61242cc972.dss.hca.json index 5318717ee1..dc6fa6b4b5 100644 --- a/test/indexer/data/4da04038-adab-59a9-b6c4-3a61242cc972.dss.hca.json +++ b/test/indexer/data/4da04038-adab-59a9-b6c4-3a61242cc972.dss.hca.json @@ -1,78 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "223d54fb-46c9-5c30-9cae-6b8d5ea71b7e", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "296b47c2-7c35-5fdb-bb11-95323011507c", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "4da04038-adab-59a9-b6c4-3a61242cc972", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 724, - "uuid": "d9eaaffe-4c93-5503-984f-762e8dfddce4", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 569, - "uuid": "cf5d9300-3b81-52eb-a02f-25fb1364419e", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "analysis_file/cf5d9300-3b81-52eb-a02f-25fb1364419e": { "content-type": "application/gzip; dcp-type=data", "crc32c": "aff4c924", "indexed": false, @@ -83,194 +11,10 @@ "size": 143, "uuid": "2ecedea4-b90c-5025-9967-fc08f27a4dc6", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 3438, - "uuid": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2090, - "uuid": "f08df8f8-4966-5265-b127-36625c77deae", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "224d3750-f1f7-5b04-bbce-e23f09eea7d7", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1109, - "uuid": "6d009d64-1ae9-50b2-a706-6a30e47bdc52", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "enrichment_protocol_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1179, - "uuid": "9462efe9-1b1a-5a18-81bb-e510137ae743", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "treatment_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 931, - "uuid": "0f959f0b-5efa-5cc8-9c46-097b0cb574d5", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 938, - "uuid": "9173ee6a-f1b2-5762-9272-3433b5ef7530", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1221, - "uuid": "ff0c24dd-afd3-5d7a-b982-6191e19314e3", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "d9eaaffe-4c93-5503-984f-762e8dfddce4", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "cf5d9300-3b81-52eb-a02f-25fb1364419e", - "output_type": "analysis_file" - } - ], - "process_id": "4da04038-adab-59a9-b6c4-3a61242cc972", - "process_type": "process", - "protocols": [ - { - "protocol_id": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", - "protocol_type": "analysis_protocol" - }, - { - "protocol_id": "f08df8f8-4966-5265-b127-36625c77deae", - "protocol_type": "library_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "224d3750-f1f7-5b04-bbce-e23f09eea7d7", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "d9eaaffe-4c93-5503-984f-762e8dfddce4", - "output_type": "cell_suspension" - } - ], - "process_id": "296b47c2-7c35-5fdb-bb11-95323011507c", - "process_type": "process", - "protocols": [ - { - "protocol_id": "9462efe9-1b1a-5a18-81bb-e510137ae743", - "protocol_type": "enrichment_protocol" - }, - { - "protocol_id": "6d009d64-1ae9-50b2-a706-6a30e47bdc52", - "protocol_type": "enrichment_protocol" - }, - { - "protocol_id": "0f959f0b-5efa-5cc8-9c46-097b0cb574d5", - "protocol_type": "treatment_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "9173ee6a-f1b2-5762-9272-3433b5ef7530", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "224d3750-f1f7-5b04-bbce-e23f09eea7d7", - "output_type": "specimen_from_organism" - } - ], - "process_id": "223d54fb-46c9-5c30-9cae-6b8d5ea71b7e", - "process_type": "process", - "protocols": [ - { - "protocol_id": "ff0c24dd-afd3-5d7a-b982-6191e19314e3", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -387,7 +131,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/223d54fb-46c9-5c30-9cae-6b8d5ea71b7e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -401,7 +145,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/296b47c2-7c35-5fdb-bb11-95323011507c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -415,7 +159,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/4da04038-adab-59a9-b6c4-3a61242cc972": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -429,7 +173,7 @@ }, "schema_type": "process" }, - "cell_suspension_0.json": { + "cell_suspension/d9eaaffe-4c93-5503-984f-762e8dfddce4": { "biomaterial_core": { "biomaterial_id": "AP1CS", "ncbi_taxon_id": [ @@ -461,7 +205,7 @@ } ] }, - "analysis_file_0.json": { + "analysis_file/cf5d9300-3b81-52eb-a02f-25fb1364419e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/6.5.0/analysis_file", "file_core": { "content_description": [ @@ -485,7 +229,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/811adf54-7f27-5aec-9ed7-c6084c4c3a1b": { "computational_method": "10x v3", "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/analysis/10.0.0/analysis_protocol", "matrix": { @@ -516,7 +260,7 @@ "text": "enzymatic dissociation" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/f08df8f8-4966-5265-b127-36625c77deae": { "cell_barcode": { "barcode_length": 16, "barcode_offset": 0, @@ -553,7 +297,7 @@ "barcode_read": "Read 1" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/224d3750-f1f7-5b04-bbce-e23f09eea7d7": { "biomaterial_core": { "biomaterial_id": "AP1_specimen", "biomaterial_name": "AP1_specimen", @@ -590,7 +334,7 @@ }, "schema_type": "biomaterial" }, - "enrichment_protocol_0.json": { + "enrichment_protocol/6d009d64-1ae9-50b2-a706-6a30e47bdc52": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "maximum_size": 30.0, "method": { @@ -611,7 +355,7 @@ }, "schema_type": "protocol" }, - "enrichment_protocol_1.json": { + "enrichment_protocol/9462efe9-1b1a-5a18-81bb-e510137ae743": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "method": { "ontology": "EFO:0009112", @@ -631,7 +375,7 @@ }, "schema_type": "protocol" }, - "treatment_protocol_0.json": { + "treatment_protocol/0f959f0b-5efa-5cc8-9c46-097b0cb574d5": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/1.0.0/treatment_protocol", "media": "RPMI 1640", "method": [ @@ -662,7 +406,7 @@ } ] }, - "donor_organism_0.json": { + "donor_organism/9173ee6a-f1b2-5762-9272-3433b5ef7530": { "biomaterial_core": { "biomaterial_id": "AP1", "biomaterial_name": "Sanger_AP1", @@ -707,7 +451,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/ff0c24dd-afd3-5d7a-b982-6191e19314e3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -727,5 +471,94 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "d9eaaffe-4c93-5503-984f-762e8dfddce4", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "cf5d9300-3b81-52eb-a02f-25fb1364419e", + "output_type": "analysis_file" + } + ], + "process_id": "4da04038-adab-59a9-b6c4-3a61242cc972", + "process_type": "process", + "protocols": [ + { + "protocol_id": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", + "protocol_type": "analysis_protocol" + }, + { + "protocol_id": "f08df8f8-4966-5265-b127-36625c77deae", + "protocol_type": "library_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "224d3750-f1f7-5b04-bbce-e23f09eea7d7", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "d9eaaffe-4c93-5503-984f-762e8dfddce4", + "output_type": "cell_suspension" + } + ], + "process_id": "296b47c2-7c35-5fdb-bb11-95323011507c", + "process_type": "process", + "protocols": [ + { + "protocol_id": "9462efe9-1b1a-5a18-81bb-e510137ae743", + "protocol_type": "enrichment_protocol" + }, + { + "protocol_id": "6d009d64-1ae9-50b2-a706-6a30e47bdc52", + "protocol_type": "enrichment_protocol" + }, + { + "protocol_id": "0f959f0b-5efa-5cc8-9c46-097b0cb574d5", + "protocol_type": "treatment_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "9173ee6a-f1b2-5762-9272-3433b5ef7530", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "224d3750-f1f7-5b04-bbce-e23f09eea7d7", + "output_type": "specimen_from_organism" + } + ], + "process_id": "223d54fb-46c9-5c30-9cae-6b8d5ea71b7e", + "process_type": "process", + "protocols": [ + { + "protocol_id": "ff0c24dd-afd3-5d7a-b982-6191e19314e3", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/56a338fe-7554-4b5d-96a2-7df127a7640b.dss.hca.json b/test/indexer/data/56a338fe-7554-4b5d-96a2-7df127a7640b.dss.hca.json index cfaa555d8f..657c613383 100644 --- a/test/indexer/data/56a338fe-7554-4b5d-96a2-7df127a7640b.dss.hca.json +++ b/test/indexer/data/56a338fe-7554-4b5d-96a2-7df127a7640b.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/2d8cdf91-8162-4321-9923-e00e90fd9133": { "content-type": "application/gzip; dcp-type=data", "crc32c": "c3a170ed", "indexed": false, @@ -12,7 +12,7 @@ "uuid": "2d8cdf91-8162-4321-9923-e00e90fd9133", "version": "2018-03-29T15:35:01.427209Z" }, - { + "sequence_file/d9087c74-a41e-4702-8481-cea3ef68379c": { "content-type": "application/gzip; dcp-type=data", "crc32c": "a39019f8", "indexed": false, @@ -24,202 +24,80 @@ "uuid": "d9087c74-a41e-4702-8481-cea3ef68379c", "version": "2018-03-29T15:35:02.542108Z" } - ], + }, "metadata": { - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_name": "Extracting cells from lymph nodes", - "document": "TissueDissociationProtocol.pdf", - "protocol_id": "tissue_dissociation_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.033Z", - "updateDate": "2018-03-28T14:14:33.716Z", - "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "FACS sorting cells by surface markers", - "document": "FACSsortingProtocol.pdf", - "protocol_id": "FACS_sorting_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.040Z", - "updateDate": "2018-03-28T14:45:43.500Z", - "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Make/amplify cDNA for each cell", - "document": "SmartSeq2_RTPCR_protocol.pdf", - "protocol_id": "SmartSeq2_RTPCR_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "Smart-seq2 protocol", - "ontology": "EFO:0008442" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.044Z", - "updateDate": "2018-03-28T14:24:04.790Z", - "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" - } + "protocol/c9a1e203-bddc-45d3-87c4-6010be8e0127": { + "content": { + "protocol_core": { + "protocol_name": "Extracting cells from lymph nodes", + "document": "TissueDissociationProtocol.pdf", + "protocol_id": "tissue_dissociation_protocol" }, - { - "content": { - "protocol_core": { - "protocol_name": "Sequencing SmartSeq2 cells", - "protocol_id": "SmartSeq2_sequencing_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.050Z", - "updateDate": "2018-03-28T14:30:39.321Z", - "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.033Z", + "updateDate": "2018-03-28T14:14:33.716Z", + "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" + } }, - "links.json": { - "links": [ - { - "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "source_type": "biomaterial", - "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "destination_type": "dissociation_process" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "04e58fb0-384e-4997-a9e9-575d9887e737", - "destination_type": "biomaterial" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", - "destination_type": "protocol" - }, - { - "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "source_type": "process", - "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "destination_type": "biomaterial" - }, - { - "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", - "source_type": "biomaterial", - "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "destination_type": "process" - }, - { - "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "source_type": "biomaterial", - "destination_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", - "destination_type": "enrichment_process" - }, - { - "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", - "source_type": "enrichment_process", - "destination_id": "04e58fb0-384e-4997-a9e9-575d9887e737", - "destination_type": "biomaterial" - }, - { - "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" - }, - { - "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "source_type": "process", - "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "destination_type": "biomaterial" - }, - { - "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", - "source_type": "biomaterial", - "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "destination_type": "process" - }, - { - "source_id": "04e58fb0-384e-4997-a9e9-575d9887e737", - "source_type": "biomaterial", - "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "destination_type": "library_preparation_process" - }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "2d8cdf91-8162-4321-9923-e00e90fd9133", - "destination_type": "file" - }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "d9087c74-a41e-4702-8481-cea3ef68379c", - "destination_type": "file" - }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", - "destination_type": "protocol" + "protocol/a1c80daf-58b0-4b7a-8e29-d0130493c8e6": { + "content": { + "protocol_core": { + "protocol_name": "FACS sorting cells by surface markers", + "document": "FACSsortingProtocol.pdf", + "protocol_id": "FACS_sorting_protocol" }, - { - "source_id": "04e58fb0-384e-4997-a9e9-575d9887e737", - "source_type": "biomaterial", - "destination_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", - "destination_type": "sequencing_process" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.040Z", + "updateDate": "2018-03-28T14:45:43.500Z", + "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" + } + }, + "protocol/52d79a89-4b49-4c1b-b857-5cc5da07f643": { + "content": { + "protocol_core": { + "protocol_name": "Make/amplify cDNA for each cell", + "document": "SmartSeq2_RTPCR_protocol.pdf", + "protocol_id": "SmartSeq2_RTPCR_protocol" }, - { - "source_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", - "source_type": "sequencing_process", - "destination_id": "2d8cdf91-8162-4321-9923-e00e90fd9133", - "destination_type": "file" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "Smart-seq2 protocol", + "ontology": "EFO:0008442" }, - { - "source_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", - "source_type": "sequencing_process", - "destination_id": "d9087c74-a41e-4702-8481-cea3ef68379c", - "destination_type": "file" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.044Z", + "updateDate": "2018-03-28T14:24:04.790Z", + "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" + } + }, + "protocol/ca6096cf-13c1-4930-8308-6ab05865e2c9": { + "content": { + "protocol_core": { + "protocol_name": "Sequencing SmartSeq2 cells", + "protocol_id": "SmartSeq2_sequencing_protocol" }, - { - "source_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", - "source_type": "sequencing_process", - "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.050Z", + "updateDate": "2018-03-28T14:30:39.321Z", + "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" + } }, - "project.json": { + "project/93f6a42f-1790-4af4-b5d1-8c436cb6feae": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/9.0.2/project", "project_core": { @@ -343,270 +221,365 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "total_estimated_cells": 1, - "target_cell_type": [ - { - "text": "CD11b+ Macrophages/monocytes" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1117_T", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "22467_6#209" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:58:57.160Z", - "updateDate": "2018-03-28T14:27:46.870Z", - "document_id": "04e58fb0-384e-4997-a9e9-575d9887e737" + "cell_suspension/04e58fb0-384e-4997-a9e9-575d9887e737": { + "content": { + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "biomaterial_core": { - "has_input_biomaterial": "1117", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1117_T", - "supplementary_files": [ - "FACS_sorting_markers.pdf" - ], - "biomaterial_name": "Mouse_day5_T_rep8" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", - "organ": { - "text": "tumor" - }, - "schema_type": "biomaterial" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:56:12.647Z", - "updateDate": "2018-03-28T14:19:05.173Z", - "document_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c" + ], + "total_estimated_cells": 1, + "target_cell_type": [ + { + "text": "CD11b+ Macrophages/monocytes" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1117_T", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "22467_6#209" }, - { - "content": { - "is_living": false, - "mus_musculus_specific": { - "strain": [ - { - "text": "C57BL/6" - } - ] - }, - "biological_sex": "female", - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "disease": [ - { - "text": "subcutaneous melanoma", - "ontology": "EFO:0000756" - } - ], - "organism_age": "6-12", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1117", - "biomaterial_name": "Mouse_day5_rep8" - }, - "organism_age_unit": { - "text": "week", - "ontology": "UO:0000034" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:56:00.553Z", - "updateDate": "2018-03-28T14:00:16.892Z", - "document_id": "689311a2-bfaf-4196-a753-554e69ab59b2" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:58:57.160Z", + "updateDate": "2018-03-28T14:27:46.870Z", + "document_id": "04e58fb0-384e-4997-a9e9-575d9887e737" + } }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_id": "TissueDissociationProcess", - "process_name": "Extracting cells from lymph nodes" - }, - "dissociation_method": "mechanical", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:14.574Z", - "updateDate": "2018-03-28T14:13:28.361Z", - "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" - } + "specimen_from_organism/ffb809dd-3139-4162-b9af-ec88e491ee9c": { + "content": { + "biomaterial_core": { + "has_input_biomaterial": "1117", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1117_T", + "supplementary_files": [ + "FACS_sorting_markers.pdf" + ], + "biomaterial_name": "Mouse_day5_T_rep8" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_12" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:16.640Z", - "updateDate": "2018-03-28T14:00:59.234Z", - "document_id": "0763320a-e0c4-4c07-b150-b83650fbef68" + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } + ], + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", + "organ": { + "text": "tumor" }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS3.2" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e- B220- CD11b+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:02.006Z", - "updateDate": "2018-03-28T14:15:18.962Z", - "document_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4" - } + "schema_type": "biomaterial" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:56:12.647Z", + "updateDate": "2018-03-28T14:19:05.173Z", + "document_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c" + } + }, + "donor_organism/689311a2-bfaf-4196-a753-554e69ab59b2": { + "content": { + "is_living": false, + "mus_musculus_specific": { + "strain": [ + { + "text": "C57BL/6" + } + ] }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_core": { - "process_id": "lib_prep_1", - "process_name": "Library preparation process" - }, - "umi_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "library_construction_approach": "Smart-seq2", - "schema_type": "process", - "end_bias": "full length", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "unstranded" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:43.803Z", - "updateDate": "2018-03-28T14:43:01.679Z", - "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + "biological_sex": "female", + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "paired_ends": true, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008567" - }, - "process_core": { - "process_id": "seq_5656", - "process_name": "Sequencing process" - }, - "smartseq2": { - "well_name": "D5", - "plate_id": "537" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:51.198Z", - "updateDate": "2018-03-28T14:10:52.303Z", - "document_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe" + ], + "disease": [ + { + "text": "subcutaneous melanoma", + "ontology": "EFO:0000756" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" + ], + "organism_age": "6-12", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1117", + "biomaterial_name": "Mouse_day5_rep8" + }, + "organism_age_unit": { + "text": "week", + "ontology": "UO:0000034" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:56:00.553Z", + "updateDate": "2018-03-28T14:00:16.892Z", + "document_id": "689311a2-bfaf-4196-a753-554e69ab59b2" + } }, - "file.json": { - "files": [ - { - "content": { - "file_core": { - "file_name": "22467_6#209_1.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 6, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:02:56.078Z", - "document_id": "2d8cdf91-8162-4321-9923-e00e90fd9133" - } + "dissociation_process/b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_id": "TissueDissociationProcess", + "process_name": "Extracting cells from lymph nodes" }, - { - "content": { - "file_core": { - "file_name": "22467_6#209_2.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 6, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:02:56.090Z", - "document_id": "d9087c74-a41e-4702-8481-cea3ef68379c" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" + "dissociation_method": "mechanical", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:14.574Z", + "updateDate": "2018-03-28T14:13:28.361Z", + "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" + } + }, + "process/0763320a-e0c4-4c07-b150-b83650fbef68": { + "content": { + "process_core": { + "process_id": "sampling_process_12" + }, + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:16.640Z", + "updateDate": "2018-03-28T14:00:59.234Z", + "document_id": "0763320a-e0c4-4c07-b150-b83650fbef68" + } + }, + "enrichment_process/bcef348b-3915-48b8-bc09-d24a5bff76c4": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS3.2" + }, + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e- B220- CD11b+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:02.006Z", + "updateDate": "2018-03-28T14:15:18.962Z", + "document_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4" + } + }, + "library_preparation_process/687065f3-c70f-46c3-8452-a5eead33a1bf": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_core": { + "process_id": "lib_prep_1", + "process_name": "Library preparation process" + }, + "umi_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "library_construction_approach": "Smart-seq2", + "schema_type": "process", + "end_bias": "full length", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "unstranded" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:43.803Z", + "updateDate": "2018-03-28T14:43:01.679Z", + "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + } + }, + "sequencing_process/4624400f-00c5-476a-9bd6-589e87ddb0fe": { + "content": { + "paired_ends": true, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008567" + }, + "process_core": { + "process_id": "seq_5656", + "process_name": "Sequencing process" + }, + "smartseq2": { + "well_name": "D5", + "plate_id": "537" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:51.198Z", + "updateDate": "2018-03-28T14:10:52.303Z", + "document_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe" + } + }, + "sequence_file/2d8cdf91-8162-4321-9923-e00e90fd9133": { + "content": { + "file_core": { + "file_name": "22467_6#209_1.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 6, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:02:56.078Z", + "document_id": "2d8cdf91-8162-4321-9923-e00e90fd9133" + } + }, + "sequence_file/d9087c74-a41e-4702-8481-cea3ef68379c": { + "content": { + "file_core": { + "file_name": "22467_6#209_2.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 6, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:02:56.090Z", + "document_id": "d9087c74-a41e-4702-8481-cea3ef68379c" + } } - } + }, + "links": { + "links": [ + { + "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "source_type": "biomaterial", + "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "destination_type": "dissociation_process" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "04e58fb0-384e-4997-a9e9-575d9887e737", + "destination_type": "biomaterial" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", + "destination_type": "protocol" + }, + { + "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "source_type": "process", + "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "destination_type": "biomaterial" + }, + { + "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", + "source_type": "biomaterial", + "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "destination_type": "process" + }, + { + "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "source_type": "biomaterial", + "destination_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", + "destination_type": "enrichment_process" + }, + { + "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", + "source_type": "enrichment_process", + "destination_id": "04e58fb0-384e-4997-a9e9-575d9887e737", + "destination_type": "biomaterial" + }, + { + "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "source_type": "process", + "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "destination_type": "biomaterial" + }, + { + "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", + "source_type": "biomaterial", + "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "destination_type": "process" + }, + { + "source_id": "04e58fb0-384e-4997-a9e9-575d9887e737", + "source_type": "biomaterial", + "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "destination_type": "library_preparation_process" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "2d8cdf91-8162-4321-9923-e00e90fd9133", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "d9087c74-a41e-4702-8481-cea3ef68379c", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", + "destination_type": "protocol" + }, + { + "source_id": "04e58fb0-384e-4997-a9e9-575d9887e737", + "source_type": "biomaterial", + "destination_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", + "destination_type": "sequencing_process" + }, + { + "source_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", + "source_type": "sequencing_process", + "destination_id": "2d8cdf91-8162-4321-9923-e00e90fd9133", + "destination_type": "file" + }, + { + "source_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", + "source_type": "sequencing_process", + "destination_id": "d9087c74-a41e-4702-8481-cea3ef68379c", + "destination_type": "file" + }, + { + "source_id": "4624400f-00c5-476a-9bd6-589e87ddb0fe", + "source_type": "sequencing_process", + "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/587d74b4-1075-4bbf-b96a-4d1ede0481b2.dss.hca.json b/test/indexer/data/587d74b4-1075-4bbf-b96a-4d1ede0481b2.dss.hca.json index abf7dd5f9a..6dd4463fb0 100644 --- a/test/indexer/data/587d74b4-1075-4bbf-b96a-4d1ede0481b2.dss.hca.json +++ b/test/indexer/data/587d74b4-1075-4bbf-b96a-4d1ede0481b2.dss.hca.json @@ -1,546 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "08aad8ec", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "8d367ac355097c7b5bf18990e6e80a74", - "sha1": "845133de674d849e84537a9cc2032da0ace6f415", - "sha256": "8f49f490ece01c000aab8e14ead0ce6a0b4d76955d069eee65586eac02cb31be", - "size": 487, - "uuid": "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0", - "version": "2018-10-10T02:23:43.182000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4d408c86", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "a49d653865e77552916a96c672a46524", - "sha1": "1c8cddd66cd455378aff6773e3f65800e091bb79", - "sha256": "312e569322f350c451fe29be76ebe8310d3262531ac23cb9a06b5ed05c62e788", - "size": 984, - "uuid": "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a", - "version": "2018-10-10T02:23:43.038000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b6a7a0a3", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "e732e31283fc2f0188192031a3b6f77f", - "sha1": "86487f41a5f57facb555414eeca513562c267bbb", - "sha256": "b374f0777c0d03f1d339a93d20082be5e6c0b6c667900a989603b68a64fc28b5", - "size": 724, - "uuid": "242e38d2-c975-47ee-800a-6645b47e92d2", - "version": "2018-10-10T02:23:42.998000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5eac7dc", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "78acccf15f5f62fae0a05c07576bd088", - "sha1": "8f6c08e16f491d7b78b9adb712a136d25d04e851", - "sha256": "bfa2ce6dd44eb1f1176d546e252e2201ee537de00ebdb39bb8efd2e6637762f7", - "size": 475, - "uuid": "48e42fe3-41cd-49bd-b7f4-1e3c49682131", - "version": "2018-10-10T03:06:57.924000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1a59894b", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "ebd63c1c53d745439e0c4ba594a18003", - "sha1": "678c06e1e30b2edbdbfe767311fd3f64b7fae531", - "sha256": "f6669d67d0fcd43c7a06883e5ae525d3fc8989142d4ba91dd3ad6b260bbef981", - "size": 469, - "uuid": "8b4ed86d-99a8-4665-8f56-5a54fac6cb12", - "version": "2018-10-10T03:06:54.727000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "71107ff7", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "2fec1a3d3fec616af2b8a4b788dfc344", - "sha1": "6c835992b37737ca584e1007d11f854721047972", - "sha256": "332c39e1bd8e7bd1be201722ef5e3cff8be201759151ff24ae92fe5190f88347", - "size": 474, - "uuid": "416e31c0-b0ec-4674-ab37-ab8506a9f219", - "version": "2018-10-10T03:06:57.736000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0bdd1f45", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "408c7d20c077b76d1b44aa68006c6432", - "sha1": "8915319664941f0611bea9105898d121ea65c3dc", - "sha256": "ccb7c8cce73821c17faf3ec2c9ede690ceb33c0845e3c1397f3d9af9c7231048", - "size": 478, - "uuid": "0b34a80b-c818-4010-b193-e44a77036e27", - "version": "2018-10-10T03:06:57.736000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9721d78e", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "e2d40a9edafcbda2cb53cecaa7bad0e7", - "sha1": "8b88e0d7972ac3e8f716de813636ab9a4f727528", - "sha256": "e23d54233bbcff6f2be8377704ac8b13a1a245754eb15ae7cde641f4e0418db4", - "size": 461, - "uuid": "9a827f0b-d74a-436f-a39f-f8c8c9eadfa3", - "version": "2018-10-10T03:06:59.054000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7b4a7d39", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "699b4e565e880b1787eaf0928fa699f2", - "sha1": "a2bb3e687f6b3dedc5565f3541185b5832f7678e", - "sha256": "d49c189a929f56f670c03cc98fc847385ef0cc85dadfd460c4f8c4543ff3d2c3", - "size": 450, - "uuid": "1d77c6c5-24b6-4d43-ad5d-b02fba050025", - "version": "2018-10-10T03:07:04.612000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a7a3fb7d", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "c0c6bdffa598be7ad152e5d581a04682", - "sha1": "1b780ea97f3c2644c58af65ec765755e34172dd6", - "sha256": "c048cddd17daafd38d480df32e15f5a554907b3c590c52a53ac41feb21f27637", - "size": 471, - "uuid": "18791e67-0c74-43e0-be28-f0c3cd78c7a4", - "version": "2018-10-10T03:07:05.571000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1ac92c61", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "2485cf3a5eb0c6de171c45cd958fd319", - "sha1": "00a78c80f79d4f69d9d19d4a347b9f2377d63ec2", - "sha256": "5cda3447f39badeab16e5d106cda7fb7f1b5f4ca7eee6db71f99456b2c19048a", - "size": 481, - "uuid": "9d88ec61-e189-4618-ac15-992a134749a8", - "version": "2018-10-10T03:07:08.560000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fb3df3b7", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "1c15d9cb4d1c81ca2057ba650a58b37b", - "sha1": "03a8737036f13a8843f52da5fe1f2ed38566f148", - "sha256": "eaf327ac7c821560513ca97e0b51540808bc14af4f6754a7a2756da4d7d29279", - "size": 468, - "uuid": "c059ee58-fbea-40d9-b552-acc1285138a3", - "version": "2018-10-10T03:07:08.560000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bd8e92e8", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "53006d3db0476e61c4ea2ba10d672dab", - "sha1": "66de846fab6f631e674cba6310591ee5ecc35f87", - "sha256": "2dbe6a0761486a3a0f8d450b1182e0cbc93424f233708ad3af9d3a2114792e6f", - "size": 454, - "uuid": "28220905-f58d-48a1-9258-53f97dd9d388", - "version": "2018-10-10T03:07:08.939000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "122f938d", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "4ccf15254a26ece60aa92dbc5f8d65cd", - "sha1": "4b778b9a1382ca12ea5ff8dfb00533d30e1cf597", - "sha256": "b9db4f1a178ef6e36b96c392c24acdd6cc709ff62f2aec7b7741ae2b62534cb3", - "size": 473, - "uuid": "21319798-fe9e-40a4-bcdb-a4c0780ee7bf", - "version": "2018-10-10T03:07:09.968000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "672f1677", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "795f78702b67428b542237ebcafc2acc", - "sha1": "7aaab010e5fc34a9b5508b57ba7b1a4ffaad5b39", - "sha256": "9b6adfb4a98290f5ae128d18087d0368b4e3bf2f6cf47aba434c094b0ad408aa", - "size": 474, - "uuid": "fd67cd38-2483-49ff-8a9b-0fe1f2607901", - "version": "2018-10-10T03:07:11.061000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2c868bd1", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "45f940b0ec192b973ef12a88de9529af", - "sha1": "117a9fee3656dc2cd1aab94eec1202f8aeb5164b", - "sha256": "db767cfaf1ddb2f83d1d1cb0bc4c367402f66bad8838f7023d0cc50ecb80f598", - "size": 449, - "uuid": "a5acdc07-18bf-4c06-b212-2b36e52173ef", - "version": "2018-10-10T03:06:52.860000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "964feb08", - "indexed": true, - "name": "analysis_file_13.json", - "s3_etag": "9ba8c61947dd7fb8df24d3b2bf7fba20", - "sha1": "cdb51269eb6acdc9aefaeeb6784566047f61ba0e", - "sha256": "8df4fdd3f81b874b10e6127afee88de7c366a175d10fe927e643525fcc89f20b", - "size": 453, - "uuid": "da510e7a-5495-40c5-964d-b5291372102c", - "version": "2018-10-10T03:06:53.850000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c65eed50", - "indexed": true, - "name": "analysis_file_14.json", - "s3_etag": "e36ba9d4dd887097dd932c24340533bc", - "sha1": "a60e2180357f27eb0ae651b35969150ebd9722ed", - "sha256": "699757a93a1ffdbac137bb2bfc43dea6309ed78fe161d7b20f4947ca141a582b", - "size": 451, - "uuid": "14d63962-7cd3-43fc-a4d6-dc8f761c9ebd", - "version": "2018-10-10T03:07:00.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5cf2c29", - "indexed": true, - "name": "analysis_file_15.json", - "s3_etag": "223568d3a0fb471ecec36ce50130e67c", - "sha1": "822bdcb2fab5cc34e32f9ef30b18b7948c9c6edd", - "sha256": "432344e83a5c24bb7307249505c0c15ff20fe5adee628664ef5351a606cef9ac", - "size": 465, - "uuid": "b7f69b47-cbdf-4ec9-be6e-d316827aad8e", - "version": "2018-10-10T03:07:03.278000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "257e3879", - "indexed": true, - "name": "analysis_file_16.json", - "s3_etag": "3ef5690d03456b3fd86f94da2dd55355", - "sha1": "0c21401e4f00eb3a88a4f8525daec9308b72b508", - "sha256": "dfb701835a9b9c37a01a22fcdaeb9b3459469e6857b5524056aa01ba8ad1f037", - "size": 468, - "uuid": "a3b39c62-3dd8-48f9-bcba-08a16f43a40b", - "version": "2018-10-10T03:07:03.879000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a427ec46", - "indexed": true, - "name": "analysis_file_17.json", - "s3_etag": "c7ebd3879cb537c4034b5745bb2680dc", - "sha1": "b27e71f612067513520cec63ff5c83030ae02deb", - "sha256": "4d8afc398a3c4bc4d44f9c6a2a0067a53363e0ac33d2f8a42e80df0229a75060", - "size": 458, - "uuid": "b4767274-c12b-401f-8bc1-9c9213149442", - "version": "2018-10-10T03:07:14.068000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bdb25e8f", - "indexed": true, - "name": "analysis_file_18.json", - "s3_etag": "b17d6891ed683ea5dcb46f809756cf5e", - "sha1": "3e3ef6130ec408eac1491532e250a5b64c07e54e", - "sha256": "da99e119f94ddd21f5e952ae2c7057f675f158618d0d3ebfea126a4ba959b4ed", - "size": 459, - "uuid": "dfa9da1b-3f48-4c76-86a2-833ded3e2745", - "version": "2018-10-10T03:07:14.068000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a8486de", - "indexed": true, - "name": "analysis_file_19.json", - "s3_etag": "04aa17b3034924696a6286e18d2096b7", - "sha1": "1d1c1d833fe860b7ba9af28c21560acfd44fa52b", - "sha256": "671b1c6e9e5d0c544aad280b681fbc9a2cd9959b7e5509d9db75a16eefadbfae", - "size": 477, - "uuid": "11d84aef-c087-4fd1-bdc9-0c3402a0db01", - "version": "2018-10-10T03:07:14.083000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2f6975eb", - "indexed": true, - "name": "analysis_file_20.json", - "s3_etag": "5018755b92c0d624ea4ed065d45f7acb", - "sha1": "613baee6036a0dc34837e1210b89771b78fe81bf", - "sha256": "b750d2664b23d8aaf51e31885bdff504c685102006d9feb025f3762b750373e5", - "size": 485, - "uuid": "345c5bd6-ac02-4b5d-9d53-e2ec7d7928aa", - "version": "2018-10-10T03:07:15.121000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dba889eb", - "indexed": true, - "name": "analysis_file_21.json", - "s3_etag": "7afade8fd4ec41b8cc1b761bfff8b3f7", - "sha1": "acda8b77feff7752e8601ba959c76ed7bc398fea", - "sha256": "d6a8132b5fb9f764bd42aa1c1d5d6ed64c87aaa592dfbf4cf43f8196b3f98ad2", - "size": 481, - "uuid": "5aa074b9-f6e6-4790-9608-b5eb37425341", - "version": "2018-10-10T03:07:16.070000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d04f85de", - "indexed": true, - "name": "analysis_file_22.json", - "s3_etag": "e974bfb9b2a2140e49399dd2735f4e5c", - "sha1": "9430236afaf600ec04252974abb3aa8ec77cf3a9", - "sha256": "5e8408d35b40c13d32fbab700e723dadd4b7b1e02cb2ab0af339939176e50800", - "size": 488, - "uuid": "b9672a5e-03be-41a6-9155-b29626815e11", - "version": "2018-10-10T03:07:19.076000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "08462546", - "indexed": true, - "name": "analysis_file_23.json", - "s3_etag": "790e8edc9f57d3f129e100353d0acad5", - "sha1": "b7f2ad048d1b3df1e8aeb54463ad6cbb2000e561", - "sha256": "23d884e23a6abc05f949279fc1a3c0227c6b8edf8479f60764aa2d509cf0e059", - "size": 484, - "uuid": "c0da3d0b-128b-4b37-a3d6-9538ab29e9b6", - "version": "2018-10-10T03:07:19.076000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "aaca9ef6", - "indexed": true, - "name": "analysis_file_24.json", - "s3_etag": "52c1e4af5c08f85035425f2e238adcb2", - "sha1": "177aab47f1f5873a006d70296b20af9a8584be04", - "sha256": "55ebe700c6aeaf362c6606b7fc65d28299ee1a4f55958cdc575f0b6bb8ac8ee9", - "size": 485, - "uuid": "46465f1a-a0cc-413f-aebc-505e4714c6b2", - "version": "2018-10-10T03:07:19.922000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a32fe4fc", - "indexed": true, - "name": "analysis_file_25.json", - "s3_etag": "eb56c4600728385438e0c239a6ccfcc8", - "sha1": "cb5a8f9ca1be018402e608819655600efac7e3d6", - "sha256": "20fe7abb6a9fae20602edac2d1cb432390086a9234f39139962091c771accf0d", - "size": 481, - "uuid": "7ba06d4d-c134-4324-84e6-3a37e57af2ce", - "version": "2018-10-10T03:07:20.313000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6bff6f38", - "indexed": true, - "name": "analysis_file_26.json", - "s3_etag": "45e002acc558c979480e4ba827680698", - "sha1": "5b1ffebea84e53b2c994a774d837a159b4fb93a3", - "sha256": "ac3d321a32895e86dd658afa97ff9a2d921c630cd1cc1fc02e4c9cc6e5584999", - "size": 487, - "uuid": "7cd4f7cc-8712-4ffd-b91d-9cb7c6182f52", - "version": "2018-10-10T03:07:21.178000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "db1a3ac2", - "indexed": true, - "name": "analysis_file_27.json", - "s3_etag": "a243c1ab00417c3835ea7e8edce43330", - "sha1": "739dd258080ce850031b53b92e8561db0354e1e0", - "sha256": "47c52e34365e12b63c3e421d18bc3375017d085e42f98248ffb39c5139923d6f", - "size": 483, - "uuid": "54604922-909e-4094-83d7-9d8ac7e7cdbd", - "version": "2018-10-10T03:07:24.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e7d621dc", - "indexed": true, - "name": "analysis_file_28.json", - "s3_etag": "f1d47de5f4c90b4b88ed4f110e3670e7", - "sha1": "9b6f952d96d5c0e7d790ced5b4b334876918b7ca", - "sha256": "fb972d4cc6126765822fa1df284a8386b3d222e6610dd090493de44412a86c29", - "size": 487, - "uuid": "e0fc82a4-9bc2-4219-b763-99c865e4f9c0", - "version": "2018-10-10T03:07:24.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f7feb176", - "indexed": true, - "name": "analysis_file_29.json", - "s3_etag": "e6eae6ebbe5b5e63db203566e3e07ad9", - "sha1": "ebb2f22a680afa285af84ec9dbc46ad59cf7ddb4", - "sha256": "a2c8f01181dbb47d9425053d11496f9fc6b195305b5cfc665ecb969e26a8b750", - "size": 483, - "uuid": "5c3246df-9ee8-42fe-ab19-ddd0ddea3e15", - "version": "2018-10-10T03:07:24.568000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "37fa3b19", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "b49cdc809a3e4eb843325b1a0aeef201", - "sha1": "938de0bd72a0ce21b9e3b65b41a799da4d6bf163", - "sha256": "f392b2e72255112a279512de0ef6329c17e6ad3b5ecd08af91df92410405e105", - "size": 470, - "uuid": "5f0cdf49-aabe-40f4-8af3-033115805bb0", - "version": "2018-10-10T03:03:52.783000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6b35f397", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "4f81328680d736b41e81503d808ca0fe", - "sha1": "6f0807fbebcb9cbee6c0e851675f49d6b8e507e3", - "sha256": "4f10406770c573297bca036e6227b1c45432dcc1bd6cd1dee66d924a1cc46760", - "size": 470, - "uuid": "74c8c730-139e-40a5-b77e-f46088fa4d95", - "version": "2018-10-10T03:03:52.906000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "718fd794", - "indexed": true, - "name": "project_0.json", - "s3_etag": "9b3dbc07493da95ca296d019593e46f4", - "sha1": "fdf3cc20700d5bfd50d257164b5c15452e4aab01", - "sha256": "558e04499d2f363ddbb47d9422be41a2e4b5c19bfdccc55cde0128f6d8d050c7", - "size": 3451, - "uuid": "6615efae-fca8-4dd2-a223-9cfcf30fe94d", - "version": "2018-10-10T02:23:47.926000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e14717eb", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "be40cfdaad8d34a6c9d86c651625904e", - "sha1": "fad42cb3144b186ccb282ada533e2d3f7a446f3a", - "sha256": "4e0ba04246a8a2a20cfb5d13753750f132fca5bdf14809e252aebc29fc93cfbe", - "size": 741, - "uuid": "92bc8cf5-b595-4536-b0e8-46eb702b4f4f", - "version": "2018-10-10T02:23:47.924000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "49c4eed4", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "1a005b2c6bb45d4880166181acf84e26", - "sha1": "fea40ee834ffca6f9b299f2a9baec648e043af94", - "sha256": "42b514f2673b4252d9469180953a4ef039781296674c0b230704b21612a7151b", - "size": 650, - "uuid": "da614ddd-0384-49ca-a6e1-2141ace13a01", - "version": "2018-10-10T02:23:47.923000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ac5a1717", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "d960c213dce1e8fd5e10d3f4118a13bd", - "sha1": "367abe4efd08232bffe00dbf64ea8960fb558007", - "sha256": "7e30b8d93709e78f9e70747850adb0068da0954b0ab0fbfe00e01fbdd2be45a2", - "size": 620, - "uuid": "63d78c21-061c-4e94-bb68-a5914f811447", - "version": "2018-10-10T02:23:47.925000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "48d283fd", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "00c5be85867e37446d4baa5eec2efc80", - "sha1": "74c89d93af05e1246f8d079b145006c287fd77bc", - "sha256": "7cca96492c59a3351d69d1a00be7a7e4c86137ed996a0c51d0875575833983fa", - "size": 553, - "uuid": "d7820ce6-f0f4-4778-9353-423626dbd7c0", - "version": "2018-10-10T02:23:47.920000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "406285ab", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "125e0a18d82817fc2f1979c82ef97c55", - "sha1": "da2a5448f1e5fb2e4a360aaa7cd3a493e1e1e94b", - "sha256": "34de44fcf2a88c59608b6fcc108e874f53a13b0c64e8c6bbb43a37fba5c702e3", - "size": 20937, - "uuid": "d2323ee7-3623-4713-8b27-01cc003e2061", - "version": "2018-10-10T03:03:55.832000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bb7568bb", - "indexed": true, - "name": "process_0.json", - "s3_etag": "98948282fa5817d3a69a8341082d43f5", - "sha1": "c88a9ec605d834b9aa7a7a8400052b50c66f5c21", - "sha256": "7c2b753611180313d071828c20a7b95a86822a2c0d9b558643deaa8c784a6eb3", - "size": 403, - "uuid": "5afa951e-1591-4bad-a4f8-2e13cbdb760c", - "version": "2018-10-10T02:23:43.283000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8ffb2bfc", - "indexed": true, - "name": "process_1.json", - "s3_etag": "b76060f7ba94192f49a3d1a93b14aa5f", - "sha1": "364c4222f5911e17e168ccaca4d7220ddf34a1c2", - "sha256": "6c82ece335913f6cf3b91c95a3295c7c8c1b0d698b97a33eb81eab77a41899fc", - "size": 392, - "uuid": "27b9dad1-b670-4fc3-aad3-24e51e70dfba", - "version": "2018-10-10T02:23:42.932000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "00408067", - "indexed": true, - "name": "process_2.json", - "s3_etag": "a9b41a0e9fef57690ad8f0ea05cef883", - "sha1": "e518d4f6cbb68700a314fe81bebc785317066d57", - "sha256": "bd5dd71946f36bbd9d0ea8d473fb730921bc5998bd5726b2ce6fb0ff685d7cc5", - "size": 392, - "uuid": "908d468a-eb62-4d19-8706-c5f708a14940", - "version": "2018-10-10T02:23:43.104000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "7b8cabc3", - "indexed": true, - "name": "links.json", - "s3_etag": "56f651d69c90f007ae6457f2bc7b1480", - "sha1": "b98a0163f28458ed17a4f30c7592e58d93870eb8", - "sha256": "bfd682ca87585e9556538df3576de19bdf6e7ece7a6f9739eb123ff58a4fea0d", - "size": 6069, - "uuid": "07086553-f0ef-446a-af5c-cd96295214b7", - "version": "2018-10-10T03:10:31.063705Z" - }, - { + "manifest": { + "analysis_file/48e42fe3-41cd-49bd-b7f4-1e3c49682131": { + "content-type": "text/plain; dcp-type=data", "crc32c": "074766b5", "indexed": false, @@ -552,7 +13,7 @@ "uuid": "ac880333-cb92-4f55-971a-614bd065d8ef", "version": "2018-10-10T03:10:31.316188Z" }, - { + "analysis_file/8b4ed86d-99a8-4665-8f56-5a54fac6cb12": { "content-type": "text/plain; dcp-type=data", "crc32c": "0d086593", "indexed": false, @@ -564,7 +25,7 @@ "uuid": "2866dfcd-6346-4db8-ad1c-36a50dd99f44", "version": "2018-10-10T03:10:31.541754Z" }, - { + "analysis_file/416e31c0-b0ec-4674-ab37-ab8506a9f219": { "content-type": "text/plain; dcp-type=data", "crc32c": "a45828f5", "indexed": false, @@ -576,7 +37,7 @@ "uuid": "ee417573-2281-439a-98f9-05fcb5dd2faf", "version": "2018-10-10T03:10:31.845129Z" }, - { + "analysis_file/0b34a80b-c818-4010-b193-e44a77036e27": { "content-type": "text/plain; dcp-type=data", "crc32c": "e8b38826", "indexed": false, @@ -588,7 +49,7 @@ "uuid": "2526ee96-c839-4d0e-869c-585fc9066cda", "version": "2018-10-10T03:10:32.229536Z" }, - { + "analysis_file/9a827f0b-d74a-436f-a39f-f8c8c9eadfa3": { "content-type": "text/plain; dcp-type=data", "crc32c": "132739db", "indexed": false, @@ -600,7 +61,7 @@ "uuid": "3a97e493-d758-4659-84f2-1c8060161459", "version": "2018-10-10T03:10:32.503612Z" }, - { + "analysis_file/1d77c6c5-24b6-4d43-ad5d-b02fba050025": { "content-type": "text/csv; dcp-type=data", "crc32c": "062199a3", "indexed": false, @@ -612,7 +73,7 @@ "uuid": "e399a1c6-f595-400b-b71b-ea95707fbf74", "version": "2018-10-10T03:10:32.812584Z" }, - { + "analysis_file/18791e67-0c74-43e0-be28-f0c3cd78c7a4": { "content-type": "text/csv; dcp-type=data", "crc32c": "8c75cbf7", "indexed": false, @@ -624,7 +85,7 @@ "uuid": "35a4d374-9eb3-404b-8ef9-fa295062f969", "version": "2018-10-10T03:10:33.293412Z" }, - { + "analysis_file/9d88ec61-e189-4618-ac15-992a134749a8": { "content-type": "text/csv; dcp-type=data", "crc32c": "d0ea20f5", "indexed": false, @@ -636,7 +97,7 @@ "uuid": "f7cbd75f-abb1-4703-bf11-7d55a28ae5c0", "version": "2018-10-10T03:10:33.596635Z" }, - { + "analysis_file/c059ee58-fbea-40d9-b552-acc1285138a3": { "content-type": "text/csv; dcp-type=data", "crc32c": "d5d1e302", "indexed": false, @@ -648,7 +109,7 @@ "uuid": "29466279-4d12-44dd-9f87-8429b61a9f13", "version": "2018-10-10T03:10:33.862470Z" }, - { + "analysis_file/28220905-f58d-48a1-9258-53f97dd9d388": { "content-type": "text/csv; dcp-type=data", "crc32c": "38eadd82", "indexed": false, @@ -660,7 +121,7 @@ "uuid": "4f53c7d8-13fd-4e60-8168-df2a26652d8f", "version": "2018-10-10T03:10:34.363765Z" }, - { + "analysis_file/21319798-fe9e-40a4-bcdb-a4c0780ee7bf": { "content-type": "text/csv; dcp-type=data", "crc32c": "ec79e888", "indexed": false, @@ -672,7 +133,7 @@ "uuid": "70367094-c901-4d72-a6b3-d2859729073a", "version": "2018-10-10T03:10:34.734838Z" }, - { + "analysis_file/fd67cd38-2483-49ff-8a9b-0fe1f2607901": { "content-type": "text/csv; dcp-type=data", "crc32c": "5191baeb", "indexed": false, @@ -684,7 +145,7 @@ "uuid": "84985aaf-e397-45ee-8b96-37ed2cc650d4", "version": "2018-10-10T03:10:35.017351Z" }, - { + "analysis_file/a5acdc07-18bf-4c06-b212-2b36e52173ef": { "content-type": "application/gzip; dcp-type=data", "crc32c": "700bd519", "indexed": false, @@ -696,7 +157,7 @@ "uuid": "51c9ad31-5888-47eb-9e0c-02f042373c4e", "version": "2018-10-10T03:10:35.284782Z" }, - { + "analysis_file/da510e7a-5495-40c5-964d-b5291372102c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6ce5efc2", "indexed": false, @@ -708,7 +169,7 @@ "uuid": "7eda54d3-3522-4079-9089-60839ee4d4f9", "version": "2018-10-10T03:10:35.686843Z" }, - { + "analysis_file/14d63962-7cd3-43fc-a4d6-dc8f761c9ebd": { "content-type": "application/gzip; dcp-type=data", "crc32c": "3d94b063", "indexed": false, @@ -720,7 +181,7 @@ "uuid": "b1c167da-0825-4c63-9cbc-2aada1ab367c", "version": "2018-10-10T03:10:35.971561Z" }, - { + "analysis_file/b7f69b47-cbdf-4ec9-be6e-d316827aad8e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7581baea", "indexed": false, @@ -732,7 +193,7 @@ "uuid": "cf859616-212d-4579-bd86-03c5f8e06ec0", "version": "2018-10-10T03:10:36.453150Z" }, - { + "analysis_file/a3b39c62-3dd8-48f9-bcba-08a16f43a40b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "24b04481", "indexed": false, @@ -744,7 +205,7 @@ "uuid": "55878ed2-a7bf-423f-b6ee-97969e2e66ef", "version": "2018-10-10T03:10:37.034867Z" }, - { + "analysis_file/b4767274-c12b-401f-8bc1-9c9213149442": { "content-type": "application/json; dcp-type=data", "crc32c": "4e75003e", "indexed": false, @@ -756,7 +217,7 @@ "uuid": "c1c4a2bc-b5fb-4083-af64-f5dec70d7f9d", "version": "2018-10-10T03:10:37.983672Z" }, - { + "analysis_file/dfa9da1b-3f48-4c76-86a2-833ded3e2745": { "content-type": "application/json; dcp-type=data", "crc32c": "444a7707", "indexed": false, @@ -768,7 +229,7 @@ "uuid": "54541cc5-9010-425b-9037-22e43948c97c", "version": "2018-10-10T03:10:38.239541Z" }, - { + "analysis_file/11d84aef-c087-4fd1-bdc9-0c3402a0db01": { "content-type": "application/json; dcp-type=data", "crc32c": "444a7707", "indexed": false, @@ -780,7 +241,7 @@ "uuid": "66b8f976-6f1e-45b3-bd97-069658c3c847", "version": "2018-10-10T03:10:38.474167Z" }, - { + "analysis_file/345c5bd6-ac02-4b5d-9d53-e2ec7d7928aa": { "content-type": "application/json; dcp-type=data", "crc32c": "c6ab0701", "indexed": false, @@ -792,7 +253,7 @@ "uuid": "ac05d7fb-d6b9-4ab1-8c04-6211450dbb62", "version": "2018-10-10T03:10:38.714461Z" }, - { + "analysis_file/5aa074b9-f6e6-4790-9608-b5eb37425341": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cd2fd51f", "indexed": false, @@ -804,7 +265,7 @@ "uuid": "0c518a52-f315-4ea2-beed-1c9d8f2d802b", "version": "2018-10-10T03:10:39.039270Z" }, - { + "analysis_file/b9672a5e-03be-41a6-9155-b29626815e11": { "content-type": "application/json; dcp-type=data", "crc32c": "b89e6723", "indexed": false, @@ -816,7 +277,7 @@ "uuid": "136108ab-277e-47a4-acc3-1feed8fb2f25", "version": "2018-10-10T03:10:39.426609Z" }, - { + "analysis_file/c0da3d0b-128b-4b37-a3d6-9538ab29e9b6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "caaefa77", "indexed": false, @@ -828,7 +289,7 @@ "uuid": "0bef5419-739c-4a2c-aedb-43754d55d51c", "version": "2018-10-10T03:10:39.642846Z" }, - { + "analysis_file/46465f1a-a0cc-413f-aebc-505e4714c6b2": { "content-type": "application/json; dcp-type=data", "crc32c": "f629ec34", "indexed": false, @@ -840,7 +301,7 @@ "uuid": "3a5f7299-1aa1-4060-9631-212c29b4d807", "version": "2018-10-10T03:10:39.899615Z" }, - { + "analysis_file/7ba06d4d-c134-4324-84e6-3a37e57af2ce": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "59d86b68", "indexed": false, @@ -852,7 +313,7 @@ "uuid": "a8f0dc39-6019-4fc7-899d-4e34a48d03e5", "version": "2018-10-10T03:10:40.113268Z" }, - { + "analysis_file/7cd4f7cc-8712-4ffd-b91d-9cb7c6182f52": { "content-type": "application/json; dcp-type=data", "crc32c": "25d193cf", "indexed": false, @@ -864,7 +325,7 @@ "uuid": "68ba4711-1447-42ac-aa40-9c0e4cda1666", "version": "2018-10-10T03:10:40.583439Z" }, - { + "analysis_file/54604922-909e-4094-83d7-9d8ac7e7cdbd": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "17a84191", "indexed": false, @@ -876,7 +337,7 @@ "uuid": "27e66328-e337-4bcd-ba15-7893ecaf841f", "version": "2018-10-10T03:10:40.801631Z" }, - { + "analysis_file/e0fc82a4-9bc2-4219-b763-99c865e4f9c0": { "content-type": "application/json; dcp-type=data", "crc32c": "25d193cf", "indexed": false, @@ -888,7 +349,7 @@ "uuid": "2ab1a516-ef36-41b6-a78f-513361658feb", "version": "2018-10-10T03:10:40.958708Z" }, - { + "analysis_file/5c3246df-9ee8-42fe-ab19-ddd0ddea3e15": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "bdc30523", "indexed": false, @@ -900,7 +361,7 @@ "uuid": "351970aa-bc4c-405e-a274-be9e08e42e98", "version": "2018-10-10T03:10:41.135992Z" }, - { + "sequence_file/5f0cdf49-aabe-40f4-8af3-033115805bb0": { "content-type": "application/gzip; dcp-type=data", "crc32c": "4ef74578", "indexed": false, @@ -912,7 +373,7 @@ "uuid": "c005f647-b3fb-45a8-857a-8f5e6a878ccf", "version": "2018-10-10T02:38:11.612423Z" }, - { + "sequence_file/74c8c730-139e-40a5-b77e-f46088fa4d95": { "content-type": "application/gzip; dcp-type=data", "crc32c": "69987b3e", "indexed": false, @@ -924,9 +385,9 @@ "uuid": "b764ce7d-3938-4451-b68c-678feebc8f2a", "version": "2018-10-10T02:38:11.851483Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -941,7 +402,7 @@ "update_date": "2018-10-10T02:23:43.182Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -978,7 +439,7 @@ "update_date": "2018-10-10T02:23:43.038Z" } }, - "donor_organism_0.json": { + "donor_organism/242e38d2-c975-47ee-800a-6645b47e92d2": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1009,7 +470,7 @@ "update_date": "2018-10-10T02:23:42.998Z" } }, - "analysis_file_0.json": { + "analysis_file/48e42fe3-41cd-49bd-b7f4-1e3c49682131": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1022,7 +483,7 @@ "update_date": "2018-10-10T03:06:57.924Z" } }, - "analysis_file_1.json": { + "analysis_file/8b4ed86d-99a8-4665-8f56-5a54fac6cb12": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1035,7 +496,7 @@ "update_date": "2018-10-10T03:06:54.727Z" } }, - "analysis_file_2.json": { + "analysis_file/416e31c0-b0ec-4674-ab37-ab8506a9f219": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1048,7 +509,7 @@ "update_date": "2018-10-10T03:06:57.736Z" } }, - "analysis_file_3.json": { + "analysis_file/0b34a80b-c818-4010-b193-e44a77036e27": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1061,7 +522,7 @@ "update_date": "2018-10-10T03:06:57.736Z" } }, - "analysis_file_4.json": { + "analysis_file/9a827f0b-d74a-436f-a39f-f8c8c9eadfa3": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1074,7 +535,7 @@ "update_date": "2018-10-10T03:06:59.054Z" } }, - "analysis_file_5.json": { + "analysis_file/1d77c6c5-24b6-4d43-ad5d-b02fba050025": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1087,7 +548,7 @@ "update_date": "2018-10-10T03:07:04.612Z" } }, - "analysis_file_6.json": { + "analysis_file/18791e67-0c74-43e0-be28-f0c3cd78c7a4": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1100,7 +561,7 @@ "update_date": "2018-10-10T03:07:05.571Z" } }, - "analysis_file_7.json": { + "analysis_file/9d88ec61-e189-4618-ac15-992a134749a8": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1113,7 +574,7 @@ "update_date": "2018-10-10T03:07:08.560Z" } }, - "analysis_file_8.json": { + "analysis_file/c059ee58-fbea-40d9-b552-acc1285138a3": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1126,7 +587,7 @@ "update_date": "2018-10-10T03:07:08.560Z" } }, - "analysis_file_9.json": { + "analysis_file/28220905-f58d-48a1-9258-53f97dd9d388": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1139,7 +600,7 @@ "update_date": "2018-10-10T03:07:08.939Z" } }, - "analysis_file_10.json": { + "analysis_file/21319798-fe9e-40a4-bcdb-a4c0780ee7bf": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1152,7 +613,7 @@ "update_date": "2018-10-10T03:07:09.968Z" } }, - "analysis_file_11.json": { + "analysis_file/fd67cd38-2483-49ff-8a9b-0fe1f2607901": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1165,7 +626,7 @@ "update_date": "2018-10-10T03:07:11.061Z" } }, - "analysis_file_12.json": { + "analysis_file/a5acdc07-18bf-4c06-b212-2b36e52173ef": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1178,7 +639,7 @@ "update_date": "2018-10-10T03:06:52.860Z" } }, - "analysis_file_13.json": { + "analysis_file/da510e7a-5495-40c5-964d-b5291372102c": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1191,7 +652,7 @@ "update_date": "2018-10-10T03:06:53.850Z" } }, - "analysis_file_14.json": { + "analysis_file/14d63962-7cd3-43fc-a4d6-dc8f761c9ebd": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1204,7 +665,7 @@ "update_date": "2018-10-10T03:07:00.280Z" } }, - "analysis_file_15.json": { + "analysis_file/b7f69b47-cbdf-4ec9-be6e-d316827aad8e": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1217,7 +678,7 @@ "update_date": "2018-10-10T03:07:03.278Z" } }, - "analysis_file_16.json": { + "analysis_file/a3b39c62-3dd8-48f9-bcba-08a16f43a40b": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1230,7 +691,7 @@ "update_date": "2018-10-10T03:07:03.879Z" } }, - "analysis_file_17.json": { + "analysis_file/b4767274-c12b-401f-8bc1-9c9213149442": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1243,7 +704,7 @@ "update_date": "2018-10-10T03:07:14.068Z" } }, - "analysis_file_18.json": { + "analysis_file/dfa9da1b-3f48-4c76-86a2-833ded3e2745": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1256,7 +717,7 @@ "update_date": "2018-10-10T03:07:14.068Z" } }, - "analysis_file_19.json": { + "analysis_file/11d84aef-c087-4fd1-bdc9-0c3402a0db01": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1269,7 +730,7 @@ "update_date": "2018-10-10T03:07:14.083Z" } }, - "analysis_file_20.json": { + "analysis_file/345c5bd6-ac02-4b5d-9d53-e2ec7d7928aa": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1282,7 +743,7 @@ "update_date": "2018-10-10T03:07:15.121Z" } }, - "analysis_file_21.json": { + "analysis_file/5aa074b9-f6e6-4790-9608-b5eb37425341": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1295,7 +756,7 @@ "update_date": "2018-10-10T03:07:16.070Z" } }, - "analysis_file_22.json": { + "analysis_file/b9672a5e-03be-41a6-9155-b29626815e11": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1308,7 +769,7 @@ "update_date": "2018-10-10T03:07:19.076Z" } }, - "analysis_file_23.json": { + "analysis_file/c0da3d0b-128b-4b37-a3d6-9538ab29e9b6": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1321,7 +782,7 @@ "update_date": "2018-10-10T03:07:19.076Z" } }, - "analysis_file_24.json": { + "analysis_file/46465f1a-a0cc-413f-aebc-505e4714c6b2": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1334,7 +795,7 @@ "update_date": "2018-10-10T03:07:19.922Z" } }, - "analysis_file_25.json": { + "analysis_file/7ba06d4d-c134-4324-84e6-3a37e57af2ce": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1347,7 +808,7 @@ "update_date": "2018-10-10T03:07:20.313Z" } }, - "analysis_file_26.json": { + "analysis_file/7cd4f7cc-8712-4ffd-b91d-9cb7c6182f52": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1360,7 +821,7 @@ "update_date": "2018-10-10T03:07:21.178Z" } }, - "analysis_file_27.json": { + "analysis_file/54604922-909e-4094-83d7-9d8ac7e7cdbd": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1373,7 +834,7 @@ "update_date": "2018-10-10T03:07:24.187Z" } }, - "analysis_file_28.json": { + "analysis_file/e0fc82a4-9bc2-4219-b763-99c865e4f9c0": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1386,7 +847,7 @@ "update_date": "2018-10-10T03:07:24.187Z" } }, - "analysis_file_29.json": { + "analysis_file/5c3246df-9ee8-42fe-ab19-ddd0ddea3e15": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1399,7 +860,7 @@ "update_date": "2018-10-10T03:07:24.568Z" } }, - "sequence_file_0.json": { + "sequence_file/5f0cdf49-aabe-40f4-8af3-033115805bb0": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1414,7 +875,7 @@ "update_date": "2018-10-10T03:03:52.783Z" } }, - "sequence_file_1.json": { + "sequence_file/74c8c730-139e-40a5-b77e-f46088fa4d95": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1429,7 +890,7 @@ "update_date": "2018-10-10T03:03:52.906Z" } }, - "project_0.json": { + "project/6615efae-fca8-4dd2-a223-9cfcf30fe94d": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1445,13 +906,13 @@ } ], "hca_bionetworks": [ - { + { "name": "Immune", "atlas_project": false, "hca_tissue_atlas": "Blood", "hca_tissue_atlas_version": "v1.0", "schema_version": "1.0.1" - } + } ], "provenance": { "document_id": "6615efae-fca8-4dd2-a223-9cfcf30fe94d", @@ -1459,7 +920,7 @@ "update_date": "2018-10-10T02:23:47.926Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/92bc8cf5-b595-4536-b0e8-46eb702b4f4f": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1482,7 +943,7 @@ "update_date": "2018-10-10T02:23:47.924Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/da614ddd-0384-49ca-a6e1-2141ace13a01": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1502,7 +963,7 @@ "update_date": "2018-10-10T02:23:47.923Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/63d78c21-061c-4e94-bb68-a5914f811447": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1519,7 +980,7 @@ "update_date": "2018-10-10T02:23:47.925Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/d7820ce6-f0f4-4778-9353-423626dbd7c0": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1535,7 +996,7 @@ "update_date": "2018-10-10T02:23:47.920Z" } }, - "analysis_process_0.json": { + "analysis_process/d2323ee7-3623-4713-8b27-01cc003e2061": { "analysis_run_type": "run", "describedBy": "http://schema.integration.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -1955,7 +1416,7 @@ "update_date": "2018-10-10T03:03:55.832Z" } }, - "process_0.json": { + "process/5afa951e-1591-4bad-a4f8-2e13cbdb760c": { "process_core": { "process_id": "sequence_process_file_1" }, @@ -1967,7 +1428,7 @@ "update_date": "2018-10-10T02:23:43.283Z" } }, - "process_1.json": { + "process/27b9dad1-b670-4fc3-aad3-24e51e70dfba": { "process_core": { "process_id": "process_id_2" }, @@ -1979,7 +1440,7 @@ "update_date": "2018-10-10T02:23:42.932Z" } }, - "process_2.json": { + "process/908d468a-eb62-4d19-8706-c5f708a14940": { "process_core": { "process_id": "process_id_1" }, @@ -1990,165 +1451,166 @@ "submission_date": "2018-10-10T02:23:39.658Z", "update_date": "2018-10-10T02:23:43.104Z" } - }, - "links.json": { - "describedBy": "http://schema.integration.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "d2323ee7-3623-4713-8b27-01cc003e2061", - "inputs": [ - "5f0cdf49-aabe-40f4-8af3-033115805bb0", - "74c8c730-139e-40a5-b77e-f46088fa4d95" - ], - "input_type": "file", - "outputs": [ - "48e42fe3-41cd-49bd-b7f4-1e3c49682131", - "8b4ed86d-99a8-4665-8f56-5a54fac6cb12", - "416e31c0-b0ec-4674-ab37-ab8506a9f219", - "0b34a80b-c818-4010-b193-e44a77036e27", - "9a827f0b-d74a-436f-a39f-f8c8c9eadfa3", - "1d77c6c5-24b6-4d43-ad5d-b02fba050025", - "18791e67-0c74-43e0-be28-f0c3cd78c7a4", - "9d88ec61-e189-4618-ac15-992a134749a8", - "c059ee58-fbea-40d9-b552-acc1285138a3", - "28220905-f58d-48a1-9258-53f97dd9d388", - "21319798-fe9e-40a4-bcdb-a4c0780ee7bf", - "fd67cd38-2483-49ff-8a9b-0fe1f2607901", - "a5acdc07-18bf-4c06-b212-2b36e52173ef", - "da510e7a-5495-40c5-964d-b5291372102c", - "14d63962-7cd3-43fc-a4d6-dc8f761c9ebd", - "b7f69b47-cbdf-4ec9-be6e-d316827aad8e", - "a3b39c62-3dd8-48f9-bcba-08a16f43a40b", - "b4767274-c12b-401f-8bc1-9c9213149442", - "dfa9da1b-3f48-4c76-86a2-833ded3e2745", - "11d84aef-c087-4fd1-bdc9-0c3402a0db01", - "345c5bd6-ac02-4b5d-9d53-e2ec7d7928aa", - "5aa074b9-f6e6-4790-9608-b5eb37425341", - "b9672a5e-03be-41a6-9155-b29626815e11", - "c0da3d0b-128b-4b37-a3d6-9538ab29e9b6", - "46465f1a-a0cc-413f-aebc-505e4714c6b2", - "7ba06d4d-c134-4324-84e6-3a37e57af2ce", - "7cd4f7cc-8712-4ffd-b91d-9cb7c6182f52", - "54604922-909e-4094-83d7-9d8ac7e7cdbd", - "e0fc82a4-9bc2-4219-b763-99c865e4f9c0", - "5c3246df-9ee8-42fe-ab19-ddd0ddea3e15" - ], - "output_type": "file", - "protocols": [] - }, - { - "process": "5afa951e-1591-4bad-a4f8-2e13cbdb760c", - "inputs": [ - "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" - ], - "input_type": "biomaterial", - "outputs": [ - "5f0cdf49-aabe-40f4-8af3-033115805bb0", - "74c8c730-139e-40a5-b77e-f46088fa4d95" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92bc8cf5-b595-4536-b0e8-46eb702b4f4f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "da614ddd-0384-49ca-a6e1-2141ace13a01" - } - ] - }, - { - "process": "27b9dad1-b670-4fc3-aad3-24e51e70dfba", - "inputs": [ - "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" - ], - "input_type": "biomaterial", - "outputs": [ - "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "63d78c21-061c-4e94-bb68-a5914f811447" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d7820ce6-f0f4-4778-9353-423626dbd7c0" - } - ] - }, - { - "process": "908d468a-eb62-4d19-8706-c5f708a14940", - "inputs": [ - "242e38d2-c975-47ee-800a-6645b47e92d2" - ], - "input_type": "biomaterial", - "outputs": [ - "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "5afa951e-1591-4bad-a4f8-2e13cbdb760c", - "inputs": [ - "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" - ], - "input_type": "biomaterial", - "outputs": [ - "5f0cdf49-aabe-40f4-8af3-033115805bb0", - "74c8c730-139e-40a5-b77e-f46088fa4d95" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92bc8cf5-b595-4536-b0e8-46eb702b4f4f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "da614ddd-0384-49ca-a6e1-2141ace13a01" - } - ] - }, - { - "process": "27b9dad1-b670-4fc3-aad3-24e51e70dfba", - "inputs": [ - "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" - ], - "input_type": "biomaterial", - "outputs": [ - "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "63d78c21-061c-4e94-bb68-a5914f811447" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d7820ce6-f0f4-4778-9353-423626dbd7c0" - } - ] - }, - { - "process": "908d468a-eb62-4d19-8706-c5f708a14940", - "inputs": [ - "242e38d2-c975-47ee-800a-6645b47e92d2" - ], - "input_type": "biomaterial", - "outputs": [ - "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.integration.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "d2323ee7-3623-4713-8b27-01cc003e2061", + "inputs": [ + "5f0cdf49-aabe-40f4-8af3-033115805bb0", + "74c8c730-139e-40a5-b77e-f46088fa4d95" + ], + "input_type": "file", + "outputs": [ + "48e42fe3-41cd-49bd-b7f4-1e3c49682131", + "8b4ed86d-99a8-4665-8f56-5a54fac6cb12", + "416e31c0-b0ec-4674-ab37-ab8506a9f219", + "0b34a80b-c818-4010-b193-e44a77036e27", + "9a827f0b-d74a-436f-a39f-f8c8c9eadfa3", + "1d77c6c5-24b6-4d43-ad5d-b02fba050025", + "18791e67-0c74-43e0-be28-f0c3cd78c7a4", + "9d88ec61-e189-4618-ac15-992a134749a8", + "c059ee58-fbea-40d9-b552-acc1285138a3", + "28220905-f58d-48a1-9258-53f97dd9d388", + "21319798-fe9e-40a4-bcdb-a4c0780ee7bf", + "fd67cd38-2483-49ff-8a9b-0fe1f2607901", + "a5acdc07-18bf-4c06-b212-2b36e52173ef", + "da510e7a-5495-40c5-964d-b5291372102c", + "14d63962-7cd3-43fc-a4d6-dc8f761c9ebd", + "b7f69b47-cbdf-4ec9-be6e-d316827aad8e", + "a3b39c62-3dd8-48f9-bcba-08a16f43a40b", + "b4767274-c12b-401f-8bc1-9c9213149442", + "dfa9da1b-3f48-4c76-86a2-833ded3e2745", + "11d84aef-c087-4fd1-bdc9-0c3402a0db01", + "345c5bd6-ac02-4b5d-9d53-e2ec7d7928aa", + "5aa074b9-f6e6-4790-9608-b5eb37425341", + "b9672a5e-03be-41a6-9155-b29626815e11", + "c0da3d0b-128b-4b37-a3d6-9538ab29e9b6", + "46465f1a-a0cc-413f-aebc-505e4714c6b2", + "7ba06d4d-c134-4324-84e6-3a37e57af2ce", + "7cd4f7cc-8712-4ffd-b91d-9cb7c6182f52", + "54604922-909e-4094-83d7-9d8ac7e7cdbd", + "e0fc82a4-9bc2-4219-b763-99c865e4f9c0", + "5c3246df-9ee8-42fe-ab19-ddd0ddea3e15" + ], + "output_type": "file", + "protocols": [] + }, + { + "process": "5afa951e-1591-4bad-a4f8-2e13cbdb760c", + "inputs": [ + "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" + ], + "input_type": "biomaterial", + "outputs": [ + "5f0cdf49-aabe-40f4-8af3-033115805bb0", + "74c8c730-139e-40a5-b77e-f46088fa4d95" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92bc8cf5-b595-4536-b0e8-46eb702b4f4f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "da614ddd-0384-49ca-a6e1-2141ace13a01" + } + ] + }, + { + "process": "27b9dad1-b670-4fc3-aad3-24e51e70dfba", + "inputs": [ + "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" + ], + "input_type": "biomaterial", + "outputs": [ + "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "63d78c21-061c-4e94-bb68-a5914f811447" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d7820ce6-f0f4-4778-9353-423626dbd7c0" + } + ] + }, + { + "process": "908d468a-eb62-4d19-8706-c5f708a14940", + "inputs": [ + "242e38d2-c975-47ee-800a-6645b47e92d2" + ], + "input_type": "biomaterial", + "outputs": [ + "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "5afa951e-1591-4bad-a4f8-2e13cbdb760c", + "inputs": [ + "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" + ], + "input_type": "biomaterial", + "outputs": [ + "5f0cdf49-aabe-40f4-8af3-033115805bb0", + "74c8c730-139e-40a5-b77e-f46088fa4d95" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92bc8cf5-b595-4536-b0e8-46eb702b4f4f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "da614ddd-0384-49ca-a6e1-2141ace13a01" + } + ] + }, + { + "process": "27b9dad1-b670-4fc3-aad3-24e51e70dfba", + "inputs": [ + "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" + ], + "input_type": "biomaterial", + "outputs": [ + "377f2f5a-4a45-4c62-8fb0-db9ef33f5cf0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "63d78c21-061c-4e94-bb68-a5914f811447" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d7820ce6-f0f4-4778-9353-423626dbd7c0" + } + ] + }, + { + "process": "908d468a-eb62-4d19-8706-c5f708a14940", + "inputs": [ + "242e38d2-c975-47ee-800a-6645b47e92d2" + ], + "input_type": "biomaterial", + "outputs": [ + "b5894cf5-ecdc-4ea6-a0b9-5335ab678c7a" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/79fa91b4-f1fc-534b-a935-b57342804a70.2020-12-10T10:30:00.000000Z.dss.hca.json b/test/indexer/data/79fa91b4-f1fc-534b-a935-b57342804a70.2020-12-10T10:30:00.000000Z.dss.hca.json index 7254cc7cf8..19b39d2512 100644 --- a/test/indexer/data/79fa91b4-f1fc-534b-a935-b57342804a70.2020-12-10T10:30:00.000000Z.dss.hca.json +++ b/test/indexer/data/79fa91b4-f1fc-534b-a935-b57342804a70.2020-12-10T10:30:00.000000Z.dss.hca.json @@ -1,89 +1,11 @@ { - "manifest": [ - { - "name": "cell_suspension_0.json", - "uuid": "00ccb65c-2134-4309-9199-bea00ea1d5de", - "version": "2019-10-22T17:46:02.113000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "0115dbfc-99f2-59b4-8430-75cd79e3c04d", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "01f7c3d0-d4be-432d-aa25-8c7fbce20b49", - "version": "2019-10-22T17:46:06.177000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "03c1159c-1a7a-4ede-bac4-d2093b260c65", - "version": "2019-10-22T17:46:04.919000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "05617ca5-c033-40aa-b865-45b34a14bc27", - "version": "2019-10-22T17:46:01.981000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1110, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "0635494f-d45d-48a9-81b1-5f1d4ac15835", - "version": "2019-10-22T17:46:02.097000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 938, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_0.json", - "uuid": "06e90b33-4403-41e8-b783-e65bf7de982a", - "version": "2019-10-22T19:46:28.778000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 446, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/5be64c5b-766b-43ad-ab5a-467ef1c47cc4": { "name": "CZIKidney7587405_S1_L001_R1_001.fastq.gz", "uuid": "075284e4-6a7b-45ba-a990-112beefd1296", "version": "2019-10-23T14:49:35.991570Z", "content-type": "application/gzip; dcp-type=data", "size": 7934794716, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_7d899eb7-411e-4a83-ac78-d4f656f06916", "crc32c": "661e7ca7", @@ -91,13 +13,12 @@ "sha256": "3dc835af365d10a8b6f86e9119e513a722551c756e8999fed4085394127c3689", "s3_etag": "880df531d0365e1b06973b93a1d15a5a-119" }, - { + "sequence_file/5646ff87-0427-4af5-a1ad-e072e6187c23": { "name": "4834STDY7002876_S1_L001_R1_001.fastq.gz", "uuid": "07e479d6-d44a-444e-bd19-7b955e4d0b37", "version": "2019-10-23T14:49:36.039396Z", "content-type": "application/gzip; dcp-type=data", "size": 34998841412, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_fa1c9793-47ae-43c9-8297-39fd1a19e074", "crc32c": "3b1ce216", @@ -105,114 +26,34 @@ "sha256": "f2ec67873c9ac76a4eb94bd8f7aa13aabe877778115b567471a6237d06f3d35f", "s3_etag": "2365f210fc1bab590021b2031d893706-522" }, - { - "name": "process_2.json", - "uuid": "082e87ac-5cf6-4bad-bedb-5f6591b8f566", - "version": "2019-10-22T17:46:06.486000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_3.json", - "uuid": "09cd4cb6-65e3-44eb-b5b1-796ac895013d", - "version": "2019-10-22T17:46:02.644000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_0.json", - "uuid": "0aa931a7-1850-47ff-86f9-2e3b1260cbb3", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_4.json", - "uuid": "0b52914d-687b-44d1-9a70-a95df55ed502", - "version": "2019-10-22T17:46:06.278000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "0c8d1b87-0d6e-4e47-8130-1372bfa05c51", - "version": "2019-10-22T19:55:25.167000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/c564580f-c1bb-5c2d-a0d0-0baebebdf7e4": { "name": "51fb7eb7-a422-482e-a98e-c9e6f9628e97.bam", "uuid": "0d2f92fd-72da-53e6-8035-6b9b2b41a2f6", "version": "2021-02-04T15:19:30.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 69727417013, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_49096abc-210a-455f-9e40-48f030c2077c", "crc32c": "1747a06c", "sha256": "2bb185ee6e44e7bf6a2768dbf4e0509cc79f7ee0f956cbdaf87977b0a1b8ca96" }, - { - "name": "cell_suspension_1.json", - "uuid": "0d6404e4-f507-4c6d-aa26-4c83c058b623", - "version": "2019-10-22T17:46:02.024000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_5.json", - "uuid": "0de1f04e-aaf3-4dc7-9869-248e87207d93", - "version": "2019-10-22T17:46:04.924000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/10439c86-98bb-5009-8374-577a41575424": { "name": "0f14c412-5014-4ac0-9a71-858b2f047777.bam", "uuid": "0df377a4-119b-5600-a3e6-e7c1bc94033f", "version": "2021-02-04T15:10:36.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 16753121529, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_3db9d46a-5051-4f55-9f31-52447eed331f", "crc32c": "ee74c898", "sha256": "e7effa40cbf6adeda081c14a9bfd90735bcb7d0aee66e563400ed378d1de3407" }, - { + "sequence_file/2b8c990c-4b79-4536-bf5f-1c8e57bff598": { "name": "CZIKidney7632801_S1_L001_R2_001.fastq.gz", "uuid": "0e9affc6-0257-44d8-8e27-3c723b9c8443", "version": "2019-10-23T14:49:42.059197Z", "content-type": "application/gzip; dcp-type=data", "size": 15394324425, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_17865249-e2e9-41e0-b9da-9559553b8891", "crc32c": "859e4373", @@ -220,47 +61,23 @@ "sha256": "dfeed362194feb9731fb01ddb194b5d32bef27aa71be1ac96145e99d89321092", "s3_etag": "aaab19ef6c64720286e392b72168b0a0-230" }, - { - "name": "process_6.json", - "uuid": "0f14c412-5014-4ac0-9a71-858b2f047777", - "version": "2019-10-22T17:46:05.065000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/9a41c791-004c-5d89-a10c-d58d2ef7eca3": { "name": "3a20b6a5-6652-4486-86bc-842c7c31c343.loom", "uuid": "0f2bdf51-97c6-5892-b9e7-ad826dbf1321", "version": "2021-02-04T15:37:35.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 975562661, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_40a0e293-6b55-4cbc-a439-045fca6bb596", "crc32c": "c3003233", "sha256": "b4c9abbc701054b0b8685c6567566df4f01180dcb83ba6bdb35d250167bb7ca1" }, - { - "name": "analysis_file_1.json", - "uuid": "0f9e435b-dbd3-5fd6-9b4e-347433de69b0", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/70d226a8-01f4-4955-8293-210a6ec78920": { "name": "CZIKidney7632802_S1_L001_R2_001.fastq.gz", "uuid": "0fadf81a-30b4-4e70-ba6f-028950d06ec4", "version": "2019-10-23T14:49:36.081789Z", "content-type": "application/gzip; dcp-type=data", "size": 13195642686, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2b244595-1db8-4518-9d02-0b380f1413b6", "crc32c": "1dd1feab", @@ -268,24 +85,12 @@ "sha256": "f2743a5243764eb59f04f88f673abc500d0a4c5538ae03b2fb81634155eba960", "s3_etag": "afe7816bac5b09b8496366eda4bb52cd-197" }, - { - "name": "analysis_file_2.json", - "uuid": "10439c86-98bb-5009-8374-577a41575424", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/599a4315-3b4b-4c42-9d68-961a2396cae5": { "name": "CZIKidney7632803_S1_L001_R2_001.fastq.gz", "uuid": "10e05576-100a-48cc-aa83-a30f09514384", "version": "2019-10-23T14:49:36.882952Z", "content-type": "application/gzip; dcp-type=data", "size": 14223220971, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_6fe20b20-f479-4139-b366-5f78f7077cf9", "crc32c": "3f831589", @@ -293,79 +98,12 @@ "sha256": "c85efb39f331adeb34c937226e6661a4a575259ec6e36e6e3d353d606cdbdfaf", "s3_etag": "dcfb4f63603f7909ea8f5f1b6e8f86e0-212" }, - { - "name": "analysis_process_1.json", - "uuid": "119ebaa3-a3b6-4cfe-8978-46d93796b9aa", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "121b6c9b-3b12-4fb8-8d98-fba4f1005770", - "version": "2019-10-22T20:00:22.379000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_1.json", - "uuid": "125a0c93-3187-463f-990b-1166aeb26e84", - "version": "2019-10-22T17:46:02.061000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1108, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_7.json", - "uuid": "12995713-3c1b-4e13-a7b9-26d242e9ad71", - "version": "2019-10-22T17:46:04.915000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_2.json", - "uuid": "138dcce5-f9a8-497c-9de1-70a289bdc936", - "version": "2019-10-22T19:56:54.931000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_8.json", - "uuid": "13a062ba-2b8e-43a1-bc2a-bc17f650b37d", - "version": "2019-10-22T17:46:06.071000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c8758f13-7e9b-464a-bada-b41b8b9e925f": { "name": "CZIKidney7587408_S1_L001_R2_001.fastq.gz", "uuid": "1456adad-9a4b-4a80-b115-9813f7a6b93c", "version": "2019-10-23T14:49:39.474413Z", "content-type": "application/gzip; dcp-type=data", "size": 2076738629, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_eee48cb1-c0c3-491c-9620-112b6ec43d44", "crc32c": "d8abbfbc", @@ -373,79 +111,12 @@ "sha256": "ff538f40e72691b1c6f581d401144cf11b885622428985b216d97c3e43e62ef3", "s3_etag": "fe9271acb1ebea16f8f12e1327310298-31" }, - { - "name": "sequence_file_3.json", - "uuid": "154ff85c-da53-4b85-b02b-002211631867", - "version": "2019-10-22T20:52:15.350000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_9.json", - "uuid": "157ba915-28d7-4d80-89ad-71c8291dbc05", - "version": "2019-10-22T17:46:05.371000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_2.json", - "uuid": "15ec2b2a-c3fe-4946-8cf6-9386bb87eec1", - "version": "2019-10-22T17:46:02.077000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_4.json", - "uuid": "16a9712a-0a62-4f57-a57f-189992e6070b", - "version": "2019-10-22T20:00:50.357000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_1.json", - "uuid": "17aea4fd-cd72-4c36-8ded-d686162804b4", - "version": "2019-10-22T17:46:02.024000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_1.json", - "uuid": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "version": "2019-10-22T19:46:28.764000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 392, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/3de452b4-1c2a-49d6-80c8-495715921447": { "name": "CZIKidney7587404_S1_L001_R2_001.fastq.gz", "uuid": "1841191a-cad6-4bb8-b174-f41d94bee738", "version": "2019-10-23T14:49:36.895477Z", "content-type": "application/gzip; dcp-type=data", "size": 2067151684, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_85cd64c9-06ff-45ef-9a76-3f5569522588", "crc32c": "bc98290a", @@ -453,25 +124,23 @@ "sha256": "8bf272444637c809139c82bc65a41e3f33648eaa2cd1ce5e87854e7d6d1009b7", "s3_etag": "939afb3b3e5fb7829889c6a2be427348-31" }, - { + "analysis_file/509608f1-e1d5-561c-b0d6-54348f0adb29": { "name": "51fb7eb7-a422-482e-a98e-c9e6f9628e97.loom", "uuid": "18c7131a-6f18-50a0-a805-04e0f4e2d7aa", "version": "2021-02-04T15:38:21.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1020032321, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_057a1815-412f-4dd3-a698-77f2e4352644", "crc32c": "30fda154", "sha256": "85c0cc9d33346a374c50580fd00fef3bac6e9da0317deec948c677fc8bd7619c" }, - { + "sequence_file/1eb30a4b-d595-4142-ae68-0a4ff4281c8d": { "name": "FCAImmP7528293_S1_L001_I1_001.fastq.gz", "uuid": "1932be60-8d3d-412b-86ac-4186ea87326b", "version": "2019-10-23T14:49:36.297060Z", "content-type": "application/gzip; dcp-type=data", "size": 2679523371, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_7ea572fe-4191-462b-9f7b-e9c8ba1e14c4", "crc32c": "d70329af", @@ -479,13 +148,12 @@ "sha256": "003d74031b80fda82d6a96efa149dd028f1e0d7983283a576eb7cb9e3acc7986", "s3_etag": "728d08481bad39fb75abb4d36471cd06-40" }, - { + "supplementary_file/944589e7-48a4-4333-b773-8e632ccb8865": { "name": "fetal_kidney_collection.pdf", "uuid": "1a04d1fb-55cc-4fd2-810a-71cf26d1aee9", "version": "2019-10-23T14:49:37.778548Z", "content-type": "application/pdf; dcp-type=data", "size": 25085, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_f2eb6276-a869-4b6b-bea5-425d23e6da9e", "crc32c": "77fd5f9a", @@ -493,13 +161,12 @@ "sha256": "8e241b0143084993f50332fec9d85fba8ad09d745fe02b3962af55925099a947", "s3_etag": "cce74f82cc90c9e5059acd326513ae37" }, - { + "sequence_file/6500ad38-5b46-4186-9208-6a9494679191": { "name": "FCAImmP7462243_S1_L001_R1_001.fastq.gz", "uuid": "1a625464-2ab2-4d39-a1a5-e4e2240aa1fc", "version": "2019-10-23T14:49:36.819981Z", "content-type": "application/gzip; dcp-type=data", "size": 8452812794, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_3e64eba0-f87b-4ab8-abf9-4675dbe50563", "crc32c": "a533086d", @@ -507,46 +174,12 @@ "sha256": "4c559dba0abed8f728e89eb48325dce81263d818812f3c9fa5a0e5b807e8d0e9", "s3_etag": "dce00c3dcdf1725d7ae0fbc365c8dbcc-126" }, - { - "name": "process_10.json", - "uuid": "1ab8df81-b7c8-4726-8b9b-c9f1d2bcac7e", - "version": "2019-10-22T17:46:04.931000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_3.json", - "uuid": "1b675693-2615-519e-bfa7-cc008b0ff6e9", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_2.json", - "uuid": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "version": "2019-10-22T19:46:28.769000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 414, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d3ea1255-7208-4952-be7f-7372d2dc9466": { "name": "4834STDY7002881_S1_L001_R2_001.fastq.gz", "uuid": "1d428c59-694c-4596-a360-a5e857f90635", "version": "2019-10-23T14:49:36.110149Z", "content-type": "application/gzip; dcp-type=data", "size": 44847611151, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_0518141a-d26a-4772-bfb8-f0e7c5e9a748", "crc32c": "f24a27cd", @@ -554,25 +187,23 @@ "sha256": "6cbfc8a7166eae65a0b1171a71f4aa560d160798b14bd55dcec7061573036394", "s3_etag": "93e305000c055a82867f8f05eff05d7a-669" }, - { + "analysis_file/fbcc2483-8a75-50ec-8cb6-8148a5087dce": { "name": "d8c08782-6f69-4314-947c-1afe6928cbce.loom", "uuid": "1d8a4488-3c4c-52b1-9912-52f08da57022", "version": "2021-02-04T15:28:41.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 302192003, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_e44813aa-0c04-4ae0-9728-7d5e05596a02", "crc32c": "599e199f", "sha256": "4181f361b8385d423fe4efbbfed08e703092469c40b40a568352cb5bde9b11f9" }, - { + "supplementary_file/53089129-f71b-412c-ae2d-f7e8e50044c3": { "name": "fetal_flow_enrichment_2.pdf", "uuid": "1e3c935e-a508-47e5-a1a1-da5ad78a4f36", "version": "2019-10-23T14:49:36.963262Z", "content-type": "application/pdf; dcp-type=data", "size": 35613, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_93abe8d3-4293-4006-90c1-774141002547", "crc32c": "6db5a543", @@ -580,46 +211,12 @@ "sha256": "573a10fd2924173e82f8a8f3fa0c5fb6c68ca9373f7e2cdfaf39e68086d8204b", "s3_etag": "641a7fe74d0dc149a65b51a1b753e4a9" }, - { - "name": "sequence_file_5.json", - "uuid": "1eb30a4b-d595-4142-ae68-0a4ff4281c8d", - "version": "2019-10-22T19:56:55.149000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_6.json", - "uuid": "1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc", - "version": "2019-10-22T19:57:02.257000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_7.json", - "uuid": "200f221c-c86e-4c67-9d25-5d8210ae33c6", - "version": "2019-10-22T19:54:54.409000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8f6318ea-e692-4085-a693-02f4ff3204b5": { "name": "CZIKidney7587408_S1_L001_I1_001.fastq.gz", "uuid": "210c7287-2f6e-4a93-8c63-202fa0b596b7", "version": "2019-10-23T14:49:38.876464Z", "content-type": "application/gzip; dcp-type=data", "size": 239603992, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_4b1ef4c0-7b14-4797-984e-0db785288d24", "crc32c": "10e6b4ec", @@ -627,35 +224,12 @@ "sha256": "51344e0de3761e9d45ca83916b8cc63e1afd3ab28b01ddaff3db9857750fe497", "s3_etag": "57cb25ef7a42dd6da8500a352aeb3023-4" }, - { - "name": "process_11.json", - "uuid": "2387fc2c-65e4-42ad-b718-6586f88a7183", - "version": "2019-10-22T17:46:04.933000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_2.json", - "uuid": "24552395-eef1-405d-a85e-df65c08b8ceb", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7a058660-f594-4eb5-b02f-bace314f6d76": { "name": "CZIKidney7587406_S1_L001_R1_001.fastq.gz", "uuid": "247b3006-918e-49de-9797-df31ffcfe4ca", "version": "2019-10-23T14:49:35.241234Z", "content-type": "application/gzip; dcp-type=data", "size": 9055188586, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_629386e6-bb2d-444f-a318-2d0457557d29", "crc32c": "b0041fe6", @@ -663,13 +237,12 @@ "sha256": "70549b60bd385959d8eaf74cacc634991f70319535ecb6c320033c1bb355da14", "s3_etag": "514631b815424e2129ddce60de417275-135" }, - { + "sequence_file/9614720d-ed06-4e72-9a4f-cb62088ff608": { "name": "FCAImmP7528293_S1_L001_R2_001.fastq.gz", "uuid": "25f7e8ad-e20e-4b7a-99b5-1f3c5bbfdf18", "version": "2019-10-23T14:49:36.795211Z", "content-type": "application/gzip; dcp-type=data", "size": 29407193048, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c2564d1f-cbac-4019-8c0c-ffa442631249", "crc32c": "86874a9b", @@ -677,24 +250,12 @@ "sha256": "4c4ae28aac14171aef0c080993a4a1d6495c3b0c64a3c127fff574bb62dad43b", "s3_etag": "4d58aa43c6228235a108c5ba906f4cdf-439" }, - { - "name": "analysis_protocol_0.json", - "uuid": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "version": "2021-02-26T16:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 401, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e28e68a3-3042-45f6-a714-ba8622a4b34e": { "name": "FCAImmP7555850_S1_L001_R1_001.fastq.gz", "uuid": "29a8f5fb-43a8-4f18-9255-f7573e9c4600", "version": "2019-10-23T14:49:35.155466Z", "content-type": "application/gzip; dcp-type=data", "size": 8729012923, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_e72919b0-2a69-4d45-b303-0c952d833eb1", "crc32c": "8c4558d7", @@ -702,438 +263,89 @@ "sha256": "2dc0672b9e2c56e0ededbc6b50d609a9eb87dc0776afedc5abeb8b55e317dcd5", "s3_etag": "80923baffe8ef38b23af2ce6d79b788c-131" }, - { - "name": "sequence_file_8.json", - "uuid": "2b8c990c-4b79-4536-bf5f-1c8e57bff598", - "version": "2019-10-22T20:07:27.579000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_4.json", - "uuid": "2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_12.json", - "uuid": "2c2c943c-1c0e-462c-b630-8a91a1f0fb94", - "version": "2019-10-22T17:46:04.994000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_2.json", - "uuid": "2cbca5ef-0850-4c4a-9d24-05454a1060e8", - "version": "2019-10-22T17:46:02.166000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 928, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_9.json", - "uuid": "2dd22fa3-fe29-4d60-b890-a8ee8b9731ce", - "version": "2019-10-22T19:54:17.416000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_3.json", - "uuid": "2dea8819-57bd-4acf-bb26-7a8031df87fb", - "version": "2019-10-22T17:46:01.992000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_4.json", - "uuid": "2ffa92e4-d98d-4a94-a059-2251b3b2ea20", - "version": "2019-10-22T17:46:02.092000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/f9b8be35-2641-5f85-af13-c0390b7bfe23": { "name": "548a75b4-ba45-4700-b7bb-656c3995c316.loom", "uuid": "30e6964e-df3b-5f93-ae18-b49ba08aea26", "version": "2021-02-04T15:30:21.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 432926914, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_dc1ce6b2-85d2-41ff-a709-c2fa1253b80b", "crc32c": "1303acc0", "sha256": "d9671d190632e21e328f77e3344c240408852ca5a94299daeb504d0472575590" }, - { + "analysis_file/5bb0243e-0764-5a77-ae7d-1638ebfd27b0": { "name": "83b474d3-c20f-48f6-95a0-b0fa2269f14d.bam", "uuid": "313c30cb-6941-5c2e-8c3e-60c02df4b977", "version": "2021-02-04T15:18:45.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37125601530, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_9533c103-24a1-452e-be8e-623a43ce8b93", "crc32c": "ff8963ff", "sha256": "af03184af8db101077bf2f7426a985b5b0510fe8c18acc0b26ad21313847ed6c" }, - { + "analysis_file/44175006-91f3-5d95-9a08-b33e08ed1ae3": { "name": "b3ce1085-08dc-42ff-a609-6968315327a8.loom", "uuid": "316010e4-fdb5-5628-9510-adba0ca80a29", "version": "2021-02-04T15:30:01.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 425012253, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_d57f7126-bd4f-461c-a03f-6ef76027c501", "crc32c": "bdc8f0d2", "sha256": "244c3f8d43f3b3756ecfb5b993bf4a8a149fa1def6c8f791b4b504dfdae46a6a" }, - { - "name": "analysis_file_5.json", - "uuid": "32c69d68-1792-53af-9f42-0e97c9afc94b", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_10.json", - "uuid": "354517f9-c515-401a-a490-9917dea7d3f2", - "version": "2019-10-22T19:56:40.411000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_3.json", - "uuid": "362835d6-4ab3-4f0b-8b15-fb7c0fc3311c", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_13.json", - "uuid": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", - "version": "2019-10-22T17:46:04.893000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_14.json", - "uuid": "37612503-8289-407f-93fa-b2993247a0e0", - "version": "2019-10-22T17:46:04.911000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/df5af5d4-56e1-517b-8f47-7bf4888c853a": { "name": "082e87ac-5cf6-4bad-bedb-5f6591b8f566.loom", "uuid": "37accfb7-029b-57ba-892f-716f718dc9d2", "version": "2021-02-04T15:36:40.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 904118285, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b0f4167a-ca3c-44e4-b987-383416f450c5", "crc32c": "7e417f16", "sha256": "f1df2d78c8ab3a16d2207c6c315222c85a7c311ce14f9442d04b046eb381d4c1" }, - { - "name": "process_15.json", - "uuid": "37cad11b-c8c9-4d1f-b715-498b0f8d4b35", - "version": "2019-10-22T17:46:06.381000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_6.json", - "uuid": "38a0ef48-9df1-5fef-8eb6-b32fbb67aabd", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_16.json", - "uuid": "3a20b6a5-6652-4486-86bc-842c7c31c343", - "version": "2019-10-22T17:46:05.281000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_17.json", - "uuid": "3aaf2fa3-6cb8-4c04-9a91-eb1e862154ce", - "version": "2019-10-22T17:46:05.013000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_18.json", - "uuid": "3c277a01-33b1-4846-8a6d-8103b41a4db5", - "version": "2019-10-22T17:46:02.700000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/f9bf5721-5ee8-5837-8eb9-da3810cf04f1": { "name": "2c2c943c-1c0e-462c-b630-8a91a1f0fb94.bam", "uuid": "3c480b25-d8d1-5516-96ea-be6547af82ca", "version": "2021-02-04T15:20:15.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 19858781768, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_9fd05989-ccc1-4dcf-b613-a7e955d97d1c", "crc32c": "3d0fd311", "sha256": "f65d5d47cfcd5d3cb8da8bb278e844bcba3dd2a5e922106df162443eb8cc6476" }, - { - "name": "analysis_file_7.json", - "uuid": "3cd78fb7-b7bc-5ab1-b122-47585f0023d4", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_11.json", - "uuid": "3de452b4-1c2a-49d6-80c8-495715921447", - "version": "2019-10-22T19:55:00.661000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_5.json", - "uuid": "3de6303a-cff0-444a-a79c-66c4c7ebae8e", - "version": "2019-10-22T17:46:02.100000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_8.json", - "uuid": "3e9b54c2-4244-5549-a0ca-ea1524949a86", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_3.json", - "uuid": "3f646bab-c762-4dbd-8f7b-b374427dac74", - "version": "2019-10-22T17:46:02.079000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 938, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_6.json", - "uuid": "3fd7eed2-b7c5-43eb-b0cb-314efb1d8589", - "version": "2019-10-22T17:46:01.986000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_9.json", - "uuid": "40905b7b-03ca-52b1-9ac7-76e350824c88", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_7.json", - "uuid": "41c9fb6c-664e-4d51-94ae-a36dfb25073e", - "version": "2019-10-22T17:46:02.161000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/38a0ef48-9df1-5fef-8eb6-b32fbb67aabd": { "name": "dc31f31d-ab56-4025-9834-99be638a2d50.loom", "uuid": "41d76180-77ac-5cb3-92bd-eb867d8c52c9", "version": "2021-02-04T15:34:25.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 745509487, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_1c903a50-02ad-4e73-8ec2-ddb70e460ff2", "crc32c": "5fc8c565", "sha256": "2ed196acb07ca0835b88625e430f19582992588ab21f340eab60a52b67d5bc65" }, - { + "analysis_file/50547806-882a-5915-b217-5bbc692239b9": { "name": "6d273f72-f55c-4c8e-b91e-29e762194c3f.loom", "uuid": "4246f2be-5949-525d-a4ba-491176f13f69", "version": "2021-02-04T15:42:04.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1270248608, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2fa6bbe3-76b7-4762-8078-90fcf0638da7", "crc32c": "67682c74", "sha256": "6a748a5cb0cb3f7de9b4e3bd6968f2b10dd8b2ec82ee9b030e18a9f97c43f533" }, - { - "name": "sequence_file_12.json", - "uuid": "427003bc-a728-469a-aa8a-61bc2309956f", - "version": "2019-10-22T20:38:00.788000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_13.json", - "uuid": "4294907c-ba62-4597-845a-07fb788a2bb0", - "version": "2019-10-22T19:56:44.768000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_protocol_1.json", - "uuid": "432a7422-59b5-5c46-8983-a7953f196781", - "version": "2021-05-24T12:00:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 447, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_14.json", - "uuid": "438f185f-0e8b-4b34-b03f-7491552ef9b7", - "version": "2019-10-22T20:01:11.161000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_10.json", - "uuid": "44175006-91f3-5d95-9a08-b33e08ed1ae3", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_4.json", - "uuid": "442f68c7-502a-4fc7-a3b8-94e9574cd22d", - "version": "2019-10-22T17:46:02.057000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc": { "name": "FCAImmP7462243_S1_L001_I1_001.fastq.gz", "uuid": "4471ff2f-9528-4ab0-a422-78ed0852e4a5", "version": "2019-10-23T14:49:36.492952Z", "content-type": "application/gzip; dcp-type=data", "size": 2727613148, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_4f139691-1ff3-45a3-bd6d-580f98c5337a", "crc32c": "7a44573c", @@ -1141,35 +353,12 @@ "sha256": "aa4f17dac6909575af38011a162368df992236c9439f4c300583d42c43b6efd9", "s3_etag": "0b7e4f8ddf4324812b3cb9ee97335603-41" }, - { - "name": "analysis_file_11.json", - "uuid": "448173cc-00c9-56e1-9bde-a8136521dc6f", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_19.json", - "uuid": "44b8ad82-1109-4543-a534-a85b34c2c301", - "version": "2019-10-22T17:46:06.707000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4e80d841-15c5-4da1-9660-4400b41d0536": { "name": "CZIKidney7587404_S1_L001_I1_001.fastq.gz", "uuid": "44d21c39-6acb-483a-99be-8fe8e7a5d208", "version": "2019-10-23T14:49:36.319957Z", "content-type": "application/gzip; dcp-type=data", "size": 236997583, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_211568c0-0c9d-4f5d-a556-66e340fa3ca6", "crc32c": "d11e0400", @@ -1177,13 +366,12 @@ "sha256": "653e505985e3aa978bf13cb1e80d187f28721f061e8d53e350e6131a9a24be4a", "s3_etag": "a11651abdb256ebdf639c54ff965584f-4" }, - { + "sequence_file/8831df7b-25f6-482e-9e54-5c53bdda4d53": { "name": "FCAImmP7462242_S1_L001_I1_001.fastq.gz", "uuid": "475885e1-5b81-452f-a939-91dc9b207f5b", "version": "2019-10-23T14:49:35.964355Z", "content-type": "application/gzip; dcp-type=data", "size": 2728310745, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b1dc2cd1-1715-42ed-9b7e-863137bdfd13", "crc32c": "11a4f342", @@ -1191,93 +379,45 @@ "sha256": "4f9f99dbe1f59610cb67e74b96e0f0a836996c16d13f6ac53e50d9e70e962dba", "s3_etag": "986c0432ccc091eff9d3d0ad151d62cb-41" }, - { - "name": "analysis_process_4.json", - "uuid": "4785d42e-648a-4d1d-9b1e-677cf5486850", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_15.json", - "uuid": "47bb0f79-31f9-42a8-ac34-4be08ef807d9", - "version": "2019-10-22T20:35:14.291000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_16.json", - "uuid": "48cb1c07-fb20-453a-bb98-18dfd9eb4eb8", - "version": "2019-10-22T19:54:21.561000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/4d411b9c-06de-5805-bb7f-eca54e1c42cc": { "name": "cc5a78a1-539f-4dec-80b6-62f35dcafd89.loom", "uuid": "49e80111-c3ae-5c09-b484-18cf66b7c7fd", "version": "2021-02-04T15:39:46.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1127115181, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_cce3cc61-0b6a-462c-88f9-5b7d0023a8e4", "crc32c": "7e6a6128", "sha256": "74f46c9d5ab97fe5462721aba690d331bd2ee820e34dba0b6d82be17fec0dd32" }, - { + "analysis_file/b138cb0f-a34d-5b29-8b23-a37bc6f961fd": { "name": "3a20b6a5-6652-4486-86bc-842c7c31c343.bam", "uuid": "4ad98f14-2ff2-53de-9c97-50fbcc9a6e3e", "version": "2021-02-04T15:19:14.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 18307641836, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_a9756190-47db-43a0-9774-c6101bd660f4", "crc32c": "7c5a064d", "sha256": "88d858feaa2e73dca48f77f913af87ea51eb4e8b705e1b82df2529b6f7ea79ee" }, - { - "name": "sequence_file_17.json", - "uuid": "4bf5245d-0168-48b5-83b8-c6aabdcf1a46", - "version": "2019-10-22T19:59:53.780000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/448173cc-00c9-56e1-9bde-a8136521dc6f": { "name": "157ba915-28d7-4d80-89ad-71c8291dbc05.loom", "uuid": "4c12888b-2a1a-52c9-b0fa-499ef34adc21", "version": "2021-02-04T15:34:14.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 698572304, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_9e44a014-7418-476f-86d2-12fbd7773868", "crc32c": "40b3fbbf", "sha256": "b50034b00cae8ec23176c44e179394a8458399fc90fefdc6031148ab28f002d8" }, - { + "sequence_file/ec1af218-9b00-4366-8890-5cebf580f225": { "name": "FCAImmP7462242_S1_L001_R2_001.fastq.gz", "uuid": "4c46c08e-5552-4c32-8e39-5bd489718c8c", "version": "2019-10-23T14:49:36.612035Z", "content-type": "application/gzip; dcp-type=data", "size": 30748549353, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_72f32f88-85b3-42e2-93c9-6438fb977a92", "crc32c": "8f32aedb", @@ -1285,136 +425,34 @@ "sha256": "4e897dff146a790750ac21042408a00193718f6710c2a8fff7c564cfd264bca6", "s3_etag": "27880ab39d704119f8423e04c960c037-459" }, - { - "name": "process_20.json", - "uuid": "4cc61094-94b9-4d21-a8f8-edbd73129049", - "version": "2019-10-22T17:46:04.938000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_21.json", - "uuid": "4cd84763-27c6-42ef-8577-613d3665bc01", - "version": "2019-10-22T17:46:04.885000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_12.json", - "uuid": "4d411b9c-06de-5805-bb7f-eca54e1c42cc", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_13.json", - "uuid": "4db3cc2d-f0ac-5cdf-8656-4c9b096a0092", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_18.json", - "uuid": "4e80d841-15c5-4da1-9660-4400b41d0536", - "version": "2019-10-22T19:54:08.351000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/f2393819-bde7-5d77-a1ef-ea58d87e5232": { "name": "afd0ea55-e710-4b46-bb05-2423e491b6f5.bam", "uuid": "4fc5aa24-c7b1-511c-b6a2-6d8366b3b025", "version": "2021-02-04T15:19:59.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38166507058, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2c1f54bc-43d9-47f8-8afd-63b35ba5037c", "crc32c": "cf26ba03", "sha256": "ae3c4e2f1f33b1a56428dad317715efd8f43065a061dd680d67e11c943da5a37" }, - { - "name": "analysis_file_14.json", - "uuid": "50547806-882a-5915-b217-5bbc692239b9", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_15.json", - "uuid": "509608f1-e1d5-561c-b0d6-54348f0adb29", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_16.json", - "uuid": "509c765d-cf97-5166-ae8f-b0c26a42f759", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/40905b7b-03ca-52b1-9ac7-76e350824c88": { "name": "d8c08782-6f69-4314-947c-1afe6928cbce.bam", "uuid": "50de5887-5ab7-5e8f-a6da-81b52089e98b", "version": "2021-02-04T15:18:10.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 2505123988, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2d66e23a-6a94-4dd9-9a65-1d109e87806f", "crc32c": "3f7dc49c", "sha256": "3c8a71e2406e00bdb6c68b031777bd1bd5eeb9530ffa827ca5d2c8b36c6fce26" }, - { - "name": "cell_suspension_8.json", - "uuid": "51aab3dd-5ca8-4a83-b821-99fd3604f8e7", - "version": "2019-10-22T17:46:02.101000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/abffd51d-843c-4f79-8e18-40d8374ade83": { "name": "CZIKidney7587407_S1_L001_I1_001.fastq.gz", "uuid": "51c769a9-63ad-42bc-b3e5-eba1d9ce843f", "version": "2019-10-23T14:49:36.225050Z", "content-type": "application/gzip; dcp-type=data", "size": 226815871, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b2d20048-4e9b-4e25-b609-aa63bef4731a", "crc32c": "d90dd8ae", @@ -1422,112 +460,12 @@ "sha256": "467e5944c0c7229135e0595efd888e9088f4abeb8015afac242898cc4a177092", "s3_etag": "098872161f58b6d170d66f9adcd8b52f-4" }, - { - "name": "process_22.json", - "uuid": "51fb7eb7-a422-482e-a98e-c9e6f9628e97", - "version": "2019-10-22T17:46:05.511000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52", - "version": "2019-10-22T17:46:01.969000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 767, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_3.json", - "uuid": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "version": "2019-10-22T19:46:26.250000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 432, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_9.json", - "uuid": "5355142f-f257-49bb-9589-2fd932361519", - "version": "2019-10-22T17:46:02.098000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_23.json", - "uuid": "548a75b4-ba45-4700-b7bb-656c3995c316", - "version": "2019-10-22T17:46:05.024000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_24.json", - "uuid": "55a939d9-dab5-49e3-82cc-bba3796800ed", - "version": "2019-10-22T17:46:04.988000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_19.json", - "uuid": "5646ff87-0427-4af5-a1ad-e072e6187c23", - "version": "2019-10-22T20:44:10.369000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_5.json", - "uuid": "566d48d1-fee9-45a5-80e8-b88f9305e0b2", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_2.json", - "uuid": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0", - "version": "2019-10-22T17:46:02.166000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1233, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b72fccff-7178-4f4c-bf6a-c32cc99af28c": { "name": "CZIKidney7587406_S1_L001_I1_001.fastq.gz", "uuid": "56b327ac-557e-4a07-90a7-4f167d241773", "version": "2019-10-23T14:49:34.986762Z", "content-type": "application/gzip; dcp-type=data", "size": 3032736934, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_051a15bb-37c6-44b8-9fde-efad9ab808e8", "crc32c": "fc194b2f", @@ -1535,13 +473,12 @@ "sha256": "f11245bb3ab2a5d0d692d1474362050b254abb45f9007b1ec5708a79f308b3cd", "s3_etag": "135c8577a08750ca573249bccdd8e6f0-46" }, - { + "sequence_file/ba9ca87a-7818-4915-9f7f-0ba588ffad1f": { "name": "FCAImmP7579214_S1_L001_R1_001.fastq.gz", "uuid": "5756416b-6522-41da-8db3-977c3f707a0e", "version": "2019-10-23T14:49:35.505898Z", "content-type": "application/gzip; dcp-type=data", "size": 8263566565, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_da0fa9f8-c22b-42ab-a3b2-20f12a04ba14", "crc32c": "7d369cc7", @@ -1549,24 +486,12 @@ "sha256": "1ee01811344f5385c269f99b226fe4e69e1d0f727790254a7b7138a19d15f47c", "s3_etag": "77ad610c51af129a3576ce16bfddd369-124" }, - { - "name": "analysis_file_17.json", - "uuid": "57c38b28-848d-5716-8c68-a3b3222aac6e", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/182c7357-0ac0-483d-8189-b321cb3e8d74": { "name": "sequencing_protocol.pdf", "uuid": "58630e07-76d1-4d12-af1f-8a15fef59e1c", "version": "2019-10-23T14:49:38.127172Z", "content-type": "application/pdf; dcp-type=data", "size": 16787, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_dad4f64e-6dcf-4899-934e-a77f534c5c43", "crc32c": "453be99a", @@ -1574,91 +499,23 @@ "sha256": "58af4130ca276b443d217473a4a09e020fbe7784f1701bc100bb531bc52ce542", "s3_etag": "df67cf9dfb9c3bbda7c429d046f136a4" }, - { - "name": "process_25.json", - "uuid": "5878b562-defb-486f-8fa2-f4573bcd7322", - "version": "2019-10-22T17:46:02.720000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/f6809490-ac47-5fe5-af87-1923c320164e": { "name": "b6dec4a6-2d9b-40ac-80c4-41dce01aea46.bam", "uuid": "5935370b-5330-5787-b1cf-51987f5957d5", "version": "2021-02-04T15:09:35.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 64709136628, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_e830decc-226a-4983-bb30-8980d80dc524", "crc32c": "a1c6f6d0", "sha256": "9d2d547cf0402a8ae37372f4113f8c73d4b0a208a8966f72567bb2b4f65e91a7" }, - { - "name": "sequence_file_20.json", - "uuid": "599a4315-3b4b-4c42-9d68-961a2396cae5", - "version": "2019-10-22T20:08:07.569000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_21.json", - "uuid": "59e40d0b-dfbc-4668-bb8a-d0b39d25ca88", - "version": "2019-10-22T20:26:36.167000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_10.json", - "uuid": "5a6285f9-6133-47ce-ae8a-fbe67160af21", - "version": "2019-10-22T17:46:02.131000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_4.json", - "uuid": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "version": "2019-10-22T19:46:28.777000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 443, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_18.json", - "uuid": "5bb0243e-0764-5a77-ae7d-1638ebfd27b0", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/63a1acfd-ca01-451d-a41d-d3a7ffd1655b": { "name": "mature_kidney_enrichment_2.pdf", "uuid": "5bb24f6f-34f5-4955-80b1-dd7ceb6d55a6", "version": "2019-10-23T14:49:36.424530Z", "content-type": "application/pdf; dcp-type=data", "size": 30667, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_d9dd781d-2be3-4f8e-bef7-cf55b3635c96", "crc32c": "961e1c9f", @@ -1666,68 +523,12 @@ "sha256": "e8663e057333702cdc8c8858ec78d82cf395196f7a6c9ee73f156734cdd3048b", "s3_etag": "64072145f4e0c1e25e078dcc3cb2b53a" }, - { - "name": "sequence_file_22.json", - "uuid": "5be64c5b-766b-43ad-ab5a-467ef1c47cc4", - "version": "2019-10-22T20:00:26.561000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_26.json", - "uuid": "5d2624e6-d55b-4dac-8e59-55e165900fd6", - "version": "2019-10-22T17:46:05.004000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_19.json", - "uuid": "5ef41564-04c4-5260-b974-9b37fcc73e35", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_20.json", - "uuid": "5f89237b-83d8-5b2b-880c-2fc4f0c1db1c", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_5.json", - "uuid": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94", - "version": "2019-10-22T17:46:02.150000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/1c531e83-02f4-4c00-b161-f186a1b5e1fb": { "name": "fetal_kidney_dissociation.pdf", "uuid": "602081b8-1b64-430c-8c85-093e21e1c972", "version": "2019-10-23T14:49:36.042217Z", "content-type": "application/pdf; dcp-type=data", "size": 29758, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_fa940aec-2887-4197-a994-b45ffa8978da", "crc32c": "4a4fd4b4", @@ -1735,24 +536,12 @@ "sha256": "51f972e117bb796cc52ee38ab1dc253acd85b8cd04ac9b57537151a929e58576", "s3_etag": "e8bf8a7772e947a955406a2dfd6b380e" }, - { - "name": "sequence_file_23.json", - "uuid": "6033d2ea-8c96-4f43-956c-b9701f63ed66", - "version": "2019-10-22T20:00:07.659000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7d29fb39-c214-4edd-9dec-093dcc527429": { "name": "CZIKidney7632804_S1_L001_I1_001.fastq.gz", "uuid": "604b4322-f029-4bcd-84e1-e234017cda2f", "version": "2019-10-23T14:49:37.075449Z", "content-type": "application/gzip; dcp-type=data", "size": 1461060105, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_a5f28c90-87e0-4aaf-b5b4-116127c53b16", "crc32c": "fa850fec", @@ -1760,24 +549,12 @@ "sha256": "354b54545a7b7b9c0989e5d872b7be1884e5d68bffaa0e4cb7273d963617287a", "s3_etag": "dbf0c1c5cfd5e87b83bc4abd1f2fd6d7-22" }, - { - "name": "dissociation_protocol_0.json", - "uuid": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a", - "version": "2019-10-22T17:46:02.076000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1208, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/91069ce7-7605-401a-bdbb-087420d0b207": { "name": "4834STDY7002875_S1_L001_R1_001.fastq.gz", "uuid": "6144552f-b4b0-460b-b5a6-7bd3035d2f1b", "version": "2019-10-23T14:49:36.041233Z", "content-type": "application/gzip; dcp-type=data", "size": 35757128617, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_78c5e445-715c-4b92-9a42-67d668321872", "crc32c": "4798d142", @@ -1785,93 +562,45 @@ "sha256": "a760719c32e5a4518d0a9b4d7acf6329c93f034528a06ee3b073ce2f9c5359a7", "s3_etag": "574c84f1d2a4414f79605c955437f4cc-533" }, - { + "analysis_file/4db3cc2d-f0ac-5cdf-8656-4c9b096a0092": { "name": "6a0f0064-ba67-43d6-985e-68d8edcf8c0b.loom", "uuid": "615aea9b-2bc7-54b8-97c5-a16ac697f790", "version": "2021-02-04T15:37:43.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 989760502, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_24a0b9e0-8128-42e3-b9ad-7c4a2eebe3dd", "crc32c": "c2d99f86", "sha256": "f9cc00b90609b81a4de0456baa9dc13504c639a1ff540ebbaef78b1751c98883" }, - { + "analysis_file/5ef41564-04c4-5260-b974-9b37fcc73e35": { "name": "2c2c943c-1c0e-462c-b630-8a91a1f0fb94.loom", "uuid": "61618af9-079f-578d-a834-8ec482403b17", "version": "2021-02-04T16:04:14.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1413771224, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_221dd7d3-c8d9-426a-8d96-bc363688c6f9", "crc32c": "b6456846", "sha256": "84f61df5cbfdbb93a3e0507c62149b0402ca9cebf6314091dd5d5ac88a7e065c" }, - { - "name": "process_27.json", - "uuid": "61c9f4df-f92b-4d7c-894a-9150718ab39a", - "version": "2019-10-22T17:46:04.928000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/57c38b28-848d-5716-8c68-a3b3222aac6e": { "name": "44b8ad82-1109-4543-a534-a85b34c2c301.loom", "uuid": "61f531af-0cc2-5f69-8b93-bc04f8f29279", "version": "2021-02-04T15:42:09.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1335835942, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_da4d1f76-1c7e-4bae-97fe-b0901d0a0bdd", "crc32c": "b39eaf46", "sha256": "3791682b4805efb5af5fe53d4cf6ec84df50eb67d4e5457d03d3616cbcf36a28" }, - { - "name": "process_28.json", - "uuid": "6235a244-ae17-402f-b944-d67aa600aef8", - "version": "2019-10-22T17:46:04.918000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_6.json", - "uuid": "62e9f752-eab4-48c8-9fba-95b847207ee5", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_5.json", - "uuid": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "version": "2019-10-22T19:46:28.769000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 442, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/db9fbac5-641e-4dad-af15-a7afa407654b": { "name": "FCAImmP7462243_S1_L001_R2_001.fastq.gz", "uuid": "6447d1eb-f1ee-44f1-9fc6-1a0bb39677fd", "version": "2019-10-23T14:49:37.235823Z", "content-type": "application/gzip; dcp-type=data", "size": 30793890299, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c80cfe3c-09f8-4a00-80a6-fc88b5f4946c", "crc32c": "e6bd2329", @@ -1879,57 +608,12 @@ "sha256": "a999c60998cddf55308f97122588c3bc622d1f236b904c7ac29672532e1b973a", "s3_etag": "fa0e99c5e5a93285a3863e3e58cd3585-459" }, - { - "name": "sequence_file_24.json", - "uuid": "64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427", - "version": "2019-10-22T20:30:32.880000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_29.json", - "uuid": "64eb5fef-b257-47af-a797-7808f1aa0a0c", - "version": "2019-10-22T17:46:04.943000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_25.json", - "uuid": "6500ad38-5b46-4186-9208-6a9494679191", - "version": "2019-10-22T20:01:04.775000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_26.json", - "uuid": "65128ed2-a70b-4b04-8591-4303acef31e3", - "version": "2019-10-22T20:30:46.345000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/f9703a2c-b024-4917-a6b0-981b38cfb784": { "name": "4834STDY7002875_S1_L001_I1_001.fastq.gz", "uuid": "657b9016-387f-4951-bf3d-4b749f4a4f23", "version": "2019-10-23T14:49:35.751781Z", "content-type": "application/gzip; dcp-type=data", "size": 5417339650, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2cc6c72b-9d26-44a4-9171-86856e17a27f", "crc32c": "e5c09532", @@ -1937,101 +621,12 @@ "sha256": "15a0c008f9c26639daca2b4acc7ea1fc21586b5bca02ae73deb73b67c7287157", "s3_etag": "a69fb94dafd54d8a35e73df0aaf1078f-81" }, - { - "name": "analysis_file_21.json", - "uuid": "67f7a04b-7b04-5bb2-a492-efb98f819e97", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_30.json", - "uuid": "688b5dd2-f1cb-4268-85a8-ec8431c25df6", - "version": "2019-10-22T17:46:04.889000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_22.json", - "uuid": "689bcda6-eb41-588a-b4a9-8827e22b1856", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_31.json", - "uuid": "6a0f0064-ba67-43d6-985e-68d8edcf8c0b", - "version": "2019-10-22T17:46:05.178000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_27.json", - "uuid": "6c002a62-76b3-4578-8afd-c88cfd62a682", - "version": "2019-10-22T20:39:59.165000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_32.json", - "uuid": "6d273f72-f55c-4c8e-b91e-29e762194c3f", - "version": "2019-10-22T17:46:05.824000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_7.json", - "uuid": "6ef15cb9-46a9-4cf2-9fda-d536641bc6c5", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_23.json", - "uuid": "6f7195ee-5bcd-5b4d-a3a7-a6ad404edba9", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/c72eb744-4971-4525-802c-d898349b392a": { "name": "fetal_flow_enrichment_1.pdf", "uuid": "6ff514d2-c9aa-482a-ba40-da02a5c5fac8", "version": "2019-10-23T14:49:36.685177Z", "content-type": "application/pdf; dcp-type=data", "size": 31682, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c883c14a-547c-4021-bc47-43f0c2889ce1", "crc32c": "a6250ea1", @@ -2039,35 +634,12 @@ "sha256": "71b479ed07ed506b85c4f1dedff7cd1ed809bbf0afd98ac63d3779a7d74d58e0", "s3_etag": "622b6cefec5b65803467998f5c8a597f" }, - { - "name": "analysis_process_8.json", - "uuid": "70341236-6291-4b53-b161-17bca3b50cb9", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_28.json", - "uuid": "70d226a8-01f4-4955-8293-210a6ec78920", - "version": "2019-10-22T20:05:50.572000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1": { "name": "FCAImmP7579214_S1_L001_I1_001.fastq.gz", "uuid": "70fa85f0-3a54-4bb0-a7b7-061575f963e3", "version": "2019-10-23T14:49:35.249762Z", "content-type": "application/gzip; dcp-type=data", "size": 2783613851, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b5794a36-08fb-4c4f-93a4-d28d98db8296", "crc32c": "0af708b6", @@ -2075,24 +647,12 @@ "sha256": "fb1001ca85d07caa812e10a8e8a66d787824e98ddda3b8572b89570b653e0d2b", "s3_etag": "5ed7e298143a30f9496cf2cc45b95d15-42" }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f", - "version": "2019-10-22T17:46:01.992000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1189, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/65128ed2-a70b-4b04-8591-4303acef31e3": { "name": "FCAImmP7555849_S1_L001_R2_001.fastq.gz", "uuid": "722fafff-d2ec-4a1f-b36b-70f7cc6d2192", "version": "2019-10-23T14:49:35.401133Z", "content-type": "application/gzip; dcp-type=data", "size": 27182622227, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_47ae7a9a-33de-4834-8a28-527ab727d46b", "crc32c": "94c6eb91", @@ -2100,13 +660,12 @@ "sha256": "ddea274092e87299b5431cab12bf02313b6cc14c2d8624ba5ffc087fc7143b84", "s3_etag": "b8e80010816e78c7e174a47404ab4d1a-406" }, - { + "sequence_file/438f185f-0e8b-4b34-b03f-7491552ef9b7": { "name": "FCAImmP7462242_S1_L001_R1_001.fastq.gz", "uuid": "72932e5b-c25b-401c-8c48-aab023661968", "version": "2019-10-23T14:49:36.195057Z", "content-type": "application/gzip; dcp-type=data", "size": 8500881028, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_332f228b-e63c-4c90-aae4-83d282da2225", "crc32c": "76ff6bf3", @@ -2114,81 +673,34 @@ "sha256": "4ab11fdc664c0b6ab7a5e4387a91229cfe6fff6e3badddefadc895a7adae6b3d", "s3_etag": "4133cbbbec292dcefeff85b73ba221bb-127" }, - { - "name": "enrichment_protocol_1.json", - "uuid": "741ffe1e-7bb1-4307-9d55-9ab77258314c", - "version": "2019-10-22T17:46:01.986000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 691, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/3e9b54c2-4244-5549-a0ca-ea1524949a86": { "name": "548a75b4-ba45-4700-b7bb-656c3995c316.bam", "uuid": "7512e2e0-ac08-5d56-b2a4-d553bc24227c", "version": "2021-02-04T15:19:29.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 2682183828, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_36276888-23c4-4d1f-9d75-e0ae4d6b18a9", "crc32c": "a97d1fd6", "sha256": "2f6b1a57f2391bcf7d8df1d5b0516704e44e24afda3752a2ad44dd16f493a42b" }, - { + "analysis_file/a4a43ddf-e654-526c-98fa-9c0679f2bc95": { "name": "01f7c3d0-d4be-432d-aa25-8c7fbce20b49.bam", "uuid": "75150c4f-0ce4-56b1-a4d8-2342f5d4a3b8", "version": "2021-02-04T15:18:34.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37113773777, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b3613a5b-9799-4fc0-af2f-58d562d37cee", "crc32c": "cf3be405", "sha256": "e2c38c4031b55d34b38239d2487ebdd6d836e10f8dea2184da5f631413136e07" }, - { - "name": "process_33.json", - "uuid": "758b97fb-d92f-484f-8160-d85b3d1aed7b", - "version": "2019-10-22T17:46:04.822000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_9.json", - "uuid": "75eaaa73-142a-46db-8db1-6a0d7e487a0f", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14717, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_6.json", - "uuid": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "version": "2019-10-22T19:46:28.777000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 410, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/90a63c12-7fec-49c5-9b1a-7d622c4390f8": { "name": "CZIKidney7587406_S1_L001_R2_001.fastq.gz", "uuid": "791a846a-1241-4b0c-a3e3-24160fc321ee", "version": "2019-10-23T14:49:35.594638Z", "content-type": "application/gzip; dcp-type=data", "size": 26659901434, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_5bd55a48-bcb3-44c8-aca8-115b77e12da8", "crc32c": "30dfca88", @@ -2196,13 +708,12 @@ "sha256": "d9a99fc35767a48cf5e158092bb72bd1a7003c9f6fc1a44437eb991b01c2551c", "s3_etag": "94e6d6f92d63daf0518305adee6fe855-398" }, - { + "sequence_file/427003bc-a728-469a-aa8a-61bc2309956f": { "name": "FCAImmP7528292_S1_L001_R2_001.fastq.gz", "uuid": "7923e38e-8649-41b7-b0a6-ac901630be3c", "version": "2019-10-23T14:49:36.207303Z", "content-type": "application/gzip; dcp-type=data", "size": 29570108834, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_55e29ab9-fc1c-4df1-a914-ec3e5fbeb7b0", "crc32c": "5cbe6c0a", @@ -2210,92 +721,34 @@ "sha256": "c6fb824e7c0bfd0272683a9804bff77f5de94087eeb1803f5ec8d66a7fafafc3", "s3_etag": "2d314e2ca4018bb287c3104dc1db7635-441" }, - { + "analysis_file/5f89237b-83d8-5b2b-880c-2fc4f0c1db1c": { "name": "6d273f72-f55c-4c8e-b91e-29e762194c3f.bam", "uuid": "79c607a7-8bf6-5288-831d-715ef9e450d5", "version": "2021-02-04T15:21:25.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 65707445386, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_49e29970-394c-4c91-b20c-13b79c513b0c", "crc32c": "5238ca18", "sha256": "04b3c4a0b85159145d49208536b7020807b022fd9b7a2b031fe7695a1ba317c8" }, - { - "name": "links.json", - "uuid": "79fa91b4-f1fc-534b-a935-b57342804a70", - "version": "2020-12-10T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 76574, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_29.json", - "uuid": "7a058660-f594-4eb5-b02f-bace314f6d76", - "version": "2019-10-22T20:01:16.863000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_34.json", - "uuid": "7a625379-2c08-4bde-aa32-1081132bdeb7", - "version": "2019-10-22T17:46:04.900000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_11.json", - "uuid": "7aa5c9c1-6540-4f6a-88c6-859d1bef4851", - "version": "2019-10-22T17:46:02.168000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/67f7a04b-7b04-5bb2-a492-efb98f819e97": { "name": "44b8ad82-1109-4543-a534-a85b34c2c301.bam", "uuid": "7c7a336b-a771-5257-a7b2-da2d87896ea4", "version": "2021-02-04T15:18:31.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 35777068223, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_5166344f-3023-49b1-bba1-267cd05169e6", "crc32c": "916734d4", "sha256": "0434d6c74de9b5805b55c4418baff1948ded8978983767e939dbfbbefc50e622" }, - { - "name": "sequence_file_30.json", - "uuid": "7d29fb39-c214-4edd-9dec-093dcc527429", - "version": "2019-10-22T19:55:25.913000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/cb6662a8-c395-4f75-b6fa-87c186917ed2": { "name": "CZIKidney7632804_S1_L001_R2_001.fastq.gz", "uuid": "7e63de17-6e27-4a78-b029-a8db8cc121a6", "version": "2019-10-23T14:49:37.725790Z", "content-type": "application/gzip; dcp-type=data", "size": 14201706930, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_49a62425-1266-4bb2-b4af-0e92441041cd", "crc32c": "0fbeedfb", @@ -2303,114 +756,34 @@ "sha256": "3e37e18fdd5e1723f3829e55e8f9c180f7a59eb0923047845f6c6daceebc1615", "s3_etag": "0a6e68cbe2a1a34b91a228a9ccdbc42b-212" }, - { - "name": "cell_suspension_12.json", - "uuid": "7ef94c74-d428-4588-89ff-45378d5b0017", - "version": "2019-10-22T17:46:02.148000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_35.json", - "uuid": "7f8aa404-55fb-4439-ab20-f9fc2e92440f", - "version": "2019-10-22T17:46:04.987000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/3cd78fb7-b7bc-5ab1-b122-47585f0023d4": { "name": "afd0ea55-e710-4b46-bb05-2423e491b6f5.loom", "uuid": "824111f5-d9fa-5ca8-9329-0f172332c98e", "version": "2021-02-04T15:34:36.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 698042665, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c28f3965-b1a0-464d-91a5-2f9afbdf92ca", "crc32c": "98229a5d", "sha256": "f0ce93f44bfab810b45c39a7b3274c8fbfe6ac784f7aecc2af3e003c14112e1d" }, - { - "name": "process_36.json", - "uuid": "83b474d3-c20f-48f6-95a0-b0fa2269f14d", - "version": "2019-10-22T17:46:06.611000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/1b675693-2615-519e-bfa7-cc008b0ff6e9": { "name": "dc31f31d-ab56-4025-9834-99be638a2d50.bam", "uuid": "855fdb57-1c0e-5875-aef5-f6e14876b15c", "version": "2021-02-04T15:19:56.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 29466887027, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c96ab730-644c-496c-98e3-8c07a4e30d7e", "crc32c": "f2cc8e97", "sha256": "c1f8237cb3280231cc46fc54fcbcf177aaacf169b134b0521961ec93b58c5bf5" }, - { - "name": "sequence_file_31.json", - "uuid": "85849811-ff50-46ec-9245-79140a1ca705", - "version": "2019-10-22T19:57:03.834000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_37.json", - "uuid": "875e0856-b5e7-4ae2-a1d0-6b5d408a9472", - "version": "2019-10-22T17:46:02.681000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_32.json", - "uuid": "8831df7b-25f6-482e-9e54-5c53bdda4d53", - "version": "2019-10-22T19:57:00.375000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_13.json", - "uuid": "89849bc8-4b60-45a5-b1b0-869e29625599", - "version": "2019-10-22T17:46:02.066000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/138dcce5-f9a8-497c-9de1-70a289bdc936": { "name": "CZIKidney7632801_S1_L001_R1_001.fastq.gz", "uuid": "8a9a73f6-9a38-494a-84b2-2d0e11b60c17", "version": "2019-10-23T14:49:41.743420Z", "content-type": "application/gzip; dcp-type=data", "size": 4492443846, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2c603cc5-df4e-4291-bb00-c624ec1264db", "crc32c": "554839a4", @@ -2418,24 +791,12 @@ "sha256": "dd3dc4dc8e5ef643c1d719249de369e00f9007fe54a52f351826a9e300fe80c2", "s3_etag": "4b71dea004532b3977353e7577a1bb67-67" }, - { - "name": "analysis_file_24.json", - "uuid": "8b643b3c-3000-5cf4-8aa1-64a4b9d68abf", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d8577b2c-16a2-484f-9269-9196d7cca451": { "name": "4834STDY7002885_S1_L001_R2_001.fastq.gz", "uuid": "8bee60a4-c810-4157-852d-f6510859aad6", "version": "2019-10-23T14:49:35.816042Z", "content-type": "application/gzip; dcp-type=data", "size": 42909587234, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_aff873cd-365b-4a97-bebf-e41724dce1e0", "crc32c": "614a426d", @@ -2443,58 +804,23 @@ "sha256": "69d98b3aa12da9a87c1d0e95833d47c1721411d827316438d7578eba63bc7a02", "s3_etag": "40bdbad0f6b2bf9bdda796e6f92e5d6d-640" }, - { - "name": "specimen_from_organism_6.json", - "uuid": "8c0ef0ae-0687-4f2a-8a27-d833b7032a26", - "version": "2019-10-22T17:46:02.099000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 934, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_7.json", - "uuid": "8c1b5489-7bf1-40c0-ba60-5e6b079e108a", - "version": "2019-10-22T17:46:02.136000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 937, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/c8b8eac3-92be-5a6c-94ac-e554face58a8": { "name": "13a062ba-2b8e-43a1-bc2a-bc17f650b37d.bam", "uuid": "8d2bd05e-52ae-5fae-bdcd-97e9cd74a62b", "version": "2021-02-04T15:18:10.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38148588923, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_ef8fda31-1a6e-4421-9cbe-ced923d9da85", "crc32c": "76608f7f", "sha256": "ac3a27e4bfe3b1c915fe1ccceca5df2c177d04f79ce8c265a6d29da6e10fc637" }, - { - "name": "donor_organism_3.json", - "uuid": "8ef48580-339e-4c23-b5bd-04c8692cab5f", - "version": "2019-10-22T17:46:02.056000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1114, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8fb13af8-c385-46a2-aecc-c741c1e8a5ad": { "name": "FCAImmP7555850_S1_L001_I1_001.fastq.gz", "uuid": "8f2afe24-5222-4451-a9d6-323d33e49156", "version": "2019-10-23T14:49:34.890344Z", "content-type": "application/gzip; dcp-type=data", "size": 2772712768, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_61256863-b124-4819-89fd-77676396e603", "crc32c": "de263e30", @@ -2502,323 +828,34 @@ "sha256": "342d8e031c6b7f0f80e01a0fe66ba22963b8a3e019a42a71a9f17535d75725ca", "s3_etag": "518cf60e522ae84138c0eb97087cbad8-42" }, - { - "name": "sequence_file_33.json", - "uuid": "8f6318ea-e692-4085-a693-02f4ff3204b5", - "version": "2019-10-22T19:54:09.177000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_34.json", - "uuid": "8fb13af8-c385-46a2-aecc-c741c1e8a5ad", - "version": "2019-10-22T19:57:04.353000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/9b35ba1f-2445-5fcc-a510-d4da345854fe": { "name": "37cad11b-c8c9-4d1f-b715-498b0f8d4b35.bam", "uuid": "901b4d92-9b4d-5e10-b98b-c64c8535c7e3", "version": "2021-02-04T15:20:20.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 34392353626, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_56d18a52-99a2-40ee-8efe-1dd10e56e8f0", "crc32c": "1374624d", "sha256": "0094bcebc749eb663f46144371b98f8c3e6a7cc907be8329c9d68a0b74a9cc5b" }, - { - "name": "sequence_file_35.json", - "uuid": "90a63c12-7fec-49c5-9b1a-7d622c4390f8", - "version": "2019-10-22T20:35:23.748000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_38.json", - "uuid": "90b34757-474f-42c3-9d31-683a5a0a84bd", - "version": "2019-10-22T17:46:04.931000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_36.json", - "uuid": "91069ce7-7605-401a-bdbb-087420d0b207", - "version": "2019-10-23T14:12:53.970000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6": { "name": "0f14c412-5014-4ac0-9a71-858b2f047777.loom", "uuid": "9178a5a8-dbc2-5dfd-be33-2ac8e6f2fc96", "version": "2021-02-04T15:18:49.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 423142737, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2af7fd99-c281-4855-8522-467f0f97d206", "crc32c": "eb47f837", "sha256": "a4b826463126706ccb417d646a000bc7a5d6bdb0f0583718eaa771c1cd2aca6b" }, - { - "name": "donor_organism_4.json", - "uuid": "91f51e13-dc56-4526-9e39-92a6c6778e16", - "version": "2019-10-22T17:46:02.039000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1114, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_7.json", - "uuid": "944589e7-48a4-4333-b773-8e632ccb8865", - "version": "2019-10-22T19:46:31.753000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 409, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_39.json", - "uuid": "94bb3ed5-df2e-4e73-987f-d7d63d0db2b9", - "version": "2019-10-22T17:46:04.897000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_10.json", - "uuid": "9531ad31-8210-463c-a6c4-171fb50e4cd1", - "version": "2020-12-10T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 522, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_37.json", - "uuid": "9614720d-ed06-4e72-9a4f-cb62088ff608", - "version": "2019-10-22T20:37:50.566000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_40.json", - "uuid": "963a3ac2-373f-4d72-bca7-d00f0a982a69", - "version": "2019-10-22T17:46:04.925000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_25.json", - "uuid": "9702f6ba-fd5b-5972-80d4-629e8a8fa8e9", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_38.json", - "uuid": "97890d18-72bf-4feb-b713-1d057d1f6519", - "version": "2019-10-22T19:56:45.629000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_26.json", - "uuid": "9a41c791-004c-5d89-a10c-d58d2ef7eca3", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_39.json", - "uuid": "9abf31bf-fc25-4e44-ae99-0af17e017b95", - "version": "2019-10-22T19:56:43.448000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_27.json", - "uuid": "9b35ba1f-2445-5fcc-a510-d4da345854fe", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_40.json", - "uuid": "9b53a5c0-fd77-4d55-b697-16a95c67c4c2", - "version": "2019-10-22T20:34:54.646000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_11.json", - "uuid": "9be12f87-5674-4d72-8dc3-f86ebf53ae00", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_1.json", - "uuid": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16", - "version": "2019-10-22T17:46:01.976000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1053, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_14.json", - "uuid": "9db33a18-ffb7-4e50-88e7-22b4f5d8bce3", - "version": "2019-10-22T17:46:02.017000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_41.json", - "uuid": "9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59", - "version": "2019-10-22T20:58:52.013000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_15.json", - "uuid": "9fa78638-59a3-45d6-b065-ed1fbf84fa96", - "version": "2019-10-22T17:46:02.027000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_5.json", - "uuid": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a", - "version": "2019-10-22T17:46:02.049000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1116, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_42.json", - "uuid": "a04c3838-8a5f-44c7-9b72-1c31c7a6c547", - "version": "2019-10-22T19:56:38.627000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_12.json", - "uuid": "a201d705-2a67-452d-a8c8-4d792885fecc", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_41.json", - "uuid": "a228f157-78ea-4e3c-85bc-dc90ccd3ec44", - "version": "2019-10-22T17:46:04.821000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/47bb0f79-31f9-42a8-ac34-4be08ef807d9": { "name": "FCAImmP7579214_S1_L001_R2_001.fastq.gz", "uuid": "a2a60cf5-2597-4ba3-b9fa-7ecdde004c8c", "version": "2019-10-23T14:49:35.806273Z", "content-type": "application/gzip; dcp-type=data", "size": 28636209988, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_730f11f1-a6af-4541-99c7-c8e7e7b70fd3", "crc32c": "2f350f69", @@ -2826,24 +863,12 @@ "sha256": "ad9fe409670b55a358153094a9a26580abb88ac9dc5bfa32da959c24a8f8a746", "s3_etag": "ff87ab5686654a1ffc019898b92ab7b5-427" }, - { - "name": "specimen_from_organism_8.json", - "uuid": "a39685fd-b34a-4db7-b973-381919edb96e", - "version": "2019-10-22T17:46:02.139000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/cb7a8922-0b74-42f5-9346-f80ebbaddb57": { "name": "4834STDY7002881_S1_L001_R1_001.fastq.gz", "uuid": "a3b89f52-1007-4aa4-8889-f2b3670c82bd", "version": "2019-10-23T14:49:35.905654Z", "content-type": "application/gzip; dcp-type=data", "size": 30314151414, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_6d1eaef4-b09e-470f-95fa-6e885bb2dfe7", "crc32c": "6ebf1336", @@ -2851,170 +876,45 @@ "sha256": "91ea6ce14c3c3b4154b2c3580b41907b61617c411f015fe79825e67bebc68cd4", "s3_etag": "83f2b32a2b90e403122a2f6e3bffb4fa-452" }, - { - "name": "analysis_file_28.json", - "uuid": "a4a43ddf-e654-526c-98fa-9c0679f2bc95", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_42.json", - "uuid": "a5365490-1246-4349-b49f-d6b18d834996", - "version": "2019-10-22T17:46:04.893000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_6.json", - "uuid": "a6116756-3aeb-48f2-8952-caccbfd3f57b", - "version": "2019-10-22T17:46:02.149000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1298, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/6f7195ee-5bcd-5b4d-a3a7-a6ad404edba9": { "name": "b3ce1085-08dc-42ff-a609-6968315327a8.bam", "uuid": "a642669d-72f1-5e03-94fe-83a993c7facd", "version": "2021-02-04T15:19:15.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 2580789544, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_41393a0a-8f82-4637-98af-0208016dd721", "crc32c": "4b2de361", "sha256": "943b90f707a5a49e724d4d35576ff6204f0c59d848a98fed72054dd8f0192c81" }, - { + "analysis_file/febe54b0-6388-5024-a971-fa88862a4e62": { "name": "0b52914d-687b-44d1-9a70-a95df55ed502.loom", "uuid": "a64cdd04-6d28-5f81-9f2d-4ae6989e9ddc", "version": "2021-02-04T15:38:21.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1010980009, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_cc2a5f64-27ea-4372-8cc5-0a4dd3421b57", "crc32c": "ee277c19", "sha256": "91c9176ebfd73ea2dd4c0ac637d3bb10377028e7ae1bd76092bcd6d4432a5aa6" }, - { - "name": "sequence_file_43.json", - "uuid": "a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c", - "version": "2019-10-22T19:59:46.861000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_43.json", - "uuid": "a9cf1331-fec6-4a66-9d92-8649aa4dc00b", - "version": "2019-10-22T17:46:04.891000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/be883019-a8df-564d-87ff-c24a1358fdb6": { "name": "6a0f0064-ba67-43d6-985e-68d8edcf8c0b.bam", "uuid": "aac09eaf-b9e3-5469-b34f-d2ec70f57089", "version": "2021-02-04T15:19:45.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 18231102336, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_d51f7c57-ebe7-4d08-b9eb-0ce0aa5ffe9b", "crc32c": "2b04c689", "sha256": "13344642086dda33e78a9a1dbebfab9f3e9857adf75033e8b864aa075affbc18" }, - { - "name": "project_0.json", - "uuid": "abe1a013-af7a-45ed-8c26-f3793c24a1f4", - "version": "2019-10-22T17:46:02.049000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 6869, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_44.json", - "uuid": "abffd51d-843c-4f79-8e18-40d8374ade83", - "version": "2019-10-22T19:54:07.454000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_44.json", - "uuid": "ad09a0ef-ce88-461b-803f-059a6d37d420", - "version": "2019-10-22T17:46:04.912000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_45.json", - "uuid": "ae5068b7-fa8a-46be-8a07-d735093f1aa5", - "version": "2019-10-22T20:58:38.889000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_29.json", - "uuid": "aec768aa-9e5d-57ab-b249-09f01b2e5f03", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_45.json", - "uuid": "afd0ea55-e710-4b46-bb05-2423e491b6f5", - "version": "2019-10-22T17:46:05.944000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/06e90b33-4403-41e8-b783-e65bf7de982a": { "name": "mature_kidney_declined_transplant_collection.pdf", "uuid": "b0d1afa7-c798-4172-9231-33584e52f70f", "version": "2019-10-23T14:49:37.430555Z", "content-type": "application/pdf; dcp-type=data", "size": 23723, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_bf160bb2-19ab-4784-a54a-1f886e5bb5c6", "crc32c": "2c141f9b", @@ -3022,13 +922,12 @@ "sha256": "3cae6a92ad756c9eaa8590608b83ca5711ab71a3172bfb0982821d52d44eb321", "s3_etag": "7e679875a0b2eab202a13f52d4b31f43" }, - { + "sequence_file/be64dbc9-183f-44c9-8b15-d8298ee6c4e9": { "name": "CZIKidney7587408_S1_L001_R1_001.fastq.gz", "uuid": "b12b9f7a-1136-456b-b0e0-aa05c29d1355", "version": "2019-10-23T14:49:39.066147Z", "content-type": "application/gzip; dcp-type=data", "size": 612566319, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b9c7367e-cbdf-4ec8-ac4e-034b2ba3e486", "crc32c": "19ef755e", @@ -3036,69 +935,23 @@ "sha256": "3d6fff7f27d356a52dd32467f29d656a3e20c4b8af3ff2fd84d59b88c5182cf4", "s3_etag": "af663775a444ae1231feaa7f58054616-10" }, - { - "name": "analysis_file_30.json", - "uuid": "b138cb0f-a34d-5b29-8b23-a37bc6f961fd", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_31.json", - "uuid": "b149162c-3450-5301-b057-c3930459584d", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_46.json", - "uuid": "b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1", - "version": "2019-10-22T19:56:49.472000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_46.json", - "uuid": "b3ce1085-08dc-42ff-a609-6968315327a8", - "version": "2019-10-22T17:46:05.005000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/8b643b3c-3000-5cf4-8aa1-64a4b9d68abf": { "name": "157ba915-28d7-4d80-89ad-71c8291dbc05.bam", "uuid": "b4efa99e-25c8-5eef-96a4-84f2551bcc29", "version": "2021-02-04T15:22:02.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 65248457241, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_102f41c2-3b37-4ec3-9f8c-0e73ac3c72e3", "crc32c": "ae57f412", "sha256": "88ed668949cdb5d906593b13263d0b2692b245a5fc3bd471fdf141b49364ac41" }, - { + "sequence_file/b58fd1d3-1488-40b2-9530-50c0fe54a4dd": { "name": "FCAImmP7579215_S1_L001_I1_001.fastq.gz", "uuid": "b58109d6-0e7e-49cb-abd5-4ca20e43046e", "version": "2019-10-23T14:49:35.581314Z", "content-type": "application/gzip; dcp-type=data", "size": 2559298831, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_3d4e8ad6-b672-47ee-a8ab-ff4b725a2db5", "crc32c": "39a4cee4", @@ -3106,68 +959,12 @@ "sha256": "c97a6eb18f24dcbd7b67fe23d7a2a8439c64f5a975ccfbdeca64ebb19fd6b064", "s3_etag": "f23de8553e81fa170fe9b74cbc2849bf-39" }, - { - "name": "sequence_file_47.json", - "uuid": "b58fd1d3-1488-40b2-9530-50c0fe54a4dd", - "version": "2019-10-22T19:56:37.083000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_32.json", - "uuid": "b666cb1a-1a4f-511f-859e-2779aad16fa0", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_47.json", - "uuid": "b6dec4a6-2d9b-40ac-80c4-41dce01aea46", - "version": "2019-10-22T17:46:05.700000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_48.json", - "uuid": "b72fccff-7178-4f4c-bf6a-c32cc99af28c", - "version": "2019-10-22T19:57:04.689000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_7.json", - "uuid": "b736af42-04c7-4845-a410-310f8f912eeb", - "version": "2019-10-22T17:46:02.129000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1116, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2dd22fa3-fe29-4d60-b890-a8ee8b9731ce": { "name": "CZIKidney7587407_S1_L001_R1_001.fastq.gz", "uuid": "b869ef9d-300d-46e0-941f-ad0f036773b2", "version": "2019-10-23T14:49:36.564794Z", "content-type": "application/gzip; dcp-type=data", "size": 593089466, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_783f9bd5-6a4b-48d2-9ed3-051aced7e436", "crc32c": "c9a8242c", @@ -3175,47 +972,23 @@ "sha256": "330afac3a7c054fb8ebdf9d919042cc7e4c0843537d0ff29e0a2953bd05df792", "s3_etag": "61f8159c3cfff0907ed40a3c5bd22203-9" }, - { - "name": "process_48.json", - "uuid": "b93eec14-cbe3-41c3-af82-a4e352f50377", - "version": "2019-10-22T17:46:04.833000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "b9a9d40e-7b4f-48f1-a893-f678e917a96d", - "version": "2019-10-22T17:46:01.927000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 802, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/aec768aa-9e5d-57ab-b249-09f01b2e5f03": { "name": "90b34757-474f-42c3-9d31-683a5a0a84bd.bam", "uuid": "ba36a0b5-a686-5e72-91c9-b29f9c1d3f2e", "version": "2021-02-04T15:20:54.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 31094466435, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c305742c-01a2-4d73-ab49-358c014c55f9", "crc32c": "69c365f0", "sha256": "178fafd3009d67115cf41b43ee2b79fd2b2f90d8d53e651caa283d515523be65" }, - { + "sequence_file/97890d18-72bf-4feb-b713-1d057d1f6519": { "name": "CZIKidney7632804_S1_L001_R1_001.fastq.gz", "uuid": "ba802a39-ab3c-4ddf-8606-6904ec798ff5", "version": "2019-10-23T14:49:37.437316Z", "content-type": "application/gzip; dcp-type=data", "size": 4130964219, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c2ef14bf-fafc-4880-a269-9bff4c99c772", "crc32c": "20988393", @@ -3223,36 +996,23 @@ "sha256": "34e5d327b484e2e830c42d7fe5d560879780aa5e4a681735e9d964e6bbc31bfb", "s3_etag": "5c75238d05713e84688c2bdabd857fb5-62" }, - { - "name": "sequence_file_49.json", - "uuid": "ba9ca87a-7818-4915-9f7f-0ba588ffad1f", - "version": "2019-10-22T19:59:27.453000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/0f9e435b-dbd3-5fd6-9b4e-347433de69b0": { "name": "082e87ac-5cf6-4bad-bedb-5f6591b8f566.bam", "uuid": "bba19c1b-66b5-5b45-8391-e7b9e749afc3", "version": "2021-02-04T15:20:16.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37636723501, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_86c07d53-cc92-46fa-9e07-5a9e4f470c18", "crc32c": "51a1f1c7", "sha256": "25f1957f0120fada1a53b8bd6dd83354bc6c7c047d2b100db727303cdd9c64bf" }, - { + "sequence_file/4294907c-ba62-4597-845a-07fb788a2bb0": { "name": "CZIKidney7632803_S1_L001_R1_001.fastq.gz", "uuid": "bc752490-c165-4e59-a335-5690f1809ac9", "version": "2019-10-23T14:49:36.430227Z", "content-type": "application/gzip; dcp-type=data", "size": 4148481478, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_78c91c18-2f67-4453-80c3-eae2e0993f84", "crc32c": "e6223d9f", @@ -3260,69 +1020,23 @@ "sha256": "d588f85e1e213efb4c58c03d2bf4730aa8fa49b400c2245217c40ac4d47b48ea", "s3_etag": "107f64539db86fbbd2040a02e03d9c9a-62" }, - { - "name": "sequence_file_50.json", - "uuid": "be252ee9-c27b-4937-8e96-e971c25ed794", - "version": "2019-10-22T20:35:37.065000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_51.json", - "uuid": "be64dbc9-183f-44c9-8b15-d8298ee6c4e9", - "version": "2019-10-22T19:54:18.671000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_33.json", - "uuid": "be883019-a8df-564d-87ff-c24a1358fdb6", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_16.json", - "uuid": "c0e783a5-a154-4f3a-b887-629ff44346ab", - "version": "2019-10-22T17:46:02.080000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 705, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/509c765d-cf97-5166-ae8f-b0c26a42f759": { "name": "0b52914d-687b-44d1-9a70-a95df55ed502.bam", "uuid": "c0eb3628-4aae-5215-8fe8-dfc1974fb288", "version": "2021-02-04T15:20:12.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37372897739, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_1d1eb1ee-1b1e-4b8b-9a19-6097121cb5ba", "crc32c": "b5f6f5af", "sha256": "4a4ef01d91dbb0040b16e5fe71fdbec8eb95417194db92e8941459f00c36b9e7" }, - { + "sequence_file/be252ee9-c27b-4937-8e96-e971c25ed794": { "name": "4834STDY7002885_S1_L001_R1_001.fastq.gz", "uuid": "c1e549a6-8711-4381-853d-c54469b4b5c0", "version": "2019-10-23T14:49:35.560374Z", "content-type": "application/gzip; dcp-type=data", "size": 30442430986, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_735c31a0-bf71-4641-a931-428a460be807", "crc32c": "e06814b9", @@ -3330,58 +1044,23 @@ "sha256": "c00895076c854c2028b01a33a0146d7e7224e3c923e115d3bcf147a3738a612d", "s3_etag": "ba7060f70372487113fd540750e24e11-454" }, - { + "analysis_file/caee5d2b-466f-5762-a565-8fa4a520faba": { "name": "13a062ba-2b8e-43a1-bc2a-bc17f650b37d.loom", "uuid": "c1eef424-40cb-51f6-a574-755494d44789", "version": "2021-02-04T15:42:49.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1316667030, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_5948132f-fa09-4fe7-8699-3cf073aa1271", "crc32c": "1b82593b", "sha256": "7dd312ee41306938d8ea67f64c1715a195791c0d55aeace04f1fc5a2083ebc21" }, - { - "name": "sequence_file_52.json", - "uuid": "c2137939-c2c6-44d7-8e11-7d6d6d5443eb", - "version": "2019-10-22T19:55:34.020000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_17.json", - "uuid": "c23013ce-1c97-4717-af7f-7b92d2d3c5ae", - "version": "2019-10-22T17:46:02.174000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_13.json", - "uuid": "c2552add-e5bd-4022-b3b0-9d160ebbda5b", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/154ff85c-da53-4b85-b02b-002211631867": { "name": "4834STDY7002886_S1_L001_R2_001.fastq.gz", "uuid": "c2fadf72-fab9-47a5-ae9f-50d97753d3ef", "version": "2019-10-23T14:49:36.121618Z", "content-type": "application/gzip; dcp-type=data", "size": 42865041101, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_c48f6982-a8d3-473f-8ce6-8cdbdc2f2f94", "crc32c": "98168bf7", @@ -3389,101 +1068,12 @@ "sha256": "7d4c8335faed154a54031b3a438a0fcfc52e6779dce7726171f7109fe0c8e215", "s3_etag": "9a82ee2b11d36742aed8f533c835bf11-639" }, - { - "name": "sequence_file_53.json", - "uuid": "c30f45e7-0575-46c3-8ea2-3ac864b439e9", - "version": "2019-10-22T20:00:33.199000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_34.json", - "uuid": "c564580f-c1bb-5c2d-a0d0-0baebebdf7e4", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_49.json", - "uuid": "c5f8e956-21dc-4b3e-be69-6f865e3a694b", - "version": "2019-10-22T17:46:04.927000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_35.json", - "uuid": "c60bf214-0340-53c0-b75b-af84a82808d6", - "version": "2020-12-10T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 462, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_14.json", - "uuid": "c6d5d8ad-4234-4d4b-b508-c5b9b05ea4c2", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_8.json", - "uuid": "c72eb744-4971-4525-802c-d898349b392a", - "version": "2019-10-22T19:46:26.267000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 432, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_18.json", - "uuid": "c79356b3-d639-4026-8865-73a20225efd4", - "version": "2019-10-22T17:46:02.167000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 704, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_54.json", - "uuid": "c8758f13-7e9b-464a-bada-b41b8b9e925f", - "version": "2019-10-22T19:54:55.955000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/5b84bbca-dfde-462c-9c79-c914f32e03c4": { "name": "mature_kidney_tumour_nephrectomy_collection.pdf", "uuid": "c89d294a-1921-46fa-9392-b714af40c97c", "version": "2019-10-23T14:49:37.166260Z", "content-type": "application/pdf; dcp-type=data", "size": 25919, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_e45bd9c3-b455-4510-9b6c-8f2ef508bf31", "crc32c": "afd7c65b", @@ -3491,57 +1081,12 @@ "sha256": "198335a877c0973b496f4800671764fcb00ea49bedeb4c509940c8dbb1cc3b50", "s3_etag": "e14585a837302d76e54214694e774511" }, - { - "name": "analysis_file_36.json", - "uuid": "c8b8eac3-92be-5a6c-94ac-e554face58a8", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_9.json", - "uuid": "c98d14ec-8761-45f7-8e86-e63c188bd97f", - "version": "2019-10-22T17:46:02.055000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 938, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_15.json", - "uuid": "c99659fc-134b-4290-aae6-0bd6adbe3f0a", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_50.json", - "uuid": "c9c4fc85-aaf7-4fa3-9ab1-2d0b0a886f62", - "version": "2019-10-22T17:46:05.001000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/59e40d0b-dfbc-4668-bb8a-d0b39d25ca88": { "name": "4834STDY7002886_S1_L001_R1_001.fastq.gz", "uuid": "ca6b8d6b-6d19-4ff0-b487-c13cdf801a60", "version": "2019-10-23T14:49:35.869066Z", "content-type": "application/gzip; dcp-type=data", "size": 30076415799, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_d03c3744-17fb-4404-8690-4472b7a27c5c", "crc32c": "1a8279b5", @@ -3549,47 +1094,23 @@ "sha256": "deda38c8e989c8cc929f785bda1f91a4a2810b5260a516fa6b3759f3adfd01c6", "s3_etag": "49389e1568a9893f7a8c2b84be271bb0-449" }, - { + "analysis_file/b149162c-3450-5301-b057-c3930459584d": { "name": "83b474d3-c20f-48f6-95a0-b0fa2269f14d.loom", "uuid": "ca707466-c643-54d0-a251-d4314081608b", "version": "2021-02-04T15:41:19.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1298450525, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_3c0fa713-9ded-4f00-830e-6112c64fa587", "crc32c": "a1f23b01", "sha256": "6091065cd4fbaa03c00ab5751a84201ac5f621e87cc83b06c0254a235eb37cf9" }, - { - "name": "enrichment_protocol_2.json", - "uuid": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3", - "version": "2019-10-22T17:46:02.039000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 766, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_37.json", - "uuid": "caee5d2b-466f-5762-a565-8fa4a520faba", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59": { "name": "4834STDY7002875_S1_L001_R2_001.fastq.gz", "uuid": "caf7fc00-38ab-4af5-beda-c70c1fb4448e", "version": "2019-10-23T14:49:36.268172Z", "content-type": "application/gzip; dcp-type=data", "size": 48816315438, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_0c80fc7f-4737-4794-b0cb-bee804f55303", "crc32c": "e0b7f471", @@ -3597,13 +1118,12 @@ "sha256": "e3ebb27123311c9e9794b64da7e1fed26efa8aec159440284b72298e7faec5cb", "s3_etag": "5655d418b8d0a42dfa014347fdb62188-728" }, - { + "sequence_file/6033d2ea-8c96-4f43-956c-b9701f63ed66": { "name": "FCAImmP7528292_S1_L001_R1_001.fastq.gz", "uuid": "cb189806-adb0-42d2-b519-b9e48a23bc94", "version": "2019-10-23T14:49:35.987421Z", "content-type": "application/gzip; dcp-type=data", "size": 8648502692, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_830e9413-1e9e-420f-87ce-8f974919b995", "crc32c": "dc634164", @@ -3611,57 +1131,12 @@ "sha256": "bc422a27764e114ff5693bc3f08a160e8691b75e18c54d1e2a653352e5ab50f5", "s3_etag": "63c2c86265dfce008512b4dd7541a10d-129" }, - { - "name": "sequence_file_55.json", - "uuid": "cb6662a8-c395-4f75-b6fa-87c186917ed2", - "version": "2019-10-22T20:06:38.132000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_56.json", - "uuid": "cb7a8922-0b74-42f5-9346-f80ebbaddb57", - "version": "2019-10-22T20:27:41.045000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_16.json", - "uuid": "cbc88af9-e283-49fa-8c4d-7931a266d2fb", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_51.json", - "uuid": "cc5a78a1-539f-4dec-80b6-62f35dcafd89", - "version": "2019-10-22T17:46:05.606000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/200f221c-c86e-4c67-9d25-5d8210ae33c6": { "name": "CZIKidney7587407_S1_L001_R2_001.fastq.gz", "uuid": "cc671147-98a3-4e96-ae78-7f6b637271d6", "version": "2019-10-23T14:49:36.910033Z", "content-type": "application/gzip; dcp-type=data", "size": 2010781605, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b3c6c659-4a08-4fb1-8810-fdfa72256a04", "crc32c": "1ae856d3", @@ -3669,13 +1144,12 @@ "sha256": "e87ee24018e844c7d41347dacbe76a36f1db6e919134bf1c47b3cf6a6b4fcad6", "s3_etag": "34fab5b41d1dccd1fa2fef5923835aa8-30" }, - { + "sequence_file/0c8d1b87-0d6e-4e47-8130-1372bfa05c51": { "name": "CZIKidney7632803_S1_L001_I1_001.fastq.gz", "uuid": "cc811606-6aff-421b-ac56-b26adbfe67f4", "version": "2019-10-23T14:49:36.145573Z", "content-type": "application/gzip; dcp-type=data", "size": 1457701663, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_b20ff1d0-a460-4532-b29a-f455b9c6f26a", "crc32c": "732bb646", @@ -3683,79 +1157,12 @@ "sha256": "aae0aecef9c211605dabe4e9a285938a06abb817c19e3093a77fc2be05a2eeca", "s3_etag": "85e565de539223290e1fe8367596b228-22" }, - { - "name": "analysis_process_17.json", - "uuid": "cca2842a-813b-4f29-a8d5-98ebdb6d1b4c", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_19.json", - "uuid": "d18bbb45-9103-421a-b0cf-a40e2821ff5b", - "version": "2019-10-22T17:46:02.104000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 780, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_52.json", - "uuid": "d1f0becb-7640-4861-aee5-0578cd987194", - "version": "2019-10-22T17:46:02.744000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_57.json", - "uuid": "d3ea1255-7208-4952-be7f-7372d2dc9466", - "version": "2019-10-22T20:49:05.917000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_58.json", - "uuid": "d8577b2c-16a2-484f-9269-9196d7cca451", - "version": "2019-10-22T20:52:28.164000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 380, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_53.json", - "uuid": "d8c08782-6f69-4314-947c-1afe6928cbce", - "version": "2019-10-22T17:46:05.015000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a": { "name": "FCAImmP7528293_S1_L001_R1_001.fastq.gz", "uuid": "d96cdcd2-d832-470d-96d8-db8f92075703", "version": "2019-10-23T14:49:36.527086Z", "content-type": "application/gzip; dcp-type=data", "size": 8647876508, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_0aff3a74-9c60-4205-bd4a-02b4f6951781", "crc32c": "31ba101d", @@ -3763,13 +1170,12 @@ "sha256": "0c9963ec30c0a712d8d4d1e2a560c8a9d211987b616eadba8283295fe95d0f1e", "s3_etag": "a48c864326cd6f92ed6e1be459a9ac04-129" }, - { + "sequence_file/e3777b07-1706-4434-a523-1335f0b96b30": { "name": "4834STDY7002886_S1_L001_I1_001.fastq.gz", "uuid": "da200c32-cfbd-435f-8786-2cf542b87367", "version": "2019-10-23T14:49:35.633033Z", "content-type": "application/gzip; dcp-type=data", "size": 5469801433, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_8163cb71-0e5a-4d25-b53b-200267215c80", "crc32c": "1ea8db4f", @@ -3777,35 +1183,12 @@ "sha256": "bd605855ac9f99188b1d7d31d598c004b92ce1c44788a954a36c852167437c1d", "s3_etag": "9f7242d78d43e541ab78c97f7dfd7ecc-82" }, - { - "name": "sequence_file_59.json", - "uuid": "db9fbac5-641e-4dad-af15-a7afa407654b", - "version": "2019-10-22T20:39:15.207000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_54.json", - "uuid": "dc31f31d-ab56-4025-9834-99be638a2d50", - "version": "2019-10-22T17:46:04.896000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 320, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/77700dee-f8b3-40d1-b527-e0e53562eb49": { "name": "library_preparation_protocol.pdf", "uuid": "dc4b7fff-0876-4f92-96cc-167efc91b516", "version": "2019-10-23T14:49:38.400942Z", "content-type": "application/pdf; dcp-type=data", "size": 21398, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_4a03c9d1-0ab5-4bc1-b1fc-b8203371f9ad", "crc32c": "986d079f", @@ -3813,25 +1196,23 @@ "sha256": "e53a5768236b5f83e22f057162c72357c7a4915299366c28eb37b1ee5b21c3aa", "s3_etag": "cf0884d109a6ba1a2f71240a9466c47b" }, - { + "analysis_file/9702f6ba-fd5b-5972-80d4-629e8a8fa8e9": { "name": "90b34757-474f-42c3-9d31-683a5a0a84bd.loom", "uuid": "dc6cba3b-5de7-5405-80ba-ba0d16f9285f", "version": "2021-02-04T15:45:09.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 827698659, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_d6d46c9e-f341-46aa-994c-207822dabc01", "crc32c": "fcdfbbf8", "sha256": "05a5076408fe0659856201fe3891e369814bf5281a227a3212a60d077a6bf549" }, - { + "sequence_file/a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c": { "name": "4834STDY7002885_S1_L001_I1_001.fastq.gz", "uuid": "dce25965-6000-496a-b884-fa4dc0491a4d", "version": "2019-10-23T14:49:35.268557Z", "content-type": "application/gzip; dcp-type=data", "size": 5339043888, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_4969f015-9667-463e-b6af-b6247f6917cf", "crc32c": "3d9e0aee", @@ -3839,170 +1220,45 @@ "sha256": "1b22fa3c456729a3e28e9a5fa4a35f641989d5e8b21b2d2a93470a1796d5f666", "s3_etag": "c696e743f5309e1759b7961a85176148-80" }, - { + "analysis_file/0115dbfc-99f2-59b4-8430-75cd79e3c04d": { "name": "cc5a78a1-539f-4dec-80b6-62f35dcafd89.bam", "uuid": "dd3dccbb-4bc8-5384-8693-96b82fe5f685", "version": "2021-02-04T15:21:05.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 68938633339, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_27649526-f0c7-4f77-aa43-f702ae73d307", "crc32c": "3a71013d", "sha256": "0881ac2400044a0ea314313328f07eba6e03a02846d6fe1aef97828894930fcf" }, - { - "name": "process_55.json", - "uuid": "dd584f8a-9127-4d00-b251-a3042b2528f4", - "version": "2019-10-22T17:46:04.927000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_18.json", - "uuid": "ddc00ab2-17ea-4b61-8f75-29e26d82551c", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_10.json", - "uuid": "ddd10ecc-f7b7-4370-82cf-14e30987b751", - "version": "2019-10-22T17:46:02.035000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_60.json", - "uuid": "de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a", - "version": "2019-10-22T19:59:47.179000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_19.json", - "uuid": "de4c5a98-eea2-4790-92fe-dd0adc5c05b2", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14717, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_20.json", - "uuid": "de9d1258-715d-47f9-8480-5695c198f6cc", - "version": "2019-10-22T17:46:02.130000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 773, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_56.json", - "uuid": "dec92f6d-8aa9-48e5-9c8d-5d0c2cfb7749", - "version": "2019-10-22T17:46:04.904000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_38.json", - "uuid": "df5af5d4-56e1-517b-8f47-7bf4888c853a", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/32c69d68-1792-53af-9f42-0e97c9afc94b": { "name": "37cad11b-c8c9-4d1f-b715-498b0f8d4b35.loom", "uuid": "df9eea5a-6dea-55bc-9257-35cd9e7c58cc", "version": "2021-02-04T15:49:34.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1066947865, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_f9b38222-c970-4a93-bee0-cb6ae1b09cb3", "crc32c": "5c0696a6", "sha256": "50640f0ade01cc166a041954bab0ede4c73a672b2afa4db03ea33db05843b475" }, - { + "analysis_file/b666cb1a-1a4f-511f-859e-2779aad16fa0": { "name": "b6dec4a6-2d9b-40ac-80c4-41dce01aea46.loom", "uuid": "dfad809b-a282-5bb4-9d71-0a5bf3da0417", "version": "2021-02-04T15:23:10.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 755461419, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_bbd2c2af-69a2-4ad2-a821-f38f988781f0", "crc32c": "26f1f7cf", "sha256": "2ccc35dc18a2c60d6f8de37b940fac88054079dc22ab5ce6b7273b35d43725b4" }, - { - "name": "process_57.json", - "uuid": "e0556c96-db70-426b-a44d-63da9c722734", - "version": "2019-10-22T17:46:02.662000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_61.json", - "uuid": "e28e68a3-3042-45f6-a714-ba8622a4b34e", - "version": "2019-10-22T19:59:53.073000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_62.json", - "uuid": "e3777b07-1706-4434-a523-1335f0b96b30", - "version": "2019-10-22T19:59:15.797000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/48cb1c07-fb20-453a-bb98-18dfd9eb4eb8": { "name": "CZIKidney7587404_S1_L001_R1_001.fastq.gz", "uuid": "e5b37a2a-d819-4961-8fa5-f47ce08532a9", "version": "2019-10-23T14:49:36.592775Z", "content-type": "application/gzip; dcp-type=data", "size": 613836315, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_43812944-7502-45f4-bba2-8040a2c10b80", "crc32c": "c4ec9d5e", @@ -4010,46 +1266,12 @@ "sha256": "4e655ed6734c394ce00510bde28d3143d250229bb97da3b37665b64cab8fbc0f", "s3_etag": "ba8826d9776d2fd1d5be2d8c2ecfa235-10" }, - { - "name": "cell_suspension_21.json", - "uuid": "e68843c2-df7c-4607-b98f-84b39b31963c", - "version": "2019-10-22T17:46:02.036000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 705, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_58.json", - "uuid": "e6e30d90-6a3f-4b47-9d7b-6a66989271da", - "version": "2019-10-22T17:46:04.916000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_20.json", - "uuid": "e768a12c-327e-4d27-85e0-347d95921452", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ae5068b7-fa8a-46be-8a07-d735093f1aa5": { "name": "4834STDY7002876_S1_L001_R2_001.fastq.gz", "uuid": "e957cc11-3b0d-41ab-9f4e-3bb45688fd8e", "version": "2019-10-23T14:49:36.362500Z", "content-type": "application/gzip; dcp-type=data", "size": 48573702948, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_061a1498-c142-453c-86ab-cb6004067e6e", "crc32c": "516d0080", @@ -4057,57 +1279,12 @@ "sha256": "3eae3978778a708e6c82d478a22852349f85a03bcc871eaa9e50b8f15f2d5236", "s3_etag": "32e29d540767b0a2a62349b71bc43db6-724" }, - { - "name": "analysis_process_21.json", - "uuid": "e9af9182-ea0a-4942-9ae5-e2fc36272da6", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_63.json", - "uuid": "ec1af218-9b00-4366-8890-5cebf580f225", - "version": "2019-10-22T20:42:02.299000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 379, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_22.json", - "uuid": "ed31fe54-3acf-4fdd-9877-3f241b6480a6", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_11.json", - "uuid": "ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e", - "version": "2019-10-22T17:46:02.129000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 928, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427": { "name": "FCAImmP7579215_S1_L001_R2_001.fastq.gz", "uuid": "ee6f108e-efd4-4eb3-8e51-76fcef37455b", "version": "2019-10-23T14:49:36.093968Z", "content-type": "application/gzip; dcp-type=data", "size": 26928156069, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2c8143db-42be-4e89-a34e-85da1d8b4a2c", "crc32c": "b6b1f27a", @@ -4115,25 +1292,23 @@ "sha256": "d912bdc68b99f51cc4e0631fed1853cd5572af6b5465a258e1f932b5649cf10e", "s3_etag": "c7dbb43857d7302cd6ce3d590cfbf211-402" }, - { + "analysis_file/689bcda6-eb41-588a-b4a9-8827e22b1856": { "name": "01f7c3d0-d4be-432d-aa25-8c7fbce20b49.loom", "uuid": "ef880b39-ded0-529f-8b50-44961b8f852e", "version": "2021-02-04T15:35:28.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 820653081, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_9f91fda7-c7ab-4296-a549-1775c73941ff", "crc32c": "eff7e88e", "sha256": "e1817119fe105c459e7f5ab3f9382e99f505abf4437fc20f6908b5bbb9bee01b" }, - { + "supplementary_file/f1aecf03-b60d-483c-a09f-69223cc1ad0e": { "name": "mature_kidney_dissociation.pdf", "uuid": "eff119a8-5bdb-473d-8479-27b3aa0926bc", "version": "2019-10-23T14:49:35.785263Z", "content-type": "application/pdf; dcp-type=data", "size": 27953, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_33bca929-b565-4eb9-a6e1-3726e38ba3a0", "crc32c": "fac67f28", @@ -4141,13 +1316,12 @@ "sha256": "b44f306bc5713eb2321d26493a8ced020178bfc7ea5ce2f96adda17d685c8243", "s3_etag": "3140409968ff3ab6981de2a136276e01" }, - { + "sequence_file/c2137939-c2c6-44d7-8e11-7d6d6d5443eb": { "name": "CZIKidney7632801_S1_L001_I1_001.fastq.gz", "uuid": "f11f27c5-f4b0-4d20-9c8f-d1af764c7c0a", "version": "2019-10-23T14:49:41.497702Z", "content-type": "application/gzip; dcp-type=data", "size": 1516326215, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_de68519a-226f-4038-9a5d-566df275bb3a", "crc32c": "43d9a093", @@ -4155,35 +1329,12 @@ "sha256": "6cc486a645990e540bbb6abfc2ec4e73552ef04684cb5038fd06ba0490f85945", "s3_etag": "d76cd625f2a396910fc7c3e075696248-23" }, - { - "name": "supplementary_file_9.json", - "uuid": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "version": "2019-10-22T19:46:28.777000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_39.json", - "uuid": "f2393819-bde7-5d77-a1ef-ea58d87e5232", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/85849811-ff50-46ec-9245-79140a1ca705": { "name": "FCAImmP7528292_S1_L001_I1_001.fastq.gz", "uuid": "f2f0f2f6-21bb-4672-8cbe-6143c5586b69", "version": "2019-10-23T14:49:35.621545Z", "content-type": "application/gzip; dcp-type=data", "size": 2786677316, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_6f3e8684-4511-47d1-97c5-48579f211b60", "crc32c": "e25ca78f", @@ -4191,24 +1342,12 @@ "sha256": "a2c3ee2132af329fcff94ec95906e2a533128b748905adbeaab2e27cd2546685", "s3_etag": "0ff3beba492edeef53ebfa5c74c4aa67-42" }, - { - "name": "specimen_from_organism_12.json", - "uuid": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213", - "version": "2019-10-22T17:46:01.985000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 775, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fb5fdf8f-f79f-479a-a662-2f3bed88e960": { "name": "CZIKidney7632802_S1_L001_I1_001.fastq.gz", "uuid": "f3b306f2-3627-4fbe-b4d0-9968ee934452", "version": "2019-10-23T14:49:35.514301Z", "content-type": "application/gzip; dcp-type=data", "size": 1353916837, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_a161aadf-a475-4841-b55b-0acec665f554", "crc32c": "5ea82bd2", @@ -4216,57 +1355,12 @@ "sha256": "b98b29bc6efa84b152e9b6c0a741ff13ae722065bf90998cad1a6a11a7cfd5ea", "s3_etag": "0bc0ca931c5966ed61bda3335fe778b2-21" }, - { - "name": "collection_protocol_1.json", - "uuid": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3", - "version": "2019-10-22T17:46:01.980000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 676, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_13.json", - "uuid": "f47bb6a8-a753-4d40-8254-28fee9d03c1b", - "version": "2019-10-22T17:46:02.025000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 938, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_14.json", - "uuid": "f5d590c5-b307-4b99-af98-8ddba1e2a266", - "version": "2019-10-22T17:46:02.036000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 937, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_40.json", - "uuid": "f6809490-ac47-5fe5-af87-1923c320164e", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9b53a5c0-fd77-4d55-b697-16a95c67c4c2": { "name": "CZIKidney7587405_S1_L001_R2_001.fastq.gz", "uuid": "f6cf748f-03ac-411c-8e52-d5a5c606e673", "version": "2019-10-23T14:49:36.222729Z", "content-type": "application/gzip; dcp-type=data", "size": 26326625541, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_a00deef8-2ac5-4aff-979d-d2ae5319d703", "crc32c": "ac861c0f", @@ -4274,91 +1368,23 @@ "sha256": "cb55a549053c171a2a2077c565d004db5363d8ef9d35c18b06ed88f21a545bcc", "s3_etag": "887ed419642b5e1fa98a7b0f71f981a2-393" }, - { - "name": "collection_protocol_2.json", - "uuid": "f870bf7e-2cb7-44b2-a299-f4e06da4453c", - "version": "2019-10-22T17:46:02.047000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 935, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_64.json", - "uuid": "f9703a2c-b024-4917-a6b0-981b38cfb784", - "version": "2019-10-22T20:00:02.480000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 381, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_41.json", - "uuid": "f9b8be35-2641-5f85-af13-c0390b7bfe23", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_42.json", - "uuid": "f9bf5721-5ee8-5837-8eb9-da3810cf04f1", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_65.json", - "uuid": "fb5fdf8f-f79f-479a-a662-2f3bed88e960", - "version": "2019-10-22T19:55:17.232000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 382, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_43.json", - "uuid": "fbcc2483-8a75-50ec-8cb6-8148a5087dce", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/c60bf214-0340-53c0-b75b-af84a82808d6": { "name": "sc-atlas-human-kidney-10XV2.loom", "uuid": "fbdede77-a96e-5480-a4e5-2e20275fc0e8", "version": "2021-02-11T23:24:52.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1675405939, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_2473e53e-3daa-4d9c-83f2-435410692c8a", "crc32c": "60aaad4d", "sha256": "75e27f6ce8b8f4e89470b34dc048736a19024c92c6dc6754f503313a19e77c55" }, - { + "sequence_file/6c002a62-76b3-4578-8afd-c88cfd62a682": { "name": "FCAImmP7555850_S1_L001_R2_001.fastq.gz", "uuid": "fd1a13ab-4a77-4f7c-964b-7e07722581c1", "version": "2019-10-23T14:49:35.471867Z", "content-type": "application/gzip; dcp-type=data", "size": 30177323727, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_8e5114bf-5b85-4da8-ae28-f3248f6043dc", "crc32c": "3699dcce", @@ -4366,13 +1392,12 @@ "sha256": "83b78d4ba19c8f05ec3df72c07917f39e085f0c89fe8e0c4fe525232b570b74b", "s3_etag": "b73882d8f872a34c5b7da5998f4a7b77-450" }, - { + "sequence_file/c30f45e7-0575-46c3-8ea2-3ac864b439e9": { "name": "4834STDY7002876_S1_L001_I1_001.fastq.gz", "uuid": "fe320cac-6005-46ab-a023-1c7157f5d426", "version": "2019-10-23T14:49:35.793282Z", "content-type": "application/gzip; dcp-type=data", "size": 5338713782, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_d4d2b5f2-28fe-4230-a192-3f176a4039f2", "crc32c": "2be19f36", @@ -4380,24 +1405,12 @@ "sha256": "521ce4b0c4935b9d9a46da29d6e4fa2d12e706f604eb5bbdc95f487ac524e237", "s3_etag": "971ebef0e94981f7010f76c1ff19cc37-80" }, - { - "name": "sequencing_protocol_0.json", - "uuid": "fe71fe4a-0903-42e0-9a65-d985abd943ca", - "version": "2019-10-22T17:46:02.098000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 788, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9abf31bf-fc25-4e44-ae99-0af17e017b95": { "name": "FCAImmP7555849_S1_L001_I1_001.fastq.gz", "uuid": "fe86eb27-196d-48be-a58b-840d7add69ec", "version": "2019-10-23T14:49:34.767268Z", "content-type": "application/gzip; dcp-type=data", "size": 2612403484, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_6d6ef00d-10da-445d-82d6-294a1832755e", "crc32c": "b9e81614", @@ -4405,13 +1418,12 @@ "sha256": "71ffd33e410acc064a0d2647a876900d34e38a534e97c0c5e20740d793dc5e41", "s3_etag": "c643eed963e793c1aca9d12aed65f3a5-39" }, - { + "sequence_file/a04c3838-8a5f-44c7-9b72-1c31c7a6c547": { "name": "CZIKidney7587405_S1_L001_I1_001.fastq.gz", "uuid": "feb85664-ff85-4b95-9198-036360f87cc9", "version": "2019-10-23T14:49:35.688269Z", "content-type": "application/gzip; dcp-type=data", "size": 2806497828, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_72311a04-e2b5-4773-9cef-337907c2d10b", "crc32c": "28b614d6", @@ -4419,24 +1431,12 @@ "sha256": "02f7f2ae215918e69a94a1781d10d0241fac16c89330625016413c6cd11eed05", "s3_etag": "c4eb10a17c32fc4d5e9785024c8cad31-42" }, - { - "name": "analysis_file_44.json", - "uuid": "febe54b0-6388-5024-a971-fa88862a4e62", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/121b6c9b-3b12-4fb8-8d98-fba4f1005770": { "name": "FCAImmP7579215_S1_L001_R1_001.fastq.gz", "uuid": "fede9b23-84cc-4d8e-97e3-9bd3fa3f4b19", "version": "2019-10-23T14:49:35.820178Z", "content-type": "application/gzip; dcp-type=data", "size": 7926144011, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_bf871462-613c-4247-8d89-e2886436e016", "crc32c": "67796be8", @@ -4444,13 +1444,12 @@ "sha256": "65ff3db073e42c2c3cec9c74f91f37c2d4e6bdba73878e884f96272b6d9ec5db", "s3_etag": "0c3394426d4dd0e3b4bb5c43bbf953a0-119" }, - { + "sequence_file/16a9712a-0a62-4f57-a57f-189992e6070b": { "name": "FCAImmP7555849_S1_L001_R1_001.fastq.gz", "uuid": "ff6b12b6-7733-476d-a081-32904abff547", "version": "2019-10-23T14:49:35.077705Z", "content-type": "application/gzip; dcp-type=data", "size": 8193923333, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_6a7c33c7-e101-4a30-8918-621334440bbb", "crc32c": "fb3eee6f", @@ -4458,13 +1457,12 @@ "sha256": "663fcf54cbe999ebf26ab423d2c91c20634b6bf01b235869c866c6332465572f", "s3_etag": "be5e5229fd92fb22e34133c921cdb708-123" }, - { + "sequence_file/4bf5245d-0168-48b5-83b8-c6aabdcf1a46": { "name": "4834STDY7002881_S1_L001_I1_001.fastq.gz", "uuid": "ffa809d2-47c7-45c6-b221-7c9d2478caa6", "version": "2019-10-23T14:49:35.543273Z", "content-type": "application/gzip; dcp-type=data", "size": 5489964040, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_a5d777f7-669f-494a-ba55-31788709e50a", "crc32c": "5a88b9ad", @@ -4472,13 +1470,12 @@ "sha256": "9becc65f81c3b5d208734b337b992903c5b948e189542526e299fefa4795a0e9", "s3_etag": "5b34bc4865ec441768acfea58db18a0d-82" }, - { + "sequence_file/354517f9-c515-401a-a490-9917dea7d3f2": { "name": "CZIKidney7632802_S1_L001_R1_001.fastq.gz", "uuid": "ffac7235-fb12-4e0d-ac86-c608d45f43c3", "version": "2019-10-23T14:49:35.852293Z", "content-type": "application/gzip; dcp-type=data", "size": 3932810672, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_b4e4823f-5d20-46dd-afa2-853f0f7e51ab_7d9a3911-299d-4915-bd32-b8d5af6871d4", "crc32c": "02cb97d8", @@ -4486,3841 +1483,9 @@ "sha256": "c59ba00945e3197c2a19f76175d9eac1010df41ca08afc3342133daee1aee320", "s3_etag": "0613aa5824e81feca4684769d22f3a05-59" } - ], + }, "metadata": { - "links.json": { - "schema_type": "links", - "schema_version": "3.0.0", - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "689bcda6-eb41-588a-b4a9-8827e22b1856", - "input_type": "analysis_file" - }, - { - "input_id": "df5af5d4-56e1-517b-8f47-7bf4888c853a", - "input_type": "analysis_file" - }, - { - "input_id": "febe54b0-6388-5024-a971-fa88862a4e62", - "input_type": "analysis_file" - }, - { - "input_id": "2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6", - "input_type": "analysis_file" - }, - { - "input_id": "caee5d2b-466f-5762-a565-8fa4a520faba", - "input_type": "analysis_file" - }, - { - "input_id": "448173cc-00c9-56e1-9bde-a8136521dc6f", - "input_type": "analysis_file" - }, - { - "input_id": "5ef41564-04c4-5260-b974-9b37fcc73e35", - "input_type": "analysis_file" - }, - { - "input_id": "32c69d68-1792-53af-9f42-0e97c9afc94b", - "input_type": "analysis_file" - }, - { - "input_id": "9a41c791-004c-5d89-a10c-d58d2ef7eca3", - "input_type": "analysis_file" - }, - { - "input_id": "57c38b28-848d-5716-8c68-a3b3222aac6e", - "input_type": "analysis_file" - }, - { - "input_id": "509608f1-e1d5-561c-b0d6-54348f0adb29", - "input_type": "analysis_file" - }, - { - "input_id": "f9b8be35-2641-5f85-af13-c0390b7bfe23", - "input_type": "analysis_file" - }, - { - "input_id": "4db3cc2d-f0ac-5cdf-8656-4c9b096a0092", - "input_type": "analysis_file" - }, - { - "input_id": "50547806-882a-5915-b217-5bbc692239b9", - "input_type": "analysis_file" - }, - { - "input_id": "b149162c-3450-5301-b057-c3930459584d", - "input_type": "analysis_file" - }, - { - "input_id": "9702f6ba-fd5b-5972-80d4-629e8a8fa8e9", - "input_type": "analysis_file" - }, - { - "input_id": "3cd78fb7-b7bc-5ab1-b122-47585f0023d4", - "input_type": "analysis_file" - }, - { - "input_id": "44175006-91f3-5d95-9a08-b33e08ed1ae3", - "input_type": "analysis_file" - }, - { - "input_id": "b666cb1a-1a4f-511f-859e-2779aad16fa0", - "input_type": "analysis_file" - }, - { - "input_id": "4d411b9c-06de-5805-bb7f-eca54e1c42cc", - "input_type": "analysis_file" - }, - { - "input_id": "fbcc2483-8a75-50ec-8cb6-8148a5087dce", - "input_type": "analysis_file" - }, - { - "input_id": "38a0ef48-9df1-5fef-8eb6-b32fbb67aabd", - "input_type": "analysis_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "c60bf214-0340-53c0-b75b-af84a82808d6", - "output_type": "analysis_file" - } - ], - "process_id": "9531ad31-8210-463c-a6c4-171fb50e4cd1", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "432a7422-59b5-5c46-8983-a7953f196781", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "59e40d0b-dfbc-4668-bb8a-d0b39d25ca88", - "input_type": "sequence_file" - }, - { - "input_id": "154ff85c-da53-4b85-b02b-002211631867", - "input_type": "sequence_file" - }, - { - "input_id": "e3777b07-1706-4434-a523-1335f0b96b30", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "50547806-882a-5915-b217-5bbc692239b9", - "output_type": "analysis_file" - }, - { - "output_id": "5f89237b-83d8-5b2b-880c-2fc4f0c1db1c", - "output_type": "analysis_file" - } - ], - "process_id": "70341236-6291-4b53-b161-17bca3b50cb9", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "2dd22fa3-fe29-4d60-b890-a8ee8b9731ce", - "input_type": "sequence_file" - }, - { - "input_id": "200f221c-c86e-4c67-9d25-5d8210ae33c6", - "input_type": "sequence_file" - }, - { - "input_id": "abffd51d-843c-4f79-8e18-40d8374ade83", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "44175006-91f3-5d95-9a08-b33e08ed1ae3", - "output_type": "analysis_file" - }, - { - "output_id": "6f7195ee-5bcd-5b4d-a3a7-a6ad404edba9", - "output_type": "analysis_file" - } - ], - "process_id": "cca2842a-813b-4f29-a8d5-98ebdb6d1b4c", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "7a058660-f594-4eb5-b02f-bace314f6d76", - "input_type": "sequence_file" - }, - { - "input_id": "90a63c12-7fec-49c5-9b1a-7d622c4390f8", - "input_type": "sequence_file" - }, - { - "input_id": "b72fccff-7178-4f4c-bf6a-c32cc99af28c", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9702f6ba-fd5b-5972-80d4-629e8a8fa8e9", - "output_type": "analysis_file" - }, - { - "output_id": "aec768aa-9e5d-57ab-b249-09f01b2e5f03", - "output_type": "analysis_file" - } - ], - "process_id": "c99659fc-134b-4290-aae6-0bd6adbe3f0a", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "48cb1c07-fb20-453a-bb98-18dfd9eb4eb8", - "input_type": "sequence_file" - }, - { - "input_id": "3de452b4-1c2a-49d6-80c8-495715921447", - "input_type": "sequence_file" - }, - { - "input_id": "4e80d841-15c5-4da1-9660-4400b41d0536", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "fbcc2483-8a75-50ec-8cb6-8148a5087dce", - "output_type": "analysis_file" - }, - { - "output_id": "40905b7b-03ca-52b1-9ac7-76e350824c88", - "output_type": "analysis_file" - } - ], - "process_id": "e768a12c-327e-4d27-85e0-347d95921452", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "97890d18-72bf-4feb-b713-1d057d1f6519", - "input_type": "sequence_file" - }, - { - "input_id": "cb6662a8-c395-4f75-b6fa-87c186917ed2", - "input_type": "sequence_file" - }, - { - "input_id": "7d29fb39-c214-4edd-9dec-093dcc527429", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9a41c791-004c-5d89-a10c-d58d2ef7eca3", - "output_type": "analysis_file" - }, - { - "output_id": "b138cb0f-a34d-5b29-8b23-a37bc6f961fd", - "output_type": "analysis_file" - } - ], - "process_id": "cbc88af9-e283-49fa-8c4d-7931a266d2fb", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "cb7a8922-0b74-42f5-9346-f80ebbaddb57", - "input_type": "sequence_file" - }, - { - "input_id": "d3ea1255-7208-4952-be7f-7372d2dc9466", - "input_type": "sequence_file" - }, - { - "input_id": "4bf5245d-0168-48b5-83b8-c6aabdcf1a46", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "4d411b9c-06de-5805-bb7f-eca54e1c42cc", - "output_type": "analysis_file" - }, - { - "output_id": "0115dbfc-99f2-59b4-8430-75cd79e3c04d", - "output_type": "analysis_file" - } - ], - "process_id": "e9af9182-ea0a-4942-9ae5-e2fc36272da6", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "6033d2ea-8c96-4f43-956c-b9701f63ed66", - "input_type": "sequence_file" - }, - { - "input_id": "427003bc-a728-469a-aa8a-61bc2309956f", - "input_type": "sequence_file" - }, - { - "input_id": "85849811-ff50-46ec-9245-79140a1ca705", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "689bcda6-eb41-588a-b4a9-8827e22b1856", - "output_type": "analysis_file" - }, - { - "output_id": "a4a43ddf-e654-526c-98fa-9c0679f2bc95", - "output_type": "analysis_file" - } - ], - "process_id": "ed31fe54-3acf-4fdd-9877-3f241b6480a6", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "cc5a78a1-539f-4dec-80b6-62f35dcafd89", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "d18bbb45-9103-421a-b0cf-a40e2821ff5b" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "4bf5245d-0168-48b5-83b8-c6aabdcf1a46" - }, - { - "output_type": "sequence_file", - "output_id": "cb7a8922-0b74-42f5-9346-f80ebbaddb57" - }, - { - "output_type": "sequence_file", - "output_id": "d3ea1255-7208-4952-be7f-7372d2dc9466" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "e6e30d90-6a3f-4b47-9d7b-6a66989271da", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "d18bbb45-9103-421a-b0cf-a40e2821ff5b" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "91069ce7-7605-401a-bdbb-087420d0b207", - "input_type": "sequence_file" - }, - { - "input_id": "9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59", - "input_type": "sequence_file" - }, - { - "input_id": "f9703a2c-b024-4917-a6b0-981b38cfb784", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "448173cc-00c9-56e1-9bde-a8136521dc6f", - "output_type": "analysis_file" - }, - { - "output_id": "8b643b3c-3000-5cf4-8aa1-64a4b9d68abf", - "output_type": "analysis_file" - } - ], - "process_id": "c6d5d8ad-4234-4d4b-b508-c5b9b05ea4c2", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "90b34757-474f-42c3-9d31-683a5a0a84bd", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "2ffa92e4-d98d-4a94-a059-2251b3b2ea20" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "b72fccff-7178-4f4c-bf6a-c32cc99af28c" - }, - { - "output_type": "sequence_file", - "output_id": "7a058660-f594-4eb5-b02f-bace314f6d76" - }, - { - "output_type": "sequence_file", - "output_id": "90a63c12-7fec-49c5-9b1a-7d622c4390f8" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "61c9f4df-f92b-4d7c-894a-9150718ab39a", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "8c0ef0ae-0687-4f2a-8a27-d833b7032a26" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "2ffa92e4-d98d-4a94-a059-2251b3b2ea20" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "875e0856-b5e7-4ae2-a1d0-6b5d408a9472", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "8c0ef0ae-0687-4f2a-8a27-d833b7032a26" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "5646ff87-0427-4af5-a1ad-e072e6187c23", - "input_type": "sequence_file" - }, - { - "input_id": "ae5068b7-fa8a-46be-8a07-d735093f1aa5", - "input_type": "sequence_file" - }, - { - "input_id": "c30f45e7-0575-46c3-8ea2-3ac864b439e9", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "509608f1-e1d5-561c-b0d6-54348f0adb29", - "output_type": "analysis_file" - }, - { - "output_id": "c564580f-c1bb-5c2d-a0d0-0baebebdf7e4", - "output_type": "analysis_file" - } - ], - "process_id": "24552395-eef1-405d-a85e-df65c08b8ceb", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "5be64c5b-766b-43ad-ab5a-467ef1c47cc4", - "input_type": "sequence_file" - }, - { - "input_id": "9b53a5c0-fd77-4d55-b697-16a95c67c4c2", - "input_type": "sequence_file" - }, - { - "input_id": "a04c3838-8a5f-44c7-9b72-1c31c7a6c547", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "38a0ef48-9df1-5fef-8eb6-b32fbb67aabd", - "output_type": "analysis_file" - }, - { - "output_id": "1b675693-2615-519e-bfa7-cc008b0ff6e9", - "output_type": "analysis_file" - } - ], - "process_id": "75eaaa73-142a-46db-8db1-6a0d7e487a0f", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "4294907c-ba62-4597-845a-07fb788a2bb0", - "input_type": "sequence_file" - }, - { - "input_id": "599a4315-3b4b-4c42-9d68-961a2396cae5", - "input_type": "sequence_file" - }, - { - "input_id": "0c8d1b87-0d6e-4e47-8130-1372bfa05c51", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "4db3cc2d-f0ac-5cdf-8656-4c9b096a0092", - "output_type": "analysis_file" - }, - { - "output_id": "be883019-a8df-564d-87ff-c24a1358fdb6", - "output_type": "analysis_file" - } - ], - "process_id": "9be12f87-5674-4d72-8dc3-f86ebf53ae00", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "be252ee9-c27b-4937-8e96-e971c25ed794", - "input_type": "sequence_file" - }, - { - "input_id": "d8577b2c-16a2-484f-9269-9196d7cca451", - "input_type": "sequence_file" - }, - { - "input_id": "a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "b666cb1a-1a4f-511f-859e-2779aad16fa0", - "output_type": "analysis_file" - }, - { - "output_id": "f6809490-ac47-5fe5-af87-1923c320164e", - "output_type": "analysis_file" - } - ], - "process_id": "119ebaa3-a3b6-4cfe-8978-46d93796b9aa", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "157ba915-28d7-4d80-89ad-71c8291dbc05", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "2dea8819-57bd-4acf-bb26-7a8031df87fb" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "f9703a2c-b024-4917-a6b0-981b38cfb784" - }, - { - "output_type": "sequence_file", - "output_id": "91069ce7-7605-401a-bdbb-087420d0b207" - }, - { - "output_type": "sequence_file", - "output_id": "9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "37612503-8289-407f-93fa-b2993247a0e0", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "2dea8819-57bd-4acf-bb26-7a8031df87fb" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "963a3ac2-373f-4d72-bca7-d00f0a982a69", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "8ef48580-339e-4c23-b5bd-04c8692cab5f" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "121b6c9b-3b12-4fb8-8d98-fba4f1005770", - "input_type": "sequence_file" - }, - { - "input_id": "64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427", - "input_type": "sequence_file" - }, - { - "input_id": "b58fd1d3-1488-40b2-9530-50c0fe54a4dd", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "57c38b28-848d-5716-8c68-a3b3222aac6e", - "output_type": "analysis_file" - }, - { - "output_id": "67f7a04b-7b04-5bb2-a492-efb98f819e97", - "output_type": "analysis_file" - } - ], - "process_id": "362835d6-4ab3-4f0b-8b15-fb7c0fc3311c", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "6500ad38-5b46-4186-9208-6a9494679191", - "input_type": "sequence_file" - }, - { - "input_id": "db9fbac5-641e-4dad-af15-a7afa407654b", - "input_type": "sequence_file" - }, - { - "input_id": "1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "caee5d2b-466f-5762-a565-8fa4a520faba", - "output_type": "analysis_file" - }, - { - "output_id": "c8b8eac3-92be-5a6c-94ac-e554face58a8", - "output_type": "analysis_file" - } - ], - "process_id": "a201d705-2a67-452d-a8c8-4d792885fecc", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "d8c08782-6f69-4314-947c-1afe6928cbce", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "00ccb65c-2134-4309-9199-bea00ea1d5de" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "4e80d841-15c5-4da1-9660-4400b41d0536" - }, - { - "output_type": "sequence_file", - "output_id": "48cb1c07-fb20-453a-bb98-18dfd9eb4eb8" - }, - { - "output_type": "sequence_file", - "output_id": "3de452b4-1c2a-49d6-80c8-495715921447" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "dec92f6d-8aa9-48e5-9c8d-5d0c2cfb7749", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "00ccb65c-2134-4309-9199-bea00ea1d5de" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "09cd4cb6-65e3-44eb-b5b1-796ac895013d", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "be64dbc9-183f-44c9-8b15-d8298ee6c4e9", - "input_type": "sequence_file" - }, - { - "input_id": "c8758f13-7e9b-464a-bada-b41b8b9e925f", - "input_type": "sequence_file" - }, - { - "input_id": "8f6318ea-e692-4085-a693-02f4ff3204b5", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "f9b8be35-2641-5f85-af13-c0390b7bfe23", - "output_type": "analysis_file" - }, - { - "output_id": "3e9b54c2-4244-5549-a0ca-ea1524949a86", - "output_type": "analysis_file" - } - ], - "process_id": "c2552add-e5bd-4022-b3b0-9d160ebbda5b", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a", - "input_type": "sequence_file" - }, - { - "input_id": "9614720d-ed06-4e72-9a4f-cb62088ff608", - "input_type": "sequence_file" - }, - { - "input_id": "1eb30a4b-d595-4142-ae68-0a4ff4281c8d", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "febe54b0-6388-5024-a971-fa88862a4e62", - "output_type": "analysis_file" - }, - { - "output_id": "509c765d-cf97-5166-ae8f-b0c26a42f759", - "output_type": "analysis_file" - } - ], - "process_id": "0aa931a7-1850-47ff-86f9-2e3b1260cbb3", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "438f185f-0e8b-4b34-b03f-7491552ef9b7", - "input_type": "sequence_file" - }, - { - "input_id": "ec1af218-9b00-4366-8890-5cebf580f225", - "input_type": "sequence_file" - }, - { - "input_id": "8831df7b-25f6-482e-9e54-5c53bdda4d53", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "3cd78fb7-b7bc-5ab1-b122-47585f0023d4", - "output_type": "analysis_file" - }, - { - "output_id": "f2393819-bde7-5d77-a1ef-ea58d87e5232", - "output_type": "analysis_file" - } - ], - "process_id": "de4c5a98-eea2-4790-92fe-dd0adc5c05b2", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "dc31f31d-ab56-4025-9834-99be638a2d50", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "e68843c2-df7c-4607-b98f-84b39b31963c" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "a04c3838-8a5f-44c7-9b72-1c31c7a6c547" - }, - { - "output_type": "sequence_file", - "output_id": "5be64c5b-766b-43ad-ab5a-467ef1c47cc4" - }, - { - "output_type": "sequence_file", - "output_id": "9b53a5c0-fd77-4d55-b697-16a95c67c4c2" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "ad09a0ef-ce88-461b-803f-059a6d37d420", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "8c1b5489-7bf1-40c0-ba60-5e6b079e108a" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "e68843c2-df7c-4607-b98f-84b39b31963c" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "e0556c96-db70-426b-a44d-63da9c722734", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "8c1b5489-7bf1-40c0-ba60-5e6b079e108a" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "138dcce5-f9a8-497c-9de1-70a289bdc936", - "input_type": "sequence_file" - }, - { - "input_id": "2b8c990c-4b79-4536-bf5f-1c8e57bff598", - "input_type": "sequence_file" - }, - { - "input_id": "c2137939-c2c6-44d7-8e11-7d6d6d5443eb", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "5ef41564-04c4-5260-b974-9b37fcc73e35", - "output_type": "analysis_file" - }, - { - "output_id": "f9bf5721-5ee8-5837-8eb9-da3810cf04f1", - "output_type": "analysis_file" - } - ], - "process_id": "62e9f752-eab4-48c8-9fba-95b847207ee5", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "b3ce1085-08dc-42ff-a609-6968315327a8", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "89849bc8-4b60-45a5-b1b0-869e29625599" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "abffd51d-843c-4f79-8e18-40d8374ade83" - }, - { - "output_type": "sequence_file", - "output_id": "2dd22fa3-fe29-4d60-b890-a8ee8b9731ce" - }, - { - "output_type": "sequence_file", - "output_id": "200f221c-c86e-4c67-9d25-5d8210ae33c6" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "03c1159c-1a7a-4ede-bac4-d2093b260c65", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "c98d14ec-8761-45f7-8e86-e63c188bd97f" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "89849bc8-4b60-45a5-b1b0-869e29625599" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "3c277a01-33b1-4846-8a6d-8103b41a4db5", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "c98d14ec-8761-45f7-8e86-e63c188bd97f" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "6d273f72-f55c-4c8e-b91e-29e762194c3f", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "9db33a18-ffb7-4e50-88e7-22b4f5d8bce3" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "e3777b07-1706-4434-a523-1335f0b96b30" - }, - { - "output_type": "sequence_file", - "output_id": "59e40d0b-dfbc-4668-bb8a-d0b39d25ca88" - }, - { - "output_type": "sequence_file", - "output_id": "154ff85c-da53-4b85-b02b-002211631867" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "94bb3ed5-df2e-4e73-987f-d7d63d0db2b9", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "9db33a18-ffb7-4e50-88e7-22b4f5d8bce3" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "3a20b6a5-6652-4486-86bc-842c7c31c343", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "c79356b3-d639-4026-8865-73a20225efd4" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "7d29fb39-c214-4edd-9dec-093dcc527429" - }, - { - "output_type": "sequence_file", - "output_id": "97890d18-72bf-4feb-b713-1d057d1f6519" - }, - { - "output_type": "sequence_file", - "output_id": "cb6662a8-c395-4f75-b6fa-87c186917ed2" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "b93eec14-cbe3-41c3-af82-a4e352f50377", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "0635494f-d45d-48a9-81b1-5f1d4ac15835" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "c79356b3-d639-4026-8865-73a20225efd4" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "758b97fb-d92f-484f-8160-d85b3d1aed7b", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "0635494f-d45d-48a9-81b1-5f1d4ac15835" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "afd0ea55-e710-4b46-bb05-2423e491b6f5", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "3fd7eed2-b7c5-43eb-b0cb-314efb1d8589" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "8831df7b-25f6-482e-9e54-5c53bdda4d53" - }, - { - "output_type": "sequence_file", - "output_id": "438f185f-0e8b-4b34-b03f-7491552ef9b7" - }, - { - "output_type": "sequence_file", - "output_id": "ec1af218-9b00-4366-8890-5cebf580f225" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "0de1f04e-aaf3-4dc7-9869-248e87207d93", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "3fd7eed2-b7c5-43eb-b0cb-314efb1d8589" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "4cc61094-94b9-4d21-a8f8-edbd73129049", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "91f51e13-dc56-4526-9e39-92a6c6778e16" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "e28e68a3-3042-45f6-a714-ba8622a4b34e", - "input_type": "sequence_file" - }, - { - "input_id": "6c002a62-76b3-4578-8afd-c88cfd62a682", - "input_type": "sequence_file" - }, - { - "input_id": "8fb13af8-c385-46a2-aecc-c741c1e8a5ad", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "df5af5d4-56e1-517b-8f47-7bf4888c853a", - "output_type": "analysis_file" - }, - { - "output_id": "0f9e435b-dbd3-5fd6-9b4e-347433de69b0", - "output_type": "analysis_file" - } - ], - "process_id": "4785d42e-648a-4d1d-9b1e-677cf5486850", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "ba9ca87a-7818-4915-9f7f-0ba588ffad1f", - "input_type": "sequence_file" - }, - { - "input_id": "47bb0f79-31f9-42a8-ac34-4be08ef807d9", - "input_type": "sequence_file" - }, - { - "input_id": "b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "b149162c-3450-5301-b057-c3930459584d", - "output_type": "analysis_file" - }, - { - "output_id": "5bb0243e-0764-5a77-ae7d-1638ebfd27b0", - "output_type": "analysis_file" - } - ], - "process_id": "ddc00ab2-17ea-4b61-8f75-29e26d82551c", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "44b8ad82-1109-4543-a534-a85b34c2c301", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "0d6404e4-f507-4c6d-aa26-4c83c058b623" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "b58fd1d3-1488-40b2-9530-50c0fe54a4dd" - }, - { - "output_type": "sequence_file", - "output_id": "121b6c9b-3b12-4fb8-8d98-fba4f1005770" - }, - { - "output_type": "sequence_file", - "output_id": "64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "3aaf2fa3-6cb8-4c04-9a91-eb1e862154ce", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "0d6404e4-f507-4c6d-aa26-4c83c058b623" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "64eb5fef-b257-47af-a797-7808f1aa0a0c", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "b736af42-04c7-4845-a410-310f8f912eeb" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "inputs": [ - { - "input_id": "354517f9-c515-401a-a490-9917dea7d3f2", - "input_type": "sequence_file" - }, - { - "input_id": "70d226a8-01f4-4955-8293-210a6ec78920", - "input_type": "sequence_file" - }, - { - "input_id": "fb5fdf8f-f79f-479a-a662-2f3bed88e960", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6", - "output_type": "analysis_file" - }, - { - "output_id": "10439c86-98bb-5009-8374-577a41575424", - "output_type": "analysis_file" - } - ], - "process_id": "6ef15cb9-46a9-4cf2-9fda-d536641bc6c5", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "16a9712a-0a62-4f57-a57f-189992e6070b", - "input_type": "sequence_file" - }, - { - "input_id": "65128ed2-a70b-4b04-8591-4303acef31e3", - "input_type": "sequence_file" - }, - { - "input_id": "9abf31bf-fc25-4e44-ae99-0af17e017b95", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "32c69d68-1792-53af-9f42-0e97c9afc94b", - "output_type": "analysis_file" - }, - { - "output_id": "9b35ba1f-2445-5fcc-a510-d4da345854fe", - "output_type": "analysis_file" - } - ], - "process_id": "566d48d1-fee9-45a5-80e8-b88f9305e0b2", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "2c2c943c-1c0e-462c-b630-8a91a1f0fb94", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "51aab3dd-5ca8-4a83-b821-99fd3604f8e7" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "c2137939-c2c6-44d7-8e11-7d6d6d5443eb" - }, - { - "output_type": "sequence_file", - "output_id": "138dcce5-f9a8-497c-9de1-70a289bdc936" - }, - { - "output_type": "sequence_file", - "output_id": "2b8c990c-4b79-4536-bf5f-1c8e57bff598" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "4cd84763-27c6-42ef-8577-613d3665bc01", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "2cbca5ef-0850-4c4a-9d24-05454a1060e8" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "51aab3dd-5ca8-4a83-b821-99fd3604f8e7" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "d1f0becb-7640-4861-aee5-0578cd987194", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "2cbca5ef-0850-4c4a-9d24-05454a1060e8" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "37cad11b-c8c9-4d1f-b715-498b0f8d4b35", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "5a6285f9-6133-47ce-ae8a-fbe67160af21" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "9abf31bf-fc25-4e44-ae99-0af17e017b95" - }, - { - "output_type": "sequence_file", - "output_id": "16a9712a-0a62-4f57-a57f-189992e6070b" - }, - { - "output_type": "sequence_file", - "output_id": "65128ed2-a70b-4b04-8591-4303acef31e3" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "a9cf1331-fec6-4a66-9d92-8649aa4dc00b", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "5a6285f9-6133-47ce-ae8a-fbe67160af21" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "7f8aa404-55fb-4439-ab20-f9fc2e92440f", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "05617ca5-c033-40aa-b865-45b34a14bc27" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "01f7c3d0-d4be-432d-aa25-8c7fbce20b49", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "c23013ce-1c97-4717-af7f-7b92d2d3c5ae" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "85849811-ff50-46ec-9245-79140a1ca705" - }, - { - "output_type": "sequence_file", - "output_id": "6033d2ea-8c96-4f43-956c-b9701f63ed66" - }, - { - "output_type": "sequence_file", - "output_id": "427003bc-a728-469a-aa8a-61bc2309956f" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "c9c4fc85-aaf7-4fa3-9ab1-2d0b0a886f62", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "a39685fd-b34a-4db7-b973-381919edb96e" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "c23013ce-1c97-4717-af7f-7b92d2d3c5ae" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "6235a244-ae17-402f-b944-d67aa600aef8", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "125a0c93-3187-463f-990b-1166aeb26e84" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "a39685fd-b34a-4db7-b973-381919edb96e" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "0b52914d-687b-44d1-9a70-a95df55ed502", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "41c9fb6c-664e-4d51-94ae-a36dfb25073e" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "1eb30a4b-d595-4142-ae68-0a4ff4281c8d" - }, - { - "output_type": "sequence_file", - "output_id": "de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a" - }, - { - "output_type": "sequence_file", - "output_id": "9614720d-ed06-4e72-9a4f-cb62088ff608" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "1ab8df81-b7c8-4726-8b9b-c9f1d2bcac7e", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "a39685fd-b34a-4db7-b973-381919edb96e" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "41c9fb6c-664e-4d51-94ae-a36dfb25073e" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "6235a244-ae17-402f-b944-d67aa600aef8", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "125a0c93-3187-463f-990b-1166aeb26e84" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "a39685fd-b34a-4db7-b973-381919edb96e" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "082e87ac-5cf6-4bad-bedb-5f6591b8f566", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "7aa5c9c1-6540-4f6a-88c6-859d1bef4851" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "8fb13af8-c385-46a2-aecc-c741c1e8a5ad" - }, - { - "output_type": "sequence_file", - "output_id": "e28e68a3-3042-45f6-a714-ba8622a4b34e" - }, - { - "output_type": "sequence_file", - "output_id": "6c002a62-76b3-4578-8afd-c88cfd62a682" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "c5f8e956-21dc-4b3e-be69-6f865e3a694b", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "7aa5c9c1-6540-4f6a-88c6-859d1bef4851" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "7f8aa404-55fb-4439-ab20-f9fc2e92440f", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "05617ca5-c033-40aa-b865-45b34a14bc27" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "0f14c412-5014-4ac0-9a71-858b2f047777", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "c0e783a5-a154-4f3a-b887-629ff44346ab" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "fb5fdf8f-f79f-479a-a662-2f3bed88e960" - }, - { - "output_type": "sequence_file", - "output_id": "354517f9-c515-401a-a490-9917dea7d3f2" - }, - { - "output_type": "sequence_file", - "output_id": "70d226a8-01f4-4955-8293-210a6ec78920" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "5d2624e6-d55b-4dac-8e59-55e165900fd6", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "f5d590c5-b307-4b99-af98-8ddba1e2a266" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "c0e783a5-a154-4f3a-b887-629ff44346ab" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "a5365490-1246-4349-b49f-d6b18d834996", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "f5d590c5-b307-4b99-af98-8ddba1e2a266" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "83b474d3-c20f-48f6-95a0-b0fa2269f14d", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "de9d1258-715d-47f9-8480-5695c198f6cc" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1" - }, - { - "output_type": "sequence_file", - "output_id": "ba9ca87a-7818-4915-9f7f-0ba588ffad1f" - }, - { - "output_type": "sequence_file", - "output_id": "47bb0f79-31f9-42a8-ac34-4be08ef807d9" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "2387fc2c-65e4-42ad-b718-6586f88a7183", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "de9d1258-715d-47f9-8480-5695c198f6cc" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "64eb5fef-b257-47af-a797-7808f1aa0a0c", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "b736af42-04c7-4845-a410-310f8f912eeb" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "51fb7eb7-a422-482e-a98e-c9e6f9628e97", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "7ef94c74-d428-4588-89ff-45378d5b0017" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "c30f45e7-0575-46c3-8ea2-3ac864b439e9" - }, - { - "output_type": "sequence_file", - "output_id": "5646ff87-0427-4af5-a1ad-e072e6187c23" - }, - { - "output_type": "sequence_file", - "output_id": "ae5068b7-fa8a-46be-8a07-d735093f1aa5" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "55a939d9-dab5-49e3-82cc-bba3796800ed", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "7ef94c74-d428-4588-89ff-45378d5b0017" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "963a3ac2-373f-4d72-bca7-d00f0a982a69", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "8ef48580-339e-4c23-b5bd-04c8692cab5f" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "6a0f0064-ba67-43d6-985e-68d8edcf8c0b", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "3de6303a-cff0-444a-a79c-66c4c7ebae8e" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "0c8d1b87-0d6e-4e47-8130-1372bfa05c51" - }, - { - "output_type": "sequence_file", - "output_id": "4294907c-ba62-4597-845a-07fb788a2bb0" - }, - { - "output_type": "sequence_file", - "output_id": "599a4315-3b4b-4c42-9d68-961a2396cae5" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "688b5dd2-f1cb-4268-85a8-ec8431c25df6", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "3f646bab-c762-4dbd-8f7b-b374427dac74" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "3de6303a-cff0-444a-a79c-66c4c7ebae8e" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "dd584f8a-9127-4d00-b251-a3042b2528f4", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "3f646bab-c762-4dbd-8f7b-b374427dac74" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "13a062ba-2b8e-43a1-bc2a-bc17f650b37d", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "5355142f-f257-49bb-9589-2fd932361519" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc" - }, - { - "output_type": "sequence_file", - "output_id": "6500ad38-5b46-4186-9208-6a9494679191" - }, - { - "output_type": "sequence_file", - "output_id": "db9fbac5-641e-4dad-af15-a7afa407654b" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "a228f157-78ea-4e3c-85bc-dc90ccd3ec44", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "5355142f-f257-49bb-9589-2fd932361519" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "4cc61094-94b9-4d21-a8f8-edbd73129049", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "91f51e13-dc56-4526-9e39-92a6c6778e16" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "548a75b4-ba45-4700-b7bb-656c3995c316", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "15ec2b2a-c3fe-4946-8cf6-9386bb87eec1" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "8f6318ea-e692-4085-a693-02f4ff3204b5" - }, - { - "output_type": "sequence_file", - "output_id": "be64dbc9-183f-44c9-8b15-d8298ee6c4e9" - }, - { - "output_type": "sequence_file", - "output_id": "c8758f13-7e9b-464a-bada-b41b8b9e925f" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "12995713-3c1b-4e13-a7b9-26d242e9ad71", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "f47bb6a8-a753-4d40-8254-28fee9d03c1b" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "15ec2b2a-c3fe-4946-8cf6-9386bb87eec1" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "5878b562-defb-486f-8fa2-f4573bcd7322", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "f47bb6a8-a753-4d40-8254-28fee9d03c1b" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "b6dec4a6-2d9b-40ac-80c4-41dce01aea46", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "9fa78638-59a3-45d6-b065-ed1fbf84fa96" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c" - }, - { - "output_type": "sequence_file", - "output_id": "be252ee9-c27b-4937-8e96-e971c25ed794" - }, - { - "output_type": "sequence_file", - "output_id": "d8577b2c-16a2-484f-9269-9196d7cca451" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "7a625379-2c08-4bde-aa32-1081132bdeb7", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "9fa78638-59a3-45d6-b065-ed1fbf84fa96" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" - } - ] - }, - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" - }, - "files": [ - { - "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", - "file_type": "supplementary_file" - }, - { - "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", - "file_type": "supplementary_file" - }, - { - "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", - "file_type": "supplementary_file" - }, - { - "file_id": "c72eb744-4971-4525-802c-d898349b392a", - "file_type": "supplementary_file" - }, - { - "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", - "file_type": "supplementary_file" - }, - { - "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", - "file_type": "supplementary_file" - }, - { - "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", - "file_type": "supplementary_file" - }, - { - "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", - "file_type": "supplementary_file" - }, - { - "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", - "file_type": "supplementary_file" - }, - { - "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", - "file_type": "supplementary_file" - } - ] - } - ] - }, - "analysis_file_0.json": { + "analysis_file/0115dbfc-99f2-59b4-8430-75cd79e3c04d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8333,7 +1498,7 @@ }, "schema_type": "file" }, - "analysis_file_1.json": { + "analysis_file/0f9e435b-dbd3-5fd6-9b4e-347433de69b0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8346,7 +1511,7 @@ }, "schema_type": "file" }, - "analysis_file_2.json": { + "analysis_file/10439c86-98bb-5009-8374-577a41575424": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8359,7 +1524,7 @@ }, "schema_type": "file" }, - "analysis_file_3.json": { + "analysis_file/1b675693-2615-519e-bfa7-cc008b0ff6e9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8372,7 +1537,7 @@ }, "schema_type": "file" }, - "analysis_file_4.json": { + "analysis_file/2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8391,7 +1556,7 @@ }, "schema_type": "file" }, - "analysis_file_5.json": { + "analysis_file/32c69d68-1792-53af-9f42-0e97c9afc94b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8410,7 +1575,7 @@ }, "schema_type": "file" }, - "analysis_file_6.json": { + "analysis_file/38a0ef48-9df1-5fef-8eb6-b32fbb67aabd": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8429,7 +1594,7 @@ }, "schema_type": "file" }, - "analysis_file_7.json": { + "analysis_file/3cd78fb7-b7bc-5ab1-b122-47585f0023d4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8448,7 +1613,7 @@ }, "schema_type": "file" }, - "analysis_file_8.json": { + "analysis_file/3e9b54c2-4244-5549-a0ca-ea1524949a86": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8461,7 +1626,7 @@ }, "schema_type": "file" }, - "analysis_file_9.json": { + "analysis_file/40905b7b-03ca-52b1-9ac7-76e350824c88": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8474,7 +1639,7 @@ }, "schema_type": "file" }, - "analysis_file_10.json": { + "analysis_file/44175006-91f3-5d95-9a08-b33e08ed1ae3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8493,7 +1658,7 @@ }, "schema_type": "file" }, - "analysis_file_11.json": { + "analysis_file/448173cc-00c9-56e1-9bde-a8136521dc6f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8512,7 +1677,7 @@ }, "schema_type": "file" }, - "analysis_file_12.json": { + "analysis_file/4d411b9c-06de-5805-bb7f-eca54e1c42cc": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8531,7 +1696,7 @@ }, "schema_type": "file" }, - "analysis_file_13.json": { + "analysis_file/4db3cc2d-f0ac-5cdf-8656-4c9b096a0092": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8550,7 +1715,7 @@ }, "schema_type": "file" }, - "analysis_file_14.json": { + "analysis_file/50547806-882a-5915-b217-5bbc692239b9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8569,7 +1734,7 @@ }, "schema_type": "file" }, - "analysis_file_15.json": { + "analysis_file/509608f1-e1d5-561c-b0d6-54348f0adb29": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8588,7 +1753,7 @@ }, "schema_type": "file" }, - "analysis_file_16.json": { + "analysis_file/509c765d-cf97-5166-ae8f-b0c26a42f759": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8601,7 +1766,7 @@ }, "schema_type": "file" }, - "analysis_file_17.json": { + "analysis_file/57c38b28-848d-5716-8c68-a3b3222aac6e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8620,7 +1785,7 @@ }, "schema_type": "file" }, - "analysis_file_18.json": { + "analysis_file/5bb0243e-0764-5a77-ae7d-1638ebfd27b0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8633,7 +1798,7 @@ }, "schema_type": "file" }, - "analysis_file_19.json": { + "analysis_file/5ef41564-04c4-5260-b974-9b37fcc73e35": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8652,7 +1817,7 @@ }, "schema_type": "file" }, - "analysis_file_20.json": { + "analysis_file/5f89237b-83d8-5b2b-880c-2fc4f0c1db1c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8665,7 +1830,7 @@ }, "schema_type": "file" }, - "analysis_file_21.json": { + "analysis_file/67f7a04b-7b04-5bb2-a492-efb98f819e97": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8678,7 +1843,7 @@ }, "schema_type": "file" }, - "analysis_file_22.json": { + "analysis_file/689bcda6-eb41-588a-b4a9-8827e22b1856": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8697,7 +1862,7 @@ }, "schema_type": "file" }, - "analysis_file_23.json": { + "analysis_file/6f7195ee-5bcd-5b4d-a3a7-a6ad404edba9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8710,7 +1875,7 @@ }, "schema_type": "file" }, - "analysis_file_24.json": { + "analysis_file/8b643b3c-3000-5cf4-8aa1-64a4b9d68abf": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8723,7 +1888,7 @@ }, "schema_type": "file" }, - "analysis_file_25.json": { + "analysis_file/9702f6ba-fd5b-5972-80d4-629e8a8fa8e9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8742,7 +1907,7 @@ }, "schema_type": "file" }, - "analysis_file_26.json": { + "analysis_file/9a41c791-004c-5d89-a10c-d58d2ef7eca3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8761,7 +1926,7 @@ }, "schema_type": "file" }, - "analysis_file_27.json": { + "analysis_file/9b35ba1f-2445-5fcc-a510-d4da345854fe": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8774,7 +1939,7 @@ }, "schema_type": "file" }, - "analysis_file_28.json": { + "analysis_file/a4a43ddf-e654-526c-98fa-9c0679f2bc95": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8787,7 +1952,7 @@ }, "schema_type": "file" }, - "analysis_file_29.json": { + "analysis_file/aec768aa-9e5d-57ab-b249-09f01b2e5f03": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8800,7 +1965,7 @@ }, "schema_type": "file" }, - "analysis_file_30.json": { + "analysis_file/b138cb0f-a34d-5b29-8b23-a37bc6f961fd": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8813,7 +1978,7 @@ }, "schema_type": "file" }, - "analysis_file_31.json": { + "analysis_file/b149162c-3450-5301-b057-c3930459584d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8832,7 +1997,7 @@ }, "schema_type": "file" }, - "analysis_file_32.json": { + "analysis_file/b666cb1a-1a4f-511f-859e-2779aad16fa0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8851,7 +2016,7 @@ }, "schema_type": "file" }, - "analysis_file_33.json": { + "analysis_file/be883019-a8df-564d-87ff-c24a1358fdb6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8864,7 +2029,7 @@ }, "schema_type": "file" }, - "analysis_file_34.json": { + "analysis_file/c564580f-c1bb-5c2d-a0d0-0baebebdf7e4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8877,7 +2042,7 @@ }, "schema_type": "file" }, - "analysis_file_35.json": { + "analysis_file/c60bf214-0340-53c0-b75b-af84a82808d6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8897,7 +2062,7 @@ }, "schema_type": "file" }, - "analysis_file_36.json": { + "analysis_file/c8b8eac3-92be-5a6c-94ac-e554face58a8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8910,7 +2075,7 @@ }, "schema_type": "file" }, - "analysis_file_37.json": { + "analysis_file/caee5d2b-466f-5762-a565-8fa4a520faba": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8929,7 +2094,7 @@ }, "schema_type": "file" }, - "analysis_file_38.json": { + "analysis_file/df5af5d4-56e1-517b-8f47-7bf4888c853a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8948,7 +2113,7 @@ }, "schema_type": "file" }, - "analysis_file_39.json": { + "analysis_file/f2393819-bde7-5d77-a1ef-ea58d87e5232": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8961,7 +2126,7 @@ }, "schema_type": "file" }, - "analysis_file_40.json": { + "analysis_file/f6809490-ac47-5fe5-af87-1923c320164e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -8974,7 +2139,7 @@ }, "schema_type": "file" }, - "analysis_file_41.json": { + "analysis_file/f9b8be35-2641-5f85-af13-c0390b7bfe23": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -8993,7 +2158,7 @@ }, "schema_type": "file" }, - "analysis_file_42.json": { + "analysis_file/f9bf5721-5ee8-5837-8eb9-da3810cf04f1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -9006,7 +2171,7 @@ }, "schema_type": "file" }, - "analysis_file_43.json": { + "analysis_file/fbcc2483-8a75-50ec-8cb6-8148a5087dce": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -9025,7 +2190,7 @@ }, "schema_type": "file" }, - "analysis_file_44.json": { + "analysis_file/febe54b0-6388-5024-a971-fa88862a4e62": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -9044,7 +2209,7 @@ }, "schema_type": "file" }, - "project_0.json": { + "project/abe1a013-af7a-45ed-8c26-f3793c24a1f4": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -9297,7 +2462,7 @@ "update_date": "2019-10-22T17:46:02.049Z" } }, - "analysis_process_0.json": { + "analysis_process/0aa931a7-1850-47ff-86f9-2e3b1260cbb3": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -9597,7 +2762,7 @@ "text": "analysis" } }, - "analysis_process_1.json": { + "analysis_process/119ebaa3-a3b6-4cfe-8978-46d93796b9aa": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -9897,7 +3062,7 @@ "text": "analysis" } }, - "analysis_process_2.json": { + "analysis_process/24552395-eef1-405d-a85e-df65c08b8ceb": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -10197,7 +3362,7 @@ "text": "analysis" } }, - "analysis_process_3.json": { + "analysis_process/362835d6-4ab3-4f0b-8b15-fb7c0fc3311c": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -10497,7 +3662,7 @@ "text": "analysis" } }, - "analysis_process_4.json": { + "analysis_process/4785d42e-648a-4d1d-9b1e-677cf5486850": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -10797,7 +3962,7 @@ "text": "analysis" } }, - "analysis_process_5.json": { + "analysis_process/566d48d1-fee9-45a5-80e8-b88f9305e0b2": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -11097,7 +4262,7 @@ "text": "analysis" } }, - "analysis_process_6.json": { + "analysis_process/62e9f752-eab4-48c8-9fba-95b847207ee5": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -11397,7 +4562,7 @@ "text": "analysis" } }, - "analysis_process_7.json": { + "analysis_process/6ef15cb9-46a9-4cf2-9fda-d536641bc6c5": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -11697,7 +4862,7 @@ "text": "analysis" } }, - "analysis_process_8.json": { + "analysis_process/70341236-6291-4b53-b161-17bca3b50cb9": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -11997,7 +5162,7 @@ "text": "analysis" } }, - "analysis_process_9.json": { + "analysis_process/75eaaa73-142a-46db-8db1-6a0d7e487a0f": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -12297,7 +5462,7 @@ "text": "analysis" } }, - "analysis_process_10.json": { + "analysis_process/9531ad31-8210-463c-a6c4-171fb50e4cd1": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [], @@ -12317,7 +5482,7 @@ "text": "analysis; merge matrices" } }, - "analysis_process_11.json": { + "analysis_process/9be12f87-5674-4d72-8dc3-f86ebf53ae00": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -12617,7 +5782,7 @@ "text": "analysis" } }, - "analysis_process_12.json": { + "analysis_process/a201d705-2a67-452d-a8c8-4d792885fecc": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -12917,7 +6082,7 @@ "text": "analysis" } }, - "analysis_process_13.json": { + "analysis_process/c2552add-e5bd-4022-b3b0-9d160ebbda5b": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -13217,7 +6382,7 @@ "text": "analysis" } }, - "analysis_process_14.json": { + "analysis_process/c6d5d8ad-4234-4d4b-b508-c5b9b05ea4c2": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -13517,7 +6682,7 @@ "text": "analysis" } }, - "analysis_process_15.json": { + "analysis_process/c99659fc-134b-4290-aae6-0bd6adbe3f0a": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -13817,7 +6982,7 @@ "text": "analysis" } }, - "analysis_process_16.json": { + "analysis_process/cbc88af9-e283-49fa-8c4d-7931a266d2fb": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -14117,7 +7282,7 @@ "text": "analysis" } }, - "analysis_process_17.json": { + "analysis_process/cca2842a-813b-4f29-a8d5-98ebdb6d1b4c": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -14417,7 +7582,7 @@ "text": "analysis" } }, - "analysis_process_18.json": { + "analysis_process/ddc00ab2-17ea-4b61-8f75-29e26d82551c": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -14717,7 +7882,7 @@ "text": "analysis" } }, - "analysis_process_19.json": { + "analysis_process/de4c5a98-eea2-4790-92fe-dd0adc5c05b2": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15017,7 +8182,7 @@ "text": "analysis" } }, - "analysis_process_20.json": { + "analysis_process/e768a12c-327e-4d27-85e0-347d95921452": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15317,7 +8482,7 @@ "text": "analysis" } }, - "analysis_process_21.json": { + "analysis_process/e9af9182-ea0a-4942-9ae5-e2fc36272da6": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15617,7 +8782,7 @@ "text": "analysis" } }, - "analysis_process_22.json": { + "analysis_process/ed31fe54-3acf-4fdd-9877-3f241b6480a6": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15917,7 +9082,7 @@ "text": "analysis" } }, - "analysis_protocol_0.json": { + "analysis_protocol/289ec28b-ce11-5be8-89ab-92fbceb874a0": { "computational_method": "Optimus", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -15933,7 +9098,7 @@ "text": "analysis_protocol" } }, - "analysis_protocol_1.json": { + "analysis_protocol/432a7422-59b5-5c46-8983-a7953f196781": { "computational_method": "optimus_post_processing_v1.0.0", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -15949,7 +9114,7 @@ "text": "analysis; merge matrices" } }, - "sequence_file_0.json": { + "sequence_file/0c8d1b87-0d6e-4e47-8130-1372bfa05c51": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -15964,7 +9129,7 @@ "update_date": "2019-10-22T19:55:25.167Z" } }, - "sequence_file_1.json": { + "sequence_file/121b6c9b-3b12-4fb8-8d98-fba4f1005770": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -15979,7 +9144,7 @@ "update_date": "2019-10-22T20:00:22.379Z" } }, - "sequence_file_2.json": { + "sequence_file/138dcce5-f9a8-497c-9de1-70a289bdc936": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -15994,7 +9159,7 @@ "update_date": "2019-10-22T19:56:54.931Z" } }, - "sequence_file_3.json": { + "sequence_file/154ff85c-da53-4b85-b02b-002211631867": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16009,7 +9174,7 @@ "update_date": "2019-10-22T20:52:15.350Z" } }, - "sequence_file_4.json": { + "sequence_file/16a9712a-0a62-4f57-a57f-189992e6070b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16024,7 +9189,7 @@ "update_date": "2019-10-22T20:00:50.357Z" } }, - "sequence_file_5.json": { + "sequence_file/1eb30a4b-d595-4142-ae68-0a4ff4281c8d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16039,7 +9204,7 @@ "update_date": "2019-10-22T19:56:55.149Z" } }, - "sequence_file_6.json": { + "sequence_file/1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16054,7 +9219,7 @@ "update_date": "2019-10-22T19:57:02.257Z" } }, - "sequence_file_7.json": { + "sequence_file/200f221c-c86e-4c67-9d25-5d8210ae33c6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16069,7 +9234,7 @@ "update_date": "2019-10-22T19:54:54.409Z" } }, - "sequence_file_8.json": { + "sequence_file/2b8c990c-4b79-4536-bf5f-1c8e57bff598": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16084,7 +9249,7 @@ "update_date": "2019-10-22T20:07:27.579Z" } }, - "sequence_file_9.json": { + "sequence_file/2dd22fa3-fe29-4d60-b890-a8ee8b9731ce": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16099,7 +9264,7 @@ "update_date": "2019-10-22T19:54:17.416Z" } }, - "sequence_file_10.json": { + "sequence_file/354517f9-c515-401a-a490-9917dea7d3f2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16114,7 +9279,7 @@ "update_date": "2019-10-22T19:56:40.411Z" } }, - "sequence_file_11.json": { + "sequence_file/3de452b4-1c2a-49d6-80c8-495715921447": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16129,7 +9294,7 @@ "update_date": "2019-10-22T19:55:00.661Z" } }, - "sequence_file_12.json": { + "sequence_file/427003bc-a728-469a-aa8a-61bc2309956f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16144,7 +9309,7 @@ "update_date": "2019-10-22T20:38:00.788Z" } }, - "sequence_file_13.json": { + "sequence_file/4294907c-ba62-4597-845a-07fb788a2bb0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16159,7 +9324,7 @@ "update_date": "2019-10-22T19:56:44.768Z" } }, - "sequence_file_14.json": { + "sequence_file/438f185f-0e8b-4b34-b03f-7491552ef9b7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16174,7 +9339,7 @@ "update_date": "2019-10-22T20:01:11.161Z" } }, - "sequence_file_15.json": { + "sequence_file/47bb0f79-31f9-42a8-ac34-4be08ef807d9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16189,7 +9354,7 @@ "update_date": "2019-10-22T20:35:14.291Z" } }, - "sequence_file_16.json": { + "sequence_file/48cb1c07-fb20-453a-bb98-18dfd9eb4eb8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16204,7 +9369,7 @@ "update_date": "2019-10-22T19:54:21.561Z" } }, - "sequence_file_17.json": { + "sequence_file/4bf5245d-0168-48b5-83b8-c6aabdcf1a46": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16219,7 +9384,7 @@ "update_date": "2019-10-22T19:59:53.780Z" } }, - "sequence_file_18.json": { + "sequence_file/4e80d841-15c5-4da1-9660-4400b41d0536": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16234,7 +9399,7 @@ "update_date": "2019-10-22T19:54:08.351Z" } }, - "sequence_file_19.json": { + "sequence_file/5646ff87-0427-4af5-a1ad-e072e6187c23": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16249,7 +9414,7 @@ "update_date": "2019-10-22T20:44:10.369Z" } }, - "sequence_file_20.json": { + "sequence_file/599a4315-3b4b-4c42-9d68-961a2396cae5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16264,7 +9429,7 @@ "update_date": "2019-10-22T20:08:07.569Z" } }, - "sequence_file_21.json": { + "sequence_file/59e40d0b-dfbc-4668-bb8a-d0b39d25ca88": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16279,7 +9444,7 @@ "update_date": "2019-10-22T20:26:36.167Z" } }, - "sequence_file_22.json": { + "sequence_file/5be64c5b-766b-43ad-ab5a-467ef1c47cc4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16294,7 +9459,7 @@ "update_date": "2019-10-22T20:00:26.561Z" } }, - "sequence_file_23.json": { + "sequence_file/6033d2ea-8c96-4f43-956c-b9701f63ed66": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16309,7 +9474,7 @@ "update_date": "2019-10-22T20:00:07.659Z" } }, - "sequence_file_24.json": { + "sequence_file/64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16324,7 +9489,7 @@ "update_date": "2019-10-22T20:30:32.880Z" } }, - "sequence_file_25.json": { + "sequence_file/6500ad38-5b46-4186-9208-6a9494679191": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16339,7 +9504,7 @@ "update_date": "2019-10-22T20:01:04.775Z" } }, - "sequence_file_26.json": { + "sequence_file/65128ed2-a70b-4b04-8591-4303acef31e3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16354,7 +9519,7 @@ "update_date": "2019-10-22T20:30:46.345Z" } }, - "sequence_file_27.json": { + "sequence_file/6c002a62-76b3-4578-8afd-c88cfd62a682": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16369,7 +9534,7 @@ "update_date": "2019-10-22T20:39:59.165Z" } }, - "sequence_file_28.json": { + "sequence_file/70d226a8-01f4-4955-8293-210a6ec78920": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16384,7 +9549,7 @@ "update_date": "2019-10-22T20:05:50.572Z" } }, - "sequence_file_29.json": { + "sequence_file/7a058660-f594-4eb5-b02f-bace314f6d76": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16399,7 +9564,7 @@ "update_date": "2019-10-22T20:01:16.863Z" } }, - "sequence_file_30.json": { + "sequence_file/7d29fb39-c214-4edd-9dec-093dcc527429": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16414,7 +9579,7 @@ "update_date": "2019-10-22T19:55:25.913Z" } }, - "sequence_file_31.json": { + "sequence_file/85849811-ff50-46ec-9245-79140a1ca705": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16429,7 +9594,7 @@ "update_date": "2019-10-22T19:57:03.834Z" } }, - "sequence_file_32.json": { + "sequence_file/8831df7b-25f6-482e-9e54-5c53bdda4d53": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16444,7 +9609,7 @@ "update_date": "2019-10-22T19:57:00.375Z" } }, - "sequence_file_33.json": { + "sequence_file/8f6318ea-e692-4085-a693-02f4ff3204b5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16459,7 +9624,7 @@ "update_date": "2019-10-22T19:54:09.177Z" } }, - "sequence_file_34.json": { + "sequence_file/8fb13af8-c385-46a2-aecc-c741c1e8a5ad": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16474,7 +9639,7 @@ "update_date": "2019-10-22T19:57:04.353Z" } }, - "sequence_file_35.json": { + "sequence_file/90a63c12-7fec-49c5-9b1a-7d622c4390f8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16489,7 +9654,7 @@ "update_date": "2019-10-22T20:35:23.748Z" } }, - "sequence_file_36.json": { + "sequence_file/91069ce7-7605-401a-bdbb-087420d0b207": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16504,7 +9669,7 @@ "update_date": "2019-10-23T14:12:53.970Z" } }, - "sequence_file_37.json": { + "sequence_file/9614720d-ed06-4e72-9a4f-cb62088ff608": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16519,7 +9684,7 @@ "update_date": "2019-10-22T20:37:50.566Z" } }, - "sequence_file_38.json": { + "sequence_file/97890d18-72bf-4feb-b713-1d057d1f6519": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16534,7 +9699,7 @@ "update_date": "2019-10-22T19:56:45.629Z" } }, - "sequence_file_39.json": { + "sequence_file/9abf31bf-fc25-4e44-ae99-0af17e017b95": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16549,7 +9714,7 @@ "update_date": "2019-10-22T19:56:43.448Z" } }, - "sequence_file_40.json": { + "sequence_file/9b53a5c0-fd77-4d55-b697-16a95c67c4c2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16564,7 +9729,7 @@ "update_date": "2019-10-22T20:34:54.646Z" } }, - "sequence_file_41.json": { + "sequence_file/9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16579,7 +9744,7 @@ "update_date": "2019-10-22T20:58:52.013Z" } }, - "sequence_file_42.json": { + "sequence_file/a04c3838-8a5f-44c7-9b72-1c31c7a6c547": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16594,7 +9759,7 @@ "update_date": "2019-10-22T19:56:38.627Z" } }, - "sequence_file_43.json": { + "sequence_file/a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16609,7 +9774,7 @@ "update_date": "2019-10-22T19:59:46.861Z" } }, - "sequence_file_44.json": { + "sequence_file/abffd51d-843c-4f79-8e18-40d8374ade83": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16624,7 +9789,7 @@ "update_date": "2019-10-22T19:54:07.454Z" } }, - "sequence_file_45.json": { + "sequence_file/ae5068b7-fa8a-46be-8a07-d735093f1aa5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16639,7 +9804,7 @@ "update_date": "2019-10-22T20:58:38.889Z" } }, - "sequence_file_46.json": { + "sequence_file/b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16654,7 +9819,7 @@ "update_date": "2019-10-22T19:56:49.472Z" } }, - "sequence_file_47.json": { + "sequence_file/b58fd1d3-1488-40b2-9530-50c0fe54a4dd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16669,7 +9834,7 @@ "update_date": "2019-10-22T19:56:37.083Z" } }, - "sequence_file_48.json": { + "sequence_file/b72fccff-7178-4f4c-bf6a-c32cc99af28c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16684,7 +9849,7 @@ "update_date": "2019-10-22T19:57:04.689Z" } }, - "sequence_file_49.json": { + "sequence_file/ba9ca87a-7818-4915-9f7f-0ba588ffad1f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16699,7 +9864,7 @@ "update_date": "2019-10-22T19:59:27.453Z" } }, - "sequence_file_50.json": { + "sequence_file/be252ee9-c27b-4937-8e96-e971c25ed794": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16714,7 +9879,7 @@ "update_date": "2019-10-22T20:35:37.065Z" } }, - "sequence_file_51.json": { + "sequence_file/be64dbc9-183f-44c9-8b15-d8298ee6c4e9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16729,7 +9894,7 @@ "update_date": "2019-10-22T19:54:18.671Z" } }, - "sequence_file_52.json": { + "sequence_file/c2137939-c2c6-44d7-8e11-7d6d6d5443eb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16744,7 +9909,7 @@ "update_date": "2019-10-22T19:55:34.020Z" } }, - "sequence_file_53.json": { + "sequence_file/c30f45e7-0575-46c3-8ea2-3ac864b439e9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16759,7 +9924,7 @@ "update_date": "2019-10-22T20:00:33.199Z" } }, - "sequence_file_54.json": { + "sequence_file/c8758f13-7e9b-464a-bada-b41b8b9e925f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16774,7 +9939,7 @@ "update_date": "2019-10-22T19:54:55.955Z" } }, - "sequence_file_55.json": { + "sequence_file/cb6662a8-c395-4f75-b6fa-87c186917ed2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16789,7 +9954,7 @@ "update_date": "2019-10-22T20:06:38.132Z" } }, - "sequence_file_56.json": { + "sequence_file/cb7a8922-0b74-42f5-9346-f80ebbaddb57": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16804,7 +9969,7 @@ "update_date": "2019-10-22T20:27:41.045Z" } }, - "sequence_file_57.json": { + "sequence_file/d3ea1255-7208-4952-be7f-7372d2dc9466": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16819,7 +9984,7 @@ "update_date": "2019-10-22T20:49:05.917Z" } }, - "sequence_file_58.json": { + "sequence_file/d8577b2c-16a2-484f-9269-9196d7cca451": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16834,7 +9999,7 @@ "update_date": "2019-10-22T20:52:28.164Z" } }, - "sequence_file_59.json": { + "sequence_file/db9fbac5-641e-4dad-af15-a7afa407654b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16849,7 +10014,7 @@ "update_date": "2019-10-22T20:39:15.207Z" } }, - "sequence_file_60.json": { + "sequence_file/de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16864,7 +10029,7 @@ "update_date": "2019-10-22T19:59:47.179Z" } }, - "sequence_file_61.json": { + "sequence_file/e28e68a3-3042-45f6-a714-ba8622a4b34e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16879,7 +10044,7 @@ "update_date": "2019-10-22T19:59:53.073Z" } }, - "sequence_file_62.json": { + "sequence_file/e3777b07-1706-4434-a523-1335f0b96b30": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16894,7 +10059,7 @@ "update_date": "2019-10-22T19:59:15.797Z" } }, - "sequence_file_63.json": { + "sequence_file/ec1af218-9b00-4366-8890-5cebf580f225": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16909,7 +10074,7 @@ "update_date": "2019-10-22T20:42:02.299Z" } }, - "sequence_file_64.json": { + "sequence_file/f9703a2c-b024-4917-a6b0-981b38cfb784": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16924,7 +10089,7 @@ "update_date": "2019-10-22T20:00:02.480Z" } }, - "sequence_file_65.json": { + "sequence_file/fb5fdf8f-f79f-479a-a662-2f3bed88e960": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -16939,7 +10104,7 @@ "update_date": "2019-10-22T19:55:17.232Z" } }, - "supplementary_file_0.json": { + "supplementary_file/06e90b33-4403-41e8-b783-e65bf7de982a": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -16953,7 +10118,7 @@ "update_date": "2019-10-22T19:46:28.778Z" } }, - "supplementary_file_1.json": { + "supplementary_file/182c7357-0ac0-483d-8189-b321cb3e8d74": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -16967,7 +10132,7 @@ "update_date": "2019-10-22T19:46:28.764Z" } }, - "supplementary_file_2.json": { + "supplementary_file/1c531e83-02f4-4c00-b161-f186a1b5e1fb": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -16981,7 +10146,7 @@ "update_date": "2019-10-22T19:46:28.769Z" } }, - "supplementary_file_3.json": { + "supplementary_file/53089129-f71b-412c-ae2d-f7e8e50044c3": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -16995,7 +10160,7 @@ "update_date": "2019-10-22T19:46:26.250Z" } }, - "supplementary_file_4.json": { + "supplementary_file/5b84bbca-dfde-462c-9c79-c914f32e03c4": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -17009,7 +10174,7 @@ "update_date": "2019-10-22T19:46:28.777Z" } }, - "supplementary_file_5.json": { + "supplementary_file/63a1acfd-ca01-451d-a41d-d3a7ffd1655b": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -17023,7 +10188,7 @@ "update_date": "2019-10-22T19:46:28.769Z" } }, - "supplementary_file_6.json": { + "supplementary_file/77700dee-f8b3-40d1-b527-e0e53562eb49": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -17037,7 +10202,7 @@ "update_date": "2019-10-22T19:46:28.777Z" } }, - "supplementary_file_7.json": { + "supplementary_file/944589e7-48a4-4333-b773-8e632ccb8865": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -17051,7 +10216,7 @@ "update_date": "2019-10-22T19:46:31.753Z" } }, - "supplementary_file_8.json": { + "supplementary_file/c72eb744-4971-4525-802c-d898349b392a": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -17065,7 +10230,7 @@ "update_date": "2019-10-22T19:46:26.267Z" } }, - "supplementary_file_9.json": { + "supplementary_file/f1aecf03-b60d-483c-a09f-69223cc1ad0e": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "file_core": { @@ -17079,7 +10244,7 @@ "update_date": "2019-10-22T19:46:28.777Z" } }, - "process_0.json": { + "process/01f7c3d0-d4be-432d-aa25-8c7fbce20b49": { "process_core": { "process_id": "library_preparation_protocol_42" }, @@ -17091,7 +10256,7 @@ "update_date": "2019-10-22T17:46:06.177Z" } }, - "process_1.json": { + "process/03c1159c-1a7a-4ede-bac4-d2093b260c65": { "process_core": { "process_id": "process_id_19" }, @@ -17103,7 +10268,7 @@ "update_date": "2019-10-22T17:46:04.919Z" } }, - "process_2.json": { + "process/082e87ac-5cf6-4bad-bedb-5f6591b8f566": { "process_core": { "process_id": "library_preparation_protocol_45" }, @@ -17115,7 +10280,7 @@ "update_date": "2019-10-22T17:46:06.486Z" } }, - "process_3.json": { + "process/09cd4cb6-65e3-44eb-b5b1-796ac895013d": { "process_core": { "process_id": "process_id_1" }, @@ -17127,7 +10292,7 @@ "update_date": "2019-10-22T17:46:02.644Z" } }, - "process_4.json": { + "process/0b52914d-687b-44d1-9a70-a95df55ed502": { "process_core": { "process_id": "library_preparation_protocol_43" }, @@ -17139,7 +10304,7 @@ "update_date": "2019-10-22T17:46:06.278Z" } }, - "process_5.json": { + "process/0de1f04e-aaf3-4dc7-9869-248e87207d93": { "process_core": { "process_id": "process_id_30" }, @@ -17151,7 +10316,7 @@ "update_date": "2019-10-22T17:46:04.924Z" } }, - "process_6.json": { + "process/0f14c412-5014-4ac0-9a71-858b2f047777": { "process_core": { "process_id": "library_preparation_protocol_32" }, @@ -17163,7 +10328,7 @@ "update_date": "2019-10-22T17:46:05.065Z" } }, - "process_7.json": { + "process/12995713-3c1b-4e13-a7b9-26d242e9ad71": { "process_core": { "process_id": "process_id_20" }, @@ -17175,7 +10340,7 @@ "update_date": "2019-10-22T17:46:04.915Z" } }, - "process_8.json": { + "process/13a062ba-2b8e-43a1-bc2a-bc17f650b37d": { "process_core": { "process_id": "library_preparation_protocol_41" }, @@ -17187,7 +10352,7 @@ "update_date": "2019-10-22T17:46:06.071Z" } }, - "process_9.json": { + "process/157ba915-28d7-4d80-89ad-71c8291dbc05": { "process_core": { "process_id": "library_preparation_protocol_35" }, @@ -17199,7 +10364,7 @@ "update_date": "2019-10-22T17:46:05.371Z" } }, - "process_10.json": { + "process/1ab8df81-b7c8-4726-8b9b-c9f1d2bcac7e": { "process_core": { "process_id": "process_id_33" }, @@ -17211,7 +10376,7 @@ "update_date": "2019-10-22T17:46:04.931Z" } }, - "process_11.json": { + "process/2387fc2c-65e4-42ad-b718-6586f88a7183": { "process_core": { "process_id": "process_id_36" }, @@ -17223,7 +10388,7 @@ "update_date": "2019-10-22T17:46:04.933Z" } }, - "process_12.json": { + "process/2c2c943c-1c0e-462c-b630-8a91a1f0fb94": { "process_core": { "process_id": "library_preparation_protocol_31" }, @@ -17235,7 +10400,7 @@ "update_date": "2019-10-22T17:46:04.994Z" } }, - "process_13.json": { + "process/36bbd76b-b6ab-4c84-a5ec-965af8c40a28": { "process_core": { "process_id": "process_id_11" }, @@ -17247,7 +10412,7 @@ "update_date": "2019-10-22T17:46:04.893Z" } }, - "process_14.json": { + "process/37612503-8289-407f-93fa-b2993247a0e0": { "process_core": { "process_id": "process_id_25" }, @@ -17259,7 +10424,7 @@ "update_date": "2019-10-22T17:46:04.911Z" } }, - "process_15.json": { + "process/37cad11b-c8c9-4d1f-b715-498b0f8d4b35": { "process_core": { "process_id": "library_preparation_protocol_44" }, @@ -17271,7 +10436,7 @@ "update_date": "2019-10-22T17:46:06.381Z" } }, - "process_16.json": { + "process/3a20b6a5-6652-4486-86bc-842c7c31c343": { "process_core": { "process_id": "library_preparation_protocol_34" }, @@ -17283,7 +10448,7 @@ "update_date": "2019-10-22T17:46:05.281Z" } }, - "process_17.json": { + "process/3aaf2fa3-6cb8-4c04-9a91-eb1e862154ce": { "process_core": { "process_id": "process_id_37" }, @@ -17295,7 +10460,7 @@ "update_date": "2019-10-22T17:46:05.013Z" } }, - "process_18.json": { + "process/3c277a01-33b1-4846-8a6d-8103b41a4db5": { "process_core": { "process_id": "process_id_4" }, @@ -17307,7 +10472,7 @@ "update_date": "2019-10-22T17:46:02.700Z" } }, - "process_19.json": { + "process/44b8ad82-1109-4543-a534-a85b34c2c301": { "process_core": { "process_id": "library_preparation_protocol_47" }, @@ -17319,7 +10484,7 @@ "update_date": "2019-10-22T17:46:06.707Z" } }, - "process_20.json": { + "process/4cc61094-94b9-4d21-a8f8-edbd73129049": { "process_core": { "process_id": "process_id_12" }, @@ -17331,7 +10496,7 @@ "update_date": "2019-10-22T17:46:04.938Z" } }, - "process_21.json": { + "process/4cd84763-27c6-42ef-8577-613d3665bc01": { "process_core": { "process_id": "process_id_21" }, @@ -17343,7 +10508,7 @@ "update_date": "2019-10-22T17:46:04.885Z" } }, - "process_22.json": { + "process/51fb7eb7-a422-482e-a98e-c9e6f9628e97": { "process_core": { "process_id": "library_preparation_protocol_36" }, @@ -17355,7 +10520,7 @@ "update_date": "2019-10-22T17:46:05.511Z" } }, - "process_23.json": { + "process/548a75b4-ba45-4700-b7bb-656c3995c316": { "process_core": { "process_id": "library_preparation_protocol_22" }, @@ -17367,7 +10532,7 @@ "update_date": "2019-10-22T17:46:05.024Z" } }, - "process_24.json": { + "process/55a939d9-dab5-49e3-82cc-bba3796800ed": { "process_core": { "process_id": "process_id_26" }, @@ -17379,7 +10544,7 @@ "update_date": "2019-10-22T17:46:04.988Z" } }, - "process_25.json": { + "process/5878b562-defb-486f-8fa2-f4573bcd7322": { "process_core": { "process_id": "process_id_5" }, @@ -17391,7 +10556,7 @@ "update_date": "2019-10-22T17:46:02.720Z" } }, - "process_26.json": { + "process/5d2624e6-d55b-4dac-8e59-55e165900fd6": { "process_core": { "process_id": "process_id_22" }, @@ -17403,7 +10568,7 @@ "update_date": "2019-10-22T17:46:05.004Z" } }, - "process_27.json": { + "process/61c9f4df-f92b-4d7c-894a-9150718ab39a": { "process_core": { "process_id": "process_id_18" }, @@ -17415,7 +10580,7 @@ "update_date": "2019-10-22T17:46:04.928Z" } }, - "process_28.json": { + "process/6235a244-ae17-402f-b944-d67aa600aef8": { "process_core": { "process_id": "process_id_13" }, @@ -17427,7 +10592,7 @@ "update_date": "2019-10-22T17:46:04.918Z" } }, - "process_29.json": { + "process/64eb5fef-b257-47af-a797-7808f1aa0a0c": { "process_core": { "process_id": "process_id_15" }, @@ -17439,7 +10604,7 @@ "update_date": "2019-10-22T17:46:04.943Z" } }, - "process_30.json": { + "process/688b5dd2-f1cb-4268-85a8-ec8431c25df6": { "process_core": { "process_id": "process_id_23" }, @@ -17451,7 +10616,7 @@ "update_date": "2019-10-22T17:46:04.889Z" } }, - "process_31.json": { + "process/6a0f0064-ba67-43d6-985e-68d8edcf8c0b": { "process_core": { "process_id": "library_preparation_protocol_33" }, @@ -17463,7 +10628,7 @@ "update_date": "2019-10-22T17:46:05.178Z" } }, - "process_32.json": { + "process/6d273f72-f55c-4c8e-b91e-29e762194c3f": { "process_core": { "process_id": "library_preparation_protocol_39" }, @@ -17475,7 +10640,7 @@ "update_date": "2019-10-22T17:46:05.824Z" } }, - "process_33.json": { + "process/758b97fb-d92f-484f-8160-d85b3d1aed7b": { "process_core": { "process_id": "process_id_9" }, @@ -17487,7 +10652,7 @@ "update_date": "2019-10-22T17:46:04.822Z" } }, - "process_34.json": { + "process/7a625379-2c08-4bde-aa32-1081132bdeb7": { "process_core": { "process_id": "process_id_28" }, @@ -17499,7 +10664,7 @@ "update_date": "2019-10-22T17:46:04.900Z" } }, - "process_35.json": { + "process/7f8aa404-55fb-4439-ab20-f9fc2e92440f": { "process_core": { "process_id": "process_id_14" }, @@ -17511,7 +10676,7 @@ "update_date": "2019-10-22T17:46:04.987Z" } }, - "process_36.json": { + "process/83b474d3-c20f-48f6-95a0-b0fa2269f14d": { "process_core": { "process_id": "library_preparation_protocol_46" }, @@ -17523,7 +10688,7 @@ "update_date": "2019-10-22T17:46:06.611Z" } }, - "process_37.json": { + "process/875e0856-b5e7-4ae2-a1d0-6b5d408a9472": { "process_core": { "process_id": "process_id_3" }, @@ -17535,7 +10700,7 @@ "update_date": "2019-10-22T17:46:02.681Z" } }, - "process_38.json": { + "process/90b34757-474f-42c3-9d31-683a5a0a84bd": { "process_core": { "process_id": "library_preparation_protocol_20" }, @@ -17547,7 +10712,7 @@ "update_date": "2019-10-22T17:46:04.931Z" } }, - "process_39.json": { + "process/94bb3ed5-df2e-4e73-987f-d7d63d0db2b9": { "process_core": { "process_id": "process_id_29" }, @@ -17559,7 +10724,7 @@ "update_date": "2019-10-22T17:46:04.897Z" } }, - "process_40.json": { + "process/963a3ac2-373f-4d72-bca7-d00f0a982a69": { "process_core": { "process_id": "process_id_10" }, @@ -17571,7 +10736,7 @@ "update_date": "2019-10-22T17:46:04.925Z" } }, - "process_41.json": { + "process/a228f157-78ea-4e3c-85bc-dc90ccd3ec44": { "process_core": { "process_id": "process_id_31" }, @@ -17583,7 +10748,7 @@ "update_date": "2019-10-22T17:46:04.821Z" } }, - "process_42.json": { + "process/a5365490-1246-4349-b49f-d6b18d834996": { "process_core": { "process_id": "process_id_7" }, @@ -17595,7 +10760,7 @@ "update_date": "2019-10-22T17:46:04.893Z" } }, - "process_43.json": { + "process/a9cf1331-fec6-4a66-9d92-8649aa4dc00b": { "process_core": { "process_id": "process_id_34" }, @@ -17607,7 +10772,7 @@ "update_date": "2019-10-22T17:46:04.891Z" } }, - "process_44.json": { + "process/ad09a0ef-ce88-461b-803f-059a6d37d420": { "process_core": { "process_id": "process_id_17" }, @@ -17619,7 +10784,7 @@ "update_date": "2019-10-22T17:46:04.912Z" } }, - "process_45.json": { + "process/afd0ea55-e710-4b46-bb05-2423e491b6f5": { "process_core": { "process_id": "library_preparation_protocol_40" }, @@ -17631,7 +10796,7 @@ "update_date": "2019-10-22T17:46:05.944Z" } }, - "process_46.json": { + "process/b3ce1085-08dc-42ff-a609-6968315327a8": { "process_core": { "process_id": "library_preparation_protocol_21" }, @@ -17643,7 +10808,7 @@ "update_date": "2019-10-22T17:46:05.005Z" } }, - "process_47.json": { + "process/b6dec4a6-2d9b-40ac-80c4-41dce01aea46": { "process_core": { "process_id": "library_preparation_protocol_38" }, @@ -17655,7 +10820,7 @@ "update_date": "2019-10-22T17:46:05.700Z" } }, - "process_48.json": { + "process/b93eec14-cbe3-41c3-af82-a4e352f50377": { "process_core": { "process_id": "process_id_24" }, @@ -17667,7 +10832,7 @@ "update_date": "2019-10-22T17:46:04.833Z" } }, - "process_49.json": { + "process/c5f8e956-21dc-4b3e-be69-6f865e3a694b": { "process_core": { "process_id": "process_id_35" }, @@ -17679,7 +10844,7 @@ "update_date": "2019-10-22T17:46:04.927Z" } }, - "process_50.json": { + "process/c9c4fc85-aaf7-4fa3-9ab1-2d0b0a886f62": { "process_core": { "process_id": "process_id_32" }, @@ -17691,7 +10856,7 @@ "update_date": "2019-10-22T17:46:05.001Z" } }, - "process_51.json": { + "process/cc5a78a1-539f-4dec-80b6-62f35dcafd89": { "process_core": { "process_id": "library_preparation_protocol_37" }, @@ -17703,7 +10868,7 @@ "update_date": "2019-10-22T17:46:05.606Z" } }, - "process_52.json": { + "process/d1f0becb-7640-4861-aee5-0578cd987194": { "process_core": { "process_id": "process_id_6" }, @@ -17715,7 +10880,7 @@ "update_date": "2019-10-22T17:46:02.744Z" } }, - "process_53.json": { + "process/d8c08782-6f69-4314-947c-1afe6928cbce": { "process_core": { "process_id": "library_preparation_protocol_18" }, @@ -17727,7 +10892,7 @@ "update_date": "2019-10-22T17:46:05.015Z" } }, - "process_54.json": { + "process/dc31f31d-ab56-4025-9834-99be638a2d50": { "process_core": { "process_id": "library_preparation_protocol_19" }, @@ -17739,7 +10904,7 @@ "update_date": "2019-10-22T17:46:04.896Z" } }, - "process_55.json": { + "process/dd584f8a-9127-4d00-b251-a3042b2528f4": { "process_core": { "process_id": "process_id_8" }, @@ -17751,7 +10916,7 @@ "update_date": "2019-10-22T17:46:04.927Z" } }, - "process_56.json": { + "process/dec92f6d-8aa9-48e5-9c8d-5d0c2cfb7749": { "process_core": { "process_id": "process_id_16" }, @@ -17763,7 +10928,7 @@ "update_date": "2019-10-22T17:46:04.904Z" } }, - "process_57.json": { + "process/e0556c96-db70-426b-a44d-63da9c722734": { "process_core": { "process_id": "process_id_2" }, @@ -17775,7 +10940,7 @@ "update_date": "2019-10-22T17:46:02.662Z" } }, - "process_58.json": { + "process/e6e30d90-6a3f-4b47-9d7b-6a66989271da": { "process_core": { "process_id": "process_id_27" }, @@ -17787,7 +10952,7 @@ "update_date": "2019-10-22T17:46:04.916Z" } }, - "cell_suspension_0.json": { + "cell_suspension/00ccb65c-2134-4309-9199-bea00ea1d5de": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17821,7 +10986,7 @@ "update_date": "2019-10-22T17:46:02.113Z" } }, - "cell_suspension_1.json": { + "cell_suspension/0d6404e4-f507-4c6d-aa26-4c83c058b623": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17856,7 +11021,7 @@ "update_date": "2019-10-22T17:46:02.024Z" } }, - "cell_suspension_2.json": { + "cell_suspension/15ec2b2a-c3fe-4946-8cf6-9386bb87eec1": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17890,7 +11055,7 @@ "update_date": "2019-10-22T17:46:02.077Z" } }, - "cell_suspension_3.json": { + "cell_suspension/2dea8819-57bd-4acf-bb26-7a8031df87fb": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17925,7 +11090,7 @@ "update_date": "2019-10-22T17:46:01.992Z" } }, - "cell_suspension_4.json": { + "cell_suspension/2ffa92e4-d98d-4a94-a059-2251b3b2ea20": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17959,7 +11124,7 @@ "update_date": "2019-10-22T17:46:02.092Z" } }, - "cell_suspension_5.json": { + "cell_suspension/3de6303a-cff0-444a-a79c-66c4c7ebae8e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17993,7 +11158,7 @@ "update_date": "2019-10-22T17:46:02.100Z" } }, - "cell_suspension_6.json": { + "cell_suspension/3fd7eed2-b7c5-43eb-b0cb-314efb1d8589": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18028,7 +11193,7 @@ "update_date": "2019-10-22T17:46:01.986Z" } }, - "cell_suspension_7.json": { + "cell_suspension/41c9fb6c-664e-4d51-94ae-a36dfb25073e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18063,7 +11228,7 @@ "update_date": "2019-10-22T17:46:02.161Z" } }, - "cell_suspension_8.json": { + "cell_suspension/51aab3dd-5ca8-4a83-b821-99fd3604f8e7": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18097,7 +11262,7 @@ "update_date": "2019-10-22T17:46:02.101Z" } }, - "cell_suspension_9.json": { + "cell_suspension/5355142f-f257-49bb-9589-2fd932361519": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18132,7 +11297,7 @@ "update_date": "2019-10-22T17:46:02.098Z" } }, - "cell_suspension_10.json": { + "cell_suspension/5a6285f9-6133-47ce-ae8a-fbe67160af21": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18167,7 +11332,7 @@ "update_date": "2019-10-22T17:46:02.131Z" } }, - "cell_suspension_11.json": { + "cell_suspension/7aa5c9c1-6540-4f6a-88c6-859d1bef4851": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18202,7 +11367,7 @@ "update_date": "2019-10-22T17:46:02.168Z" } }, - "cell_suspension_12.json": { + "cell_suspension/7ef94c74-d428-4588-89ff-45378d5b0017": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18237,7 +11402,7 @@ "update_date": "2019-10-22T17:46:02.148Z" } }, - "cell_suspension_13.json": { + "cell_suspension/89849bc8-4b60-45a5-b1b0-869e29625599": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18271,7 +11436,7 @@ "update_date": "2019-10-22T17:46:02.066Z" } }, - "cell_suspension_14.json": { + "cell_suspension/9db33a18-ffb7-4e50-88e7-22b4f5d8bce3": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18306,7 +11471,7 @@ "update_date": "2019-10-22T17:46:02.017Z" } }, - "cell_suspension_15.json": { + "cell_suspension/9fa78638-59a3-45d6-b065-ed1fbf84fa96": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18341,7 +11506,7 @@ "update_date": "2019-10-22T17:46:02.027Z" } }, - "cell_suspension_16.json": { + "cell_suspension/c0e783a5-a154-4f3a-b887-629ff44346ab": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18375,7 +11540,7 @@ "update_date": "2019-10-22T17:46:02.080Z" } }, - "cell_suspension_17.json": { + "cell_suspension/c23013ce-1c97-4717-af7f-7b92d2d3c5ae": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18410,7 +11575,7 @@ "update_date": "2019-10-22T17:46:02.174Z" } }, - "cell_suspension_18.json": { + "cell_suspension/c79356b3-d639-4026-8865-73a20225efd4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18444,7 +11609,7 @@ "update_date": "2019-10-22T17:46:02.167Z" } }, - "cell_suspension_19.json": { + "cell_suspension/d18bbb45-9103-421a-b0cf-a40e2821ff5b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18479,7 +11644,7 @@ "update_date": "2019-10-22T17:46:02.104Z" } }, - "cell_suspension_20.json": { + "cell_suspension/de9d1258-715d-47f9-8480-5695c198f6cc": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18514,7 +11679,7 @@ "update_date": "2019-10-22T17:46:02.130Z" } }, - "cell_suspension_21.json": { + "cell_suspension/e68843c2-df7c-4607-b98f-84b39b31963c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18548,7 +11713,7 @@ "update_date": "2019-10-22T17:46:02.036Z" } }, - "collection_protocol_0.json": { + "collection_protocol/b9a9d40e-7b4f-48f1-a893-f678e917a96d": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -18568,7 +11733,7 @@ "update_date": "2019-10-22T17:46:01.927Z" } }, - "collection_protocol_1.json": { + "collection_protocol/f44d6b65-0866-47d5-bfb2-8173b1b6a2b3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -18588,7 +11753,7 @@ "update_date": "2019-10-22T17:46:01.980Z" } }, - "collection_protocol_2.json": { + "collection_protocol/f870bf7e-2cb7-44b2-a299-f4e06da4453c": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -18608,7 +11773,7 @@ "update_date": "2019-10-22T17:46:02.047Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/5238fd9b-f4c2-46d9-bb44-6cebc9371a52": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -18629,7 +11794,7 @@ "update_date": "2019-10-22T17:46:01.969Z" } }, - "enrichment_protocol_1.json": { + "enrichment_protocol/741ffe1e-7bb1-4307-9d55-9ab77258314c": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -18649,7 +11814,7 @@ "update_date": "2019-10-22T17:46:01.986Z" } }, - "enrichment_protocol_2.json": { + "enrichment_protocol/ca78a1a9-375c-4aa8-bfdc-822279d0eca3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -18670,7 +11835,7 @@ "update_date": "2019-10-22T17:46:02.039Z" } }, - "donor_organism_0.json": { + "donor_organism/05617ca5-c033-40aa-b865-45b34a14bc27": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -18725,7 +11890,7 @@ "update_date": "2019-10-22T17:46:01.981Z" } }, - "donor_organism_1.json": { + "donor_organism/125a0c93-3187-463f-990b-1166aeb26e84": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -18780,7 +11945,7 @@ "update_date": "2019-10-22T17:46:02.061Z" } }, - "donor_organism_2.json": { + "donor_organism/56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -18836,7 +12001,7 @@ "update_date": "2019-10-22T17:46:02.166Z" } }, - "donor_organism_3.json": { + "donor_organism/8ef48580-339e-4c23-b5bd-04c8692cab5f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -18891,7 +12056,7 @@ "update_date": "2019-10-22T17:46:02.056Z" } }, - "donor_organism_4.json": { + "donor_organism/91f51e13-dc56-4526-9e39-92a6c6778e16": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -18946,7 +12111,7 @@ "update_date": "2019-10-22T17:46:02.039Z" } }, - "donor_organism_5.json": { + "donor_organism/9fde0deb-9630-4007-aea6-e7a7b1e68c2a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19001,7 +12166,7 @@ "update_date": "2019-10-22T17:46:02.049Z" } }, - "donor_organism_6.json": { + "donor_organism/a6116756-3aeb-48f2-8952-caccbfd3f57b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19059,7 +12224,7 @@ "update_date": "2019-10-22T17:46:02.149Z" } }, - "donor_organism_7.json": { + "donor_organism/b736af42-04c7-4845-a410-310f8f912eeb": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19114,7 +12279,7 @@ "update_date": "2019-10-22T17:46:02.129Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/60d4e19b-aa28-4ed1-9ac5-1db33d287b0a": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -19134,7 +12299,7 @@ "update_date": "2019-10-22T17:46:02.076Z" } }, - "dissociation_protocol_1.json": { + "dissociation_protocol/9d5c8595-a80c-4a12-b869-0b6c45ad6e16": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -19154,7 +12319,7 @@ "update_date": "2019-10-22T17:46:01.976Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/0635494f-d45d-48a9-81b1-5f1d4ac15835": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19204,7 +12369,7 @@ "update_date": "2019-10-22T17:46:02.097Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/17aea4fd-cd72-4c36-8ded-d686162804b4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19244,7 +12409,7 @@ "update_date": "2019-10-22T17:46:02.024Z" } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/2cbca5ef-0850-4c4a-9d24-05454a1060e8": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19294,7 +12459,7 @@ "update_date": "2019-10-22T17:46:02.166Z" } }, - "specimen_from_organism_3.json": { + "specimen_from_organism/3f646bab-c762-4dbd-8f7b-b374427dac74": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19344,7 +12509,7 @@ "update_date": "2019-10-22T17:46:02.079Z" } }, - "specimen_from_organism_4.json": { + "specimen_from_organism/442f68c7-502a-4fc7-a3b8-94e9574cd22d": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19384,7 +12549,7 @@ "update_date": "2019-10-22T17:46:02.057Z" } }, - "specimen_from_organism_5.json": { + "specimen_from_organism/5fbd4bb4-e761-4345-99b8-bd5e141a8b94": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19424,7 +12589,7 @@ "update_date": "2019-10-22T17:46:02.150Z" } }, - "specimen_from_organism_6.json": { + "specimen_from_organism/8c0ef0ae-0687-4f2a-8a27-d833b7032a26": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19474,7 +12639,7 @@ "update_date": "2019-10-22T17:46:02.099Z" } }, - "specimen_from_organism_7.json": { + "specimen_from_organism/8c1b5489-7bf1-40c0-ba60-5e6b079e108a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19524,7 +12689,7 @@ "update_date": "2019-10-22T17:46:02.136Z" } }, - "specimen_from_organism_8.json": { + "specimen_from_organism/a39685fd-b34a-4db7-b973-381919edb96e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19564,7 +12729,7 @@ "update_date": "2019-10-22T17:46:02.139Z" } }, - "specimen_from_organism_9.json": { + "specimen_from_organism/c98d14ec-8761-45f7-8e86-e63c188bd97f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19614,7 +12779,7 @@ "update_date": "2019-10-22T17:46:02.055Z" } }, - "specimen_from_organism_10.json": { + "specimen_from_organism/ddd10ecc-f7b7-4370-82cf-14e30987b751": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19654,7 +12819,7 @@ "update_date": "2019-10-22T17:46:02.035Z" } }, - "specimen_from_organism_11.json": { + "specimen_from_organism/ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19704,7 +12869,7 @@ "update_date": "2019-10-22T17:46:02.129Z" } }, - "specimen_from_organism_12.json": { + "specimen_from_organism/f37a0dec-b7ba-4b34-8e51-732fb5ac7213": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19744,7 +12909,7 @@ "update_date": "2019-10-22T17:46:01.985Z" } }, - "specimen_from_organism_13.json": { + "specimen_from_organism/f47bb6a8-a753-4d40-8254-28fee9d03c1b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19794,7 +12959,7 @@ "update_date": "2019-10-22T17:46:02.025Z" } }, - "specimen_from_organism_14.json": { + "specimen_from_organism/f5d590c5-b307-4b99-af98-8ddba1e2a266": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -19844,7 +13009,7 @@ "update_date": "2019-10-22T17:46:02.036Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/fe71fe4a-0903-42e0-9a65-d985abd943ca": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -19873,7 +13038,7 @@ "update_date": "2019-10-22T17:46:02.098Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/71efd7ce-0ec0-4423-9eb2-9bd42f40a33f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -19907,5 +13072,4216 @@ "update_date": "2019-10-22T17:46:01.992Z" } } - } -} + }, + "links": { + "schema_type": "links", + "schema_version": "3.0.0", + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "689bcda6-eb41-588a-b4a9-8827e22b1856", + "input_type": "analysis_file" + }, + { + "input_id": "df5af5d4-56e1-517b-8f47-7bf4888c853a", + "input_type": "analysis_file" + }, + { + "input_id": "febe54b0-6388-5024-a971-fa88862a4e62", + "input_type": "analysis_file" + }, + { + "input_id": "2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6", + "input_type": "analysis_file" + }, + { + "input_id": "caee5d2b-466f-5762-a565-8fa4a520faba", + "input_type": "analysis_file" + }, + { + "input_id": "448173cc-00c9-56e1-9bde-a8136521dc6f", + "input_type": "analysis_file" + }, + { + "input_id": "5ef41564-04c4-5260-b974-9b37fcc73e35", + "input_type": "analysis_file" + }, + { + "input_id": "32c69d68-1792-53af-9f42-0e97c9afc94b", + "input_type": "analysis_file" + }, + { + "input_id": "9a41c791-004c-5d89-a10c-d58d2ef7eca3", + "input_type": "analysis_file" + }, + { + "input_id": "57c38b28-848d-5716-8c68-a3b3222aac6e", + "input_type": "analysis_file" + }, + { + "input_id": "509608f1-e1d5-561c-b0d6-54348f0adb29", + "input_type": "analysis_file" + }, + { + "input_id": "f9b8be35-2641-5f85-af13-c0390b7bfe23", + "input_type": "analysis_file" + }, + { + "input_id": "4db3cc2d-f0ac-5cdf-8656-4c9b096a0092", + "input_type": "analysis_file" + }, + { + "input_id": "50547806-882a-5915-b217-5bbc692239b9", + "input_type": "analysis_file" + }, + { + "input_id": "b149162c-3450-5301-b057-c3930459584d", + "input_type": "analysis_file" + }, + { + "input_id": "9702f6ba-fd5b-5972-80d4-629e8a8fa8e9", + "input_type": "analysis_file" + }, + { + "input_id": "3cd78fb7-b7bc-5ab1-b122-47585f0023d4", + "input_type": "analysis_file" + }, + { + "input_id": "44175006-91f3-5d95-9a08-b33e08ed1ae3", + "input_type": "analysis_file" + }, + { + "input_id": "b666cb1a-1a4f-511f-859e-2779aad16fa0", + "input_type": "analysis_file" + }, + { + "input_id": "4d411b9c-06de-5805-bb7f-eca54e1c42cc", + "input_type": "analysis_file" + }, + { + "input_id": "fbcc2483-8a75-50ec-8cb6-8148a5087dce", + "input_type": "analysis_file" + }, + { + "input_id": "38a0ef48-9df1-5fef-8eb6-b32fbb67aabd", + "input_type": "analysis_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "c60bf214-0340-53c0-b75b-af84a82808d6", + "output_type": "analysis_file" + } + ], + "process_id": "9531ad31-8210-463c-a6c4-171fb50e4cd1", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "432a7422-59b5-5c46-8983-a7953f196781", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "59e40d0b-dfbc-4668-bb8a-d0b39d25ca88", + "input_type": "sequence_file" + }, + { + "input_id": "154ff85c-da53-4b85-b02b-002211631867", + "input_type": "sequence_file" + }, + { + "input_id": "e3777b07-1706-4434-a523-1335f0b96b30", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "50547806-882a-5915-b217-5bbc692239b9", + "output_type": "analysis_file" + }, + { + "output_id": "5f89237b-83d8-5b2b-880c-2fc4f0c1db1c", + "output_type": "analysis_file" + } + ], + "process_id": "70341236-6291-4b53-b161-17bca3b50cb9", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "2dd22fa3-fe29-4d60-b890-a8ee8b9731ce", + "input_type": "sequence_file" + }, + { + "input_id": "200f221c-c86e-4c67-9d25-5d8210ae33c6", + "input_type": "sequence_file" + }, + { + "input_id": "abffd51d-843c-4f79-8e18-40d8374ade83", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "44175006-91f3-5d95-9a08-b33e08ed1ae3", + "output_type": "analysis_file" + }, + { + "output_id": "6f7195ee-5bcd-5b4d-a3a7-a6ad404edba9", + "output_type": "analysis_file" + } + ], + "process_id": "cca2842a-813b-4f29-a8d5-98ebdb6d1b4c", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "7a058660-f594-4eb5-b02f-bace314f6d76", + "input_type": "sequence_file" + }, + { + "input_id": "90a63c12-7fec-49c5-9b1a-7d622c4390f8", + "input_type": "sequence_file" + }, + { + "input_id": "b72fccff-7178-4f4c-bf6a-c32cc99af28c", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9702f6ba-fd5b-5972-80d4-629e8a8fa8e9", + "output_type": "analysis_file" + }, + { + "output_id": "aec768aa-9e5d-57ab-b249-09f01b2e5f03", + "output_type": "analysis_file" + } + ], + "process_id": "c99659fc-134b-4290-aae6-0bd6adbe3f0a", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "48cb1c07-fb20-453a-bb98-18dfd9eb4eb8", + "input_type": "sequence_file" + }, + { + "input_id": "3de452b4-1c2a-49d6-80c8-495715921447", + "input_type": "sequence_file" + }, + { + "input_id": "4e80d841-15c5-4da1-9660-4400b41d0536", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "fbcc2483-8a75-50ec-8cb6-8148a5087dce", + "output_type": "analysis_file" + }, + { + "output_id": "40905b7b-03ca-52b1-9ac7-76e350824c88", + "output_type": "analysis_file" + } + ], + "process_id": "e768a12c-327e-4d27-85e0-347d95921452", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "97890d18-72bf-4feb-b713-1d057d1f6519", + "input_type": "sequence_file" + }, + { + "input_id": "cb6662a8-c395-4f75-b6fa-87c186917ed2", + "input_type": "sequence_file" + }, + { + "input_id": "7d29fb39-c214-4edd-9dec-093dcc527429", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9a41c791-004c-5d89-a10c-d58d2ef7eca3", + "output_type": "analysis_file" + }, + { + "output_id": "b138cb0f-a34d-5b29-8b23-a37bc6f961fd", + "output_type": "analysis_file" + } + ], + "process_id": "cbc88af9-e283-49fa-8c4d-7931a266d2fb", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "cb7a8922-0b74-42f5-9346-f80ebbaddb57", + "input_type": "sequence_file" + }, + { + "input_id": "d3ea1255-7208-4952-be7f-7372d2dc9466", + "input_type": "sequence_file" + }, + { + "input_id": "4bf5245d-0168-48b5-83b8-c6aabdcf1a46", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "4d411b9c-06de-5805-bb7f-eca54e1c42cc", + "output_type": "analysis_file" + }, + { + "output_id": "0115dbfc-99f2-59b4-8430-75cd79e3c04d", + "output_type": "analysis_file" + } + ], + "process_id": "e9af9182-ea0a-4942-9ae5-e2fc36272da6", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "6033d2ea-8c96-4f43-956c-b9701f63ed66", + "input_type": "sequence_file" + }, + { + "input_id": "427003bc-a728-469a-aa8a-61bc2309956f", + "input_type": "sequence_file" + }, + { + "input_id": "85849811-ff50-46ec-9245-79140a1ca705", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "689bcda6-eb41-588a-b4a9-8827e22b1856", + "output_type": "analysis_file" + }, + { + "output_id": "a4a43ddf-e654-526c-98fa-9c0679f2bc95", + "output_type": "analysis_file" + } + ], + "process_id": "ed31fe54-3acf-4fdd-9877-3f241b6480a6", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "cc5a78a1-539f-4dec-80b6-62f35dcafd89", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "d18bbb45-9103-421a-b0cf-a40e2821ff5b" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "4bf5245d-0168-48b5-83b8-c6aabdcf1a46" + }, + { + "output_type": "sequence_file", + "output_id": "cb7a8922-0b74-42f5-9346-f80ebbaddb57" + }, + { + "output_type": "sequence_file", + "output_id": "d3ea1255-7208-4952-be7f-7372d2dc9466" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "e6e30d90-6a3f-4b47-9d7b-6a66989271da", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "d18bbb45-9103-421a-b0cf-a40e2821ff5b" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "91069ce7-7605-401a-bdbb-087420d0b207", + "input_type": "sequence_file" + }, + { + "input_id": "9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59", + "input_type": "sequence_file" + }, + { + "input_id": "f9703a2c-b024-4917-a6b0-981b38cfb784", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "448173cc-00c9-56e1-9bde-a8136521dc6f", + "output_type": "analysis_file" + }, + { + "output_id": "8b643b3c-3000-5cf4-8aa1-64a4b9d68abf", + "output_type": "analysis_file" + } + ], + "process_id": "c6d5d8ad-4234-4d4b-b508-c5b9b05ea4c2", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "90b34757-474f-42c3-9d31-683a5a0a84bd", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "2ffa92e4-d98d-4a94-a059-2251b3b2ea20" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "b72fccff-7178-4f4c-bf6a-c32cc99af28c" + }, + { + "output_type": "sequence_file", + "output_id": "7a058660-f594-4eb5-b02f-bace314f6d76" + }, + { + "output_type": "sequence_file", + "output_id": "90a63c12-7fec-49c5-9b1a-7d622c4390f8" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "61c9f4df-f92b-4d7c-894a-9150718ab39a", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "8c0ef0ae-0687-4f2a-8a27-d833b7032a26" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "2ffa92e4-d98d-4a94-a059-2251b3b2ea20" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "875e0856-b5e7-4ae2-a1d0-6b5d408a9472", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "8c0ef0ae-0687-4f2a-8a27-d833b7032a26" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "5646ff87-0427-4af5-a1ad-e072e6187c23", + "input_type": "sequence_file" + }, + { + "input_id": "ae5068b7-fa8a-46be-8a07-d735093f1aa5", + "input_type": "sequence_file" + }, + { + "input_id": "c30f45e7-0575-46c3-8ea2-3ac864b439e9", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "509608f1-e1d5-561c-b0d6-54348f0adb29", + "output_type": "analysis_file" + }, + { + "output_id": "c564580f-c1bb-5c2d-a0d0-0baebebdf7e4", + "output_type": "analysis_file" + } + ], + "process_id": "24552395-eef1-405d-a85e-df65c08b8ceb", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "5be64c5b-766b-43ad-ab5a-467ef1c47cc4", + "input_type": "sequence_file" + }, + { + "input_id": "9b53a5c0-fd77-4d55-b697-16a95c67c4c2", + "input_type": "sequence_file" + }, + { + "input_id": "a04c3838-8a5f-44c7-9b72-1c31c7a6c547", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "38a0ef48-9df1-5fef-8eb6-b32fbb67aabd", + "output_type": "analysis_file" + }, + { + "output_id": "1b675693-2615-519e-bfa7-cc008b0ff6e9", + "output_type": "analysis_file" + } + ], + "process_id": "75eaaa73-142a-46db-8db1-6a0d7e487a0f", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "4294907c-ba62-4597-845a-07fb788a2bb0", + "input_type": "sequence_file" + }, + { + "input_id": "599a4315-3b4b-4c42-9d68-961a2396cae5", + "input_type": "sequence_file" + }, + { + "input_id": "0c8d1b87-0d6e-4e47-8130-1372bfa05c51", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "4db3cc2d-f0ac-5cdf-8656-4c9b096a0092", + "output_type": "analysis_file" + }, + { + "output_id": "be883019-a8df-564d-87ff-c24a1358fdb6", + "output_type": "analysis_file" + } + ], + "process_id": "9be12f87-5674-4d72-8dc3-f86ebf53ae00", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "be252ee9-c27b-4937-8e96-e971c25ed794", + "input_type": "sequence_file" + }, + { + "input_id": "d8577b2c-16a2-484f-9269-9196d7cca451", + "input_type": "sequence_file" + }, + { + "input_id": "a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "b666cb1a-1a4f-511f-859e-2779aad16fa0", + "output_type": "analysis_file" + }, + { + "output_id": "f6809490-ac47-5fe5-af87-1923c320164e", + "output_type": "analysis_file" + } + ], + "process_id": "119ebaa3-a3b6-4cfe-8978-46d93796b9aa", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "157ba915-28d7-4d80-89ad-71c8291dbc05", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "2dea8819-57bd-4acf-bb26-7a8031df87fb" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "f9703a2c-b024-4917-a6b0-981b38cfb784" + }, + { + "output_type": "sequence_file", + "output_id": "91069ce7-7605-401a-bdbb-087420d0b207" + }, + { + "output_type": "sequence_file", + "output_id": "9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "37612503-8289-407f-93fa-b2993247a0e0", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "2dea8819-57bd-4acf-bb26-7a8031df87fb" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "963a3ac2-373f-4d72-bca7-d00f0a982a69", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "8ef48580-339e-4c23-b5bd-04c8692cab5f" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "121b6c9b-3b12-4fb8-8d98-fba4f1005770", + "input_type": "sequence_file" + }, + { + "input_id": "64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427", + "input_type": "sequence_file" + }, + { + "input_id": "b58fd1d3-1488-40b2-9530-50c0fe54a4dd", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "57c38b28-848d-5716-8c68-a3b3222aac6e", + "output_type": "analysis_file" + }, + { + "output_id": "67f7a04b-7b04-5bb2-a492-efb98f819e97", + "output_type": "analysis_file" + } + ], + "process_id": "362835d6-4ab3-4f0b-8b15-fb7c0fc3311c", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "6500ad38-5b46-4186-9208-6a9494679191", + "input_type": "sequence_file" + }, + { + "input_id": "db9fbac5-641e-4dad-af15-a7afa407654b", + "input_type": "sequence_file" + }, + { + "input_id": "1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "caee5d2b-466f-5762-a565-8fa4a520faba", + "output_type": "analysis_file" + }, + { + "output_id": "c8b8eac3-92be-5a6c-94ac-e554face58a8", + "output_type": "analysis_file" + } + ], + "process_id": "a201d705-2a67-452d-a8c8-4d792885fecc", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "d8c08782-6f69-4314-947c-1afe6928cbce", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "00ccb65c-2134-4309-9199-bea00ea1d5de" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "4e80d841-15c5-4da1-9660-4400b41d0536" + }, + { + "output_type": "sequence_file", + "output_id": "48cb1c07-fb20-453a-bb98-18dfd9eb4eb8" + }, + { + "output_type": "sequence_file", + "output_id": "3de452b4-1c2a-49d6-80c8-495715921447" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "dec92f6d-8aa9-48e5-9c8d-5d0c2cfb7749", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "00ccb65c-2134-4309-9199-bea00ea1d5de" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "09cd4cb6-65e3-44eb-b5b1-796ac895013d", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "be64dbc9-183f-44c9-8b15-d8298ee6c4e9", + "input_type": "sequence_file" + }, + { + "input_id": "c8758f13-7e9b-464a-bada-b41b8b9e925f", + "input_type": "sequence_file" + }, + { + "input_id": "8f6318ea-e692-4085-a693-02f4ff3204b5", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "f9b8be35-2641-5f85-af13-c0390b7bfe23", + "output_type": "analysis_file" + }, + { + "output_id": "3e9b54c2-4244-5549-a0ca-ea1524949a86", + "output_type": "analysis_file" + } + ], + "process_id": "c2552add-e5bd-4022-b3b0-9d160ebbda5b", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a", + "input_type": "sequence_file" + }, + { + "input_id": "9614720d-ed06-4e72-9a4f-cb62088ff608", + "input_type": "sequence_file" + }, + { + "input_id": "1eb30a4b-d595-4142-ae68-0a4ff4281c8d", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "febe54b0-6388-5024-a971-fa88862a4e62", + "output_type": "analysis_file" + }, + { + "output_id": "509c765d-cf97-5166-ae8f-b0c26a42f759", + "output_type": "analysis_file" + } + ], + "process_id": "0aa931a7-1850-47ff-86f9-2e3b1260cbb3", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "438f185f-0e8b-4b34-b03f-7491552ef9b7", + "input_type": "sequence_file" + }, + { + "input_id": "ec1af218-9b00-4366-8890-5cebf580f225", + "input_type": "sequence_file" + }, + { + "input_id": "8831df7b-25f6-482e-9e54-5c53bdda4d53", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "3cd78fb7-b7bc-5ab1-b122-47585f0023d4", + "output_type": "analysis_file" + }, + { + "output_id": "f2393819-bde7-5d77-a1ef-ea58d87e5232", + "output_type": "analysis_file" + } + ], + "process_id": "de4c5a98-eea2-4790-92fe-dd0adc5c05b2", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "dc31f31d-ab56-4025-9834-99be638a2d50", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "e68843c2-df7c-4607-b98f-84b39b31963c" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "a04c3838-8a5f-44c7-9b72-1c31c7a6c547" + }, + { + "output_type": "sequence_file", + "output_id": "5be64c5b-766b-43ad-ab5a-467ef1c47cc4" + }, + { + "output_type": "sequence_file", + "output_id": "9b53a5c0-fd77-4d55-b697-16a95c67c4c2" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "ad09a0ef-ce88-461b-803f-059a6d37d420", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "8c1b5489-7bf1-40c0-ba60-5e6b079e108a" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "e68843c2-df7c-4607-b98f-84b39b31963c" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "e0556c96-db70-426b-a44d-63da9c722734", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "8c1b5489-7bf1-40c0-ba60-5e6b079e108a" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "138dcce5-f9a8-497c-9de1-70a289bdc936", + "input_type": "sequence_file" + }, + { + "input_id": "2b8c990c-4b79-4536-bf5f-1c8e57bff598", + "input_type": "sequence_file" + }, + { + "input_id": "c2137939-c2c6-44d7-8e11-7d6d6d5443eb", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "5ef41564-04c4-5260-b974-9b37fcc73e35", + "output_type": "analysis_file" + }, + { + "output_id": "f9bf5721-5ee8-5837-8eb9-da3810cf04f1", + "output_type": "analysis_file" + } + ], + "process_id": "62e9f752-eab4-48c8-9fba-95b847207ee5", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "b3ce1085-08dc-42ff-a609-6968315327a8", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "89849bc8-4b60-45a5-b1b0-869e29625599" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "abffd51d-843c-4f79-8e18-40d8374ade83" + }, + { + "output_type": "sequence_file", + "output_id": "2dd22fa3-fe29-4d60-b890-a8ee8b9731ce" + }, + { + "output_type": "sequence_file", + "output_id": "200f221c-c86e-4c67-9d25-5d8210ae33c6" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "03c1159c-1a7a-4ede-bac4-d2093b260c65", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "c98d14ec-8761-45f7-8e86-e63c188bd97f" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "89849bc8-4b60-45a5-b1b0-869e29625599" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "3c277a01-33b1-4846-8a6d-8103b41a4db5", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "c98d14ec-8761-45f7-8e86-e63c188bd97f" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "6d273f72-f55c-4c8e-b91e-29e762194c3f", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "9db33a18-ffb7-4e50-88e7-22b4f5d8bce3" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "e3777b07-1706-4434-a523-1335f0b96b30" + }, + { + "output_type": "sequence_file", + "output_id": "59e40d0b-dfbc-4668-bb8a-d0b39d25ca88" + }, + { + "output_type": "sequence_file", + "output_id": "154ff85c-da53-4b85-b02b-002211631867" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "94bb3ed5-df2e-4e73-987f-d7d63d0db2b9", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "9db33a18-ffb7-4e50-88e7-22b4f5d8bce3" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "3a20b6a5-6652-4486-86bc-842c7c31c343", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "c79356b3-d639-4026-8865-73a20225efd4" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "7d29fb39-c214-4edd-9dec-093dcc527429" + }, + { + "output_type": "sequence_file", + "output_id": "97890d18-72bf-4feb-b713-1d057d1f6519" + }, + { + "output_type": "sequence_file", + "output_id": "cb6662a8-c395-4f75-b6fa-87c186917ed2" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "b93eec14-cbe3-41c3-af82-a4e352f50377", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "0635494f-d45d-48a9-81b1-5f1d4ac15835" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "c79356b3-d639-4026-8865-73a20225efd4" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "758b97fb-d92f-484f-8160-d85b3d1aed7b", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "0635494f-d45d-48a9-81b1-5f1d4ac15835" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "afd0ea55-e710-4b46-bb05-2423e491b6f5", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "3fd7eed2-b7c5-43eb-b0cb-314efb1d8589" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "8831df7b-25f6-482e-9e54-5c53bdda4d53" + }, + { + "output_type": "sequence_file", + "output_id": "438f185f-0e8b-4b34-b03f-7491552ef9b7" + }, + { + "output_type": "sequence_file", + "output_id": "ec1af218-9b00-4366-8890-5cebf580f225" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "0de1f04e-aaf3-4dc7-9869-248e87207d93", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "3fd7eed2-b7c5-43eb-b0cb-314efb1d8589" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "4cc61094-94b9-4d21-a8f8-edbd73129049", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "91f51e13-dc56-4526-9e39-92a6c6778e16" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "e28e68a3-3042-45f6-a714-ba8622a4b34e", + "input_type": "sequence_file" + }, + { + "input_id": "6c002a62-76b3-4578-8afd-c88cfd62a682", + "input_type": "sequence_file" + }, + { + "input_id": "8fb13af8-c385-46a2-aecc-c741c1e8a5ad", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "df5af5d4-56e1-517b-8f47-7bf4888c853a", + "output_type": "analysis_file" + }, + { + "output_id": "0f9e435b-dbd3-5fd6-9b4e-347433de69b0", + "output_type": "analysis_file" + } + ], + "process_id": "4785d42e-648a-4d1d-9b1e-677cf5486850", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "ba9ca87a-7818-4915-9f7f-0ba588ffad1f", + "input_type": "sequence_file" + }, + { + "input_id": "47bb0f79-31f9-42a8-ac34-4be08ef807d9", + "input_type": "sequence_file" + }, + { + "input_id": "b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "b149162c-3450-5301-b057-c3930459584d", + "output_type": "analysis_file" + }, + { + "output_id": "5bb0243e-0764-5a77-ae7d-1638ebfd27b0", + "output_type": "analysis_file" + } + ], + "process_id": "ddc00ab2-17ea-4b61-8f75-29e26d82551c", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "44b8ad82-1109-4543-a534-a85b34c2c301", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "0d6404e4-f507-4c6d-aa26-4c83c058b623" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "b58fd1d3-1488-40b2-9530-50c0fe54a4dd" + }, + { + "output_type": "sequence_file", + "output_id": "121b6c9b-3b12-4fb8-8d98-fba4f1005770" + }, + { + "output_type": "sequence_file", + "output_id": "64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "3aaf2fa3-6cb8-4c04-9a91-eb1e862154ce", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "0d6404e4-f507-4c6d-aa26-4c83c058b623" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "64eb5fef-b257-47af-a797-7808f1aa0a0c", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "b736af42-04c7-4845-a410-310f8f912eeb" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "inputs": [ + { + "input_id": "354517f9-c515-401a-a490-9917dea7d3f2", + "input_type": "sequence_file" + }, + { + "input_id": "70d226a8-01f4-4955-8293-210a6ec78920", + "input_type": "sequence_file" + }, + { + "input_id": "fb5fdf8f-f79f-479a-a662-2f3bed88e960", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6", + "output_type": "analysis_file" + }, + { + "output_id": "10439c86-98bb-5009-8374-577a41575424", + "output_type": "analysis_file" + } + ], + "process_id": "6ef15cb9-46a9-4cf2-9fda-d536641bc6c5", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "16a9712a-0a62-4f57-a57f-189992e6070b", + "input_type": "sequence_file" + }, + { + "input_id": "65128ed2-a70b-4b04-8591-4303acef31e3", + "input_type": "sequence_file" + }, + { + "input_id": "9abf31bf-fc25-4e44-ae99-0af17e017b95", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "32c69d68-1792-53af-9f42-0e97c9afc94b", + "output_type": "analysis_file" + }, + { + "output_id": "9b35ba1f-2445-5fcc-a510-d4da345854fe", + "output_type": "analysis_file" + } + ], + "process_id": "566d48d1-fee9-45a5-80e8-b88f9305e0b2", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "2c2c943c-1c0e-462c-b630-8a91a1f0fb94", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "51aab3dd-5ca8-4a83-b821-99fd3604f8e7" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "c2137939-c2c6-44d7-8e11-7d6d6d5443eb" + }, + { + "output_type": "sequence_file", + "output_id": "138dcce5-f9a8-497c-9de1-70a289bdc936" + }, + { + "output_type": "sequence_file", + "output_id": "2b8c990c-4b79-4536-bf5f-1c8e57bff598" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "4cd84763-27c6-42ef-8577-613d3665bc01", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "2cbca5ef-0850-4c4a-9d24-05454a1060e8" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "51aab3dd-5ca8-4a83-b821-99fd3604f8e7" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "d1f0becb-7640-4861-aee5-0578cd987194", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "2cbca5ef-0850-4c4a-9d24-05454a1060e8" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "37cad11b-c8c9-4d1f-b715-498b0f8d4b35", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "5a6285f9-6133-47ce-ae8a-fbe67160af21" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "9abf31bf-fc25-4e44-ae99-0af17e017b95" + }, + { + "output_type": "sequence_file", + "output_id": "16a9712a-0a62-4f57-a57f-189992e6070b" + }, + { + "output_type": "sequence_file", + "output_id": "65128ed2-a70b-4b04-8591-4303acef31e3" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "a9cf1331-fec6-4a66-9d92-8649aa4dc00b", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "5a6285f9-6133-47ce-ae8a-fbe67160af21" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "7f8aa404-55fb-4439-ab20-f9fc2e92440f", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "05617ca5-c033-40aa-b865-45b34a14bc27" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "01f7c3d0-d4be-432d-aa25-8c7fbce20b49", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "c23013ce-1c97-4717-af7f-7b92d2d3c5ae" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "85849811-ff50-46ec-9245-79140a1ca705" + }, + { + "output_type": "sequence_file", + "output_id": "6033d2ea-8c96-4f43-956c-b9701f63ed66" + }, + { + "output_type": "sequence_file", + "output_id": "427003bc-a728-469a-aa8a-61bc2309956f" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "c9c4fc85-aaf7-4fa3-9ab1-2d0b0a886f62", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "a39685fd-b34a-4db7-b973-381919edb96e" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "c23013ce-1c97-4717-af7f-7b92d2d3c5ae" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "6235a244-ae17-402f-b944-d67aa600aef8", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "125a0c93-3187-463f-990b-1166aeb26e84" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "a39685fd-b34a-4db7-b973-381919edb96e" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "0b52914d-687b-44d1-9a70-a95df55ed502", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "41c9fb6c-664e-4d51-94ae-a36dfb25073e" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "1eb30a4b-d595-4142-ae68-0a4ff4281c8d" + }, + { + "output_type": "sequence_file", + "output_id": "de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a" + }, + { + "output_type": "sequence_file", + "output_id": "9614720d-ed06-4e72-9a4f-cb62088ff608" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "1ab8df81-b7c8-4726-8b9b-c9f1d2bcac7e", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "a39685fd-b34a-4db7-b973-381919edb96e" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "41c9fb6c-664e-4d51-94ae-a36dfb25073e" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "6235a244-ae17-402f-b944-d67aa600aef8", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "125a0c93-3187-463f-990b-1166aeb26e84" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "a39685fd-b34a-4db7-b973-381919edb96e" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "082e87ac-5cf6-4bad-bedb-5f6591b8f566", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "7aa5c9c1-6540-4f6a-88c6-859d1bef4851" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "8fb13af8-c385-46a2-aecc-c741c1e8a5ad" + }, + { + "output_type": "sequence_file", + "output_id": "e28e68a3-3042-45f6-a714-ba8622a4b34e" + }, + { + "output_type": "sequence_file", + "output_id": "6c002a62-76b3-4578-8afd-c88cfd62a682" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "c5f8e956-21dc-4b3e-be69-6f865e3a694b", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "7aa5c9c1-6540-4f6a-88c6-859d1bef4851" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "7f8aa404-55fb-4439-ab20-f9fc2e92440f", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "05617ca5-c033-40aa-b865-45b34a14bc27" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "f37a0dec-b7ba-4b34-8e51-732fb5ac7213" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "0f14c412-5014-4ac0-9a71-858b2f047777", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "c0e783a5-a154-4f3a-b887-629ff44346ab" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "fb5fdf8f-f79f-479a-a662-2f3bed88e960" + }, + { + "output_type": "sequence_file", + "output_id": "354517f9-c515-401a-a490-9917dea7d3f2" + }, + { + "output_type": "sequence_file", + "output_id": "70d226a8-01f4-4955-8293-210a6ec78920" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "5d2624e6-d55b-4dac-8e59-55e165900fd6", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "f5d590c5-b307-4b99-af98-8ddba1e2a266" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "c0e783a5-a154-4f3a-b887-629ff44346ab" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "a5365490-1246-4349-b49f-d6b18d834996", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "f5d590c5-b307-4b99-af98-8ddba1e2a266" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "83b474d3-c20f-48f6-95a0-b0fa2269f14d", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "de9d1258-715d-47f9-8480-5695c198f6cc" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1" + }, + { + "output_type": "sequence_file", + "output_id": "ba9ca87a-7818-4915-9f7f-0ba588ffad1f" + }, + { + "output_type": "sequence_file", + "output_id": "47bb0f79-31f9-42a8-ac34-4be08ef807d9" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "2387fc2c-65e4-42ad-b718-6586f88a7183", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "de9d1258-715d-47f9-8480-5695c198f6cc" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "64eb5fef-b257-47af-a797-7808f1aa0a0c", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "b736af42-04c7-4845-a410-310f8f912eeb" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ddd10ecc-f7b7-4370-82cf-14e30987b751" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "51fb7eb7-a422-482e-a98e-c9e6f9628e97", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "7ef94c74-d428-4588-89ff-45378d5b0017" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "c30f45e7-0575-46c3-8ea2-3ac864b439e9" + }, + { + "output_type": "sequence_file", + "output_id": "5646ff87-0427-4af5-a1ad-e072e6187c23" + }, + { + "output_type": "sequence_file", + "output_id": "ae5068b7-fa8a-46be-8a07-d735093f1aa5" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "55a939d9-dab5-49e3-82cc-bba3796800ed", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "7ef94c74-d428-4588-89ff-45378d5b0017" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "963a3ac2-373f-4d72-bca7-d00f0a982a69", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "8ef48580-339e-4c23-b5bd-04c8692cab5f" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "17aea4fd-cd72-4c36-8ded-d686162804b4" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "6a0f0064-ba67-43d6-985e-68d8edcf8c0b", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "3de6303a-cff0-444a-a79c-66c4c7ebae8e" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "0c8d1b87-0d6e-4e47-8130-1372bfa05c51" + }, + { + "output_type": "sequence_file", + "output_id": "4294907c-ba62-4597-845a-07fb788a2bb0" + }, + { + "output_type": "sequence_file", + "output_id": "599a4315-3b4b-4c42-9d68-961a2396cae5" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "688b5dd2-f1cb-4268-85a8-ec8431c25df6", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "3f646bab-c762-4dbd-8f7b-b374427dac74" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "3de6303a-cff0-444a-a79c-66c4c7ebae8e" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "dd584f8a-9127-4d00-b251-a3042b2528f4", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "3f646bab-c762-4dbd-8f7b-b374427dac74" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "13a062ba-2b8e-43a1-bc2a-bc17f650b37d", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "5355142f-f257-49bb-9589-2fd932361519" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc" + }, + { + "output_type": "sequence_file", + "output_id": "6500ad38-5b46-4186-9208-6a9494679191" + }, + { + "output_type": "sequence_file", + "output_id": "db9fbac5-641e-4dad-af15-a7afa407654b" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "a228f157-78ea-4e3c-85bc-dc90ccd3ec44", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "5355142f-f257-49bb-9589-2fd932361519" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ca78a1a9-375c-4aa8-bfdc-822279d0eca3" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "4cc61094-94b9-4d21-a8f8-edbd73129049", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "91f51e13-dc56-4526-9e39-92a6c6778e16" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "442f68c7-502a-4fc7-a3b8-94e9574cd22d" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "548a75b4-ba45-4700-b7bb-656c3995c316", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "15ec2b2a-c3fe-4946-8cf6-9386bb87eec1" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "8f6318ea-e692-4085-a693-02f4ff3204b5" + }, + { + "output_type": "sequence_file", + "output_id": "be64dbc9-183f-44c9-8b15-d8298ee6c4e9" + }, + { + "output_type": "sequence_file", + "output_id": "c8758f13-7e9b-464a-bada-b41b8b9e925f" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "12995713-3c1b-4e13-a7b9-26d242e9ad71", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "f47bb6a8-a753-4d40-8254-28fee9d03c1b" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "15ec2b2a-c3fe-4946-8cf6-9386bb87eec1" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "9d5c8595-a80c-4a12-b869-0b6c45ad6e16" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "741ffe1e-7bb1-4307-9d55-9ab77258314c" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "5878b562-defb-486f-8fa2-f4573bcd7322", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "a6116756-3aeb-48f2-8952-caccbfd3f57b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "f47bb6a8-a753-4d40-8254-28fee9d03c1b" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "f870bf7e-2cb7-44b2-a299-f4e06da4453c" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "b6dec4a6-2d9b-40ac-80c4-41dce01aea46", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "9fa78638-59a3-45d6-b065-ed1fbf84fa96" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c" + }, + { + "output_type": "sequence_file", + "output_id": "be252ee9-c27b-4937-8e96-e971c25ed794" + }, + { + "output_type": "sequence_file", + "output_id": "d8577b2c-16a2-484f-9269-9196d7cca451" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "fe71fe4a-0903-42e0-9a65-d985abd943ca" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "7a625379-2c08-4bde-aa32-1081132bdeb7", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "9fa78638-59a3-45d6-b065-ed1fbf84fa96" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5238fd9b-f4c2-46d9-bb44-6cebc9371a52" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9fde0deb-9630-4007-aea6-e7a7b1e68c2a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5fbd4bb4-e761-4345-99b8-bd5e141a8b94" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "b9a9d40e-7b4f-48f1-a893-f678e917a96d" + } + ] + }, + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "abe1a013-af7a-45ed-8c26-f3793c24a1f4" + }, + "files": [ + { + "file_id": "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "file_type": "supplementary_file" + }, + { + "file_id": "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "file_type": "supplementary_file" + }, + { + "file_id": "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "file_type": "supplementary_file" + }, + { + "file_id": "c72eb744-4971-4525-802c-d898349b392a", + "file_type": "supplementary_file" + }, + { + "file_id": "53089129-f71b-412c-ae2d-f7e8e50044c3", + "file_type": "supplementary_file" + }, + { + "file_id": "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "file_type": "supplementary_file" + }, + { + "file_id": "06e90b33-4403-41e8-b783-e65bf7de982a", + "file_type": "supplementary_file" + }, + { + "file_id": "944589e7-48a4-4333-b773-8e632ccb8865", + "file_type": "supplementary_file" + }, + { + "file_id": "182c7357-0ac0-483d-8189-b321cb3e8d74", + "file_type": "supplementary_file" + }, + { + "file_id": "77700dee-f8b3-40d1-b527-e0e53562eb49", + "file_type": "supplementary_file" + } + ] + } + ] + }, + "stitched": [ + "00ccb65c-2134-4309-9199-bea00ea1d5de", + "0115dbfc-99f2-59b4-8430-75cd79e3c04d", + "01f7c3d0-d4be-432d-aa25-8c7fbce20b49", + "03c1159c-1a7a-4ede-bac4-d2093b260c65", + "05617ca5-c033-40aa-b865-45b34a14bc27", + "0635494f-d45d-48a9-81b1-5f1d4ac15835", + "06e90b33-4403-41e8-b783-e65bf7de982a", + "075284e4-6a7b-45ba-a990-112beefd1296", + "07e479d6-d44a-444e-bd19-7b955e4d0b37", + "082e87ac-5cf6-4bad-bedb-5f6591b8f566", + "09cd4cb6-65e3-44eb-b5b1-796ac895013d", + "0aa931a7-1850-47ff-86f9-2e3b1260cbb3", + "0b52914d-687b-44d1-9a70-a95df55ed502", + "0c8d1b87-0d6e-4e47-8130-1372bfa05c51", + "0d2f92fd-72da-53e6-8035-6b9b2b41a2f6", + "0d6404e4-f507-4c6d-aa26-4c83c058b623", + "0de1f04e-aaf3-4dc7-9869-248e87207d93", + "0df377a4-119b-5600-a3e6-e7c1bc94033f", + "0e9affc6-0257-44d8-8e27-3c723b9c8443", + "0f14c412-5014-4ac0-9a71-858b2f047777", + "0f2bdf51-97c6-5892-b9e7-ad826dbf1321", + "0f9e435b-dbd3-5fd6-9b4e-347433de69b0", + "0fadf81a-30b4-4e70-ba6f-028950d06ec4", + "10439c86-98bb-5009-8374-577a41575424", + "10e05576-100a-48cc-aa83-a30f09514384", + "119ebaa3-a3b6-4cfe-8978-46d93796b9aa", + "121b6c9b-3b12-4fb8-8d98-fba4f1005770", + "125a0c93-3187-463f-990b-1166aeb26e84", + "12995713-3c1b-4e13-a7b9-26d242e9ad71", + "138dcce5-f9a8-497c-9de1-70a289bdc936", + "13a062ba-2b8e-43a1-bc2a-bc17f650b37d", + "1456adad-9a4b-4a80-b115-9813f7a6b93c", + "154ff85c-da53-4b85-b02b-002211631867", + "157ba915-28d7-4d80-89ad-71c8291dbc05", + "15ec2b2a-c3fe-4946-8cf6-9386bb87eec1", + "16a9712a-0a62-4f57-a57f-189992e6070b", + "17aea4fd-cd72-4c36-8ded-d686162804b4", + "182c7357-0ac0-483d-8189-b321cb3e8d74", + "1841191a-cad6-4bb8-b174-f41d94bee738", + "18c7131a-6f18-50a0-a805-04e0f4e2d7aa", + "1932be60-8d3d-412b-86ac-4186ea87326b", + "1a04d1fb-55cc-4fd2-810a-71cf26d1aee9", + "1a625464-2ab2-4d39-a1a5-e4e2240aa1fc", + "1ab8df81-b7c8-4726-8b9b-c9f1d2bcac7e", + "1b675693-2615-519e-bfa7-cc008b0ff6e9", + "1c531e83-02f4-4c00-b161-f186a1b5e1fb", + "1d428c59-694c-4596-a360-a5e857f90635", + "1d8a4488-3c4c-52b1-9912-52f08da57022", + "1e3c935e-a508-47e5-a1a1-da5ad78a4f36", + "1eb30a4b-d595-4142-ae68-0a4ff4281c8d", + "1f50a6ba-90e5-4162-b6ac-6f8d5bfe72cc", + "200f221c-c86e-4c67-9d25-5d8210ae33c6", + "210c7287-2f6e-4a93-8c63-202fa0b596b7", + "2387fc2c-65e4-42ad-b718-6586f88a7183", + "24552395-eef1-405d-a85e-df65c08b8ceb", + "247b3006-918e-49de-9797-df31ffcfe4ca", + "25f7e8ad-e20e-4b7a-99b5-1f3c5bbfdf18", + "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "29a8f5fb-43a8-4f18-9255-f7573e9c4600", + "2b8c990c-4b79-4536-bf5f-1c8e57bff598", + "2b9f7c89-d1c2-53ef-a769-80fec2f7d9e6", + "2c2c943c-1c0e-462c-b630-8a91a1f0fb94", + "2cbca5ef-0850-4c4a-9d24-05454a1060e8", + "2dd22fa3-fe29-4d60-b890-a8ee8b9731ce", + "2dea8819-57bd-4acf-bb26-7a8031df87fb", + "2ffa92e4-d98d-4a94-a059-2251b3b2ea20", + "30e6964e-df3b-5f93-ae18-b49ba08aea26", + "313c30cb-6941-5c2e-8c3e-60c02df4b977", + "316010e4-fdb5-5628-9510-adba0ca80a29", + "32c69d68-1792-53af-9f42-0e97c9afc94b", + "354517f9-c515-401a-a490-9917dea7d3f2", + "362835d6-4ab3-4f0b-8b15-fb7c0fc3311c", + "36bbd76b-b6ab-4c84-a5ec-965af8c40a28", + "37612503-8289-407f-93fa-b2993247a0e0", + "37accfb7-029b-57ba-892f-716f718dc9d2", + "37cad11b-c8c9-4d1f-b715-498b0f8d4b35", + "38a0ef48-9df1-5fef-8eb6-b32fbb67aabd", + "3a20b6a5-6652-4486-86bc-842c7c31c343", + "3aaf2fa3-6cb8-4c04-9a91-eb1e862154ce", + "3c277a01-33b1-4846-8a6d-8103b41a4db5", + "3c480b25-d8d1-5516-96ea-be6547af82ca", + "3cd78fb7-b7bc-5ab1-b122-47585f0023d4", + "3de452b4-1c2a-49d6-80c8-495715921447", + "3de6303a-cff0-444a-a79c-66c4c7ebae8e", + "3e9b54c2-4244-5549-a0ca-ea1524949a86", + "3f646bab-c762-4dbd-8f7b-b374427dac74", + "3fd7eed2-b7c5-43eb-b0cb-314efb1d8589", + "40905b7b-03ca-52b1-9ac7-76e350824c88", + "41c9fb6c-664e-4d51-94ae-a36dfb25073e", + "41d76180-77ac-5cb3-92bd-eb867d8c52c9", + "4246f2be-5949-525d-a4ba-491176f13f69", + "427003bc-a728-469a-aa8a-61bc2309956f", + "4294907c-ba62-4597-845a-07fb788a2bb0", + "438f185f-0e8b-4b34-b03f-7491552ef9b7", + "44175006-91f3-5d95-9a08-b33e08ed1ae3", + "442f68c7-502a-4fc7-a3b8-94e9574cd22d", + "4471ff2f-9528-4ab0-a422-78ed0852e4a5", + "448173cc-00c9-56e1-9bde-a8136521dc6f", + "44b8ad82-1109-4543-a534-a85b34c2c301", + "44d21c39-6acb-483a-99be-8fe8e7a5d208", + "475885e1-5b81-452f-a939-91dc9b207f5b", + "4785d42e-648a-4d1d-9b1e-677cf5486850", + "47bb0f79-31f9-42a8-ac34-4be08ef807d9", + "48cb1c07-fb20-453a-bb98-18dfd9eb4eb8", + "49e80111-c3ae-5c09-b484-18cf66b7c7fd", + "4ad98f14-2ff2-53de-9c97-50fbcc9a6e3e", + "4bf5245d-0168-48b5-83b8-c6aabdcf1a46", + "4c12888b-2a1a-52c9-b0fa-499ef34adc21", + "4c46c08e-5552-4c32-8e39-5bd489718c8c", + "4cc61094-94b9-4d21-a8f8-edbd73129049", + "4cd84763-27c6-42ef-8577-613d3665bc01", + "4d411b9c-06de-5805-bb7f-eca54e1c42cc", + "4db3cc2d-f0ac-5cdf-8656-4c9b096a0092", + "4e80d841-15c5-4da1-9660-4400b41d0536", + "4fc5aa24-c7b1-511c-b6a2-6d8366b3b025", + "50547806-882a-5915-b217-5bbc692239b9", + "509608f1-e1d5-561c-b0d6-54348f0adb29", + "509c765d-cf97-5166-ae8f-b0c26a42f759", + "50de5887-5ab7-5e8f-a6da-81b52089e98b", + "51aab3dd-5ca8-4a83-b821-99fd3604f8e7", + "51c769a9-63ad-42bc-b3e5-eba1d9ce843f", + "51fb7eb7-a422-482e-a98e-c9e6f9628e97", + "5238fd9b-f4c2-46d9-bb44-6cebc9371a52", + "53089129-f71b-412c-ae2d-f7e8e50044c3", + "5355142f-f257-49bb-9589-2fd932361519", + "548a75b4-ba45-4700-b7bb-656c3995c316", + "55a939d9-dab5-49e3-82cc-bba3796800ed", + "5646ff87-0427-4af5-a1ad-e072e6187c23", + "566d48d1-fee9-45a5-80e8-b88f9305e0b2", + "56a5a34b-1362-4d3c-ae6f-b5f01d4eabc0", + "56b327ac-557e-4a07-90a7-4f167d241773", + "5756416b-6522-41da-8db3-977c3f707a0e", + "57c38b28-848d-5716-8c68-a3b3222aac6e", + "58630e07-76d1-4d12-af1f-8a15fef59e1c", + "5878b562-defb-486f-8fa2-f4573bcd7322", + "5935370b-5330-5787-b1cf-51987f5957d5", + "599a4315-3b4b-4c42-9d68-961a2396cae5", + "59e40d0b-dfbc-4668-bb8a-d0b39d25ca88", + "5a6285f9-6133-47ce-ae8a-fbe67160af21", + "5b84bbca-dfde-462c-9c79-c914f32e03c4", + "5bb0243e-0764-5a77-ae7d-1638ebfd27b0", + "5bb24f6f-34f5-4955-80b1-dd7ceb6d55a6", + "5be64c5b-766b-43ad-ab5a-467ef1c47cc4", + "5d2624e6-d55b-4dac-8e59-55e165900fd6", + "5ef41564-04c4-5260-b974-9b37fcc73e35", + "5f89237b-83d8-5b2b-880c-2fc4f0c1db1c", + "5fbd4bb4-e761-4345-99b8-bd5e141a8b94", + "602081b8-1b64-430c-8c85-093e21e1c972", + "6033d2ea-8c96-4f43-956c-b9701f63ed66", + "604b4322-f029-4bcd-84e1-e234017cda2f", + "60d4e19b-aa28-4ed1-9ac5-1db33d287b0a", + "6144552f-b4b0-460b-b5a6-7bd3035d2f1b", + "615aea9b-2bc7-54b8-97c5-a16ac697f790", + "61618af9-079f-578d-a834-8ec482403b17", + "61c9f4df-f92b-4d7c-894a-9150718ab39a", + "61f531af-0cc2-5f69-8b93-bc04f8f29279", + "6235a244-ae17-402f-b944-d67aa600aef8", + "62e9f752-eab4-48c8-9fba-95b847207ee5", + "63a1acfd-ca01-451d-a41d-d3a7ffd1655b", + "6447d1eb-f1ee-44f1-9fc6-1a0bb39677fd", + "64c1be0b-56b7-4d5a-b7c8-e8f7f88e0427", + "64eb5fef-b257-47af-a797-7808f1aa0a0c", + "6500ad38-5b46-4186-9208-6a9494679191", + "65128ed2-a70b-4b04-8591-4303acef31e3", + "657b9016-387f-4951-bf3d-4b749f4a4f23", + "67f7a04b-7b04-5bb2-a492-efb98f819e97", + "688b5dd2-f1cb-4268-85a8-ec8431c25df6", + "689bcda6-eb41-588a-b4a9-8827e22b1856", + "6a0f0064-ba67-43d6-985e-68d8edcf8c0b", + "6c002a62-76b3-4578-8afd-c88cfd62a682", + "6d273f72-f55c-4c8e-b91e-29e762194c3f", + "6ef15cb9-46a9-4cf2-9fda-d536641bc6c5", + "6f7195ee-5bcd-5b4d-a3a7-a6ad404edba9", + "6ff514d2-c9aa-482a-ba40-da02a5c5fac8", + "70341236-6291-4b53-b161-17bca3b50cb9", + "70d226a8-01f4-4955-8293-210a6ec78920", + "70fa85f0-3a54-4bb0-a7b7-061575f963e3", + "71efd7ce-0ec0-4423-9eb2-9bd42f40a33f", + "722fafff-d2ec-4a1f-b36b-70f7cc6d2192", + "72932e5b-c25b-401c-8c48-aab023661968", + "741ffe1e-7bb1-4307-9d55-9ab77258314c", + "7512e2e0-ac08-5d56-b2a4-d553bc24227c", + "75150c4f-0ce4-56b1-a4d8-2342f5d4a3b8", + "758b97fb-d92f-484f-8160-d85b3d1aed7b", + "75eaaa73-142a-46db-8db1-6a0d7e487a0f", + "77700dee-f8b3-40d1-b527-e0e53562eb49", + "791a846a-1241-4b0c-a3e3-24160fc321ee", + "7923e38e-8649-41b7-b0a6-ac901630be3c", + "79c607a7-8bf6-5288-831d-715ef9e450d5", + "7a058660-f594-4eb5-b02f-bace314f6d76", + "7a625379-2c08-4bde-aa32-1081132bdeb7", + "7aa5c9c1-6540-4f6a-88c6-859d1bef4851", + "7c7a336b-a771-5257-a7b2-da2d87896ea4", + "7d29fb39-c214-4edd-9dec-093dcc527429", + "7e63de17-6e27-4a78-b029-a8db8cc121a6", + "7ef94c74-d428-4588-89ff-45378d5b0017", + "7f8aa404-55fb-4439-ab20-f9fc2e92440f", + "824111f5-d9fa-5ca8-9329-0f172332c98e", + "83b474d3-c20f-48f6-95a0-b0fa2269f14d", + "855fdb57-1c0e-5875-aef5-f6e14876b15c", + "85849811-ff50-46ec-9245-79140a1ca705", + "875e0856-b5e7-4ae2-a1d0-6b5d408a9472", + "8831df7b-25f6-482e-9e54-5c53bdda4d53", + "89849bc8-4b60-45a5-b1b0-869e29625599", + "8a9a73f6-9a38-494a-84b2-2d0e11b60c17", + "8b643b3c-3000-5cf4-8aa1-64a4b9d68abf", + "8bee60a4-c810-4157-852d-f6510859aad6", + "8c0ef0ae-0687-4f2a-8a27-d833b7032a26", + "8c1b5489-7bf1-40c0-ba60-5e6b079e108a", + "8d2bd05e-52ae-5fae-bdcd-97e9cd74a62b", + "8ef48580-339e-4c23-b5bd-04c8692cab5f", + "8f2afe24-5222-4451-a9d6-323d33e49156", + "8f6318ea-e692-4085-a693-02f4ff3204b5", + "8fb13af8-c385-46a2-aecc-c741c1e8a5ad", + "901b4d92-9b4d-5e10-b98b-c64c8535c7e3", + "90a63c12-7fec-49c5-9b1a-7d622c4390f8", + "90b34757-474f-42c3-9d31-683a5a0a84bd", + "91069ce7-7605-401a-bdbb-087420d0b207", + "9178a5a8-dbc2-5dfd-be33-2ac8e6f2fc96", + "91f51e13-dc56-4526-9e39-92a6c6778e16", + "944589e7-48a4-4333-b773-8e632ccb8865", + "94bb3ed5-df2e-4e73-987f-d7d63d0db2b9", + "9614720d-ed06-4e72-9a4f-cb62088ff608", + "963a3ac2-373f-4d72-bca7-d00f0a982a69", + "9702f6ba-fd5b-5972-80d4-629e8a8fa8e9", + "97890d18-72bf-4feb-b713-1d057d1f6519", + "9a41c791-004c-5d89-a10c-d58d2ef7eca3", + "9abf31bf-fc25-4e44-ae99-0af17e017b95", + "9b35ba1f-2445-5fcc-a510-d4da345854fe", + "9b53a5c0-fd77-4d55-b697-16a95c67c4c2", + "9be12f87-5674-4d72-8dc3-f86ebf53ae00", + "9d5c8595-a80c-4a12-b869-0b6c45ad6e16", + "9db33a18-ffb7-4e50-88e7-22b4f5d8bce3", + "9ea7643b-d0ba-49b0-b441-0c5d3c2cfe59", + "9fa78638-59a3-45d6-b065-ed1fbf84fa96", + "9fde0deb-9630-4007-aea6-e7a7b1e68c2a", + "a04c3838-8a5f-44c7-9b72-1c31c7a6c547", + "a201d705-2a67-452d-a8c8-4d792885fecc", + "a228f157-78ea-4e3c-85bc-dc90ccd3ec44", + "a2a60cf5-2597-4ba3-b9fa-7ecdde004c8c", + "a39685fd-b34a-4db7-b973-381919edb96e", + "a3b89f52-1007-4aa4-8889-f2b3670c82bd", + "a4a43ddf-e654-526c-98fa-9c0679f2bc95", + "a5365490-1246-4349-b49f-d6b18d834996", + "a6116756-3aeb-48f2-8952-caccbfd3f57b", + "a642669d-72f1-5e03-94fe-83a993c7facd", + "a64cdd04-6d28-5f81-9f2d-4ae6989e9ddc", + "a6a5f2ec-2b8c-4419-82a9-f6bdb80e849c", + "a9cf1331-fec6-4a66-9d92-8649aa4dc00b", + "aac09eaf-b9e3-5469-b34f-d2ec70f57089", + "abffd51d-843c-4f79-8e18-40d8374ade83", + "ad09a0ef-ce88-461b-803f-059a6d37d420", + "ae5068b7-fa8a-46be-8a07-d735093f1aa5", + "aec768aa-9e5d-57ab-b249-09f01b2e5f03", + "afd0ea55-e710-4b46-bb05-2423e491b6f5", + "b0d1afa7-c798-4172-9231-33584e52f70f", + "b12b9f7a-1136-456b-b0e0-aa05c29d1355", + "b138cb0f-a34d-5b29-8b23-a37bc6f961fd", + "b149162c-3450-5301-b057-c3930459584d", + "b2ba2d5e-31f2-4bc6-be3d-c20acad86aa1", + "b3ce1085-08dc-42ff-a609-6968315327a8", + "b4efa99e-25c8-5eef-96a4-84f2551bcc29", + "b58109d6-0e7e-49cb-abd5-4ca20e43046e", + "b58fd1d3-1488-40b2-9530-50c0fe54a4dd", + "b666cb1a-1a4f-511f-859e-2779aad16fa0", + "b6dec4a6-2d9b-40ac-80c4-41dce01aea46", + "b72fccff-7178-4f4c-bf6a-c32cc99af28c", + "b736af42-04c7-4845-a410-310f8f912eeb", + "b869ef9d-300d-46e0-941f-ad0f036773b2", + "b93eec14-cbe3-41c3-af82-a4e352f50377", + "b9a9d40e-7b4f-48f1-a893-f678e917a96d", + "ba36a0b5-a686-5e72-91c9-b29f9c1d3f2e", + "ba802a39-ab3c-4ddf-8606-6904ec798ff5", + "ba9ca87a-7818-4915-9f7f-0ba588ffad1f", + "bba19c1b-66b5-5b45-8391-e7b9e749afc3", + "bc752490-c165-4e59-a335-5690f1809ac9", + "be252ee9-c27b-4937-8e96-e971c25ed794", + "be64dbc9-183f-44c9-8b15-d8298ee6c4e9", + "be883019-a8df-564d-87ff-c24a1358fdb6", + "c0e783a5-a154-4f3a-b887-629ff44346ab", + "c0eb3628-4aae-5215-8fe8-dfc1974fb288", + "c1e549a6-8711-4381-853d-c54469b4b5c0", + "c1eef424-40cb-51f6-a574-755494d44789", + "c2137939-c2c6-44d7-8e11-7d6d6d5443eb", + "c23013ce-1c97-4717-af7f-7b92d2d3c5ae", + "c2552add-e5bd-4022-b3b0-9d160ebbda5b", + "c2fadf72-fab9-47a5-ae9f-50d97753d3ef", + "c30f45e7-0575-46c3-8ea2-3ac864b439e9", + "c564580f-c1bb-5c2d-a0d0-0baebebdf7e4", + "c5f8e956-21dc-4b3e-be69-6f865e3a694b", + "c6d5d8ad-4234-4d4b-b508-c5b9b05ea4c2", + "c72eb744-4971-4525-802c-d898349b392a", + "c79356b3-d639-4026-8865-73a20225efd4", + "c8758f13-7e9b-464a-bada-b41b8b9e925f", + "c89d294a-1921-46fa-9392-b714af40c97c", + "c8b8eac3-92be-5a6c-94ac-e554face58a8", + "c98d14ec-8761-45f7-8e86-e63c188bd97f", + "c99659fc-134b-4290-aae6-0bd6adbe3f0a", + "c9c4fc85-aaf7-4fa3-9ab1-2d0b0a886f62", + "ca6b8d6b-6d19-4ff0-b487-c13cdf801a60", + "ca707466-c643-54d0-a251-d4314081608b", + "ca78a1a9-375c-4aa8-bfdc-822279d0eca3", + "caee5d2b-466f-5762-a565-8fa4a520faba", + "caf7fc00-38ab-4af5-beda-c70c1fb4448e", + "cb189806-adb0-42d2-b519-b9e48a23bc94", + "cb6662a8-c395-4f75-b6fa-87c186917ed2", + "cb7a8922-0b74-42f5-9346-f80ebbaddb57", + "cbc88af9-e283-49fa-8c4d-7931a266d2fb", + "cc5a78a1-539f-4dec-80b6-62f35dcafd89", + "cc671147-98a3-4e96-ae78-7f6b637271d6", + "cc811606-6aff-421b-ac56-b26adbfe67f4", + "cca2842a-813b-4f29-a8d5-98ebdb6d1b4c", + "d18bbb45-9103-421a-b0cf-a40e2821ff5b", + "d1f0becb-7640-4861-aee5-0578cd987194", + "d3ea1255-7208-4952-be7f-7372d2dc9466", + "d8577b2c-16a2-484f-9269-9196d7cca451", + "d8c08782-6f69-4314-947c-1afe6928cbce", + "d96cdcd2-d832-470d-96d8-db8f92075703", + "da200c32-cfbd-435f-8786-2cf542b87367", + "db9fbac5-641e-4dad-af15-a7afa407654b", + "dc31f31d-ab56-4025-9834-99be638a2d50", + "dc4b7fff-0876-4f92-96cc-167efc91b516", + "dc6cba3b-5de7-5405-80ba-ba0d16f9285f", + "dce25965-6000-496a-b884-fa4dc0491a4d", + "dd3dccbb-4bc8-5384-8693-96b82fe5f685", + "dd584f8a-9127-4d00-b251-a3042b2528f4", + "ddc00ab2-17ea-4b61-8f75-29e26d82551c", + "ddd10ecc-f7b7-4370-82cf-14e30987b751", + "de1febb4-49dd-4a8a-b9c0-7ea493dd2d5a", + "de4c5a98-eea2-4790-92fe-dd0adc5c05b2", + "de9d1258-715d-47f9-8480-5695c198f6cc", + "dec92f6d-8aa9-48e5-9c8d-5d0c2cfb7749", + "df5af5d4-56e1-517b-8f47-7bf4888c853a", + "df9eea5a-6dea-55bc-9257-35cd9e7c58cc", + "dfad809b-a282-5bb4-9d71-0a5bf3da0417", + "e0556c96-db70-426b-a44d-63da9c722734", + "e28e68a3-3042-45f6-a714-ba8622a4b34e", + "e3777b07-1706-4434-a523-1335f0b96b30", + "e5b37a2a-d819-4961-8fa5-f47ce08532a9", + "e68843c2-df7c-4607-b98f-84b39b31963c", + "e6e30d90-6a3f-4b47-9d7b-6a66989271da", + "e768a12c-327e-4d27-85e0-347d95921452", + "e957cc11-3b0d-41ab-9f4e-3bb45688fd8e", + "e9af9182-ea0a-4942-9ae5-e2fc36272da6", + "ec1af218-9b00-4366-8890-5cebf580f225", + "ed31fe54-3acf-4fdd-9877-3f241b6480a6", + "ee2bfb40-7aa4-4c78-b78a-91aa69c7dc6e", + "ee6f108e-efd4-4eb3-8e51-76fcef37455b", + "ef880b39-ded0-529f-8b50-44961b8f852e", + "eff119a8-5bdb-473d-8479-27b3aa0926bc", + "f11f27c5-f4b0-4d20-9c8f-d1af764c7c0a", + "f1aecf03-b60d-483c-a09f-69223cc1ad0e", + "f2393819-bde7-5d77-a1ef-ea58d87e5232", + "f2f0f2f6-21bb-4672-8cbe-6143c5586b69", + "f37a0dec-b7ba-4b34-8e51-732fb5ac7213", + "f3b306f2-3627-4fbe-b4d0-9968ee934452", + "f44d6b65-0866-47d5-bfb2-8173b1b6a2b3", + "f47bb6a8-a753-4d40-8254-28fee9d03c1b", + "f5d590c5-b307-4b99-af98-8ddba1e2a266", + "f6809490-ac47-5fe5-af87-1923c320164e", + "f6cf748f-03ac-411c-8e52-d5a5c606e673", + "f870bf7e-2cb7-44b2-a299-f4e06da4453c", + "f9703a2c-b024-4917-a6b0-981b38cfb784", + "f9b8be35-2641-5f85-af13-c0390b7bfe23", + "f9bf5721-5ee8-5837-8eb9-da3810cf04f1", + "fb5fdf8f-f79f-479a-a662-2f3bed88e960", + "fbcc2483-8a75-50ec-8cb6-8148a5087dce", + "fd1a13ab-4a77-4f7c-964b-7e07722581c1", + "fe320cac-6005-46ab-a023-1c7157f5d426", + "fe71fe4a-0903-42e0-9a65-d985abd943ca", + "fe86eb27-196d-48be-a58b-840d7add69ec", + "feb85664-ff85-4b95-9198-036360f87cc9", + "febe54b0-6388-5024-a971-fa88862a4e62", + "fede9b23-84cc-4d8e-97e3-9bd3fa3f4b19", + "ff6b12b6-7733-476d-a081-32904abff547", + "ffa809d2-47c7-45c6-b221-7c9d2478caa6", + "ffac7235-fb12-4e0d-ac86-c608d45f43c3" + ] +} \ No newline at end of file diff --git a/test/indexer/data/7a330531-ec7f-5aee-84d4-2ba24d66e93b.dss.hca.json b/test/indexer/data/7a330531-ec7f-5aee-84d4-2ba24d66e93b.dss.hca.json index e1b087c717..d77b018824 100644 --- a/test/indexer/data/7a330531-ec7f-5aee-84d4-2ba24d66e93b.dss.hca.json +++ b/test/indexer/data/7a330531-ec7f-5aee-84d4-2ba24d66e93b.dss.hca.json @@ -1,102 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "37e91a9f-b04e-5313-bbc0-4c394406247e", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "7a330531-ec7f-5aee-84d4-2ba24d66e93b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "b0092a47-b19d-5b34-b004-cb8edd8c625b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_3.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 728, - "uuid": "119c4135-7b77-5003-a150-f052e22c6834", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 724, - "uuid": "6ff38054-9296-5d4c-b238-6a3b01a15175", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 570, - "uuid": "caf6d2a8-2272-5689-b3d8-9c97370d6c29", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "analysis_file/caf6d2a8-2272-5689-b3d8-9c97370d6c29": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4383f7cb", "indexed": false, @@ -107,180 +11,10 @@ "size": 11, "uuid": "0ba8d3b7-c002-5124-a35b-edd9badd198a", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 3438, - "uuid": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2557, - "uuid": "767282b2-2fc1-5559-b020-29686b810206", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1836, - "uuid": "46435803-7ee8-5157-8569-8a61ad50c315", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 938, - "uuid": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2060, - "uuid": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "caf6d2a8-2272-5689-b3d8-9c97370d6c29", - "output_type": "analysis_file" - } - ], - "process_id": "7a330531-ec7f-5aee-84d4-2ba24d66e93b", - "process_type": "process", - "protocols": [ - { - "protocol_id": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", - "protocol_type": "analysis_protocol" - }, - { - "protocol_id": "767282b2-2fc1-5559-b020-29686b810206", - "protocol_type": "library_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "119c4135-7b77-5003-a150-f052e22c6834", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", - "output_type": "cell_suspension" - } - ], - "process_id": "b0092a47-b19d-5b34-b004-cb8edd8c625b", - "process_type": "process", - "protocols": [] - }, - { - "inputs": [ - { - "input_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "119c4135-7b77-5003-a150-f052e22c6834", - "output_type": "cell_suspension" - } - ], - "process_id": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", - "process_type": "process", - "protocols": [ - { - "protocol_id": "46435803-7ee8-5157-8569-8a61ad50c315", - "protocol_type": "enrichment_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "output_type": "specimen_from_organism" - } - ], - "process_id": "37e91a9f-b04e-5313-bbc0-4c394406247e", - "process_type": "process", - "protocols": [ - { - "protocol_id": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -397,7 +131,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/37e91a9f-b04e-5313-bbc0-4c394406247e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -411,7 +145,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/7a330531-ec7f-5aee-84d4-2ba24d66e93b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -425,7 +159,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/b0092a47-b19d-5b34-b004-cb8edd8c625b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -439,7 +173,7 @@ }, "schema_type": "process" }, - "process_3.json": { + "process/bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -453,7 +187,7 @@ }, "schema_type": "process" }, - "cell_suspension_0.json": { + "cell_suspension/119c4135-7b77-5003-a150-f052e22c6834": { "biomaterial_core": { "biomaterial_id": "AP2CS_pre", "ncbi_taxon_id": [ @@ -485,7 +219,7 @@ } ] }, - "cell_suspension_1.json": { + "cell_suspension/6ff38054-9296-5d4c-b238-6a3b01a15175": { "biomaterial_core": { "biomaterial_id": "AP3CS", "ncbi_taxon_id": [ @@ -517,7 +251,7 @@ } ] }, - "analysis_file_0.json": { + "analysis_file/caf6d2a8-2272-5689-b3d8-9c97370d6c29": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/6.5.0/analysis_file", "file_core": { "content_description": [ @@ -541,7 +275,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/811adf54-7f27-5aec-9ed7-c6084c4c3a1b": { "computational_method": "10x v3", "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/analysis/10.0.0/analysis_protocol", "matrix": { @@ -572,7 +306,7 @@ "text": "enzymatic dissociation" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/767282b2-2fc1-5559-b020-29686b810206": { "cell_barcode": { "barcode_length": 16, "barcode_offset": 0, @@ -609,7 +343,7 @@ "barcode_read": "Read 1" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/3bee0c9a-aced-52f2-b97f-89518f826b36": { "biomaterial_core": { "biomaterial_id": "AP2_specimen", "biomaterial_name": "AP2_specimen", @@ -646,7 +380,7 @@ }, "schema_type": "biomaterial" }, - "enrichment_protocol_0.json": { + "enrichment_protocol/46435803-7ee8-5157-8569-8a61ad50c315": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "method": { "ontology": "EFO:0009337", @@ -666,7 +400,7 @@ }, "schema_type": "protocol" }, - "donor_organism_0.json": { + "donor_organism/5bc2bf2f-eb98-5510-a386-172cef38f2f2": { "biomaterial_core": { "biomaterial_id": "AP2", "biomaterial_name": "Sanger_AP2", @@ -711,7 +445,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/e7f864e3-6ba7-53c8-842f-2a05cb90e1b7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -731,5 +465,104 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "caf6d2a8-2272-5689-b3d8-9c97370d6c29", + "output_type": "analysis_file" + } + ], + "process_id": "7a330531-ec7f-5aee-84d4-2ba24d66e93b", + "process_type": "process", + "protocols": [ + { + "protocol_id": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", + "protocol_type": "analysis_protocol" + }, + { + "protocol_id": "767282b2-2fc1-5559-b020-29686b810206", + "protocol_type": "library_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "119c4135-7b77-5003-a150-f052e22c6834", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "6ff38054-9296-5d4c-b238-6a3b01a15175", + "output_type": "cell_suspension" + } + ], + "process_id": "b0092a47-b19d-5b34-b004-cb8edd8c625b", + "process_type": "process", + "protocols": [] + }, + { + "inputs": [ + { + "input_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "119c4135-7b77-5003-a150-f052e22c6834", + "output_type": "cell_suspension" + } + ], + "process_id": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", + "process_type": "process", + "protocols": [ + { + "protocol_id": "46435803-7ee8-5157-8569-8a61ad50c315", + "protocol_type": "enrichment_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", + "output_type": "specimen_from_organism" + } + ], + "process_id": "37e91a9f-b04e-5313-bbc0-4c394406247e", + "process_type": "process", + "protocols": [ + { + "protocol_id": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/7eb74d9f-8346-5420-b7e4-b486f99451a8.dss.hca.json b/test/indexer/data/7eb74d9f-8346-5420-b7e4-b486f99451a8.dss.hca.json index bd480066d4..2f69465e1d 100644 --- a/test/indexer/data/7eb74d9f-8346-5420-b7e4-b486f99451a8.dss.hca.json +++ b/test/indexer/data/7eb74d9f-8346-5420-b7e4-b486f99451a8.dss.hca.json @@ -1,23 +1,11 @@ { - "manifest": [ - { - "name": "process_0.json", - "uuid": "1116b396-448e-4dd1-b9c9-78357c511e15", - "version": "2019-09-13T08:37:57.269000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 302, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/30040306-be5c-48f9-b221-e666e279ab5b": { "name": "Retina_Wong_scRNA_Sample4_I1.fastq.gz", "uuid": "1985c53a-b78f-4d9e-9563-dffed8207efd", "version": "2019-09-13T09:16:23.710869Z", "content-type": "application/gzip; dcp-type=data", "size": 1110577684, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cd7ace86-c1f9-4c36-8ba0-078520babe83", "crc32c": "3f0921bb", @@ -25,79 +13,12 @@ "sha256": "fbb183a7608f5c4b98e0d9a2f4f77b843d24dcd727f0d5e4ea8111de7d9b22b2", "s3_etag": "f393918b58d786a89c467455152aa66e-17" }, - { - "name": "dissociation_protocol_0.json", - "uuid": "2509f42a-0328-4e33-8d21-79d37560d846", - "version": "2019-09-13T08:37:53.822000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 758, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_protocol_0.json", - "uuid": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "version": "2021-02-26T16:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 401, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "30040306-be5c-48f9-b221-e666e279ab5b", - "version": "2019-09-13T08:43:56.724000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "3030903f-4a4b-4b30-ab93-3b10183181e0", - "version": "2019-09-13T08:37:53.821000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 894, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "39255288-6791-45b0-ac7e-b3ef4c981a3b", - "version": "2019-09-13T08:54:00.067000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_0.json", - "uuid": "3d7a4690-8760-491c-98f9-9a1aea3f79b5", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9f8f5212-0749-460b-9a46-2949dea45d52": { "name": "Retina_Wong_scRNA_Sample4_R2.fastq.gz", "uuid": "5140b603-8cc1-4566-9043-e68145efbbd6", "version": "2019-09-13T09:16:24.192766Z", "content-type": "application/gzip; dcp-type=data", "size": 9820193406, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7b607ae7-1136-41f7-937e-ea2c3015a949", "crc32c": "3c380752", @@ -105,317 +26,44 @@ "sha256": "76f22d617806fffc64137ef2449e1e827a6d889c0b8e6fc0e38274f68c9f556d", "s3_etag": "012e21be88b6293dfc864c018f67ccf5-147" }, - { + "analysis_file/d90280cc-a294-57de-b350-5234a5278c19": { "name": "1116b396-448e-4dd1-b9c9-78357c511e15.loom", "uuid": "5a11ed4f-41d1-53b4-9e62-3c0bbd04b4b0", "version": "2021-02-03T21:08:31.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1016626791, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_55cb0c0b-e617-491a-b055-a7cd1a438c96", "crc32c": "9d1f0a8c", "sha256": "733a4a7db49e1ef08a7f5631f3e658f49233c1d468d6d3da0a3f7c02621fab27" }, - { + "analysis_file/b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6": { "name": "1116b396-448e-4dd1-b9c9-78357c511e15.bam", "uuid": "640e64f1-6ada-5d12-a772-fe4ed4eeecea", "version": "2021-02-03T20:52:27.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 13010167180, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4bc6a861-4ecb-4758-ba27-8326821d6be5", "crc32c": "2ad80e5f", "sha256": "45e831be417a5bbf75b7d0a0a1a024ac9d9f22971115fd56f5b0e5b346e87a71" }, - { + "sequence_file/39255288-6791-45b0-ac7e-b3ef4c981a3b": { "name": "Retina_Wong_scRNA_Sample4_R1.fastq.gz", "uuid": "79f589cb-32a2-4ba6-a091-7c5d820d02df", "version": "2019-09-13T09:16:23.982952Z", "content-type": "application/gzip; dcp-type=data", "size": 2950925436, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_96e58cce-a961-48c5-b4fd-84f4e994e10a", "crc32c": "068824ae", "sha1": "da3a5a63315c5c3e8f24e2f59d291ee1923306f8", "sha256": "bb61a115aed93057cbd1dc8fb08e68ed5615cc8dc926a9b3336ea0ad58eef648", "s3_etag": "be870140031523af537bbb3861fff77e-44" - }, - { - "name": "links.json", - "uuid": "7eb74d9f-8346-5420-b7e4-b486f99451a8", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 2483, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "8185730f-4113-40d3-9cc3-929271784c2b", - "version": "2019-09-13T08:37:53.825000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 11767, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "932000d6-c63b-40f0-bdd5-469fa4db8be2", - "version": "2019-09-13T08:37:53.868000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 569, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_2.json", - "uuid": "9f8f5212-0749-460b-9a46-2949dea45d52", - "version": "2019-09-13T08:57:01.788000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 608, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "a166be3d-6e84-4058-a1bd-edf90cf3ee88", - "version": "2019-09-13T08:37:53.815000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 915, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "a5e37780-0b71-4610-8a7c-26142dedfcec", - "version": "2019-09-13T08:37:57.174000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "b360251f-7550-4c08-b576-781858554ea1", - "version": "2019-09-13T08:37:57.252000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 301, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34", - "version": "2019-09-13T08:37:53.853000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 847, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f", - "version": "2019-09-13T08:37:53.832000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 668, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_1.json", - "uuid": "d90280cc-a294-57de-b350-5234a5278c19", - "version": "2020-02-03T10:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "edc72947-b776-4150-8bfe-b7331acfa66f", - "version": "2019-09-13T08:37:53.864000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 838, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "fa99959f-faa2-4d69-a092-48333e59f5f3", - "version": "2019-09-13T08:37:53.809000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 970, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "schema_type": "links", - "schema_version": "3.0.0", - "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b", - "input_type": "sequence_file" - }, - { - "input_id": "9f8f5212-0749-460b-9a46-2949dea45d52", - "input_type": "sequence_file" - }, - { - "input_id": "30040306-be5c-48f9-b221-e666e279ab5b", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "d90280cc-a294-57de-b350-5234a5278c19", - "output_type": "analysis_file" - }, - { - "output_id": "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", - "output_type": "analysis_file" - } - ], - "process_id": "3d7a4690-8760-491c-98f9-9a1aea3f79b5", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "1116b396-448e-4dd1-b9c9-78357c511e15", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "30040306-be5c-48f9-b221-e666e279ab5b" - }, - { - "output_type": "sequence_file", - "output_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b" - }, - { - "output_type": "sequence_file", - "output_id": "9f8f5212-0749-460b-9a46-2949dea45d52" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "b360251f-7550-4c08-b576-781858554ea1", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "edc72947-b776-4150-8bfe-b7331acfa66f" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" - } - ] - }, - { - "link_type": "process_link", - "process_type": "process", - "process_id": "a5e37780-0b71-4610-8a7c-26142dedfcec", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "edc72947-b776-4150-8bfe-b7331acfa66f" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" - } - ] - } - ] - }, - "analysis_protocol_0.json": { + "analysis_protocol/289ec28b-ce11-5be8-89ab-92fbceb874a0": { "computational_method": "Optimus", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -431,7 +79,7 @@ "text": "analysis_protocol" } }, - "sequence_file_0.json": { + "sequence_file/30040306-be5c-48f9-b221-e666e279ab5b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -456,7 +104,7 @@ "update_date": "2019-09-13T08:43:56.724Z" } }, - "sequence_file_1.json": { + "sequence_file/39255288-6791-45b0-ac7e-b3ef4c981a3b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -481,7 +129,7 @@ "update_date": "2019-09-13T08:54:00.067Z" } }, - "sequence_file_2.json": { + "sequence_file/9f8f5212-0749-460b-9a46-2949dea45d52": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -506,7 +154,7 @@ "update_date": "2019-09-13T08:57:01.788Z" } }, - "analysis_file_0.json": { + "analysis_file/b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -519,7 +167,7 @@ }, "schema_type": "file" }, - "analysis_file_1.json": { + "analysis_file/d90280cc-a294-57de-b350-5234a5278c19": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -538,7 +186,7 @@ }, "schema_type": "file" }, - "project_0.json": { + "project/8185730f-4113-40d3-9cc3-929271784c2b": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -958,7 +606,7 @@ "update_date": "2019-09-13T08:37:53.825Z" } }, - "analysis_process_0.json": { + "analysis_process/3d7a4690-8760-491c-98f9-9a1aea3f79b5": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -1258,7 +906,7 @@ "text": "analysis" } }, - "cell_suspension_0.json": { + "cell_suspension/932000d6-c63b-40f0-bdd5-469fa4db8be2": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -1283,7 +931,7 @@ "update_date": "2019-09-13T08:37:53.868Z" } }, - "process_0.json": { + "process/1116b396-448e-4dd1-b9c9-78357c511e15": { "process_core": { "process_id": "Retina_2_repB" }, @@ -1295,7 +943,7 @@ "update_date": "2019-09-13T08:37:57.269Z" } }, - "process_1.json": { + "process/a5e37780-0b71-4610-8a7c-26142dedfcec": { "process_core": { "process_id": "process_id_2" }, @@ -1307,7 +955,7 @@ "update_date": "2019-09-13T08:37:57.174Z" } }, - "process_2.json": { + "process/b360251f-7550-4c08-b576-781858554ea1": { "process_core": { "process_id": "process_id_6" }, @@ -1319,7 +967,7 @@ "update_date": "2019-09-13T08:37:57.252Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/ba595d79-aa43-4e3a-ad10-89f92ef4f22f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1339,7 +987,7 @@ "update_date": "2019-09-13T08:37:53.832Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/edc72947-b776-4150-8bfe-b7331acfa66f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1383,7 +1031,7 @@ "update_date": "2019-09-13T08:37:53.864Z" } }, - "donor_organism_0.json": { + "donor_organism/b8049daa-7458-47bf-8ec2-3f5c56d2cb34": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1427,7 +1075,7 @@ "update_date": "2019-09-13T08:37:53.853Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/a166be3d-6e84-4058-a1bd-edf90cf3ee88": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1457,7 +1105,7 @@ "update_date": "2019-09-13T08:37:53.815Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/2509f42a-0328-4e33-8d21-79d37560d846": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1476,7 +1124,7 @@ "update_date": "2019-09-13T08:37:53.822Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/fa99959f-faa2-4d69-a092-48333e59f5f3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1514,7 +1162,7 @@ "update_date": "2019-09-13T08:37:53.809Z" } }, - "collection_protocol_0.json": { + "collection_protocol/3030903f-4a4b-4b30-ab93-3b10183181e0": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1533,5 +1181,151 @@ "update_date": "2019-09-13T08:37:53.821Z" } } - } -} + }, + "links": { + "schema_type": "links", + "schema_version": "3.0.0", + "describedBy": "https://schema.humancellatlas.org/system/3.0.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b", + "input_type": "sequence_file" + }, + { + "input_id": "9f8f5212-0749-460b-9a46-2949dea45d52", + "input_type": "sequence_file" + }, + { + "input_id": "30040306-be5c-48f9-b221-e666e279ab5b", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "d90280cc-a294-57de-b350-5234a5278c19", + "output_type": "analysis_file" + }, + { + "output_id": "b949e4b6-c3fb-58b4-865b-40cb3ef2b6c6", + "output_type": "analysis_file" + } + ], + "process_id": "3d7a4690-8760-491c-98f9-9a1aea3f79b5", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "1116b396-448e-4dd1-b9c9-78357c511e15", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "30040306-be5c-48f9-b221-e666e279ab5b" + }, + { + "output_type": "sequence_file", + "output_id": "39255288-6791-45b0-ac7e-b3ef4c981a3b" + }, + { + "output_type": "sequence_file", + "output_id": "9f8f5212-0749-460b-9a46-2949dea45d52" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "fa99959f-faa2-4d69-a092-48333e59f5f3" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "a166be3d-6e84-4058-a1bd-edf90cf3ee88" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "b360251f-7550-4c08-b576-781858554ea1", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "edc72947-b776-4150-8bfe-b7331acfa66f" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "932000d6-c63b-40f0-bdd5-469fa4db8be2" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2509f42a-0328-4e33-8d21-79d37560d846" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ba595d79-aa43-4e3a-ad10-89f92ef4f22f" + } + ] + }, + { + "link_type": "process_link", + "process_type": "process", + "process_id": "a5e37780-0b71-4610-8a7c-26142dedfcec", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "b8049daa-7458-47bf-8ec2-3f5c56d2cb34" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "edc72947-b776-4150-8bfe-b7331acfa66f" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "3030903f-4a4b-4b30-ab93-3b10183181e0" + } + ] + } + ] + }, + "stitched": [ + "1116b396-448e-4dd1-b9c9-78357c511e15", + "1985c53a-b78f-4d9e-9563-dffed8207efd", + "2509f42a-0328-4e33-8d21-79d37560d846", + "30040306-be5c-48f9-b221-e666e279ab5b", + "3030903f-4a4b-4b30-ab93-3b10183181e0", + "39255288-6791-45b0-ac7e-b3ef4c981a3b", + "5140b603-8cc1-4566-9043-e68145efbbd6", + "79f589cb-32a2-4ba6-a091-7c5d820d02df", + "932000d6-c63b-40f0-bdd5-469fa4db8be2", + "9f8f5212-0749-460b-9a46-2949dea45d52", + "a166be3d-6e84-4058-a1bd-edf90cf3ee88", + "a5e37780-0b71-4610-8a7c-26142dedfcec", + "b360251f-7550-4c08-b576-781858554ea1", + "b8049daa-7458-47bf-8ec2-3f5c56d2cb34", + "ba595d79-aa43-4e3a-ad10-89f92ef4f22f", + "edc72947-b776-4150-8bfe-b7331acfa66f", + "fa99959f-faa2-4d69-a092-48333e59f5f3" + ] +} \ No newline at end of file diff --git a/test/indexer/data/80baee6e-00a5-4fdc-bfe3-d339ff8a7178.dss.hca.json b/test/indexer/data/80baee6e-00a5-4fdc-bfe3-d339ff8a7178.dss.hca.json index 89ff6add9d..2f6db1b09e 100644 --- a/test/indexer/data/80baee6e-00a5-4fdc-bfe3-d339ff8a7178.dss.hca.json +++ b/test/indexer/data/80baee6e-00a5-4fdc-bfe3-d339ff8a7178.dss.hca.json @@ -1,12 +1,11 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/64f1a275-671c-46a2-ba7f-6647e672c8d7": { "name": "SRR3937937_R1.fastq.gz", "uuid": "0880fed3-ede3-4761-8555-8c159c3e800e", "version": "2021-03-12T22:38:42.790000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 93750142, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_e2464476-c0b4-4a92-a5fe-96094905825c_6d790286-6350-4c5c-b59d-4928d0aba9c2", "crc32c": "2176c107", @@ -14,291 +13,22 @@ "sha256": "3eb49debed92777e57fa5a5a20192d8ca99942695b1073f294921e0379dd58fb", "s3_etag": "b408cb0c380283bb235a824a8011de87-2" }, - { - "name": "donor_organism_0.json", - "uuid": "270341ef-ab2d-4e88-9ae1-b49684fc60e0", - "version": "2021-06-16T11:07:31.803000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1143, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "project_0.json", - "uuid": "2d846095-8a33-4f3c-97d4-585bafac13b4", - "version": "2021-09-30T17:37:33.058000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 3756, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "37aee665-8ee9-451c-b1ef-e998cc268481", - "version": "2021-03-12T22:30:59.855000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 795, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "38f53d63-e470-491a-a98a-83bf0c47b630", - "version": "2021-03-12T22:30:47.194000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 971, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "46299069-e6aa-4b95-b134-5dcbd4685cb3", - "version": "2021-03-12T22:30:59.983000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1587, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "4ce6bcb3-6402-4265-b18e-fa3ebea6e786", - "version": "2021-03-12T22:40:56.568000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 354, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "58612e7a-c83a-4c7d-ab53-974b207291eb", - "version": "2021-03-12T22:31:00.073000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 904, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "5b2453cf-dffd-42e4-8868-73aec60b1418", - "version": "2021-03-12T22:28:36.842000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1099, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "collection_protocol_0.json", - "uuid": "5f886847-ef33-4a9b-b971-f2fe9f429cc4", - "version": "2021-03-12T22:30:59.796000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1124, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "64f1a275-671c-46a2-ba7f-6647e672c8d7", - "version": "2021-03-12T22:38:42.790000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 587, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e27de859-4b05-43d6-8437-7f7dfc0507d1": { "name": "SRR3937937_R2.fastq.gz", "uuid": "8027bd7f-a3bb-4a75-97e9-1a385a158f96", "version": "2021-03-12T22:38:42.802000Z", "content-type": "binary/octet-stream; dcp-type=data; dcp-type=data", "size": 101854552, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_e2464476-c0b4-4a92-a5fe-96094905825c_57e4e9ad-2bdf-49aa-9576-aa6a851534f8", "crc32c": "2fd3d7c6", "sha1": "3e15e91d9bc5c8932b78a4adc800708063dd5124", "sha256": "931213e2e283ffc8272c5d51dc647040131767a495bf2412aaa8acb0e876facf", "s3_etag": "4a55ee383287a1b4f0aa4e756178c73f-2" - }, - { - "name": "links.json", - "uuid": "80baee6e-00a5-4fdc-bfe3-d339ff8a7178", - "version": "2021-03-12T22:43:32.330000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 1725, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "80baee6e-00a5-4fdc-bfe3-d339ff8a7178", - "version": "2021-03-12T22:43:32.330000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_1.json", - "uuid": "97c799c5-5db6-4d57-8a03-0fb877039255", - "version": "2021-03-12T22:30:59.829000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 716, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "9b9f5554-0f48-4af5-a765-c45226e0531c", - "version": "2021-03-12T22:31:00.063000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1156, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_1.json", - "uuid": "e27de859-4b05-43d6-8437-7f7dfc0507d1", - "version": "2021-03-12T22:38:42.802000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 587, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "f188ad1d-17dc-4f21-a35d-c24a1d53e728", - "version": "2021-03-12T22:38:42.888000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "links": [ - { - "link_type": "process_link", - "process_id": "80baee6e-00a5-4fdc-bfe3-d339ff8a7178", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "38f53d63-e470-491a-a98a-83bf0c47b630" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "64f1a275-671c-46a2-ba7f-6647e672c8d7" - }, - { - "output_type": "sequence_file", - "output_id": "e27de859-4b05-43d6-8437-7f7dfc0507d1" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "9b9f5554-0f48-4af5-a765-c45226e0531c" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "58612e7a-c83a-4c7d-ab53-974b207291eb" - } - ] - }, - { - "link_type": "process_link", - "process_id": "4ce6bcb3-6402-4265-b18e-fa3ebea6e786", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "5b2453cf-dffd-42e4-8868-73aec60b1418" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "38f53d63-e470-491a-a98a-83bf0c47b630" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "97c799c5-5db6-4d57-8a03-0fb877039255" - }, - { - "protocol_type": "dissociation_protocol", - "protocol_id": "37aee665-8ee9-451c-b1ef-e998cc268481" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "46299069-e6aa-4b95-b134-5dcbd4685cb3" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f188ad1d-17dc-4f21-a35d-c24a1d53e728", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "270341ef-ab2d-4e88-9ae1-b49684fc60e0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "5b2453cf-dffd-42e4-8868-73aec60b1418" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "5f886847-ef33-4a9b-b971-f2fe9f429cc4" - } - ] - } - ], - "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", - "schema_version": "2.1.1", - "schema_type": "links" - }, - "sequencing_protocol_0.json": { + "sequencing_protocol/58612e7a-c83a-4c7d-ab53-974b207291eb": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -325,7 +55,7 @@ "schema_minor_version": 1 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/5b2453cf-dffd-42e4-8868-73aec60b1418": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -380,7 +110,7 @@ "schema_minor_version": 4 } }, - "process_0.json": { + "process/4ce6bcb3-6402-4265-b18e-fa3ebea6e786": { "process_core": { "process_id": "process_id_3281" }, @@ -394,7 +124,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/80baee6e-00a5-4fdc-bfe3-d339ff8a7178": { "process_core": { "process_id": "SRR3937937.1" }, @@ -408,7 +138,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/f188ad1d-17dc-4f21-a35d-c24a1d53e728": { "process_core": { "process_id": "process_id_7" }, @@ -422,7 +152,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/46299069-e6aa-4b95-b134-5dcbd4685cb3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -444,7 +174,7 @@ "schema_minor_version": 1 } }, - "sequence_file_0.json": { + "sequence_file/64f1a275-671c-46a2-ba7f-6647e672c8d7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -472,7 +202,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/e27de859-4b05-43d6-8437-7f7dfc0507d1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -500,7 +230,7 @@ "schema_minor_version": 2 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/37aee665-8ee9-451c-b1ef-e998cc268481": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -521,7 +251,7 @@ "schema_minor_version": 2 } }, - "dissociation_protocol_1.json": { + "dissociation_protocol/97c799c5-5db6-4d57-8a03-0fb877039255": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -542,7 +272,7 @@ "schema_minor_version": 2 } }, - "donor_organism_0.json": { + "donor_organism/270341ef-ab2d-4e88-9ae1-b49684fc60e0": { "biomaterial_core": { "biomaterial_description": "adult human glioblastoma patient", "biomaterial_id": "D_BT_S6", @@ -592,7 +322,7 @@ "schema_minor_version": 5 } }, - "cell_suspension_0.json": { + "cell_suspension/38f53d63-e470-491a-a98a-83bf0c47b630": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -634,7 +364,7 @@ "schema_minor_version": 3 } }, - "collection_protocol_0.json": { + "collection_protocol/5f886847-ef33-4a9b-b971-f2fe9f429cc4": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -655,7 +385,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/2d846095-8a33-4f3c-97d4-585bafac13b4": { "describedBy": "https://schema.humancellatlas.org/type/project/15.0.0/project", "schema_type": "project", "project_core": { @@ -806,7 +536,7 @@ "schema_minor_version": 0 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/9b9f5554-0f48-4af5-a765-c45226e0531c": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -846,5 +576,98 @@ "schema_minor_version": 2 } } - } -} + }, + "links": { + "links": [ + { + "link_type": "process_link", + "process_id": "80baee6e-00a5-4fdc-bfe3-d339ff8a7178", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "38f53d63-e470-491a-a98a-83bf0c47b630" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "64f1a275-671c-46a2-ba7f-6647e672c8d7" + }, + { + "output_type": "sequence_file", + "output_id": "e27de859-4b05-43d6-8437-7f7dfc0507d1" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "9b9f5554-0f48-4af5-a765-c45226e0531c" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "58612e7a-c83a-4c7d-ab53-974b207291eb" + } + ] + }, + { + "link_type": "process_link", + "process_id": "4ce6bcb3-6402-4265-b18e-fa3ebea6e786", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "5b2453cf-dffd-42e4-8868-73aec60b1418" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "38f53d63-e470-491a-a98a-83bf0c47b630" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "97c799c5-5db6-4d57-8a03-0fb877039255" + }, + { + "protocol_type": "dissociation_protocol", + "protocol_id": "37aee665-8ee9-451c-b1ef-e998cc268481" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "46299069-e6aa-4b95-b134-5dcbd4685cb3" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f188ad1d-17dc-4f21-a35d-c24a1d53e728", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "270341ef-ab2d-4e88-9ae1-b49684fc60e0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "5b2453cf-dffd-42e4-8868-73aec60b1418" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "5f886847-ef33-4a9b-b971-f2fe9f429cc4" + } + ] + } + ], + "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", + "schema_version": "2.1.1", + "schema_type": "links" + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/8338b891-f3fa-5e7b-885f-e4ee5689ee15.dss.hca.json b/test/indexer/data/8338b891-f3fa-5e7b-885f-e4ee5689ee15.dss.hca.json index 146a0f5357..cebdf45bea 100644 --- a/test/indexer/data/8338b891-f3fa-5e7b-885f-e4ee5689ee15.dss.hca.json +++ b/test/indexer/data/8338b891-f3fa-5e7b-885f-e4ee5689ee15.dss.hca.json @@ -1,127 +1,41 @@ { - "manifest": [ - { - "name": "supplementary_file_0.json", - "uuid": "538faa28-3235-5e4b-a998-5672e2d964e8", - "version": "2020-12-03T10:39:17.144517Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 671, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "supplementary_file/538faa28-3235-5e4b-a998-5672e2d964e8": { "name": "8185730f-4113-40d3-9cc3-929271784c2b.homo_sapiens.csv.zip", "uuid": "538faa28-3235-5e4b-a998-5672e2d964e8", "version": "2020-12-03T10:39:17.144517Z", "content-type": "application/zip; dcp-type=data", "size": 76742835, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_c3c588a8-be3f-467f-a244-da614be6889a_ad683500-3756-4a85-aba8-05a9165aac90", "crc32c": "97a7a932", "sha256": "edb8e0139fece9702d89ae5fe7f761c41c291ef6a71129c6420857e025228a24" }, - { - "name": "supplementary_file_1.json", - "uuid": "6c142250-567c-5b63-bd4f-0d78499863f8", - "version": "2020-12-03T10:39:17.144517Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 671, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/6c142250-567c-5b63-bd4f-0d78499863f8": { "name": "8185730f-4113-40d3-9cc3-929271784c2b.homo_sapiens.mtx.zip", "uuid": "6c142250-567c-5b63-bd4f-0d78499863f8", "version": "2020-12-03T10:39:17.144517Z", "content-type": "application/zip; dcp-type=data", "size": 124022765, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_c3c588a8-be3f-467f-a244-da614be6889a_df2476d4-ed12-4891-92cc-7384c32be978", "crc32c": "7de6e00e", "sha256": "cb1467f4d23a2429b4928943b51652b32edb949099250d28cf400d13074f5440" }, - { - "name": "project_0.json", - "uuid": "8185730f-4113-40d3-9cc3-929271784c2b", - "version": "2019-09-13T08:37:53.825000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 11767, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "8338b891-f3fa-5e7b-885f-e4ee5689ee15", - "version": "2020-12-03T10:39:17.144517Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 515, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "supplementary_file_2.json", - "uuid": "8d2ba1c1-bc9f-5c2a-a74d-fe5e09bdfb18", - "version": "2020-12-03T10:39:17.144517Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 669, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "supplementary_file/8d2ba1c1-bc9f-5c2a-a74d-fe5e09bdfb18": { "name": "8185730f-4113-40d3-9cc3-929271784c2b.homo_sapiens.loom", "uuid": "8d2ba1c1-bc9f-5c2a-a74d-fe5e09bdfb18", "version": "2020-12-03T10:39:17.144517Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 154980798, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_c3c588a8-be3f-467f-a244-da614be6889a_0b9a12c6-95df-487b-87ce-84e278e66789", "crc32c": "d675b7ea", "sha256": "724b2c0ddf33c662b362179bc6ca90cd866b99b340d061463c35d27cfd5a23c5" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", - "schema_type": "links", - "schema_version": "2.1.1", - "links": [ - { - "link_type": "supplementary_file_link", - "entity": { - "entity_type": "project", - "entity_id": "8185730f-4113-40d3-9cc3-929271784c2b" - }, - "files": [ - { - "file_id": "538faa28-3235-5e4b-a998-5672e2d964e8", - "file_type": "supplementary_file" - }, - { - "file_id": "8d2ba1c1-bc9f-5c2a-a74d-fe5e09bdfb18", - "file_type": "supplementary_file" - }, - { - "file_id": "6c142250-567c-5b63-bd4f-0d78499863f8", - "file_type": "supplementary_file" - } - ] - } - ] - }, - "supplementary_file_0.json": { + "supplementary_file/538faa28-3235-5e4b-a998-5672e2d964e8": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -144,7 +58,7 @@ "update_date": "2020-12-03T10:39:17.144517Z" } }, - "supplementary_file_1.json": { + "supplementary_file/6c142250-567c-5b63-bd4f-0d78499863f8": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -167,7 +81,7 @@ "update_date": "2020-12-03T10:39:17.144517Z" } }, - "supplementary_file_2.json": { + "supplementary_file/8d2ba1c1-bc9f-5c2a-a74d-fe5e09bdfb18": { "describedBy": "https://schema.humancellatlas.org/type/file/2.2.0/supplementary_file", "schema_type": "file", "schema_version": "2.2.0", @@ -190,7 +104,7 @@ "update_date": "2020-12-03T10:39:17.144517Z" } }, - "project_0.json": { + "project/8185730f-4113-40d3-9cc3-929271784c2b": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -610,5 +524,34 @@ "update_date": "2019-09-13T08:37:53.825Z" } } - } -} + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", + "schema_type": "links", + "schema_version": "2.1.1", + "links": [ + { + "link_type": "supplementary_file_link", + "entity": { + "entity_type": "project", + "entity_id": "8185730f-4113-40d3-9cc3-929271784c2b" + }, + "files": [ + { + "file_id": "538faa28-3235-5e4b-a998-5672e2d964e8", + "file_type": "supplementary_file" + }, + { + "file_id": "8d2ba1c1-bc9f-5c2a-a74d-fe5e09bdfb18", + "file_type": "supplementary_file" + }, + { + "file_id": "6c142250-567c-5b63-bd4f-0d78499863f8", + "file_type": "supplementary_file" + } + ] + } + ] + }, + "stitched": [] +} \ No newline at end of file diff --git a/test/indexer/data/8543d32f-4c01-48d5-a79f-1c5439659da3.dss.hca.json b/test/indexer/data/8543d32f-4c01-48d5-a79f-1c5439659da3.dss.hca.json index 2299f575bf..61894ccc16 100644 --- a/test/indexer/data/8543d32f-4c01-48d5-a79f-1c5439659da3.dss.hca.json +++ b/test/indexer/data/8543d32f-4c01-48d5-a79f-1c5439659da3.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/f599ea3f-14bb-4504-82ce-d9c1f26e55fa": { "sha1": "1a8474913153e6a7c16dd763d1699f89a4f7bbd4", "name": "21935_7#154_2.fastq.gz", "uuid": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 27752653 }, - { + "sequence_file/b2cd6fb7-6612-4ab9-a1c5-e475663437e3": { "sha1": "e9b11d1080f64f20b9bc6363c0efcef45d535dfc", "name": "21935_7#154_1.fastq.gz", "uuid": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3", @@ -24,9 +24,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 27436668 } - ], + }, "metadata": { - "project.json": { + "project/93f6a42f-1790-4af4-b5d1-8c436cb6feae": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", "project_core": { @@ -150,561 +150,534 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "total_estimated_cells": 1, - "target_cell_type": [ - { - "text": "CD4+ T cell", - "ontology": "CL:0000624" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1134_LN", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "21935_7#154" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:04.041Z", - "updateDate": "2018-03-28T14:47:04.573Z", - "document_id": "54a80c57-0409-4f57-9699-8a2f8cbace43" - } - }, - { - "content": { - "organ": { - "text": "lymph node" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1134", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1134_LN", - "supplementary_files": [ - "FACS_sorting_markers.pdf" - ], - "biomaterial_name": "Mouse_day11_LN_rep1" - }, - "organ_part": { - "text": "UBERON:0000029" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:59:13.295Z", - "updateDate": "2018-03-28T14:12:34.135Z", - "document_id": "b3623b88-c369-46c9-a2e9-a16042d2c589" + "cell_suspension/54a80c57-0409-4f57-9699-8a2f8cbace43": { + "content": { + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "is_living": false, - "mus_musculus_specific": { - "strain": [ - { - "text": "C57BL/6" - } - ] - }, - "biological_sex": "female", - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "disease": [ - { - "text": "subcutaneous melanoma", - "ontology": "EFO:0000756" - } - ], - "organism_age": "6-12", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1134", - "biomaterial_name": "Mouse_day11_rep1" - }, - "organism_age_unit": { - "text": "week", - "ontology": "UO:0000034" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:51.172Z", - "updateDate": "2018-03-28T14:22:45.353Z", - "document_id": "665b75b4-8638-4a15-83e5-f3928dd29314" + ], + "total_estimated_cells": 1, + "target_cell_type": [ + { + "text": "CD4+ T cell", + "ontology": "CL:0000624" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1134_LN", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "21935_7#154" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:04.041Z", + "updateDate": "2018-03-28T14:47:04.573Z", + "document_id": "54a80c57-0409-4f57-9699-8a2f8cbace43" + } }, - "file.json": { - "files": [ - { - "content": { - "file_core": { - "file_name": "21935_7#154_1.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 7, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:01:07.788Z", - "document_id": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3" - } + "specimen_from_organism/b3623b88-c369-46c9-a2e9-a16042d2c589": { + "content": { + "organ": { + "text": "lymph node" }, - { - "content": { - "file_core": { - "file_name": "21935_7#154_2.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 7, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:01:07.794Z", - "document_id": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa" + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1134", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1134_LN", + "supplementary_files": [ + "FACS_sorting_markers.pdf" + ], + "biomaterial_name": "Mouse_day11_LN_rep1" + }, + "organ_part": { + "text": "UBERON:0000029" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:59:13.295Z", + "updateDate": "2018-03-28T14:12:34.135Z", + "document_id": "b3623b88-c369-46c9-a2e9-a16042d2c589" + } }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_id": "TissueDissociationProcess", - "process_name": "Extracting cells from lymph nodes" - }, - "dissociation_method": "mechanical", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:14.574Z", - "updateDate": "2018-03-28T14:13:28.361Z", - "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_38" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:19.848Z", - "updateDate": "2018-03-28T14:07:42.787Z", - "document_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS1" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e+ CD8a+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:22.303Z", - "updateDate": "2018-03-28T14:26:50.868Z", - "document_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS5" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e+ CD4+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:22.316Z", - "updateDate": "2018-03-28T14:25:31.688Z", - "document_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS7.5" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ IL7Ra+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:48.253Z", - "updateDate": "2018-03-28T14:41:58.259Z", - "document_id": "5a801f3d-12b0-4374-aed9-deee905b55ef" - } - }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_core": { - "process_id": "lib_prep_1", - "process_name": "Library preparation process" - }, - "umi_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "library_construction_approach": "Smart-seq2", - "schema_type": "process", - "end_bias": "full length", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "unstranded" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:43.803Z", - "updateDate": "2018-03-28T14:43:01.679Z", - "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + "donor_organism/665b75b4-8638-4a15-83e5-f3928dd29314": { + "content": { + "is_living": false, + "mus_musculus_specific": { + "strain": [ + { + "text": "C57BL/6" + } + ] + }, + "biological_sex": "female", + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "paired_ends": true, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008567" - }, - "process_core": { - "process_id": "seq_1606", - "process_name": "Sequencing process" - }, - "smartseq2": { - "well_name": "D05", - "plate_id": "569" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:03:57.024Z", - "updateDate": "2018-03-28T14:35:03.716Z", - "document_id": "66551017-88b4-431d-ab33-c3a805f37bdf" + ], + "disease": [ + { + "text": "subcutaneous melanoma", + "ontology": "EFO:0000756" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" + ], + "organism_age": "6-12", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1134", + "biomaterial_name": "Mouse_day11_rep1" + }, + "organism_age_unit": { + "text": "week", + "ontology": "UO:0000034" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:51.172Z", + "updateDate": "2018-03-28T14:22:45.353Z", + "document_id": "665b75b4-8638-4a15-83e5-f3928dd29314" + } }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_name": "Extracting cells from lymph nodes", - "document": "TissueDissociationProtocol.pdf", - "protocol_id": "tissue_dissociation_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.033Z", - "updateDate": "2018-03-28T14:14:33.716Z", - "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "FACS sorting cells by surface markers", - "document": "FACSsortingProtocol.pdf", - "protocol_id": "FACS_sorting_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.040Z", - "updateDate": "2018-03-28T14:45:43.500Z", - "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Make/amplify cDNA for each cell", - "document": "SmartSeq2_RTPCR_protocol.pdf", - "protocol_id": "SmartSeq2_RTPCR_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "Smart-seq2 protocol", - "ontology": "EFO:0008442" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.044Z", - "updateDate": "2018-03-28T14:24:04.790Z", - "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Sequencing SmartSeq2 cells", - "protocol_id": "SmartSeq2_sequencing_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.050Z", - "updateDate": "2018-03-28T14:30:39.321Z", - "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" + "sequence_file/b2cd6fb7-6612-4ab9-a1c5-e475663437e3": { + "content": { + "file_core": { + "file_name": "21935_7#154_1.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 7, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:01:07.788Z", + "document_id": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3" + } }, - "links.json": { - "links": [ - { - "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "source_type": "biomaterial", - "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "destination_type": "dissociation_process" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", - "destination_type": "biomaterial" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", - "destination_type": "protocol" - }, - { - "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "source_type": "process", - "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "destination_type": "biomaterial" - }, - { - "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", - "source_type": "biomaterial", - "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "destination_type": "process" - }, - { - "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "source_type": "biomaterial", - "destination_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc", - "destination_type": "enrichment_process" - }, - { - "source_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc", - "source_type": "enrichment_process", - "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", - "destination_type": "biomaterial" - }, - { - "source_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" - }, - { - "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "source_type": "process", - "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "destination_type": "biomaterial" - }, - { - "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", - "source_type": "biomaterial", - "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "destination_type": "process" - }, - { - "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "source_type": "biomaterial", - "destination_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b", - "destination_type": "enrichment_process" - }, - { - "source_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b", - "source_type": "enrichment_process", - "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", - "destination_type": "biomaterial" - }, - { - "source_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" - }, - { - "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "source_type": "process", - "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "destination_type": "biomaterial" - }, - { - "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", - "source_type": "biomaterial", - "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "destination_type": "process" - }, - { - "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "source_type": "biomaterial", - "destination_id": "5a801f3d-12b0-4374-aed9-deee905b55ef", - "destination_type": "enrichment_process" + "sequence_file/f599ea3f-14bb-4504-82ce-d9c1f26e55fa": { + "content": { + "file_core": { + "file_name": "21935_7#154_2.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 7, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:01:07.794Z", + "document_id": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa" + } + }, + "dissociation_process/b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_id": "TissueDissociationProcess", + "process_name": "Extracting cells from lymph nodes" + }, + "dissociation_method": "mechanical", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:14.574Z", + "updateDate": "2018-03-28T14:13:28.361Z", + "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" + } + }, + "process/7a408c1b-d2f2-49d8-b390-37ba6d61e692": { + "content": { + "process_core": { + "process_id": "sampling_process_38" }, - { - "source_id": "5a801f3d-12b0-4374-aed9-deee905b55ef", - "source_type": "enrichment_process", - "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", - "destination_type": "biomaterial" + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:19.848Z", + "updateDate": "2018-03-28T14:07:42.787Z", + "document_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692" + } + }, + "enrichment_process/87beb50f-521d-4102-9cb0-ca7b6f151afc": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS1" }, - { - "source_id": "5a801f3d-12b0-4374-aed9-deee905b55ef", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e+ CD8a+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:22.303Z", + "updateDate": "2018-03-28T14:26:50.868Z", + "document_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc" + } + }, + "enrichment_process/8caf3d2b-7dba-40ca-a2d7-c69b433ba70b": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS5" }, - { - "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "source_type": "process", - "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", - "destination_type": "biomaterial" + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e+ CD4+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:22.316Z", + "updateDate": "2018-03-28T14:25:31.688Z", + "document_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b" + } + }, + "enrichment_process/5a801f3d-12b0-4374-aed9-deee905b55ef": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS7.5" }, - { - "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", - "source_type": "biomaterial", - "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", - "destination_type": "process" + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ IL7Ra+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:48.253Z", + "updateDate": "2018-03-28T14:41:58.259Z", + "document_id": "5a801f3d-12b0-4374-aed9-deee905b55ef" + } + }, + "library_preparation_process/687065f3-c70f-46c3-8452-a5eead33a1bf": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_core": { + "process_id": "lib_prep_1", + "process_name": "Library preparation process" + }, + "umi_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "library_construction_approach": "Smart-seq2", + "schema_type": "process", + "end_bias": "full length", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "unstranded" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:43.803Z", + "updateDate": "2018-03-28T14:43:01.679Z", + "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + } + }, + "sequencing_process/66551017-88b4-431d-ab33-c3a805f37bdf": { + "content": { + "paired_ends": true, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008567" }, - { - "source_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", - "source_type": "biomaterial", - "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "destination_type": "library_preparation_process" + "process_core": { + "process_id": "seq_1606", + "process_name": "Sequencing process" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3", - "destination_type": "file" + "smartseq2": { + "well_name": "D05", + "plate_id": "569" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa", - "destination_type": "file" + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:03:57.024Z", + "updateDate": "2018-03-28T14:35:03.716Z", + "document_id": "66551017-88b4-431d-ab33-c3a805f37bdf" + } + }, + "protocol/c9a1e203-bddc-45d3-87c4-6010be8e0127": { + "content": { + "protocol_core": { + "protocol_name": "Extracting cells from lymph nodes", + "document": "TissueDissociationProtocol.pdf", + "protocol_id": "tissue_dissociation_protocol" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", - "destination_type": "protocol" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.033Z", + "updateDate": "2018-03-28T14:14:33.716Z", + "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" + } + }, + "protocol/a1c80daf-58b0-4b7a-8e29-d0130493c8e6": { + "content": { + "protocol_core": { + "protocol_name": "FACS sorting cells by surface markers", + "document": "FACSsortingProtocol.pdf", + "protocol_id": "FACS_sorting_protocol" }, - { - "source_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", - "source_type": "biomaterial", - "destination_id": "66551017-88b4-431d-ab33-c3a805f37bdf", - "destination_type": "sequencing_process" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.040Z", + "updateDate": "2018-03-28T14:45:43.500Z", + "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" + } + }, + "protocol/52d79a89-4b49-4c1b-b857-5cc5da07f643": { + "content": { + "protocol_core": { + "protocol_name": "Make/amplify cDNA for each cell", + "document": "SmartSeq2_RTPCR_protocol.pdf", + "protocol_id": "SmartSeq2_RTPCR_protocol" }, - { - "source_id": "66551017-88b4-431d-ab33-c3a805f37bdf", - "source_type": "sequencing_process", - "destination_id": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3", - "destination_type": "file" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "Smart-seq2 protocol", + "ontology": "EFO:0008442" }, - { - "source_id": "66551017-88b4-431d-ab33-c3a805f37bdf", - "source_type": "sequencing_process", - "destination_id": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa", - "destination_type": "file" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.044Z", + "updateDate": "2018-03-28T14:24:04.790Z", + "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" + } + }, + "protocol/ca6096cf-13c1-4930-8308-6ab05865e2c9": { + "content": { + "protocol_core": { + "protocol_name": "Sequencing SmartSeq2 cells", + "protocol_id": "SmartSeq2_sequencing_protocol" }, - { - "source_id": "66551017-88b4-431d-ab33-c3a805f37bdf", - "source_type": "sequencing_process", - "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.050Z", + "updateDate": "2018-03-28T14:30:39.321Z", + "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" + } } - } + }, + "links": { + "links": [ + { + "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "source_type": "biomaterial", + "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "destination_type": "dissociation_process" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", + "destination_type": "biomaterial" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", + "destination_type": "protocol" + }, + { + "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "source_type": "process", + "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "destination_type": "biomaterial" + }, + { + "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", + "source_type": "biomaterial", + "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "destination_type": "process" + }, + { + "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "source_type": "biomaterial", + "destination_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc", + "destination_type": "enrichment_process" + }, + { + "source_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc", + "source_type": "enrichment_process", + "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", + "destination_type": "biomaterial" + }, + { + "source_id": "87beb50f-521d-4102-9cb0-ca7b6f151afc", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "source_type": "process", + "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "destination_type": "biomaterial" + }, + { + "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", + "source_type": "biomaterial", + "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "destination_type": "process" + }, + { + "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "source_type": "biomaterial", + "destination_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b", + "destination_type": "enrichment_process" + }, + { + "source_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b", + "source_type": "enrichment_process", + "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", + "destination_type": "biomaterial" + }, + { + "source_id": "8caf3d2b-7dba-40ca-a2d7-c69b433ba70b", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "source_type": "process", + "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "destination_type": "biomaterial" + }, + { + "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", + "source_type": "biomaterial", + "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "destination_type": "process" + }, + { + "source_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "source_type": "biomaterial", + "destination_id": "5a801f3d-12b0-4374-aed9-deee905b55ef", + "destination_type": "enrichment_process" + }, + { + "source_id": "5a801f3d-12b0-4374-aed9-deee905b55ef", + "source_type": "enrichment_process", + "destination_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", + "destination_type": "biomaterial" + }, + { + "source_id": "5a801f3d-12b0-4374-aed9-deee905b55ef", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "source_type": "process", + "destination_id": "b3623b88-c369-46c9-a2e9-a16042d2c589", + "destination_type": "biomaterial" + }, + { + "source_id": "665b75b4-8638-4a15-83e5-f3928dd29314", + "source_type": "biomaterial", + "destination_id": "7a408c1b-d2f2-49d8-b390-37ba6d61e692", + "destination_type": "process" + }, + { + "source_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", + "source_type": "biomaterial", + "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "destination_type": "library_preparation_process" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", + "destination_type": "protocol" + }, + { + "source_id": "54a80c57-0409-4f57-9699-8a2f8cbace43", + "source_type": "biomaterial", + "destination_id": "66551017-88b4-431d-ab33-c3a805f37bdf", + "destination_type": "sequencing_process" + }, + { + "source_id": "66551017-88b4-431d-ab33-c3a805f37bdf", + "source_type": "sequencing_process", + "destination_id": "b2cd6fb7-6612-4ab9-a1c5-e475663437e3", + "destination_type": "file" + }, + { + "source_id": "66551017-88b4-431d-ab33-c3a805f37bdf", + "source_type": "sequencing_process", + "destination_id": "f599ea3f-14bb-4504-82ce-d9c1f26e55fa", + "destination_type": "file" + }, + { + "source_id": "66551017-88b4-431d-ab33-c3a805f37bdf", + "source_type": "sequencing_process", + "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/8c1773c3-1885-545f-9381-0dab1edf6074.dss.hca.json b/test/indexer/data/8c1773c3-1885-545f-9381-0dab1edf6074.dss.hca.json index f919a2c229..bb86b5ce8c 100644 --- a/test/indexer/data/8c1773c3-1885-545f-9381-0dab1edf6074.dss.hca.json +++ b/test/indexer/data/8c1773c3-1885-545f-9381-0dab1edf6074.dss.hca.json @@ -1,78 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "8c1773c3-1885-545f-9381-0dab1edf6074", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "ae8529dc-3bc9-5061-828a-3c5dfacded64", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "c6b932ff-69f1-58b1-a6e6-30319f04541b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaged_specimen_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 509, - "uuid": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 456, - "uuid": "31786d8d-d046-58d1-b7b4-49bc1114a0f8", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "sequence_file/31786d8d-d046-58d1-b7b4-49bc1114a0f8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "50660f48", "indexed": false, @@ -84,19 +12,7 @@ "uuid": "92855c6f-2807-50b6-a2a4-19b13c71aa65", "version": "2021-01-01T00:00:00.000000Z" }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 455, - "uuid": "6a0e071d-9bfc-5e12-b1b9-e887885e12f6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "sequence_file/6a0e071d-9bfc-5e12-b1b9-e887885e12f6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "50660f48", "indexed": false, @@ -108,19 +24,7 @@ "uuid": "c2fe321a-487d-5e53-83d3-766aad105c4f", "version": "2021-01-01T00:00:00.000000Z" }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 455, - "uuid": "f6abda5c-65f3-5015-8167-ae78b96f5693", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "sequence_file/f6abda5c-65f3-5015-8167-ae78b96f5693": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "50660f48", "indexed": false, @@ -131,170 +35,10 @@ "size": 185, "uuid": "b613022f-86b4-50ab-9ca2-7dfe2bc27bef", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1289, - "uuid": "83f14748-af1c-57aa-9088-6cb1cdd4bba4", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 945, - "uuid": "1b8dfafd-178f-5826-a661-8a022334aaeb", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "imaging_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 639, - "uuid": "7cd840db-f395-5a61-bd17-72c2b2319c23", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 879, - "uuid": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2167, - "uuid": "c5752f73-3511-55e1-95af-040ab3924bce", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "input_type": "imaged_specimen" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "31786d8d-d046-58d1-b7b4-49bc1114a0f8", - "output_type": "sequence_file" - }, - { - "output_id": "6a0e071d-9bfc-5e12-b1b9-e887885e12f6", - "output_type": "sequence_file" - }, - { - "output_id": "f6abda5c-65f3-5015-8167-ae78b96f5693", - "output_type": "sequence_file" - } - ], - "process_id": "8c1773c3-1885-545f-9381-0dab1edf6074", - "process_type": "process", - "protocols": [ - { - "protocol_id": "83f14748-af1c-57aa-9088-6cb1cdd4bba4", - "protocol_type": "library_preparation_protocol" - }, - { - "protocol_id": "1b8dfafd-178f-5826-a661-8a022334aaeb", - "protocol_type": "sequencing_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", - "output_type": "imaged_specimen" - } - ], - "process_id": "ae8529dc-3bc9-5061-828a-3c5dfacded64", - "process_type": "process", - "protocols": [ - { - "protocol_id": "7cd840db-f395-5a61-bd17-72c2b2319c23", - "protocol_type": "imaging_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", - "output_type": "specimen_from_organism" - } - ], - "process_id": "c6b932ff-69f1-58b1-a6e6-30319f04541b", - "process_type": "process", - "protocols": [ - { - "protocol_id": "c5752f73-3511-55e1-95af-040ab3924bce", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -411,7 +155,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/8c1773c3-1885-545f-9381-0dab1edf6074": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -425,7 +169,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/ae8529dc-3bc9-5061-828a-3c5dfacded64": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -439,7 +183,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/c6b932ff-69f1-58b1-a6e6-30319f04541b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -453,7 +197,7 @@ }, "schema_type": "process" }, - "imaged_specimen_0.json": { + "imaged_specimen/0bf91a05-85df-5d7d-bcc0-a625c5921de2": { "biomaterial_core": { "biomaterial_id": "AP3_imagedspecimen", "biomaterial_name": "AP3_imagedspecimen", @@ -472,7 +216,7 @@ "schema_type": "biomaterial", "slice_thickness": 10.0 }, - "sequence_file_0.json": { + "sequence_file/31786d8d-d046-58d1-b7b4-49bc1114a0f8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/9.5.0/sequence_file", "file_core": { "file_name": "6330STDY9479159_S1_L001_I1_001.fastq.gz", @@ -488,7 +232,7 @@ "read_index": "index1", "schema_type": "file" }, - "sequence_file_1.json": { + "sequence_file/6a0e071d-9bfc-5e12-b1b9-e887885e12f6": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/9.5.0/sequence_file", "file_core": { "file_name": "6330STDY9479159_S1_L001_R1_001.fastq.gz", @@ -504,7 +248,7 @@ "read_index": "read1", "schema_type": "file" }, - "sequence_file_2.json": { + "sequence_file/f6abda5c-65f3-5015-8167-ae78b96f5693": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/9.5.0/sequence_file", "file_core": { "file_name": "6330STDY9479159_S1_L001_R2_001.fastq.gz", @@ -520,7 +264,7 @@ "read_index": "read2", "schema_type": "file" }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/83f14748-af1c-57aa-9088-6cb1cdd4bba4": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/6.3.1/library_preparation_protocol", "end_bias": "3 prime end bias", "input_nucleic_acid_molecule": { @@ -560,7 +304,7 @@ "barcode_read": "Read 1" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/1b8dfafd-178f-5826-a661-8a022334aaeb": { "10x": { "fastq_method": "Cellranger", "fastq_method_version": "Cellranger 4.0", @@ -591,7 +335,7 @@ }, "schema_type": "protocol" }, - "specimen_from_organism_0.json": { + "specimen_from_organism/9a0bb729-552a-5f6e-9ed6-1f988c259531": { "biomaterial_core": { "biomaterial_id": "AP3_specimen", "biomaterial_name": "AP2_specimen", @@ -628,7 +372,7 @@ }, "schema_type": "biomaterial" }, - "imaging_preparation_protocol_0.json": { + "imaging_preparation_protocol/7cd840db-f395-5a61-bd17-72c2b2319c23": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/2.3.0/imaging_preparation_protocol", "protocol_core": { "protocol_description": "All tissues were sectioned using the Leica CX3050S cryostat and were cut at 10um. Tissue optimization was performed to obtain permeabilization time for fetal tissue (12 min).", @@ -643,7 +387,7 @@ }, "schema_type": "protocol" }, - "donor_organism_0.json": { + "donor_organism/2d7b50d8-cd06-5408-9fde-1faed01c9ab2": { "biomaterial_core": { "biomaterial_id": "AP3", "biomaterial_name": "Sanger_AP3", @@ -686,7 +430,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/c5752f73-3511-55e1-95af-040ab3924bce": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -706,5 +450,94 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", + "input_type": "imaged_specimen" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "31786d8d-d046-58d1-b7b4-49bc1114a0f8", + "output_type": "sequence_file" + }, + { + "output_id": "6a0e071d-9bfc-5e12-b1b9-e887885e12f6", + "output_type": "sequence_file" + }, + { + "output_id": "f6abda5c-65f3-5015-8167-ae78b96f5693", + "output_type": "sequence_file" + } + ], + "process_id": "8c1773c3-1885-545f-9381-0dab1edf6074", + "process_type": "process", + "protocols": [ + { + "protocol_id": "83f14748-af1c-57aa-9088-6cb1cdd4bba4", + "protocol_type": "library_preparation_protocol" + }, + { + "protocol_id": "1b8dfafd-178f-5826-a661-8a022334aaeb", + "protocol_type": "sequencing_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "0bf91a05-85df-5d7d-bcc0-a625c5921de2", + "output_type": "imaged_specimen" + } + ], + "process_id": "ae8529dc-3bc9-5061-828a-3c5dfacded64", + "process_type": "process", + "protocols": [ + { + "protocol_id": "7cd840db-f395-5a61-bd17-72c2b2319c23", + "protocol_type": "imaging_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "2d7b50d8-cd06-5408-9fde-1faed01c9ab2", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9a0bb729-552a-5f6e-9ed6-1f988c259531", + "output_type": "specimen_from_organism" + } + ], + "process_id": "c6b932ff-69f1-58b1-a6e6-30319f04541b", + "process_type": "process", + "protocols": [ + { + "protocol_id": "c5752f73-3511-55e1-95af-040ab3924bce", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/8c90d4fe-9a5d-4e3d-ada2-0414b666b880.dss.hca.json b/test/indexer/data/8c90d4fe-9a5d-4e3d-ada2-0414b666b880.dss.hca.json index 6df1142cec..aeb34aee4b 100644 --- a/test/indexer/data/8c90d4fe-9a5d-4e3d-ada2-0414b666b880.dss.hca.json +++ b/test/indexer/data/8c90d4fe-9a5d-4e3d-ada2-0414b666b880.dss.hca.json @@ -1,366 +1,7 @@ { - "manifest": [ - { - "name": "cell_suspension_0.json", - "uuid": "26dd8b99-f4ad-4802-8d6d-cf372c819dcc", - "version": "2019-10-14T19:20:19.330000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1097, - "indexed": true, - "crc32c": "10bbe259", - "sha1": "7dc4916361d5aa841d297c3d5d60a0789e7fd803", - "sha256": "3c945523af0aaee780fc2be95188ba59059b796eff5d7f8ef58a78f8d27a531c", - "s3_etag": "4cc16cf31d8dbae4d5dab7801f8bf488" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "efa34a7f-6a0b-4728-9038-b947d47a63c6", - "version": "2019-10-14T19:20:15.694000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1534, - "indexed": true, - "crc32c": "d190dccd", - "sha1": "bcaf9ab7cbfa555366375b4a097342d71525dde2", - "sha256": "6c0c333bd24c848e5a7a461df1f2a9024bdaec4d5fa00eb751971451c7dbd530", - "s3_etag": "7af6b7b2944bfbd7f12d96d937d752a5" - }, - { - "name": "donor_organism_0.json", - "uuid": "a53d95b5-d1c7-4548-b2c0-479788085ab8", - "version": "2019-10-14T19:20:15.294000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1576, - "indexed": true, - "crc32c": "07714225", - "sha1": "04d588645b7a7b8d4b29421ec5d8665f558bd57d", - "sha256": "f33de8354f613dce9ac401c9dbeff8226f5e8f5354feb194de20f5e183a48d14", - "s3_etag": "649d27002701415a8f3a7131ec662b4a" - }, - { - "name": "sequence_file_0.json", - "uuid": "c0a69095-57ba-4eca-8cc7-fed514f35f43", - "version": "2019-10-14T19:24:39.051000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "f98bcc9c", - "sha1": "80f900867b794013ed6f971facb5a41f896aa645", - "sha256": "0c521454cfc47e3690378cf46dfc51a838b73436d1b6a9c4f67617ac64739459", - "s3_etag": "fc36335bace6b25bdab57b8bd9a6e943" - }, - { - "name": "sequence_file_1.json", - "uuid": "4a9b689f-5aad-4c30-b347-7b0d52ab3ecb", - "version": "2019-10-14T19:27:28.475000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "621eb495", - "sha1": "c084187fffd3cb068b0fbf019450ab829601612b", - "sha256": "d329ff3d70d7e024b4100f45ce3dc31ec0deb82b3305d2e4cd84c261696ff7b6", - "s3_etag": "a9e32685fa3f6dc4a9c1e5eb3873f29c" - }, - { - "name": "sequence_file_2.json", - "uuid": "6fc876bc-5a8a-445c-8b41-77526203973b", - "version": "2019-10-14T19:25:37.567000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 818, - "indexed": true, - "crc32c": "a9bc39c1", - "sha1": "ee623beaa20846a7584fdd1ef91775aeaccfbaeb", - "sha256": "c5d66168509a33d92f68e8749c16bc7b8015d7aff92060c06a11b529eb364bee", - "s3_etag": "2c483259ac6772d576400b9f778ab0e6" - }, - { - "name": "sequence_file_3.json", - "uuid": "d47c381f-cef0-432a-b2bb-49fb7a546ac1", - "version": "2019-10-14T19:27:24.178000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "f7646935", - "sha1": "17e778e9291507c4e9c8eb9a20eb97f12d78514c", - "sha256": "7022e3e827ed28a6411b94ede0b5a56ab097ec1318a30dbd835eb2016cda5b3a", - "s3_etag": "13f29a59b32f42d1b5733d6620ccc273" - }, - { - "name": "sequence_file_4.json", - "uuid": "b2a466dd-9de4-428c-9eda-f779d9ad672f", - "version": "2019-10-14T19:36:29.173000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "9c226abd", - "sha1": "01d781e336dd32635fcb3825c100a8aae16070a3", - "sha256": "ee5783f1c6496d3c36b8e4670a9b864f0782370f0690ccfcb420b73811536dfa", - "s3_etag": "3be51248fdc8cc56d3f98303d29ca975" - }, - { - "name": "sequence_file_5.json", - "uuid": "86102761-0ba7-43b6-a442-666db1296154", - "version": "2019-10-14T19:37:58.671000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "7c7a3b32", - "sha1": "b34c591a0a94b71b1872bb88d42c154a7c3cf5cd", - "sha256": "879f9cc32943960d59bda9c65320c9b033a419592e21bc93273b870c356482c9", - "s3_etag": "9874adc9cc31493e78dbe160d17875b3" - }, - { - "name": "sequence_file_6.json", - "uuid": "0c4b6682-12ab-46e7-9756-07ec104b14b1", - "version": "2019-10-14T19:36:28.957000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "4b3e041d", - "sha1": "95e8a901038aaf2e30057275fa6f9270a07a8e0b", - "sha256": "9eef54a0369d664ed422b4fae8cc85bf4490818e3004bfad692d84f8c50318f0", - "s3_etag": "faea473c58a735596d51e7809a15c580" - }, - { - "name": "sequence_file_7.json", - "uuid": "f31358bc-064c-4185-ae23-af044804d591", - "version": "2019-10-14T19:37:57.258000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "ec2c75a6", - "sha1": "8f90ca626f62f4a2273eccbf60b5738904501537", - "sha256": "b4ba85e2156302427eb9ddb5d75a5f7cc3ef9d1cbc4a6e3112820bacc2c1aa9e", - "s3_etag": "3ffe873d40c15ebb458722e9e0d7a49b" - }, - { - "name": "sequence_file_8.json", - "uuid": "a652744c-2d55-4181-b903-db411fa589b4", - "version": "2019-10-14T19:37:49.258000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "6e33095d", - "sha1": "21fa6968fe5a1760ccd840f0a997b7993fd5e202", - "sha256": "b5224cfa121236491f87f484aba6add6e9b803dda2b7721a18b3ba059ffd2853", - "s3_etag": "a706b2a3b87b591d9c8d1348817312fd" - }, - { - "name": "sequence_file_9.json", - "uuid": "da3b3aa5-3bea-441b-b1d0-022f842ddda6", - "version": "2019-10-14T19:39:50.546000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "1f2b8f20", - "sha1": "f7c17febd1bc327ffecac946aadb2f0ab67db7bc", - "sha256": "d3fab4221f48a86cd95a5b75fc8411c78b4933dc7c178e13861776238e42486d", - "s3_etag": "dd17a56b5444758545abb3782e0052eb" - }, - { - "name": "sequence_file_10.json", - "uuid": "96ae6850-32c6-4d89-87cb-2f5005ac65aa", - "version": "2019-10-14T19:37:50.076000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "bddbedb9", - "sha1": "bce8856c4be760d8ba219974971264b1bdafa800", - "sha256": "e8f28317663063f76af3a137de3b24211baaad39eb1a5c405872cfaaa413a074", - "s3_etag": "7d57b535c7d48687d0faa1c210e9ff9e" - }, - { - "name": "sequence_file_11.json", - "uuid": "bb4b0758-444b-48c3-89a6-9ddcf61fe912", - "version": "2019-10-14T19:39:50.982000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "d876bf6b", - "sha1": "175a114f46e847dae7a9dce03e42578c1b028ea9", - "sha256": "e1c5460b20035e485d05641e15881b5b6bf1c8a42f9ec08bf3fad381912ed76e", - "s3_etag": "031548347de69a75b2c4a7dff7c97801" - }, - { - "name": "sequence_file_12.json", - "uuid": "b4308ad2-8a51-4b1e-95a3-da961a13dd70", - "version": "2019-10-14T19:40:10.497000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "b3de2e02", - "sha1": "8a27f8ddd3254e1c024fdf41d531b2fed87e7358", - "sha256": "2f1cc315e124217f92c4f2fb60f9c8a3e64d56708f74e89061d402e6d165728c", - "s3_etag": "7f41f78842267ca93e5024d6dd79dc3e" - }, - { - "name": "sequence_file_13.json", - "uuid": "2fa236c1-deb5-48a8-9961-3e2ee5cae2db", - "version": "2019-10-14T19:43:37.367000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "e9452ec7", - "sha1": "a9c606d6b179b91ca3ed1291621da067a6daf690", - "sha256": "4eb258582af734544cc313b514d2b4aa16d33b307d68929ec51a6bb94f3cb92d", - "s3_etag": "b4d2638ced4e826825b1381ff6a74a52" - }, - { - "name": "sequence_file_14.json", - "uuid": "ff664ba7-b1f9-4fd2-b6ae-a12eb0111721", - "version": "2019-10-14T19:40:08.673000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "1c25e780", - "sha1": "a567fc03b4c20e3040a9a64ea216ac2691aa97fa", - "sha256": "346cb0b977d1bb1a38b8c333bd279d6ecc8b783d8ecc2a70b27a411f7e1be42d", - "s3_etag": "218f1cd261f19f6d87be874a0639584b" - }, - { - "name": "sequence_file_15.json", - "uuid": "899e967e-06c8-49d9-bd3f-4bef8d04e22b", - "version": "2019-10-14T19:43:38.487000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "009efa5a", - "sha1": "35acfd0ecfc1e650e0bd29d52344201a01a5510e", - "sha256": "6268e5f3a732fb473c00235d453fc6177219f1a998624f234573a6df2222643d", - "s3_etag": "ab625328928b997a8f3e633ffa40a9e9" - }, - { - "name": "project_0.json", - "uuid": "4e6f083b-5b9a-4393-9890-2a83da8188f1", - "version": "2019-10-14T19:20:15.147000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 13074, - "indexed": true, - "crc32c": "ce63702a", - "sha1": "dd934475482ef9cba19ace9f0b162ce13097edbb", - "sha256": "6d4324daf51824b8afc1a456cb8558403af36ac82b55444c169fe190d8738dd5", - "s3_etag": "be91967cbe5dc071878b3fb79e38f58a" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "58df9607-ab66-48e0-a47b-1f897baae139", - "version": "2019-10-14T19:20:14.102000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 2584, - "indexed": true, - "crc32c": "aa996af5", - "sha1": "4452c2cfa36095d4e42b7699e0919a3ec4ba2b44", - "sha256": "eabb0087afc8fde3001a96b9638d93a8bf8cbd4528b735038dd09fee178c0feb", - "s3_etag": "61158276863cf774cc5dc1f6c174b740" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "6282594c-1b9d-4f26-a4f3-a26066878740", - "version": "2019-10-14T19:20:14.184000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 2200, - "indexed": true, - "crc32c": "a2e14bea", - "sha1": "80180dcaa2fadf10d47f4505a2a9dec97b9c7ed7", - "sha256": "0c25a6e2e9d2cebf9e4bf64056cccd01e66585e631655893255aadfa47725bf5", - "s3_etag": "5e69a451810fd92b04bcc280ebca33bd" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "acaf2d60-e6fb-4381-a81e-2fec565fc8fa", - "version": "2019-10-14T19:20:13.886000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1187, - "indexed": true, - "crc32c": "d50daf89", - "sha1": "33eb5e05325631d7f09f7cf1ae103339e4a84e28", - "sha256": "8f2db15706a641b1a7f39838f9187dafa518a29fb3d77fa05d6125b6cfc6721e", - "s3_etag": "4824f0c67335d5c94e4a8cbf49093d48" - }, - { - "name": "enrichment_protocol_0.json", - "uuid": "1c9774bf-979a-4023-9756-b297cba4e371", - "version": "2019-10-14T19:20:13.993000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1629, - "indexed": true, - "crc32c": "c5e6d8a8", - "sha1": "9779193c215448e455abe34dafcb6d45290ade99", - "sha256": "8fc02463fa6db3fd831e40aebd22804d1a667c24b2e286bc3de3e1a005ea5215", - "s3_etag": "bcdcd001e2a2e016f13dca569ac39501" - }, - { - "name": "collection_protocol_0.json", - "uuid": "e95ebc23-53b9-48a0-acd4-185969122f2d", - "version": "2019-10-14T19:20:13.961000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1052, - "indexed": true, - "crc32c": "810ea940", - "sha1": "03af1eac875117cd2d1eaca761f7aa4d66b27bcb", - "sha256": "b4628a7d1fe613caaf8d5ed654747730f84931b2331f6f2c16f5a734b6385694", - "s3_etag": "4c21d1c049d787d2b457c5fbb3544389" - }, - { - "name": "collection_protocol_1.json", - "uuid": "6ec6ce63-3c6f-41d1-a616-5ebb20fe9a8b", - "version": "2019-10-14T19:20:13.874000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 796, - "indexed": true, - "crc32c": "5178e8b5", - "sha1": "c58ec9460b25fef1456386c4f3f1613a61d7d522", - "sha256": "ae769898d4f585448f8d2071fc35b90bf9cd93ca6430f08a38245d1096b0c704", - "s3_etag": "7bf13adfc09567ac456ceeca5b4cce4b" - }, - { - "name": "process_0.json", - "uuid": "c56e2990-d6a0-40f5-add2-793bc1f12d69", - "version": "2019-10-14T19:20:29.246000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 440, - "indexed": true, - "crc32c": "ad1dfde5", - "sha1": "1ea241e554ae1872767e5a9b3ab9e4cf08b713d6", - "sha256": "a347402fed35461302db748f42d3cf61452e9c581c0449088ff3da8488fd061d", - "s3_etag": "a51f07e64c376e8e38ed1fcef9bbbe8e" - }, - { - "name": "process_1.json", - "uuid": "6a14efb0-0c28-421f-968b-5fc022df2395", - "version": "2019-10-14T19:20:28.063000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 447, - "indexed": true, - "crc32c": "664edeb0", - "sha1": "5c6e3c2d048e5ef23dc5d9baff5a43d7e9d17606", - "sha256": "8b4922e405a5d5b0f38a78c2a3cfdc206dfdb3070cf5c32874bd89aa32b7f438", - "s3_etag": "242ee29b9cb5c297055c57e1c641d4ce" - }, - { - "name": "process_2.json", - "uuid": "055b2189-7f89-4392-be1d-28a7274fe563", - "version": "2019-10-14T19:20:27.578000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 447, - "indexed": true, - "crc32c": "5b19507c", - "sha1": "60dd6ce77fd32386ef4d960eab049cedf82795af", - "sha256": "73e899cdb2c2aa1d7d24e9fd030c359cd806885fab6afb62db06889550218937", - "s3_etag": "dcc9422f3633e5300292514d24e943e1" - }, - { - "name": "links.json", - "uuid": "50f1b06c-511b-4145-b9d2-67b5a75dd573", - "version": "2019-10-14T19:54:58.503698Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 3221, - "indexed": true, - "crc32c": "186097fd", - "sha1": "0e1d47d5a4f2dad48ccf4a69f9333cd5a357eede", - "sha256": "19a3f7ac683ca22312302cc05aea13f21bdb4f0c5dacbeb29ded1f0803f47d16", - "s3_etag": "56b3adc600a5b1f7f57275dd3a78b4d6" - }, - { + "manifest": { + "sequence_file/c0a69095-57ba-4eca-8cc7-fed514f35f43": { + "name": "read-RA_si-AACCGTAA_lane-001-chunk-001_R1.fastq.gz", "uuid": "f4146a80-2737-4299-8d9a-0ec685dbac8b", "version": "2019-10-14T19:54:58.812291Z", @@ -372,7 +13,7 @@ "sha256": "5261bd1b3a167ade4437b6498d621084765cf1286ee4c7d552642dbc620c4ebd", "s3_etag": "bd2a388d7c4304bf2e5da23c7768e884-29" }, - { + "sequence_file/4a9b689f-5aad-4c30-b347-7b0d52ab3ecb": { "name": "read-RA_si-AACCGTAA_lane-001-chunk-001_R2.fastq.gz", "uuid": "1bd7afa9-cd85-43c7-8515-b5206c0ca07c", "version": "2019-10-14T19:54:58.953689Z", @@ -384,7 +25,7 @@ "sha256": "750c53478433c024f3fa34daa756b3c0df762374c61a1165ad35ac2b6e1711be", "s3_etag": "1f0b116b90f2e0f4b5b3238a315af27c-75" }, - { + "sequence_file/6fc876bc-5a8a-445c-8b41-77526203973b": { "name": "read-RA_si-AACCGTAA_lane-002-chunk-001_R1.fastq.gz", "uuid": "2893f2c5-d60f-41e4-9d18-984bda31e52f", "version": "2019-10-14T19:54:59.157141Z", @@ -396,7 +37,7 @@ "sha256": "67aac81aae3376f6a7ac0208360a196121df8573a168c7b33eb797b6a43f136a", "s3_etag": "2de9f20694ce5b5ec45a0b6c95b959c5-29" }, - { + "sequence_file/d47c381f-cef0-432a-b2bb-49fb7a546ac1": { "name": "read-RA_si-AACCGTAA_lane-002-chunk-001_R2.fastq.gz", "uuid": "e0df1fab-7759-45df-ba8c-6d667be196c6", "version": "2019-10-14T19:54:59.329884Z", @@ -408,7 +49,7 @@ "sha256": "4c77631efaa109685e125a1ae1d71d987635847e8ffc3793c3415fbae7f9bad8", "s3_etag": "9ac6946c54a589788f70b7ebe9804e4a-74" }, - { + "sequence_file/b2a466dd-9de4-428c-9eda-f779d9ad672f": { "name": "read-RA_si-CTAAACGG_lane-001-chunk-001_R1.fastq.gz", "uuid": "2f66adc7-7d45-4c62-95e2-43ed081fa298", "version": "2019-10-14T19:54:59.562610Z", @@ -420,7 +61,7 @@ "sha256": "323b5235309ba7a7f6f5878f7b443fe3f29549b911ce4fcedd0623baa40fa19a", "s3_etag": "51b046396b8ac6fc469e9d9f78da9a9b-25" }, - { + "sequence_file/86102761-0ba7-43b6-a442-666db1296154": { "name": "read-RA_si-CTAAACGG_lane-001-chunk-001_R2.fastq.gz", "uuid": "69f63ebc-0803-41e1-8d78-7bb7449a88c3", "version": "2019-10-14T19:54:59.734557Z", @@ -432,7 +73,7 @@ "sha256": "881dfc80d43c2bc607a423e79ac03d0bf81929d09daabd72eec942633035e9d5", "s3_etag": "b1f0da6f62bfbeb49d48de0629207d98-62" }, - { + "sequence_file/0c4b6682-12ab-46e7-9756-07ec104b14b1": { "name": "read-RA_si-CTAAACGG_lane-002-chunk-001_R1.fastq.gz", "uuid": "cb6ad465-c82e-4c8c-a01a-e2d450b05605", "version": "2019-10-14T19:54:59.934447Z", @@ -444,7 +85,7 @@ "sha256": "cdd9dd55d2eb3e374ddf8b6b1b4ed788b0a5b6302f24d22993c5fe39aaf6dcd4", "s3_etag": "fdfb938eda2889cc2dba13cb1bc5eb0e-24" }, - { + "sequence_file/f31358bc-064c-4185-ae23-af044804d591": { "name": "read-RA_si-CTAAACGG_lane-002-chunk-001_R2.fastq.gz", "uuid": "3f9f744e-dfeb-49ad-9b6b-5bdc7711542b", "version": "2019-10-14T19:55:00.076677Z", @@ -456,7 +97,7 @@ "sha256": "caf5bc60ab523e81944766b35003eab729584a3cb6558ce36028832638e780c6", "s3_etag": "c256670cbd093841ef68fc191603cca5-62" }, - { + "sequence_file/a652744c-2d55-4181-b903-db411fa589b4": { "name": "read-RA_si-GGTTTACT_lane-001-chunk-001_R1.fastq.gz", "uuid": "02746e63-2bf3-48c4-99a9-203ae82e317f", "version": "2019-10-14T19:55:00.305520Z", @@ -468,7 +109,7 @@ "sha256": "c7c049ad79407eaf39e70b7f70d3d7928cfc46199505df68267f23e66bd4387b", "s3_etag": "0c83eb53833b9493c4412f780ac3b9f3-24" }, - { + "sequence_file/da3b3aa5-3bea-441b-b1d0-022f842ddda6": { "name": "read-RA_si-GGTTTACT_lane-001-chunk-001_R2.fastq.gz", "uuid": "a01cfd2b-ae29-47c5-9dac-42b7faf6bedf", "version": "2019-10-14T19:55:00.441246Z", @@ -480,7 +121,7 @@ "sha256": "7c33f8ae017cf35350dd29d51b7e7a0c8e80912384d600c09d947bcace1b5da1", "s3_etag": "5b8c3b3aec8ba9e8ffd70eee13b9faad-62" }, - { + "sequence_file/96ae6850-32c6-4d89-87cb-2f5005ac65aa": { "name": "read-RA_si-GGTTTACT_lane-002-chunk-001_R1.fastq.gz", "uuid": "9989c2fc-2220-498c-8063-a8e93f1ad563", "version": "2019-10-14T19:55:00.608106Z", @@ -492,7 +133,7 @@ "sha256": "0610035966a6671301225d50487926ec1ecd1547fff79d09f3f68926ac9dbbef", "s3_etag": "26a31d9e604a325fde07aa092c19409b-24" }, - { + "sequence_file/bb4b0758-444b-48c3-89a6-9ddcf61fe912": { "name": "read-RA_si-GGTTTACT_lane-002-chunk-001_R2.fastq.gz", "uuid": "b45a9d83-d09e-4177-8714-b495463d4596", "version": "2019-10-14T19:55:00.749690Z", @@ -504,7 +145,7 @@ "sha256": "2166a03cadbf5bcf30e0af9774a6704cc6f877f41376f46db080c74a6ec85620", "s3_etag": "bdfc6c92408fb7f0aff3db503fa57a6d-62" }, - { + "sequence_file/b4308ad2-8a51-4b1e-95a3-da961a13dd70": { "name": "read-RA_si-TCGGCGTC_lane-001-chunk-001_R1.fastq.gz", "uuid": "1f6f344d-734d-47dd-8c0e-4a566aece198", "version": "2019-10-14T19:55:04.648167Z", @@ -516,7 +157,7 @@ "sha256": "59b6e856c804408156af825d8e9548b9e63117dd0f26112e376fb94dd13bea64", "s3_etag": "3c77c9680081c13bccfca980583aed2f-38" }, - { + "sequence_file/2fa236c1-deb5-48a8-9961-3e2ee5cae2db": { "name": "read-RA_si-TCGGCGTC_lane-001-chunk-001_R2.fastq.gz", "uuid": "3423f8f0-b9e2-4f31-941e-d811ebc810df", "version": "2019-10-14T19:55:04.933666Z", @@ -528,7 +169,7 @@ "sha256": "d3aaa198d125b6e98fc99932f74ed7d775ee0a89876536c3b2aed233f4e22a6f", "s3_etag": "8f774af28c90a781fcdffa92e753f033-96" }, - { + "sequence_file/ff664ba7-b1f9-4fd2-b6ae-a12eb0111721": { "name": "read-RA_si-TCGGCGTC_lane-002-chunk-001_R1.fastq.gz", "uuid": "29de4b2c-f375-4d33-8495-98f70d8580e0", "version": "2019-10-14T19:55:05.154353Z", @@ -540,7 +181,7 @@ "sha256": "62550be237ead5b7e073f831963150e6a05218b0a8a52322109858f6646bbf00", "s3_etag": "277ab2eef75bf8b90adca3810557a038-37" }, - { + "sequence_file/899e967e-06c8-49d9-bd3f-4bef8d04e22b": { "name": "read-RA_si-TCGGCGTC_lane-002-chunk-001_R2.fastq.gz", "uuid": "ab7aec45-0a5e-4edb-bc77-748413fd0a36", "version": "2019-10-14T19:55:05.312348Z", @@ -552,9 +193,9 @@ "sha256": "b4ff31a894fb15a28f7d9f0e54a5b8c4b8a6a5c119e1af3a54fb852a253c268f", "s3_etag": "d7fa94b852fb5a9c77c531a9fc8d6954-94" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/26dd8b99-f4ad-4802-8d6d-cf372c819dcc": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -589,7 +230,7 @@ "schema_minor_version": 3 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/efa34a7f-6a0b-4728-9038-b947d47a63c6": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -640,7 +281,7 @@ "schema_minor_version": 4 } }, - "donor_organism_0.json": { + "donor_organism/a53d95b5-d1c7-4548-b2c0-479788085ab8": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -696,7 +337,7 @@ "schema_minor_version": 5 } }, - "sequence_file_0.json": { + "sequence_file/c0a69095-57ba-4eca-8cc7-fed514f35f43": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -722,7 +363,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/4a9b689f-5aad-4c30-b347-7b0d52ab3ecb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -748,7 +389,7 @@ "schema_minor_version": 2 } }, - "sequence_file_2.json": { + "sequence_file/6fc876bc-5a8a-445c-8b41-77526203973b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -774,7 +415,7 @@ "schema_minor_version": 2 } }, - "sequence_file_3.json": { + "sequence_file/d47c381f-cef0-432a-b2bb-49fb7a546ac1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -800,7 +441,7 @@ "schema_minor_version": 2 } }, - "sequence_file_4.json": { + "sequence_file/b2a466dd-9de4-428c-9eda-f779d9ad672f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -826,7 +467,7 @@ "schema_minor_version": 2 } }, - "sequence_file_5.json": { + "sequence_file/86102761-0ba7-43b6-a442-666db1296154": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -852,7 +493,7 @@ "schema_minor_version": 2 } }, - "sequence_file_6.json": { + "sequence_file/0c4b6682-12ab-46e7-9756-07ec104b14b1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -878,7 +519,7 @@ "schema_minor_version": 2 } }, - "sequence_file_7.json": { + "sequence_file/f31358bc-064c-4185-ae23-af044804d591": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -904,7 +545,7 @@ "schema_minor_version": 2 } }, - "sequence_file_8.json": { + "sequence_file/a652744c-2d55-4181-b903-db411fa589b4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -930,7 +571,7 @@ "schema_minor_version": 2 } }, - "sequence_file_9.json": { + "sequence_file/da3b3aa5-3bea-441b-b1d0-022f842ddda6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -956,7 +597,7 @@ "schema_minor_version": 2 } }, - "sequence_file_10.json": { + "sequence_file/96ae6850-32c6-4d89-87cb-2f5005ac65aa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -982,7 +623,7 @@ "schema_minor_version": 2 } }, - "sequence_file_11.json": { + "sequence_file/bb4b0758-444b-48c3-89a6-9ddcf61fe912": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1008,7 +649,7 @@ "schema_minor_version": 2 } }, - "sequence_file_12.json": { + "sequence_file/b4308ad2-8a51-4b1e-95a3-da961a13dd70": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1034,7 +675,7 @@ "schema_minor_version": 2 } }, - "sequence_file_13.json": { + "sequence_file/2fa236c1-deb5-48a8-9961-3e2ee5cae2db": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1060,7 +701,7 @@ "schema_minor_version": 2 } }, - "sequence_file_14.json": { + "sequence_file/ff664ba7-b1f9-4fd2-b6ae-a12eb0111721": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1086,7 +727,7 @@ "schema_minor_version": 2 } }, - "sequence_file_15.json": { + "sequence_file/899e967e-06c8-49d9-bd3f-4bef8d04e22b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -1112,7 +753,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/4e6f083b-5b9a-4393-9890-2a83da8188f1": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -1418,7 +1059,7 @@ "schema_minor_version": 1 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/58df9607-ab66-48e0-a47b-1f897baae139": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1466,7 +1107,7 @@ "schema_minor_version": 2 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/6282594c-1b9d-4f26-a4f3-a26066878740": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1497,7 +1138,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/acaf2d60-e6fb-4381-a81e-2fec565fc8fa": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1518,7 +1159,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/1c9774bf-979a-4023-9756-b297cba4e371": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1540,7 +1181,7 @@ "schema_minor_version": 1 } }, - "collection_protocol_0.json": { + "collection_protocol/e95ebc23-53b9-48a0-acd4-185969122f2d": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1561,7 +1202,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_1.json": { + "collection_protocol/6ec6ce63-3c6f-41d1-a616-5ebb20fe9a8b": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1582,7 +1223,7 @@ "schema_minor_version": 2 } }, - "process_0.json": { + "process/c56e2990-d6a0-40f5-add2-793bc1f12d69": { "process_core": { "process_id": "Lib5-1" }, @@ -1596,7 +1237,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/6a14efb0-0c28-421f-968b-5fc022df2395": { "process_core": { "process_id": "process_id_37" }, @@ -1610,7 +1251,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/055b2189-7f89-4392-be1d-28a7274fe563": { "process_core": { "process_id": "process_id_12" }, @@ -1623,91 +1264,92 @@ "schema_major_version": 9, "schema_minor_version": 2 } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "c56e2990-d6a0-40f5-add2-793bc1f12d69", - "inputs": [ - "26dd8b99-f4ad-4802-8d6d-cf372c819dcc" - ], - "input_type": "biomaterial", - "outputs": [ - "c0a69095-57ba-4eca-8cc7-fed514f35f43", - "4a9b689f-5aad-4c30-b347-7b0d52ab3ecb", - "6fc876bc-5a8a-445c-8b41-77526203973b", - "d47c381f-cef0-432a-b2bb-49fb7a546ac1", - "b2a466dd-9de4-428c-9eda-f779d9ad672f", - "86102761-0ba7-43b6-a442-666db1296154", - "0c4b6682-12ab-46e7-9756-07ec104b14b1", - "f31358bc-064c-4185-ae23-af044804d591", - "a652744c-2d55-4181-b903-db411fa589b4", - "da3b3aa5-3bea-441b-b1d0-022f842ddda6", - "96ae6850-32c6-4d89-87cb-2f5005ac65aa", - "bb4b0758-444b-48c3-89a6-9ddcf61fe912", - "b4308ad2-8a51-4b1e-95a3-da961a13dd70", - "2fa236c1-deb5-48a8-9961-3e2ee5cae2db", - "ff664ba7-b1f9-4fd2-b6ae-a12eb0111721", - "899e967e-06c8-49d9-bd3f-4bef8d04e22b" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "58df9607-ab66-48e0-a47b-1f897baae139" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "6282594c-1b9d-4f26-a4f3-a26066878740" - } - ] - }, - { - "process": "6a14efb0-0c28-421f-968b-5fc022df2395", - "inputs": [ - "efa34a7f-6a0b-4728-9038-b947d47a63c6" - ], - "input_type": "biomaterial", - "outputs": [ - "26dd8b99-f4ad-4802-8d6d-cf372c819dcc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "acaf2d60-e6fb-4381-a81e-2fec565fc8fa" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "1c9774bf-979a-4023-9756-b297cba4e371" - } - ] - }, - { - "process": "055b2189-7f89-4392-be1d-28a7274fe563", - "inputs": [ - "a53d95b5-d1c7-4548-b2c0-479788085ab8" - ], - "input_type": "biomaterial", - "outputs": [ - "efa34a7f-6a0b-4728-9038-b947d47a63c6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "e95ebc23-53b9-48a0-acd4-185969122f2d" - }, - { - "protocol_type": "collection_protocol", - "protocol_id": "6ec6ce63-3c6f-41d1-a616-5ebb20fe9a8b" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "c56e2990-d6a0-40f5-add2-793bc1f12d69", + "inputs": [ + "26dd8b99-f4ad-4802-8d6d-cf372c819dcc" + ], + "input_type": "biomaterial", + "outputs": [ + "c0a69095-57ba-4eca-8cc7-fed514f35f43", + "4a9b689f-5aad-4c30-b347-7b0d52ab3ecb", + "6fc876bc-5a8a-445c-8b41-77526203973b", + "d47c381f-cef0-432a-b2bb-49fb7a546ac1", + "b2a466dd-9de4-428c-9eda-f779d9ad672f", + "86102761-0ba7-43b6-a442-666db1296154", + "0c4b6682-12ab-46e7-9756-07ec104b14b1", + "f31358bc-064c-4185-ae23-af044804d591", + "a652744c-2d55-4181-b903-db411fa589b4", + "da3b3aa5-3bea-441b-b1d0-022f842ddda6", + "96ae6850-32c6-4d89-87cb-2f5005ac65aa", + "bb4b0758-444b-48c3-89a6-9ddcf61fe912", + "b4308ad2-8a51-4b1e-95a3-da961a13dd70", + "2fa236c1-deb5-48a8-9961-3e2ee5cae2db", + "ff664ba7-b1f9-4fd2-b6ae-a12eb0111721", + "899e967e-06c8-49d9-bd3f-4bef8d04e22b" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "58df9607-ab66-48e0-a47b-1f897baae139" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "6282594c-1b9d-4f26-a4f3-a26066878740" + } + ] + }, + { + "process": "6a14efb0-0c28-421f-968b-5fc022df2395", + "inputs": [ + "efa34a7f-6a0b-4728-9038-b947d47a63c6" + ], + "input_type": "biomaterial", + "outputs": [ + "26dd8b99-f4ad-4802-8d6d-cf372c819dcc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "acaf2d60-e6fb-4381-a81e-2fec565fc8fa" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "1c9774bf-979a-4023-9756-b297cba4e371" + } + ] + }, + { + "process": "055b2189-7f89-4392-be1d-28a7274fe563", + "inputs": [ + "a53d95b5-d1c7-4548-b2c0-479788085ab8" + ], + "input_type": "biomaterial", + "outputs": [ + "efa34a7f-6a0b-4728-9038-b947d47a63c6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "e95ebc23-53b9-48a0-acd4-185969122f2d" + }, + { + "protocol_type": "collection_protocol", + "protocol_id": "6ec6ce63-3c6f-41d1-a616-5ebb20fe9a8b" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.dss.hca.json b/test/indexer/data/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.dss.hca.json index 88cb2f9dfc..1df521fb94 100644 --- a/test/indexer/data/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.dss.hca.json +++ b/test/indexer/data/94f2ba52-30c8-4de0-a78e-f95a3f8deb9c.dss.hca.json @@ -1,2862 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8079eb90", - "indexed": true, - "name": "imaged_specimen_0.json", - "s3_etag": "038fab03a6a415e07fa01214f058cb01", - "sha1": "a5d1b0e5457d029d0fe0f2c19c0c2b2f45c67083", - "sha256": "dcabfb5b083bb3ec5ef482c6266aa46617da50712520f911542d7428228e315d", - "size": 896, - "uuid": "87f58f88-ef8b-4323-bd19-cde1a2497b59", - "version": "2019-04-03T10:13:50.866000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d46a73e9", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "889570fe22be551b40a308389b62aef7", - "sha1": "f2b51ec11480e4b8613d1adef1beb5850847f57c", - "sha256": "86b0f47a079ed4226c6297c02196c0d9ac3b75666790a0bfa2aed117c158883c", - "size": 1006, - "uuid": "edd1d525-a6ae-4658-a6bf-6c31d7ab6948", - "version": "2019-04-03T10:13:45.512000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "387a6170", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "3ed8a682ec9b84753e948b05aa7b50d3", - "sha1": "c054bb3fdbe4a5c87b2cbbf8af58c9e32445b9af", - "sha256": "3bcd6249e1982a1400a67330c8eb6c72c1c2a6bb94e3f27df9abbd75a2cd4fca", - "size": 1461, - "uuid": "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4", - "version": "2019-04-03T10:13:45.427000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "15c0476b", - "indexed": true, - "name": "image_file_0.json", - "s3_etag": "78969f572594bd6ec8db29581fc3fc49", - "sha1": "821bcb53fadcf5a54df2b80912509394bcf85251", - "sha256": "39477700ca5e11cf9d50e14e734e8b84b9767260f293bfce799fc24cae174953", - "size": 414, - "uuid": "6baa3aff-b2a5-4e49-82f7-25c108a6107a", - "version": "2019-04-03T10:15:44.995000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b2bc1297", - "indexed": true, - "name": "image_file_1.json", - "s3_etag": "352bd9b676d359440b0ab6610d82f880", - "sha1": "92ace2e3683c59df707f6c2cea97a245211b29e4", - "sha256": "fd9e953ea6a0e58915541e4831e77908b2bbb7fe75f8f434bac1f0cc888f71a4", - "size": 416, - "uuid": "06dcfc33-21da-485f-8e50-49d294713a9e", - "version": "2019-04-03T10:15:44.993000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e80dc77a", - "indexed": true, - "name": "image_file_2.json", - "s3_etag": "effc7cc9060288b3fcf6a5a396b8610c", - "sha1": "a55cceb5feb41a61b3e862bab40ab2e07faf527c", - "sha256": "8668a42e2f5e3b222e5c4b9dacf966d4c3a8f9dccd78cb9ca9e6f5ec6204be4e", - "size": 429, - "uuid": "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", - "version": "2019-04-03T10:15:51.032000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b57b1b8b", - "indexed": true, - "name": "image_file_3.json", - "s3_etag": "83e170b0259053817181e116c761c10d", - "sha1": "891e174eaa01454d5c1bd1c2535ec38e2df4a529", - "sha256": "cd07df0ccb235bed07bc0e721465c24ccf4c06d71c5757c63a385be396b4c513", - "size": 429, - "uuid": "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", - "version": "2019-04-03T10:15:47.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f6331c39", - "indexed": true, - "name": "image_file_4.json", - "s3_etag": "9faadbc50ac5600af400235f8619f2db", - "sha1": "1f3eb773f5765e4f05fda64697b4ed01eb6ca829", - "sha256": "634269e93a580aa1c58159983acff3cff9d8b0324260ca91932bf600c1441916", - "size": 430, - "uuid": "76e52f76-ede7-4088-b7f6-d6e5f6152292", - "version": "2019-04-03T10:15:51.115000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8920d5a7", - "indexed": true, - "name": "image_file_5.json", - "s3_etag": "1e2fa48d2a074dce3710d3f77fda11f0", - "sha1": "c4f24b94ad65c3ee335e51282e0e406c520b45e2", - "sha256": "6aebe94fb11a4fa44e63d0ee0018938e2051608093e22674a66fe6d9fa35d704", - "size": 430, - "uuid": "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", - "version": "2019-04-03T10:15:54.073000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "56db8826", - "indexed": true, - "name": "image_file_6.json", - "s3_etag": "7b928c34176f343317e854080601345c", - "sha1": "20b719ad5ecaa8028efc6a67d7e192447958db7f", - "sha256": "4f4a790c166529d6fc9621fcbe38e81258e81626dcc46cc9e22f79a0008cbdc4", - "size": 430, - "uuid": "be66141d-84a3-457d-a8d2-2f0da8c91dff", - "version": "2019-04-03T10:15:51.125000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7e67e8ea", - "indexed": true, - "name": "image_file_7.json", - "s3_etag": "eb52641a787d20c9cd079997a79a5260", - "sha1": "f9fb054da4ad78ca1f26c196c4f9494a6fb9bb30", - "sha256": "5e519556738cf22b5e064429fd20f14218cddd0bc07fabcd249373ced79ba62d", - "size": 430, - "uuid": "680cf532-ef0c-4155-b44d-a6ec3920743a", - "version": "2019-04-03T10:15:50.982000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a09c647e", - "indexed": true, - "name": "image_file_8.json", - "s3_etag": "23317a256997a1f7185b08afb0d5d425", - "sha1": "0219f2b9aa844e770b1f58b55aab4ecabaeeca7d", - "sha256": "f18c6fab1c9b5e27c8e5e653e7299cb59801e8d5fd8220d9c9d0afc86d7d7ff1", - "size": 430, - "uuid": "08609f14-cf43-4188-b743-4a0b55b17347", - "version": "2019-04-03T10:15:47.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0d5e37c4", - "indexed": true, - "name": "image_file_9.json", - "s3_etag": "abf43be05ab7f890a121d6039aee5750", - "sha1": "dd1a6c404b22f8bf09ef2d880b26a24ff2a66604", - "sha256": "afaf14187b58ad4f3e74329550b4b4163f85a5a9e7cdf36c82735094502c8291", - "size": 430, - "uuid": "d10827a1-38f7-457d-9c9f-695f2fc7689c", - "version": "2019-04-03T10:15:44.996000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8b291c4a", - "indexed": true, - "name": "image_file_10.json", - "s3_etag": "ed31588f7ca14e039f8136f7dc30372b", - "sha1": "792f631014297c0d69add49b8db0ac24f5f664ee", - "sha256": "0a30e13100abf47ee849ee3f62c11dc9409f90cd631f3f584d46d8623bcd6d71", - "size": 430, - "uuid": "6f8eb2e5-7a0c-4c98-8da0-276457357071", - "version": "2019-04-03T10:15:47.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a3fcc566", - "indexed": true, - "name": "image_file_11.json", - "s3_etag": "7fdffc464baaa3a9657051b6c05bffd8", - "sha1": "8122461a763c16ce6503f55d7efbefdad4d70887", - "sha256": "9ca32bea5e4ca1fa061592be5f4d390aed852c383253f6c019db8b58dc5ec85e", - "size": 429, - "uuid": "ca480df3-71bb-4634-8f71-b6a75aeb9f05", - "version": "2019-04-03T10:15:47.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3f77b944", - "indexed": true, - "name": "image_file_12.json", - "s3_etag": "f2a4015ce36f854b62f5769a5f20bb1c", - "sha1": "8dab42ab4a2c2dc411bfa10a1186ed7c4e2ed420", - "sha256": "a14886279ea8319351bc1da333bf3c087eebbf10b170d9ff9f557293b845b5cb", - "size": 429, - "uuid": "03ae5f5e-65ac-4491-b0ce-eefc940e0224", - "version": "2019-04-03T10:15:48.018000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "290467c1", - "indexed": true, - "name": "image_file_13.json", - "s3_etag": "1103eacb609b98885f4c7a771690d527", - "sha1": "53bdebd939a1c4521dd4a5430b61f71a187b02b1", - "sha256": "9e14b02fb42e2e6d7b4b408274b8262ac8438065e3a368ad483e8ae731907705", - "size": 429, - "uuid": "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", - "version": "2019-04-03T10:15:51.040000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fc68d967", - "indexed": true, - "name": "image_file_14.json", - "s3_etag": "0e8c05a96c95c62a756e2be8eda7d864", - "sha1": "18b2898720e44376e96d08e289d8788a6dda009c", - "sha256": "29963b642a9e628b630d9591a078c138ff62ed23ecb1d0f0601be29f9c4d6b24", - "size": 429, - "uuid": "887f3d73-94d2-44ac-9047-67aca5225882", - "version": "2019-04-03T10:15:51.029000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1b9ad91f", - "indexed": true, - "name": "image_file_15.json", - "s3_etag": "18b349c44199e87aed42a8e54bd7419d", - "sha1": "4a93629d4d59d8676bdf567b020bbe201e430e88", - "sha256": "0b9a89e36e3690da9259e43290fe70b60603009d00fe39452ba0bbf4dfbb9418", - "size": 429, - "uuid": "896dfacd-206b-4e4f-a846-ba5b070060d9", - "version": "2019-04-03T10:15:47.819000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "27cf3a08", - "indexed": true, - "name": "image_file_16.json", - "s3_etag": "2883ccabfd63c0110b8ca0139ff62493", - "sha1": "51f02c93335d069692528ff7b4b4272b3ad4f76f", - "sha256": "24073054e30b0de495c92dcc02391d8b8c8b1422a655c8bb5f132941c3233319", - "size": 429, - "uuid": "23303c88-01b1-47d0-b770-dca6802caa13", - "version": "2019-04-03T10:15:47.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "de878d17", - "indexed": true, - "name": "image_file_17.json", - "s3_etag": "6df775c743947206fc5b6d054135a761", - "sha1": "b53d6fc48f41eb5d4014dbc0468a1c60aec29b83", - "sha256": "5318ef81c7636ad059452277bbaa1b15b120d489a355d221ee58216818405641", - "size": 429, - "uuid": "3c1a388d-0577-4417-9cd2-ff33bfed9140", - "version": "2019-04-03T10:15:47.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76b4e019", - "indexed": true, - "name": "image_file_18.json", - "s3_etag": "02ff24b7bbf5995acb045ac05fb17065", - "sha1": "82886a97a3933d232acb4da65c78fd157d0aa26f", - "sha256": "f0cd2b5a3ff27f319d78edcb6ae8649768810273a759af44ef249f04d2b4df13", - "size": 429, - "uuid": "67e71b34-7157-4a37-b495-0d740772b480", - "version": "2019-04-03T10:15:51.111000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a2a8f359", - "indexed": true, - "name": "image_file_19.json", - "s3_etag": "ce0597ac8c4d8814a2e603eec2965ea9", - "sha1": "8965dfd33a90ff2a03b15bfcba57893e456042ba", - "sha256": "610fa9de68fc0c392e981e7ed61bcab9c656aae9debf6067cc6a5eca7a31150c", - "size": 420, - "uuid": "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", - "version": "2019-04-03T10:15:51.054000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6f83b0eb", - "indexed": true, - "name": "image_file_20.json", - "s3_etag": "48292580773c094adec3a832e7968944", - "sha1": "d7935356c353ad1b8aa0b0665bd541be3718ef24", - "sha256": "5415fddfae88e6ad9a1248b52f041c541a91568bdd528a729cf296a66e07990f", - "size": 412, - "uuid": "5fbcb75e-3ee3-4429-8ede-b243afa0789f", - "version": "2019-04-03T10:15:51.028000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7a5f8396", - "indexed": true, - "name": "image_file_21.json", - "s3_etag": "4a0074b189ce3989a5315274668f47f7", - "sha1": "65ba0cc95f878158865ea52129e4368c7a4b7117", - "sha256": "517eef28842bbdedb80bafbd691dbbc9218a14a197ba1d094b293cd1f3aa5d6b", - "size": 436, - "uuid": "09226b24-6b11-4e4f-8052-2b544be461aa", - "version": "2019-04-03T10:15:51.126000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f9d5a275", - "indexed": true, - "name": "image_file_22.json", - "s3_etag": "40bc3e0ea2d8f5c200e188e62105f352", - "sha1": "b6d3ab14c34c3c9926fec8b9ddbcad9af3495b6b", - "sha256": "0bb8b449b7c18075f3f157facd415fef08888124bbdac344873a8887d66a2a50", - "size": 436, - "uuid": "f67473fd-fbf8-4d69-9db1-556938ab5b87", - "version": "2019-04-03T10:15:54.317000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "438b1035", - "indexed": true, - "name": "image_file_23.json", - "s3_etag": "34fed4de23ea62eee190201f0ca332b2", - "sha1": "31ec656cde738741d43f7bff141132e7639c15a3", - "sha256": "fb46973e9398e82e5e842bab20db97b5e7464a14c8ef8e0bca8ac8b90b1d1215", - "size": 436, - "uuid": "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", - "version": "2019-04-03T10:15:50.940000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "69359cac", - "indexed": true, - "name": "image_file_24.json", - "s3_etag": "fb0fb60fcb0f76f67edc4a61ecea4b39", - "sha1": "684a152a02274a7dca17d263d3ea313b49a0eb71", - "sha256": "1d2b9a93a4188ddec501b996fde7ec2fc38f060ed0c2cb82b30e1584353bb44a", - "size": 436, - "uuid": "017a2c88-4f6e-418e-bb96-f42f3a220f87", - "version": "2019-04-03T10:15:50.977000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4811eaf7", - "indexed": true, - "name": "image_file_25.json", - "s3_etag": "ad0643bdfa0eb18c8d67f9efa7bd602c", - "sha1": "f68e533ecb1f121f52631c6010619eb47c3968fa", - "sha256": "6989e2d3d621b3f9fcb307bd7905c745cf36fba395e6a061e3681e7fe31097f1", - "size": 436, - "uuid": "30305240-004d-4632-84d4-37d7e7378782", - "version": "2019-04-03T10:15:51.136000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d89e7350", - "indexed": true, - "name": "image_file_26.json", - "s3_etag": "45bbd1cd2580a55e3eeaa20e73e8acad", - "sha1": "98dae7c81669f3b0dbf2ddef9c78db8d13311411", - "sha256": "28393237e14ce9891dbc646df4a7c562333f925cdc3189184893b630b7678048", - "size": 436, - "uuid": "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", - "version": "2019-04-03T10:15:51.052000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "442d4d84", - "indexed": true, - "name": "image_file_27.json", - "s3_etag": "8f90d9f8fb508084508fc300ef4bb4d0", - "sha1": "5092ba88250f093030a7ab84774df73210cdc08b", - "sha256": "afd4ea38d62c45ff93a5abfe15d892a54c5fe188347e1c5bf7595c2d4a814748", - "size": 436, - "uuid": "3fd2781b-6855-4eaa-b2fb-81db386adb18", - "version": "2019-04-03T10:15:51.027000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0c4146ab", - "indexed": true, - "name": "image_file_28.json", - "s3_etag": "80856577d5972945a7afe21ae2c3835f", - "sha1": "c20bcbca57adf6ef800ed44fd8201cf626a750e1", - "sha256": "f00fb2b5d6da250b1d50d35f447d0cbd4ed99b3d2e3acccd9b4a0ae22e8bc56f", - "size": 436, - "uuid": "40474d53-44a4-4ab2-9f20-61b71291f8aa", - "version": "2019-04-03T10:15:47.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ce7e2b8b", - "indexed": true, - "name": "image_file_29.json", - "s3_etag": "e00f6a988100b240e32a67e570b7ba38", - "sha1": "2410904c1785fb9bf0daa3171474a0fecd979ae3", - "sha256": "ccd379770ac524045e495ea08411378a90e6c2970dd329c391da22bb842cb681", - "size": 436, - "uuid": "aaa97d47-7124-4763-a3fc-f6d66eb6d990", - "version": "2019-04-03T10:15:50.958000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b9183afa", - "indexed": true, - "name": "image_file_30.json", - "s3_etag": "28e9cd98bdef0d045db1ddcb23abe0f3", - "sha1": "428ef83c0b71284a0edb85b976579d381127ffb7", - "sha256": "472be58ecb075755d87eb778b337c7697d8885ea6d97c7f48b3b1266c14d60a0", - "size": 436, - "uuid": "4adbed13-1cb6-4405-b892-fe8165050691", - "version": "2019-04-03T10:15:51.040000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "571ac117", - "indexed": true, - "name": "image_file_31.json", - "s3_etag": "fdf353efd62c1d32f79002132495b9ec", - "sha1": "a06c917ba4016a7de26bf2f91931d55e085ad078", - "sha256": "b12f58e60c5d2e30be93e6fa39ae8f8b73781f07722b24158a36dc19893bb1f2", - "size": 436, - "uuid": "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", - "version": "2019-04-03T10:15:51.020000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8db2e4c7", - "indexed": true, - "name": "image_file_32.json", - "s3_etag": "d67dc364c58e8bd22753e80490aba312", - "sha1": "c7426a20f166f6657c7cf1ea60fa33d74e09cf5f", - "sha256": "cea402f913566a622705f61d4b339bbf4ca6b9b0a0ba60122c742dfc41f8bb6f", - "size": 436, - "uuid": "5402916f-6de1-4842-8585-fc25c153992b", - "version": "2019-04-03T10:15:51.039000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "291b9622", - "indexed": true, - "name": "image_file_33.json", - "s3_etag": "c610bd7d6df298676d3ab9e03974c6d4", - "sha1": "fc80e91c6acb500470e0c78be820c0d09364e09d", - "sha256": "e28f94fdbab9f4cc65e509289c0ed8175c2fe6a74e4180c7f22759619e206abd", - "size": 436, - "uuid": "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", - "version": "2019-04-03T10:16:00.740000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5d54b4d", - "indexed": true, - "name": "image_file_34.json", - "s3_etag": "71a459e0e4ebe380e4f5ad699dfe39e5", - "sha1": "a870a769c567e00fd726b069f591e0509a705dbc", - "sha256": "1834e21010a32a18fbaa3b0414efb7c6ae7e159d3333df54bb678f24881aff95", - "size": 436, - "uuid": "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", - "version": "2019-04-03T10:16:00.295000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "81bfdbb5", - "indexed": true, - "name": "image_file_35.json", - "s3_etag": "5a9051abd6e6ed9cee00abd59c9862f1", - "sha1": "fc71295b18c68520da079e4560583f89ffa459a6", - "sha256": "205f951bbc20d1c1ca49520908cf7d655478db083dd96d62f176979454893392", - "size": 436, - "uuid": "cb92dd92-570c-4075-8893-eb19dbd837b8", - "version": "2019-04-03T10:16:00.289000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9b22db0b", - "indexed": true, - "name": "image_file_36.json", - "s3_etag": "c55531713486c10a999da38866629fff", - "sha1": "8b80501e4488e6a73b6164926aa9e938571fef64", - "sha256": "552fe82b645d82a4ab8dec0f3e975b585a471b6ec71dad714d19d37a619295f8", - "size": 436, - "uuid": "b36948c4-0646-42be-9db2-16626a757343", - "version": "2019-04-03T10:15:57.643000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "147e5d0a", - "indexed": true, - "name": "image_file_37.json", - "s3_etag": "17a6a4d22efbf306b66d00457f0609f1", - "sha1": "17abc1637628aaa85c60cc5d2e3d8e14e01018ee", - "sha256": "d4296b9d358855fe9af556d6aee1d8ccd13901e4276c3b8e174ba9db65df7a73", - "size": 436, - "uuid": "c974f4eb-27b8-4ec3-913e-a6eb19572a51", - "version": "2019-04-03T10:15:57.265000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f72b1879", - "indexed": true, - "name": "image_file_38.json", - "s3_etag": "dcdb7889b5563daff4401efdf07424f4", - "sha1": "cd81502dc2051090a806608de2284e18856b76b4", - "sha256": "8e16a4bfe71a99a57492f2de4d6a462713d5c5a90bd8ec67008a5bc69f18e31a", - "size": 436, - "uuid": "febb760d-1e9e-4432-9b88-ce2869a43c44", - "version": "2019-04-03T10:16:03.118000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7ba1aac8", - "indexed": true, - "name": "image_file_39.json", - "s3_etag": "fed9a54f347c79af8759da6c18fd8797", - "sha1": "52782e2d062d6491bb4dc0096de07396a3053599", - "sha256": "c333fe3b4e6856c7e0f45e61b44dc2aad0a819d3a446e2f1ebde6451c4673418", - "size": 436, - "uuid": "054f40a4-68d0-41db-81e9-00239042d9fa", - "version": "2019-04-03T10:15:54.056000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "26797393", - "indexed": true, - "name": "image_file_40.json", - "s3_etag": "fb9706107509f936c61eb3ed7473c37f", - "sha1": "92a5c2a82ae00336de23e896d1775ac1079032a4", - "sha256": "f57b95d9d82aa33c9b1ff61c4b4c8471e243b1e190dee06fdc46bc82a9840ddc", - "size": 436, - "uuid": "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", - "version": "2019-04-03T10:15:57.262000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a21721ad", - "indexed": true, - "name": "image_file_41.json", - "s3_etag": "e93177fa673e8f89c9efcc51e5b56d69", - "sha1": "9492388cc20efe206f452e3be6615be353f3f6ec", - "sha256": "1b65fa5a886865bc8323393642034c144e9af72f295f44a5bf0d00b1a1fe0fed", - "size": 436, - "uuid": "819e3227-cc54-4919-95af-c1f8194bf729", - "version": "2019-04-03T10:16:00.245000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8e944c70", - "indexed": true, - "name": "image_file_42.json", - "s3_etag": "b489a896e0b737d725f3f8578d534384", - "sha1": "6bfe2e4ba1e0c332b44e09bb9e196a4960b787ba", - "sha256": "2403b7b6306342055a0da03f1598da76a6602912a7db0ed480a9ec8ba058edf6", - "size": 436, - "uuid": "b1e2b9d1-6973-41dc-acdf-95474303561f", - "version": "2019-04-03T10:16:00.392000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "18f0255d", - "indexed": true, - "name": "image_file_43.json", - "s3_etag": "fc8e33e1a5986dcce6dcd8d35047db9d", - "sha1": "e07b9a462b46380bc61904da44e719a7efe0df60", - "sha256": "6400cd38b14ef3a2ed4259d63836e6a5ccb62c4b65a7a8568dbc5201024f0219", - "size": 436, - "uuid": "41ffc783-5ad4-4197-8fd1-c029903c43c0", - "version": "2019-04-03T10:16:00.242000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc005686", - "indexed": true, - "name": "image_file_44.json", - "s3_etag": "530ae4741bece22de276dd91e3ffa50f", - "sha1": "7e06635cca390c555051dbe62a6b7cd36e7b56a7", - "sha256": "69541c6253b9cb9fd37845812eacf0d6ca58ebf0294837f2c02e30fb0c03157b", - "size": 436, - "uuid": "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", - "version": "2019-04-03T10:15:54.163000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d5688f2", - "indexed": true, - "name": "image_file_45.json", - "s3_etag": "a9351b5ba3a3022072636c6f6fcdb51c", - "sha1": "0adf628f224663418d182c681549f3f405f1be9c", - "sha256": "770b880f656b6aa00efdf008791444c126efe1fd297efca8c5a7c7097ea900dd", - "size": 437, - "uuid": "9014bbaf-a047-4b69-8e28-8356cc99f84e", - "version": "2019-04-03T10:15:54.097000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "49d735f5", - "indexed": true, - "name": "image_file_46.json", - "s3_etag": "316b6a48cb999f8a91aebf262eebdb85", - "sha1": "a011d8c48da4c80098bf0147a5abf5949259c5d5", - "sha256": "2bd3f30fd85544254ba37fe941a8328ab3fae7e66fe53f69c48f2b6d9e262421", - "size": 437, - "uuid": "f7acf90c-2b32-463b-b832-8daa8529f727", - "version": "2019-04-03T10:15:51.110000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a7afb522", - "indexed": true, - "name": "image_file_47.json", - "s3_etag": "48de5c790860cfa4b31dbda89fb14848", - "sha1": "3d5adb3c12680dd6b482b82536f4cd487136d0d3", - "sha256": "5bc6eb1cb42a02ced63e8a010cde537c78b3ff34c68ec1d178fd227248a7cd41", - "size": 437, - "uuid": "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", - "version": "2019-04-03T10:15:54.068000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "477f3b73", - "indexed": true, - "name": "image_file_48.json", - "s3_etag": "9ee3a28b10bc548bf3e3e6b255d51b4a", - "sha1": "dada78babeba45bfb4b77ac7ae8be3c3d4481221", - "sha256": "e4c440e517c39a6c3f0ad820f97fda13929d46868355988673c2713eaaa0db5f", - "size": 437, - "uuid": "db22deab-498a-409c-8386-5bf4e60a080c", - "version": "2019-04-03T10:15:54.171000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a11b2c6", - "indexed": true, - "name": "image_file_49.json", - "s3_etag": "b9920ca8d3aa46ee824b24676d14606c", - "sha1": "78cead43f864e56baf51c1fb43bed2fbe92e044b", - "sha256": "602346da07c3d1d779290fd3fbdcb9046a2929a8bacc384a9b252e70a0a5aacf", - "size": 437, - "uuid": "07d600bc-0d55-4a8d-9a48-390fc4169845", - "version": "2019-04-03T10:15:54.155000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "df5272b6", - "indexed": true, - "name": "image_file_50.json", - "s3_etag": "e394067e17591779b210e0f1aa5217c2", - "sha1": "4a421755b723f08cac72ec4fb7ee96fd551344a4", - "sha256": "cd289cc2db430f92925bc05e40dd5cb1c6ee7c2a3f9c55a3c1f36fbeeb46580a", - "size": 437, - "uuid": "d0a032bb-cd0e-4873-b346-5cb19e45c202", - "version": "2019-04-03T10:15:54.147000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a615de2d", - "indexed": true, - "name": "image_file_51.json", - "s3_etag": "9fd36791a8c43c2303cdb0e17cd33063", - "sha1": "396a37e54eaef8f4fcb4851723b4cb51c80b964e", - "sha256": "4870a840ce29281fa93e8e6a7c8bbde6f78e9c0832e6067432333c00b7e75f60", - "size": 437, - "uuid": "a161f60f-af92-4b09-9df0-dd7ff2bf571a", - "version": "2019-04-03T10:15:54.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cc86f251", - "indexed": true, - "name": "image_file_52.json", - "s3_etag": "e32d50d29dc7257124e623a845ce5009", - "sha1": "4de19aae0120499c1ada6758a2a7c6846673c8d2", - "sha256": "bd3c7aea6543616f7861d9ab086c8147df04f39d64b824a4a2696922faac606d", - "size": 437, - "uuid": "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", - "version": "2019-04-03T10:15:57.073000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "331abd76", - "indexed": true, - "name": "image_file_53.json", - "s3_etag": "6431956d2e565c3b1ae3f2846d2e83c9", - "sha1": "b8e4f97a697ce1f604e5b1da059553157ee14c85", - "sha256": "b64c80ab42af729c766d7057252b4792d81976491eaeef548f5d2e5e22f1592a", - "size": 437, - "uuid": "f10fd9e2-5747-4d7a-8c0c-beba81749011", - "version": "2019-04-03T10:15:54.011000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d443e379", - "indexed": true, - "name": "image_file_54.json", - "s3_etag": "28cee81f519bc1d49494e1e3d19537d8", - "sha1": "1430224d8d07c762faf15bf9d85f6a69cf22978a", - "sha256": "f530d71a7102885e24310411cff4052f2ed8c26377f49debd65443c824b0d9b2", - "size": 437, - "uuid": "553b6aab-4745-45f8-98ab-de6aadbf48e4", - "version": "2019-04-03T10:15:54.255000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "17c75bdf", - "indexed": true, - "name": "image_file_55.json", - "s3_etag": "94ecbf24a51f24dcdc2f9a7c215841f5", - "sha1": "0ac5b3148ab528d1f59c0e66600ae99a369b9e28", - "sha256": "77bfaab517f05ded0d779f672033b4fe36a53d8a34d67431b227632c520a58ad", - "size": 437, - "uuid": "3572abe9-6e42-4266-8671-ff24b592065c", - "version": "2019-04-03T10:15:54.233000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5c8d1fd8", - "indexed": true, - "name": "image_file_56.json", - "s3_etag": "a2aff7c7341b8e31e3788539d3723155", - "sha1": "c426fdd2f0fd279ef55023ead517e3ba79d5f936", - "sha256": "244c172dc730e03c4775435ca9d8d6209ae6561d1fa244557e72650d76ec68d4", - "size": 437, - "uuid": "6882abf6-c247-4167-a18d-e3fec24bcba2", - "version": "2019-04-03T10:15:54.124000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b5a3d1f0", - "indexed": true, - "name": "image_file_57.json", - "s3_etag": "55ed2fa1bf8138a0a3c00e0f08cc4bca", - "sha1": "d0756edfcd1ebcd7508bb90a891c3068f6430414", - "sha256": "09ee934bb00c75597a81e8619f1bf36a37d0bfd4a120a4a38b8ccdfe4ee49f62", - "size": 437, - "uuid": "15f8b73e-937c-444d-8362-fdf458abb651", - "version": "2019-04-03T10:15:54.117000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "627f0d21", - "indexed": true, - "name": "image_file_58.json", - "s3_etag": "b02ac497470cbf16eac17fab69f55e69", - "sha1": "783f66868b6e8d15e834bc3fcaff82a4cfc45a1d", - "sha256": "b492fc206e7af25ad25cd703477562e33f6b55a8d729f554762707d47518520f", - "size": 437, - "uuid": "33b4e374-20ad-4fee-b682-aaa4fc12bec2", - "version": "2019-04-03T10:15:54.178000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0b92cd9f", - "indexed": true, - "name": "image_file_59.json", - "s3_etag": "1b95b4be0212ee7f892a2ce76f7c3c01", - "sha1": "5281e448041b0486840c5192760c57d756a1417a", - "sha256": "9c59cb6b48fe2f9c2e2dc1af39c963fa08d04d62db044e25343c91002c18dd74", - "size": 437, - "uuid": "0e83c507-2211-4561-b75a-92326fb2d4fd", - "version": "2019-04-03T10:15:54.229000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "36893dd3", - "indexed": true, - "name": "image_file_60.json", - "s3_etag": "17f6ebe07687b8b410eed108625fa619", - "sha1": "8401c957587084fcda65d0c437f4c231b8b27e43", - "sha256": "264ba999cd45d6439826e2627a2b09c39e6b15e68efc3891f2daff7185b4ce16", - "size": 437, - "uuid": "912c55cf-0774-4838-8874-352766984715", - "version": "2019-04-03T10:15:54.213000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7078c29e", - "indexed": true, - "name": "image_file_61.json", - "s3_etag": "d93bf47f7a357c6a83e44f3679a8b285", - "sha1": "01e6f534e7ce61612dd8ad8cc1aa18f1d659fac8", - "sha256": "07c595226f8dff95523046921d22c770ef035dc177670deaff09efec9b9a5bc2", - "size": 437, - "uuid": "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", - "version": "2019-04-03T10:15:50.981000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3939945a", - "indexed": true, - "name": "image_file_62.json", - "s3_etag": "e2310bdd90fad3e5ff497cb27eae01c8", - "sha1": "f420e9b5654bf60206202a773eb3baacfc612dc5", - "sha256": "c8e688f4d5792c15eff9b60c17e7cb11eb5b9fc22df4b8686da5462ef6c3ebf8", - "size": 437, - "uuid": "5b8e3d96-e625-46b6-9689-110fa84fd721", - "version": "2019-04-03T10:15:54.097000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d1a6ff37", - "indexed": true, - "name": "image_file_63.json", - "s3_etag": "6dbbbe2b32ce74d079b2bef920f1b746", - "sha1": "eedf5323a2543af65d286942be0c6109a301bda9", - "sha256": "1a437156830c17b703cf0ab7b86263a941cb6163eebc323ce1a0986d9b6ee86d", - "size": 437, - "uuid": "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", - "version": "2019-04-03T10:15:57.225000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "130f873c", - "indexed": true, - "name": "image_file_64.json", - "s3_etag": "5ac0b9eeef7510891bc75fd5edf5a18d", - "sha1": "befe8f910959c5bf73d830eee47c30b5336b8d6e", - "sha256": "f80c0c38eba9dc34691c3eb73b7992d6133164b99b36fa1ada3fedfffc7a3db2", - "size": 437, - "uuid": "6f3272d7-4a62-4a3c-8c44-11dda8756956", - "version": "2019-04-03T10:15:53.957000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5430e9f8", - "indexed": true, - "name": "image_file_65.json", - "s3_etag": "f143f2b13c13e3a0ef33d76a35edffd0", - "sha1": "06a516e9cb7e845e2d25550d4d46952b91afc610", - "sha256": "c68187461c589cf329d0388cec56220dccdbc18f731cae340afe945332e3f390", - "size": 437, - "uuid": "168422c5-e89d-466c-9085-f29c02160143", - "version": "2019-04-03T10:15:54.119000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "68502f42", - "indexed": true, - "name": "image_file_66.json", - "s3_etag": "358bbcce28a2897636b9d2e9299bba07", - "sha1": "fd9c1c53771b3aef5b94439c6342a250edc31c24", - "sha256": "3e78b422abd43d4b98ac9fc7c1e194f0bd3bbba37d0dc85059045d02ee677922", - "size": 437, - "uuid": "7331367a-cc43-4af0-8750-a2921d513f97", - "version": "2019-04-03T10:15:57.287000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6649f82a", - "indexed": true, - "name": "image_file_67.json", - "s3_etag": "62579375c4de1c7a4e989f77f3b3d176", - "sha1": "9a9ea328e726e620b6b62f67537757af3b02d86e", - "sha256": "22d6abeef0ef609847afe1ab25316816f47b37e191303574780496bc6def3513", - "size": 437, - "uuid": "edf83a09-2e60-4571-b650-abf4c7ff757b", - "version": "2019-04-03T10:15:54.149000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53f03eaf", - "indexed": true, - "name": "image_file_68.json", - "s3_etag": "918563dcf5b3881c5e453718f317f045", - "sha1": "34fd4c4a9d3a1c4dc1610643197a9092e9bb0adf", - "sha256": "49fd51fabce4301c831e6ecbf82108fb0e7a8ee70e549b2d87e47ce111690a90", - "size": 437, - "uuid": "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", - "version": "2019-04-03T10:15:54.166000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "01833a50", - "indexed": true, - "name": "image_file_69.json", - "s3_etag": "05d5d3bc163ce94baa3ee79842a90fa4", - "sha1": "18654f02facd85891ff8495e861f61619bfca6a5", - "sha256": "dc427510fa0620ad3eb272fe4e81e0a23e8eef322edf52b38cca3799f6049045", - "size": 437, - "uuid": "be9d12b6-f8dd-407c-b1d7-844deb6a5023", - "version": "2019-04-03T10:15:54.168000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a9d26b59", - "indexed": true, - "name": "image_file_70.json", - "s3_etag": "beae917af371b2fb95b3a2adbdf21e65", - "sha1": "0303ec0d5692e7a62235958df7b712b76a5ff0d8", - "sha256": "3e0af88cb3304fa3f4aa2118d2a94cc8576deb86564146d2022ab0d6453a6173", - "size": 437, - "uuid": "e3e59792-61e3-4bf0-a985-2acec75acafd", - "version": "2019-04-03T10:15:57.350000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9fe6ba4d", - "indexed": true, - "name": "image_file_71.json", - "s3_etag": "387f36478b6eb60e7acf905ebb9a5842", - "sha1": "9c01dc63dff035a391b328738e87ac39b13af959", - "sha256": "e42e317ce059afd91d7365c52ed2baad3120380b354b1cb9d493a9433b7e10a5", - "size": 437, - "uuid": "095ee09c-1605-4c07-9324-b5382f20b78e", - "version": "2019-04-03T10:15:51.023000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7ad3743d", - "indexed": true, - "name": "image_file_72.json", - "s3_etag": "a4342cc672a96585326afda3a205261c", - "sha1": "04c729435898e80e38de10184f44b6602bc218a7", - "sha256": "dade5e214dbc78247a89a7d6ef9d1008fb951858e4267208a2d598c94b295fd1", - "size": 437, - "uuid": "77b96424-accb-4c6b-884c-756f2bb40929", - "version": "2019-04-03T10:15:54.145000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ba0941b9", - "indexed": true, - "name": "image_file_73.json", - "s3_etag": "12c381a6f2c6832468c66997392d83c3", - "sha1": "599497576384f0e1c98a389d6025215af6744c5c", - "sha256": "df4d56cef909e3c2ce9d4c336fd753c47a1731fbf1c2058b0c8aa4f79c6890a1", - "size": 437, - "uuid": "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", - "version": "2019-04-03T10:15:57.414000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a141033a", - "indexed": true, - "name": "image_file_74.json", - "s3_etag": "df8f791ca45a522323e01418f86c25a5", - "sha1": "fb018f093d4434d8dc47966e22ce23633fdae934", - "sha256": "8d6cda07d844c1d5c022954b2431a60b2fcba5d7233da6adfc211117c5e5badd", - "size": 437, - "uuid": "78518dc1-d38e-4230-88b8-887bdd83f965", - "version": "2019-04-03T10:15:54.195000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cc1184ee", - "indexed": true, - "name": "image_file_75.json", - "s3_etag": "6518fb057b8c7f2a56caa360b1519757", - "sha1": "f519a4da84b758b6d776920863efbbd1ba640759", - "sha256": "793bc7b3b9e4a543a458c3f68bb5827beddd934c102e87be93945190950e3453", - "size": 437, - "uuid": "652dd3c5-6467-41ee-89b3-e4b3361fb533", - "version": "2019-04-03T10:15:54.138000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1a59e2d8", - "indexed": true, - "name": "image_file_76.json", - "s3_etag": "48aa40e3a77ca54322dc0f64da753fbd", - "sha1": "38dc7bca72733b1a44b431e8181d5c976e40c7d8", - "sha256": "df2b61efc26152c558cb2943696d322091109587591c61b7408890f35a2fd646", - "size": 437, - "uuid": "cae3d214-d485-4350-8cd2-f4142aca4aef", - "version": "2019-04-03T10:15:54.152000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a1ddc855", - "indexed": true, - "name": "image_file_77.json", - "s3_etag": "ededc6656768c58f119d4980f70254f4", - "sha1": "5c630b8a409f7f835cac142d118696fdbbb00d64", - "sha256": "eb94a6d41ccab3e1c1f7dbecdd96ce2c82cd1fd789359f8e05645f4b66e6fec0", - "size": 437, - "uuid": "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", - "version": "2019-04-03T10:15:54.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c53f9c1e", - "indexed": true, - "name": "image_file_78.json", - "s3_etag": "109b91349e3cbb3e381e1901d6fe3489", - "sha1": "03754fc3c3da983b559aeb9a60173362190cfa2a", - "sha256": "67fb4687262d1951b1b876e13877bac009c1306f3d6a993a3a74afe873faf5be", - "size": 437, - "uuid": "de282263-0944-48d4-9819-6182636c76bd", - "version": "2019-04-03T10:15:50.968000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8d566bb1", - "indexed": true, - "name": "image_file_79.json", - "s3_etag": "597d15f02500d28ff234417f602d1d40", - "sha1": "eb4208dfe7401b4ce7fd64f8fa8914475c4728a9", - "sha256": "60578d0981d6c0a835df6e917ff9d0d297c62a6e97e36666bbf2640f6b82d123", - "size": 437, - "uuid": "bfdbe9b5-42ac-419a-b297-843095de2cc2", - "version": "2019-04-03T10:15:57.263000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "60902f7b", - "indexed": true, - "name": "image_file_80.json", - "s3_etag": "39f399a9d08ef483207e36e918fcb092", - "sha1": "4fb249c2a84d19c71aa8f5838174012bc110edc8", - "sha256": "30b856dbc8c2a79fef91e6e8e124674843238a2aa7c078fbd8c779881b7c1e7f", - "size": 437, - "uuid": "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", - "version": "2019-04-03T10:15:57.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "33ec1464", - "indexed": true, - "name": "image_file_81.json", - "s3_etag": "2d0c895d47fb3e0e63fc2e5db4ae297e", - "sha1": "42ad5f23c979338cb6d9c4502d5e59b7f2ded445", - "sha256": "6c43740b4d9754cab558430310c8cb4ac1c32a59802eb4fc8198e238fdada39c", - "size": 437, - "uuid": "e2763cda-3236-487e-9944-5169c0cb8856", - "version": "2019-04-03T10:15:57.230000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "55c07209", - "indexed": true, - "name": "image_file_82.json", - "s3_etag": "9a473e1c3162cd9eeca4260125d7bfa4", - "sha1": "f392161ccc348296e32e3559732aff34679af0f0", - "sha256": "34f70ea5ffd42361331bd21ad3e39868bca7162f0d32f83c7d11753b3a20caa2", - "size": 437, - "uuid": "37018bd8-8537-47c3-a5a9-efb43552f30c", - "version": "2019-04-03T10:15:57.364000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "621e5f97", - "indexed": true, - "name": "image_file_83.json", - "s3_etag": "298619f74be831631fd104c5b5cad470", - "sha1": "7dcc56f153ff341fe60e7f49d0eb3bb225b728a1", - "sha256": "1929e1c99a24ccf2931c086fd3d8746449a7e2eb18805090d3fb06efd94631f2", - "size": 437, - "uuid": "a6c9b1ce-2054-4a48-b262-bb0723b8a567", - "version": "2019-04-03T10:15:57.302000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "70ced63d", - "indexed": true, - "name": "image_file_84.json", - "s3_etag": "7d69de69006a80659a97cdf67c08d7b5", - "sha1": "f1dff5908f09eec4cec54dde9e1602afa18183c3", - "sha256": "2c31cc1a1ebed37153f365b27d4deb9abc4119c3e283348c8873d96b12e5a921", - "size": 437, - "uuid": "8319ee38-f199-49d7-989a-25b451656b38", - "version": "2019-04-03T10:15:54.124000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "38e38e3d", - "indexed": true, - "name": "image_file_85.json", - "s3_etag": "56aed7326c3f1bfa0c6b9d7dacf20e32", - "sha1": "a8fecab539fd4ff259ab5dd5fdd1e19bf939b3ac", - "sha256": "7e31d64e42873ab36812aa6ce79dae2b44b0e2312174c5f951893b23d40584c1", - "size": 437, - "uuid": "022841b6-8b7c-4d0c-b65f-06ba14253540", - "version": "2019-04-03T10:15:54.250000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0bca100e", - "indexed": true, - "name": "image_file_86.json", - "s3_etag": "fa63ae3fe746e56b47c9d62577989f9b", - "sha1": "cbc472805f45908fd63e674861c44c1ac57e8982", - "sha256": "709a2c0bb5fd2c33aeb0a48a93b24b7947a89989db89c8bd26cc5a0a7f410cd9", - "size": 437, - "uuid": "299dfbe5-05f5-48a7-816b-61036f0e435a", - "version": "2019-04-03T10:15:54.232000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "16162a4f", - "indexed": true, - "name": "image_file_87.json", - "s3_etag": "58f2f4b9a105d3b89cceb1e748816c25", - "sha1": "eb7dc8ed82ffe878749bc7841d7cde8acb8aa14d", - "sha256": "8c07684be9327c97b8f4260d5b8653a25b0961f75f639a2dd400bc29b931d5f3", - "size": 437, - "uuid": "6b8b11aa-3600-4a63-a980-93465e681c9c", - "version": "2019-04-03T10:15:50.951000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c58cf92e", - "indexed": true, - "name": "image_file_88.json", - "s3_etag": "eba9085a7e39d9fff4e5da8d451f61ed", - "sha1": "d4236e73125c388d1a4d16903b5c843af4f3129f", - "sha256": "c6dc86adf9e12786e038487f201109cc48bd03828ef5bf1ba603db9657ac4359", - "size": 437, - "uuid": "35716168-df43-4273-b52f-72e3d18a47bc", - "version": "2019-04-03T10:15:57.202000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9a0da2c4", - "indexed": true, - "name": "image_file_89.json", - "s3_etag": "bec756d6be365766fdfad45b53f38880", - "sha1": "749b564f0385e28d865ad240b96e909fb47ab44c", - "sha256": "b3a6e0d610ad5c171130df88cc1df675ec51ffec48781ef25f00e3bb96a9015f", - "size": 437, - "uuid": "6be783ec-c132-4e09-90e0-0958efaf6619", - "version": "2019-04-03T10:15:57.305000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "665d3f1d", - "indexed": true, - "name": "image_file_90.json", - "s3_etag": "abca2e6e1ed70947444c7fd878aa2d5b", - "sha1": "f064f41ece19e3865c8cab294bc0b9fb5f04388c", - "sha256": "8bb1b6b4470029750f1387f4c9e66a939ed3f6c4ecbadebb40601d354ce34e00", - "size": 437, - "uuid": "a11956c9-c24e-4efb-8af8-1167b3081e70", - "version": "2019-04-03T10:15:57.283000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c70854d7", - "indexed": true, - "name": "image_file_91.json", - "s3_etag": "89feebd68aa27a9cd0884f7c1ed32ea9", - "sha1": "af50b2be1793c1290dd5488ed7d7b38b9acdb5d6", - "sha256": "492b495aa8b0722ab69598f15f24324e7627415a77fe26ec382cba71a7fe75cf", - "size": 437, - "uuid": "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", - "version": "2019-04-03T10:15:51.102000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "73ce1e4b", - "indexed": true, - "name": "image_file_92.json", - "s3_etag": "0faba09d5b0be8d8c42db50dcfe32ef4", - "sha1": "ae62cf99381dd28323a02f941a7fc3873d922e9a", - "sha256": "52b880a8c81b99983c728c7c2c0866ba96e8148402ffbc13b694f867ba27a7e6", - "size": 437, - "uuid": "753c2a57-b5f1-4984-b874-b2b10d582847", - "version": "2019-04-03T10:16:00.454000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ea20fe74", - "indexed": true, - "name": "image_file_93.json", - "s3_etag": "f8c0ec3314cc411ab605da45ee1ae1c4", - "sha1": "3932905d596d5d826d76ad750f9ee5aa83300a5d", - "sha256": "8a7603ecc0ff0b6b717477aa5d5afbd3df097137983e8e1f5adaba919a560842", - "size": 437, - "uuid": "e0b93b3d-075b-482b-838a-e36d8849607b", - "version": "2019-04-03T10:15:57.655000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "622c51fc", - "indexed": true, - "name": "image_file_94.json", - "s3_etag": "8c64a2315a751302959367ff6db0f258", - "sha1": "cf13fc28ccfcbbe1757f2e36ac5e680af272fbcc", - "sha256": "3399cd5ce881ad41a2c66de6a2eb9beec34607c9a23e055aa033a7cc2f812c55", - "size": 437, - "uuid": "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", - "version": "2019-04-03T10:15:57.378000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f742a098", - "indexed": true, - "name": "image_file_95.json", - "s3_etag": "b82ff13446f48b797b25ee7a247523b1", - "sha1": "9ce3bd2c23c3f3f318436171829e848879752b0d", - "sha256": "cf8e194170ee6776493818ba0565a0801d2b857072aa7f03764309ab3db3a116", - "size": 437, - "uuid": "c647964a-7796-4dd2-9fa8-b23f012ac14e", - "version": "2019-04-03T10:15:54.078000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "33f738ad", - "indexed": true, - "name": "image_file_96.json", - "s3_etag": "7e3ff05da1641afd7f8e448506ab7bbe", - "sha1": "7e0c25e40da0f9cc8130390540fe5850bef5adc5", - "sha256": "8a74efabad603cbe62ae6711c2777020934ff877be26bd854748aa9b4d6d2857", - "size": 437, - "uuid": "87a63649-9834-49b8-89a0-310211c1b5b3", - "version": "2019-04-03T10:15:57.378000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "372f7803", - "indexed": true, - "name": "image_file_97.json", - "s3_etag": "86eee4d968daf81c07b15df9578c3a79", - "sha1": "5c052256e33b424fecd5cd48d15340358dd1966a", - "sha256": "f9d96e64d719a40319b77c2f25b2b0d57729005c589da7caedb8750f063333f0", - "size": 437, - "uuid": "b2eb5b20-fd1a-403c-8b55-9eec5972d482", - "version": "2019-04-03T10:15:54.167000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7920ddea", - "indexed": true, - "name": "image_file_98.json", - "s3_etag": "3f7514879a314611145fada6d6ef1a1c", - "sha1": "680d17694216d6446b2a97a811f5e938acabb819", - "sha256": "86f486d31d468286eea367872038a8f9a6cd7cb92120a2e84e0afda813f3dcee", - "size": 437, - "uuid": "4b3b36cb-cd90-4526-978d-2e7e8f7add39", - "version": "2019-04-03T10:15:57.225000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4bb30263", - "indexed": true, - "name": "image_file_99.json", - "s3_etag": "299c9a59919fc74679773ad2137e5beb", - "sha1": "7c06964d005e1006afa38a10bd2bec82845f293f", - "sha256": "181f6ed90801bdd3f19172909a54eec5964520a6f1883f80b0407bb674c76662", - "size": 437, - "uuid": "cdc774f8-3310-4f1f-8c67-03579c253640", - "version": "2019-04-03T10:15:57.258000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c7f66f6a", - "indexed": true, - "name": "image_file_100.json", - "s3_etag": "84d7f8e31b4e82269118ec57bfbe9de0", - "sha1": "9a3279a8e854b7198890d3cc90a82b3e98e3effc", - "sha256": "ac1e8d1a0b4b81f2f04392c43c65f80b658830eed5f9a82be8c37966e211f352", - "size": 437, - "uuid": "607370e0-7e7e-4d25-ba5c-957c00a73ac1", - "version": "2019-04-03T10:16:00.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "624ffe6d", - "indexed": true, - "name": "image_file_101.json", - "s3_etag": "9612eff1a5c6807b112ca4f617c1a0cf", - "sha1": "43b0e9771bce23227ed553fc915bd7977fad7e9c", - "sha256": "a75773e2cb876338fa609bedd525a3bd19a8ba2f130326e9ed1a4f10af45b39a", - "size": 437, - "uuid": "3240d7ab-568b-4be5-adba-3178b3e8f85e", - "version": "2019-04-03T10:16:00.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "61105f50", - "indexed": true, - "name": "image_file_102.json", - "s3_etag": "d6c60238a7e239f1b2c2d14ffdbfaff7", - "sha1": "4dc9d964fc5e3f096ff97e655379e44f51ae6283", - "sha256": "6cb57b49802a50e4dddeb57588ea5186e0377e89f623a77c65fbf1fe27571ae6", - "size": 437, - "uuid": "c0b6ee98-677a-41d9-9d80-9ac63d251b08", - "version": "2019-04-03T10:15:57.303000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e2a40e24", - "indexed": true, - "name": "image_file_103.json", - "s3_etag": "ef8478fb1671bbc1d61e611d71df6209", - "sha1": "66a40c2e81ba53a78ead911040a04e4164060ae5", - "sha256": "a5c98779f87e59fa7376751b9ce911a4a2b478d0da157ff9d1471b3e97222d1c", - "size": 437, - "uuid": "f34c01ec-06df-49e6-bc2f-c50c7f398851", - "version": "2019-04-03T10:16:00.436000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ed53b87c", - "indexed": true, - "name": "image_file_104.json", - "s3_etag": "cd43d127238ae68d6c2327f31449708e", - "sha1": "db64df46a9f42e44207740bd97841361c60e052c", - "sha256": "f6c5e6e0dbd6fef34c139a9435403c39f7de7c0fababdc5f4d8bbb4f9b8b66ed", - "size": 437, - "uuid": "2047311b-f3ee-4137-8338-a45166e01d53", - "version": "2019-04-03T10:15:50.968000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "59fccb86", - "indexed": true, - "name": "image_file_105.json", - "s3_etag": "d92291c2deeb51a389c5211a387cbdd7", - "sha1": "3a23e34dd658ca95b49f583b6874ff845db80159", - "sha256": "15e24fe5fc4b6cf2ca9ed30d1268221ae111280b6ccff9683d16d196d36a4d3d", - "size": 437, - "uuid": "44ea335a-1991-4504-be12-04f1a332ddfb", - "version": "2019-04-03T10:16:00.403000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d7098a00", - "indexed": true, - "name": "image_file_106.json", - "s3_etag": "85283fdd005d246b6fb38459d7f2440c", - "sha1": "1c73d5fb44792b50527e840d2e625e9a56ede3f5", - "sha256": "0e02dcf31f407949507893d0a21d3ca9b4b9a179a7acdf9f787ed8fe920a738e", - "size": 437, - "uuid": "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", - "version": "2019-04-03T10:15:54.147000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e63be200", - "indexed": true, - "name": "image_file_107.json", - "s3_etag": "233a420f75217bb794b045ccfbb292c5", - "sha1": "3603e59b9f6c90a093ef7749eb098778cbd638aa", - "sha256": "235200c223615ab1193535c564f774895e405aa2e9546759f2dab55aa5ce2451", - "size": 437, - "uuid": "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", - "version": "2019-04-03T10:16:00.681000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f9a3777d", - "indexed": true, - "name": "image_file_108.json", - "s3_etag": "65d36a223b22814e7a5114378f4febf2", - "sha1": "b1d71006b9a1198c2e506f408872bdd5ac4db009", - "sha256": "8fba1891ad6b9df93f54b549089db335e7e30f54887f530ac21b9277457e9d18", - "size": 437, - "uuid": "6af3cb41-9e64-4b11-b272-be87adf0fa94", - "version": "2019-04-03T10:15:57.097000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "54b9897c", - "indexed": true, - "name": "image_file_109.json", - "s3_etag": "0924942c5529ce97e69d64deeafe4193", - "sha1": "a3b0c53987977b17d90b50cbe75d04e08767e28d", - "sha256": "bf4ccbd57c8ab29598df6db62c0242c59cf9497d68523d7d34cd27dfd4e1534c", - "size": 437, - "uuid": "7541d176-dfba-4e05-ba45-0c6964271dff", - "version": "2019-04-03T10:15:57.397000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "79071d9d", - "indexed": true, - "name": "image_file_110.json", - "s3_etag": "9102a7f7284f714de7dd7716a9e27620", - "sha1": "5e42004ac09f29adb33554087c9de21e557be9d9", - "sha256": "9697819224a07cc6cacd817a072d1ea331692b8c2de7c80d21883d8e2c5502ae", - "size": 437, - "uuid": "8ee1e829-a507-40a5-87ac-7fd8379b87ce", - "version": "2019-04-03T10:15:57.618000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e7e82287", - "indexed": true, - "name": "image_file_111.json", - "s3_etag": "04794f18a9e69798098d87af82b0ac50", - "sha1": "d9f31ee11b671fc7e5c4ea5e9fd656380358a6ed", - "sha256": "17d7e6629a107f8cd2513a9b54ed787786842ed61bff2f0ee99a816572922417", - "size": 437, - "uuid": "8e57554a-abb2-4664-87b6-a397f4da6555", - "version": "2019-04-03T10:16:00.218000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c1769884", - "indexed": true, - "name": "image_file_112.json", - "s3_etag": "2c4ac75a339eccbb64b95a4772ca0286", - "sha1": "3ca9d372b0d6515a12492af3b6e253634d3a2c35", - "sha256": "1f3ea4e1d4dbb998ea75391d51abd0bce2110c13dd8364ba8a37391dc92761a0", - "size": 437, - "uuid": "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", - "version": "2019-04-03T10:15:57.372000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ae603b89", - "indexed": true, - "name": "image_file_113.json", - "s3_etag": "92a50c4f73d046495f9047669dc95400", - "sha1": "645f1bff947772653acd03f6a7a28dd4a1254259", - "sha256": "cc69be74713fbfc1bb0b5a0acad1c8836c9b2147fe007457f90272266f70cf39", - "size": 437, - "uuid": "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", - "version": "2019-04-03T10:15:57.219000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "73d138c9", - "indexed": true, - "name": "image_file_114.json", - "s3_etag": "f5a3493d4933a9d3def5aed6bf4dc974", - "sha1": "4eac231dc59f280fac884896aa72681c22b9a22c", - "sha256": "b32d18b2ef17e125b656df0e09afc7cf6f21ea3009dd79f73f3ab7d291b9a5be", - "size": 437, - "uuid": "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", - "version": "2019-04-03T10:16:00.319000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2002b87e", - "indexed": true, - "name": "image_file_115.json", - "s3_etag": "49fdb8916437c2d00c9362050564f8db", - "sha1": "fb1dc7c2021f1f92193079a4e19f8979ae078514", - "sha256": "405bc8dee78ba33131c71b2a894d10b7a4a49b5adc97b82b3642e27713592b38", - "size": 437, - "uuid": "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", - "version": "2019-04-03T10:16:00.829000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d2232993", - "indexed": true, - "name": "image_file_116.json", - "s3_etag": "7b03afd50c19ea3220af78da012d474c", - "sha1": "5caabb826abcc6449375527d011f46c382c38e96", - "sha256": "475bff5a0b66a5cd85554951a3da5cf9ae03e1d56df2a4fdd8ddec885ea90c02", - "size": 437, - "uuid": "f0cb4244-e19a-46a0-89f1-04143548872d", - "version": "2019-04-03T10:16:00.414000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b381224e", - "indexed": true, - "name": "image_file_117.json", - "s3_etag": "e2ac25c9e4dd4a54c505f071249aced1", - "sha1": "653b892fd869284e0309ae1e25dcd1cf019187b3", - "sha256": "67d977bcfb8d491d430f00162f53ceba85b02a95b71cc5b2dea4fd1ce8d6d511", - "size": 437, - "uuid": "73074f55-d009-41a2-929e-6fd9949bb1dd", - "version": "2019-04-03T10:15:57.285000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "75bd6a49", - "indexed": true, - "name": "image_file_118.json", - "s3_etag": "2c552e3196418b5a5ec891ba0e26ec86", - "sha1": "3126099c6657a585599ee1f7726cd3228cdb46a2", - "sha256": "209e942d61b826433bb3b4cc931166a73c5901c3746d35d590e554fad83f436c", - "size": 437, - "uuid": "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", - "version": "2019-04-03T10:16:03.247000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5b9a0501", - "indexed": true, - "name": "image_file_119.json", - "s3_etag": "974f31e145f872033ab5bc86e050e39b", - "sha1": "519fe892b3a9fcdbb121bc4fa403e353025a236c", - "sha256": "f440dd4a87df90e9bfcddf95095a240ea0de8a20288355eab70bba407296df4d", - "size": 437, - "uuid": "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", - "version": "2019-04-03T10:15:51.101000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "32464a4e", - "indexed": true, - "name": "image_file_120.json", - "s3_etag": "2fad178d730a3fd02138b288f5b7d152", - "sha1": "cef2feb1cbfb9f700567987e7238d9c90303b537", - "sha256": "0d2fa638787455be594ff8c3eba9a1731854eb5224f3b836619ef99ca11aebf0", - "size": 437, - "uuid": "146231bb-1b13-4db5-8157-9d9962cc3a3a", - "version": "2019-04-03T10:16:00.042000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b347303b", - "indexed": true, - "name": "image_file_121.json", - "s3_etag": "45819280077953a7a4043d006c32e95f", - "sha1": "be3950c90eb520df4c0db5bb78bfcf6cdf364a78", - "sha256": "de0ea21220a12139e499c35acd5b4a5a3000e638835fdc772745d3f54fdc2d9f", - "size": 437, - "uuid": "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", - "version": "2019-04-03T10:15:57.650000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f83dbf7a", - "indexed": true, - "name": "image_file_122.json", - "s3_etag": "25fa029b8cc72c3d263016e44136acb2", - "sha1": "8fc55cdceeaaacb6166525a56e0e9be43f8c5d2a", - "sha256": "0ff933b23d7d629e121ed1cf845eee404eea6d8322d609b5b7d16149eaf17229", - "size": 437, - "uuid": "7fe17380-3090-4fc3-9504-02b3f8ed95b6", - "version": "2019-04-03T10:16:00.270000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "20a30aeb", - "indexed": true, - "name": "image_file_123.json", - "s3_etag": "ff0ff40005e08d2ec615286d214798ee", - "sha1": "00b4280000427d5850b6201e603c711910ff5faf", - "sha256": "6b2ae2280f5ff317272091022d49e24e0f82522f85e99f42bba4d5b250645aa8", - "size": 437, - "uuid": "fc405b01-60ca-436f-a06c-2f38f7156a87", - "version": "2019-04-03T10:16:00.160000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3d500e06", - "indexed": true, - "name": "image_file_124.json", - "s3_etag": "765c12fe8aec0b8b560be0caa7d1a1a2", - "sha1": "364cdc9bd7e1289522d53f378f1d31b44494baf6", - "sha256": "ca52cb02fea907aeaf355786658202edf0d186fb1a2accd5ab7b90db40052469", - "size": 437, - "uuid": "bae92b53-c6c7-4712-865e-6cff3cba506e", - "version": "2019-04-03T10:16:00.763000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0a5825b4", - "indexed": true, - "name": "image_file_125.json", - "s3_etag": "ed8f09ad61dd92fe37c3311c0da8e7d7", - "sha1": "90ea8642a77ff2596131e50687db1f35d51f1b44", - "sha256": "5d17f983241619d437110e0ab3cbd20cd4d0cabe26a27ce7695c88db17f6d239", - "size": 437, - "uuid": "83662ec5-a202-42ab-9a47-a701d4f19de3", - "version": "2019-04-03T10:16:00.067000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d283a3c0", - "indexed": true, - "name": "image_file_126.json", - "s3_etag": "41ab5d98dc01456e033ba21cada13967", - "sha1": "28f2f41885c436c12af1316d6d81ae587d587ecd", - "sha256": "0c2a898e93a79cd6f8f79523dd46fb0a31c01d628f9af9660bf0ef1846db4fba", - "size": 437, - "uuid": "a04957c6-8ce8-4fa6-950d-71812ff3d698", - "version": "2019-04-03T10:15:57.271000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2930ebf2", - "indexed": true, - "name": "image_file_127.json", - "s3_etag": "ffa9e1437330e4ab38b9e35946e3da76", - "sha1": "29e640bc48643e6930ae4615c3b16fbdd4771bb3", - "sha256": "631ee2371f5ca8d15962b29394e5f532be94ebef0abf3fc0cf91e7408fd9dfb8", - "size": 437, - "uuid": "9284d3a4-73bd-4aa0-847c-ab273d14185a", - "version": "2019-04-03T10:16:00.765000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e6f83572", - "indexed": true, - "name": "image_file_128.json", - "s3_etag": "1fad73cf9527342ba01c029eeddc9c6a", - "sha1": "7916b415e145c01bba59c939a1c8caef58672942", - "sha256": "c0267f598a6a8f796bc19637830c6464bc0f88164482408895d232ebffa74f64", - "size": 437, - "uuid": "4d664562-c333-4aaf-bb8b-641e0568733e", - "version": "2019-04-03T10:16:00.166000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0face8e2", - "indexed": true, - "name": "image_file_129.json", - "s3_etag": "c3946fd4f7038ec19522943290a01823", - "sha1": "dccbc72810c9a914396bece0ac056b992d3319ec", - "sha256": "c97f7b03e607af29022647cb841f3eca29e09b23db9ee1d28bfa6e2e31833231", - "size": 436, - "uuid": "b533685d-3c60-4483-841b-a054f0a69fec", - "version": "2019-04-03T10:15:54.188000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "eeb1cf11", - "indexed": true, - "name": "image_file_130.json", - "s3_etag": "50fcbb4d44a132b0c931ddd3850cdb76", - "sha1": "4b167cc718f2a451411dfe8439b290071075d3df", - "sha256": "9916e0dee25d18f691fb03a0f86d11236a31751f74b7f3c012b8c041ccfe04e8", - "size": 436, - "uuid": "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", - "version": "2019-04-03T10:15:57.291000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d18a70f", - "indexed": true, - "name": "image_file_131.json", - "s3_etag": "09415327b487d9215fbe3a7cd9971c55", - "sha1": "1987b17490c671ae6b951a56fb8ba4f055af4aa2", - "sha256": "c3cc6d03ace371186e69ea2415ea613995215b8aed9dc922dd95e1a35308efbe", - "size": 436, - "uuid": "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", - "version": "2019-04-03T10:16:00.394000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "79c9d70e", - "indexed": true, - "name": "image_file_132.json", - "s3_etag": "e8ce33c0637ad065f3c7c9a78de30385", - "sha1": "b03fef701c5df99332e3d1517a90631aa031b862", - "sha256": "c7608f0bec65265bb64ca7ee2331f9ff640156687b1f01c027acd02aef2930b8", - "size": 436, - "uuid": "3e8510c9-7e31-49bd-bb90-cb55577c2f25", - "version": "2019-04-03T10:16:00.298000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "27ed9a00", - "indexed": true, - "name": "image_file_133.json", - "s3_etag": "ce451ac5cde6b0c2cb1a3adc91d7164d", - "sha1": "4b0a408cbd8cf2f87690fb73cede23de947ca04b", - "sha256": "bb545cc8d1fe58ba58c817538725802ac30511b624eea797cd7c4a1d3ea1d2a0", - "size": 436, - "uuid": "463aff9a-ec7e-40d0-be42-c6686af9130d", - "version": "2019-04-03T10:16:00.374000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76e8ee5d", - "indexed": true, - "name": "image_file_134.json", - "s3_etag": "cc459b9d7b79e0fef59d42408c20b41b", - "sha1": "982bb44680503ba65a841496e17bbd05a3489c3f", - "sha256": "03110bae90cfe1ee3c1ae30589bb0596a45c44e7b2dcc785fc8f1c9dd717bfef", - "size": 436, - "uuid": "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", - "version": "2019-04-03T10:16:00.331000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "47f5374c", - "indexed": true, - "name": "image_file_135.json", - "s3_etag": "77583cd44f03dd1186a2898b798bb9ca", - "sha1": "5f58a0d3791185ea4bf1ed4ed353f0bd66ce7c23", - "sha256": "e4d5b9e10d9be4235dde88a29f2c56c7d23bfa0f8a23c7d3cb13467f80c0f723", - "size": 436, - "uuid": "868efb99-df36-462b-91a2-bb6ca27e842a", - "version": "2019-04-03T10:15:57.472000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0de6130e", - "indexed": true, - "name": "image_file_136.json", - "s3_etag": "d90a9f70d65ed59bf7277ed6a7372736", - "sha1": "ec158fad497fe8036c5832cb23afb5cd9056f5c6", - "sha256": "455d6ba0201f4cc52da2c2c4c8e7b77ec1863ee9fdbf83e92fea1eba32de30f3", - "size": 436, - "uuid": "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", - "version": "2019-04-03T10:15:57.134000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "80bffdf2", - "indexed": true, - "name": "image_file_137.json", - "s3_etag": "5676ddf939d13e2efe60b272a64c07b9", - "sha1": "23c94945eeb9f001f6bbf4ade8ba9f8737ec3ac6", - "sha256": "d0e1200160461dae6b9f135d8f3675db46bf9f793eff1a443f1580af484ebfce", - "size": 436, - "uuid": "36ded48a-869f-4fa8-971f-56bc28298276", - "version": "2019-04-03T10:16:00.039000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1ce611f0", - "indexed": true, - "name": "image_file_138.json", - "s3_etag": "b63dfe549fefc2224fcfda0c5b7f36f8", - "sha1": "3d0d7637421bceb4e12c3972816c596a05b5849a", - "sha256": "bdaf3af322d92baff7b48b2857bd0b293932e415b28e7c0cb80b37cda4058b55", - "size": 436, - "uuid": "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", - "version": "2019-04-03T10:15:57.347000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a22cc4e", - "indexed": true, - "name": "image_file_139.json", - "s3_etag": "406308a789dca9a4f1fb3e42c5d0ce6d", - "sha1": "7a7d2ad5df54c464b239128752c9db0abcad8a4d", - "sha256": "d845d457e3e3d5216e807c174e1b6c828785bee4c5caca5c1111f9a59531d040", - "size": 436, - "uuid": "e72742a4-23ba-4e5d-a29b-ad449abe8101", - "version": "2019-04-03T10:15:57.374000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "321edac3", - "indexed": true, - "name": "image_file_140.json", - "s3_etag": "998b50460976c875a91ba2abcbb145b5", - "sha1": "7e428b8ed4dfe7e32680bf3305c715cb008479f4", - "sha256": "5df5e75dbb87f5f393c1849cf8bec18363833c36f17bd4734f3b528c2558dd5d", - "size": 436, - "uuid": "cd6e1096-f8c3-4eda-957d-b09741d60901", - "version": "2019-04-03T10:16:00.117000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "05c21c7f", - "indexed": true, - "name": "image_file_141.json", - "s3_etag": "f7191d8b82990813acdaeb81a3c48e09", - "sha1": "4a54ae7415987a2289cdcc7ec4f52271d6a31687", - "sha256": "5e571a9b994680f3c22dc7602a6d1963968218df6dfe454d31ae7845f4b22bd5", - "size": 436, - "uuid": "903ea376-5153-4fb8-8ffa-e2948951409c", - "version": "2019-04-03T10:15:57.150000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a391fe15", - "indexed": true, - "name": "image_file_142.json", - "s3_etag": "49fa6f1f0f9045e97c687ca7cee1a427", - "sha1": "b598f243e49b4c0038b35ca80c85fa369512314c", - "sha256": "4bfe719bda36737bcfe027391ee51f71d255899c604fc0c7c564caeaa571b79a", - "size": 436, - "uuid": "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", - "version": "2019-04-03T10:16:00.258000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0f6d4dd3", - "indexed": true, - "name": "image_file_143.json", - "s3_etag": "dedcad4d1d420963dda73eaa13de9ad0", - "sha1": "d6d83a8d1e3d9577445635afc6c50f998aaf540d", - "sha256": "761e759e7a00651aec0fac66bbd59ef0aeb36b2557dd1246eda36f8ed69c6250", - "size": 436, - "uuid": "8381d167-c4dd-49a2-b5df-1ae815bbe42e", - "version": "2019-04-03T10:15:57.334000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f5635da2", - "indexed": true, - "name": "image_file_144.json", - "s3_etag": "79b298d6e9509013fa92a009be3060e1", - "sha1": "d9588ae5a7ec0a693dce7526f10c34584d9465ff", - "sha256": "f5a3b61de263bf318c23ab9f56037feb5789a168b8daf4ad3b1d1ae4ab0394f5", - "size": 436, - "uuid": "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", - "version": "2019-04-03T10:15:57.150000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ae023b15", - "indexed": true, - "name": "image_file_145.json", - "s3_etag": "277a167ac421f95409963957f70ec2a5", - "sha1": "b52c00f0005001479cc124d53dcc1cade66cd123", - "sha256": "830a39493a1edcdb9cdd7c760d17bcf246a6793e131700a5088751b9f83ddd6b", - "size": 436, - "uuid": "cf305c60-bb2c-41af-82bf-0631c2a7b0be", - "version": "2019-04-03T10:15:57.290000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f217da63", - "indexed": true, - "name": "image_file_146.json", - "s3_etag": "68059331cc8eba21ae8da8eec733a92c", - "sha1": "6ae82b609470e7c25a3a7802f3fef1e18cddd91e", - "sha256": "6a35e93e2b0ba923a92cb3feed491152de214cdb71b89481fa756153ad2e892b", - "size": 436, - "uuid": "074290a9-35e1-422f-a3af-e5ed58781b4d", - "version": "2019-04-03T10:15:57.347000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8ff80ff5", - "indexed": true, - "name": "image_file_147.json", - "s3_etag": "234da0f4d86eb03da380ff350d87b410", - "sha1": "397af1eb0ffd0fe65abc7d7d65f81cba7d7bbfaf", - "sha256": "3245c4b347e2614367a0c0e5be0af80e86d79eb25cbbdf3521528db34220faa7", - "size": 436, - "uuid": "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", - "version": "2019-04-03T10:16:00.451000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "54435b96", - "indexed": true, - "name": "image_file_148.json", - "s3_etag": "829f2304a1d66de60eab78bb8de7ff53", - "sha1": "5eb6f2581432a335c2849d90ff63c15e1903088f", - "sha256": "35f0fe08eabe0511e110f9cde3fe8f56c038f14e3ec5f51b1c842c53b8b1a4c0", - "size": 436, - "uuid": "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", - "version": "2019-04-03T10:16:03.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1722edab", - "indexed": true, - "name": "image_file_149.json", - "s3_etag": "a1b65af108379e8caa23b206a548984f", - "sha1": "d00d1811fe7c4dca9e85bb4b6835f0739d213aba", - "sha256": "15d1cbf4249524b751f63dd52d2c110c14634e4fbb88657bfaca27cdc6b97ca2", - "size": 436, - "uuid": "5165cc56-ff89-42bf-b000-fec4bd57176e", - "version": "2019-04-03T10:16:00.708000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "685b0cfa", - "indexed": true, - "name": "image_file_150.json", - "s3_etag": "38c369f513b7c2eed7c745328979b76c", - "sha1": "d57ccb510a194f02b991e64e37e651f40c033194", - "sha256": "c5667a1a102c5a80d8b44ef82213da14d545942e30c735bf7dcfb67932384a3b", - "size": 436, - "uuid": "545be634-5893-45e0-93b2-dd4ea93e00db", - "version": "2019-04-03T10:16:00.405000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fe1bbb74", - "indexed": true, - "name": "image_file_151.json", - "s3_etag": "6062fbf6271c2148b2fd4737b216db40", - "sha1": "5bb0d785da697b28316390ffde3db2b05c38180f", - "sha256": "8231bb5b5cb4c9817d3be93acda16e781368fc3925de5540b513c586094e4a9c", - "size": 436, - "uuid": "2d2e58c6-7c24-4089-bbe9-d47b7482be46", - "version": "2019-04-03T10:16:00.253000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8c4bb73b", - "indexed": true, - "name": "image_file_152.json", - "s3_etag": "5f722ea4baf112069b8a5bf1b01a13b7", - "sha1": "82aef5f80d2e84b65efde395b8da62499ecd9302", - "sha256": "66b544e1348b06907777033d0c4d07af18e50bcde6420125f265bc6f197cb8ed", - "size": 436, - "uuid": "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", - "version": "2019-04-03T10:15:57.292000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "11249b6b", - "indexed": true, - "name": "image_file_153.json", - "s3_etag": "6ef957eddbad0f492996f3f363e8ae51", - "sha1": "ebef3a01f7e15db24021b9a6d19322d37b733a8b", - "sha256": "38c9cc3471db114dc2be54d129a1190008513a77ca65804352efcfe9201cb08c", - "size": 436, - "uuid": "81214e49-318f-4221-bf2c-4ef00cfa916b", - "version": "2019-04-03T10:16:00.761000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "92b0b29b", - "indexed": true, - "name": "image_file_154.json", - "s3_etag": "c90e974cb1b1892dbeca3185a907b500", - "sha1": "1f407c842e06425614a768f8a10266cb007e1e9f", - "sha256": "a8c965392de54d429232efdfed7d0107d7e7a7c6d0686d74b4cfcc0c6bafd90a", - "size": 436, - "uuid": "7fc97754-1121-468b-b1e4-839bde86b6c8", - "version": "2019-04-03T10:15:57.316000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1505ecb", - "indexed": true, - "name": "image_file_155.json", - "s3_etag": "6cf24b3927d8e13d844f6819a3840238", - "sha1": "f06abd8bbb30f39f06a245ccbe6439b8c766cb6f", - "sha256": "701ebd34ad74580573d6a298bca4519b8b292996ee5141ad602cf6126602a37e", - "size": 436, - "uuid": "7d70d44c-b5d7-47be-9687-e9a775e86251", - "version": "2019-04-03T10:16:00.785000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "efa31258", - "indexed": true, - "name": "image_file_156.json", - "s3_etag": "cec56efbee285fc19c3ee663dc551084", - "sha1": "cfe179f1ea6d3a17d6335ac2894502994e69261a", - "sha256": "be2350182247dc4e96357958ac29aad38fe7f1f5967e219c9bdf60a87d00d41a", - "size": 436, - "uuid": "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", - "version": "2019-04-03T10:15:57.619000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "58022c3e", - "indexed": true, - "name": "image_file_157.json", - "s3_etag": "320217d67eff2c0999400320c4b4c479", - "sha1": "b84b26090099a14047a4d446d3534d8bd86b8f58", - "sha256": "34e8451f895b057d9eb9d78b052315727d0ca27824ce7b802924c14bb56d92d1", - "size": 436, - "uuid": "b7607809-e975-4c32-bff7-375cb2d8276f", - "version": "2019-04-03T10:15:57.213000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "646ebd9e", - "indexed": true, - "name": "image_file_158.json", - "s3_etag": "b0fcc0e0fa26aadba68868c953e95aa7", - "sha1": "4250fadce024c8e572ccae9196a34c3add170bc0", - "sha256": "61126f5fd54652044be1a6024516195d785bc5682f99619e646e75c8e9b4ca09", - "size": 436, - "uuid": "b8a6c863-626d-4fbf-863b-610cffaac37d", - "version": "2019-04-03T10:16:00.707000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ceeea3d0", - "indexed": true, - "name": "image_file_159.json", - "s3_etag": "9c2b629c3f76d3cba6cb9d2cf36f2969", - "sha1": "df803935dbcbbc632fbef8449c4edd8803558da6", - "sha256": "90c270bfa37cefaa0fcc7f60e4bd9cd96c5a7c7e59533cd5c89437e3d85e5ec0", - "size": 436, - "uuid": "45077a5c-ee96-47c0-a84f-9d46cf799338", - "version": "2019-04-03T10:15:57.619000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "07d7c432", - "indexed": true, - "name": "image_file_160.json", - "s3_etag": "c0e3a6c7a3b417eebe7158d0fb4f44de", - "sha1": "b1e56979e1d8ec8ef40bc9ba5577dbdf0c170a4b", - "sha256": "c1e95db63a247249500612b3ac067bfe3fe990b92913a1ec51b9612dc6e4fec3", - "size": 436, - "uuid": "49d82b74-6f1a-415c-93ab-958c60f083b6", - "version": "2019-04-03T10:15:57.323000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "432002e2", - "indexed": true, - "name": "image_file_161.json", - "s3_etag": "96bfcb095d96f58c1aea8ea4b2322dd4", - "sha1": "d8b85fac27de7dcf1258fc4623d0cb465635a89f", - "sha256": "3366f748eaebf43ba8502f4c744a05fe4410b2b8a42b89484f2bf4e9604cf5c5", - "size": 436, - "uuid": "753b51b7-a909-44e7-bb21-cf2cd18328f8", - "version": "2019-04-03T10:16:00.722000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e5099003", - "indexed": true, - "name": "image_file_162.json", - "s3_etag": "e61fcde1c4228360450a575067c4dc29", - "sha1": "5fb6230b4a18e08a79f45d57fafb11450991a3ed", - "sha256": "369173be00544e7db713040ae411dcffc156ffff71ecce67c23b2d6cd76e4c3e", - "size": 436, - "uuid": "c7ab6349-b2bb-4ba3-9c9b-27d270550052", - "version": "2019-04-03T10:16:00.390000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8ef87540", - "indexed": true, - "name": "image_file_163.json", - "s3_etag": "5de5c4488b699a38d35a6cf1a3729ec2", - "sha1": "8812a835916c73d11fbcdce13ec0fceb46104e08", - "sha256": "f68584cf5841a7423b2f39719f7bb250e509062572c116628a2cd764a2fb06ab", - "size": 436, - "uuid": "7be770fc-4a56-4f82-a4cf-3cf908d54dca", - "version": "2019-04-03T10:16:00.789000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "361437fd", - "indexed": true, - "name": "image_file_164.json", - "s3_etag": "41b89d6da480cd0db891c52c634e8815", - "sha1": "387f16272f6a0da030485421d02c3e7921406ddd", - "sha256": "441ace0d1c8b13015277680fdfd7548dae8fd05393bb06be7627c2c5a29844b9", - "size": 436, - "uuid": "3f5f8537-c1af-4d2e-a732-53b6d4275588", - "version": "2019-04-03T10:16:00.749000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b934da24", - "indexed": true, - "name": "image_file_165.json", - "s3_etag": "584d533d0e7bc1df7f178732438ea21e", - "sha1": "ec7aca11af79a1b696f54f0cb1c70606e3fce94e", - "sha256": "0094cb6ffe96d5ee71480e8ea461c94058f9618c078888ccff23a1122cc61686", - "size": 436, - "uuid": "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", - "version": "2019-04-03T10:15:57.145000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "12539dd0", - "indexed": true, - "name": "image_file_166.json", - "s3_etag": "f26054dea0d3b7e8c776a0a55c295c8b", - "sha1": "a0342333a1abb0ff158ba07c7e78118c4a57b0ff", - "sha256": "24fe0898bd7fc8aaa554d7ba22ac6cafd74ee1bc3f0e1b81a77b46e2f24edf9f", - "size": 436, - "uuid": "f986c2c2-2823-45a0-80cf-5e6f67958afb", - "version": "2019-04-03T10:16:00.833000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "22a53208", - "indexed": true, - "name": "image_file_167.json", - "s3_etag": "d2fe9d320c5908fb6b3d0af4616e2189", - "sha1": "6167d04ed23d98345784b5e6191dbd38618b0cac", - "sha256": "09c0968595187999bba9a8eca60c7853abc81a5a005d85ccfb48ccdf022fe3b6", - "size": 436, - "uuid": "7d17d6d6-d038-40c6-b965-6de41ce9c931", - "version": "2019-04-03T10:15:57.652000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "62177c6b", - "indexed": true, - "name": "image_file_168.json", - "s3_etag": "a7a228cdb27db7e6349c86a4f1618922", - "sha1": "954be66ea44ed4b270ddd8d2c518e71f0c0c489e", - "sha256": "6f1db0bbaa75a5c7f8735d06835024fd9b32db984527f4923253aec9cac0ec32", - "size": 436, - "uuid": "3d208b38-62c8-492d-9434-21bb66ead16e", - "version": "2019-04-03T10:16:03.214000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "de89cf68", - "indexed": true, - "name": "image_file_169.json", - "s3_etag": "fe1b4590d57459ce581a7755b8939e79", - "sha1": "7762a76834aea1aacc5b965d70a649004b8b8c67", - "sha256": "a674fdce30a1aab7bc45095518c3b14942bf60eeb6b7873ab5f2161bc014c21a", - "size": 436, - "uuid": "9a982898-77c6-4a56-8e54-9cb83ff0b235", - "version": "2019-04-03T10:16:03.249000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "553133b0", - "indexed": true, - "name": "image_file_170.json", - "s3_etag": "81bfd03ec69d028d623809786583bb08", - "sha1": "39dafbe9e39d05153bab4af4bc81186b716c8158", - "sha256": "9bbc3bf95a7e3c9e15b3204e247cc577c47c21d1ecffb0683878841b7986bbb3", - "size": 436, - "uuid": "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", - "version": "2019-04-03T10:16:00.293000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "16781583", - "indexed": true, - "name": "image_file_171.json", - "s3_etag": "e3db20f24674487c034a21d232110849", - "sha1": "a6598d4672988c579d26a334e2ee3d962ede20ff", - "sha256": "09c65df04747d7c47f3e2b9d2fdc4ac65cad2d5161628b3b4c778ab737a275ad", - "size": 436, - "uuid": "24b6366f-03ce-4e4d-b50f-90687f3e2b94", - "version": "2019-04-03T10:16:00.295000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1a02cf5a", - "indexed": true, - "name": "image_file_172.json", - "s3_etag": "e519eb15144b716f9043913d598d4f16", - "sha1": "7857304e4d0365ad9798a25dd7ab10b5faf98f6e", - "sha256": "fe756824663266bf7ea44ccbfd6e6fc8453e890c7101fdd8e20dfd6b78c4fcd8", - "size": 436, - "uuid": "ec1d0987-fb49-48b8-aaeb-321c659fb67f", - "version": "2019-04-03T10:16:03.247000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2017fe6c", - "indexed": true, - "name": "image_file_173.json", - "s3_etag": "33310bd4f765e5d9fdfa84391fe65997", - "sha1": "dd891013bd2b86b798c274ea220c347cbdd9beb8", - "sha256": "be299b783b326df47bad2a3888d2143787b66284e4551a8b4e60868e705e1bb3", - "size": 436, - "uuid": "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", - "version": "2019-04-03T10:16:03.243000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc9f22d6", - "indexed": true, - "name": "image_file_174.json", - "s3_etag": "bd6f25c52f98f9d018ce3dcac6d5c9d0", - "sha1": "767a201d9dd1b45cf039fd6274eb64b26d58af21", - "sha256": "03b015063dcde1dacc16ffc3b07897c48b2f59a8d7b0c5f046687bfc27b5e380", - "size": 436, - "uuid": "6fbcb1c7-ce98-46db-8054-b451b6bca205", - "version": "2019-04-03T10:16:03.126000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "51932b0a", - "indexed": true, - "name": "image_file_175.json", - "s3_etag": "8df486d3076b276de29d7c61ef658dd3", - "sha1": "ed8d4e51f6746783b1a47aa9362460f88f560a38", - "sha256": "bbdf743a6e804d27b94cb33e8e6b59d6a3413e67559f643e403d411034da8c00", - "size": 436, - "uuid": "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", - "version": "2019-04-03T10:16:00.740000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "352d8c9e", - "indexed": true, - "name": "image_file_176.json", - "s3_etag": "5ee1244cb84cce357b2872f2981824ed", - "sha1": "419870f478eaa3d85e935b759aafcf650f879111", - "sha256": "4f619d3d55398b5a749affa5ae641328d59d1967944794b985a4657c9b2bf953", - "size": 436, - "uuid": "aa6fca0d-6a70-4016-a0e4-307878e9ff45", - "version": "2019-04-03T10:16:00.704000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "460ce4ac", - "indexed": true, - "name": "image_file_177.json", - "s3_etag": "432d0ce1357747d3243cd50cdd5889ff", - "sha1": "ea8383e16d3eb94f20f7df6bd6cbfbfe65382b7b", - "sha256": "efc92103a7b664b3c6b02a7c17066ea9b18b216382c0822a22397d471886d0d6", - "size": 436, - "uuid": "ee62cd8d-fb93-4082-980b-213c7a8a0c47", - "version": "2019-04-03T10:16:03.200000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8c61b419", - "indexed": true, - "name": "image_file_178.json", - "s3_etag": "e2cb8e6eb869c7afaec442ae0995344c", - "sha1": "5a7072fc808d4fa06e6d8419ba9134df1d811d17", - "sha256": "0770fda7d1a5547dc66457035da318cc219c375a41f39ca46a96e7be9ff44cea", - "size": 436, - "uuid": "bbd60a79-3572-42c0-8e53-b0c566a72f06", - "version": "2019-04-03T10:16:00.196000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d6abb209", - "indexed": true, - "name": "image_file_179.json", - "s3_etag": "6fe43e50969938136da468e2e8894acd", - "sha1": "928483c2c0bc4d342881b2c25545d01f16c7cb71", - "sha256": "e7747c7be140489f48c578f797c0dabd4d5e9c3910e3bc76a23c1e692689a232", - "size": 436, - "uuid": "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", - "version": "2019-04-03T10:16:03.144000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b7d162e6", - "indexed": true, - "name": "image_file_180.json", - "s3_etag": "65cb49caef64788194172bf4fd7417ec", - "sha1": "c0872b0193ce9e8fc448fe9e94a6beacba1746e2", - "sha256": "437a5501e4310cf20869d13dfc3a8cfddde42934d1bfa8cc0a4cb444ecf6ccec", - "size": 436, - "uuid": "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", - "version": "2019-04-03T10:16:00.186000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab6d5527", - "indexed": true, - "name": "image_file_181.json", - "s3_etag": "0d1c86f83d065d1343c9e1d5c8369510", - "sha1": "36dd9aa93668a920858e37c85f8c02e719b0bf8c", - "sha256": "d1d7ee9652037db25e4c2656e9a86ed0a760a847db8bf82ffccd4f2d17f9dbe9", - "size": 436, - "uuid": "240a67cc-e827-41bf-8ac8-a66bc2797f13", - "version": "2019-04-03T10:16:00.772000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e8a5c694", - "indexed": true, - "name": "image_file_182.json", - "s3_etag": "e8041e3fc5a4750d673038c51a56cb2d", - "sha1": "82f3db843dda004956f0601eba039e06c73f80e4", - "sha256": "3b5b2116d087aa66be81e7a4cf01aa166b451059644666a5ee9de2853fd9429e", - "size": 436, - "uuid": "7a9b6534-fa1d-4282-a064-11e60e57a322", - "version": "2019-04-03T10:15:57.638000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ebb4c9bf", - "indexed": true, - "name": "image_file_183.json", - "s3_etag": "e36ac86b45f4c7bc73fc805b0f6fa961", - "sha1": "02fbfef61f6e0348e3c951fbf884fdf424580d59", - "sha256": "14cea205be35245bcff2ef4edc06477006e533f2373efea065b9cdcc31c21429", - "size": 436, - "uuid": "b0af6371-4379-45f0-8c09-f6610833fc46", - "version": "2019-04-03T10:15:57.644000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d55668a3", - "indexed": true, - "name": "image_file_184.json", - "s3_etag": "eadfb043eb2f4e2b9553455bd0626bbe", - "sha1": "3ef44a8184b22183b8a4ce40c6ecdb5988a4dd3e", - "sha256": "dc39ccec6bd7573b1f78c794feaf9a56a6242c450a2cc98d5e2fdec9fcd0ed1e", - "size": 436, - "uuid": "f5ce7a96-cfc0-42c4-852b-386f9a27111d", - "version": "2019-04-03T10:16:00.829000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53b106a3", - "indexed": true, - "name": "image_file_185.json", - "s3_etag": "f5b281bace437f0502d62470e501693b", - "sha1": "67e6e702d619d4a3512efa44c0cdeb5c8a3a88a3", - "sha256": "a9d796b59974679d51b813ca6c2e08b5871b264c659fe31234a99905d6f317a9", - "size": 436, - "uuid": "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", - "version": "2019-04-03T10:16:00.329000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6ae63063", - "indexed": true, - "name": "image_file_186.json", - "s3_etag": "307348fe8a62a4ec8a32f02d521a8e6e", - "sha1": "cc02d734a6a3432c53491b260975b8dd4846efd2", - "sha256": "77437331eff788ff99d67b5804f15a4347ec9203e4d6f83dc1ff41b250ad5bfb", - "size": 436, - "uuid": "3dff4add-7d6f-418c-afba-e46864af51d2", - "version": "2019-04-03T10:16:00.156000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a599407", - "indexed": true, - "name": "image_file_187.json", - "s3_etag": "f1339701f3d7b1a9d98143cfcce2a9d1", - "sha1": "98034f929d70572f5e6ab495e589823d17bd2d9f", - "sha256": "a752ff9735b42b9c6b53933327b5e6bb3ffb5a206eec41359e3fbe673543b0be", - "size": 436, - "uuid": "ab2b7c67-8f13-4388-acd7-e2abb0091f30", - "version": "2019-04-03T10:16:00.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "31501c3e", - "indexed": true, - "name": "image_file_188.json", - "s3_etag": "25c95839ffa6224c6fcdc4777e508037", - "sha1": "ea040cf44c3033efe8cec73cfca87e8c280ae54a", - "sha256": "eff85621d5f8a8c61d7ad52200b0fdad1012e96f95cb22f9306774f6f412814e", - "size": 436, - "uuid": "d9912d93-3d92-48d2-9f75-826fbba3d94e", - "version": "2019-04-03T10:16:03.046000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0abe958f", - "indexed": true, - "name": "image_file_189.json", - "s3_etag": "bd3f5852479205f5ec532855bad5bee2", - "sha1": "d4e050415bc653c7d81d94964f5a6fbfa5b2f14b", - "sha256": "4303ecc0597efcc9224f0284b47187457b1d22944dd0b9e017c06dfe7cd58524", - "size": 436, - "uuid": "8b37aba2-be5e-4963-8e6f-51a2df8e143e", - "version": "2019-04-03T10:16:00.282000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "943e901f", - "indexed": true, - "name": "image_file_190.json", - "s3_etag": "dd592f9bd23d5aa50b12b7c5267a8cd0", - "sha1": "b189a418690be8517f963e5e667ad41e590f72ca", - "sha256": "10825c134cab0e3102cade1d845de5fddb61e752251230a8f908bb5aa6e1554e", - "size": 436, - "uuid": "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", - "version": "2019-04-03T10:16:00.805000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9647cd7b", - "indexed": true, - "name": "image_file_191.json", - "s3_etag": "9e416c44355791d612ea6267d888078c", - "sha1": "938ffbf6ca9d303d925c986528dc7a8043dc47e1", - "sha256": "a15f99f58fa393134674a570f7f9456092547ad00b9462e6d3d448e67311fedf", - "size": 436, - "uuid": "2d7e88dd-bddd-4289-9556-27d301be0b83", - "version": "2019-04-03T10:16:03.188000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4da02a27", - "indexed": true, - "name": "image_file_192.json", - "s3_etag": "7092c013124e5859bd69b7fe5b339053", - "sha1": "47472c37e3bc6100417316ab38dbfc111a637200", - "sha256": "43bfae4c58e8fdc505b85af39975ea3f7c907f8c1b3c8f83c9429f6902bf3644", - "size": 436, - "uuid": "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", - "version": "2019-04-03T10:16:03.221000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3256a7ef", - "indexed": true, - "name": "image_file_193.json", - "s3_etag": "d6117a6abe3d50b2dbe264dbe0c73e56", - "sha1": "6bd41d7486a9e6b5f51352b94cacc6781e6b902b", - "sha256": "c0b6f1bb3710d53f0851e894bc72644f11b0b020038661a10522765f1d7753cc", - "size": 436, - "uuid": "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", - "version": "2019-04-03T10:16:00.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9a11820d", - "indexed": true, - "name": "image_file_194.json", - "s3_etag": "d4c556de6670e046839e7cb11437b5e0", - "sha1": "ade1f482e297204d83b95182f816345122a94bea", - "sha256": "3540055a11816fa6f72725db6f5b57e1030229ef05011c8b612a3adb68122c50", - "size": 436, - "uuid": "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", - "version": "2019-04-03T10:16:03.130000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7355d406", - "indexed": true, - "name": "image_file_195.json", - "s3_etag": "f05c4c34f04b1438d00d90510e0fda2c", - "sha1": "e1de51e42ce3081bebc99823fd2c190b5b23451d", - "sha256": "2e9f75c40aba60a6adb0997169e35dce1849cb7aaddae973bb65fb873c6cceab", - "size": 436, - "uuid": "e834d3df-8432-40ba-b67d-c7cd0bd7328d", - "version": "2019-04-03T10:16:03.234000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dc6f1f94", - "indexed": true, - "name": "image_file_196.json", - "s3_etag": "a9940009deeab8048002e783153e2b71", - "sha1": "8a3a6ab8350e07f571d41acda03b4d71fcb572bf", - "sha256": "501e2e1a1370a0098b6d49bd30ea0412e409ee4e9c182f2a4d67bf608ec712a7", - "size": 436, - "uuid": "d8908d6d-5daa-454d-9082-726054cfddc1", - "version": "2019-04-03T10:16:03.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4da217df", - "indexed": true, - "name": "image_file_197.json", - "s3_etag": "cfcd1856a0c424b0c950898ab7a6a4c9", - "sha1": "bee3506bcb8bc55b73fc2400f44954786cda09cd", - "sha256": "159f167c8f2cff0867dfdec5309f600367c82068a6d5cde76382570f1a8b64a0", - "size": 436, - "uuid": "c5a7142e-4702-4e84-b7aa-239df2a71ba8", - "version": "2019-04-03T10:16:00.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "66d308ad", - "indexed": true, - "name": "image_file_198.json", - "s3_etag": "aa693959fee7931afaa88cd8627f2ad7", - "sha1": "0f1599c32f7c0603efe676f42a40aeabb8b89272", - "sha256": "730abec4612c2615243543b5dd7da6343f525bde84a1ec985578cd4e107dd78d", - "size": 436, - "uuid": "f69e44ef-cf23-4571-8dad-e44222697974", - "version": "2019-04-03T10:16:03.186000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "33c37555", - "indexed": true, - "name": "image_file_199.json", - "s3_etag": "16c583f7c947c9e7e46eac026e60aeff", - "sha1": "a880caa603264e4f1bd78248d090d3d38adaf9e2", - "sha256": "f3627a523c3a78aa3c5f4ffa0ef0a10f30ff579886e86d072aa143cee8efcdcf", - "size": 436, - "uuid": "ea72f81c-2c58-43e2-acca-294254f470f7", - "version": "2019-04-03T10:16:03.138000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f9d0dc3", - "indexed": true, - "name": "image_file_200.json", - "s3_etag": "ea8d055f71652fb993d0a9ba990fe6f7", - "sha1": "6f2ff0c115545528c7f1725bd75130e3f85c8826", - "sha256": "2c63249c5f51b31921220d211469ef230bf17255f2a7b72393274dfb74310a55", - "size": 436, - "uuid": "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", - "version": "2019-04-03T10:16:03.194000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6545d3ad", - "indexed": true, - "name": "image_file_201.json", - "s3_etag": "e44e2552c5f84e6c3e48c786cdf91eef", - "sha1": "334da492b9decfd6f0b6150de4badef3985cb62d", - "sha256": "8c398968ba0ec196d35e5810d2a3d6917cd3267df54753c32656df264f33e11a", - "size": 436, - "uuid": "6928ac1b-fd1d-436c-bfc6-4087c65809d7", - "version": "2019-04-03T10:16:03.234000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5f297898", - "indexed": true, - "name": "image_file_202.json", - "s3_etag": "3f97fb45b0aa9ad15d4b33d2deb13cfb", - "sha1": "5ebd659f8c945b53dadc5bb8387b844193d1564d", - "sha256": "65bdb91e69ce438a2619d7b9ada56b427ee9af08d11fd88f74f7eb2583211b04", - "size": 436, - "uuid": "07a7b938-435b-4804-b140-c255957b6532", - "version": "2019-04-03T10:16:03.185000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6309ce75", - "indexed": true, - "name": "image_file_203.json", - "s3_etag": "802ddc31415f6844ad5edde301277bab", - "sha1": "46dab9b40a059b07b66c20460d78fb339865cef3", - "sha256": "10e080dccc25d94be0fe7c5965f6e2279f3d60dd418151c16be14893785c4b3c", - "size": 436, - "uuid": "3d532a7b-55e7-4461-afbc-65ef76403384", - "version": "2019-04-03T10:16:00.225000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ecf8ad3f", - "indexed": true, - "name": "image_file_204.json", - "s3_etag": "d1bb8cc02f277b89318e522871cf25b2", - "sha1": "3b5f585065998897b105712dae34566fe88e6ac7", - "sha256": "260fdb27cc3ea57d0bb08c40485463158f3013d01d871089b3c510875a810649", - "size": 436, - "uuid": "bab40245-28bd-49a2-8be0-ba109fe41c91", - "version": "2019-04-03T10:16:03.171000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "09a90cff", - "indexed": true, - "name": "image_file_205.json", - "s3_etag": "14e0ccdb5b77a8414129aa62f61fc78c", - "sha1": "0cb0c0271bd3500212e632500061289b56a3cc9e", - "sha256": "bd4382ac05f05d6808cbb00d20a73511fa28a78236e5a9a6bd1113bda3e128c0", - "size": 436, - "uuid": "9d577bd4-3a27-48be-ad7c-8c44cf803cda", - "version": "2019-04-03T10:16:03.221000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0ab1069a", - "indexed": true, - "name": "image_file_206.json", - "s3_etag": "ebad1a9676f5cd8ddd76b59469365f25", - "sha1": "a02f2712de9609164c787eccccb401a0fc2422b1", - "sha256": "70f034e93920e9e72e3c5160af51973ca06d56313aced23c6d07c9b8af0733b6", - "size": 436, - "uuid": "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", - "version": "2019-04-03T10:16:03.221000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f6d7b32", - "indexed": true, - "name": "image_file_207.json", - "s3_etag": "674fa2f644dc280e8874fd77c67b65b0", - "sha1": "6a3ead886a2cecf569e76c38e6e16743a892b430", - "sha256": "6a65d8d223e8f5ddb9b72dbcbb39cdb41f7e334f85c7e80c84166e63265f72a9", - "size": 436, - "uuid": "21a043b6-6dde-41b9-b20e-74b961da8b88", - "version": "2019-04-03T10:16:03.210000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6fd7c500", - "indexed": true, - "name": "image_file_208.json", - "s3_etag": "fad6c874b12fdf861b2ee1c4bd36bb5a", - "sha1": "972861c7b3c8c6b833ddffc2102c188d0c9e7668", - "sha256": "dfb12987a66cbd856c6122ff9ffabc66b110bd3794447584b2e4e042f0439931", - "size": 436, - "uuid": "11280200-1803-4110-aa84-2808776c2d50", - "version": "2019-04-03T10:16:03.231000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e44d37d5", - "indexed": true, - "name": "image_file_209.json", - "s3_etag": "8b7df9541519a143b24a6efbabe04592", - "sha1": "86e91b50dc2cf55b43fd27c372ddbb5be77f49a2", - "sha256": "143846cd99c35193269dab6470281b9a54f5ba2e40abd20c91f355ccfa1cab0d", - "size": 436, - "uuid": "86df5269-576b-4d18-a0ce-6e2b2a36d51b", - "version": "2019-04-03T10:16:03.201000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "aed7c6c5", - "indexed": true, - "name": "image_file_210.json", - "s3_etag": "1dc957991f3dc47a4292858e839ddc56", - "sha1": "16fa84a5f08af175dd92bb47811a6abd839bfafe", - "sha256": "f27ec531816c73687775c4e23383360b391ebb49ad0c88744bbd223f3b1fd66d", - "size": 436, - "uuid": "e524ff4e-95fa-4561-bfd3-276cba79e664", - "version": "2019-04-03T10:16:03.251000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e11997ed", - "indexed": true, - "name": "image_file_211.json", - "s3_etag": "0b1f1ff61c989b5a5c685d3ccbc60476", - "sha1": "f82c40bd3683f5849104f7f4aae6f72d73661bfd", - "sha256": "7b748dc98d840bfd0a139c9f0de4a1a53f6f692d3f136578d03b78659a4f0320", - "size": 436, - "uuid": "3d5737da-b1ab-48cb-a26f-d420e53edccd", - "version": "2019-04-03T10:16:03.057000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "65ca1c77", - "indexed": true, - "name": "image_file_212.json", - "s3_etag": "99580b225944a0d096deabaf5279c470", - "sha1": "9b33db6b3c9e8fc952933e0b82defa4401c2c71e", - "sha256": "ed1cfc8d52b5c9fa19d2ea0531013c7e9d01f4bf9492687d53925255ea6dada8", - "size": 436, - "uuid": "44cf15ec-3d4e-4698-bb14-107c34891191", - "version": "2019-04-03T10:16:03.206000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5097e346", - "indexed": true, - "name": "image_file_213.json", - "s3_etag": "033e7fb4d352e321525c0514b6532a80", - "sha1": "1976d07dce9994fdb19a7fe110263c2090fdeaa5", - "sha256": "7a684c6ff1f586c22ddcc29274708e8dd39243cef585e7c23b6f3ea3b83e5d36", - "size": 436, - "uuid": "6242cdf3-fd6d-4479-a08a-1747818fd978", - "version": "2019-04-03T10:16:03.054000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "eff8f3f2", - "indexed": true, - "name": "image_file_214.json", - "s3_etag": "8a816b32f72ba899fb407dcac8be12fc", - "sha1": "3dae82c6a46778cc78344fcf46bdc6e00561892a", - "sha256": "ff7884099be508aa2e7dd90e1f1ce1d5067281e4427e3c4a757b71f4f1f75eb2", - "size": 436, - "uuid": "bc60bbd4-8b09-425c-b507-9da24a84f412", - "version": "2019-04-03T10:16:00.270000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a1e3c2c3", - "indexed": true, - "name": "image_file_215.json", - "s3_etag": "f0c377795388b4af6e641f3ba4bd3908", - "sha1": "24403be8640fc36abbc6eed905387655b2b635ec", - "sha256": "2ef2610b443952e5efd36f3d9f3c818fa99d7a3517db805c96328764bd3a42fa", - "size": 436, - "uuid": "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", - "version": "2019-04-03T10:16:03.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0af643cf", - "indexed": true, - "name": "image_file_216.json", - "s3_etag": "8e04eb323bc027d710b7a802932d7f8a", - "sha1": "e26338c1059ec6209839b573757cc5a7b65a265b", - "sha256": "b42e6be60f48d35430fc399eb63b72c42f8f9ab11c079aea8bef9cabb1892167", - "size": 436, - "uuid": "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", - "version": "2019-04-03T10:16:03.267000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "28d5149b", - "indexed": true, - "name": "image_file_217.json", - "s3_etag": "c6c0e3633316132ba255324a87789704", - "sha1": "b4744014f0b1b83ebfd0a755121353902abc7928", - "sha256": "50b685e95463faf94c400143815a574cc4aa9b984488ccd03cee33c755e02cc5", - "size": 436, - "uuid": "5f67c32c-a154-4620-8603-0b64979b04a4", - "version": "2019-04-03T10:16:03.116000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a6f81947", - "indexed": true, - "name": "image_file_218.json", - "s3_etag": "c492a023e43c8177d018251d68946fba", - "sha1": "0016109014a7e6b8742a0ff4443714f9401d5439", - "sha256": "d6447e02ee2ff36d7d42071b32ee1e814ec64c4335210fe48a1d36e2f29d7eb2", - "size": 436, - "uuid": "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", - "version": "2019-04-03T10:16:00.148000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c1671858", - "indexed": true, - "name": "image_file_219.json", - "s3_etag": "a92c3bb219668bd6fe9ddd387e5fd6a2", - "sha1": "6c57f300b7ad0ac6ccf40cbbd7791bfd25d4a825", - "sha256": "4aa21e087622ab8cbecb91e80202e0fe6eca02bc40114a7229847f6686a366e3", - "size": 436, - "uuid": "dcee6df0-9e87-4935-8873-f8d30d449d76", - "version": "2019-04-03T10:16:03.250000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "142f74af", - "indexed": true, - "name": "image_file_220.json", - "s3_etag": "73f043c5fdf69f67755b00285193fc6a", - "sha1": "51a41a28e7cf05df69ada6c13a55e9ed1880802e", - "sha256": "baa5d34971192d61678bdd15863c1bbcfd3ab80c0b9062b09a9f2308cac4602b", - "size": 436, - "uuid": "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", - "version": "2019-04-03T10:16:03.126000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1cf00c3f", - "indexed": true, - "name": "image_file_221.json", - "s3_etag": "59b0cbad2c4d14d7f35e0ca97d354e18", - "sha1": "db9399669c6f640f57cd49a33604000cb213fe39", - "sha256": "403dfcc537a0878b1ff87616de9a953e5abd92dff4b01ab36b43f9ce27aa1f85", - "size": 436, - "uuid": "e6d00b0c-3641-4ec4-a553-8fd742193dba", - "version": "2019-04-03T10:16:03.321000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e549eec8", - "indexed": true, - "name": "image_file_222.json", - "s3_etag": "725ed7a4c652c8ab3ff4fedb778bc727", - "sha1": "69521b67baefb86d6469c97e0310bd964bd776d4", - "sha256": "d60c19c0cff56667cd7db55fd969347184aec7d9e742727e2e1c92d6a8e9af94", - "size": 436, - "uuid": "e5034863-0528-4f55-be95-c8501c29f9fe", - "version": "2019-04-03T10:16:03.187000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "075c3661", - "indexed": true, - "name": "image_file_223.json", - "s3_etag": "425b40a916d858690c908accd215e8da", - "sha1": "9172f676906e65b3bf699df63d8070d1134d7a10", - "sha256": "ef9b0b23c97b0a5845a9d70e823a131e5e13cb2f998ff2443c7b8b7c90eb57c9", - "size": 436, - "uuid": "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", - "version": "2019-04-03T10:16:03.190000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c44ddd7f", - "indexed": true, - "name": "image_file_224.json", - "s3_etag": "d45b1b18711dd1b99070f27b3af3281b", - "sha1": "459fbb025f924c9ef5e1f422c1ad408ac61624cb", - "sha256": "f31b35f3fd69b056e5a66d50f2e6fbf51ab9be28d420c8bdfe96a7ec013c26ba", - "size": 436, - "uuid": "33d332c9-aefe-4db5-8830-b8daddaed0d2", - "version": "2019-04-03T10:16:03.189000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ed7d68e3", - "indexed": true, - "name": "image_file_225.json", - "s3_etag": "dbbc913443606f9d8b1c43c590c2d7c3", - "sha1": "af4e4450bc7144799d8f581375e2a3a0dd5761eb", - "sha256": "4feaddde2e62cd14f4a67dec0e6fcba07373c3fa2a3cf3466695d35b1c06b979", - "size": 427, - "uuid": "bb3b6fc7-0902-432d-bad1-6b3f61951314", - "version": "2019-04-03T10:15:51.086000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "58093cc3", - "indexed": true, - "name": "image_file_226.json", - "s3_etag": "c1e51b6c77c9d208626ddf5e7d3951d7", - "sha1": "d30dd623586c97c563fa5f4fd12aa79a706351a4", - "sha256": "31a35a35da5f28cccd7ea6dd5a0e810235bbf3787a80965c7652e591513592ce", - "size": 419, - "uuid": "2b734e88-3a33-4c73-92bb-82e0b8f8c13b", - "version": "2019-04-03T10:16:00.280000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "e6c51cf6", - "indexed": true, - "name": "project_0.json", - "s3_etag": "b6d170f857fa7fd8b13e03079e2f15fb", - "sha1": "ae7695391f2f364c04107af9b529cfbfba92c051", - "sha256": "7ae0b7e40be3a5cbd41ebebce232811ce29360d8407bfad4f9ae553e163a138d", - "size": 756, - "uuid": "ae5237b4-633f-403a-afc6-cb87e6f90db1", - "version": "2019-04-03T10:13:45.439000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e3ef942b", - "indexed": true, - "name": "imaging_protocol_0.json", - "s3_etag": "3a882352a630779046f9b4bf64e933f0", - "sha1": "db393c6e709a31d7b8192fe94b2024bd4a74711e", - "sha256": "9be854f39a2b314701c87a34d84f0cbf1f43c9af55a6e9eddd7364d7a4ec52e7", - "size": 96127, - "uuid": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8", - "version": "2019-04-03T10:13:45.902000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "1ad2ebc4", - "indexed": true, - "name": "imaging_preparation_protocol_0.json", - "s3_etag": "ea9b7320dbaa133b33485c777be89dc1", - "sha1": "d5f6f071aeaaa7035190ae0a0429c4290d7ce67c", - "sha256": "57c5cb7e10be8475a6ae84669d6779d1943b35e8152a3e39caaeda5f1e412a7d", - "size": 728, - "uuid": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38", - "version": "2019-04-03T10:13:45.426000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ea6081b8", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "91d9e560eb9460461b962c9f92770fdd", - "sha1": "be3b0f1d567f4c05c94e729d12393ff809916c67", - "sha256": "e1406be5355ccc4a2b7b083a4b30bd1ab5425e6eec14ebd74d16b336a1effd6b", - "size": 754, - "uuid": "caf94c25-8327-4379-b88e-2a6642cd7513", - "version": "2019-04-03T10:13:45.505000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "571fe4a7", - "indexed": true, - "name": "process_0.json", - "s3_etag": "3145cd2fb4d819d6f269cc3e1c45d828", - "sha1": "64d4fbfb0a9b95a936e56491d2aa10fb3f3848b7", - "sha256": "4ef95348502eb3cc1dac9f871fc6923192e0bf24c794d5ff8173097b60951a4d", - "size": 395, - "uuid": "da265acd-5601-49c5-855e-d792d51b4042", - "version": "2019-04-03T10:14:03.513000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d871679a", - "indexed": true, - "name": "process_1.json", - "s3_etag": "f19d5dd5447b3c3ae71e7a8c53036810", - "sha1": "2ee999381c4537f4ab99341609278f54274f188f", - "sha256": "980ae82ccc6b879a6730b0196617611bc997446ec6d3153761e4d7a2b814f641", - "size": 389, - "uuid": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", - "version": "2019-04-03T10:13:53.863000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3f78937c", - "indexed": true, - "name": "process_2.json", - "s3_etag": "6b8172e9d10c70772a48378b6a175440", - "sha1": "c52486236d65aaee58015639115ce13b0a272fca", - "sha256": "c1bc257d37abcb9d1de6cee118cbb211e1dcddeb4c0ce88ef740b425fd873381", - "size": 389, - "uuid": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", - "version": "2019-04-03T10:13:53.834000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "70bbc6b8", - "indexed": true, - "name": "links.json", - "s3_etag": "7385add25e1c482b4d9b4881fb3e196f", - "sha1": "df323c0304644ec6c9cc94694198f568fa43ca86", - "sha256": "3cec4e10f26331a01ccea9741267a9d5a59a00a39b5a67059cd3f18eb3030663", - "size": 14532, - "uuid": "48f0d8a4-fd04-4fee-8301-7441b6efcf48", - "version": "2019-04-03T10:55:34.952135Z" - }, - { + "manifest": { + "image_file/6baa3aff-b2a5-4e49-82f7-25c108a6107a": { + "content-type": "application/json; dcp-type=data", "crc32c": "d1fbf93a", "indexed": false, @@ -2868,7 +13,7 @@ "uuid": "34d230e7-dd9f-4a47-8d5b-23043fe43bc0", "version": "2019-04-03T10:55:35.336469Z" }, - { + "image_file/06dcfc33-21da-485f-8e50-49d294713a9e": { "content-type": "application/json; dcp-type=data", "crc32c": "88def662", "indexed": false, @@ -2880,7 +25,7 @@ "uuid": "3db743f3-8235-4553-9a70-37dee987dd64", "version": "2019-04-03T10:55:35.723353Z" }, - { + "image_file/404dd50b-4bc9-4c82-8c18-f53c68eed2fc": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ad2281ce", "indexed": false, @@ -2892,7 +37,7 @@ "uuid": "13ce8b32-13df-411e-8874-810de85a6d51", "version": "2019-04-03T10:55:36.220197Z" }, - { + "image_file/5ceb5dc3-9194-494a-b1df-42bb75ab1a04": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d8b5d806", "indexed": false, @@ -2904,7 +49,7 @@ "uuid": "1eb42fec-c278-43a5-b3a3-b68d998b3a2a", "version": "2019-04-03T10:55:36.479486Z" }, - { + "image_file/76e52f76-ede7-4088-b7f6-d6e5f6152292": { "content-type": "image/tiff; dcp-type=data", "crc32c": "3b0cdc15", "indexed": false, @@ -2916,7 +61,7 @@ "uuid": "fe9c7709-3a1c-4548-9578-01e4a63cc9d3", "version": "2019-04-03T10:55:36.745978Z" }, - { + "image_file/2e496fe6-f500-4e27-b7f5-3c87fe43bbe5": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d1935fb2", "indexed": false, @@ -2928,7 +73,7 @@ "uuid": "508e6ec1-6693-4ffb-aa0c-53940a9b1a30", "version": "2019-04-03T10:55:37.018211Z" }, - { + "image_file/be66141d-84a3-457d-a8d2-2f0da8c91dff": { "content-type": "image/tiff; dcp-type=data", "crc32c": "817e676f", "indexed": false, @@ -2940,7 +85,7 @@ "uuid": "9d66777d-7af9-4cf2-bcd7-6d4b0cba8fab", "version": "2019-04-03T10:55:37.249443Z" }, - { + "image_file/680cf532-ef0c-4155-b44d-a6ec3920743a": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b3be7c25", "indexed": false, @@ -2952,7 +97,7 @@ "uuid": "50b7b8e6-16fa-4e0c-999a-42cab234b1db", "version": "2019-04-03T10:55:37.599532Z" }, - { + "image_file/08609f14-cf43-4188-b743-4a0b55b17347": { "content-type": "image/tiff; dcp-type=data", "crc32c": "acf4da3b", "indexed": false, @@ -2964,7 +109,7 @@ "uuid": "c4be485e-8f30-454c-a641-7d0ff3cafb4a", "version": "2019-04-03T10:55:37.940591Z" }, - { + "image_file/d10827a1-38f7-457d-9c9f-695f2fc7689c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "527eec28", "indexed": false, @@ -2976,7 +121,7 @@ "uuid": "23fad5c1-d704-479d-b8cc-a629fee2b340", "version": "2019-04-03T10:55:38.199379Z" }, - { + "image_file/6f8eb2e5-7a0c-4c98-8da0-276457357071": { "content-type": "image/tiff; dcp-type=data", "crc32c": "60e20c9b", "indexed": false, @@ -2988,7 +133,7 @@ "uuid": "4a9702b6-04e4-409b-a241-42540df7a07f", "version": "2019-04-03T10:55:38.500545Z" }, - { + "image_file/ca480df3-71bb-4634-8f71-b6a75aeb9f05": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c031ab08", "indexed": false, @@ -3000,7 +145,7 @@ "uuid": "bb22c7d2-a22e-4e97-ab75-5bf44d95aa47", "version": "2019-04-03T10:55:38.750403Z" }, - { + "image_file/03ae5f5e-65ac-4491-b0ce-eefc940e0224": { "content-type": "image/tiff; dcp-type=data", "crc32c": "46b7935c", "indexed": false, @@ -3012,7 +157,7 @@ "uuid": "3047eca0-886e-4989-a220-c35ee497ed62", "version": "2019-04-03T10:55:38.997194Z" }, - { + "image_file/ff117ecb-767e-4e72-baa9-2bda4fcd3e62": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6571f990", "indexed": false, @@ -3024,7 +169,7 @@ "uuid": "86df917c-0969-4e27-8f29-ad2b73837818", "version": "2019-04-03T10:55:39.261002Z" }, - { + "image_file/887f3d73-94d2-44ac-9047-67aca5225882": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6c5755bd", "indexed": false, @@ -3036,7 +181,7 @@ "uuid": "25ce5f57-b9e8-4403-aa8d-6e0d69044683", "version": "2019-04-03T10:55:39.480189Z" }, - { + "image_file/896dfacd-206b-4e4f-a846-ba5b070060d9": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2e614198", "indexed": false, @@ -3048,7 +193,7 @@ "uuid": "2f887578-9f16-4dcf-86ad-b8967c32b7a5", "version": "2019-04-03T10:55:39.720912Z" }, - { + "image_file/23303c88-01b1-47d0-b770-dca6802caa13": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5ce077ba", "indexed": false, @@ -3060,7 +205,7 @@ "uuid": "275513cc-14aa-4ea8-9da8-f47ef8524e37", "version": "2019-04-03T10:55:39.960131Z" }, - { + "image_file/3c1a388d-0577-4417-9cd2-ff33bfed9140": { "content-type": "image/tiff; dcp-type=data", "crc32c": "40df3cb1", "indexed": false, @@ -3072,7 +217,7 @@ "uuid": "1f9c2a23-a564-4fd5-9682-7c7d4a68b436", "version": "2019-04-03T10:55:40.220248Z" }, - { + "image_file/67e71b34-7157-4a37-b495-0d740772b480": { "content-type": "image/tiff; dcp-type=data", "crc32c": "95200df1", "indexed": false, @@ -3084,7 +229,7 @@ "uuid": "6c37dc76-a843-4009-986e-90f28512e5ef", "version": "2019-04-03T10:55:40.469870Z" }, - { + "image_file/cd3e5e62-6145-42d9-9a5b-046e1b49cf26": { "content-type": "application/json; dcp-type=data", "crc32c": "4e149113", "indexed": false, @@ -3096,7 +241,7 @@ "uuid": "4ed6be97-90ba-4e59-b81f-6432a13ce7da", "version": "2019-04-03T10:55:40.859515Z" }, - { + "image_file/5fbcb75e-3ee3-4429-8ede-b243afa0789f": { "content-type": "application/json; dcp-type=data", "crc32c": "f456645f", "indexed": false, @@ -3108,7 +253,7 @@ "uuid": "d79a3b8e-7031-43a3-9ac3-0f93dbd3228c", "version": "2019-04-03T10:55:41.199977Z" }, - { + "image_file/09226b24-6b11-4e4f-8052-2b544be461aa": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5919ffe8", "indexed": false, @@ -3120,7 +265,7 @@ "uuid": "4777d5a6-1e0e-4041-8a30-b95a0e98d95c", "version": "2019-04-03T10:55:41.479157Z" }, - { + "image_file/f67473fd-fbf8-4d69-9db1-556938ab5b87": { "content-type": "image/tiff; dcp-type=data", "crc32c": "dc899808", "indexed": false, @@ -3132,7 +277,7 @@ "uuid": "6309bae1-2138-4507-8a39-33bb19030090", "version": "2019-04-03T10:55:41.754003Z" }, - { + "image_file/16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ef95e538", "indexed": false, @@ -3144,7 +289,7 @@ "uuid": "30263603-56cd-48da-9694-8b4bacaaf7bc", "version": "2019-04-03T10:55:42.029318Z" }, - { + "image_file/017a2c88-4f6e-418e-bb96-f42f3a220f87": { "content-type": "image/tiff; dcp-type=data", "crc32c": "41667304", "indexed": false, @@ -3156,7 +301,7 @@ "uuid": "516cc5f6-45ae-4b5a-94ca-bc8a6ece4510", "version": "2019-04-03T10:55:42.261771Z" }, - { + "image_file/30305240-004d-4632-84d4-37d7e7378782": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6de2e7a5", "indexed": false, @@ -3168,7 +313,7 @@ "uuid": "e9a2424f-12b0-4ce8-b61e-29d859a1af3c", "version": "2019-04-03T10:55:42.605503Z" }, - { + "image_file/20c5a14a-aaf3-40e1-9ab7-f95c06ea4200": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b94c15e4", "indexed": false, @@ -3180,7 +325,7 @@ "uuid": "80269cb6-3de5-4818-97b2-fb3748d8facd", "version": "2019-04-03T10:55:43.080155Z" }, - { + "image_file/3fd2781b-6855-4eaa-b2fb-81db386adb18": { "content-type": "image/tiff; dcp-type=data", "crc32c": "57641644", "indexed": false, @@ -3192,7 +337,7 @@ "uuid": "06862bf0-7add-4177-9d3f-d95aec58c436", "version": "2019-04-03T10:55:43.440368Z" }, - { + "image_file/40474d53-44a4-4ab2-9f20-61b71291f8aa": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2ef0631d", "indexed": false, @@ -3204,7 +349,7 @@ "uuid": "9e9be46c-708f-4931-ad11-4fed782e3949", "version": "2019-04-03T10:55:43.739247Z" }, - { + "image_file/aaa97d47-7124-4763-a3fc-f6d66eb6d990": { "content-type": "image/tiff; dcp-type=data", "crc32c": "e84829d0", "indexed": false, @@ -3216,7 +361,7 @@ "uuid": "6bfdc846-e6f8-4786-ac75-9fb7ac241778", "version": "2019-04-03T10:55:44.019854Z" }, - { + "image_file/4adbed13-1cb6-4405-b892-fe8165050691": { "content-type": "image/tiff; dcp-type=data", "crc32c": "0ad5372d", "indexed": false, @@ -3228,7 +373,7 @@ "uuid": "8d3f44f7-00a0-4fab-adec-401781b783e5", "version": "2019-04-03T10:55:44.392532Z" }, - { + "image_file/2bbf0125-b9cc-4413-8dd7-78ea72beaa17": { "content-type": "image/tiff; dcp-type=data", "crc32c": "8f903d20", "indexed": false, @@ -3240,7 +385,7 @@ "uuid": "b102d32f-1140-4ede-8813-8ed053f350df", "version": "2019-04-03T10:55:44.670961Z" }, - { + "image_file/5402916f-6de1-4842-8585-fc25c153992b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f419bc60", "indexed": false, @@ -3252,7 +397,7 @@ "uuid": "e4ba18e1-b072-41cd-a091-32b51b5078f4", "version": "2019-04-03T10:55:44.961246Z" }, - { + "image_file/75b78bfc-8d15-4a07-a07a-c62ae6d656b5": { "content-type": "image/tiff; dcp-type=data", "crc32c": "0686a5ad", "indexed": false, @@ -3264,7 +409,7 @@ "uuid": "c296fb80-3fb8-476b-b8ff-eae9e8c75388", "version": "2019-04-03T10:55:45.187187Z" }, - { + "image_file/8a78224e-4106-41d4-96cb-4d9a8b9ecad2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "68f4056c", "indexed": false, @@ -3276,7 +421,7 @@ "uuid": "399445e5-b4f6-4f3e-8b65-bfc76f0e078c", "version": "2019-04-03T10:55:45.522173Z" }, - { + "image_file/cb92dd92-570c-4075-8893-eb19dbd837b8": { "content-type": "image/tiff; dcp-type=data", "crc32c": "533d7018", "indexed": false, @@ -3288,7 +433,7 @@ "uuid": "fbefb123-cf54-4eeb-9ec2-d826e44ad953", "version": "2019-04-03T10:55:45.766611Z" }, - { + "image_file/b36948c4-0646-42be-9db2-16626a757343": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c69cd6f6", "indexed": false, @@ -3300,7 +445,7 @@ "uuid": "8bf3db8e-e9cf-40e8-916b-b1e24449d79d", "version": "2019-04-03T10:55:46.280407Z" }, - { + "image_file/c974f4eb-27b8-4ec3-913e-a6eb19572a51": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4ee7d925", "indexed": false, @@ -3312,7 +457,7 @@ "uuid": "2207ffb3-4f5a-47ba-99c1-b7d81b56168b", "version": "2019-04-03T10:55:47.016718Z" }, - { + "image_file/febb760d-1e9e-4432-9b88-ce2869a43c44": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a8a836cb", "indexed": false, @@ -3324,7 +469,7 @@ "uuid": "6b04d393-7852-48b4-ae14-8cfa4543c5ca", "version": "2019-04-03T10:55:47.282294Z" }, - { + "image_file/054f40a4-68d0-41db-81e9-00239042d9fa": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1debd71b", "indexed": false, @@ -3336,7 +481,7 @@ "uuid": "d2859680-0fe8-400a-be0e-e04a3d832d1f", "version": "2019-04-03T10:55:47.626243Z" }, - { + "image_file/ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5": { "content-type": "image/tiff; dcp-type=data", "crc32c": "170b0997", "indexed": false, @@ -3348,7 +493,7 @@ "uuid": "467e4b98-519f-430b-8c59-57270f0e1259", "version": "2019-04-03T10:55:47.939813Z" }, - { + "image_file/819e3227-cc54-4919-95af-c1f8194bf729": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7fa1a6ac", "indexed": false, @@ -3360,7 +505,7 @@ "uuid": "f7f95a37-370c-459f-bf84-19691fb195a5", "version": "2019-04-03T10:55:48.236748Z" }, - { + "image_file/b1e2b9d1-6973-41dc-acdf-95474303561f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c57cc4b9", "indexed": false, @@ -3372,7 +517,7 @@ "uuid": "dbf2dbfb-2470-40db-96c8-eab439922ceb", "version": "2019-04-03T10:55:48.520165Z" }, - { + "image_file/41ffc783-5ad4-4197-8fd1-c029903c43c0": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5b3ff3f3", "indexed": false, @@ -3384,7 +529,7 @@ "uuid": "cbb74511-25d3-431a-83e5-96d8746b7b13", "version": "2019-04-03T10:55:48.859536Z" }, - { + "image_file/ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "316b67c4", "indexed": false, @@ -3396,7 +541,7 @@ "uuid": "8feb1eb5-aae7-49f3-8a50-ca08fc6cd9ae", "version": "2019-04-03T10:55:49.143186Z" }, - { + "image_file/9014bbaf-a047-4b69-8e28-8356cc99f84e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "8776fda9", "indexed": false, @@ -3408,7 +553,7 @@ "uuid": "c24714bc-d736-44b9-80f7-226178093cb0", "version": "2019-04-03T10:55:49.500027Z" }, - { + "image_file/f7acf90c-2b32-463b-b832-8daa8529f727": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a7bafd39", "indexed": false, @@ -3420,7 +565,7 @@ "uuid": "f2f917fb-0729-43a9-8b91-badc7768e23c", "version": "2019-04-03T10:55:49.865712Z" }, - { + "image_file/fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "23d93904", "indexed": false, @@ -3432,7 +577,7 @@ "uuid": "3b548656-b0e1-4fd0-8ed8-0002a5a618ba", "version": "2019-04-03T10:55:50.106030Z" }, - { + "image_file/db22deab-498a-409c-8386-5bf4e60a080c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1439edf9", "indexed": false, @@ -3444,7 +589,7 @@ "uuid": "07db36b4-87d4-4fa1-8a85-b85701d5a9f8", "version": "2019-04-03T10:55:50.478983Z" }, - { + "image_file/07d600bc-0d55-4a8d-9a48-390fc4169845": { "content-type": "image/tiff; dcp-type=data", "crc32c": "23dfcc29", "indexed": false, @@ -3456,7 +601,7 @@ "uuid": "49ada68a-c5b7-4e03-9449-3684e06db4fd", "version": "2019-04-03T10:55:50.739481Z" }, - { + "image_file/d0a032bb-cd0e-4873-b346-5cb19e45c202": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b8797e65", "indexed": false, @@ -3468,7 +613,7 @@ "uuid": "dc2076bd-19ec-47c7-8ac9-6c6503386cd6", "version": "2019-04-03T10:55:51.111778Z" }, - { + "image_file/a161f60f-af92-4b09-9df0-dd7ff2bf571a": { "content-type": "image/tiff; dcp-type=data", "crc32c": "387caf6a", "indexed": false, @@ -3480,7 +625,7 @@ "uuid": "2f5d576a-9e48-4f98-b19b-11e0bbd86615", "version": "2019-04-03T10:55:51.335466Z" }, - { + "image_file/25c6b755-7f62-49a3-a1b5-aafbc772b5dd": { "content-type": "image/tiff; dcp-type=data", "crc32c": "94de8736", "indexed": false, @@ -3492,7 +637,7 @@ "uuid": "56a4a357-0c62-4058-9362-1ae9b928a38c", "version": "2019-04-03T10:55:51.680479Z" }, - { + "image_file/f10fd9e2-5747-4d7a-8c0c-beba81749011": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ef84dc08", "indexed": false, @@ -3504,7 +649,7 @@ "uuid": "ab9c2448-9e9c-4847-ab2a-7e65333c7795", "version": "2019-04-03T10:55:52.080625Z" }, - { + "image_file/553b6aab-4745-45f8-98ab-de6aadbf48e4": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f901ef1b", "indexed": false, @@ -3516,7 +661,7 @@ "uuid": "5b961510-975a-44ee-82c4-47fb7a1ef69f", "version": "2019-04-03T10:55:52.339328Z" }, - { + "image_file/3572abe9-6e42-4266-8671-ff24b592065c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a7975ec3", "indexed": false, @@ -3528,7 +673,7 @@ "uuid": "db9d6d77-a51f-49ce-946f-21038694b549", "version": "2019-04-03T10:55:52.640285Z" }, - { + "image_file/6882abf6-c247-4167-a18d-e3fec24bcba2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "3c89e00e", "indexed": false, @@ -3540,7 +685,7 @@ "uuid": "5146d165-1eee-48ad-8327-174d1817dfac", "version": "2019-04-03T10:55:52.942022Z" }, - { + "image_file/15f8b73e-937c-444d-8362-fdf458abb651": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c5ceab43", "indexed": false, @@ -3552,7 +697,7 @@ "uuid": "78dc3350-0cb6-4731-b0fb-fa0088f7dac7", "version": "2019-04-03T10:55:53.200291Z" }, - { + "image_file/33b4e374-20ad-4fee-b682-aaa4fc12bec2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2e42a5e7", "indexed": false, @@ -3564,7 +709,7 @@ "uuid": "213981ed-c5de-40d6-8d09-ef4354fed57a", "version": "2019-04-03T10:55:53.480733Z" }, - { + "image_file/0e83c507-2211-4561-b75a-92326fb2d4fd": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4e0d8d92", "indexed": false, @@ -3576,7 +721,7 @@ "uuid": "4f19bb8b-95d6-4dfd-8c58-6bf557cf7e8e", "version": "2019-04-03T10:55:53.790586Z" }, - { + "image_file/912c55cf-0774-4838-8874-352766984715": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ae3e068c", "indexed": false, @@ -3588,7 +733,7 @@ "uuid": "b735a8fe-4d8b-43dc-856b-5376aaf8e7f2", "version": "2019-04-03T10:55:54.038843Z" }, - { + "image_file/b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37": { "content-type": "image/tiff; dcp-type=data", "crc32c": "27ad1cac", "indexed": false, @@ -3600,7 +745,7 @@ "uuid": "6465a79b-714e-4286-835c-f510fcc744e8", "version": "2019-04-03T10:55:54.264803Z" }, - { + "image_file/5b8e3d96-e625-46b6-9689-110fa84fd721": { "content-type": "image/tiff; dcp-type=data", "crc32c": "73c913f4", "indexed": false, @@ -3612,7 +757,7 @@ "uuid": "9a77ba3d-6773-4e07-ac91-61f0b9203183", "version": "2019-04-03T10:55:54.539793Z" }, - { + "image_file/de43f9bc-ddec-4326-9cb1-7b9c5f76a84f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c026823a", "indexed": false, @@ -3624,7 +769,7 @@ "uuid": "fc091e1c-afc8-46e4-b9d3-68341242512a", "version": "2019-04-03T10:55:54.778615Z" }, - { + "image_file/6f3272d7-4a62-4a3c-8c44-11dda8756956": { "content-type": "image/tiff; dcp-type=data", "crc32c": "44c7966c", "indexed": false, @@ -3636,7 +781,7 @@ "uuid": "e4021199-842a-489e-a65b-fc3160446904", "version": "2019-04-03T10:55:55.379342Z" }, - { + "image_file/168422c5-e89d-466c-9085-f29c02160143": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d7b7bf7a", "indexed": false, @@ -3648,7 +793,7 @@ "uuid": "1aa253f9-b137-4fd9-b65f-c307420bcfc4", "version": "2019-04-03T10:55:55.600718Z" }, - { + "image_file/7331367a-cc43-4af0-8750-a2921d513f97": { "content-type": "image/tiff; dcp-type=data", "crc32c": "88ae4d73", "indexed": false, @@ -3660,7 +805,7 @@ "uuid": "22be2eb0-32f3-4b49-884a-e2d28c01706d", "version": "2019-04-03T10:55:55.855632Z" }, - { + "image_file/edf83a09-2e60-4571-b650-abf4c7ff757b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4ae105be", "indexed": false, @@ -3672,7 +817,7 @@ "uuid": "c99e944a-475c-4df4-9e6d-9ea50057cfb6", "version": "2019-04-03T10:55:56.233992Z" }, - { + "image_file/24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ac587eaa", "indexed": false, @@ -3684,7 +829,7 @@ "uuid": "2a5f4fda-058f-4478-94dc-c12130be8969", "version": "2019-04-03T10:55:56.579317Z" }, - { + "image_file/be9d12b6-f8dd-407c-b1d7-844deb6a5023": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d02a9c3c", "indexed": false, @@ -3696,7 +841,7 @@ "uuid": "cca66a40-ea4e-4d2e-a9a5-084a9dd6241a", "version": "2019-04-03T10:55:56.968010Z" }, - { + "image_file/e3e59792-61e3-4bf0-a985-2acec75acafd": { "content-type": "image/tiff; dcp-type=data", "crc32c": "9b9bae44", "indexed": false, @@ -3708,7 +853,7 @@ "uuid": "ab43f67c-1352-4344-9ab2-164ec39d5b23", "version": "2019-04-03T10:55:57.260494Z" }, - { + "image_file/095ee09c-1605-4c07-9324-b5382f20b78e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1aecea4a", "indexed": false, @@ -3720,7 +865,7 @@ "uuid": "78046a68-90a9-4761-85fe-bb8f1059a75e", "version": "2019-04-03T10:55:57.518156Z" }, - { + "image_file/77b96424-accb-4c6b-884c-756f2bb40929": { "content-type": "image/tiff; dcp-type=data", "crc32c": "3b5afbfa", "indexed": false, @@ -3732,7 +877,7 @@ "uuid": "fbb1d9de-baca-44fd-82b4-1b5f9b76e126", "version": "2019-04-03T10:55:57.760815Z" }, - { + "image_file/a0c2a5b4-7cc2-47f5-97a7-6b59019155da": { "content-type": "image/tiff; dcp-type=data", "crc32c": "16ce63ca", "indexed": false, @@ -3744,7 +889,7 @@ "uuid": "d33aac64-f261-46d0-8712-543ccdc219c0", "version": "2019-04-03T10:55:58.079130Z" }, - { + "image_file/78518dc1-d38e-4230-88b8-887bdd83f965": { "content-type": "image/tiff; dcp-type=data", "crc32c": "8ee8eacd", "indexed": false, @@ -3756,7 +901,7 @@ "uuid": "ea165ff1-76d8-4fc4-b5b1-46e13a92d61a", "version": "2019-04-03T10:55:58.419178Z" }, - { + "image_file/652dd3c5-6467-41ee-89b3-e4b3361fb533": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b653f9f2", "indexed": false, @@ -3768,7 +913,7 @@ "uuid": "fbfd8b5e-6818-4204-8a1d-af17f654c63e", "version": "2019-04-03T10:55:58.880203Z" }, - { + "image_file/cae3d214-d485-4350-8cd2-f4142aca4aef": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5d2ad397", "indexed": false, @@ -3780,7 +925,7 @@ "uuid": "88045284-69d1-49a5-951a-ce861ed0dbee", "version": "2019-04-03T10:55:59.179305Z" }, - { + "image_file/2ab7ea06-08e0-4669-88e0-23c1e74a3b49": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1b57836e", "indexed": false, @@ -3792,7 +937,7 @@ "uuid": "29982631-185e-43c5-ae8c-daeba6e26c2b", "version": "2019-04-03T10:55:59.659913Z" }, - { + "image_file/de282263-0944-48d4-9819-6182636c76bd": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ab93140f", "indexed": false, @@ -3804,7 +949,7 @@ "uuid": "083944c0-37af-4c9c-80e1-2c101b95acc3", "version": "2019-04-03T10:55:59.998865Z" }, - { + "image_file/bfdbe9b5-42ac-419a-b297-843095de2cc2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "402e893b", "indexed": false, @@ -3816,7 +961,7 @@ "uuid": "40cbb7e6-b5f1-48ad-825a-5159197c6803", "version": "2019-04-03T10:56:00.308174Z" }, - { + "image_file/0ef6ffa4-e40f-476c-8ac9-10732ef6e42d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f843bf4e", "indexed": false, @@ -3828,7 +973,7 @@ "uuid": "ebe33ee1-8e0b-4412-abb1-b26c5ead07e1", "version": "2019-04-03T10:56:00.586805Z" }, - { + "image_file/e2763cda-3236-487e-9944-5169c0cb8856": { "content-type": "image/tiff; dcp-type=data", "crc32c": "052f06bf", "indexed": false, @@ -3840,7 +985,7 @@ "uuid": "a94e0444-861c-418a-a338-16ed56e9b430", "version": "2019-04-03T10:56:00.867025Z" }, - { + "image_file/37018bd8-8537-47c3-a5a9-efb43552f30c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d6ebd4ee", "indexed": false, @@ -3852,7 +997,7 @@ "uuid": "2e39b6d1-7755-4265-a044-f74cac9943a1", "version": "2019-04-03T10:56:01.179469Z" }, - { + "image_file/a6c9b1ce-2054-4a48-b262-bb0723b8a567": { "content-type": "image/tiff; dcp-type=data", "crc32c": "584d986e", "indexed": false, @@ -3864,7 +1009,7 @@ "uuid": "fcab0b60-14e5-441a-b5ab-492576785bfb", "version": "2019-04-03T10:56:01.420192Z" }, - { + "image_file/8319ee38-f199-49d7-989a-25b451656b38": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a9ee4bc6", "indexed": false, @@ -3876,7 +1021,7 @@ "uuid": "45caa165-0ccb-424e-a454-da6ee8c3debb", "version": "2019-04-03T10:56:01.721498Z" }, - { + "image_file/022841b6-8b7c-4d0c-b65f-06ba14253540": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6ff498a1", "indexed": false, @@ -3888,7 +1033,7 @@ "uuid": "cd27dad7-cd62-442b-ac93-1a492df1045e", "version": "2019-04-03T10:56:02.039781Z" }, - { + "image_file/299dfbe5-05f5-48a7-816b-61036f0e435a": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d3808e49", "indexed": false, @@ -3900,7 +1045,7 @@ "uuid": "60dd0c9f-00a5-4d05-9e03-d3d9ed094144", "version": "2019-04-03T10:56:02.303691Z" }, - { + "image_file/6b8b11aa-3600-4a63-a980-93465e681c9c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "559258c8", "indexed": false, @@ -3912,7 +1057,7 @@ "uuid": "c6feee87-37de-465d-b860-b9bd70da69c9", "version": "2019-04-03T10:56:02.620006Z" }, - { + "image_file/35716168-df43-4273-b52f-72e3d18a47bc": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7da89022", "indexed": false, @@ -3924,7 +1069,7 @@ "uuid": "bf2d918b-0a45-4f42-83b5-e38dd2c77084", "version": "2019-04-03T10:56:02.924316Z" }, - { + "image_file/6be783ec-c132-4e09-90e0-0958efaf6619": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7855861f", "indexed": false, @@ -3936,7 +1081,7 @@ "uuid": "31896233-7b29-42a4-94b0-208095c99f5f", "version": "2019-04-03T10:56:03.161708Z" }, - { + "image_file/a11956c9-c24e-4efb-8af8-1167b3081e70": { "content-type": "image/tiff; dcp-type=data", "crc32c": "aa188246", "indexed": false, @@ -3948,7 +1093,7 @@ "uuid": "55001751-e224-4825-87c4-bd786345faef", "version": "2019-04-03T10:56:03.421325Z" }, - { + "image_file/b69a349b-0e07-4fbe-9e3b-9f2cea828b96": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d735689c", "indexed": false, @@ -3960,7 +1105,7 @@ "uuid": "9e4aa7a1-045c-448d-9506-9f180646f31e", "version": "2019-04-03T10:56:03.652981Z" }, - { + "image_file/753c2a57-b5f1-4984-b874-b2b10d582847": { "content-type": "image/tiff; dcp-type=data", "crc32c": "3ede4f1c", "indexed": false, @@ -3972,7 +1117,7 @@ "uuid": "54ddc5aa-4b48-48e5-a955-2f969478eb8d", "version": "2019-04-03T10:56:03.939697Z" }, - { + "image_file/e0b93b3d-075b-482b-838a-e36d8849607b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2567a82f", "indexed": false, @@ -3984,7 +1129,7 @@ "uuid": "9ab3b14e-52eb-45fe-8473-b166185732fa", "version": "2019-04-03T10:56:04.189833Z" }, - { + "image_file/96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d89a7999", "indexed": false, @@ -3996,7 +1141,7 @@ "uuid": "e877a847-80aa-4d68-a069-6da3015bb19e", "version": "2019-04-03T10:56:04.480375Z" }, - { + "image_file/c647964a-7796-4dd2-9fa8-b23f012ac14e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6a6f2b31", "indexed": false, @@ -4008,7 +1153,7 @@ "uuid": "f30fb34c-ea78-4c55-8342-666e028b1ec7", "version": "2019-04-03T10:56:04.725431Z" }, - { + "image_file/87a63649-9834-49b8-89a0-310211c1b5b3": { "content-type": "image/tiff; dcp-type=data", "crc32c": "8e7e28ba", "indexed": false, @@ -4020,7 +1165,7 @@ "uuid": "a800e1a6-58b9-48ea-b33b-b2c58627e5f0", "version": "2019-04-03T10:56:05.006005Z" }, - { + "image_file/b2eb5b20-fd1a-403c-8b55-9eec5972d482": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f31ac427", "indexed": false, @@ -4032,7 +1177,7 @@ "uuid": "4971ef5d-cd50-48e1-a7f3-91e1ebf27dda", "version": "2019-04-03T10:56:05.420646Z" }, - { + "image_file/4b3b36cb-cd90-4526-978d-2e7e8f7add39": { "content-type": "image/tiff; dcp-type=data", "crc32c": "71e66e31", "indexed": false, @@ -4044,7 +1189,7 @@ "uuid": "0fe0425a-1371-42d6-a6d2-36962c8a22f7", "version": "2019-04-03T10:56:05.641366Z" }, - { + "image_file/cdc774f8-3310-4f1f-8c67-03579c253640": { "content-type": "image/tiff; dcp-type=data", "crc32c": "bb067245", "indexed": false, @@ -4056,7 +1201,7 @@ "uuid": "25ff77de-95eb-4737-9ba2-fff2969eca73", "version": "2019-04-03T10:56:05.904789Z" }, - { + "image_file/607370e0-7e7e-4d25-ba5c-957c00a73ac1": { "content-type": "image/tiff; dcp-type=data", "crc32c": "69c233e3", "indexed": false, @@ -4068,7 +1213,7 @@ "uuid": "f1bdabbf-13ed-483c-8492-a6c9c2f65db6", "version": "2019-04-03T10:56:06.322160Z" }, - { + "image_file/3240d7ab-568b-4be5-adba-3178b3e8f85e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f98fd263", "indexed": false, @@ -4080,7 +1225,7 @@ "uuid": "5b57e6a7-e098-4605-b00a-d58652698580", "version": "2019-04-03T10:56:06.659307Z" }, - { + "image_file/c0b6ee98-677a-41d9-9d80-9ac63d251b08": { "content-type": "image/tiff; dcp-type=data", "crc32c": "9db56d08", "indexed": false, @@ -4092,7 +1237,7 @@ "uuid": "5cadfa19-ed60-4ba2-b04c-c23b6c0495f7", "version": "2019-04-03T10:56:07.139632Z" }, - { + "image_file/f34c01ec-06df-49e6-bc2f-c50c7f398851": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7a76cc49", "indexed": false, @@ -4104,7 +1249,7 @@ "uuid": "f2fe8c9e-6ed6-4999-a98b-4fecf57da55a", "version": "2019-04-03T10:56:07.380785Z" }, - { + "image_file/2047311b-f3ee-4137-8338-a45166e01d53": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1ad0ed69", "indexed": false, @@ -4116,7 +1261,7 @@ "uuid": "b8ab79bd-28c8-448b-9847-f8f10d3ccc45", "version": "2019-04-03T10:56:07.648634Z" }, - { + "image_file/44ea335a-1991-4504-be12-04f1a332ddfb": { "content-type": "image/tiff; dcp-type=data", "crc32c": "0b2929e7", "indexed": false, @@ -4128,7 +1273,7 @@ "uuid": "dcc63bdc-2c05-488c-98ce-905b6b1fcfe4", "version": "2019-04-03T10:56:07.955180Z" }, - { + "image_file/59f3d0ab-1fe1-4cc8-b343-c12b520d769d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "004524d0", "indexed": false, @@ -4140,7 +1285,7 @@ "uuid": "f3926330-cfa4-4f64-b12c-3e50e06a7153", "version": "2019-04-03T10:56:08.221439Z" }, - { + "image_file/58f9fb1a-b6be-42c4-98ed-a5c091a3c716": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1d122a71", "indexed": false, @@ -4152,7 +1297,7 @@ "uuid": "b134deb9-6a03-486f-a603-955348d1cb67", "version": "2019-04-03T10:56:08.540867Z" }, - { + "image_file/6af3cb41-9e64-4b11-b272-be87adf0fa94": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ced5e43d", "indexed": false, @@ -4164,7 +1309,7 @@ "uuid": "b9aef9b6-f326-4d1a-b912-41030791bc78", "version": "2019-04-03T10:56:08.782580Z" }, - { + "image_file/7541d176-dfba-4e05-ba45-0c6964271dff": { "content-type": "image/tiff; dcp-type=data", "crc32c": "9621a4da", "indexed": false, @@ -4176,7 +1321,7 @@ "uuid": "e9f28e2b-b63c-4819-8385-18062c5411aa", "version": "2019-04-03T10:56:09.057230Z" }, - { + "image_file/8ee1e829-a507-40a5-87ac-7fd8379b87ce": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4f9f2476", "indexed": false, @@ -4188,7 +1333,7 @@ "uuid": "a7309326-5690-413e-8b73-1f33f8897dab", "version": "2019-04-03T10:56:09.289499Z" }, - { + "image_file/8e57554a-abb2-4664-87b6-a397f4da6555": { "content-type": "image/tiff; dcp-type=data", "crc32c": "570dd01a", "indexed": false, @@ -4200,7 +1345,7 @@ "uuid": "6bd9329f-5602-4c75-92c8-84882ba69685", "version": "2019-04-03T10:56:09.542553Z" }, - { + "image_file/88fa5ec5-db7d-49bf-8c7e-86f348fbc84c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "84defed1", "indexed": false, @@ -4212,7 +1357,7 @@ "uuid": "0c9f682a-a5dd-45ed-bcaa-be4e5342771c", "version": "2019-04-03T10:56:09.824711Z" }, - { + "image_file/a2b4ab97-84bd-4808-884d-bd8cc5e7b922": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d96c5e2a", "indexed": false, @@ -4224,7 +1369,7 @@ "uuid": "36063754-9a8a-4815-9783-1508974a6ca3", "version": "2019-04-03T10:56:10.096845Z" }, - { + "image_file/56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1b71539b", "indexed": false, @@ -4236,7 +1381,7 @@ "uuid": "a601ed00-aadd-4ac3-95ef-25fc052c37db", "version": "2019-04-03T10:56:10.401438Z" }, - { + "image_file/8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b7fd53a2", "indexed": false, @@ -4248,7 +1393,7 @@ "uuid": "e9da4b39-a542-4f3a-85af-c9da97172715", "version": "2019-04-03T10:56:10.683603Z" }, - { + "image_file/f0cb4244-e19a-46a0-89f1-04143548872d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7944dc17", "indexed": false, @@ -4260,7 +1405,7 @@ "uuid": "215ebd60-69d7-4509-8575-301f28d841b0", "version": "2019-04-03T10:56:11.022078Z" }, - { + "image_file/73074f55-d009-41a2-929e-6fd9949bb1dd": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6af55e11", "indexed": false, @@ -4272,7 +1417,7 @@ "uuid": "47c1ab01-7bb9-4cc6-949e-aff889b78bc4", "version": "2019-04-03T10:56:11.559338Z" }, - { + "image_file/0c2a3965-fbd7-4dc2-bcf0-9c51650a7331": { "content-type": "image/tiff; dcp-type=data", "crc32c": "89ab529c", "indexed": false, @@ -4284,7 +1429,7 @@ "uuid": "bbaf020d-e851-4259-8784-832fc85b6c83", "version": "2019-04-03T10:56:11.801366Z" }, - { + "image_file/3774ecbd-d397-4b46-ba08-a7cbc6da0c07": { "content-type": "image/tiff; dcp-type=data", "crc32c": "771e1a24", "indexed": false, @@ -4296,7 +1441,7 @@ "uuid": "6c0ffe0f-19a5-4ed9-92e1-316f3d8cc1f9", "version": "2019-04-03T10:56:12.278469Z" }, - { + "image_file/146231bb-1b13-4db5-8157-9d9962cc3a3a": { "content-type": "image/tiff; dcp-type=data", "crc32c": "77615d8f", "indexed": false, @@ -4308,7 +1453,7 @@ "uuid": "60edf99d-ab78-4bab-b3de-801fabbb7116", "version": "2019-04-03T10:56:12.622653Z" }, - { + "image_file/1d1b3f27-4f67-4338-bb36-173fd6ecf14b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "735764c8", "indexed": false, @@ -4320,7 +1465,7 @@ "uuid": "bbb92406-a0df-4de1-97fa-fa10457198d8", "version": "2019-04-03T10:56:12.859568Z" }, - { + "image_file/7fe17380-3090-4fc3-9504-02b3f8ed95b6": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4043af28", "indexed": false, @@ -4332,7 +1477,7 @@ "uuid": "0d38ed8b-ccdd-4a32-9be3-bfa62f535c5c", "version": "2019-04-03T10:56:13.080125Z" }, - { + "image_file/fc405b01-60ca-436f-a06c-2f38f7156a87": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a88f3cf2", "indexed": false, @@ -4344,7 +1489,7 @@ "uuid": "0bdded17-864c-4c7a-a499-24a4267b4dc8", "version": "2019-04-03T10:56:13.344358Z" }, - { + "image_file/bae92b53-c6c7-4712-865e-6cff3cba506e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "261d6caf", "indexed": false, @@ -4356,7 +1501,7 @@ "uuid": "e61824cb-b2e3-4131-a93c-0f809407e12a", "version": "2019-04-03T10:56:13.584363Z" }, - { + "image_file/83662ec5-a202-42ab-9a47-a701d4f19de3": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ffeec2e6", "indexed": false, @@ -4368,7 +1513,7 @@ "uuid": "1cab431e-680b-491e-9f8a-9503230a602c", "version": "2019-04-03T10:56:13.859236Z" }, - { + "image_file/a04957c6-8ce8-4fa6-950d-71812ff3d698": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b0e8ea39", "indexed": false, @@ -4380,7 +1525,7 @@ "uuid": "c8f06cec-ac9f-4241-8f0d-86daecbda3af", "version": "2019-04-03T10:56:14.120757Z" }, - { + "image_file/9284d3a4-73bd-4aa0-847c-ab273d14185a": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2d57a1e1", "indexed": false, @@ -4392,7 +1537,7 @@ "uuid": "0fb666f0-0331-4532-8ed6-9ee27b383f96", "version": "2019-04-03T10:56:14.469912Z" }, - { + "image_file/4d664562-c333-4aaf-bb8b-641e0568733e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4c624098", "indexed": false, @@ -4404,7 +1549,7 @@ "uuid": "ebcf808e-8039-4d0f-9c6a-82ddf9bd6dc0", "version": "2019-04-03T10:56:14.720103Z" }, - { + "image_file/b533685d-3c60-4483-841b-a054f0a69fec": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1b85888c", "indexed": false, @@ -4416,7 +1561,7 @@ "uuid": "ae06e940-6a8d-44a1-9e5f-de404f802e0d", "version": "2019-04-03T10:56:14.967111Z" }, - { + "image_file/3f14c88e-58db-4f76-b6e0-4b483ded1ca3": { "content-type": "image/tiff; dcp-type=data", "crc32c": "52c76c82", "indexed": false, @@ -4428,7 +1573,7 @@ "uuid": "a3001444-768b-45bd-82f8-ffd492f8a9ff", "version": "2019-04-03T10:56:15.221216Z" }, - { + "image_file/32d0b267-f399-408a-b35f-f1ebc7d0fc1f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "49c661d3", "indexed": false, @@ -4440,7 +1585,7 @@ "uuid": "fcf35fc4-c4da-4643-9b4c-46ae410160ea", "version": "2019-04-03T10:56:15.545209Z" }, - { + "image_file/3e8510c9-7e31-49bd-bb90-cb55577c2f25": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c52334cd", "indexed": false, @@ -4452,7 +1597,7 @@ "uuid": "a454ef32-a818-48bb-8986-59c91a3582d6", "version": "2019-04-03T10:56:15.780166Z" }, - { + "image_file/463aff9a-ec7e-40d0-be42-c6686af9130d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "83b7b009", "indexed": false, @@ -4464,7 +1609,7 @@ "uuid": "514c1928-88b2-4ee4-9a36-6df3a1ea6ad6", "version": "2019-04-03T10:56:16.144108Z" }, - { + "image_file/02ddb50f-4a97-4fbc-ac08-32cd5f0fb319": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a90594d4", "indexed": false, @@ -4476,7 +1621,7 @@ "uuid": "7334d870-d87a-42c5-a56d-cad22755b2c4", "version": "2019-04-03T10:56:16.706622Z" }, - { + "image_file/868efb99-df36-462b-91a2-bb6ca27e842a": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7f7b23b1", "indexed": false, @@ -4488,7 +1633,7 @@ "uuid": "8f9a873c-db55-46f0-ac21-2675647a2553", "version": "2019-04-03T10:56:16.941310Z" }, - { + "image_file/dd124d84-cb44-42e6-88d8-0d97fcb2c0f1": { "content-type": "image/tiff; dcp-type=data", "crc32c": "548dcdb6", "indexed": false, @@ -4500,7 +1645,7 @@ "uuid": "6d2fd5c1-91d8-42b4-9958-41b9b7be2ee5", "version": "2019-04-03T10:56:17.319136Z" }, - { + "image_file/36ded48a-869f-4fa8-971f-56bc28298276": { "content-type": "image/tiff; dcp-type=data", "crc32c": "29d61c42", "indexed": false, @@ -4512,7 +1657,7 @@ "uuid": "909dd3ed-d856-4a87-aa6a-7f5e0d390d2f", "version": "2019-04-03T10:56:17.543209Z" }, - { + "image_file/b62567c9-27d5-49b9-aa2e-7e9e1513dcb4": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f72a81a6", "indexed": false, @@ -4524,7 +1669,7 @@ "uuid": "b70a3092-a8b6-40ae-9cbb-34cbcb5a2cf0", "version": "2019-04-03T10:56:17.821595Z" }, - { + "image_file/e72742a4-23ba-4e5d-a29b-ad449abe8101": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f5c2377d", "indexed": false, @@ -4536,7 +1681,7 @@ "uuid": "b9efda80-7e16-4e5c-ba35-6129b824b553", "version": "2019-04-03T10:56:18.200496Z" }, - { + "image_file/cd6e1096-f8c3-4eda-957d-b09741d60901": { "content-type": "image/tiff; dcp-type=data", "crc32c": "d6429d4f", "indexed": false, @@ -4548,7 +1693,7 @@ "uuid": "8c4f42e5-8544-46a9-9744-7540c07e040e", "version": "2019-04-03T10:56:18.586702Z" }, - { + "image_file/903ea376-5153-4fb8-8ffa-e2948951409c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5aafd070", "indexed": false, @@ -4560,7 +1705,7 @@ "uuid": "c9b04d1c-02ce-4db6-bfd5-b69edef36c55", "version": "2019-04-03T10:56:18.841432Z" }, - { + "image_file/89c5fc1e-9d18-4a6b-9025-ea0b75d01adb": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ef964528", "indexed": false, @@ -4572,7 +1717,7 @@ "uuid": "70c7781a-b4b2-49db-b818-9582ae41c32f", "version": "2019-04-03T10:56:19.399696Z" }, - { + "image_file/8381d167-c4dd-49a2-b5df-1ae815bbe42e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4820d355", "indexed": false, @@ -4584,7 +1729,7 @@ "uuid": "8a21baa6-cff7-4807-85f6-2815522f2305", "version": "2019-04-03T10:56:19.679038Z" }, - { + "image_file/9be80be6-ee45-49d5-8d3d-a6df8f0383f6": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ad76dbb5", "indexed": false, @@ -4596,7 +1741,7 @@ "uuid": "8ddd205f-c13f-4001-93ae-c9b834c762bc", "version": "2019-04-03T10:56:19.959849Z" }, - { + "image_file/cf305c60-bb2c-41af-82bf-0631c2a7b0be": { "content-type": "image/tiff; dcp-type=data", "crc32c": "da30f7e2", "indexed": false, @@ -4608,7 +1753,7 @@ "uuid": "318fcac8-e540-4c30-840c-9baf19dd8ac1", "version": "2019-04-03T10:56:20.515721Z" }, - { + "image_file/074290a9-35e1-422f-a3af-e5ed58781b4d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4acc4110", "indexed": false, @@ -4620,7 +1765,7 @@ "uuid": "76690f93-b774-4a5b-8e44-ed1a15463d28", "version": "2019-04-03T10:56:20.763724Z" }, - { + "image_file/0c49b3ca-bb47-41d9-a58c-e5ea79f673c3": { "content-type": "image/tiff; dcp-type=data", "crc32c": "43cc3f48", "indexed": false, @@ -4632,7 +1777,7 @@ "uuid": "a5c6ec42-6651-416f-8bf2-a75d19067701", "version": "2019-04-03T10:56:21.035316Z" }, - { + "image_file/783c4def-7dc3-40a6-aa9e-a3f92a2dffba": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ba844c65", "indexed": false, @@ -4644,7 +1789,7 @@ "uuid": "08360384-d64d-423c-b393-ac77e55f5b54", "version": "2019-04-03T10:56:21.335645Z" }, - { + "image_file/5165cc56-ff89-42bf-b000-fec4bd57176e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a22c482c", "indexed": false, @@ -4656,7 +1801,7 @@ "uuid": "9fced6a6-70df-414b-ac73-dff271a5dbf5", "version": "2019-04-03T10:56:21.654577Z" }, - { + "image_file/545be634-5893-45e0-93b2-dd4ea93e00db": { "content-type": "image/tiff; dcp-type=data", "crc32c": "93e07072", "indexed": false, @@ -4668,7 +1813,7 @@ "uuid": "a05d672e-b664-412e-a050-a57c205edabe", "version": "2019-04-03T10:56:21.895551Z" }, - { + "image_file/2d2e58c6-7c24-4089-bbe9-d47b7482be46": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f3907f41", "indexed": false, @@ -4680,7 +1825,7 @@ "uuid": "186d9626-1b8b-4bc2-ac7c-745ae7479019", "version": "2019-04-03T10:56:22.164338Z" }, - { + "image_file/e4ce035a-f9e2-459f-8ecf-ce138ea00b34": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1dafc649", "indexed": false, @@ -4692,7 +1837,7 @@ "uuid": "db870673-6390-488f-998f-c96d02a17238", "version": "2019-04-03T10:56:22.575382Z" }, - { + "image_file/81214e49-318f-4221-bf2c-4ef00cfa916b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "e812fa56", "indexed": false, @@ -4704,7 +1849,7 @@ "uuid": "56ecf18f-2cf1-4db1-8acf-a82a04b55ddd", "version": "2019-04-03T10:56:22.895893Z" }, - { + "image_file/7fc97754-1121-468b-b1e4-839bde86b6c8": { "content-type": "image/tiff; dcp-type=data", "crc32c": "daa4be7d", "indexed": false, @@ -4716,7 +1861,7 @@ "uuid": "a79ce39b-a4ed-4b97-a047-afb96e4ce398", "version": "2019-04-03T10:56:23.199025Z" }, - { + "image_file/7d70d44c-b5d7-47be-9687-e9a775e86251": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5cedc9de", "indexed": false, @@ -4728,7 +1873,7 @@ "uuid": "4f29d438-3acb-4a71-af29-e3191f071a44", "version": "2019-04-03T10:56:23.525898Z" }, - { + "image_file/ddb4f9d4-f2a1-42a5-87fa-e818071a5b33": { "content-type": "image/tiff; dcp-type=data", "crc32c": "a618c91c", "indexed": false, @@ -4740,7 +1885,7 @@ "uuid": "9578fe1c-6623-49ee-afd7-8e6c4d85d8fd", "version": "2019-04-03T10:56:23.779296Z" }, - { + "image_file/b7607809-e975-4c32-bff7-375cb2d8276f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b92778d5", "indexed": false, @@ -4752,7 +1897,7 @@ "uuid": "24fc3772-5e01-4a34-8bd8-98d745595571", "version": "2019-04-03T10:56:24.055806Z" }, - { + "image_file/b8a6c863-626d-4fbf-863b-610cffaac37d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "aedae183", "indexed": false, @@ -4764,7 +1909,7 @@ "uuid": "af10a2c0-5f84-448a-a429-7e88bcf8d2d4", "version": "2019-04-03T10:56:24.344848Z" }, - { + "image_file/45077a5c-ee96-47c0-a84f-9d46cf799338": { "content-type": "image/tiff; dcp-type=data", "crc32c": "53cd4995", "indexed": false, @@ -4776,7 +1921,7 @@ "uuid": "ceb1e477-69a0-4fa0-90c9-ee35e16c6d33", "version": "2019-04-03T10:56:24.610737Z" }, - { + "image_file/49d82b74-6f1a-415c-93ab-958c60f083b6": { "content-type": "image/tiff; dcp-type=data", "crc32c": "8579d287", "indexed": false, @@ -4788,7 +1933,7 @@ "uuid": "be9b7636-fbb5-462b-af38-a351e006b334", "version": "2019-04-03T10:56:24.895931Z" }, - { + "image_file/753b51b7-a909-44e7-bb21-cf2cd18328f8": { "content-type": "image/tiff; dcp-type=data", "crc32c": "8a9835bb", "indexed": false, @@ -4800,7 +1945,7 @@ "uuid": "a01e972b-5d55-4816-9589-0c016a8eceef", "version": "2019-04-03T10:56:25.257370Z" }, - { + "image_file/c7ab6349-b2bb-4ba3-9c9b-27d270550052": { "content-type": "image/tiff; dcp-type=data", "crc32c": "98a57d8d", "indexed": false, @@ -4812,7 +1957,7 @@ "uuid": "e2ec1f14-7d7f-4693-bb0c-ec5a6f417803", "version": "2019-04-03T10:56:25.515250Z" }, - { + "image_file/7be770fc-4a56-4f82-a4cf-3cf908d54dca": { "content-type": "image/tiff; dcp-type=data", "crc32c": "aaa60b26", "indexed": false, @@ -4824,7 +1969,7 @@ "uuid": "707f043c-a115-45ee-8fad-2962f55ff58e", "version": "2019-04-03T10:56:26.011308Z" }, - { + "image_file/3f5f8537-c1af-4d2e-a732-53b6d4275588": { "content-type": "image/tiff; dcp-type=data", "crc32c": "03952f13", "indexed": false, @@ -4836,7 +1981,7 @@ "uuid": "0bf3e1df-6d4e-4fe2-b608-95a23ed4e5a0", "version": "2019-04-03T10:56:26.396309Z" }, - { + "image_file/3820feac-72c4-49c5-a5a0-773f4e5ee3c1": { "content-type": "image/tiff; dcp-type=data", "crc32c": "428ef5bb", "indexed": false, @@ -4848,7 +1993,7 @@ "uuid": "d90b7354-47b4-4aec-8d4c-ac8805467b6a", "version": "2019-04-03T10:56:26.655715Z" }, - { + "image_file/f986c2c2-2823-45a0-80cf-5e6f67958afb": { "content-type": "image/tiff; dcp-type=data", "crc32c": "39397452", "indexed": false, @@ -4860,7 +2005,7 @@ "uuid": "dfb213e1-e9c1-4996-a0fb-1da6ea5e6992", "version": "2019-04-03T10:56:26.976077Z" }, - { + "image_file/7d17d6d6-d038-40c6-b965-6de41ce9c931": { "content-type": "image/tiff; dcp-type=data", "crc32c": "73578068", "indexed": false, @@ -4872,7 +2017,7 @@ "uuid": "58d7e9ca-9c4f-4a92-8335-d03a007b4b3a", "version": "2019-04-03T10:56:27.218596Z" }, - { + "image_file/3d208b38-62c8-492d-9434-21bb66ead16e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ce40d3ac", "indexed": false, @@ -4884,7 +2029,7 @@ "uuid": "a7e2a1b2-a3b0-4c19-9baa-17da6bfc9c60", "version": "2019-04-03T10:56:27.502876Z" }, - { + "image_file/9a982898-77c6-4a56-8e54-9cb83ff0b235": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ab01a9d0", "indexed": false, @@ -4896,7 +2041,7 @@ "uuid": "a2366fa7-fba6-4899-a2da-d297f781ed4a", "version": "2019-04-03T10:56:27.790236Z" }, - { + "image_file/1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7ea6bda4", "indexed": false, @@ -4908,7 +2053,7 @@ "uuid": "3f058b01-c8fc-43e8-b4f9-9c10449bf12c", "version": "2019-04-03T10:56:28.115924Z" }, - { + "image_file/24b6366f-03ce-4e4d-b50f-90687f3e2b94": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c11084d8", "indexed": false, @@ -4920,7 +2065,7 @@ "uuid": "b28492e5-5b71-4048-8261-82b20ef55540", "version": "2019-04-03T10:56:28.372925Z" }, - { + "image_file/ec1d0987-fb49-48b8-aaeb-321c659fb67f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1e451967", "indexed": false, @@ -4932,7 +2077,7 @@ "uuid": "c5684e6e-6461-4360-bae9-fab162dfe7da", "version": "2019-04-03T10:56:28.797211Z" }, - { + "image_file/e756ce65-ad72-42e6-a8cc-9c1bac781ce5": { "content-type": "image/tiff; dcp-type=data", "crc32c": "dbab5433", "indexed": false, @@ -4944,7 +2089,7 @@ "uuid": "97b5dded-4ea8-4404-8c9a-449ba9fb8269", "version": "2019-04-03T10:56:29.135928Z" }, - { + "image_file/6fbcb1c7-ce98-46db-8054-b451b6bca205": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c12f70f8", "indexed": false, @@ -4956,7 +2101,7 @@ "uuid": "e879b6b4-3fc2-4436-b8ff-eb9df73d3ed2", "version": "2019-04-03T10:56:29.377960Z" }, - { + "image_file/c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b524a465", "indexed": false, @@ -4968,7 +2113,7 @@ "uuid": "53781f5a-928a-451e-addf-57873b35b752", "version": "2019-04-03T10:56:29.795795Z" }, - { + "image_file/aa6fca0d-6a70-4016-a0e4-307878e9ff45": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1def4990", "indexed": false, @@ -4980,7 +2125,7 @@ "uuid": "e6f008b0-bf18-46bb-be73-2705c748a25d", "version": "2019-04-03T10:56:30.050748Z" }, - { + "image_file/ee62cd8d-fb93-4082-980b-213c7a8a0c47": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f0c87133", "indexed": false, @@ -4992,7 +2137,7 @@ "uuid": "4f5e3c36-fd75-4ee0-8b18-cf54422d037b", "version": "2019-04-03T10:56:30.396132Z" }, - { + "image_file/bbd60a79-3572-42c0-8e53-b0c566a72f06": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ed8bf4f8", "indexed": false, @@ -5004,7 +2149,7 @@ "uuid": "4ffb1482-0d3c-4796-9a4d-e714d6b943fb", "version": "2019-04-03T10:56:30.713724Z" }, - { + "image_file/bf585666-2fb4-4ad5-a9b3-b268a9953ed9": { "content-type": "image/tiff; dcp-type=data", "crc32c": "bdf3643f", "indexed": false, @@ -5016,7 +2161,7 @@ "uuid": "a173a354-3997-4205-83f2-19e37e174996", "version": "2019-04-03T10:56:31.296167Z" }, - { + "image_file/52548ff8-5bbd-4b1c-9c52-4e5d82f846e2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "02ca92c5", "indexed": false, @@ -5028,7 +2173,7 @@ "uuid": "410082ea-b30c-410a-9aa1-9dc4d7c16346", "version": "2019-04-03T10:56:31.687118Z" }, - { + "image_file/240a67cc-e827-41bf-8ac8-a66bc2797f13": { "content-type": "image/tiff; dcp-type=data", "crc32c": "cd171abf", "indexed": false, @@ -5040,7 +2185,7 @@ "uuid": "ea4feacf-2273-4faa-bccb-16e694e14de0", "version": "2019-04-03T10:56:31.942387Z" }, - { + "image_file/7a9b6534-fa1d-4282-a064-11e60e57a322": { "content-type": "image/tiff; dcp-type=data", "crc32c": "653c9b7a", "indexed": false, @@ -5052,7 +2197,7 @@ "uuid": "7e6e78b0-a7a4-4b5d-9217-76780babe1dc", "version": "2019-04-03T10:56:32.208582Z" }, - { + "image_file/b0af6371-4379-45f0-8c09-f6610833fc46": { "content-type": "image/tiff; dcp-type=data", "crc32c": "e148b974", "indexed": false, @@ -5064,7 +2209,7 @@ "uuid": "ef0dbdf9-5adf-4503-b48b-c59cf84f30f4", "version": "2019-04-03T10:56:32.536420Z" }, - { + "image_file/f5ce7a96-cfc0-42c4-852b-386f9a27111d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "553155b3", "indexed": false, @@ -5076,7 +2221,7 @@ "uuid": "4ad6424c-538b-4387-b54a-70aaac5e0a01", "version": "2019-04-03T10:56:32.798766Z" }, - { + "image_file/8bc05db7-bd23-4a10-9761-96be7b8ef9ee": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f4752a9d", "indexed": false, @@ -5088,7 +2233,7 @@ "uuid": "e54926ec-cfc5-4a80-952a-961a98d01264", "version": "2019-04-03T10:56:33.035247Z" }, - { + "image_file/3dff4add-7d6f-418c-afba-e46864af51d2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "62f80682", "indexed": false, @@ -5100,7 +2245,7 @@ "uuid": "1a98673d-9d2d-4083-a0d5-b128c5d267de", "version": "2019-04-03T10:56:33.297846Z" }, - { + "image_file/ab2b7c67-8f13-4388-acd7-e2abb0091f30": { "content-type": "image/tiff; dcp-type=data", "crc32c": "978bc625", "indexed": false, @@ -5112,7 +2257,7 @@ "uuid": "a9477ea9-35a8-449c-a157-4ec3b9057989", "version": "2019-04-03T10:56:33.619365Z" }, - { + "image_file/d9912d93-3d92-48d2-9f75-826fbba3d94e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ed432bf7", "indexed": false, @@ -5124,7 +2269,7 @@ "uuid": "ca573914-fead-42c2-acc3-3a9536d720a4", "version": "2019-04-03T10:56:34.196322Z" }, - { + "image_file/8b37aba2-be5e-4963-8e6f-51a2df8e143e": { "content-type": "image/tiff; dcp-type=data", "crc32c": "7f1c78ad", "indexed": false, @@ -5136,7 +2281,7 @@ "uuid": "03e3dcc3-d45a-4c83-bc0b-817e563e19a9", "version": "2019-04-03T10:56:34.597173Z" }, - { + "image_file/81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7": { "content-type": "image/tiff; dcp-type=data", "crc32c": "f5f7ed24", "indexed": false, @@ -5148,7 +2293,7 @@ "uuid": "202940df-87ab-4deb-9ee3-565408ba1316", "version": "2019-04-03T10:56:34.889498Z" }, - { + "image_file/2d7e88dd-bddd-4289-9556-27d301be0b83": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5cd6ee04", "indexed": false, @@ -5160,7 +2305,7 @@ "uuid": "3a044d9b-72cf-4c00-a331-b920f8bbef8f", "version": "2019-04-03T10:56:35.152162Z" }, - { + "image_file/0c1c578d-d4cc-40bb-a54d-d1d4d004373f": { "content-type": "image/tiff; dcp-type=data", "crc32c": "217ea5dd", "indexed": false, @@ -5172,7 +2317,7 @@ "uuid": "9ca4cd36-67c4-4a19-9e65-82b70a73f820", "version": "2019-04-03T10:56:35.416620Z" }, - { + "image_file/9dc0ead3-f17a-4bb8-88e2-87f779029ff8": { "content-type": "image/tiff; dcp-type=data", "crc32c": "be84f068", "indexed": false, @@ -5184,7 +2329,7 @@ "uuid": "62d38039-7672-472b-8847-c63bf52bfb6e", "version": "2019-04-03T10:56:35.669528Z" }, - { + "image_file/f618a8bc-5e07-477f-a6d3-1b0af8c81ff0": { "content-type": "image/tiff; dcp-type=data", "crc32c": "bf3a8200", "indexed": false, @@ -5196,7 +2341,7 @@ "uuid": "c0fe4ea4-1562-4402-80fb-78cec6415fb6", "version": "2019-04-03T10:56:36.216303Z" }, - { + "image_file/e834d3df-8432-40ba-b67d-c7cd0bd7328d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "177eb23a", "indexed": false, @@ -5208,7 +2353,7 @@ "uuid": "92351261-9885-477b-8d2a-227901e6ffc7", "version": "2019-04-03T10:56:36.729218Z" }, - { + "image_file/d8908d6d-5daa-454d-9082-726054cfddc1": { "content-type": "image/tiff; dcp-type=data", "crc32c": "0c632a10", "indexed": false, @@ -5220,7 +2365,7 @@ "uuid": "bdf53fbd-fb66-456a-976c-d97414d1ab3b", "version": "2019-04-03T10:56:37.056125Z" }, - { + "image_file/c5a7142e-4702-4e84-b7aa-239df2a71ba8": { "content-type": "image/tiff; dcp-type=data", "crc32c": "aa061cbb", "indexed": false, @@ -5232,7 +2377,7 @@ "uuid": "f76cf7a7-8ae0-4cc2-8c49-497d8eeb4bd5", "version": "2019-04-03T10:56:37.312587Z" }, - { + "image_file/f69e44ef-cf23-4571-8dad-e44222697974": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1321fee4", "indexed": false, @@ -5244,7 +2389,7 @@ "uuid": "ccdd0669-ecf0-42d0-9eed-e6f32f4e2137", "version": "2019-04-03T10:56:37.562208Z" }, - { + "image_file/ea72f81c-2c58-43e2-acca-294254f470f7": { "content-type": "image/tiff; dcp-type=data", "crc32c": "65556d46", "indexed": false, @@ -5256,7 +2401,7 @@ "uuid": "599e9909-55d0-4d43-bef2-c94997a9b5ed", "version": "2019-04-03T10:56:37.875619Z" }, - { + "image_file/89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab": { "content-type": "image/tiff; dcp-type=data", "crc32c": "3193e54b", "indexed": false, @@ -5268,7 +2413,7 @@ "uuid": "b6642034-460c-4628-8995-959aed6daf4c", "version": "2019-04-03T10:56:38.140553Z" }, - { + "image_file/6928ac1b-fd1d-436c-bfc6-4087c65809d7": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b20225fc", "indexed": false, @@ -5280,7 +2425,7 @@ "uuid": "43a3a428-155b-4174-b22e-8fa69be8d792", "version": "2019-04-03T10:56:38.472919Z" }, - { + "image_file/07a7b938-435b-4804-b140-c255957b6532": { "content-type": "image/tiff; dcp-type=data", "crc32c": "592b9781", "indexed": false, @@ -5292,7 +2437,7 @@ "uuid": "12b0c950-9687-4b28-979c-6b370ace1cd3", "version": "2019-04-03T10:56:38.747128Z" }, - { + "image_file/3d532a7b-55e7-4461-afbc-65ef76403384": { "content-type": "image/tiff; dcp-type=data", "crc32c": "22ecfc52", "indexed": false, @@ -5304,7 +2449,7 @@ "uuid": "d0d46791-b50d-4622-a375-300d35ef1ba4", "version": "2019-04-03T10:56:38.999068Z" }, - { + "image_file/bab40245-28bd-49a2-8be0-ba109fe41c91": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2b09e4ff", "indexed": false, @@ -5316,7 +2461,7 @@ "uuid": "6cfbdd29-5799-40c9-9329-917cfe98fb3a", "version": "2019-04-03T10:56:39.334527Z" }, - { + "image_file/9d577bd4-3a27-48be-ad7c-8c44cf803cda": { "content-type": "image/tiff; dcp-type=data", "crc32c": "42e96812", "indexed": false, @@ -5328,7 +2473,7 @@ "uuid": "c665c520-397f-4410-abed-1cd9e23fe942", "version": "2019-04-03T10:56:39.905452Z" }, - { + "image_file/c4de7605-fec5-4389-bb9e-f2ea0c41cdef": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b18acdbe", "indexed": false, @@ -5340,7 +2485,7 @@ "uuid": "fdac5e58-f0bb-40b1-9a58-b49f43bc4238", "version": "2019-04-03T10:56:40.178722Z" }, - { + "image_file/21a043b6-6dde-41b9-b20e-74b961da8b88": { "content-type": "image/tiff; dcp-type=data", "crc32c": "af59c8a5", "indexed": false, @@ -5352,7 +2497,7 @@ "uuid": "bf5e1454-492c-4748-811b-b8ef68548d79", "version": "2019-04-03T10:56:40.476175Z" }, - { + "image_file/11280200-1803-4110-aa84-2808776c2d50": { "content-type": "image/tiff; dcp-type=data", "crc32c": "c323197b", "indexed": false, @@ -5364,7 +2509,7 @@ "uuid": "37a2c628-29f7-4845-ace9-62ed637c7c74", "version": "2019-04-03T10:56:40.730992Z" }, - { + "image_file/86df5269-576b-4d18-a0ce-6e2b2a36d51b": { "content-type": "image/tiff; dcp-type=data", "crc32c": "e7e994f8", "indexed": false, @@ -5376,7 +2521,7 @@ "uuid": "1e18aaa0-df92-4bab-81dc-7e225e2c8a09", "version": "2019-04-03T10:56:41.356591Z" }, - { + "image_file/e524ff4e-95fa-4561-bfd3-276cba79e664": { "content-type": "image/tiff; dcp-type=data", "crc32c": "e62e1b96", "indexed": false, @@ -5388,7 +2533,7 @@ "uuid": "682e7e32-5795-4fc3-ad31-5c5f5e737c55", "version": "2019-04-03T10:56:41.597762Z" }, - { + "image_file/3d5737da-b1ab-48cb-a26f-d420e53edccd": { "content-type": "image/tiff; dcp-type=data", "crc32c": "eb94ca22", "indexed": false, @@ -5400,7 +2545,7 @@ "uuid": "3b5bde9d-8af7-4253-9013-61bc6917eac4", "version": "2019-04-03T10:56:42.155558Z" }, - { + "image_file/44cf15ec-3d4e-4698-bb14-107c34891191": { "content-type": "image/tiff; dcp-type=data", "crc32c": "30148627", "indexed": false, @@ -5412,7 +2557,7 @@ "uuid": "e6f193a6-c235-4357-b1c8-bd075e0be111", "version": "2019-04-03T10:56:42.455372Z" }, - { + "image_file/6242cdf3-fd6d-4479-a08a-1747818fd978": { "content-type": "image/tiff; dcp-type=data", "crc32c": "01ece1c6", "indexed": false, @@ -5424,7 +2569,7 @@ "uuid": "33b9e890-93dd-46bf-a464-0b293605ca13", "version": "2019-04-03T10:56:42.695635Z" }, - { + "image_file/bc60bbd4-8b09-425c-b507-9da24a84f412": { "content-type": "image/tiff; dcp-type=data", "crc32c": "3a56f81e", "indexed": false, @@ -5436,7 +2581,7 @@ "uuid": "1a57ba61-0aaa-4a98-8714-44ef51295163", "version": "2019-04-03T10:56:42.933998Z" }, - { + "image_file/1f054ccf-f8dd-4127-a6f8-c577d7dd93dc": { "content-type": "image/tiff; dcp-type=data", "crc32c": "4f573958", "indexed": false, @@ -5448,7 +2593,7 @@ "uuid": "e1a484a8-5557-440d-8196-38a39c8acc3e", "version": "2019-04-03T10:56:43.266340Z" }, - { + "image_file/9954cb4b-b0a4-4479-b31d-0bee1e75d9c7": { "content-type": "image/tiff; dcp-type=data", "crc32c": "5fd73b1d", "indexed": false, @@ -5460,7 +2605,7 @@ "uuid": "4a836a20-3f30-4e33-8374-c9837de94790", "version": "2019-04-03T10:56:43.598363Z" }, - { + "image_file/5f67c32c-a154-4620-8603-0b64979b04a4": { "content-type": "image/tiff; dcp-type=data", "crc32c": "2335b62b", "indexed": false, @@ -5472,7 +2617,7 @@ "uuid": "fa8e2052-2f21-420b-84bb-dee4e2ce79ab", "version": "2019-04-03T10:56:43.915023Z" }, - { + "image_file/7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d": { "content-type": "image/tiff; dcp-type=data", "crc32c": "61289ac4", "indexed": false, @@ -5484,7 +2629,7 @@ "uuid": "c605b91e-3b62-442d-bd3e-2d58a213a4bf", "version": "2019-04-03T10:56:44.156708Z" }, - { + "image_file/dcee6df0-9e87-4935-8873-f8d30d449d76": { "content-type": "image/tiff; dcp-type=data", "crc32c": "081bc6e9", "indexed": false, @@ -5496,7 +2641,7 @@ "uuid": "d6621482-70a1-42ac-895d-8398aa0bb2b7", "version": "2019-04-03T10:56:44.436640Z" }, - { + "image_file/7d6bdde6-523f-46cb-bed5-d6cfa8fea80c": { "content-type": "image/tiff; dcp-type=data", "crc32c": "b65a523e", "indexed": false, @@ -5508,7 +2653,7 @@ "uuid": "1d051231-9ed8-44fd-8086-93da3a04dd0b", "version": "2019-04-03T10:56:44.954210Z" }, - { + "image_file/e6d00b0c-3641-4ec4-a553-8fd742193dba": { "content-type": "image/tiff; dcp-type=data", "crc32c": "6e9add20", "indexed": false, @@ -5520,7 +2665,7 @@ "uuid": "bba231df-4b9b-44fe-a9e9-df314fc8f75d", "version": "2019-04-03T10:56:45.222571Z" }, - { + "image_file/e5034863-0528-4f55-be95-c8501c29f9fe": { "content-type": "image/tiff; dcp-type=data", "crc32c": "bd266ca9", "indexed": false, @@ -5532,7 +2677,7 @@ "uuid": "6c85c7e1-832c-476c-add9-e2cc509f8de0", "version": "2019-04-03T10:56:45.515825Z" }, - { + "image_file/cc61b14a-59d9-477b-8cb1-43c4ee4cf434": { "content-type": "image/tiff; dcp-type=data", "crc32c": "1285ec2c", "indexed": false, @@ -5544,7 +2689,7 @@ "uuid": "9a71aa79-aa5e-41ca-89ed-2d5eaea98840", "version": "2019-04-03T10:56:45.832519Z" }, - { + "image_file/33d332c9-aefe-4db5-8830-b8daddaed0d2": { "content-type": "image/tiff; dcp-type=data", "crc32c": "ee12e15f", "indexed": false, @@ -5556,7 +2701,7 @@ "uuid": "bec2697f-31b6-4db5-888a-024379f3d13f", "version": "2019-04-03T10:56:46.096587Z" }, - { + "image_file/bb3b6fc7-0902-432d-bad1-6b3f61951314": { "content-type": "application/json; dcp-type=data", "crc32c": "d148a0e3", "indexed": false, @@ -5568,7 +2713,7 @@ "uuid": "194db0d1-dfca-44d7-9ad7-194a9e091d32", "version": "2019-04-03T10:56:46.365296Z" }, - { + "image_file/2b734e88-3a33-4c73-92bb-82e0b8f8c13b": { "content-type": "application/json; dcp-type=data", "crc32c": "3c1c81b7", "indexed": false, @@ -5580,9 +2725,9 @@ "uuid": "57e036f8-063a-47fe-b668-499222390e95", "version": "2019-04-03T10:56:46.657106Z" } - ], + }, "metadata": { - "imaged_specimen_0.json": { + "imaged_specimen/87f58f88-ef8b-4323-bd19-cde1a2497b59": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/2.0.7/imaged_specimen", "schema_type": "biomaterial", "biomaterial_core": { @@ -5608,7 +2753,7 @@ "update_date": "2019-04-03T10:13:50.866Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/edd1d525-a6ae-4658-a6bf-6c31d7ab6948": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -5642,7 +2787,7 @@ "update_date": "2019-04-03T10:13:45.512Z" } }, - "donor_organism_0.json": { + "donor_organism/6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/14.0.7/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -5695,7 +2840,7 @@ "update_date": "2019-04-03T10:13:45.427Z" } }, - "image_file_0.json": { + "image_file/6baa3aff-b2a5-4e49-82f7-25c108a6107a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5708,7 +2853,7 @@ "update_date": "2019-04-03T10:15:44.995Z" } }, - "image_file_1.json": { + "image_file/06dcfc33-21da-485f-8e50-49d294713a9e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5721,7 +2866,7 @@ "update_date": "2019-04-03T10:15:44.993Z" } }, - "image_file_2.json": { + "image_file/404dd50b-4bc9-4c82-8c18-f53c68eed2fc": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5734,7 +2879,7 @@ "update_date": "2019-04-03T10:15:51.032Z" } }, - "image_file_3.json": { + "image_file/5ceb5dc3-9194-494a-b1df-42bb75ab1a04": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5747,7 +2892,7 @@ "update_date": "2019-04-03T10:15:47.812Z" } }, - "image_file_4.json": { + "image_file/76e52f76-ede7-4088-b7f6-d6e5f6152292": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5760,7 +2905,7 @@ "update_date": "2019-04-03T10:15:51.115Z" } }, - "image_file_5.json": { + "image_file/2e496fe6-f500-4e27-b7f5-3c87fe43bbe5": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5773,7 +2918,7 @@ "update_date": "2019-04-03T10:15:54.073Z" } }, - "image_file_6.json": { + "image_file/be66141d-84a3-457d-a8d2-2f0da8c91dff": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5786,7 +2931,7 @@ "update_date": "2019-04-03T10:15:51.125Z" } }, - "image_file_7.json": { + "image_file/680cf532-ef0c-4155-b44d-a6ec3920743a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5799,7 +2944,7 @@ "update_date": "2019-04-03T10:15:50.982Z" } }, - "image_file_8.json": { + "image_file/08609f14-cf43-4188-b743-4a0b55b17347": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5812,7 +2957,7 @@ "update_date": "2019-04-03T10:15:47.817Z" } }, - "image_file_9.json": { + "image_file/d10827a1-38f7-457d-9c9f-695f2fc7689c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5825,7 +2970,7 @@ "update_date": "2019-04-03T10:15:44.996Z" } }, - "image_file_10.json": { + "image_file/6f8eb2e5-7a0c-4c98-8da0-276457357071": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5838,7 +2983,7 @@ "update_date": "2019-04-03T10:15:47.821Z" } }, - "image_file_11.json": { + "image_file/ca480df3-71bb-4634-8f71-b6a75aeb9f05": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5851,7 +2996,7 @@ "update_date": "2019-04-03T10:15:47.796Z" } }, - "image_file_12.json": { + "image_file/03ae5f5e-65ac-4491-b0ce-eefc940e0224": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5864,7 +3009,7 @@ "update_date": "2019-04-03T10:15:48.018Z" } }, - "image_file_13.json": { + "image_file/ff117ecb-767e-4e72-baa9-2bda4fcd3e62": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5877,7 +3022,7 @@ "update_date": "2019-04-03T10:15:51.040Z" } }, - "image_file_14.json": { + "image_file/887f3d73-94d2-44ac-9047-67aca5225882": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5890,7 +3035,7 @@ "update_date": "2019-04-03T10:15:51.029Z" } }, - "image_file_15.json": { + "image_file/896dfacd-206b-4e4f-a846-ba5b070060d9": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5903,7 +3048,7 @@ "update_date": "2019-04-03T10:15:47.819Z" } }, - "image_file_16.json": { + "image_file/23303c88-01b1-47d0-b770-dca6802caa13": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5916,7 +3061,7 @@ "update_date": "2019-04-03T10:15:47.812Z" } }, - "image_file_17.json": { + "image_file/3c1a388d-0577-4417-9cd2-ff33bfed9140": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5929,7 +3074,7 @@ "update_date": "2019-04-03T10:15:47.821Z" } }, - "image_file_18.json": { + "image_file/67e71b34-7157-4a37-b495-0d740772b480": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5942,7 +3087,7 @@ "update_date": "2019-04-03T10:15:51.111Z" } }, - "image_file_19.json": { + "image_file/cd3e5e62-6145-42d9-9a5b-046e1b49cf26": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5955,7 +3100,7 @@ "update_date": "2019-04-03T10:15:51.054Z" } }, - "image_file_20.json": { + "image_file/5fbcb75e-3ee3-4429-8ede-b243afa0789f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5968,7 +3113,7 @@ "update_date": "2019-04-03T10:15:51.028Z" } }, - "image_file_21.json": { + "image_file/09226b24-6b11-4e4f-8052-2b544be461aa": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5981,7 +3126,7 @@ "update_date": "2019-04-03T10:15:51.126Z" } }, - "image_file_22.json": { + "image_file/f67473fd-fbf8-4d69-9db1-556938ab5b87": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -5994,7 +3139,7 @@ "update_date": "2019-04-03T10:15:54.317Z" } }, - "image_file_23.json": { + "image_file/16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6007,7 +3152,7 @@ "update_date": "2019-04-03T10:15:50.940Z" } }, - "image_file_24.json": { + "image_file/017a2c88-4f6e-418e-bb96-f42f3a220f87": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6020,7 +3165,7 @@ "update_date": "2019-04-03T10:15:50.977Z" } }, - "image_file_25.json": { + "image_file/30305240-004d-4632-84d4-37d7e7378782": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6033,7 +3178,7 @@ "update_date": "2019-04-03T10:15:51.136Z" } }, - "image_file_26.json": { + "image_file/20c5a14a-aaf3-40e1-9ab7-f95c06ea4200": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6046,7 +3191,7 @@ "update_date": "2019-04-03T10:15:51.052Z" } }, - "image_file_27.json": { + "image_file/3fd2781b-6855-4eaa-b2fb-81db386adb18": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6059,7 +3204,7 @@ "update_date": "2019-04-03T10:15:51.027Z" } }, - "image_file_28.json": { + "image_file/40474d53-44a4-4ab2-9f20-61b71291f8aa": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6072,7 +3217,7 @@ "update_date": "2019-04-03T10:15:47.810Z" } }, - "image_file_29.json": { + "image_file/aaa97d47-7124-4763-a3fc-f6d66eb6d990": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6085,7 +3230,7 @@ "update_date": "2019-04-03T10:15:50.958Z" } }, - "image_file_30.json": { + "image_file/4adbed13-1cb6-4405-b892-fe8165050691": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6098,7 +3243,7 @@ "update_date": "2019-04-03T10:15:51.040Z" } }, - "image_file_31.json": { + "image_file/2bbf0125-b9cc-4413-8dd7-78ea72beaa17": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6111,7 +3256,7 @@ "update_date": "2019-04-03T10:15:51.020Z" } }, - "image_file_32.json": { + "image_file/5402916f-6de1-4842-8585-fc25c153992b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6124,7 +3269,7 @@ "update_date": "2019-04-03T10:15:51.039Z" } }, - "image_file_33.json": { + "image_file/75b78bfc-8d15-4a07-a07a-c62ae6d656b5": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6137,7 +3282,7 @@ "update_date": "2019-04-03T10:16:00.740Z" } }, - "image_file_34.json": { + "image_file/8a78224e-4106-41d4-96cb-4d9a8b9ecad2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6150,7 +3295,7 @@ "update_date": "2019-04-03T10:16:00.295Z" } }, - "image_file_35.json": { + "image_file/cb92dd92-570c-4075-8893-eb19dbd837b8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6163,7 +3308,7 @@ "update_date": "2019-04-03T10:16:00.289Z" } }, - "image_file_36.json": { + "image_file/b36948c4-0646-42be-9db2-16626a757343": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6176,7 +3321,7 @@ "update_date": "2019-04-03T10:15:57.643Z" } }, - "image_file_37.json": { + "image_file/c974f4eb-27b8-4ec3-913e-a6eb19572a51": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6189,7 +3334,7 @@ "update_date": "2019-04-03T10:15:57.265Z" } }, - "image_file_38.json": { + "image_file/febb760d-1e9e-4432-9b88-ce2869a43c44": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6202,7 +3347,7 @@ "update_date": "2019-04-03T10:16:03.118Z" } }, - "image_file_39.json": { + "image_file/054f40a4-68d0-41db-81e9-00239042d9fa": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6215,7 +3360,7 @@ "update_date": "2019-04-03T10:15:54.056Z" } }, - "image_file_40.json": { + "image_file/ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6228,7 +3373,7 @@ "update_date": "2019-04-03T10:15:57.262Z" } }, - "image_file_41.json": { + "image_file/819e3227-cc54-4919-95af-c1f8194bf729": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6241,7 +3386,7 @@ "update_date": "2019-04-03T10:16:00.245Z" } }, - "image_file_42.json": { + "image_file/b1e2b9d1-6973-41dc-acdf-95474303561f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6254,7 +3399,7 @@ "update_date": "2019-04-03T10:16:00.392Z" } }, - "image_file_43.json": { + "image_file/41ffc783-5ad4-4197-8fd1-c029903c43c0": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6267,7 +3412,7 @@ "update_date": "2019-04-03T10:16:00.242Z" } }, - "image_file_44.json": { + "image_file/ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6280,7 +3425,7 @@ "update_date": "2019-04-03T10:15:54.163Z" } }, - "image_file_45.json": { + "image_file/9014bbaf-a047-4b69-8e28-8356cc99f84e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6293,7 +3438,7 @@ "update_date": "2019-04-03T10:15:54.097Z" } }, - "image_file_46.json": { + "image_file/f7acf90c-2b32-463b-b832-8daa8529f727": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6306,7 +3451,7 @@ "update_date": "2019-04-03T10:15:51.110Z" } }, - "image_file_47.json": { + "image_file/fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6319,7 +3464,7 @@ "update_date": "2019-04-03T10:15:54.068Z" } }, - "image_file_48.json": { + "image_file/db22deab-498a-409c-8386-5bf4e60a080c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6332,7 +3477,7 @@ "update_date": "2019-04-03T10:15:54.171Z" } }, - "image_file_49.json": { + "image_file/07d600bc-0d55-4a8d-9a48-390fc4169845": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6345,7 +3490,7 @@ "update_date": "2019-04-03T10:15:54.155Z" } }, - "image_file_50.json": { + "image_file/d0a032bb-cd0e-4873-b346-5cb19e45c202": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6358,7 +3503,7 @@ "update_date": "2019-04-03T10:15:54.147Z" } }, - "image_file_51.json": { + "image_file/a161f60f-af92-4b09-9df0-dd7ff2bf571a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6371,7 +3516,7 @@ "update_date": "2019-04-03T10:15:54.146Z" } }, - "image_file_52.json": { + "image_file/25c6b755-7f62-49a3-a1b5-aafbc772b5dd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6384,7 +3529,7 @@ "update_date": "2019-04-03T10:15:57.073Z" } }, - "image_file_53.json": { + "image_file/f10fd9e2-5747-4d7a-8c0c-beba81749011": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6397,7 +3542,7 @@ "update_date": "2019-04-03T10:15:54.011Z" } }, - "image_file_54.json": { + "image_file/553b6aab-4745-45f8-98ab-de6aadbf48e4": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6410,7 +3555,7 @@ "update_date": "2019-04-03T10:15:54.255Z" } }, - "image_file_55.json": { + "image_file/3572abe9-6e42-4266-8671-ff24b592065c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6423,7 +3568,7 @@ "update_date": "2019-04-03T10:15:54.233Z" } }, - "image_file_56.json": { + "image_file/6882abf6-c247-4167-a18d-e3fec24bcba2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6436,7 +3581,7 @@ "update_date": "2019-04-03T10:15:54.124Z" } }, - "image_file_57.json": { + "image_file/15f8b73e-937c-444d-8362-fdf458abb651": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6449,7 +3594,7 @@ "update_date": "2019-04-03T10:15:54.117Z" } }, - "image_file_58.json": { + "image_file/33b4e374-20ad-4fee-b682-aaa4fc12bec2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6462,7 +3607,7 @@ "update_date": "2019-04-03T10:15:54.178Z" } }, - "image_file_59.json": { + "image_file/0e83c507-2211-4561-b75a-92326fb2d4fd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6475,7 +3620,7 @@ "update_date": "2019-04-03T10:15:54.229Z" } }, - "image_file_60.json": { + "image_file/912c55cf-0774-4838-8874-352766984715": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6488,7 +3633,7 @@ "update_date": "2019-04-03T10:15:54.213Z" } }, - "image_file_61.json": { + "image_file/b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6501,7 +3646,7 @@ "update_date": "2019-04-03T10:15:50.981Z" } }, - "image_file_62.json": { + "image_file/5b8e3d96-e625-46b6-9689-110fa84fd721": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6514,7 +3659,7 @@ "update_date": "2019-04-03T10:15:54.097Z" } }, - "image_file_63.json": { + "image_file/de43f9bc-ddec-4326-9cb1-7b9c5f76a84f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6527,7 +3672,7 @@ "update_date": "2019-04-03T10:15:57.225Z" } }, - "image_file_64.json": { + "image_file/6f3272d7-4a62-4a3c-8c44-11dda8756956": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6540,7 +3685,7 @@ "update_date": "2019-04-03T10:15:53.957Z" } }, - "image_file_65.json": { + "image_file/168422c5-e89d-466c-9085-f29c02160143": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6553,7 +3698,7 @@ "update_date": "2019-04-03T10:15:54.119Z" } }, - "image_file_66.json": { + "image_file/7331367a-cc43-4af0-8750-a2921d513f97": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6566,7 +3711,7 @@ "update_date": "2019-04-03T10:15:57.287Z" } }, - "image_file_67.json": { + "image_file/edf83a09-2e60-4571-b650-abf4c7ff757b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6579,7 +3724,7 @@ "update_date": "2019-04-03T10:15:54.149Z" } }, - "image_file_68.json": { + "image_file/24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6592,7 +3737,7 @@ "update_date": "2019-04-03T10:15:54.166Z" } }, - "image_file_69.json": { + "image_file/be9d12b6-f8dd-407c-b1d7-844deb6a5023": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6605,7 +3750,7 @@ "update_date": "2019-04-03T10:15:54.168Z" } }, - "image_file_70.json": { + "image_file/e3e59792-61e3-4bf0-a985-2acec75acafd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6618,7 +3763,7 @@ "update_date": "2019-04-03T10:15:57.350Z" } }, - "image_file_71.json": { + "image_file/095ee09c-1605-4c07-9324-b5382f20b78e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6631,7 +3776,7 @@ "update_date": "2019-04-03T10:15:51.023Z" } }, - "image_file_72.json": { + "image_file/77b96424-accb-4c6b-884c-756f2bb40929": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6644,7 +3789,7 @@ "update_date": "2019-04-03T10:15:54.145Z" } }, - "image_file_73.json": { + "image_file/a0c2a5b4-7cc2-47f5-97a7-6b59019155da": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6657,7 +3802,7 @@ "update_date": "2019-04-03T10:15:57.414Z" } }, - "image_file_74.json": { + "image_file/78518dc1-d38e-4230-88b8-887bdd83f965": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6670,7 +3815,7 @@ "update_date": "2019-04-03T10:15:54.195Z" } }, - "image_file_75.json": { + "image_file/652dd3c5-6467-41ee-89b3-e4b3361fb533": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6683,7 +3828,7 @@ "update_date": "2019-04-03T10:15:54.138Z" } }, - "image_file_76.json": { + "image_file/cae3d214-d485-4350-8cd2-f4142aca4aef": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6696,7 +3841,7 @@ "update_date": "2019-04-03T10:15:54.152Z" } }, - "image_file_77.json": { + "image_file/2ab7ea06-08e0-4669-88e0-23c1e74a3b49": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6709,7 +3854,7 @@ "update_date": "2019-04-03T10:15:54.144Z" } }, - "image_file_78.json": { + "image_file/de282263-0944-48d4-9819-6182636c76bd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6722,7 +3867,7 @@ "update_date": "2019-04-03T10:15:50.968Z" } }, - "image_file_79.json": { + "image_file/bfdbe9b5-42ac-419a-b297-843095de2cc2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6735,7 +3880,7 @@ "update_date": "2019-04-03T10:15:57.263Z" } }, - "image_file_80.json": { + "image_file/0ef6ffa4-e40f-476c-8ac9-10732ef6e42d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6748,7 +3893,7 @@ "update_date": "2019-04-03T10:15:57.144Z" } }, - "image_file_81.json": { + "image_file/e2763cda-3236-487e-9944-5169c0cb8856": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6761,7 +3906,7 @@ "update_date": "2019-04-03T10:15:57.230Z" } }, - "image_file_82.json": { + "image_file/37018bd8-8537-47c3-a5a9-efb43552f30c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6774,7 +3919,7 @@ "update_date": "2019-04-03T10:15:57.364Z" } }, - "image_file_83.json": { + "image_file/a6c9b1ce-2054-4a48-b262-bb0723b8a567": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6787,7 +3932,7 @@ "update_date": "2019-04-03T10:15:57.302Z" } }, - "image_file_84.json": { + "image_file/8319ee38-f199-49d7-989a-25b451656b38": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6800,7 +3945,7 @@ "update_date": "2019-04-03T10:15:54.124Z" } }, - "image_file_85.json": { + "image_file/022841b6-8b7c-4d0c-b65f-06ba14253540": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6813,7 +3958,7 @@ "update_date": "2019-04-03T10:15:54.250Z" } }, - "image_file_86.json": { + "image_file/299dfbe5-05f5-48a7-816b-61036f0e435a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6826,7 +3971,7 @@ "update_date": "2019-04-03T10:15:54.232Z" } }, - "image_file_87.json": { + "image_file/6b8b11aa-3600-4a63-a980-93465e681c9c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6839,7 +3984,7 @@ "update_date": "2019-04-03T10:15:50.951Z" } }, - "image_file_88.json": { + "image_file/35716168-df43-4273-b52f-72e3d18a47bc": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6852,7 +3997,7 @@ "update_date": "2019-04-03T10:15:57.202Z" } }, - "image_file_89.json": { + "image_file/6be783ec-c132-4e09-90e0-0958efaf6619": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6865,7 +4010,7 @@ "update_date": "2019-04-03T10:15:57.305Z" } }, - "image_file_90.json": { + "image_file/a11956c9-c24e-4efb-8af8-1167b3081e70": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6878,7 +4023,7 @@ "update_date": "2019-04-03T10:15:57.283Z" } }, - "image_file_91.json": { + "image_file/b69a349b-0e07-4fbe-9e3b-9f2cea828b96": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6891,7 +4036,7 @@ "update_date": "2019-04-03T10:15:51.102Z" } }, - "image_file_92.json": { + "image_file/753c2a57-b5f1-4984-b874-b2b10d582847": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6904,7 +4049,7 @@ "update_date": "2019-04-03T10:16:00.454Z" } }, - "image_file_93.json": { + "image_file/e0b93b3d-075b-482b-838a-e36d8849607b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6917,7 +4062,7 @@ "update_date": "2019-04-03T10:15:57.655Z" } }, - "image_file_94.json": { + "image_file/96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6930,7 +4075,7 @@ "update_date": "2019-04-03T10:15:57.378Z" } }, - "image_file_95.json": { + "image_file/c647964a-7796-4dd2-9fa8-b23f012ac14e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6943,7 +4088,7 @@ "update_date": "2019-04-03T10:15:54.078Z" } }, - "image_file_96.json": { + "image_file/87a63649-9834-49b8-89a0-310211c1b5b3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6956,7 +4101,7 @@ "update_date": "2019-04-03T10:15:57.378Z" } }, - "image_file_97.json": { + "image_file/b2eb5b20-fd1a-403c-8b55-9eec5972d482": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6969,7 +4114,7 @@ "update_date": "2019-04-03T10:15:54.167Z" } }, - "image_file_98.json": { + "image_file/4b3b36cb-cd90-4526-978d-2e7e8f7add39": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6982,7 +4127,7 @@ "update_date": "2019-04-03T10:15:57.225Z" } }, - "image_file_99.json": { + "image_file/cdc774f8-3310-4f1f-8c67-03579c253640": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -6995,7 +4140,7 @@ "update_date": "2019-04-03T10:15:57.258Z" } }, - "image_file_100.json": { + "image_file/607370e0-7e7e-4d25-ba5c-957c00a73ac1": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7008,7 +4153,7 @@ "update_date": "2019-04-03T10:16:00.280Z" } }, - "image_file_101.json": { + "image_file/3240d7ab-568b-4be5-adba-3178b3e8f85e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7021,7 +4166,7 @@ "update_date": "2019-04-03T10:16:00.280Z" } }, - "image_file_102.json": { + "image_file/c0b6ee98-677a-41d9-9d80-9ac63d251b08": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7034,7 +4179,7 @@ "update_date": "2019-04-03T10:15:57.303Z" } }, - "image_file_103.json": { + "image_file/f34c01ec-06df-49e6-bc2f-c50c7f398851": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7047,7 +4192,7 @@ "update_date": "2019-04-03T10:16:00.436Z" } }, - "image_file_104.json": { + "image_file/2047311b-f3ee-4137-8338-a45166e01d53": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7060,7 +4205,7 @@ "update_date": "2019-04-03T10:15:50.968Z" } }, - "image_file_105.json": { + "image_file/44ea335a-1991-4504-be12-04f1a332ddfb": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7073,7 +4218,7 @@ "update_date": "2019-04-03T10:16:00.403Z" } }, - "image_file_106.json": { + "image_file/59f3d0ab-1fe1-4cc8-b343-c12b520d769d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7086,7 +4231,7 @@ "update_date": "2019-04-03T10:15:54.147Z" } }, - "image_file_107.json": { + "image_file/58f9fb1a-b6be-42c4-98ed-a5c091a3c716": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7099,7 +4244,7 @@ "update_date": "2019-04-03T10:16:00.681Z" } }, - "image_file_108.json": { + "image_file/6af3cb41-9e64-4b11-b272-be87adf0fa94": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7112,7 +4257,7 @@ "update_date": "2019-04-03T10:15:57.097Z" } }, - "image_file_109.json": { + "image_file/7541d176-dfba-4e05-ba45-0c6964271dff": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7125,7 +4270,7 @@ "update_date": "2019-04-03T10:15:57.397Z" } }, - "image_file_110.json": { + "image_file/8ee1e829-a507-40a5-87ac-7fd8379b87ce": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7138,7 +4283,7 @@ "update_date": "2019-04-03T10:15:57.618Z" } }, - "image_file_111.json": { + "image_file/8e57554a-abb2-4664-87b6-a397f4da6555": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7151,7 +4296,7 @@ "update_date": "2019-04-03T10:16:00.218Z" } }, - "image_file_112.json": { + "image_file/88fa5ec5-db7d-49bf-8c7e-86f348fbc84c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7164,7 +4309,7 @@ "update_date": "2019-04-03T10:15:57.372Z" } }, - "image_file_113.json": { + "image_file/a2b4ab97-84bd-4808-884d-bd8cc5e7b922": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7177,7 +4322,7 @@ "update_date": "2019-04-03T10:15:57.219Z" } }, - "image_file_114.json": { + "image_file/56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7190,7 +4335,7 @@ "update_date": "2019-04-03T10:16:00.319Z" } }, - "image_file_115.json": { + "image_file/8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7203,7 +4348,7 @@ "update_date": "2019-04-03T10:16:00.829Z" } }, - "image_file_116.json": { + "image_file/f0cb4244-e19a-46a0-89f1-04143548872d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7216,7 +4361,7 @@ "update_date": "2019-04-03T10:16:00.414Z" } }, - "image_file_117.json": { + "image_file/73074f55-d009-41a2-929e-6fd9949bb1dd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7229,7 +4374,7 @@ "update_date": "2019-04-03T10:15:57.285Z" } }, - "image_file_118.json": { + "image_file/0c2a3965-fbd7-4dc2-bcf0-9c51650a7331": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7242,7 +4387,7 @@ "update_date": "2019-04-03T10:16:03.247Z" } }, - "image_file_119.json": { + "image_file/3774ecbd-d397-4b46-ba08-a7cbc6da0c07": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7255,7 +4400,7 @@ "update_date": "2019-04-03T10:15:51.101Z" } }, - "image_file_120.json": { + "image_file/146231bb-1b13-4db5-8157-9d9962cc3a3a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7268,7 +4413,7 @@ "update_date": "2019-04-03T10:16:00.042Z" } }, - "image_file_121.json": { + "image_file/1d1b3f27-4f67-4338-bb36-173fd6ecf14b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7281,7 +4426,7 @@ "update_date": "2019-04-03T10:15:57.650Z" } }, - "image_file_122.json": { + "image_file/7fe17380-3090-4fc3-9504-02b3f8ed95b6": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7294,7 +4439,7 @@ "update_date": "2019-04-03T10:16:00.270Z" } }, - "image_file_123.json": { + "image_file/fc405b01-60ca-436f-a06c-2f38f7156a87": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7307,7 +4452,7 @@ "update_date": "2019-04-03T10:16:00.160Z" } }, - "image_file_124.json": { + "image_file/bae92b53-c6c7-4712-865e-6cff3cba506e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7320,7 +4465,7 @@ "update_date": "2019-04-03T10:16:00.763Z" } }, - "image_file_125.json": { + "image_file/83662ec5-a202-42ab-9a47-a701d4f19de3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7333,7 +4478,7 @@ "update_date": "2019-04-03T10:16:00.067Z" } }, - "image_file_126.json": { + "image_file/a04957c6-8ce8-4fa6-950d-71812ff3d698": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7346,7 +4491,7 @@ "update_date": "2019-04-03T10:15:57.271Z" } }, - "image_file_127.json": { + "image_file/9284d3a4-73bd-4aa0-847c-ab273d14185a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7359,7 +4504,7 @@ "update_date": "2019-04-03T10:16:00.765Z" } }, - "image_file_128.json": { + "image_file/4d664562-c333-4aaf-bb8b-641e0568733e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7372,7 +4517,7 @@ "update_date": "2019-04-03T10:16:00.166Z" } }, - "image_file_129.json": { + "image_file/b533685d-3c60-4483-841b-a054f0a69fec": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7385,7 +4530,7 @@ "update_date": "2019-04-03T10:15:54.188Z" } }, - "image_file_130.json": { + "image_file/3f14c88e-58db-4f76-b6e0-4b483ded1ca3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7398,7 +4543,7 @@ "update_date": "2019-04-03T10:15:57.291Z" } }, - "image_file_131.json": { + "image_file/32d0b267-f399-408a-b35f-f1ebc7d0fc1f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7411,7 +4556,7 @@ "update_date": "2019-04-03T10:16:00.394Z" } }, - "image_file_132.json": { + "image_file/3e8510c9-7e31-49bd-bb90-cb55577c2f25": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7424,7 +4569,7 @@ "update_date": "2019-04-03T10:16:00.298Z" } }, - "image_file_133.json": { + "image_file/463aff9a-ec7e-40d0-be42-c6686af9130d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7437,7 +4582,7 @@ "update_date": "2019-04-03T10:16:00.374Z" } }, - "image_file_134.json": { + "image_file/02ddb50f-4a97-4fbc-ac08-32cd5f0fb319": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7450,7 +4595,7 @@ "update_date": "2019-04-03T10:16:00.331Z" } }, - "image_file_135.json": { + "image_file/868efb99-df36-462b-91a2-bb6ca27e842a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7463,7 +4608,7 @@ "update_date": "2019-04-03T10:15:57.472Z" } }, - "image_file_136.json": { + "image_file/dd124d84-cb44-42e6-88d8-0d97fcb2c0f1": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7476,7 +4621,7 @@ "update_date": "2019-04-03T10:15:57.134Z" } }, - "image_file_137.json": { + "image_file/36ded48a-869f-4fa8-971f-56bc28298276": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7489,7 +4634,7 @@ "update_date": "2019-04-03T10:16:00.039Z" } }, - "image_file_138.json": { + "image_file/b62567c9-27d5-49b9-aa2e-7e9e1513dcb4": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7502,7 +4647,7 @@ "update_date": "2019-04-03T10:15:57.347Z" } }, - "image_file_139.json": { + "image_file/e72742a4-23ba-4e5d-a29b-ad449abe8101": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7515,7 +4660,7 @@ "update_date": "2019-04-03T10:15:57.374Z" } }, - "image_file_140.json": { + "image_file/cd6e1096-f8c3-4eda-957d-b09741d60901": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7528,7 +4673,7 @@ "update_date": "2019-04-03T10:16:00.117Z" } }, - "image_file_141.json": { + "image_file/903ea376-5153-4fb8-8ffa-e2948951409c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7541,7 +4686,7 @@ "update_date": "2019-04-03T10:15:57.150Z" } }, - "image_file_142.json": { + "image_file/89c5fc1e-9d18-4a6b-9025-ea0b75d01adb": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7554,7 +4699,7 @@ "update_date": "2019-04-03T10:16:00.258Z" } }, - "image_file_143.json": { + "image_file/8381d167-c4dd-49a2-b5df-1ae815bbe42e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7567,7 +4712,7 @@ "update_date": "2019-04-03T10:15:57.334Z" } }, - "image_file_144.json": { + "image_file/9be80be6-ee45-49d5-8d3d-a6df8f0383f6": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7580,7 +4725,7 @@ "update_date": "2019-04-03T10:15:57.150Z" } }, - "image_file_145.json": { + "image_file/cf305c60-bb2c-41af-82bf-0631c2a7b0be": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7593,7 +4738,7 @@ "update_date": "2019-04-03T10:15:57.290Z" } }, - "image_file_146.json": { + "image_file/074290a9-35e1-422f-a3af-e5ed58781b4d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7606,7 +4751,7 @@ "update_date": "2019-04-03T10:15:57.347Z" } }, - "image_file_147.json": { + "image_file/0c49b3ca-bb47-41d9-a58c-e5ea79f673c3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7619,7 +4764,7 @@ "update_date": "2019-04-03T10:16:00.451Z" } }, - "image_file_148.json": { + "image_file/783c4def-7dc3-40a6-aa9e-a3f92a2dffba": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7632,7 +4777,7 @@ "update_date": "2019-04-03T10:16:03.144Z" } }, - "image_file_149.json": { + "image_file/5165cc56-ff89-42bf-b000-fec4bd57176e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7645,7 +4790,7 @@ "update_date": "2019-04-03T10:16:00.708Z" } }, - "image_file_150.json": { + "image_file/545be634-5893-45e0-93b2-dd4ea93e00db": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7658,7 +4803,7 @@ "update_date": "2019-04-03T10:16:00.405Z" } }, - "image_file_151.json": { + "image_file/2d2e58c6-7c24-4089-bbe9-d47b7482be46": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7671,7 +4816,7 @@ "update_date": "2019-04-03T10:16:00.253Z" } }, - "image_file_152.json": { + "image_file/e4ce035a-f9e2-459f-8ecf-ce138ea00b34": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7684,7 +4829,7 @@ "update_date": "2019-04-03T10:15:57.292Z" } }, - "image_file_153.json": { + "image_file/81214e49-318f-4221-bf2c-4ef00cfa916b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7697,7 +4842,7 @@ "update_date": "2019-04-03T10:16:00.761Z" } }, - "image_file_154.json": { + "image_file/7fc97754-1121-468b-b1e4-839bde86b6c8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7710,7 +4855,7 @@ "update_date": "2019-04-03T10:15:57.316Z" } }, - "image_file_155.json": { + "image_file/7d70d44c-b5d7-47be-9687-e9a775e86251": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7723,7 +4868,7 @@ "update_date": "2019-04-03T10:16:00.785Z" } }, - "image_file_156.json": { + "image_file/ddb4f9d4-f2a1-42a5-87fa-e818071a5b33": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7736,7 +4881,7 @@ "update_date": "2019-04-03T10:15:57.619Z" } }, - "image_file_157.json": { + "image_file/b7607809-e975-4c32-bff7-375cb2d8276f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7749,7 +4894,7 @@ "update_date": "2019-04-03T10:15:57.213Z" } }, - "image_file_158.json": { + "image_file/b8a6c863-626d-4fbf-863b-610cffaac37d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7762,7 +4907,7 @@ "update_date": "2019-04-03T10:16:00.707Z" } }, - "image_file_159.json": { + "image_file/45077a5c-ee96-47c0-a84f-9d46cf799338": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7775,7 +4920,7 @@ "update_date": "2019-04-03T10:15:57.619Z" } }, - "image_file_160.json": { + "image_file/49d82b74-6f1a-415c-93ab-958c60f083b6": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7788,7 +4933,7 @@ "update_date": "2019-04-03T10:15:57.323Z" } }, - "image_file_161.json": { + "image_file/753b51b7-a909-44e7-bb21-cf2cd18328f8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7801,7 +4946,7 @@ "update_date": "2019-04-03T10:16:00.722Z" } }, - "image_file_162.json": { + "image_file/c7ab6349-b2bb-4ba3-9c9b-27d270550052": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7814,7 +4959,7 @@ "update_date": "2019-04-03T10:16:00.390Z" } }, - "image_file_163.json": { + "image_file/7be770fc-4a56-4f82-a4cf-3cf908d54dca": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7827,7 +4972,7 @@ "update_date": "2019-04-03T10:16:00.789Z" } }, - "image_file_164.json": { + "image_file/3f5f8537-c1af-4d2e-a732-53b6d4275588": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7840,7 +4985,7 @@ "update_date": "2019-04-03T10:16:00.749Z" } }, - "image_file_165.json": { + "image_file/3820feac-72c4-49c5-a5a0-773f4e5ee3c1": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7853,7 +4998,7 @@ "update_date": "2019-04-03T10:15:57.145Z" } }, - "image_file_166.json": { + "image_file/f986c2c2-2823-45a0-80cf-5e6f67958afb": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7866,7 +5011,7 @@ "update_date": "2019-04-03T10:16:00.833Z" } }, - "image_file_167.json": { + "image_file/7d17d6d6-d038-40c6-b965-6de41ce9c931": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7879,7 +5024,7 @@ "update_date": "2019-04-03T10:15:57.652Z" } }, - "image_file_168.json": { + "image_file/3d208b38-62c8-492d-9434-21bb66ead16e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7892,7 +5037,7 @@ "update_date": "2019-04-03T10:16:03.214Z" } }, - "image_file_169.json": { + "image_file/9a982898-77c6-4a56-8e54-9cb83ff0b235": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7905,7 +5050,7 @@ "update_date": "2019-04-03T10:16:03.249Z" } }, - "image_file_170.json": { + "image_file/1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7918,7 +5063,7 @@ "update_date": "2019-04-03T10:16:00.293Z" } }, - "image_file_171.json": { + "image_file/24b6366f-03ce-4e4d-b50f-90687f3e2b94": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7931,7 +5076,7 @@ "update_date": "2019-04-03T10:16:00.295Z" } }, - "image_file_172.json": { + "image_file/ec1d0987-fb49-48b8-aaeb-321c659fb67f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7944,7 +5089,7 @@ "update_date": "2019-04-03T10:16:03.247Z" } }, - "image_file_173.json": { + "image_file/e756ce65-ad72-42e6-a8cc-9c1bac781ce5": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7957,7 +5102,7 @@ "update_date": "2019-04-03T10:16:03.243Z" } }, - "image_file_174.json": { + "image_file/6fbcb1c7-ce98-46db-8054-b451b6bca205": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7970,7 +5115,7 @@ "update_date": "2019-04-03T10:16:03.126Z" } }, - "image_file_175.json": { + "image_file/c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7983,7 +5128,7 @@ "update_date": "2019-04-03T10:16:00.740Z" } }, - "image_file_176.json": { + "image_file/aa6fca0d-6a70-4016-a0e4-307878e9ff45": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -7996,7 +5141,7 @@ "update_date": "2019-04-03T10:16:00.704Z" } }, - "image_file_177.json": { + "image_file/ee62cd8d-fb93-4082-980b-213c7a8a0c47": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8009,7 +5154,7 @@ "update_date": "2019-04-03T10:16:03.200Z" } }, - "image_file_178.json": { + "image_file/bbd60a79-3572-42c0-8e53-b0c566a72f06": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8022,7 +5167,7 @@ "update_date": "2019-04-03T10:16:00.196Z" } }, - "image_file_179.json": { + "image_file/bf585666-2fb4-4ad5-a9b3-b268a9953ed9": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8035,7 +5180,7 @@ "update_date": "2019-04-03T10:16:03.144Z" } }, - "image_file_180.json": { + "image_file/52548ff8-5bbd-4b1c-9c52-4e5d82f846e2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8048,7 +5193,7 @@ "update_date": "2019-04-03T10:16:00.186Z" } }, - "image_file_181.json": { + "image_file/240a67cc-e827-41bf-8ac8-a66bc2797f13": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8061,7 +5206,7 @@ "update_date": "2019-04-03T10:16:00.772Z" } }, - "image_file_182.json": { + "image_file/7a9b6534-fa1d-4282-a064-11e60e57a322": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8074,7 +5219,7 @@ "update_date": "2019-04-03T10:15:57.638Z" } }, - "image_file_183.json": { + "image_file/b0af6371-4379-45f0-8c09-f6610833fc46": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8087,7 +5232,7 @@ "update_date": "2019-04-03T10:15:57.644Z" } }, - "image_file_184.json": { + "image_file/f5ce7a96-cfc0-42c4-852b-386f9a27111d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8100,7 +5245,7 @@ "update_date": "2019-04-03T10:16:00.829Z" } }, - "image_file_185.json": { + "image_file/8bc05db7-bd23-4a10-9761-96be7b8ef9ee": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8113,7 +5258,7 @@ "update_date": "2019-04-03T10:16:00.329Z" } }, - "image_file_186.json": { + "image_file/3dff4add-7d6f-418c-afba-e46864af51d2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8126,7 +5271,7 @@ "update_date": "2019-04-03T10:16:00.156Z" } }, - "image_file_187.json": { + "image_file/ab2b7c67-8f13-4388-acd7-e2abb0091f30": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8139,7 +5284,7 @@ "update_date": "2019-04-03T10:16:00.743Z" } }, - "image_file_188.json": { + "image_file/d9912d93-3d92-48d2-9f75-826fbba3d94e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8152,7 +5297,7 @@ "update_date": "2019-04-03T10:16:03.046Z" } }, - "image_file_189.json": { + "image_file/8b37aba2-be5e-4963-8e6f-51a2df8e143e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8165,7 +5310,7 @@ "update_date": "2019-04-03T10:16:00.282Z" } }, - "image_file_190.json": { + "image_file/81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8178,7 +5323,7 @@ "update_date": "2019-04-03T10:16:00.805Z" } }, - "image_file_191.json": { + "image_file/2d7e88dd-bddd-4289-9556-27d301be0b83": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8191,7 +5336,7 @@ "update_date": "2019-04-03T10:16:03.188Z" } }, - "image_file_192.json": { + "image_file/0c1c578d-d4cc-40bb-a54d-d1d4d004373f": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8204,7 +5349,7 @@ "update_date": "2019-04-03T10:16:03.221Z" } }, - "image_file_193.json": { + "image_file/9dc0ead3-f17a-4bb8-88e2-87f779029ff8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8217,7 +5362,7 @@ "update_date": "2019-04-03T10:16:00.822Z" } }, - "image_file_194.json": { + "image_file/f618a8bc-5e07-477f-a6d3-1b0af8c81ff0": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8230,7 +5375,7 @@ "update_date": "2019-04-03T10:16:03.130Z" } }, - "image_file_195.json": { + "image_file/e834d3df-8432-40ba-b67d-c7cd0bd7328d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8243,7 +5388,7 @@ "update_date": "2019-04-03T10:16:03.234Z" } }, - "image_file_196.json": { + "image_file/d8908d6d-5daa-454d-9082-726054cfddc1": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8256,7 +5401,7 @@ "update_date": "2019-04-03T10:16:03.189Z" } }, - "image_file_197.json": { + "image_file/c5a7142e-4702-4e84-b7aa-239df2a71ba8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8269,7 +5414,7 @@ "update_date": "2019-04-03T10:16:00.189Z" } }, - "image_file_198.json": { + "image_file/f69e44ef-cf23-4571-8dad-e44222697974": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8282,7 +5427,7 @@ "update_date": "2019-04-03T10:16:03.186Z" } }, - "image_file_199.json": { + "image_file/ea72f81c-2c58-43e2-acca-294254f470f7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8295,7 +5440,7 @@ "update_date": "2019-04-03T10:16:03.138Z" } }, - "image_file_200.json": { + "image_file/89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8308,7 +5453,7 @@ "update_date": "2019-04-03T10:16:03.194Z" } }, - "image_file_201.json": { + "image_file/6928ac1b-fd1d-436c-bfc6-4087c65809d7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8321,7 +5466,7 @@ "update_date": "2019-04-03T10:16:03.234Z" } }, - "image_file_202.json": { + "image_file/07a7b938-435b-4804-b140-c255957b6532": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8334,7 +5479,7 @@ "update_date": "2019-04-03T10:16:03.185Z" } }, - "image_file_203.json": { + "image_file/3d532a7b-55e7-4461-afbc-65ef76403384": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8347,7 +5492,7 @@ "update_date": "2019-04-03T10:16:00.225Z" } }, - "image_file_204.json": { + "image_file/bab40245-28bd-49a2-8be0-ba109fe41c91": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8360,7 +5505,7 @@ "update_date": "2019-04-03T10:16:03.171Z" } }, - "image_file_205.json": { + "image_file/9d577bd4-3a27-48be-ad7c-8c44cf803cda": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8373,7 +5518,7 @@ "update_date": "2019-04-03T10:16:03.221Z" } }, - "image_file_206.json": { + "image_file/c4de7605-fec5-4389-bb9e-f2ea0c41cdef": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8386,7 +5531,7 @@ "update_date": "2019-04-03T10:16:03.221Z" } }, - "image_file_207.json": { + "image_file/21a043b6-6dde-41b9-b20e-74b961da8b88": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8399,7 +5544,7 @@ "update_date": "2019-04-03T10:16:03.210Z" } }, - "image_file_208.json": { + "image_file/11280200-1803-4110-aa84-2808776c2d50": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8412,7 +5557,7 @@ "update_date": "2019-04-03T10:16:03.231Z" } }, - "image_file_209.json": { + "image_file/86df5269-576b-4d18-a0ce-6e2b2a36d51b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8425,7 +5570,7 @@ "update_date": "2019-04-03T10:16:03.201Z" } }, - "image_file_210.json": { + "image_file/e524ff4e-95fa-4561-bfd3-276cba79e664": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8438,7 +5583,7 @@ "update_date": "2019-04-03T10:16:03.251Z" } }, - "image_file_211.json": { + "image_file/3d5737da-b1ab-48cb-a26f-d420e53edccd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8451,7 +5596,7 @@ "update_date": "2019-04-03T10:16:03.057Z" } }, - "image_file_212.json": { + "image_file/44cf15ec-3d4e-4698-bb14-107c34891191": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8464,7 +5609,7 @@ "update_date": "2019-04-03T10:16:03.206Z" } }, - "image_file_213.json": { + "image_file/6242cdf3-fd6d-4479-a08a-1747818fd978": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8477,7 +5622,7 @@ "update_date": "2019-04-03T10:16:03.054Z" } }, - "image_file_214.json": { + "image_file/bc60bbd4-8b09-425c-b507-9da24a84f412": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8490,7 +5635,7 @@ "update_date": "2019-04-03T10:16:00.270Z" } }, - "image_file_215.json": { + "image_file/1f054ccf-f8dd-4127-a6f8-c577d7dd93dc": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8503,7 +5648,7 @@ "update_date": "2019-04-03T10:16:03.187Z" } }, - "image_file_216.json": { + "image_file/9954cb4b-b0a4-4479-b31d-0bee1e75d9c7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8516,7 +5661,7 @@ "update_date": "2019-04-03T10:16:03.267Z" } }, - "image_file_217.json": { + "image_file/5f67c32c-a154-4620-8603-0b64979b04a4": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8529,7 +5674,7 @@ "update_date": "2019-04-03T10:16:03.116Z" } }, - "image_file_218.json": { + "image_file/7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8542,7 +5687,7 @@ "update_date": "2019-04-03T10:16:00.148Z" } }, - "image_file_219.json": { + "image_file/dcee6df0-9e87-4935-8873-f8d30d449d76": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8555,7 +5700,7 @@ "update_date": "2019-04-03T10:16:03.250Z" } }, - "image_file_220.json": { + "image_file/7d6bdde6-523f-46cb-bed5-d6cfa8fea80c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8568,7 +5713,7 @@ "update_date": "2019-04-03T10:16:03.126Z" } }, - "image_file_221.json": { + "image_file/e6d00b0c-3641-4ec4-a553-8fd742193dba": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8581,7 +5726,7 @@ "update_date": "2019-04-03T10:16:03.321Z" } }, - "image_file_222.json": { + "image_file/e5034863-0528-4f55-be95-c8501c29f9fe": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8594,7 +5739,7 @@ "update_date": "2019-04-03T10:16:03.187Z" } }, - "image_file_223.json": { + "image_file/cc61b14a-59d9-477b-8cb1-43c4ee4cf434": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8607,7 +5752,7 @@ "update_date": "2019-04-03T10:16:03.190Z" } }, - "image_file_224.json": { + "image_file/33d332c9-aefe-4db5-8830-b8daddaed0d2": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8620,7 +5765,7 @@ "update_date": "2019-04-03T10:16:03.189Z" } }, - "image_file_225.json": { + "image_file/bb3b6fc7-0902-432d-bad1-6b3f61951314": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8633,7 +5778,7 @@ "update_date": "2019-04-03T10:15:51.086Z" } }, - "image_file_226.json": { + "image_file/2b734e88-3a33-4c73-92bb-82e0b8f8c13b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/1.0.4/image_file", "schema_type": "file", "file_core": { @@ -8646,7 +5791,7 @@ "update_date": "2019-04-03T10:16:00.280Z" } }, - "project_0.json": { + "project/ae5237b4-633f-403a-afc6-cb87e6f90db1": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/project/11.0.1/project", "schema_type": "project", "project_core": { @@ -8670,7 +5815,7 @@ "update_date": "2019-04-03T10:13:45.439Z" } }, - "imaging_protocol_0.json": { + "imaging_protocol/96ecb94d-e848-4d7b-8df9-f19af6ab17b8": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/11.0.12/imaging_protocol", "schema_type": "protocol", "protocol_core": { @@ -11621,7 +8766,7 @@ "update_date": "2019-04-03T10:13:45.902Z" } }, - "imaging_preparation_protocol_0.json": { + "imaging_preparation_protocol/a6d431b0-4373-4eaf-a3af-8c3fe461ab38": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/imaging/2.0.3/imaging_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -11639,7 +8784,7 @@ "update_date": "2019-04-03T10:13:45.426Z" } }, - "collection_protocol_0.json": { + "collection_protocol/caf94c25-8327-4379-b88e-2a6642cd7513": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.0.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -11658,7 +8803,7 @@ "update_date": "2019-04-03T10:13:45.505Z" } }, - "process_0.json": { + "process/da265acd-5601-49c5-855e-d792d51b4042": { "process_core": { "process_id": "zador_baristaseq_1" }, @@ -11670,7 +8815,7 @@ "update_date": "2019-04-03T10:14:03.513Z" } }, - "process_1.json": { + "process/07acb7d0-3f1c-47f7-9ef9-851c4f1caaec": { "process_core": { "process_id": "process_id_2" }, @@ -11682,7 +8827,7 @@ "update_date": "2019-04-03T10:13:53.863Z" } }, - "process_2.json": { + "process/fee8a188-5783-44cd-a1c1-ed9d5d7c32a9": { "process_core": { "process_id": "process_id_1" }, @@ -11693,290 +8838,291 @@ "submission_date": "2019-04-03T10:13:42.326Z", "update_date": "2019-04-03T10:13:53.834Z" } - }, - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "da265acd-5601-49c5-855e-d792d51b4042", - "inputs": [ - "87f58f88-ef8b-4323-bd19-cde1a2497b59" - ], - "input_type": "biomaterial", - "outputs": [ - "6baa3aff-b2a5-4e49-82f7-25c108a6107a", - "06dcfc33-21da-485f-8e50-49d294713a9e", - "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", - "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", - "76e52f76-ede7-4088-b7f6-d6e5f6152292", - "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", - "be66141d-84a3-457d-a8d2-2f0da8c91dff", - "680cf532-ef0c-4155-b44d-a6ec3920743a", - "08609f14-cf43-4188-b743-4a0b55b17347", - "d10827a1-38f7-457d-9c9f-695f2fc7689c", - "6f8eb2e5-7a0c-4c98-8da0-276457357071", - "ca480df3-71bb-4634-8f71-b6a75aeb9f05", - "03ae5f5e-65ac-4491-b0ce-eefc940e0224", - "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", - "887f3d73-94d2-44ac-9047-67aca5225882", - "896dfacd-206b-4e4f-a846-ba5b070060d9", - "23303c88-01b1-47d0-b770-dca6802caa13", - "3c1a388d-0577-4417-9cd2-ff33bfed9140", - "67e71b34-7157-4a37-b495-0d740772b480", - "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", - "5fbcb75e-3ee3-4429-8ede-b243afa0789f", - "09226b24-6b11-4e4f-8052-2b544be461aa", - "f67473fd-fbf8-4d69-9db1-556938ab5b87", - "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", - "017a2c88-4f6e-418e-bb96-f42f3a220f87", - "30305240-004d-4632-84d4-37d7e7378782", - "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", - "3fd2781b-6855-4eaa-b2fb-81db386adb18", - "40474d53-44a4-4ab2-9f20-61b71291f8aa", - "aaa97d47-7124-4763-a3fc-f6d66eb6d990", - "4adbed13-1cb6-4405-b892-fe8165050691", - "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", - "5402916f-6de1-4842-8585-fc25c153992b", - "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", - "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", - "cb92dd92-570c-4075-8893-eb19dbd837b8", - "b36948c4-0646-42be-9db2-16626a757343", - "c974f4eb-27b8-4ec3-913e-a6eb19572a51", - "febb760d-1e9e-4432-9b88-ce2869a43c44", - "054f40a4-68d0-41db-81e9-00239042d9fa", - "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", - "819e3227-cc54-4919-95af-c1f8194bf729", - "b1e2b9d1-6973-41dc-acdf-95474303561f", - "41ffc783-5ad4-4197-8fd1-c029903c43c0", - "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", - "9014bbaf-a047-4b69-8e28-8356cc99f84e", - "f7acf90c-2b32-463b-b832-8daa8529f727", - "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", - "db22deab-498a-409c-8386-5bf4e60a080c", - "07d600bc-0d55-4a8d-9a48-390fc4169845", - "d0a032bb-cd0e-4873-b346-5cb19e45c202", - "a161f60f-af92-4b09-9df0-dd7ff2bf571a", - "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", - "f10fd9e2-5747-4d7a-8c0c-beba81749011", - "553b6aab-4745-45f8-98ab-de6aadbf48e4", - "3572abe9-6e42-4266-8671-ff24b592065c", - "6882abf6-c247-4167-a18d-e3fec24bcba2", - "15f8b73e-937c-444d-8362-fdf458abb651", - "33b4e374-20ad-4fee-b682-aaa4fc12bec2", - "0e83c507-2211-4561-b75a-92326fb2d4fd", - "912c55cf-0774-4838-8874-352766984715", - "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", - "5b8e3d96-e625-46b6-9689-110fa84fd721", - "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", - "6f3272d7-4a62-4a3c-8c44-11dda8756956", - "168422c5-e89d-466c-9085-f29c02160143", - "7331367a-cc43-4af0-8750-a2921d513f97", - "edf83a09-2e60-4571-b650-abf4c7ff757b", - "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", - "be9d12b6-f8dd-407c-b1d7-844deb6a5023", - "e3e59792-61e3-4bf0-a985-2acec75acafd", - "095ee09c-1605-4c07-9324-b5382f20b78e", - "77b96424-accb-4c6b-884c-756f2bb40929", - "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", - "78518dc1-d38e-4230-88b8-887bdd83f965", - "652dd3c5-6467-41ee-89b3-e4b3361fb533", - "cae3d214-d485-4350-8cd2-f4142aca4aef", - "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", - "de282263-0944-48d4-9819-6182636c76bd", - "bfdbe9b5-42ac-419a-b297-843095de2cc2", - "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", - "e2763cda-3236-487e-9944-5169c0cb8856", - "37018bd8-8537-47c3-a5a9-efb43552f30c", - "a6c9b1ce-2054-4a48-b262-bb0723b8a567", - "8319ee38-f199-49d7-989a-25b451656b38", - "022841b6-8b7c-4d0c-b65f-06ba14253540", - "299dfbe5-05f5-48a7-816b-61036f0e435a", - "6b8b11aa-3600-4a63-a980-93465e681c9c", - "35716168-df43-4273-b52f-72e3d18a47bc", - "6be783ec-c132-4e09-90e0-0958efaf6619", - "a11956c9-c24e-4efb-8af8-1167b3081e70", - "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", - "753c2a57-b5f1-4984-b874-b2b10d582847", - "e0b93b3d-075b-482b-838a-e36d8849607b", - "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", - "c647964a-7796-4dd2-9fa8-b23f012ac14e", - "87a63649-9834-49b8-89a0-310211c1b5b3", - "b2eb5b20-fd1a-403c-8b55-9eec5972d482", - "4b3b36cb-cd90-4526-978d-2e7e8f7add39", - "cdc774f8-3310-4f1f-8c67-03579c253640", - "607370e0-7e7e-4d25-ba5c-957c00a73ac1", - "3240d7ab-568b-4be5-adba-3178b3e8f85e", - "c0b6ee98-677a-41d9-9d80-9ac63d251b08", - "f34c01ec-06df-49e6-bc2f-c50c7f398851", - "2047311b-f3ee-4137-8338-a45166e01d53", - "44ea335a-1991-4504-be12-04f1a332ddfb", - "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", - "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", - "6af3cb41-9e64-4b11-b272-be87adf0fa94", - "7541d176-dfba-4e05-ba45-0c6964271dff", - "8ee1e829-a507-40a5-87ac-7fd8379b87ce", - "8e57554a-abb2-4664-87b6-a397f4da6555", - "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", - "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", - "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", - "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", - "f0cb4244-e19a-46a0-89f1-04143548872d", - "73074f55-d009-41a2-929e-6fd9949bb1dd", - "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", - "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", - "146231bb-1b13-4db5-8157-9d9962cc3a3a", - "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", - "7fe17380-3090-4fc3-9504-02b3f8ed95b6", - "fc405b01-60ca-436f-a06c-2f38f7156a87", - "bae92b53-c6c7-4712-865e-6cff3cba506e", - "83662ec5-a202-42ab-9a47-a701d4f19de3", - "a04957c6-8ce8-4fa6-950d-71812ff3d698", - "9284d3a4-73bd-4aa0-847c-ab273d14185a", - "4d664562-c333-4aaf-bb8b-641e0568733e", - "b533685d-3c60-4483-841b-a054f0a69fec", - "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", - "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", - "3e8510c9-7e31-49bd-bb90-cb55577c2f25", - "463aff9a-ec7e-40d0-be42-c6686af9130d", - "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", - "868efb99-df36-462b-91a2-bb6ca27e842a", - "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", - "36ded48a-869f-4fa8-971f-56bc28298276", - "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", - "e72742a4-23ba-4e5d-a29b-ad449abe8101", - "cd6e1096-f8c3-4eda-957d-b09741d60901", - "903ea376-5153-4fb8-8ffa-e2948951409c", - "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", - "8381d167-c4dd-49a2-b5df-1ae815bbe42e", - "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", - "cf305c60-bb2c-41af-82bf-0631c2a7b0be", - "074290a9-35e1-422f-a3af-e5ed58781b4d", - "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", - "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", - "5165cc56-ff89-42bf-b000-fec4bd57176e", - "545be634-5893-45e0-93b2-dd4ea93e00db", - "2d2e58c6-7c24-4089-bbe9-d47b7482be46", - "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", - "81214e49-318f-4221-bf2c-4ef00cfa916b", - "7fc97754-1121-468b-b1e4-839bde86b6c8", - "7d70d44c-b5d7-47be-9687-e9a775e86251", - "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", - "b7607809-e975-4c32-bff7-375cb2d8276f", - "b8a6c863-626d-4fbf-863b-610cffaac37d", - "45077a5c-ee96-47c0-a84f-9d46cf799338", - "49d82b74-6f1a-415c-93ab-958c60f083b6", - "753b51b7-a909-44e7-bb21-cf2cd18328f8", - "c7ab6349-b2bb-4ba3-9c9b-27d270550052", - "7be770fc-4a56-4f82-a4cf-3cf908d54dca", - "3f5f8537-c1af-4d2e-a732-53b6d4275588", - "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", - "f986c2c2-2823-45a0-80cf-5e6f67958afb", - "7d17d6d6-d038-40c6-b965-6de41ce9c931", - "3d208b38-62c8-492d-9434-21bb66ead16e", - "9a982898-77c6-4a56-8e54-9cb83ff0b235", - "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", - "24b6366f-03ce-4e4d-b50f-90687f3e2b94", - "ec1d0987-fb49-48b8-aaeb-321c659fb67f", - "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", - "6fbcb1c7-ce98-46db-8054-b451b6bca205", - "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", - "aa6fca0d-6a70-4016-a0e4-307878e9ff45", - "ee62cd8d-fb93-4082-980b-213c7a8a0c47", - "bbd60a79-3572-42c0-8e53-b0c566a72f06", - "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", - "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", - "240a67cc-e827-41bf-8ac8-a66bc2797f13", - "7a9b6534-fa1d-4282-a064-11e60e57a322", - "b0af6371-4379-45f0-8c09-f6610833fc46", - "f5ce7a96-cfc0-42c4-852b-386f9a27111d", - "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", - "3dff4add-7d6f-418c-afba-e46864af51d2", - "ab2b7c67-8f13-4388-acd7-e2abb0091f30", - "d9912d93-3d92-48d2-9f75-826fbba3d94e", - "8b37aba2-be5e-4963-8e6f-51a2df8e143e", - "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", - "2d7e88dd-bddd-4289-9556-27d301be0b83", - "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", - "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", - "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", - "e834d3df-8432-40ba-b67d-c7cd0bd7328d", - "d8908d6d-5daa-454d-9082-726054cfddc1", - "c5a7142e-4702-4e84-b7aa-239df2a71ba8", - "f69e44ef-cf23-4571-8dad-e44222697974", - "ea72f81c-2c58-43e2-acca-294254f470f7", - "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", - "6928ac1b-fd1d-436c-bfc6-4087c65809d7", - "07a7b938-435b-4804-b140-c255957b6532", - "3d532a7b-55e7-4461-afbc-65ef76403384", - "bab40245-28bd-49a2-8be0-ba109fe41c91", - "9d577bd4-3a27-48be-ad7c-8c44cf803cda", - "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", - "21a043b6-6dde-41b9-b20e-74b961da8b88", - "11280200-1803-4110-aa84-2808776c2d50", - "86df5269-576b-4d18-a0ce-6e2b2a36d51b", - "e524ff4e-95fa-4561-bfd3-276cba79e664", - "3d5737da-b1ab-48cb-a26f-d420e53edccd", - "44cf15ec-3d4e-4698-bb14-107c34891191", - "6242cdf3-fd6d-4479-a08a-1747818fd978", - "bc60bbd4-8b09-425c-b507-9da24a84f412", - "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", - "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", - "5f67c32c-a154-4620-8603-0b64979b04a4", - "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", - "dcee6df0-9e87-4935-8873-f8d30d449d76", - "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", - "e6d00b0c-3641-4ec4-a553-8fd742193dba", - "e5034863-0528-4f55-be95-c8501c29f9fe", - "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", - "33d332c9-aefe-4db5-8830-b8daddaed0d2", - "bb3b6fc7-0902-432d-bad1-6b3f61951314", - "2b734e88-3a33-4c73-92bb-82e0b8f8c13b" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "imaging_protocol", - "protocol_id": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8" - } - ] - }, - { - "process": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", - "inputs": [ - "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" - ], - "input_type": "biomaterial", - "outputs": [ - "87f58f88-ef8b-4323-bd19-cde1a2497b59" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "imaging_preparation_protocol", - "protocol_id": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38" - } - ] - }, - { - "process": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", - "inputs": [ - "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4" - ], - "input_type": "biomaterial", - "outputs": [ - "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "caf94c25-8327-4379-b88e-2a6642cd7513" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "da265acd-5601-49c5-855e-d792d51b4042", + "inputs": [ + "87f58f88-ef8b-4323-bd19-cde1a2497b59" + ], + "input_type": "biomaterial", + "outputs": [ + "6baa3aff-b2a5-4e49-82f7-25c108a6107a", + "06dcfc33-21da-485f-8e50-49d294713a9e", + "404dd50b-4bc9-4c82-8c18-f53c68eed2fc", + "5ceb5dc3-9194-494a-b1df-42bb75ab1a04", + "76e52f76-ede7-4088-b7f6-d6e5f6152292", + "2e496fe6-f500-4e27-b7f5-3c87fe43bbe5", + "be66141d-84a3-457d-a8d2-2f0da8c91dff", + "680cf532-ef0c-4155-b44d-a6ec3920743a", + "08609f14-cf43-4188-b743-4a0b55b17347", + "d10827a1-38f7-457d-9c9f-695f2fc7689c", + "6f8eb2e5-7a0c-4c98-8da0-276457357071", + "ca480df3-71bb-4634-8f71-b6a75aeb9f05", + "03ae5f5e-65ac-4491-b0ce-eefc940e0224", + "ff117ecb-767e-4e72-baa9-2bda4fcd3e62", + "887f3d73-94d2-44ac-9047-67aca5225882", + "896dfacd-206b-4e4f-a846-ba5b070060d9", + "23303c88-01b1-47d0-b770-dca6802caa13", + "3c1a388d-0577-4417-9cd2-ff33bfed9140", + "67e71b34-7157-4a37-b495-0d740772b480", + "cd3e5e62-6145-42d9-9a5b-046e1b49cf26", + "5fbcb75e-3ee3-4429-8ede-b243afa0789f", + "09226b24-6b11-4e4f-8052-2b544be461aa", + "f67473fd-fbf8-4d69-9db1-556938ab5b87", + "16acc1f2-9f1c-43c8-8ffe-4a9ea674e6ff", + "017a2c88-4f6e-418e-bb96-f42f3a220f87", + "30305240-004d-4632-84d4-37d7e7378782", + "20c5a14a-aaf3-40e1-9ab7-f95c06ea4200", + "3fd2781b-6855-4eaa-b2fb-81db386adb18", + "40474d53-44a4-4ab2-9f20-61b71291f8aa", + "aaa97d47-7124-4763-a3fc-f6d66eb6d990", + "4adbed13-1cb6-4405-b892-fe8165050691", + "2bbf0125-b9cc-4413-8dd7-78ea72beaa17", + "5402916f-6de1-4842-8585-fc25c153992b", + "75b78bfc-8d15-4a07-a07a-c62ae6d656b5", + "8a78224e-4106-41d4-96cb-4d9a8b9ecad2", + "cb92dd92-570c-4075-8893-eb19dbd837b8", + "b36948c4-0646-42be-9db2-16626a757343", + "c974f4eb-27b8-4ec3-913e-a6eb19572a51", + "febb760d-1e9e-4432-9b88-ce2869a43c44", + "054f40a4-68d0-41db-81e9-00239042d9fa", + "ec7f06aa-e4f9-4f4f-afd1-0ecd39b2e3f5", + "819e3227-cc54-4919-95af-c1f8194bf729", + "b1e2b9d1-6973-41dc-acdf-95474303561f", + "41ffc783-5ad4-4197-8fd1-c029903c43c0", + "ec9c70f0-3ed8-461c-ad0b-2475bd48ac8f", + "9014bbaf-a047-4b69-8e28-8356cc99f84e", + "f7acf90c-2b32-463b-b832-8daa8529f727", + "fae4f8b8-e6ad-4c1f-8126-e03ba8aca46e", + "db22deab-498a-409c-8386-5bf4e60a080c", + "07d600bc-0d55-4a8d-9a48-390fc4169845", + "d0a032bb-cd0e-4873-b346-5cb19e45c202", + "a161f60f-af92-4b09-9df0-dd7ff2bf571a", + "25c6b755-7f62-49a3-a1b5-aafbc772b5dd", + "f10fd9e2-5747-4d7a-8c0c-beba81749011", + "553b6aab-4745-45f8-98ab-de6aadbf48e4", + "3572abe9-6e42-4266-8671-ff24b592065c", + "6882abf6-c247-4167-a18d-e3fec24bcba2", + "15f8b73e-937c-444d-8362-fdf458abb651", + "33b4e374-20ad-4fee-b682-aaa4fc12bec2", + "0e83c507-2211-4561-b75a-92326fb2d4fd", + "912c55cf-0774-4838-8874-352766984715", + "b2f32e7c-fea2-44c2-a6ae-832c1c7b9e37", + "5b8e3d96-e625-46b6-9689-110fa84fd721", + "de43f9bc-ddec-4326-9cb1-7b9c5f76a84f", + "6f3272d7-4a62-4a3c-8c44-11dda8756956", + "168422c5-e89d-466c-9085-f29c02160143", + "7331367a-cc43-4af0-8750-a2921d513f97", + "edf83a09-2e60-4571-b650-abf4c7ff757b", + "24bdb70c-4bd1-41e0-b5c2-a3a2e0e4ce5b", + "be9d12b6-f8dd-407c-b1d7-844deb6a5023", + "e3e59792-61e3-4bf0-a985-2acec75acafd", + "095ee09c-1605-4c07-9324-b5382f20b78e", + "77b96424-accb-4c6b-884c-756f2bb40929", + "a0c2a5b4-7cc2-47f5-97a7-6b59019155da", + "78518dc1-d38e-4230-88b8-887bdd83f965", + "652dd3c5-6467-41ee-89b3-e4b3361fb533", + "cae3d214-d485-4350-8cd2-f4142aca4aef", + "2ab7ea06-08e0-4669-88e0-23c1e74a3b49", + "de282263-0944-48d4-9819-6182636c76bd", + "bfdbe9b5-42ac-419a-b297-843095de2cc2", + "0ef6ffa4-e40f-476c-8ac9-10732ef6e42d", + "e2763cda-3236-487e-9944-5169c0cb8856", + "37018bd8-8537-47c3-a5a9-efb43552f30c", + "a6c9b1ce-2054-4a48-b262-bb0723b8a567", + "8319ee38-f199-49d7-989a-25b451656b38", + "022841b6-8b7c-4d0c-b65f-06ba14253540", + "299dfbe5-05f5-48a7-816b-61036f0e435a", + "6b8b11aa-3600-4a63-a980-93465e681c9c", + "35716168-df43-4273-b52f-72e3d18a47bc", + "6be783ec-c132-4e09-90e0-0958efaf6619", + "a11956c9-c24e-4efb-8af8-1167b3081e70", + "b69a349b-0e07-4fbe-9e3b-9f2cea828b96", + "753c2a57-b5f1-4984-b874-b2b10d582847", + "e0b93b3d-075b-482b-838a-e36d8849607b", + "96c8ed8d-8bd6-49f3-b97b-025b0d6bc9ec", + "c647964a-7796-4dd2-9fa8-b23f012ac14e", + "87a63649-9834-49b8-89a0-310211c1b5b3", + "b2eb5b20-fd1a-403c-8b55-9eec5972d482", + "4b3b36cb-cd90-4526-978d-2e7e8f7add39", + "cdc774f8-3310-4f1f-8c67-03579c253640", + "607370e0-7e7e-4d25-ba5c-957c00a73ac1", + "3240d7ab-568b-4be5-adba-3178b3e8f85e", + "c0b6ee98-677a-41d9-9d80-9ac63d251b08", + "f34c01ec-06df-49e6-bc2f-c50c7f398851", + "2047311b-f3ee-4137-8338-a45166e01d53", + "44ea335a-1991-4504-be12-04f1a332ddfb", + "59f3d0ab-1fe1-4cc8-b343-c12b520d769d", + "58f9fb1a-b6be-42c4-98ed-a5c091a3c716", + "6af3cb41-9e64-4b11-b272-be87adf0fa94", + "7541d176-dfba-4e05-ba45-0c6964271dff", + "8ee1e829-a507-40a5-87ac-7fd8379b87ce", + "8e57554a-abb2-4664-87b6-a397f4da6555", + "88fa5ec5-db7d-49bf-8c7e-86f348fbc84c", + "a2b4ab97-84bd-4808-884d-bd8cc5e7b922", + "56c83f8e-3ef2-4a3a-b808-52cc1e96ac8e", + "8af22b64-2c3f-4aad-a2d5-5d9b122a7b1c", + "f0cb4244-e19a-46a0-89f1-04143548872d", + "73074f55-d009-41a2-929e-6fd9949bb1dd", + "0c2a3965-fbd7-4dc2-bcf0-9c51650a7331", + "3774ecbd-d397-4b46-ba08-a7cbc6da0c07", + "146231bb-1b13-4db5-8157-9d9962cc3a3a", + "1d1b3f27-4f67-4338-bb36-173fd6ecf14b", + "7fe17380-3090-4fc3-9504-02b3f8ed95b6", + "fc405b01-60ca-436f-a06c-2f38f7156a87", + "bae92b53-c6c7-4712-865e-6cff3cba506e", + "83662ec5-a202-42ab-9a47-a701d4f19de3", + "a04957c6-8ce8-4fa6-950d-71812ff3d698", + "9284d3a4-73bd-4aa0-847c-ab273d14185a", + "4d664562-c333-4aaf-bb8b-641e0568733e", + "b533685d-3c60-4483-841b-a054f0a69fec", + "3f14c88e-58db-4f76-b6e0-4b483ded1ca3", + "32d0b267-f399-408a-b35f-f1ebc7d0fc1f", + "3e8510c9-7e31-49bd-bb90-cb55577c2f25", + "463aff9a-ec7e-40d0-be42-c6686af9130d", + "02ddb50f-4a97-4fbc-ac08-32cd5f0fb319", + "868efb99-df36-462b-91a2-bb6ca27e842a", + "dd124d84-cb44-42e6-88d8-0d97fcb2c0f1", + "36ded48a-869f-4fa8-971f-56bc28298276", + "b62567c9-27d5-49b9-aa2e-7e9e1513dcb4", + "e72742a4-23ba-4e5d-a29b-ad449abe8101", + "cd6e1096-f8c3-4eda-957d-b09741d60901", + "903ea376-5153-4fb8-8ffa-e2948951409c", + "89c5fc1e-9d18-4a6b-9025-ea0b75d01adb", + "8381d167-c4dd-49a2-b5df-1ae815bbe42e", + "9be80be6-ee45-49d5-8d3d-a6df8f0383f6", + "cf305c60-bb2c-41af-82bf-0631c2a7b0be", + "074290a9-35e1-422f-a3af-e5ed58781b4d", + "0c49b3ca-bb47-41d9-a58c-e5ea79f673c3", + "783c4def-7dc3-40a6-aa9e-a3f92a2dffba", + "5165cc56-ff89-42bf-b000-fec4bd57176e", + "545be634-5893-45e0-93b2-dd4ea93e00db", + "2d2e58c6-7c24-4089-bbe9-d47b7482be46", + "e4ce035a-f9e2-459f-8ecf-ce138ea00b34", + "81214e49-318f-4221-bf2c-4ef00cfa916b", + "7fc97754-1121-468b-b1e4-839bde86b6c8", + "7d70d44c-b5d7-47be-9687-e9a775e86251", + "ddb4f9d4-f2a1-42a5-87fa-e818071a5b33", + "b7607809-e975-4c32-bff7-375cb2d8276f", + "b8a6c863-626d-4fbf-863b-610cffaac37d", + "45077a5c-ee96-47c0-a84f-9d46cf799338", + "49d82b74-6f1a-415c-93ab-958c60f083b6", + "753b51b7-a909-44e7-bb21-cf2cd18328f8", + "c7ab6349-b2bb-4ba3-9c9b-27d270550052", + "7be770fc-4a56-4f82-a4cf-3cf908d54dca", + "3f5f8537-c1af-4d2e-a732-53b6d4275588", + "3820feac-72c4-49c5-a5a0-773f4e5ee3c1", + "f986c2c2-2823-45a0-80cf-5e6f67958afb", + "7d17d6d6-d038-40c6-b965-6de41ce9c931", + "3d208b38-62c8-492d-9434-21bb66ead16e", + "9a982898-77c6-4a56-8e54-9cb83ff0b235", + "1bdd91d7-0a1a-488d-ab9c-78eba7a6daa3", + "24b6366f-03ce-4e4d-b50f-90687f3e2b94", + "ec1d0987-fb49-48b8-aaeb-321c659fb67f", + "e756ce65-ad72-42e6-a8cc-9c1bac781ce5", + "6fbcb1c7-ce98-46db-8054-b451b6bca205", + "c225fa8c-e8c8-46a4-bf23-720e2cf1c9ac", + "aa6fca0d-6a70-4016-a0e4-307878e9ff45", + "ee62cd8d-fb93-4082-980b-213c7a8a0c47", + "bbd60a79-3572-42c0-8e53-b0c566a72f06", + "bf585666-2fb4-4ad5-a9b3-b268a9953ed9", + "52548ff8-5bbd-4b1c-9c52-4e5d82f846e2", + "240a67cc-e827-41bf-8ac8-a66bc2797f13", + "7a9b6534-fa1d-4282-a064-11e60e57a322", + "b0af6371-4379-45f0-8c09-f6610833fc46", + "f5ce7a96-cfc0-42c4-852b-386f9a27111d", + "8bc05db7-bd23-4a10-9761-96be7b8ef9ee", + "3dff4add-7d6f-418c-afba-e46864af51d2", + "ab2b7c67-8f13-4388-acd7-e2abb0091f30", + "d9912d93-3d92-48d2-9f75-826fbba3d94e", + "8b37aba2-be5e-4963-8e6f-51a2df8e143e", + "81c0e4e2-9021-4c4d-9876-1ed5b78ca7a7", + "2d7e88dd-bddd-4289-9556-27d301be0b83", + "0c1c578d-d4cc-40bb-a54d-d1d4d004373f", + "9dc0ead3-f17a-4bb8-88e2-87f779029ff8", + "f618a8bc-5e07-477f-a6d3-1b0af8c81ff0", + "e834d3df-8432-40ba-b67d-c7cd0bd7328d", + "d8908d6d-5daa-454d-9082-726054cfddc1", + "c5a7142e-4702-4e84-b7aa-239df2a71ba8", + "f69e44ef-cf23-4571-8dad-e44222697974", + "ea72f81c-2c58-43e2-acca-294254f470f7", + "89d1d2b5-81d3-487d-9fc1-d8b1d8ac34ab", + "6928ac1b-fd1d-436c-bfc6-4087c65809d7", + "07a7b938-435b-4804-b140-c255957b6532", + "3d532a7b-55e7-4461-afbc-65ef76403384", + "bab40245-28bd-49a2-8be0-ba109fe41c91", + "9d577bd4-3a27-48be-ad7c-8c44cf803cda", + "c4de7605-fec5-4389-bb9e-f2ea0c41cdef", + "21a043b6-6dde-41b9-b20e-74b961da8b88", + "11280200-1803-4110-aa84-2808776c2d50", + "86df5269-576b-4d18-a0ce-6e2b2a36d51b", + "e524ff4e-95fa-4561-bfd3-276cba79e664", + "3d5737da-b1ab-48cb-a26f-d420e53edccd", + "44cf15ec-3d4e-4698-bb14-107c34891191", + "6242cdf3-fd6d-4479-a08a-1747818fd978", + "bc60bbd4-8b09-425c-b507-9da24a84f412", + "1f054ccf-f8dd-4127-a6f8-c577d7dd93dc", + "9954cb4b-b0a4-4479-b31d-0bee1e75d9c7", + "5f67c32c-a154-4620-8603-0b64979b04a4", + "7d5bffb2-8bf9-4366-a8b2-762ebb4d6c5d", + "dcee6df0-9e87-4935-8873-f8d30d449d76", + "7d6bdde6-523f-46cb-bed5-d6cfa8fea80c", + "e6d00b0c-3641-4ec4-a553-8fd742193dba", + "e5034863-0528-4f55-be95-c8501c29f9fe", + "cc61b14a-59d9-477b-8cb1-43c4ee4cf434", + "33d332c9-aefe-4db5-8830-b8daddaed0d2", + "bb3b6fc7-0902-432d-bad1-6b3f61951314", + "2b734e88-3a33-4c73-92bb-82e0b8f8c13b" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "imaging_protocol", + "protocol_id": "96ecb94d-e848-4d7b-8df9-f19af6ab17b8" + } + ] + }, + { + "process": "07acb7d0-3f1c-47f7-9ef9-851c4f1caaec", + "inputs": [ + "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" + ], + "input_type": "biomaterial", + "outputs": [ + "87f58f88-ef8b-4323-bd19-cde1a2497b59" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "imaging_preparation_protocol", + "protocol_id": "a6d431b0-4373-4eaf-a3af-8c3fe461ab38" + } + ] + }, + { + "process": "fee8a188-5783-44cd-a1c1-ed9d5d7c32a9", + "inputs": [ + "6cb9fc09-7755-4a35-b6b1-0d6fe696b2d4" + ], + "input_type": "biomaterial", + "outputs": [ + "edd1d525-a6ae-4658-a6bf-6c31d7ab6948" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "caf94c25-8327-4379-b88e-2a6642cd7513" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/97f0cc83-f0ac-417a-8a29-221c77debde8.dss.hca.json b/test/indexer/data/97f0cc83-f0ac-417a-8a29-221c77debde8.dss.hca.json index 8403358efe..9ed3612b5f 100644 --- a/test/indexer/data/97f0cc83-f0ac-417a-8a29-221c77debde8.dss.hca.json +++ b/test/indexer/data/97f0cc83-f0ac-417a-8a29-221c77debde8.dss.hca.json @@ -1,186 +1,7 @@ { - "manifest": [ - { - "name": "cell_suspension_0.json", - "uuid": "5ea17576-5f1d-4879-97a1-6a868ccb2b0b", - "version": "2019-10-14T19:20:23.081000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 921, - "indexed": true, - "crc32c": "ed09744b", - "sha1": "eae61cb1d7963ae7cb401b8993684347a9b2a3c6", - "sha256": "6a3d3c80ecc03dee5256edd47bfb0b2871c2f443cb44a0fd4add3fe163f86164", - "s3_etag": "41121eb300ba673d5d62ce46027fe08a" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "d9b27804-1763-410b-9f19-995a363fe488", - "version": "2019-10-14T19:20:15.954000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1159, - "indexed": true, - "crc32c": "e2e3ec76", - "sha1": "3b3158a624e2c7aad8445c8ebf0b4414a00b2253", - "sha256": "813d2937e8e263161d4da427c783495491277f3fbb6a9cb79dd6a34d7c691ab7", - "s3_etag": "bfbdb45a6f94932e92cda7cf2b5b0fb7" - }, - { - "name": "donor_organism_0.json", - "uuid": "587d1170-aa27-4b06-9c15-b51846d14588", - "version": "2019-10-14T19:20:15.371000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 1577, - "indexed": true, - "crc32c": "f3844cce", - "sha1": "cabfb80f729aeffaaf29e2777be4dcdd9f6de885", - "sha256": "16cc81259f583424a43c02a1f8fc9f585c86f89cd4ee992e02c1eda510fc3889", - "s3_etag": "1fc78743322108f7fcf2bd638a93a483" - }, - { - "name": "sequence_file_0.json", - "uuid": "430755e7-2263-4b5b-ad65-b3231c0eb61d", - "version": "2019-10-14T19:25:28.591000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 822, - "indexed": true, - "crc32c": "cff1dd27", - "sha1": "1dae556d259dec30393afa810aacbccf9cd71306", - "sha256": "5e1fce997a232dbba97325f28bbf368acd3ab51845600800230ce4a7e0839a7e", - "s3_etag": "92f80bc38d4388727e8a819a8cf3c8f9" - }, - { - "name": "sequence_file_1.json", - "uuid": "d53454df-9542-4c64-9f84-0d798d923777", - "version": "2019-10-14T19:35:40.628000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 821, - "indexed": true, - "crc32c": "f5b37677", - "sha1": "2b10ed5aa52dc8778dc622aaee38b078fac49e36", - "sha256": "104ea72b5fed2d784017c5566a4f801e364c3b957ee47a0aa2d7f479c8a3dc42", - "s3_etag": "2cd4588325bab6ee77ae3fc01d03650a" - }, - { - "name": "project_0.json", - "uuid": "4e6f083b-5b9a-4393-9890-2a83da8188f1", - "version": "2019-10-14T19:20:15.147000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 13074, - "indexed": true, - "crc32c": "ce63702a", - "sha1": "dd934475482ef9cba19ace9f0b162ce13097edbb", - "sha256": "6d4324daf51824b8afc1a456cb8558403af36ac82b55444c169fe190d8738dd5", - "s3_etag": "be91967cbe5dc071878b3fb79e38f58a" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "58df9607-ab66-48e0-a47b-1f897baae139", - "version": "2019-10-14T19:20:14.102000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 2584, - "indexed": true, - "crc32c": "aa996af5", - "sha1": "4452c2cfa36095d4e42b7699e0919a3ec4ba2b44", - "sha256": "eabb0087afc8fde3001a96b9638d93a8bf8cbd4528b735038dd09fee178c0feb", - "s3_etag": "61158276863cf774cc5dc1f6c174b740" - }, - { - "name": "sequencing_protocol_0.json", - "uuid": "6282594c-1b9d-4f26-a4f3-a26066878740", - "version": "2019-10-14T19:20:14.184000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 2200, - "indexed": true, - "crc32c": "a2e14bea", - "sha1": "80180dcaa2fadf10d47f4505a2a9dec97b9c7ed7", - "sha256": "0c25a6e2e9d2cebf9e4bf64056cccd01e66585e631655893255aadfa47725bf5", - "s3_etag": "5e69a451810fd92b04bcc280ebca33bd" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "3f9fda53-2b30-47bb-8c92-4e131920b2e3", - "version": "2019-10-14T19:20:14.122000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1375, - "indexed": true, - "crc32c": "f8b7b646", - "sha1": "1d5ef20ddeb55f664b43f54f9ae72085fade967d", - "sha256": "6a30b4c46584513fb879bf43ac80f928a75e313c8401d3a905b36cac98c1c937", - "s3_etag": "160d627212a15f8c33a0dff274088586" - }, - { - "name": "collection_protocol_0.json", - "uuid": "e95ebc23-53b9-48a0-acd4-185969122f2d", - "version": "2019-10-14T19:20:13.961000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1052, - "indexed": true, - "crc32c": "810ea940", - "sha1": "03af1eac875117cd2d1eaca761f7aa4d66b27bcb", - "sha256": "b4628a7d1fe613caaf8d5ed654747730f84931b2331f6f2c16f5a734b6385694", - "s3_etag": "4c21d1c049d787d2b457c5fbb3544389" - }, - { - "name": "collection_protocol_1.json", - "uuid": "4dfda495-6aeb-41d9-b995-04da33cd2810", - "version": "2019-10-14T19:20:14.107000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 813, - "indexed": true, - "crc32c": "ec3df196", - "sha1": "ce55c1d10cb2eabd59265bfc8e38b8ee0438fe7d", - "sha256": "f48c02339c87e43e1f781bc4a1475726b0025933d1fc12ee0a29ec2af69f2d84", - "s3_etag": "d4afc54f69f89a644c5cc0b7f6519d2f" - }, - { - "name": "process_0.json", - "uuid": "bf65ea92-6949-491d-b25b-52d06045044a", - "version": "2019-10-14T19:20:28.686000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 453, - "indexed": true, - "crc32c": "fec72c0b", - "sha1": "49a6bb37a341d3584aeecd02abe9738b39f41852", - "sha256": "c04234fced628c7bd0a042e413b50c91d02bcd161422fb7539194621a1de7cc8", - "s3_etag": "f3ab743d183df55a016b857aed96ad80" - }, - { - "name": "process_1.json", - "uuid": "11b9ffae-0643-425b-b120-85a7bd46c057", - "version": "2019-10-14T19:20:28.290000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 447, - "indexed": true, - "crc32c": "d3c62145", - "sha1": "2906437893a1eebc1ac62d45ce017b71d52b9f27", - "sha256": "848bcb7bf4fe4b39d02e9997dd7a3d91dd0254912b600cef9e89380b7defb9af", - "s3_etag": "1502b6d694f78a24683ab95f35f364ce" - }, - { - "name": "process_2.json", - "uuid": "4c6d81f9-4f12-457e-89cd-6efb297ca848", - "version": "2019-10-14T19:20:27.791000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 447, - "indexed": true, - "crc32c": "f9f80a1f", - "sha1": "d0e9c16eb2260c86a3d5ddf221bc5fc1b2a7c5f5", - "sha256": "b528a08d3135eef4d5331a203e1d7797699817717423c83cdf3beba0c5f4be1c", - "s3_etag": "e16b715d16d5703a2d68bd1ec1c6e879" - }, - { - "name": "links.json", - "uuid": "63b2b373-b6e3-4553-a153-a262102f5739", - "version": "2019-10-14T19:54:43.467042Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 2266, - "indexed": true, - "crc32c": "f2d7c7c3", - "sha1": "b65099884d6700966385b1242b84fd9374fee38f", - "sha256": "557dc252c866fea4a762cde5ca096b58917cd20316ce670eb3a6709fcc144507", - "s3_etag": "94654bceaa4153da6130ddd40c59f68a" - }, - { + "manifest": { + "sequence_file/430755e7-2263-4b5b-ad65-b3231c0eb61d": { + "name": "E8.75_anterior_Rep1_barcodes.fastq.gz", "uuid": "1fdcd06c-ea5b-4e5a-b382-ae42dcfc8aca", "version": "2019-10-14T19:54:43.781599Z", @@ -192,7 +13,7 @@ "sha256": "94d28c18eb39cd1ed4d76c08af4d5bfabb38f2e96705b7c095665202a84b975c", "s3_etag": "469cb924ee6fc974b5cf1e23992c2930-206" }, - { + "sequence_file/d53454df-9542-4c64-9f84-0d798d923777": { "name": "E8.75_anterior_Rep1_genomic.fastq.gz", "uuid": "e8f4a1a6-bd63-49d8-848d-160782b33e4e", "version": "2019-10-14T19:54:43.923029Z", @@ -204,9 +25,9 @@ "sha256": "bec2df465ef1ab7de6e75b403dc8f10a2e524be2ceefc78fd409007c175d558d", "s3_etag": "f82998df8a181bafcef0d156bba05079-771" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/5ea17576-5f1d-4879-97a1-6a868ccb2b0b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -234,7 +55,7 @@ "schema_minor_version": 3 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/d9b27804-1763-410b-9f19-995a363fe488": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -273,7 +94,7 @@ "schema_minor_version": 4 } }, - "donor_organism_0.json": { + "donor_organism/587d1170-aa27-4b06-9c15-b51846d14588": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -329,7 +150,7 @@ "schema_minor_version": 5 } }, - "sequence_file_0.json": { + "sequence_file/430755e7-2263-4b5b-ad65-b3231c0eb61d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -355,7 +176,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/d53454df-9542-4c64-9f84-0d798d923777": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -381,7 +202,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/4e6f083b-5b9a-4393-9890-2a83da8188f1": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -687,7 +508,7 @@ "schema_minor_version": 1 } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/58df9607-ab66-48e0-a47b-1f897baae139": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -735,7 +556,7 @@ "schema_minor_version": 2 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/6282594c-1b9d-4f26-a4f3-a26066878740": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -766,7 +587,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/3f9fda53-2b30-47bb-8c92-4e131920b2e3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -787,7 +608,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_0.json": { + "collection_protocol/e95ebc23-53b9-48a0-acd4-185969122f2d": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -808,7 +629,7 @@ "schema_minor_version": 2 } }, - "collection_protocol_1.json": { + "collection_protocol/4dfda495-6aeb-41d9-b995-04da33cd2810": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -829,7 +650,7 @@ "schema_minor_version": 2 } }, - "process_0.json": { + "process/bf65ea92-6949-491d-b25b-52d06045044a": { "process_core": { "process_id": "E8.75_anterior_Rep1" }, @@ -843,7 +664,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/11b9ffae-0643-425b-b120-85a7bd46c057": { "process_core": { "process_id": "process_id_48" }, @@ -857,7 +678,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/4c6d81f9-4f12-457e-89cd-6efb297ca848": { "process_core": { "process_id": "process_id_21" }, @@ -870,73 +691,74 @@ "schema_major_version": 9, "schema_minor_version": 2 } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "bf65ea92-6949-491d-b25b-52d06045044a", - "inputs": [ - "5ea17576-5f1d-4879-97a1-6a868ccb2b0b" - ], - "input_type": "biomaterial", - "outputs": [ - "430755e7-2263-4b5b-ad65-b3231c0eb61d", - "d53454df-9542-4c64-9f84-0d798d923777" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "58df9607-ab66-48e0-a47b-1f897baae139" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "6282594c-1b9d-4f26-a4f3-a26066878740" - } - ] - }, - { - "process": "11b9ffae-0643-425b-b120-85a7bd46c057", - "inputs": [ - "d9b27804-1763-410b-9f19-995a363fe488" - ], - "input_type": "biomaterial", - "outputs": [ - "5ea17576-5f1d-4879-97a1-6a868ccb2b0b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "3f9fda53-2b30-47bb-8c92-4e131920b2e3" - } - ] - }, - { - "process": "4c6d81f9-4f12-457e-89cd-6efb297ca848", - "inputs": [ - "587d1170-aa27-4b06-9c15-b51846d14588" - ], - "input_type": "biomaterial", - "outputs": [ - "d9b27804-1763-410b-9f19-995a363fe488" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "e95ebc23-53b9-48a0-acd4-185969122f2d" - }, - { - "protocol_type": "collection_protocol", - "protocol_id": "4dfda495-6aeb-41d9-b995-04da33cd2810" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "bf65ea92-6949-491d-b25b-52d06045044a", + "inputs": [ + "5ea17576-5f1d-4879-97a1-6a868ccb2b0b" + ], + "input_type": "biomaterial", + "outputs": [ + "430755e7-2263-4b5b-ad65-b3231c0eb61d", + "d53454df-9542-4c64-9f84-0d798d923777" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "58df9607-ab66-48e0-a47b-1f897baae139" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "6282594c-1b9d-4f26-a4f3-a26066878740" + } + ] + }, + { + "process": "11b9ffae-0643-425b-b120-85a7bd46c057", + "inputs": [ + "d9b27804-1763-410b-9f19-995a363fe488" + ], + "input_type": "biomaterial", + "outputs": [ + "5ea17576-5f1d-4879-97a1-6a868ccb2b0b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "3f9fda53-2b30-47bb-8c92-4e131920b2e3" + } + ] + }, + { + "process": "4c6d81f9-4f12-457e-89cd-6efb297ca848", + "inputs": [ + "587d1170-aa27-4b06-9c15-b51846d14588" + ], + "input_type": "biomaterial", + "outputs": [ + "d9b27804-1763-410b-9f19-995a363fe488" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "e95ebc23-53b9-48a0-acd4-185969122f2d" + }, + { + "protocol_type": "collection_protocol", + "protocol_id": "4dfda495-6aeb-41d9-b995-04da33cd2810" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/9dec1bd6-ced8-448a-8e45-1fc7846d8995.dss.hca.json b/test/indexer/data/9dec1bd6-ced8-448a-8e45-1fc7846d8995.dss.hca.json index 5a558a8929..3bc66a996a 100644 --- a/test/indexer/data/9dec1bd6-ced8-448a-8e45-1fc7846d8995.dss.hca.json +++ b/test/indexer/data/9dec1bd6-ced8-448a-8e45-1fc7846d8995.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/e080459e-e4ab-40ea-ab75-a2646b5fdd29": { "content-type": "application/gzip; dcp-type=data", "crc32c": "fa399aa2", "indexed": false, @@ -12,7 +12,7 @@ "uuid": "e080459e-e4ab-40ea-ab75-a2646b5fdd29", "version": "2018-03-29T15:43:13.328705Z" }, - { + "sequence_file/3417cdb5-5618-4c0c-bc27-62a4eb78916a": { "content-type": "application/gzip; dcp-type=data", "crc32c": "7453bf7a", "indexed": false, @@ -24,9 +24,9 @@ "uuid": "3417cdb5-5618-4c0c-bc27-62a4eb78916a", "version": "2018-03-29T15:43:14.679074Z" } - ], + }, "metadata": { - "project.json": { + "project/93f6a42f-1790-4af4-b5d1-8c436cb6feae": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/9.0.0/project", "project_core": { @@ -150,463 +150,436 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "file.json": { - "files": [ - { - "content": { - "file_core": { - "file_name": "22467_6#373_1.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 6, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:03:00.756Z", - "document_id": "e080459e-e4ab-40ea-ab75-a2646b5fdd29" - } + "sequence_file/e080459e-e4ab-40ea-ab75-a2646b5fdd29": { + "content": { + "file_core": { + "file_name": "22467_6#373_1.fastq.gz", + "file_format": "fastq.gz" }, - { - "content": { - "file_core": { - "file_name": "22467_6#373_2.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 6, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:03:00.761Z", - "document_id": "3417cdb5-5618-4c0c-bc27-62a4eb78916a" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" + "lane_index": 6, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:03:00.756Z", + "document_id": "e080459e-e4ab-40ea-ab75-a2646b5fdd29" + } }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_id": "TissueDissociationProcess", - "process_name": "Extracting cells from lymph nodes" - }, - "dissociation_method": "mechanical", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:14.574Z", - "updateDate": "2018-03-28T14:13:28.361Z", - "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_12" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:16.640Z", - "updateDate": "2018-03-28T14:00:59.234Z", - "document_id": "0763320a-e0c4-4c07-b150-b83650fbef68" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS3.2" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e- B220- CD11b+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:02.006Z", - "updateDate": "2018-03-28T14:15:18.962Z", - "document_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4" - } - }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_core": { - "process_id": "lib_prep_1", - "process_name": "Library preparation process" - }, - "umi_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "library_construction_approach": "Smart-seq2", - "schema_type": "process", - "end_bias": "full length", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "unstranded" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:43.803Z", - "updateDate": "2018-03-28T14:43:01.679Z", - "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" - } + "sequence_file/3417cdb5-5618-4c0c-bc27-62a4eb78916a": { + "content": { + "file_core": { + "file_name": "22467_6#373_2.fastq.gz", + "file_format": "fastq.gz" }, - { - "content": { - "paired_ends": true, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008567" - }, - "process_core": { - "process_id": "seq_5834", - "process_name": "Sequencing process" - }, - "smartseq2": { - "well_name": "D85", - "plate_id": "537" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:09.031Z", - "updateDate": "2018-03-28T14:10:22.768Z", - "document_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" + "lane_index": 6, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:03:00.761Z", + "document_id": "3417cdb5-5618-4c0c-bc27-62a4eb78916a" + } }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_name": "Extracting cells from lymph nodes", - "document": "TissueDissociationProtocol.pdf", - "protocol_id": "tissue_dissociation_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.033Z", - "updateDate": "2018-03-28T14:14:33.716Z", - "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "FACS sorting cells by surface markers", - "document": "FACSsortingProtocol.pdf", - "protocol_id": "FACS_sorting_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.040Z", - "updateDate": "2018-03-28T14:45:43.500Z", - "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Make/amplify cDNA for each cell", - "document": "SmartSeq2_RTPCR_protocol.pdf", - "protocol_id": "SmartSeq2_RTPCR_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "Smart-seq2 protocol", - "ontology": "EFO:0008442" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.044Z", - "updateDate": "2018-03-28T14:24:04.790Z", - "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" - } + "dissociation_process/b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_id": "TissueDissociationProcess", + "process_name": "Extracting cells from lymph nodes" }, - { - "content": { - "protocol_core": { - "protocol_name": "Sequencing SmartSeq2 cells", - "protocol_id": "SmartSeq2_sequencing_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.050Z", - "updateDate": "2018-03-28T14:30:39.321Z", - "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" + "dissociation_method": "mechanical", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:14.574Z", + "updateDate": "2018-03-28T14:13:28.361Z", + "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" + } }, - "links.json": { - "links": [ - { - "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "source_type": "biomaterial", - "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "destination_type": "dissociation_process" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "f59292f0-318f-40d0-bce5-29413b59a790", - "destination_type": "biomaterial" + "process/0763320a-e0c4-4c07-b150-b83650fbef68": { + "content": { + "process_core": { + "process_id": "sampling_process_12" }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", - "destination_type": "protocol" + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:16.640Z", + "updateDate": "2018-03-28T14:00:59.234Z", + "document_id": "0763320a-e0c4-4c07-b150-b83650fbef68" + } + }, + "enrichment_process/bcef348b-3915-48b8-bc09-d24a5bff76c4": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS3.2" }, - { - "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "source_type": "process", - "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "destination_type": "biomaterial" + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e- B220- CD11b+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:02.006Z", + "updateDate": "2018-03-28T14:15:18.962Z", + "document_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4" + } + }, + "library_preparation_process/687065f3-c70f-46c3-8452-a5eead33a1bf": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" }, - { - "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", - "source_type": "biomaterial", - "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "destination_type": "process" + "process_core": { + "process_id": "lib_prep_1", + "process_name": "Library preparation process" }, - { - "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "source_type": "biomaterial", - "destination_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", - "destination_type": "enrichment_process" + "umi_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" }, - { - "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", - "source_type": "enrichment_process", - "destination_id": "f59292f0-318f-40d0-bce5-29413b59a790", - "destination_type": "biomaterial" + "library_construction_approach": "Smart-seq2", + "schema_type": "process", + "end_bias": "full length", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "unstranded" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:43.803Z", + "updateDate": "2018-03-28T14:43:01.679Z", + "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + } + }, + "sequencing_process/b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d": { + "content": { + "paired_ends": true, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008567" }, - { - "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" + "process_core": { + "process_id": "seq_5834", + "process_name": "Sequencing process" }, - { - "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "source_type": "process", - "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", - "destination_type": "biomaterial" + "smartseq2": { + "well_name": "D85", + "plate_id": "537" }, - { - "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", - "source_type": "biomaterial", - "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", - "destination_type": "process" + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:09.031Z", + "updateDate": "2018-03-28T14:10:22.768Z", + "document_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d" + } + }, + "protocol/c9a1e203-bddc-45d3-87c4-6010be8e0127": { + "content": { + "protocol_core": { + "protocol_name": "Extracting cells from lymph nodes", + "document": "TissueDissociationProtocol.pdf", + "protocol_id": "tissue_dissociation_protocol" }, - { - "source_id": "f59292f0-318f-40d0-bce5-29413b59a790", - "source_type": "biomaterial", - "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "destination_type": "library_preparation_process" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.033Z", + "updateDate": "2018-03-28T14:14:33.716Z", + "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" + } + }, + "protocol/a1c80daf-58b0-4b7a-8e29-d0130493c8e6": { + "content": { + "protocol_core": { + "protocol_name": "FACS sorting cells by surface markers", + "document": "FACSsortingProtocol.pdf", + "protocol_id": "FACS_sorting_protocol" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "e080459e-e4ab-40ea-ab75-a2646b5fdd29", - "destination_type": "file" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.040Z", + "updateDate": "2018-03-28T14:45:43.500Z", + "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" + } + }, + "protocol/52d79a89-4b49-4c1b-b857-5cc5da07f643": { + "content": { + "protocol_core": { + "protocol_name": "Make/amplify cDNA for each cell", + "document": "SmartSeq2_RTPCR_protocol.pdf", + "protocol_id": "SmartSeq2_RTPCR_protocol" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "3417cdb5-5618-4c0c-bc27-62a4eb78916a", - "destination_type": "file" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "Smart-seq2 protocol", + "ontology": "EFO:0008442" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", - "destination_type": "protocol" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.044Z", + "updateDate": "2018-03-28T14:24:04.790Z", + "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" + } + }, + "protocol/ca6096cf-13c1-4930-8308-6ab05865e2c9": { + "content": { + "protocol_core": { + "protocol_name": "Sequencing SmartSeq2 cells", + "protocol_id": "SmartSeq2_sequencing_protocol" }, - { - "source_id": "f59292f0-318f-40d0-bce5-29413b59a790", - "source_type": "biomaterial", - "destination_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", - "destination_type": "sequencing_process" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.050Z", + "updateDate": "2018-03-28T14:30:39.321Z", + "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" + } + }, + "cell_suspension/f59292f0-318f-40d0-bce5-29413b59a790": { + "content": { + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "total_estimated_cells": 1, + "target_cell_type": [ + { + "text": "CD11b+ Macrophages/monocytes" + } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1117_T", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "22467_6#373" }, - { - "source_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", - "source_type": "sequencing_process", - "destination_id": "e080459e-e4ab-40ea-ab75-a2646b5fdd29", - "destination_type": "file" + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:58:01.823Z", + "updateDate": "2018-03-28T14:27:21.201Z", + "document_id": "f59292f0-318f-40d0-bce5-29413b59a790" + } + }, + "specimen_from_organism/ffb809dd-3139-4162-b9af-ec88e491ee9c": { + "content": { + "biomaterial_core": { + "has_input_biomaterial": "1117", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1117_T", + "supplementary_files": [ + "FACS_sorting_markers.pdf" + ], + "biomaterial_name": "Mouse_day5_T_rep8" }, - { - "source_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", - "source_type": "sequencing_process", - "destination_id": "3417cdb5-5618-4c0c-bc27-62a4eb78916a", - "destination_type": "file" + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" + } + ], + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", + "organ": { + "text": "tumor" }, - { - "source_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", - "source_type": "sequencing_process", - "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "schema_type": "biomaterial" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:56:12.647Z", + "updateDate": "2018-03-28T14:19:05.173Z", + "document_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c" + } }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "total_estimated_cells": 1, - "target_cell_type": [ - { - "text": "CD11b+ Macrophages/monocytes" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1117_T", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "22467_6#373" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:58:01.823Z", - "updateDate": "2018-03-28T14:27:21.201Z", - "document_id": "f59292f0-318f-40d0-bce5-29413b59a790" - } + "donor_organism/689311a2-bfaf-4196-a753-554e69ab59b2": { + "content": { + "is_living": false, + "mus_musculus_specific": { + "strain": [ + { + "text": "C57BL/6" + } + ] }, - { - "content": { - "biomaterial_core": { - "has_input_biomaterial": "1117", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1117_T", - "supplementary_files": [ - "FACS_sorting_markers.pdf" - ], - "biomaterial_name": "Mouse_day5_T_rep8" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", - "organ": { - "text": "tumor" - }, - "schema_type": "biomaterial" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:56:12.647Z", - "updateDate": "2018-03-28T14:19:05.173Z", - "document_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c" + "biological_sex": "female", + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "is_living": false, - "mus_musculus_specific": { - "strain": [ - { - "text": "C57BL/6" - } - ] - }, - "biological_sex": "female", - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "disease": [ - { - "text": "subcutaneous melanoma", - "ontology": "EFO:0000756" - } - ], - "organism_age": "6-12", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1117", - "biomaterial_name": "Mouse_day5_rep8" - }, - "organism_age_unit": { - "text": "week", - "ontology": "UO:0000034" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:56:00.553Z", - "updateDate": "2018-03-28T14:00:16.892Z", - "document_id": "689311a2-bfaf-4196-a753-554e69ab59b2" + ], + "disease": [ + { + "text": "subcutaneous melanoma", + "ontology": "EFO:0000756" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" + ], + "organism_age": "6-12", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1117", + "biomaterial_name": "Mouse_day5_rep8" + }, + "organism_age_unit": { + "text": "week", + "ontology": "UO:0000034" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:56:00.553Z", + "updateDate": "2018-03-28T14:00:16.892Z", + "document_id": "689311a2-bfaf-4196-a753-554e69ab59b2" + } } - } + }, + "links": { + "links": [ + { + "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "source_type": "biomaterial", + "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "destination_type": "dissociation_process" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "f59292f0-318f-40d0-bce5-29413b59a790", + "destination_type": "biomaterial" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", + "destination_type": "protocol" + }, + { + "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "source_type": "process", + "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "destination_type": "biomaterial" + }, + { + "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", + "source_type": "biomaterial", + "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "destination_type": "process" + }, + { + "source_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "source_type": "biomaterial", + "destination_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", + "destination_type": "enrichment_process" + }, + { + "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", + "source_type": "enrichment_process", + "destination_id": "f59292f0-318f-40d0-bce5-29413b59a790", + "destination_type": "biomaterial" + }, + { + "source_id": "bcef348b-3915-48b8-bc09-d24a5bff76c4", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "source_type": "process", + "destination_id": "ffb809dd-3139-4162-b9af-ec88e491ee9c", + "destination_type": "biomaterial" + }, + { + "source_id": "689311a2-bfaf-4196-a753-554e69ab59b2", + "source_type": "biomaterial", + "destination_id": "0763320a-e0c4-4c07-b150-b83650fbef68", + "destination_type": "process" + }, + { + "source_id": "f59292f0-318f-40d0-bce5-29413b59a790", + "source_type": "biomaterial", + "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "destination_type": "library_preparation_process" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "e080459e-e4ab-40ea-ab75-a2646b5fdd29", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "3417cdb5-5618-4c0c-bc27-62a4eb78916a", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", + "destination_type": "protocol" + }, + { + "source_id": "f59292f0-318f-40d0-bce5-29413b59a790", + "source_type": "biomaterial", + "destination_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", + "destination_type": "sequencing_process" + }, + { + "source_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", + "source_type": "sequencing_process", + "destination_id": "e080459e-e4ab-40ea-ab75-a2646b5fdd29", + "destination_type": "file" + }, + { + "source_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", + "source_type": "sequencing_process", + "destination_id": "3417cdb5-5618-4c0c-bc27-62a4eb78916a", + "destination_type": "file" + }, + { + "source_id": "b8a6acbe-6b57-4efb-b6c7-bceaa6d9924d", + "source_type": "sequencing_process", + "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-02T11:33:44.698028Z.dss.hca.json b/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-02T11:33:44.698028Z.dss.hca.json index 35179cfc36..76806fe5ed 100644 --- a/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-02T11:33:44.698028Z.dss.hca.json +++ b/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-02T11:33:44.698028Z.dss.hca.json @@ -1,174 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type='metadata/biomaterial'", - "crc32c": "e715aa90", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "052e38f2574059c0b2f07ed3ddba2cc6", - "sha1": "9ac089bf0e544b28681251355385a31ec6d11856", - "sha256": "83523580431caaa8125e68bc7c1139ea8b9dceb3221b39edf76cd7bc2d65d20c", - "size": 773, - "uuid": "412898c5-5b9b-4907-b07c-e9b89666e204", - "version": "2018-11-02T10:10:10.908000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/biomaterial'", - "crc32c": "c7885073", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "96de7d62aad6044cb33f0b2cb588f44b", - "sha1": "4d016e22b7b634d70cf0a494aad4f819bef31343", - "sha256": "4c67741c512d5959272a51fbccaa530f860730b879042a044b85f5e54233897f", - "size": 1074, - "uuid": "a21dc760-a500-4236-bcff-da34a0e873d2", - "version": "2018-11-02T10:09:26.517000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/biomaterial'", - "crc32c": "2fde1b46", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "cb015827a1b61239e6359fabe6781586", - "sha1": "82453114b09976c3903249d721a153e3e7b3e7ca", - "sha256": "2012c2e065d958c4226d9094d571382b76afc8fb88a10f8551dee947a6374b3d", - "size": 1285, - "uuid": "7b07b9d0-cc0e-4098-9f64-f4a569f7d746", - "version": "2018-11-02T10:07:39.622000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/file'", - "crc32c": "20b9c32d", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "0872521f6bd0f07498be3d9cb814c180", - "sha1": "8f128e24d4d5a04ac5652da52d7154b01c554655", - "sha256": "c83986b851f36ffa5fc538e8ecedb4882cbd4cdfef0d859d5380f09484a69ef0", - "size": 513, - "uuid": "70d1af4a-82c8-478a-8960-e9028b3616ca", - "version": "2018-11-02T10:35:03.810000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/file'", - "crc32c": "36899382", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "fe06fa5d21dabadafc2f3fea58f50130", - "sha1": "ef5331fb4be377a6c234f4088666725533f6a089", - "sha256": "a6b0b5a90058f1609455c09a9fc81b2f478fdf5d780ce652332349ccd40b14ec", - "size": 513, - "uuid": "0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb", - "version": "2018-11-02T10:35:07.705000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/project'", - "crc32c": "d17928f0", - "indexed": true, - "name": "project_0.json", - "s3_etag": "f7d1dece23c1ff87945d3d73ab89a080", - "sha1": "f9ad56ec440a8ff304dc97143c9eac7105e8d801", - "sha256": "ca43152b8d8c19e54962c57d4c10a9e9d517c09a5f37d79fb2c7dfcb90013fa3", - "size": 4436, - "uuid": "e8642221-4c2c-4fd7-b926-a68bce363c88", - "version": "2018-11-02T10:07:39.499000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "77b84d30", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "d5ad4cd53f0e2a835c3df9efe91fd0c8", - "sha1": "4674340092b82578d4644716e574173881cd3f88", - "sha256": "48570e2c3626f320eb59c227d3e95d992c82072e49e9d77ccf2f94190119d27a", - "size": 930, - "uuid": "9c32cf70-3ed7-4720-badc-5ee71e8a38af", - "version": "2018-11-02T10:05:10.360000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "64f41fb2", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "dc67253c15acc875e7277e4e738cb7b2", - "sha1": "3bc9476e64c03451ff8e89a34186a0ec073698e7", - "sha256": "7337f21a21c1ef1f2ca1d1c85116f8fd19c4dfc0e1709a97eaef2c8e2b14c073", - "size": 740, - "uuid": "61e629ed-0135-4492-ac8a-5c4ab3ccca8a", - "version": "2018-11-02T10:05:10.376000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "bea3bd37", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "ff9a5cf70c13070cbfd8bca019a8607e", - "sha1": "cb0edd850a4eef4d63b6090449128ed6540dc9c7", - "sha256": "a65a1c1a93d212a055eccbc0bcebb6fff5e97b73c1630064dd5e135e5257994f", - "size": 679, - "uuid": "31e708d3-79df-49b8-a3df-b1d694963468", - "version": "2018-11-02T10:05:10.315000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "046c26ce", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "4fcd4ddcdfb5fc9ee33a22bd46a59e81", - "sha1": "dfbd04868fe6a1c5b11a98f4bc461f7e1cf3bd7f", - "sha256": "764ff134f642d99193de75357fe431edbcaeba3db0e00fef350ec7b4e3c3ce92", - "size": 690, - "uuid": "5bd4ba68-4c0e-4d22-840d-afc025e7badc", - "version": "2018-11-02T10:05:10.335000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/process'", - "crc32c": "947bd529", - "indexed": true, - "name": "process_0.json", - "s3_etag": "fa7f44df0823b5263620519534a9c5d4", - "sha1": "4c92e6da9fc85f93cdd5311c99e33f40d8a1a727", - "sha256": "dd79d8e04425d1fc6020268ec8f81c9ec9894d91a150061c995f82b13bfb7495", - "size": 374, - "uuid": "771ddaf6-3a4f-4314-97fe-6294ff8e25a4", - "version": "2018-11-02T10:13:43.197000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/process'", - "crc32c": "acbef1be", - "indexed": true, - "name": "process_1.json", - "s3_etag": "66828d7d25c0fc18eb154e3b34ba09e9", - "sha1": "8a96697f578870dbb867d24df8ebed27d3298a99", - "sha256": "431a9fbf3b34c42a93b80f0519d3442a8ec8808a96aad5534c45068557e67781", - "size": 378, - "uuid": "4c28e079-59af-4bd3-8c8b-763ea0beba98", - "version": "2018-11-02T10:12:21.545000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/process'", - "crc32c": "8e1de213", - "indexed": true, - "name": "process_2.json", - "s3_etag": "53111e7a57e2c404dff0b16cad7ae242", - "sha1": "7bc58b9a7b32bf0933345d31e7475099c80135f1", - "sha256": "744d93f363d857ec5b3db521a24d2fd031d4cb46e670775d55afc13e59a63706", - "size": 376, - "uuid": "4674255d-5ecd-4860-9b8d-beae98772cd9", - "version": "2018-11-02T10:12:03.520000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/links'", - "crc32c": "aace07f3", - "indexed": true, - "name": "links.json", - "s3_etag": "77a21047cf9b7c706e72663090e67d4d", - "sha1": "766cefe20615e3f8aa5e0fc2042e4192d0494041", - "sha256": "e4163bdffb83d5cdf9f00b51febd05962fbc728189fc7c836ab0d4a667680c6c", - "size": 2083, - "uuid": "b09d8a5a-550c-425f-baaa-1c963a8a3312", - "version": "2018-11-02T11:33:44.257057Z" - }, - { + "manifest": { + "sequence_file/70d1af4a-82c8-478a-8960-e9028b3616ca": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "54bb9c82", "indexed": false, @@ -180,7 +13,7 @@ "uuid": "74897eb7-0701-4e4f-9e6b-8b9521b2816b", "version": "2018-11-02T11:33:44.450442Z" }, - { + "sequence_file/0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb": { "content-type": "application/gzip; dcp-type=data", "crc32c": "1d998e49", "indexed": false, @@ -192,9 +25,9 @@ "uuid": "7b07f99e-4a8a-4ad0-bd4f-db0d7a00c7bb", "version": "2018-11-02T11:33:44.698028Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/412898c5-5b9b-4907-b07c-e9b89666e204": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -219,7 +52,7 @@ "update_date": "2018-11-02T10:10:10.908Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/a21dc760-a500-4236-bcff-da34a0e873d2": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -258,7 +91,7 @@ "update_date": "2018-11-02T10:09:26.517Z" } }, - "donor_organism_0.json": { + "donor_organism/7b07b9d0-cc0e-4098-9f64-f4a569f7d746": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -308,7 +141,7 @@ "update_date": "2018-11-02T10:07:39.622Z" } }, - "sequence_file_0.json": { + "sequence_file/70d1af4a-82c8-478a-8960-e9028b3616ca": { "describedBy": "https://schema.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -326,7 +159,7 @@ "update_date": "2018-11-02T10:35:03.810Z" } }, - "sequence_file_1.json": { + "sequence_file/0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb": { "describedBy": "https://schema.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -344,7 +177,7 @@ "update_date": "2018-11-02T10:35:07.705Z" } }, - "project_0.json": { + "project/e8642221-4c2c-4fd7-b926-a68bce363c88": { "describedBy": "https://schema.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -412,7 +245,7 @@ "update_date": "2018-11-02T10:07:39.499Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/9c32cf70-3ed7-4720-badc-5ee71e8a38af": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -441,7 +274,7 @@ "update_date": "2018-11-02T10:05:10.360Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/61e629ed-0135-4492-ac8a-5c4ab3ccca8a": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.3/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -464,7 +297,7 @@ "update_date": "2018-11-02T10:05:10.376Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/31e708d3-79df-49b8-a3df-b1d694963468": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -482,7 +315,7 @@ "update_date": "2018-11-02T10:05:10.315Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/5bd4ba68-4c0e-4d22-840d-afc025e7badc": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -501,7 +334,7 @@ "update_date": "2018-11-02T10:05:10.335Z" } }, - "process_0.json": { + "process/771ddaf6-3a4f-4314-97fe-6294ff8e25a4": { "process_core": { "process_id": "SRR3562915" }, @@ -513,7 +346,7 @@ "update_date": "2018-11-02T10:13:43.197Z" } }, - "process_1.json": { + "process/4c28e079-59af-4bd3-8c8b-763ea0beba98": { "process_core": { "process_id": "process_id_714" }, @@ -525,7 +358,7 @@ "update_date": "2018-11-02T10:12:21.545Z" } }, - "process_2.json": { + "process/4674255d-5ecd-4860-9b8d-beae98772cd9": { "process_core": { "process_id": "process_id_6" }, @@ -536,68 +369,69 @@ "submission_date": "2018-11-02T10:05:05.605Z", "update_date": "2018-11-02T10:12:03.520Z" } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "771ddaf6-3a4f-4314-97fe-6294ff8e25a4", - "inputs": [ - "412898c5-5b9b-4907-b07c-e9b89666e204" - ], - "input_type": "biomaterial", - "outputs": [ - "70d1af4a-82c8-478a-8960-e9028b3616ca", - "0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "9c32cf70-3ed7-4720-badc-5ee71e8a38af" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "61e629ed-0135-4492-ac8a-5c4ab3ccca8a" - } - ] - }, - { - "process": "4c28e079-59af-4bd3-8c8b-763ea0beba98", - "inputs": [ - "a21dc760-a500-4236-bcff-da34a0e873d2" - ], - "input_type": "biomaterial", - "outputs": [ - "412898c5-5b9b-4907-b07c-e9b89666e204" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "31e708d3-79df-49b8-a3df-b1d694963468" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5bd4ba68-4c0e-4d22-840d-afc025e7badc" - } - ] - }, - { - "process": "4674255d-5ecd-4860-9b8d-beae98772cd9", - "inputs": [ - "7b07b9d0-cc0e-4098-9f64-f4a569f7d746" - ], - "input_type": "biomaterial", - "outputs": [ - "a21dc760-a500-4236-bcff-da34a0e873d2" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "771ddaf6-3a4f-4314-97fe-6294ff8e25a4", + "inputs": [ + "412898c5-5b9b-4907-b07c-e9b89666e204" + ], + "input_type": "biomaterial", + "outputs": [ + "70d1af4a-82c8-478a-8960-e9028b3616ca", + "0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "9c32cf70-3ed7-4720-badc-5ee71e8a38af" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "61e629ed-0135-4492-ac8a-5c4ab3ccca8a" + } + ] + }, + { + "process": "4c28e079-59af-4bd3-8c8b-763ea0beba98", + "inputs": [ + "a21dc760-a500-4236-bcff-da34a0e873d2" + ], + "input_type": "biomaterial", + "outputs": [ + "412898c5-5b9b-4907-b07c-e9b89666e204" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "31e708d3-79df-49b8-a3df-b1d694963468" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5bd4ba68-4c0e-4d22-840d-afc025e7badc" + } + ] + }, + { + "process": "4674255d-5ecd-4860-9b8d-beae98772cd9", + "inputs": [ + "7b07b9d0-cc0e-4098-9f64-f4a569f7d746" + ], + "input_type": "biomaterial", + "outputs": [ + "a21dc760-a500-4236-bcff-da34a0e873d2" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-04T11:33:44.698028Z.dss.hca.json b/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-04T11:33:44.698028Z.dss.hca.json index 4eb03b66e0..08403796b8 100644 --- a/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-04T11:33:44.698028Z.dss.hca.json +++ b/test/indexer/data/aaa96233-bf27-44c7-82df-b4dc15ad4d9d.2018-11-04T11:33:44.698028Z.dss.hca.json @@ -1,174 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type='metadata/biomaterial'", - "crc32c": "e715aa90", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "052e38f2574059c0b2f07ed3ddba2cc6", - "sha1": "9ac089bf0e544b28681251355385a31ec6d11856", - "sha256": "83523580431caaa8125e68bc7c1139ea8b9dceb3221b39edf76cd7bc2d65d20c", - "size": 773, - "uuid": "412898c5-5b9b-4907-b07c-e9b89666e204", - "version": "2018-11-04T10:10:10.908000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/biomaterial'", - "crc32c": "c7885073", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "96de7d62aad6044cb33f0b2cb588f44b", - "sha1": "4d016e22b7b634d70cf0a494aad4f819bef31343", - "sha256": "4c67741c512d5959272a51fbccaa530f860730b879042a044b85f5e54233897f", - "size": 1074, - "uuid": "a21dc760-a500-4236-bcff-da34a0e873d2", - "version": "2018-11-04T10:09:26.517000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/biomaterial'", - "crc32c": "2fde1b46", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "cb015827a1b61239e6359fabe6781586", - "sha1": "82453114b09976c3903249d721a153e3e7b3e7ca", - "sha256": "2012c2e065d958c4226d9094d571382b76afc8fb88a10f8551dee947a6374b3d", - "size": 1285, - "uuid": "7b07b9d0-cc0e-4098-9f64-f4a569f7d746", - "version": "2018-11-04T10:07:39.622000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/file'", - "crc32c": "20b9c32d", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "0872521f6bd0f07498be3d9cb814c180", - "sha1": "8f128e24d4d5a04ac5652da52d7154b01c554655", - "sha256": "c83986b851f36ffa5fc538e8ecedb4882cbd4cdfef0d859d5380f09484a69ef0", - "size": 513, - "uuid": "70d1af4a-82c8-478a-8960-e9028b3616ca", - "version": "2018-11-04T10:35:03.810000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/file'", - "crc32c": "36899382", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "fe06fa5d21dabadafc2f3fea58f50130", - "sha1": "ef5331fb4be377a6c234f4088666725533f6a089", - "sha256": "a6b0b5a90058f1609455c09a9fc81b2f478fdf5d780ce652332349ccd40b14ec", - "size": 513, - "uuid": "0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb", - "version": "2018-11-04T10:35:07.705000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/project'", - "crc32c": "d17928f0", - "indexed": true, - "name": "project_0.json", - "s3_etag": "f7d1dece23c1ff87945d3d73ab89a080", - "sha1": "f9ad56ec440a8ff304dc97143c9eac7105e8d801", - "sha256": "ca43152b8d8c19e54962c57d4c10a9e9d517c09a5f37d79fb2c7dfcb90013fa3", - "size": 4436, - "uuid": "e8642221-4c2c-4fd7-b926-a68bce363c88", - "version": "2018-11-04T10:07:39.499000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "77b84d30", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "d5ad4cd53f0e2a835c3df9efe91fd0c8", - "sha1": "4674340092b82578d4644716e574173881cd3f88", - "sha256": "48570e2c3626f320eb59c227d3e95d992c82072e49e9d77ccf2f94190119d27a", - "size": 930, - "uuid": "9c32cf70-3ed7-4720-badc-5ee71e8a38af", - "version": "2018-11-04T10:05:10.360000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "64f41fb2", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "dc67253c15acc875e7277e4e738cb7b2", - "sha1": "3bc9476e64c03451ff8e89a34186a0ec073698e7", - "sha256": "7337f21a21c1ef1f2ca1d1c85116f8fd19c4dfc0e1709a97eaef2c8e2b14c073", - "size": 740, - "uuid": "61e629ed-0135-4492-ac8a-5c4ab3ccca8a", - "version": "2018-11-04T10:05:10.376000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "bea3bd37", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "ff9a5cf70c13070cbfd8bca019a8607e", - "sha1": "cb0edd850a4eef4d63b6090449128ed6540dc9c7", - "sha256": "a65a1c1a93d212a055eccbc0bcebb6fff5e97b73c1630064dd5e135e5257994f", - "size": 679, - "uuid": "31e708d3-79df-49b8-a3df-b1d694963468", - "version": "2018-11-04T10:05:10.315000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/protocol'", - "crc32c": "046c26ce", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "4fcd4ddcdfb5fc9ee33a22bd46a59e81", - "sha1": "dfbd04868fe6a1c5b11a98f4bc461f7e1cf3bd7f", - "sha256": "764ff134f642d99193de75357fe431edbcaeba3db0e00fef350ec7b4e3c3ce92", - "size": 690, - "uuid": "5bd4ba68-4c0e-4d22-840d-afc025e7badc", - "version": "2018-11-04T10:05:10.335000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/process'", - "crc32c": "947bd529", - "indexed": true, - "name": "process_0.json", - "s3_etag": "fa7f44df0823b5263620519534a9c5d4", - "sha1": "4c92e6da9fc85f93cdd5311c99e33f40d8a1a727", - "sha256": "dd79d8e04425d1fc6020268ec8f81c9ec9894d91a150061c995f82b13bfb7495", - "size": 374, - "uuid": "771ddaf6-3a4f-4314-97fe-6294ff8e25a4", - "version": "2018-11-04T10:13:43.197000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/process'", - "crc32c": "acbef1be", - "indexed": true, - "name": "process_1.json", - "s3_etag": "66828d7d25c0fc18eb154e3b34ba09e9", - "sha1": "8a96697f578870dbb867d24df8ebed27d3298a99", - "sha256": "431a9fbf3b34c42a93b80f0519d3442a8ec8808a96aad5534c45068557e67781", - "size": 378, - "uuid": "4c28e079-59af-4bd3-8c8b-763ea0beba98", - "version": "2018-11-04T10:12:21.545000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/process'", - "crc32c": "8e1de213", - "indexed": true, - "name": "process_2.json", - "s3_etag": "53111e7a57e2c404dff0b16cad7ae242", - "sha1": "7bc58b9a7b32bf0933345d31e7475099c80135f1", - "sha256": "744d93f363d857ec5b3db521a24d2fd031d4cb46e670775d55afc13e59a63706", - "size": 376, - "uuid": "4674255d-5ecd-4860-9b8d-beae98772cd9", - "version": "2018-11-04T10:12:03.520000Z" - }, - { - "content-type": "application/json; dcp-type='metadata/links'", - "crc32c": "aace07f3", - "indexed": true, - "name": "links.json", - "s3_etag": "77a21047cf9b7c706e72663090e67d4d", - "sha1": "766cefe20615e3f8aa5e0fc2042e4192d0494041", - "sha256": "e4163bdffb83d5cdf9f00b51febd05962fbc728189fc7c836ab0d4a667680c6c", - "size": 2083, - "uuid": "b09d8a5a-550c-425f-baaa-1c963a8a3312", - "version": "2018-11-04T11:33:44.257057Z" - }, - { + "manifest": { + "sequence_file/70d1af4a-82c8-478a-8960-e9028b3616ca": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "54bb9c82", "indexed": false, @@ -180,7 +13,7 @@ "uuid": "74897eb7-0701-4e4f-9e6b-8b9521b2816b", "version": "2018-11-04T11:33:44.450442Z" }, - { + "sequence_file/0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb": { "content-type": "application/gzip; dcp-type=data", "crc32c": "1d998e49", "indexed": false, @@ -192,9 +25,9 @@ "uuid": "7b07f99e-4a8a-4ad0-bd4f-db0d7a00c7bb", "version": "2018-11-04T11:33:44.698028Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/412898c5-5b9b-4907-b07c-e9b89666e204": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -219,7 +52,7 @@ "update_date": "2018-11-04T10:10:10.908Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/a21dc760-a500-4236-bcff-da34a0e873d2": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -258,7 +91,7 @@ "update_date": "2018-11-04T10:09:26.517Z" } }, - "donor_organism_0.json": { + "donor_organism/7b07b9d0-cc0e-4098-9f64-f4a569f7d746": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -308,7 +141,7 @@ "update_date": "2018-11-04T10:07:39.622Z" } }, - "sequence_file_0.json": { + "sequence_file/70d1af4a-82c8-478a-8960-e9028b3616ca": { "describedBy": "https://schema.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -326,7 +159,7 @@ "update_date": "2018-11-04T10:35:03.810Z" } }, - "sequence_file_1.json": { + "sequence_file/0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb": { "describedBy": "https://schema.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -344,7 +177,7 @@ "update_date": "2018-11-04T10:35:07.705Z" } }, - "project_0.json": { + "project/e8642221-4c2c-4fd7-b926-a68bce363c88": { "describedBy": "https://schema.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -412,7 +245,7 @@ "update_date": "2018-11-04T10:07:39.499Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/9c32cf70-3ed7-4720-badc-5ee71e8a38af": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -441,7 +274,7 @@ "update_date": "2018-11-04T10:05:10.360Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/61e629ed-0135-4492-ac8a-5c4ab3ccca8a": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.3/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -464,7 +297,7 @@ "update_date": "2018-11-04T10:05:10.376Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/31e708d3-79df-49b8-a3df-b1d694963468": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -482,7 +315,7 @@ "update_date": "2018-11-04T10:05:10.315Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/5bd4ba68-4c0e-4d22-840d-afc025e7badc": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -501,7 +334,7 @@ "update_date": "2018-11-04T10:05:10.335Z" } }, - "process_0.json": { + "process/771ddaf6-3a4f-4314-97fe-6294ff8e25a4": { "process_core": { "process_id": "SRR3562915" }, @@ -513,7 +346,7 @@ "update_date": "2018-11-04T10:13:43.197Z" } }, - "process_1.json": { + "process/4c28e079-59af-4bd3-8c8b-763ea0beba98": { "process_core": { "process_id": "process_id_714" }, @@ -525,7 +358,7 @@ "update_date": "2018-11-04T10:12:21.545Z" } }, - "process_2.json": { + "process/4674255d-5ecd-4860-9b8d-beae98772cd9": { "process_core": { "process_id": "process_id_6" }, @@ -536,68 +369,69 @@ "submission_date": "2018-11-04T10:05:05.605Z", "update_date": "2018-11-04T10:12:03.520Z" } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "771ddaf6-3a4f-4314-97fe-6294ff8e25a4", - "inputs": [ - "412898c5-5b9b-4907-b07c-e9b89666e204" - ], - "input_type": "biomaterial", - "outputs": [ - "70d1af4a-82c8-478a-8960-e9028b3616ca", - "0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "9c32cf70-3ed7-4720-badc-5ee71e8a38af" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "61e629ed-0135-4492-ac8a-5c4ab3ccca8a" - } - ] - }, - { - "process": "4c28e079-59af-4bd3-8c8b-763ea0beba98", - "inputs": [ - "a21dc760-a500-4236-bcff-da34a0e873d2" - ], - "input_type": "biomaterial", - "outputs": [ - "412898c5-5b9b-4907-b07c-e9b89666e204" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "31e708d3-79df-49b8-a3df-b1d694963468" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5bd4ba68-4c0e-4d22-840d-afc025e7badc" - } - ] - }, - { - "process": "4674255d-5ecd-4860-9b8d-beae98772cd9", - "inputs": [ - "7b07b9d0-cc0e-4098-9f64-f4a569f7d746" - ], - "input_type": "biomaterial", - "outputs": [ - "a21dc760-a500-4236-bcff-da34a0e873d2" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "771ddaf6-3a4f-4314-97fe-6294ff8e25a4", + "inputs": [ + "412898c5-5b9b-4907-b07c-e9b89666e204" + ], + "input_type": "biomaterial", + "outputs": [ + "70d1af4a-82c8-478a-8960-e9028b3616ca", + "0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "9c32cf70-3ed7-4720-badc-5ee71e8a38af" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "61e629ed-0135-4492-ac8a-5c4ab3ccca8a" + } + ] + }, + { + "process": "4c28e079-59af-4bd3-8c8b-763ea0beba98", + "inputs": [ + "a21dc760-a500-4236-bcff-da34a0e873d2" + ], + "input_type": "biomaterial", + "outputs": [ + "412898c5-5b9b-4907-b07c-e9b89666e204" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "31e708d3-79df-49b8-a3df-b1d694963468" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5bd4ba68-4c0e-4d22-840d-afc025e7badc" + } + ] + }, + { + "process": "4674255d-5ecd-4860-9b8d-beae98772cd9", + "inputs": [ + "7b07b9d0-cc0e-4098-9f64-f4a569f7d746" + ], + "input_type": "biomaterial", + "outputs": [ + "a21dc760-a500-4236-bcff-da34a0e873d2" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/b0850e79-5544-49fe-b54d-e29b9fc3f61f.dss.hca.json b/test/indexer/data/b0850e79-5544-49fe-b54d-e29b9fc3f61f.dss.hca.json index cedf875677..1c73018c41 100644 --- a/test/indexer/data/b0850e79-5544-49fe-b54d-e29b9fc3f61f.dss.hca.json +++ b/test/indexer/data/b0850e79-5544-49fe-b54d-e29b9fc3f61f.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/a9f7d170-b971-4444-94ee-477ca3b5ef75": { "sha1": "3fa044b9a5782b378e26025339da0a1fadbf358d", "name": "MantonCB7_HiSeq_8_S24_L005_I1_001.fastq.gz", "uuid": "a9f7d170-b971-4444-94ee-477ca3b5ef75", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 419864184 }, - { + "sequence_file/588b80b6-1bac-4e59-a5af-d85d7ea78102": { "sha1": "5934cd5d07d4c6c1e18f299ac66fcd075103a539", "name": "MantonCB6_HiSeq_2_S10_L004_I1_001.fastq.gz", "uuid": "588b80b6-1bac-4e59-a5af-d85d7ea78102", @@ -24,7 +24,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 398067119 }, - { + "sequence_file/e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72": { "sha1": "8f7662e2c0f7f129b9b8071b402b4db1e98a4c04", "name": "MantonCB7_HiSeq_5_S21_L006_R2_001.fastq.gz", "uuid": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72", @@ -36,7 +36,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3935787850 }, - { + "sequence_file/337686df-d6a4-4294-af00-242293302662": { "sha1": "af6e9985f43494a2f4d8a6a45b6cca165a97cffd", "name": "MantonCB8_HiSeq_2_S26_L007_R1_001.fastq.gz", "uuid": "337686df-d6a4-4294-af00-242293302662", @@ -48,7 +48,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1012033735 }, - { + "sequence_file/5954f3de-45ed-4fe0-bfe7-33be4387d6f8": { "sha1": "789cd8b599e42a6250a3b76bcdd1a0869189c4f3", "name": "MantonCB6_HiSeq_6_S14_L004_R1_001.fastq.gz", "uuid": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8", @@ -60,7 +60,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1100721293 }, - { + "sequence_file/df8f2e4e-f1b5-4125-9324-67fd7df95d66": { "sha1": "976e243e060bd50c60ff127ed7d3527ef8c2fcfd", "name": "MantonCB8_HiSeq_7_S31_L007_R2_001.fastq.gz", "uuid": "df8f2e4e-f1b5-4125-9324-67fd7df95d66", @@ -72,7 +72,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4267995712 }, - { + "sequence_file/5f91ca55-71c3-4942-9be1-1a88e6b5417a": { "sha1": "5730a822dcbe720adfeb654ea132210cd73c6d4e", "name": "MantonCB5_HiSeq_1_S1_L001_R1_001.fastq.gz", "uuid": "5f91ca55-71c3-4942-9be1-1a88e6b5417a", @@ -84,7 +84,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1163203001 }, - { + "sequence_file/16032735-00f3-4882-afc2-2976e8c5824e": { "sha1": "65641ff27212d4e30d5dff1ad6d48c29693fa45a", "name": "MantonCB6_HiSeq_2_S10_L003_R2_001.fastq.gz", "uuid": "16032735-00f3-4882-afc2-2976e8c5824e", @@ -96,7 +96,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3400768774 }, - { + "sequence_file/3e991891-afa1-4f55-8f54-55faef83fb6e": { "sha1": "13fdea7ac260f5e0b1a26a9b0e71666fd7ec8893", "name": "MantonCB5_HiSeq_8_S8_L001_R2_001.fastq.gz", "uuid": "3e991891-afa1-4f55-8f54-55faef83fb6e", @@ -108,7 +108,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3667662929 }, - { + "sequence_file/86c9f8f0-021a-4899-83ad-09e6f1562fb2": { "sha1": "1153071a431ff5838784be483fefdc0c6d208185", "name": "MantonCB6_HiSeq_7_S15_L003_I1_001.fastq.gz", "uuid": "86c9f8f0-021a-4899-83ad-09e6f1562fb2", @@ -120,7 +120,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 479700411 }, - { + "sequence_file/a2d2c193-09e6-402b-a58c-087ce32f37b6": { "sha1": "31afc2fd04eef1641ce661a18c3fb2be8e73e96e", "name": "MantonCB6_HiSeq_6_S14_L003_R2_001.fastq.gz", "uuid": "a2d2c193-09e6-402b-a58c-087ce32f37b6", @@ -132,7 +132,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2993979923 }, - { + "sequence_file/2a2f3468-2a59-4893-a1c2-3df6fa33a8bf": { "sha1": "1b6ae5d69d18b8935661efa42c31e9d3006f388f", "name": "MantonCB8_HiSeq_5_S29_L007_R1_001.fastq.gz", "uuid": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf", @@ -144,7 +144,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1290390372 }, - { + "sequence_file/50dc47b1-593b-4db3-9d85-063050ffa229": { "sha1": "2f59daaaf6d6dad1a7b2c209f09e599d36c84d98", "name": "MantonCB6_HiSeq_5_S13_L004_R2_001.fastq.gz", "uuid": "50dc47b1-593b-4db3-9d85-063050ffa229", @@ -156,7 +156,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3127815472 }, - { + "sequence_file/17d0d51a-1c8b-4970-a257-3b5a89054c73": { "sha1": "ff13457e7d40b8143170d32eb0f10d84f5aca0a9", "name": "MantonCB6_HiSeq_3_S11_L003_R2_001.fastq.gz", "uuid": "17d0d51a-1c8b-4970-a257-3b5a89054c73", @@ -168,7 +168,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3057692645 }, - { + "sequence_file/c5670f08-2903-4b0e-9af4-6695558765bb": { "sha1": "9858ec07dccbb4b87bf71f4540aa6760a954ffff", "name": "MantonCB8_HiSeq_6_S30_L008_R2_001.fastq.gz", "uuid": "c5670f08-2903-4b0e-9af4-6695558765bb", @@ -180,7 +180,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4208301850 }, - { + "sequence_file/a62f271c-da08-4d9b-beea-f938269aa9be": { "sha1": "b1922b656e8dd27ac5eab57190f459a9d7c7c933", "name": "MantonCB6_HiSeq_4_S12_L004_R2_001.fastq.gz", "uuid": "a62f271c-da08-4d9b-beea-f938269aa9be", @@ -192,7 +192,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3844606953 }, - { + "sequence_file/9186f1cb-68e5-4c83-b655-8ad69078cb45": { "sha1": "8668a6fec35a7f0423c89de101258157d8d9e570", "name": "MantonCB5_HiSeq_5_S5_L002_I1_001.fastq.gz", "uuid": "9186f1cb-68e5-4c83-b655-8ad69078cb45", @@ -204,7 +204,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 414364641 }, - { + "sequence_file/8f123f8d-3cb5-43d4-b1bb-672c8b738744": { "sha1": "ec41d6e20138b3b5b0b1cc78fb7ea12824994c1a", "name": "MantonCB6_HiSeq_8_S16_L004_R1_001.fastq.gz", "uuid": "8f123f8d-3cb5-43d4-b1bb-672c8b738744", @@ -216,7 +216,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1196145436 }, - { + "sequence_file/dd0248e8-78f2-4b26-b6f0-cefe1dda95cb": { "sha1": "ce5238a8cce5f78e860ac51f6455bbcfadcda031", "name": "MantonCB8_HiSeq_5_S29_L007_R2_001.fastq.gz", "uuid": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb", @@ -228,7 +228,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3753484818 }, - { + "sequence_file/5d786269-d4ce-423a-8238-a15a4bb72ea3": { "sha1": "afe7dd54d810aacf39b57f0f2ad7258b84d1b84b", "name": "MantonCB8_HiSeq_8_S32_L007_I1_001.fastq.gz", "uuid": "5d786269-d4ce-423a-8238-a15a4bb72ea3", @@ -240,7 +240,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 446056306 }, - { + "sequence_file/e817a985-00a6-4a89-99c0-0d1f9726ddf1": { "sha1": "1ee3b566181a80383e09b3b4ef652179d6b2dd7a", "name": "MantonCB8_HiSeq_3_S27_L007_R2_001.fastq.gz", "uuid": "e817a985-00a6-4a89-99c0-0d1f9726ddf1", @@ -252,7 +252,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3052282350 }, - { + "sequence_file/cc029b5c-fb59-4519-aeaa-817ee15d356d": { "sha1": "5f107b974797addce133bc6d840f51e3d864f77e", "name": "MantonCB6_HiSeq_3_S11_L004_R1_001.fastq.gz", "uuid": "cc029b5c-fb59-4519-aeaa-817ee15d356d", @@ -264,7 +264,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1120418975 }, - { + "sequence_file/036853ea-da68-4899-917a-ffc83fc05c9e": { "sha1": "0df779998cf5f8ad4ee18a562ef5ff40947b3e0a", "name": "MantonCB5_HiSeq_4_S4_L002_R2_001.fastq.gz", "uuid": "036853ea-da68-4899-917a-ffc83fc05c9e", @@ -276,7 +276,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3491817260 }, - { + "sequence_file/696dd672-ab4a-4649-b070-eb81e24c176b": { "sha1": "aa85118f705f8bc7cc37c016fb57ce7695a02cf0", "name": "MantonCB5_HiSeq_6_S6_L002_R1_001.fastq.gz", "uuid": "696dd672-ab4a-4649-b070-eb81e24c176b", @@ -288,7 +288,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1245223717 }, - { + "sequence_file/102a709a-68c8-4510-b531-4c6995bc600a": { "sha1": "f2f9c7b14a308314c8eccca92143b31aa23c78ec", "name": "MantonCB5_HiSeq_3_S3_L002_R2_001.fastq.gz", "uuid": "102a709a-68c8-4510-b531-4c6995bc600a", @@ -300,7 +300,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3522646020 }, - { + "sequence_file/7209368d-725a-442d-bf79-4a4408ce0843": { "sha1": "de0de51780d2b6a673dae1a4c16eb6398817f111", "name": "MantonCB7_HiSeq_6_S22_L005_R1_001.fastq.gz", "uuid": "7209368d-725a-442d-bf79-4a4408ce0843", @@ -312,7 +312,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1155074045 }, - { + "sequence_file/39516b72-5dd2-4d59-99fd-e21c1ecd13a8": { "sha1": "95037b008d72440b41e9111bf7fbef1d4cff41d6", "name": "MantonCB8_HiSeq_2_S26_L007_I1_001.fastq.gz", "uuid": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8", @@ -324,7 +324,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 345196368 }, - { + "sequence_file/8652979a-490c-4ef4-a8a5-49aff43696ef": { "sha1": "19491e07384e848b7ee44e59c65c0198265a0b37", "name": "MantonCB8_HiSeq_1_S25_L007_R2_001.fastq.gz", "uuid": "8652979a-490c-4ef4-a8a5-49aff43696ef", @@ -336,7 +336,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2869957955 }, - { + "sequence_file/43a087b6-ec8a-467f-a10f-e630f471174f": { "sha1": "337a6140a2a95ef7d31076a3d0f424b3d674aaa8", "name": "MantonCB8_HiSeq_6_S30_L008_I1_001.fastq.gz", "uuid": "43a087b6-ec8a-467f-a10f-e630f471174f", @@ -348,7 +348,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 492057477 }, - { + "sequence_file/2eb84d9b-04d0-49d7-99ab-8e209590631b": { "sha1": "0151b81df5cfb7f9abb05632ae63f19176896f97", "name": "MantonCB8_HiSeq_5_S29_L008_R2_001.fastq.gz", "uuid": "2eb84d9b-04d0-49d7-99ab-8e209590631b", @@ -360,7 +360,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3741705417 }, - { + "sequence_file/cec9c639-6e88-45be-8e15-423928eaca7f": { "sha1": "3cf102eb6425ef9a6719820a4647f22b0d695941", "name": "MantonCB5_HiSeq_1_S1_L002_R1_001.fastq.gz", "uuid": "cec9c639-6e88-45be-8e15-423928eaca7f", @@ -372,7 +372,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1149871682 }, - { + "sequence_file/0f3a69db-6ad6-4217-9899-eaa8f7e57b33": { "sha1": "eb1bdeb2e46e3ccfa12ed4d41b9bc7ccff71fa7d", "name": "MantonCB5_HiSeq_2_S2_L002_R1_001.fastq.gz", "uuid": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33", @@ -384,7 +384,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1181135572 }, - { + "sequence_file/67b1b9d3-c105-4769-be59-9f6161658d47": { "sha1": "4af9ff69e247cf685f0b703d93b742f42cf2c631", "name": "MantonCB6_HiSeq_3_S11_L003_R1_001.fastq.gz", "uuid": "67b1b9d3-c105-4769-be59-9f6161658d47", @@ -396,7 +396,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1068893195 }, - { + "sequence_file/83dfe703-284a-474c-b4e8-f4bde26a010f": { "sha1": "4f82405939501facfe6d1b25802f0bfa7401118e", "name": "MantonCB8_HiSeq_5_S29_L007_I1_001.fastq.gz", "uuid": "83dfe703-284a-474c-b4e8-f4bde26a010f", @@ -408,7 +408,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 431206533 }, - { + "sequence_file/a52ab81e-2a9c-4a44-b80b-6805e544d4d8": { "sha1": "7197ab694e10d72d31e8524e04c5c7d64ff628d5", "name": "MantonCB6_HiSeq_2_S10_L003_R1_001.fastq.gz", "uuid": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8", @@ -420,7 +420,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1184933228 }, - { + "sequence_file/e4dc1bd7-d8b6-4820-96b6-9f64547685d1": { "sha1": "0f7e09e66d111a504ab32b5a7575eced07b52cb6", "name": "MantonCB8_HiSeq_8_S32_L008_R1_001.fastq.gz", "uuid": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1", @@ -432,7 +432,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1379774586 }, - { + "sequence_file/5d1f5a28-6f21-4f98-81ff-8c7a2d07de91": { "sha1": "5f1581818350d925eeea1711645b46bf466dcba1", "name": "MantonCB7_HiSeq_1_S17_L006_R1_001.fastq.gz", "uuid": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91", @@ -444,7 +444,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1486180706 }, - { + "sequence_file/0144a3a8-735d-4ff5-86c8-d1c9ce715ffb": { "sha1": "1b101c64c46fe7ea7b76274575cb5a4ad66d8318", "name": "MantonCB5_HiSeq_6_S6_L002_R2_001.fastq.gz", "uuid": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb", @@ -456,7 +456,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3525465112 }, - { + "sequence_file/358bed4b-61fd-43d7-95f6-3f1a102b6cc6": { "sha1": "75117250aa71b6b94f029728f8fffa56166d37ce", "name": "MantonCB7_HiSeq_1_S17_L006_R2_001.fastq.gz", "uuid": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6", @@ -468,7 +468,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4275796046 }, - { + "sequence_file/98eca6b9-2864-4a67-85be-763e09456917": { "sha1": "881e9054b3d44eb50546a12a864832b35c224969", "name": "MantonCB6_HiSeq_8_S16_L003_R1_001.fastq.gz", "uuid": "98eca6b9-2864-4a67-85be-763e09456917", @@ -480,7 +480,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1139047700 }, - { + "sequence_file/61884059-5d5f-41ce-b01f-6f22a326b1c9": { "sha1": "16d3904b9c2e96e5bc87d2132dd788c1f73a698a", "name": "MantonCB8_HiSeq_6_S30_L007_R2_001.fastq.gz", "uuid": "61884059-5d5f-41ce-b01f-6f22a326b1c9", @@ -492,7 +492,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4224558964 }, - { + "sequence_file/b17ae237-1f81-4842-8d4e-bf8e4c96e560": { "sha1": "e9d6107cb5f670774c369159e257958da924b232", "name": "MantonCB7_HiSeq_2_S18_L005_I1_001.fastq.gz", "uuid": "b17ae237-1f81-4842-8d4e-bf8e4c96e560", @@ -504,7 +504,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 219399299 }, - { + "sequence_file/de1c2807-ae40-4ed1-b306-1e3714cb6778": { "sha1": "43cec5d50e9c75fc3e95c80f8d26723096a9e65f", "name": "MantonCB8_HiSeq_4_S28_L007_R2_001.fastq.gz", "uuid": "de1c2807-ae40-4ed1-b306-1e3714cb6778", @@ -516,7 +516,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2848092166 }, - { + "sequence_file/874303e0-a9e9-4c0d-8aba-4d280bacc661": { "sha1": "24b7459cab3bf56ff4c285d41501319dfedb2752", "name": "MantonCB7_HiSeq_7_S23_L005_I1_001.fastq.gz", "uuid": "874303e0-a9e9-4c0d-8aba-4d280bacc661", @@ -528,7 +528,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 407056476 }, - { + "sequence_file/552edbc3-a7d8-4478-ad7a-57b154693d6a": { "sha1": "be08f44bb36016fb9f4db5a332c4547cb4b711bf", "name": "MantonCB8_HiSeq_4_S28_L007_R1_001.fastq.gz", "uuid": "552edbc3-a7d8-4478-ad7a-57b154693d6a", @@ -540,7 +540,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 985959648 }, - { + "sequence_file/bf162c91-0da4-4ce4-ab98-7a3d7a443759": { "sha1": "4ab91f43d4767bb7d727b33ec6d8d3afe6989af2", "name": "MantonCB7_HiSeq_2_S18_L006_R1_001.fastq.gz", "uuid": "bf162c91-0da4-4ce4-ab98-7a3d7a443759", @@ -552,7 +552,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 654454825 }, - { + "sequence_file/c6a9ec31-3bf4-4c79-8678-002e96df86be": { "sha1": "9e70df724decbc0fd1656b56008bc3c2efdf151e", "name": "MantonCB5_HiSeq_3_S3_L001_R1_001.fastq.gz", "uuid": "c6a9ec31-3bf4-4c79-8678-002e96df86be", @@ -564,7 +564,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1256522839 }, - { + "sequence_file/3d7a9131-8ca5-4f5e-a270-766965f3b2de": { "sha1": "9ba2ac01ebf61f0184736b33152a06b600c0cc98", "name": "MantonCB6_HiSeq_4_S12_L004_I1_001.fastq.gz", "uuid": "3d7a9131-8ca5-4f5e-a270-766965f3b2de", @@ -576,7 +576,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 426886075 }, - { + "sequence_file/82fd9af5-44ad-4e99-afef-01e6ad52c558": { "sha1": "ba427905b6b319f2d02fb5f61523f4a8b16aea8d", "name": "MantonCB5_HiSeq_5_S5_L002_R1_001.fastq.gz", "uuid": "82fd9af5-44ad-4e99-afef-01e6ad52c558", @@ -588,7 +588,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1283576004 }, - { + "sequence_file/b8de328c-cd23-4275-9d91-9c15aaedecac": { "sha1": "beacebcfe9fe4bea5e5caf7537b5b7bb2c7c304b", "name": "MantonCB5_HiSeq_3_S3_L001_I1_001.fastq.gz", "uuid": "b8de328c-cd23-4275-9d91-9c15aaedecac", @@ -600,7 +600,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 413000842 }, - { + "sequence_file/8dcfc18a-0095-4328-a00a-eed229e76d6e": { "sha1": "d628fcefe559dfeb1ddd04f715b25d0c7cb3dd37", "name": "MantonCB8_HiSeq_2_S26_L008_R2_001.fastq.gz", "uuid": "8dcfc18a-0095-4328-a00a-eed229e76d6e", @@ -612,7 +612,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2906888036 }, - { + "sequence_file/bc729d18-4926-4cbb-b289-b973a3f76093": { "sha1": "b0060a13b2133fb6a2d83f2b4fe29d3fc1f3eb1e", "name": "MantonCB7_HiSeq_3_S19_L006_R1_001.fastq.gz", "uuid": "bc729d18-4926-4cbb-b289-b973a3f76093", @@ -624,7 +624,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1316020503 }, - { + "sequence_file/1ef49c16-4142-4569-8623-d46b11a0358a": { "sha1": "ac82e1beb4f29013ece7ac0889608bcba3eeeb2f", "name": "MantonCB8_HiSeq_2_S26_L008_R1_001.fastq.gz", "uuid": "1ef49c16-4142-4569-8623-d46b11a0358a", @@ -636,7 +636,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1009665639 }, - { + "sequence_file/2688d153-e042-41b1-a48e-8839fd4aaf0e": { "sha1": "4d74944ff7de1605de9076aeb03d8a26c4ed4d8e", "name": "MantonCB7_HiSeq_1_S17_L005_R2_001.fastq.gz", "uuid": "2688d153-e042-41b1-a48e-8839fd4aaf0e", @@ -648,7 +648,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4095152689 }, - { + "sequence_file/10290214-f084-472e-82bd-9a2b29cdc2d5": { "sha1": "6c32569de838900ddb9996045bbc10d954f91c6e", "name": "MantonCB7_HiSeq_6_S22_L006_R2_001.fastq.gz", "uuid": "10290214-f084-472e-82bd-9a2b29cdc2d5", @@ -660,7 +660,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3427522635 }, - { + "sequence_file/8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e": { "sha1": "5265d54bbc947b37ca5d578f2145c6b4b863634a", "name": "MantonCB8_HiSeq_8_S32_L007_R2_001.fastq.gz", "uuid": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e", @@ -672,7 +672,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3981703279 }, - { + "sequence_file/b12850d5-277a-4c50-a16a-2ea0ef0e038a": { "sha1": "2b3e3bf418d861c1c6acc40a30598b442345d60c", "name": "MantonCB6_HiSeq_1_S9_L004_R2_001.fastq.gz", "uuid": "b12850d5-277a-4c50-a16a-2ea0ef0e038a", @@ -684,7 +684,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3522386261 }, - { + "sequence_file/372e7758-4e0f-40d1-ae3e-727c085a28a1": { "sha1": "8436866483d47ca5e6c3e002e49a0ba8e52ee06d", "name": "MantonCB6_HiSeq_3_S11_L003_I1_001.fastq.gz", "uuid": "372e7758-4e0f-40d1-ae3e-727c085a28a1", @@ -696,7 +696,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 351529684 }, - { + "sequence_file/77a2f75f-5e6f-4f9d-b88e-237645464293": { "sha1": "abd9096447781d1e659aaf1db2eb2af43f948b8a", "name": "MantonCB5_HiSeq_7_S7_L001_R1_001.fastq.gz", "uuid": "77a2f75f-5e6f-4f9d-b88e-237645464293", @@ -708,7 +708,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1342841373 }, - { + "sequence_file/8a4df56a-6e6a-415c-9347-69f010e6767b": { "sha1": "ea4aa4996c1fbe6b4bfdc7ece92f726f50c889bc", "name": "MantonCB7_HiSeq_8_S24_L005_R1_001.fastq.gz", "uuid": "8a4df56a-6e6a-415c-9347-69f010e6767b", @@ -720,7 +720,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1311426223 }, - { + "sequence_file/3f06d139-019a-46e0-b8b0-84b95d37e12f": { "sha1": "9bec408b20b433483e00b3f6814f7243d04fbfb5", "name": "MantonCB6_HiSeq_2_S10_L004_R1_001.fastq.gz", "uuid": "3f06d139-019a-46e0-b8b0-84b95d37e12f", @@ -732,7 +732,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1245531836 }, - { + "sequence_file/41e83755-02eb-4823-8771-3021f879ad6a": { "sha1": "9bb1d42bdd3cfa1ffd0ae7948b847149ad03da33", "name": "MantonCB5_HiSeq_4_S4_L001_R2_001.fastq.gz", "uuid": "41e83755-02eb-4823-8771-3021f879ad6a", @@ -744,7 +744,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3549237557 }, - { + "sequence_file/ba60167c-4068-495c-b5b1-950348dc3ad5": { "sha1": "fb1e25c67525db51adfb2d80a59d11867fb6695a", "name": "MantonCB6_HiSeq_8_S16_L004_R2_001.fastq.gz", "uuid": "ba60167c-4068-495c-b5b1-950348dc3ad5", @@ -756,7 +756,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3443359440 }, - { + "sequence_file/c23dcd53-9421-43f8-b7aa-8aedfdef42b8": { "sha1": "0f112fbdab3da4d8d33a99a0612870017ba94345", "name": "MantonCB5_HiSeq_2_S2_L002_R2_001.fastq.gz", "uuid": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8", @@ -768,7 +768,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3360704948 }, - { + "sequence_file/d4da1a64-288f-42a7-b59f-1252846b61c5": { "sha1": "d89eebcdd17633a6d86bd49037b65064f4ab47f8", "name": "MantonCB8_HiSeq_3_S27_L007_I1_001.fastq.gz", "uuid": "d4da1a64-288f-42a7-b59f-1252846b61c5", @@ -780,7 +780,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 355926113 }, - { + "sequence_file/951e9c14-d91d-4f77-af22-10bc767a0c4e": { "sha1": "b88e96535eacf4266266491cb40ecb203f2e5666", "name": "MantonCB5_HiSeq_2_S2_L001_R1_001.fastq.gz", "uuid": "951e9c14-d91d-4f77-af22-10bc767a0c4e", @@ -792,7 +792,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1193095647 }, - { + "sequence_file/aac815db-2c5f-482b-ae06-706c050854b9": { "sha1": "3832a3974b56864f21e896545fc23c2f117914f3", "name": "MantonCB5_HiSeq_3_S3_L001_R2_001.fastq.gz", "uuid": "aac815db-2c5f-482b-ae06-706c050854b9", @@ -804,7 +804,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3579491641 }, - { + "sequence_file/af379215-0568-45c0-8e6e-45f684b5d486": { "sha1": "fc633527d777dcece72ebc1130a23ac89dfeb7b1", "name": "MantonCB5_HiSeq_2_S2_L002_I1_001.fastq.gz", "uuid": "af379215-0568-45c0-8e6e-45f684b5d486", @@ -816,7 +816,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 386912382 }, - { + "sequence_file/53c4a13a-6462-4825-a729-8f6792b6f5c2": { "sha1": "be05431f8bdb3577cc99f6ee32bd6868ed09a826", "name": "MantonCB8_HiSeq_2_S26_L008_I1_001.fastq.gz", "uuid": "53c4a13a-6462-4825-a729-8f6792b6f5c2", @@ -828,7 +828,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 346386774 }, - { + "sequence_file/ae247bd4-093d-4897-96e9-6fa5a6bdf815": { "sha1": "258b3f51da47b6f356bdb55d40a37315bf5b281c", "name": "MantonCB8_HiSeq_3_S27_L007_R1_001.fastq.gz", "uuid": "ae247bd4-093d-4897-96e9-6fa5a6bdf815", @@ -840,7 +840,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1056200986 }, - { + "sequence_file/c6f48167-26ae-4361-8a00-16245e26c6e6": { "sha1": "1e0ff927ee8085aa00312139458691752f4656d5", "name": "MantonCB8_HiSeq_3_S27_L008_R1_001.fastq.gz", "uuid": "c6f48167-26ae-4361-8a00-16245e26c6e6", @@ -852,7 +852,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1052934373 }, - { + "sequence_file/c19ea130-6c56-4798-88dd-f7dff5aaf0c0": { "sha1": "3873c5aeb4493f286f47f8909260e2b94324db4d", "name": "MantonCB5_HiSeq_2_S2_L001_I1_001.fastq.gz", "uuid": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0", @@ -864,7 +864,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 393525924 }, - { + "sequence_file/0e79ef66-2922-4089-b812-451364420af9": { "sha1": "161e6cdf4be43fba0e7027a7cdab781a9aa99df8", "name": "MantonCB7_HiSeq_3_S19_L005_R2_001.fastq.gz", "uuid": "0e79ef66-2922-4089-b812-451364420af9", @@ -876,7 +876,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3638706941 }, - { + "sequence_file/2cb2bdf0-d7ac-4480-8031-f4c82edf4431": { "sha1": "44d60b0c8fb21d74a536b00dfd7b7bd9dc0a74c1", "name": "MantonCB7_HiSeq_8_S24_L006_R2_001.fastq.gz", "uuid": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431", @@ -888,7 +888,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3894155645 }, - { + "sequence_file/c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f": { "sha1": "99de14b081739ec9fa40fc4c3a189d1972a60c4c", "name": "MantonCB7_HiSeq_2_S18_L006_I1_001.fastq.gz", "uuid": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f", @@ -900,7 +900,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 230303622 }, - { + "sequence_file/5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a": { "sha1": "cfe37a494fa14df57d7785b3d57df7a67390a75a", "name": "MantonCB7_HiSeq_2_S18_L005_R2_001.fastq.gz", "uuid": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a", @@ -912,7 +912,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1809939125 }, - { + "sequence_file/f43216e3-4d6c-4eac-a8ec-5f020a8ff700": { "sha1": "f52f68ee971721992018818956c3ef95af8ff2c0", "name": "MantonCB7_HiSeq_5_S21_L005_R1_001.fastq.gz", "uuid": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700", @@ -924,7 +924,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1315317314 }, - { + "sequence_file/2755ced4-c7a8-4380-a7c3-3969e9bea68a": { "sha1": "0c1bd07193402c91c38c9dd8e44c5bb2633743ad", "name": "MantonCB5_HiSeq_7_S7_L002_I1_001.fastq.gz", "uuid": "2755ced4-c7a8-4380-a7c3-3969e9bea68a", @@ -936,7 +936,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 442271811 }, - { + "sequence_file/f32724bc-56e9-42c0-8410-becfe8f63dcd": { "sha1": "bd758bfb3c8ae0c0df612768f7991a241c841348", "name": "MantonCB5_HiSeq_4_S4_L001_I1_001.fastq.gz", "uuid": "f32724bc-56e9-42c0-8410-becfe8f63dcd", @@ -948,7 +948,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 411148219 }, - { + "sequence_file/37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb": { "sha1": "b3d3b9f5af610cb279451e6aaec4489854745b1c", "name": "MantonCB8_HiSeq_8_S32_L007_R1_001.fastq.gz", "uuid": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb", @@ -960,7 +960,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1381016516 }, - { + "sequence_file/a519a47c-c53c-4cd2-94e1-8fac73a5f434": { "sha1": "dbcab4b05a0fee5b9f64caf8457193fbaee252a1", "name": "MantonCB8_HiSeq_8_S32_L008_I1_001.fastq.gz", "uuid": "a519a47c-c53c-4cd2-94e1-8fac73a5f434", @@ -972,7 +972,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 449553086 }, - { + "sequence_file/c0cb01fa-e9cd-4df9-8f5f-4199cf29c134": { "sha1": "d96d7535dfb7f64a089d76b3bed62134f2b0615a", "name": "MantonCB7_HiSeq_8_S24_L006_R1_001.fastq.gz", "uuid": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134", @@ -984,7 +984,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1357245788 }, - { + "sequence_file/08075c2f-8120-4ebe-aeff-7dee2699dd84": { "sha1": "46310dfff26a65e737f8d70bfa2e1e0c7231acde", "name": "MantonCB7_HiSeq_2_S18_L006_R2_001.fastq.gz", "uuid": "08075c2f-8120-4ebe-aeff-7dee2699dd84", @@ -996,7 +996,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1910209695 }, - { + "sequence_file/af23f4dc-8342-41f1-a6aa-29d94f1abcb1": { "sha1": "8ddbd7f4fcae50c7583dc318352494ae4167e0cc", "name": "MantonCB5_HiSeq_1_S1_L001_R2_001.fastq.gz", "uuid": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1", @@ -1008,7 +1008,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3361748967 }, - { + "sequence_file/5eff87dc-5772-4229-ae7c-cfde6a348479": { "sha1": "639fdb641c9f3e841534be51d49269e68e560ce4", "name": "MantonCB5_HiSeq_8_S8_L001_I1_001.fastq.gz", "uuid": "5eff87dc-5772-4229-ae7c-cfde6a348479", @@ -1020,7 +1020,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 417465723 }, - { + "sequence_file/95dde0cf-5f38-41a9-a36f-5d90b91509c0": { "sha1": "78d380f860502beef0098b53f92dc391216f83d9", "name": "MantonCB7_HiSeq_1_S17_L006_I1_001.fastq.gz", "uuid": "95dde0cf-5f38-41a9-a36f-5d90b91509c0", @@ -1032,7 +1032,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 461371673 }, - { + "sequence_file/ff26a0bf-c2ef-4041-b96a-6c87e64a5c30": { "sha1": "a15cba93158ced686c04d44c86a09ba2a32740a8", "name": "MantonCB5_HiSeq_6_S6_L002_I1_001.fastq.gz", "uuid": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30", @@ -1044,7 +1044,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 400077956 }, - { + "sequence_file/83e849b9-8881-47af-bf05-788977ad09c3": { "sha1": "f565ca88925c9f3427cca88fb164372f256ac79e", "name": "MantonCB6_HiSeq_4_S12_L003_R1_001.fastq.gz", "uuid": "83e849b9-8881-47af-bf05-788977ad09c3", @@ -1056,7 +1056,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1271161801 }, - { + "sequence_file/195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2": { "sha1": "5b2f47b2fcc14d3e7a6a8b3690efd15d8dcde13e", "name": "MantonCB7_HiSeq_4_S20_L005_R1_001.fastq.gz", "uuid": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2", @@ -1068,7 +1068,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1210317565 }, - { + "sequence_file/a501f218-24cb-4484-b52a-2a6a7d88ae82": { "sha1": "cf8a352cba38d40b67938c208c7faa98e06c9765", "name": "MantonCB5_HiSeq_8_S8_L001_R1_001.fastq.gz", "uuid": "a501f218-24cb-4484-b52a-2a6a7d88ae82", @@ -1080,7 +1080,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1289434998 }, - { + "sequence_file/0b5314d1-b61f-4b37-88df-3c2c732a8f56": { "sha1": "2f191f55d5b6a896b35f40b44ff1ed70c0aac7a3", "name": "MantonCB6_HiSeq_5_S13_L003_R1_001.fastq.gz", "uuid": "0b5314d1-b61f-4b37-88df-3c2c732a8f56", @@ -1092,7 +1092,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1031804454 }, - { + "sequence_file/a3400fe9-c31e-4f0c-8fc2-271d39be2123": { "sha1": "7043406e8ea0b1d3723be4b24ec3ab126b2cd94d", "name": "MantonCB6_HiSeq_8_S16_L004_I1_001.fastq.gz", "uuid": "a3400fe9-c31e-4f0c-8fc2-271d39be2123", @@ -1104,7 +1104,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 383701522 }, - { + "sequence_file/4f98df5f-a259-44c7-9007-6bb89417c6c2": { "sha1": "62ed544449767f70bb670d7977071bd6e2c5ebdb", "name": "MantonCB7_HiSeq_4_S20_L006_R1_001.fastq.gz", "uuid": "4f98df5f-a259-44c7-9007-6bb89417c6c2", @@ -1116,7 +1116,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1257742669 }, - { + "sequence_file/7daf7d79-524d-49af-8036-a4004a111ed3": { "sha1": "d3c5c404382090e23e3aea0882eeaa9b9081536f", "name": "MantonCB6_HiSeq_7_S15_L003_R1_001.fastq.gz", "uuid": "7daf7d79-524d-49af-8036-a4004a111ed3", @@ -1128,7 +1128,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1474628379 }, - { + "sequence_file/f85d5d78-7255-45b9-becf-79173199f54d": { "sha1": "4a0cca3603551e22b7ade6ebed2d2257b43c362b", "name": "MantonCB7_HiSeq_5_S21_L005_R2_001.fastq.gz", "uuid": "f85d5d78-7255-45b9-becf-79173199f54d", @@ -1140,7 +1140,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3766984638 }, - { + "sequence_file/0f5c3663-1ff2-4bff-9193-1548044e3b09": { "sha1": "2b8834245ef6fa44f33adf6099bee938a2c95e4b", "name": "MantonCB6_HiSeq_5_S13_L003_I1_001.fastq.gz", "uuid": "0f5c3663-1ff2-4bff-9193-1548044e3b09", @@ -1152,7 +1152,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 340623474 }, - { + "sequence_file/8ed5ae60-8b4f-43c7-8474-055d4a98238c": { "sha1": "cde5efad070176b0fc6eca97e6d30c05926cccbc", "name": "MantonCB5_HiSeq_8_S8_L002_R1_001.fastq.gz", "uuid": "8ed5ae60-8b4f-43c7-8474-055d4a98238c", @@ -1164,7 +1164,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1280589835 }, - { + "sequence_file/e7a83e57-1751-4484-982b-d7f635491728": { "sha1": "ac539c2eb16300a1436e2f2d1d661c7730c4c036", "name": "MantonCB7_HiSeq_6_S22_L005_R2_001.fastq.gz", "uuid": "e7a83e57-1751-4484-982b-d7f635491728", @@ -1176,7 +1176,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3285284623 }, - { + "sequence_file/27cf1dfd-e692-45ba-8416-4a36ebde3bf7": { "sha1": "235362af1debdc8ce99f4bc46e8c49aeacd863c1", "name": "MantonCB8_HiSeq_1_S25_L008_R1_001.fastq.gz", "uuid": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7", @@ -1188,7 +1188,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 989521101 }, - { + "sequence_file/1ed09e98-a078-4f9d-8bac-99fc824ab753": { "sha1": "16ee04f635ac4e37481dec69530a137f2eed1d2e", "name": "MantonCB6_HiSeq_6_S14_L004_R2_001.fastq.gz", "uuid": "1ed09e98-a078-4f9d-8bac-99fc824ab753", @@ -1200,7 +1200,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3154983325 }, - { + "sequence_file/c7b03a29-ddbf-4c3c-b837-24453e4b9a16": { "sha1": "193b87dccd8526bc72ad2a51d0e3a6d39c07ac92", "name": "MantonCB7_HiSeq_5_S21_L006_R1_001.fastq.gz", "uuid": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16", @@ -1212,7 +1212,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1365226393 }, - { + "sequence_file/cdc11d35-c34c-4095-bace-efc01830763a": { "sha1": "aea90040aa8f2381c806ba724a7b21e84dfa30c8", "name": "MantonCB6_HiSeq_7_S15_L004_R2_001.fastq.gz", "uuid": "cdc11d35-c34c-4095-bace-efc01830763a", @@ -1224,7 +1224,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4432879724 }, - { + "sequence_file/6be5c831-1e65-4314-a4a0-e40d7f17bad1": { "sha1": "e580a18ca1dc50bbf6b273304319526186d50936", "name": "MantonCB7_HiSeq_5_S21_L005_I1_001.fastq.gz", "uuid": "6be5c831-1e65-4314-a4a0-e40d7f17bad1", @@ -1236,7 +1236,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 417524648 }, - { + "sequence_file/75fe63d4-8541-4b8c-aacc-796fc907fa52": { "sha1": "0cee155630b3a5f6ea24f66fb3fcb849d695163f", "name": "MantonCB7_HiSeq_3_S19_L005_R1_001.fastq.gz", "uuid": "75fe63d4-8541-4b8c-aacc-796fc907fa52", @@ -1248,7 +1248,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1265089866 }, - { + "sequence_file/a220f337-0700-49cb-837c-cc569991c0e2": { "sha1": "cedad656757b153f1f685c0f3299b67684d39896", "name": "MantonCB5_HiSeq_7_S7_L002_R1_001.fastq.gz", "uuid": "a220f337-0700-49cb-837c-cc569991c0e2", @@ -1260,7 +1260,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1332778225 }, - { + "sequence_file/5c07823c-b8ed-4328-8f89-2073c4a5b50d": { "sha1": "85afe05a40285e620228ee0d7868bb20ce0d1561", "name": "MantonCB8_HiSeq_7_S31_L008_R2_001.fastq.gz", "uuid": "5c07823c-b8ed-4328-8f89-2073c4a5b50d", @@ -1272,7 +1272,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4249873607 }, - { + "sequence_file/f1f55462-4542-41d9-9709-e88cc8723e2d": { "sha1": "99c75f63db467c01198390de6bcd82159f610670", "name": "MantonCB8_HiSeq_6_S30_L008_R1_001.fastq.gz", "uuid": "f1f55462-4542-41d9-9709-e88cc8723e2d", @@ -1284,7 +1284,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1455288950 }, - { + "sequence_file/c38a31ea-3e15-4f0d-ba20-0a8c14c320d0": { "sha1": "6cb111b1f02f3da96b7a0de5027710f94bee02e7", "name": "MantonCB8_HiSeq_7_S31_L008_I1_001.fastq.gz", "uuid": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0", @@ -1296,7 +1296,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 492930197 }, - { + "sequence_file/f97819ce-eda6-4f8b-829d-189d1cb28000": { "sha1": "44d5ffbbfe8af31dd3fdf6e18b348874c709b5c2", "name": "MantonCB6_HiSeq_1_S9_L003_R2_001.fastq.gz", "uuid": "f97819ce-eda6-4f8b-829d-189d1cb28000", @@ -1308,7 +1308,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3339401101 }, - { + "sequence_file/9f09671a-d4c1-4126-9c8d-933e520b95ce": { "sha1": "58134e79f339007e64a92ad750f0ba87b3064730", "name": "MantonCB8_HiSeq_4_S28_L008_R1_001.fastq.gz", "uuid": "9f09671a-d4c1-4126-9c8d-933e520b95ce", @@ -1320,7 +1320,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 982382543 }, - { + "sequence_file/1bf928a1-cc12-442e-bd8a-18dd7de1856e": { "sha1": "3b6462ad2786b0f0991fe50ed5afef92da20eefd", "name": "MantonCB6_HiSeq_5_S13_L003_R2_001.fastq.gz", "uuid": "1bf928a1-cc12-442e-bd8a-18dd7de1856e", @@ -1332,7 +1332,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2962058467 }, - { + "sequence_file/94963c37-2c09-4e55-b864-a4579d7e2b4a": { "sha1": "1f7c1b58f66036fad8c6cf4f283ab758dc21c61a", "name": "MantonCB5_HiSeq_1_S1_L002_I1_001.fastq.gz", "uuid": "94963c37-2c09-4e55-b864-a4579d7e2b4a", @@ -1344,7 +1344,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 378705325 }, - { + "sequence_file/49ad6c64-1828-4bc6-833f-e05dec7e74f1": { "sha1": "50d5d09b1f520e81677f89f1c9c9739b7a595efa", "name": "MantonCB6_HiSeq_8_S16_L003_R2_001.fastq.gz", "uuid": "49ad6c64-1828-4bc6-833f-e05dec7e74f1", @@ -1356,7 +1356,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3267825319 }, - { + "sequence_file/5ba381b3-fdc7-4551-a1bd-767100529e4f": { "sha1": "a1e5d66e579c1bcea508b446f6f12f8b6ef8bb7d", "name": "MantonCB7_HiSeq_4_S20_L005_I1_001.fastq.gz", "uuid": "5ba381b3-fdc7-4551-a1bd-767100529e4f", @@ -1368,7 +1368,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 378329759 }, - { + "sequence_file/29cb8048-30cd-429f-9b87-9a021b0b5c57": { "sha1": "0323db92adcc9731b0aa42d9bb776a68890776ad", "name": "MantonCB7_HiSeq_3_S19_L005_I1_001.fastq.gz", "uuid": "29cb8048-30cd-429f-9b87-9a021b0b5c57", @@ -1380,7 +1380,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 414630882 }, - { + "sequence_file/93c5298f-0d6b-4efd-be2c-facce5e99116": { "sha1": "9b7efbf15473d94ddffbf8b64b583dab5ad9fd4f", "name": "MantonCB5_HiSeq_6_S6_L001_R1_001.fastq.gz", "uuid": "93c5298f-0d6b-4efd-be2c-facce5e99116", @@ -1392,7 +1392,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1254294541 }, - { + "sequence_file/2c309500-dfed-40aa-9a1c-41c0990430b5": { "sha1": "a1ac95bd99905034c5b5deccbd592bbe359bacaa", "name": "MantonCB5_HiSeq_2_S2_L001_R2_001.fastq.gz", "uuid": "2c309500-dfed-40aa-9a1c-41c0990430b5", @@ -1404,7 +1404,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3420415120 }, - { + "sequence_file/e829a452-6a60-4bb6-b860-d171ab780676": { "sha1": "1db5e0221adcc1a82487a55e635033ad1d3351e6", "name": "MantonCB5_HiSeq_3_S3_L002_I1_001.fastq.gz", "uuid": "e829a452-6a60-4bb6-b860-d171ab780676", @@ -1416,7 +1416,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 406595324 }, - { + "sequence_file/4540953b-ff03-4cda-9f06-75093a81b26f": { "sha1": "957791e2500c4f403f054dca2de49b8040e5621c", "name": "MantonCB8_HiSeq_5_S29_L008_R1_001.fastq.gz", "uuid": "4540953b-ff03-4cda-9f06-75093a81b26f", @@ -1428,7 +1428,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1289241878 }, - { + "sequence_file/2ba39558-505b-4dce-b3d4-1256027935ce": { "sha1": "26a969557d09e8a0d9a758912e929c94f45f4e8f", "name": "MantonCB5_HiSeq_4_S4_L001_R1_001.fastq.gz", "uuid": "2ba39558-505b-4dce-b3d4-1256027935ce", @@ -1440,7 +1440,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1249399752 }, - { + "sequence_file/e5337ffe-3c97-457a-9566-13ed907751c4": { "sha1": "7979c1d65f4b14b7db6fadaa03604b7ecb180476", "name": "MantonCB8_HiSeq_4_S28_L007_I1_001.fastq.gz", "uuid": "e5337ffe-3c97-457a-9566-13ed907751c4", @@ -1452,7 +1452,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 340131429 }, - { + "sequence_file/d0c73976-8025-46ec-ae91-37b71f73556f": { "sha1": "8cee1b2a37b7824749c9d71a31f3bd6255b5eeb4", "name": "MantonCB6_HiSeq_4_S12_L003_I1_001.fastq.gz", "uuid": "d0c73976-8025-46ec-ae91-37b71f73556f", @@ -1464,7 +1464,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 412138786 }, - { + "sequence_file/7a2f30f6-5827-4df3-ba74-268c602098cc": { "sha1": "881e0e8859bd2c6787c426ef834f267612a2d460", "name": "MantonCB5_HiSeq_5_S5_L001_R2_001.fastq.gz", "uuid": "7a2f30f6-5827-4df3-ba74-268c602098cc", @@ -1476,7 +1476,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3679401403 }, - { + "sequence_file/8089569e-ad43-4ed8-80b5-d2e36b890aa3": { "sha1": "a8ed5503a312939ee7d026f908e0d314f3eb8c97", "name": "MantonCB8_HiSeq_7_S31_L007_I1_001.fastq.gz", "uuid": "8089569e-ad43-4ed8-80b5-d2e36b890aa3", @@ -1488,7 +1488,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 489719474 }, - { + "sequence_file/e6b13e6a-e1de-4e97-b788-7c136304ed29": { "sha1": "cce4f5d5faa0b4e0d8da974cd7d46f6aa4c5ade7", "name": "MantonCB6_HiSeq_1_S9_L003_R1_001.fastq.gz", "uuid": "e6b13e6a-e1de-4e97-b788-7c136304ed29", @@ -1500,7 +1500,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1162462766 }, - { + "sequence_file/05a27843-3e71-480a-b4df-c4fe28bb413f": { "sha1": "19731d3130c3374ede06d31807b67c9d776dcd01", "name": "MantonCB7_HiSeq_1_S17_L005_R1_001.fastq.gz", "uuid": "05a27843-3e71-480a-b4df-c4fe28bb413f", @@ -1512,7 +1512,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1432990795 }, - { + "sequence_file/345b2f3d-570f-4450-9f99-2408311820c0": { "sha1": "6d70d8b44059dc5106fb1c8cb050199ee9abaf9a", "name": "MantonCB7_HiSeq_5_S21_L006_I1_001.fastq.gz", "uuid": "345b2f3d-570f-4450-9f99-2408311820c0", @@ -1524,7 +1524,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 432555531 }, - { + "sequence_file/7968ac17-7547-4817-b97a-d7af390f3c13": { "sha1": "ec33243b3ad9410345199e930c45e14139e3e7f7", "name": "MantonCB8_HiSeq_1_S25_L008_R2_001.fastq.gz", "uuid": "7968ac17-7547-4817-b97a-d7af390f3c13", @@ -1536,7 +1536,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2852372137 }, - { + "sequence_file/61564fb3-4124-4096-a619-276f3b38e26e": { "sha1": "8f9a7b8745065cc83a203fd6bac703d64b873daf", "name": "MantonCB7_HiSeq_1_S17_L005_I1_001.fastq.gz", "uuid": "61564fb3-4124-4096-a619-276f3b38e26e", @@ -1548,7 +1548,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 445100540 }, - { + "sequence_file/b2d5ff76-941a-4e98-8636-3d530d1e7b63": { "sha1": "e49a041c40b11d1e67cf2ef4f948680aa477994d", "name": "MantonCB7_HiSeq_6_S22_L006_R1_001.fastq.gz", "uuid": "b2d5ff76-941a-4e98-8636-3d530d1e7b63", @@ -1560,7 +1560,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1196927416 }, - { + "sequence_file/8ad1ce1c-af56-40c5-b139-bb19fbc7fe20": { "sha1": "941e09648957f833d3a36e85da2cbea6a5cba9a8", "name": "MantonCB8_HiSeq_2_S26_L007_R2_001.fastq.gz", "uuid": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20", @@ -1572,7 +1572,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2920253576 }, - { + "sequence_file/63ef4ec3-73f1-4ee8-b392-45293f36cf3d": { "sha1": "75bdcbf4332e216a62f4d63a62df64b38bc5ee7e", "name": "MantonCB7_HiSeq_3_S19_L006_I1_001.fastq.gz", "uuid": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d", @@ -1584,7 +1584,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 429826554 }, - { + "sequence_file/0e0e0209-9277-4904-b38d-ef2a97ba2773": { "sha1": "fcbaddb14bfd2a5e661424bb043dbc85c6142b15", "name": "MantonCB5_HiSeq_6_S6_L001_R2_001.fastq.gz", "uuid": "0e0e0209-9277-4904-b38d-ef2a97ba2773", @@ -1596,7 +1596,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3580235445 }, - { + "sequence_file/88883f8c-4659-40a4-b5df-f37bca5183ba": { "sha1": "0d080a7180efbf8149c4a3262924b97865a404fb", "name": "MantonCB5_HiSeq_7_S7_L001_R2_001.fastq.gz", "uuid": "88883f8c-4659-40a4-b5df-f37bca5183ba", @@ -1608,7 +1608,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3818195405 }, - { + "sequence_file/43f5a634-dc82-4099-9b89-221e04ffc981": { "sha1": "6d6a7177c55338af833008f2064d135e39e32e24", "name": "MantonCB7_HiSeq_7_S23_L005_R2_001.fastq.gz", "uuid": "43f5a634-dc82-4099-9b89-221e04ffc981", @@ -1620,7 +1620,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3550299492 }, - { + "sequence_file/8c502d9e-2105-4d00-987d-759e583af7c5": { "sha1": "0470dbec26e349119a98e0794dd5a4253a1c0e5c", "name": "MantonCB7_HiSeq_2_S18_L005_R1_001.fastq.gz", "uuid": "8c502d9e-2105-4d00-987d-759e583af7c5", @@ -1632,7 +1632,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 624542668 }, - { + "sequence_file/d0ef4648-0237-4c64-b124-b70b17d8099e": { "sha1": "b2d4d78b72010f3c9d228c71eae63674fb900842", "name": "MantonCB6_HiSeq_7_S15_L004_I1_001.fastq.gz", "uuid": "d0ef4648-0237-4c64-b124-b70b17d8099e", @@ -1644,7 +1644,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 498011938 }, - { + "sequence_file/01a566c6-ab81-4a35-9d8c-3631fadc7ef7": { "sha1": "a06eb1bcfe6a5d9fa16c9cdbe9a44c93c18749a4", "name": "MantonCB7_HiSeq_6_S22_L005_I1_001.fastq.gz", "uuid": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7", @@ -1656,7 +1656,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 381122239 }, - { + "sequence_file/61079973-c1c2-43a1-bb8a-1fcd53ba28b9": { "sha1": "0181d0fa9388c9f997e2fc70e2cd45278a0eacb1", "name": "MantonCB8_HiSeq_1_S25_L007_I1_001.fastq.gz", "uuid": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9", @@ -1668,7 +1668,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 334773833 }, - { + "sequence_file/7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d": { "sha1": "50698420ba1cfef27c5627fb298b2e207790fcd4", "name": "MantonCB7_HiSeq_7_S23_L006_I1_001.fastq.gz", "uuid": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d", @@ -1680,7 +1680,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 420929420 }, - { + "sequence_file/578890ad-325d-4081-b033-edd7cb3c221a": { "sha1": "810fe221e2feb3d6a5580796711602a09ad767b8", "name": "MantonCB6_HiSeq_3_S11_L004_R2_001.fastq.gz", "uuid": "578890ad-325d-4081-b033-edd7cb3c221a", @@ -1692,7 +1692,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3216238655 }, - { + "sequence_file/064a2cdf-18fb-4039-9faf-9bc55bfe0b81": { "sha1": "94aeaf81f3ed52e8515909e5540947016f1f0337", "name": "MantonCB8_HiSeq_4_S28_L008_R2_001.fastq.gz", "uuid": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81", @@ -1704,7 +1704,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2831460171 }, - { + "sequence_file/a9699776-1b44-4f90-b996-2eaeb8785a7a": { "sha1": "e9c7ae6f4e6a15ceaf8393fd61a561fc031dd6a7", "name": "MantonCB8_HiSeq_4_S28_L008_I1_001.fastq.gz", "uuid": "a9699776-1b44-4f90-b996-2eaeb8785a7a", @@ -1716,7 +1716,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 341211072 }, - { + "sequence_file/4d4bc5c5-e07a-4c31-a797-3d3159b42f9a": { "sha1": "e75afdefdba1f6dc57e323e1ed3cd9ac6b0b8979", "name": "MantonCB7_HiSeq_8_S24_L005_R2_001.fastq.gz", "uuid": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a", @@ -1728,7 +1728,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3737962239 }, - { + "sequence_file/c27b7f86-1a00-4eab-8267-1c138b5e37f6": { "sha1": "8675f8530e6064127d22c8ab83459f27879278e5", "name": "MantonCB5_HiSeq_6_S6_L001_I1_001.fastq.gz", "uuid": "c27b7f86-1a00-4eab-8267-1c138b5e37f6", @@ -1740,7 +1740,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 405583379 }, - { + "sequence_file/6e67ea1f-e553-4301-9647-237c23af06a0": { "sha1": "23c5adcf0530c1f24b785a54fa8880a43d075d77", "name": "MantonCB7_HiSeq_7_S23_L006_R1_001.fastq.gz", "uuid": "6e67ea1f-e553-4301-9647-237c23af06a0", @@ -1752,7 +1752,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1290668376 }, - { + "sequence_file/1486fa5d-3e27-4942-baa6-e8b3db1b09c4": { "sha1": "80a319d896c5feee6ab1ad68adc826ef81ddcb4e", "name": "MantonCB6_HiSeq_2_S10_L004_R2_001.fastq.gz", "uuid": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4", @@ -1764,7 +1764,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3587197396 }, - { + "sequence_file/edb92ba9-449b-4d51-a638-22e26a5d471e": { "sha1": "2a0266b6c1651a1aeccc41fce66a5ccb8732307a", "name": "MantonCB8_HiSeq_8_S32_L008_R2_001.fastq.gz", "uuid": "edb92ba9-449b-4d51-a638-22e26a5d471e", @@ -1776,7 +1776,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3970216839 }, - { + "sequence_file/7bdae9af-9ece-44c7-816b-abdf3ef629be": { "sha1": "844105f579b73730abb78eb76fcc4c10b4da246e", "name": "MantonCB7_HiSeq_4_S20_L005_R2_001.fastq.gz", "uuid": "7bdae9af-9ece-44c7-816b-abdf3ef629be", @@ -1788,7 +1788,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3468414714 }, - { + "sequence_file/ad3b081b-2f62-44bd-ba24-3042632e4e56": { "sha1": "5573230f78e2dd9429afc1fb1c6018640c3ac794", "name": "MantonCB5_HiSeq_5_S5_L001_R1_001.fastq.gz", "uuid": "ad3b081b-2f62-44bd-ba24-3042632e4e56", @@ -1800,7 +1800,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1293836719 }, - { + "sequence_file/4d547634-951e-44ad-9259-a7d9ca2d7658": { "sha1": "5d6d5d5c7caae25c61b2928067019097833874e1", "name": "MantonCB8_HiSeq_3_S27_L008_R2_001.fastq.gz", "uuid": "4d547634-951e-44ad-9259-a7d9ca2d7658", @@ -1812,7 +1812,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3035928358 }, - { + "sequence_file/8a8398e9-7b04-4c33-b9e8-408f0cf945f3": { "sha1": "62365ef9168395b5be0b1674e1c00e57e39fb153", "name": "MantonCB8_HiSeq_6_S30_L007_R1_001.fastq.gz", "uuid": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3", @@ -1824,7 +1824,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1457684695 }, - { + "sequence_file/73934c9a-041e-4ac3-81fe-cbaee7972d5c": { "sha1": "466836f9bd9605c265199cd6f4b634b320e1b2ea", "name": "MantonCB7_HiSeq_4_S20_L006_R2_001.fastq.gz", "uuid": "73934c9a-041e-4ac3-81fe-cbaee7972d5c", @@ -1836,7 +1836,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3629005437 }, - { + "sequence_file/1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5": { "sha1": "2f2e221ed496ff3df1e799286808cfe3f2042103", "name": "MantonCB7_HiSeq_3_S19_L006_R2_001.fastq.gz", "uuid": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5", @@ -1848,7 +1848,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3812340660 }, - { + "sequence_file/09171dfe-fadc-487c-b18e-a6e02c6d46ba": { "sha1": "3732c197db65df4167987f45291ea310008e27e5", "name": "MantonCB5_HiSeq_4_S4_L002_R1_001.fastq.gz", "uuid": "09171dfe-fadc-487c-b18e-a6e02c6d46ba", @@ -1860,7 +1860,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1239289508 }, - { + "sequence_file/e933a3ca-1820-4812-84e5-7aeff871e161": { "sha1": "25bbf4105405a3c9e93792faad7ed1b3abfc5255", "name": "MantonCB5_HiSeq_1_S1_L001_I1_001.fastq.gz", "uuid": "e933a3ca-1820-4812-84e5-7aeff871e161", @@ -1872,7 +1872,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 385533402 }, - { + "sequence_file/4c45fc75-b4e8-41c6-900d-e9c491f50e17": { "sha1": "7d9e227c62d4bd5109c2a1e685da263225c5c0d1", "name": "MantonCB6_HiSeq_7_S15_L003_R2_001.fastq.gz", "uuid": "4c45fc75-b4e8-41c6-900d-e9c491f50e17", @@ -1884,7 +1884,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4219841827 }, - { + "sequence_file/7f143ce8-8f68-4792-afc1-c7340e40a726": { "sha1": "06848e2d284ef9821eaecc6ae601ea5a371cf6db", "name": "MantonCB5_HiSeq_7_S7_L002_R2_001.fastq.gz", "uuid": "7f143ce8-8f68-4792-afc1-c7340e40a726", @@ -1896,7 +1896,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3759286734 }, - { + "sequence_file/9641c4d4-4611-462c-bba1-c74bdc0634fd": { "sha1": "062e62179f859681d789faeab65ce9c6ce4008be", "name": "MantonCB5_HiSeq_4_S4_L002_I1_001.fastq.gz", "uuid": "9641c4d4-4611-462c-bba1-c74bdc0634fd", @@ -1908,7 +1908,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 404390304 }, - { + "sequence_file/4eb12302-6a01-4f2d-86cb-3eea398d7e52": { "sha1": "fbe73499303632a6f8f6d777ff69184718f1fad6", "name": "MantonCB6_HiSeq_5_S13_L004_I1_001.fastq.gz", "uuid": "4eb12302-6a01-4f2d-86cb-3eea398d7e52", @@ -1920,7 +1920,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 356529945 }, - { + "sequence_file/b1d42bb4-602c-488f-a519-efe483780513": { "sha1": "cf8140e6db08321729cc30662ea6dab91509fbe5", "name": "MantonCB8_HiSeq_1_S25_L007_R1_001.fastq.gz", "uuid": "b1d42bb4-602c-488f-a519-efe483780513", @@ -1932,7 +1932,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 993411883 }, - { + "sequence_file/cf561267-e185-4e7d-9bd8-28b6dc091015": { "sha1": "aae57b179143caaf6d9ab0c702894aa120855ba7", "name": "MantonCB5_HiSeq_5_S5_L001_I1_001.fastq.gz", "uuid": "cf561267-e185-4e7d-9bd8-28b6dc091015", @@ -1944,7 +1944,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 420136183 }, - { + "sequence_file/9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4": { "sha1": "114af04fdf316dd1b81bd372c59fcaec447911bd", "name": "MantonCB5_HiSeq_8_S8_L002_R2_001.fastq.gz", "uuid": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4", @@ -1956,7 +1956,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3613423542 }, - { + "sequence_file/78ec0998-8fb4-4e96-bce4-c1894f6c2e5d": { "sha1": "c0d5eb54d66ec072d522772be844dad1929f7377", "name": "MantonCB6_HiSeq_4_S12_L004_R1_001.fastq.gz", "uuid": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d", @@ -1968,7 +1968,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1334094674 }, - { + "sequence_file/231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f": { "sha1": "c161648bdc456c245f7cd4e6d873d3d3262714ad", "name": "MantonCB6_HiSeq_6_S14_L003_I1_001.fastq.gz", "uuid": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f", @@ -1980,7 +1980,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 342223367 }, - { + "sequence_file/cd348ba7-51d0-4ab9-b931-e6e57d7b087d": { "sha1": "398b315584d95b3d4925919227e643fab00b71b1", "name": "MantonCB6_HiSeq_6_S14_L003_R1_001.fastq.gz", "uuid": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d", @@ -1992,7 +1992,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1048202075 }, - { + "sequence_file/e201faf7-02da-4703-a891-766c6add57f9": { "sha1": "5b4f1808ac1e01bcd3ddcf527995bec3aec5afd2", "name": "MantonCB6_HiSeq_7_S15_L004_R1_001.fastq.gz", "uuid": "e201faf7-02da-4703-a891-766c6add57f9", @@ -2004,7 +2004,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1544545167 }, - { + "sequence_file/88018608-c4b1-4ec9-abc1-d8940a604397": { "sha1": "83a224b40c75023e35c3fa88e21a78a25a88a4c4", "name": "MantonCB6_HiSeq_1_S9_L003_I1_001.fastq.gz", "uuid": "88018608-c4b1-4ec9-abc1-d8940a604397", @@ -2016,7 +2016,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 376884004 }, - { + "sequence_file/97aa5b24-7f19-4b99-9473-cf2518cd6f03": { "sha1": "f77d94d1ec6cb31b4606476e2584bde49e5a7d8b", "name": "MantonCB6_HiSeq_8_S16_L003_I1_001.fastq.gz", "uuid": "97aa5b24-7f19-4b99-9473-cf2518cd6f03", @@ -2028,7 +2028,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 368015482 }, - { + "sequence_file/0622a845-6109-4c1a-bf60-aa1d47d23799": { "sha1": "fea03e5db5a01ad49bce8c1a3c2fccaf6caa53e1", "name": "MantonCB7_HiSeq_6_S22_L006_I1_001.fastq.gz", "uuid": "0622a845-6109-4c1a-bf60-aa1d47d23799", @@ -2040,7 +2040,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 394878983 }, - { + "sequence_file/c0b50eb0-f38a-4102-ae11-355adc3a9753": { "sha1": "bad5e5fad157a473c1f955170db4ad8600ab0742", "name": "MantonCB8_HiSeq_7_S31_L007_R1_001.fastq.gz", "uuid": "c0b50eb0-f38a-4102-ae11-355adc3a9753", @@ -2052,7 +2052,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1483676715 }, - { + "sequence_file/325e58bd-5f19-47fd-9231-12d1bbb19fb8": { "sha1": "8ac52e350cdef486a4fb9607c6cd11900696a3c1", "name": "MantonCB8_HiSeq_5_S29_L008_I1_001.fastq.gz", "uuid": "325e58bd-5f19-47fd-9231-12d1bbb19fb8", @@ -2064,7 +2064,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 433544507 }, - { + "sequence_file/f47923b9-561c-444c-8b18-ea8c1d4bf75d": { "sha1": "eb827e78ecb3ccbda2cc11dde4ba162936cd8f21", "name": "MantonCB6_HiSeq_5_S13_L004_R1_001.fastq.gz", "uuid": "f47923b9-561c-444c-8b18-ea8c1d4bf75d", @@ -2076,7 +2076,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1085513025 }, - { + "sequence_file/da470794-0fc6-453d-a166-fc8c3bf9ce8c": { "sha1": "44c4183acdadddd6605fa0ff51e2e25ec0d68637", "name": "MantonCB7_HiSeq_8_S24_L006_I1_001.fastq.gz", "uuid": "da470794-0fc6-453d-a166-fc8c3bf9ce8c", @@ -2088,7 +2088,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 434876041 }, - { + "sequence_file/16a57933-11e5-4852-93a0-805e0433b2dd": { "sha1": "868b3a2392e7b83bd5b21cf6d11428c449906d71", "name": "MantonCB7_HiSeq_7_S23_L006_R2_001.fastq.gz", "uuid": "16a57933-11e5-4852-93a0-805e0433b2dd", @@ -2100,7 +2100,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3698396558 }, - { + "sequence_file/b877aa35-fc46-40b9-8869-bd717f9465db": { "sha1": "168cdc8c800b96c58d68b03f86743e785caf1607", "name": "MantonCB5_HiSeq_7_S7_L001_I1_001.fastq.gz", "uuid": "b877aa35-fc46-40b9-8869-bd717f9465db", @@ -2112,7 +2112,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 448353650 }, - { + "sequence_file/c8702058-1e5c-48e9-a1ac-d296478e7218": { "sha1": "6314b21d3df6749209afbf594fd179d774b54d61", "name": "MantonCB5_HiSeq_5_S5_L002_R2_001.fastq.gz", "uuid": "c8702058-1e5c-48e9-a1ac-d296478e7218", @@ -2124,7 +2124,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3620639601 }, - { + "sequence_file/21e743eb-f83e-428b-96af-8d6182610e0a": { "sha1": "6f4ee0df88d6fa6151e51bb6151b09715d14d0eb", "name": "MantonCB8_HiSeq_6_S30_L007_I1_001.fastq.gz", "uuid": "21e743eb-f83e-428b-96af-8d6182610e0a", @@ -2136,7 +2136,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 489739577 }, - { + "sequence_file/edfc2355-865b-4b05-8bd5-816907acca07": { "sha1": "397eae317406d469f6ceab4892483e1d3bfa0fd0", "name": "MantonCB6_HiSeq_2_S10_L003_I1_001.fastq.gz", "uuid": "edfc2355-865b-4b05-8bd5-816907acca07", @@ -2148,7 +2148,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 382329217 }, - { + "sequence_file/481d7c49-8b4a-42ca-b4fd-021cf71cbc15": { "sha1": "3809ef7691e06bcb3e4d89b1e2fa0c53c7c61039", "name": "MantonCB6_HiSeq_1_S9_L004_I1_001.fastq.gz", "uuid": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15", @@ -2160,7 +2160,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 392615055 }, - { + "sequence_file/72057d86-405e-461a-af7f-344ae067bff7": { "sha1": "2b050c76806097a59ef46a94a3d1284bb3574ea5", "name": "MantonCB5_HiSeq_1_S1_L002_R2_001.fastq.gz", "uuid": "72057d86-405e-461a-af7f-344ae067bff7", @@ -2172,7 +2172,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3294450182 }, - { + "sequence_file/e310f0db-3e59-4339-8fc0-6322ba946dd9": { "sha1": "170eceb6a17321f5b8f9dc7fa9187b4acfe1b711", "name": "MantonCB6_HiSeq_6_S14_L004_I1_001.fastq.gz", "uuid": "e310f0db-3e59-4339-8fc0-6322ba946dd9", @@ -2184,7 +2184,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 356717763 }, - { + "sequence_file/00df0394-0487-4144-9c35-39d741045981": { "sha1": "f7fe2d34bbb1bff368184f335af631d55a4228b9", "name": "MantonCB8_HiSeq_1_S25_L008_I1_001.fastq.gz", "uuid": "00df0394-0487-4144-9c35-39d741045981", @@ -2196,7 +2196,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 336182046 }, - { + "sequence_file/54bf0b5a-eac1-40eb-8507-162234918804": { "sha1": "acffb40a90075c4e1fc3d2d9ee1c5ab649c8b6b0", "name": "MantonCB6_HiSeq_4_S12_L003_R2_001.fastq.gz", "uuid": "54bf0b5a-eac1-40eb-8507-162234918804", @@ -2208,7 +2208,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3649999977 }, - { + "sequence_file/e6d7ead7-8e3c-437d-9d4d-f46bedf11c22": { "sha1": "05ce7be6f8a74c9c9a41741f8b82aefe1c01d050", "name": "MantonCB6_HiSeq_3_S11_L004_I1_001.fastq.gz", "uuid": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22", @@ -2220,7 +2220,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 365363881 }, - { + "sequence_file/9888d80c-aee4-4e18-b8e9-582e064a168c": { "sha1": "683e1c10358ab903e58de4b72ef38ead92170f29", "name": "MantonCB8_HiSeq_3_S27_L008_I1_001.fastq.gz", "uuid": "9888d80c-aee4-4e18-b8e9-582e064a168c", @@ -2232,7 +2232,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 357693500 }, - { + "sequence_file/6f2e3c9b-3393-455f-8b8d-5551bc5e2f44": { "sha1": "40d093d244347edd609761d69911cd196cd0fd34", "name": "MantonCB6_HiSeq_1_S9_L004_R1_001.fastq.gz", "uuid": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44", @@ -2244,7 +2244,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1221169065 }, - { + "sequence_file/467e06e0-34e5-42bc-b647-72402e919357": { "sha1": "c9f6e70030ef76ae88556cc899b874be7b2f810a", "name": "MantonCB5_HiSeq_8_S8_L002_I1_001.fastq.gz", "uuid": "467e06e0-34e5-42bc-b647-72402e919357", @@ -2256,7 +2256,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 411358196 }, - { + "sequence_file/4c0876d7-220f-47cc-841c-7269bc24c014": { "sha1": "9cdc919bd9a16b562858537fd4aa1fee95b94691", "name": "MantonCB5_HiSeq_3_S3_L002_R1_001.fastq.gz", "uuid": "4c0876d7-220f-47cc-841c-7269bc24c014", @@ -2268,7 +2268,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1246570312 }, - { + "sequence_file/10268a25-2d4a-48e3-a322-08c1b7988375": { "sha1": "6d8c2f269dd57a2ca8466d5b0706177cebbcf89b", "name": "MantonCB7_HiSeq_4_S20_L006_I1_001.fastq.gz", "uuid": "10268a25-2d4a-48e3-a322-08c1b7988375", @@ -2280,7 +2280,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 394889210 }, - { + "sequence_file/ec749311-5dd2-4cd6-a2fc-8f072d614bb5": { "sha1": "1741dab472015a7f0d147ec411d1b0a151c5f27b", "name": "MantonCB8_HiSeq_7_S31_L008_R1_001.fastq.gz", "uuid": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5", @@ -2292,7 +2292,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1480451838 }, - { + "sequence_file/a8d5b273-9a5f-4071-97be-305fc4bbbe6c": { "sha1": "480c2243a03f6632ee7eafa34ca6110deb781596", "name": "MantonCB7_HiSeq_7_S23_L005_R1_001.fastq.gz", "uuid": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c", @@ -2304,9 +2304,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 1247243321 } - ], + }, "metadata": { - "project.json": { + "project/6504d48c-1610-43aa-8cf8-214a960e110c": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", "project_core": { @@ -2435,10394 +2435,10367 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4753, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.961Z", - "updateDate": "2018-03-26T17:00:44.422Z", - "document_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234" - } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.750Z", - "updateDate": "2018-03-26T17:00:11.102Z", - "document_id": "763da7c3-cf84-4dd1-9816-99387476f439" + "cell_suspension/81bdd959-6a0c-45e8-a95f-9e94362ac234": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB5", - "biomaterial_name": "Cord blood donor 5" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.632Z", - "updateDate": "2018-03-26T16:59:45.482Z", - "document_id": "50df319c-ce04-45d3-bf61-72017700f4c7" + ], + "total_estimated_cells": 4753, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.961Z", + "updateDate": "2018-03-26T17:00:44.422Z", + "document_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234" + } + }, + "specimen_from_organism/763da7c3-cf84-4dd1-9816-99387476f439": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5143, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.487Z", - "updateDate": "2018-03-26T17:00:59.268Z", - "document_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.649Z", - "updateDate": "2018-03-26T17:00:59.251Z", - "document_id": "ea978eed-c518-421b-9ff1-e9946e79285d" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.750Z", + "updateDate": "2018-03-26T17:00:11.102Z", + "document_id": "763da7c3-cf84-4dd1-9816-99387476f439" + } + }, + "donor_organism/50df319c-ce04-45d3-bf61-72017700f4c7": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB7", - "biomaterial_name": "Cord blood donor 7" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.579Z", - "updateDate": "2018-03-26T16:59:45.651Z", - "document_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB5", + "biomaterial_name": "Cord blood donor 5" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.632Z", + "updateDate": "2018-03-26T16:59:45.482Z", + "document_id": "50df319c-ce04-45d3-bf61-72017700f4c7" + } + }, + "cell_suspension/8a5f6526-b075-4dc6-911a-094c9e9df5b8": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2898, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.545Z", - "updateDate": "2018-03-26T17:00:44.514Z", - "document_id": "572da738-8893-43d6-b437-97b57372f0aa" + ], + "total_estimated_cells": 5143, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.487Z", + "updateDate": "2018-03-26T17:00:59.268Z", + "document_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8" + } + }, + "specimen_from_organism/ea978eed-c518-421b-9ff1-e9946e79285d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.725Z", - "updateDate": "2018-03-26T17:00:08.216Z", - "document_id": "78dc08e0-7fe8-4f1d-a5cb-b11634010810" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB8", - "biomaterial_name": "Cord blood donor 8" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.719Z", - "updateDate": "2018-03-26T16:59:46.105Z", - "document_id": "314393db-9a5f-45f8-95e3-cafb4006484c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.649Z", + "updateDate": "2018-03-26T17:00:59.251Z", + "document_id": "ea978eed-c518-421b-9ff1-e9946e79285d" + } + }, + "donor_organism/dc6819c9-6df9-4028-9a27-d4b4051475ae": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4556, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.779Z", - "updateDate": "2018-03-26T17:00:44.550Z", - "document_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB7", + "biomaterial_name": "Cord blood donor 7" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.579Z", + "updateDate": "2018-03-26T16:59:45.651Z", + "document_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae" + } + }, + "cell_suspension/572da738-8893-43d6-b437-97b57372f0aa": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.566Z", - "updateDate": "2018-03-26T17:00:07.927Z", - "document_id": "d1c9cf7c-021d-48a2-84f9-17f92358d6e7" + ], + "total_estimated_cells": 2898, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.545Z", + "updateDate": "2018-03-26T17:00:44.514Z", + "document_id": "572da738-8893-43d6-b437-97b57372f0aa" + } + }, + "specimen_from_organism/78dc08e0-7fe8-4f1d-a5cb-b11634010810": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "postpartum", - "ontology": "EFO:0008562" - }, - "organism_age": "0", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "CB6", - "biomaterial_name": "Cord blood donor 6" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.554Z", - "updateDate": "2018-03-26T16:59:45.603Z", - "document_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3339, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.418Z", - "updateDate": "2018-03-26T17:00:44.586Z", - "document_id": "44346960-0ad4-4a30-bbfe-06353cde8f93" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.725Z", + "updateDate": "2018-03-26T17:00:08.216Z", + "document_id": "78dc08e0-7fe8-4f1d-a5cb-b11634010810" + } + }, + "donor_organism/314393db-9a5f-45f8-95e3-cafb4006484c": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.519Z", - "updateDate": "2018-03-26T17:00:08.671Z", - "document_id": "d3e0f71e-4d00-4567-88af-d797365a7544" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB8", + "biomaterial_name": "Cord blood donor 8" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.719Z", + "updateDate": "2018-03-26T16:59:46.105Z", + "document_id": "314393db-9a5f-45f8-95e3-cafb4006484c" + } + }, + "cell_suspension/71736a6a-0d29-4abe-a0d8-c2cb9d8b010d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2518, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.442Z", - "updateDate": "2018-03-26T17:00:44.631Z", - "document_id": "6f88495f-2ae4-432a-a539-da0d4ffba654" + ], + "total_estimated_cells": 4556, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.779Z", + "updateDate": "2018-03-26T17:00:44.550Z", + "document_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d" + } + }, + "specimen_from_organism/d1c9cf7c-021d-48a2-84f9-17f92358d6e7": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.657Z", - "updateDate": "2018-03-26T17:00:08.149Z", - "document_id": "b37160d6-fc23-4b41-97d7-c970b004017d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4626, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.806Z", - "updateDate": "2018-03-26T17:00:57.284Z", - "document_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.566Z", + "updateDate": "2018-03-26T17:00:07.927Z", + "document_id": "d1c9cf7c-021d-48a2-84f9-17f92358d6e7" + } + }, + "donor_organism/db47eeb1-619b-4b97-b5a6-f7e8c7b316aa": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.675Z", - "updateDate": "2018-03-26T17:00:57.265Z", - "document_id": "28b88c0c-2ee1-46ae-aa72-4eac1948a77d" + ], + "development_stage": { + "text": "postpartum", + "ontology": "EFO:0008562" + }, + "organism_age": "0", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "CB6", + "biomaterial_name": "Cord blood donor 6" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.554Z", + "updateDate": "2018-03-26T16:59:45.603Z", + "document_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa" + } + }, + "cell_suspension/44346960-0ad4-4a30-bbfe-06353cde8f93": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3788, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.995Z", - "updateDate": "2018-03-26T17:00:44.761Z", - "document_id": "ead1ae86-f0ef-4f78-872d-939d6da81668" + ], + "total_estimated_cells": 3339, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.418Z", + "updateDate": "2018-03-26T17:00:44.586Z", + "document_id": "44346960-0ad4-4a30-bbfe-06353cde8f93" + } + }, + "specimen_from_organism/d3e0f71e-4d00-4567-88af-d797365a7544": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.100Z", - "updateDate": "2018-03-26T17:00:08.739Z", - "document_id": "0ae78f8c-c014-4fc7-8686-232ae967d75a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5132, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.244Z", - "updateDate": "2018-03-26T17:00:58.788Z", - "document_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.519Z", + "updateDate": "2018-03-26T17:00:08.671Z", + "document_id": "d3e0f71e-4d00-4567-88af-d797365a7544" + } + }, + "cell_suspension/6f88495f-2ae4-432a-a539-da0d4ffba654": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.351Z", - "updateDate": "2018-03-26T17:00:58.747Z", - "document_id": "e7a31b36-8f58-4184-900e-1217246ac851" + ], + "total_estimated_cells": 2518, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.442Z", + "updateDate": "2018-03-26T17:00:44.631Z", + "document_id": "6f88495f-2ae4-432a-a539-da0d4ffba654" + } + }, + "specimen_from_organism/b37160d6-fc23-4b41-97d7-c970b004017d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4728, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.973Z", - "updateDate": "2018-03-26T17:00:57.359Z", - "document_id": "2917ffc8-a755-4dac-8138-1bf2be845ada" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.933Z", - "updateDate": "2018-03-26T17:00:57.341Z", - "document_id": "d564f2ca-5723-4562-a610-eb93e79ec359" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.657Z", + "updateDate": "2018-03-26T17:00:08.149Z", + "document_id": "b37160d6-fc23-4b41-97d7-c970b004017d" + } + }, + "cell_suspension/72fce6b8-9f90-4e20-9a3a-1648647d1249": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4582, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.254Z", - "updateDate": "2018-03-26T17:00:58.880Z", - "document_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc" + ], + "total_estimated_cells": 4626, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.806Z", + "updateDate": "2018-03-26T17:00:57.284Z", + "document_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249" + } + }, + "specimen_from_organism/28b88c0c-2ee1-46ae-aa72-4eac1948a77d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.593Z", - "updateDate": "2018-03-26T17:00:58.856Z", - "document_id": "1d17ae51-1351-4eea-a012-f8e4f89d6b2e" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4707, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.346Z", - "updateDate": "2018-03-26T17:00:44.852Z", - "document_id": "bd155232-8891-4971-b69f-7cc033b07274" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.675Z", + "updateDate": "2018-03-26T17:00:57.265Z", + "document_id": "28b88c0c-2ee1-46ae-aa72-4eac1948a77d" + } + }, + "cell_suspension/ead1ae86-f0ef-4f78-872d-939d6da81668": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.595Z", - "updateDate": "2018-03-26T17:00:10.909Z", - "document_id": "ff968d9d-9cde-448f-8536-a42a8897de21" + ], + "total_estimated_cells": 3788, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.995Z", + "updateDate": "2018-03-26T17:00:44.761Z", + "document_id": "ead1ae86-f0ef-4f78-872d-939d6da81668" + } + }, + "specimen_from_organism/0ae78f8c-c014-4fc7-8686-232ae967d75a": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4557, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.450Z", - "updateDate": "2018-03-26T17:01:01.693Z", - "document_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.673Z", - "updateDate": "2018-03-26T17:01:01.672Z", - "document_id": "b7e702dc-afe1-4885-b533-2aff7ac1aa98" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.100Z", + "updateDate": "2018-03-26T17:00:08.739Z", + "document_id": "0ae78f8c-c014-4fc7-8686-232ae967d75a" + } + }, + "cell_suspension/8b15396e-4b2c-4acd-9a17-503a83e4202b": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4492, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.186Z", - "updateDate": "2018-03-26T17:01:00.795Z", - "document_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752" + ], + "total_estimated_cells": 5132, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.244Z", + "updateDate": "2018-03-26T17:00:58.788Z", + "document_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b" + } + }, + "specimen_from_organism/e7a31b36-8f58-4184-900e-1217246ac851": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.090Z", - "updateDate": "2018-03-26T17:01:00.777Z", - "document_id": "d7c1e6a7-9596-4da3-a040-505bfad74e27" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5022, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.592Z", - "updateDate": "2018-03-26T17:00:58.644Z", - "document_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.351Z", + "updateDate": "2018-03-26T17:00:58.747Z", + "document_id": "e7a31b36-8f58-4184-900e-1217246ac851" + } + }, + "cell_suspension/2917ffc8-a755-4dac-8138-1bf2be845ada": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.625Z", - "updateDate": "2018-03-26T17:00:58.609Z", - "document_id": "17efe7f8-ed9f-4687-8634-c63c23574b01" + ], + "total_estimated_cells": 4728, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.973Z", + "updateDate": "2018-03-26T17:00:57.359Z", + "document_id": "2917ffc8-a755-4dac-8138-1bf2be845ada" + } + }, + "specimen_from_organism/d564f2ca-5723-4562-a610-eb93e79ec359": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4478, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.616Z", - "updateDate": "2018-03-26T17:00:57.512Z", - "document_id": "9da73948-fe14-496d-a110-0df327507937" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.063Z", - "updateDate": "2018-03-26T17:00:57.432Z", - "document_id": "7a82dafe-0e6b-409e-97d1-53a06460465b" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.933Z", + "updateDate": "2018-03-26T17:00:57.341Z", + "document_id": "d564f2ca-5723-4562-a610-eb93e79ec359" + } + }, + "cell_suspension/88d3493b-96f9-4d1d-9188-9d05c0a93acc": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4675, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.694Z", - "updateDate": "2018-03-26T17:00:44.922Z", - "document_id": "baf9d068-e427-47fc-b753-173614eca3e0" + ], + "total_estimated_cells": 4582, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.254Z", + "updateDate": "2018-03-26T17:00:58.880Z", + "document_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc" + } + }, + "specimen_from_organism/1d17ae51-1351-4eea-a012-f8e4f89d6b2e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.492Z", - "updateDate": "2018-03-26T17:00:10.978Z", - "document_id": "387daa16-d7c1-4501-ae45-b16d1323ee5d" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5236, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.201Z", - "updateDate": "2018-03-26T17:00:59.197Z", - "document_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.593Z", + "updateDate": "2018-03-26T17:00:58.856Z", + "document_id": "1d17ae51-1351-4eea-a012-f8e4f89d6b2e" + } + }, + "cell_suspension/bd155232-8891-4971-b69f-7cc033b07274": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.078Z", - "updateDate": "2018-03-26T17:00:59.166Z", - "document_id": "e887c7b9-ba8c-4c5f-b1e0-11de28471861" + ], + "total_estimated_cells": 4707, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.346Z", + "updateDate": "2018-03-26T17:00:44.852Z", + "document_id": "bd155232-8891-4971-b69f-7cc033b07274" + } + }, + "specimen_from_organism/ff968d9d-9cde-448f-8536-a42a8897de21": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 2895, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.357Z", - "updateDate": "2018-03-26T17:00:44.952Z", - "document_id": "7a05391e-b62c-49ff-a735-978a4b9d2346" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.324Z", - "updateDate": "2018-03-26T17:00:08.029Z", - "document_id": "fb255758-4d10-4a92-8909-eb49a10c65ec" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.595Z", + "updateDate": "2018-03-26T17:00:10.909Z", + "document_id": "ff968d9d-9cde-448f-8536-a42a8897de21" + } + }, + "cell_suspension/bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5119, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.491Z", - "updateDate": "2018-03-26T17:00:59.036Z", - "document_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9" + ], + "total_estimated_cells": 4557, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.450Z", + "updateDate": "2018-03-26T17:01:01.693Z", + "document_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3" + } + }, + "specimen_from_organism/b7e702dc-afe1-4885-b533-2aff7ac1aa98": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.668Z", - "updateDate": "2018-03-26T17:00:59.019Z", - "document_id": "841afd6b-4be7-47a9-9338-e49ff8795b46" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4425, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.760Z", - "updateDate": "2018-03-26T17:01:00.724Z", - "document_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.673Z", + "updateDate": "2018-03-26T17:01:01.672Z", + "document_id": "b7e702dc-afe1-4885-b533-2aff7ac1aa98" + } + }, + "cell_suspension/c09e0a3d-1a93-4637-86ea-39e5d23a1752": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.896Z", - "updateDate": "2018-03-26T17:01:00.696Z", - "document_id": "cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b" + ], + "total_estimated_cells": 4492, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.186Z", + "updateDate": "2018-03-26T17:01:00.795Z", + "document_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752" + } + }, + "specimen_from_organism/d7c1e6a7-9596-4da3-a040-505bfad74e27": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3753, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.790Z", - "updateDate": "2018-03-26T17:00:45.007Z", - "document_id": "61192824-ee22-4a17-9515-599e208a249a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.750Z", - "updateDate": "2018-03-26T17:00:08.571Z", - "document_id": "d033e456-46fd-4fa0-baeb-d1ce5ecbaf68" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.090Z", + "updateDate": "2018-03-26T17:01:00.777Z", + "document_id": "d7c1e6a7-9596-4da3-a040-505bfad74e27" + } + }, + "cell_suspension/a86bcf71-d42f-4266-b646-988d2b7c7dbb": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3686, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.946Z", - "updateDate": "2018-03-26T17:00:45.025Z", - "document_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a" + ], + "total_estimated_cells": 5022, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.592Z", + "updateDate": "2018-03-26T17:00:58.644Z", + "document_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb" + } + }, + "specimen_from_organism/17efe7f8-ed9f-4687-8634-c63c23574b01": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.463Z", - "updateDate": "2018-03-26T17:00:08.812Z", - "document_id": "e6e0b971-c9e3-4070-b639-f7aa60d75e51" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4530, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.431Z", - "updateDate": "2018-03-26T17:00:45.049Z", - "document_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.625Z", + "updateDate": "2018-03-26T17:00:58.609Z", + "document_id": "17efe7f8-ed9f-4687-8634-c63c23574b01" + } + }, + "cell_suspension/9da73948-fe14-496d-a110-0df327507937": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.831Z", - "updateDate": "2018-03-26T17:00:10.845Z", - "document_id": "6066f257-dbee-41a2-b15e-20ef46b7dafb" + ], + "total_estimated_cells": 4478, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.616Z", + "updateDate": "2018-03-26T17:00:57.512Z", + "document_id": "9da73948-fe14-496d-a110-0df327507937" + } + }, + "specimen_from_organism/7a82dafe-0e6b-409e-97d1-53a06460465b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5052, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.758Z", - "updateDate": "2018-03-26T17:00:59.335Z", - "document_id": "aa8d1086-deb2-472c-833a-9b70cee333af" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.114Z", - "updateDate": "2018-03-26T17:00:59.319Z", - "document_id": "cf29eee2-54b5-45aa-babb-09403848c5a4" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.063Z", + "updateDate": "2018-03-26T17:00:57.432Z", + "document_id": "7a82dafe-0e6b-409e-97d1-53a06460465b" + } + }, + "cell_suspension/baf9d068-e427-47fc-b753-173614eca3e0": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4245, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.782Z", - "updateDate": "2018-03-26T17:00:57.615Z", - "document_id": "e028d408-a455-4130-8f44-c0dbb78b0241" + ], + "total_estimated_cells": 4675, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.694Z", + "updateDate": "2018-03-26T17:00:44.922Z", + "document_id": "baf9d068-e427-47fc-b753-173614eca3e0" + } + }, + "specimen_from_organism/387daa16-d7c1-4501-ae45-b16d1323ee5d": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.949Z", - "updateDate": "2018-03-26T17:00:57.598Z", - "document_id": "62fdfbf1-0b7c-4501-833e-c5af52aafa43" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4366, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.873Z", - "updateDate": "2018-03-26T17:00:57.207Z", - "document_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.492Z", + "updateDate": "2018-03-26T17:00:10.978Z", + "document_id": "387daa16-d7c1-4501-ae45-b16d1323ee5d" + } + }, + "cell_suspension/823b3a90-710b-4475-8fc6-adfa6a7ded16": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB5" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.300Z", - "updateDate": "2018-03-26T17:00:57.188Z", - "document_id": "64a0fc9e-2711-4b2e-9c45-b17b53720a80" + ], + "total_estimated_cells": 5236, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.201Z", + "updateDate": "2018-03-26T17:00:59.197Z", + "document_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16" + } + }, + "specimen_from_organism/e887c7b9-ba8c-4c5f-b1e0-11de28471861": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3034, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.427Z", - "updateDate": "2018-03-26T17:00:45.165Z", - "document_id": "e53b4144-5944-4b49-8631-0a28839abba4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_CB8" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.245Z", - "updateDate": "2018-03-26T17:00:08.346Z", - "document_id": "1e76f915-3132-42c0-b045-54383ab9a567" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.078Z", + "updateDate": "2018-03-26T17:00:59.166Z", + "document_id": "e887c7b9-ba8c-4c5f-b1e0-11de28471861" + } + }, + "cell_suspension/7a05391e-b62c-49ff-a735-978a4b9d2346": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4493, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.667Z", - "updateDate": "2018-03-26T17:00:58.963Z", - "document_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be" + ], + "total_estimated_cells": 2895, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.357Z", + "updateDate": "2018-03-26T17:00:44.952Z", + "document_id": "7a05391e-b62c-49ff-a735-978a4b9d2346" + } + }, + "specimen_from_organism/fb255758-4d10-4a92-8909-eb49a10c65ec": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.379Z", - "updateDate": "2018-03-26T17:00:58.945Z", - "document_id": "88d9377c-e94a-4e8c-b458-2ab45e27327f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 5132, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.800Z", - "updateDate": "2018-03-26T17:00:59.405Z", - "document_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.324Z", + "updateDate": "2018-03-26T17:00:08.029Z", + "document_id": "fb255758-4d10-4a92-8909-eb49a10c65ec" + } + }, + "cell_suspension/eeebb4a8-7674-47a9-8273-c968a6683cb9": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.776Z", - "updateDate": "2018-03-26T17:00:59.387Z", - "document_id": "fa24dc24-72b4-437e-af38-4d8abf652607" + ], + "total_estimated_cells": 5119, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.491Z", + "updateDate": "2018-03-26T17:00:59.036Z", + "document_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9" + } + }, + "specimen_from_organism/841afd6b-4be7-47a9-9338-e49ff8795b46": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4270, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.556Z", - "updateDate": "2018-03-26T17:00:57.826Z", - "document_id": "f85928ba-9408-4910-b872-ff27e2d08cfb" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB6" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.265Z", - "updateDate": "2018-03-26T17:00:57.810Z", - "document_id": "d337b058-6be1-4863-af94-5cf305ed6265" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.668Z", + "updateDate": "2018-03-26T17:00:59.019Z", + "document_id": "841afd6b-4be7-47a9-9338-e49ff8795b46" + } + }, + "cell_suspension/c973d08a-1cc7-42aa-aad5-e5aa1628d5ff": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 917, - "target_cell_type": [ - { - "text": "umbilical cord blood cell", - "ontology": "CL:2000095" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.659Z", - "updateDate": "2018-03-26T17:00:59.105Z", - "document_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706" + ], + "total_estimated_cells": 4425, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.760Z", + "updateDate": "2018-03-26T17:01:00.724Z", + "document_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff" + } + }, + "specimen_from_organism/cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "CB7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_CB7" - }, - "organ_part": { - "text": "umbilical cord blood", - "ontology": "UBERON:0012168" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.607Z", - "updateDate": "2018-03-26T17:00:59.090Z", - "document_id": "daafc341-9439-431c-b6b4-f89f56be3f68" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" - }, - "file.json": { - "files": [ - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_1_S1_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.053Z", - "document_id": "e933a3ca-1820-4812-84e5-7aeff871e161" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_1_S1_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.080Z", - "document_id": "5f91ca55-71c3-4942-9be1-1a88e6b5417a" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.896Z", + "updateDate": "2018-03-26T17:01:00.696Z", + "document_id": "cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b" + } + }, + "cell_suspension/61192824-ee22-4a17-9515-599e208a249a": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_1_S1_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.134Z", - "document_id": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1" + ], + "total_estimated_cells": 3753, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.790Z", + "updateDate": "2018-03-26T17:00:45.007Z", + "document_id": "61192824-ee22-4a17-9515-599e208a249a" + } + }, + "specimen_from_organism/d033e456-46fd-4fa0-baeb-d1ce5ecbaf68": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_1_S1_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.157Z", - "document_id": "94963c37-2c09-4e55-b864-a4579d7e2b4a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_1_S1_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.195Z", - "document_id": "cec9c639-6e88-45be-8e15-423928eaca7f" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.750Z", + "updateDate": "2018-03-26T17:00:08.571Z", + "document_id": "d033e456-46fd-4fa0-baeb-d1ce5ecbaf68" + } + }, + "cell_suspension/85b04bdc-07c0-41a2-87ba-e61bee1bff3a": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_1_S1_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.214Z", - "document_id": "72057d86-405e-461a-af7f-344ae067bff7" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_2_S2_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.229Z", - "document_id": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_2_S2_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.266Z", - "document_id": "951e9c14-d91d-4f77-af22-10bc767a0c4e" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_2_S2_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.301Z", - "document_id": "2c309500-dfed-40aa-9a1c-41c0990430b5" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_2_S2_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.337Z", - "document_id": "af379215-0568-45c0-8e6e-45f684b5d486" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_2_S2_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.363Z", - "document_id": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_2_S2_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.393Z", - "document_id": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_3_S3_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.422Z", - "document_id": "b8de328c-cd23-4275-9d91-9c15aaedecac" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_3_S3_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.445Z", - "document_id": "c6a9ec31-3bf4-4c79-8678-002e96df86be" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_3_S3_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.465Z", - "document_id": "aac815db-2c5f-482b-ae06-706c050854b9" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_3_S3_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.755Z", - "document_id": "e829a452-6a60-4bb6-b860-d171ab780676" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_3_S3_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.773Z", - "document_id": "4c0876d7-220f-47cc-841c-7269bc24c014" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_3_S3_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.793Z", - "document_id": "102a709a-68c8-4510-b531-4c6995bc600a" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_4_S4_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.816Z", - "document_id": "f32724bc-56e9-42c0-8410-becfe8f63dcd" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_4_S4_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.828Z", - "document_id": "2ba39558-505b-4dce-b3d4-1256027935ce" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_4_S4_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.839Z", - "document_id": "41e83755-02eb-4823-8771-3021f879ad6a" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_4_S4_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.865Z", - "document_id": "9641c4d4-4611-462c-bba1-c74bdc0634fd" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_4_S4_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.884Z", - "document_id": "09171dfe-fadc-487c-b18e-a6e02c6d46ba" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_4_S4_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.901Z", - "document_id": "036853ea-da68-4899-917a-ffc83fc05c9e" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_5_S5_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.916Z", - "document_id": "cf561267-e185-4e7d-9bd8-28b6dc091015" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_5_S5_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.928Z", - "document_id": "ad3b081b-2f62-44bd-ba24-3042632e4e56" + ], + "total_estimated_cells": 3686, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.946Z", + "updateDate": "2018-03-26T17:00:45.025Z", + "document_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a" + } + }, + "specimen_from_organism/e6e0b971-c9e3-4070-b639-f7aa60d75e51": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_5_S5_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.939Z", - "document_id": "7a2f30f6-5827-4df3-ba74-268c602098cc" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_5_S5_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.952Z", - "document_id": "9186f1cb-68e5-4c83-b655-8ad69078cb45" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.463Z", + "updateDate": "2018-03-26T17:00:08.812Z", + "document_id": "e6e0b971-c9e3-4070-b639-f7aa60d75e51" + } + }, + "cell_suspension/4e622963-4ed0-4cea-83fd-ca911f1f97e9": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_5_S5_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:03.977Z", - "document_id": "82fd9af5-44ad-4e99-afef-01e6ad52c558" + ], + "total_estimated_cells": 4530, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.431Z", + "updateDate": "2018-03-26T17:00:45.049Z", + "document_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9" + } + }, + "specimen_from_organism/6066f257-dbee-41a2-b15e-20ef46b7dafb": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_5_S5_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.017Z", - "document_id": "c8702058-1e5c-48e9-a1ac-d296478e7218" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_6_S6_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.064Z", - "document_id": "c27b7f86-1a00-4eab-8267-1c138b5e37f6" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.831Z", + "updateDate": "2018-03-26T17:00:10.845Z", + "document_id": "6066f257-dbee-41a2-b15e-20ef46b7dafb" + } + }, + "cell_suspension/aa8d1086-deb2-472c-833a-9b70cee333af": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_6_S6_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.085Z", - "document_id": "93c5298f-0d6b-4efd-be2c-facce5e99116" + ], + "total_estimated_cells": 5052, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.758Z", + "updateDate": "2018-03-26T17:00:59.335Z", + "document_id": "aa8d1086-deb2-472c-833a-9b70cee333af" + } + }, + "specimen_from_organism/cf29eee2-54b5-45aa-babb-09403848c5a4": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_6_S6_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.099Z", - "document_id": "0e0e0209-9277-4904-b38d-ef2a97ba2773" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_6_S6_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.138Z", - "document_id": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.114Z", + "updateDate": "2018-03-26T17:00:59.319Z", + "document_id": "cf29eee2-54b5-45aa-babb-09403848c5a4" + } + }, + "cell_suspension/e028d408-a455-4130-8f44-c0dbb78b0241": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_6_S6_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.157Z", - "document_id": "696dd672-ab4a-4649-b070-eb81e24c176b" + ], + "total_estimated_cells": 4245, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.782Z", + "updateDate": "2018-03-26T17:00:57.615Z", + "document_id": "e028d408-a455-4130-8f44-c0dbb78b0241" + } + }, + "specimen_from_organism/62fdfbf1-0b7c-4501-833e-c5af52aafa43": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_6_S6_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.173Z", - "document_id": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_7_S7_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.192Z", - "document_id": "b877aa35-fc46-40b9-8869-bd717f9465db" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.949Z", + "updateDate": "2018-03-26T17:00:57.598Z", + "document_id": "62fdfbf1-0b7c-4501-833e-c5af52aafa43" + } + }, + "cell_suspension/0752477b-c5d3-4b2d-86fd-96014a9b7a90": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_7_S7_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.206Z", - "document_id": "77a2f75f-5e6f-4f9d-b88e-237645464293" + ], + "total_estimated_cells": 4366, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.873Z", + "updateDate": "2018-03-26T17:00:57.207Z", + "document_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90" + } + }, + "specimen_from_organism/64a0fc9e-2711-4b2e-9c45-b17b53720a80": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_7_S7_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.219Z", - "document_id": "88883f8c-4659-40a4-b5df-f37bca5183ba" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_7_S7_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.260Z", - "document_id": "2755ced4-c7a8-4380-a7c3-3969e9bea68a" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB5" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.300Z", + "updateDate": "2018-03-26T17:00:57.188Z", + "document_id": "64a0fc9e-2711-4b2e-9c45-b17b53720a80" + } + }, + "cell_suspension/e53b4144-5944-4b49-8631-0a28839abba4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_7_S7_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.274Z", - "document_id": "a220f337-0700-49cb-837c-cc569991c0e2" + ], + "total_estimated_cells": 3034, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.427Z", + "updateDate": "2018-03-26T17:00:45.165Z", + "document_id": "e53b4144-5944-4b49-8631-0a28839abba4" + } + }, + "specimen_from_organism/1e76f915-3132-42c0-b045-54383ab9a567": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_7_S7_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.299Z", - "document_id": "7f143ce8-8f68-4792-afc1-c7340e40a726" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_8_S8_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.322Z", - "document_id": "5eff87dc-5772-4229-ae7c-cfde6a348479" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_CB8" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.245Z", + "updateDate": "2018-03-26T17:00:08.346Z", + "document_id": "1e76f915-3132-42c0-b045-54383ab9a567" + } + }, + "cell_suspension/4020c8ee-d0b1-4ad6-9f48-38847ec831be": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_8_S8_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.345Z", - "document_id": "a501f218-24cb-4484-b52a-2a6a7d88ae82" + ], + "total_estimated_cells": 4493, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.667Z", + "updateDate": "2018-03-26T17:00:58.963Z", + "document_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be" + } + }, + "specimen_from_organism/88d9377c-e94a-4e8c-b458-2ab45e27327f": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_8_S8_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.368Z", - "document_id": "3e991891-afa1-4f55-8f54-55faef83fb6e" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_8_S8_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.402Z", - "document_id": "467e06e0-34e5-42bc-b647-72402e919357" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.379Z", + "updateDate": "2018-03-26T17:00:58.945Z", + "document_id": "88d9377c-e94a-4e8c-b458-2ab45e27327f" + } + }, + "cell_suspension/2953004c-75af-42ca-a51b-2b1ad087cd2e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_8_S8_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.422Z", - "document_id": "8ed5ae60-8b4f-43c7-8474-055d4a98238c" + ], + "total_estimated_cells": 5132, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.800Z", + "updateDate": "2018-03-26T17:00:59.405Z", + "document_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e" + } + }, + "specimen_from_organism/fa24dc24-72b4-437e-af38-4d8abf652607": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB5_HiSeq_8_S8_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.446Z", - "document_id": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_1_S9_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.462Z", - "document_id": "88018608-c4b1-4ec9-abc1-d8940a604397" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.776Z", + "updateDate": "2018-03-26T17:00:59.387Z", + "document_id": "fa24dc24-72b4-437e-af38-4d8abf652607" + } + }, + "cell_suspension/f85928ba-9408-4910-b872-ff27e2d08cfb": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_1_S9_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.479Z", - "document_id": "e6b13e6a-e1de-4e97-b788-7c136304ed29" + ], + "total_estimated_cells": 4270, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.556Z", + "updateDate": "2018-03-26T17:00:57.826Z", + "document_id": "f85928ba-9408-4910-b872-ff27e2d08cfb" + } + }, + "specimen_from_organism/d337b058-6be1-4863-af94-5cf305ed6265": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_1_S9_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.495Z", - "document_id": "f97819ce-eda6-4f8b-829d-189d1cb28000" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_1_S9_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.508Z", - "document_id": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB6" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.265Z", + "updateDate": "2018-03-26T17:00:57.810Z", + "document_id": "d337b058-6be1-4863-af94-5cf305ed6265" + } + }, + "cell_suspension/e7a5e4c2-a800-44f2-92dd-9f8d44738706": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_1_S9_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.520Z", - "document_id": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44" + ], + "total_estimated_cells": 917, + "target_cell_type": [ + { + "text": "umbilical cord blood cell", + "ontology": "CL:2000095" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.659Z", + "updateDate": "2018-03-26T17:00:59.105Z", + "document_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706" + } + }, + "specimen_from_organism/daafc341-9439-431c-b6b4-f89f56be3f68": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_1_S9_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.532Z", - "document_id": "b12850d5-277a-4c50-a16a-2ea0ef0e038a" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_2_S10_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.547Z", - "document_id": "edfc2355-865b-4b05-8bd5-816907acca07" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_2_S10_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.561Z", - "document_id": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_2_S10_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.573Z", - "document_id": "16032735-00f3-4882-afc2-2976e8c5824e" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_2_S10_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.585Z", - "document_id": "588b80b6-1bac-4e59-a5af-d85d7ea78102" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_2_S10_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.598Z", - "document_id": "3f06d139-019a-46e0-b8b0-84b95d37e12f" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_2_S10_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.610Z", - "document_id": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_3_S11_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.622Z", - "document_id": "372e7758-4e0f-40d1-ae3e-727c085a28a1" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_3_S11_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.633Z", - "document_id": "67b1b9d3-c105-4769-be59-9f6161658d47" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_3_S11_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.644Z", - "document_id": "17d0d51a-1c8b-4970-a257-3b5a89054c73" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_3_S11_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.657Z", - "document_id": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_3_S11_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.671Z", - "document_id": "cc029b5c-fb59-4519-aeaa-817ee15d356d" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_3_S11_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.682Z", - "document_id": "578890ad-325d-4081-b033-edd7cb3c221a" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_4_S12_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.695Z", - "document_id": "d0c73976-8025-46ec-ae91-37b71f73556f" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_4_S12_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.707Z", - "document_id": "83e849b9-8881-47af-bf05-788977ad09c3" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_4_S12_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.722Z", - "document_id": "54bf0b5a-eac1-40eb-8507-162234918804" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_4_S12_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.738Z", - "document_id": "3d7a9131-8ca5-4f5e-a270-766965f3b2de" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_4_S12_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.752Z", - "document_id": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_4_S12_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.763Z", - "document_id": "a62f271c-da08-4d9b-beea-f938269aa9be" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_5_S13_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.775Z", - "document_id": "0f5c3663-1ff2-4bff-9193-1548044e3b09" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_5_S13_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.788Z", - "document_id": "0b5314d1-b61f-4b37-88df-3c2c732a8f56" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_5_S13_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.800Z", - "document_id": "1bf928a1-cc12-442e-bd8a-18dd7de1856e" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_5_S13_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.812Z", - "document_id": "4eb12302-6a01-4f2d-86cb-3eea398d7e52" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_5_S13_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.826Z", - "document_id": "f47923b9-561c-444c-8b18-ea8c1d4bf75d" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_5_S13_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.837Z", - "document_id": "50dc47b1-593b-4db3-9d85-063050ffa229" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_6_S14_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.849Z", - "document_id": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_6_S14_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.865Z", - "document_id": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_6_S14_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.878Z", - "document_id": "a2d2c193-09e6-402b-a58c-087ce32f37b6" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_6_S14_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.889Z", - "document_id": "e310f0db-3e59-4339-8fc0-6322ba946dd9" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_6_S14_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.901Z", - "document_id": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_6_S14_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.916Z", - "document_id": "1ed09e98-a078-4f9d-8bac-99fc824ab753" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_7_S15_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.929Z", - "document_id": "86c9f8f0-021a-4899-83ad-09e6f1562fb2" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_7_S15_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.939Z", - "document_id": "7daf7d79-524d-49af-8036-a4004a111ed3" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_7_S15_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.951Z", - "document_id": "4c45fc75-b4e8-41c6-900d-e9c491f50e17" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_7_S15_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.965Z", - "document_id": "d0ef4648-0237-4c64-b124-b70b17d8099e" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_7_S15_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:04.989Z", - "document_id": "e201faf7-02da-4703-a891-766c6add57f9" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_7_S15_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.014Z", - "document_id": "cdc11d35-c34c-4095-bace-efc01830763a" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_8_S16_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.030Z", - "document_id": "97aa5b24-7f19-4b99-9473-cf2518cd6f03" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_8_S16_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.042Z", - "document_id": "98eca6b9-2864-4a67-85be-763e09456917" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_8_S16_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.055Z", - "document_id": "49ad6c64-1828-4bc6-833f-e05dec7e74f1" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_8_S16_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.087Z", - "document_id": "a3400fe9-c31e-4f0c-8fc2-271d39be2123" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_8_S16_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.102Z", - "document_id": "8f123f8d-3cb5-43d4-b1bb-672c8b738744" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB6_HiSeq_8_S16_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.114Z", - "document_id": "ba60167c-4068-495c-b5b1-950348dc3ad5" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_1_S17_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.126Z", - "document_id": "61564fb3-4124-4096-a619-276f3b38e26e" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_1_S17_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.141Z", - "document_id": "05a27843-3e71-480a-b4df-c4fe28bb413f" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_1_S17_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.153Z", - "document_id": "2688d153-e042-41b1-a48e-8839fd4aaf0e" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_1_S17_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.167Z", - "document_id": "95dde0cf-5f38-41a9-a36f-5d90b91509c0" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_1_S17_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.182Z", - "document_id": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_1_S17_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.200Z", - "document_id": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_2_S18_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.214Z", - "document_id": "b17ae237-1f81-4842-8d4e-bf8e4c96e560" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_2_S18_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.226Z", - "document_id": "8c502d9e-2105-4d00-987d-759e583af7c5" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_2_S18_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.239Z", - "document_id": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_2_S18_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.265Z", - "document_id": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_2_S18_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.286Z", - "document_id": "bf162c91-0da4-4ce4-ab98-7a3d7a443759" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_2_S18_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.300Z", - "document_id": "08075c2f-8120-4ebe-aeff-7dee2699dd84" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_3_S19_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.315Z", - "document_id": "29cb8048-30cd-429f-9b87-9a021b0b5c57" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_3_S19_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.336Z", - "document_id": "75fe63d4-8541-4b8c-aacc-796fc907fa52" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_3_S19_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.370Z", - "document_id": "0e79ef66-2922-4089-b812-451364420af9" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_3_S19_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.399Z", - "document_id": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_3_S19_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.417Z", - "document_id": "bc729d18-4926-4cbb-b289-b973a3f76093" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_3_S19_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.458Z", - "document_id": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_4_S20_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.475Z", - "document_id": "5ba381b3-fdc7-4551-a1bd-767100529e4f" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_4_S20_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.492Z", - "document_id": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_4_S20_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.527Z", - "document_id": "7bdae9af-9ece-44c7-816b-abdf3ef629be" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_4_S20_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.543Z", - "document_id": "10268a25-2d4a-48e3-a322-08c1b7988375" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_4_S20_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.555Z", - "document_id": "4f98df5f-a259-44c7-9007-6bb89417c6c2" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_4_S20_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.567Z", - "document_id": "73934c9a-041e-4ac3-81fe-cbaee7972d5c" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_5_S21_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.581Z", - "document_id": "6be5c831-1e65-4314-a4a0-e40d7f17bad1" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_5_S21_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.595Z", - "document_id": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_5_S21_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.607Z", - "document_id": "f85d5d78-7255-45b9-becf-79173199f54d" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_5_S21_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.619Z", - "document_id": "345b2f3d-570f-4450-9f99-2408311820c0" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_5_S21_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.632Z", - "document_id": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_5_S21_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.644Z", - "document_id": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_6_S22_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.658Z", - "document_id": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_6_S22_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.671Z", - "document_id": "7209368d-725a-442d-bf79-4a4408ce0843" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_6_S22_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.684Z", - "document_id": "e7a83e57-1751-4484-982b-d7f635491728" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_6_S22_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.696Z", - "document_id": "0622a845-6109-4c1a-bf60-aa1d47d23799" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_6_S22_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.709Z", - "document_id": "b2d5ff76-941a-4e98-8636-3d530d1e7b63" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_6_S22_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.724Z", - "document_id": "10290214-f084-472e-82bd-9a2b29cdc2d5" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_7_S23_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.754Z", - "document_id": "874303e0-a9e9-4c0d-8aba-4d280bacc661" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_7_S23_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.768Z", - "document_id": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_7_S23_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.780Z", - "document_id": "43f5a634-dc82-4099-9b89-221e04ffc981" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_7_S23_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.791Z", - "document_id": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_7_S23_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.803Z", - "document_id": "6e67ea1f-e553-4301-9647-237c23af06a0" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_7_S23_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.815Z", - "document_id": "16a57933-11e5-4852-93a0-805e0433b2dd" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_8_S24_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.829Z", - "document_id": "a9f7d170-b971-4444-94ee-477ca3b5ef75" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_8_S24_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.842Z", - "document_id": "8a4df56a-6e6a-415c-9347-69f010e6767b" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_8_S24_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.855Z", - "document_id": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_8_S24_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.948Z", - "document_id": "da470794-0fc6-453d-a166-fc8c3bf9ce8c" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_8_S24_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:05.960Z", - "document_id": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB7_HiSeq_8_S24_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.016Z", - "document_id": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_1_S25_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.032Z", - "document_id": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_1_S25_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.046Z", - "document_id": "b1d42bb4-602c-488f-a519-efe483780513" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_1_S25_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.058Z", - "document_id": "8652979a-490c-4ef4-a8a5-49aff43696ef" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_1_S25_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.072Z", - "document_id": "00df0394-0487-4144-9c35-39d741045981" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_1_S25_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.084Z", - "document_id": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_1_S25_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.097Z", - "document_id": "7968ac17-7547-4817-b97a-d7af390f3c13" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_2_S26_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.111Z", - "document_id": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_2_S26_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.126Z", - "document_id": "337686df-d6a4-4294-af00-242293302662" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_2_S26_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.139Z", - "document_id": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_2_S26_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.151Z", - "document_id": "53c4a13a-6462-4825-a729-8f6792b6f5c2" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_2_S26_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.163Z", - "document_id": "1ef49c16-4142-4569-8623-d46b11a0358a" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_2_S26_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.177Z", - "document_id": "8dcfc18a-0095-4328-a00a-eed229e76d6e" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_3_S27_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.190Z", - "document_id": "d4da1a64-288f-42a7-b59f-1252846b61c5" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_3_S27_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.204Z", - "document_id": "ae247bd4-093d-4897-96e9-6fa5a6bdf815" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_3_S27_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.217Z", - "document_id": "e817a985-00a6-4a89-99c0-0d1f9726ddf1" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_3_S27_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.231Z", - "document_id": "9888d80c-aee4-4e18-b8e9-582e064a168c" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_3_S27_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.246Z", - "document_id": "c6f48167-26ae-4361-8a00-16245e26c6e6" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_3_S27_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.264Z", - "document_id": "4d547634-951e-44ad-9259-a7d9ca2d7658" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_4_S28_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.279Z", - "document_id": "e5337ffe-3c97-457a-9566-13ed907751c4" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_4_S28_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.297Z", - "document_id": "552edbc3-a7d8-4478-ad7a-57b154693d6a" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_4_S28_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.318Z", - "document_id": "de1c2807-ae40-4ed1-b306-1e3714cb6778" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_4_S28_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.340Z", - "document_id": "a9699776-1b44-4f90-b996-2eaeb8785a7a" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_4_S28_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.360Z", - "document_id": "9f09671a-d4c1-4126-9c8d-933e520b95ce" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_4_S28_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.411Z", - "document_id": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_5_S29_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.437Z", - "document_id": "83dfe703-284a-474c-b4e8-f4bde26a010f" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_5_S29_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.452Z", - "document_id": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_5_S29_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.467Z", - "document_id": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_5_S29_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.484Z", - "document_id": "325e58bd-5f19-47fd-9231-12d1bbb19fb8" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_5_S29_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.502Z", - "document_id": "4540953b-ff03-4cda-9f06-75093a81b26f" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_5_S29_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.520Z", - "document_id": "2eb84d9b-04d0-49d7-99ab-8e209590631b" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_6_S30_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.532Z", - "document_id": "21e743eb-f83e-428b-96af-8d6182610e0a" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_6_S30_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.544Z", - "document_id": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_6_S30_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.556Z", - "document_id": "61884059-5d5f-41ce-b01f-6f22a326b1c9" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_6_S30_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.569Z", - "document_id": "43a087b6-ec8a-467f-a10f-e630f471174f" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_6_S30_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.584Z", - "document_id": "f1f55462-4542-41d9-9709-e88cc8723e2d" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_6_S30_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.596Z", - "document_id": "c5670f08-2903-4b0e-9af4-6695558765bb" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_7_S31_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.666Z", - "document_id": "8089569e-ad43-4ed8-80b5-d2e36b890aa3" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_7_S31_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.679Z", - "document_id": "c0b50eb0-f38a-4102-ae11-355adc3a9753" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_7_S31_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.690Z", - "document_id": "df8f2e4e-f1b5-4125-9324-67fd7df95d66" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_7_S31_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.703Z", - "document_id": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_7_S31_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.719Z", - "document_id": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_7_S31_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.734Z", - "document_id": "5c07823c-b8ed-4328-8f89-2073c4a5b50d" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_8_S32_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.746Z", - "document_id": "5d786269-d4ce-423a-8238-a15a4bb72ea3" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_8_S32_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.760Z", - "document_id": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_8_S32_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.772Z", - "document_id": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_8_S32_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.783Z", - "document_id": "a519a47c-c53c-4cd2-94e1-8fac73a5f434" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_8_S32_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.795Z", - "document_id": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonCB8_HiSeq_8_S32_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T17:00:06.806Z", - "document_id": "edb92ba9-449b-4d51-a638-22e26a5d471e" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" - }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_97" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.060Z", - "updateDate": "2018-03-26T17:00:50.295Z", - "document_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_103" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.224Z", - "updateDate": "2018-03-26T17:00:02.483Z", - "document_id": "de4fc3e2-cf67-4915-a096-5b87a4e95e69" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_115" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.223Z", - "updateDate": "2018-03-26T17:01:08.268Z", - "document_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_27" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.163Z", - "updateDate": "2018-03-26T16:59:57.139Z", - "document_id": "d5c49bcf-d959-4143-8ab4-2da4bdcf039c" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_123" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.189Z", - "updateDate": "2018-03-26T17:00:45.277Z", - "document_id": "b365f021-1729-4735-a1f2-504bbd9c7f56" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_29" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.393Z", - "updateDate": "2018-03-26T16:59:57.314Z", - "document_id": "9a967de7-3113-4a14-b586-5f387810cc50" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_104" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.898Z", - "updateDate": "2018-03-26T17:00:46.312Z", - "document_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_59" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.549Z", - "updateDate": "2018-03-26T17:00:01.170Z", - "document_id": "fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_124" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.643Z", - "updateDate": "2018-03-26T17:00:46.412Z", - "document_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_8" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.415Z", - "updateDate": "2018-03-26T16:59:56.144Z", - "document_id": "5be39af2-a21b-43ed-b7cd-5391c4fc267b" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_120" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.121Z", - "updateDate": "2018-03-26T17:00:45.273Z", - "document_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_116" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.084Z", - "updateDate": "2018-03-26T17:00:03.336Z", - "document_id": "9135da8c-77be-43af-b2b7-d59296718852" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_102" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.233Z", - "updateDate": "2018-03-26T17:01:05.300Z", - "document_id": "9f0598ef-eb95-4cae-a90f-906fdee36612" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_69" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:39.939Z", - "updateDate": "2018-03-26T16:59:59.142Z", - "document_id": "fc02bfec-01fb-49e4-848a-14e5ca5f8cf9" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_127" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.710Z", - "updateDate": "2018-03-26T17:00:47.453Z", - "document_id": "da0fe044-3960-4c95-a283-c139a1a1d813" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_70" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.039Z", - "updateDate": "2018-03-26T16:59:59.138Z", - "document_id": "c84c88f4-ebe9-45a3-9c2d-3208175cf905" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_119" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.685Z", - "updateDate": "2018-03-26T17:01:07.238Z", - "document_id": "e15150d7-7785-4ea4-adaa-969007dd445c" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_73" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.473Z", - "updateDate": "2018-03-26T16:59:59.131Z", - "document_id": "cd14893e-2d7d-457e-8c76-3d1b374014a8" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_101" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.312Z", - "updateDate": "2018-03-26T17:01:05.345Z", - "document_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_33" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.601Z", - "updateDate": "2018-03-26T16:59:58.329Z", - "document_id": "e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_110" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.824Z", - "updateDate": "2018-03-26T17:01:07.288Z", - "document_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_66" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:39.775Z", - "updateDate": "2018-03-26T17:00:02.462Z", - "document_id": "77eb73bb-f80a-452d-af56-ad5ce64ca411" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_99" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.880Z", - "updateDate": "2018-03-26T17:00:49.356Z", - "document_id": "eae8f659-6227-44db-a71f-d56e13210557" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_25" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.958Z", - "updateDate": "2018-03-26T16:59:56.110Z", - "document_id": "19efcae2-ec84-46c8-8b5f-a9a42669d3d2" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_107" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:01.576Z", - "updateDate": "2018-03-26T17:01:11.328Z", - "document_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_28" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.300Z", - "updateDate": "2018-03-26T16:59:59.131Z", - "document_id": "9641fe71-fa96-41a3-9d08-7ebc1ca306d4" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_108" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.750Z", - "updateDate": "2018-03-26T17:01:10.377Z", - "document_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_3" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.793Z", - "updateDate": "2018-03-26T16:59:57.429Z", - "document_id": "8f9d2cff-72d3-4925-aa42-3adaf02db950" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_118" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.561Z", - "updateDate": "2018-03-26T17:01:07.254Z", - "document_id": "701af54f-870e-4527-bd45-14dd435efa1e" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_67" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:39.818Z", - "updateDate": "2018-03-26T17:00:02.458Z", - "document_id": "dd92c89a-10b8-42b0-bca7-4b075c4845c9" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_100" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.389Z", - "updateDate": "2018-03-26T17:01:05.273Z", - "document_id": "16187e8a-46c3-411a-a02a-2700e64c6678" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "CB7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_CB7" + }, + "organ_part": { + "text": "umbilical cord blood", + "ontology": "UBERON:0012168" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.607Z", + "updateDate": "2018-03-26T17:00:59.090Z", + "document_id": "daafc341-9439-431c-b6b4-f89f56be3f68" + } + }, + "sequence_file/e933a3ca-1820-4812-84e5-7aeff871e161": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_1_S1_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.053Z", + "document_id": "e933a3ca-1820-4812-84e5-7aeff871e161" + } + }, + "sequence_file/5f91ca55-71c3-4942-9be1-1a88e6b5417a": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_1_S1_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.080Z", + "document_id": "5f91ca55-71c3-4942-9be1-1a88e6b5417a" + } + }, + "sequence_file/af23f4dc-8342-41f1-a6aa-29d94f1abcb1": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_1_S1_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.134Z", + "document_id": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1" + } + }, + "sequence_file/94963c37-2c09-4e55-b864-a4579d7e2b4a": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_1_S1_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.157Z", + "document_id": "94963c37-2c09-4e55-b864-a4579d7e2b4a" + } + }, + "sequence_file/cec9c639-6e88-45be-8e15-423928eaca7f": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_1_S1_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.195Z", + "document_id": "cec9c639-6e88-45be-8e15-423928eaca7f" + } + }, + "sequence_file/72057d86-405e-461a-af7f-344ae067bff7": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_1_S1_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.214Z", + "document_id": "72057d86-405e-461a-af7f-344ae067bff7" + } + }, + "sequence_file/c19ea130-6c56-4798-88dd-f7dff5aaf0c0": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_2_S2_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.229Z", + "document_id": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0" + } + }, + "sequence_file/951e9c14-d91d-4f77-af22-10bc767a0c4e": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_2_S2_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.266Z", + "document_id": "951e9c14-d91d-4f77-af22-10bc767a0c4e" + } + }, + "sequence_file/2c309500-dfed-40aa-9a1c-41c0990430b5": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_2_S2_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.301Z", + "document_id": "2c309500-dfed-40aa-9a1c-41c0990430b5" + } + }, + "sequence_file/af379215-0568-45c0-8e6e-45f684b5d486": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_2_S2_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.337Z", + "document_id": "af379215-0568-45c0-8e6e-45f684b5d486" + } + }, + "sequence_file/0f3a69db-6ad6-4217-9899-eaa8f7e57b33": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_2_S2_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.363Z", + "document_id": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33" + } + }, + "sequence_file/c23dcd53-9421-43f8-b7aa-8aedfdef42b8": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_2_S2_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.393Z", + "document_id": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8" + } + }, + "sequence_file/b8de328c-cd23-4275-9d91-9c15aaedecac": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_3_S3_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.422Z", + "document_id": "b8de328c-cd23-4275-9d91-9c15aaedecac" + } + }, + "sequence_file/c6a9ec31-3bf4-4c79-8678-002e96df86be": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_3_S3_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.445Z", + "document_id": "c6a9ec31-3bf4-4c79-8678-002e96df86be" + } + }, + "sequence_file/aac815db-2c5f-482b-ae06-706c050854b9": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_3_S3_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.465Z", + "document_id": "aac815db-2c5f-482b-ae06-706c050854b9" + } + }, + "sequence_file/e829a452-6a60-4bb6-b860-d171ab780676": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_3_S3_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.755Z", + "document_id": "e829a452-6a60-4bb6-b860-d171ab780676" + } + }, + "sequence_file/4c0876d7-220f-47cc-841c-7269bc24c014": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_3_S3_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.773Z", + "document_id": "4c0876d7-220f-47cc-841c-7269bc24c014" + } + }, + "sequence_file/102a709a-68c8-4510-b531-4c6995bc600a": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_3_S3_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.793Z", + "document_id": "102a709a-68c8-4510-b531-4c6995bc600a" + } + }, + "sequence_file/f32724bc-56e9-42c0-8410-becfe8f63dcd": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_4_S4_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.816Z", + "document_id": "f32724bc-56e9-42c0-8410-becfe8f63dcd" + } + }, + "sequence_file/2ba39558-505b-4dce-b3d4-1256027935ce": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_4_S4_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.828Z", + "document_id": "2ba39558-505b-4dce-b3d4-1256027935ce" + } + }, + "sequence_file/41e83755-02eb-4823-8771-3021f879ad6a": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_4_S4_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.839Z", + "document_id": "41e83755-02eb-4823-8771-3021f879ad6a" + } + }, + "sequence_file/9641c4d4-4611-462c-bba1-c74bdc0634fd": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_4_S4_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.865Z", + "document_id": "9641c4d4-4611-462c-bba1-c74bdc0634fd" + } + }, + "sequence_file/09171dfe-fadc-487c-b18e-a6e02c6d46ba": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_4_S4_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.884Z", + "document_id": "09171dfe-fadc-487c-b18e-a6e02c6d46ba" + } + }, + "sequence_file/036853ea-da68-4899-917a-ffc83fc05c9e": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_4_S4_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.901Z", + "document_id": "036853ea-da68-4899-917a-ffc83fc05c9e" + } + }, + "sequence_file/cf561267-e185-4e7d-9bd8-28b6dc091015": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_5_S5_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.916Z", + "document_id": "cf561267-e185-4e7d-9bd8-28b6dc091015" + } + }, + "sequence_file/ad3b081b-2f62-44bd-ba24-3042632e4e56": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_5_S5_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.928Z", + "document_id": "ad3b081b-2f62-44bd-ba24-3042632e4e56" + } + }, + "sequence_file/7a2f30f6-5827-4df3-ba74-268c602098cc": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_5_S5_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.939Z", + "document_id": "7a2f30f6-5827-4df3-ba74-268c602098cc" + } + }, + "sequence_file/9186f1cb-68e5-4c83-b655-8ad69078cb45": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_5_S5_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.952Z", + "document_id": "9186f1cb-68e5-4c83-b655-8ad69078cb45" + } + }, + "sequence_file/82fd9af5-44ad-4e99-afef-01e6ad52c558": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_5_S5_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:03.977Z", + "document_id": "82fd9af5-44ad-4e99-afef-01e6ad52c558" + } + }, + "sequence_file/c8702058-1e5c-48e9-a1ac-d296478e7218": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_5_S5_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.017Z", + "document_id": "c8702058-1e5c-48e9-a1ac-d296478e7218" + } + }, + "sequence_file/c27b7f86-1a00-4eab-8267-1c138b5e37f6": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_6_S6_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.064Z", + "document_id": "c27b7f86-1a00-4eab-8267-1c138b5e37f6" + } + }, + "sequence_file/93c5298f-0d6b-4efd-be2c-facce5e99116": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_6_S6_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.085Z", + "document_id": "93c5298f-0d6b-4efd-be2c-facce5e99116" + } + }, + "sequence_file/0e0e0209-9277-4904-b38d-ef2a97ba2773": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_6_S6_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.099Z", + "document_id": "0e0e0209-9277-4904-b38d-ef2a97ba2773" + } + }, + "sequence_file/ff26a0bf-c2ef-4041-b96a-6c87e64a5c30": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_6_S6_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.138Z", + "document_id": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30" + } + }, + "sequence_file/696dd672-ab4a-4649-b070-eb81e24c176b": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_6_S6_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.157Z", + "document_id": "696dd672-ab4a-4649-b070-eb81e24c176b" + } + }, + "sequence_file/0144a3a8-735d-4ff5-86c8-d1c9ce715ffb": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_6_S6_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.173Z", + "document_id": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb" + } + }, + "sequence_file/b877aa35-fc46-40b9-8869-bd717f9465db": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_7_S7_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.192Z", + "document_id": "b877aa35-fc46-40b9-8869-bd717f9465db" + } + }, + "sequence_file/77a2f75f-5e6f-4f9d-b88e-237645464293": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_7_S7_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.206Z", + "document_id": "77a2f75f-5e6f-4f9d-b88e-237645464293" + } + }, + "sequence_file/88883f8c-4659-40a4-b5df-f37bca5183ba": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_7_S7_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.219Z", + "document_id": "88883f8c-4659-40a4-b5df-f37bca5183ba" + } + }, + "sequence_file/2755ced4-c7a8-4380-a7c3-3969e9bea68a": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_7_S7_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.260Z", + "document_id": "2755ced4-c7a8-4380-a7c3-3969e9bea68a" + } + }, + "sequence_file/a220f337-0700-49cb-837c-cc569991c0e2": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_7_S7_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.274Z", + "document_id": "a220f337-0700-49cb-837c-cc569991c0e2" + } + }, + "sequence_file/7f143ce8-8f68-4792-afc1-c7340e40a726": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_7_S7_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.299Z", + "document_id": "7f143ce8-8f68-4792-afc1-c7340e40a726" + } + }, + "sequence_file/5eff87dc-5772-4229-ae7c-cfde6a348479": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_8_S8_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.322Z", + "document_id": "5eff87dc-5772-4229-ae7c-cfde6a348479" + } + }, + "sequence_file/a501f218-24cb-4484-b52a-2a6a7d88ae82": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_8_S8_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.345Z", + "document_id": "a501f218-24cb-4484-b52a-2a6a7d88ae82" + } + }, + "sequence_file/3e991891-afa1-4f55-8f54-55faef83fb6e": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_8_S8_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.368Z", + "document_id": "3e991891-afa1-4f55-8f54-55faef83fb6e" + } + }, + "sequence_file/467e06e0-34e5-42bc-b647-72402e919357": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_8_S8_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.402Z", + "document_id": "467e06e0-34e5-42bc-b647-72402e919357" + } + }, + "sequence_file/8ed5ae60-8b4f-43c7-8474-055d4a98238c": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_8_S8_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.422Z", + "document_id": "8ed5ae60-8b4f-43c7-8474-055d4a98238c" + } + }, + "sequence_file/9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB5_HiSeq_8_S8_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.446Z", + "document_id": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4" + } + }, + "sequence_file/88018608-c4b1-4ec9-abc1-d8940a604397": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_1_S9_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.462Z", + "document_id": "88018608-c4b1-4ec9-abc1-d8940a604397" + } + }, + "sequence_file/e6b13e6a-e1de-4e97-b788-7c136304ed29": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_1_S9_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.479Z", + "document_id": "e6b13e6a-e1de-4e97-b788-7c136304ed29" + } + }, + "sequence_file/f97819ce-eda6-4f8b-829d-189d1cb28000": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_1_S9_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.495Z", + "document_id": "f97819ce-eda6-4f8b-829d-189d1cb28000" + } + }, + "sequence_file/481d7c49-8b4a-42ca-b4fd-021cf71cbc15": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_1_S9_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.508Z", + "document_id": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15" + } + }, + "sequence_file/6f2e3c9b-3393-455f-8b8d-5551bc5e2f44": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_1_S9_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.520Z", + "document_id": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44" + } + }, + "sequence_file/b12850d5-277a-4c50-a16a-2ea0ef0e038a": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_1_S9_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.532Z", + "document_id": "b12850d5-277a-4c50-a16a-2ea0ef0e038a" + } + }, + "sequence_file/edfc2355-865b-4b05-8bd5-816907acca07": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_2_S10_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.547Z", + "document_id": "edfc2355-865b-4b05-8bd5-816907acca07" + } + }, + "sequence_file/a52ab81e-2a9c-4a44-b80b-6805e544d4d8": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_2_S10_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.561Z", + "document_id": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8" + } + }, + "sequence_file/16032735-00f3-4882-afc2-2976e8c5824e": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_2_S10_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.573Z", + "document_id": "16032735-00f3-4882-afc2-2976e8c5824e" + } + }, + "sequence_file/588b80b6-1bac-4e59-a5af-d85d7ea78102": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_2_S10_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.585Z", + "document_id": "588b80b6-1bac-4e59-a5af-d85d7ea78102" + } + }, + "sequence_file/3f06d139-019a-46e0-b8b0-84b95d37e12f": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_2_S10_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.598Z", + "document_id": "3f06d139-019a-46e0-b8b0-84b95d37e12f" + } + }, + "sequence_file/1486fa5d-3e27-4942-baa6-e8b3db1b09c4": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_2_S10_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.610Z", + "document_id": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4" + } + }, + "sequence_file/372e7758-4e0f-40d1-ae3e-727c085a28a1": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_3_S11_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.622Z", + "document_id": "372e7758-4e0f-40d1-ae3e-727c085a28a1" + } + }, + "sequence_file/67b1b9d3-c105-4769-be59-9f6161658d47": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_3_S11_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.633Z", + "document_id": "67b1b9d3-c105-4769-be59-9f6161658d47" + } + }, + "sequence_file/17d0d51a-1c8b-4970-a257-3b5a89054c73": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_3_S11_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.644Z", + "document_id": "17d0d51a-1c8b-4970-a257-3b5a89054c73" + } + }, + "sequence_file/e6d7ead7-8e3c-437d-9d4d-f46bedf11c22": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_3_S11_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.657Z", + "document_id": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22" + } + }, + "sequence_file/cc029b5c-fb59-4519-aeaa-817ee15d356d": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_3_S11_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.671Z", + "document_id": "cc029b5c-fb59-4519-aeaa-817ee15d356d" + } + }, + "sequence_file/578890ad-325d-4081-b033-edd7cb3c221a": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_3_S11_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.682Z", + "document_id": "578890ad-325d-4081-b033-edd7cb3c221a" + } + }, + "sequence_file/d0c73976-8025-46ec-ae91-37b71f73556f": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_4_S12_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.695Z", + "document_id": "d0c73976-8025-46ec-ae91-37b71f73556f" + } + }, + "sequence_file/83e849b9-8881-47af-bf05-788977ad09c3": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_4_S12_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.707Z", + "document_id": "83e849b9-8881-47af-bf05-788977ad09c3" + } + }, + "sequence_file/54bf0b5a-eac1-40eb-8507-162234918804": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_4_S12_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.722Z", + "document_id": "54bf0b5a-eac1-40eb-8507-162234918804" + } + }, + "sequence_file/3d7a9131-8ca5-4f5e-a270-766965f3b2de": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_4_S12_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.738Z", + "document_id": "3d7a9131-8ca5-4f5e-a270-766965f3b2de" + } + }, + "sequence_file/78ec0998-8fb4-4e96-bce4-c1894f6c2e5d": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_4_S12_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.752Z", + "document_id": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d" + } + }, + "sequence_file/a62f271c-da08-4d9b-beea-f938269aa9be": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_4_S12_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.763Z", + "document_id": "a62f271c-da08-4d9b-beea-f938269aa9be" + } + }, + "sequence_file/0f5c3663-1ff2-4bff-9193-1548044e3b09": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_5_S13_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.775Z", + "document_id": "0f5c3663-1ff2-4bff-9193-1548044e3b09" + } + }, + "sequence_file/0b5314d1-b61f-4b37-88df-3c2c732a8f56": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_5_S13_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.788Z", + "document_id": "0b5314d1-b61f-4b37-88df-3c2c732a8f56" + } + }, + "sequence_file/1bf928a1-cc12-442e-bd8a-18dd7de1856e": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_5_S13_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.800Z", + "document_id": "1bf928a1-cc12-442e-bd8a-18dd7de1856e" + } + }, + "sequence_file/4eb12302-6a01-4f2d-86cb-3eea398d7e52": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_5_S13_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.812Z", + "document_id": "4eb12302-6a01-4f2d-86cb-3eea398d7e52" + } + }, + "sequence_file/f47923b9-561c-444c-8b18-ea8c1d4bf75d": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_5_S13_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.826Z", + "document_id": "f47923b9-561c-444c-8b18-ea8c1d4bf75d" + } + }, + "sequence_file/50dc47b1-593b-4db3-9d85-063050ffa229": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_5_S13_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.837Z", + "document_id": "50dc47b1-593b-4db3-9d85-063050ffa229" + } + }, + "sequence_file/231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_6_S14_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.849Z", + "document_id": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f" + } + }, + "sequence_file/cd348ba7-51d0-4ab9-b931-e6e57d7b087d": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_6_S14_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.865Z", + "document_id": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d" + } + }, + "sequence_file/a2d2c193-09e6-402b-a58c-087ce32f37b6": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_6_S14_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.878Z", + "document_id": "a2d2c193-09e6-402b-a58c-087ce32f37b6" + } + }, + "sequence_file/e310f0db-3e59-4339-8fc0-6322ba946dd9": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_6_S14_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.889Z", + "document_id": "e310f0db-3e59-4339-8fc0-6322ba946dd9" + } + }, + "sequence_file/5954f3de-45ed-4fe0-bfe7-33be4387d6f8": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_6_S14_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.901Z", + "document_id": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8" + } + }, + "sequence_file/1ed09e98-a078-4f9d-8bac-99fc824ab753": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_6_S14_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.916Z", + "document_id": "1ed09e98-a078-4f9d-8bac-99fc824ab753" + } + }, + "sequence_file/86c9f8f0-021a-4899-83ad-09e6f1562fb2": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_7_S15_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.929Z", + "document_id": "86c9f8f0-021a-4899-83ad-09e6f1562fb2" + } + }, + "sequence_file/7daf7d79-524d-49af-8036-a4004a111ed3": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_7_S15_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.939Z", + "document_id": "7daf7d79-524d-49af-8036-a4004a111ed3" + } + }, + "sequence_file/4c45fc75-b4e8-41c6-900d-e9c491f50e17": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_7_S15_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.951Z", + "document_id": "4c45fc75-b4e8-41c6-900d-e9c491f50e17" + } + }, + "sequence_file/d0ef4648-0237-4c64-b124-b70b17d8099e": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_7_S15_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.965Z", + "document_id": "d0ef4648-0237-4c64-b124-b70b17d8099e" + } + }, + "sequence_file/e201faf7-02da-4703-a891-766c6add57f9": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_7_S15_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:04.989Z", + "document_id": "e201faf7-02da-4703-a891-766c6add57f9" + } + }, + "sequence_file/cdc11d35-c34c-4095-bace-efc01830763a": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_7_S15_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.014Z", + "document_id": "cdc11d35-c34c-4095-bace-efc01830763a" + } + }, + "sequence_file/97aa5b24-7f19-4b99-9473-cf2518cd6f03": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_8_S16_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.030Z", + "document_id": "97aa5b24-7f19-4b99-9473-cf2518cd6f03" + } + }, + "sequence_file/98eca6b9-2864-4a67-85be-763e09456917": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_8_S16_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.042Z", + "document_id": "98eca6b9-2864-4a67-85be-763e09456917" + } + }, + "sequence_file/49ad6c64-1828-4bc6-833f-e05dec7e74f1": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_8_S16_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.055Z", + "document_id": "49ad6c64-1828-4bc6-833f-e05dec7e74f1" + } + }, + "sequence_file/a3400fe9-c31e-4f0c-8fc2-271d39be2123": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_8_S16_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.087Z", + "document_id": "a3400fe9-c31e-4f0c-8fc2-271d39be2123" + } + }, + "sequence_file/8f123f8d-3cb5-43d4-b1bb-672c8b738744": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_8_S16_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.102Z", + "document_id": "8f123f8d-3cb5-43d4-b1bb-672c8b738744" + } + }, + "sequence_file/ba60167c-4068-495c-b5b1-950348dc3ad5": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB6_HiSeq_8_S16_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.114Z", + "document_id": "ba60167c-4068-495c-b5b1-950348dc3ad5" + } + }, + "sequence_file/61564fb3-4124-4096-a619-276f3b38e26e": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_1_S17_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.126Z", + "document_id": "61564fb3-4124-4096-a619-276f3b38e26e" + } + }, + "sequence_file/05a27843-3e71-480a-b4df-c4fe28bb413f": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_1_S17_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.141Z", + "document_id": "05a27843-3e71-480a-b4df-c4fe28bb413f" + } + }, + "sequence_file/2688d153-e042-41b1-a48e-8839fd4aaf0e": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_1_S17_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.153Z", + "document_id": "2688d153-e042-41b1-a48e-8839fd4aaf0e" + } + }, + "sequence_file/95dde0cf-5f38-41a9-a36f-5d90b91509c0": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_1_S17_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.167Z", + "document_id": "95dde0cf-5f38-41a9-a36f-5d90b91509c0" + } + }, + "sequence_file/5d1f5a28-6f21-4f98-81ff-8c7a2d07de91": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_1_S17_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.182Z", + "document_id": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91" + } + }, + "sequence_file/358bed4b-61fd-43d7-95f6-3f1a102b6cc6": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_1_S17_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.200Z", + "document_id": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6" + } + }, + "sequence_file/b17ae237-1f81-4842-8d4e-bf8e4c96e560": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_2_S18_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.214Z", + "document_id": "b17ae237-1f81-4842-8d4e-bf8e4c96e560" + } + }, + "sequence_file/8c502d9e-2105-4d00-987d-759e583af7c5": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_2_S18_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.226Z", + "document_id": "8c502d9e-2105-4d00-987d-759e583af7c5" + } + }, + "sequence_file/5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_2_S18_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.239Z", + "document_id": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a" + } + }, + "sequence_file/c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_2_S18_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.265Z", + "document_id": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f" + } + }, + "sequence_file/bf162c91-0da4-4ce4-ab98-7a3d7a443759": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_2_S18_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.286Z", + "document_id": "bf162c91-0da4-4ce4-ab98-7a3d7a443759" + } + }, + "sequence_file/08075c2f-8120-4ebe-aeff-7dee2699dd84": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_2_S18_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.300Z", + "document_id": "08075c2f-8120-4ebe-aeff-7dee2699dd84" + } + }, + "sequence_file/29cb8048-30cd-429f-9b87-9a021b0b5c57": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_3_S19_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.315Z", + "document_id": "29cb8048-30cd-429f-9b87-9a021b0b5c57" + } + }, + "sequence_file/75fe63d4-8541-4b8c-aacc-796fc907fa52": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_3_S19_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.336Z", + "document_id": "75fe63d4-8541-4b8c-aacc-796fc907fa52" + } + }, + "sequence_file/0e79ef66-2922-4089-b812-451364420af9": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_3_S19_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.370Z", + "document_id": "0e79ef66-2922-4089-b812-451364420af9" + } + }, + "sequence_file/63ef4ec3-73f1-4ee8-b392-45293f36cf3d": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_3_S19_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.399Z", + "document_id": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d" + } + }, + "sequence_file/bc729d18-4926-4cbb-b289-b973a3f76093": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_3_S19_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.417Z", + "document_id": "bc729d18-4926-4cbb-b289-b973a3f76093" + } + }, + "sequence_file/1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_3_S19_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.458Z", + "document_id": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5" + } + }, + "sequence_file/5ba381b3-fdc7-4551-a1bd-767100529e4f": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_4_S20_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.475Z", + "document_id": "5ba381b3-fdc7-4551-a1bd-767100529e4f" + } + }, + "sequence_file/195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_4_S20_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.492Z", + "document_id": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2" + } + }, + "sequence_file/7bdae9af-9ece-44c7-816b-abdf3ef629be": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_4_S20_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.527Z", + "document_id": "7bdae9af-9ece-44c7-816b-abdf3ef629be" + } + }, + "sequence_file/10268a25-2d4a-48e3-a322-08c1b7988375": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_4_S20_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.543Z", + "document_id": "10268a25-2d4a-48e3-a322-08c1b7988375" + } + }, + "sequence_file/4f98df5f-a259-44c7-9007-6bb89417c6c2": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_4_S20_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.555Z", + "document_id": "4f98df5f-a259-44c7-9007-6bb89417c6c2" + } + }, + "sequence_file/73934c9a-041e-4ac3-81fe-cbaee7972d5c": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_4_S20_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.567Z", + "document_id": "73934c9a-041e-4ac3-81fe-cbaee7972d5c" + } + }, + "sequence_file/6be5c831-1e65-4314-a4a0-e40d7f17bad1": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_5_S21_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.581Z", + "document_id": "6be5c831-1e65-4314-a4a0-e40d7f17bad1" + } + }, + "sequence_file/f43216e3-4d6c-4eac-a8ec-5f020a8ff700": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_5_S21_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.595Z", + "document_id": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700" + } + }, + "sequence_file/f85d5d78-7255-45b9-becf-79173199f54d": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_5_S21_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.607Z", + "document_id": "f85d5d78-7255-45b9-becf-79173199f54d" + } + }, + "sequence_file/345b2f3d-570f-4450-9f99-2408311820c0": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_5_S21_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.619Z", + "document_id": "345b2f3d-570f-4450-9f99-2408311820c0" + } + }, + "sequence_file/c7b03a29-ddbf-4c3c-b837-24453e4b9a16": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_5_S21_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.632Z", + "document_id": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16" + } + }, + "sequence_file/e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_5_S21_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.644Z", + "document_id": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72" + } + }, + "sequence_file/01a566c6-ab81-4a35-9d8c-3631fadc7ef7": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_6_S22_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.658Z", + "document_id": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7" + } + }, + "sequence_file/7209368d-725a-442d-bf79-4a4408ce0843": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_6_S22_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.671Z", + "document_id": "7209368d-725a-442d-bf79-4a4408ce0843" + } + }, + "sequence_file/e7a83e57-1751-4484-982b-d7f635491728": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_6_S22_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.684Z", + "document_id": "e7a83e57-1751-4484-982b-d7f635491728" + } + }, + "sequence_file/0622a845-6109-4c1a-bf60-aa1d47d23799": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_6_S22_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.696Z", + "document_id": "0622a845-6109-4c1a-bf60-aa1d47d23799" + } + }, + "sequence_file/b2d5ff76-941a-4e98-8636-3d530d1e7b63": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_6_S22_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.709Z", + "document_id": "b2d5ff76-941a-4e98-8636-3d530d1e7b63" + } + }, + "sequence_file/10290214-f084-472e-82bd-9a2b29cdc2d5": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_6_S22_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.724Z", + "document_id": "10290214-f084-472e-82bd-9a2b29cdc2d5" + } + }, + "sequence_file/874303e0-a9e9-4c0d-8aba-4d280bacc661": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_7_S23_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.754Z", + "document_id": "874303e0-a9e9-4c0d-8aba-4d280bacc661" + } + }, + "sequence_file/a8d5b273-9a5f-4071-97be-305fc4bbbe6c": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_7_S23_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.768Z", + "document_id": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c" + } + }, + "sequence_file/43f5a634-dc82-4099-9b89-221e04ffc981": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_7_S23_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.780Z", + "document_id": "43f5a634-dc82-4099-9b89-221e04ffc981" + } + }, + "sequence_file/7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_7_S23_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.791Z", + "document_id": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d" + } + }, + "sequence_file/6e67ea1f-e553-4301-9647-237c23af06a0": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_7_S23_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.803Z", + "document_id": "6e67ea1f-e553-4301-9647-237c23af06a0" + } + }, + "sequence_file/16a57933-11e5-4852-93a0-805e0433b2dd": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_7_S23_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.815Z", + "document_id": "16a57933-11e5-4852-93a0-805e0433b2dd" + } + }, + "sequence_file/a9f7d170-b971-4444-94ee-477ca3b5ef75": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_8_S24_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.829Z", + "document_id": "a9f7d170-b971-4444-94ee-477ca3b5ef75" + } + }, + "sequence_file/8a4df56a-6e6a-415c-9347-69f010e6767b": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_8_S24_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.842Z", + "document_id": "8a4df56a-6e6a-415c-9347-69f010e6767b" + } + }, + "sequence_file/4d4bc5c5-e07a-4c31-a797-3d3159b42f9a": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_8_S24_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.855Z", + "document_id": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a" + } + }, + "sequence_file/da470794-0fc6-453d-a166-fc8c3bf9ce8c": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_8_S24_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.948Z", + "document_id": "da470794-0fc6-453d-a166-fc8c3bf9ce8c" + } + }, + "sequence_file/c0cb01fa-e9cd-4df9-8f5f-4199cf29c134": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_8_S24_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:05.960Z", + "document_id": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134" + } + }, + "sequence_file/2cb2bdf0-d7ac-4480-8031-f4c82edf4431": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB7_HiSeq_8_S24_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.016Z", + "document_id": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431" + } + }, + "sequence_file/61079973-c1c2-43a1-bb8a-1fcd53ba28b9": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_1_S25_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.032Z", + "document_id": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9" + } + }, + "sequence_file/b1d42bb4-602c-488f-a519-efe483780513": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_1_S25_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.046Z", + "document_id": "b1d42bb4-602c-488f-a519-efe483780513" + } + }, + "sequence_file/8652979a-490c-4ef4-a8a5-49aff43696ef": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_1_S25_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.058Z", + "document_id": "8652979a-490c-4ef4-a8a5-49aff43696ef" + } + }, + "sequence_file/00df0394-0487-4144-9c35-39d741045981": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_1_S25_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.072Z", + "document_id": "00df0394-0487-4144-9c35-39d741045981" + } + }, + "sequence_file/27cf1dfd-e692-45ba-8416-4a36ebde3bf7": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_1_S25_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.084Z", + "document_id": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7" + } + }, + "sequence_file/7968ac17-7547-4817-b97a-d7af390f3c13": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_1_S25_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.097Z", + "document_id": "7968ac17-7547-4817-b97a-d7af390f3c13" + } + }, + "sequence_file/39516b72-5dd2-4d59-99fd-e21c1ecd13a8": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_2_S26_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.111Z", + "document_id": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8" + } + }, + "sequence_file/337686df-d6a4-4294-af00-242293302662": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_2_S26_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.126Z", + "document_id": "337686df-d6a4-4294-af00-242293302662" + } + }, + "sequence_file/8ad1ce1c-af56-40c5-b139-bb19fbc7fe20": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_2_S26_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.139Z", + "document_id": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20" + } + }, + "sequence_file/53c4a13a-6462-4825-a729-8f6792b6f5c2": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_2_S26_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.151Z", + "document_id": "53c4a13a-6462-4825-a729-8f6792b6f5c2" + } + }, + "sequence_file/1ef49c16-4142-4569-8623-d46b11a0358a": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_2_S26_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.163Z", + "document_id": "1ef49c16-4142-4569-8623-d46b11a0358a" + } + }, + "sequence_file/8dcfc18a-0095-4328-a00a-eed229e76d6e": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_2_S26_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.177Z", + "document_id": "8dcfc18a-0095-4328-a00a-eed229e76d6e" + } + }, + "sequence_file/d4da1a64-288f-42a7-b59f-1252846b61c5": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_3_S27_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.190Z", + "document_id": "d4da1a64-288f-42a7-b59f-1252846b61c5" + } + }, + "sequence_file/ae247bd4-093d-4897-96e9-6fa5a6bdf815": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_3_S27_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.204Z", + "document_id": "ae247bd4-093d-4897-96e9-6fa5a6bdf815" + } + }, + "sequence_file/e817a985-00a6-4a89-99c0-0d1f9726ddf1": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_3_S27_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.217Z", + "document_id": "e817a985-00a6-4a89-99c0-0d1f9726ddf1" + } + }, + "sequence_file/9888d80c-aee4-4e18-b8e9-582e064a168c": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_3_S27_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.231Z", + "document_id": "9888d80c-aee4-4e18-b8e9-582e064a168c" + } + }, + "sequence_file/c6f48167-26ae-4361-8a00-16245e26c6e6": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_3_S27_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.246Z", + "document_id": "c6f48167-26ae-4361-8a00-16245e26c6e6" + } + }, + "sequence_file/4d547634-951e-44ad-9259-a7d9ca2d7658": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_3_S27_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.264Z", + "document_id": "4d547634-951e-44ad-9259-a7d9ca2d7658" + } + }, + "sequence_file/e5337ffe-3c97-457a-9566-13ed907751c4": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_4_S28_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.279Z", + "document_id": "e5337ffe-3c97-457a-9566-13ed907751c4" + } + }, + "sequence_file/552edbc3-a7d8-4478-ad7a-57b154693d6a": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_4_S28_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.297Z", + "document_id": "552edbc3-a7d8-4478-ad7a-57b154693d6a" + } + }, + "sequence_file/de1c2807-ae40-4ed1-b306-1e3714cb6778": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_4_S28_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.318Z", + "document_id": "de1c2807-ae40-4ed1-b306-1e3714cb6778" + } + }, + "sequence_file/a9699776-1b44-4f90-b996-2eaeb8785a7a": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_4_S28_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.340Z", + "document_id": "a9699776-1b44-4f90-b996-2eaeb8785a7a" + } + }, + "sequence_file/9f09671a-d4c1-4126-9c8d-933e520b95ce": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_4_S28_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.360Z", + "document_id": "9f09671a-d4c1-4126-9c8d-933e520b95ce" + } + }, + "sequence_file/064a2cdf-18fb-4039-9faf-9bc55bfe0b81": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_4_S28_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.411Z", + "document_id": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81" + } + }, + "sequence_file/83dfe703-284a-474c-b4e8-f4bde26a010f": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_5_S29_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.437Z", + "document_id": "83dfe703-284a-474c-b4e8-f4bde26a010f" + } + }, + "sequence_file/2a2f3468-2a59-4893-a1c2-3df6fa33a8bf": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_5_S29_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.452Z", + "document_id": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf" + } + }, + "sequence_file/dd0248e8-78f2-4b26-b6f0-cefe1dda95cb": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_5_S29_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.467Z", + "document_id": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb" + } + }, + "sequence_file/325e58bd-5f19-47fd-9231-12d1bbb19fb8": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_5_S29_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.484Z", + "document_id": "325e58bd-5f19-47fd-9231-12d1bbb19fb8" + } + }, + "sequence_file/4540953b-ff03-4cda-9f06-75093a81b26f": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_5_S29_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.502Z", + "document_id": "4540953b-ff03-4cda-9f06-75093a81b26f" + } + }, + "sequence_file/2eb84d9b-04d0-49d7-99ab-8e209590631b": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_5_S29_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.520Z", + "document_id": "2eb84d9b-04d0-49d7-99ab-8e209590631b" + } + }, + "sequence_file/21e743eb-f83e-428b-96af-8d6182610e0a": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_6_S30_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.532Z", + "document_id": "21e743eb-f83e-428b-96af-8d6182610e0a" + } + }, + "sequence_file/8a8398e9-7b04-4c33-b9e8-408f0cf945f3": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_6_S30_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.544Z", + "document_id": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3" + } + }, + "sequence_file/61884059-5d5f-41ce-b01f-6f22a326b1c9": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_6_S30_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.556Z", + "document_id": "61884059-5d5f-41ce-b01f-6f22a326b1c9" + } + }, + "sequence_file/43a087b6-ec8a-467f-a10f-e630f471174f": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_6_S30_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.569Z", + "document_id": "43a087b6-ec8a-467f-a10f-e630f471174f" + } + }, + "sequence_file/f1f55462-4542-41d9-9709-e88cc8723e2d": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_6_S30_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.584Z", + "document_id": "f1f55462-4542-41d9-9709-e88cc8723e2d" + } + }, + "sequence_file/c5670f08-2903-4b0e-9af4-6695558765bb": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_6_S30_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.596Z", + "document_id": "c5670f08-2903-4b0e-9af4-6695558765bb" + } + }, + "sequence_file/8089569e-ad43-4ed8-80b5-d2e36b890aa3": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_7_S31_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.666Z", + "document_id": "8089569e-ad43-4ed8-80b5-d2e36b890aa3" + } + }, + "sequence_file/c0b50eb0-f38a-4102-ae11-355adc3a9753": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_7_S31_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.679Z", + "document_id": "c0b50eb0-f38a-4102-ae11-355adc3a9753" + } + }, + "sequence_file/df8f2e4e-f1b5-4125-9324-67fd7df95d66": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_7_S31_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.690Z", + "document_id": "df8f2e4e-f1b5-4125-9324-67fd7df95d66" + } + }, + "sequence_file/c38a31ea-3e15-4f0d-ba20-0a8c14c320d0": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_7_S31_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.703Z", + "document_id": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0" + } + }, + "sequence_file/ec749311-5dd2-4cd6-a2fc-8f072d614bb5": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_7_S31_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.719Z", + "document_id": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5" + } + }, + "sequence_file/5c07823c-b8ed-4328-8f89-2073c4a5b50d": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_7_S31_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.734Z", + "document_id": "5c07823c-b8ed-4328-8f89-2073c4a5b50d" + } + }, + "sequence_file/5d786269-d4ce-423a-8238-a15a4bb72ea3": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_8_S32_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.746Z", + "document_id": "5d786269-d4ce-423a-8238-a15a4bb72ea3" + } + }, + "sequence_file/37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_8_S32_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.760Z", + "document_id": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb" + } + }, + "sequence_file/8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_8_S32_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.772Z", + "document_id": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e" + } + }, + "sequence_file/a519a47c-c53c-4cd2-94e1-8fac73a5f434": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_8_S32_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.783Z", + "document_id": "a519a47c-c53c-4cd2-94e1-8fac73a5f434" + } + }, + "sequence_file/e4dc1bd7-d8b6-4820-96b6-9f64547685d1": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_8_S32_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.795Z", + "document_id": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1" + } + }, + "sequence_file/edb92ba9-449b-4d51-a638-22e26a5d471e": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonCB8_HiSeq_8_S32_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T17:00:06.806Z", + "document_id": "edb92ba9-449b-4d51-a638-22e26a5d471e" + } + }, + "dissociation_process/6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_97" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.060Z", + "updateDate": "2018-03-26T17:00:50.295Z", + "document_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae" + } + }, + "process/de4fc3e2-cf67-4915-a096-5b87a4e95e69": { + "content": { + "process_core": { + "process_id": "sampling_process_103" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_2" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.752Z", - "updateDate": "2018-03-26T16:59:56.226Z", - "document_id": "d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.224Z", + "updateDate": "2018-03-26T17:00:02.483Z", + "document_id": "de4fc3e2-cf67-4915-a096-5b87a4e95e69" + } + }, + "dissociation_process/d44b888c-d44f-4f2f-bfe9-f2692d976153": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_115" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.223Z", + "updateDate": "2018-03-26T17:01:08.268Z", + "document_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153" + } + }, + "process/d5c49bcf-d959-4143-8ab4-2da4bdcf039c": { + "content": { + "process_core": { + "process_id": "sampling_process_27" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_96" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.950Z", - "updateDate": "2018-03-26T17:00:49.519Z", - "document_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.163Z", + "updateDate": "2018-03-26T16:59:57.139Z", + "document_id": "d5c49bcf-d959-4143-8ab4-2da4bdcf039c" + } + }, + "dissociation_process/b365f021-1729-4735-a1f2-504bbd9c7f56": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_123" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.189Z", + "updateDate": "2018-03-26T17:00:45.277Z", + "document_id": "b365f021-1729-4735-a1f2-504bbd9c7f56" + } + }, + "process/9a967de7-3113-4a14-b586-5f387810cc50": { + "content": { + "process_core": { + "process_id": "sampling_process_29" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_58" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.477Z", - "updateDate": "2018-03-26T17:00:00.143Z", - "document_id": "e4b43c35-9780-4ac4-89f3-a4d69cda2113" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.393Z", + "updateDate": "2018-03-26T16:59:57.314Z", + "document_id": "9a967de7-3113-4a14-b586-5f387810cc50" + } + }, + "dissociation_process/d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_104" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.898Z", + "updateDate": "2018-03-26T17:00:46.312Z", + "document_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc" + } + }, + "process/fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d": { + "content": { + "process_core": { + "process_id": "sampling_process_59" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_114" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.132Z", - "updateDate": "2018-03-26T17:01:08.266Z", - "document_id": "f9925774-e83b-4979-a868-337ea7ae9e55" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.549Z", + "updateDate": "2018-03-26T17:00:01.170Z", + "document_id": "fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d" + } + }, + "dissociation_process/1296a80d-a0e9-420f-ba0b-42b361cd6174": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_124" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.643Z", + "updateDate": "2018-03-26T17:00:46.412Z", + "document_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174" + } + }, + "process/5be39af2-a21b-43ed-b7cd-5391c4fc267b": { + "content": { + "process_core": { + "process_id": "sampling_process_8" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_106" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.633Z", - "updateDate": "2018-03-26T17:00:02.488Z", - "document_id": "2fc835c0-58fd-424c-a909-6e3b636cb192" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.415Z", + "updateDate": "2018-03-26T16:59:56.144Z", + "document_id": "5be39af2-a21b-43ed-b7cd-5391c4fc267b" + } + }, + "dissociation_process/0ca1f56d-7810-4d5c-b89c-bc85a2e36145": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_120" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.121Z", + "updateDate": "2018-03-26T17:00:45.273Z", + "document_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145" + } + }, + "process/9135da8c-77be-43af-b2b7-d59296718852": { + "content": { + "process_core": { + "process_id": "sampling_process_116" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_121" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.964Z", - "updateDate": "2018-03-26T17:00:45.252Z", - "document_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.084Z", + "updateDate": "2018-03-26T17:00:03.336Z", + "document_id": "9135da8c-77be-43af-b2b7-d59296718852" + } + }, + "dissociation_process/9f0598ef-eb95-4cae-a90f-906fdee36612": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_102" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.233Z", + "updateDate": "2018-03-26T17:01:05.300Z", + "document_id": "9f0598ef-eb95-4cae-a90f-906fdee36612" + } + }, + "process/fc02bfec-01fb-49e4-848a-14e5ca5f8cf9": { + "content": { + "process_core": { + "process_id": "sampling_process_69" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_21" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.763Z", - "updateDate": "2018-03-26T16:59:56.461Z", - "document_id": "61d2ac67-a545-4c58-9d6b-53057f55f883" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:39.939Z", + "updateDate": "2018-03-26T16:59:59.142Z", + "document_id": "fc02bfec-01fb-49e4-848a-14e5ca5f8cf9" + } + }, + "dissociation_process/da0fe044-3960-4c95-a283-c139a1a1d813": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_127" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.710Z", + "updateDate": "2018-03-26T17:00:47.453Z", + "document_id": "da0fe044-3960-4c95-a283-c139a1a1d813" + } + }, + "process/c84c88f4-ebe9-45a3-9c2d-3208175cf905": { + "content": { + "process_core": { + "process_id": "sampling_process_70" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_112" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.989Z", - "updateDate": "2018-03-26T17:01:07.254Z", - "document_id": "1c5ed8da-07a5-43a5-8731-052ccb651466" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.039Z", + "updateDate": "2018-03-26T16:59:59.138Z", + "document_id": "c84c88f4-ebe9-45a3-9c2d-3208175cf905" + } + }, + "dissociation_process/e15150d7-7785-4ea4-adaa-969007dd445c": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_119" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.685Z", + "updateDate": "2018-03-26T17:01:07.238Z", + "document_id": "e15150d7-7785-4ea4-adaa-969007dd445c" + } + }, + "process/cd14893e-2d7d-457e-8c76-3d1b374014a8": { + "content": { + "process_core": { + "process_id": "sampling_process_73" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_60" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.795Z", - "updateDate": "2018-03-26T17:00:03.221Z", - "document_id": "3c9f63f2-8d07-4b22-97b4-33cdbe750146" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.473Z", + "updateDate": "2018-03-26T16:59:59.131Z", + "document_id": "cd14893e-2d7d-457e-8c76-3d1b374014a8" + } + }, + "dissociation_process/adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_101" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.312Z", + "updateDate": "2018-03-26T17:01:05.345Z", + "document_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340" + } + }, + "process/e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8": { + "content": { + "process_core": { + "process_id": "sampling_process_33" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_109" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:01:00.644Z", - "updateDate": "2018-03-26T17:01:10.278Z", - "document_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.601Z", + "updateDate": "2018-03-26T16:59:58.329Z", + "document_id": "e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8" + } + }, + "dissociation_process/df87fdfd-4555-4a42-a57e-7210ed4da27b": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_110" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.824Z", + "updateDate": "2018-03-26T17:01:07.288Z", + "document_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b" + } + }, + "process/77eb73bb-f80a-452d-af56-ad5ce64ca411": { + "content": { + "process_core": { + "process_id": "sampling_process_66" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_32" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.559Z", - "updateDate": "2018-03-26T16:59:59.145Z", - "document_id": "8c060209-eae7-4e91-b4f2-5ace5a367dc6" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:39.775Z", + "updateDate": "2018-03-26T17:00:02.462Z", + "document_id": "77eb73bb-f80a-452d-af56-ad5ce64ca411" + } + }, + "dissociation_process/eae8f659-6227-44db-a71f-d56e13210557": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_99" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.880Z", + "updateDate": "2018-03-26T17:00:49.356Z", + "document_id": "eae8f659-6227-44db-a71f-d56e13210557" + } + }, + "process/19efcae2-ec84-46c8-8b5f-a9a42669d3d2": { + "content": { + "process_core": { + "process_id": "sampling_process_25" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_125" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.502Z", - "updateDate": "2018-03-26T17:00:46.513Z", - "document_id": "839cad27-427c-45ef-b15a-0b98332138da" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.958Z", + "updateDate": "2018-03-26T16:59:56.110Z", + "document_id": "19efcae2-ec84-46c8-8b5f-a9a42669d3d2" + } + }, + "dissociation_process/2efa39c9-5a98-425e-8ddf-5c30f367aba6": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_107" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:01.576Z", + "updateDate": "2018-03-26T17:01:11.328Z", + "document_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6" + } + }, + "process/9641fe71-fa96-41a3-9d08-7ebc1ca306d4": { + "content": { + "process_core": { + "process_id": "sampling_process_28" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_30" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.475Z", - "updateDate": "2018-03-26T16:59:59.366Z", - "document_id": "e2927f13-adb7-4d6b-8d5b-e53a9c4d8664" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.300Z", + "updateDate": "2018-03-26T16:59:59.131Z", + "document_id": "9641fe71-fa96-41a3-9d08-7ebc1ca306d4" + } + }, + "dissociation_process/82e6e67b-28d4-4252-88ae-7a82968fbbdc": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_108" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.750Z", + "updateDate": "2018-03-26T17:01:10.377Z", + "document_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc" + } + }, + "process/8f9d2cff-72d3-4925-aa42-3adaf02db950": { + "content": { + "process_core": { + "process_id": "sampling_process_3" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_126" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.779Z", - "updateDate": "2018-03-26T17:00:46.270Z", - "document_id": "b9b71248-448a-43bb-9f48-08e2528c8136" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.793Z", + "updateDate": "2018-03-26T16:59:57.429Z", + "document_id": "8f9d2cff-72d3-4925-aa42-3adaf02db950" + } + }, + "dissociation_process/701af54f-870e-4527-bd45-14dd435efa1e": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_118" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.561Z", + "updateDate": "2018-03-26T17:01:07.254Z", + "document_id": "701af54f-870e-4527-bd45-14dd435efa1e" + } + }, + "process/dd92c89a-10b8-42b0-bca7-4b075c4845c9": { + "content": { + "process_core": { + "process_id": "sampling_process_67" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_62" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.899Z", - "updateDate": "2018-03-26T17:00:01.206Z", - "document_id": "704cd3f1-82c4-420b-ac5d-b6570d180268" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:39.818Z", + "updateDate": "2018-03-26T17:00:02.458Z", + "document_id": "dd92c89a-10b8-42b0-bca7-4b075c4845c9" + } + }, + "dissociation_process/16187e8a-46c3-411a-a02a-2700e64c6678": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_100" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.389Z", + "updateDate": "2018-03-26T17:01:05.273Z", + "document_id": "16187e8a-46c3-411a-a02a-2700e64c6678" + } + }, + "process/d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1": { + "content": { + "process_core": { + "process_id": "sampling_process_2" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_98" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:10.815Z", - "updateDate": "2018-03-26T17:00:49.537Z", - "document_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.752Z", + "updateDate": "2018-03-26T16:59:56.226Z", + "document_id": "d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1" + } + }, + "dissociation_process/a50a909a-7e1d-415a-bb13-4dfd2db00ac9": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_96" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.950Z", + "updateDate": "2018-03-26T17:00:49.519Z", + "document_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9" + } + }, + "process/e4b43c35-9780-4ac4-89f3-a4d69cda2113": { + "content": { + "process_core": { + "process_id": "sampling_process_58" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_104" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.392Z", - "updateDate": "2018-03-26T17:00:06.128Z", - "document_id": "fa2d3e8d-2ba5-4b69-902d-43b184458f11" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.477Z", + "updateDate": "2018-03-26T17:00:00.143Z", + "document_id": "e4b43c35-9780-4ac4-89f3-a4d69cda2113" + } + }, + "dissociation_process/f9925774-e83b-4979-a868-337ea7ae9e55": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_114" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.132Z", + "updateDate": "2018-03-26T17:01:08.266Z", + "document_id": "f9925774-e83b-4979-a868-337ea7ae9e55" + } + }, + "process/2fc835c0-58fd-424c-a909-6e3b636cb192": { + "content": { + "process_core": { + "process_id": "sampling_process_106" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_116" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.291Z", - "updateDate": "2018-03-26T17:01:08.265Z", - "document_id": "4e475c02-d356-41d3-9841-385c41b3ff03" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.633Z", + "updateDate": "2018-03-26T17:00:02.488Z", + "document_id": "2fc835c0-58fd-424c-a909-6e3b636cb192" + } + }, + "dissociation_process/debf44cb-76c6-40d8-bfb0-b57adad22c93": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_121" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.964Z", + "updateDate": "2018-03-26T17:00:45.252Z", + "document_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93" + } + }, + "process/61d2ac67-a545-4c58-9d6b-53057f55f883": { + "content": { + "process_core": { + "process_id": "sampling_process_21" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_4" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.837Z", - "updateDate": "2018-03-26T16:59:57.145Z", - "document_id": "036c253c-6291-45fb-b576-fc0b409d31ba" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.763Z", + "updateDate": "2018-03-26T16:59:56.461Z", + "document_id": "61d2ac67-a545-4c58-9d6b-53057f55f883" + } + }, + "dissociation_process/1c5ed8da-07a5-43a5-8731-052ccb651466": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_112" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.989Z", + "updateDate": "2018-03-26T17:01:07.254Z", + "document_id": "1c5ed8da-07a5-43a5-8731-052ccb651466" + } + }, + "process/3c9f63f2-8d07-4b22-97b4-33cdbe750146": { + "content": { + "process_core": { + "process_id": "sampling_process_60" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_106" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.563Z", - "updateDate": "2018-03-26T17:01:05.421Z", - "document_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.795Z", + "updateDate": "2018-03-26T17:00:03.221Z", + "document_id": "3c9f63f2-8d07-4b22-97b4-33cdbe750146" + } + }, + "dissociation_process/fe8781ef-e3dc-4e6e-b22a-6f2ec8368077": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_109" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:01:00.644Z", + "updateDate": "2018-03-26T17:01:10.278Z", + "document_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077" + } + }, + "process/8c060209-eae7-4e91-b4f2-5ace5a367dc6": { + "content": { + "process_core": { + "process_id": "sampling_process_32" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_105" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.562Z", - "updateDate": "2018-03-26T17:00:00.161Z", - "document_id": "143b36e8-1817-4d71-93ef-cf34bd3ea260" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.559Z", + "updateDate": "2018-03-26T16:59:59.145Z", + "document_id": "8c060209-eae7-4e91-b4f2-5ace5a367dc6" + } + }, + "dissociation_process/839cad27-427c-45ef-b15a-0b98332138da": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_125" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.502Z", + "updateDate": "2018-03-26T17:00:46.513Z", + "document_id": "839cad27-427c-45ef-b15a-0b98332138da" + } + }, + "process/e2927f13-adb7-4d6b-8d5b-e53a9c4d8664": { + "content": { + "process_core": { + "process_id": "sampling_process_30" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_103" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.130Z", - "updateDate": "2018-03-26T17:01:01.377Z", - "document_id": "c2337757-6b6d-450b-9323-e1096aac8a8a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.475Z", + "updateDate": "2018-03-26T16:59:59.366Z", + "document_id": "e2927f13-adb7-4d6b-8d5b-e53a9c4d8664" + } + }, + "dissociation_process/b9b71248-448a-43bb-9f48-08e2528c8136": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_126" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.779Z", + "updateDate": "2018-03-26T17:00:46.270Z", + "document_id": "b9b71248-448a-43bb-9f48-08e2528c8136" + } + }, + "process/704cd3f1-82c4-420b-ac5d-b6570d180268": { + "content": { + "process_core": { + "process_id": "sampling_process_62" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_71" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.179Z", - "updateDate": "2018-03-26T17:00:00.067Z", - "document_id": "460d08b2-db32-4f65-9c19-37b46170df7d" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.899Z", + "updateDate": "2018-03-26T17:00:01.206Z", + "document_id": "704cd3f1-82c4-420b-ac5d-b6570d180268" + } + }, + "dissociation_process/85d59af7-3964-4a7b-8b3e-6df147bc1722": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_98" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:10.815Z", + "updateDate": "2018-03-26T17:00:49.537Z", + "document_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722" + } + }, + "process/fa2d3e8d-2ba5-4b69-902d-43b184458f11": { + "content": { + "process_core": { + "process_id": "sampling_process_104" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_122" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:08.259Z", - "updateDate": "2018-03-26T17:00:45.300Z", - "document_id": "eec9006d-d288-4311-806f-35a155cdf4fd" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.392Z", + "updateDate": "2018-03-26T17:00:06.128Z", + "document_id": "fa2d3e8d-2ba5-4b69-902d-43b184458f11" + } + }, + "dissociation_process/4e475c02-d356-41d3-9841-385c41b3ff03": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_116" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.291Z", + "updateDate": "2018-03-26T17:01:08.265Z", + "document_id": "4e475c02-d356-41d3-9841-385c41b3ff03" + } + }, + "process/036c253c-6291-45fb-b576-fc0b409d31ba": { + "content": { + "process_core": { + "process_id": "sampling_process_4" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_101" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.976Z", - "updateDate": "2018-03-26T17:00:03.382Z", - "document_id": "8a307f43-db3b-41de-8ef2-78f94c63353b" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.837Z", + "updateDate": "2018-03-26T16:59:57.145Z", + "document_id": "036c253c-6291-45fb-b576-fc0b409d31ba" + } + }, + "dissociation_process/0768a4f7-4f01-4c12-a3cf-2d785caca462": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_106" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.563Z", + "updateDate": "2018-03-26T17:01:05.421Z", + "document_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462" + } + }, + "process/143b36e8-1817-4d71-93ef-cf34bd3ea260": { + "content": { + "process_core": { + "process_id": "sampling_process_105" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_111" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.913Z", - "updateDate": "2018-03-26T17:01:07.259Z", - "document_id": "9948f709-25ff-4e0c-89a7-e95260f97349" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.562Z", + "updateDate": "2018-03-26T17:00:00.161Z", + "document_id": "143b36e8-1817-4d71-93ef-cf34bd3ea260" + } + }, + "dissociation_process/c2337757-6b6d-450b-9323-e1096aac8a8a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_103" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.130Z", + "updateDate": "2018-03-26T17:01:01.377Z", + "document_id": "c2337757-6b6d-450b-9323-e1096aac8a8a" + } + }, + "process/460d08b2-db32-4f65-9c19-37b46170df7d": { + "content": { + "process_core": { + "process_id": "sampling_process_71" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_74" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:40.529Z", - "updateDate": "2018-03-26T17:00:02.417Z", - "document_id": "24b49306-6de0-4312-b7c6-ca59ba5c0240" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.179Z", + "updateDate": "2018-03-26T17:00:00.067Z", + "document_id": "460d08b2-db32-4f65-9c19-37b46170df7d" + } + }, + "dissociation_process/eec9006d-d288-4311-806f-35a155cdf4fd": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_122" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:08.259Z", + "updateDate": "2018-03-26T17:00:45.300Z", + "document_id": "eec9006d-d288-4311-806f-35a155cdf4fd" + } + }, + "process/8a307f43-db3b-41de-8ef2-78f94c63353b": { + "content": { + "process_core": { + "process_id": "sampling_process_101" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_117" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.357Z", - "updateDate": "2018-03-26T17:01:08.330Z", - "document_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.976Z", + "updateDate": "2018-03-26T17:00:03.382Z", + "document_id": "8a307f43-db3b-41de-8ef2-78f94c63353b" + } + }, + "dissociation_process/9948f709-25ff-4e0c-89a7-e95260f97349": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_111" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.913Z", + "updateDate": "2018-03-26T17:01:07.259Z", + "document_id": "9948f709-25ff-4e0c-89a7-e95260f97349" + } + }, + "process/24b49306-6de0-4312-b7c6-ca59ba5c0240": { + "content": { + "process_core": { + "process_id": "sampling_process_74" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_31" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.521Z", - "updateDate": "2018-03-26T16:59:56.271Z", - "document_id": "a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:40.529Z", + "updateDate": "2018-03-26T17:00:02.417Z", + "document_id": "24b49306-6de0-4312-b7c6-ca59ba5c0240" + } + }, + "dissociation_process/5b9516d2-dc9a-437e-ac75-2a17e131557a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_117" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.357Z", + "updateDate": "2018-03-26T17:01:08.330Z", + "document_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a" + } + }, + "process/a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061": { + "content": { + "process_core": { + "process_id": "sampling_process_31" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_105" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.783Z", - "updateDate": "2018-03-26T17:01:06.280Z", - "document_id": "7c156764-c910-4e89-9845-a2dbe567a60a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.521Z", + "updateDate": "2018-03-26T16:59:56.271Z", + "document_id": "a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061" + } + }, + "dissociation_process/7c156764-c910-4e89-9845-a2dbe567a60a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_105" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.783Z", + "updateDate": "2018-03-26T17:01:06.280Z", + "document_id": "7c156764-c910-4e89-9845-a2dbe567a60a" + } + }, + "process/9da0296c-d378-4ad4-94c7-d359fa7433d1": { + "content": { + "process_core": { + "process_id": "sampling_process_61" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_61" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.840Z", - "updateDate": "2018-03-26T17:00:01.104Z", - "document_id": "9da0296c-d378-4ad4-94c7-d359fa7433d1" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.840Z", + "updateDate": "2018-03-26T17:00:01.104Z", + "document_id": "9da0296c-d378-4ad4-94c7-d359fa7433d1" + } + }, + "dissociation_process/029b7cf1-c7f8-4f0a-b20d-35c8158f64a6": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_113" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:59.063Z", + "updateDate": "2018-03-26T17:01:08.289Z", + "document_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6" + } + }, + "process/c534bfdb-4b99-45ca-8bd9-e21ff354e988": { + "content": { + "process_core": { + "process_id": "sampling_process_9" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_113" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:59.063Z", - "updateDate": "2018-03-26T17:01:08.289Z", - "document_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.556Z", + "updateDate": "2018-03-26T16:59:56.255Z", + "document_id": "c534bfdb-4b99-45ca-8bd9-e21ff354e988" + } + }, + "library_preparation_process/12ea2953-06a4-4e80-8910-a27aba936b9c": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_id": "library_preparation_process_1", + "process_name": "Preparing RNA for sequencing by 10x" + }, + "umi_barcode": { + "barcode_offset": 16, + "barcode_length": 10, + "barcode_read": "Read 1" + }, + "library_construction_approach": "10x_v2", + "cell_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "schema_type": "process", + "end_bias": "3 prime tag", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "second" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.820Z", + "updateDate": "2018-03-26T17:00:44.791Z", + "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" + } + }, + "sequencing_process/05e446a2-88c1-465b-b56c-7caf6ad4c018": { + "content": { + "paired_ends": true, + "local_machine_name": "HXJ", + "instrument_manufacturer_model": { + "text": "Illumina Hiseq X 10", + "ontology": "EFO:0008567" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_description": "Single cell sequencing of cDNAs by 10x", + "process_name": "Sequencing cord blood donor 5-8", + "process_id": "10x_v2_sequencing_process_4", + "start_time": "2017-09-26T05:20:00Z", + "process_location": "Broad Institute" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.848Z", + "updateDate": "2018-03-26T17:00:53.458Z", + "document_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018" + } + }, + "protocol/3cbebf0a-4aab-4525-80f4-222703d14b98": { + "content": { + "protocol_core": { + "protocol_id": "dissociation_protocol_1" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_9" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.556Z", - "updateDate": "2018-03-26T16:59:56.255Z", - "document_id": "c534bfdb-4b99-45ca-8bd9-e21ff354e988" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.834Z", + "updateDate": "2018-03-26T16:59:27.584Z", + "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" + } + }, + "protocol/81b97ec1-f68c-4d69-be78-50d1aad7bbef": { + "content": { + "protocol_core": { + "protocol_id": "library_preparation_protocol_1" }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_id": "library_preparation_process_1", - "process_name": "Preparing RNA for sequencing by 10x" - }, - "umi_barcode": { - "barcode_offset": 16, - "barcode_length": 10, - "barcode_read": "Read 1" - }, - "library_construction_approach": "10x_v2", - "cell_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "schema_type": "process", - "end_bias": "3 prime tag", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "second" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.820Z", - "updateDate": "2018-03-26T17:00:44.791Z", - "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "paired_ends": true, - "local_machine_name": "HXJ", - "instrument_manufacturer_model": { - "text": "Illumina Hiseq X 10", - "ontology": "EFO:0008567" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_description": "Single cell sequencing of cDNAs by 10x", - "process_name": "Sequencing cord blood donor 5-8", - "process_id": "10x_v2_sequencing_process_4", - "start_time": "2017-09-26T05:20:00Z", - "process_location": "Broad Institute" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.848Z", - "updateDate": "2018-03-26T17:00:53.458Z", - "document_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" - }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_id": "dissociation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.834Z", - "updateDate": "2018-03-26T16:59:27.584Z", - "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" - } + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.848Z", + "updateDate": "2018-03-26T16:59:29.761Z", + "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" + } + }, + "protocol/e99eed63-5794-4d8d-baf9-9c6888e91e6d": { + "content": { + "protocol_core": { + "protocol_id": "10x_v2_sequencing_protocol_1" }, - { - "content": { - "protocol_core": { - "protocol_id": "library_preparation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.848Z", - "updateDate": "2018-03-26T16:59:29.761Z", - "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "protocol_core": { - "protocol_id": "10x_v2_sequencing_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.860Z", - "updateDate": "2018-03-26T16:59:27.537Z", - "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" - }, - "links.json": { - "links": [ - { - "source_id": "763da7c3-cf84-4dd1-9816-99387476f439", - "source_type": "biomaterial", - "destination_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae", - "destination_type": "dissociation_process" - }, - { - "source_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae", - "source_type": "dissociation_process", - "destination_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234", - "destination_type": "biomaterial" - }, - { - "source_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "de4fc3e2-cf67-4915-a096-5b87a4e95e69", - "source_type": "process", - "destination_id": "763da7c3-cf84-4dd1-9816-99387476f439", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "de4fc3e2-cf67-4915-a096-5b87a4e95e69", - "destination_type": "process" - }, - { - "source_id": "ea978eed-c518-421b-9ff1-e9946e79285d", - "source_type": "biomaterial", - "destination_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153", - "destination_type": "dissociation_process" - }, - { - "source_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153", - "source_type": "dissociation_process", - "destination_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8", - "destination_type": "biomaterial" - }, - { - "source_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d5c49bcf-d959-4143-8ab4-2da4bdcf039c", - "source_type": "process", - "destination_id": "ea978eed-c518-421b-9ff1-e9946e79285d", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "d5c49bcf-d959-4143-8ab4-2da4bdcf039c", - "destination_type": "process" - }, - { - "source_id": "78dc08e0-7fe8-4f1d-a5cb-b11634010810", - "source_type": "biomaterial", - "destination_id": "b365f021-1729-4735-a1f2-504bbd9c7f56", - "destination_type": "dissociation_process" - }, - { - "source_id": "b365f021-1729-4735-a1f2-504bbd9c7f56", - "source_type": "dissociation_process", - "destination_id": "572da738-8893-43d6-b437-97b57372f0aa", - "destination_type": "biomaterial" - }, - { - "source_id": "b365f021-1729-4735-a1f2-504bbd9c7f56", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "9a967de7-3113-4a14-b586-5f387810cc50", - "source_type": "process", - "destination_id": "78dc08e0-7fe8-4f1d-a5cb-b11634010810", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "9a967de7-3113-4a14-b586-5f387810cc50", - "destination_type": "process" - }, - { - "source_id": "d1c9cf7c-021d-48a2-84f9-17f92358d6e7", - "source_type": "biomaterial", - "destination_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc", - "destination_type": "dissociation_process" - }, - { - "source_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc", - "source_type": "dissociation_process", - "destination_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d", - "destination_type": "biomaterial" - }, - { - "source_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d", - "source_type": "process", - "destination_id": "d1c9cf7c-021d-48a2-84f9-17f92358d6e7", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d", - "destination_type": "process" - }, - { - "source_id": "d3e0f71e-4d00-4567-88af-d797365a7544", - "source_type": "biomaterial", - "destination_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174", - "destination_type": "dissociation_process" - }, - { - "source_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174", - "source_type": "dissociation_process", - "destination_id": "44346960-0ad4-4a30-bbfe-06353cde8f93", - "destination_type": "biomaterial" - }, - { - "source_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "5be39af2-a21b-43ed-b7cd-5391c4fc267b", - "source_type": "process", - "destination_id": "d3e0f71e-4d00-4567-88af-d797365a7544", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "5be39af2-a21b-43ed-b7cd-5391c4fc267b", - "destination_type": "process" - }, - { - "source_id": "b37160d6-fc23-4b41-97d7-c970b004017d", - "source_type": "biomaterial", - "destination_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145", - "destination_type": "dissociation_process" - }, - { - "source_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145", - "source_type": "dissociation_process", - "destination_id": "6f88495f-2ae4-432a-a539-da0d4ffba654", - "destination_type": "biomaterial" - }, - { - "source_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "9135da8c-77be-43af-b2b7-d59296718852", - "source_type": "process", - "destination_id": "b37160d6-fc23-4b41-97d7-c970b004017d", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "9135da8c-77be-43af-b2b7-d59296718852", - "destination_type": "process" - }, - { - "source_id": "28b88c0c-2ee1-46ae-aa72-4eac1948a77d", - "source_type": "biomaterial", - "destination_id": "9f0598ef-eb95-4cae-a90f-906fdee36612", - "destination_type": "dissociation_process" - }, - { - "source_id": "9f0598ef-eb95-4cae-a90f-906fdee36612", - "source_type": "dissociation_process", - "destination_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249", - "destination_type": "biomaterial" - }, - { - "source_id": "9f0598ef-eb95-4cae-a90f-906fdee36612", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "fc02bfec-01fb-49e4-848a-14e5ca5f8cf9", - "source_type": "process", - "destination_id": "28b88c0c-2ee1-46ae-aa72-4eac1948a77d", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "fc02bfec-01fb-49e4-848a-14e5ca5f8cf9", - "destination_type": "process" - }, - { - "source_id": "0ae78f8c-c014-4fc7-8686-232ae967d75a", - "source_type": "biomaterial", - "destination_id": "da0fe044-3960-4c95-a283-c139a1a1d813", - "destination_type": "dissociation_process" - }, - { - "source_id": "da0fe044-3960-4c95-a283-c139a1a1d813", - "source_type": "dissociation_process", - "destination_id": "ead1ae86-f0ef-4f78-872d-939d6da81668", - "destination_type": "biomaterial" - }, - { - "source_id": "da0fe044-3960-4c95-a283-c139a1a1d813", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c84c88f4-ebe9-45a3-9c2d-3208175cf905", - "source_type": "process", - "destination_id": "0ae78f8c-c014-4fc7-8686-232ae967d75a", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "c84c88f4-ebe9-45a3-9c2d-3208175cf905", - "destination_type": "process" - }, - { - "source_id": "e7a31b36-8f58-4184-900e-1217246ac851", - "source_type": "biomaterial", - "destination_id": "e15150d7-7785-4ea4-adaa-969007dd445c", - "destination_type": "dissociation_process" - }, - { - "source_id": "e15150d7-7785-4ea4-adaa-969007dd445c", - "source_type": "dissociation_process", - "destination_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b", - "destination_type": "biomaterial" - }, - { - "source_id": "e15150d7-7785-4ea4-adaa-969007dd445c", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "cd14893e-2d7d-457e-8c76-3d1b374014a8", - "source_type": "process", - "destination_id": "e7a31b36-8f58-4184-900e-1217246ac851", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "cd14893e-2d7d-457e-8c76-3d1b374014a8", - "destination_type": "process" - }, - { - "source_id": "d564f2ca-5723-4562-a610-eb93e79ec359", - "source_type": "biomaterial", - "destination_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340", - "destination_type": "dissociation_process" - }, - { - "source_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340", - "source_type": "dissociation_process", - "destination_id": "2917ffc8-a755-4dac-8138-1bf2be845ada", - "destination_type": "biomaterial" - }, - { - "source_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8", - "source_type": "process", - "destination_id": "d564f2ca-5723-4562-a610-eb93e79ec359", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8", - "destination_type": "process" - }, - { - "source_id": "1d17ae51-1351-4eea-a012-f8e4f89d6b2e", - "source_type": "biomaterial", - "destination_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b", - "destination_type": "dissociation_process" - }, - { - "source_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b", - "source_type": "dissociation_process", - "destination_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc", - "destination_type": "biomaterial" - }, - { - "source_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "77eb73bb-f80a-452d-af56-ad5ce64ca411", - "source_type": "process", - "destination_id": "1d17ae51-1351-4eea-a012-f8e4f89d6b2e", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "77eb73bb-f80a-452d-af56-ad5ce64ca411", - "destination_type": "process" - }, - { - "source_id": "ff968d9d-9cde-448f-8536-a42a8897de21", - "source_type": "biomaterial", - "destination_id": "eae8f659-6227-44db-a71f-d56e13210557", - "destination_type": "dissociation_process" - }, - { - "source_id": "eae8f659-6227-44db-a71f-d56e13210557", - "source_type": "dissociation_process", - "destination_id": "bd155232-8891-4971-b69f-7cc033b07274", - "destination_type": "biomaterial" - }, - { - "source_id": "eae8f659-6227-44db-a71f-d56e13210557", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "19efcae2-ec84-46c8-8b5f-a9a42669d3d2", - "source_type": "process", - "destination_id": "ff968d9d-9cde-448f-8536-a42a8897de21", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "19efcae2-ec84-46c8-8b5f-a9a42669d3d2", - "destination_type": "process" - }, - { - "source_id": "b7e702dc-afe1-4885-b533-2aff7ac1aa98", - "source_type": "biomaterial", - "destination_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6", - "destination_type": "dissociation_process" - }, - { - "source_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6", - "source_type": "dissociation_process", - "destination_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3", - "destination_type": "biomaterial" - }, - { - "source_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "9641fe71-fa96-41a3-9d08-7ebc1ca306d4", - "source_type": "process", - "destination_id": "b7e702dc-afe1-4885-b533-2aff7ac1aa98", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "9641fe71-fa96-41a3-9d08-7ebc1ca306d4", - "destination_type": "process" - }, - { - "source_id": "d7c1e6a7-9596-4da3-a040-505bfad74e27", - "source_type": "biomaterial", - "destination_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc", - "destination_type": "dissociation_process" - }, - { - "source_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc", - "source_type": "dissociation_process", - "destination_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752", - "destination_type": "biomaterial" - }, - { - "source_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "8f9d2cff-72d3-4925-aa42-3adaf02db950", - "source_type": "process", - "destination_id": "d7c1e6a7-9596-4da3-a040-505bfad74e27", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "8f9d2cff-72d3-4925-aa42-3adaf02db950", - "destination_type": "process" - }, - { - "source_id": "17efe7f8-ed9f-4687-8634-c63c23574b01", - "source_type": "biomaterial", - "destination_id": "701af54f-870e-4527-bd45-14dd435efa1e", - "destination_type": "dissociation_process" - }, - { - "source_id": "701af54f-870e-4527-bd45-14dd435efa1e", - "source_type": "dissociation_process", - "destination_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb", - "destination_type": "biomaterial" - }, - { - "source_id": "701af54f-870e-4527-bd45-14dd435efa1e", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "dd92c89a-10b8-42b0-bca7-4b075c4845c9", - "source_type": "process", - "destination_id": "17efe7f8-ed9f-4687-8634-c63c23574b01", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "dd92c89a-10b8-42b0-bca7-4b075c4845c9", - "destination_type": "process" - }, - { - "source_id": "7a82dafe-0e6b-409e-97d1-53a06460465b", - "source_type": "biomaterial", - "destination_id": "16187e8a-46c3-411a-a02a-2700e64c6678", - "destination_type": "dissociation_process" - }, - { - "source_id": "16187e8a-46c3-411a-a02a-2700e64c6678", - "source_type": "dissociation_process", - "destination_id": "9da73948-fe14-496d-a110-0df327507937", - "destination_type": "biomaterial" - }, - { - "source_id": "16187e8a-46c3-411a-a02a-2700e64c6678", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1", - "source_type": "process", - "destination_id": "7a82dafe-0e6b-409e-97d1-53a06460465b", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1", - "destination_type": "process" - }, - { - "source_id": "387daa16-d7c1-4501-ae45-b16d1323ee5d", - "source_type": "biomaterial", - "destination_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9", - "destination_type": "dissociation_process" - }, - { - "source_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9", - "source_type": "dissociation_process", - "destination_id": "baf9d068-e427-47fc-b753-173614eca3e0", - "destination_type": "biomaterial" - }, - { - "source_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e4b43c35-9780-4ac4-89f3-a4d69cda2113", - "source_type": "process", - "destination_id": "387daa16-d7c1-4501-ae45-b16d1323ee5d", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "e4b43c35-9780-4ac4-89f3-a4d69cda2113", - "destination_type": "process" - }, - { - "source_id": "e887c7b9-ba8c-4c5f-b1e0-11de28471861", - "source_type": "biomaterial", - "destination_id": "f9925774-e83b-4979-a868-337ea7ae9e55", - "destination_type": "dissociation_process" - }, - { - "source_id": "f9925774-e83b-4979-a868-337ea7ae9e55", - "source_type": "dissociation_process", - "destination_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16", - "destination_type": "biomaterial" - }, - { - "source_id": "f9925774-e83b-4979-a868-337ea7ae9e55", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "2fc835c0-58fd-424c-a909-6e3b636cb192", - "source_type": "process", - "destination_id": "e887c7b9-ba8c-4c5f-b1e0-11de28471861", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "2fc835c0-58fd-424c-a909-6e3b636cb192", - "destination_type": "process" - }, - { - "source_id": "fb255758-4d10-4a92-8909-eb49a10c65ec", - "source_type": "biomaterial", - "destination_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93", - "destination_type": "dissociation_process" - }, - { - "source_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93", - "source_type": "dissociation_process", - "destination_id": "7a05391e-b62c-49ff-a735-978a4b9d2346", - "destination_type": "biomaterial" - }, - { - "source_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "61d2ac67-a545-4c58-9d6b-53057f55f883", - "source_type": "process", - "destination_id": "fb255758-4d10-4a92-8909-eb49a10c65ec", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "61d2ac67-a545-4c58-9d6b-53057f55f883", - "destination_type": "process" - }, - { - "source_id": "841afd6b-4be7-47a9-9338-e49ff8795b46", - "source_type": "biomaterial", - "destination_id": "1c5ed8da-07a5-43a5-8731-052ccb651466", - "destination_type": "dissociation_process" - }, - { - "source_id": "1c5ed8da-07a5-43a5-8731-052ccb651466", - "source_type": "dissociation_process", - "destination_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9", - "destination_type": "biomaterial" - }, - { - "source_id": "1c5ed8da-07a5-43a5-8731-052ccb651466", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "3c9f63f2-8d07-4b22-97b4-33cdbe750146", - "source_type": "process", - "destination_id": "841afd6b-4be7-47a9-9338-e49ff8795b46", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "3c9f63f2-8d07-4b22-97b4-33cdbe750146", - "destination_type": "process" - }, - { - "source_id": "cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b", - "source_type": "biomaterial", - "destination_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077", - "destination_type": "dissociation_process" - }, - { - "source_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077", - "source_type": "dissociation_process", - "destination_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff", - "destination_type": "biomaterial" - }, - { - "source_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "8c060209-eae7-4e91-b4f2-5ace5a367dc6", - "source_type": "process", - "destination_id": "cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "8c060209-eae7-4e91-b4f2-5ace5a367dc6", - "destination_type": "process" - }, - { - "source_id": "d033e456-46fd-4fa0-baeb-d1ce5ecbaf68", - "source_type": "biomaterial", - "destination_id": "839cad27-427c-45ef-b15a-0b98332138da", - "destination_type": "dissociation_process" - }, - { - "source_id": "839cad27-427c-45ef-b15a-0b98332138da", - "source_type": "dissociation_process", - "destination_id": "61192824-ee22-4a17-9515-599e208a249a", - "destination_type": "biomaterial" - }, - { - "source_id": "839cad27-427c-45ef-b15a-0b98332138da", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "e2927f13-adb7-4d6b-8d5b-e53a9c4d8664", - "source_type": "process", - "destination_id": "d033e456-46fd-4fa0-baeb-d1ce5ecbaf68", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "e2927f13-adb7-4d6b-8d5b-e53a9c4d8664", - "destination_type": "process" - }, - { - "source_id": "e6e0b971-c9e3-4070-b639-f7aa60d75e51", - "source_type": "biomaterial", - "destination_id": "b9b71248-448a-43bb-9f48-08e2528c8136", - "destination_type": "dissociation_process" - }, - { - "source_id": "b9b71248-448a-43bb-9f48-08e2528c8136", - "source_type": "dissociation_process", - "destination_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a", - "destination_type": "biomaterial" - }, - { - "source_id": "b9b71248-448a-43bb-9f48-08e2528c8136", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "704cd3f1-82c4-420b-ac5d-b6570d180268", - "source_type": "process", - "destination_id": "e6e0b971-c9e3-4070-b639-f7aa60d75e51", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "704cd3f1-82c4-420b-ac5d-b6570d180268", - "destination_type": "process" - }, - { - "source_id": "6066f257-dbee-41a2-b15e-20ef46b7dafb", - "source_type": "biomaterial", - "destination_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722", - "destination_type": "dissociation_process" - }, - { - "source_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722", - "source_type": "dissociation_process", - "destination_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9", - "destination_type": "biomaterial" - }, - { - "source_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "fa2d3e8d-2ba5-4b69-902d-43b184458f11", - "source_type": "process", - "destination_id": "6066f257-dbee-41a2-b15e-20ef46b7dafb", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "fa2d3e8d-2ba5-4b69-902d-43b184458f11", - "destination_type": "process" - }, - { - "source_id": "cf29eee2-54b5-45aa-babb-09403848c5a4", - "source_type": "biomaterial", - "destination_id": "4e475c02-d356-41d3-9841-385c41b3ff03", - "destination_type": "dissociation_process" - }, - { - "source_id": "4e475c02-d356-41d3-9841-385c41b3ff03", - "source_type": "dissociation_process", - "destination_id": "aa8d1086-deb2-472c-833a-9b70cee333af", - "destination_type": "biomaterial" - }, - { - "source_id": "4e475c02-d356-41d3-9841-385c41b3ff03", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "036c253c-6291-45fb-b576-fc0b409d31ba", - "source_type": "process", - "destination_id": "cf29eee2-54b5-45aa-babb-09403848c5a4", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "036c253c-6291-45fb-b576-fc0b409d31ba", - "destination_type": "process" - }, - { - "source_id": "62fdfbf1-0b7c-4501-833e-c5af52aafa43", - "source_type": "biomaterial", - "destination_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462", - "destination_type": "dissociation_process" - }, - { - "source_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462", - "source_type": "dissociation_process", - "destination_id": "e028d408-a455-4130-8f44-c0dbb78b0241", - "destination_type": "biomaterial" - }, - { - "source_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "143b36e8-1817-4d71-93ef-cf34bd3ea260", - "source_type": "process", - "destination_id": "62fdfbf1-0b7c-4501-833e-c5af52aafa43", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "143b36e8-1817-4d71-93ef-cf34bd3ea260", - "destination_type": "process" - }, - { - "source_id": "64a0fc9e-2711-4b2e-9c45-b17b53720a80", - "source_type": "biomaterial", - "destination_id": "c2337757-6b6d-450b-9323-e1096aac8a8a", - "destination_type": "dissociation_process" - }, - { - "source_id": "c2337757-6b6d-450b-9323-e1096aac8a8a", - "source_type": "dissociation_process", - "destination_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90", - "destination_type": "biomaterial" - }, - { - "source_id": "c2337757-6b6d-450b-9323-e1096aac8a8a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "460d08b2-db32-4f65-9c19-37b46170df7d", - "source_type": "process", - "destination_id": "64a0fc9e-2711-4b2e-9c45-b17b53720a80", - "destination_type": "biomaterial" - }, - { - "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", - "source_type": "biomaterial", - "destination_id": "460d08b2-db32-4f65-9c19-37b46170df7d", - "destination_type": "process" - }, - { - "source_id": "1e76f915-3132-42c0-b045-54383ab9a567", - "source_type": "biomaterial", - "destination_id": "eec9006d-d288-4311-806f-35a155cdf4fd", - "destination_type": "dissociation_process" - }, - { - "source_id": "eec9006d-d288-4311-806f-35a155cdf4fd", - "source_type": "dissociation_process", - "destination_id": "e53b4144-5944-4b49-8631-0a28839abba4", - "destination_type": "biomaterial" - }, - { - "source_id": "eec9006d-d288-4311-806f-35a155cdf4fd", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "8a307f43-db3b-41de-8ef2-78f94c63353b", - "source_type": "process", - "destination_id": "1e76f915-3132-42c0-b045-54383ab9a567", - "destination_type": "biomaterial" - }, - { - "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", - "source_type": "biomaterial", - "destination_id": "8a307f43-db3b-41de-8ef2-78f94c63353b", - "destination_type": "process" - }, - { - "source_id": "88d9377c-e94a-4e8c-b458-2ab45e27327f", - "source_type": "biomaterial", - "destination_id": "9948f709-25ff-4e0c-89a7-e95260f97349", - "destination_type": "dissociation_process" - }, - { - "source_id": "9948f709-25ff-4e0c-89a7-e95260f97349", - "source_type": "dissociation_process", - "destination_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be", - "destination_type": "biomaterial" - }, - { - "source_id": "9948f709-25ff-4e0c-89a7-e95260f97349", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "24b49306-6de0-4312-b7c6-ca59ba5c0240", - "source_type": "process", - "destination_id": "88d9377c-e94a-4e8c-b458-2ab45e27327f", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "24b49306-6de0-4312-b7c6-ca59ba5c0240", - "destination_type": "process" - }, - { - "source_id": "fa24dc24-72b4-437e-af38-4d8abf652607", - "source_type": "biomaterial", - "destination_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a", - "destination_type": "dissociation_process" - }, - { - "source_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a", - "source_type": "dissociation_process", - "destination_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e", - "destination_type": "biomaterial" - }, - { - "source_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061", - "source_type": "process", - "destination_id": "fa24dc24-72b4-437e-af38-4d8abf652607", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061", - "destination_type": "process" - }, - { - "source_id": "d337b058-6be1-4863-af94-5cf305ed6265", - "source_type": "biomaterial", - "destination_id": "7c156764-c910-4e89-9845-a2dbe567a60a", - "destination_type": "dissociation_process" - }, - { - "source_id": "7c156764-c910-4e89-9845-a2dbe567a60a", - "source_type": "dissociation_process", - "destination_id": "f85928ba-9408-4910-b872-ff27e2d08cfb", - "destination_type": "biomaterial" - }, - { - "source_id": "7c156764-c910-4e89-9845-a2dbe567a60a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "9da0296c-d378-4ad4-94c7-d359fa7433d1", - "source_type": "process", - "destination_id": "d337b058-6be1-4863-af94-5cf305ed6265", - "destination_type": "biomaterial" - }, - { - "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", - "source_type": "biomaterial", - "destination_id": "9da0296c-d378-4ad4-94c7-d359fa7433d1", - "destination_type": "process" - }, - { - "source_id": "daafc341-9439-431c-b6b4-f89f56be3f68", - "source_type": "biomaterial", - "destination_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6", - "destination_type": "dissociation_process" - }, - { - "source_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6", - "source_type": "dissociation_process", - "destination_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706", - "destination_type": "biomaterial" - }, - { - "source_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c534bfdb-4b99-45ca-8bd9-e21ff354e988", - "source_type": "process", - "destination_id": "daafc341-9439-431c-b6b4-f89f56be3f68", - "destination_type": "biomaterial" - }, - { - "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", - "source_type": "biomaterial", - "destination_id": "c534bfdb-4b99-45ca-8bd9-e21ff354e988", - "destination_type": "process" - }, - { - "source_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "572da738-8893-43d6-b437-97b57372f0aa", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "44346960-0ad4-4a30-bbfe-06353cde8f93", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "6f88495f-2ae4-432a-a539-da0d4ffba654", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "ead1ae86-f0ef-4f78-872d-939d6da81668", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "2917ffc8-a755-4dac-8138-1bf2be845ada", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "bd155232-8891-4971-b69f-7cc033b07274", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "9da73948-fe14-496d-a110-0df327507937", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "baf9d068-e427-47fc-b753-173614eca3e0", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "7a05391e-b62c-49ff-a735-978a4b9d2346", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "61192824-ee22-4a17-9515-599e208a249a", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "aa8d1086-deb2-472c-833a-9b70cee333af", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "e028d408-a455-4130-8f44-c0dbb78b0241", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "e53b4144-5944-4b49-8631-0a28839abba4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "f85928ba-9408-4910-b872-ff27e2d08cfb", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e933a3ca-1820-4812-84e5-7aeff871e161", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5f91ca55-71c3-4942-9be1-1a88e6b5417a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "94963c37-2c09-4e55-b864-a4579d7e2b4a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cec9c639-6e88-45be-8e15-423928eaca7f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "72057d86-405e-461a-af7f-344ae067bff7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "951e9c14-d91d-4f77-af22-10bc767a0c4e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2c309500-dfed-40aa-9a1c-41c0990430b5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "af379215-0568-45c0-8e6e-45f684b5d486", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b8de328c-cd23-4275-9d91-9c15aaedecac", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c6a9ec31-3bf4-4c79-8678-002e96df86be", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "aac815db-2c5f-482b-ae06-706c050854b9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e829a452-6a60-4bb6-b860-d171ab780676", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4c0876d7-220f-47cc-841c-7269bc24c014", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "102a709a-68c8-4510-b531-4c6995bc600a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f32724bc-56e9-42c0-8410-becfe8f63dcd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2ba39558-505b-4dce-b3d4-1256027935ce", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "41e83755-02eb-4823-8771-3021f879ad6a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9641c4d4-4611-462c-bba1-c74bdc0634fd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "09171dfe-fadc-487c-b18e-a6e02c6d46ba", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "036853ea-da68-4899-917a-ffc83fc05c9e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cf561267-e185-4e7d-9bd8-28b6dc091015", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ad3b081b-2f62-44bd-ba24-3042632e4e56", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7a2f30f6-5827-4df3-ba74-268c602098cc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9186f1cb-68e5-4c83-b655-8ad69078cb45", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "82fd9af5-44ad-4e99-afef-01e6ad52c558", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c8702058-1e5c-48e9-a1ac-d296478e7218", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c27b7f86-1a00-4eab-8267-1c138b5e37f6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "93c5298f-0d6b-4efd-be2c-facce5e99116", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0e0e0209-9277-4904-b38d-ef2a97ba2773", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "696dd672-ab4a-4649-b070-eb81e24c176b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b877aa35-fc46-40b9-8869-bd717f9465db", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "77a2f75f-5e6f-4f9d-b88e-237645464293", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "88883f8c-4659-40a4-b5df-f37bca5183ba", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2755ced4-c7a8-4380-a7c3-3969e9bea68a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a220f337-0700-49cb-837c-cc569991c0e2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7f143ce8-8f68-4792-afc1-c7340e40a726", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5eff87dc-5772-4229-ae7c-cfde6a348479", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a501f218-24cb-4484-b52a-2a6a7d88ae82", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3e991891-afa1-4f55-8f54-55faef83fb6e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "467e06e0-34e5-42bc-b647-72402e919357", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8ed5ae60-8b4f-43c7-8474-055d4a98238c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "88018608-c4b1-4ec9-abc1-d8940a604397", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e6b13e6a-e1de-4e97-b788-7c136304ed29", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f97819ce-eda6-4f8b-829d-189d1cb28000", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b12850d5-277a-4c50-a16a-2ea0ef0e038a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "edfc2355-865b-4b05-8bd5-816907acca07", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "16032735-00f3-4882-afc2-2976e8c5824e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "588b80b6-1bac-4e59-a5af-d85d7ea78102", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3f06d139-019a-46e0-b8b0-84b95d37e12f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "372e7758-4e0f-40d1-ae3e-727c085a28a1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "67b1b9d3-c105-4769-be59-9f6161658d47", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "17d0d51a-1c8b-4970-a257-3b5a89054c73", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cc029b5c-fb59-4519-aeaa-817ee15d356d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "578890ad-325d-4081-b033-edd7cb3c221a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d0c73976-8025-46ec-ae91-37b71f73556f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "83e849b9-8881-47af-bf05-788977ad09c3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "54bf0b5a-eac1-40eb-8507-162234918804", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3d7a9131-8ca5-4f5e-a270-766965f3b2de", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a62f271c-da08-4d9b-beea-f938269aa9be", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0f5c3663-1ff2-4bff-9193-1548044e3b09", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0b5314d1-b61f-4b37-88df-3c2c732a8f56", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1bf928a1-cc12-442e-bd8a-18dd7de1856e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4eb12302-6a01-4f2d-86cb-3eea398d7e52", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f47923b9-561c-444c-8b18-ea8c1d4bf75d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "50dc47b1-593b-4db3-9d85-063050ffa229", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a2d2c193-09e6-402b-a58c-087ce32f37b6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e310f0db-3e59-4339-8fc0-6322ba946dd9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1ed09e98-a078-4f9d-8bac-99fc824ab753", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "86c9f8f0-021a-4899-83ad-09e6f1562fb2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7daf7d79-524d-49af-8036-a4004a111ed3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4c45fc75-b4e8-41c6-900d-e9c491f50e17", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d0ef4648-0237-4c64-b124-b70b17d8099e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e201faf7-02da-4703-a891-766c6add57f9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cdc11d35-c34c-4095-bace-efc01830763a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "97aa5b24-7f19-4b99-9473-cf2518cd6f03", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "98eca6b9-2864-4a67-85be-763e09456917", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "49ad6c64-1828-4bc6-833f-e05dec7e74f1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a3400fe9-c31e-4f0c-8fc2-271d39be2123", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8f123f8d-3cb5-43d4-b1bb-672c8b738744", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ba60167c-4068-495c-b5b1-950348dc3ad5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "61564fb3-4124-4096-a619-276f3b38e26e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "05a27843-3e71-480a-b4df-c4fe28bb413f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2688d153-e042-41b1-a48e-8839fd4aaf0e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "95dde0cf-5f38-41a9-a36f-5d90b91509c0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b17ae237-1f81-4842-8d4e-bf8e4c96e560", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8c502d9e-2105-4d00-987d-759e583af7c5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bf162c91-0da4-4ce4-ab98-7a3d7a443759", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "08075c2f-8120-4ebe-aeff-7dee2699dd84", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "29cb8048-30cd-429f-9b87-9a021b0b5c57", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "75fe63d4-8541-4b8c-aacc-796fc907fa52", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0e79ef66-2922-4089-b812-451364420af9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bc729d18-4926-4cbb-b289-b973a3f76093", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5ba381b3-fdc7-4551-a1bd-767100529e4f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7bdae9af-9ece-44c7-816b-abdf3ef629be", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "10268a25-2d4a-48e3-a322-08c1b7988375", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4f98df5f-a259-44c7-9007-6bb89417c6c2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "73934c9a-041e-4ac3-81fe-cbaee7972d5c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6be5c831-1e65-4314-a4a0-e40d7f17bad1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f85d5d78-7255-45b9-becf-79173199f54d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "345b2f3d-570f-4450-9f99-2408311820c0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7209368d-725a-442d-bf79-4a4408ce0843", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e7a83e57-1751-4484-982b-d7f635491728", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0622a845-6109-4c1a-bf60-aa1d47d23799", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b2d5ff76-941a-4e98-8636-3d530d1e7b63", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "10290214-f084-472e-82bd-9a2b29cdc2d5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "874303e0-a9e9-4c0d-8aba-4d280bacc661", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "43f5a634-dc82-4099-9b89-221e04ffc981", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6e67ea1f-e553-4301-9647-237c23af06a0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "16a57933-11e5-4852-93a0-805e0433b2dd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a9f7d170-b971-4444-94ee-477ca3b5ef75", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8a4df56a-6e6a-415c-9347-69f010e6767b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "da470794-0fc6-453d-a166-fc8c3bf9ce8c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b1d42bb4-602c-488f-a519-efe483780513", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8652979a-490c-4ef4-a8a5-49aff43696ef", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "00df0394-0487-4144-9c35-39d741045981", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7968ac17-7547-4817-b97a-d7af390f3c13", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "337686df-d6a4-4294-af00-242293302662", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "53c4a13a-6462-4825-a729-8f6792b6f5c2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1ef49c16-4142-4569-8623-d46b11a0358a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8dcfc18a-0095-4328-a00a-eed229e76d6e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d4da1a64-288f-42a7-b59f-1252846b61c5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ae247bd4-093d-4897-96e9-6fa5a6bdf815", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e817a985-00a6-4a89-99c0-0d1f9726ddf1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9888d80c-aee4-4e18-b8e9-582e064a168c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c6f48167-26ae-4361-8a00-16245e26c6e6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4d547634-951e-44ad-9259-a7d9ca2d7658", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e5337ffe-3c97-457a-9566-13ed907751c4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "552edbc3-a7d8-4478-ad7a-57b154693d6a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "de1c2807-ae40-4ed1-b306-1e3714cb6778", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a9699776-1b44-4f90-b996-2eaeb8785a7a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9f09671a-d4c1-4126-9c8d-933e520b95ce", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "83dfe703-284a-474c-b4e8-f4bde26a010f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "325e58bd-5f19-47fd-9231-12d1bbb19fb8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4540953b-ff03-4cda-9f06-75093a81b26f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2eb84d9b-04d0-49d7-99ab-8e209590631b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "21e743eb-f83e-428b-96af-8d6182610e0a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "61884059-5d5f-41ce-b01f-6f22a326b1c9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "43a087b6-ec8a-467f-a10f-e630f471174f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f1f55462-4542-41d9-9709-e88cc8723e2d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c5670f08-2903-4b0e-9af4-6695558765bb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8089569e-ad43-4ed8-80b5-d2e36b890aa3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c0b50eb0-f38a-4102-ae11-355adc3a9753", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "df8f2e4e-f1b5-4125-9324-67fd7df95d66", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5c07823c-b8ed-4328-8f89-2073c4a5b50d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5d786269-d4ce-423a-8238-a15a4bb72ea3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a519a47c-c53c-4cd2-94e1-8fac73a5f434", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "edb92ba9-449b-4d51-a638-22e26a5d471e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", - "destination_type": "protocol" - }, - { - "source_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "572da738-8893-43d6-b437-97b57372f0aa", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "44346960-0ad4-4a30-bbfe-06353cde8f93", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "6f88495f-2ae4-432a-a539-da0d4ffba654", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "ead1ae86-f0ef-4f78-872d-939d6da81668", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "2917ffc8-a755-4dac-8138-1bf2be845ada", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "bd155232-8891-4971-b69f-7cc033b07274", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "9da73948-fe14-496d-a110-0df327507937", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "baf9d068-e427-47fc-b753-173614eca3e0", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "7a05391e-b62c-49ff-a735-978a4b9d2346", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "61192824-ee22-4a17-9515-599e208a249a", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "aa8d1086-deb2-472c-833a-9b70cee333af", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "e028d408-a455-4130-8f44-c0dbb78b0241", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "e53b4144-5944-4b49-8631-0a28839abba4", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "f85928ba-9408-4910-b872-ff27e2d08cfb", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706", - "source_type": "biomaterial", - "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "destination_type": "sequencing_process" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e933a3ca-1820-4812-84e5-7aeff871e161", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5f91ca55-71c3-4942-9be1-1a88e6b5417a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "94963c37-2c09-4e55-b864-a4579d7e2b4a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "cec9c639-6e88-45be-8e15-423928eaca7f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "72057d86-405e-461a-af7f-344ae067bff7", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "951e9c14-d91d-4f77-af22-10bc767a0c4e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2c309500-dfed-40aa-9a1c-41c0990430b5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "af379215-0568-45c0-8e6e-45f684b5d486", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "b8de328c-cd23-4275-9d91-9c15aaedecac", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c6a9ec31-3bf4-4c79-8678-002e96df86be", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "aac815db-2c5f-482b-ae06-706c050854b9", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e829a452-6a60-4bb6-b860-d171ab780676", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4c0876d7-220f-47cc-841c-7269bc24c014", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "102a709a-68c8-4510-b531-4c6995bc600a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "f32724bc-56e9-42c0-8410-becfe8f63dcd", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2ba39558-505b-4dce-b3d4-1256027935ce", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "41e83755-02eb-4823-8771-3021f879ad6a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "9641c4d4-4611-462c-bba1-c74bdc0634fd", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "09171dfe-fadc-487c-b18e-a6e02c6d46ba", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "036853ea-da68-4899-917a-ffc83fc05c9e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "cf561267-e185-4e7d-9bd8-28b6dc091015", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "ad3b081b-2f62-44bd-ba24-3042632e4e56", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7a2f30f6-5827-4df3-ba74-268c602098cc", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "9186f1cb-68e5-4c83-b655-8ad69078cb45", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "82fd9af5-44ad-4e99-afef-01e6ad52c558", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c8702058-1e5c-48e9-a1ac-d296478e7218", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c27b7f86-1a00-4eab-8267-1c138b5e37f6", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "93c5298f-0d6b-4efd-be2c-facce5e99116", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0e0e0209-9277-4904-b38d-ef2a97ba2773", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "696dd672-ab4a-4649-b070-eb81e24c176b", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "b877aa35-fc46-40b9-8869-bd717f9465db", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "77a2f75f-5e6f-4f9d-b88e-237645464293", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "88883f8c-4659-40a4-b5df-f37bca5183ba", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2755ced4-c7a8-4380-a7c3-3969e9bea68a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a220f337-0700-49cb-837c-cc569991c0e2", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7f143ce8-8f68-4792-afc1-c7340e40a726", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5eff87dc-5772-4229-ae7c-cfde6a348479", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a501f218-24cb-4484-b52a-2a6a7d88ae82", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "3e991891-afa1-4f55-8f54-55faef83fb6e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "467e06e0-34e5-42bc-b647-72402e919357", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8ed5ae60-8b4f-43c7-8474-055d4a98238c", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "88018608-c4b1-4ec9-abc1-d8940a604397", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e6b13e6a-e1de-4e97-b788-7c136304ed29", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "f97819ce-eda6-4f8b-829d-189d1cb28000", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "b12850d5-277a-4c50-a16a-2ea0ef0e038a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "edfc2355-865b-4b05-8bd5-816907acca07", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "16032735-00f3-4882-afc2-2976e8c5824e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "588b80b6-1bac-4e59-a5af-d85d7ea78102", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "3f06d139-019a-46e0-b8b0-84b95d37e12f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "372e7758-4e0f-40d1-ae3e-727c085a28a1", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "67b1b9d3-c105-4769-be59-9f6161658d47", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "17d0d51a-1c8b-4970-a257-3b5a89054c73", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "cc029b5c-fb59-4519-aeaa-817ee15d356d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "578890ad-325d-4081-b033-edd7cb3c221a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "d0c73976-8025-46ec-ae91-37b71f73556f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "83e849b9-8881-47af-bf05-788977ad09c3", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "54bf0b5a-eac1-40eb-8507-162234918804", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "3d7a9131-8ca5-4f5e-a270-766965f3b2de", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a62f271c-da08-4d9b-beea-f938269aa9be", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0f5c3663-1ff2-4bff-9193-1548044e3b09", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0b5314d1-b61f-4b37-88df-3c2c732a8f56", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "1bf928a1-cc12-442e-bd8a-18dd7de1856e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4eb12302-6a01-4f2d-86cb-3eea398d7e52", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "f47923b9-561c-444c-8b18-ea8c1d4bf75d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "50dc47b1-593b-4db3-9d85-063050ffa229", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a2d2c193-09e6-402b-a58c-087ce32f37b6", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e310f0db-3e59-4339-8fc0-6322ba946dd9", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "1ed09e98-a078-4f9d-8bac-99fc824ab753", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "86c9f8f0-021a-4899-83ad-09e6f1562fb2", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7daf7d79-524d-49af-8036-a4004a111ed3", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4c45fc75-b4e8-41c6-900d-e9c491f50e17", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "d0ef4648-0237-4c64-b124-b70b17d8099e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e201faf7-02da-4703-a891-766c6add57f9", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "cdc11d35-c34c-4095-bace-efc01830763a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "97aa5b24-7f19-4b99-9473-cf2518cd6f03", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "98eca6b9-2864-4a67-85be-763e09456917", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "49ad6c64-1828-4bc6-833f-e05dec7e74f1", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a3400fe9-c31e-4f0c-8fc2-271d39be2123", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8f123f8d-3cb5-43d4-b1bb-672c8b738744", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "ba60167c-4068-495c-b5b1-950348dc3ad5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "61564fb3-4124-4096-a619-276f3b38e26e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "05a27843-3e71-480a-b4df-c4fe28bb413f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2688d153-e042-41b1-a48e-8839fd4aaf0e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "95dde0cf-5f38-41a9-a36f-5d90b91509c0", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "b17ae237-1f81-4842-8d4e-bf8e4c96e560", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8c502d9e-2105-4d00-987d-759e583af7c5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "bf162c91-0da4-4ce4-ab98-7a3d7a443759", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "08075c2f-8120-4ebe-aeff-7dee2699dd84", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "29cb8048-30cd-429f-9b87-9a021b0b5c57", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "75fe63d4-8541-4b8c-aacc-796fc907fa52", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0e79ef66-2922-4089-b812-451364420af9", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "bc729d18-4926-4cbb-b289-b973a3f76093", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5ba381b3-fdc7-4551-a1bd-767100529e4f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7bdae9af-9ece-44c7-816b-abdf3ef629be", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "10268a25-2d4a-48e3-a322-08c1b7988375", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4f98df5f-a259-44c7-9007-6bb89417c6c2", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "73934c9a-041e-4ac3-81fe-cbaee7972d5c", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "6be5c831-1e65-4314-a4a0-e40d7f17bad1", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "f85d5d78-7255-45b9-becf-79173199f54d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "345b2f3d-570f-4450-9f99-2408311820c0", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7209368d-725a-442d-bf79-4a4408ce0843", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e7a83e57-1751-4484-982b-d7f635491728", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "0622a845-6109-4c1a-bf60-aa1d47d23799", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "b2d5ff76-941a-4e98-8636-3d530d1e7b63", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "10290214-f084-472e-82bd-9a2b29cdc2d5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "874303e0-a9e9-4c0d-8aba-4d280bacc661", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "43f5a634-dc82-4099-9b89-221e04ffc981", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "6e67ea1f-e553-4301-9647-237c23af06a0", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "16a57933-11e5-4852-93a0-805e0433b2dd", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a9f7d170-b971-4444-94ee-477ca3b5ef75", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8a4df56a-6e6a-415c-9347-69f010e6767b", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "da470794-0fc6-453d-a166-fc8c3bf9ce8c", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "b1d42bb4-602c-488f-a519-efe483780513", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8652979a-490c-4ef4-a8a5-49aff43696ef", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "00df0394-0487-4144-9c35-39d741045981", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "7968ac17-7547-4817-b97a-d7af390f3c13", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "337686df-d6a4-4294-af00-242293302662", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "53c4a13a-6462-4825-a729-8f6792b6f5c2", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "1ef49c16-4142-4569-8623-d46b11a0358a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8dcfc18a-0095-4328-a00a-eed229e76d6e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "d4da1a64-288f-42a7-b59f-1252846b61c5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "ae247bd4-093d-4897-96e9-6fa5a6bdf815", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e817a985-00a6-4a89-99c0-0d1f9726ddf1", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "9888d80c-aee4-4e18-b8e9-582e064a168c", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c6f48167-26ae-4361-8a00-16245e26c6e6", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4d547634-951e-44ad-9259-a7d9ca2d7658", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e5337ffe-3c97-457a-9566-13ed907751c4", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "552edbc3-a7d8-4478-ad7a-57b154693d6a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "de1c2807-ae40-4ed1-b306-1e3714cb6778", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a9699776-1b44-4f90-b996-2eaeb8785a7a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "9f09671a-d4c1-4126-9c8d-933e520b95ce", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "83dfe703-284a-474c-b4e8-f4bde26a010f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "325e58bd-5f19-47fd-9231-12d1bbb19fb8", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "4540953b-ff03-4cda-9f06-75093a81b26f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "2eb84d9b-04d0-49d7-99ab-8e209590631b", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "21e743eb-f83e-428b-96af-8d6182610e0a", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "61884059-5d5f-41ce-b01f-6f22a326b1c9", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "43a087b6-ec8a-467f-a10f-e630f471174f", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "f1f55462-4542-41d9-9709-e88cc8723e2d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c5670f08-2903-4b0e-9af4-6695558765bb", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8089569e-ad43-4ed8-80b5-d2e36b890aa3", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c0b50eb0-f38a-4102-ae11-355adc3a9753", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "df8f2e4e-f1b5-4125-9324-67fd7df95d66", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5c07823c-b8ed-4328-8f89-2073c4a5b50d", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "5d786269-d4ce-423a-8238-a15a4bb72ea3", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "a519a47c-c53c-4cd2-94e1-8fac73a5f434", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "edb92ba9-449b-4d51-a638-22e26a5d471e", - "destination_type": "file" - }, - { - "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", - "source_type": "sequencing_process", - "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.860Z", + "updateDate": "2018-03-26T16:59:27.537Z", + "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" + } } - } + }, + "links": { + "links": [ + { + "source_id": "763da7c3-cf84-4dd1-9816-99387476f439", + "source_type": "biomaterial", + "destination_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae", + "destination_type": "dissociation_process" + }, + { + "source_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae", + "source_type": "dissociation_process", + "destination_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234", + "destination_type": "biomaterial" + }, + { + "source_id": "6f8cc2d1-6884-4ac7-81b3-bca185e1b8ae", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "de4fc3e2-cf67-4915-a096-5b87a4e95e69", + "source_type": "process", + "destination_id": "763da7c3-cf84-4dd1-9816-99387476f439", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "de4fc3e2-cf67-4915-a096-5b87a4e95e69", + "destination_type": "process" + }, + { + "source_id": "ea978eed-c518-421b-9ff1-e9946e79285d", + "source_type": "biomaterial", + "destination_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153", + "destination_type": "dissociation_process" + }, + { + "source_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153", + "source_type": "dissociation_process", + "destination_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8", + "destination_type": "biomaterial" + }, + { + "source_id": "d44b888c-d44f-4f2f-bfe9-f2692d976153", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d5c49bcf-d959-4143-8ab4-2da4bdcf039c", + "source_type": "process", + "destination_id": "ea978eed-c518-421b-9ff1-e9946e79285d", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "d5c49bcf-d959-4143-8ab4-2da4bdcf039c", + "destination_type": "process" + }, + { + "source_id": "78dc08e0-7fe8-4f1d-a5cb-b11634010810", + "source_type": "biomaterial", + "destination_id": "b365f021-1729-4735-a1f2-504bbd9c7f56", + "destination_type": "dissociation_process" + }, + { + "source_id": "b365f021-1729-4735-a1f2-504bbd9c7f56", + "source_type": "dissociation_process", + "destination_id": "572da738-8893-43d6-b437-97b57372f0aa", + "destination_type": "biomaterial" + }, + { + "source_id": "b365f021-1729-4735-a1f2-504bbd9c7f56", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "9a967de7-3113-4a14-b586-5f387810cc50", + "source_type": "process", + "destination_id": "78dc08e0-7fe8-4f1d-a5cb-b11634010810", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "9a967de7-3113-4a14-b586-5f387810cc50", + "destination_type": "process" + }, + { + "source_id": "d1c9cf7c-021d-48a2-84f9-17f92358d6e7", + "source_type": "biomaterial", + "destination_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc", + "destination_type": "dissociation_process" + }, + { + "source_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc", + "source_type": "dissociation_process", + "destination_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d", + "destination_type": "biomaterial" + }, + { + "source_id": "d5fd4a48-75f1-476d-a4b5-ecdf96fe10bc", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d", + "source_type": "process", + "destination_id": "d1c9cf7c-021d-48a2-84f9-17f92358d6e7", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "fb846e68-7d02-4299-8b6b-7ea1a7dc3f5d", + "destination_type": "process" + }, + { + "source_id": "d3e0f71e-4d00-4567-88af-d797365a7544", + "source_type": "biomaterial", + "destination_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174", + "destination_type": "dissociation_process" + }, + { + "source_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174", + "source_type": "dissociation_process", + "destination_id": "44346960-0ad4-4a30-bbfe-06353cde8f93", + "destination_type": "biomaterial" + }, + { + "source_id": "1296a80d-a0e9-420f-ba0b-42b361cd6174", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "5be39af2-a21b-43ed-b7cd-5391c4fc267b", + "source_type": "process", + "destination_id": "d3e0f71e-4d00-4567-88af-d797365a7544", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "5be39af2-a21b-43ed-b7cd-5391c4fc267b", + "destination_type": "process" + }, + { + "source_id": "b37160d6-fc23-4b41-97d7-c970b004017d", + "source_type": "biomaterial", + "destination_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145", + "destination_type": "dissociation_process" + }, + { + "source_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145", + "source_type": "dissociation_process", + "destination_id": "6f88495f-2ae4-432a-a539-da0d4ffba654", + "destination_type": "biomaterial" + }, + { + "source_id": "0ca1f56d-7810-4d5c-b89c-bc85a2e36145", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "9135da8c-77be-43af-b2b7-d59296718852", + "source_type": "process", + "destination_id": "b37160d6-fc23-4b41-97d7-c970b004017d", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "9135da8c-77be-43af-b2b7-d59296718852", + "destination_type": "process" + }, + { + "source_id": "28b88c0c-2ee1-46ae-aa72-4eac1948a77d", + "source_type": "biomaterial", + "destination_id": "9f0598ef-eb95-4cae-a90f-906fdee36612", + "destination_type": "dissociation_process" + }, + { + "source_id": "9f0598ef-eb95-4cae-a90f-906fdee36612", + "source_type": "dissociation_process", + "destination_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249", + "destination_type": "biomaterial" + }, + { + "source_id": "9f0598ef-eb95-4cae-a90f-906fdee36612", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "fc02bfec-01fb-49e4-848a-14e5ca5f8cf9", + "source_type": "process", + "destination_id": "28b88c0c-2ee1-46ae-aa72-4eac1948a77d", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "fc02bfec-01fb-49e4-848a-14e5ca5f8cf9", + "destination_type": "process" + }, + { + "source_id": "0ae78f8c-c014-4fc7-8686-232ae967d75a", + "source_type": "biomaterial", + "destination_id": "da0fe044-3960-4c95-a283-c139a1a1d813", + "destination_type": "dissociation_process" + }, + { + "source_id": "da0fe044-3960-4c95-a283-c139a1a1d813", + "source_type": "dissociation_process", + "destination_id": "ead1ae86-f0ef-4f78-872d-939d6da81668", + "destination_type": "biomaterial" + }, + { + "source_id": "da0fe044-3960-4c95-a283-c139a1a1d813", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c84c88f4-ebe9-45a3-9c2d-3208175cf905", + "source_type": "process", + "destination_id": "0ae78f8c-c014-4fc7-8686-232ae967d75a", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "c84c88f4-ebe9-45a3-9c2d-3208175cf905", + "destination_type": "process" + }, + { + "source_id": "e7a31b36-8f58-4184-900e-1217246ac851", + "source_type": "biomaterial", + "destination_id": "e15150d7-7785-4ea4-adaa-969007dd445c", + "destination_type": "dissociation_process" + }, + { + "source_id": "e15150d7-7785-4ea4-adaa-969007dd445c", + "source_type": "dissociation_process", + "destination_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b", + "destination_type": "biomaterial" + }, + { + "source_id": "e15150d7-7785-4ea4-adaa-969007dd445c", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "cd14893e-2d7d-457e-8c76-3d1b374014a8", + "source_type": "process", + "destination_id": "e7a31b36-8f58-4184-900e-1217246ac851", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "cd14893e-2d7d-457e-8c76-3d1b374014a8", + "destination_type": "process" + }, + { + "source_id": "d564f2ca-5723-4562-a610-eb93e79ec359", + "source_type": "biomaterial", + "destination_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340", + "destination_type": "dissociation_process" + }, + { + "source_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340", + "source_type": "dissociation_process", + "destination_id": "2917ffc8-a755-4dac-8138-1bf2be845ada", + "destination_type": "biomaterial" + }, + { + "source_id": "adecbfc1-ece4-4e3c-9b0f-b98b3e1e5340", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8", + "source_type": "process", + "destination_id": "d564f2ca-5723-4562-a610-eb93e79ec359", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "e19d2ff8-4bb9-492b-89d7-7e7bc7315ab8", + "destination_type": "process" + }, + { + "source_id": "1d17ae51-1351-4eea-a012-f8e4f89d6b2e", + "source_type": "biomaterial", + "destination_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b", + "destination_type": "dissociation_process" + }, + { + "source_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b", + "source_type": "dissociation_process", + "destination_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc", + "destination_type": "biomaterial" + }, + { + "source_id": "df87fdfd-4555-4a42-a57e-7210ed4da27b", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "77eb73bb-f80a-452d-af56-ad5ce64ca411", + "source_type": "process", + "destination_id": "1d17ae51-1351-4eea-a012-f8e4f89d6b2e", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "77eb73bb-f80a-452d-af56-ad5ce64ca411", + "destination_type": "process" + }, + { + "source_id": "ff968d9d-9cde-448f-8536-a42a8897de21", + "source_type": "biomaterial", + "destination_id": "eae8f659-6227-44db-a71f-d56e13210557", + "destination_type": "dissociation_process" + }, + { + "source_id": "eae8f659-6227-44db-a71f-d56e13210557", + "source_type": "dissociation_process", + "destination_id": "bd155232-8891-4971-b69f-7cc033b07274", + "destination_type": "biomaterial" + }, + { + "source_id": "eae8f659-6227-44db-a71f-d56e13210557", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "19efcae2-ec84-46c8-8b5f-a9a42669d3d2", + "source_type": "process", + "destination_id": "ff968d9d-9cde-448f-8536-a42a8897de21", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "19efcae2-ec84-46c8-8b5f-a9a42669d3d2", + "destination_type": "process" + }, + { + "source_id": "b7e702dc-afe1-4885-b533-2aff7ac1aa98", + "source_type": "biomaterial", + "destination_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6", + "destination_type": "dissociation_process" + }, + { + "source_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6", + "source_type": "dissociation_process", + "destination_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3", + "destination_type": "biomaterial" + }, + { + "source_id": "2efa39c9-5a98-425e-8ddf-5c30f367aba6", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "9641fe71-fa96-41a3-9d08-7ebc1ca306d4", + "source_type": "process", + "destination_id": "b7e702dc-afe1-4885-b533-2aff7ac1aa98", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "9641fe71-fa96-41a3-9d08-7ebc1ca306d4", + "destination_type": "process" + }, + { + "source_id": "d7c1e6a7-9596-4da3-a040-505bfad74e27", + "source_type": "biomaterial", + "destination_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc", + "destination_type": "dissociation_process" + }, + { + "source_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc", + "source_type": "dissociation_process", + "destination_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752", + "destination_type": "biomaterial" + }, + { + "source_id": "82e6e67b-28d4-4252-88ae-7a82968fbbdc", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "8f9d2cff-72d3-4925-aa42-3adaf02db950", + "source_type": "process", + "destination_id": "d7c1e6a7-9596-4da3-a040-505bfad74e27", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "8f9d2cff-72d3-4925-aa42-3adaf02db950", + "destination_type": "process" + }, + { + "source_id": "17efe7f8-ed9f-4687-8634-c63c23574b01", + "source_type": "biomaterial", + "destination_id": "701af54f-870e-4527-bd45-14dd435efa1e", + "destination_type": "dissociation_process" + }, + { + "source_id": "701af54f-870e-4527-bd45-14dd435efa1e", + "source_type": "dissociation_process", + "destination_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb", + "destination_type": "biomaterial" + }, + { + "source_id": "701af54f-870e-4527-bd45-14dd435efa1e", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "dd92c89a-10b8-42b0-bca7-4b075c4845c9", + "source_type": "process", + "destination_id": "17efe7f8-ed9f-4687-8634-c63c23574b01", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "dd92c89a-10b8-42b0-bca7-4b075c4845c9", + "destination_type": "process" + }, + { + "source_id": "7a82dafe-0e6b-409e-97d1-53a06460465b", + "source_type": "biomaterial", + "destination_id": "16187e8a-46c3-411a-a02a-2700e64c6678", + "destination_type": "dissociation_process" + }, + { + "source_id": "16187e8a-46c3-411a-a02a-2700e64c6678", + "source_type": "dissociation_process", + "destination_id": "9da73948-fe14-496d-a110-0df327507937", + "destination_type": "biomaterial" + }, + { + "source_id": "16187e8a-46c3-411a-a02a-2700e64c6678", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1", + "source_type": "process", + "destination_id": "7a82dafe-0e6b-409e-97d1-53a06460465b", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "d9a47b6f-ea85-4c74-a3c7-5bde8c723ae1", + "destination_type": "process" + }, + { + "source_id": "387daa16-d7c1-4501-ae45-b16d1323ee5d", + "source_type": "biomaterial", + "destination_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9", + "destination_type": "dissociation_process" + }, + { + "source_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9", + "source_type": "dissociation_process", + "destination_id": "baf9d068-e427-47fc-b753-173614eca3e0", + "destination_type": "biomaterial" + }, + { + "source_id": "a50a909a-7e1d-415a-bb13-4dfd2db00ac9", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e4b43c35-9780-4ac4-89f3-a4d69cda2113", + "source_type": "process", + "destination_id": "387daa16-d7c1-4501-ae45-b16d1323ee5d", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "e4b43c35-9780-4ac4-89f3-a4d69cda2113", + "destination_type": "process" + }, + { + "source_id": "e887c7b9-ba8c-4c5f-b1e0-11de28471861", + "source_type": "biomaterial", + "destination_id": "f9925774-e83b-4979-a868-337ea7ae9e55", + "destination_type": "dissociation_process" + }, + { + "source_id": "f9925774-e83b-4979-a868-337ea7ae9e55", + "source_type": "dissociation_process", + "destination_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16", + "destination_type": "biomaterial" + }, + { + "source_id": "f9925774-e83b-4979-a868-337ea7ae9e55", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "2fc835c0-58fd-424c-a909-6e3b636cb192", + "source_type": "process", + "destination_id": "e887c7b9-ba8c-4c5f-b1e0-11de28471861", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "2fc835c0-58fd-424c-a909-6e3b636cb192", + "destination_type": "process" + }, + { + "source_id": "fb255758-4d10-4a92-8909-eb49a10c65ec", + "source_type": "biomaterial", + "destination_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93", + "destination_type": "dissociation_process" + }, + { + "source_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93", + "source_type": "dissociation_process", + "destination_id": "7a05391e-b62c-49ff-a735-978a4b9d2346", + "destination_type": "biomaterial" + }, + { + "source_id": "debf44cb-76c6-40d8-bfb0-b57adad22c93", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "61d2ac67-a545-4c58-9d6b-53057f55f883", + "source_type": "process", + "destination_id": "fb255758-4d10-4a92-8909-eb49a10c65ec", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "61d2ac67-a545-4c58-9d6b-53057f55f883", + "destination_type": "process" + }, + { + "source_id": "841afd6b-4be7-47a9-9338-e49ff8795b46", + "source_type": "biomaterial", + "destination_id": "1c5ed8da-07a5-43a5-8731-052ccb651466", + "destination_type": "dissociation_process" + }, + { + "source_id": "1c5ed8da-07a5-43a5-8731-052ccb651466", + "source_type": "dissociation_process", + "destination_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9", + "destination_type": "biomaterial" + }, + { + "source_id": "1c5ed8da-07a5-43a5-8731-052ccb651466", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "3c9f63f2-8d07-4b22-97b4-33cdbe750146", + "source_type": "process", + "destination_id": "841afd6b-4be7-47a9-9338-e49ff8795b46", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "3c9f63f2-8d07-4b22-97b4-33cdbe750146", + "destination_type": "process" + }, + { + "source_id": "cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b", + "source_type": "biomaterial", + "destination_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077", + "destination_type": "dissociation_process" + }, + { + "source_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077", + "source_type": "dissociation_process", + "destination_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff", + "destination_type": "biomaterial" + }, + { + "source_id": "fe8781ef-e3dc-4e6e-b22a-6f2ec8368077", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "8c060209-eae7-4e91-b4f2-5ace5a367dc6", + "source_type": "process", + "destination_id": "cdc9ed8d-1fa4-46e2-99f6-916842ed2b0b", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "8c060209-eae7-4e91-b4f2-5ace5a367dc6", + "destination_type": "process" + }, + { + "source_id": "d033e456-46fd-4fa0-baeb-d1ce5ecbaf68", + "source_type": "biomaterial", + "destination_id": "839cad27-427c-45ef-b15a-0b98332138da", + "destination_type": "dissociation_process" + }, + { + "source_id": "839cad27-427c-45ef-b15a-0b98332138da", + "source_type": "dissociation_process", + "destination_id": "61192824-ee22-4a17-9515-599e208a249a", + "destination_type": "biomaterial" + }, + { + "source_id": "839cad27-427c-45ef-b15a-0b98332138da", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "e2927f13-adb7-4d6b-8d5b-e53a9c4d8664", + "source_type": "process", + "destination_id": "d033e456-46fd-4fa0-baeb-d1ce5ecbaf68", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "e2927f13-adb7-4d6b-8d5b-e53a9c4d8664", + "destination_type": "process" + }, + { + "source_id": "e6e0b971-c9e3-4070-b639-f7aa60d75e51", + "source_type": "biomaterial", + "destination_id": "b9b71248-448a-43bb-9f48-08e2528c8136", + "destination_type": "dissociation_process" + }, + { + "source_id": "b9b71248-448a-43bb-9f48-08e2528c8136", + "source_type": "dissociation_process", + "destination_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a", + "destination_type": "biomaterial" + }, + { + "source_id": "b9b71248-448a-43bb-9f48-08e2528c8136", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "704cd3f1-82c4-420b-ac5d-b6570d180268", + "source_type": "process", + "destination_id": "e6e0b971-c9e3-4070-b639-f7aa60d75e51", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "704cd3f1-82c4-420b-ac5d-b6570d180268", + "destination_type": "process" + }, + { + "source_id": "6066f257-dbee-41a2-b15e-20ef46b7dafb", + "source_type": "biomaterial", + "destination_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722", + "destination_type": "dissociation_process" + }, + { + "source_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722", + "source_type": "dissociation_process", + "destination_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9", + "destination_type": "biomaterial" + }, + { + "source_id": "85d59af7-3964-4a7b-8b3e-6df147bc1722", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "fa2d3e8d-2ba5-4b69-902d-43b184458f11", + "source_type": "process", + "destination_id": "6066f257-dbee-41a2-b15e-20ef46b7dafb", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "fa2d3e8d-2ba5-4b69-902d-43b184458f11", + "destination_type": "process" + }, + { + "source_id": "cf29eee2-54b5-45aa-babb-09403848c5a4", + "source_type": "biomaterial", + "destination_id": "4e475c02-d356-41d3-9841-385c41b3ff03", + "destination_type": "dissociation_process" + }, + { + "source_id": "4e475c02-d356-41d3-9841-385c41b3ff03", + "source_type": "dissociation_process", + "destination_id": "aa8d1086-deb2-472c-833a-9b70cee333af", + "destination_type": "biomaterial" + }, + { + "source_id": "4e475c02-d356-41d3-9841-385c41b3ff03", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "036c253c-6291-45fb-b576-fc0b409d31ba", + "source_type": "process", + "destination_id": "cf29eee2-54b5-45aa-babb-09403848c5a4", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "036c253c-6291-45fb-b576-fc0b409d31ba", + "destination_type": "process" + }, + { + "source_id": "62fdfbf1-0b7c-4501-833e-c5af52aafa43", + "source_type": "biomaterial", + "destination_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462", + "destination_type": "dissociation_process" + }, + { + "source_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462", + "source_type": "dissociation_process", + "destination_id": "e028d408-a455-4130-8f44-c0dbb78b0241", + "destination_type": "biomaterial" + }, + { + "source_id": "0768a4f7-4f01-4c12-a3cf-2d785caca462", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "143b36e8-1817-4d71-93ef-cf34bd3ea260", + "source_type": "process", + "destination_id": "62fdfbf1-0b7c-4501-833e-c5af52aafa43", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "143b36e8-1817-4d71-93ef-cf34bd3ea260", + "destination_type": "process" + }, + { + "source_id": "64a0fc9e-2711-4b2e-9c45-b17b53720a80", + "source_type": "biomaterial", + "destination_id": "c2337757-6b6d-450b-9323-e1096aac8a8a", + "destination_type": "dissociation_process" + }, + { + "source_id": "c2337757-6b6d-450b-9323-e1096aac8a8a", + "source_type": "dissociation_process", + "destination_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90", + "destination_type": "biomaterial" + }, + { + "source_id": "c2337757-6b6d-450b-9323-e1096aac8a8a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "460d08b2-db32-4f65-9c19-37b46170df7d", + "source_type": "process", + "destination_id": "64a0fc9e-2711-4b2e-9c45-b17b53720a80", + "destination_type": "biomaterial" + }, + { + "source_id": "50df319c-ce04-45d3-bf61-72017700f4c7", + "source_type": "biomaterial", + "destination_id": "460d08b2-db32-4f65-9c19-37b46170df7d", + "destination_type": "process" + }, + { + "source_id": "1e76f915-3132-42c0-b045-54383ab9a567", + "source_type": "biomaterial", + "destination_id": "eec9006d-d288-4311-806f-35a155cdf4fd", + "destination_type": "dissociation_process" + }, + { + "source_id": "eec9006d-d288-4311-806f-35a155cdf4fd", + "source_type": "dissociation_process", + "destination_id": "e53b4144-5944-4b49-8631-0a28839abba4", + "destination_type": "biomaterial" + }, + { + "source_id": "eec9006d-d288-4311-806f-35a155cdf4fd", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "8a307f43-db3b-41de-8ef2-78f94c63353b", + "source_type": "process", + "destination_id": "1e76f915-3132-42c0-b045-54383ab9a567", + "destination_type": "biomaterial" + }, + { + "source_id": "314393db-9a5f-45f8-95e3-cafb4006484c", + "source_type": "biomaterial", + "destination_id": "8a307f43-db3b-41de-8ef2-78f94c63353b", + "destination_type": "process" + }, + { + "source_id": "88d9377c-e94a-4e8c-b458-2ab45e27327f", + "source_type": "biomaterial", + "destination_id": "9948f709-25ff-4e0c-89a7-e95260f97349", + "destination_type": "dissociation_process" + }, + { + "source_id": "9948f709-25ff-4e0c-89a7-e95260f97349", + "source_type": "dissociation_process", + "destination_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be", + "destination_type": "biomaterial" + }, + { + "source_id": "9948f709-25ff-4e0c-89a7-e95260f97349", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "24b49306-6de0-4312-b7c6-ca59ba5c0240", + "source_type": "process", + "destination_id": "88d9377c-e94a-4e8c-b458-2ab45e27327f", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "24b49306-6de0-4312-b7c6-ca59ba5c0240", + "destination_type": "process" + }, + { + "source_id": "fa24dc24-72b4-437e-af38-4d8abf652607", + "source_type": "biomaterial", + "destination_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a", + "destination_type": "dissociation_process" + }, + { + "source_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a", + "source_type": "dissociation_process", + "destination_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e", + "destination_type": "biomaterial" + }, + { + "source_id": "5b9516d2-dc9a-437e-ac75-2a17e131557a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061", + "source_type": "process", + "destination_id": "fa24dc24-72b4-437e-af38-4d8abf652607", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "a386d9df-39d1-4bbb-bd3f-5e0f1ff2c061", + "destination_type": "process" + }, + { + "source_id": "d337b058-6be1-4863-af94-5cf305ed6265", + "source_type": "biomaterial", + "destination_id": "7c156764-c910-4e89-9845-a2dbe567a60a", + "destination_type": "dissociation_process" + }, + { + "source_id": "7c156764-c910-4e89-9845-a2dbe567a60a", + "source_type": "dissociation_process", + "destination_id": "f85928ba-9408-4910-b872-ff27e2d08cfb", + "destination_type": "biomaterial" + }, + { + "source_id": "7c156764-c910-4e89-9845-a2dbe567a60a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "9da0296c-d378-4ad4-94c7-d359fa7433d1", + "source_type": "process", + "destination_id": "d337b058-6be1-4863-af94-5cf305ed6265", + "destination_type": "biomaterial" + }, + { + "source_id": "db47eeb1-619b-4b97-b5a6-f7e8c7b316aa", + "source_type": "biomaterial", + "destination_id": "9da0296c-d378-4ad4-94c7-d359fa7433d1", + "destination_type": "process" + }, + { + "source_id": "daafc341-9439-431c-b6b4-f89f56be3f68", + "source_type": "biomaterial", + "destination_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6", + "destination_type": "dissociation_process" + }, + { + "source_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6", + "source_type": "dissociation_process", + "destination_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706", + "destination_type": "biomaterial" + }, + { + "source_id": "029b7cf1-c7f8-4f0a-b20d-35c8158f64a6", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c534bfdb-4b99-45ca-8bd9-e21ff354e988", + "source_type": "process", + "destination_id": "daafc341-9439-431c-b6b4-f89f56be3f68", + "destination_type": "biomaterial" + }, + { + "source_id": "dc6819c9-6df9-4028-9a27-d4b4051475ae", + "source_type": "biomaterial", + "destination_id": "c534bfdb-4b99-45ca-8bd9-e21ff354e988", + "destination_type": "process" + }, + { + "source_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "572da738-8893-43d6-b437-97b57372f0aa", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "44346960-0ad4-4a30-bbfe-06353cde8f93", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "6f88495f-2ae4-432a-a539-da0d4ffba654", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "ead1ae86-f0ef-4f78-872d-939d6da81668", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "2917ffc8-a755-4dac-8138-1bf2be845ada", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "bd155232-8891-4971-b69f-7cc033b07274", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "9da73948-fe14-496d-a110-0df327507937", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "baf9d068-e427-47fc-b753-173614eca3e0", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "7a05391e-b62c-49ff-a735-978a4b9d2346", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "61192824-ee22-4a17-9515-599e208a249a", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "aa8d1086-deb2-472c-833a-9b70cee333af", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "e028d408-a455-4130-8f44-c0dbb78b0241", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "e53b4144-5944-4b49-8631-0a28839abba4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "f85928ba-9408-4910-b872-ff27e2d08cfb", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e933a3ca-1820-4812-84e5-7aeff871e161", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5f91ca55-71c3-4942-9be1-1a88e6b5417a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "94963c37-2c09-4e55-b864-a4579d7e2b4a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cec9c639-6e88-45be-8e15-423928eaca7f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "72057d86-405e-461a-af7f-344ae067bff7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "951e9c14-d91d-4f77-af22-10bc767a0c4e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2c309500-dfed-40aa-9a1c-41c0990430b5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "af379215-0568-45c0-8e6e-45f684b5d486", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b8de328c-cd23-4275-9d91-9c15aaedecac", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c6a9ec31-3bf4-4c79-8678-002e96df86be", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "aac815db-2c5f-482b-ae06-706c050854b9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e829a452-6a60-4bb6-b860-d171ab780676", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4c0876d7-220f-47cc-841c-7269bc24c014", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "102a709a-68c8-4510-b531-4c6995bc600a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f32724bc-56e9-42c0-8410-becfe8f63dcd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2ba39558-505b-4dce-b3d4-1256027935ce", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "41e83755-02eb-4823-8771-3021f879ad6a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9641c4d4-4611-462c-bba1-c74bdc0634fd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "09171dfe-fadc-487c-b18e-a6e02c6d46ba", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "036853ea-da68-4899-917a-ffc83fc05c9e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cf561267-e185-4e7d-9bd8-28b6dc091015", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ad3b081b-2f62-44bd-ba24-3042632e4e56", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7a2f30f6-5827-4df3-ba74-268c602098cc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9186f1cb-68e5-4c83-b655-8ad69078cb45", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "82fd9af5-44ad-4e99-afef-01e6ad52c558", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c8702058-1e5c-48e9-a1ac-d296478e7218", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c27b7f86-1a00-4eab-8267-1c138b5e37f6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "93c5298f-0d6b-4efd-be2c-facce5e99116", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0e0e0209-9277-4904-b38d-ef2a97ba2773", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "696dd672-ab4a-4649-b070-eb81e24c176b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b877aa35-fc46-40b9-8869-bd717f9465db", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "77a2f75f-5e6f-4f9d-b88e-237645464293", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "88883f8c-4659-40a4-b5df-f37bca5183ba", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2755ced4-c7a8-4380-a7c3-3969e9bea68a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a220f337-0700-49cb-837c-cc569991c0e2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7f143ce8-8f68-4792-afc1-c7340e40a726", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5eff87dc-5772-4229-ae7c-cfde6a348479", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a501f218-24cb-4484-b52a-2a6a7d88ae82", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3e991891-afa1-4f55-8f54-55faef83fb6e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "467e06e0-34e5-42bc-b647-72402e919357", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8ed5ae60-8b4f-43c7-8474-055d4a98238c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "88018608-c4b1-4ec9-abc1-d8940a604397", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e6b13e6a-e1de-4e97-b788-7c136304ed29", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f97819ce-eda6-4f8b-829d-189d1cb28000", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b12850d5-277a-4c50-a16a-2ea0ef0e038a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "edfc2355-865b-4b05-8bd5-816907acca07", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "16032735-00f3-4882-afc2-2976e8c5824e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "588b80b6-1bac-4e59-a5af-d85d7ea78102", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3f06d139-019a-46e0-b8b0-84b95d37e12f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "372e7758-4e0f-40d1-ae3e-727c085a28a1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "67b1b9d3-c105-4769-be59-9f6161658d47", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "17d0d51a-1c8b-4970-a257-3b5a89054c73", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cc029b5c-fb59-4519-aeaa-817ee15d356d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "578890ad-325d-4081-b033-edd7cb3c221a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d0c73976-8025-46ec-ae91-37b71f73556f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "83e849b9-8881-47af-bf05-788977ad09c3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "54bf0b5a-eac1-40eb-8507-162234918804", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3d7a9131-8ca5-4f5e-a270-766965f3b2de", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a62f271c-da08-4d9b-beea-f938269aa9be", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0f5c3663-1ff2-4bff-9193-1548044e3b09", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0b5314d1-b61f-4b37-88df-3c2c732a8f56", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1bf928a1-cc12-442e-bd8a-18dd7de1856e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4eb12302-6a01-4f2d-86cb-3eea398d7e52", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f47923b9-561c-444c-8b18-ea8c1d4bf75d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "50dc47b1-593b-4db3-9d85-063050ffa229", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a2d2c193-09e6-402b-a58c-087ce32f37b6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e310f0db-3e59-4339-8fc0-6322ba946dd9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1ed09e98-a078-4f9d-8bac-99fc824ab753", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "86c9f8f0-021a-4899-83ad-09e6f1562fb2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7daf7d79-524d-49af-8036-a4004a111ed3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4c45fc75-b4e8-41c6-900d-e9c491f50e17", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d0ef4648-0237-4c64-b124-b70b17d8099e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e201faf7-02da-4703-a891-766c6add57f9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cdc11d35-c34c-4095-bace-efc01830763a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "97aa5b24-7f19-4b99-9473-cf2518cd6f03", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "98eca6b9-2864-4a67-85be-763e09456917", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "49ad6c64-1828-4bc6-833f-e05dec7e74f1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a3400fe9-c31e-4f0c-8fc2-271d39be2123", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8f123f8d-3cb5-43d4-b1bb-672c8b738744", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ba60167c-4068-495c-b5b1-950348dc3ad5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "61564fb3-4124-4096-a619-276f3b38e26e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "05a27843-3e71-480a-b4df-c4fe28bb413f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2688d153-e042-41b1-a48e-8839fd4aaf0e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "95dde0cf-5f38-41a9-a36f-5d90b91509c0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b17ae237-1f81-4842-8d4e-bf8e4c96e560", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8c502d9e-2105-4d00-987d-759e583af7c5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bf162c91-0da4-4ce4-ab98-7a3d7a443759", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "08075c2f-8120-4ebe-aeff-7dee2699dd84", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "29cb8048-30cd-429f-9b87-9a021b0b5c57", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "75fe63d4-8541-4b8c-aacc-796fc907fa52", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0e79ef66-2922-4089-b812-451364420af9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bc729d18-4926-4cbb-b289-b973a3f76093", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5ba381b3-fdc7-4551-a1bd-767100529e4f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7bdae9af-9ece-44c7-816b-abdf3ef629be", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "10268a25-2d4a-48e3-a322-08c1b7988375", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4f98df5f-a259-44c7-9007-6bb89417c6c2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "73934c9a-041e-4ac3-81fe-cbaee7972d5c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6be5c831-1e65-4314-a4a0-e40d7f17bad1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f85d5d78-7255-45b9-becf-79173199f54d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "345b2f3d-570f-4450-9f99-2408311820c0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7209368d-725a-442d-bf79-4a4408ce0843", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e7a83e57-1751-4484-982b-d7f635491728", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0622a845-6109-4c1a-bf60-aa1d47d23799", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b2d5ff76-941a-4e98-8636-3d530d1e7b63", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "10290214-f084-472e-82bd-9a2b29cdc2d5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "874303e0-a9e9-4c0d-8aba-4d280bacc661", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "43f5a634-dc82-4099-9b89-221e04ffc981", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6e67ea1f-e553-4301-9647-237c23af06a0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "16a57933-11e5-4852-93a0-805e0433b2dd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a9f7d170-b971-4444-94ee-477ca3b5ef75", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8a4df56a-6e6a-415c-9347-69f010e6767b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "da470794-0fc6-453d-a166-fc8c3bf9ce8c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b1d42bb4-602c-488f-a519-efe483780513", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8652979a-490c-4ef4-a8a5-49aff43696ef", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "00df0394-0487-4144-9c35-39d741045981", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7968ac17-7547-4817-b97a-d7af390f3c13", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "337686df-d6a4-4294-af00-242293302662", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "53c4a13a-6462-4825-a729-8f6792b6f5c2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1ef49c16-4142-4569-8623-d46b11a0358a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8dcfc18a-0095-4328-a00a-eed229e76d6e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d4da1a64-288f-42a7-b59f-1252846b61c5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ae247bd4-093d-4897-96e9-6fa5a6bdf815", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e817a985-00a6-4a89-99c0-0d1f9726ddf1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9888d80c-aee4-4e18-b8e9-582e064a168c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c6f48167-26ae-4361-8a00-16245e26c6e6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4d547634-951e-44ad-9259-a7d9ca2d7658", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e5337ffe-3c97-457a-9566-13ed907751c4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "552edbc3-a7d8-4478-ad7a-57b154693d6a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "de1c2807-ae40-4ed1-b306-1e3714cb6778", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a9699776-1b44-4f90-b996-2eaeb8785a7a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9f09671a-d4c1-4126-9c8d-933e520b95ce", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "83dfe703-284a-474c-b4e8-f4bde26a010f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "325e58bd-5f19-47fd-9231-12d1bbb19fb8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4540953b-ff03-4cda-9f06-75093a81b26f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2eb84d9b-04d0-49d7-99ab-8e209590631b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "21e743eb-f83e-428b-96af-8d6182610e0a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "61884059-5d5f-41ce-b01f-6f22a326b1c9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "43a087b6-ec8a-467f-a10f-e630f471174f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f1f55462-4542-41d9-9709-e88cc8723e2d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c5670f08-2903-4b0e-9af4-6695558765bb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8089569e-ad43-4ed8-80b5-d2e36b890aa3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c0b50eb0-f38a-4102-ae11-355adc3a9753", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "df8f2e4e-f1b5-4125-9324-67fd7df95d66", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5c07823c-b8ed-4328-8f89-2073c4a5b50d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5d786269-d4ce-423a-8238-a15a4bb72ea3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a519a47c-c53c-4cd2-94e1-8fac73a5f434", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "edb92ba9-449b-4d51-a638-22e26a5d471e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", + "destination_type": "protocol" + }, + { + "source_id": "81bdd959-6a0c-45e8-a95f-9e94362ac234", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "8a5f6526-b075-4dc6-911a-094c9e9df5b8", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "572da738-8893-43d6-b437-97b57372f0aa", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "71736a6a-0d29-4abe-a0d8-c2cb9d8b010d", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "44346960-0ad4-4a30-bbfe-06353cde8f93", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "6f88495f-2ae4-432a-a539-da0d4ffba654", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "72fce6b8-9f90-4e20-9a3a-1648647d1249", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "ead1ae86-f0ef-4f78-872d-939d6da81668", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "8b15396e-4b2c-4acd-9a17-503a83e4202b", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "2917ffc8-a755-4dac-8138-1bf2be845ada", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "88d3493b-96f9-4d1d-9188-9d05c0a93acc", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "bd155232-8891-4971-b69f-7cc033b07274", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "bc66bf2f-e9cc-4d58-8a5b-029f0f4454a3", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "c09e0a3d-1a93-4637-86ea-39e5d23a1752", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "a86bcf71-d42f-4266-b646-988d2b7c7dbb", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "9da73948-fe14-496d-a110-0df327507937", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "baf9d068-e427-47fc-b753-173614eca3e0", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "823b3a90-710b-4475-8fc6-adfa6a7ded16", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "7a05391e-b62c-49ff-a735-978a4b9d2346", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "eeebb4a8-7674-47a9-8273-c968a6683cb9", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "c973d08a-1cc7-42aa-aad5-e5aa1628d5ff", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "61192824-ee22-4a17-9515-599e208a249a", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "85b04bdc-07c0-41a2-87ba-e61bee1bff3a", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "4e622963-4ed0-4cea-83fd-ca911f1f97e9", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "aa8d1086-deb2-472c-833a-9b70cee333af", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "e028d408-a455-4130-8f44-c0dbb78b0241", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "0752477b-c5d3-4b2d-86fd-96014a9b7a90", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "e53b4144-5944-4b49-8631-0a28839abba4", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "4020c8ee-d0b1-4ad6-9f48-38847ec831be", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "2953004c-75af-42ca-a51b-2b1ad087cd2e", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "f85928ba-9408-4910-b872-ff27e2d08cfb", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "e7a5e4c2-a800-44f2-92dd-9f8d44738706", + "source_type": "biomaterial", + "destination_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "destination_type": "sequencing_process" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e933a3ca-1820-4812-84e5-7aeff871e161", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5f91ca55-71c3-4942-9be1-1a88e6b5417a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "af23f4dc-8342-41f1-a6aa-29d94f1abcb1", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "94963c37-2c09-4e55-b864-a4579d7e2b4a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "cec9c639-6e88-45be-8e15-423928eaca7f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "72057d86-405e-461a-af7f-344ae067bff7", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c19ea130-6c56-4798-88dd-f7dff5aaf0c0", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "951e9c14-d91d-4f77-af22-10bc767a0c4e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2c309500-dfed-40aa-9a1c-41c0990430b5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "af379215-0568-45c0-8e6e-45f684b5d486", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0f3a69db-6ad6-4217-9899-eaa8f7e57b33", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c23dcd53-9421-43f8-b7aa-8aedfdef42b8", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "b8de328c-cd23-4275-9d91-9c15aaedecac", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c6a9ec31-3bf4-4c79-8678-002e96df86be", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "aac815db-2c5f-482b-ae06-706c050854b9", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e829a452-6a60-4bb6-b860-d171ab780676", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4c0876d7-220f-47cc-841c-7269bc24c014", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "102a709a-68c8-4510-b531-4c6995bc600a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "f32724bc-56e9-42c0-8410-becfe8f63dcd", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2ba39558-505b-4dce-b3d4-1256027935ce", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "41e83755-02eb-4823-8771-3021f879ad6a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "9641c4d4-4611-462c-bba1-c74bdc0634fd", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "09171dfe-fadc-487c-b18e-a6e02c6d46ba", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "036853ea-da68-4899-917a-ffc83fc05c9e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "cf561267-e185-4e7d-9bd8-28b6dc091015", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "ad3b081b-2f62-44bd-ba24-3042632e4e56", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7a2f30f6-5827-4df3-ba74-268c602098cc", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "9186f1cb-68e5-4c83-b655-8ad69078cb45", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "82fd9af5-44ad-4e99-afef-01e6ad52c558", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c8702058-1e5c-48e9-a1ac-d296478e7218", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c27b7f86-1a00-4eab-8267-1c138b5e37f6", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "93c5298f-0d6b-4efd-be2c-facce5e99116", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0e0e0209-9277-4904-b38d-ef2a97ba2773", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "ff26a0bf-c2ef-4041-b96a-6c87e64a5c30", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "696dd672-ab4a-4649-b070-eb81e24c176b", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0144a3a8-735d-4ff5-86c8-d1c9ce715ffb", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "b877aa35-fc46-40b9-8869-bd717f9465db", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "77a2f75f-5e6f-4f9d-b88e-237645464293", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "88883f8c-4659-40a4-b5df-f37bca5183ba", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2755ced4-c7a8-4380-a7c3-3969e9bea68a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a220f337-0700-49cb-837c-cc569991c0e2", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7f143ce8-8f68-4792-afc1-c7340e40a726", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5eff87dc-5772-4229-ae7c-cfde6a348479", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a501f218-24cb-4484-b52a-2a6a7d88ae82", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "3e991891-afa1-4f55-8f54-55faef83fb6e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "467e06e0-34e5-42bc-b647-72402e919357", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8ed5ae60-8b4f-43c7-8474-055d4a98238c", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "9a90a5c8-205a-4b1d-80dc-01bdcf3fa4f4", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "88018608-c4b1-4ec9-abc1-d8940a604397", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e6b13e6a-e1de-4e97-b788-7c136304ed29", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "f97819ce-eda6-4f8b-829d-189d1cb28000", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "481d7c49-8b4a-42ca-b4fd-021cf71cbc15", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "6f2e3c9b-3393-455f-8b8d-5551bc5e2f44", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "b12850d5-277a-4c50-a16a-2ea0ef0e038a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "edfc2355-865b-4b05-8bd5-816907acca07", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a52ab81e-2a9c-4a44-b80b-6805e544d4d8", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "16032735-00f3-4882-afc2-2976e8c5824e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "588b80b6-1bac-4e59-a5af-d85d7ea78102", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "3f06d139-019a-46e0-b8b0-84b95d37e12f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "1486fa5d-3e27-4942-baa6-e8b3db1b09c4", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "372e7758-4e0f-40d1-ae3e-727c085a28a1", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "67b1b9d3-c105-4769-be59-9f6161658d47", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "17d0d51a-1c8b-4970-a257-3b5a89054c73", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e6d7ead7-8e3c-437d-9d4d-f46bedf11c22", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "cc029b5c-fb59-4519-aeaa-817ee15d356d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "578890ad-325d-4081-b033-edd7cb3c221a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "d0c73976-8025-46ec-ae91-37b71f73556f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "83e849b9-8881-47af-bf05-788977ad09c3", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "54bf0b5a-eac1-40eb-8507-162234918804", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "3d7a9131-8ca5-4f5e-a270-766965f3b2de", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "78ec0998-8fb4-4e96-bce4-c1894f6c2e5d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a62f271c-da08-4d9b-beea-f938269aa9be", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0f5c3663-1ff2-4bff-9193-1548044e3b09", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0b5314d1-b61f-4b37-88df-3c2c732a8f56", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "1bf928a1-cc12-442e-bd8a-18dd7de1856e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4eb12302-6a01-4f2d-86cb-3eea398d7e52", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "f47923b9-561c-444c-8b18-ea8c1d4bf75d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "50dc47b1-593b-4db3-9d85-063050ffa229", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "231bcda9-3ff6-4f9a-9be5-d6dbfbe3727f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "cd348ba7-51d0-4ab9-b931-e6e57d7b087d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a2d2c193-09e6-402b-a58c-087ce32f37b6", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e310f0db-3e59-4339-8fc0-6322ba946dd9", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5954f3de-45ed-4fe0-bfe7-33be4387d6f8", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "1ed09e98-a078-4f9d-8bac-99fc824ab753", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "86c9f8f0-021a-4899-83ad-09e6f1562fb2", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7daf7d79-524d-49af-8036-a4004a111ed3", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4c45fc75-b4e8-41c6-900d-e9c491f50e17", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "d0ef4648-0237-4c64-b124-b70b17d8099e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e201faf7-02da-4703-a891-766c6add57f9", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "cdc11d35-c34c-4095-bace-efc01830763a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "97aa5b24-7f19-4b99-9473-cf2518cd6f03", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "98eca6b9-2864-4a67-85be-763e09456917", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "49ad6c64-1828-4bc6-833f-e05dec7e74f1", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a3400fe9-c31e-4f0c-8fc2-271d39be2123", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8f123f8d-3cb5-43d4-b1bb-672c8b738744", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "ba60167c-4068-495c-b5b1-950348dc3ad5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "61564fb3-4124-4096-a619-276f3b38e26e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "05a27843-3e71-480a-b4df-c4fe28bb413f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2688d153-e042-41b1-a48e-8839fd4aaf0e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "95dde0cf-5f38-41a9-a36f-5d90b91509c0", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5d1f5a28-6f21-4f98-81ff-8c7a2d07de91", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "358bed4b-61fd-43d7-95f6-3f1a102b6cc6", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "b17ae237-1f81-4842-8d4e-bf8e4c96e560", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8c502d9e-2105-4d00-987d-759e583af7c5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5aeade96-9fbf-4ec9-bd03-73e6c9b9a99a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c9ac8c94-0cbf-48e7-84a9-e0c0bf34552f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "bf162c91-0da4-4ce4-ab98-7a3d7a443759", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "08075c2f-8120-4ebe-aeff-7dee2699dd84", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "29cb8048-30cd-429f-9b87-9a021b0b5c57", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "75fe63d4-8541-4b8c-aacc-796fc907fa52", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0e79ef66-2922-4089-b812-451364420af9", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "63ef4ec3-73f1-4ee8-b392-45293f36cf3d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "bc729d18-4926-4cbb-b289-b973a3f76093", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "1c0c54cc-bfc8-42be-8cd2-ae57910ac1e5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5ba381b3-fdc7-4551-a1bd-767100529e4f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "195d7ba8-31b7-4cdc-bd99-6cf0dcd68ed2", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7bdae9af-9ece-44c7-816b-abdf3ef629be", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "10268a25-2d4a-48e3-a322-08c1b7988375", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4f98df5f-a259-44c7-9007-6bb89417c6c2", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "73934c9a-041e-4ac3-81fe-cbaee7972d5c", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "6be5c831-1e65-4314-a4a0-e40d7f17bad1", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "f43216e3-4d6c-4eac-a8ec-5f020a8ff700", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "f85d5d78-7255-45b9-becf-79173199f54d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "345b2f3d-570f-4450-9f99-2408311820c0", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c7b03a29-ddbf-4c3c-b837-24453e4b9a16", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e52ead2d-7eb4-4dc3-9eb7-f1e6c3b86c72", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "01a566c6-ab81-4a35-9d8c-3631fadc7ef7", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7209368d-725a-442d-bf79-4a4408ce0843", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e7a83e57-1751-4484-982b-d7f635491728", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "0622a845-6109-4c1a-bf60-aa1d47d23799", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "b2d5ff76-941a-4e98-8636-3d530d1e7b63", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "10290214-f084-472e-82bd-9a2b29cdc2d5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "874303e0-a9e9-4c0d-8aba-4d280bacc661", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a8d5b273-9a5f-4071-97be-305fc4bbbe6c", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "43f5a634-dc82-4099-9b89-221e04ffc981", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7b802c7f-1bcc-41a0-ad22-bd8d2f91ad0d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "6e67ea1f-e553-4301-9647-237c23af06a0", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "16a57933-11e5-4852-93a0-805e0433b2dd", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a9f7d170-b971-4444-94ee-477ca3b5ef75", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8a4df56a-6e6a-415c-9347-69f010e6767b", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4d4bc5c5-e07a-4c31-a797-3d3159b42f9a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "da470794-0fc6-453d-a166-fc8c3bf9ce8c", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c0cb01fa-e9cd-4df9-8f5f-4199cf29c134", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2cb2bdf0-d7ac-4480-8031-f4c82edf4431", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "61079973-c1c2-43a1-bb8a-1fcd53ba28b9", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "b1d42bb4-602c-488f-a519-efe483780513", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8652979a-490c-4ef4-a8a5-49aff43696ef", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "00df0394-0487-4144-9c35-39d741045981", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "27cf1dfd-e692-45ba-8416-4a36ebde3bf7", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "7968ac17-7547-4817-b97a-d7af390f3c13", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "39516b72-5dd2-4d59-99fd-e21c1ecd13a8", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "337686df-d6a4-4294-af00-242293302662", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8ad1ce1c-af56-40c5-b139-bb19fbc7fe20", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "53c4a13a-6462-4825-a729-8f6792b6f5c2", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "1ef49c16-4142-4569-8623-d46b11a0358a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8dcfc18a-0095-4328-a00a-eed229e76d6e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "d4da1a64-288f-42a7-b59f-1252846b61c5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "ae247bd4-093d-4897-96e9-6fa5a6bdf815", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e817a985-00a6-4a89-99c0-0d1f9726ddf1", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "9888d80c-aee4-4e18-b8e9-582e064a168c", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c6f48167-26ae-4361-8a00-16245e26c6e6", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4d547634-951e-44ad-9259-a7d9ca2d7658", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e5337ffe-3c97-457a-9566-13ed907751c4", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "552edbc3-a7d8-4478-ad7a-57b154693d6a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "de1c2807-ae40-4ed1-b306-1e3714cb6778", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a9699776-1b44-4f90-b996-2eaeb8785a7a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "9f09671a-d4c1-4126-9c8d-933e520b95ce", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "064a2cdf-18fb-4039-9faf-9bc55bfe0b81", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "83dfe703-284a-474c-b4e8-f4bde26a010f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2a2f3468-2a59-4893-a1c2-3df6fa33a8bf", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "dd0248e8-78f2-4b26-b6f0-cefe1dda95cb", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "325e58bd-5f19-47fd-9231-12d1bbb19fb8", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "4540953b-ff03-4cda-9f06-75093a81b26f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "2eb84d9b-04d0-49d7-99ab-8e209590631b", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "21e743eb-f83e-428b-96af-8d6182610e0a", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8a8398e9-7b04-4c33-b9e8-408f0cf945f3", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "61884059-5d5f-41ce-b01f-6f22a326b1c9", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "43a087b6-ec8a-467f-a10f-e630f471174f", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "f1f55462-4542-41d9-9709-e88cc8723e2d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c5670f08-2903-4b0e-9af4-6695558765bb", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8089569e-ad43-4ed8-80b5-d2e36b890aa3", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c0b50eb0-f38a-4102-ae11-355adc3a9753", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "df8f2e4e-f1b5-4125-9324-67fd7df95d66", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "c38a31ea-3e15-4f0d-ba20-0a8c14c320d0", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "ec749311-5dd2-4cd6-a2fc-8f072d614bb5", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5c07823c-b8ed-4328-8f89-2073c4a5b50d", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "5d786269-d4ce-423a-8238-a15a4bb72ea3", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "37aaf22e-e553-4d7e-86f0-2cfebb7cf3fb", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "8c9b34e3-97f6-4808-9c9d-f59a1bcdad6e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "a519a47c-c53c-4cd2-94e1-8fac73a5f434", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e4dc1bd7-d8b6-4820-96b6-9f64547685d1", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "edb92ba9-449b-4d51-a638-22e26a5d471e", + "destination_type": "file" + }, + { + "source_id": "05e446a2-88c1-465b-b56c-7caf6ad4c018", + "source_type": "sequencing_process", + "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/b2216048-7eaa-45f4-8077-5a3fb4204953.dss.hca.json b/test/indexer/data/b2216048-7eaa-45f4-8077-5a3fb4204953.dss.hca.json index d19d2b8f87..00eb291e76 100644 --- a/test/indexer/data/b2216048-7eaa-45f4-8077-5a3fb4204953.dss.hca.json +++ b/test/indexer/data/b2216048-7eaa-45f4-8077-5a3fb4204953.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/aa662c76-d220-49f4-8316-f4af5820d60b": { "sha1": "284b9be625b43327f353fd3d77b6aa5b4d32e69c", "name": "22011_1#268_2.fastq.gz", "uuid": "aa662c76-d220-49f4-8316-f4af5820d60b", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 88782381 }, - { + "sequence_file/d2f32681-9c1a-4dfd-b506-c24327afb8d1": { "sha1": "beeb73e062974cd9f37fc09822fea4fec2ceb609", "name": "22011_1#268_1.fastq.gz", "uuid": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", @@ -24,9 +24,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 74420452 } - ], + }, "metadata": { - "project.json": { + "project/93f6a42f-1790-4af4-b5d1-8c436cb6feae": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", "project_core": { @@ -150,510 +150,483 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "total_estimated_cells": 1, - "target_cell_type": [ - { - "text": "CD11b+ Macrophages/monocytes" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1139_T", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "22011_1#268" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:05.544Z", - "updateDate": "2018-03-28T14:39:28.596Z", - "document_id": "603a818f-dbe7-466a-8241-58b9c1618846" - } - }, - { - "content": { - "biomaterial_core": { - "has_input_biomaterial": "1139", - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1139_T", - "supplementary_files": [ - "FACS_sorting_markers.pdf" - ], - "biomaterial_name": "Mouse_day11_T_rep5" - }, - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", - "organ": { - "text": "tumor" - }, - "schema_type": "biomaterial" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:31.072Z", - "updateDate": "2018-03-28T14:15:11.657Z", - "document_id": "4e41a067-dbb7-439f-b72f-80240ce858f6" + "cell_suspension/603a818f-dbe7-466a-8241-58b9c1618846": { + "content": { + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "is_living": false, - "mus_musculus_specific": { - "strain": [ - { - "text": "C57BL/6" - } - ] - }, - "biological_sex": "female", - "genus_species": [ - { - "text": "Mus musculus", - "ontology": "NCBITaxon:10090" - } - ], - "disease": [ - { - "text": "subcutaneous melanoma", - "ontology": "EFO:0000756" - } - ], - "organism_age": "6-12", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 10090 - ], - "biomaterial_id": "1139", - "biomaterial_name": "Mouse_day11_rep5" - }, - "organism_age_unit": { - "text": "week", - "ontology": "UO:0000034" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:58:05.518Z", - "updateDate": "2018-03-28T14:01:13.757Z", - "document_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410" + ], + "total_estimated_cells": 1, + "target_cell_type": [ + { + "text": "CD11b+ Macrophages/monocytes" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1139_T", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "22011_1#268" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:05.544Z", + "updateDate": "2018-03-28T14:39:28.596Z", + "document_id": "603a818f-dbe7-466a-8241-58b9c1618846" + } }, - "file.json": { - "files": [ - { - "content": { - "file_core": { - "file_name": "22011_1#268_1.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read1", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:00:30.935Z", - "document_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1" + "specimen_from_organism/4e41a067-dbb7-439f-b72f-80240ce858f6": { + "content": { + "biomaterial_core": { + "has_input_biomaterial": "1139", + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1139_T", + "supplementary_files": [ + "FACS_sorting_markers.pdf" + ], + "biomaterial_name": "Mouse_day11_T_rep5" + }, + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } + ], + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism", + "organ": { + "text": "tumor" }, - { - "content": { - "file_core": { - "file_name": "22011_1#268_2.fastq.gz", - "file_format": "fastq.gz" - }, - "lane_index": 1, - "read_index": "read2", - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", - "schema_type": "file" - }, - "hca_ingest": { - "submissionDate": "2018-03-28T14:00:30.947Z", - "document_id": "aa662c76-d220-49f4-8316-f4af5820d60b" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" + "schema_type": "biomaterial" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:31.072Z", + "updateDate": "2018-03-28T14:15:11.657Z", + "document_id": "4e41a067-dbb7-439f-b72f-80240ce858f6" + } }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_id": "TissueDissociationProcess", - "process_name": "Extracting cells from lymph nodes" - }, - "dissociation_method": "mechanical", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:14.574Z", - "updateDate": "2018-03-28T14:13:28.361Z", - "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_6" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:00:15.938Z", - "updateDate": "2018-03-28T14:51:13.100Z", - "document_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS2" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e- B220- CD11c+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:22.289Z", - "updateDate": "2018-03-28T14:29:50.280Z", - "document_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78" - } - }, - { - "content": { - "enrichment_method": "FACS", - "process_core": { - "process_id": "FACS3.7" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", - "markers": "CD45+ CD3e- B220- CD11b+", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:04:02.056Z", - "updateDate": "2018-03-28T14:32:20.272Z", - "document_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215" - } - }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_core": { - "process_id": "lib_prep_1", - "process_name": "Library preparation process" - }, - "umi_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "library_construction_approach": "Smart-seq2", - "schema_type": "process", - "end_bias": "full length", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "unstranded" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:05:43.803Z", - "updateDate": "2018-03-28T14:43:01.679Z", - "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + "donor_organism/bf8492ad-1d45-46aa-9fe9-67058b8c2410": { + "content": { + "is_living": false, + "mus_musculus_specific": { + "strain": [ + { + "text": "C57BL/6" + } + ] + }, + "biological_sex": "female", + "genus_species": [ + { + "text": "Mus musculus", + "ontology": "NCBITaxon:10090" } - }, - { - "content": { - "paired_ends": true, - "instrument_manufacturer_model": { - "text": "Illumina HiSeq 2500", - "ontology": "EFO:0008567" - }, - "process_core": { - "process_id": "seq_264", - "process_name": "Sequencing process" - }, - "smartseq2": { - "well_name": "F02", - "plate_id": "575" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T14:03:27.156Z", - "updateDate": "2018-03-28T14:32:54.422Z", - "document_id": "2580dcf9-3f7d-4421-b962-ab860e10d072" + ], + "disease": [ + { + "text": "subcutaneous melanoma", + "ontology": "EFO:0000756" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" + ], + "organism_age": "6-12", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 10090 + ], + "biomaterial_id": "1139", + "biomaterial_name": "Mouse_day11_rep5" + }, + "organism_age_unit": { + "text": "week", + "ontology": "UO:0000034" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:58:05.518Z", + "updateDate": "2018-03-28T14:01:13.757Z", + "document_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410" + } }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_name": "Extracting cells from lymph nodes", - "document": "TissueDissociationProtocol.pdf", - "protocol_id": "tissue_dissociation_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.033Z", - "updateDate": "2018-03-28T14:14:33.716Z", - "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "FACS sorting cells by surface markers", - "document": "FACSsortingProtocol.pdf", - "protocol_id": "FACS_sorting_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.040Z", - "updateDate": "2018-03-28T14:45:43.500Z", - "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Make/amplify cDNA for each cell", - "document": "SmartSeq2_RTPCR_protocol.pdf", - "protocol_id": "SmartSeq2_RTPCR_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "Smart-seq2 protocol", - "ontology": "EFO:0008442" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.044Z", - "updateDate": "2018-03-28T14:24:04.790Z", - "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" - } - }, - { - "content": { - "protocol_core": { - "protocol_name": "Sequencing SmartSeq2 cells", - "protocol_id": "SmartSeq2_sequencing_protocol" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-28T13:55:26.050Z", - "updateDate": "2018-03-28T14:30:39.321Z", - "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" + "sequence_file/d2f32681-9c1a-4dfd-b506-c24327afb8d1": { + "content": { + "file_core": { + "file_name": "22011_1#268_1.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read1", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:00:30.935Z", + "document_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1" + } }, - "links.json": { - "links": [ - { - "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "source_type": "biomaterial", - "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "destination_type": "dissociation_process" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "destination_type": "biomaterial" - }, - { - "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", - "source_type": "dissociation_process", - "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", - "destination_type": "protocol" - }, - { - "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "source_type": "process", - "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "destination_type": "biomaterial" - }, - { - "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", - "source_type": "biomaterial", - "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "destination_type": "process" - }, - { - "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "source_type": "biomaterial", - "destination_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", - "destination_type": "enrichment_process" - }, - { - "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", - "source_type": "enrichment_process", - "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "destination_type": "biomaterial" - }, - { - "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" - }, - { - "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "source_type": "process", - "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "destination_type": "biomaterial" - }, - { - "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", - "source_type": "biomaterial", - "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "destination_type": "process" - }, - { - "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "source_type": "biomaterial", - "destination_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", - "destination_type": "enrichment_process" - }, - { - "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", - "source_type": "enrichment_process", - "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "destination_type": "biomaterial" + "sequence_file/aa662c76-d220-49f4-8316-f4af5820d60b": { + "content": { + "file_core": { + "file_name": "22011_1#268_2.fastq.gz", + "file_format": "fastq.gz" + }, + "lane_index": 1, + "read_index": "read2", + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file", + "schema_type": "file" + }, + "hca_ingest": { + "submissionDate": "2018-03-28T14:00:30.947Z", + "document_id": "aa662c76-d220-49f4-8316-f4af5820d60b" + } + }, + "dissociation_process/b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_id": "TissueDissociationProcess", + "process_name": "Extracting cells from lymph nodes" + }, + "dissociation_method": "mechanical", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:14.574Z", + "updateDate": "2018-03-28T14:13:28.361Z", + "document_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902" + } + }, + "process/f03590d8-4e65-478e-bc67-a8c64d2c93e9": { + "content": { + "process_core": { + "process_id": "sampling_process_6" }, - { - "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", - "source_type": "enrichment_process", - "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", - "destination_type": "protocol" + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:00:15.938Z", + "updateDate": "2018-03-28T14:51:13.100Z", + "document_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9" + } + }, + "enrichment_process/2f2fb366-249f-49e3-b47d-a0bb39d9bc78": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS2" }, - { - "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "source_type": "process", - "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", - "destination_type": "biomaterial" + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e- B220- CD11c+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:22.289Z", + "updateDate": "2018-03-28T14:29:50.280Z", + "document_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78" + } + }, + "enrichment_process/a192f0d7-8e8e-48ae-b80d-3cb18acb3215": { + "content": { + "enrichment_method": "FACS", + "process_core": { + "process_id": "FACS3.7" }, - { - "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", - "source_type": "biomaterial", - "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", - "destination_type": "process" + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/enrichment_process", + "markers": "CD45+ CD3e- B220- CD11b+", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:04:02.056Z", + "updateDate": "2018-03-28T14:32:20.272Z", + "document_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215" + } + }, + "library_preparation_process/687065f3-c70f-46c3-8452-a5eead33a1bf": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_core": { + "process_id": "lib_prep_1", + "process_name": "Library preparation process" + }, + "umi_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "library_construction_approach": "Smart-seq2", + "schema_type": "process", + "end_bias": "full length", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "unstranded" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:05:43.803Z", + "updateDate": "2018-03-28T14:43:01.679Z", + "document_id": "687065f3-c70f-46c3-8452-a5eead33a1bf" + } + }, + "sequencing_process/2580dcf9-3f7d-4421-b962-ab860e10d072": { + "content": { + "paired_ends": true, + "instrument_manufacturer_model": { + "text": "Illumina HiSeq 2500", + "ontology": "EFO:0008567" }, - { - "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "source_type": "biomaterial", - "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "destination_type": "library_preparation_process" + "process_core": { + "process_id": "seq_264", + "process_name": "Sequencing process" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", - "destination_type": "file" + "smartseq2": { + "well_name": "F02", + "plate_id": "575" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", - "destination_type": "file" + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T14:03:27.156Z", + "updateDate": "2018-03-28T14:32:54.422Z", + "document_id": "2580dcf9-3f7d-4421-b962-ab860e10d072" + } + }, + "protocol/c9a1e203-bddc-45d3-87c4-6010be8e0127": { + "content": { + "protocol_core": { + "protocol_name": "Extracting cells from lymph nodes", + "document": "TissueDissociationProtocol.pdf", + "protocol_id": "tissue_dissociation_protocol" }, - { - "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", - "source_type": "library_preparation_process", - "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", - "destination_type": "protocol" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.033Z", + "updateDate": "2018-03-28T14:14:33.716Z", + "document_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127" + } + }, + "protocol/a1c80daf-58b0-4b7a-8e29-d0130493c8e6": { + "content": { + "protocol_core": { + "protocol_name": "FACS sorting cells by surface markers", + "document": "FACSsortingProtocol.pdf", + "protocol_id": "FACS_sorting_protocol" }, - { - "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", - "source_type": "biomaterial", - "destination_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "destination_type": "sequencing_process" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.040Z", + "updateDate": "2018-03-28T14:45:43.500Z", + "document_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6" + } + }, + "protocol/52d79a89-4b49-4c1b-b857-5cc5da07f643": { + "content": { + "protocol_core": { + "protocol_name": "Make/amplify cDNA for each cell", + "document": "SmartSeq2_RTPCR_protocol.pdf", + "protocol_id": "SmartSeq2_RTPCR_protocol" }, - { - "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "source_type": "sequencing_process", - "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", - "destination_type": "file" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "Smart-seq2 protocol", + "ontology": "EFO:0008442" }, - { - "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "source_type": "sequencing_process", - "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", - "destination_type": "file" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.044Z", + "updateDate": "2018-03-28T14:24:04.790Z", + "document_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643" + } + }, + "protocol/ca6096cf-13c1-4930-8308-6ab05865e2c9": { + "content": { + "protocol_core": { + "protocol_name": "Sequencing SmartSeq2 cells", + "protocol_id": "SmartSeq2_sequencing_protocol" }, - { - "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", - "source_type": "sequencing_process", - "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-28T13:55:26.050Z", + "updateDate": "2018-03-28T14:30:39.321Z", + "document_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9" + } } - } + }, + "links": { + "links": [ + { + "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "source_type": "biomaterial", + "destination_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "destination_type": "dissociation_process" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "destination_type": "biomaterial" + }, + { + "source_id": "b7bbb2dc-3131-47c3-bcb9-4b7e0eeed902", + "source_type": "dissociation_process", + "destination_id": "c9a1e203-bddc-45d3-87c4-6010be8e0127", + "destination_type": "protocol" + }, + { + "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "source_type": "process", + "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "destination_type": "biomaterial" + }, + { + "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", + "source_type": "biomaterial", + "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "destination_type": "process" + }, + { + "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "source_type": "biomaterial", + "destination_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", + "destination_type": "enrichment_process" + }, + { + "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", + "source_type": "enrichment_process", + "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "destination_type": "biomaterial" + }, + { + "source_id": "2f2fb366-249f-49e3-b47d-a0bb39d9bc78", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "source_type": "process", + "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "destination_type": "biomaterial" + }, + { + "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", + "source_type": "biomaterial", + "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "destination_type": "process" + }, + { + "source_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "source_type": "biomaterial", + "destination_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", + "destination_type": "enrichment_process" + }, + { + "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", + "source_type": "enrichment_process", + "destination_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "destination_type": "biomaterial" + }, + { + "source_id": "a192f0d7-8e8e-48ae-b80d-3cb18acb3215", + "source_type": "enrichment_process", + "destination_id": "a1c80daf-58b0-4b7a-8e29-d0130493c8e6", + "destination_type": "protocol" + }, + { + "source_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "source_type": "process", + "destination_id": "4e41a067-dbb7-439f-b72f-80240ce858f6", + "destination_type": "biomaterial" + }, + { + "source_id": "bf8492ad-1d45-46aa-9fe9-67058b8c2410", + "source_type": "biomaterial", + "destination_id": "f03590d8-4e65-478e-bc67-a8c64d2c93e9", + "destination_type": "process" + }, + { + "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "source_type": "biomaterial", + "destination_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "destination_type": "library_preparation_process" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", + "destination_type": "file" + }, + { + "source_id": "687065f3-c70f-46c3-8452-a5eead33a1bf", + "source_type": "library_preparation_process", + "destination_id": "52d79a89-4b49-4c1b-b857-5cc5da07f643", + "destination_type": "protocol" + }, + { + "source_id": "603a818f-dbe7-466a-8241-58b9c1618846", + "source_type": "biomaterial", + "destination_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "destination_type": "sequencing_process" + }, + { + "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "source_type": "sequencing_process", + "destination_id": "d2f32681-9c1a-4dfd-b506-c24327afb8d1", + "destination_type": "file" + }, + { + "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "source_type": "sequencing_process", + "destination_id": "aa662c76-d220-49f4-8316-f4af5820d60b", + "destination_type": "file" + }, + { + "source_id": "2580dcf9-3f7d-4421-b962-ab860e10d072", + "source_type": "sequencing_process", + "destination_id": "ca6096cf-13c1-4930-8308-6ab05865e2c9", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/b7fc737e-9b7b-4800-8977-fe7c94e131df.dss.hca.json b/test/indexer/data/b7fc737e-9b7b-4800-8977-fe7c94e131df.dss.hca.json index 842fb2e3ce..b1a62674f6 100644 --- a/test/indexer/data/b7fc737e-9b7b-4800-8977-fe7c94e131df.dss.hca.json +++ b/test/indexer/data/b7fc737e-9b7b-4800-8977-fe7c94e131df.dss.hca.json @@ -1,198 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7a646471", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "bb4fc1c680fee10c6abbc5dcf85d8fd4", - "sha1": "cd5a67d667d73c5306da62342e07f5802ce54700", - "sha256": "07386a52df0426eadcf1421bd5d6b97b2359d9046ddee1fcca8b5846ef91e9b3", - "size": 1201, - "uuid": "1e07c7cf-66c3-4cd5-a061-71f3e89489ff", - "version": "2018-09-12T12:11:49.506638Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d86c758d", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "a55dba5a513e6216db2f104c5cbb878f", - "sha1": "445cf5352359b71c237ef669b0986882f82e564e", - "sha256": "056f77b6ca7ecbb639ccbea55c8b73cec0706a10cd51a3cf22aa9d5d9a11d242", - "size": 1462, - "uuid": "39a16395-6e12-4ec1-8cff-b77dd23f7024", - "version": "2018-09-12T12:11:50.297477Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "22be7a04", - "indexed": true, - "name": "specimen_from_organism_1.json", - "s3_etag": "ba7676595f149eed119a8669f8b18e17", - "sha1": "e58d73333e5c473565f671d90a5b438bfe88086b", - "sha256": "bfb4fb1ef1e6f953e8343f6cbfa4df7c1846d0df1f0c6fa701db6ea48d93634e", - "size": 1477, - "uuid": "1fe5d2c3-cf34-45ce-b1e4-dc8568ca5ab2", - "version": "2018-09-12T12:11:50.632152Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a6ec6920", - "indexed": true, - "name": "specimen_from_organism_2.json", - "s3_etag": "9892718eb8781ea38a6d97fa59d1c698", - "sha1": "dc4251a4f62e2b40dc6e665f7068df65d7a9ee49", - "sha256": "bd98a7f8837fbe08415d57bc4cc59bb2b23ef196ea98135a7b8c27e84f4695ab", - "size": 1492, - "uuid": "02f67508-6e87-42cf-9588-df49a4250a95", - "version": "2018-09-12T12:11:50.898467Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "62236cee", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "c558de681bae566777c9ad7f65433094", - "sha1": "5b82dbf5cec7aff5db24a7749da8860252c6a025", - "sha256": "f0f6555c57e37663a0784f1211a449bf6548c450e4a8e7db731b9e48fc1a7636", - "size": 1236, - "uuid": "ff15c305-fc63-419f-a0fd-84d123f9b975", - "version": "2018-09-12T12:11:51.039404Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a0d7c964", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "9988d75f54b9ef4e5a9cee923a07896e", - "sha1": "9ef7620cf24649971e2ad5b0ee8d89c7c9190a95", - "sha256": "3f04669b97562adb722c9f136cc237b74da83e4c3f2bae261496742482e89ebc", - "size": 634, - "uuid": "211d3f25-1253-4a01-aadf-08b6452de585", - "version": "2018-09-12T12:11:51.191916Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "7c63e71e", - "indexed": true, - "name": "project_0.json", - "s3_etag": "e40c030f7e1d334383f604d36e649931", - "sha1": "083c27acb8bc37d94d89eee9f48aec350ac81d1d", - "sha256": "131faa1bb07a2825821289a75919a625ff64fc0ace58f38b72bc18f0226fce5c", - "size": 1440, - "uuid": "587fe7e4-0e41-42d6-976f-585345a51ba2", - "version": "2018-09-12T12:11:51.572887Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "343b828c", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "673f124af0737c5c4c4a696b69d418f0", - "sha1": "a12e3c923e936fb35e298ac93b917829ae11234d", - "sha256": "6992b1bdd192ef8258d98b1bc7e3cc530fa5f741f8136c6198327911c948abb1", - "size": 1043, - "uuid": "3720c08b-f4b6-4bc7-a889-d4d3db602e7d", - "version": "2018-09-12T12:11:51.850430Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ef864d9d", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "4b289f511dc34ced7d1da2986d8354bc", - "sha1": "e449d5fa07c0b8d329a4b5ced8a7b1e80c402418", - "sha256": "8c2dd829d0297d786827ba9d69d603b8898e84d38ece074d6725e7e25e408710", - "size": 775, - "uuid": "3e11dd06-396b-4aaa-a6ae-3b6a26a1d9f0", - "version": "2018-09-12T12:11:52.005584Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "cfaf1225", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "4ea639d2da8e24c55f20bbbcb9a14c77", - "sha1": "dd1dea62b48cd1b5eb693d1eea5905b266298b57", - "sha256": "e1cf8372e2db0faf8c7322dba1e848859caab51f1598c19df3e23eaeb0c31e4e", - "size": 1100, - "uuid": "f90527fc-d710-414b-b185-0e9c5b4138af", - "version": "2018-09-12T12:11:52.350121Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "22ce81db", - "indexed": true, - "name": "process_0.json", - "s3_etag": "d203a1af4ac4c5d77270bd9b164a265e", - "sha1": "6d606bf3e4058eda8c3941b4a7f0856980953a3e", - "sha256": "4117f87361d8b59cdd74b9334e38d4e443c0ce49f62007445a200c956e3a3f3b", - "size": 391, - "uuid": "78e53890-4a5c-423b-a7b9-aa3247ecf98b", - "version": "2018-09-12T12:11:52.640040Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c71ffe94", - "indexed": true, - "name": "process_1.json", - "s3_etag": "44cf81d45eccfce8bef648c939eebe9f", - "sha1": "37eab3eb65c04fc3eaf1faa96d2fbe98c9e4fb24", - "sha256": "5fcc52acf559f156721301633e2053e384f111142bc2f91348b45486cc53f8a9", - "size": 389, - "uuid": "427f77a0-9fc5-4fea-a9bb-d05841fad71c", - "version": "2018-09-12T12:11:53.009841Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5feaf792", - "indexed": true, - "name": "process_2.json", - "s3_etag": "64a4d4d5ed4625ec61c31caee53e179c", - "sha1": "a6a0ebaad9c300ed0977b713ab8b98147fed6c21", - "sha256": "32f8ef011cc11512ea169bbfc9184f69e762d9e1b74d2e2fe5359dbe8edcf7b7", - "size": 388, - "uuid": "677e65b8-5a0d-4f5a-af89-7cca51bcd6c3", - "version": "2018-09-12T12:11:53.143468Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f63c3191", - "indexed": true, - "name": "process_3.json", - "s3_etag": "463a1c76f4ee3a64139d1ea8e4a1a031", - "sha1": "44591f2d5b87b224e77b65ee62bfb9cbef2bba05", - "sha256": "4aec3ff08faf19f1074c8e8794b2ebbce3503d035676f3000842e1dafb079ace", - "size": 388, - "uuid": "ac321e06-ec12-423a-bf12-5e0ec97f0fb1", - "version": "2018-09-12T12:11:53.337286Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4d3d56fa", - "indexed": true, - "name": "process_4.json", - "s3_etag": "6e24ac4eca7c34da2cbbe871ceb01c9d", - "sha1": "d3d49f7ff25735912f1f90e0ff6c195cb00b4ba0", - "sha256": "ea5a2d8a1a93059e4707108e938609f3077b54aed0121ae0975b2d14e2501864", - "size": 388, - "uuid": "34aa8a89-27d0-4a03-8196-72da4d701efb", - "version": "2018-09-12T12:11:53.497592Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "8dabafdc", - "indexed": true, - "name": "links.json", - "s3_etag": "9187a3a62eac5c71798be5606a5db5b0", - "sha1": "590f7e494654860bfe36d95d180b604ae7291f0f", - "sha256": "18d00a235d016427f344e22e9b27f757c620dead17b1e9f14d887128efa666e3", - "size": 2748, - "uuid": "372dfa6d-fc17-4a6b-be36-9ddeebb8544b", - "version": "2018-09-12T12:11:53.763631Z" - }, - { + "manifest": { + "sequence_file/211d3f25-1253-4a01-aadf-08b6452de585": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "13312585", "indexed": false, @@ -204,9 +13,9 @@ "uuid": "701c9a63-23da-4978-946b-7576b6ad088a", "version": "2018-09-12T12:11:54.054628Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/1e07c7cf-66c3-4cd5-a061-71f3e89489ff": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -243,7 +52,7 @@ "update_date": "2018-09-11T16:53:41.273Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/39a16395-6e12-4ec1-8cff-b77dd23f7024": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -294,7 +103,7 @@ "update_date": "2018-09-11T16:53:07.436Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/1fe5d2c3-cf34-45ce-b1e4-dc8568ca5ab2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -345,7 +154,7 @@ "update_date": "2018-09-11T16:53:10.431Z" } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/02f67508-6e87-42cf-9588-df49a4250a95": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -396,7 +205,7 @@ "update_date": "2018-09-11T16:53:12.111Z" } }, - "donor_organism_0.json": { + "donor_organism/ff15c305-fc63-419f-a0fd-84d123f9b975": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -444,7 +253,7 @@ "update_date": "2018-09-11T16:53:04.090Z" } }, - "sequence_file_0.json": { + "sequence_file/211d3f25-1253-4a01-aadf-08b6452de585": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -464,7 +273,7 @@ "update_date": "2018-09-11T17:04:35.520Z" } }, - "project_0.json": { + "project/587fe7e4-0e41-42d6-976f-585345a51ba2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.2/project", "schema_type": "project", "project_core": { @@ -486,7 +295,7 @@ "update_date": "2018-09-11T16:53:03.974Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/3720c08b-f4b6-4bc7-a889-d4d3db602e7d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -519,7 +328,7 @@ "update_date": "2018-09-11T16:40:47.185Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/3e11dd06-396b-4aaa-a6ae-3b6a26a1d9f0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -541,7 +350,7 @@ "update_date": "2018-09-11T16:40:45.581Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/f90527fc-d710-414b-b185-0e9c5b4138af": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -559,7 +368,7 @@ "update_date": "2018-09-11T16:40:46.268Z" } }, - "process_0.json": { + "process/78e53890-4a5c-423b-a7b9-aa3247ecf98b": { "process_core": { "process_id": "process_id_9101" }, @@ -571,7 +380,7 @@ "update_date": "2018-09-11T17:11:53.151Z" } }, - "process_1.json": { + "process/427f77a0-9fc5-4fea-a9bb-d05841fad71c": { "process_core": { "process_id": "process_id_13" }, @@ -583,7 +392,7 @@ "update_date": "2018-09-11T17:05:50.325Z" } }, - "process_2.json": { + "process/677e65b8-5a0d-4f5a-af89-7cca51bcd6c3": { "process_core": { "process_id": "process_id_1" }, @@ -595,7 +404,7 @@ "update_date": "2018-09-11T17:05:50.149Z" } }, - "process_3.json": { + "process/ac321e06-ec12-423a-bf12-5e0ec97f0fb1": { "process_core": { "process_id": "process_id_2" }, @@ -607,7 +416,7 @@ "update_date": "2018-09-11T17:05:50.159Z" } }, - "process_4.json": { + "process/34aa8a89-27d0-4a03-8196-72da4d701efb": { "process_core": { "process_id": "process_id_3" }, @@ -618,89 +427,90 @@ "submission_date": "2018-09-11T16:40:39.858Z", "update_date": "2018-09-11T17:05:50.168Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "78e53890-4a5c-423b-a7b9-aa3247ecf98b", - "inputs": [ - "1e07c7cf-66c3-4cd5-a061-71f3e89489ff" - ], - "input_type": "biomaterial", - "outputs": [ - "211d3f25-1253-4a01-aadf-08b6452de585" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "3720c08b-f4b6-4bc7-a889-d4d3db602e7d" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "3e11dd06-396b-4aaa-a6ae-3b6a26a1d9f0" - } - ] - }, - { - "process": "427f77a0-9fc5-4fea-a9bb-d05841fad71c", - "inputs": [ - "39a16395-6e12-4ec1-8cff-b77dd23f7024", - "1fe5d2c3-cf34-45ce-b1e4-dc8568ca5ab2", - "02f67508-6e87-42cf-9588-df49a4250a95" - ], - "input_type": "biomaterial", - "outputs": [ - "1e07c7cf-66c3-4cd5-a061-71f3e89489ff" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "f90527fc-d710-414b-b185-0e9c5b4138af" - } - ] - }, - { - "process": "677e65b8-5a0d-4f5a-af89-7cca51bcd6c3", - "inputs": [ - "ff15c305-fc63-419f-a0fd-84d123f9b975" - ], - "input_type": "biomaterial", - "outputs": [ - "39a16395-6e12-4ec1-8cff-b77dd23f7024" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "ac321e06-ec12-423a-bf12-5e0ec97f0fb1", - "inputs": [ - "ff15c305-fc63-419f-a0fd-84d123f9b975" - ], - "input_type": "biomaterial", - "outputs": [ - "1fe5d2c3-cf34-45ce-b1e4-dc8568ca5ab2" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "34aa8a89-27d0-4a03-8196-72da4d701efb", - "inputs": [ - "ff15c305-fc63-419f-a0fd-84d123f9b975" - ], - "input_type": "biomaterial", - "outputs": [ - "02f67508-6e87-42cf-9588-df49a4250a95" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "78e53890-4a5c-423b-a7b9-aa3247ecf98b", + "inputs": [ + "1e07c7cf-66c3-4cd5-a061-71f3e89489ff" + ], + "input_type": "biomaterial", + "outputs": [ + "211d3f25-1253-4a01-aadf-08b6452de585" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "3720c08b-f4b6-4bc7-a889-d4d3db602e7d" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "3e11dd06-396b-4aaa-a6ae-3b6a26a1d9f0" + } + ] + }, + { + "process": "427f77a0-9fc5-4fea-a9bb-d05841fad71c", + "inputs": [ + "39a16395-6e12-4ec1-8cff-b77dd23f7024", + "1fe5d2c3-cf34-45ce-b1e4-dc8568ca5ab2", + "02f67508-6e87-42cf-9588-df49a4250a95" + ], + "input_type": "biomaterial", + "outputs": [ + "1e07c7cf-66c3-4cd5-a061-71f3e89489ff" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "f90527fc-d710-414b-b185-0e9c5b4138af" + } + ] + }, + { + "process": "677e65b8-5a0d-4f5a-af89-7cca51bcd6c3", + "inputs": [ + "ff15c305-fc63-419f-a0fd-84d123f9b975" + ], + "input_type": "biomaterial", + "outputs": [ + "39a16395-6e12-4ec1-8cff-b77dd23f7024" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "ac321e06-ec12-423a-bf12-5e0ec97f0fb1", + "inputs": [ + "ff15c305-fc63-419f-a0fd-84d123f9b975" + ], + "input_type": "biomaterial", + "outputs": [ + "1fe5d2c3-cf34-45ce-b1e4-dc8568ca5ab2" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "34aa8a89-27d0-4a03-8196-72da4d701efb", + "inputs": [ + "ff15c305-fc63-419f-a0fd-84d123f9b975" + ], + "input_type": "biomaterial", + "outputs": [ + "02f67508-6e87-42cf-9588-df49a4250a95" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/c94a43f9-257f-4cd0-b2fe-eaf6d5d37d18.dss.hca.json b/test/indexer/data/c94a43f9-257f-4cd0-b2fe-eaf6d5d37d18.dss.hca.json index 50f1a8ea4d..69be95e306 100644 --- a/test/indexer/data/c94a43f9-257f-4cd0-b2fe-eaf6d5d37d18.dss.hca.json +++ b/test/indexer/data/c94a43f9-257f-4cd0-b2fe-eaf6d5d37d18.dss.hca.json @@ -1,6 +1,6 @@ { - "manifest": [ - { + "manifest": { + "sequence_file/95f09de9-0e7a-49c3-8bbc-f3fb512bc86e": { "sha1": "a19f32c06b4286e1608c5e2118fa943afba610a6", "name": "MantonBM6_HiSeq_5_S12_L004_R1_001.fastq.gz", "uuid": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e", @@ -12,7 +12,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1402192705 }, - { + "sequence_file/ca1ca1f1-f0ab-4224-8422-d5345ccab557": { "sha1": "1e93005ef5f17cdec6cc5a4ea406953a93863306", "name": "MantonBM8_HiSeq_5_S28_L008_R2_001.fastq.gz", "uuid": "ca1ca1f1-f0ab-4224-8422-d5345ccab557", @@ -24,7 +24,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2937097047 }, - { + "sequence_file/9eb02069-4c56-4065-83ac-01eaf5fb9b68": { "sha1": "59728047fcb3e5aac521d50ee4e131f40350f98c", "name": "MantonBM8_HiSeq_1_S24_L007_R1_001.fastq.gz", "uuid": "9eb02069-4c56-4065-83ac-01eaf5fb9b68", @@ -36,7 +36,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1134093703 }, - { + "sequence_file/176d224c-1e70-4ef8-ab96-ea63cfa63888": { "sha1": "8357cf65cae0af7a2524d5c397da31d0d69871e3", "name": "MantonBM7_HiSeq_7_S22_L005_R1_001.fastq.gz", "uuid": "176d224c-1e70-4ef8-ab96-ea63cfa63888", @@ -48,7 +48,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 753163709 }, - { + "sequence_file/04e94fd5-49df-4149-9da5-ff9c86a2e494": { "sha1": "75a306656b83357c391b15a33eb9d5a02f4ddb57", "name": "MantonBM8_HiSeq_2_S25_L008_I1_001.fastq.gz", "uuid": "04e94fd5-49df-4149-9da5-ff9c86a2e494", @@ -60,7 +60,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 330003676 }, - { + "sequence_file/e977ef2d-f54d-4ee7-893b-3873a8eb5dd3": { "sha1": "18adc57b77da277828cbbf4498f6f165a57dfc9a", "name": "MantonBM6_HiSeq_7_S14_L003_R1_001.fastq.gz", "uuid": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3", @@ -72,7 +72,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1370421321 }, - { + "sequence_file/6f23ce85-e97e-4a77-bfea-3c0b95c775f4": { "sha1": "713dfad2ae2588357bafc031f31119d4b611092d", "name": "MantonBM6_HiSeq_2_S10_L004_R1_001.fastq.gz", "uuid": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4", @@ -84,7 +84,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1453623392 }, - { + "sequence_file/b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5": { "sha1": "1607783b3ec9e05e09496a2931f8b52e03b5e520", "name": "MantonBM6_HiSeq_2_S10_L004_I1_001.fastq.gz", "uuid": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5", @@ -96,7 +96,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 474484062 }, - { + "sequence_file/ba79090e-1341-4427-9277-e0bc9c303bd5": { "sha1": "6a63f147f71a096a8eca835276a9f4749fa3c743", "name": "MantonBM5_HiSeq_8_S8_L001_I1_001.fastq.gz", "uuid": "ba79090e-1341-4427-9277-e0bc9c303bd5", @@ -108,7 +108,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 405793422 }, - { + "sequence_file/575b968a-f85f-4dd8-bc0c-f00e1d07cd6b": { "sha1": "2eaa759a988b98d834ee0774f10425be3b88e8e5", "name": "MantonBM6_HiSeq_6_S13_L004_R2_001.fastq.gz", "uuid": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b", @@ -120,7 +120,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4462684265 }, - { + "sequence_file/2320aa06-7d82-46ec-ad6d-a1c9fd280cde": { "sha1": "0373b8e19eb3ca160200826c237d9da44d01ba21", "name": "MantonBM8_HiSeq_4_S27_L008_I1_001.fastq.gz", "uuid": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde", @@ -132,7 +132,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 358895784 }, - { + "sequence_file/79f04454-2b15-485b-8b19-3d237025d480": { "sha1": "2f8963ab1b5ea9ae4a18beee3055ff9a6e693697", "name": "MantonBM5_HiSeq_6_S6_L001_R1_001.fastq.gz", "uuid": "79f04454-2b15-485b-8b19-3d237025d480", @@ -144,7 +144,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1280563519 }, - { + "sequence_file/4b2ec2e1-b0e2-41ea-9a33-c473889f526f": { "sha1": "b223bf702a6a1d9f413c5d29ac6bd853dfbf22a3", "name": "MantonBM6_HiSeq_5_S12_L004_I1_001.fastq.gz", "uuid": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f", @@ -156,7 +156,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 459486657 }, - { + "sequence_file/36118c60-cf32-43af-bd56-cfcbe063b244": { "sha1": "987c09fab730d1191a42ea45b40a333c8b51d71d", "name": "MantonBM6_HiSeq_5_S12_L003_R2_001.fastq.gz", "uuid": "36118c60-cf32-43af-bd56-cfcbe063b244", @@ -168,7 +168,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4030957742 }, - { + "sequence_file/8240917a-8fb5-47b5-8b35-64dd30c3b43f": { "sha1": "dd32b328252f8925089b4c593889abca2df96b38", "name": "MantonBM7_HiSeq_1_S16_L006_R1_001.fastq.gz", "uuid": "8240917a-8fb5-47b5-8b35-64dd30c3b43f", @@ -180,7 +180,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 942622130 }, - { + "sequence_file/462d6d7c-8c83-4e91-b851-4ebe7f04ed4a": { "sha1": "61897eb95f79bc2a09865872f6f91c970a38698e", "name": "MantonBM8_HiSeq_3_S26_L007_R1_001.fastq.gz", "uuid": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a", @@ -192,7 +192,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1019718897 }, - { + "sequence_file/8e931218-861c-44c4-8768-b9afd33acffc": { "sha1": "a3563bbf942ca2c60174a3df2f6cac8ad9fa7848", "name": "MantonBM5_HiSeq_8_S8_L001_R2_001.fastq.gz", "uuid": "8e931218-861c-44c4-8768-b9afd33acffc", @@ -204,7 +204,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3400300750 }, - { + "sequence_file/f308eed4-5954-4047-a18e-9c309d9fdab9": { "sha1": "da55e496cc482fe61f51689ce94967c1021d6747", "name": "MantonBM7_HiSeq_6_S21_L006_I1_001.fastq.gz", "uuid": "f308eed4-5954-4047-a18e-9c309d9fdab9", @@ -216,7 +216,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 321880654 }, - { + "sequence_file/06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4": { "sha1": "f0243ed48571e4c9b626c8d88e65f3ea352fec1c", "name": "MantonBM7_HiSeq_3_S18_L006_R1_001.fastq.gz", "uuid": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4", @@ -228,7 +228,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1059942334 }, - { + "sequence_file/3555957c-8ac8-4afc-ab54-866d1cac3b1f": { "sha1": "25fd0d9c6fe44f500db19d5c570840a62d4a76e1", "name": "MantonBM7_HiSeq_3_S18_L005_R2_001.fastq.gz", "uuid": "3555957c-8ac8-4afc-ab54-866d1cac3b1f", @@ -240,7 +240,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2642496004 }, - { + "sequence_file/2ff31790-2e31-4056-ade6-a40b3333efbe": { "sha1": "5a7fb773fb088cb80f294c1a7ed917c0c6e2b353", "name": "MantonBM8_HiSeq_3_S26_L008_I1_001.fastq.gz", "uuid": "2ff31790-2e31-4056-ade6-a40b3333efbe", @@ -252,7 +252,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 322516637 }, - { + "sequence_file/cc95fef9-2681-4489-bc6c-1c5d494b29a8": { "sha1": "3bb1dc136347aadc8d72fa3b854abdb05129e40d", "name": "MantonBM7_HiSeq_7_S22_L006_I1_001.fastq.gz", "uuid": "cc95fef9-2681-4489-bc6c-1c5d494b29a8", @@ -264,7 +264,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 296833355 }, - { + "sequence_file/b5110ae6-55e1-4fe8-bae2-9696e679057b": { "sha1": "c5f719d24db284470eb38275ebac21916c93a36d", "name": "MantonBM5_HiSeq_1_S1_L001_R2_001.fastq.gz", "uuid": "b5110ae6-55e1-4fe8-bae2-9696e679057b", @@ -276,7 +276,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3726293078 }, - { + "sequence_file/5880c00e-4063-431e-8510-6cdaf5bb1c5d": { "sha1": "575a57814679ed1d921639725df6a813b1326ea1", "name": "MantonBM7_HiSeq_5_S20_L006_R2_001.fastq.gz", "uuid": "5880c00e-4063-431e-8510-6cdaf5bb1c5d", @@ -288,7 +288,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2835180042 }, - { + "sequence_file/fc5adfc4-0bc4-45c3-8acd-429c56817520": { "sha1": "05fb5194a4c4f94d36743abbd3e71a0a25e30ca5", "name": "MantonBM6_HiSeq_1_S9_L004_R2_001.fastq.gz", "uuid": "fc5adfc4-0bc4-45c3-8acd-429c56817520", @@ -300,7 +300,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4031554390 }, - { + "sequence_file/0daa891b-8d87-416e-8b26-d44824de5bbd": { "sha1": "a5676a7cf8957c358e4f12cc31908390b77acbb5", "name": "MantonBM7_HiSeq_1_S16_L005_R2_001.fastq.gz", "uuid": "0daa891b-8d87-416e-8b26-d44824de5bbd", @@ -312,7 +312,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2345803321 }, - { + "sequence_file/4c9af689-d89d-4312-a12b-deeb03c2fdca": { "sha1": "94ab00b9f719c562838bd14953540ae38009fbb8", "name": "MantonBM5_HiSeq_3_S3_L001_I1_001.fastq.gz", "uuid": "4c9af689-d89d-4312-a12b-deeb03c2fdca", @@ -324,7 +324,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 461950027 }, - { + "sequence_file/5e31c504-cb51-459e-a939-d49bc83d5d44": { "sha1": "c287eedcaadbbbffea0ba9ca7b3c0a5e77a0235b", "name": "MantonBM8_HiSeq_8_S31_L007_R1_001.fastq.gz", "uuid": "5e31c504-cb51-459e-a939-d49bc83d5d44", @@ -336,7 +336,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 940066351 }, - { + "sequence_file/c114f74d-6854-43ce-bc70-39ca8e45e86a": { "sha1": "4ea8ef60c57243ed68bd6c0d759bdc42ba113252", "name": "MantonBM6_HiSeq_8_S15_L004_R1_001.fastq.gz", "uuid": "c114f74d-6854-43ce-bc70-39ca8e45e86a", @@ -348,7 +348,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1453432629 }, - { + "sequence_file/518ee17c-7de1-4775-ad7d-167b2d2a8ad7": { "sha1": "3e669c5b44d40777ede5b5eacb2b7e5509638227", "name": "MantonBM6_HiSeq_6_S13_L004_I1_001.fastq.gz", "uuid": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7", @@ -360,7 +360,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 523935897 }, - { + "sequence_file/f488ad13-8645-4cc4-99d1-b3b72e8723c8": { "sha1": "b016a7d9883f3e332fe2235b911e3145a3a77694", "name": "MantonBM6_HiSeq_7_S14_L003_I1_001.fastq.gz", "uuid": "f488ad13-8645-4cc4-99d1-b3b72e8723c8", @@ -372,7 +372,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 433334509 }, - { + "sequence_file/1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c": { "sha1": "862974c6a9d9f4b602c67a2b2cbd88fb360f1751", "name": "MantonBM7_HiSeq_5_S20_L006_R1_001.fastq.gz", "uuid": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c", @@ -384,7 +384,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 973474498 }, - { + "sequence_file/ea6245c2-e8ee-4185-ae2f-0389a5bae598": { "sha1": "324ffbc614bad240bdec254bdf95551bc5a28206", "name": "MantonBM8_HiSeq_1_S24_L007_I1_001.fastq.gz", "uuid": "ea6245c2-e8ee-4185-ae2f-0389a5bae598", @@ -396,7 +396,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 367922778 }, - { + "sequence_file/6ae60ce7-ae0a-421b-96f7-7954cad9cbfb": { "sha1": "5d5d82598ad59fcca6bfdcce6bbb1d94a068deef", "name": "MantonBM6_HiSeq_6_S13_L004_R1_001.fastq.gz", "uuid": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb", @@ -408,7 +408,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1533491443 }, - { + "sequence_file/63c98bcc-255f-4efc-9712-e824463fbd2f": { "sha1": "e2cebb8793d318bca6c644b67c706f1086650237", "name": "MantonBM5_HiSeq_7_S7_L001_I1_001.fastq.gz", "uuid": "63c98bcc-255f-4efc-9712-e824463fbd2f", @@ -420,7 +420,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 334936155 }, - { + "sequence_file/274e4b04-3174-46f1-bba5-004bb1ed2cc5": { "sha1": "25193b3b6dcb7c27ae3abb603fc4a29f81dd78b1", "name": "MantonBM8_HiSeq_7_S30_L007_R1_001.fastq.gz", "uuid": "274e4b04-3174-46f1-bba5-004bb1ed2cc5", @@ -432,7 +432,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1035394960 }, - { + "sequence_file/7d516073-474d-4359-973d-3c454f2e080a": { "sha1": "b7b84da638b73fdb7adb6c9c1e853179281c3e87", "name": "MantonBM7_HiSeq_5_S20_L005_I1_001.fastq.gz", "uuid": "7d516073-474d-4359-973d-3c454f2e080a", @@ -444,7 +444,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 274954915 }, - { + "sequence_file/aa24229f-3be5-495b-9989-d9e793056993": { "sha1": "e3ab9ac0eda935ef976a437cbb10676b2388f267", "name": "MantonBM8_HiSeq_3_S26_L008_R2_001.fastq.gz", "uuid": "aa24229f-3be5-495b-9989-d9e793056993", @@ -456,7 +456,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2865053166 }, - { + "sequence_file/4927cc7d-e23c-4c58-91c7-7af793f35f07": { "sha1": "e157509dd6a35540b2b94acc11da0193a1ea892c", "name": "MantonBM5_HiSeq_5_S5_L002_R1_001.fastq.gz", "uuid": "4927cc7d-e23c-4c58-91c7-7af793f35f07", @@ -468,7 +468,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1335705855 }, - { + "sequence_file/2df110bc-9016-4bf6-a622-e4fab70b82ca": { "sha1": "69d21f8373a1e8c6f37def499dfa6af3fd6dc60a", "name": "MantonBM7_HiSeq_4_S19_L006_I1_001.fastq.gz", "uuid": "2df110bc-9016-4bf6-a622-e4fab70b82ca", @@ -480,7 +480,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 398860587 }, - { + "sequence_file/7ded5e63-c50e-4854-9be7-1cb206fa3d7f": { "sha1": "da4c7abbe7959cdfab2a97daa2960100118f2845", "name": "MantonBM5_HiSeq_2_S2_L001_R2_001.fastq.gz", "uuid": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f", @@ -492,7 +492,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3847682243 }, - { + "sequence_file/09d8668c-bf1a-4ee5-9f9d-c5c17dc97509": { "sha1": "42cde5b661ec41eb5e7cb5c6c6e1b7d67d3717b6", "name": "MantonBM5_HiSeq_4_S4_L002_R2_001.fastq.gz", "uuid": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509", @@ -504,7 +504,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3766676445 }, - { + "sequence_file/5483a55b-cd36-4477-adcf-37172a856bfc": { "sha1": "ac620a767f8f09e50891c9b99693d8f080091305", "name": "MantonBM5_HiSeq_3_S3_L002_R2_001.fastq.gz", "uuid": "5483a55b-cd36-4477-adcf-37172a856bfc", @@ -516,7 +516,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3935000873 }, - { + "sequence_file/d7bbc88d-ea41-483f-940a-332989f6dd75": { "sha1": "8544b887151fc5a0b5718a80e509ce578a3a3b62", "name": "MantonBM8_HiSeq_3_S26_L007_R2_001.fastq.gz", "uuid": "d7bbc88d-ea41-483f-940a-332989f6dd75", @@ -528,7 +528,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3016393123 }, - { + "sequence_file/b1d872b0-620d-4965-b6e8-aba6ea4d104d": { "sha1": "9e42ff12ccda5862a499f745b12311ff02460b14", "name": "MantonBM6_HiSeq_4_S11_L004_I1_001.fastq.gz", "uuid": "b1d872b0-620d-4965-b6e8-aba6ea4d104d", @@ -540,7 +540,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 457871003 }, - { + "sequence_file/f762562b-2408-4e17-ba4a-493cdb8e0e3f": { "sha1": "68271405cb3b0a7d4ba35f1a6e5fa79dcc9954c8", "name": "MantonBM6_HiSeq_1_S9_L003_R1_001.fastq.gz", "uuid": "f762562b-2408-4e17-ba4a-493cdb8e0e3f", @@ -552,7 +552,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1371915564 }, - { + "sequence_file/2a6cf1cd-1599-44ef-86e5-511a18e23262": { "sha1": "ac23ac94d4a1cd48be062f3f7439c431139f000d", "name": "MantonBM5_HiSeq_1_S1_L001_R1_001.fastq.gz", "uuid": "2a6cf1cd-1599-44ef-86e5-511a18e23262", @@ -564,7 +564,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1279456120 }, - { + "sequence_file/93e242a1-3d4b-491b-9d5f-02e038e212cb": { "sha1": "443c2311d71ab967c44af9a3088c1e38dcd9d44e", "name": "MantonBM8_HiSeq_8_S31_L008_I1_001.fastq.gz", "uuid": "93e242a1-3d4b-491b-9d5f-02e038e212cb", @@ -576,7 +576,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 289917610 }, - { + "sequence_file/9ab7ac35-d262-49cb-9994-f5da5f94b342": { "sha1": "000aae6b7d464a8335b5e8916a24eb60f44e44bd", "name": "MantonBM5_HiSeq_6_S6_L001_I1_001.fastq.gz", "uuid": "9ab7ac35-d262-49cb-9994-f5da5f94b342", @@ -588,7 +588,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 434097395 }, - { + "sequence_file/1780aa95-bd16-4cb9-814e-d3900d4787d7": { "sha1": "7fef3e5574fa25c974b7709282d0e3877a586621", "name": "MantonBM7_HiSeq_6_S21_L005_I1_001.fastq.gz", "uuid": "1780aa95-bd16-4cb9-814e-d3900d4787d7", @@ -600,7 +600,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 275332227 }, - { + "sequence_file/a26ee1d9-5dbf-46f8-a047-00d74b1b628a": { "sha1": "2f3cf70ab5d79c66f94733954690109b783cd447", "name": "MantonBM5_HiSeq_6_S6_L001_R2_001.fastq.gz", "uuid": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a", @@ -612,7 +612,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3705304970 }, - { + "sequence_file/8ad83172-07ee-4726-85b0-fe19b885a169": { "sha1": "b8f7a4521d66076402c270b733f44257fd20a225", "name": "MantonBM6_HiSeq_5_S12_L003_R1_001.fastq.gz", "uuid": "8ad83172-07ee-4726-85b0-fe19b885a169", @@ -624,7 +624,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1393779135 }, - { + "sequence_file/245b8d93-3fc9-4ad6-b000-55046061a119": { "sha1": "1a356da3b6ff5832571f7145acd8a46b0ee19047", "name": "MantonBM5_HiSeq_7_S7_L001_R2_001.fastq.gz", "uuid": "245b8d93-3fc9-4ad6-b000-55046061a119", @@ -636,7 +636,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2837058758 }, - { + "sequence_file/7422fc7e-ed66-49a2-a207-30d72c93d0a1": { "sha1": "0307c69afd8ae73ccab44149f84f2e074f148327", "name": "MantonBM6_HiSeq_5_S12_L003_I1_001.fastq.gz", "uuid": "7422fc7e-ed66-49a2-a207-30d72c93d0a1", @@ -648,7 +648,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 459300005 }, - { + "sequence_file/0954f798-7318-4612-bad7-cd3f9b181d3a": { "sha1": "7cf3ea8430c9e5cb4d9701f94ff45a62bd61a6e5", "name": "MantonBM6_HiSeq_1_S9_L003_R2_001.fastq.gz", "uuid": "0954f798-7318-4612-bad7-cd3f9b181d3a", @@ -660,7 +660,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4017696816 }, - { + "sequence_file/86d25b68-ffb0-4fd4-bf48-10f6c3c184a5": { "sha1": "5fd6b9bcf2afc7a3da7a8bf92a1608ea504ee786", "name": "MantonBM8_HiSeq_7_S30_L007_R2_001.fastq.gz", "uuid": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5", @@ -672,7 +672,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3049501318 }, - { + "sequence_file/be263698-8ffb-4263-902a-5dea68d18df5": { "sha1": "e73fd418dc52977d5e8d5eda6dab2829dd78c939", "name": "MantonBM7_HiSeq_4_S19_L005_R1_001.fastq.gz", "uuid": "be263698-8ffb-4263-902a-5dea68d18df5", @@ -684,7 +684,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1087760255 }, - { + "sequence_file/9e8a07ac-ad93-4a5e-90d8-c0e478e18342": { "sha1": "bd0100e46736745a051f04804e1ee58123973649", "name": "MantonBM5_HiSeq_7_S7_L002_I1_001.fastq.gz", "uuid": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342", @@ -696,7 +696,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 319524227 }, - { + "sequence_file/31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331": { "sha1": "1c3979becd1da06e518aba2177e4f6cbe725eb53", "name": "MantonBM8_HiSeq_7_S30_L008_R2_001.fastq.gz", "uuid": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331", @@ -708,7 +708,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2900509710 }, - { + "sequence_file/01842746-1644-436e-a1e5-aa3b59e2b8d6": { "sha1": "754a0b63234fda0d6b5ed476419914bcbb5b09e8", "name": "MantonBM7_HiSeq_5_S20_L005_R2_001.fastq.gz", "uuid": "01842746-1644-436e-a1e5-aa3b59e2b8d6", @@ -720,7 +720,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2424410895 }, - { + "sequence_file/39351ee0-89c3-499d-a820-5bece48704d5": { "sha1": "fc016b9021812630a550477352821391d85d2d1e", "name": "MantonBM5_HiSeq_1_S1_L001_I1_001.fastq.gz", "uuid": "39351ee0-89c3-499d-a820-5bece48704d5", @@ -732,7 +732,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 435833838 }, - { + "sequence_file/33be88bb-3b38-4076-b9e1-1d73b48954b8": { "sha1": "31716d153b3ba36da04c5e342d3f63a5a1296212", "name": "MantonBM5_HiSeq_4_S4_L001_R1_001.fastq.gz", "uuid": "33be88bb-3b38-4076-b9e1-1d73b48954b8", @@ -744,7 +744,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1285247308 }, - { + "sequence_file/da84551f-0859-46fd-aaa2-4797cd373991": { "sha1": "ad1f3b92c3a5dae50b685e6724764f000d38f0f2", "name": "MantonBM8_HiSeq_6_S29_L008_R2_001.fastq.gz", "uuid": "da84551f-0859-46fd-aaa2-4797cd373991", @@ -756,7 +756,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3006708838 }, - { + "sequence_file/af34f522-9a30-48b3-ba70-7600401a871b": { "sha1": "7f2fb52ad4500ce4b150e8cd29c1861206e2fb0c", "name": "MantonBM6_HiSeq_8_S15_L004_I1_001.fastq.gz", "uuid": "af34f522-9a30-48b3-ba70-7600401a871b", @@ -768,7 +768,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 466050642 }, - { + "sequence_file/abb46e44-0aba-4814-a7f4-b9b62fb5f6ad": { "sha1": "726a0fdc8b3e50e97ab5161959267c05b3ffbca2", "name": "MantonBM8_HiSeq_6_S29_L007_R1_001.fastq.gz", "uuid": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad", @@ -780,7 +780,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1074242114 }, - { + "sequence_file/9b34f6ca-9952-4fbd-b55b-e06e44094463": { "sha1": "7b780ca87985c2556c2bd05409e0445361661933", "name": "MantonBM8_HiSeq_4_S27_L007_I1_001.fastq.gz", "uuid": "9b34f6ca-9952-4fbd-b55b-e06e44094463", @@ -792,7 +792,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 375951507 }, - { + "sequence_file/c9ad441e-28a2-47b8-998e-48d48936ed64": { "sha1": "36cb761af70c7ccd5b17badc6c91f891194727e4", "name": "MantonBM7_HiSeq_5_S20_L005_R1_001.fastq.gz", "uuid": "c9ad441e-28a2-47b8-998e-48d48936ed64", @@ -804,7 +804,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 831563901 }, - { + "sequence_file/f2edefd2-c29c-470d-8879-3d480a6c55f9": { "sha1": "99499545aed42e9810993536ed05c24ae4bb0a03", "name": "MantonBM8_HiSeq_1_S24_L008_I1_001.fastq.gz", "uuid": "f2edefd2-c29c-470d-8879-3d480a6c55f9", @@ -816,7 +816,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 351664422 }, - { + "sequence_file/c000533a-432f-4733-bc22-16e4bb89382b": { "sha1": "129201e108bf5943a20997ff3a9e27f8032d01f0", "name": "MantonBM5_HiSeq_2_S2_L002_I1_001.fastq.gz", "uuid": "c000533a-432f-4733-bc22-16e4bb89382b", @@ -828,7 +828,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 421226755 }, - { + "sequence_file/9f2d4e6d-3f38-44f6-b16c-100cfce72797": { "sha1": "b2f090ff7881402e16237e8aef738d813068a525", "name": "MantonBM6_HiSeq_7_S14_L004_I1_001.fastq.gz", "uuid": "9f2d4e6d-3f38-44f6-b16c-100cfce72797", @@ -840,7 +840,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 434994933 }, - { + "sequence_file/487e2d7f-320d-4d75-9d34-3a0fb791c553": { "sha1": "3f1b51f33338167d3d6009936d1a6f2c97986d82", "name": "MantonBM8_HiSeq_7_S30_L008_R1_001.fastq.gz", "uuid": "487e2d7f-320d-4d75-9d34-3a0fb791c553", @@ -852,7 +852,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 977921734 }, - { + "sequence_file/719f581d-3481-4fe5-a3c5-2eb9054d07ec": { "sha1": "c74f21e64bedf8d5fdcc72fe21a85f8f157d3301", "name": "MantonBM5_HiSeq_1_S1_L002_R2_001.fastq.gz", "uuid": "719f581d-3481-4fe5-a3c5-2eb9054d07ec", @@ -864,7 +864,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3754462172 }, - { + "sequence_file/b4295e23-f872-4b5f-ac4e-0da6a53e39b8": { "sha1": "b387775a7b1c4cc677ad61af06b0510f8b241803", "name": "MantonBM5_HiSeq_7_S7_L001_R1_001.fastq.gz", "uuid": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8", @@ -876,7 +876,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 987901344 }, - { + "sequence_file/139d2d79-11a0-4092-babd-2b27a6b42027": { "sha1": "05d002d319cc5c76c3cf5421e6e692ed5e17b20a", "name": "MantonBM5_HiSeq_4_S4_L001_R2_001.fastq.gz", "uuid": "139d2d79-11a0-4092-babd-2b27a6b42027", @@ -888,7 +888,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3743904580 }, - { + "sequence_file/cd7ee2a1-6c69-4714-8306-a347a4f28616": { "sha1": "ab8cb349b5c95fb2c791a8b3f3f00dcb06ce9743", "name": "MantonBM8_HiSeq_1_S24_L007_R2_001.fastq.gz", "uuid": "cd7ee2a1-6c69-4714-8306-a347a4f28616", @@ -900,7 +900,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3360791819 }, - { + "sequence_file/1acc5ab3-c91c-4095-8713-18299a0b02d2": { "sha1": "85f7e23cbc2faeae9251247356e53f6e6d61d800", "name": "MantonBM6_HiSeq_4_S11_L003_I1_001.fastq.gz", "uuid": "1acc5ab3-c91c-4095-8713-18299a0b02d2", @@ -912,7 +912,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 457869449 }, - { + "sequence_file/bad6ed96-930c-47a9-b851-d527af7136e3": { "sha1": "c227ae96d401ee25bd93501ae7c838f7cd96ec8a", "name": "MantonBM7_HiSeq_8_S23_L006_R2_001.fastq.gz", "uuid": "bad6ed96-930c-47a9-b851-d527af7136e3", @@ -924,7 +924,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2935656559 }, - { + "sequence_file/c17745c1-7217-4771-aaac-d5bf35072343": { "sha1": "50ad86d452cc07de058e1c78203b10024d1fda3c", "name": "MantonBM7_HiSeq_5_S20_L006_I1_001.fastq.gz", "uuid": "c17745c1-7217-4771-aaac-d5bf35072343", @@ -936,7 +936,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 317526124 }, - { + "sequence_file/4d2ec95d-d00b-44a7-9119-a53b5db1b181": { "sha1": "253c86e47aaf59049b70b786dd0db1c574bd325c", "name": "MantonBM7_HiSeq_1_S16_L005_I1_001.fastq.gz", "uuid": "4d2ec95d-d00b-44a7-9119-a53b5db1b181", @@ -948,7 +948,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 262263083 }, - { + "sequence_file/8f9c317e-74ec-4262-b401-3e2a047d81f3": { "sha1": "82ea21a2f608a8becf82296f1f81128a8e1d40ac", "name": "MantonBM6_HiSeq_1_S9_L004_I1_001.fastq.gz", "uuid": "8f9c317e-74ec-4262-b401-3e2a047d81f3", @@ -960,7 +960,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 440416111 }, - { + "sequence_file/00424825-4dfe-4afc-a8a8-c5bffdaada00": { "sha1": "efb32dbe174817ab733fefa45dd2c0def9f1aec9", "name": "MantonBM7_HiSeq_4_S19_L005_R2_001.fastq.gz", "uuid": "00424825-4dfe-4afc-a8a8-c5bffdaada00", @@ -972,7 +972,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3151963403 }, - { + "sequence_file/40713b36-fcfe-4a1a-ad21-9e8b118b91e9": { "sha1": "bf2d1340d9ee03473e9e080382adb4afcccb28dd", "name": "MantonBM6_HiSeq_6_S13_L003_R2_001.fastq.gz", "uuid": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9", @@ -984,7 +984,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4450218668 }, - { + "sequence_file/ea993f83-3268-4dc6-8612-cd9a3ccfc475": { "sha1": "5ca8745222c1b5d825c8c43d1604cf236d8b0cb7", "name": "MantonBM7_HiSeq_8_S23_L006_R1_001.fastq.gz", "uuid": "ea993f83-3268-4dc6-8612-cd9a3ccfc475", @@ -996,7 +996,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1009763575 }, - { + "sequence_file/124dc699-f389-4462-9c29-41a091d5cc04": { "sha1": "050c20e5c955088f76efdc3dd73129c4f5d1e743", "name": "MantonBM8_HiSeq_6_S29_L007_I1_001.fastq.gz", "uuid": "124dc699-f389-4462-9c29-41a091d5cc04", @@ -1008,7 +1008,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 361610319 }, - { + "sequence_file/17f2c348-02af-42be-baa3-d227925a1cbc": { "sha1": "b05659acc35d902285192c5d1d8f0e6f52badf74", "name": "MantonBM6_HiSeq_8_S15_L004_R2_001.fastq.gz", "uuid": "17f2c348-02af-42be-baa3-d227925a1cbc", @@ -1020,7 +1020,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4216372660 }, - { + "sequence_file/afbfe990-11a2-4836-94b3-980e11ca1c2a": { "sha1": "13beb389efb543fd56beae4eeabea8846aea36da", "name": "MantonBM7_HiSeq_4_S19_L006_R2_001.fastq.gz", "uuid": "afbfe990-11a2-4836-94b3-980e11ca1c2a", @@ -1032,7 +1032,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3660141465 }, - { + "sequence_file/49e389b3-3570-45dc-b825-050e2805a1b5": { "sha1": "2b6f8a6e6124b0263d5c4e60122678ce89e1ad37", "name": "MantonBM5_HiSeq_5_S5_L002_I1_001.fastq.gz", "uuid": "49e389b3-3570-45dc-b825-050e2805a1b5", @@ -1044,7 +1044,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 438779815 }, - { + "sequence_file/65bd1790-6d5e-4f3f-ab78-ce5471d58e98": { "sha1": "b2ab811e1c37665df3aafcafd44e654f95917660", "name": "MantonBM5_HiSeq_5_S5_L002_R2_001.fastq.gz", "uuid": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98", @@ -1056,7 +1056,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3851572754 }, - { + "sequence_file/662e721c-1272-46b4-9863-a0cbae53d78b": { "sha1": "8795b73cd4998fdfac0b0fb35a66b46cd5a0c18e", "name": "MantonBM5_HiSeq_8_S8_L002_I1_001.fastq.gz", "uuid": "662e721c-1272-46b4-9863-a0cbae53d78b", @@ -1068,7 +1068,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 390981495 }, - { + "sequence_file/9ea35e5e-27ac-4925-9961-fffebe01e5e9": { "sha1": "d09e5819789c7630efbe41fcc7946737d666551c", "name": "MantonBM7_HiSeq_7_S22_L005_R2_001.fastq.gz", "uuid": "9ea35e5e-27ac-4925-9961-fffebe01e5e9", @@ -1080,7 +1080,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2198253064 }, - { + "sequence_file/f4106c25-5ea5-4feb-b40b-072056ff954f": { "sha1": "839d3ad3248c7683955a1691b0d69bbc749fc219", "name": "MantonBM5_HiSeq_7_S7_L002_R1_001.fastq.gz", "uuid": "f4106c25-5ea5-4feb-b40b-072056ff954f", @@ -1092,7 +1092,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 991115579 }, - { + "sequence_file/5eb311a4-19c8-429d-b36e-409fb80e31b0": { "sha1": "dad7d55e1344e51e7ef5bc1a0eb8f42c3b3b9456", "name": "MantonBM7_HiSeq_4_S19_L005_I1_001.fastq.gz", "uuid": "5eb311a4-19c8-429d-b36e-409fb80e31b0", @@ -1104,7 +1104,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 344954829 }, - { + "sequence_file/6857550d-8c86-40c1-988a-b48cb70759f2": { "sha1": "71fc1b4c8bf707135b89893c6d966f3a2b9c43b3", "name": "MantonBM6_HiSeq_7_S14_L003_R2_001.fastq.gz", "uuid": "6857550d-8c86-40c1-988a-b48cb70759f2", @@ -1116,7 +1116,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3977061384 }, - { + "sequence_file/9f72f529-b2cb-4830-9ff4-e1c03ec449c2": { "sha1": "b0f01a0915e915c1f7e273e445d7a9b408eba327", "name": "MantonBM7_HiSeq_2_S17_L005_R1_001.fastq.gz", "uuid": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2", @@ -1128,7 +1128,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 896815573 }, - { + "sequence_file/006a7618-8d55-48b3-a37e-7de0a9e70ef7": { "sha1": "d045d529f52caf8e6bdcbbb8a03c6e4f9dfa8974", "name": "MantonBM6_HiSeq_1_S9_L003_I1_001.fastq.gz", "uuid": "006a7618-8d55-48b3-a37e-7de0a9e70ef7", @@ -1140,7 +1140,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 439377163 }, - { + "sequence_file/312522d0-f218-4304-8376-d6f1feeb7553": { "sha1": "68f0d844ed0512069c842f3458a295c197bb3acc", "name": "MantonBM8_HiSeq_5_S28_L008_R1_001.fastq.gz", "uuid": "312522d0-f218-4304-8376-d6f1feeb7553", @@ -1152,7 +1152,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 988383266 }, - { + "sequence_file/11cbfa24-c882-473d-95b6-076c3f1fd559": { "sha1": "421e2ca5fcc18e215c5b7b59cdd7668d869cc1a9", "name": "MantonBM6_HiSeq_4_S11_L004_R1_001.fastq.gz", "uuid": "11cbfa24-c882-473d-95b6-076c3f1fd559", @@ -1164,7 +1164,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1396982248 }, - { + "sequence_file/7149194f-3bc9-4aa2-8407-e89bad2dd77b": { "sha1": "c8731e073b24fc3f5e422a739b1fb6aef9cc8894", "name": "MantonBM8_HiSeq_2_S25_L007_I1_001.fastq.gz", "uuid": "7149194f-3bc9-4aa2-8407-e89bad2dd77b", @@ -1176,7 +1176,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 346304892 }, - { + "sequence_file/8bea9251-da22-4f68-91a4-1e60c4af956f": { "sha1": "5385c23a4af0deb63ff72f432595afa16406ca89", "name": "MantonBM8_HiSeq_7_S30_L008_I1_001.fastq.gz", "uuid": "8bea9251-da22-4f68-91a4-1e60c4af956f", @@ -1188,7 +1188,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 330694688 }, - { + "sequence_file/7e602220-a242-4d9a-9e1e-1487f7880b41": { "sha1": "5ed64e6076c37c4bb392a5756078dcbdc3c4ba05", "name": "MantonBM7_HiSeq_2_S17_L006_R2_001.fastq.gz", "uuid": "7e602220-a242-4d9a-9e1e-1487f7880b41", @@ -1200,7 +1200,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3062543261 }, - { + "sequence_file/b63d119a-2496-4d92-9bab-e67e85914708": { "sha1": "40f8a2bba624eb80040f60cdacf4b21f31e8854b", "name": "MantonBM8_HiSeq_7_S30_L007_I1_001.fastq.gz", "uuid": "b63d119a-2496-4d92-9bab-e67e85914708", @@ -1212,7 +1212,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 345403414 }, - { + "sequence_file/5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f": { "sha1": "fdee1ebfd40d47355052ab67e0f5b53474e119a4", "name": "MantonBM5_HiSeq_6_S6_L002_I1_001.fastq.gz", "uuid": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f", @@ -1224,7 +1224,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 415617696 }, - { + "sequence_file/bfdeb7e3-f242-48ae-9222-6428b5168ccd": { "sha1": "8d4d8f9cb63ba5402de8814f399d74d1bb64d0ad", "name": "MantonBM5_HiSeq_3_S3_L001_R1_001.fastq.gz", "uuid": "bfdeb7e3-f242-48ae-9222-6428b5168ccd", @@ -1236,7 +1236,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1339942766 }, - { + "sequence_file/b41c8971-bcd3-42ba-b8f8-f685cba0f923": { "sha1": "2a21d8e9a6764882f3eb148e81a81b67309aea22", "name": "MantonBM6_HiSeq_8_S15_L003_I1_001.fastq.gz", "uuid": "b41c8971-bcd3-42ba-b8f8-f685cba0f923", @@ -1248,7 +1248,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 464507015 }, - { + "sequence_file/b8cae58c-fa89-480e-8c51-88115619bf8e": { "sha1": "29e161efe1b359cb7d1718e72e25d4d5b6d2031a", "name": "MantonBM7_HiSeq_6_S21_L006_R2_001.fastq.gz", "uuid": "b8cae58c-fa89-480e-8c51-88115619bf8e", @@ -1260,7 +1260,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2779980675 }, - { + "sequence_file/4a7fd685-04b4-4436-9aed-e692030dfa76": { "sha1": "30f3d4102d11456f0c10a0150b66d659c19796f9", "name": "MantonBM6_HiSeq_8_S15_L003_R1_001.fastq.gz", "uuid": "4a7fd685-04b4-4436-9aed-e692030dfa76", @@ -1272,7 +1272,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1445015158 }, - { + "sequence_file/6517b6c3-3fab-45e9-a494-ae81ccc500f0": { "sha1": "c2c576e906a6432124ac503f8ccee2db0d7256ba", "name": "MantonBM5_HiSeq_1_S1_L002_I1_001.fastq.gz", "uuid": "6517b6c3-3fab-45e9-a494-ae81ccc500f0", @@ -1284,7 +1284,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 418613271 }, - { + "sequence_file/bc218df5-d4d5-4aa0-baaa-4fbf36541315": { "sha1": "c33341a72958173a506e45f1e238409f4340daf3", "name": "MantonBM5_HiSeq_6_S6_L002_R1_001.fastq.gz", "uuid": "bc218df5-d4d5-4aa0-baaa-4fbf36541315", @@ -1296,7 +1296,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1290999702 }, - { + "sequence_file/04e36cfe-a12a-4f5a-91cc-3574bdf427f4": { "sha1": "a955ae53c641fa281f892627c33d6bbc5b79e67c", "name": "MantonBM5_HiSeq_5_S5_L001_R1_001.fastq.gz", "uuid": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4", @@ -1308,7 +1308,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1323605823 }, - { + "sequence_file/8526cbf2-881e-4499-9992-43009425c4ae": { "sha1": "427ecd25f8cee9aa778b95f6fb1ec18a34515db1", "name": "MantonBM6_HiSeq_6_S13_L003_R1_001.fastq.gz", "uuid": "8526cbf2-881e-4499-9992-43009425c4ae", @@ -1320,7 +1320,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1525455562 }, - { + "sequence_file/381c733e-3dba-4ca7-ab05-541dbfc03e04": { "sha1": "2806255315e6bf7e96c1886e60bb7ff6206ea4ee", "name": "MantonBM6_HiSeq_6_S13_L003_I1_001.fastq.gz", "uuid": "381c733e-3dba-4ca7-ab05-541dbfc03e04", @@ -1332,7 +1332,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 521291049 }, - { + "sequence_file/f1a89f64-9e0b-479b-a294-8de7151a1a9d": { "sha1": "5c871b0a8d1b18e2c4e81917098e082b15a08550", "name": "MantonBM5_HiSeq_5_S5_L001_I1_001.fastq.gz", "uuid": "f1a89f64-9e0b-479b-a294-8de7151a1a9d", @@ -1344,7 +1344,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 454973663 }, - { + "sequence_file/df7935c8-d1be-4dcf-a583-60a24636944d": { "sha1": "238d19876de3bedfd1473851a918c0ba509c25bf", "name": "MantonBM7_HiSeq_2_S17_L005_R2_001.fastq.gz", "uuid": "df7935c8-d1be-4dcf-a583-60a24636944d", @@ -1356,7 +1356,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2613112622 }, - { + "sequence_file/6c66cacf-5914-40dd-b512-c946fdc14424": { "sha1": "a1174eed40bd352a00c144b5e60647c4e19d021e", "name": "MantonBM6_HiSeq_2_S10_L003_R2_001.fastq.gz", "uuid": "6c66cacf-5914-40dd-b512-c946fdc14424", @@ -1368,7 +1368,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4205879763 }, - { + "sequence_file/49125797-64a8-4fbe-b2a9-914252f768fe": { "sha1": "53a91376ecbf5b8e2fa12d818cad7e23e4db5cea", "name": "MantonBM6_HiSeq_7_S14_L004_R1_001.fastq.gz", "uuid": "49125797-64a8-4fbe-b2a9-914252f768fe", @@ -1380,7 +1380,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1377883746 }, - { + "sequence_file/40542240-2e11-48cf-955c-4527e963be80": { "sha1": "04a834f972c454c1065d0271cfeda20c034834d5", "name": "MantonBM6_HiSeq_4_S11_L003_R2_001.fastq.gz", "uuid": "40542240-2e11-48cf-955c-4527e963be80", @@ -1392,7 +1392,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4024803050 }, - { + "sequence_file/709da3b4-e8a0-431d-b082-8530ffae33f8": { "sha1": "15457a7ff077123ecc0dd84fb053fd82eaf59668", "name": "MantonBM8_HiSeq_8_S31_L008_R1_001.fastq.gz", "uuid": "709da3b4-e8a0-431d-b082-8530ffae33f8", @@ -1404,7 +1404,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 887298264 }, - { + "sequence_file/ec15bc6b-2b71-4f78-ac5d-892b639a7fb6": { "sha1": "0fdc0b8209d3ff11f77e46daeefd6e6641078bf1", "name": "MantonBM5_HiSeq_3_S3_L002_I1_001.fastq.gz", "uuid": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6", @@ -1416,7 +1416,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 444127728 }, - { + "sequence_file/38cef0ea-3ef8-45cd-aadc-5e8e64319cf0": { "sha1": "425bfc1a85aad38818e791b21633d1f893c1a917", "name": "MantonBM8_HiSeq_5_S28_L007_R2_001.fastq.gz", "uuid": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0", @@ -1428,7 +1428,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3089725334 }, - { + "sequence_file/32e070e3-574d-4676-add4-359dd4c64ae7": { "sha1": "7993c73d39bff89800d8448949dbd0317d4ce75b", "name": "MantonBM7_HiSeq_8_S23_L006_I1_001.fastq.gz", "uuid": "32e070e3-574d-4676-add4-359dd4c64ae7", @@ -1440,7 +1440,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 328038269 }, - { + "sequence_file/656fa889-f831-4a3a-84cf-0a1f5e148f5e": { "sha1": "2b22b8d48c2cf4cf3e195675628e4c71adeafc89", "name": "MantonBM5_HiSeq_2_S2_L001_I1_001.fastq.gz", "uuid": "656fa889-f831-4a3a-84cf-0a1f5e148f5e", @@ -1452,7 +1452,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 440009026 }, - { + "sequence_file/29b8c167-5542-47bd-85a8-926645d7846a": { "sha1": "89bed87ba17255ee3ecf1d3cbbc18ee48a6c6457", "name": "MantonBM8_HiSeq_5_S28_L008_I1_001.fastq.gz", "uuid": "29b8c167-5542-47bd-85a8-926645d7846a", @@ -1464,7 +1464,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 332536312 }, - { + "sequence_file/6e76f2d5-1b5d-4799-8b41-45faad9d6e11": { "sha1": "1761b575612aadc4a0848921d0fa0baa94eb69ba", "name": "MantonBM7_HiSeq_2_S17_L005_I1_001.fastq.gz", "uuid": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11", @@ -1476,7 +1476,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 305645765 }, - { + "sequence_file/9e7ac38d-b196-4e80-a59c-0d630d725745": { "sha1": "f73a8c45d114c16a8bb6ea9daa379e8ea7fa40fc", "name": "MantonBM8_HiSeq_8_S31_L007_R2_001.fastq.gz", "uuid": "9e7ac38d-b196-4e80-a59c-0d630d725745", @@ -1488,7 +1488,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2772645353 }, - { + "sequence_file/687c63b3-2eb3-4aac-ab54-aa5d02128f1c": { "sha1": "28712ca4baa23700d446528744c5bd8fd8b9812a", "name": "MantonBM5_HiSeq_2_S2_L001_R1_001.fastq.gz", "uuid": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c", @@ -1500,7 +1500,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1316636610 }, - { + "sequence_file/8f4e5133-7aa0-468d-b13c-6fa23cdaf407": { "sha1": "56cb2f0914ed6dbce3bd6583480868dc3f294b2f", "name": "MantonBM8_HiSeq_6_S29_L007_R2_001.fastq.gz", "uuid": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407", @@ -1512,7 +1512,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3164888029 }, - { + "sequence_file/c9a2b54f-1316-4463-8f0b-9061bb4b51cd": { "sha1": "54122ea975474cc8fdd24da784d26a3c017f11ab", "name": "MantonBM8_HiSeq_5_S28_L007_I1_001.fastq.gz", "uuid": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd", @@ -1524,7 +1524,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 347522068 }, - { + "sequence_file/e4e33817-0d2c-4e42-8d10-17cba4b3c1d8": { "sha1": "e0d052b2cd62133c87beb4bc257467f308d1b448", "name": "MantonBM8_HiSeq_3_S26_L008_R1_001.fastq.gz", "uuid": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8", @@ -1536,7 +1536,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 961947818 }, - { + "sequence_file/d8e59dbd-2add-4514-ae3e-9fac8ae902f5": { "sha1": "48f76d73e69178f042d0701fb9f2984dc571d233", "name": "MantonBM8_HiSeq_6_S29_L008_I1_001.fastq.gz", "uuid": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5", @@ -1548,7 +1548,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 345617607 }, - { + "sequence_file/a3f0a66b-1ebe-47dc-8efc-cacfface111d": { "sha1": "42c976288e479dfdb073bae6601ab723428db8ef", "name": "MantonBM7_HiSeq_3_S18_L006_R2_001.fastq.gz", "uuid": "a3f0a66b-1ebe-47dc-8efc-cacfface111d", @@ -1560,7 +1560,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3080538404 }, - { + "sequence_file/6d2d1bda-e128-497e-8569-1e004c556b38": { "sha1": "b345f05fe6bda393a722b4d79c28b447100bac2b", "name": "MantonBM7_HiSeq_8_S23_L005_I1_001.fastq.gz", "uuid": "6d2d1bda-e128-497e-8569-1e004c556b38", @@ -1572,7 +1572,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 282129607 }, - { + "sequence_file/4d7b8243-f099-4eab-a5a4-1e6c359f999d": { "sha1": "a3d7f3381ea419e7502a0824a7f772baf8b3de4a", "name": "MantonBM8_HiSeq_3_S26_L007_I1_001.fastq.gz", "uuid": "4d7b8243-f099-4eab-a5a4-1e6c359f999d", @@ -1584,7 +1584,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 337607021 }, - { + "sequence_file/f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7": { "sha1": "474ba94d2a4df3ff3de90ca6ddf8e906eceaf3a0", "name": "MantonBM5_HiSeq_5_S5_L001_R2_001.fastq.gz", "uuid": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7", @@ -1596,7 +1596,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3817186740 }, - { + "sequence_file/8162a395-0409-45c3-8652-918983bb1da0": { "sha1": "570fb892b5bae69f1dd2100ab74352411e3416a7", "name": "MantonBM5_HiSeq_1_S1_L002_R1_001.fastq.gz", "uuid": "8162a395-0409-45c3-8652-918983bb1da0", @@ -1608,7 +1608,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1289286437 }, - { + "sequence_file/3fed1e54-3bf7-46fc-829a-f538a092d774": { "sha1": "3fbb83039b6ec32ce2514cad1034f456000d9027", "name": "MantonBM8_HiSeq_8_S31_L007_I1_001.fastq.gz", "uuid": "3fed1e54-3bf7-46fc-829a-f538a092d774", @@ -1620,7 +1620,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 304103159 }, - { + "sequence_file/fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb": { "sha1": "774277f36b11ee0fdbea593d083233cd04ef2819", "name": "MantonBM6_HiSeq_2_S10_L003_R1_001.fastq.gz", "uuid": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb", @@ -1632,7 +1632,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1445412681 }, - { + "sequence_file/26fc3171-166d-4145-b786-c5a7397a1ade": { "sha1": "08fd0b2b2a3c1ed7d9ee9afc41ccb972998de29c", "name": "MantonBM7_HiSeq_2_S17_L006_R1_001.fastq.gz", "uuid": "26fc3171-166d-4145-b786-c5a7397a1ade", @@ -1644,7 +1644,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1052011467 }, - { + "sequence_file/f0b940a1-de2c-461e-a40d-7a5b0c11ca40": { "sha1": "1db8866f31b9b9e85745ce5aeda31411caa27a98", "name": "MantonBM8_HiSeq_2_S25_L007_R2_001.fastq.gz", "uuid": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40", @@ -1656,7 +1656,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3061260206 }, - { + "sequence_file/dd31fdba-26a2-4ccb-aa62-c43521de953e": { "sha1": "e90b58a4d231f7b036a8ba10e6ba03e4b1249880", "name": "MantonBM6_HiSeq_8_S15_L003_R2_001.fastq.gz", "uuid": "dd31fdba-26a2-4ccb-aa62-c43521de953e", @@ -1668,7 +1668,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4201874769 }, - { + "sequence_file/b46fa14b-caf4-479d-9205-d3c108bee4e2": { "sha1": "1d0f27f5778d962aacf818f3a3d65852724c2ee4", "name": "MantonBM5_HiSeq_6_S6_L002_R2_001.fastq.gz", "uuid": "b46fa14b-caf4-479d-9205-d3c108bee4e2", @@ -1680,7 +1680,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3734453313 }, - { + "sequence_file/eb21d839-7f51-4781-bf46-886fc6d82a11": { "sha1": "8ef0f920151f907430a435c3067202252bc52964", "name": "MantonBM8_HiSeq_4_S27_L007_R1_001.fastq.gz", "uuid": "eb21d839-7f51-4781-bf46-886fc6d82a11", @@ -1692,7 +1692,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1113800384 }, - { + "sequence_file/bde680ab-9ae1-4392-b8b5-1187860111e5": { "sha1": "9a8e9170ec6af396b60845d3b1466d58762b5777", "name": "MantonBM7_HiSeq_2_S17_L006_I1_001.fastq.gz", "uuid": "bde680ab-9ae1-4392-b8b5-1187860111e5", @@ -1704,7 +1704,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 356066382 }, - { + "sequence_file/f1a91911-8f85-4d68-8243-8466b1e2dce6": { "sha1": "d47fa7c448cf20a36d130ecd3a1f005cdb576301", "name": "MantonBM6_HiSeq_7_S14_L004_R2_001.fastq.gz", "uuid": "f1a91911-8f85-4d68-8243-8466b1e2dce6", @@ -1716,7 +1716,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3988423324 }, - { + "sequence_file/6f042830-9bc8-4dd5-97a3-505f2db57d79": { "sha1": "979119ab4180dff52aa680a3b8063a4b2b719823", "name": "MantonBM5_HiSeq_3_S3_L002_R1_001.fastq.gz", "uuid": "6f042830-9bc8-4dd5-97a3-505f2db57d79", @@ -1728,7 +1728,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1349973231 }, - { + "sequence_file/b692d3f7-0e85-4e18-9373-214300cc0293": { "sha1": "f7986b4d93959ba76fcadd77fae7d51dca5bd8e9", "name": "MantonBM8_HiSeq_4_S27_L008_R2_001.fastq.gz", "uuid": "b692d3f7-0e85-4e18-9373-214300cc0293", @@ -1740,7 +1740,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3123953559 }, - { + "sequence_file/d0fffcc4-7282-48b0-a476-5afa1ce36829": { "sha1": "a1dbba6e8315baa3f1b208a5b091bff3eb074ca9", "name": "MantonBM5_HiSeq_8_S8_L002_R2_001.fastq.gz", "uuid": "d0fffcc4-7282-48b0-a476-5afa1ce36829", @@ -1752,7 +1752,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3421588354 }, - { + "sequence_file/0428ddc2-ea8a-4c79-b994-60990a869c77": { "sha1": "7a463f36480d1fec423a88b97ad150bb22dc1fe5", "name": "MantonBM5_HiSeq_4_S4_L001_I1_001.fastq.gz", "uuid": "0428ddc2-ea8a-4c79-b994-60990a869c77", @@ -1764,7 +1764,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 439861167 }, - { + "sequence_file/44d1289c-9a27-4d11-b903-5cdde4738f20": { "sha1": "13ac26c88b22fb45beed9ecae28f29790667a7b3", "name": "MantonBM5_HiSeq_8_S8_L001_R1_001.fastq.gz", "uuid": "44d1289c-9a27-4d11-b903-5cdde4738f20", @@ -1776,7 +1776,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1171088138 }, - { + "sequence_file/e9bd1cf1-b0e6-4b05-9d85-afe6659d001d": { "sha1": "65e686bbd8a0d8b268a3f4143a2f8f780c2de860", "name": "MantonBM8_HiSeq_1_S24_L008_R1_001.fastq.gz", "uuid": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d", @@ -1788,7 +1788,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1070869908 }, - { + "sequence_file/a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0": { "sha1": "55add6317120525b942495b09c9ae00256ee9624", "name": "MantonBM7_HiSeq_4_S19_L006_R1_001.fastq.gz", "uuid": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0", @@ -1800,7 +1800,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1265277314 }, - { + "sequence_file/bd256dda-501a-4287-8e44-79fa7dcc43c6": { "sha1": "cbc3ae382961a2cd463db229231747856f4f72fc", "name": "MantonBM5_HiSeq_2_S2_L002_R1_001.fastq.gz", "uuid": "bd256dda-501a-4287-8e44-79fa7dcc43c6", @@ -1812,7 +1812,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1327008069 }, - { + "sequence_file/3eff86f6-cff5-43a6-9024-be9a9893f867": { "sha1": "6d0710d023c4323ad00c0a57bb9ff14e6fe101a8", "name": "MantonBM7_HiSeq_1_S16_L006_I1_001.fastq.gz", "uuid": "3eff86f6-cff5-43a6-9024-be9a9893f867", @@ -1824,7 +1824,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 302965864 }, - { + "sequence_file/7b567fc7-5b53-4f94-a88d-24a1286d846c": { "sha1": "f7b19573929167370ef78c28a5f858e9ff9657a1", "name": "MantonBM6_HiSeq_2_S10_L003_I1_001.fastq.gz", "uuid": "7b567fc7-5b53-4f94-a88d-24a1286d846c", @@ -1836,7 +1836,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 473047277 }, - { + "sequence_file/f9bb33ad-03e8-400f-a77d-6c92464bdbec": { "sha1": "fbc2cc543ded560c9347049263b28fff07ad3519", "name": "MantonBM6_HiSeq_2_S10_L004_R2_001.fastq.gz", "uuid": "f9bb33ad-03e8-400f-a77d-6c92464bdbec", @@ -1848,7 +1848,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4219650457 }, - { + "sequence_file/022d172e-1e82-418c-a821-133de6a9efe2": { "sha1": "499d1f2093190abee57372ed5a346996f238dc06", "name": "MantonBM5_HiSeq_4_S4_L002_I1_001.fastq.gz", "uuid": "022d172e-1e82-418c-a821-133de6a9efe2", @@ -1860,7 +1860,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 424212496 }, - { + "sequence_file/0bb11e93-d9c6-411e-a614-e38252775d75": { "sha1": "538c798d472b2c70f97a508b01882a2f1b26e7ee", "name": "MantonBM8_HiSeq_4_S27_L007_R2_001.fastq.gz", "uuid": "0bb11e93-d9c6-411e-a614-e38252775d75", @@ -1872,7 +1872,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3280154103 }, - { + "sequence_file/4d5c056b-5b1b-4fe7-a763-621cb7fa17c7": { "sha1": "126defb01665e4fc984f0cdf8d8a5afcade0b615", "name": "MantonBM7_HiSeq_3_S18_L005_R1_001.fastq.gz", "uuid": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7", @@ -1884,7 +1884,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 908372922 }, - { + "sequence_file/6c11e561-ec37-4fb9-8661-a402d5268091": { "sha1": "d2d981bc8cde0edbb7e6731a2a1b41c6b5cc4aaa", "name": "MantonBM7_HiSeq_7_S22_L006_R2_001.fastq.gz", "uuid": "6c11e561-ec37-4fb9-8661-a402d5268091", @@ -1896,7 +1896,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2583209592 }, - { + "sequence_file/15656b3d-1c2e-48e6-b0f1-bf4402890c3e": { "sha1": "e4543c83d835769feecbe0e913ffc6c17f17fa21", "name": "MantonBM6_HiSeq_4_S11_L004_R2_001.fastq.gz", "uuid": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e", @@ -1908,7 +1908,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4033087679 }, - { + "sequence_file/62b17e40-2c0b-4e37-8859-9290d1513ef9": { "sha1": "5f40ba2a373a970e05595ac7a6bf3a5230e01349", "name": "MantonBM7_HiSeq_3_S18_L006_I1_001.fastq.gz", "uuid": "62b17e40-2c0b-4e37-8859-9290d1513ef9", @@ -1920,7 +1920,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 351321167 }, - { + "sequence_file/b8a56d3f-9910-44a0-a9c0-bb7d51705792": { "sha1": "8f1fd4eb1488270ded71bc57790a39361d1f67b1", "name": "MantonBM8_HiSeq_8_S31_L008_R2_001.fastq.gz", "uuid": "b8a56d3f-9910-44a0-a9c0-bb7d51705792", @@ -1932,7 +1932,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2635109668 }, - { + "sequence_file/2cf69609-5b35-4cd7-8b38-d53378de7ee2": { "sha1": "03f09c1a911f7df582e7d92f329f4aa838e5cbb1", "name": "MantonBM7_HiSeq_3_S18_L005_I1_001.fastq.gz", "uuid": "2cf69609-5b35-4cd7-8b38-d53378de7ee2", @@ -1944,7 +1944,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 306112106 }, - { + "sequence_file/db4f1861-38ea-4800-92c5-0c03f63f8b2f": { "sha1": "2e36af4f7a72dd2d400a382e45075b04b1c7d035", "name": "MantonBM5_HiSeq_7_S7_L002_R2_001.fastq.gz", "uuid": "db4f1861-38ea-4800-92c5-0c03f63f8b2f", @@ -1956,7 +1956,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2844947977 }, - { + "sequence_file/fc6e45ac-5ba8-4a55-9901-3fa5ea480d28": { "sha1": "8bef3e0cdf160d67c0f4c67b68febc39078f1971", "name": "MantonBM5_HiSeq_4_S4_L002_R1_001.fastq.gz", "uuid": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28", @@ -1968,7 +1968,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1293307246 }, - { + "sequence_file/c340fbe2-dc1c-4455-a29f-c698244982f8": { "sha1": "7a8f3dcd8b5d34a3be8b04fe9bdda3f6e10edf3e", "name": "MantonBM6_HiSeq_5_S12_L004_R2_001.fastq.gz", "uuid": "c340fbe2-dc1c-4455-a29f-c698244982f8", @@ -1980,7 +1980,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 4046230002 }, - { + "sequence_file/4fa725fa-23c0-4b9b-9c0d-92b82aa75919": { "sha1": "a5f163093bf040c7eb7a9b64a6d84a692b13672c", "name": "MantonBM8_HiSeq_6_S29_L008_R1_001.fastq.gz", "uuid": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919", @@ -1992,7 +1992,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1013398951 }, - { + "sequence_file/d889a2da-2b28-4553-9045-fe9c958b4616": { "sha1": "b9001b15ca0e74714dd1c79202406126b4565214", "name": "MantonBM8_HiSeq_2_S25_L008_R2_001.fastq.gz", "uuid": "d889a2da-2b28-4553-9045-fe9c958b4616", @@ -2004,7 +2004,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2905511422 }, - { + "sequence_file/383bb59e-9082-494a-91b2-804a72830475": { "sha1": "374c2f3b7c578a8be6e1123cd7304dae490410bc", "name": "MantonBM8_HiSeq_1_S24_L008_R2_001.fastq.gz", "uuid": "383bb59e-9082-494a-91b2-804a72830475", @@ -2016,7 +2016,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3195572624 }, - { + "sequence_file/5952c0d9-09c9-4459-a606-515d8a497bd8": { "sha1": "038be38cd2acc5238a24e5f0e49b918e7d7a9c06", "name": "MantonBM7_HiSeq_1_S16_L006_R2_001.fastq.gz", "uuid": "5952c0d9-09c9-4459-a606-515d8a497bd8", @@ -2028,7 +2028,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2741685346 }, - { + "sequence_file/b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e": { "sha1": "7318f8890631cbebf6de0c99fc5420a69c4da475", "name": "MantonBM8_HiSeq_2_S25_L007_R1_001.fastq.gz", "uuid": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e", @@ -2040,7 +2040,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1029907246 }, - { + "sequence_file/d1ae69e7-f838-42d1-a207-e50f5b53a788": { "sha1": "afdb307e2f89123d8d081fbe9bae456e3a1213b2", "name": "MantonBM6_HiSeq_1_S9_L004_R1_001.fastq.gz", "uuid": "d1ae69e7-f838-42d1-a207-e50f5b53a788", @@ -2052,7 +2052,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1380086262 }, - { + "sequence_file/7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0": { "sha1": "18b04f10136f457dce4264be3be0492aebf39f10", "name": "MantonBM7_HiSeq_7_S22_L005_I1_001.fastq.gz", "uuid": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0", @@ -2064,7 +2064,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 254919046 }, - { + "sequence_file/ed89b525-725a-4e6d-aee9-3b36e78803a8": { "sha1": "8c06b4bd00537133942378dfcbcbda754561fd78", "name": "MantonBM5_HiSeq_2_S2_L002_R2_001.fastq.gz", "uuid": "ed89b525-725a-4e6d-aee9-3b36e78803a8", @@ -2076,7 +2076,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3877148407 }, - { + "sequence_file/8d3d8579-4d9f-4442-9141-653287e9418b": { "sha1": "4feefcb361c7082bdda9a223edde8041ad883169", "name": "MantonBM7_HiSeq_1_S16_L005_R1_001.fastq.gz", "uuid": "8d3d8579-4d9f-4442-9141-653287e9418b", @@ -2088,7 +2088,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 805892570 }, - { + "sequence_file/bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c": { "sha1": "358fc667d079265c433fd6e0ba6ff5c956511f01", "name": "MantonBM7_HiSeq_8_S23_L005_R2_001.fastq.gz", "uuid": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c", @@ -2100,7 +2100,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2513243900 }, - { + "sequence_file/4eb20891-5ee7-49fe-aa32-52201434772c": { "sha1": "9751d113857c68f2a0cd471bfe288347191c6ccb", "name": "MantonBM7_HiSeq_7_S22_L006_R1_001.fastq.gz", "uuid": "4eb20891-5ee7-49fe-aa32-52201434772c", @@ -2112,7 +2112,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 885299907 }, - { + "sequence_file/8ad4c436-01a2-4d07-8b09-33e86a1d759a": { "sha1": "1d758a82b3568fc0385ccd7de5457ddab1a1790f", "name": "MantonBM5_HiSeq_3_S3_L001_R2_001.fastq.gz", "uuid": "8ad4c436-01a2-4d07-8b09-33e86a1d759a", @@ -2124,7 +2124,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 3906634461 }, - { + "sequence_file/5675b050-9c66-4c34-803f-3e6e0ea0af3f": { "sha1": "759cd0dd273035475e17aa1c1f6b9415992fbe2a", "name": "MantonBM8_HiSeq_2_S25_L008_R1_001.fastq.gz", "uuid": "5675b050-9c66-4c34-803f-3e6e0ea0af3f", @@ -2136,7 +2136,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 970830668 }, - { + "sequence_file/09cce819-9467-4dd8-b91a-ef6b450c4b33": { "sha1": "665c5fe6df86e4017179be35919ecf1213b23764", "name": "MantonBM7_HiSeq_8_S23_L005_R1_001.fastq.gz", "uuid": "09cce819-9467-4dd8-b91a-ef6b450c4b33", @@ -2148,7 +2148,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 863760829 }, - { + "sequence_file/ae61c169-016b-40dc-9e95-b7dc1fd0b346": { "sha1": "eadde9d09edc97ddab74f513de3841b086899181", "name": "MantonBM6_HiSeq_4_S11_L003_R1_001.fastq.gz", "uuid": "ae61c169-016b-40dc-9e95-b7dc1fd0b346", @@ -2160,7 +2160,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1390515067 }, - { + "sequence_file/1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc": { "sha1": "c67307cd65f0f9c677a05aa4acec32c2d62e1304", "name": "MantonBM8_HiSeq_4_S27_L008_R1_001.fastq.gz", "uuid": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc", @@ -2172,7 +2172,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1053151114 }, - { + "sequence_file/9b371ad5-94a8-4cbb-a792-45ac8bdff35d": { "sha1": "7ef009e510bb0c3b4b55386089b799f056cef0fa", "name": "MantonBM5_HiSeq_8_S8_L002_R1_001.fastq.gz", "uuid": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d", @@ -2184,7 +2184,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1178862002 }, - { + "sequence_file/becb6174-be03-40fa-85c2-4fa3b9308ef5": { "sha1": "0282c24be5c0fed3856ebd1eab3a00201eb6d9b9", "name": "MantonBM7_HiSeq_6_S21_L005_R2_001.fastq.gz", "uuid": "becb6174-be03-40fa-85c2-4fa3b9308ef5", @@ -2196,7 +2196,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 2358285121 }, - { + "sequence_file/30e7db70-fec3-48f1-bf7b-71adf9e8d7f1": { "sha1": "2f3294a1b07d9b768a063efcbede8fa8a25f4b84", "name": "MantonBM7_HiSeq_6_S21_L005_R1_001.fastq.gz", "uuid": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1", @@ -2208,7 +2208,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 805964176 }, - { + "sequence_file/87e595d8-7285-4067-a73f-e80944ffae3c": { "sha1": "5e1f5912b09a898e1cc788c45149fc0428114af6", "name": "MantonBM8_HiSeq_5_S28_L007_R1_001.fastq.gz", "uuid": "87e595d8-7285-4067-a73f-e80944ffae3c", @@ -2220,7 +2220,7 @@ "content-type": "application/gzip; dcp-type=data", "size": 1047009312 }, - { + "sequence_file/e44d2d64-df79-4a74-b88b-093102e4e799": { "sha1": "e5d801cd1008e6d685060d314a93f35339a65786", "name": "MantonBM7_HiSeq_6_S21_L006_R1_001.fastq.gz", "uuid": "e44d2d64-df79-4a74-b88b-093102e4e799", @@ -2232,9 +2232,9 @@ "content-type": "application/gzip; dcp-type=data", "size": 949973774 } - ], + }, "metadata": { - "project.json": { + "project/6504d48c-1610-43aa-8cf8-214a960e110c": { "content": { "describedBy": "https://schema.humancellatlas.org/type/project/5.1.0/project", "project_core": { @@ -2363,10079 +2363,10052 @@ "schema_version": "5.1.0", "schema_type": "project_bundle" }, - "biomaterial.json": { - "biomaterials": [ - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4302, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.907Z", - "updateDate": "2018-03-26T17:00:57.688Z", - "document_id": "511d4724-0b88-418d-bd22-5d6f986d6053" - } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.195Z", - "updateDate": "2018-03-26T17:00:57.672Z", - "document_id": "a673bfc0-7dd8-4010-a882-8fb3e6f553b1" + "cell_suspension/511d4724-0b88-418d-bd22-5d6f986d6053": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "32", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM8", - "biomaterial_name": "Bone Marrow donor 8" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.683Z", - "updateDate": "2018-03-26T16:59:46.420Z", - "document_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e" + ], + "total_estimated_cells": 4302, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.907Z", + "updateDate": "2018-03-26T17:00:57.688Z", + "document_id": "511d4724-0b88-418d-bd22-5d6f986d6053" + } + }, + "specimen_from_organism/a673bfc0-7dd8-4010-a882-8fb3e6f553b1": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4343, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.461Z", - "updateDate": "2018-03-26T17:00:21.147Z", - "document_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.719Z", - "updateDate": "2018-03-26T17:00:11.964Z", - "document_id": "e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.195Z", + "updateDate": "2018-03-26T17:00:57.672Z", + "document_id": "a673bfc0-7dd8-4010-a882-8fb3e6f553b1" + } + }, + "donor_organism/07a69497-dc3d-4808-a08a-ed0b43cb006e": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3806, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.632Z", - "updateDate": "2018-03-26T17:00:56.948Z", - "document_id": "55331b4f-456b-406d-a9c5-a8607aac450f" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "32", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM8", + "biomaterial_name": "Bone Marrow donor 8" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.683Z", + "updateDate": "2018-03-26T16:59:46.420Z", + "document_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e" + } + }, + "cell_suspension/cf1f4b91-6f95-4b9b-9c71-419bf149ea8e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.659Z", - "updateDate": "2018-03-26T17:00:56.930Z", - "document_id": "435ded44-97c9-4d17-abb6-d28b8011a486" + ], + "total_estimated_cells": 4343, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.461Z", + "updateDate": "2018-03-26T17:00:21.147Z", + "document_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e" + } + }, + "specimen_from_organism/e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "is_living": true, - "biological_sex": "male", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "29", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM5", - "biomaterial_name": "Bone Marrow donor 5" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.628Z", - "updateDate": "2018-03-26T16:59:46.592Z", - "document_id": "61c0d3be-9a27-43eb-896c-2a00c711b883" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4565, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:19.754Z", - "updateDate": "2018-03-26T17:00:53.983Z", - "document_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.719Z", + "updateDate": "2018-03-26T17:00:11.964Z", + "document_id": "e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37" + } + }, + "cell_suspension/55331b4f-456b-406d-a9c5-a8607aac450f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.744Z", - "updateDate": "2018-03-26T17:00:53.965Z", - "document_id": "95f4827c-1243-4f82-8a61-530e466ba626" + ], + "total_estimated_cells": 3806, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.632Z", + "updateDate": "2018-03-26T17:00:56.948Z", + "document_id": "55331b4f-456b-406d-a9c5-a8607aac450f" + } + }, + "specimen_from_organism/435ded44-97c9-4d17-abb6-d28b8011a486": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "26", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM6", - "biomaterial_name": "Bone Marrow donor 6" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.551Z", - "updateDate": "2018-03-26T16:59:46.463Z", - "document_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3842, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.468Z", - "updateDate": "2018-03-26T17:00:21.188Z", - "document_id": "0f256ebf-f049-4d37-b175-7cb881748469" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.659Z", + "updateDate": "2018-03-26T17:00:56.930Z", + "document_id": "435ded44-97c9-4d17-abb6-d28b8011a486" + } + }, + "donor_organism/61c0d3be-9a27-43eb-896c-2a00c711b883": { + "content": { + "is_living": true, + "biological_sex": "male", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.118Z", - "updateDate": "2018-03-26T17:00:07.034Z", - "document_id": "fa448898-f1ab-4f7b-b4f4-b5ffa34526ec" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "29", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM5", + "biomaterial_name": "Bone Marrow donor 5" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.628Z", + "updateDate": "2018-03-26T16:59:46.592Z", + "document_id": "61c0d3be-9a27-43eb-896c-2a00c711b883" + } + }, + "cell_suspension/39d16a4b-d0f5-457e-8f1c-19dc0903dd09": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4400, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.830Z", - "updateDate": "2018-03-26T17:00:58.215Z", - "document_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb" + ], + "total_estimated_cells": 4565, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:19.754Z", + "updateDate": "2018-03-26T17:00:53.983Z", + "document_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09" + } + }, + "specimen_from_organism/95f4827c-1243-4f82-8a61-530e466ba626": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.039Z", - "updateDate": "2018-03-26T17:00:58.196Z", - "document_id": "2ec6f4fb-5252-4480-9fe4-37355a3f106f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4430, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.371Z", - "updateDate": "2018-03-26T17:00:53.825Z", - "document_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.744Z", + "updateDate": "2018-03-26T17:00:53.965Z", + "document_id": "95f4827c-1243-4f82-8a61-530e466ba626" + } + }, + "donor_organism/8b986959-b1ef-4b44-a41e-d33e0304fbba": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.092Z", - "updateDate": "2018-03-26T17:00:53.809Z", - "document_id": "e47e8c7c-b584-4e52-953d-3a4fbe7c3d24" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "26", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM6", + "biomaterial_name": "Bone Marrow donor 6" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.551Z", + "updateDate": "2018-03-26T16:59:46.463Z", + "document_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba" + } + }, + "cell_suspension/0f256ebf-f049-4d37-b175-7cb881748469": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4408, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.719Z", - "updateDate": "2018-03-26T17:00:57.972Z", - "document_id": "1b9de729-00b5-493e-a801-0f4d35c7f060" + ], + "total_estimated_cells": 3842, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.468Z", + "updateDate": "2018-03-26T17:00:21.188Z", + "document_id": "0f256ebf-f049-4d37-b175-7cb881748469" + } + }, + "specimen_from_organism/fa448898-f1ab-4f7b-b4f4-b5ffa34526ec": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.030Z", - "updateDate": "2018-03-26T17:00:57.953Z", - "document_id": "c374dcee-f665-4f86-b900-3af1b01dc503" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "is_living": true, - "biological_sex": "female", - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "development_stage": { - "text": "adult", - "ontology": "EFO:0001272" - }, - "organism_age": "36", - "schema_type": "biomaterial", - "biomaterial_core": { - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "BM7", - "biomaterial_name": "Bone Marrow donor 7" - }, - "organism_age_unit": { - "text": "years", - "ontology": "UO:0000036" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:22.578Z", - "updateDate": "2018-03-26T16:59:46.508Z", - "document_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.118Z", + "updateDate": "2018-03-26T17:00:07.034Z", + "document_id": "fa448898-f1ab-4f7b-b4f4-b5ffa34526ec" + } + }, + "cell_suspension/9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4396, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.744Z", - "updateDate": "2018-03-26T17:00:57.092Z", - "document_id": "29fa4290-89db-46c6-a154-444c73fcc644" + ], + "total_estimated_cells": 4400, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.830Z", + "updateDate": "2018-03-26T17:00:58.215Z", + "document_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb" + } + }, + "specimen_from_organism/2ec6f4fb-5252-4480-9fe4-37355a3f106f": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.729Z", - "updateDate": "2018-03-26T17:00:57.075Z", - "document_id": "99ba7224-aa3d-47f0-9ffd-3219240f1e45" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4186, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.306Z", - "updateDate": "2018-03-26T17:00:58.286Z", - "document_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.039Z", + "updateDate": "2018-03-26T17:00:58.196Z", + "document_id": "2ec6f4fb-5252-4480-9fe4-37355a3f106f" + } + }, + "cell_suspension/866c75ad-acd4-4c6a-a234-c456393ee5f1": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.324Z", - "updateDate": "2018-03-26T17:00:58.267Z", - "document_id": "a9653bd6-f808-4ebc-82cf-171d4c737ae9" + ], + "total_estimated_cells": 4430, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.371Z", + "updateDate": "2018-03-26T17:00:53.825Z", + "document_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1" + } + }, + "specimen_from_organism/e47e8c7c-b584-4e52-953d-3a4fbe7c3d24": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4495, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "6_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.406Z", - "updateDate": "2018-03-26T17:00:21.279Z", - "document_id": "beabff64-fd1b-4817-995e-b37403f2aea4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "6_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.221Z", - "updateDate": "2018-03-26T17:00:11.896Z", - "document_id": "3192908c-3f5f-41d8-8b55-6000dbb811cb" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.092Z", + "updateDate": "2018-03-26T17:00:53.809Z", + "document_id": "e47e8c7c-b584-4e52-953d-3a4fbe7c3d24" + } + }, + "cell_suspension/1b9de729-00b5-493e-a801-0f4d35c7f060": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3956, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:24.435Z", - "updateDate": "2018-03-26T17:00:21.295Z", - "document_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f" + ], + "total_estimated_cells": 4408, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.719Z", + "updateDate": "2018-03-26T17:00:57.972Z", + "document_id": "1b9de729-00b5-493e-a801-0f4d35c7f060" + } + }, + "specimen_from_organism/c374dcee-f665-4f86-b900-3af1b01dc503": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.380Z", - "updateDate": "2018-03-26T17:00:07.859Z", - "document_id": "f2ab37e5-68dc-4782-8e18-6042750bd89f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4202, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.056Z", - "updateDate": "2018-03-26T17:00:21.316Z", - "document_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.030Z", + "updateDate": "2018-03-26T17:00:57.953Z", + "document_id": "c374dcee-f665-4f86-b900-3af1b01dc503" + } + }, + "donor_organism/d4ca041a-7028-407f-906b-f8b4415c2c1c": { + "content": { + "is_living": true, + "biological_sex": "female", + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.068Z", - "updateDate": "2018-03-26T17:00:11.763Z", - "document_id": "d43c21e1-f672-4920-a8c5-7a32aeef1ce1" + ], + "development_stage": { + "text": "adult", + "ontology": "EFO:0001272" + }, + "organism_age": "36", + "schema_type": "biomaterial", + "biomaterial_core": { + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "BM7", + "biomaterial_name": "Bone Marrow donor 7" + }, + "organism_age_unit": { + "text": "years", + "ontology": "UO:0000036" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/donor_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:22.578Z", + "updateDate": "2018-03-26T16:59:46.508Z", + "document_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c" + } + }, + "cell_suspension/29fa4290-89db-46c6-a154-444c73fcc644": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4580, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.215Z", - "updateDate": "2018-03-26T17:00:54.342Z", - "document_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e" + ], + "total_estimated_cells": 4396, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.744Z", + "updateDate": "2018-03-26T17:00:57.092Z", + "document_id": "29fa4290-89db-46c6-a154-444c73fcc644" + } + }, + "specimen_from_organism/99ba7224-aa3d-47f0-9ffd-3219240f1e45": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.405Z", - "updateDate": "2018-03-26T17:00:54.224Z", - "document_id": "0419e639-2762-4abb-b125-558a151d6580" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4558, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.252Z", - "updateDate": "2018-03-26T17:00:57.017Z", - "document_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.729Z", + "updateDate": "2018-03-26T17:00:57.075Z", + "document_id": "99ba7224-aa3d-47f0-9ffd-3219240f1e45" + } + }, + "cell_suspension/77b0da1a-1855-4f5f-a299-e5f28d881bdb": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.387Z", - "updateDate": "2018-03-26T17:00:56.998Z", - "document_id": "c6e6684d-41d2-4f1a-a992-72290baca715" + ], + "total_estimated_cells": 4186, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.306Z", + "updateDate": "2018-03-26T17:00:58.286Z", + "document_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb" + } + }, + "specimen_from_organism/a9653bd6-f808-4ebc-82cf-171d4c737ae9": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4679, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.732Z", - "updateDate": "2018-03-26T17:00:58.052Z", - "document_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.677Z", - "updateDate": "2018-03-26T17:00:58.035Z", - "document_id": "9d8ba59f-f2e9-43e2-85e0-7095f5b09923" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.324Z", + "updateDate": "2018-03-26T17:00:58.267Z", + "document_id": "a9653bd6-f808-4ebc-82cf-171d4c737ae9" + } + }, + "cell_suspension/beabff64-fd1b-4817-995e-b37403f2aea4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4541, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.941Z", - "updateDate": "2018-03-26T17:00:54.059Z", - "document_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4" - } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.402Z", - "updateDate": "2018-03-26T17:00:54.042Z", - "document_id": "e6d0da8f-e666-4f29-b8d8-34d717188967" + ], + "total_estimated_cells": 4495, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "6_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.406Z", + "updateDate": "2018-03-26T17:00:21.279Z", + "document_id": "beabff64-fd1b-4817-995e-b37403f2aea4" + } + }, + "specimen_from_organism/3192908c-3f5f-41d8-8b55-6000dbb811cb": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4827, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:25.984Z", - "updateDate": "2018-03-26T17:00:58.142Z", - "document_id": "37c79043-da4d-4745-91c4-9785d1d03a82" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.362Z", - "updateDate": "2018-03-26T17:00:58.124Z", - "document_id": "5c38a229-495f-4b2b-8c62-af0814e4f002" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "6_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.221Z", + "updateDate": "2018-03-26T17:00:11.896Z", + "document_id": "3192908c-3f5f-41d8-8b55-6000dbb811cb" + } + }, + "cell_suspension/09424c38-f1b1-4abf-9d97-fffd5ba3ad4f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3854, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.032Z", - "updateDate": "2018-03-26T17:00:21.478Z", - "document_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d" + ], + "total_estimated_cells": 3956, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:24.435Z", + "updateDate": "2018-03-26T17:00:21.295Z", + "document_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f" + } + }, + "specimen_from_organism/f2ab37e5-68dc-4782-8e18-6042750bd89f": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.756Z", - "updateDate": "2018-03-26T17:00:07.176Z", - "document_id": "09bed9cb-5ea2-41f0-8d9b-5a985c096668" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3524, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.371Z", - "updateDate": "2018-03-26T17:00:21.523Z", - "document_id": "c7520e50-f9bc-4626-a117-a78f394fc203" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.380Z", + "updateDate": "2018-03-26T17:00:07.859Z", + "document_id": "f2ab37e5-68dc-4782-8e18-6042750bd89f" + } + }, + "cell_suspension/18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.482Z", - "updateDate": "2018-03-26T17:00:07.107Z", - "document_id": "58b0354a-acbf-4f82-aad3-dbc90b8b0258" + ], + "total_estimated_cells": 4202, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.056Z", + "updateDate": "2018-03-26T17:00:21.316Z", + "document_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7" + } + }, + "specimen_from_organism/d43c21e1-f672-4920-a8c5-7a32aeef1ce1": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3922, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "3_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.465Z", - "updateDate": "2018-03-26T17:00:21.555Z", - "document_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "3_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:20.144Z", - "updateDate": "2018-03-26T17:00:07.320Z", - "document_id": "0041bb77-8217-4707-adba-0ff4f0a75382" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.068Z", + "updateDate": "2018-03-26T17:00:11.763Z", + "document_id": "d43c21e1-f672-4920-a8c5-7a32aeef1ce1" + } + }, + "cell_suspension/1339c497-c686-4d8d-ae51-6b30cb3dd11e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4548, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "8_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.517Z", - "updateDate": "2018-03-26T17:00:58.500Z", - "document_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e" + ], + "total_estimated_cells": 4580, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.215Z", + "updateDate": "2018-03-26T17:00:54.342Z", + "document_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e" + } + }, + "specimen_from_organism/0419e639-2762-4abb-b125-558a151d6580": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "8_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.652Z", - "updateDate": "2018-03-26T17:00:58.422Z", - "document_id": "a9e6e73a-a912-4a15-8a54-b449d2cb8288" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4286, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.601Z", - "updateDate": "2018-03-26T17:00:21.611Z", - "document_id": "48496fe2-090e-4253-ae04-3f3b0b520585" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.405Z", + "updateDate": "2018-03-26T17:00:54.224Z", + "document_id": "0419e639-2762-4abb-b125-558a151d6580" + } + }, + "cell_suspension/8ec8f2f9-77b5-4fd7-a85b-38643009089c": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.827Z", - "updateDate": "2018-03-26T17:00:11.832Z", - "document_id": "f3aea92a-a3e1-4130-9dbc-60d3757c549e" + ], + "total_estimated_cells": 4558, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.252Z", + "updateDate": "2018-03-26T17:00:57.017Z", + "document_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c" + } + }, + "specimen_from_organism/c6e6684d-41d2-4f1a-a992-72290baca715": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 3804, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.548Z", - "updateDate": "2018-03-26T17:00:21.635Z", - "document_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.311Z", - "updateDate": "2018-03-26T17:00:07.488Z", - "document_id": "fbd01573-ab66-45a1-9719-68a3df5d762f" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.387Z", + "updateDate": "2018-03-26T17:00:56.998Z", + "document_id": "c6e6684d-41d2-4f1a-a992-72290baca715" + } + }, + "cell_suspension/939b4152-d4b6-4374-9775-9f53eb16ad0f": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4556, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "2_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.715Z", - "updateDate": "2018-03-26T17:00:53.646Z", - "document_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89" + ], + "total_estimated_cells": 4679, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.732Z", + "updateDate": "2018-03-26T17:00:58.052Z", + "document_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f" + } + }, + "specimen_from_organism/9d8ba59f-f2e9-43e2-85e0-7095f5b09923": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "2_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:26.704Z", - "updateDate": "2018-03-26T17:00:53.598Z", - "document_id": "f8b16856-e066-41f1-8289-2d08bc1791a8" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4330, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "1_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:27.777Z", - "updateDate": "2018-03-26T17:00:53.732Z", - "document_id": "5bd60c24-d76e-4fd6-bb82-115273cee157" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.677Z", + "updateDate": "2018-03-26T17:00:58.035Z", + "document_id": "9d8ba59f-f2e9-43e2-85e0-7095f5b09923" + } + }, + "cell_suspension/e45b8254-e077-4ac9-a8e6-1627eb42d5b4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "1_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:21.429Z", - "updateDate": "2018-03-26T17:00:53.715Z", - "document_id": "5f6b7460-214b-4371-9fc6-671bdd2afa72" + ], + "total_estimated_cells": 4541, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.941Z", + "updateDate": "2018-03-26T17:00:54.059Z", + "document_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4" + } + }, + "specimen_from_organism/e6d0da8f-e666-4f29-b8d8-34d717188967": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4032, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM5_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.147Z", - "updateDate": "2018-03-26T17:00:21.674Z", - "document_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM5", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM5" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.050Z", - "updateDate": "2018-03-26T17:00:07.576Z", - "document_id": "b82065c6-8269-4d13-b8ae-d0fb3f26f77c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.402Z", + "updateDate": "2018-03-26T17:00:54.042Z", + "document_id": "e6d0da8f-e666-4f29-b8d8-34d717188967" + } + }, + "cell_suspension/37c79043-da4d-4745-91c4-9785d1d03a82": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4584, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM6_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.871Z", - "updateDate": "2018-03-26T17:00:53.907Z", - "document_id": "5680b7ac-d329-476b-85e6-05c39d3fb028" + ], + "total_estimated_cells": 4827, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:25.984Z", + "updateDate": "2018-03-26T17:00:58.142Z", + "document_id": "37c79043-da4d-4745-91c4-9785d1d03a82" + } + }, + "specimen_from_organism/5c38a229-495f-4b2b-8c62-af0814e4f002": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM6", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM6" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.483Z", - "updateDate": "2018-03-26T17:00:53.881Z", - "document_id": "fd8aba0d-6299-43ce-abf4-28bb10754e92" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4275, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "4_BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM8_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.606Z", - "updateDate": "2018-03-26T17:00:57.756Z", - "document_id": "ba805a63-d347-4ac8-ad35-96f518204cc7" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.362Z", + "updateDate": "2018-03-26T17:00:58.124Z", + "document_id": "5c38a229-495f-4b2b-8c62-af0814e4f002" + } + }, + "cell_suspension/b0842f1d-b081-4ed5-ad1a-30b34015b62d": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM8", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "4_BM8" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:23.414Z", - "updateDate": "2018-03-26T17:00:57.741Z", - "document_id": "beb014f4-f54b-4c40-bc4f-347ebcb2c5ca" + ], + "total_estimated_cells": 3854, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.032Z", + "updateDate": "2018-03-26T17:00:21.478Z", + "document_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d" + } + }, + "specimen_from_organism/09bed9cb-5ea2-41f0-8d9b-5a985c096668": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4591, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "5_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.630Z", - "updateDate": "2018-03-26T17:00:57.894Z", - "document_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "5_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:28.521Z", - "updateDate": "2018-03-26T17:00:57.877Z", - "document_id": "755cc233-9d9f-4d12-96e6-9d4dacde8a67" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.756Z", + "updateDate": "2018-03-26T17:00:07.176Z", + "document_id": "09bed9cb-5ea2-41f0-8d9b-5a985c096668" + } + }, + "cell_suspension/c7520e50-f9bc-4626-a117-a78f394fc203": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "total_estimated_cells": 4074, - "target_cell_type": [ - { - "text": "bone marrow hematopoietic cell", - "ontology": "CL:1001610" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "7_BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM7_cells" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.687Z", - "updateDate": "2018-03-26T17:00:58.359Z", - "document_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c" + ], + "total_estimated_cells": 3524, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.371Z", + "updateDate": "2018-03-26T17:00:21.523Z", + "document_id": "c7520e50-f9bc-4626-a117-a78f394fc203" + } + }, + "specimen_from_organism/58b0354a-acbf-4f82-aad3-dbc90b8b0258": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "organ": { - "text": "hematopoietic system", - "ontology": "UBERON:0002390" - }, - "genus_species": [ - { - "text": "Homo sapiens", - "ontology": "NCBITaxon:9606" - } - ], - "schema_type": "biomaterial", - "biomaterial_core": { - "has_input_biomaterial": "BM7", - "ncbi_taxon_id": [ - 9606 - ], - "biomaterial_id": "7_BM7" - }, - "organ_part": { - "text": "bone marrow", - "ontology": "UBERON:0002371" - }, - "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:31.429Z", - "updateDate": "2018-03-26T17:00:58.343Z", - "document_id": "35e69b30-f6c1-4d90-a585-31d8b25bd2c6" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/biomaterial", - "schema_version": "5.1.0", - "schema_type": "biomaterial_bundle" - }, - "file.json": { - "files": [ - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_1_S1_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.510Z", - "document_id": "39351ee0-89c3-499d-a820-5bece48704d5" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.482Z", + "updateDate": "2018-03-26T17:00:07.107Z", + "document_id": "58b0354a-acbf-4f82-aad3-dbc90b8b0258" + } + }, + "cell_suspension/b508258e-74d6-4c7e-adc2-ddda36ebfad7": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_1_S1_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.532Z", - "document_id": "2a6cf1cd-1599-44ef-86e5-511a18e23262" + ], + "total_estimated_cells": 3922, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "3_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.465Z", + "updateDate": "2018-03-26T17:00:21.555Z", + "document_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7" + } + }, + "specimen_from_organism/0041bb77-8217-4707-adba-0ff4f0a75382": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_1_S1_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.548Z", - "document_id": "b5110ae6-55e1-4fe8-bae2-9696e679057b" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_1_S1_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.562Z", - "document_id": "6517b6c3-3fab-45e9-a494-ae81ccc500f0" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "3_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:20.144Z", + "updateDate": "2018-03-26T17:00:07.320Z", + "document_id": "0041bb77-8217-4707-adba-0ff4f0a75382" + } + }, + "cell_suspension/550a7b77-96d1-41f1-99aa-66bc1e94d23e": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_1_S1_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.576Z", - "document_id": "8162a395-0409-45c3-8652-918983bb1da0" + ], + "total_estimated_cells": 4548, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "8_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.517Z", + "updateDate": "2018-03-26T17:00:58.500Z", + "document_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e" + } + }, + "specimen_from_organism/a9e6e73a-a912-4a15-8a54-b449d2cb8288": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_1_S1_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.587Z", - "document_id": "719f581d-3481-4fe5-a3c5-2eb9054d07ec" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_2_S2_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.599Z", - "document_id": "656fa889-f831-4a3a-84cf-0a1f5e148f5e" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "8_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.652Z", + "updateDate": "2018-03-26T17:00:58.422Z", + "document_id": "a9e6e73a-a912-4a15-8a54-b449d2cb8288" + } + }, + "cell_suspension/48496fe2-090e-4253-ae04-3f3b0b520585": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_2_S2_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.611Z", - "document_id": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_2_S2_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.623Z", - "document_id": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_2_S2_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.637Z", - "document_id": "c000533a-432f-4733-bc22-16e4bb89382b" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_2_S2_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.652Z", - "document_id": "bd256dda-501a-4287-8e44-79fa7dcc43c6" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_2_S2_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.664Z", - "document_id": "ed89b525-725a-4e6d-aee9-3b36e78803a8" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_3_S3_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.675Z", - "document_id": "4c9af689-d89d-4312-a12b-deeb03c2fdca" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_3_S3_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.688Z", - "document_id": "bfdeb7e3-f242-48ae-9222-6428b5168ccd" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_3_S3_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.700Z", - "document_id": "8ad4c436-01a2-4d07-8b09-33e86a1d759a" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_3_S3_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.714Z", - "document_id": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_3_S3_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.727Z", - "document_id": "6f042830-9bc8-4dd5-97a3-505f2db57d79" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_3_S3_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.740Z", - "document_id": "5483a55b-cd36-4477-adcf-37172a856bfc" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_4_S4_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.754Z", - "document_id": "0428ddc2-ea8a-4c79-b994-60990a869c77" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_4_S4_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.767Z", - "document_id": "33be88bb-3b38-4076-b9e1-1d73b48954b8" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_4_S4_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.779Z", - "document_id": "139d2d79-11a0-4092-babd-2b27a6b42027" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_4_S4_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.793Z", - "document_id": "022d172e-1e82-418c-a821-133de6a9efe2" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_4_S4_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.806Z", - "document_id": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_4_S4_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.820Z", - "document_id": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_5_S5_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.832Z", - "document_id": "f1a89f64-9e0b-479b-a294-8de7151a1a9d" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_5_S5_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.845Z", - "document_id": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_5_S5_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.857Z", - "document_id": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_5_S5_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.871Z", - "document_id": "49e389b3-3570-45dc-b825-050e2805a1b5" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_5_S5_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.885Z", - "document_id": "4927cc7d-e23c-4c58-91c7-7af793f35f07" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_5_S5_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.899Z", - "document_id": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_6_S6_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.912Z", - "document_id": "9ab7ac35-d262-49cb-9994-f5da5f94b342" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_6_S6_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.963Z", - "document_id": "79f04454-2b15-485b-8b19-3d237025d480" - } - }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_6_S6_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:51.995Z", - "document_id": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_6_S6_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.018Z", - "document_id": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f" - } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_6_S6_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.036Z", - "document_id": "bc218df5-d4d5-4aa0-baaa-4fbf36541315" + ], + "total_estimated_cells": 4286, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.601Z", + "updateDate": "2018-03-26T17:00:21.611Z", + "document_id": "48496fe2-090e-4253-ae04-3f3b0b520585" + } + }, + "specimen_from_organism/f3aea92a-a3e1-4130-9dbc-60d3757c549e": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_6_S6_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.064Z", - "document_id": "b46fa14b-caf4-479d-9205-d3c108bee4e2" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_7_S7_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.084Z", - "document_id": "63c98bcc-255f-4efc-9712-e824463fbd2f" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.827Z", + "updateDate": "2018-03-26T17:00:11.832Z", + "document_id": "f3aea92a-a3e1-4130-9dbc-60d3757c549e" + } + }, + "cell_suspension/7d72b943-9bbc-479c-af24-40b5f5c2fdb4": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_7_S7_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.103Z", - "document_id": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8" + ], + "total_estimated_cells": 3804, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.548Z", + "updateDate": "2018-03-26T17:00:21.635Z", + "document_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4" + } + }, + "specimen_from_organism/fbd01573-ab66-45a1-9719-68a3df5d762f": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_7_S7_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.117Z", - "document_id": "245b8d93-3fc9-4ad6-b000-55046061a119" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_7_S7_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.131Z", - "document_id": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.311Z", + "updateDate": "2018-03-26T17:00:07.488Z", + "document_id": "fbd01573-ab66-45a1-9719-68a3df5d762f" + } + }, + "cell_suspension/fc8be628-9c61-47c8-91b5-2b1ae427cf89": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_7_S7_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.147Z", - "document_id": "f4106c25-5ea5-4feb-b40b-072056ff954f" + ], + "total_estimated_cells": 4556, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "2_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.715Z", + "updateDate": "2018-03-26T17:00:53.646Z", + "document_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89" + } + }, + "specimen_from_organism/f8b16856-e066-41f1-8289-2d08bc1791a8": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_7_S7_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.164Z", - "document_id": "db4f1861-38ea-4800-92c5-0c03f63f8b2f" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_8_S8_L001_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.189Z", - "document_id": "ba79090e-1341-4427-9277-e0bc9c303bd5" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "2_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:26.704Z", + "updateDate": "2018-03-26T17:00:53.598Z", + "document_id": "f8b16856-e066-41f1-8289-2d08bc1791a8" + } + }, + "cell_suspension/5bd60c24-d76e-4fd6-bb82-115273cee157": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 1, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_8_S8_L001_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.205Z", - "document_id": "44d1289c-9a27-4d11-b903-5cdde4738f20" + ], + "total_estimated_cells": 4330, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "1_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:27.777Z", + "updateDate": "2018-03-26T17:00:53.732Z", + "document_id": "5bd60c24-d76e-4fd6-bb82-115273cee157" + } + }, + "specimen_from_organism/5f6b7460-214b-4371-9fc6-671bdd2afa72": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 1, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_8_S8_L001_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.224Z", - "document_id": "8e931218-861c-44c4-8768-b9afd33acffc" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_8_S8_L002_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.241Z", - "document_id": "662e721c-1272-46b4-9863-a0cbae53d78b" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "1_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:21.429Z", + "updateDate": "2018-03-26T17:00:53.715Z", + "document_id": "5f6b7460-214b-4371-9fc6-671bdd2afa72" + } + }, + "cell_suspension/0ebe30dd-102f-44ce-9a0b-82481c2956a5": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 2, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_8_S8_L002_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.269Z", - "document_id": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d" + ], + "total_estimated_cells": 4032, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM5_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.147Z", + "updateDate": "2018-03-26T17:00:21.674Z", + "document_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5" + } + }, + "specimen_from_organism/b82065c6-8269-4d13-b8ae-d0fb3f26f77c": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 2, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM5_HiSeq_8_S8_L002_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.289Z", - "document_id": "d0fffcc4-7282-48b0-a476-5afa1ce36829" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_1_S9_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.306Z", - "document_id": "006a7618-8d55-48b3-a37e-7de0a9e70ef7" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM5", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM5" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.050Z", + "updateDate": "2018-03-26T17:00:07.576Z", + "document_id": "b82065c6-8269-4d13-b8ae-d0fb3f26f77c" + } + }, + "cell_suspension/5680b7ac-d329-476b-85e6-05c39d3fb028": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_1_S9_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.335Z", - "document_id": "f762562b-2408-4e17-ba4a-493cdb8e0e3f" + ], + "total_estimated_cells": 4584, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM6_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.871Z", + "updateDate": "2018-03-26T17:00:53.907Z", + "document_id": "5680b7ac-d329-476b-85e6-05c39d3fb028" + } + }, + "specimen_from_organism/fd8aba0d-6299-43ce-abf4-28bb10754e92": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_1_S9_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.363Z", - "document_id": "0954f798-7318-4612-bad7-cd3f9b181d3a" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_1_S9_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.388Z", - "document_id": "8f9c317e-74ec-4262-b401-3e2a047d81f3" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM6", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM6" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.483Z", + "updateDate": "2018-03-26T17:00:53.881Z", + "document_id": "fd8aba0d-6299-43ce-abf4-28bb10754e92" + } + }, + "cell_suspension/ba805a63-d347-4ac8-ad35-96f518204cc7": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_1_S9_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.401Z", - "document_id": "d1ae69e7-f838-42d1-a207-e50f5b53a788" + ], + "total_estimated_cells": 4275, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "4_BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM8_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.606Z", + "updateDate": "2018-03-26T17:00:57.756Z", + "document_id": "ba805a63-d347-4ac8-ad35-96f518204cc7" + } + }, + "specimen_from_organism/beb014f4-f54b-4c40-bc4f-347ebcb2c5ca": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_1_S9_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.416Z", - "document_id": "fc5adfc4-0bc4-45c3-8acd-429c56817520" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_2_S10_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.433Z", - "document_id": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM8", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "4_BM8" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:23.414Z", + "updateDate": "2018-03-26T17:00:57.741Z", + "document_id": "beb014f4-f54b-4c40-bc4f-347ebcb2c5ca" + } + }, + "cell_suspension/0a811a33-4de1-4d96-9cf0-1ec315112ffe": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_2_S10_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.445Z", - "document_id": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4" + ], + "total_estimated_cells": 4591, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "5_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.630Z", + "updateDate": "2018-03-26T17:00:57.894Z", + "document_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe" + } + }, + "specimen_from_organism/755cc233-9d9f-4d12-96e6-9d4dacde8a67": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_2_S10_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.458Z", - "document_id": "f9bb33ad-03e8-400f-a77d-6c92464bdbec" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_2_S10_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.471Z", - "document_id": "7b567fc7-5b53-4f94-a88d-24a1286d846c" + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "5_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:28.521Z", + "updateDate": "2018-03-26T17:00:57.877Z", + "document_id": "755cc233-9d9f-4d12-96e6-9d4dacde8a67" + } + }, + "cell_suspension/c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c": { + "content": { + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_2_S10_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.485Z", - "document_id": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb" + ], + "total_estimated_cells": 4074, + "target_cell_type": [ + { + "text": "bone marrow hematopoietic cell", + "ontology": "CL:1001610" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "7_BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM7_cells" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/cell_suspension" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.687Z", + "updateDate": "2018-03-26T17:00:58.359Z", + "document_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c" + } + }, + "specimen_from_organism/35e69b30-f6c1-4d90-a585-31d8b25bd2c6": { + "content": { + "organ": { + "text": "hematopoietic system", + "ontology": "UBERON:0002390" }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_2_S10_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.508Z", - "document_id": "6c66cacf-5914-40dd-b512-c946fdc14424" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_4_S11_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.521Z", - "document_id": "b1d872b0-620d-4965-b6e8-aba6ea4d104d" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_4_S11_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.534Z", - "document_id": "11cbfa24-c882-473d-95b6-076c3f1fd559" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_4_S11_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.588Z", - "document_id": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_4_S11_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.607Z", - "document_id": "1acc5ab3-c91c-4095-8713-18299a0b02d2" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_4_S11_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.624Z", - "document_id": "ae61c169-016b-40dc-9e95-b7dc1fd0b346" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_4_S11_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.644Z", - "document_id": "40542240-2e11-48cf-955c-4527e963be80" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_5_S12_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.656Z", - "document_id": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_5_S12_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.670Z", - "document_id": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_5_S12_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.688Z", - "document_id": "c340fbe2-dc1c-4455-a29f-c698244982f8" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_5_S12_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.701Z", - "document_id": "7422fc7e-ed66-49a2-a207-30d72c93d0a1" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_5_S12_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.713Z", - "document_id": "8ad83172-07ee-4726-85b0-fe19b885a169" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_5_S12_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.726Z", - "document_id": "36118c60-cf32-43af-bd56-cfcbe063b244" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_6_S13_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.738Z", - "document_id": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_6_S13_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.753Z", - "document_id": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_6_S13_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.765Z", - "document_id": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_6_S13_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.778Z", - "document_id": "381c733e-3dba-4ca7-ab05-541dbfc03e04" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_6_S13_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.790Z", - "document_id": "8526cbf2-881e-4499-9992-43009425c4ae" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_6_S13_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.804Z", - "document_id": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_7_S14_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.817Z", - "document_id": "9f2d4e6d-3f38-44f6-b16c-100cfce72797" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_7_S14_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.830Z", - "document_id": "49125797-64a8-4fbe-b2a9-914252f768fe" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_7_S14_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.841Z", - "document_id": "f1a91911-8f85-4d68-8243-8466b1e2dce6" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_7_S14_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.855Z", - "document_id": "f488ad13-8645-4cc4-99d1-b3b72e8723c8" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_7_S14_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.867Z", - "document_id": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_7_S14_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.881Z", - "document_id": "6857550d-8c86-40c1-988a-b48cb70759f2" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_8_S15_L004_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.893Z", - "document_id": "af34f522-9a30-48b3-ba70-7600401a871b" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_8_S15_L004_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.906Z", - "document_id": "c114f74d-6854-43ce-bc70-39ca8e45e86a" - } - }, - { - "content": { - "lane_index": 4, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_8_S15_L004_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.938Z", - "document_id": "17f2c348-02af-42be-baa3-d227925a1cbc" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_8_S15_L003_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:52.981Z", - "document_id": "b41c8971-bcd3-42ba-b8f8-f685cba0f923" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_8_S15_L003_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.004Z", - "document_id": "4a7fd685-04b4-4436-9aed-e692030dfa76" - } - }, - { - "content": { - "lane_index": 3, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM6_HiSeq_8_S15_L003_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.024Z", - "document_id": "dd31fdba-26a2-4ccb-aa62-c43521de953e" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_1_S16_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.045Z", - "document_id": "4d2ec95d-d00b-44a7-9119-a53b5db1b181" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_1_S16_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.061Z", - "document_id": "8d3d8579-4d9f-4442-9141-653287e9418b" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_1_S16_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.073Z", - "document_id": "0daa891b-8d87-416e-8b26-d44824de5bbd" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_1_S16_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.088Z", - "document_id": "3eff86f6-cff5-43a6-9024-be9a9893f867" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_1_S16_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.104Z", - "document_id": "8240917a-8fb5-47b5-8b35-64dd30c3b43f" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_1_S16_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.117Z", - "document_id": "5952c0d9-09c9-4459-a606-515d8a497bd8" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_2_S17_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.131Z", - "document_id": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_2_S17_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.162Z", - "document_id": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_2_S17_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.185Z", - "document_id": "df7935c8-d1be-4dcf-a583-60a24636944d" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_2_S17_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.211Z", - "document_id": "bde680ab-9ae1-4392-b8b5-1187860111e5" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_2_S17_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.256Z", - "document_id": "26fc3171-166d-4145-b786-c5a7397a1ade" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_2_S17_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.300Z", - "document_id": "7e602220-a242-4d9a-9e1e-1487f7880b41" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_3_S18_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.341Z", - "document_id": "2cf69609-5b35-4cd7-8b38-d53378de7ee2" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_3_S18_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.384Z", - "document_id": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_3_S18_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.416Z", - "document_id": "3555957c-8ac8-4afc-ab54-866d1cac3b1f" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_3_S18_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.478Z", - "document_id": "62b17e40-2c0b-4e37-8859-9290d1513ef9" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_3_S18_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.514Z", - "document_id": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_3_S18_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.532Z", - "document_id": "a3f0a66b-1ebe-47dc-8efc-cacfface111d" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_4_S19_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.551Z", - "document_id": "5eb311a4-19c8-429d-b36e-409fb80e31b0" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_4_S19_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.564Z", - "document_id": "be263698-8ffb-4263-902a-5dea68d18df5" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_4_S19_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.577Z", - "document_id": "00424825-4dfe-4afc-a8a8-c5bffdaada00" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_4_S19_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.590Z", - "document_id": "2df110bc-9016-4bf6-a622-e4fab70b82ca" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_4_S19_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.603Z", - "document_id": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_4_S19_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.616Z", - "document_id": "afbfe990-11a2-4836-94b3-980e11ca1c2a" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_5_S20_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.628Z", - "document_id": "7d516073-474d-4359-973d-3c454f2e080a" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_5_S20_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.640Z", - "document_id": "c9ad441e-28a2-47b8-998e-48d48936ed64" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_5_S20_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.654Z", - "document_id": "01842746-1644-436e-a1e5-aa3b59e2b8d6" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_5_S20_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.667Z", - "document_id": "c17745c1-7217-4771-aaac-d5bf35072343" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_5_S20_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.679Z", - "document_id": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_5_S20_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.692Z", - "document_id": "5880c00e-4063-431e-8510-6cdaf5bb1c5d" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_6_S21_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.705Z", - "document_id": "1780aa95-bd16-4cb9-814e-d3900d4787d7" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_6_S21_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.716Z", - "document_id": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_6_S21_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.729Z", - "document_id": "becb6174-be03-40fa-85c2-4fa3b9308ef5" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_6_S21_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.742Z", - "document_id": "f308eed4-5954-4047-a18e-9c309d9fdab9" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_6_S21_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.754Z", - "document_id": "e44d2d64-df79-4a74-b88b-093102e4e799" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_6_S21_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.767Z", - "document_id": "b8cae58c-fa89-480e-8c51-88115619bf8e" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_7_S22_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.779Z", - "document_id": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_7_S22_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.790Z", - "document_id": "176d224c-1e70-4ef8-ab96-ea63cfa63888" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_7_S22_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.805Z", - "document_id": "9ea35e5e-27ac-4925-9961-fffebe01e5e9" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_7_S22_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.818Z", - "document_id": "cc95fef9-2681-4489-bc6c-1c5d494b29a8" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_7_S22_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.830Z", - "document_id": "4eb20891-5ee7-49fe-aa32-52201434772c" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_7_S22_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.854Z", - "document_id": "6c11e561-ec37-4fb9-8661-a402d5268091" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_8_S23_L005_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.880Z", - "document_id": "6d2d1bda-e128-497e-8569-1e004c556b38" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_8_S23_L005_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.895Z", - "document_id": "09cce819-9467-4dd8-b91a-ef6b450c4b33" - } - }, - { - "content": { - "lane_index": 5, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_8_S23_L005_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.907Z", - "document_id": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_8_S23_L006_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.919Z", - "document_id": "32e070e3-574d-4676-add4-359dd4c64ae7" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_8_S23_L006_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:53.996Z", - "document_id": "ea993f83-3268-4dc6-8612-cd9a3ccfc475" - } - }, - { - "content": { - "lane_index": 6, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM7_HiSeq_8_S23_L006_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.014Z", - "document_id": "bad6ed96-930c-47a9-b851-d527af7136e3" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_1_S24_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.029Z", - "document_id": "ea6245c2-e8ee-4185-ae2f-0389a5bae598" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_1_S24_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.042Z", - "document_id": "9eb02069-4c56-4065-83ac-01eaf5fb9b68" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_1_S24_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.057Z", - "document_id": "cd7ee2a1-6c69-4714-8306-a347a4f28616" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_1_S24_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.086Z", - "document_id": "f2edefd2-c29c-470d-8879-3d480a6c55f9" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_1_S24_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.098Z", - "document_id": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_1_S24_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.109Z", - "document_id": "383bb59e-9082-494a-91b2-804a72830475" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_2_S25_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.125Z", - "document_id": "7149194f-3bc9-4aa2-8407-e89bad2dd77b" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_2_S25_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.138Z", - "document_id": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_2_S25_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.153Z", - "document_id": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_2_S25_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.184Z", - "document_id": "04e94fd5-49df-4149-9da5-ff9c86a2e494" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_2_S25_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.206Z", - "document_id": "5675b050-9c66-4c34-803f-3e6e0ea0af3f" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_2_S25_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.243Z", - "document_id": "d889a2da-2b28-4553-9045-fe9c958b4616" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_3_S26_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.264Z", - "document_id": "4d7b8243-f099-4eab-a5a4-1e6c359f999d" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_3_S26_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.288Z", - "document_id": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_3_S26_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.313Z", - "document_id": "d7bbc88d-ea41-483f-940a-332989f6dd75" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_3_S26_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.339Z", - "document_id": "2ff31790-2e31-4056-ade6-a40b3333efbe" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_3_S26_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.369Z", - "document_id": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_3_S26_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.397Z", - "document_id": "aa24229f-3be5-495b-9989-d9e793056993" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_4_S27_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.428Z", - "document_id": "9b34f6ca-9952-4fbd-b55b-e06e44094463" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_4_S27_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.454Z", - "document_id": "eb21d839-7f51-4781-bf46-886fc6d82a11" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_4_S27_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:54.478Z", - "document_id": "0bb11e93-d9c6-411e-a614-e38252775d75" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_4_S27_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.018Z", - "document_id": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_4_S27_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.051Z", - "document_id": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_4_S27_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.064Z", - "document_id": "b692d3f7-0e85-4e18-9373-214300cc0293" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_5_S28_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.076Z", - "document_id": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_5_S28_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.090Z", - "document_id": "87e595d8-7285-4067-a73f-e80944ffae3c" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_5_S28_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.103Z", - "document_id": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_5_S28_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.120Z", - "document_id": "29b8c167-5542-47bd-85a8-926645d7846a" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_5_S28_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.142Z", - "document_id": "312522d0-f218-4304-8376-d6f1feeb7553" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_5_S28_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.158Z", - "document_id": "ca1ca1f1-f0ab-4224-8422-d5345ccab557" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_6_S29_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.193Z", - "document_id": "124dc699-f389-4462-9c29-41a091d5cc04" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_6_S29_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.230Z", - "document_id": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_6_S29_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.279Z", - "document_id": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_6_S29_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.343Z", - "document_id": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_6_S29_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.377Z", - "document_id": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_6_S29_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.398Z", - "document_id": "da84551f-0859-46fd-aaa2-4797cd373991" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_7_S30_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.426Z", - "document_id": "b63d119a-2496-4d92-9bab-e67e85914708" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_7_S30_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.442Z", - "document_id": "274e4b04-3174-46f1-bba5-004bb1ed2cc5" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_7_S30_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.467Z", - "document_id": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_7_S30_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.507Z", - "document_id": "8bea9251-da22-4f68-91a4-1e60c4af956f" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_7_S30_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.524Z", - "document_id": "487e2d7f-320d-4d75-9d34-3a0fb791c553" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_7_S30_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.539Z", - "document_id": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_8_S31_L007_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.552Z", - "document_id": "3fed1e54-3bf7-46fc-829a-f538a092d774" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_8_S31_L007_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.566Z", - "document_id": "5e31c504-cb51-459e-a939-d49bc83d5d44" - } - }, - { - "content": { - "lane_index": 7, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_8_S31_L007_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.578Z", - "document_id": "9e7ac38d-b196-4e80-a59c-0d630d725745" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "index1", - "read_length": 8, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_8_S31_L008_I1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.600Z", - "document_id": "93e242a1-3d4b-491b-9d5f-02e038e212cb" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read1", - "read_length": 26, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_8_S31_L008_R1_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.612Z", - "document_id": "709da3b4-e8a0-431d-b082-8530ffae33f8" - } - }, - { - "content": { - "lane_index": 8, - "read_index": "read2", - "read_length": 98, - "schema_type": "file", - "file_core": { - "file_name": "MantonBM8_HiSeq_8_S31_L008_R2_001.fastq.gz", - "file_format": "fastq.gz" - }, - "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" - }, - "hca_ingest": { - "submissionDate": "2018-03-26T16:59:57.624Z", - "document_id": "b8a56d3f-9910-44a0-a9c0-bb7d51705792" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/file", - "schema_version": "1.0.0", - "schema_type": "file_bundle" - }, - "process.json": { - "processes": [ - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_58" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.644Z", - "updateDate": "2018-03-26T17:01:05.257Z", - "document_id": "eacc00c5-f7a1-45da-a021-50cbacde691a" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_18" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.637Z", - "updateDate": "2018-03-26T16:59:59.170Z", - "document_id": "655ec2a1-8b2c-4805-8b68-233d3687b8f2" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_60" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.935Z", - "updateDate": "2018-03-26T17:00:50.363Z", - "document_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_118" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.254Z", - "updateDate": "2018-03-26T17:00:03.208Z", - "document_id": "0942925d-2462-4eb1-af34-36ceee6542a4" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_40" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:56.899Z", - "updateDate": "2018-03-26T17:01:04.337Z", - "document_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_42" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.249Z", - "updateDate": "2018-03-26T16:59:58.150Z", - "document_id": "ff88846c-593a-4b0f-a656-ca79f36b6aae" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_47" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.936Z", - "updateDate": "2018-03-26T17:01:02.306Z", - "document_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_44" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.491Z", - "updateDate": "2018-03-26T16:59:58.251Z", - "document_id": "dd4d597d-3fc6-4e7c-b1f5-20f3add9511d" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_38" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.965Z", - "updateDate": "2018-03-26T17:00:43.496Z", - "document_id": "96a29826-a47b-4f1a-9252-56cd16a56e06" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_16" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.140Z", - "updateDate": "2018-03-26T16:59:58.160Z", - "document_id": "32589218-75ee-4978-9b8c-27a1674531bb" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_56" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.168Z", - "updateDate": "2018-03-26T17:01:06.302Z", - "document_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_34" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.646Z", - "updateDate": "2018-03-26T16:59:59.155Z", - "document_id": "a82e1a02-7115-499e-9db0-472058dd706a" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_45" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.757Z", - "updateDate": "2018-03-26T17:01:01.404Z", - "document_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_15" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.001Z", - "updateDate": "2018-03-26T16:59:58.326Z", - "document_id": "b7aa38e3-b79a-46f8-ba41-99d86f6fd85f" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_53" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.919Z", - "updateDate": "2018-03-26T17:01:06.306Z", - "document_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_14" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:32.920Z", - "updateDate": "2018-03-26T16:59:58.122Z", - "document_id": "be046d7c-3516-4f39-9a01-90cd7025d927" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_42" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.045Z", - "updateDate": "2018-03-26T17:01:04.315Z", - "document_id": "e66dc50e-7102-48fb-a7b0-15e411309c33" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_93" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.912Z", - "updateDate": "2018-03-26T17:00:01.172Z", - "document_id": "a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_57" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.239Z", - "updateDate": "2018-03-26T17:01:06.248Z", - "document_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_102" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.072Z", - "updateDate": "2018-03-26T17:00:01.411Z", - "document_id": "229e8909-865e-4330-bf7f-416f0ef8631e" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_61" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.870Z", - "updateDate": "2018-03-26T17:00:51.336Z", - "document_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_19" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.683Z", - "updateDate": "2018-03-26T16:59:57.495Z", - "document_id": "b0628e09-0b0b-46e4-8ba1-075f038b675a" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_33" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.829Z", - "updateDate": "2018-03-26T17:00:45.268Z", - "document_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_39" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:34.963Z", - "updateDate": "2018-03-26T16:59:59.105Z", - "document_id": "d921308c-6baa-4370-af41-bc2715107a4e" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_63" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.736Z", - "updateDate": "2018-03-26T17:00:52.317Z", - "document_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_86" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.595Z", - "updateDate": "2018-03-26T17:00:00.160Z", - "document_id": "85344d5f-d10d-4cac-b0f5-6516ec30f3a5" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_41" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:54.099Z", - "updateDate": "2018-03-26T17:01:00.409Z", - "document_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_40" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.025Z", - "updateDate": "2018-03-26T16:59:59.164Z", - "document_id": "c0636a64-e0ca-4adc-9c8a-208651ec9bfd" - } - }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_43" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:56.971Z", - "updateDate": "2018-03-26T17:01:04.344Z", - "document_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6" - } - }, - { - "content": { - "process_core": { - "process_id": "sampling_process_56" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.240Z", - "updateDate": "2018-03-26T17:00:01.169Z", - "document_id": "99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2" + "genus_species": [ + { + "text": "Homo sapiens", + "ontology": "NCBITaxon:9606" } + ], + "schema_type": "biomaterial", + "biomaterial_core": { + "has_input_biomaterial": "BM7", + "ncbi_taxon_id": [ + 9606 + ], + "biomaterial_id": "7_BM7" + }, + "organ_part": { + "text": "bone marrow", + "ontology": "UBERON:0002371" + }, + "describedBy": "https://schema.humancellatlas.org/type/biomaterial/5.1.0/specimen_from_organism" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:31.429Z", + "updateDate": "2018-03-26T17:00:58.343Z", + "document_id": "35e69b30-f6c1-4d90-a585-31d8b25bd2c6" + } + }, + "sequence_file/39351ee0-89c3-499d-a820-5bece48704d5": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_1_S1_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.510Z", + "document_id": "39351ee0-89c3-499d-a820-5bece48704d5" + } + }, + "sequence_file/2a6cf1cd-1599-44ef-86e5-511a18e23262": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_1_S1_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.532Z", + "document_id": "2a6cf1cd-1599-44ef-86e5-511a18e23262" + } + }, + "sequence_file/b5110ae6-55e1-4fe8-bae2-9696e679057b": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_1_S1_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.548Z", + "document_id": "b5110ae6-55e1-4fe8-bae2-9696e679057b" + } + }, + "sequence_file/6517b6c3-3fab-45e9-a494-ae81ccc500f0": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_1_S1_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.562Z", + "document_id": "6517b6c3-3fab-45e9-a494-ae81ccc500f0" + } + }, + "sequence_file/8162a395-0409-45c3-8652-918983bb1da0": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_1_S1_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.576Z", + "document_id": "8162a395-0409-45c3-8652-918983bb1da0" + } + }, + "sequence_file/719f581d-3481-4fe5-a3c5-2eb9054d07ec": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_1_S1_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.587Z", + "document_id": "719f581d-3481-4fe5-a3c5-2eb9054d07ec" + } + }, + "sequence_file/656fa889-f831-4a3a-84cf-0a1f5e148f5e": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_2_S2_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.599Z", + "document_id": "656fa889-f831-4a3a-84cf-0a1f5e148f5e" + } + }, + "sequence_file/687c63b3-2eb3-4aac-ab54-aa5d02128f1c": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_2_S2_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.611Z", + "document_id": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c" + } + }, + "sequence_file/7ded5e63-c50e-4854-9be7-1cb206fa3d7f": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_2_S2_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.623Z", + "document_id": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f" + } + }, + "sequence_file/c000533a-432f-4733-bc22-16e4bb89382b": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_2_S2_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.637Z", + "document_id": "c000533a-432f-4733-bc22-16e4bb89382b" + } + }, + "sequence_file/bd256dda-501a-4287-8e44-79fa7dcc43c6": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_2_S2_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.652Z", + "document_id": "bd256dda-501a-4287-8e44-79fa7dcc43c6" + } + }, + "sequence_file/ed89b525-725a-4e6d-aee9-3b36e78803a8": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_2_S2_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.664Z", + "document_id": "ed89b525-725a-4e6d-aee9-3b36e78803a8" + } + }, + "sequence_file/4c9af689-d89d-4312-a12b-deeb03c2fdca": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_3_S3_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.675Z", + "document_id": "4c9af689-d89d-4312-a12b-deeb03c2fdca" + } + }, + "sequence_file/bfdeb7e3-f242-48ae-9222-6428b5168ccd": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_3_S3_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.688Z", + "document_id": "bfdeb7e3-f242-48ae-9222-6428b5168ccd" + } + }, + "sequence_file/8ad4c436-01a2-4d07-8b09-33e86a1d759a": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_3_S3_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.700Z", + "document_id": "8ad4c436-01a2-4d07-8b09-33e86a1d759a" + } + }, + "sequence_file/ec15bc6b-2b71-4f78-ac5d-892b639a7fb6": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_3_S3_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.714Z", + "document_id": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6" + } + }, + "sequence_file/6f042830-9bc8-4dd5-97a3-505f2db57d79": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_3_S3_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.727Z", + "document_id": "6f042830-9bc8-4dd5-97a3-505f2db57d79" + } + }, + "sequence_file/5483a55b-cd36-4477-adcf-37172a856bfc": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_3_S3_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.740Z", + "document_id": "5483a55b-cd36-4477-adcf-37172a856bfc" + } + }, + "sequence_file/0428ddc2-ea8a-4c79-b994-60990a869c77": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_4_S4_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.754Z", + "document_id": "0428ddc2-ea8a-4c79-b994-60990a869c77" + } + }, + "sequence_file/33be88bb-3b38-4076-b9e1-1d73b48954b8": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_4_S4_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.767Z", + "document_id": "33be88bb-3b38-4076-b9e1-1d73b48954b8" + } + }, + "sequence_file/139d2d79-11a0-4092-babd-2b27a6b42027": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_4_S4_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.779Z", + "document_id": "139d2d79-11a0-4092-babd-2b27a6b42027" + } + }, + "sequence_file/022d172e-1e82-418c-a821-133de6a9efe2": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_4_S4_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.793Z", + "document_id": "022d172e-1e82-418c-a821-133de6a9efe2" + } + }, + "sequence_file/fc6e45ac-5ba8-4a55-9901-3fa5ea480d28": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_4_S4_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.806Z", + "document_id": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28" + } + }, + "sequence_file/09d8668c-bf1a-4ee5-9f9d-c5c17dc97509": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_4_S4_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.820Z", + "document_id": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509" + } + }, + "sequence_file/f1a89f64-9e0b-479b-a294-8de7151a1a9d": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_5_S5_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.832Z", + "document_id": "f1a89f64-9e0b-479b-a294-8de7151a1a9d" + } + }, + "sequence_file/04e36cfe-a12a-4f5a-91cc-3574bdf427f4": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_5_S5_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.845Z", + "document_id": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4" + } + }, + "sequence_file/f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_5_S5_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.857Z", + "document_id": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7" + } + }, + "sequence_file/49e389b3-3570-45dc-b825-050e2805a1b5": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_5_S5_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.871Z", + "document_id": "49e389b3-3570-45dc-b825-050e2805a1b5" + } + }, + "sequence_file/4927cc7d-e23c-4c58-91c7-7af793f35f07": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_5_S5_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.885Z", + "document_id": "4927cc7d-e23c-4c58-91c7-7af793f35f07" + } + }, + "sequence_file/65bd1790-6d5e-4f3f-ab78-ce5471d58e98": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_5_S5_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.899Z", + "document_id": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98" + } + }, + "sequence_file/9ab7ac35-d262-49cb-9994-f5da5f94b342": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_6_S6_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.912Z", + "document_id": "9ab7ac35-d262-49cb-9994-f5da5f94b342" + } + }, + "sequence_file/79f04454-2b15-485b-8b19-3d237025d480": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_6_S6_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.963Z", + "document_id": "79f04454-2b15-485b-8b19-3d237025d480" + } + }, + "sequence_file/a26ee1d9-5dbf-46f8-a047-00d74b1b628a": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_6_S6_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:51.995Z", + "document_id": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a" + } + }, + "sequence_file/5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_6_S6_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.018Z", + "document_id": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f" + } + }, + "sequence_file/bc218df5-d4d5-4aa0-baaa-4fbf36541315": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_6_S6_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.036Z", + "document_id": "bc218df5-d4d5-4aa0-baaa-4fbf36541315" + } + }, + "sequence_file/b46fa14b-caf4-479d-9205-d3c108bee4e2": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_6_S6_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.064Z", + "document_id": "b46fa14b-caf4-479d-9205-d3c108bee4e2" + } + }, + "sequence_file/63c98bcc-255f-4efc-9712-e824463fbd2f": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_7_S7_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.084Z", + "document_id": "63c98bcc-255f-4efc-9712-e824463fbd2f" + } + }, + "sequence_file/b4295e23-f872-4b5f-ac4e-0da6a53e39b8": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_7_S7_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.103Z", + "document_id": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8" + } + }, + "sequence_file/245b8d93-3fc9-4ad6-b000-55046061a119": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_7_S7_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.117Z", + "document_id": "245b8d93-3fc9-4ad6-b000-55046061a119" + } + }, + "sequence_file/9e8a07ac-ad93-4a5e-90d8-c0e478e18342": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_7_S7_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.131Z", + "document_id": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342" + } + }, + "sequence_file/f4106c25-5ea5-4feb-b40b-072056ff954f": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_7_S7_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.147Z", + "document_id": "f4106c25-5ea5-4feb-b40b-072056ff954f" + } + }, + "sequence_file/db4f1861-38ea-4800-92c5-0c03f63f8b2f": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_7_S7_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.164Z", + "document_id": "db4f1861-38ea-4800-92c5-0c03f63f8b2f" + } + }, + "sequence_file/ba79090e-1341-4427-9277-e0bc9c303bd5": { + "content": { + "lane_index": 1, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_8_S8_L001_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.189Z", + "document_id": "ba79090e-1341-4427-9277-e0bc9c303bd5" + } + }, + "sequence_file/44d1289c-9a27-4d11-b903-5cdde4738f20": { + "content": { + "lane_index": 1, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_8_S8_L001_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.205Z", + "document_id": "44d1289c-9a27-4d11-b903-5cdde4738f20" + } + }, + "sequence_file/8e931218-861c-44c4-8768-b9afd33acffc": { + "content": { + "lane_index": 1, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_8_S8_L001_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.224Z", + "document_id": "8e931218-861c-44c4-8768-b9afd33acffc" + } + }, + "sequence_file/662e721c-1272-46b4-9863-a0cbae53d78b": { + "content": { + "lane_index": 2, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_8_S8_L002_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.241Z", + "document_id": "662e721c-1272-46b4-9863-a0cbae53d78b" + } + }, + "sequence_file/9b371ad5-94a8-4cbb-a792-45ac8bdff35d": { + "content": { + "lane_index": 2, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_8_S8_L002_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.269Z", + "document_id": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d" + } + }, + "sequence_file/d0fffcc4-7282-48b0-a476-5afa1ce36829": { + "content": { + "lane_index": 2, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM5_HiSeq_8_S8_L002_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.289Z", + "document_id": "d0fffcc4-7282-48b0-a476-5afa1ce36829" + } + }, + "sequence_file/006a7618-8d55-48b3-a37e-7de0a9e70ef7": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_1_S9_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.306Z", + "document_id": "006a7618-8d55-48b3-a37e-7de0a9e70ef7" + } + }, + "sequence_file/f762562b-2408-4e17-ba4a-493cdb8e0e3f": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_1_S9_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.335Z", + "document_id": "f762562b-2408-4e17-ba4a-493cdb8e0e3f" + } + }, + "sequence_file/0954f798-7318-4612-bad7-cd3f9b181d3a": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_1_S9_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.363Z", + "document_id": "0954f798-7318-4612-bad7-cd3f9b181d3a" + } + }, + "sequence_file/8f9c317e-74ec-4262-b401-3e2a047d81f3": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_1_S9_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.388Z", + "document_id": "8f9c317e-74ec-4262-b401-3e2a047d81f3" + } + }, + "sequence_file/d1ae69e7-f838-42d1-a207-e50f5b53a788": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_1_S9_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.401Z", + "document_id": "d1ae69e7-f838-42d1-a207-e50f5b53a788" + } + }, + "sequence_file/fc5adfc4-0bc4-45c3-8acd-429c56817520": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_1_S9_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.416Z", + "document_id": "fc5adfc4-0bc4-45c3-8acd-429c56817520" + } + }, + "sequence_file/b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_2_S10_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.433Z", + "document_id": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5" + } + }, + "sequence_file/6f23ce85-e97e-4a77-bfea-3c0b95c775f4": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_2_S10_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.445Z", + "document_id": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4" + } + }, + "sequence_file/f9bb33ad-03e8-400f-a77d-6c92464bdbec": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_2_S10_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.458Z", + "document_id": "f9bb33ad-03e8-400f-a77d-6c92464bdbec" + } + }, + "sequence_file/7b567fc7-5b53-4f94-a88d-24a1286d846c": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_2_S10_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.471Z", + "document_id": "7b567fc7-5b53-4f94-a88d-24a1286d846c" + } + }, + "sequence_file/fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_2_S10_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.485Z", + "document_id": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb" + } + }, + "sequence_file/6c66cacf-5914-40dd-b512-c946fdc14424": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_2_S10_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.508Z", + "document_id": "6c66cacf-5914-40dd-b512-c946fdc14424" + } + }, + "sequence_file/b1d872b0-620d-4965-b6e8-aba6ea4d104d": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_4_S11_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.521Z", + "document_id": "b1d872b0-620d-4965-b6e8-aba6ea4d104d" + } + }, + "sequence_file/11cbfa24-c882-473d-95b6-076c3f1fd559": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_4_S11_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.534Z", + "document_id": "11cbfa24-c882-473d-95b6-076c3f1fd559" + } + }, + "sequence_file/15656b3d-1c2e-48e6-b0f1-bf4402890c3e": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_4_S11_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.588Z", + "document_id": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e" + } + }, + "sequence_file/1acc5ab3-c91c-4095-8713-18299a0b02d2": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_4_S11_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.607Z", + "document_id": "1acc5ab3-c91c-4095-8713-18299a0b02d2" + } + }, + "sequence_file/ae61c169-016b-40dc-9e95-b7dc1fd0b346": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_4_S11_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.624Z", + "document_id": "ae61c169-016b-40dc-9e95-b7dc1fd0b346" + } + }, + "sequence_file/40542240-2e11-48cf-955c-4527e963be80": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_4_S11_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.644Z", + "document_id": "40542240-2e11-48cf-955c-4527e963be80" + } + }, + "sequence_file/4b2ec2e1-b0e2-41ea-9a33-c473889f526f": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_5_S12_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.656Z", + "document_id": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f" + } + }, + "sequence_file/95f09de9-0e7a-49c3-8bbc-f3fb512bc86e": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_5_S12_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.670Z", + "document_id": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e" + } + }, + "sequence_file/c340fbe2-dc1c-4455-a29f-c698244982f8": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_5_S12_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.688Z", + "document_id": "c340fbe2-dc1c-4455-a29f-c698244982f8" + } + }, + "sequence_file/7422fc7e-ed66-49a2-a207-30d72c93d0a1": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_5_S12_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.701Z", + "document_id": "7422fc7e-ed66-49a2-a207-30d72c93d0a1" + } + }, + "sequence_file/8ad83172-07ee-4726-85b0-fe19b885a169": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_5_S12_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.713Z", + "document_id": "8ad83172-07ee-4726-85b0-fe19b885a169" + } + }, + "sequence_file/36118c60-cf32-43af-bd56-cfcbe063b244": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_5_S12_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.726Z", + "document_id": "36118c60-cf32-43af-bd56-cfcbe063b244" + } + }, + "sequence_file/518ee17c-7de1-4775-ad7d-167b2d2a8ad7": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_6_S13_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.738Z", + "document_id": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7" + } + }, + "sequence_file/6ae60ce7-ae0a-421b-96f7-7954cad9cbfb": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_6_S13_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.753Z", + "document_id": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb" + } + }, + "sequence_file/575b968a-f85f-4dd8-bc0c-f00e1d07cd6b": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_6_S13_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.765Z", + "document_id": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b" + } + }, + "sequence_file/381c733e-3dba-4ca7-ab05-541dbfc03e04": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_6_S13_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.778Z", + "document_id": "381c733e-3dba-4ca7-ab05-541dbfc03e04" + } + }, + "sequence_file/8526cbf2-881e-4499-9992-43009425c4ae": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_6_S13_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.790Z", + "document_id": "8526cbf2-881e-4499-9992-43009425c4ae" + } + }, + "sequence_file/40713b36-fcfe-4a1a-ad21-9e8b118b91e9": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_6_S13_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.804Z", + "document_id": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9" + } + }, + "sequence_file/9f2d4e6d-3f38-44f6-b16c-100cfce72797": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_7_S14_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.817Z", + "document_id": "9f2d4e6d-3f38-44f6-b16c-100cfce72797" + } + }, + "sequence_file/49125797-64a8-4fbe-b2a9-914252f768fe": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_7_S14_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.830Z", + "document_id": "49125797-64a8-4fbe-b2a9-914252f768fe" + } + }, + "sequence_file/f1a91911-8f85-4d68-8243-8466b1e2dce6": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_7_S14_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.841Z", + "document_id": "f1a91911-8f85-4d68-8243-8466b1e2dce6" + } + }, + "sequence_file/f488ad13-8645-4cc4-99d1-b3b72e8723c8": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_7_S14_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.855Z", + "document_id": "f488ad13-8645-4cc4-99d1-b3b72e8723c8" + } + }, + "sequence_file/e977ef2d-f54d-4ee7-893b-3873a8eb5dd3": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_7_S14_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.867Z", + "document_id": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3" + } + }, + "sequence_file/6857550d-8c86-40c1-988a-b48cb70759f2": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_7_S14_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.881Z", + "document_id": "6857550d-8c86-40c1-988a-b48cb70759f2" + } + }, + "sequence_file/af34f522-9a30-48b3-ba70-7600401a871b": { + "content": { + "lane_index": 4, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_8_S15_L004_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.893Z", + "document_id": "af34f522-9a30-48b3-ba70-7600401a871b" + } + }, + "sequence_file/c114f74d-6854-43ce-bc70-39ca8e45e86a": { + "content": { + "lane_index": 4, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_8_S15_L004_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.906Z", + "document_id": "c114f74d-6854-43ce-bc70-39ca8e45e86a" + } + }, + "sequence_file/17f2c348-02af-42be-baa3-d227925a1cbc": { + "content": { + "lane_index": 4, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_8_S15_L004_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.938Z", + "document_id": "17f2c348-02af-42be-baa3-d227925a1cbc" + } + }, + "sequence_file/b41c8971-bcd3-42ba-b8f8-f685cba0f923": { + "content": { + "lane_index": 3, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_8_S15_L003_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:52.981Z", + "document_id": "b41c8971-bcd3-42ba-b8f8-f685cba0f923" + } + }, + "sequence_file/4a7fd685-04b4-4436-9aed-e692030dfa76": { + "content": { + "lane_index": 3, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_8_S15_L003_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.004Z", + "document_id": "4a7fd685-04b4-4436-9aed-e692030dfa76" + } + }, + "sequence_file/dd31fdba-26a2-4ccb-aa62-c43521de953e": { + "content": { + "lane_index": 3, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM6_HiSeq_8_S15_L003_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.024Z", + "document_id": "dd31fdba-26a2-4ccb-aa62-c43521de953e" + } + }, + "sequence_file/4d2ec95d-d00b-44a7-9119-a53b5db1b181": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_1_S16_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.045Z", + "document_id": "4d2ec95d-d00b-44a7-9119-a53b5db1b181" + } + }, + "sequence_file/8d3d8579-4d9f-4442-9141-653287e9418b": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_1_S16_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.061Z", + "document_id": "8d3d8579-4d9f-4442-9141-653287e9418b" + } + }, + "sequence_file/0daa891b-8d87-416e-8b26-d44824de5bbd": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_1_S16_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.073Z", + "document_id": "0daa891b-8d87-416e-8b26-d44824de5bbd" + } + }, + "sequence_file/3eff86f6-cff5-43a6-9024-be9a9893f867": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_1_S16_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.088Z", + "document_id": "3eff86f6-cff5-43a6-9024-be9a9893f867" + } + }, + "sequence_file/8240917a-8fb5-47b5-8b35-64dd30c3b43f": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_1_S16_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.104Z", + "document_id": "8240917a-8fb5-47b5-8b35-64dd30c3b43f" + } + }, + "sequence_file/5952c0d9-09c9-4459-a606-515d8a497bd8": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_1_S16_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.117Z", + "document_id": "5952c0d9-09c9-4459-a606-515d8a497bd8" + } + }, + "sequence_file/6e76f2d5-1b5d-4799-8b41-45faad9d6e11": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_2_S17_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.131Z", + "document_id": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11" + } + }, + "sequence_file/9f72f529-b2cb-4830-9ff4-e1c03ec449c2": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_2_S17_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.162Z", + "document_id": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2" + } + }, + "sequence_file/df7935c8-d1be-4dcf-a583-60a24636944d": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_2_S17_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.185Z", + "document_id": "df7935c8-d1be-4dcf-a583-60a24636944d" + } + }, + "sequence_file/bde680ab-9ae1-4392-b8b5-1187860111e5": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_2_S17_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.211Z", + "document_id": "bde680ab-9ae1-4392-b8b5-1187860111e5" + } + }, + "sequence_file/26fc3171-166d-4145-b786-c5a7397a1ade": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_2_S17_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.256Z", + "document_id": "26fc3171-166d-4145-b786-c5a7397a1ade" + } + }, + "sequence_file/7e602220-a242-4d9a-9e1e-1487f7880b41": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_2_S17_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.300Z", + "document_id": "7e602220-a242-4d9a-9e1e-1487f7880b41" + } + }, + "sequence_file/2cf69609-5b35-4cd7-8b38-d53378de7ee2": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_3_S18_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.341Z", + "document_id": "2cf69609-5b35-4cd7-8b38-d53378de7ee2" + } + }, + "sequence_file/4d5c056b-5b1b-4fe7-a763-621cb7fa17c7": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_3_S18_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.384Z", + "document_id": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7" + } + }, + "sequence_file/3555957c-8ac8-4afc-ab54-866d1cac3b1f": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_3_S18_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.416Z", + "document_id": "3555957c-8ac8-4afc-ab54-866d1cac3b1f" + } + }, + "sequence_file/62b17e40-2c0b-4e37-8859-9290d1513ef9": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_3_S18_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.478Z", + "document_id": "62b17e40-2c0b-4e37-8859-9290d1513ef9" + } + }, + "sequence_file/06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_3_S18_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.514Z", + "document_id": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4" + } + }, + "sequence_file/a3f0a66b-1ebe-47dc-8efc-cacfface111d": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_3_S18_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.532Z", + "document_id": "a3f0a66b-1ebe-47dc-8efc-cacfface111d" + } + }, + "sequence_file/5eb311a4-19c8-429d-b36e-409fb80e31b0": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_4_S19_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.551Z", + "document_id": "5eb311a4-19c8-429d-b36e-409fb80e31b0" + } + }, + "sequence_file/be263698-8ffb-4263-902a-5dea68d18df5": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_4_S19_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.564Z", + "document_id": "be263698-8ffb-4263-902a-5dea68d18df5" + } + }, + "sequence_file/00424825-4dfe-4afc-a8a8-c5bffdaada00": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_4_S19_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.577Z", + "document_id": "00424825-4dfe-4afc-a8a8-c5bffdaada00" + } + }, + "sequence_file/2df110bc-9016-4bf6-a622-e4fab70b82ca": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_4_S19_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.590Z", + "document_id": "2df110bc-9016-4bf6-a622-e4fab70b82ca" + } + }, + "sequence_file/a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_4_S19_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.603Z", + "document_id": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0" + } + }, + "sequence_file/afbfe990-11a2-4836-94b3-980e11ca1c2a": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_4_S19_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.616Z", + "document_id": "afbfe990-11a2-4836-94b3-980e11ca1c2a" + } + }, + "sequence_file/7d516073-474d-4359-973d-3c454f2e080a": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_5_S20_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.628Z", + "document_id": "7d516073-474d-4359-973d-3c454f2e080a" + } + }, + "sequence_file/c9ad441e-28a2-47b8-998e-48d48936ed64": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_5_S20_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.640Z", + "document_id": "c9ad441e-28a2-47b8-998e-48d48936ed64" + } + }, + "sequence_file/01842746-1644-436e-a1e5-aa3b59e2b8d6": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_5_S20_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.654Z", + "document_id": "01842746-1644-436e-a1e5-aa3b59e2b8d6" + } + }, + "sequence_file/c17745c1-7217-4771-aaac-d5bf35072343": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_5_S20_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.667Z", + "document_id": "c17745c1-7217-4771-aaac-d5bf35072343" + } + }, + "sequence_file/1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_5_S20_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.679Z", + "document_id": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c" + } + }, + "sequence_file/5880c00e-4063-431e-8510-6cdaf5bb1c5d": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_5_S20_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.692Z", + "document_id": "5880c00e-4063-431e-8510-6cdaf5bb1c5d" + } + }, + "sequence_file/1780aa95-bd16-4cb9-814e-d3900d4787d7": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_6_S21_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.705Z", + "document_id": "1780aa95-bd16-4cb9-814e-d3900d4787d7" + } + }, + "sequence_file/30e7db70-fec3-48f1-bf7b-71adf9e8d7f1": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_6_S21_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.716Z", + "document_id": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1" + } + }, + "sequence_file/becb6174-be03-40fa-85c2-4fa3b9308ef5": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_6_S21_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.729Z", + "document_id": "becb6174-be03-40fa-85c2-4fa3b9308ef5" + } + }, + "sequence_file/f308eed4-5954-4047-a18e-9c309d9fdab9": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_6_S21_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.742Z", + "document_id": "f308eed4-5954-4047-a18e-9c309d9fdab9" + } + }, + "sequence_file/e44d2d64-df79-4a74-b88b-093102e4e799": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_6_S21_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.754Z", + "document_id": "e44d2d64-df79-4a74-b88b-093102e4e799" + } + }, + "sequence_file/b8cae58c-fa89-480e-8c51-88115619bf8e": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_6_S21_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.767Z", + "document_id": "b8cae58c-fa89-480e-8c51-88115619bf8e" + } + }, + "sequence_file/7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_7_S22_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.779Z", + "document_id": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0" + } + }, + "sequence_file/176d224c-1e70-4ef8-ab96-ea63cfa63888": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_7_S22_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.790Z", + "document_id": "176d224c-1e70-4ef8-ab96-ea63cfa63888" + } + }, + "sequence_file/9ea35e5e-27ac-4925-9961-fffebe01e5e9": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_7_S22_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.805Z", + "document_id": "9ea35e5e-27ac-4925-9961-fffebe01e5e9" + } + }, + "sequence_file/cc95fef9-2681-4489-bc6c-1c5d494b29a8": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_7_S22_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.818Z", + "document_id": "cc95fef9-2681-4489-bc6c-1c5d494b29a8" + } + }, + "sequence_file/4eb20891-5ee7-49fe-aa32-52201434772c": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_7_S22_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.830Z", + "document_id": "4eb20891-5ee7-49fe-aa32-52201434772c" + } + }, + "sequence_file/6c11e561-ec37-4fb9-8661-a402d5268091": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_7_S22_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.854Z", + "document_id": "6c11e561-ec37-4fb9-8661-a402d5268091" + } + }, + "sequence_file/6d2d1bda-e128-497e-8569-1e004c556b38": { + "content": { + "lane_index": 5, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_8_S23_L005_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.880Z", + "document_id": "6d2d1bda-e128-497e-8569-1e004c556b38" + } + }, + "sequence_file/09cce819-9467-4dd8-b91a-ef6b450c4b33": { + "content": { + "lane_index": 5, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_8_S23_L005_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.895Z", + "document_id": "09cce819-9467-4dd8-b91a-ef6b450c4b33" + } + }, + "sequence_file/bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c": { + "content": { + "lane_index": 5, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_8_S23_L005_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.907Z", + "document_id": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c" + } + }, + "sequence_file/32e070e3-574d-4676-add4-359dd4c64ae7": { + "content": { + "lane_index": 6, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_8_S23_L006_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.919Z", + "document_id": "32e070e3-574d-4676-add4-359dd4c64ae7" + } + }, + "sequence_file/ea993f83-3268-4dc6-8612-cd9a3ccfc475": { + "content": { + "lane_index": 6, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_8_S23_L006_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:53.996Z", + "document_id": "ea993f83-3268-4dc6-8612-cd9a3ccfc475" + } + }, + "sequence_file/bad6ed96-930c-47a9-b851-d527af7136e3": { + "content": { + "lane_index": 6, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM7_HiSeq_8_S23_L006_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.014Z", + "document_id": "bad6ed96-930c-47a9-b851-d527af7136e3" + } + }, + "sequence_file/ea6245c2-e8ee-4185-ae2f-0389a5bae598": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_1_S24_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.029Z", + "document_id": "ea6245c2-e8ee-4185-ae2f-0389a5bae598" + } + }, + "sequence_file/9eb02069-4c56-4065-83ac-01eaf5fb9b68": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_1_S24_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.042Z", + "document_id": "9eb02069-4c56-4065-83ac-01eaf5fb9b68" + } + }, + "sequence_file/cd7ee2a1-6c69-4714-8306-a347a4f28616": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_1_S24_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.057Z", + "document_id": "cd7ee2a1-6c69-4714-8306-a347a4f28616" + } + }, + "sequence_file/f2edefd2-c29c-470d-8879-3d480a6c55f9": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_1_S24_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.086Z", + "document_id": "f2edefd2-c29c-470d-8879-3d480a6c55f9" + } + }, + "sequence_file/e9bd1cf1-b0e6-4b05-9d85-afe6659d001d": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_1_S24_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.098Z", + "document_id": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d" + } + }, + "sequence_file/383bb59e-9082-494a-91b2-804a72830475": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_1_S24_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.109Z", + "document_id": "383bb59e-9082-494a-91b2-804a72830475" + } + }, + "sequence_file/7149194f-3bc9-4aa2-8407-e89bad2dd77b": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_2_S25_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.125Z", + "document_id": "7149194f-3bc9-4aa2-8407-e89bad2dd77b" + } + }, + "sequence_file/b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_2_S25_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.138Z", + "document_id": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e" + } + }, + "sequence_file/f0b940a1-de2c-461e-a40d-7a5b0c11ca40": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_2_S25_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.153Z", + "document_id": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40" + } + }, + "sequence_file/04e94fd5-49df-4149-9da5-ff9c86a2e494": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_2_S25_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.184Z", + "document_id": "04e94fd5-49df-4149-9da5-ff9c86a2e494" + } + }, + "sequence_file/5675b050-9c66-4c34-803f-3e6e0ea0af3f": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_2_S25_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.206Z", + "document_id": "5675b050-9c66-4c34-803f-3e6e0ea0af3f" + } + }, + "sequence_file/d889a2da-2b28-4553-9045-fe9c958b4616": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_2_S25_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.243Z", + "document_id": "d889a2da-2b28-4553-9045-fe9c958b4616" + } + }, + "sequence_file/4d7b8243-f099-4eab-a5a4-1e6c359f999d": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_3_S26_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.264Z", + "document_id": "4d7b8243-f099-4eab-a5a4-1e6c359f999d" + } + }, + "sequence_file/462d6d7c-8c83-4e91-b851-4ebe7f04ed4a": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_3_S26_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.288Z", + "document_id": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a" + } + }, + "sequence_file/d7bbc88d-ea41-483f-940a-332989f6dd75": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_3_S26_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.313Z", + "document_id": "d7bbc88d-ea41-483f-940a-332989f6dd75" + } + }, + "sequence_file/2ff31790-2e31-4056-ade6-a40b3333efbe": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_3_S26_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.339Z", + "document_id": "2ff31790-2e31-4056-ade6-a40b3333efbe" + } + }, + "sequence_file/e4e33817-0d2c-4e42-8d10-17cba4b3c1d8": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_3_S26_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.369Z", + "document_id": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8" + } + }, + "sequence_file/aa24229f-3be5-495b-9989-d9e793056993": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_3_S26_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.397Z", + "document_id": "aa24229f-3be5-495b-9989-d9e793056993" + } + }, + "sequence_file/9b34f6ca-9952-4fbd-b55b-e06e44094463": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_4_S27_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.428Z", + "document_id": "9b34f6ca-9952-4fbd-b55b-e06e44094463" + } + }, + "sequence_file/eb21d839-7f51-4781-bf46-886fc6d82a11": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_4_S27_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.454Z", + "document_id": "eb21d839-7f51-4781-bf46-886fc6d82a11" + } + }, + "sequence_file/0bb11e93-d9c6-411e-a614-e38252775d75": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_4_S27_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:54.478Z", + "document_id": "0bb11e93-d9c6-411e-a614-e38252775d75" + } + }, + "sequence_file/2320aa06-7d82-46ec-ad6d-a1c9fd280cde": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_4_S27_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.018Z", + "document_id": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde" + } + }, + "sequence_file/1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_4_S27_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.051Z", + "document_id": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc" + } + }, + "sequence_file/b692d3f7-0e85-4e18-9373-214300cc0293": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_4_S27_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.064Z", + "document_id": "b692d3f7-0e85-4e18-9373-214300cc0293" + } + }, + "sequence_file/c9a2b54f-1316-4463-8f0b-9061bb4b51cd": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_5_S28_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.076Z", + "document_id": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd" + } + }, + "sequence_file/87e595d8-7285-4067-a73f-e80944ffae3c": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_5_S28_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.090Z", + "document_id": "87e595d8-7285-4067-a73f-e80944ffae3c" + } + }, + "sequence_file/38cef0ea-3ef8-45cd-aadc-5e8e64319cf0": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_5_S28_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.103Z", + "document_id": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0" + } + }, + "sequence_file/29b8c167-5542-47bd-85a8-926645d7846a": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_5_S28_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.120Z", + "document_id": "29b8c167-5542-47bd-85a8-926645d7846a" + } + }, + "sequence_file/312522d0-f218-4304-8376-d6f1feeb7553": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_5_S28_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.142Z", + "document_id": "312522d0-f218-4304-8376-d6f1feeb7553" + } + }, + "sequence_file/ca1ca1f1-f0ab-4224-8422-d5345ccab557": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_5_S28_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.158Z", + "document_id": "ca1ca1f1-f0ab-4224-8422-d5345ccab557" + } + }, + "sequence_file/124dc699-f389-4462-9c29-41a091d5cc04": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_6_S29_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.193Z", + "document_id": "124dc699-f389-4462-9c29-41a091d5cc04" + } + }, + "sequence_file/abb46e44-0aba-4814-a7f4-b9b62fb5f6ad": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_6_S29_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.230Z", + "document_id": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad" + } + }, + "sequence_file/8f4e5133-7aa0-468d-b13c-6fa23cdaf407": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_6_S29_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.279Z", + "document_id": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407" + } + }, + "sequence_file/d8e59dbd-2add-4514-ae3e-9fac8ae902f5": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_6_S29_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.343Z", + "document_id": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5" + } + }, + "sequence_file/4fa725fa-23c0-4b9b-9c0d-92b82aa75919": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_6_S29_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.377Z", + "document_id": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919" + } + }, + "sequence_file/da84551f-0859-46fd-aaa2-4797cd373991": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_6_S29_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.398Z", + "document_id": "da84551f-0859-46fd-aaa2-4797cd373991" + } + }, + "sequence_file/b63d119a-2496-4d92-9bab-e67e85914708": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_7_S30_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.426Z", + "document_id": "b63d119a-2496-4d92-9bab-e67e85914708" + } + }, + "sequence_file/274e4b04-3174-46f1-bba5-004bb1ed2cc5": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_7_S30_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.442Z", + "document_id": "274e4b04-3174-46f1-bba5-004bb1ed2cc5" + } + }, + "sequence_file/86d25b68-ffb0-4fd4-bf48-10f6c3c184a5": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_7_S30_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.467Z", + "document_id": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5" + } + }, + "sequence_file/8bea9251-da22-4f68-91a4-1e60c4af956f": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_7_S30_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.507Z", + "document_id": "8bea9251-da22-4f68-91a4-1e60c4af956f" + } + }, + "sequence_file/487e2d7f-320d-4d75-9d34-3a0fb791c553": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_7_S30_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.524Z", + "document_id": "487e2d7f-320d-4d75-9d34-3a0fb791c553" + } + }, + "sequence_file/31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_7_S30_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.539Z", + "document_id": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331" + } + }, + "sequence_file/3fed1e54-3bf7-46fc-829a-f538a092d774": { + "content": { + "lane_index": 7, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_8_S31_L007_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.552Z", + "document_id": "3fed1e54-3bf7-46fc-829a-f538a092d774" + } + }, + "sequence_file/5e31c504-cb51-459e-a939-d49bc83d5d44": { + "content": { + "lane_index": 7, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_8_S31_L007_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.566Z", + "document_id": "5e31c504-cb51-459e-a939-d49bc83d5d44" + } + }, + "sequence_file/9e7ac38d-b196-4e80-a59c-0d630d725745": { + "content": { + "lane_index": 7, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_8_S31_L007_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.578Z", + "document_id": "9e7ac38d-b196-4e80-a59c-0d630d725745" + } + }, + "sequence_file/93e242a1-3d4b-491b-9d5f-02e038e212cb": { + "content": { + "lane_index": 8, + "read_index": "index1", + "read_length": 8, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_8_S31_L008_I1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.600Z", + "document_id": "93e242a1-3d4b-491b-9d5f-02e038e212cb" + } + }, + "sequence_file/709da3b4-e8a0-431d-b082-8530ffae33f8": { + "content": { + "lane_index": 8, + "read_index": "read1", + "read_length": 26, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_8_S31_L008_R1_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.612Z", + "document_id": "709da3b4-e8a0-431d-b082-8530ffae33f8" + } + }, + "sequence_file/b8a56d3f-9910-44a0-a9c0-bb7d51705792": { + "content": { + "lane_index": 8, + "read_index": "read2", + "read_length": 98, + "schema_type": "file", + "file_core": { + "file_name": "MantonBM8_HiSeq_8_S31_L008_R2_001.fastq.gz", + "file_format": "fastq.gz" + }, + "describedBy": "https://schema.humancellatlas.org/type/file/5.1.0/sequence_file" + }, + "hca_ingest": { + "submissionDate": "2018-03-26T16:59:57.624Z", + "document_id": "b8a56d3f-9910-44a0-a9c0-bb7d51705792" + } + }, + "dissociation_process/eacc00c5-f7a1-45da-a021-50cbacde691a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_58" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.644Z", + "updateDate": "2018-03-26T17:01:05.257Z", + "document_id": "eacc00c5-f7a1-45da-a021-50cbacde691a" + } + }, + "process/655ec2a1-8b2c-4805-8b68-233d3687b8f2": { + "content": { + "process_core": { + "process_id": "sampling_process_18" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_50" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.995Z", - "updateDate": "2018-03-26T17:01:06.266Z", - "document_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.637Z", + "updateDate": "2018-03-26T16:59:59.170Z", + "document_id": "655ec2a1-8b2c-4805-8b68-233d3687b8f2" + } + }, + "dissociation_process/b1711fef-df62-45b2-8541-5c3ccd3ca9a4": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_60" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.935Z", + "updateDate": "2018-03-26T17:00:50.363Z", + "document_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4" + } + }, + "process/0942925d-2462-4eb1-af34-36ceee6542a4": { + "content": { + "process_core": { + "process_id": "sampling_process_118" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_91" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.810Z", - "updateDate": "2018-03-26T17:00:02.517Z", - "document_id": "07662fff-7c93-480f-9523-625f420e3b0c" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.254Z", + "updateDate": "2018-03-26T17:00:03.208Z", + "document_id": "0942925d-2462-4eb1-af34-36ceee6542a4" + } + }, + "dissociation_process/acde5791-cf1f-4f83-b97e-fdaa38d530b9": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_40" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:56.899Z", + "updateDate": "2018-03-26T17:01:04.337Z", + "document_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9" + } + }, + "process/ff88846c-593a-4b0f-a656-ca79f36b6aae": { + "content": { + "process_core": { + "process_id": "sampling_process_42" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_46" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:54.014Z", - "updateDate": "2018-03-26T17:01:02.405Z", - "document_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.249Z", + "updateDate": "2018-03-26T16:59:58.150Z", + "document_id": "ff88846c-593a-4b0f-a656-ca79f36b6aae" + } + }, + "dissociation_process/d2c8f367-c7cd-412b-8290-1920f5f3f2c7": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_47" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.936Z", + "updateDate": "2018-03-26T17:01:02.306Z", + "document_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7" + } + }, + "process/dd4d597d-3fc6-4e7c-b1f5-20f3add9511d": { + "content": { + "process_core": { + "process_id": "sampling_process_44" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_121" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.447Z", - "updateDate": "2018-03-26T17:00:06.143Z", - "document_id": "fcd1deb7-9bfb-43af-84ed-a80576e654b7" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.491Z", + "updateDate": "2018-03-26T16:59:58.251Z", + "document_id": "dd4d597d-3fc6-4e7c-b1f5-20f3add9511d" + } + }, + "dissociation_process/96a29826-a47b-4f1a-9252-56cd16a56e06": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_38" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.965Z", + "updateDate": "2018-03-26T17:00:43.496Z", + "document_id": "96a29826-a47b-4f1a-9252-56cd16a56e06" + } + }, + "process/32589218-75ee-4978-9b8c-27a1674531bb": { + "content": { + "process_core": { + "process_id": "sampling_process_16" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_51" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.090Z", - "updateDate": "2018-03-26T17:01:06.275Z", - "document_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.140Z", + "updateDate": "2018-03-26T16:59:58.160Z", + "document_id": "32589218-75ee-4978-9b8c-27a1674531bb" + } + }, + "dissociation_process/cfd75031-9b04-4b8b-a417-4a1ce9582495": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_56" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.168Z", + "updateDate": "2018-03-26T17:01:06.302Z", + "document_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495" + } + }, + "process/a82e1a02-7115-499e-9db0-472058dd706a": { + "content": { + "process_core": { + "process_id": "sampling_process_34" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_55" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.135Z", - "updateDate": "2018-03-26T17:00:00.160Z", - "document_id": "54b99724-3876-4b1a-a7e3-63fb1122da7f" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.646Z", + "updateDate": "2018-03-26T16:59:59.155Z", + "document_id": "a82e1a02-7115-499e-9db0-472058dd706a" + } + }, + "dissociation_process/15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_45" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.757Z", + "updateDate": "2018-03-26T17:01:01.404Z", + "document_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c" + } + }, + "process/b7aa38e3-b79a-46f8-ba41-99d86f6fd85f": { + "content": { + "process_core": { + "process_id": "sampling_process_15" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_34" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.149Z", - "updateDate": "2018-03-26T17:00:44.242Z", - "document_id": "b94192b5-0099-4fb6-b108-70a218be4174" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.001Z", + "updateDate": "2018-03-26T16:59:58.326Z", + "document_id": "b7aa38e3-b79a-46f8-ba41-99d86f6fd85f" + } + }, + "dissociation_process/558fd304-a67b-4b17-bac4-35e0cba1f6a9": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_53" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.919Z", + "updateDate": "2018-03-26T17:01:06.306Z", + "document_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9" + } + }, + "process/be046d7c-3516-4f39-9a01-90cd7025d927": { + "content": { + "process_core": { + "process_id": "sampling_process_14" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_94" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:44.079Z", - "updateDate": "2018-03-26T17:00:04.197Z", - "document_id": "7c21c65c-ebbb-437d-8a76-02351c75fa6f" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:32.920Z", + "updateDate": "2018-03-26T16:59:58.122Z", + "document_id": "be046d7c-3516-4f39-9a01-90cd7025d927" + } + }, + "dissociation_process/e66dc50e-7102-48fb-a7b0-15e411309c33": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_42" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.045Z", + "updateDate": "2018-03-26T17:01:04.315Z", + "document_id": "e66dc50e-7102-48fb-a7b0-15e411309c33" + } + }, + "process/a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb": { + "content": { + "process_core": { + "process_id": "sampling_process_93" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_39" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.080Z", - "updateDate": "2018-03-26T17:00:43.696Z", - "document_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.912Z", + "updateDate": "2018-03-26T17:00:01.172Z", + "document_id": "a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb" + } + }, + "dissociation_process/3ffbc2a9-aca9-439c-ac52-c845cd66c489": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_57" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.239Z", + "updateDate": "2018-03-26T17:01:06.248Z", + "document_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489" + } + }, + "process/229e8909-865e-4330-bf7f-416f0ef8631e": { + "content": { + "process_core": { + "process_id": "sampling_process_102" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_124" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.576Z", - "updateDate": "2018-03-26T17:00:10.186Z", - "document_id": "c9d8aecb-3eed-400e-b820-b5998afcd872" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.072Z", + "updateDate": "2018-03-26T17:00:01.411Z", + "document_id": "229e8909-865e-4330-bf7f-416f0ef8631e" + } + }, + "dissociation_process/4d74208d-5200-46c5-9d4e-fafc132bb31c": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_61" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.870Z", + "updateDate": "2018-03-26T17:00:51.336Z", + "document_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c" + } + }, + "process/b0628e09-0b0b-46e4-8ba1-075f038b675a": { + "content": { + "process_core": { + "process_id": "sampling_process_19" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_35" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.258Z", - "updateDate": "2018-03-26T17:00:45.277Z", - "document_id": "13752803-67e4-420d-90db-430085a01365" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.683Z", + "updateDate": "2018-03-26T16:59:57.495Z", + "document_id": "b0628e09-0b0b-46e4-8ba1-075f038b675a" + } + }, + "dissociation_process/0b56e470-94b8-4de0-9b8e-26cb2d892eed": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_33" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.829Z", + "updateDate": "2018-03-26T17:00:45.268Z", + "document_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed" + } + }, + "process/d921308c-6baa-4370-af41-bc2715107a4e": { + "content": { + "process_core": { + "process_id": "sampling_process_39" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_17" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:33.551Z", - "updateDate": "2018-03-26T16:59:58.199Z", - "document_id": "b0257ffe-3162-463f-9dff-73d2d1900cd2" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:34.963Z", + "updateDate": "2018-03-26T16:59:59.105Z", + "document_id": "d921308c-6baa-4370-af41-bc2715107a4e" + } + }, + "dissociation_process/5c2a4543-956b-4e43-adc0-6ff07b8cdd4c": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_63" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.736Z", + "updateDate": "2018-03-26T17:00:52.317Z", + "document_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c" + } + }, + "process/85344d5f-d10d-4cac-b0f5-6516ec30f3a5": { + "content": { + "process_core": { + "process_id": "sampling_process_86" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_55" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.385Z", - "updateDate": "2018-03-26T17:01:07.375Z", - "document_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.595Z", + "updateDate": "2018-03-26T17:00:00.160Z", + "document_id": "85344d5f-d10d-4cac-b0f5-6516ec30f3a5" + } + }, + "dissociation_process/afeca0ff-8bd0-4e3b-8905-357a061064dd": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_41" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:54.099Z", + "updateDate": "2018-03-26T17:01:00.409Z", + "document_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd" + } + }, + "process/c0636a64-e0ca-4adc-9c8a-208651ec9bfd": { + "content": { + "process_core": { + "process_id": "sampling_process_40" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_90" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.770Z", - "updateDate": "2018-03-26T17:00:01.179Z", - "document_id": "7f199f03-7b6d-46dd-b3a6-489c0c67163a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.025Z", + "updateDate": "2018-03-26T16:59:59.164Z", + "document_id": "c0636a64-e0ca-4adc-9c8a-208651ec9bfd" + } + }, + "dissociation_process/4e4dd950-12bf-4b34-bfc3-407861625fe6": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_43" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:56.971Z", + "updateDate": "2018-03-26T17:01:04.344Z", + "document_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6" + } + }, + "process/99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2": { + "content": { + "process_core": { + "process_id": "sampling_process_56" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_62" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:11.802Z", - "updateDate": "2018-03-26T17:00:52.308Z", - "document_id": "83f55550-882d-4316-9f97-a479fe9c6c41" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.240Z", + "updateDate": "2018-03-26T17:00:01.169Z", + "document_id": "99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2" + } + }, + "dissociation_process/99554c65-0d6d-4dd9-a12f-02b97bad8275": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_50" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.995Z", + "updateDate": "2018-03-26T17:01:06.266Z", + "document_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275" + } + }, + "process/07662fff-7c93-480f-9523-625f420e3b0c": { + "content": { + "process_core": { + "process_id": "sampling_process_91" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_120" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.402Z", - "updateDate": "2018-03-26T17:00:04.192Z", - "document_id": "5b25fff3-3fbf-4aee-b4e7-b023b253e105" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.810Z", + "updateDate": "2018-03-26T17:00:02.517Z", + "document_id": "07662fff-7c93-480f-9523-625f420e3b0c" + } + }, + "dissociation_process/402d93f9-1a92-427b-94d2-6b8b3f745f7b": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_46" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:54.014Z", + "updateDate": "2018-03-26T17:01:02.405Z", + "document_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b" + } + }, + "process/fcd1deb7-9bfb-43af-84ed-a80576e654b7": { + "content": { + "process_core": { + "process_id": "sampling_process_121" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_36" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.425Z", - "updateDate": "2018-03-26T17:00:47.469Z", - "document_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.447Z", + "updateDate": "2018-03-26T17:00:06.143Z", + "document_id": "fcd1deb7-9bfb-43af-84ed-a80576e654b7" + } + }, + "dissociation_process/c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_51" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.090Z", + "updateDate": "2018-03-26T17:01:06.275Z", + "document_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f" + } + }, + "process/54b99724-3876-4b1a-a7e3-63fb1122da7f": { + "content": { + "process_core": { + "process_id": "sampling_process_55" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_53" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.987Z", - "updateDate": "2018-03-26T16:59:57.385Z", - "document_id": "d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.135Z", + "updateDate": "2018-03-26T17:00:00.160Z", + "document_id": "54b99724-3876-4b1a-a7e3-63fb1122da7f" + } + }, + "dissociation_process/b94192b5-0099-4fb6-b108-70a218be4174": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_34" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.149Z", + "updateDate": "2018-03-26T17:00:44.242Z", + "document_id": "b94192b5-0099-4fb6-b108-70a218be4174" + } + }, + "process/7c21c65c-ebbb-437d-8a76-02351c75fa6f": { + "content": { + "process_core": { + "process_id": "sampling_process_94" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_49" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.551Z", - "updateDate": "2018-03-26T17:01:01.674Z", - "document_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:44.079Z", + "updateDate": "2018-03-26T17:00:04.197Z", + "document_id": "7c21c65c-ebbb-437d-8a76-02351c75fa6f" + } + }, + "dissociation_process/70dbad0c-b35c-4ab3-86e3-df6f96be72af": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_39" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.080Z", + "updateDate": "2018-03-26T17:00:43.696Z", + "document_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af" + } + }, + "process/c9d8aecb-3eed-400e-b820-b5998afcd872": { + "content": { + "process_core": { + "process_id": "sampling_process_124" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_92" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:43.856Z", - "updateDate": "2018-03-26T17:00:00.114Z", - "document_id": "d987bfce-9727-43fd-81c1-7a4f6df09922" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.576Z", + "updateDate": "2018-03-26T17:00:10.186Z", + "document_id": "c9d8aecb-3eed-400e-b820-b5998afcd872" + } + }, + "dissociation_process/13752803-67e4-420d-90db-430085a01365": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_35" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.258Z", + "updateDate": "2018-03-26T17:00:45.277Z", + "document_id": "13752803-67e4-420d-90db-430085a01365" + } + }, + "process/b0257ffe-3162-463f-9dff-73d2d1900cd2": { + "content": { + "process_core": { + "process_id": "sampling_process_17" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_48" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.681Z", - "updateDate": "2018-03-26T17:01:01.527Z", - "document_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:33.551Z", + "updateDate": "2018-03-26T16:59:58.199Z", + "document_id": "b0257ffe-3162-463f-9dff-73d2d1900cd2" + } + }, + "dissociation_process/bafbfbc4-31a1-44de-bf4c-ae78461df603": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_55" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.385Z", + "updateDate": "2018-03-26T17:01:07.375Z", + "document_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603" + } + }, + "process/7f199f03-7b6d-46dd-b3a6-489c0c67163a": { + "content": { + "process_core": { + "process_id": "sampling_process_90" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_41" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.133Z", - "updateDate": "2018-03-26T17:00:01.508Z", - "document_id": "08b2716c-0112-4c81-b75b-b7b0d983c656" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.770Z", + "updateDate": "2018-03-26T17:00:01.179Z", + "document_id": "7f199f03-7b6d-46dd-b3a6-489c0c67163a" + } + }, + "dissociation_process/83f55550-882d-4316-9f97-a479fe9c6c41": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_62" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:11.802Z", + "updateDate": "2018-03-26T17:00:52.308Z", + "document_id": "83f55550-882d-4316-9f97-a479fe9c6c41" + } + }, + "process/5b25fff3-3fbf-4aee-b4e7-b023b253e105": { + "content": { + "process_core": { + "process_id": "sampling_process_120" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_37" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:07.548Z", - "updateDate": "2018-03-26T17:00:44.826Z", - "document_id": "d6f3b423-67c4-460e-989c-39cd2e762a92" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.402Z", + "updateDate": "2018-03-26T17:00:04.192Z", + "document_id": "5b25fff3-3fbf-4aee-b4e7-b023b253e105" + } + }, + "dissociation_process/ebf63b5d-8f5b-47b5-9f45-e0d96b383eef": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_36" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.425Z", + "updateDate": "2018-03-26T17:00:47.469Z", + "document_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef" + } + }, + "process/d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc": { + "content": { + "process_core": { + "process_id": "sampling_process_53" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_48" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:35.700Z", - "updateDate": "2018-03-26T16:59:57.267Z", - "document_id": "7c86261f-3112-4bc1-bd8d-8a94accf7478" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.987Z", + "updateDate": "2018-03-26T16:59:57.385Z", + "document_id": "d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc" + } + }, + "dissociation_process/3df4eb34-1422-42ff-97d3-ece0c4c0fdf8": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_49" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.551Z", + "updateDate": "2018-03-26T17:01:01.674Z", + "document_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8" + } + }, + "process/d987bfce-9727-43fd-81c1-7a4f6df09922": { + "content": { + "process_core": { + "process_id": "sampling_process_92" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_44" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:53.852Z", - "updateDate": "2018-03-26T17:01:01.377Z", - "document_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:43.856Z", + "updateDate": "2018-03-26T17:00:00.114Z", + "document_id": "d987bfce-9727-43fd-81c1-7a4f6df09922" + } + }, + "dissociation_process/9daacadd-f1c1-44b4-871e-00b676b6fa35": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_48" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.681Z", + "updateDate": "2018-03-26T17:01:01.527Z", + "document_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35" + } + }, + "process/08b2716c-0112-4c81-b75b-b7b0d983c656": { + "content": { + "process_core": { + "process_id": "sampling_process_41" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_110" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.803Z", - "updateDate": "2018-03-26T17:00:03.270Z", - "document_id": "a0232494-8018-4f79-add4-d7f822d883c2" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.133Z", + "updateDate": "2018-03-26T17:00:01.508Z", + "document_id": "08b2716c-0112-4c81-b75b-b7b0d983c656" + } + }, + "dissociation_process/d6f3b423-67c4-460e-989c-39cd2e762a92": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_37" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:07.548Z", + "updateDate": "2018-03-26T17:00:44.826Z", + "document_id": "d6f3b423-67c4-460e-989c-39cd2e762a92" + } + }, + "process/7c86261f-3112-4bc1-bd8d-8a94accf7478": { + "content": { + "process_core": { + "process_id": "sampling_process_48" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_59" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.712Z", - "updateDate": "2018-03-26T17:01:05.285Z", - "document_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:35.700Z", + "updateDate": "2018-03-26T16:59:57.267Z", + "document_id": "7c86261f-3112-4bc1-bd8d-8a94accf7478" + } + }, + "dissociation_process/c55b1216-dec4-41bd-b425-3e9e2708ec3d": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_44" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:53.852Z", + "updateDate": "2018-03-26T17:01:01.377Z", + "document_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d" + } + }, + "process/a0232494-8018-4f79-add4-d7f822d883c2": { + "content": { + "process_core": { + "process_id": "sampling_process_110" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_57" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:36.373Z", - "updateDate": "2018-03-26T17:00:01.197Z", - "document_id": "ac142e9e-cf8d-4e77-bf36-30177c2931f3" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.803Z", + "updateDate": "2018-03-26T17:00:03.270Z", + "document_id": "a0232494-8018-4f79-add4-d7f822d883c2" + } + }, + "dissociation_process/d3fbeb3c-623d-453a-9a85-559cf8fcce42": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_59" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.712Z", + "updateDate": "2018-03-26T17:01:05.285Z", + "document_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42" + } + }, + "process/ac142e9e-cf8d-4e77-bf36-30177c2931f3": { + "content": { + "process_core": { + "process_id": "sampling_process_57" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_52" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:57.851Z", - "updateDate": "2018-03-26T17:01:06.308Z", - "document_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:36.373Z", + "updateDate": "2018-03-26T17:00:01.197Z", + "document_id": "ac142e9e-cf8d-4e77-bf36-30177c2931f3" + } + }, + "dissociation_process/ced1975a-38cb-47d8-a940-48c438b9fb7a": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_52" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:57.851Z", + "updateDate": "2018-03-26T17:01:06.308Z", + "document_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a" + } + }, + "process/f353f6e5-9415-4476-923a-a3bfbde8987a": { + "content": { + "process_core": { + "process_id": "sampling_process_111" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_111" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:45.844Z", - "updateDate": "2018-03-26T17:00:04.219Z", - "document_id": "f353f6e5-9415-4476-923a-a3bfbde8987a" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:45.844Z", + "updateDate": "2018-03-26T17:00:04.219Z", + "document_id": "f353f6e5-9415-4476-923a-a3bfbde8987a" + } + }, + "dissociation_process/e3515c4a-944a-4f0e-aeff-e872fe44d677": { + "content": { + "nucleic_acid_source": "single cell", + "process_core": { + "process_name": "mononuclear cell isolation", + "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", + "process_id": "dissociation_process_54" + }, + "dissociation_method": "10x_v2", + "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:58.313Z", + "updateDate": "2018-03-26T17:01:07.329Z", + "document_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677" + } + }, + "process/d46f0814-1caf-4668-ab2e-cec3af24b1fb": { + "content": { + "process_core": { + "process_id": "sampling_process_122" }, - { - "content": { - "nucleic_acid_source": "single cell", - "process_core": { - "process_name": "mononuclear cell isolation", - "process_description": "We isolated mononuclear cells for all samples in preparation for 10x sequencing.", - "process_id": "dissociation_process_54" - }, - "dissociation_method": "10x_v2", - "describedBy": "https://schema.humancellatlas.org/type/process/biomaterial_collection/5.1.0/dissociation_process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:58.313Z", - "updateDate": "2018-03-26T17:01:07.329Z", - "document_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677" - } + "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", + "schema_type": "process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:46.490Z", + "updateDate": "2018-03-26T17:00:03.343Z", + "document_id": "d46f0814-1caf-4668-ab2e-cec3af24b1fb" + } + }, + "library_preparation_process/12ea2953-06a4-4e80-8910-a27aba936b9c": { + "content": { + "input_nucleic_acid_molecule": { + "text": "polyA RNA", + "ontology": "OBI:0000869" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_id": "library_preparation_process_1", + "process_name": "Preparing RNA for sequencing by 10x" + }, + "umi_barcode": { + "barcode_offset": 16, + "barcode_length": 10, + "barcode_read": "Read 1" + }, + "library_construction_approach": "10x_v2", + "cell_barcode": { + "barcode_offset": 0, + "barcode_length": 16, + "barcode_read": "Read 1" + }, + "schema_type": "process", + "end_bias": "3 prime tag", + "primer": "poly-dT", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", + "strand": "second" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.820Z", + "updateDate": "2018-03-26T17:00:44.791Z", + "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" + } + }, + "sequencing_process/f179fd50-5552-4277-9933-4f37fe0fd8e1": { + "content": { + "paired_ends": true, + "local_machine_name": "HXJ", + "instrument_manufacturer_model": { + "text": "Illumina Hiseq X 10", + "ontology": "EFO:0008567" + }, + "process_type": { + "text": "10x sequencing process" + }, + "process_core": { + "process_description": "Single cell sequencing of cDNAs by 10x", + "process_name": "Sequencing bone marrow donor 5-8", + "process_id": "10x_v2_sequencing_process_2", + "start_time": "2017-09-26T05:20:00Z", + "process_location": "Broad Institute" + }, + "schema_type": "process", + "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T17:00:06.935Z", + "updateDate": "2018-03-26T17:00:53.534Z", + "document_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1" + } + }, + "protocol/3cbebf0a-4aab-4525-80f4-222703d14b98": { + "content": { + "protocol_core": { + "protocol_id": "dissociation_protocol_1" }, - { - "content": { - "process_core": { - "process_id": "sampling_process_122" - }, - "describedBy": "https://schema.humancellatlas.org/type/process/1.0.0/process", - "schema_type": "process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:46.490Z", - "updateDate": "2018-03-26T17:00:03.343Z", - "document_id": "d46f0814-1caf-4668-ab2e-cec3af24b1fb" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.834Z", + "updateDate": "2018-03-26T16:59:27.584Z", + "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" + } + }, + "protocol/81b97ec1-f68c-4d69-be78-50d1aad7bbef": { + "content": { + "protocol_core": { + "protocol_id": "library_preparation_protocol_1" }, - { - "content": { - "input_nucleic_acid_molecule": { - "text": "polyA RNA", - "ontology": "OBI:0000869" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_id": "library_preparation_process_1", - "process_name": "Preparing RNA for sequencing by 10x" - }, - "umi_barcode": { - "barcode_offset": 16, - "barcode_length": 10, - "barcode_read": "Read 1" - }, - "library_construction_approach": "10x_v2", - "cell_barcode": { - "barcode_offset": 0, - "barcode_length": 16, - "barcode_read": "Read 1" - }, - "schema_type": "process", - "end_bias": "3 prime tag", - "primer": "poly-dT", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/library_preparation_process", - "strand": "second" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.820Z", - "updateDate": "2018-03-26T17:00:44.791Z", - "document_id": "12ea2953-06a4-4e80-8910-a27aba936b9c" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "paired_ends": true, - "local_machine_name": "HXJ", - "instrument_manufacturer_model": { - "text": "Illumina Hiseq X 10", - "ontology": "EFO:0008567" - }, - "process_type": { - "text": "10x sequencing process" - }, - "process_core": { - "process_description": "Single cell sequencing of cDNAs by 10x", - "process_name": "Sequencing bone marrow donor 5-8", - "process_id": "10x_v2_sequencing_process_2", - "start_time": "2017-09-26T05:20:00Z", - "process_location": "Broad Institute" - }, - "schema_type": "process", - "describedBy": "https://schema.humancellatlas.org/type/process/sequencing/5.1.0/sequencing_process" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T17:00:06.935Z", - "updateDate": "2018-03-26T17:00:53.534Z", - "document_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.2.1/process", - "schema_version": "5.2.1", - "schema_type": "process_bundle" - }, - "protocol.json": { - "protocols": [ - { - "content": { - "protocol_core": { - "protocol_id": "dissociation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.834Z", - "updateDate": "2018-03-26T16:59:27.584Z", - "document_id": "3cbebf0a-4aab-4525-80f4-222703d14b98" - } + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.848Z", + "updateDate": "2018-03-26T16:59:29.761Z", + "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" + } + }, + "protocol/e99eed63-5794-4d8d-baf9-9c6888e91e6d": { + "content": { + "protocol_core": { + "protocol_id": "10x_v2_sequencing_protocol_1" }, - { - "content": { - "protocol_core": { - "protocol_id": "library_preparation_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.848Z", - "updateDate": "2018-03-26T16:59:29.761Z", - "document_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef" - } + "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", + "protocol_type": { + "text": "10x sequencing protocol", + "ontology": "EFO:0008443" }, - { - "content": { - "protocol_core": { - "protocol_id": "10x_v2_sequencing_protocol_1" - }, - "describedBy": "https://schema.humancellatlas.org/type/protocol/5.1.0/protocol", - "protocol_type": { - "text": "10x sequencing protocol", - "ontology": "EFO:0008443" - }, - "schema_type": "protocol" - }, - "hca_ingest": { - "accession": "", - "submissionDate": "2018-03-26T16:59:18.860Z", - "updateDate": "2018-03-26T16:59:27.537Z", - "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" - } - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/5.1.0/protocol", - "schema_version": "5.1.0", - "schema_type": "protocol_bundle" - }, - "links.json": { - "links": [ - { - "source_id": "a673bfc0-7dd8-4010-a882-8fb3e6f553b1", - "source_type": "biomaterial", - "destination_id": "eacc00c5-f7a1-45da-a021-50cbacde691a", - "destination_type": "dissociation_process" - }, - { - "source_id": "eacc00c5-f7a1-45da-a021-50cbacde691a", - "source_type": "dissociation_process", - "destination_id": "511d4724-0b88-418d-bd22-5d6f986d6053", - "destination_type": "biomaterial" - }, - { - "source_id": "eacc00c5-f7a1-45da-a021-50cbacde691a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "655ec2a1-8b2c-4805-8b68-233d3687b8f2", - "source_type": "process", - "destination_id": "a673bfc0-7dd8-4010-a882-8fb3e6f553b1", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "655ec2a1-8b2c-4805-8b68-233d3687b8f2", - "destination_type": "process" - }, - { - "source_id": "e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37", - "source_type": "biomaterial", - "destination_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4", - "destination_type": "dissociation_process" - }, - { - "source_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4", - "source_type": "dissociation_process", - "destination_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e", - "destination_type": "biomaterial" - }, - { - "source_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "0942925d-2462-4eb1-af34-36ceee6542a4", - "source_type": "process", - "destination_id": "e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "0942925d-2462-4eb1-af34-36ceee6542a4", - "destination_type": "process" - }, - { - "source_id": "435ded44-97c9-4d17-abb6-d28b8011a486", - "source_type": "biomaterial", - "destination_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9", - "destination_type": "dissociation_process" - }, - { - "source_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9", - "source_type": "dissociation_process", - "destination_id": "55331b4f-456b-406d-a9c5-a8607aac450f", - "destination_type": "biomaterial" - }, - { - "source_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ff88846c-593a-4b0f-a656-ca79f36b6aae", - "source_type": "process", - "destination_id": "435ded44-97c9-4d17-abb6-d28b8011a486", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "ff88846c-593a-4b0f-a656-ca79f36b6aae", - "destination_type": "process" - }, - { - "source_id": "95f4827c-1243-4f82-8a61-530e466ba626", - "source_type": "biomaterial", - "destination_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7", - "destination_type": "dissociation_process" - }, - { - "source_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7", - "source_type": "dissociation_process", - "destination_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09", - "destination_type": "biomaterial" - }, - { - "source_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "dd4d597d-3fc6-4e7c-b1f5-20f3add9511d", - "source_type": "process", - "destination_id": "95f4827c-1243-4f82-8a61-530e466ba626", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "dd4d597d-3fc6-4e7c-b1f5-20f3add9511d", - "destination_type": "process" - }, - { - "source_id": "fa448898-f1ab-4f7b-b4f4-b5ffa34526ec", - "source_type": "biomaterial", - "destination_id": "96a29826-a47b-4f1a-9252-56cd16a56e06", - "destination_type": "dissociation_process" - }, - { - "source_id": "96a29826-a47b-4f1a-9252-56cd16a56e06", - "source_type": "dissociation_process", - "destination_id": "0f256ebf-f049-4d37-b175-7cb881748469", - "destination_type": "biomaterial" - }, - { - "source_id": "96a29826-a47b-4f1a-9252-56cd16a56e06", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "32589218-75ee-4978-9b8c-27a1674531bb", - "source_type": "process", - "destination_id": "fa448898-f1ab-4f7b-b4f4-b5ffa34526ec", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "32589218-75ee-4978-9b8c-27a1674531bb", - "destination_type": "process" - }, - { - "source_id": "2ec6f4fb-5252-4480-9fe4-37355a3f106f", - "source_type": "biomaterial", - "destination_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495", - "destination_type": "dissociation_process" - }, - { - "source_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495", - "source_type": "dissociation_process", - "destination_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb", - "destination_type": "biomaterial" - }, - { - "source_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a82e1a02-7115-499e-9db0-472058dd706a", - "source_type": "process", - "destination_id": "2ec6f4fb-5252-4480-9fe4-37355a3f106f", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "a82e1a02-7115-499e-9db0-472058dd706a", - "destination_type": "process" - }, - { - "source_id": "e47e8c7c-b584-4e52-953d-3a4fbe7c3d24", - "source_type": "biomaterial", - "destination_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c", - "destination_type": "dissociation_process" - }, - { - "source_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c", - "source_type": "dissociation_process", - "destination_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1", - "destination_type": "biomaterial" - }, - { - "source_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "b7aa38e3-b79a-46f8-ba41-99d86f6fd85f", - "source_type": "process", - "destination_id": "e47e8c7c-b584-4e52-953d-3a4fbe7c3d24", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "b7aa38e3-b79a-46f8-ba41-99d86f6fd85f", - "destination_type": "process" - }, - { - "source_id": "c374dcee-f665-4f86-b900-3af1b01dc503", - "source_type": "biomaterial", - "destination_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9", - "destination_type": "dissociation_process" - }, - { - "source_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9", - "source_type": "dissociation_process", - "destination_id": "1b9de729-00b5-493e-a801-0f4d35c7f060", - "destination_type": "biomaterial" - }, - { - "source_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "be046d7c-3516-4f39-9a01-90cd7025d927", - "source_type": "process", - "destination_id": "c374dcee-f665-4f86-b900-3af1b01dc503", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "be046d7c-3516-4f39-9a01-90cd7025d927", - "destination_type": "process" - }, - { - "source_id": "99ba7224-aa3d-47f0-9ffd-3219240f1e45", - "source_type": "biomaterial", - "destination_id": "e66dc50e-7102-48fb-a7b0-15e411309c33", - "destination_type": "dissociation_process" - }, - { - "source_id": "e66dc50e-7102-48fb-a7b0-15e411309c33", - "source_type": "dissociation_process", - "destination_id": "29fa4290-89db-46c6-a154-444c73fcc644", - "destination_type": "biomaterial" - }, - { - "source_id": "e66dc50e-7102-48fb-a7b0-15e411309c33", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb", - "source_type": "process", - "destination_id": "99ba7224-aa3d-47f0-9ffd-3219240f1e45", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb", - "destination_type": "process" - }, - { - "source_id": "a9653bd6-f808-4ebc-82cf-171d4c737ae9", - "source_type": "biomaterial", - "destination_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489", - "destination_type": "dissociation_process" - }, - { - "source_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489", - "source_type": "dissociation_process", - "destination_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb", - "destination_type": "biomaterial" - }, - { - "source_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "229e8909-865e-4330-bf7f-416f0ef8631e", - "source_type": "process", - "destination_id": "a9653bd6-f808-4ebc-82cf-171d4c737ae9", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "229e8909-865e-4330-bf7f-416f0ef8631e", - "destination_type": "process" - }, - { - "source_id": "3192908c-3f5f-41d8-8b55-6000dbb811cb", - "source_type": "biomaterial", - "destination_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c", - "destination_type": "dissociation_process" - }, - { - "source_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c", - "source_type": "dissociation_process", - "destination_id": "beabff64-fd1b-4817-995e-b37403f2aea4", - "destination_type": "biomaterial" - }, - { - "source_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "b0628e09-0b0b-46e4-8ba1-075f038b675a", - "source_type": "process", - "destination_id": "3192908c-3f5f-41d8-8b55-6000dbb811cb", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "b0628e09-0b0b-46e4-8ba1-075f038b675a", - "destination_type": "process" - }, - { - "source_id": "f2ab37e5-68dc-4782-8e18-6042750bd89f", - "source_type": "biomaterial", - "destination_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed", - "destination_type": "dissociation_process" - }, - { - "source_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed", - "source_type": "dissociation_process", - "destination_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f", - "destination_type": "biomaterial" - }, - { - "source_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d921308c-6baa-4370-af41-bc2715107a4e", - "source_type": "process", - "destination_id": "f2ab37e5-68dc-4782-8e18-6042750bd89f", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "d921308c-6baa-4370-af41-bc2715107a4e", - "destination_type": "process" - }, - { - "source_id": "d43c21e1-f672-4920-a8c5-7a32aeef1ce1", - "source_type": "biomaterial", - "destination_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c", - "destination_type": "dissociation_process" - }, - { - "source_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c", - "source_type": "dissociation_process", - "destination_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7", - "destination_type": "biomaterial" - }, - { - "source_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "85344d5f-d10d-4cac-b0f5-6516ec30f3a5", - "source_type": "process", - "destination_id": "d43c21e1-f672-4920-a8c5-7a32aeef1ce1", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "85344d5f-d10d-4cac-b0f5-6516ec30f3a5", - "destination_type": "process" - }, - { - "source_id": "0419e639-2762-4abb-b125-558a151d6580", - "source_type": "biomaterial", - "destination_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd", - "destination_type": "dissociation_process" - }, - { - "source_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd", - "source_type": "dissociation_process", - "destination_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e", - "destination_type": "biomaterial" - }, - { - "source_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c0636a64-e0ca-4adc-9c8a-208651ec9bfd", - "source_type": "process", - "destination_id": "0419e639-2762-4abb-b125-558a151d6580", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "c0636a64-e0ca-4adc-9c8a-208651ec9bfd", - "destination_type": "process" - }, - { - "source_id": "c6e6684d-41d2-4f1a-a992-72290baca715", - "source_type": "biomaterial", - "destination_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6", - "destination_type": "dissociation_process" - }, - { - "source_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6", - "source_type": "dissociation_process", - "destination_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c", - "destination_type": "biomaterial" - }, - { - "source_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2", - "source_type": "process", - "destination_id": "c6e6684d-41d2-4f1a-a992-72290baca715", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2", - "destination_type": "process" - }, - { - "source_id": "9d8ba59f-f2e9-43e2-85e0-7095f5b09923", - "source_type": "biomaterial", - "destination_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275", - "destination_type": "dissociation_process" - }, - { - "source_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275", - "source_type": "dissociation_process", - "destination_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f", - "destination_type": "biomaterial" - }, - { - "source_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "07662fff-7c93-480f-9523-625f420e3b0c", - "source_type": "process", - "destination_id": "9d8ba59f-f2e9-43e2-85e0-7095f5b09923", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "07662fff-7c93-480f-9523-625f420e3b0c", - "destination_type": "process" - }, - { - "source_id": "e6d0da8f-e666-4f29-b8d8-34d717188967", - "source_type": "biomaterial", - "destination_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b", - "destination_type": "dissociation_process" - }, - { - "source_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b", - "source_type": "dissociation_process", - "destination_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4", - "destination_type": "biomaterial" - }, - { - "source_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "fcd1deb7-9bfb-43af-84ed-a80576e654b7", - "source_type": "process", - "destination_id": "e6d0da8f-e666-4f29-b8d8-34d717188967", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "fcd1deb7-9bfb-43af-84ed-a80576e654b7", - "destination_type": "process" - }, - { - "source_id": "5c38a229-495f-4b2b-8c62-af0814e4f002", - "source_type": "biomaterial", - "destination_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f", - "destination_type": "dissociation_process" - }, - { - "source_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f", - "source_type": "dissociation_process", - "destination_id": "37c79043-da4d-4745-91c4-9785d1d03a82", - "destination_type": "biomaterial" - }, - { - "source_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "54b99724-3876-4b1a-a7e3-63fb1122da7f", - "source_type": "process", - "destination_id": "5c38a229-495f-4b2b-8c62-af0814e4f002", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "54b99724-3876-4b1a-a7e3-63fb1122da7f", - "destination_type": "process" - }, - { - "source_id": "09bed9cb-5ea2-41f0-8d9b-5a985c096668", - "source_type": "biomaterial", - "destination_id": "b94192b5-0099-4fb6-b108-70a218be4174", - "destination_type": "dissociation_process" - }, - { - "source_id": "b94192b5-0099-4fb6-b108-70a218be4174", - "source_type": "dissociation_process", - "destination_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d", - "destination_type": "biomaterial" - }, - { - "source_id": "b94192b5-0099-4fb6-b108-70a218be4174", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "7c21c65c-ebbb-437d-8a76-02351c75fa6f", - "source_type": "process", - "destination_id": "09bed9cb-5ea2-41f0-8d9b-5a985c096668", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "7c21c65c-ebbb-437d-8a76-02351c75fa6f", - "destination_type": "process" - }, - { - "source_id": "58b0354a-acbf-4f82-aad3-dbc90b8b0258", - "source_type": "biomaterial", - "destination_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af", - "destination_type": "dissociation_process" - }, - { - "source_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af", - "source_type": "dissociation_process", - "destination_id": "c7520e50-f9bc-4626-a117-a78f394fc203", - "destination_type": "biomaterial" - }, - { - "source_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "c9d8aecb-3eed-400e-b820-b5998afcd872", - "source_type": "process", - "destination_id": "58b0354a-acbf-4f82-aad3-dbc90b8b0258", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "c9d8aecb-3eed-400e-b820-b5998afcd872", - "destination_type": "process" - }, - { - "source_id": "0041bb77-8217-4707-adba-0ff4f0a75382", - "source_type": "biomaterial", - "destination_id": "13752803-67e4-420d-90db-430085a01365", - "destination_type": "dissociation_process" - }, - { - "source_id": "13752803-67e4-420d-90db-430085a01365", - "source_type": "dissociation_process", - "destination_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7", - "destination_type": "biomaterial" - }, - { - "source_id": "13752803-67e4-420d-90db-430085a01365", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "b0257ffe-3162-463f-9dff-73d2d1900cd2", - "source_type": "process", - "destination_id": "0041bb77-8217-4707-adba-0ff4f0a75382", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "b0257ffe-3162-463f-9dff-73d2d1900cd2", - "destination_type": "process" - }, - { - "source_id": "a9e6e73a-a912-4a15-8a54-b449d2cb8288", - "source_type": "biomaterial", - "destination_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603", - "destination_type": "dissociation_process" - }, - { - "source_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603", - "source_type": "dissociation_process", - "destination_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e", - "destination_type": "biomaterial" - }, - { - "source_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "7f199f03-7b6d-46dd-b3a6-489c0c67163a", - "source_type": "process", - "destination_id": "a9e6e73a-a912-4a15-8a54-b449d2cb8288", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "7f199f03-7b6d-46dd-b3a6-489c0c67163a", - "destination_type": "process" - }, - { - "source_id": "f3aea92a-a3e1-4130-9dbc-60d3757c549e", - "source_type": "biomaterial", - "destination_id": "83f55550-882d-4316-9f97-a479fe9c6c41", - "destination_type": "dissociation_process" - }, - { - "source_id": "83f55550-882d-4316-9f97-a479fe9c6c41", - "source_type": "dissociation_process", - "destination_id": "48496fe2-090e-4253-ae04-3f3b0b520585", - "destination_type": "biomaterial" - }, - { - "source_id": "83f55550-882d-4316-9f97-a479fe9c6c41", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "5b25fff3-3fbf-4aee-b4e7-b023b253e105", - "source_type": "process", - "destination_id": "f3aea92a-a3e1-4130-9dbc-60d3757c549e", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "5b25fff3-3fbf-4aee-b4e7-b023b253e105", - "destination_type": "process" - }, - { - "source_id": "fbd01573-ab66-45a1-9719-68a3df5d762f", - "source_type": "biomaterial", - "destination_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef", - "destination_type": "dissociation_process" - }, - { - "source_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef", - "source_type": "dissociation_process", - "destination_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4", - "destination_type": "biomaterial" - }, - { - "source_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc", - "source_type": "process", - "destination_id": "fbd01573-ab66-45a1-9719-68a3df5d762f", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc", - "destination_type": "process" - }, - { - "source_id": "f8b16856-e066-41f1-8289-2d08bc1791a8", - "source_type": "biomaterial", - "destination_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8", - "destination_type": "dissociation_process" - }, - { - "source_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8", - "source_type": "dissociation_process", - "destination_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89", - "destination_type": "biomaterial" - }, - { - "source_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d987bfce-9727-43fd-81c1-7a4f6df09922", - "source_type": "process", - "destination_id": "f8b16856-e066-41f1-8289-2d08bc1791a8", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "d987bfce-9727-43fd-81c1-7a4f6df09922", - "destination_type": "process" - }, - { - "source_id": "5f6b7460-214b-4371-9fc6-671bdd2afa72", - "source_type": "biomaterial", - "destination_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35", - "destination_type": "dissociation_process" - }, - { - "source_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35", - "source_type": "dissociation_process", - "destination_id": "5bd60c24-d76e-4fd6-bb82-115273cee157", - "destination_type": "biomaterial" - }, - { - "source_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "08b2716c-0112-4c81-b75b-b7b0d983c656", - "source_type": "process", - "destination_id": "5f6b7460-214b-4371-9fc6-671bdd2afa72", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "08b2716c-0112-4c81-b75b-b7b0d983c656", - "destination_type": "process" - }, - { - "source_id": "b82065c6-8269-4d13-b8ae-d0fb3f26f77c", - "source_type": "biomaterial", - "destination_id": "d6f3b423-67c4-460e-989c-39cd2e762a92", - "destination_type": "dissociation_process" - }, - { - "source_id": "d6f3b423-67c4-460e-989c-39cd2e762a92", - "source_type": "dissociation_process", - "destination_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5", - "destination_type": "biomaterial" - }, - { - "source_id": "d6f3b423-67c4-460e-989c-39cd2e762a92", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "7c86261f-3112-4bc1-bd8d-8a94accf7478", - "source_type": "process", - "destination_id": "b82065c6-8269-4d13-b8ae-d0fb3f26f77c", - "destination_type": "biomaterial" - }, - { - "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", - "source_type": "biomaterial", - "destination_id": "7c86261f-3112-4bc1-bd8d-8a94accf7478", - "destination_type": "process" - }, - { - "source_id": "fd8aba0d-6299-43ce-abf4-28bb10754e92", - "source_type": "biomaterial", - "destination_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d", - "destination_type": "dissociation_process" - }, - { - "source_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d", - "source_type": "dissociation_process", - "destination_id": "5680b7ac-d329-476b-85e6-05c39d3fb028", - "destination_type": "biomaterial" - }, - { - "source_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "a0232494-8018-4f79-add4-d7f822d883c2", - "source_type": "process", - "destination_id": "fd8aba0d-6299-43ce-abf4-28bb10754e92", - "destination_type": "biomaterial" - }, - { - "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", - "source_type": "biomaterial", - "destination_id": "a0232494-8018-4f79-add4-d7f822d883c2", - "destination_type": "process" - }, - { - "source_id": "beb014f4-f54b-4c40-bc4f-347ebcb2c5ca", - "source_type": "biomaterial", - "destination_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42", - "destination_type": "dissociation_process" - }, - { - "source_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42", - "source_type": "dissociation_process", - "destination_id": "ba805a63-d347-4ac8-ad35-96f518204cc7", - "destination_type": "biomaterial" - }, - { - "source_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "ac142e9e-cf8d-4e77-bf36-30177c2931f3", - "source_type": "process", - "destination_id": "beb014f4-f54b-4c40-bc4f-347ebcb2c5ca", - "destination_type": "biomaterial" - }, - { - "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", - "source_type": "biomaterial", - "destination_id": "ac142e9e-cf8d-4e77-bf36-30177c2931f3", - "destination_type": "process" - }, - { - "source_id": "755cc233-9d9f-4d12-96e6-9d4dacde8a67", - "source_type": "biomaterial", - "destination_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a", - "destination_type": "dissociation_process" - }, - { - "source_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a", - "source_type": "dissociation_process", - "destination_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe", - "destination_type": "biomaterial" - }, - { - "source_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "f353f6e5-9415-4476-923a-a3bfbde8987a", - "source_type": "process", - "destination_id": "755cc233-9d9f-4d12-96e6-9d4dacde8a67", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "f353f6e5-9415-4476-923a-a3bfbde8987a", - "destination_type": "process" - }, - { - "source_id": "35e69b30-f6c1-4d90-a585-31d8b25bd2c6", - "source_type": "biomaterial", - "destination_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677", - "destination_type": "dissociation_process" - }, - { - "source_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677", - "source_type": "dissociation_process", - "destination_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c", - "destination_type": "biomaterial" - }, - { - "source_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677", - "source_type": "dissociation_process", - "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", - "destination_type": "protocol" - }, - { - "source_id": "d46f0814-1caf-4668-ab2e-cec3af24b1fb", - "source_type": "process", - "destination_id": "35e69b30-f6c1-4d90-a585-31d8b25bd2c6", - "destination_type": "biomaterial" - }, - { - "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", - "source_type": "biomaterial", - "destination_id": "d46f0814-1caf-4668-ab2e-cec3af24b1fb", - "destination_type": "process" - }, - { - "source_id": "511d4724-0b88-418d-bd22-5d6f986d6053", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "55331b4f-456b-406d-a9c5-a8607aac450f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "0f256ebf-f049-4d37-b175-7cb881748469", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "1b9de729-00b5-493e-a801-0f4d35c7f060", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "29fa4290-89db-46c6-a154-444c73fcc644", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "beabff64-fd1b-4817-995e-b37403f2aea4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "37c79043-da4d-4745-91c4-9785d1d03a82", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c7520e50-f9bc-4626-a117-a78f394fc203", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "48496fe2-090e-4253-ae04-3f3b0b520585", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "5bd60c24-d76e-4fd6-bb82-115273cee157", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "5680b7ac-d329-476b-85e6-05c39d3fb028", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "ba805a63-d347-4ac8-ad35-96f518204cc7", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c", - "source_type": "biomaterial", - "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "destination_type": "library_preparation_process" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "39351ee0-89c3-499d-a820-5bece48704d5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2a6cf1cd-1599-44ef-86e5-511a18e23262", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b5110ae6-55e1-4fe8-bae2-9696e679057b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6517b6c3-3fab-45e9-a494-ae81ccc500f0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8162a395-0409-45c3-8652-918983bb1da0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "719f581d-3481-4fe5-a3c5-2eb9054d07ec", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "656fa889-f831-4a3a-84cf-0a1f5e148f5e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c000533a-432f-4733-bc22-16e4bb89382b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bd256dda-501a-4287-8e44-79fa7dcc43c6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ed89b525-725a-4e6d-aee9-3b36e78803a8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4c9af689-d89d-4312-a12b-deeb03c2fdca", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bfdeb7e3-f242-48ae-9222-6428b5168ccd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8ad4c436-01a2-4d07-8b09-33e86a1d759a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6f042830-9bc8-4dd5-97a3-505f2db57d79", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5483a55b-cd36-4477-adcf-37172a856bfc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0428ddc2-ea8a-4c79-b994-60990a869c77", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "33be88bb-3b38-4076-b9e1-1d73b48954b8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "139d2d79-11a0-4092-babd-2b27a6b42027", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "022d172e-1e82-418c-a821-133de6a9efe2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f1a89f64-9e0b-479b-a294-8de7151a1a9d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "49e389b3-3570-45dc-b825-050e2805a1b5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4927cc7d-e23c-4c58-91c7-7af793f35f07", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9ab7ac35-d262-49cb-9994-f5da5f94b342", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "79f04454-2b15-485b-8b19-3d237025d480", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bc218df5-d4d5-4aa0-baaa-4fbf36541315", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b46fa14b-caf4-479d-9205-d3c108bee4e2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "63c98bcc-255f-4efc-9712-e824463fbd2f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "245b8d93-3fc9-4ad6-b000-55046061a119", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f4106c25-5ea5-4feb-b40b-072056ff954f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "db4f1861-38ea-4800-92c5-0c03f63f8b2f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ba79090e-1341-4427-9277-e0bc9c303bd5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "44d1289c-9a27-4d11-b903-5cdde4738f20", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8e931218-861c-44c4-8768-b9afd33acffc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "662e721c-1272-46b4-9863-a0cbae53d78b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d0fffcc4-7282-48b0-a476-5afa1ce36829", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "006a7618-8d55-48b3-a37e-7de0a9e70ef7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f762562b-2408-4e17-ba4a-493cdb8e0e3f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0954f798-7318-4612-bad7-cd3f9b181d3a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8f9c317e-74ec-4262-b401-3e2a047d81f3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d1ae69e7-f838-42d1-a207-e50f5b53a788", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fc5adfc4-0bc4-45c3-8acd-429c56817520", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f9bb33ad-03e8-400f-a77d-6c92464bdbec", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7b567fc7-5b53-4f94-a88d-24a1286d846c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6c66cacf-5914-40dd-b512-c946fdc14424", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b1d872b0-620d-4965-b6e8-aba6ea4d104d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "11cbfa24-c882-473d-95b6-076c3f1fd559", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1acc5ab3-c91c-4095-8713-18299a0b02d2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ae61c169-016b-40dc-9e95-b7dc1fd0b346", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "40542240-2e11-48cf-955c-4527e963be80", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c340fbe2-dc1c-4455-a29f-c698244982f8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7422fc7e-ed66-49a2-a207-30d72c93d0a1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8ad83172-07ee-4726-85b0-fe19b885a169", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "36118c60-cf32-43af-bd56-cfcbe063b244", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "381c733e-3dba-4ca7-ab05-541dbfc03e04", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8526cbf2-881e-4499-9992-43009425c4ae", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9f2d4e6d-3f38-44f6-b16c-100cfce72797", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "49125797-64a8-4fbe-b2a9-914252f768fe", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f1a91911-8f85-4d68-8243-8466b1e2dce6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f488ad13-8645-4cc4-99d1-b3b72e8723c8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6857550d-8c86-40c1-988a-b48cb70759f2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "af34f522-9a30-48b3-ba70-7600401a871b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c114f74d-6854-43ce-bc70-39ca8e45e86a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "17f2c348-02af-42be-baa3-d227925a1cbc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b41c8971-bcd3-42ba-b8f8-f685cba0f923", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4a7fd685-04b4-4436-9aed-e692030dfa76", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "dd31fdba-26a2-4ccb-aa62-c43521de953e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4d2ec95d-d00b-44a7-9119-a53b5db1b181", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8d3d8579-4d9f-4442-9141-653287e9418b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0daa891b-8d87-416e-8b26-d44824de5bbd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3eff86f6-cff5-43a6-9024-be9a9893f867", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8240917a-8fb5-47b5-8b35-64dd30c3b43f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5952c0d9-09c9-4459-a606-515d8a497bd8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "df7935c8-d1be-4dcf-a583-60a24636944d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bde680ab-9ae1-4392-b8b5-1187860111e5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "26fc3171-166d-4145-b786-c5a7397a1ade", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7e602220-a242-4d9a-9e1e-1487f7880b41", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2cf69609-5b35-4cd7-8b38-d53378de7ee2", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3555957c-8ac8-4afc-ab54-866d1cac3b1f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "62b17e40-2c0b-4e37-8859-9290d1513ef9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a3f0a66b-1ebe-47dc-8efc-cacfface111d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5eb311a4-19c8-429d-b36e-409fb80e31b0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "be263698-8ffb-4263-902a-5dea68d18df5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "00424825-4dfe-4afc-a8a8-c5bffdaada00", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2df110bc-9016-4bf6-a622-e4fab70b82ca", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "afbfe990-11a2-4836-94b3-980e11ca1c2a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7d516073-474d-4359-973d-3c454f2e080a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c9ad441e-28a2-47b8-998e-48d48936ed64", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "01842746-1644-436e-a1e5-aa3b59e2b8d6", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c17745c1-7217-4771-aaac-d5bf35072343", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5880c00e-4063-431e-8510-6cdaf5bb1c5d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1780aa95-bd16-4cb9-814e-d3900d4787d7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "becb6174-be03-40fa-85c2-4fa3b9308ef5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f308eed4-5954-4047-a18e-9c309d9fdab9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e44d2d64-df79-4a74-b88b-093102e4e799", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b8cae58c-fa89-480e-8c51-88115619bf8e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "176d224c-1e70-4ef8-ab96-ea63cfa63888", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9ea35e5e-27ac-4925-9961-fffebe01e5e9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cc95fef9-2681-4489-bc6c-1c5d494b29a8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4eb20891-5ee7-49fe-aa32-52201434772c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6c11e561-ec37-4fb9-8661-a402d5268091", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "6d2d1bda-e128-497e-8569-1e004c556b38", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "09cce819-9467-4dd8-b91a-ef6b450c4b33", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "32e070e3-574d-4676-add4-359dd4c64ae7", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ea993f83-3268-4dc6-8612-cd9a3ccfc475", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "bad6ed96-930c-47a9-b851-d527af7136e3", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ea6245c2-e8ee-4185-ae2f-0389a5bae598", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9eb02069-4c56-4065-83ac-01eaf5fb9b68", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "cd7ee2a1-6c69-4714-8306-a347a4f28616", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f2edefd2-c29c-470d-8879-3d480a6c55f9", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "383bb59e-9082-494a-91b2-804a72830475", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "7149194f-3bc9-4aa2-8407-e89bad2dd77b", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "04e94fd5-49df-4149-9da5-ff9c86a2e494", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5675b050-9c66-4c34-803f-3e6e0ea0af3f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d889a2da-2b28-4553-9045-fe9c958b4616", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4d7b8243-f099-4eab-a5a4-1e6c359f999d", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d7bbc88d-ea41-483f-940a-332989f6dd75", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2ff31790-2e31-4056-ade6-a40b3333efbe", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "aa24229f-3be5-495b-9989-d9e793056993", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9b34f6ca-9952-4fbd-b55b-e06e44094463", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "eb21d839-7f51-4781-bf46-886fc6d82a11", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "0bb11e93-d9c6-411e-a614-e38252775d75", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b692d3f7-0e85-4e18-9373-214300cc0293", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "87e595d8-7285-4067-a73f-e80944ffae3c", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "29b8c167-5542-47bd-85a8-926645d7846a", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "312522d0-f218-4304-8376-d6f1feeb7553", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "ca1ca1f1-f0ab-4224-8422-d5345ccab557", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "124dc699-f389-4462-9c29-41a091d5cc04", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "da84551f-0859-46fd-aaa2-4797cd373991", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b63d119a-2496-4d92-9bab-e67e85914708", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "274e4b04-3174-46f1-bba5-004bb1ed2cc5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "8bea9251-da22-4f68-91a4-1e60c4af956f", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "487e2d7f-320d-4d75-9d34-3a0fb791c553", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "3fed1e54-3bf7-46fc-829a-f538a092d774", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "5e31c504-cb51-459e-a939-d49bc83d5d44", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "9e7ac38d-b196-4e80-a59c-0d630d725745", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "93e242a1-3d4b-491b-9d5f-02e038e212cb", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "709da3b4-e8a0-431d-b082-8530ffae33f8", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "b8a56d3f-9910-44a0-a9c0-bb7d51705792", - "destination_type": "file" - }, - { - "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", - "source_type": "library_preparation_process", - "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", - "destination_type": "protocol" - }, - { - "source_id": "511d4724-0b88-418d-bd22-5d6f986d6053", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "55331b4f-456b-406d-a9c5-a8607aac450f", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "0f256ebf-f049-4d37-b175-7cb881748469", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "1b9de729-00b5-493e-a801-0f4d35c7f060", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "29fa4290-89db-46c6-a154-444c73fcc644", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "beabff64-fd1b-4817-995e-b37403f2aea4", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "37c79043-da4d-4745-91c4-9785d1d03a82", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "c7520e50-f9bc-4626-a117-a78f394fc203", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "48496fe2-090e-4253-ae04-3f3b0b520585", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "5bd60c24-d76e-4fd6-bb82-115273cee157", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "5680b7ac-d329-476b-85e6-05c39d3fb028", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "ba805a63-d347-4ac8-ad35-96f518204cc7", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c", - "source_type": "biomaterial", - "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "destination_type": "sequencing_process" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "39351ee0-89c3-499d-a820-5bece48704d5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "2a6cf1cd-1599-44ef-86e5-511a18e23262", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b5110ae6-55e1-4fe8-bae2-9696e679057b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6517b6c3-3fab-45e9-a494-ae81ccc500f0", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8162a395-0409-45c3-8652-918983bb1da0", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "719f581d-3481-4fe5-a3c5-2eb9054d07ec", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "656fa889-f831-4a3a-84cf-0a1f5e148f5e", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "c000533a-432f-4733-bc22-16e4bb89382b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "bd256dda-501a-4287-8e44-79fa7dcc43c6", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ed89b525-725a-4e6d-aee9-3b36e78803a8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4c9af689-d89d-4312-a12b-deeb03c2fdca", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "bfdeb7e3-f242-48ae-9222-6428b5168ccd", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8ad4c436-01a2-4d07-8b09-33e86a1d759a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6f042830-9bc8-4dd5-97a3-505f2db57d79", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5483a55b-cd36-4477-adcf-37172a856bfc", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "0428ddc2-ea8a-4c79-b994-60990a869c77", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "33be88bb-3b38-4076-b9e1-1d73b48954b8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "139d2d79-11a0-4092-babd-2b27a6b42027", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "022d172e-1e82-418c-a821-133de6a9efe2", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f1a89f64-9e0b-479b-a294-8de7151a1a9d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "49e389b3-3570-45dc-b825-050e2805a1b5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4927cc7d-e23c-4c58-91c7-7af793f35f07", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9ab7ac35-d262-49cb-9994-f5da5f94b342", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "79f04454-2b15-485b-8b19-3d237025d480", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "bc218df5-d4d5-4aa0-baaa-4fbf36541315", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b46fa14b-caf4-479d-9205-d3c108bee4e2", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "63c98bcc-255f-4efc-9712-e824463fbd2f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "245b8d93-3fc9-4ad6-b000-55046061a119", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f4106c25-5ea5-4feb-b40b-072056ff954f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "db4f1861-38ea-4800-92c5-0c03f63f8b2f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ba79090e-1341-4427-9277-e0bc9c303bd5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "44d1289c-9a27-4d11-b903-5cdde4738f20", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8e931218-861c-44c4-8768-b9afd33acffc", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "662e721c-1272-46b4-9863-a0cbae53d78b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "d0fffcc4-7282-48b0-a476-5afa1ce36829", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "006a7618-8d55-48b3-a37e-7de0a9e70ef7", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f762562b-2408-4e17-ba4a-493cdb8e0e3f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "0954f798-7318-4612-bad7-cd3f9b181d3a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8f9c317e-74ec-4262-b401-3e2a047d81f3", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "d1ae69e7-f838-42d1-a207-e50f5b53a788", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "fc5adfc4-0bc4-45c3-8acd-429c56817520", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f9bb33ad-03e8-400f-a77d-6c92464bdbec", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7b567fc7-5b53-4f94-a88d-24a1286d846c", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6c66cacf-5914-40dd-b512-c946fdc14424", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b1d872b0-620d-4965-b6e8-aba6ea4d104d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "11cbfa24-c882-473d-95b6-076c3f1fd559", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "1acc5ab3-c91c-4095-8713-18299a0b02d2", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ae61c169-016b-40dc-9e95-b7dc1fd0b346", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "40542240-2e11-48cf-955c-4527e963be80", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "c340fbe2-dc1c-4455-a29f-c698244982f8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7422fc7e-ed66-49a2-a207-30d72c93d0a1", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8ad83172-07ee-4726-85b0-fe19b885a169", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "36118c60-cf32-43af-bd56-cfcbe063b244", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "381c733e-3dba-4ca7-ab05-541dbfc03e04", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8526cbf2-881e-4499-9992-43009425c4ae", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9f2d4e6d-3f38-44f6-b16c-100cfce72797", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "49125797-64a8-4fbe-b2a9-914252f768fe", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f1a91911-8f85-4d68-8243-8466b1e2dce6", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f488ad13-8645-4cc4-99d1-b3b72e8723c8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6857550d-8c86-40c1-988a-b48cb70759f2", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "af34f522-9a30-48b3-ba70-7600401a871b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "c114f74d-6854-43ce-bc70-39ca8e45e86a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "17f2c348-02af-42be-baa3-d227925a1cbc", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b41c8971-bcd3-42ba-b8f8-f685cba0f923", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4a7fd685-04b4-4436-9aed-e692030dfa76", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "dd31fdba-26a2-4ccb-aa62-c43521de953e", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4d2ec95d-d00b-44a7-9119-a53b5db1b181", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8d3d8579-4d9f-4442-9141-653287e9418b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "0daa891b-8d87-416e-8b26-d44824de5bbd", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "3eff86f6-cff5-43a6-9024-be9a9893f867", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8240917a-8fb5-47b5-8b35-64dd30c3b43f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5952c0d9-09c9-4459-a606-515d8a497bd8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "df7935c8-d1be-4dcf-a583-60a24636944d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "bde680ab-9ae1-4392-b8b5-1187860111e5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "26fc3171-166d-4145-b786-c5a7397a1ade", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7e602220-a242-4d9a-9e1e-1487f7880b41", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "2cf69609-5b35-4cd7-8b38-d53378de7ee2", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "3555957c-8ac8-4afc-ab54-866d1cac3b1f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "62b17e40-2c0b-4e37-8859-9290d1513ef9", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "a3f0a66b-1ebe-47dc-8efc-cacfface111d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5eb311a4-19c8-429d-b36e-409fb80e31b0", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "be263698-8ffb-4263-902a-5dea68d18df5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "00424825-4dfe-4afc-a8a8-c5bffdaada00", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "2df110bc-9016-4bf6-a622-e4fab70b82ca", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "afbfe990-11a2-4836-94b3-980e11ca1c2a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7d516073-474d-4359-973d-3c454f2e080a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "c9ad441e-28a2-47b8-998e-48d48936ed64", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "01842746-1644-436e-a1e5-aa3b59e2b8d6", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "c17745c1-7217-4771-aaac-d5bf35072343", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5880c00e-4063-431e-8510-6cdaf5bb1c5d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "1780aa95-bd16-4cb9-814e-d3900d4787d7", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "becb6174-be03-40fa-85c2-4fa3b9308ef5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f308eed4-5954-4047-a18e-9c309d9fdab9", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "e44d2d64-df79-4a74-b88b-093102e4e799", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b8cae58c-fa89-480e-8c51-88115619bf8e", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "176d224c-1e70-4ef8-ab96-ea63cfa63888", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9ea35e5e-27ac-4925-9961-fffebe01e5e9", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "cc95fef9-2681-4489-bc6c-1c5d494b29a8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4eb20891-5ee7-49fe-aa32-52201434772c", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6c11e561-ec37-4fb9-8661-a402d5268091", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "6d2d1bda-e128-497e-8569-1e004c556b38", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "09cce819-9467-4dd8-b91a-ef6b450c4b33", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "32e070e3-574d-4676-add4-359dd4c64ae7", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ea993f83-3268-4dc6-8612-cd9a3ccfc475", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "bad6ed96-930c-47a9-b851-d527af7136e3", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ea6245c2-e8ee-4185-ae2f-0389a5bae598", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9eb02069-4c56-4065-83ac-01eaf5fb9b68", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "cd7ee2a1-6c69-4714-8306-a347a4f28616", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f2edefd2-c29c-470d-8879-3d480a6c55f9", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "383bb59e-9082-494a-91b2-804a72830475", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "7149194f-3bc9-4aa2-8407-e89bad2dd77b", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "04e94fd5-49df-4149-9da5-ff9c86a2e494", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5675b050-9c66-4c34-803f-3e6e0ea0af3f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "d889a2da-2b28-4553-9045-fe9c958b4616", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4d7b8243-f099-4eab-a5a4-1e6c359f999d", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "d7bbc88d-ea41-483f-940a-332989f6dd75", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "2ff31790-2e31-4056-ade6-a40b3333efbe", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "aa24229f-3be5-495b-9989-d9e793056993", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9b34f6ca-9952-4fbd-b55b-e06e44094463", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "eb21d839-7f51-4781-bf46-886fc6d82a11", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "0bb11e93-d9c6-411e-a614-e38252775d75", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b692d3f7-0e85-4e18-9373-214300cc0293", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "87e595d8-7285-4067-a73f-e80944ffae3c", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "29b8c167-5542-47bd-85a8-926645d7846a", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "312522d0-f218-4304-8376-d6f1feeb7553", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "ca1ca1f1-f0ab-4224-8422-d5345ccab557", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "124dc699-f389-4462-9c29-41a091d5cc04", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "da84551f-0859-46fd-aaa2-4797cd373991", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b63d119a-2496-4d92-9bab-e67e85914708", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "274e4b04-3174-46f1-bba5-004bb1ed2cc5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "8bea9251-da22-4f68-91a4-1e60c4af956f", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "487e2d7f-320d-4d75-9d34-3a0fb791c553", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "3fed1e54-3bf7-46fc-829a-f538a092d774", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "5e31c504-cb51-459e-a939-d49bc83d5d44", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "9e7ac38d-b196-4e80-a59c-0d630d725745", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "93e242a1-3d4b-491b-9d5f-02e038e212cb", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "709da3b4-e8a0-431d-b082-8530ffae33f8", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "b8a56d3f-9910-44a0-a9c0-bb7d51705792", - "destination_type": "file" - }, - { - "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", - "source_type": "sequencing_process", - "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", - "destination_type": "protocol" - } - ], - "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", - "schema_version": "1.0.0", - "schema_type": "link_bundle" + "schema_type": "protocol" + }, + "hca_ingest": { + "accession": "", + "submissionDate": "2018-03-26T16:59:18.860Z", + "updateDate": "2018-03-26T16:59:27.537Z", + "document_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d" + } } - } + }, + "links": { + "links": [ + { + "source_id": "a673bfc0-7dd8-4010-a882-8fb3e6f553b1", + "source_type": "biomaterial", + "destination_id": "eacc00c5-f7a1-45da-a021-50cbacde691a", + "destination_type": "dissociation_process" + }, + { + "source_id": "eacc00c5-f7a1-45da-a021-50cbacde691a", + "source_type": "dissociation_process", + "destination_id": "511d4724-0b88-418d-bd22-5d6f986d6053", + "destination_type": "biomaterial" + }, + { + "source_id": "eacc00c5-f7a1-45da-a021-50cbacde691a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "655ec2a1-8b2c-4805-8b68-233d3687b8f2", + "source_type": "process", + "destination_id": "a673bfc0-7dd8-4010-a882-8fb3e6f553b1", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "655ec2a1-8b2c-4805-8b68-233d3687b8f2", + "destination_type": "process" + }, + { + "source_id": "e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37", + "source_type": "biomaterial", + "destination_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4", + "destination_type": "dissociation_process" + }, + { + "source_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4", + "source_type": "dissociation_process", + "destination_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e", + "destination_type": "biomaterial" + }, + { + "source_id": "b1711fef-df62-45b2-8541-5c3ccd3ca9a4", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "0942925d-2462-4eb1-af34-36ceee6542a4", + "source_type": "process", + "destination_id": "e4fb8f04-a6d6-4d98-a1bb-c2fd8ff5aa37", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "0942925d-2462-4eb1-af34-36ceee6542a4", + "destination_type": "process" + }, + { + "source_id": "435ded44-97c9-4d17-abb6-d28b8011a486", + "source_type": "biomaterial", + "destination_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9", + "destination_type": "dissociation_process" + }, + { + "source_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9", + "source_type": "dissociation_process", + "destination_id": "55331b4f-456b-406d-a9c5-a8607aac450f", + "destination_type": "biomaterial" + }, + { + "source_id": "acde5791-cf1f-4f83-b97e-fdaa38d530b9", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ff88846c-593a-4b0f-a656-ca79f36b6aae", + "source_type": "process", + "destination_id": "435ded44-97c9-4d17-abb6-d28b8011a486", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "ff88846c-593a-4b0f-a656-ca79f36b6aae", + "destination_type": "process" + }, + { + "source_id": "95f4827c-1243-4f82-8a61-530e466ba626", + "source_type": "biomaterial", + "destination_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7", + "destination_type": "dissociation_process" + }, + { + "source_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7", + "source_type": "dissociation_process", + "destination_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09", + "destination_type": "biomaterial" + }, + { + "source_id": "d2c8f367-c7cd-412b-8290-1920f5f3f2c7", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "dd4d597d-3fc6-4e7c-b1f5-20f3add9511d", + "source_type": "process", + "destination_id": "95f4827c-1243-4f82-8a61-530e466ba626", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "dd4d597d-3fc6-4e7c-b1f5-20f3add9511d", + "destination_type": "process" + }, + { + "source_id": "fa448898-f1ab-4f7b-b4f4-b5ffa34526ec", + "source_type": "biomaterial", + "destination_id": "96a29826-a47b-4f1a-9252-56cd16a56e06", + "destination_type": "dissociation_process" + }, + { + "source_id": "96a29826-a47b-4f1a-9252-56cd16a56e06", + "source_type": "dissociation_process", + "destination_id": "0f256ebf-f049-4d37-b175-7cb881748469", + "destination_type": "biomaterial" + }, + { + "source_id": "96a29826-a47b-4f1a-9252-56cd16a56e06", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "32589218-75ee-4978-9b8c-27a1674531bb", + "source_type": "process", + "destination_id": "fa448898-f1ab-4f7b-b4f4-b5ffa34526ec", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "32589218-75ee-4978-9b8c-27a1674531bb", + "destination_type": "process" + }, + { + "source_id": "2ec6f4fb-5252-4480-9fe4-37355a3f106f", + "source_type": "biomaterial", + "destination_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495", + "destination_type": "dissociation_process" + }, + { + "source_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495", + "source_type": "dissociation_process", + "destination_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb", + "destination_type": "biomaterial" + }, + { + "source_id": "cfd75031-9b04-4b8b-a417-4a1ce9582495", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a82e1a02-7115-499e-9db0-472058dd706a", + "source_type": "process", + "destination_id": "2ec6f4fb-5252-4480-9fe4-37355a3f106f", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "a82e1a02-7115-499e-9db0-472058dd706a", + "destination_type": "process" + }, + { + "source_id": "e47e8c7c-b584-4e52-953d-3a4fbe7c3d24", + "source_type": "biomaterial", + "destination_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c", + "destination_type": "dissociation_process" + }, + { + "source_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c", + "source_type": "dissociation_process", + "destination_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1", + "destination_type": "biomaterial" + }, + { + "source_id": "15fe8b58-d3c1-4e51-821c-c57ffe8c4c8c", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "b7aa38e3-b79a-46f8-ba41-99d86f6fd85f", + "source_type": "process", + "destination_id": "e47e8c7c-b584-4e52-953d-3a4fbe7c3d24", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "b7aa38e3-b79a-46f8-ba41-99d86f6fd85f", + "destination_type": "process" + }, + { + "source_id": "c374dcee-f665-4f86-b900-3af1b01dc503", + "source_type": "biomaterial", + "destination_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9", + "destination_type": "dissociation_process" + }, + { + "source_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9", + "source_type": "dissociation_process", + "destination_id": "1b9de729-00b5-493e-a801-0f4d35c7f060", + "destination_type": "biomaterial" + }, + { + "source_id": "558fd304-a67b-4b17-bac4-35e0cba1f6a9", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "be046d7c-3516-4f39-9a01-90cd7025d927", + "source_type": "process", + "destination_id": "c374dcee-f665-4f86-b900-3af1b01dc503", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "be046d7c-3516-4f39-9a01-90cd7025d927", + "destination_type": "process" + }, + { + "source_id": "99ba7224-aa3d-47f0-9ffd-3219240f1e45", + "source_type": "biomaterial", + "destination_id": "e66dc50e-7102-48fb-a7b0-15e411309c33", + "destination_type": "dissociation_process" + }, + { + "source_id": "e66dc50e-7102-48fb-a7b0-15e411309c33", + "source_type": "dissociation_process", + "destination_id": "29fa4290-89db-46c6-a154-444c73fcc644", + "destination_type": "biomaterial" + }, + { + "source_id": "e66dc50e-7102-48fb-a7b0-15e411309c33", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb", + "source_type": "process", + "destination_id": "99ba7224-aa3d-47f0-9ffd-3219240f1e45", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "a03e5bbe-48a4-4029-8a2c-0e477b9ac7cb", + "destination_type": "process" + }, + { + "source_id": "a9653bd6-f808-4ebc-82cf-171d4c737ae9", + "source_type": "biomaterial", + "destination_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489", + "destination_type": "dissociation_process" + }, + { + "source_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489", + "source_type": "dissociation_process", + "destination_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb", + "destination_type": "biomaterial" + }, + { + "source_id": "3ffbc2a9-aca9-439c-ac52-c845cd66c489", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "229e8909-865e-4330-bf7f-416f0ef8631e", + "source_type": "process", + "destination_id": "a9653bd6-f808-4ebc-82cf-171d4c737ae9", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "229e8909-865e-4330-bf7f-416f0ef8631e", + "destination_type": "process" + }, + { + "source_id": "3192908c-3f5f-41d8-8b55-6000dbb811cb", + "source_type": "biomaterial", + "destination_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c", + "destination_type": "dissociation_process" + }, + { + "source_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c", + "source_type": "dissociation_process", + "destination_id": "beabff64-fd1b-4817-995e-b37403f2aea4", + "destination_type": "biomaterial" + }, + { + "source_id": "4d74208d-5200-46c5-9d4e-fafc132bb31c", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "b0628e09-0b0b-46e4-8ba1-075f038b675a", + "source_type": "process", + "destination_id": "3192908c-3f5f-41d8-8b55-6000dbb811cb", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "b0628e09-0b0b-46e4-8ba1-075f038b675a", + "destination_type": "process" + }, + { + "source_id": "f2ab37e5-68dc-4782-8e18-6042750bd89f", + "source_type": "biomaterial", + "destination_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed", + "destination_type": "dissociation_process" + }, + { + "source_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed", + "source_type": "dissociation_process", + "destination_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f", + "destination_type": "biomaterial" + }, + { + "source_id": "0b56e470-94b8-4de0-9b8e-26cb2d892eed", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d921308c-6baa-4370-af41-bc2715107a4e", + "source_type": "process", + "destination_id": "f2ab37e5-68dc-4782-8e18-6042750bd89f", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "d921308c-6baa-4370-af41-bc2715107a4e", + "destination_type": "process" + }, + { + "source_id": "d43c21e1-f672-4920-a8c5-7a32aeef1ce1", + "source_type": "biomaterial", + "destination_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c", + "destination_type": "dissociation_process" + }, + { + "source_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c", + "source_type": "dissociation_process", + "destination_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7", + "destination_type": "biomaterial" + }, + { + "source_id": "5c2a4543-956b-4e43-adc0-6ff07b8cdd4c", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "85344d5f-d10d-4cac-b0f5-6516ec30f3a5", + "source_type": "process", + "destination_id": "d43c21e1-f672-4920-a8c5-7a32aeef1ce1", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "85344d5f-d10d-4cac-b0f5-6516ec30f3a5", + "destination_type": "process" + }, + { + "source_id": "0419e639-2762-4abb-b125-558a151d6580", + "source_type": "biomaterial", + "destination_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd", + "destination_type": "dissociation_process" + }, + { + "source_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd", + "source_type": "dissociation_process", + "destination_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e", + "destination_type": "biomaterial" + }, + { + "source_id": "afeca0ff-8bd0-4e3b-8905-357a061064dd", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c0636a64-e0ca-4adc-9c8a-208651ec9bfd", + "source_type": "process", + "destination_id": "0419e639-2762-4abb-b125-558a151d6580", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "c0636a64-e0ca-4adc-9c8a-208651ec9bfd", + "destination_type": "process" + }, + { + "source_id": "c6e6684d-41d2-4f1a-a992-72290baca715", + "source_type": "biomaterial", + "destination_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6", + "destination_type": "dissociation_process" + }, + { + "source_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6", + "source_type": "dissociation_process", + "destination_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c", + "destination_type": "biomaterial" + }, + { + "source_id": "4e4dd950-12bf-4b34-bfc3-407861625fe6", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2", + "source_type": "process", + "destination_id": "c6e6684d-41d2-4f1a-a992-72290baca715", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "99fc4a69-8fa7-41c4-a6a3-b57181c8d3f2", + "destination_type": "process" + }, + { + "source_id": "9d8ba59f-f2e9-43e2-85e0-7095f5b09923", + "source_type": "biomaterial", + "destination_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275", + "destination_type": "dissociation_process" + }, + { + "source_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275", + "source_type": "dissociation_process", + "destination_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f", + "destination_type": "biomaterial" + }, + { + "source_id": "99554c65-0d6d-4dd9-a12f-02b97bad8275", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "07662fff-7c93-480f-9523-625f420e3b0c", + "source_type": "process", + "destination_id": "9d8ba59f-f2e9-43e2-85e0-7095f5b09923", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "07662fff-7c93-480f-9523-625f420e3b0c", + "destination_type": "process" + }, + { + "source_id": "e6d0da8f-e666-4f29-b8d8-34d717188967", + "source_type": "biomaterial", + "destination_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b", + "destination_type": "dissociation_process" + }, + { + "source_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b", + "source_type": "dissociation_process", + "destination_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4", + "destination_type": "biomaterial" + }, + { + "source_id": "402d93f9-1a92-427b-94d2-6b8b3f745f7b", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "fcd1deb7-9bfb-43af-84ed-a80576e654b7", + "source_type": "process", + "destination_id": "e6d0da8f-e666-4f29-b8d8-34d717188967", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "fcd1deb7-9bfb-43af-84ed-a80576e654b7", + "destination_type": "process" + }, + { + "source_id": "5c38a229-495f-4b2b-8c62-af0814e4f002", + "source_type": "biomaterial", + "destination_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f", + "destination_type": "dissociation_process" + }, + { + "source_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f", + "source_type": "dissociation_process", + "destination_id": "37c79043-da4d-4745-91c4-9785d1d03a82", + "destination_type": "biomaterial" + }, + { + "source_id": "c29572d7-3dc5-4adb-9c2d-d9fb9404ea9f", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "54b99724-3876-4b1a-a7e3-63fb1122da7f", + "source_type": "process", + "destination_id": "5c38a229-495f-4b2b-8c62-af0814e4f002", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "54b99724-3876-4b1a-a7e3-63fb1122da7f", + "destination_type": "process" + }, + { + "source_id": "09bed9cb-5ea2-41f0-8d9b-5a985c096668", + "source_type": "biomaterial", + "destination_id": "b94192b5-0099-4fb6-b108-70a218be4174", + "destination_type": "dissociation_process" + }, + { + "source_id": "b94192b5-0099-4fb6-b108-70a218be4174", + "source_type": "dissociation_process", + "destination_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d", + "destination_type": "biomaterial" + }, + { + "source_id": "b94192b5-0099-4fb6-b108-70a218be4174", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "7c21c65c-ebbb-437d-8a76-02351c75fa6f", + "source_type": "process", + "destination_id": "09bed9cb-5ea2-41f0-8d9b-5a985c096668", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "7c21c65c-ebbb-437d-8a76-02351c75fa6f", + "destination_type": "process" + }, + { + "source_id": "58b0354a-acbf-4f82-aad3-dbc90b8b0258", + "source_type": "biomaterial", + "destination_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af", + "destination_type": "dissociation_process" + }, + { + "source_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af", + "source_type": "dissociation_process", + "destination_id": "c7520e50-f9bc-4626-a117-a78f394fc203", + "destination_type": "biomaterial" + }, + { + "source_id": "70dbad0c-b35c-4ab3-86e3-df6f96be72af", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "c9d8aecb-3eed-400e-b820-b5998afcd872", + "source_type": "process", + "destination_id": "58b0354a-acbf-4f82-aad3-dbc90b8b0258", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "c9d8aecb-3eed-400e-b820-b5998afcd872", + "destination_type": "process" + }, + { + "source_id": "0041bb77-8217-4707-adba-0ff4f0a75382", + "source_type": "biomaterial", + "destination_id": "13752803-67e4-420d-90db-430085a01365", + "destination_type": "dissociation_process" + }, + { + "source_id": "13752803-67e4-420d-90db-430085a01365", + "source_type": "dissociation_process", + "destination_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7", + "destination_type": "biomaterial" + }, + { + "source_id": "13752803-67e4-420d-90db-430085a01365", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "b0257ffe-3162-463f-9dff-73d2d1900cd2", + "source_type": "process", + "destination_id": "0041bb77-8217-4707-adba-0ff4f0a75382", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "b0257ffe-3162-463f-9dff-73d2d1900cd2", + "destination_type": "process" + }, + { + "source_id": "a9e6e73a-a912-4a15-8a54-b449d2cb8288", + "source_type": "biomaterial", + "destination_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603", + "destination_type": "dissociation_process" + }, + { + "source_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603", + "source_type": "dissociation_process", + "destination_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e", + "destination_type": "biomaterial" + }, + { + "source_id": "bafbfbc4-31a1-44de-bf4c-ae78461df603", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "7f199f03-7b6d-46dd-b3a6-489c0c67163a", + "source_type": "process", + "destination_id": "a9e6e73a-a912-4a15-8a54-b449d2cb8288", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "7f199f03-7b6d-46dd-b3a6-489c0c67163a", + "destination_type": "process" + }, + { + "source_id": "f3aea92a-a3e1-4130-9dbc-60d3757c549e", + "source_type": "biomaterial", + "destination_id": "83f55550-882d-4316-9f97-a479fe9c6c41", + "destination_type": "dissociation_process" + }, + { + "source_id": "83f55550-882d-4316-9f97-a479fe9c6c41", + "source_type": "dissociation_process", + "destination_id": "48496fe2-090e-4253-ae04-3f3b0b520585", + "destination_type": "biomaterial" + }, + { + "source_id": "83f55550-882d-4316-9f97-a479fe9c6c41", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "5b25fff3-3fbf-4aee-b4e7-b023b253e105", + "source_type": "process", + "destination_id": "f3aea92a-a3e1-4130-9dbc-60d3757c549e", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "5b25fff3-3fbf-4aee-b4e7-b023b253e105", + "destination_type": "process" + }, + { + "source_id": "fbd01573-ab66-45a1-9719-68a3df5d762f", + "source_type": "biomaterial", + "destination_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef", + "destination_type": "dissociation_process" + }, + { + "source_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef", + "source_type": "dissociation_process", + "destination_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4", + "destination_type": "biomaterial" + }, + { + "source_id": "ebf63b5d-8f5b-47b5-9f45-e0d96b383eef", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc", + "source_type": "process", + "destination_id": "fbd01573-ab66-45a1-9719-68a3df5d762f", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "d15fb1ea-c3ff-4bd9-b3b1-de884b4719bc", + "destination_type": "process" + }, + { + "source_id": "f8b16856-e066-41f1-8289-2d08bc1791a8", + "source_type": "biomaterial", + "destination_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8", + "destination_type": "dissociation_process" + }, + { + "source_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8", + "source_type": "dissociation_process", + "destination_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89", + "destination_type": "biomaterial" + }, + { + "source_id": "3df4eb34-1422-42ff-97d3-ece0c4c0fdf8", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d987bfce-9727-43fd-81c1-7a4f6df09922", + "source_type": "process", + "destination_id": "f8b16856-e066-41f1-8289-2d08bc1791a8", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "d987bfce-9727-43fd-81c1-7a4f6df09922", + "destination_type": "process" + }, + { + "source_id": "5f6b7460-214b-4371-9fc6-671bdd2afa72", + "source_type": "biomaterial", + "destination_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35", + "destination_type": "dissociation_process" + }, + { + "source_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35", + "source_type": "dissociation_process", + "destination_id": "5bd60c24-d76e-4fd6-bb82-115273cee157", + "destination_type": "biomaterial" + }, + { + "source_id": "9daacadd-f1c1-44b4-871e-00b676b6fa35", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "08b2716c-0112-4c81-b75b-b7b0d983c656", + "source_type": "process", + "destination_id": "5f6b7460-214b-4371-9fc6-671bdd2afa72", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "08b2716c-0112-4c81-b75b-b7b0d983c656", + "destination_type": "process" + }, + { + "source_id": "b82065c6-8269-4d13-b8ae-d0fb3f26f77c", + "source_type": "biomaterial", + "destination_id": "d6f3b423-67c4-460e-989c-39cd2e762a92", + "destination_type": "dissociation_process" + }, + { + "source_id": "d6f3b423-67c4-460e-989c-39cd2e762a92", + "source_type": "dissociation_process", + "destination_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5", + "destination_type": "biomaterial" + }, + { + "source_id": "d6f3b423-67c4-460e-989c-39cd2e762a92", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "7c86261f-3112-4bc1-bd8d-8a94accf7478", + "source_type": "process", + "destination_id": "b82065c6-8269-4d13-b8ae-d0fb3f26f77c", + "destination_type": "biomaterial" + }, + { + "source_id": "61c0d3be-9a27-43eb-896c-2a00c711b883", + "source_type": "biomaterial", + "destination_id": "7c86261f-3112-4bc1-bd8d-8a94accf7478", + "destination_type": "process" + }, + { + "source_id": "fd8aba0d-6299-43ce-abf4-28bb10754e92", + "source_type": "biomaterial", + "destination_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d", + "destination_type": "dissociation_process" + }, + { + "source_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d", + "source_type": "dissociation_process", + "destination_id": "5680b7ac-d329-476b-85e6-05c39d3fb028", + "destination_type": "biomaterial" + }, + { + "source_id": "c55b1216-dec4-41bd-b425-3e9e2708ec3d", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "a0232494-8018-4f79-add4-d7f822d883c2", + "source_type": "process", + "destination_id": "fd8aba0d-6299-43ce-abf4-28bb10754e92", + "destination_type": "biomaterial" + }, + { + "source_id": "8b986959-b1ef-4b44-a41e-d33e0304fbba", + "source_type": "biomaterial", + "destination_id": "a0232494-8018-4f79-add4-d7f822d883c2", + "destination_type": "process" + }, + { + "source_id": "beb014f4-f54b-4c40-bc4f-347ebcb2c5ca", + "source_type": "biomaterial", + "destination_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42", + "destination_type": "dissociation_process" + }, + { + "source_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42", + "source_type": "dissociation_process", + "destination_id": "ba805a63-d347-4ac8-ad35-96f518204cc7", + "destination_type": "biomaterial" + }, + { + "source_id": "d3fbeb3c-623d-453a-9a85-559cf8fcce42", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "ac142e9e-cf8d-4e77-bf36-30177c2931f3", + "source_type": "process", + "destination_id": "beb014f4-f54b-4c40-bc4f-347ebcb2c5ca", + "destination_type": "biomaterial" + }, + { + "source_id": "07a69497-dc3d-4808-a08a-ed0b43cb006e", + "source_type": "biomaterial", + "destination_id": "ac142e9e-cf8d-4e77-bf36-30177c2931f3", + "destination_type": "process" + }, + { + "source_id": "755cc233-9d9f-4d12-96e6-9d4dacde8a67", + "source_type": "biomaterial", + "destination_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a", + "destination_type": "dissociation_process" + }, + { + "source_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a", + "source_type": "dissociation_process", + "destination_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe", + "destination_type": "biomaterial" + }, + { + "source_id": "ced1975a-38cb-47d8-a940-48c438b9fb7a", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "f353f6e5-9415-4476-923a-a3bfbde8987a", + "source_type": "process", + "destination_id": "755cc233-9d9f-4d12-96e6-9d4dacde8a67", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "f353f6e5-9415-4476-923a-a3bfbde8987a", + "destination_type": "process" + }, + { + "source_id": "35e69b30-f6c1-4d90-a585-31d8b25bd2c6", + "source_type": "biomaterial", + "destination_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677", + "destination_type": "dissociation_process" + }, + { + "source_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677", + "source_type": "dissociation_process", + "destination_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c", + "destination_type": "biomaterial" + }, + { + "source_id": "e3515c4a-944a-4f0e-aeff-e872fe44d677", + "source_type": "dissociation_process", + "destination_id": "3cbebf0a-4aab-4525-80f4-222703d14b98", + "destination_type": "protocol" + }, + { + "source_id": "d46f0814-1caf-4668-ab2e-cec3af24b1fb", + "source_type": "process", + "destination_id": "35e69b30-f6c1-4d90-a585-31d8b25bd2c6", + "destination_type": "biomaterial" + }, + { + "source_id": "d4ca041a-7028-407f-906b-f8b4415c2c1c", + "source_type": "biomaterial", + "destination_id": "d46f0814-1caf-4668-ab2e-cec3af24b1fb", + "destination_type": "process" + }, + { + "source_id": "511d4724-0b88-418d-bd22-5d6f986d6053", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "55331b4f-456b-406d-a9c5-a8607aac450f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "0f256ebf-f049-4d37-b175-7cb881748469", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "1b9de729-00b5-493e-a801-0f4d35c7f060", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "29fa4290-89db-46c6-a154-444c73fcc644", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "beabff64-fd1b-4817-995e-b37403f2aea4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "37c79043-da4d-4745-91c4-9785d1d03a82", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c7520e50-f9bc-4626-a117-a78f394fc203", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "48496fe2-090e-4253-ae04-3f3b0b520585", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "5bd60c24-d76e-4fd6-bb82-115273cee157", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "5680b7ac-d329-476b-85e6-05c39d3fb028", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "ba805a63-d347-4ac8-ad35-96f518204cc7", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c", + "source_type": "biomaterial", + "destination_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "destination_type": "library_preparation_process" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "39351ee0-89c3-499d-a820-5bece48704d5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2a6cf1cd-1599-44ef-86e5-511a18e23262", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b5110ae6-55e1-4fe8-bae2-9696e679057b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6517b6c3-3fab-45e9-a494-ae81ccc500f0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8162a395-0409-45c3-8652-918983bb1da0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "719f581d-3481-4fe5-a3c5-2eb9054d07ec", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "656fa889-f831-4a3a-84cf-0a1f5e148f5e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c000533a-432f-4733-bc22-16e4bb89382b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bd256dda-501a-4287-8e44-79fa7dcc43c6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ed89b525-725a-4e6d-aee9-3b36e78803a8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4c9af689-d89d-4312-a12b-deeb03c2fdca", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bfdeb7e3-f242-48ae-9222-6428b5168ccd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8ad4c436-01a2-4d07-8b09-33e86a1d759a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6f042830-9bc8-4dd5-97a3-505f2db57d79", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5483a55b-cd36-4477-adcf-37172a856bfc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0428ddc2-ea8a-4c79-b994-60990a869c77", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "33be88bb-3b38-4076-b9e1-1d73b48954b8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "139d2d79-11a0-4092-babd-2b27a6b42027", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "022d172e-1e82-418c-a821-133de6a9efe2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f1a89f64-9e0b-479b-a294-8de7151a1a9d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "49e389b3-3570-45dc-b825-050e2805a1b5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4927cc7d-e23c-4c58-91c7-7af793f35f07", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9ab7ac35-d262-49cb-9994-f5da5f94b342", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "79f04454-2b15-485b-8b19-3d237025d480", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bc218df5-d4d5-4aa0-baaa-4fbf36541315", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b46fa14b-caf4-479d-9205-d3c108bee4e2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "63c98bcc-255f-4efc-9712-e824463fbd2f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "245b8d93-3fc9-4ad6-b000-55046061a119", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f4106c25-5ea5-4feb-b40b-072056ff954f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "db4f1861-38ea-4800-92c5-0c03f63f8b2f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ba79090e-1341-4427-9277-e0bc9c303bd5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "44d1289c-9a27-4d11-b903-5cdde4738f20", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8e931218-861c-44c4-8768-b9afd33acffc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "662e721c-1272-46b4-9863-a0cbae53d78b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d0fffcc4-7282-48b0-a476-5afa1ce36829", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "006a7618-8d55-48b3-a37e-7de0a9e70ef7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f762562b-2408-4e17-ba4a-493cdb8e0e3f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0954f798-7318-4612-bad7-cd3f9b181d3a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8f9c317e-74ec-4262-b401-3e2a047d81f3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d1ae69e7-f838-42d1-a207-e50f5b53a788", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fc5adfc4-0bc4-45c3-8acd-429c56817520", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f9bb33ad-03e8-400f-a77d-6c92464bdbec", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7b567fc7-5b53-4f94-a88d-24a1286d846c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6c66cacf-5914-40dd-b512-c946fdc14424", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b1d872b0-620d-4965-b6e8-aba6ea4d104d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "11cbfa24-c882-473d-95b6-076c3f1fd559", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1acc5ab3-c91c-4095-8713-18299a0b02d2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ae61c169-016b-40dc-9e95-b7dc1fd0b346", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "40542240-2e11-48cf-955c-4527e963be80", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c340fbe2-dc1c-4455-a29f-c698244982f8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7422fc7e-ed66-49a2-a207-30d72c93d0a1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8ad83172-07ee-4726-85b0-fe19b885a169", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "36118c60-cf32-43af-bd56-cfcbe063b244", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "381c733e-3dba-4ca7-ab05-541dbfc03e04", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8526cbf2-881e-4499-9992-43009425c4ae", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9f2d4e6d-3f38-44f6-b16c-100cfce72797", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "49125797-64a8-4fbe-b2a9-914252f768fe", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f1a91911-8f85-4d68-8243-8466b1e2dce6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f488ad13-8645-4cc4-99d1-b3b72e8723c8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6857550d-8c86-40c1-988a-b48cb70759f2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "af34f522-9a30-48b3-ba70-7600401a871b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c114f74d-6854-43ce-bc70-39ca8e45e86a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "17f2c348-02af-42be-baa3-d227925a1cbc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b41c8971-bcd3-42ba-b8f8-f685cba0f923", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4a7fd685-04b4-4436-9aed-e692030dfa76", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "dd31fdba-26a2-4ccb-aa62-c43521de953e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4d2ec95d-d00b-44a7-9119-a53b5db1b181", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8d3d8579-4d9f-4442-9141-653287e9418b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0daa891b-8d87-416e-8b26-d44824de5bbd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3eff86f6-cff5-43a6-9024-be9a9893f867", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8240917a-8fb5-47b5-8b35-64dd30c3b43f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5952c0d9-09c9-4459-a606-515d8a497bd8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "df7935c8-d1be-4dcf-a583-60a24636944d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bde680ab-9ae1-4392-b8b5-1187860111e5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "26fc3171-166d-4145-b786-c5a7397a1ade", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7e602220-a242-4d9a-9e1e-1487f7880b41", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2cf69609-5b35-4cd7-8b38-d53378de7ee2", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3555957c-8ac8-4afc-ab54-866d1cac3b1f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "62b17e40-2c0b-4e37-8859-9290d1513ef9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a3f0a66b-1ebe-47dc-8efc-cacfface111d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5eb311a4-19c8-429d-b36e-409fb80e31b0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "be263698-8ffb-4263-902a-5dea68d18df5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "00424825-4dfe-4afc-a8a8-c5bffdaada00", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2df110bc-9016-4bf6-a622-e4fab70b82ca", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "afbfe990-11a2-4836-94b3-980e11ca1c2a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7d516073-474d-4359-973d-3c454f2e080a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c9ad441e-28a2-47b8-998e-48d48936ed64", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "01842746-1644-436e-a1e5-aa3b59e2b8d6", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c17745c1-7217-4771-aaac-d5bf35072343", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5880c00e-4063-431e-8510-6cdaf5bb1c5d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1780aa95-bd16-4cb9-814e-d3900d4787d7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "becb6174-be03-40fa-85c2-4fa3b9308ef5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f308eed4-5954-4047-a18e-9c309d9fdab9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e44d2d64-df79-4a74-b88b-093102e4e799", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b8cae58c-fa89-480e-8c51-88115619bf8e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "176d224c-1e70-4ef8-ab96-ea63cfa63888", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9ea35e5e-27ac-4925-9961-fffebe01e5e9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cc95fef9-2681-4489-bc6c-1c5d494b29a8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4eb20891-5ee7-49fe-aa32-52201434772c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6c11e561-ec37-4fb9-8661-a402d5268091", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "6d2d1bda-e128-497e-8569-1e004c556b38", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "09cce819-9467-4dd8-b91a-ef6b450c4b33", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "32e070e3-574d-4676-add4-359dd4c64ae7", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ea993f83-3268-4dc6-8612-cd9a3ccfc475", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "bad6ed96-930c-47a9-b851-d527af7136e3", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ea6245c2-e8ee-4185-ae2f-0389a5bae598", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9eb02069-4c56-4065-83ac-01eaf5fb9b68", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "cd7ee2a1-6c69-4714-8306-a347a4f28616", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f2edefd2-c29c-470d-8879-3d480a6c55f9", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "383bb59e-9082-494a-91b2-804a72830475", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "7149194f-3bc9-4aa2-8407-e89bad2dd77b", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "04e94fd5-49df-4149-9da5-ff9c86a2e494", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5675b050-9c66-4c34-803f-3e6e0ea0af3f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d889a2da-2b28-4553-9045-fe9c958b4616", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4d7b8243-f099-4eab-a5a4-1e6c359f999d", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d7bbc88d-ea41-483f-940a-332989f6dd75", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2ff31790-2e31-4056-ade6-a40b3333efbe", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "aa24229f-3be5-495b-9989-d9e793056993", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9b34f6ca-9952-4fbd-b55b-e06e44094463", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "eb21d839-7f51-4781-bf46-886fc6d82a11", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "0bb11e93-d9c6-411e-a614-e38252775d75", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b692d3f7-0e85-4e18-9373-214300cc0293", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "87e595d8-7285-4067-a73f-e80944ffae3c", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "29b8c167-5542-47bd-85a8-926645d7846a", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "312522d0-f218-4304-8376-d6f1feeb7553", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "ca1ca1f1-f0ab-4224-8422-d5345ccab557", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "124dc699-f389-4462-9c29-41a091d5cc04", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "da84551f-0859-46fd-aaa2-4797cd373991", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b63d119a-2496-4d92-9bab-e67e85914708", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "274e4b04-3174-46f1-bba5-004bb1ed2cc5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "8bea9251-da22-4f68-91a4-1e60c4af956f", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "487e2d7f-320d-4d75-9d34-3a0fb791c553", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "3fed1e54-3bf7-46fc-829a-f538a092d774", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "5e31c504-cb51-459e-a939-d49bc83d5d44", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "9e7ac38d-b196-4e80-a59c-0d630d725745", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "93e242a1-3d4b-491b-9d5f-02e038e212cb", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "709da3b4-e8a0-431d-b082-8530ffae33f8", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "b8a56d3f-9910-44a0-a9c0-bb7d51705792", + "destination_type": "file" + }, + { + "source_id": "12ea2953-06a4-4e80-8910-a27aba936b9c", + "source_type": "library_preparation_process", + "destination_id": "81b97ec1-f68c-4d69-be78-50d1aad7bbef", + "destination_type": "protocol" + }, + { + "source_id": "511d4724-0b88-418d-bd22-5d6f986d6053", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "cf1f4b91-6f95-4b9b-9c71-419bf149ea8e", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "55331b4f-456b-406d-a9c5-a8607aac450f", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "39d16a4b-d0f5-457e-8f1c-19dc0903dd09", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "0f256ebf-f049-4d37-b175-7cb881748469", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "9eb0db90-5f70-4c03-b1c3-4709ddbfd9cb", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "866c75ad-acd4-4c6a-a234-c456393ee5f1", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "1b9de729-00b5-493e-a801-0f4d35c7f060", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "29fa4290-89db-46c6-a154-444c73fcc644", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "77b0da1a-1855-4f5f-a299-e5f28d881bdb", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "beabff64-fd1b-4817-995e-b37403f2aea4", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "09424c38-f1b1-4abf-9d97-fffd5ba3ad4f", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "18791d9e-c0ae-4cb4-a9e6-b4ea4618f6d7", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "1339c497-c686-4d8d-ae51-6b30cb3dd11e", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "8ec8f2f9-77b5-4fd7-a85b-38643009089c", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "939b4152-d4b6-4374-9775-9f53eb16ad0f", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "e45b8254-e077-4ac9-a8e6-1627eb42d5b4", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "37c79043-da4d-4745-91c4-9785d1d03a82", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "b0842f1d-b081-4ed5-ad1a-30b34015b62d", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "c7520e50-f9bc-4626-a117-a78f394fc203", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "b508258e-74d6-4c7e-adc2-ddda36ebfad7", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "550a7b77-96d1-41f1-99aa-66bc1e94d23e", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "48496fe2-090e-4253-ae04-3f3b0b520585", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "7d72b943-9bbc-479c-af24-40b5f5c2fdb4", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "fc8be628-9c61-47c8-91b5-2b1ae427cf89", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "5bd60c24-d76e-4fd6-bb82-115273cee157", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "0ebe30dd-102f-44ce-9a0b-82481c2956a5", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "5680b7ac-d329-476b-85e6-05c39d3fb028", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "ba805a63-d347-4ac8-ad35-96f518204cc7", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "0a811a33-4de1-4d96-9cf0-1ec315112ffe", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "c8a2fff6-4d1a-412b-a0a0-96e4fdd4af7c", + "source_type": "biomaterial", + "destination_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "destination_type": "sequencing_process" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "39351ee0-89c3-499d-a820-5bece48704d5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "2a6cf1cd-1599-44ef-86e5-511a18e23262", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b5110ae6-55e1-4fe8-bae2-9696e679057b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6517b6c3-3fab-45e9-a494-ae81ccc500f0", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8162a395-0409-45c3-8652-918983bb1da0", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "719f581d-3481-4fe5-a3c5-2eb9054d07ec", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "656fa889-f831-4a3a-84cf-0a1f5e148f5e", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "687c63b3-2eb3-4aac-ab54-aa5d02128f1c", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7ded5e63-c50e-4854-9be7-1cb206fa3d7f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "c000533a-432f-4733-bc22-16e4bb89382b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "bd256dda-501a-4287-8e44-79fa7dcc43c6", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ed89b525-725a-4e6d-aee9-3b36e78803a8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4c9af689-d89d-4312-a12b-deeb03c2fdca", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "bfdeb7e3-f242-48ae-9222-6428b5168ccd", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8ad4c436-01a2-4d07-8b09-33e86a1d759a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ec15bc6b-2b71-4f78-ac5d-892b639a7fb6", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6f042830-9bc8-4dd5-97a3-505f2db57d79", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5483a55b-cd36-4477-adcf-37172a856bfc", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "0428ddc2-ea8a-4c79-b994-60990a869c77", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "33be88bb-3b38-4076-b9e1-1d73b48954b8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "139d2d79-11a0-4092-babd-2b27a6b42027", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "022d172e-1e82-418c-a821-133de6a9efe2", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "fc6e45ac-5ba8-4a55-9901-3fa5ea480d28", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "09d8668c-bf1a-4ee5-9f9d-c5c17dc97509", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f1a89f64-9e0b-479b-a294-8de7151a1a9d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "04e36cfe-a12a-4f5a-91cc-3574bdf427f4", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f8b537c4-73e2-4df5-a5ee-8aff3cccc3c7", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "49e389b3-3570-45dc-b825-050e2805a1b5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4927cc7d-e23c-4c58-91c7-7af793f35f07", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "65bd1790-6d5e-4f3f-ab78-ce5471d58e98", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9ab7ac35-d262-49cb-9994-f5da5f94b342", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "79f04454-2b15-485b-8b19-3d237025d480", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "a26ee1d9-5dbf-46f8-a047-00d74b1b628a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5a3f8e5f-cf78-4761-ada6-b910f6fc0b9f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "bc218df5-d4d5-4aa0-baaa-4fbf36541315", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b46fa14b-caf4-479d-9205-d3c108bee4e2", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "63c98bcc-255f-4efc-9712-e824463fbd2f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b4295e23-f872-4b5f-ac4e-0da6a53e39b8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "245b8d93-3fc9-4ad6-b000-55046061a119", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9e8a07ac-ad93-4a5e-90d8-c0e478e18342", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f4106c25-5ea5-4feb-b40b-072056ff954f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "db4f1861-38ea-4800-92c5-0c03f63f8b2f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ba79090e-1341-4427-9277-e0bc9c303bd5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "44d1289c-9a27-4d11-b903-5cdde4738f20", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8e931218-861c-44c4-8768-b9afd33acffc", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "662e721c-1272-46b4-9863-a0cbae53d78b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9b371ad5-94a8-4cbb-a792-45ac8bdff35d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "d0fffcc4-7282-48b0-a476-5afa1ce36829", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "006a7618-8d55-48b3-a37e-7de0a9e70ef7", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f762562b-2408-4e17-ba4a-493cdb8e0e3f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "0954f798-7318-4612-bad7-cd3f9b181d3a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8f9c317e-74ec-4262-b401-3e2a047d81f3", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "d1ae69e7-f838-42d1-a207-e50f5b53a788", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "fc5adfc4-0bc4-45c3-8acd-429c56817520", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b8df1f2f-abb8-4af5-bbb0-c80623ab5bd5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6f23ce85-e97e-4a77-bfea-3c0b95c775f4", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f9bb33ad-03e8-400f-a77d-6c92464bdbec", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7b567fc7-5b53-4f94-a88d-24a1286d846c", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "fd5c1b07-3fb7-4faa-ba3b-d1c82e6c7ffb", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6c66cacf-5914-40dd-b512-c946fdc14424", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b1d872b0-620d-4965-b6e8-aba6ea4d104d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "11cbfa24-c882-473d-95b6-076c3f1fd559", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "15656b3d-1c2e-48e6-b0f1-bf4402890c3e", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "1acc5ab3-c91c-4095-8713-18299a0b02d2", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ae61c169-016b-40dc-9e95-b7dc1fd0b346", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "40542240-2e11-48cf-955c-4527e963be80", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4b2ec2e1-b0e2-41ea-9a33-c473889f526f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "95f09de9-0e7a-49c3-8bbc-f3fb512bc86e", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "c340fbe2-dc1c-4455-a29f-c698244982f8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7422fc7e-ed66-49a2-a207-30d72c93d0a1", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8ad83172-07ee-4726-85b0-fe19b885a169", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "36118c60-cf32-43af-bd56-cfcbe063b244", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "518ee17c-7de1-4775-ad7d-167b2d2a8ad7", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6ae60ce7-ae0a-421b-96f7-7954cad9cbfb", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "575b968a-f85f-4dd8-bc0c-f00e1d07cd6b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "381c733e-3dba-4ca7-ab05-541dbfc03e04", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8526cbf2-881e-4499-9992-43009425c4ae", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "40713b36-fcfe-4a1a-ad21-9e8b118b91e9", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9f2d4e6d-3f38-44f6-b16c-100cfce72797", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "49125797-64a8-4fbe-b2a9-914252f768fe", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f1a91911-8f85-4d68-8243-8466b1e2dce6", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f488ad13-8645-4cc4-99d1-b3b72e8723c8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "e977ef2d-f54d-4ee7-893b-3873a8eb5dd3", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6857550d-8c86-40c1-988a-b48cb70759f2", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "af34f522-9a30-48b3-ba70-7600401a871b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "c114f74d-6854-43ce-bc70-39ca8e45e86a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "17f2c348-02af-42be-baa3-d227925a1cbc", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b41c8971-bcd3-42ba-b8f8-f685cba0f923", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4a7fd685-04b4-4436-9aed-e692030dfa76", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "dd31fdba-26a2-4ccb-aa62-c43521de953e", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4d2ec95d-d00b-44a7-9119-a53b5db1b181", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8d3d8579-4d9f-4442-9141-653287e9418b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "0daa891b-8d87-416e-8b26-d44824de5bbd", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "3eff86f6-cff5-43a6-9024-be9a9893f867", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8240917a-8fb5-47b5-8b35-64dd30c3b43f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5952c0d9-09c9-4459-a606-515d8a497bd8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6e76f2d5-1b5d-4799-8b41-45faad9d6e11", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9f72f529-b2cb-4830-9ff4-e1c03ec449c2", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "df7935c8-d1be-4dcf-a583-60a24636944d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "bde680ab-9ae1-4392-b8b5-1187860111e5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "26fc3171-166d-4145-b786-c5a7397a1ade", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7e602220-a242-4d9a-9e1e-1487f7880b41", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "2cf69609-5b35-4cd7-8b38-d53378de7ee2", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4d5c056b-5b1b-4fe7-a763-621cb7fa17c7", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "3555957c-8ac8-4afc-ab54-866d1cac3b1f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "62b17e40-2c0b-4e37-8859-9290d1513ef9", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "06e4f4b4-9b0f-4ffc-ab2d-70fb659994b4", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "a3f0a66b-1ebe-47dc-8efc-cacfface111d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5eb311a4-19c8-429d-b36e-409fb80e31b0", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "be263698-8ffb-4263-902a-5dea68d18df5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "00424825-4dfe-4afc-a8a8-c5bffdaada00", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "2df110bc-9016-4bf6-a622-e4fab70b82ca", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "a2ba4d08-a9a9-4ceb-8dfd-70546b22dda0", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "afbfe990-11a2-4836-94b3-980e11ca1c2a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7d516073-474d-4359-973d-3c454f2e080a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "c9ad441e-28a2-47b8-998e-48d48936ed64", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "01842746-1644-436e-a1e5-aa3b59e2b8d6", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "c17745c1-7217-4771-aaac-d5bf35072343", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "1ffaf155-7ff8-4fe4-9cc2-352f7ec0ef1c", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5880c00e-4063-431e-8510-6cdaf5bb1c5d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "1780aa95-bd16-4cb9-814e-d3900d4787d7", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "30e7db70-fec3-48f1-bf7b-71adf9e8d7f1", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "becb6174-be03-40fa-85c2-4fa3b9308ef5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f308eed4-5954-4047-a18e-9c309d9fdab9", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "e44d2d64-df79-4a74-b88b-093102e4e799", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b8cae58c-fa89-480e-8c51-88115619bf8e", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7bf9a41d-d9e5-4321-b6a0-b77cc85fddc0", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "176d224c-1e70-4ef8-ab96-ea63cfa63888", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9ea35e5e-27ac-4925-9961-fffebe01e5e9", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "cc95fef9-2681-4489-bc6c-1c5d494b29a8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4eb20891-5ee7-49fe-aa32-52201434772c", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6c11e561-ec37-4fb9-8661-a402d5268091", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "6d2d1bda-e128-497e-8569-1e004c556b38", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "09cce819-9467-4dd8-b91a-ef6b450c4b33", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "bcdae4a6-ae9b-4f2a-ad95-b4cfa3ad2a7c", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "32e070e3-574d-4676-add4-359dd4c64ae7", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ea993f83-3268-4dc6-8612-cd9a3ccfc475", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "bad6ed96-930c-47a9-b851-d527af7136e3", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ea6245c2-e8ee-4185-ae2f-0389a5bae598", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9eb02069-4c56-4065-83ac-01eaf5fb9b68", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "cd7ee2a1-6c69-4714-8306-a347a4f28616", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f2edefd2-c29c-470d-8879-3d480a6c55f9", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "e9bd1cf1-b0e6-4b05-9d85-afe6659d001d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "383bb59e-9082-494a-91b2-804a72830475", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "7149194f-3bc9-4aa2-8407-e89bad2dd77b", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b64bdbba-d2e8-4ec7-a17e-6ca9d872c77e", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "f0b940a1-de2c-461e-a40d-7a5b0c11ca40", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "04e94fd5-49df-4149-9da5-ff9c86a2e494", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5675b050-9c66-4c34-803f-3e6e0ea0af3f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "d889a2da-2b28-4553-9045-fe9c958b4616", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4d7b8243-f099-4eab-a5a4-1e6c359f999d", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "462d6d7c-8c83-4e91-b851-4ebe7f04ed4a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "d7bbc88d-ea41-483f-940a-332989f6dd75", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "2ff31790-2e31-4056-ade6-a40b3333efbe", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "e4e33817-0d2c-4e42-8d10-17cba4b3c1d8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "aa24229f-3be5-495b-9989-d9e793056993", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9b34f6ca-9952-4fbd-b55b-e06e44094463", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "eb21d839-7f51-4781-bf46-886fc6d82a11", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "0bb11e93-d9c6-411e-a614-e38252775d75", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "2320aa06-7d82-46ec-ad6d-a1c9fd280cde", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "1f650fa2-e91a-4cde-8ff5-ad2738f0d3cc", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b692d3f7-0e85-4e18-9373-214300cc0293", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "c9a2b54f-1316-4463-8f0b-9061bb4b51cd", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "87e595d8-7285-4067-a73f-e80944ffae3c", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "38cef0ea-3ef8-45cd-aadc-5e8e64319cf0", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "29b8c167-5542-47bd-85a8-926645d7846a", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "312522d0-f218-4304-8376-d6f1feeb7553", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "ca1ca1f1-f0ab-4224-8422-d5345ccab557", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "124dc699-f389-4462-9c29-41a091d5cc04", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "abb46e44-0aba-4814-a7f4-b9b62fb5f6ad", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8f4e5133-7aa0-468d-b13c-6fa23cdaf407", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "d8e59dbd-2add-4514-ae3e-9fac8ae902f5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "4fa725fa-23c0-4b9b-9c0d-92b82aa75919", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "da84551f-0859-46fd-aaa2-4797cd373991", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b63d119a-2496-4d92-9bab-e67e85914708", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "274e4b04-3174-46f1-bba5-004bb1ed2cc5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "86d25b68-ffb0-4fd4-bf48-10f6c3c184a5", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "8bea9251-da22-4f68-91a4-1e60c4af956f", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "487e2d7f-320d-4d75-9d34-3a0fb791c553", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "31ad52e7-70e8-4e3e-9cd7-0d8d8b1b4331", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "3fed1e54-3bf7-46fc-829a-f538a092d774", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "5e31c504-cb51-459e-a939-d49bc83d5d44", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "9e7ac38d-b196-4e80-a59c-0d630d725745", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "93e242a1-3d4b-491b-9d5f-02e038e212cb", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "709da3b4-e8a0-431d-b082-8530ffae33f8", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "b8a56d3f-9910-44a0-a9c0-bb7d51705792", + "destination_type": "file" + }, + { + "source_id": "f179fd50-5552-4277-9933-4f37fe0fd8e1", + "source_type": "sequencing_process", + "destination_id": "e99eed63-5794-4d8d-baf9-9c6888e91e6d", + "destination_type": "protocol" + } + ], + "describedBy": "https://schema.humancellatlas.org/bundle/1.0.0/links", + "schema_version": "1.0.0", + "schema_type": "link_bundle" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/cfab8304-dc9f-439e-af29-f8eb75b0729d.dss.hca.json b/test/indexer/data/cfab8304-dc9f-439e-af29-f8eb75b0729d.dss.hca.json index bb295fec4c..488d1aac7c 100644 --- a/test/indexer/data/cfab8304-dc9f-439e-af29-f8eb75b0729d.dss.hca.json +++ b/test/indexer/data/cfab8304-dc9f-439e-af29-f8eb75b0729d.dss.hca.json @@ -1,198 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eef1d942", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "d88e754760e2e9ca8001dfd6a7409efa", - "sha1": "b0e960d41639ab3b7f46e1af0530a866de8bc26c", - "sha256": "0ff1e93e13de4b014f38f9d71fb8c30ff947e2a60b002696830b588822b841c4", - "size": 1314, - "uuid": "13eab62e-0038-4997-aeab-aa3192cc090e", - "version": "2019-07-18T21:12:44.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f0a5ea57", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "7c954f10c45d6310d5c45f8d03b86c9d", - "sha1": "acb72b83dc626d18a62a5b5914df62505d15f0b2", - "sha256": "274d540fce9bf4ed8efcdb3665b99293f062a3e30fbee1ab894b49f89b94d529", - "size": 1245, - "uuid": "4ccd163e-a630-4ede-bc0c-336ba044b783", - "version": "2019-07-18T21:12:44.526000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ac20f478", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "b172926081d7d55e761726240fe6e112", - "sha1": "9244ba8e0e90c83de61fe80a3ca12783768ba5bb", - "sha256": "53293d143e8a6f0d9f94cba8a3247389e8dc525393b1e84ada6895c506b828e7", - "size": 1327, - "uuid": "92254a9e-3a14-4760-b229-d914f3e8973f", - "version": "2019-07-18T21:12:44.655000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "10abd857", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "e20a2d098ed8ad7959f651fdc4ae4e74", - "sha1": "0839ee5524dd894a5bfcbc4c9e2e63e90aff1b83", - "sha256": "6e3dd41acc63a7b85607ff2a11d4eac58b6887fe5d843417ea04a532b1aa3afd", - "size": 1699, - "uuid": "39d1a24f-1785-476d-9c04-065be917e3ff", - "version": "2019-07-18T21:12:44.591000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "957dd6a8", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "23da4b7c77d23e7a466925b5c8a998fc", - "sha1": "e6712e3154593ba13ae55301a34cc9e539415abc", - "sha256": "026d78470b1118f486d5f7efc66c66a4f9b0e7b63382d74573ec03372a2f556e", - "size": 607, - "uuid": "3f193e72-8efe-4c2a-ace1-79140ca36477", - "version": "2019-07-18T21:22:48.292000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "87b70753", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "36610d80a658d1dcc4887ae1d47bd8cb", - "sha1": "4822d7b272f32331d82cf9cb9f356ae6a826b426", - "sha256": "dfd9c0abbb9e5e7e2ab7bedfb21b756517348e2c0cbe69ef2138de7b2e517093", - "size": 607, - "uuid": "078b71eb-220a-43e5-a0fc-4f231e90f85f", - "version": "2019-07-18T21:25:28.971000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "820c8cc3", - "indexed": true, - "name": "project_0.json", - "s3_etag": "8c065dd8633c869df498b3cf0f4fb86d", - "sha1": "f730de75afcef104da41761418c89eb61d16a54c", - "sha256": "c0e00a0eec11c46febbb483947262700bbf0e9f67ca15dce024933ff48536aba", - "size": 4332, - "uuid": "091cf39b-01bc-42e5-9437-f419a66c8a45", - "version": "2019-07-18T21:12:44.350000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "306c57c5", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "a76f6fb7953cf05653f901132832a7c0", - "sha1": "b34456c154e8689630c72d9b7b0b1c5a6f91d10a", - "sha256": "57d2a545a8a8748bf46755518e04b201904e32ce480d97c301727bb5baa73186", - "size": 1772, - "uuid": "dc19bb22-ae7b-431b-9b8b-7b49799a8fcd", - "version": "2019-07-18T21:12:44.269000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9c6b958e", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "67933d9c4dbbce2736eb2c6769e19733", - "sha1": "e832299fe438e03cb476eed4e76c220fc11e3b0f", - "sha256": "3e8d00dc1f929937ab26cbbef2fa7b1f3f1a7b253dde79724fcdfabeca59e0d6", - "size": 880, - "uuid": "461851b8-55a5-4ae6-a52a-5bca71a00beb", - "version": "2019-07-18T21:12:44.253000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "10d3414d", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "37763d1785eb42e437b8cc700b6473c0", - "sha1": "d3bfcb19441f44e5bcc4999ab529d702fbdd94cf", - "sha256": "0018d939919b99a3babc277529f643a96f0469129c75dda17f346ddf2213cc48", - "size": 653, - "uuid": "79f7c6ac-ada8-4c17-86ec-e73e87b94374", - "version": "2019-07-18T21:12:44.265000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "23cd68d3", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "ff76523d4aca2f8ac092eba448f74b70", - "sha1": "42e53f48da167ccfba628a6c06c6c84986dbaab1", - "sha256": "cd2254f05dc489f57bf4702a3d6e622e68fc06237893656bba981a2059922c14", - "size": 767, - "uuid": "5d9fc5a2-5516-4205-9d6e-8d0d674f146f", - "version": "2019-07-18T21:12:44.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4094d412", - "indexed": true, - "name": "process_0.json", - "s3_etag": "3c0ae6bf43a7f17bde86f535222db0c3", - "sha1": "cfdeac00653613b8937a9abc2a5987d9a577833b", - "sha256": "0001f93a397a5ec70ca9ac55e0269ec5f7993f72c47afd66b223eb0aa5113302", - "size": 546, - "uuid": "f59c9106-16a8-47f8-b681-490d23ee09de", - "version": "2019-07-18T21:12:44.356000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "92b89456", - "indexed": true, - "name": "process_1.json", - "s3_etag": "ae28c7d367ea72a6b19edc3626f5cb89", - "sha1": "70f0122981f6c1efb5be293041c16c092d31d1c6", - "sha256": "a78ea460c1972372b4503d0eaf97dce4266762b1cbab945944df1d579d22b161", - "size": 377, - "uuid": "a03f7164-419b-4792-9a52-e6dda08b85bc", - "version": "2019-07-18T21:12:44.410000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ca40679a", - "indexed": true, - "name": "process_2.json", - "s3_etag": "8174804c6c93b264516d433e6d8f6c87", - "sha1": "4e7016b8a8b91efdce697a87b84a4383aae05dc1", - "sha256": "f5438377520f62f5d8a0ff8a35bd4e57393fea257c39b45d360321eb9543832b", - "size": 376, - "uuid": "57d2c83d-cd8b-44c9-9644-c3475a44b0a7", - "version": "2019-07-18T21:12:44.498000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "75ada0a0", - "indexed": true, - "name": "process_3.json", - "s3_etag": "90eea457dadbdb2071cc312e4f5eeead", - "sha1": "c4d11c718c63c9823a598fc9180296ad0a4eca90", - "sha256": "5c0a6f771685ae543c7656d39342054f0356d87743a612b4510cb51a8f6cc5f5", - "size": 414, - "uuid": "8b1f44be-7eaa-4030-b6c5-697c5fc388eb", - "version": "2019-07-18T21:12:44.455000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "6fa63916", - "indexed": true, - "name": "links.json", - "s3_etag": "3d2c1f5323d5645a4946394ae97156f3", - "sha1": "801cfabd504abfd3d72c23367c0e7f6686f8db65", - "sha256": "12f0d3f084cb9f87ba0f72b8923ea8fc4548808915a4d8ebf889d887f31065e5", - "size": 2465, - "uuid": "67d2808f-f774-4f00-96a9-9ef6d1ebb817", - "version": "2019-07-18T21:29:49.279115Z" - }, - { + "manifest": { + "sequence_file/3f193e72-8efe-4c2a-ace1-79140ca36477": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "64e45095", "indexed": false, @@ -204,7 +13,7 @@ "uuid": "d879f732-d8d4-4251-a2ca-a91a852a034b", "version": "2019-07-18T21:29:49.534039Z" }, - { + "sequence_file/078b71eb-220a-43e5-a0fc-4f231e90f85f": { "content-type": "application/gzip; dcp-type=data", "crc32c": "7046ca69", "indexed": false, @@ -216,9 +25,9 @@ "uuid": "1e14d503-31b1-4db6-82ba-f8d83bd85b9b", "version": "2019-07-18T21:29:49.697974Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/13eab62e-0038-4997-aeab-aa3192cc090e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.1.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -258,7 +67,7 @@ "update_date": "2019-07-18T21:12:44.344Z" } }, - "cell_line_0.json": { + "cell_line/4ccd163e-a630-4ede-bc0c-336ba044b783": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.3.1/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -295,7 +104,7 @@ "update_date": "2019-07-18T21:12:44.526Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/92254a9e-3a14-4760-b229-d914f3e8973f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -340,7 +149,7 @@ "update_date": "2019-07-18T21:12:44.655Z" } }, - "donor_organism_0.json": { + "donor_organism/39d1a24f-1785-476d-9c04-065be917e3ff": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.3.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -405,7 +214,7 @@ "update_date": "2019-07-18T21:12:44.591Z" } }, - "sequence_file_0.json": { + "sequence_file/3f193e72-8efe-4c2a-ace1-79140ca36477": { "describedBy": "https://schema.humancellatlas.org/type/file/9.1.0/sequence_file", "schema_type": "file", "file_core": { @@ -423,7 +232,7 @@ "update_date": "2019-07-18T21:22:48.292Z" } }, - "sequence_file_1.json": { + "sequence_file/078b71eb-220a-43e5-a0fc-4f231e90f85f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.1.0/sequence_file", "schema_type": "file", "file_core": { @@ -441,7 +250,7 @@ "update_date": "2019-07-18T21:25:28.971Z" } }, - "project_0.json": { + "project/091cf39b-01bc-42e5-9437-f419a66c8a45": { "describedBy": "https://schema.humancellatlas.org/type/project/14.0.2/project", "schema_type": "project", "project_core": { @@ -533,7 +342,7 @@ "update_date": "2019-07-18T21:12:44.350Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/dc19bb22-ae7b-431b-9b8b-7b49799a8fcd": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.1.1/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -585,7 +394,7 @@ "update_date": "2019-07-18T21:12:44.269Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/461851b8-55a5-4ae6-a52a-5bca71a00beb": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -609,7 +418,7 @@ "update_date": "2019-07-18T21:12:44.253Z" } }, - "collection_protocol_0.json": { + "collection_protocol/79f7c6ac-ada8-4c17-86ec-e73e87b94374": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.1.1/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -627,7 +436,7 @@ "update_date": "2019-07-18T21:12:44.265Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/5d9fc5a2-5516-4205-9d6e-8d0d674f146f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.0.1/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -647,7 +456,7 @@ "update_date": "2019-07-18T21:12:44.344Z" } }, - "process_0.json": { + "process/f59c9106-16a8-47f8-b681-490d23ee09de": { "start_time": "2017-08-08T00:00:00Z", "process_core": { "operators": [ @@ -664,7 +473,7 @@ "update_date": "2019-07-18T21:12:44.356Z" } }, - "process_1.json": { + "process/a03f7164-419b-4792-9a52-e6dda08b85bc": { "process_core": { "process_id": "process_id_10" }, @@ -676,7 +485,7 @@ "update_date": "2019-07-18T21:12:44.410Z" } }, - "process_2.json": { + "process/57d2c83d-cd8b-44c9-9644-c3475a44b0a7": { "process_core": { "process_id": "process_id_3" }, @@ -688,7 +497,7 @@ "update_date": "2019-07-18T21:12:44.498Z" } }, - "process_3.json": { + "process/8b1f44be-7eaa-4030-b6c5-697c5fc388eb": { "process_core": { "location": "AllCells, LLC", "process_id": "HS_BM_P3_Run1" @@ -700,80 +509,81 @@ "submission_date": "2019-07-18T21:12:40.114Z", "update_date": "2019-07-18T21:12:44.455Z" } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "f59c9106-16a8-47f8-b681-490d23ee09de", - "inputs": [ - "13eab62e-0038-4997-aeab-aa3192cc090e" - ], - "input_type": "biomaterial", - "outputs": [ - "3f193e72-8efe-4c2a-ace1-79140ca36477", - "078b71eb-220a-43e5-a0fc-4f231e90f85f" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "dc19bb22-ae7b-431b-9b8b-7b49799a8fcd" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "461851b8-55a5-4ae6-a52a-5bca71a00beb" - } - ] - }, - { - "process": "a03f7164-419b-4792-9a52-e6dda08b85bc", - "inputs": [ - "4ccd163e-a630-4ede-bc0c-336ba044b783" - ], - "input_type": "biomaterial", - "outputs": [ - "13eab62e-0038-4997-aeab-aa3192cc090e" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "57d2c83d-cd8b-44c9-9644-c3475a44b0a7", - "inputs": [ - "92254a9e-3a14-4760-b229-d914f3e8973f" - ], - "input_type": "biomaterial", - "outputs": [ - "4ccd163e-a630-4ede-bc0c-336ba044b783" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "8b1f44be-7eaa-4030-b6c5-697c5fc388eb", - "inputs": [ - "39d1a24f-1785-476d-9c04-065be917e3ff" - ], - "input_type": "biomaterial", - "outputs": [ - "92254a9e-3a14-4760-b229-d914f3e8973f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "79f7c6ac-ada8-4c17-86ec-e73e87b94374" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5d9fc5a2-5516-4205-9d6e-8d0d674f146f" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "f59c9106-16a8-47f8-b681-490d23ee09de", + "inputs": [ + "13eab62e-0038-4997-aeab-aa3192cc090e" + ], + "input_type": "biomaterial", + "outputs": [ + "3f193e72-8efe-4c2a-ace1-79140ca36477", + "078b71eb-220a-43e5-a0fc-4f231e90f85f" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "dc19bb22-ae7b-431b-9b8b-7b49799a8fcd" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "461851b8-55a5-4ae6-a52a-5bca71a00beb" + } + ] + }, + { + "process": "a03f7164-419b-4792-9a52-e6dda08b85bc", + "inputs": [ + "4ccd163e-a630-4ede-bc0c-336ba044b783" + ], + "input_type": "biomaterial", + "outputs": [ + "13eab62e-0038-4997-aeab-aa3192cc090e" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "57d2c83d-cd8b-44c9-9644-c3475a44b0a7", + "inputs": [ + "92254a9e-3a14-4760-b229-d914f3e8973f" + ], + "input_type": "biomaterial", + "outputs": [ + "4ccd163e-a630-4ede-bc0c-336ba044b783" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "8b1f44be-7eaa-4030-b6c5-697c5fc388eb", + "inputs": [ + "39d1a24f-1785-476d-9c04-065be917e3ff" + ], + "input_type": "biomaterial", + "outputs": [ + "92254a9e-3a14-4760-b229-d914f3e8973f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "79f7c6ac-ada8-4c17-86ec-e73e87b94374" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5d9fc5a2-5516-4205-9d6e-8d0d674f146f" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/d0e17014-9a58-4763-9e66-59894efbdaa8.dss.hca.json b/test/indexer/data/d0e17014-9a58-4763-9e66-59894efbdaa8.dss.hca.json index edfb64ef23..2b76510962 100644 --- a/test/indexer/data/d0e17014-9a58-4763-9e66-59894efbdaa8.dss.hca.json +++ b/test/indexer/data/d0e17014-9a58-4763-9e66-59894efbdaa8.dss.hca.json @@ -1,9390 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "594bb629", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "71d8b1059689f3a779f770b537cae8e2", - "sha1": "264b14e215ecc5c4b35265b129bf4ff8d28109b6", - "sha256": "30b4e6e030c054aab16905c5813be2a25852e67ddb5d2b19c9527f3c7d0d6a6b", - "size": 955, - "uuid": "36a391f6-d118-4fd7-be51-9196b0f3184f", - "version": "2018-10-03T14:36:48.164946Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "abd18a02", - "indexed": true, - "name": "cell_suspension_1.json", - "s3_etag": "aa60fb3f651594e340b7cf6116003360", - "sha1": "8838e738190018916f4fb058401f49daa17dbf42", - "sha256": "cbdab45bd8022102d0bcd7a31cef7a2f7df1b96bbbffe48ab9a96e93121fef99", - "size": 955, - "uuid": "73222bd2-3aae-46dd-98e9-209714396cc8", - "version": "2018-10-03T14:36:48.455441Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "83a579fb", - "indexed": true, - "name": "cell_suspension_2.json", - "s3_etag": "a6551795db9abde7d7f752c9de4c2037", - "sha1": "aec026329b511cb6607807cf5897f982d3f70299", - "sha256": "9a4dfb8c8b389b616b3be8b85362180fac7e5cb768b0b51d6f0168f47dfadc2d", - "size": 955, - "uuid": "d52cc98d-5b2e-40b7-9dfd-c255de73602d", - "version": "2018-10-03T14:36:48.875279Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ec7848fb", - "indexed": true, - "name": "cell_suspension_3.json", - "s3_etag": "baa28663eadc8e9778a9917e45ca2e02", - "sha1": "b6c59e543c6db3b9ede6be1b4cce03f4d84d3766", - "sha256": "0608d289034fff044888fcb5217284943d308d78076261c61fe234439d4ccb70", - "size": 955, - "uuid": "462505d7-48e1-4d85-92e3-f768a93d4fca", - "version": "2018-10-03T14:36:49.092875Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b3c55fba", - "indexed": true, - "name": "cell_suspension_4.json", - "s3_etag": "00ac8ff71c060c140c65de66f5b2865f", - "sha1": "2bd6a748f49f07f1b85eda95681c32651e734938", - "sha256": "9a024088b896c5096ad514c854a3edaf4091d4da9b0180b70dfd4fecf7452a05", - "size": 955, - "uuid": "090682b0-dc11-43d0-b6f5-cf3dee18533a", - "version": "2018-10-03T14:36:49.409572Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "16b445a0", - "indexed": true, - "name": "cell_suspension_5.json", - "s3_etag": "868bfff4d93cd499dc7c700b9d5d8578", - "sha1": "8b418a944158704e7a11311dd373033be4be4331", - "sha256": "288fb4958d379d6ac43dbff29df9011448a6fc8b5ab38527328866a143cd4b67", - "size": 955, - "uuid": "e67853b9-dc53-4b5f-8693-8ad4e3a4d5d2", - "version": "2018-10-03T14:36:49.883159Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0b1bc679", - "indexed": true, - "name": "cell_suspension_6.json", - "s3_etag": "91bd8968c9fe8dfc6535f22169f8e2c7", - "sha1": "404381edc6c2f5ce13fb5272707d3616cb307c6f", - "sha256": "9fab6588910f167c986d5f5b9ce7c531023e685a7232985d4e1c2841b34c0585", - "size": 955, - "uuid": "69dbf7cd-c728-41d3-9851-916dc64e07c2", - "version": "2018-10-03T14:36:50.539421Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "89bfa13e", - "indexed": true, - "name": "cell_suspension_7.json", - "s3_etag": "4f3e63f12936ea77e87d9efa89d57369", - "sha1": "32ba97d6167e0f3c1968ee0481bf62c87e18bc46", - "sha256": "42a2917d2231af342f209fa693290981203f5f073497cbc3088df095b4593cf3", - "size": 955, - "uuid": "1a6292df-a383-40c7-bc28-b8bf63e03967", - "version": "2018-10-03T14:36:50.809048Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a40d4ba2", - "indexed": true, - "name": "cell_suspension_8.json", - "s3_etag": "ee94843828e84f2056d53d46283706e4", - "sha1": "348ed4de91512264be72ffed81fcd44c15b3cd2b", - "sha256": "fcacb014486abf7ef5e17c1ec025ab07a5a499140f2aea1f9b5ad2f129a6a3c4", - "size": 955, - "uuid": "4aad31c4-06fc-4af6-804b-f10afa1cae1d", - "version": "2018-10-03T14:36:51.090951Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "246f3108", - "indexed": true, - "name": "cell_suspension_9.json", - "s3_etag": "ee9e14256c8d70556a5911641efd832a", - "sha1": "dc24939952c46304a22d67f0759356c2753d8f5f", - "sha256": "a43a0e7868c8f23e7361a1bdd49737b96d41c140bd8d191fce6d29cbb13f135f", - "size": 955, - "uuid": "2a630ecd-440d-43c3-9c9a-2a8ec98a1784", - "version": "2018-10-03T14:36:51.273187Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b0e4706d", - "indexed": true, - "name": "cell_suspension_10.json", - "s3_etag": "25a3d730d6c7829a609249026f57ac57", - "sha1": "4c3fac9e2c8312870f286494e4636ab2ff538c7b", - "sha256": "1efe9ecb4cbe447b61eeddf982632c7bd0d65e64aab48c71d1feef409adefe72", - "size": 955, - "uuid": "b60a1acf-24f7-46a7-b276-39c48f3460e9", - "version": "2018-10-03T14:36:51.541870Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1f8daf36", - "indexed": true, - "name": "cell_suspension_11.json", - "s3_etag": "2771c7c3413ba250d46e3b6a0bf0d5f3", - "sha1": "5c9d9a68be7c89f71af858dd98fb73b3974fc100", - "sha256": "3466829394f4166dd3def4b45dec26ee9b22317877ac74d9000c8df539f2a162", - "size": 955, - "uuid": "5db6e3cf-bb9a-430d-8e5a-1499088526fc", - "version": "2018-10-03T14:36:51.911629Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7c05c6c5", - "indexed": true, - "name": "cell_suspension_12.json", - "s3_etag": "c061a94b685afc53e48960ff3926c707", - "sha1": "486fa9490b946caad5a6b516ef2dad1117422769", - "sha256": "f3b5f328f0823f144ee34a13f3fd7ea174bc65ae0ff060d1d37919205935e8c9", - "size": 955, - "uuid": "6ff20c11-cb2e-4ace-9b3a-48094ce7a231", - "version": "2018-10-03T14:36:52.182752Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5e0ab06c", - "indexed": true, - "name": "cell_suspension_13.json", - "s3_etag": "8b152c1ebfde42078b9e4510f643cd78", - "sha1": "670f2f97d7fc0ce6cb26c69c5d58636e137e05c4", - "sha256": "80b5f925789ceca73e29f102c01288913e106d677047c7b92e3788fc8f5a5049", - "size": 955, - "uuid": "58e26f53-908e-41fe-b9d2-72df1b7d7ea7", - "version": "2018-10-03T14:36:52.455528Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "02cb2ca1", - "indexed": true, - "name": "cell_suspension_14.json", - "s3_etag": "42987cf0c55266a90311dbdaccb20d57", - "sha1": "270971da4c7eabbe0a5f8d16554e74681e6382ac", - "sha256": "1e1f54ac52c446ca6b2f105f9734370a5c22387a1812d0fe84e88ebc7b0c249a", - "size": 955, - "uuid": "f628676a-1619-4efe-a305-9133282235f3", - "version": "2018-10-03T14:36:52.791312Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1dea86c8", - "indexed": true, - "name": "cell_suspension_15.json", - "s3_etag": "22fabf2f360689380b8237e198c28106", - "sha1": "a38c31b2b1b47a30a6e5db70f5e091bf0005f806", - "sha256": "a512712a7848b403c1c0804af750e3cdda141a06b4e5fed7cadfc50bf710230f", - "size": 955, - "uuid": "fe7e5442-869f-45b4-962a-0a7ab0cb5880", - "version": "2018-10-03T14:36:54.732917Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d9682ed0", - "indexed": true, - "name": "cell_suspension_16.json", - "s3_etag": "60864321187931048518cfcdc3e16fde", - "sha1": "f2298208a3cae6f72701195505ba5e11a9a80d11", - "sha256": "56de079a37d978bffaa115d0add0ff4fb0bcfdbf59237b73129acfdb0b05ddcc", - "size": 955, - "uuid": "b4cb902f-dc5d-406c-99bc-4d73ccab777f", - "version": "2018-10-03T14:36:55.200232Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6e9e1175", - "indexed": true, - "name": "cell_suspension_17.json", - "s3_etag": "1e9beaac7c4f267e52e6e315c05cfc66", - "sha1": "64effbfe0cdc612336f715c8ea8435af5500ff46", - "sha256": "f025002780db87f3706791e1903d916892a3dd0a98a1dd520a3ab2ea87a62fc7", - "size": 955, - "uuid": "19a38e6c-c863-41b2-abd3-f24016040027", - "version": "2018-10-03T14:36:55.511804Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "37bebaf5", - "indexed": true, - "name": "cell_suspension_18.json", - "s3_etag": "474f4dd23db49cdb110d9580ec8074bf", - "sha1": "d5e0eb4882fb623e294060e476d8f9bc2e2d2a52", - "sha256": "be307f19971ab7345c64de9656fb7079d013b6ac92509ee8289c290b87fb1949", - "size": 955, - "uuid": "850a7f8d-5dde-4152-8c30-c276ef23298e", - "version": "2018-10-03T14:36:55.815712Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7c0a540b", - "indexed": true, - "name": "cell_suspension_19.json", - "s3_etag": "58dd5055712cec6d1b62791e8b4b2a11", - "sha1": "45f7cf6a92568bb17cd5afa6b7ee2c8b6f04049b", - "sha256": "f6dd6093f631ee056150c08243dd6fddea6dd59aa161e9452c18163d818412d1", - "size": 955, - "uuid": "21087dcc-04ae-4238-933a-1c7b402554cd", - "version": "2018-10-03T14:36:56.136847Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0aa86878", - "indexed": true, - "name": "cell_suspension_20.json", - "s3_etag": "1d27ca8e1dadbd9ff141ccb8209df809", - "sha1": "f2c6718620e663ef1a572a72f7909510226ab6aa", - "sha256": "89677aba1a5f6d3f68c24e8011735cbc66275761679b90bf2abab0af2bcedccc", - "size": 955, - "uuid": "3b9db8ae-39fa-4db2-b588-adb267f3183f", - "version": "2018-10-03T14:36:56.344735Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "85f56150", - "indexed": true, - "name": "cell_suspension_21.json", - "s3_etag": "c1df8d2533c4f3b54f9e1daafa07521d", - "sha1": "d075d8358183a01a026609b4da635c6b970637b0", - "sha256": "c58cae6bee96878ee84ad565bc6358fe2fa06ea2dfea3a1f1e16906cf493a9f2", - "size": 955, - "uuid": "ec9a213b-ce8b-4026-86d2-eff755253135", - "version": "2018-10-03T14:36:56.567235Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ed604930", - "indexed": true, - "name": "cell_suspension_22.json", - "s3_etag": "6bac9f927a84c3c033009cb61d10a2ab", - "sha1": "0bc4bdb3f63d57c3f056a4b6e2da4105b48e30fa", - "sha256": "fe1a34050a610b3e37de6c7dbe5f9482f567f20394a4baa482591781937ffacd", - "size": 955, - "uuid": "d9d8d0cb-6282-418a-8ad3-10c15668df6b", - "version": "2018-10-03T14:36:57.130950Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "17a62a04", - "indexed": true, - "name": "cell_suspension_23.json", - "s3_etag": "64b3bee05765e8652666de8f308a4a76", - "sha1": "e4b281dca61df932ba1751b5db3bda7a7976b8cc", - "sha256": "0492525c0c0aaa694d1c369bb3352a5c615e9a075b25d2aedd85ecc535976ff8", - "size": 955, - "uuid": "57790c0e-6acb-461e-aeb6-c36454c61dc3", - "version": "2018-10-03T14:36:57.424731Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eab54580", - "indexed": true, - "name": "cell_suspension_24.json", - "s3_etag": "90d383abb5db8f0f71a854f2dd24f249", - "sha1": "8e527355e03c78ce7541829b06a94b50efc92b9c", - "sha256": "9c4f361633b637df6bc2bc0edaaacb3c14c33de45d158a08d595ee02859b16d8", - "size": 955, - "uuid": "65f3dfb0-432b-49c5-8994-9b0d6f65d1e8", - "version": "2018-10-03T14:36:57.862850Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d24f7b26", - "indexed": true, - "name": "cell_suspension_25.json", - "s3_etag": "cf7178c0a76cfb6c30e80a0d3a3fc0c5", - "sha1": "2148bce206debc76565e3cb2902ff40970cae4ac", - "sha256": "53fee69fa5c7232b7f2f57279d50dc4203d681435a2d5385fde6fb3524b15799", - "size": 955, - "uuid": "4c94cd55-8762-41b5-87bc-7f3d8fdc33f3", - "version": "2018-10-03T14:36:58.189267Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d87c42af", - "indexed": true, - "name": "cell_suspension_26.json", - "s3_etag": "7cfe960cd1f12c37173dbf200a2fdc9b", - "sha1": "15240eee3f92c51cb1a8a5ae284b0fda89cd1205", - "sha256": "f6287c6d9d17717e86d2094a86800f0168e1372fc3e8d9cd8bc2d541db0d4169", - "size": 955, - "uuid": "9391d982-8442-4164-a79d-e2d3db0063fc", - "version": "2018-10-03T14:36:58.570931Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "84bb9a0e", - "indexed": true, - "name": "cell_suspension_27.json", - "s3_etag": "a020b1feef4b7779302f0150afaeac67", - "sha1": "d8ea6e4ac587829c3718a42a0474faba3e907056", - "sha256": "f2e2ae655e37a9ca4f0bb54c16a16791d2959554f95308867e02792f5763a7fb", - "size": 955, - "uuid": "f8369f37-a63d-479d-8ddd-3322a00677d8", - "version": "2018-10-03T14:36:58.950886Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d0f215be", - "indexed": true, - "name": "cell_suspension_28.json", - "s3_etag": "c547f1beb1aeaaef31e9f67d09dce66d", - "sha1": "f46c66116fd372dbe5c4cf1ea3a1dad92241e2d9", - "sha256": "6b16c68883a0313b4310ca2dd3e5c7e84e7cad88c9bffca2cb0b12729bbd2879", - "size": 955, - "uuid": "e344d025-ee6c-4964-9bc0-8efcc51753c2", - "version": "2018-10-03T14:36:59.316056Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "27d029ed", - "indexed": true, - "name": "cell_suspension_29.json", - "s3_etag": "252d4c9381c1ef0a78cf176f4b0c72f4", - "sha1": "ab6b147707a6410dce62e0e2f18657190dd97a13", - "sha256": "50ea0099386c0788e57b0301a2fa2a7682bab20256addc183b2118b5edb36d57", - "size": 955, - "uuid": "e5fb4bb6-838e-4c60-a3fd-6ecc94714f24", - "version": "2018-10-03T14:36:59.592373Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "23602eb3", - "indexed": true, - "name": "cell_suspension_30.json", - "s3_etag": "d5c001a1498661234f1dd6ad995732f5", - "sha1": "bbf09a724db2f68d41776b77dcc04e56b3f9aa47", - "sha256": "46d95ea2692df2a6f0851ef267c5cfcbaf1853dd644990e2f7feede166bbe9f3", - "size": 955, - "uuid": "ade40a53-09ea-480d-9762-38c28568062d", - "version": "2018-10-03T14:36:59.929594Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "81edd36e", - "indexed": true, - "name": "cell_suspension_31.json", - "s3_etag": "6792247661ad6dc9c2ec16a2bd4993f8", - "sha1": "2ed9db337c9e39c5ee2da1e8e2b970da937f2a59", - "sha256": "c8a819a15465392363eb7d00435e149d6fbb0582972f2eb056a31f4fe107f98a", - "size": 955, - "uuid": "a0ee4cc1-0123-4bac-9226-37a6cbe590dc", - "version": "2018-10-03T14:37:00.273955Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "13de4488", - "indexed": true, - "name": "cell_suspension_32.json", - "s3_etag": "221e1f52a645cefa6fd1850fc764b689", - "sha1": "244529dd217ab6f25a5207f3fbf67e953b2b167d", - "sha256": "279669a489c3c47e76eaf9222177a2f831d618507d105cef449600cd0fc7f471", - "size": 955, - "uuid": "63e7c402-0064-4077-a24b-6146f8e0b5c9", - "version": "2018-10-03T14:37:00.534256Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2f2f118d", - "indexed": true, - "name": "cell_suspension_33.json", - "s3_etag": "9ba784e1bb6d71938f15694e165b48af", - "sha1": "748dfe97b64c4326eeff6097043b53f09837ed25", - "sha256": "12a8c7f2442d3e5126e606a88594b72c3438f13104152f8bf7382e2aa586032e", - "size": 955, - "uuid": "30b2ca9b-bc69-422e-88e6-aab7cf2bd709", - "version": "2018-10-03T14:37:00.891399Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6dd52975", - "indexed": true, - "name": "cell_suspension_34.json", - "s3_etag": "3a9b3ba5a38f7d5b1f48fcb73ad19761", - "sha1": "9f2ed5631b119c3b6a0ee4704aa614fde6591041", - "sha256": "092cf82340a352fd49f7d0c0bb6807fb8e74f1ee34e8d2b4e34ea999b02084ed", - "size": 955, - "uuid": "f323ef31-62ac-4edb-a423-cf4ec94d2f8b", - "version": "2018-10-03T14:37:01.232374Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1c17b5f6", - "indexed": true, - "name": "cell_suspension_35.json", - "s3_etag": "b1c67ade27b6457ae98d989e5bbfe386", - "sha1": "0496b2593e1a1a58e2b30bf496e1e2de9e65b972", - "sha256": "0aaaa11c509aa31576707fd6c157b71f51e98bf8b400d0d5f20184042be3084f", - "size": 955, - "uuid": "a97c011b-9709-494b-8787-b09282ee83ad", - "version": "2018-10-03T14:37:01.632284Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9aa81693", - "indexed": true, - "name": "cell_suspension_36.json", - "s3_etag": "0d19b12c6af116bce918f524f3f4ac9e", - "sha1": "e30a1eea6d1f5297d0e219a472baa1e8580f1b3a", - "sha256": "6323ac0e76a9ec13f8a52f2b21a83bdc2d5267b446a3bd9655a1f0372fc40a6d", - "size": 955, - "uuid": "65e1cf44-e740-4ec9-a800-45f27622007e", - "version": "2018-10-03T14:37:02.169677Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "99490cb6", - "indexed": true, - "name": "cell_suspension_37.json", - "s3_etag": "986fe468e3dbaf12404dadc94187b1c6", - "sha1": "8a9ee274f900b31fbd66bf5ffbc1f385c00e0862", - "sha256": "9f195e17adea6142180e6bd05dbfa538f9fcb584241066d3fc415435575ec9b2", - "size": 955, - "uuid": "76c21f33-cf6e-43f3-b727-c408ad1fc1bf", - "version": "2018-10-03T14:37:02.470808Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c4af5038", - "indexed": true, - "name": "cell_suspension_38.json", - "s3_etag": "9bbb658386ff095194712846158e9bd6", - "sha1": "584d04f658f3216b854f86fb825da772a391fca8", - "sha256": "49cf4190f00097772d532030f954e12ec71019de5369e43bec8a618227cdb406", - "size": 955, - "uuid": "773cc07f-c5ab-4db7-b313-feeab737f18a", - "version": "2018-10-03T14:37:02.831259Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d084baa2", - "indexed": true, - "name": "cell_suspension_39.json", - "s3_etag": "8879f0084021f5d0da664356131cc688", - "sha1": "e75840cf579303186c0059de1531283e79e93427", - "sha256": "7d4024a9e119c1a9a53cb6e729f77662f10321f2f9bb0f20d7b7b4d90e05f19c", - "size": 955, - "uuid": "b7b29f4a-cc95-4be6-b0b1-e7b2acbc3742", - "version": "2018-10-03T14:37:03.137440Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "edef3926", - "indexed": true, - "name": "cell_suspension_40.json", - "s3_etag": "99a2cec48c8fdcc299f3848ad2458bc2", - "sha1": "58c5f4a0170e22dfb070a8809f357cff4c1e86c7", - "sha256": "02939e599f8877d1429c8eeb7cd83b85ecc4eaf6c5c4693a1f774c503961dc91", - "size": 956, - "uuid": "d1e9e5f0-32c1-4a03-bb5b-baa3279a7cde", - "version": "2018-10-03T14:37:03.482973Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "63b4178b", - "indexed": true, - "name": "cell_suspension_41.json", - "s3_etag": "6f8f0a5bbb1989315e7c4ad786f4388a", - "sha1": "7cfb5d9209cde77e85daa9d67f7ed1603d5e1ec3", - "sha256": "e92aa2700e67d08abd95d70bfff04cd00d2af47748a3d611e6ef92cf7950688d", - "size": 956, - "uuid": "6f4a1381-294b-4c57-89d9-9d4bfbc9f371", - "version": "2018-10-03T14:37:03.844899Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3bc44b0f", - "indexed": true, - "name": "cell_suspension_42.json", - "s3_etag": "f9c65ed2099374ab939a7ef23f1e97b0", - "sha1": "9af5ba32dd293998fe37beec2a9a2d257eaea3d9", - "sha256": "58d37900b15a5171b27e6a30f2f383597784ee1a257900fb810960693d9336c4", - "size": 956, - "uuid": "ccf56b9d-2e63-4eab-b8c5-39a41e87073d", - "version": "2018-10-03T14:37:04.123866Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fd611784", - "indexed": true, - "name": "cell_suspension_43.json", - "s3_etag": "eba3cd66579195fd100e86a22d447304", - "sha1": "7a70b33a8539923dd7e1c73586a63fa03ffd2f09", - "sha256": "2623894d7771f9e73a105e768aaeca3fc7a5b0297ac9aa1c4780b1b7b4c63ad3", - "size": 956, - "uuid": "c6883b2f-e67f-4806-87ec-fdfbedce1c58", - "version": "2018-10-03T14:37:04.611212Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0fad7199", - "indexed": true, - "name": "cell_suspension_44.json", - "s3_etag": "2dc87790d4b98500612510c9cdd3f05a", - "sha1": "8f896482879b54071a8f02faff17f3ec86e17128", - "sha256": "121b91fdeefcd2c56c421a1b1b7dbdfc34cb6b7cd251c2b40d69d4fab0757d03", - "size": 956, - "uuid": "28864088-bf33-4bb0-a7bb-e5a4da5fb748", - "version": "2018-10-03T14:37:05.273556Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ac74a24c", - "indexed": true, - "name": "cell_suspension_45.json", - "s3_etag": "78888a675a2fb4b5c3ebd6f24c1e90b1", - "sha1": "dc46b6083853b4c91191d44feec2a14d8f7022ec", - "sha256": "8ff9f1a73333c5b3170ff11b4971a883c503f9413611a49295e759b91e2a44af", - "size": 956, - "uuid": "0ad08c02-259d-43c5-98e3-a2217eecbd20", - "version": "2018-10-03T14:37:05.554960Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3ae5df29", - "indexed": true, - "name": "cell_suspension_46.json", - "s3_etag": "2bc160a4af13b49931418f7430e0775a", - "sha1": "9aeb8fe460f277d737ed2511ee61d3ebf5008a26", - "sha256": "8b57a324ad35074965ca14876828d4363d3858dc2bfd66481d084fcf40ecc5e3", - "size": 956, - "uuid": "5f941ee4-0d8e-4c5d-8479-3a88b97e5a98", - "version": "2018-10-03T14:37:05.858897Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c3ab971c", - "indexed": true, - "name": "cell_suspension_47.json", - "s3_etag": "3cd1ac98bcc9ef1210a56778805c9551", - "sha1": "3641b6aaf3cd13e167d9781240da87bb3d2be3d6", - "sha256": "01aaa51985b099f0a52861d80f553cdcb55a1ff75144c5c0d895e57215afe5da", - "size": 956, - "uuid": "b70fecce-c652-4bc1-b225-1694470023f3", - "version": "2018-10-03T14:37:06.145346Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ffea45c6", - "indexed": true, - "name": "cell_suspension_48.json", - "s3_etag": "86d83d0de3caeb055102048d175b6b1f", - "sha1": "f0394e7c3f1121dc7c8fbeb48157d0097ff1c21d", - "sha256": "4fd851b48f0cb1ba01494cee45153e2541cc952dd8fb8deab62b55465680e95b", - "size": 956, - "uuid": "ccbbfc2a-700e-483c-b9c0-27cfc0630c02", - "version": "2018-10-03T14:37:06.438730Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8826fde9", - "indexed": true, - "name": "cell_suspension_49.json", - "s3_etag": "dc7f47ae776a657c1c19400bea847f5e", - "sha1": "c706ea8edec0a144ba3bef7cc0f5fc1811c1f2ca", - "sha256": "354e975423aadb523cb5fbc0688fcd66ce91c7fc3ec5c902f56f2c6bb78e1f7e", - "size": 956, - "uuid": "3917d3cc-4c27-4626-90bf-ab5d018cc55c", - "version": "2018-10-03T14:37:06.712287Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8afc18e5", - "indexed": true, - "name": "cell_suspension_50.json", - "s3_etag": "0e850049c0802c99a885fe82566fc48a", - "sha1": "27f068685eda9aa28a8b78f07a699bad1ee80767", - "sha256": "301a84678c69d5b6db3bd01a9205f7bd3d8ec3bb4fd1e52afe81faa981f0c373", - "size": 956, - "uuid": "4bde7812-555e-4dca-a4f5-35d6457d157f", - "version": "2018-10-03T14:37:07.040686Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d011d1ee", - "indexed": true, - "name": "cell_suspension_51.json", - "s3_etag": "c695cbae7d2b819872fee56f41efe329", - "sha1": "68a16a073afe11c0fa4c8982e7f996a5c654978f", - "sha256": "463d5b03cce849b4794e0e9f4c7e4b577131617f2a4a894e34a9c6a32e0001a0", - "size": 956, - "uuid": "d24521a3-c8f3-4d8e-b682-c957c3f59807", - "version": "2018-10-03T14:37:07.887617Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4be3904a", - "indexed": true, - "name": "cell_suspension_52.json", - "s3_etag": "72bc4d6928c95266ab8edbab6729b21b", - "sha1": "228fdb2353d53640b4e33205b1c91674341dbe79", - "sha256": "4ff8d9aa4a8a1d81d5abb0550db641f3f244cf4e377dc7aa6fb911e225cfd34e", - "size": 956, - "uuid": "0d743241-997e-4c51-803a-2c39eff12d4e", - "version": "2018-10-03T14:37:08.136278Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ce318506", - "indexed": true, - "name": "cell_suspension_53.json", - "s3_etag": "bebfed5303a5d9c486e6fb9c1ca9f614", - "sha1": "40f656e241ba1966427850fae7b9ad53b5ee434f", - "sha256": "e1498278cda2185f44c3be4d4f75e083359a0295fb80e53c834037116f042ae3", - "size": 956, - "uuid": "b1775d29-c0df-4df9-99ac-38726ddcce49", - "version": "2018-10-03T14:37:08.427617Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c47a2e88", - "indexed": true, - "name": "cell_suspension_54.json", - "s3_etag": "97c2938b2716d286de678bef123cc3d1", - "sha1": "9d9b79e7abec040b37660f936dc130bfe8c314ce", - "sha256": "2627ee9a6ad56692563173e421c11d4751586f18dba480c36933d963feb41875", - "size": 956, - "uuid": "d23df5d9-a5b7-483a-a6e5-63169ebd5b64", - "version": "2018-10-03T14:37:08.998755Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0bbe0762", - "indexed": true, - "name": "cell_suspension_55.json", - "s3_etag": "a7eee01d9d92acd5613fadef6a06cb8a", - "sha1": "358ed00bb55f5c453f9bdb7d9862feeafa78476a", - "sha256": "0261557ccd5b0d6ddd81108b17d1b01d457369374d86f113672ff241bbe647b5", - "size": 956, - "uuid": "4e9df9c2-d70b-4116-a30c-f85800aa59df", - "version": "2018-10-03T14:37:09.304163Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5f937638", - "indexed": true, - "name": "cell_suspension_56.json", - "s3_etag": "60d75e60993475c3d4b0727b9f1203be", - "sha1": "6cc55fda2eb4e20245138664fd88968c2fdf7333", - "sha256": "0643631f40208c7c46836ec33379cb3fc10e4f2eb4f524a4092e9c9ca468f77a", - "size": 956, - "uuid": "1d15b2f8-e9c9-4ed6-b636-5d3aeff5479a", - "version": "2018-10-03T14:37:09.726408Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b91adaa6", - "indexed": true, - "name": "cell_suspension_57.json", - "s3_etag": "c8b93b02eb8d35b85b4321905ea22488", - "sha1": "64b23d5dc95fc9edc98af18217ca5c7b2b1d3213", - "sha256": "c35275c15be07150b070d2296389edaa55e40a02c62aef53f4ee2b0a5e3ff573", - "size": 956, - "uuid": "4673653e-ce26-4803-b829-b379f8e5557d", - "version": "2018-10-03T14:37:10.040189Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b9db77c2", - "indexed": true, - "name": "cell_suspension_58.json", - "s3_etag": "4526cde3ae3de9960b5383172dbda74d", - "sha1": "172e051653300cebea6e739597ccd03372dc92fd", - "sha256": "cd9016dd86078c4eb69236e438fe06c27743a2bb2a19730cafe8d0f00661f15e", - "size": 956, - "uuid": "cfc6d7db-6691-48b6-8d6b-60a4440778b5", - "version": "2018-10-03T14:37:10.298638Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fa03405d", - "indexed": true, - "name": "cell_suspension_59.json", - "s3_etag": "c2df75a5d61e07ed56b01b859f3a4ee0", - "sha1": "6eb8d41fe857f6fe8758b10fde411a5a931c9940", - "sha256": "7f0a3e6e2a919b445856746cc62e56490dd0906f930942cadde955f095861b3c", - "size": 956, - "uuid": "1a6355b5-516f-4327-b13c-94c2dceff4c1", - "version": "2018-10-03T14:37:10.791483Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "62089059", - "indexed": true, - "name": "cell_suspension_60.json", - "s3_etag": "757cf79e8474ee41d7776cd9e17fb7ed", - "sha1": "200ec20a5f84eb59300b702270b15e53da94692e", - "sha256": "ead3be6d3267ff28847ebffc837ede1c8fd29cd800873c06f01c82883d86104a", - "size": 956, - "uuid": "90570f32-fa18-42c9-8ec3-d524e19e491a", - "version": "2018-10-03T14:37:11.032074Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "00c34034", - "indexed": true, - "name": "cell_suspension_61.json", - "s3_etag": "825602febfde71d560dc89c577a6ed7b", - "sha1": "fda07aa588ebdff655de2701963b3101cfc24e99", - "sha256": "694213bfc4390c36e86f3de4ff03a911045db203cd7af82a492dcc42ece1de53", - "size": 956, - "uuid": "6d9e85f2-0b13-43d0-8ba4-86ecd087a590", - "version": "2018-10-03T14:37:11.310919Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9d2b07e5", - "indexed": true, - "name": "cell_suspension_62.json", - "s3_etag": "f3fe5dab363926d78e51ddabe11d2d41", - "sha1": "aac50130e225fedc84929bc0677c7d2ad8609dd7", - "sha256": "1b0314b975d7bef6606717196a17b9b8e64259077e623aa150a309b63ec31098", - "size": 956, - "uuid": "fc60766c-7c21-485a-8b3f-7c38662fc627", - "version": "2018-10-03T14:37:11.562492Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fe8c50bf", - "indexed": true, - "name": "cell_suspension_63.json", - "s3_etag": "809c5f2fa1a80d24ac6c1a93abea3c40", - "sha1": "d2eaea5269fd845b5bbef1f1bd43a496765d530b", - "sha256": "38cb8ac836e2ed19cf86813520e7970ee85898dc9ff6ba18b347becebbf09b75", - "size": 956, - "uuid": "3eac9541-a06e-4082-b950-b68dfd514a4f", - "version": "2018-10-03T14:37:11.817992Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d83aaffd", - "indexed": true, - "name": "cell_suspension_64.json", - "s3_etag": "bfd538a2267e2d3fa023ccfac459b0d1", - "sha1": "d512370089766945c75135c49cfacfb0685d24c2", - "sha256": "65b533862a28c7c48d60e75e66afc4430b13a15e1fe65fa7cba5e2afe2d541af", - "size": 956, - "uuid": "53cdb39f-7010-4357-932f-422f94eca0e0", - "version": "2018-10-03T14:37:12.124409Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "735d8f56", - "indexed": true, - "name": "cell_suspension_65.json", - "s3_etag": "0dbf89589071637e83621445f47ab22e", - "sha1": "e08f433c76f0598715e2eb1f383440723736b5a5", - "sha256": "95cec2f8b03e54d6c0b6231e136f1c7b1befbe9e30f9fd6ebd738ea05e2353b7", - "size": 956, - "uuid": "ff8b81fe-2e09-45c8-b7d3-9146172176ed", - "version": "2018-10-03T14:37:12.388723Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "558833d7", - "indexed": true, - "name": "cell_suspension_66.json", - "s3_etag": "24ecbf07449927f7571c3890185c19be", - "sha1": "4efc058735f5d91cc4f72936b745339dbc51d704", - "sha256": "b932693285ee6143b00f1ebd6c7ca172ba132267dfcfb4cef0d06d3f75412d26", - "size": 956, - "uuid": "2a5fd797-268f-4f87-963a-4c09833abf19", - "version": "2018-10-03T14:37:12.612235Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6a4a2729", - "indexed": true, - "name": "cell_suspension_67.json", - "s3_etag": "a17d40ad641fc52d8099dbd5581b871c", - "sha1": "d158d035631f3d27c175c9f78fbf5e5f002c1201", - "sha256": "8dd58c3e0d75ab0ee1a9bc589796a74b8a658904ebd375fbec6848d22c149825", - "size": 956, - "uuid": "bced27ff-af66-46b4-bc3c-06cbf57815bc", - "version": "2018-10-03T14:37:12.908722Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "37b887f9", - "indexed": true, - "name": "cell_suspension_68.json", - "s3_etag": "dc67978dba9383e977c9d559cec3411f", - "sha1": "6a76114fc15c0bbe9acac76fc7861b2adf7ef0fc", - "sha256": "2d7a7e4c2a1197a231c20cdeed28b84bc7811acf769ad99ea6ffdc6a1bb14443", - "size": 956, - "uuid": "5820978b-f2d8-4913-8f4e-d9e4cd71b1aa", - "version": "2018-10-03T14:37:13.134218Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5531c3f2", - "indexed": true, - "name": "cell_suspension_69.json", - "s3_etag": "4f4780113662fc8213c127e3494e8238", - "sha1": "08c13e0feb2c1046c429810221dbacddb9c6bf5c", - "sha256": "92e0b73db779d0cbc5f084e79221cf33c073d75be03a15f5815e7da8a89a259e", - "size": 956, - "uuid": "30cdff42-2242-4e76-a9c9-882d6632a397", - "version": "2018-10-03T14:37:13.395879Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2bf4be86", - "indexed": true, - "name": "cell_suspension_70.json", - "s3_etag": "96a7a794639b60035ac161036505a90c", - "sha1": "7df5a82699a5c936152eb1bd55e8a9738fceffd5", - "sha256": "88af57fa105fa0b89b1752ca32414df28a9ef9a33dfbe2aa6bef4ccd95c443ec", - "size": 956, - "uuid": "96c8635f-9dd5-4db7-b336-c4cba4fbfbd5", - "version": "2018-10-03T14:37:13.613573Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e5cee8d8", - "indexed": true, - "name": "cell_suspension_71.json", - "s3_etag": "7e32b51a65eaddd7446ff43e1a6ddcd0", - "sha1": "ae3af2ffe26071440b4cee026eed78e58608bb24", - "sha256": "502ccc771c139b200bd77ed247e30482d1fe0d9f30e72f81e68d372e8523c553", - "size": 956, - "uuid": "8d03865e-a908-4ca6-aba0-609a842baaea", - "version": "2018-10-03T14:37:13.859736Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8bfad181", - "indexed": true, - "name": "cell_suspension_72.json", - "s3_etag": "4509d99ea9f14f6444280ef3fe5fdb70", - "sha1": "cb67126280c76079d98138ad454d74629e100981", - "sha256": "8a759885358659bf0a763def2f686ef492d8772452df639cc16e586a6b2b1ef4", - "size": 956, - "uuid": "ac3a1a43-ba50-4734-abdf-466bf995760e", - "version": "2018-10-03T14:37:14.114574Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a51a8c70", - "indexed": true, - "name": "cell_suspension_73.json", - "s3_etag": "8f0036914b7669e693cf853c53e500ed", - "sha1": "7050987b4c9d71c0de7f6f2c8a9e98742abf8395", - "sha256": "17923a988ad88c323fe9eb4a7416428095ff7996a5a308e7076f0519384784f8", - "size": 956, - "uuid": "7dd7d962-a1ac-4275-bc69-b33ef9f97ee0", - "version": "2018-10-03T14:37:14.417351Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d0875e9f", - "indexed": true, - "name": "cell_suspension_74.json", - "s3_etag": "85943dd7d6576f1bc9f63ed74429cc00", - "sha1": "16246c256a766393b73e0df7d7544b6e7c0c8136", - "sha256": "018bb5e87e409ed2c975f58e31c036a9bfb11339235360f80350c8be48e8cea5", - "size": 956, - "uuid": "46668358-58ea-4f40-9e51-8f7669bb6f48", - "version": "2018-10-03T14:37:14.718773Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6beb20cc", - "indexed": true, - "name": "cell_suspension_75.json", - "s3_etag": "8d6fab57aa7fcd6dea0f6f185352657a", - "sha1": "2c818abdd9db891a66e9f7096b823102a925244f", - "sha256": "a7d47eb4b946f1368787618763eb3e165aedb6061975b9cbc1f8463998d6ce4c", - "size": 956, - "uuid": "4002a86d-c13f-4b44-8796-2acba8dcdf80", - "version": "2018-10-03T14:37:15.089320Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "59f29a53", - "indexed": true, - "name": "cell_suspension_76.json", - "s3_etag": "ad5b07b020c79cd77735d378c7a689b2", - "sha1": "3d4e7f682d2bd96635cae09c43e3bbde0c74ce60", - "sha256": "c8f376170568015920c3af7b7ca263810bac70974e6a1930471110097255221b", - "size": 956, - "uuid": "3082b185-c821-4b3f-85d9-d7c1f02927ff", - "version": "2018-10-03T14:37:15.336697Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e400db38", - "indexed": true, - "name": "cell_suspension_77.json", - "s3_etag": "262725732ae85b65717ef949d7158872", - "sha1": "30ee1fe6557c91d535cbe5e6f1f809316a9b301d", - "sha256": "201ed6aa5a54aae4671554608b04c40d24908adce9197ef80691a937c066caac", - "size": 956, - "uuid": "0046b2a3-061c-48fc-a0af-0c874d725359", - "version": "2018-10-03T14:37:15.680826Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b89e33d8", - "indexed": true, - "name": "cell_suspension_78.json", - "s3_etag": "20726523f7b04cec02daaf0e63e225d4", - "sha1": "77f51fd42a8ba8858889a92e9f812010f3020f6b", - "sha256": "893435674273ff46d97387e5f35bf3d86354415494c1983e4fcc28cb8e9771cc", - "size": 956, - "uuid": "9d4d1acf-aca9-476a-a98b-e5897aafd67b", - "version": "2018-10-03T14:37:15.951353Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8dc6a143", - "indexed": true, - "name": "cell_suspension_79.json", - "s3_etag": "5c184dff58a2bfbbf65d3225d352b69d", - "sha1": "d4c41dbf57dfa4b24fc520ff86ee64395ec4ee33", - "sha256": "de451e1c1a9568daaf4f83846af8389688650d1c9d0bff57b38fc3441f4aaa4c", - "size": 956, - "uuid": "35cc7aee-2b8b-4609-a8ba-1250ec556a53", - "version": "2018-10-03T14:37:16.290634Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fcfaeead", - "indexed": true, - "name": "cell_suspension_80.json", - "s3_etag": "6906a9b7ad858fadd2605b3f1cc907a9", - "sha1": "b47ce84374b72c79105a3edd6cd410dcc49765ba", - "sha256": "69b538d093677d0f7dcff14a24f8007964678ad28c93d745fa2edc90afd4cabb", - "size": 956, - "uuid": "e00b0e46-3d90-4e62-a87c-ca288e46a961", - "version": "2018-10-03T14:37:16.740115Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ca36c44f", - "indexed": true, - "name": "cell_suspension_81.json", - "s3_etag": "b2e44fce52241ebb55159423688b8ff2", - "sha1": "84c69d424ccaa21b09637f270aebd5be88480d4d", - "sha256": "b4158351480a68595e3360cf12b5876a433709338ed500c510a9d19fe710724b", - "size": 956, - "uuid": "bedec879-58d2-4da7-a5dc-0b5807d44acf", - "version": "2018-10-03T14:37:17.174564Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "679e40a4", - "indexed": true, - "name": "cell_suspension_82.json", - "s3_etag": "d64484d4ca02624a9ee4f2c335bd3281", - "sha1": "16cec74fcffa10c7afcb3af51e74115b6685397d", - "sha256": "7359fd4d4835be4c07a199e4c8977a2149e13a3929b4ccbb463c6fa68a1a9e77", - "size": 956, - "uuid": "d30ce499-fe12-4327-a563-03023e5930b3", - "version": "2018-10-03T14:37:17.450498Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4ea5b68c", - "indexed": true, - "name": "cell_suspension_83.json", - "s3_etag": "bb16a086e09295ba28c5b81333522758", - "sha1": "d0a8f692ac9132d26e7c0dd592ac3f34780aa7e7", - "sha256": "70b07ceeeef43a86704de9a916781b023765ffbb6d4e50f58c57a217485645dc", - "size": 956, - "uuid": "66812575-aa56-44a0-aefa-b746b99fd96e", - "version": "2018-10-03T14:37:17.878785Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5ab87ef1", - "indexed": true, - "name": "cell_suspension_84.json", - "s3_etag": "2bb6b4300d0c44c090435c9e88ebcee6", - "sha1": "fa7e71c7c855b404dd8c768493b4c15405b64efd", - "sha256": "eadf157c47e098a933cb74806d4e3a42e6708acf9d8ecc3de7bda82618e084f7", - "size": 956, - "uuid": "342839aa-c58e-4f93-bfd9-7b65bc8b85dd", - "version": "2018-10-03T14:37:18.111387Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eefda4d3", - "indexed": true, - "name": "cell_suspension_85.json", - "s3_etag": "7343bd1f0cfef21e00e4658eac832d91", - "sha1": "858091dffdbc70eb27644e91ee4a1b07851bcebd", - "sha256": "2c7455cf0984d8d7b0bc4efb634271b18a83e338b0b22ac3ecf9ff01350c69b5", - "size": 956, - "uuid": "71b018de-35a9-4aca-8b08-4a84d2b1a47d", - "version": "2018-10-03T14:37:18.414360Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3328105b", - "indexed": true, - "name": "cell_suspension_86.json", - "s3_etag": "8787bf56b4c211a77bff242803891605", - "sha1": "dcb9cf7c83b67632fd2774d56a8840d213515fe9", - "sha256": "01683219459b8278b4484473b5003a37bffe143a596997e6967ab23c73827f46", - "size": 956, - "uuid": "13c900ac-7e8f-4c68-a84f-d56b247451ea", - "version": "2018-10-03T14:37:18.654780Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6b062bdf", - "indexed": true, - "name": "cell_suspension_87.json", - "s3_etag": "86b7c20b0477c3208ec97f62df60d926", - "sha1": "ef8d55132388a6889ececd6f9024856c5579520a", - "sha256": "4e85d3937f3d000aca1aa018938a6b7cf7086cfce0e77b130148909b144f6bc6", - "size": 956, - "uuid": "473c03c6-fada-4d2a-96b9-f7ca29044536", - "version": "2018-10-03T14:37:18.925418Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "74778589", - "indexed": true, - "name": "cell_suspension_88.json", - "s3_etag": "036617313e2c9b15e548dc22230c5aae", - "sha1": "bd090986fca298d0bf1ad3e696f3bfccf04854c3", - "sha256": "b4f80a5bcf444b9d304c98fd5bd29dc369dbeb6b950a436b21d30bf051a3b3aa", - "size": 956, - "uuid": "f5cac140-58b2-4523-bdb7-9d66f85642d3", - "version": "2018-10-03T14:37:19.188106Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "845e5171", - "indexed": true, - "name": "cell_suspension_89.json", - "s3_etag": "67f1abc67a9943d764fc915ae8ef22df", - "sha1": "96cba1f1632c906956a9d77a8fc96395c5e378c7", - "sha256": "cad384cd0224ced88dd32f619a4c3a88341a15d54317e4e0d12c5d49871ed94a", - "size": 956, - "uuid": "b44e6954-97e3-49df-90b7-614c8cd77c0f", - "version": "2018-10-03T14:37:19.420098Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5106e203", - "indexed": true, - "name": "cell_suspension_90.json", - "s3_etag": "40dd9ede6e0a65dbbc8359e3325fe581", - "sha1": "26b74db457e2cecaf5e0d0e51578f70cb34a52e1", - "sha256": "bdab9d64ac45f5ca4c7f2b1bb7c6e2fb4361c33cc1df7b1bc26a97c33d32328e", - "size": 956, - "uuid": "78fa6df1-442b-46c0-918e-b250eaa3e0dc", - "version": "2018-10-03T14:37:19.653173Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e397f71e", - "indexed": true, - "name": "cell_suspension_91.json", - "s3_etag": "fb8afde139e825eb5cdd5d71107b103d", - "sha1": "0a33e0a7cf5b7dc39bfd9c8f5adbb54d3e6d15b5", - "sha256": "99a8adb3ba5a5a77785eb53b6c086d246380b4fb86f1f3bbf5c6ef5dd04d2c35", - "size": 956, - "uuid": "a5f927d5-05f4-4478-8e52-09a40c0ca82a", - "version": "2018-10-03T14:37:19.860021Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "caa52b3b", - "indexed": true, - "name": "cell_suspension_92.json", - "s3_etag": "890d8aeca578764a70b28874ffc9b077", - "sha1": "5d978a028e7db15b062e1aada9345621caece5af", - "sha256": "4e7622eaac3934dec9b542c814afcd42fd8f572a0f8cc0b2bf36d467ff0fbf89", - "size": 956, - "uuid": "23bfcc7e-f7b1-418f-a8d1-2d85691d1d3f", - "version": "2018-10-03T14:37:20.083002Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "18d88261", - "indexed": true, - "name": "cell_suspension_93.json", - "s3_etag": "be981b531848ea077dbd834fd1b587cc", - "sha1": "dde184bbfb50867a13355a88878df1760dbaf323", - "sha256": "818556997f5c5428f1f2f86c27a96e2d976741f7c301ebac480e15645b2df129", - "size": 956, - "uuid": "38a4b411-5100-4122-afc3-a752f189a439", - "version": "2018-10-03T14:37:20.359050Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d06a2a42", - "indexed": true, - "name": "cell_suspension_94.json", - "s3_etag": "8ad0c0c129954a96edc4e169d9145efa", - "sha1": "652934bccfb4677b4541ba1e6af402df91f136d1", - "sha256": "b0f2c41e94d5c152a366881ab8369adc2d8ee0672251de23e80062d2fe7b64c3", - "size": 956, - "uuid": "0ff5ce81-4cf0-4e1c-bacc-fdf0ac9ecbe1", - "version": "2018-10-03T14:37:20.589129Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8b1d5105", - "indexed": true, - "name": "cell_suspension_95.json", - "s3_etag": "be736b754d62dd10d919639049b15a41", - "sha1": "cc9784f5fd34b8bcbc98b3c0a62dcc426df30f03", - "sha256": "b0eb0d7bcad797d4a563188262d490cb13502dc73bc87eccf3cc04d1715c966b", - "size": 956, - "uuid": "c91215e8-bff3-4ddc-bf97-c693a8041bb8", - "version": "2018-10-03T14:37:20.887329Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c068e634", - "indexed": true, - "name": "cell_suspension_96.json", - "s3_etag": "3e8c63e357901d56afc3dbd55d301908", - "sha1": "56864baf23d5477be4bf958d4bf1395f78f65550", - "sha256": "e94bced3cc0cc6f724953f19cd5981efcfb5d3ee1bcb8bde39687dfad61a0a78", - "size": 955, - "uuid": "b04e4c07-3552-4a18-8fb5-a8b854fa859a", - "version": "2018-10-03T14:37:21.125846Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bb07d1b7", - "indexed": true, - "name": "cell_suspension_97.json", - "s3_etag": "ce20e5eb18475dbb1b7a1507ff19fe6f", - "sha1": "d9f5fa5605833322ddce63317c0407779793d68b", - "sha256": "cee27b4346c9437773534f726393c77e03248a67a683075c67f33a889012b94b", - "size": 955, - "uuid": "92727211-1035-475d-99a3-33972c5eb436", - "version": "2018-10-03T14:37:21.414480Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "742e1e01", - "indexed": true, - "name": "cell_suspension_98.json", - "s3_etag": "3381534290fe3423e400ca9b67c53af5", - "sha1": "7f976fe8c09dec1f25e5b957f38a602aa1d4fccd", - "sha256": "8d321170763333b331d8a16fd0012d8793e94d4fde45d2c7457a0d2027449cee", - "size": 955, - "uuid": "1749997d-d4d4-4844-bc5e-d4eee2c42e69", - "version": "2018-10-03T14:37:21.701861Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5e374106", - "indexed": true, - "name": "cell_suspension_99.json", - "s3_etag": "ba3d9a5d897fde45f83942ba0352bdde", - "sha1": "50c5715e531f410ef497dabacece726a88d9743b", - "sha256": "3971e20fac7748c30a1e1a1a930527680ea998352f3d15ffc68c26e18d5cf950", - "size": 955, - "uuid": "2a1d8e72-5133-4fef-b7a7-3271b977170f", - "version": "2018-10-03T14:37:21.932975Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c146642a", - "indexed": true, - "name": "cell_suspension_100.json", - "s3_etag": "e0edd3dca91b8a192d7c2514bfa8a44e", - "sha1": "2316e81c2437b51e77c9daff45e7f93f5c9c8463", - "sha256": "a0df284bcfcad0f511263959b3997877f74c7a63f6c507d9414e36b7b1558916", - "size": 955, - "uuid": "c69ecbd5-4d59-4e55-a59d-f4d10640f131", - "version": "2018-10-03T14:37:22.219451Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3aca6ef4", - "indexed": true, - "name": "cell_suspension_101.json", - "s3_etag": "7b00c7ef5ab27a9da8bbd2f69f32cd03", - "sha1": "4efaf4c49edeab57875f46a06cb60386e653beef", - "sha256": "d5718e62b60f8b2490d54363648511f90a2f9fc3b3f434875d8f47358c54ff87", - "size": 955, - "uuid": "f670004f-0fa3-4518-9d89-858aa2d002dc", - "version": "2018-10-03T14:37:22.504565Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ef7952cd", - "indexed": true, - "name": "cell_suspension_102.json", - "s3_etag": "f265be6effee11a57880d6dcf56f910b", - "sha1": "d4d16fe66efba01b66df1e0b88bf728ab2cde182", - "sha256": "73627011f3ac4f090aab5da71cb9cbfd54546c98d52fc126a85eddb9104f6c75", - "size": 955, - "uuid": "ccfe1a77-90c7-4ad3-8977-f3ed420fb33d", - "version": "2018-10-03T14:37:22.794493Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "080fb2fc", - "indexed": true, - "name": "cell_suspension_103.json", - "s3_etag": "549bbcc185395fb3f6107c1633873cc7", - "sha1": "8d54d654d25ba080583f15dafd3307d2364781bf", - "sha256": "c5d19a263e82eaaca008bb3610f914577f650130d96022a9265c9442617309d1", - "size": 955, - "uuid": "f29dba0e-4834-4170-be5d-50213c4a3977", - "version": "2018-10-03T14:37:23.109721Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "34383d87", - "indexed": true, - "name": "cell_suspension_104.json", - "s3_etag": "bdde18337603013311fc698e50b0610e", - "sha1": "9d3e23610e92e0c73b2afb025cda0c5bdc2dd329", - "sha256": "cd684d58a8272ea45e84845e3e0aea09cf32ad62b3c2e0cb1a2a5cb4b314c0fc", - "size": 955, - "uuid": "9a329bec-4c29-4eba-8c0c-f5b28e525eca", - "version": "2018-10-03T14:37:23.399788Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e2b61441", - "indexed": true, - "name": "cell_suspension_105.json", - "s3_etag": "590a48325766e5797b19a7ec99633f7b", - "sha1": "00b1b04017d7963bba52675f9e46d8f6d81f1091", - "sha256": "708eb658107a1ff6f3ea21cf65e42726c097587ede6362c7c6610e1283dbae97", - "size": 955, - "uuid": "e38297df-9eb0-43f4-af5a-d4dc6cbc1b8d", - "version": "2018-10-03T14:37:23.835591Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3545ae02", - "indexed": true, - "name": "cell_suspension_106.json", - "s3_etag": "7514f0557ffc311ff61ad478dc526220", - "sha1": "8809cb19895876ec00535d66ea965b8a3af49dea", - "sha256": "90b2c5bbb63faba89c6a5bb06bc0ac0438add3e8032a69ee3e8b8fc93c729e07", - "size": 955, - "uuid": "b28c4a10-fb53-46ee-a2fb-c1ea96f93749", - "version": "2018-10-03T14:37:24.055911Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3ee03b02", - "indexed": true, - "name": "cell_suspension_107.json", - "s3_etag": "a4724c0c69381e1eb2fd86e7ce97c408", - "sha1": "0d345d73b02f8e1fb8569c0e718e7077b95e332a", - "sha256": "d227d68233d80ad29f649cf1022ca505e7413ef3db2eadbd11dd2f1bfca5051f", - "size": 955, - "uuid": "7a1d98cd-3955-424f-a882-4fd7bda39914", - "version": "2018-10-03T14:37:24.308030Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7479eaff", - "indexed": true, - "name": "cell_suspension_108.json", - "s3_etag": "8e7104a7a4101db286159671ac96a0f4", - "sha1": "76a105b10a926e892e8d2ea78bbfaee3688ae7ca", - "sha256": "9268f8b3855af93efebc3f46e05516fcd66a4b6309d81336c25dcb1485001eea", - "size": 955, - "uuid": "97030a10-817d-419b-8f0d-5925d8a7eeb2", - "version": "2018-10-03T14:37:24.553583Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ca14a523", - "indexed": true, - "name": "cell_suspension_109.json", - "s3_etag": "22eea4a34c3e62927ebf9e6a9c8397d0", - "sha1": "456a559987a405a29d0d25074eabde40486604b8", - "sha256": "fbb4d5eb12c1be8347fc4c5c14d5ea1a85444b2b36856b69abe4d41a17ed53f6", - "size": 955, - "uuid": "fb11d84d-9493-4c57-aac3-3a7937e58ad5", - "version": "2018-10-03T14:37:25.032076Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f9b4f7af", - "indexed": true, - "name": "cell_suspension_110.json", - "s3_etag": "5d71980d2b9b84aca83a9fbea0d1e1d8", - "sha1": "3b05e884fa3ff77c66024004db410497c2801b51", - "sha256": "adf1b7e6d1c8706aa4a4009cd8222e9f7fdc2224900e4634b496a5d0d12ec3df", - "size": 955, - "uuid": "353c2625-7d6f-48ac-ab55-8327cbe22179", - "version": "2018-10-03T14:37:25.523223Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "18694c0d", - "indexed": true, - "name": "cell_suspension_111.json", - "s3_etag": "7becc04bd9e79831b151f2b1b32bd856", - "sha1": "c53cb7bddf6efe924db56ca48b7be25ce276298d", - "sha256": "bcfa147b1a62a2dce2559db128ef716285400a1850220b6dc376e984cd907ce9", - "size": 955, - "uuid": "a3b96919-7ac5-4f59-9d3e-f7b4c452ceb1", - "version": "2018-10-03T14:37:25.865336Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f3f89063", - "indexed": true, - "name": "cell_suspension_112.json", - "s3_etag": "db5dae215137e511e8c55ca0595a956d", - "sha1": "05e859fa84908a6a6147661c79d63a10a236bede", - "sha256": "5eab33a0696bc38aa10bfe00a40498abf53e9b1b3e040fb1575aace49f9bfd06", - "size": 955, - "uuid": "ab442056-f765-4c28-977b-994fc76d0856", - "version": "2018-10-03T14:37:26.144131Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1d6a97fe", - "indexed": true, - "name": "cell_suspension_113.json", - "s3_etag": "f137beb08aa111f8176b7078c28e87c2", - "sha1": "89491d716b2ee58a6361c614f9994ac4f3d33de1", - "sha256": "83572b3879b77a7239ae3bccda226579ad94ccc13de02f143198572562797199", - "size": 955, - "uuid": "e50c579d-0dfe-4c73-96a1-df76dc01d2a3", - "version": "2018-10-03T14:37:26.683930Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b513695e", - "indexed": true, - "name": "cell_suspension_114.json", - "s3_etag": "a97e9ed1bdd067ee7fd1f46ab50966da", - "sha1": "a64d0428fb9197b4f7f541592cf6afa98cb63099", - "sha256": "b1d1bd4bafa5b031f304f5dc0085004b35e4b0ac5983fdfab4202adbf7dddf2d", - "size": 955, - "uuid": "7d6cdbfd-6fc5-4feb-8287-259c9a1322b2", - "version": "2018-10-03T14:37:27.066065Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eb09e72f", - "indexed": true, - "name": "cell_suspension_115.json", - "s3_etag": "e6f186eba13fec38fd4f90e342bf31da", - "sha1": "9a35ec78240580c80ec6acbe2958e40d739001ef", - "sha256": "aacb153f8d396ac19aa20665c5c58c5cb401fb18007404ab659c056aef106178", - "size": 955, - "uuid": "a086630e-a35c-439b-aa38-f681038f5be7", - "version": "2018-10-03T14:37:27.639049Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "20c02964", - "indexed": true, - "name": "cell_suspension_116.json", - "s3_etag": "6f2c0bc828181ab323a12c404cf8d4bd", - "sha1": "9fdb239190b28c6f5903e9d885e405eaa19235cb", - "sha256": "297feb94c20fba52e810fe7058cf79fbbb8ca0dc74ba881481a43022e1c6ff9c", - "size": 955, - "uuid": "f9ea5480-95ac-4e91-9c58-f73f2ad246d3", - "version": "2018-10-03T14:37:27.958010Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2384be1d", - "indexed": true, - "name": "cell_suspension_117.json", - "s3_etag": "c72b990692571c6f8a614f454f563ada", - "sha1": "a834b9d24a51b86d1fe9523510847fb048d37685", - "sha256": "bacc5193eb15aa438943de081a5adb5f8ecf31dc4a85863bbf3e5d538c1400f1", - "size": 955, - "uuid": "260382a0-004b-42b7-aad9-2f512455a650", - "version": "2018-10-03T14:37:28.420069Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a453f67c", - "indexed": true, - "name": "cell_suspension_118.json", - "s3_etag": "d3e1d77ba05c3bf4701fd0a3b629c10a", - "sha1": "61420ea6ac96ea0eaec750ad00c32f5a08adc854", - "sha256": "c93d4e46339cb7e10a17763c615aa5eb70ceaaaadbfd669d1d65e8f17a868ab8", - "size": 955, - "uuid": "7506eb7b-863c-49ad-8b54-b9c46f95f463", - "version": "2018-10-03T14:37:29.504607Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4e5b6199", - "indexed": true, - "name": "cell_suspension_119.json", - "s3_etag": "c2e2a2eef54854d501a19fee1c0d74b4", - "sha1": "adb0fc72100c1de29bcb4f0010350cda0556fbd8", - "sha256": "fdd909a224d2efe0232193f95963568619c40a547d55c412a4c69c4918cb3c87", - "size": 955, - "uuid": "ff83a3a4-175c-45b1-83a9-263054bc403d", - "version": "2018-10-03T14:37:30.775490Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2f7448f6", - "indexed": true, - "name": "cell_suspension_120.json", - "s3_etag": "719eae76955fdd14d00b7d198272fe5d", - "sha1": "98ae978cd63da88757e24c260b68543f42de4d15", - "sha256": "c4135022e70507ec54342f44d44af3c81201284e8f35d0abed790f318c7777ba", - "size": 955, - "uuid": "5ce04010-0a94-44a0-9de2-6a768db775de", - "version": "2018-10-03T14:37:31.024357Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5f7fcf4c", - "indexed": true, - "name": "cell_suspension_121.json", - "s3_etag": "9714e52c59620141d69530e90cba3d1d", - "sha1": "c939ec62613bd08e66e3056317c28f48e1354f07", - "sha256": "33d6790e8ff94af306912e1f51f556203d5f7c97f88e705cbb47563a86f49140", - "size": 955, - "uuid": "c405d2b6-c998-4c04-984d-9e07b0606602", - "version": "2018-10-03T14:37:31.262764Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f859a013", - "indexed": true, - "name": "cell_suspension_122.json", - "s3_etag": "3472523de9b6df1e8c3f01ddefaa2816", - "sha1": "65bf98f6d29358079f7ed2d9c60b9e343f9a9dd7", - "sha256": "51a017961d0231f4c49e4a0eda6209f2c92898cef01982b82fd097be006821f7", - "size": 955, - "uuid": "e9d18b01-edd7-43a0-9d5e-922b6935c623", - "version": "2018-10-03T14:37:31.544388Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e4254e7a", - "indexed": true, - "name": "cell_suspension_123.json", - "s3_etag": "3324ecd78dced257f92ee82788e3a1dd", - "sha1": "089fc6ac4d8670ab9296ff494ac1f593c4c0bbaf", - "sha256": "17d7909a92545befd8e9196737079892ac8e7ec2bc5bdce4dd508ca174335896", - "size": 955, - "uuid": "eaa3fdb1-a8b3-40b3-814c-2bad70e165b5", - "version": "2018-10-03T14:37:31.848354Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "013cc211", - "indexed": true, - "name": "cell_suspension_124.json", - "s3_etag": "d8bdfb4ca6959239afaec31896a9b8bc", - "sha1": "6789b8ce148e61aa73e34a79129e21fb587735a2", - "sha256": "58fcc0a96a758d8a8fb22626e7164b0a718fac7003fcb8dc5f988e7567c8cba8", - "size": 955, - "uuid": "977bd67b-beec-4f46-b466-8b41d0407883", - "version": "2018-10-03T14:37:32.093726Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1d464151", - "indexed": true, - "name": "cell_suspension_125.json", - "s3_etag": "6e4c361dd1714134ca4f306987e457b1", - "sha1": "2813fdcc9ffaafcc988ee50228910fba2fb8f77c", - "sha256": "75c2e2b4d16ff87dbebe6454c6332b3c0305f1504be2a934f74eb874783eebf4", - "size": 955, - "uuid": "512c61a9-d425-4c99-b386-a42648a6eab6", - "version": "2018-10-03T14:37:32.367457Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a824e99f", - "indexed": true, - "name": "cell_suspension_126.json", - "s3_etag": "e21db236174311b348e233d731cbc5bd", - "sha1": "509f17669cf11b14bf28114846126dcd4a1b2830", - "sha256": "23edd4653e7365feec4aed3952c93c07235fd72197dcab9353a98f139238ff1d", - "size": 955, - "uuid": "a31d4351-1a70-4606-a141-3d1f5b1edf3f", - "version": "2018-10-03T14:37:32.654551Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "640731fc", - "indexed": true, - "name": "cell_suspension_127.json", - "s3_etag": "62577aa768c786a89a6a4fae16401a48", - "sha1": "2e17bf528ef9113b1afa4acefd1a8361a8d42668", - "sha256": "88e186fa6340fa8b9b265888b51e55d2a09aec88d9280d4666ab41a63af52ccf", - "size": 955, - "uuid": "479084d6-a6dc-4c25-88cc-901e9a0cbb77", - "version": "2018-10-03T14:37:32.870208Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5999354b", - "indexed": true, - "name": "cell_suspension_128.json", - "s3_etag": "75b4e685f5fd0c6e7ad6eed9eb225324", - "sha1": "1541f13d5ba75cc085725acfb288c01ccb4da4b5", - "sha256": "db08211839fed9ecdf25da0d4d17f865c1ce5903f9f2d8d7813654958e8d7710", - "size": 955, - "uuid": "23357462-2a8f-46b2-bcc4-bb70bdb111d3", - "version": "2018-10-03T14:37:33.485441Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "84595242", - "indexed": true, - "name": "cell_suspension_129.json", - "s3_etag": "fabc4d23ec399c893bfbf331084bdcf6", - "sha1": "b1f2c914f7df6b9be852fe96ce91a536224e019f", - "sha256": "03d2cefba15a7d6b7fab1480c26e813d86ab9e4cd0e634eee7f590e620b32d5c", - "size": 955, - "uuid": "34012657-85b6-452f-8722-fd67f91faef3", - "version": "2018-10-03T14:37:33.858682Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6a57bd82", - "indexed": true, - "name": "cell_suspension_130.json", - "s3_etag": "a653b30e967917f79a0ff699096e45f1", - "sha1": "b52395f05e97970ce9e144997a57952445a2fa0d", - "sha256": "3cc62b3df13f2cd351640bd31da7ee0d637de7324eee962720def37b89bdd08e", - "size": 955, - "uuid": "63d08fb8-6fb3-43cc-92af-b817dd67329b", - "version": "2018-10-03T14:37:34.635859Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "cd30a8ba", - "indexed": true, - "name": "cell_suspension_131.json", - "s3_etag": "d2de25d8cc737702d61f8a665cb23933", - "sha1": "ebcf7189a2f07688c1144e8af8ccc905af259365", - "sha256": "faf04daaf2e92225ec83717174bdc636c2b7f5ffdb82f1502829f3f096654c59", - "size": 955, - "uuid": "4c525eb9-61e9-4851-b075-1ff3b7607af0", - "version": "2018-10-03T14:37:35.154674Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d472b3db", - "indexed": true, - "name": "cell_suspension_132.json", - "s3_etag": "01f6cd1aea1d2de639cb9d84a7628c15", - "sha1": "5fb383420abf33dbd7074fff942a18ffaf4b57a8", - "sha256": "32b0dbe9ba79813cdb7a2462fd9fb112ce32103e0eeee1b27db200be65465d1b", - "size": 955, - "uuid": "83ded0ae-0826-450d-9b4a-06e3a49f9fa8", - "version": "2018-10-03T14:37:35.407400Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e7b47ae5", - "indexed": true, - "name": "cell_suspension_133.json", - "s3_etag": "d339d394c2aaad75d2984d5d3377bcda", - "sha1": "d9fa9559cde6a54cec44911fbab1bb2112042afb", - "sha256": "b26d25a63a89d68ed502c2763322b8f9a796c5f7a9ad0e5309650ca02201061e", - "size": 955, - "uuid": "af0c8790-9eac-45c0-9582-d5acbd57a636", - "version": "2018-10-03T14:37:35.729122Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8c62b70c", - "indexed": true, - "name": "cell_suspension_134.json", - "s3_etag": "bb0292ec359d8037bbf54a9055bb4751", - "sha1": "f78c965ca49416236405e08bec1c96ae84144d25", - "sha256": "1392cd7ae957864552536d8a30091aeb6eb2630ada8373acf7e4892a7720c343", - "size": 955, - "uuid": "e741cf6b-f293-478f-8c93-93fa40a99e81", - "version": "2018-10-03T14:37:35.960806Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "03fff546", - "indexed": true, - "name": "cell_suspension_135.json", - "s3_etag": "233489287b9dcf335d257cd6628926b4", - "sha1": "2de7293f35371321e6ce67ea2dd556c03fe3b338", - "sha256": "7f2a690e007791bba6a675aa87b6bb55be06621c45fd4a16e5c6c434b2ed2322", - "size": 955, - "uuid": "8971ab0e-d20c-4a9e-82b8-2d5e8b063abe", - "version": "2018-10-03T14:37:36.404780Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ebfdf597", - "indexed": true, - "name": "cell_suspension_136.json", - "s3_etag": "402fca35989f00a4d20b41b8fd006cbc", - "sha1": "55285a64a02f6f9cf1c9974f99013553fa6e332a", - "sha256": "e04ebd0e288401ebe2edacfc6a85eefd838faee02fa1bae5bfd8d9e7d4249ee9", - "size": 956, - "uuid": "7f0fcea0-eb45-4aa7-83da-87f3776e37c3", - "version": "2018-10-03T14:37:36.641012Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5fc94f77", - "indexed": true, - "name": "cell_suspension_137.json", - "s3_etag": "c043f1e5bbed86cd92b4d9a32d160b51", - "sha1": "20f5e19ba794c5884b366f116c462b929c30d7a7", - "sha256": "184e874187d5d9ef15fffccc62a8eba501dbda32940738251c5f69daf556f43c", - "size": 956, - "uuid": "bbbdf930-7bb2-4b0d-b345-cf1d788666c7", - "version": "2018-10-03T14:37:36.864122Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "be62142a", - "indexed": true, - "name": "cell_suspension_138.json", - "s3_etag": "8c52b40f491795137c62907f1cb7e3ef", - "sha1": "28be67cc75f3d242e284adc8d9c5ea3b67aac08f", - "sha256": "0470c535292c3bc44bbabf716f494de1a3c47c399c9cf3f81f93426a4c6a2c6a", - "size": 956, - "uuid": "ea4a27f8-279c-46c2-9b88-f66c1fd91780", - "version": "2018-10-03T14:37:39.800488Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a6ad8838", - "indexed": true, - "name": "cell_suspension_139.json", - "s3_etag": "1529f8c383bac3d27b86cccf96e3afce", - "sha1": "e3223247afc621ba719f5603eb48f86ac22fb8bf", - "sha256": "bb4193ba6ca580b454da08cfd56942f67209890dfe0dbd4166bbdaf9519b99f4", - "size": 956, - "uuid": "b6ecf45c-4e8d-4a89-ae9b-98ee023dd878", - "version": "2018-10-03T14:37:40.143726Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "03ee9a6b", - "indexed": true, - "name": "cell_suspension_140.json", - "s3_etag": "c3a2640769098d430bd5e6f1d2df779a", - "sha1": "674dfadffe5417ea0720d79a076389f392a11066", - "sha256": "39c46cf7b14450361169896dd4caedc551b71a99d03bdd9ef642403c2ed612d2", - "size": 956, - "uuid": "ca622a16-bd7b-4956-b054-3b957cc3ab14", - "version": "2018-10-03T14:37:40.385496Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b1e59b5b", - "indexed": true, - "name": "cell_suspension_141.json", - "s3_etag": "c18005c33b4adcb5f0019e8c903de83a", - "sha1": "af4d4a379862d6123ff825bbfb7635945f4c81ba", - "sha256": "a8db130d7c0fc2779fe6373b154d1c28f8cfc95a5c71b238ade93fdd6ac475f5", - "size": 956, - "uuid": "faaaec08-7e4b-4b72-98d7-9948f707d9a7", - "version": "2018-10-03T14:37:40.628371Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e4afa335", - "indexed": true, - "name": "cell_suspension_142.json", - "s3_etag": "040a77e31b430b3bdd60d698be1a9e04", - "sha1": "7e3b1b6127a41e02560a8b3a5f73c47da11b28a5", - "sha256": "1247f55451f45d86e06422cf0cbe3cc3fec5081d40e8cc1151ad834fa839ac94", - "size": 956, - "uuid": "81737f70-9097-4870-85ee-04cfd56a11f9", - "version": "2018-10-03T14:37:41.027224Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8771d10b", - "indexed": true, - "name": "cell_suspension_143.json", - "s3_etag": "42cb5b405994ae5aad7bc6e5228549d8", - "sha1": "2b3fbf45e5d4aea10d8d55388159d699bf979069", - "sha256": "d108c8f38bc3a630ecdf9cd69c6ec605cfa7189d63f0fd368c23955ba8a9ab1e", - "size": 956, - "uuid": "4489f530-1179-47e6-a5a3-93a165b78b4f", - "version": "2018-10-03T14:37:41.510812Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "418413f5", - "indexed": true, - "name": "cell_suspension_144.json", - "s3_etag": "4f06e2995f60495c349ad1ca4c6d8a75", - "sha1": "3dd7724d64b0b6542395f5ad9a95a5254ebce07e", - "sha256": "70bd801bb73d8865d5a73a9f59beaec092ff9938d785b35318e14654db7fd6df", - "size": 956, - "uuid": "118738b2-b964-4ce9-92c2-99233a9bf1f6", - "version": "2018-10-03T14:37:42.010394Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d3e24172", - "indexed": true, - "name": "cell_suspension_145.json", - "s3_etag": "d408bc3162fcce5510d7fa2585422331", - "sha1": "02d7b59af1a84f5694fe53c1090bacf241e2179d", - "sha256": "ef94a6262cfddae3b486f999fee7b61a445b8c38a57bc11e1a3780e0f28a9316", - "size": 956, - "uuid": "a13895d3-7878-43c9-b4fc-a28ec263c2ca", - "version": "2018-10-03T14:37:42.431755Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "15c9bfbb", - "indexed": true, - "name": "cell_suspension_146.json", - "s3_etag": "8f4c0551477f715484d4ef18d7645b6b", - "sha1": "34610c4ea0e37ed09152d799e87da62a8426b940", - "sha256": "560b4a208608d447c2811d1687326d0ab8ddc9187119f605a3b09003f0878e19", - "size": 956, - "uuid": "9b45270b-3a2c-490a-aadf-6f492428a30a", - "version": "2018-10-03T14:37:42.720034Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8f421f8f", - "indexed": true, - "name": "cell_suspension_147.json", - "s3_etag": "76453cd751462dac4590a6c5bf8622c1", - "sha1": "89efa5f13eee7cb4825f624687ee1da5c151e43a", - "sha256": "c56124c2fc98e6924a47cf042ba7cd364f69664fc1c5abb3d73badd761b75114", - "size": 956, - "uuid": "792cb5eb-6af3-48cb-b8f4-2ebae86d874f", - "version": "2018-10-03T14:37:43.023753Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "dc4655b7", - "indexed": true, - "name": "cell_suspension_148.json", - "s3_etag": "905ebbe9a73b8e60660f523163b97fc9", - "sha1": "7904d68a922ddbdfe9cf40d197e99d2bc7f3f34f", - "sha256": "a974b9fc11d28aad3d2f328dd8f7d0b28997899988f528755cfe42db86b36575", - "size": 956, - "uuid": "d7be23ac-e7ed-48a1-b2ec-23239e1d2582", - "version": "2018-10-03T14:37:43.390709Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c7c404c6", - "indexed": true, - "name": "cell_suspension_149.json", - "s3_etag": "2c95a6e50fae3e044d2abc55fb0bfdd7", - "sha1": "fc5dd5682d79204654cd56c8360013207a3f67bc", - "sha256": "903e1a3375c473b08ce459c8198d722bf29242d63203ac84f61d41cdd5475894", - "size": 956, - "uuid": "dcb5f54a-4a75-47e3-b89f-8d7ba0931bf7", - "version": "2018-10-03T14:37:43.709358Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6b2fc761", - "indexed": true, - "name": "cell_suspension_150.json", - "s3_etag": "514d146a6ca634ea84f644a4890e4a02", - "sha1": "565487c6439d879810234faae471b680dbd6a048", - "sha256": "86d38496c97c0c938bf43816d6c7f6ff552e45d36dd4170762b4f5731389586b", - "size": 956, - "uuid": "49485ecc-2462-4e9b-85c5-2c928f959865", - "version": "2018-10-03T14:37:43.967104Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "150da21a", - "indexed": true, - "name": "cell_suspension_151.json", - "s3_etag": "d50f07e4b0c97abc204d7d350c75d240", - "sha1": "49d85cf07124299ebab92f9427fb3d860e0ef288", - "sha256": "79622983246e03962e655b195b98323a0325e46c63a788048da7f803cab0fdb2", - "size": 956, - "uuid": "4e512abf-defe-4d12-acd2-e10c0c6e3773", - "version": "2018-10-03T14:37:44.310460Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "aef5e49d", - "indexed": true, - "name": "cell_suspension_152.json", - "s3_etag": "485b1930ae4a43dee1552f8d3859831d", - "sha1": "7b64d78edb357f5b8950cad314132c9e86d0f4ee", - "sha256": "c981f0d4b9695d5c6167846247a46280fd873dae9dc733dc102f73c0a61ebac9", - "size": 956, - "uuid": "3d739e69-414d-4c6e-9332-d33645e5b2a1", - "version": "2018-10-03T14:37:44.720671Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2280263a", - "indexed": true, - "name": "cell_suspension_153.json", - "s3_etag": "3c0e4d20143e650aa1a16c8679478843", - "sha1": "77ff0841d9d156f080a8c0c255d63a4a8b2ec362", - "sha256": "ac7700f988ac4c4157fe2c748b61158b65f3f96f0dc63ec56c0554bb7ea6f0c6", - "size": 956, - "uuid": "b2c053b2-fd84-43fc-bd47-d0cd401dea50", - "version": "2018-10-03T14:37:45.250967Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6ab9e47f", - "indexed": true, - "name": "cell_suspension_154.json", - "s3_etag": "17e0b981d587f6a7ecf9de7fae300f22", - "sha1": "d176cf7ae1a638072a95dff33c90ff73603db46c", - "sha256": "9bdd422b60d5952804fc6859527d472b48ca6c05951336b52310f6e386097070", - "size": 956, - "uuid": "b9ce2b0c-b4d0-4ef3-afb9-53baf73afdb3", - "version": "2018-10-03T14:37:45.938139Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c078101b", - "indexed": true, - "name": "cell_suspension_155.json", - "s3_etag": "4af63eb7105a0af29e14f5fabf2f286c", - "sha1": "2f12e9b08b17843ce36f2e0cca44fab8e3436b49", - "sha256": "a160a3387ad8e21218175961bb783c3f6470fc318e57bbf1cb62d63085b352f0", - "size": 956, - "uuid": "673e9c5d-f467-4176-8e3d-165dec07cb35", - "version": "2018-10-03T14:37:46.340352Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4cff8bb1", - "indexed": true, - "name": "cell_suspension_156.json", - "s3_etag": "2d047a6a93899d251946cb1b242d5eb8", - "sha1": "ae96846bdbbc0dc0fa0aeb79fde3f2655e0f8b70", - "sha256": "e4fa4bb7b87511eff64dc75c02aee9e8ad71a3417923d4ddc70d1cd7805bc3a5", - "size": 956, - "uuid": "7f814cfb-24e1-4b1a-a764-90b3ad762f76", - "version": "2018-10-03T14:37:46.617479Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "66defb29", - "indexed": true, - "name": "cell_suspension_157.json", - "s3_etag": "cf5b877492cd45695a568680ded0f553", - "sha1": "aecc7a781a7905d72db084e2b74cb0f8654b0c16", - "sha256": "e5ea3198c91022d7fc37d339fafc0e55c853f82205f8e1c996dd47e378b3810c", - "size": 956, - "uuid": "c3789bf3-8c00-4074-966e-0769f301ce56", - "version": "2018-10-03T14:37:46.889885Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9aef46cb", - "indexed": true, - "name": "cell_suspension_158.json", - "s3_etag": "43b8db9cf3470ac63c0bf89d2ab84f4d", - "sha1": "b665db65ece922831468ece4e3e87565c2ab4a69", - "sha256": "fd7da807a8e241820d0e66e9abd0c31125c12b478e3d6dc56e2e331878f31c7a", - "size": 956, - "uuid": "4904d265-343c-4511-8c1e-9f6127bb1240", - "version": "2018-10-03T14:37:47.333878Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "881a3391", - "indexed": true, - "name": "cell_suspension_159.json", - "s3_etag": "75c5b575a651eb01562b739150732349", - "sha1": "f791036bd5509064786fbbbbcfc6a6b0ac9e4c9a", - "sha256": "7b09ae72a4d94a089777389a8918b9bc66f236f855977119cb393a225624ae95", - "size": 956, - "uuid": "2e34c3fd-7d0d-43b4-8d95-01b7ea4145c2", - "version": "2018-10-03T14:37:47.674879Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "efd9c3be", - "indexed": true, - "name": "cell_suspension_160.json", - "s3_etag": "f0f82a2278f0e8409b8b705af3f9d097", - "sha1": "4f392a79771efaa5b7c5af5d808358c373e6a881", - "sha256": "a75d6fa6b1904230164aa7c600ef6670e9a78b00ec3b60a77f0a54ada0c96bd0", - "size": 956, - "uuid": "45bb9541-0bc1-48bb-99d4-8bb33c8c66ed", - "version": "2018-10-03T14:37:48.032022Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0a855430", - "indexed": true, - "name": "cell_suspension_161.json", - "s3_etag": "3d1f1a024f3a533234d8c5fedd897875", - "sha1": "fbf9f813a8ba5931c9178a9e18ce2f934bea725a", - "sha256": "b1702b21cdea1be83ffce9e897b1e1aff284d996601458a9704ac36cb702f5ca", - "size": 956, - "uuid": "d2842cf5-c81f-4f3c-9fc8-60dcaf45c096", - "version": "2018-10-03T14:37:48.717213Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "53f8fc52", - "indexed": true, - "name": "cell_suspension_162.json", - "s3_etag": "d6a785d6b96bdd51ea33e49927c13fa3", - "sha1": "65a7e33f55a94c02e441752e8007ca133c6415b0", - "sha256": "a73e567b0c8837f81357004de7c80fdfe7d3373b20360640391f5d48fed39c53", - "size": 956, - "uuid": "5f968cb2-026f-49fe-abb5-ad7bbda8571f", - "version": "2018-10-03T14:37:49.032133Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "12a2609d", - "indexed": true, - "name": "cell_suspension_163.json", - "s3_etag": "8aa261f2075f048e9f1400fa77a93a4b", - "sha1": "3363f3c382f2b5ee351d02428b55aa5ad14f2e6b", - "sha256": "ce8466c8898d7bbf4874041b5c957643a93c8ab31842e77cf82aff9b22cf78b6", - "size": 956, - "uuid": "97a5ef2f-46ff-4e2a-a88b-f4ae815c2338", - "version": "2018-10-03T14:37:49.323569Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a3d8cb96", - "indexed": true, - "name": "cell_suspension_164.json", - "s3_etag": "acd91956d8fbd0d72063b6895a12e9d6", - "sha1": "727d08857b322f88a03177a17b6004d8eca6c3c4", - "sha256": "080d955510575c2a8e4f214a88683a9814ed6aa0d173aba068ef001cbae5874f", - "size": 956, - "uuid": "9228c6b7-e42c-40b1-bf24-c3c78b60916f", - "version": "2018-10-03T14:37:49.587916Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "041455d2", - "indexed": true, - "name": "cell_suspension_165.json", - "s3_etag": "bf8f93cb2ab1b49b7c2acf3300064f5d", - "sha1": "b2927e8a508253c67579fefe47dc45d7f4fd7b6c", - "sha256": "f614ea3a02fc2b6815ef04c53b51b330f6bf9ad2c3849a21a022aee7dcfc71d6", - "size": 956, - "uuid": "09cddb76-929b-4b6f-9f7f-8497df2a2e7b", - "version": "2018-10-03T14:37:49.871901Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "27caccad", - "indexed": true, - "name": "cell_suspension_166.json", - "s3_etag": "25240fa0980afce352c4493fc43c96af", - "sha1": "e67824a37b0194daa3fc9928489cb2696a6808ba", - "sha256": "c2c0a530f8054a14836b0b6e55035347867ea76dd6b2f289896a749e8c214a74", - "size": 956, - "uuid": "418053f9-a3af-439b-8da4-9a87da9332fb", - "version": "2018-10-03T14:37:50.218530Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5a0b44c4", - "indexed": true, - "name": "cell_suspension_167.json", - "s3_etag": "dee425c446f43a2f40ace5e03ef20d43", - "sha1": "d0b927c2c3091b4702bf365079869457423e418f", - "sha256": "10000918833899b0783152816dbd912c6687c09c1f64c728c950a58e6e5272f2", - "size": 956, - "uuid": "cb590483-a17c-466c-8362-69d51f724740", - "version": "2018-10-03T14:37:50.532865Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1f79d649", - "indexed": true, - "name": "cell_suspension_168.json", - "s3_etag": "160e54da7bea283c491413ffeb022ed4", - "sha1": "4d4dfd5351f3d9833fc46ec3cf6c910e720693a0", - "sha256": "d4eef47f9b4ce463eda269a4016c7c7de02e3fc5e1498a19d4ad8490379bf25f", - "size": 956, - "uuid": "96b46301-bcc0-42d5-95ff-c6aece337b2e", - "version": "2018-10-03T14:37:50.783923Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "341207aa", - "indexed": true, - "name": "cell_suspension_169.json", - "s3_etag": "a9cfa874aa3b7c32ad50c06362cea723", - "sha1": "4e9803e0fbfa5e1a99030047243f46871ccab385", - "sha256": "d74fef37cd623fe73e5905b57276c4a123e6032ff111ec94e30b5c68cb9742f7", - "size": 956, - "uuid": "df4bc869-57db-4417-a6c4-2cddc0ad9b6c", - "version": "2018-10-03T14:37:51.218894Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "64c05433", - "indexed": true, - "name": "cell_suspension_170.json", - "s3_etag": "a334af084f60f77706c2870321d7fa9f", - "sha1": "82e4fb5c9c2b5f875a6182c559765df4ba1f5418", - "sha256": "f6edd28d6cff56e3ec21bb43a0270a7db22f724734fa6f7fb9b42817c6bad8eb", - "size": 956, - "uuid": "955a16c5-08a7-46e1-9605-6f20006011e5", - "version": "2018-10-03T14:37:51.513315Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ed85aa57", - "indexed": true, - "name": "cell_suspension_171.json", - "s3_etag": "d916708e33f1adf27ac417ee59a1d53d", - "sha1": "e1cf241bb44ece07a8605925ced3725b94e69e5c", - "sha256": "e8fa427fc1b45051c73276c0da2c2d0242588ef6933aed49078805ed58d5b467", - "size": 956, - "uuid": "c463e2eb-0fa8-4f21-86f1-c5b9e76fd7cd", - "version": "2018-10-03T14:37:51.790751Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5f9ac120", - "indexed": true, - "name": "cell_suspension_172.json", - "s3_etag": "82c650bc4d63d67e3f3aaf20e4482568", - "sha1": "501e7813e6cf28e42210aa6bd3db97b07808c188", - "sha256": "ec62b3d2c69df75c72db7a5efa5afcde164168bc582d323382d89119776599f9", - "size": 956, - "uuid": "c1b1a57f-5787-47d3-9c92-270e55aeaeae", - "version": "2018-10-03T14:37:52.150021Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c19a4fac", - "indexed": true, - "name": "cell_suspension_173.json", - "s3_etag": "e75e4236f224e2bf00827c4062a2c64b", - "sha1": "55d69bb3ff031f23ed440664843d4e91e0feb0b2", - "sha256": "49ae7f0adc0dcff21b37cf41c7dda63e1e99c21f213b9338aa1210b52e422c50", - "size": 956, - "uuid": "e59d038d-1035-4782-897b-95c2a3fb8ea6", - "version": "2018-10-03T14:37:52.444104Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a26be1ac", - "indexed": true, - "name": "cell_suspension_174.json", - "s3_etag": "6458d93266e1e2e34926376fb67d8422", - "sha1": "795b14343044ff2dfa31f6ad5ba75a63f025496e", - "sha256": "bc01c0c1031513c269cb1edc6a45c99e9074242c1564515985d3c64392db0d39", - "size": 956, - "uuid": "ecb35227-6347-46e6-8330-da248b28ef1c", - "version": "2018-10-03T14:37:52.879839Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1a741143", - "indexed": true, - "name": "cell_suspension_175.json", - "s3_etag": "ed01bf155810e4646c5d1910e255f82f", - "sha1": "3020a86d191ea244c3a82c5a1dcbbea7ef6e95a7", - "sha256": "2248556724f16bb747635848357d71b2eded6a2ded9634662a06a91589c2a712", - "size": 956, - "uuid": "9346bd7d-945b-4a53-9a1b-2da8795edb97", - "version": "2018-10-03T14:37:53.068175Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9679f73b", - "indexed": true, - "name": "cell_suspension_176.json", - "s3_etag": "19fe945e9cfd9e69dcdf9d3eb83c9027", - "sha1": "5eac7b8ce2eaf75573cea5f35c2e3eea0e8196cd", - "sha256": "63ddbb43e7baa5a67e09779474fa75b044ad9a45e001838417a9847556f13294", - "size": 956, - "uuid": "008b705b-7453-48fb-bb43-bfafb83aaecb", - "version": "2018-10-03T14:37:53.281588Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d766b057", - "indexed": true, - "name": "cell_suspension_177.json", - "s3_etag": "d57d981f90ffc3742e0b5734bd2f44e1", - "sha1": "d09e00581c32963755d11c13c432e68b73b9f888", - "sha256": "5628c72f8b47b59aca92df9e8647a2a85154d03c7be90ec996b578fe6cbcac9d", - "size": 956, - "uuid": "2e313cd2-7082-444a-8dd3-485a6b47ca56", - "version": "2018-10-03T14:37:54.111147Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b307e01d", - "indexed": true, - "name": "cell_suspension_178.json", - "s3_etag": "c3a8841b060d0d9ef6777e888473e5fb", - "sha1": "36d67a1bc233bf49b4331f2e0c8e1877d6e041d3", - "sha256": "35f954183050d93434bf5a6d0c83542986a50811c187fface491528563b01275", - "size": 956, - "uuid": "aefdb247-002d-45c4-9100-137709c20aa3", - "version": "2018-10-03T14:37:54.409522Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9d51111b", - "indexed": true, - "name": "cell_suspension_179.json", - "s3_etag": "1ecff8f46463d43a39ad6ec938f4c1c3", - "sha1": "f4204fb831a1ba2acd3f51c098c10bea052882a9", - "sha256": "ba2d5e8a30a70f6f58fa2066639bf0c1456fc374515ca80a4cf3008aa4dfcf49", - "size": 956, - "uuid": "9c2c2878-b50b-4fed-87c4-fee0424f8409", - "version": "2018-10-03T14:37:54.807657Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7af7c9db", - "indexed": true, - "name": "cell_suspension_180.json", - "s3_etag": "72214da1b5a1e3c0837e727e22ab531f", - "sha1": "92348518eef8d0dc313266b9eeef7296c8e075ab", - "sha256": "3c55ce37b6c3e9dd92cda43260cb83ca52a998557d5d8c1f94394d1b2084fc89", - "size": 956, - "uuid": "ab0804bc-91e9-4d6e-ba70-ff05cd9a238f", - "version": "2018-10-03T14:37:55.077255Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "37ca2754", - "indexed": true, - "name": "cell_suspension_181.json", - "s3_etag": "9c2637aebb313bdf3308ae0fb53695bd", - "sha1": "2f40eee0a6d467a2f05c07c200e8c778c722f0b8", - "sha256": "2bbbb274375b8eb6e5f7532ca842e9fe00a0f5a05376b348d8e70d58a46d7c0e", - "size": 956, - "uuid": "287984c5-d5f0-4b35-bce8-ccdea8cac79f", - "version": "2018-10-03T14:37:55.510651Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fd7d56b9", - "indexed": true, - "name": "cell_suspension_182.json", - "s3_etag": "1f2a3d0e4043065d82d1e42b245001cc", - "sha1": "67b0dd55887f32ce409c05fdadf66417ade10518", - "sha256": "0f3946b78572fcbe2b4fe3463504a9a3a15ad44dc20576878c8fb5f690f51b83", - "size": 956, - "uuid": "b72f1527-7d06-4fcf-8d8f-3a0e688441d0", - "version": "2018-10-03T14:37:55.749922Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9cfcb403", - "indexed": true, - "name": "cell_suspension_183.json", - "s3_etag": "04e7765b61026cfd451e98259967c563", - "sha1": "5a79dc80b163b7a4a657f3019179c3e6c8190142", - "sha256": "dfbac81aad58b566747b293075e587abb484f7c96b7082a08e10f2c21dbd850a", - "size": 956, - "uuid": "8ff1b66b-4c05-4df8-b245-5a0e1eace8b6", - "version": "2018-10-03T14:37:55.992692Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "69a7da25", - "indexed": true, - "name": "cell_suspension_184.json", - "s3_etag": "e9756df40d1ac5c878acc0e49093add9", - "sha1": "67bd2502e2f7f8c26ebe199ecb0de1687946404c", - "sha256": "305355f1a02e73db46a8f232125f72b2500e3bd21094650a927de65101863bca", - "size": 956, - "uuid": "6b0839e9-1066-4a33-9e6d-1d808bbe0bcf", - "version": "2018-10-03T14:37:56.278309Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "81926d2b", - "indexed": true, - "name": "cell_suspension_185.json", - "s3_etag": "523fce966e4cc0a4a970ccbe68567d49", - "sha1": "c6223404de3fb6f5c8b2cbc9bc628da19f506fca", - "sha256": "c2728d3a706850fe079397b986d49dd0d71f3b0111a71c99a1a93d1319a158e6", - "size": 956, - "uuid": "9a0b8dfb-fcb6-4986-8045-27f14d977e4c", - "version": "2018-10-03T14:37:56.527448Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2d517b32", - "indexed": true, - "name": "cell_suspension_186.json", - "s3_etag": "1ee6633baad80a7354276267e015fd13", - "sha1": "5608185b81aa33c87569e0ac3014f57388556f21", - "sha256": "4913bc8564fc295bf14678e88275531ee2d1933ba2ba520b60023e743b953bfd", - "size": 956, - "uuid": "8feaa5f8-3e34-40f4-9c6a-b07a035cb312", - "version": "2018-10-03T14:37:56.812999Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "11739dc5", - "indexed": true, - "name": "cell_suspension_187.json", - "s3_etag": "0f95a3730be27d5da2357dc018c78a16", - "sha1": "3342f7d84289a6b480525cb3b8e9394b3ebd642d", - "sha256": "0d63c5b9536737a5b274c13d63f45366723b28467f681170ffda9ef105f6410a", - "size": 956, - "uuid": "d37eb2d9-9d44-4dd5-bbbd-ecd78aa1d5d9", - "version": "2018-10-03T14:37:57.036493Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "55210f9d", - "indexed": true, - "name": "cell_suspension_188.json", - "s3_etag": "ec7a9604d40409b4695e7e06fed05010", - "sha1": "55bceaac2bbf7958b572770aae623375ba74e35b", - "sha256": "21c820658cc5ec6a8048d831f524bca8578e196215ebe5700ecb71a5466a96b9", - "size": 956, - "uuid": "7d3360f2-70fe-404f-88ef-5aee14fef59d", - "version": "2018-10-03T14:37:57.472463Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d030e11e", - "indexed": true, - "name": "cell_suspension_189.json", - "s3_etag": "c3d03dcf0d62a9ed00d33dadddb4dd2f", - "sha1": "991c338843279748e72408f40eaf71079204c6f6", - "sha256": "bb0d0f6ac6709a29d4964a8d8ad56482f86ad3eae85a351dc51c2739b1ce3ca9", - "size": 956, - "uuid": "0d2939dd-07cf-4f2a-9a94-7952ca8f5b37", - "version": "2018-10-03T14:37:57.774688Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "67b51d48", - "indexed": true, - "name": "cell_suspension_190.json", - "s3_etag": "75eea47e7b1eed278a1dd9d590eed6c9", - "sha1": "6ae16355b440e10cd687569d402af81d8ea1907d", - "sha256": "cc1cd47214f1803d169e3b9bf4a042f48a180abdc8a5e3af586d3db15c15b189", - "size": 956, - "uuid": "e7201c2d-23a1-4601-ad71-9e7c1a9ba624", - "version": "2018-10-03T14:37:58.028951Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1dce8f64", - "indexed": true, - "name": "cell_suspension_191.json", - "s3_etag": "763b3880d5719ca9594ee5a445353c1f", - "sha1": "ddf0c55aa421c26f6533309a2035ac0b4994e38a", - "sha256": "fb743cfe5f52621e2e1eb37d363a3d48129af80f09496c0ee36d70c0bfeabc7c", - "size": 956, - "uuid": "69904f6c-bd79-4416-aec9-01ca3ce9cf30", - "version": "2018-10-03T14:37:58.401258Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "dec725f1", - "indexed": true, - "name": "cell_suspension_192.json", - "s3_etag": "3d6029983c97baeb20773cf19ea8e7f3", - "sha1": "4687cfa2244dfdb012aaf5bbfa68855e67b25f27", - "sha256": "0d8741b462bddc5fef1486ea70ddb4ab4d8fd0a74287f4b2c2f4e8a58860b553", - "size": 955, - "uuid": "889c1653-f645-4fdb-bf2a-d3df1666db8f", - "version": "2018-10-03T14:37:58.780858Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "754c8d3f", - "indexed": true, - "name": "cell_suspension_193.json", - "s3_etag": "64b243f4b69055a9caed4f7b1df65a98", - "sha1": "40dfe3f94767333f7628dd327ea07f0cbc2100cb", - "sha256": "d1fb97dc3aee826e0c608d1417a01a773f01a8b43581a855cde0feeb67694139", - "size": 955, - "uuid": "44702201-4017-40b5-99b3-294cb18f6485", - "version": "2018-10-03T14:37:59.158725Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0017efc6", - "indexed": true, - "name": "cell_suspension_194.json", - "s3_etag": "36ffa18df89c4989ddb4110520f014c2", - "sha1": "5494e7b81d74a25e97f102a43a4305ebff2e60d7", - "sha256": "46d069ac3f415467f737ae7003a30f5e5127618fbd6fa902cfc48be918773089", - "size": 955, - "uuid": "dfa7b19e-f557-4f3d-bb65-4afe77b9a571", - "version": "2018-10-03T14:37:59.522884Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7a844b15", - "indexed": true, - "name": "cell_suspension_195.json", - "s3_etag": "d93886eee86cd87ae99c3144eb024708", - "sha1": "21a21adb929ffb4e59f3bdc220a3647001ad9f89", - "sha256": "c429cc458fee398e37b8a7a0d31362b3de71b2248f4ea92137400e7a4a813077", - "size": 955, - "uuid": "5be090a1-17fe-4fec-9608-a9e76b2a067e", - "version": "2018-10-03T14:37:59.741822Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "19fbc375", - "indexed": true, - "name": "cell_suspension_196.json", - "s3_etag": "57eca4c83770913774f476790919f0af", - "sha1": "67c3ba6dc41d738ae30c0ba4ed303ed711c15dd4", - "sha256": "774b58bbb002cc003981362ec0909c19fe643e257f1c89873ed855997a7404aa", - "size": 955, - "uuid": "fc031919-8ec5-4935-83ef-73560bbffa12", - "version": "2018-10-03T14:37:59.982349Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "803e4734", - "indexed": true, - "name": "cell_suspension_197.json", - "s3_etag": "fa1fb6fcd75b5c9d5a581d4f54a429e0", - "sha1": "f453a71f6cd088bc556e721cb84194c63f5a9f81", - "sha256": "5d6a804fc7e5f2872ac318bea9a8a8eb9699471859e9dfb33ad8298e6470d1ff", - "size": 955, - "uuid": "e516c62c-9248-4b02-ae5d-ce6d93515431", - "version": "2018-10-03T14:38:00.246369Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "91a0cc33", - "indexed": true, - "name": "cell_suspension_198.json", - "s3_etag": "1e1a77447c160b3400d48a6cdb4518f9", - "sha1": "bb9b3c68bceef020d3f4b779597550d2855c8bb5", - "sha256": "8c7d3f05c2ab488641ead2002358df87ad88201f594d9fb1928b8c294e68d21d", - "size": 955, - "uuid": "f8abdc47-8e73-4988-909b-bb2bdb1ac015", - "version": "2018-10-03T14:38:00.472539Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "298eb54c", - "indexed": true, - "name": "cell_suspension_199.json", - "s3_etag": "09e43e61a447f75e6f8ff508ab8923ee", - "sha1": "f027b262200e60b009b01f6c94f0ff24dabd7a8b", - "sha256": "6ac9704f433a69fd3f5d06855bf290816b28b9f2fa1a80d1d929d7994b93f0ad", - "size": 955, - "uuid": "ee754370-9a1a-4ef0-a7c4-38d77c5b7fd1", - "version": "2018-10-03T14:38:01.014985Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "27224083", - "indexed": true, - "name": "cell_suspension_200.json", - "s3_etag": "54bc00085b78e5148830e32c2473ea41", - "sha1": "03175bb2ea3b2cb4a060932a291b377bc3cade04", - "sha256": "ba70816fc1f76c1297218e9b04af58db1ab1ceb3499e243f6f8f37800a0eed45", - "size": 955, - "uuid": "d66a864d-075b-4ffc-b315-6819d306107f", - "version": "2018-10-03T14:38:01.285508Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bcc314e2", - "indexed": true, - "name": "cell_suspension_201.json", - "s3_etag": "429f7d94a72c285f7ed4e6805c49771a", - "sha1": "24dfca3b6a156fabba60eae34eb62bf212d95370", - "sha256": "9a3b62595c3fb8b5825c69deec16be6a4ad830863ef5f424947b5d2f8c2f06ac", - "size": 955, - "uuid": "e68e7817-6bb8-4463-99b4-996256ba2059", - "version": "2018-10-03T14:38:01.907072Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f5284256", - "indexed": true, - "name": "cell_suspension_202.json", - "s3_etag": "c9ecc7014de7a47d9b73bd2901afa0e7", - "sha1": "983a5cd46e1bc49fea30d7808681ee6c4e073f93", - "sha256": "e9d60fe89853c9e41b6b3657b56dac20e6e63f93636b0812634efaaaa0571bdf", - "size": 955, - "uuid": "27cc755e-524e-481a-8482-5f15e5dd07f4", - "version": "2018-10-03T14:38:02.138933Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a31949a2", - "indexed": true, - "name": "cell_suspension_203.json", - "s3_etag": "60f1b3135b6b2da54968ad55a61b16b6", - "sha1": "0df81be49df6f329f323cb3a690a9dce48de7dce", - "sha256": "4314b0c7f913b2486cc8addc45573ffe8a8765c489cb27f24bc98ac35685db8b", - "size": 955, - "uuid": "54e37fd6-41a4-4cec-9dd9-e722a155a09a", - "version": "2018-10-03T14:38:02.445657Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "adafe18c", - "indexed": true, - "name": "cell_suspension_204.json", - "s3_etag": "6a68768daf13f2337d3999a1b9cea499", - "sha1": "31e61a959b7e7a8137df9e5ae0f84a7ae1d4b71b", - "sha256": "9cde32308b4e822c9610a93cf19872419d0c832c16fdf0554accc9b3b52a92c4", - "size": 955, - "uuid": "d828fd3e-18c2-43f8-9fec-b6f2a038fc20", - "version": "2018-10-03T14:38:02.879737Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5bdc3571", - "indexed": true, - "name": "cell_suspension_205.json", - "s3_etag": "0743812491c50f80b645cd6ea5c1cf22", - "sha1": "b4d0d23b52e08f86ae9ae2d89e38f8cdfc0f9fb8", - "sha256": "482d435b9a4f3ba944422d2d17663355f09f365ec626c831fa7a6119474759f1", - "size": 955, - "uuid": "b118bd6f-e3c7-4e24-a86b-bf7eeb20304e", - "version": "2018-10-03T14:38:03.179844Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7584778f", - "indexed": true, - "name": "cell_suspension_206.json", - "s3_etag": "9b5db17b30b0db08288f0bcd768fa389", - "sha1": "ce69f1ea3a46daa239081a0af532efc127181698", - "sha256": "05fb36930cfbff506f045179e5bd84d9a8fb0ef9bee897d95807210842667393", - "size": 955, - "uuid": "96653737-43db-4320-bb50-2f9613d62051", - "version": "2018-10-03T14:38:03.410042Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eb13a8fa", - "indexed": true, - "name": "cell_suspension_207.json", - "s3_etag": "3a5d0c104d188609acf2d4ba1cb14293", - "sha1": "3083bc24de8e9ade5240ee7be521e61016acc47b", - "sha256": "327e2f4d750506efaa6cfaf7fa36ba35f1acaa66defaf09361db7e8b26f0231a", - "size": 955, - "uuid": "7e8f718c-5d14-417c-bc6e-8471413a198f", - "version": "2018-10-03T14:38:03.680656Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6d208cad", - "indexed": true, - "name": "cell_suspension_208.json", - "s3_etag": "b9a9ff483c21c55497bc982d7147cbae", - "sha1": "49b289f1a65cdc54e1924cb12ba63dd0a013547a", - "sha256": "7b08c5ab16638bb70aacef554424833319ac7a8639d32fbc640e9fb5742e089e", - "size": 955, - "uuid": "973529d6-eb7f-492e-af31-e3cc85a32663", - "version": "2018-10-03T14:38:04.008825Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6c2e8154", - "indexed": true, - "name": "cell_suspension_209.json", - "s3_etag": "61bb13c800324313f0c87394306061df", - "sha1": "4e6b2d86e8465fbc4cc958236dae3a09dde3a0c1", - "sha256": "5b455bc9ec367fa0acba4bb481c281ffaa077e036e7ee4847fdbabdb63dc66b6", - "size": 955, - "uuid": "69bbeb43-a654-4a63-9744-5ff4fe1159ae", - "version": "2018-10-03T14:38:04.355004Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5ae56f1b", - "indexed": true, - "name": "cell_suspension_210.json", - "s3_etag": "80dd297d05983e74b529009578c77b8b", - "sha1": "3eed80ac746f927d85f93ea8c5e813d076e67543", - "sha256": "09d3c3fef6db764be222b44054ed284985654acca9e224258b65bf794f888e30", - "size": 955, - "uuid": "00a7c1da-8a02-430e-bb98-e97ffcde034b", - "version": "2018-10-03T14:38:04.773419Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2d8bb14d", - "indexed": true, - "name": "cell_suspension_211.json", - "s3_etag": "cd69381518c366493238ef6b9addd63a", - "sha1": "3e148d359ef38add5c0cb980f7b4d8bde2b4b8c9", - "sha256": "d9a02a5f6d2d77179f11b56310d92111f2ecddb35151ccc832536cc2875a88bf", - "size": 955, - "uuid": "766f48ea-10ee-488d-bb12-511ae63e8c8b", - "version": "2018-10-03T14:38:05.036267Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ed31b077", - "indexed": true, - "name": "cell_suspension_212.json", - "s3_etag": "804371c71f46c27efd163db5399727e6", - "sha1": "b208bdea9e07312542b7c3b62ffa7eb2b53335ec", - "sha256": "54f49e7c99fab239fb1b5ed1665e3af45543bb733b9a10ad4ff568129c6168fe", - "size": 955, - "uuid": "2fc1d678-e328-43bf-8141-237e34348dc0", - "version": "2018-10-03T14:38:05.374786Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4a7fdb26", - "indexed": true, - "name": "cell_suspension_213.json", - "s3_etag": "728947cc88c14300dda5d40eb77a4b11", - "sha1": "1a71ee71d763f5d83b45f3d8885e12f729f83981", - "sha256": "2ba6ad2178264827e941b7bccdf0b3c523ff5a24d34060ab124e8528a90a2d59", - "size": 955, - "uuid": "82a2385e-4796-455e-a37f-9ccdf64edc60", - "version": "2018-10-03T14:38:05.762906Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b75c4edc", - "indexed": true, - "name": "cell_suspension_214.json", - "s3_etag": "9ba998b1d78fd0d7a81348a7a7a70a10", - "sha1": "4a80e344ab7e2fd301a8ff45c0c5da1b2dccb954", - "sha256": "89f3f071b223d500754f818a4785adc7ac58b22c12c09a18fd0178bd0c69fc5a", - "size": 955, - "uuid": "897bcdee-8298-413c-90aa-30a8bd7257dd", - "version": "2018-10-03T14:38:06.121047Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3bf39402", - "indexed": true, - "name": "cell_suspension_215.json", - "s3_etag": "102f9a5a591e0371d6fd41868f24818d", - "sha1": "5fa607c9c380fda9b6d6fd73efe17a9a23855e77", - "sha256": "dfd794cede752a8be190fb23dd37d2eb8c030bbdecd28b13960b11fabbccdd44", - "size": 955, - "uuid": "ddb07363-366a-4bcf-ad11-f84bfe22dc49", - "version": "2018-10-03T14:38:06.447018Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ea14b0c8", - "indexed": true, - "name": "cell_suspension_216.json", - "s3_etag": "6cc21152403d14c653a27cf2281302d4", - "sha1": "5a40c8aa878c1e6c3f8e4c87f0097cfb47e5269f", - "sha256": "a2a63f159e97da1e57b31722e25f9c6a06d01ae573991c03de67739ce53283b6", - "size": 955, - "uuid": "0e1f39d3-c9a0-42b2-9d79-343e1c4d65fa", - "version": "2018-10-03T14:38:06.741062Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bd1fb9c2", - "indexed": true, - "name": "cell_suspension_217.json", - "s3_etag": "925fc030a5c7cdb53be03cba3d224ceb", - "sha1": "fc1fdfe7260fbc15df036c116480ce4ac4c1d3a9", - "sha256": "46ba9aaad812ab35db8ad808b51e8f07b490070a1a510e71ca179e917a8cfddd", - "size": 955, - "uuid": "dc4d9d54-fa0b-48ca-8bd1-c073f2707901", - "version": "2018-10-03T14:38:07.076788Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bd3fa45e", - "indexed": true, - "name": "cell_suspension_218.json", - "s3_etag": "343a68c4ec56c772fb31603b6c8a2b46", - "sha1": "bcc71bf66541593deff66516e783038b9923c70f", - "sha256": "e63830a15c4a4e086fdfd3c964383d9e6848f54f878697410b5441f15c10943c", - "size": 955, - "uuid": "864b9bf6-abae-4f33-a132-cbd0531953de", - "version": "2018-10-03T14:38:07.312811Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8033ede2", - "indexed": true, - "name": "cell_suspension_219.json", - "s3_etag": "72a902d6efbd9fe2fbc017824824f443", - "sha1": "4247f3bbdfdf1d7042b8bb66bcde9864081fd44d", - "sha256": "bb4624803eb40313ded342775a0b4ed9fe394062332f8f7bf2868aca1bd9c6b9", - "size": 955, - "uuid": "3ccb5f99-c5ea-4c46-8c73-ee682fbd9e7e", - "version": "2018-10-03T14:38:07.631501Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f5a90004", - "indexed": true, - "name": "cell_suspension_220.json", - "s3_etag": "6a1abc8aa5ebbd89753d4de96b3e21a5", - "sha1": "302340a195dcdeed6b60385a55f4bb03a9765762", - "sha256": "13d68fd3cc648b5579ab4e134e1b8e060a7b2ae77d5ad13e27469c5953fb9c14", - "size": 955, - "uuid": "ca007aea-f452-4925-aba6-3fc250cfc5ab", - "version": "2018-10-03T14:38:08.071718Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a6b1b2be", - "indexed": true, - "name": "cell_suspension_221.json", - "s3_etag": "aa634f89a2b19910f7801dfe95f0bc3c", - "sha1": "e3a0f51fa441616f5af513d2c4b9b7bd5d603d4c", - "sha256": "36dd687be7e45731ef339ce40626aaae3395af4c1d8b660b8ce5a65adf2c7ea5", - "size": 955, - "uuid": "ed2f6d88-de43-4199-9b1b-5dd4a51ca8b6", - "version": "2018-10-03T14:38:08.415119Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "41a748d6", - "indexed": true, - "name": "cell_suspension_222.json", - "s3_etag": "ea96485ef9a1925cc4d65e13d743ee09", - "sha1": "89d86c5f1cf2a18e412b2b84fd2702f225f63778", - "sha256": "02912c337fac8365800612d3acd5be3d2c810dfee3bfa973f1fbbfa5cc578afa", - "size": 955, - "uuid": "33de2519-03b7-4556-abf0-3e87df485928", - "version": "2018-10-03T14:38:08.745626Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a5fd1415", - "indexed": true, - "name": "cell_suspension_223.json", - "s3_etag": "ef426c0a98932c193205b72d2ba14177", - "sha1": "cb1690340f46c631b5c592e31f2a2dd1cd776dfd", - "sha256": "48e14f8aa042da5224083f320e5c60dc5540878d6cb30126bc68cae3d8cd28e0", - "size": 955, - "uuid": "c3b3d34b-2c45-48fb-9f7b-af3c700a9470", - "version": "2018-10-03T14:38:09.008529Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1d9dc16a", - "indexed": true, - "name": "cell_suspension_224.json", - "s3_etag": "0941fa05fb3d1fccd4df48ba6e28a54d", - "sha1": "67224bde368ec25c0d0c83cc341a7872b0ac2e8b", - "sha256": "ccdd7855457e972a8911f43aea32b729245e4c70f258dc379c2d530d4bf519e7", - "size": 956, - "uuid": "8bd1a6ca-79d1-4af8-98c5-a87cc00bdd93", - "version": "2018-10-03T14:38:09.428948Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5f1dc825", - "indexed": true, - "name": "cell_suspension_225.json", - "s3_etag": "b433f3c4928329461e605c2fc4077321", - "sha1": "99bbd366a2f49b42272ad233584a070084180a03", - "sha256": "20ceef1dbfe20d0be63a47676bce83f2d9c8fd1aa515a9c8b0b1b210d205a236", - "size": 956, - "uuid": "19f0efe4-effb-4110-9dae-5c69326fde4a", - "version": "2018-10-03T14:38:10.303070Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "18e78037", - "indexed": true, - "name": "cell_suspension_226.json", - "s3_etag": "95580861cf6e73dde8bfccdac9edf240", - "sha1": "2a5d287fbabefaa1827360e62f15e6f8f7922a70", - "sha256": "881c2026053dbb016644ac674f3eddcb2c39876b5a4dd3309ee9840ce5a7961b", - "size": 956, - "uuid": "67575d18-ec23-4c84-adb7-21c72a9fb8da", - "version": "2018-10-03T14:38:10.862991Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ff76dd5a", - "indexed": true, - "name": "cell_suspension_227.json", - "s3_etag": "c0e0b6dfc832aae753e583a1af4085eb", - "sha1": "3c773889fcb27a68f3ebf042b5d0afb193496945", - "sha256": "20d57b14d970ed8c15ed89b35bbbfee6358857813f0e5ddc0a4353b1262f5d6a", - "size": 956, - "uuid": "043813e3-e773-4237-819c-dc3517014aa9", - "version": "2018-10-03T14:38:11.347717Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "46f24327", - "indexed": true, - "name": "cell_suspension_228.json", - "s3_etag": "b3e5ee6f912093eb1ad3a39da59f8dea", - "sha1": "8f6e40e79a8e4954794949aa25d3bd9d185af299", - "sha256": "8295745946ab7e45f73665fda86f0341d20570db04ce206416b54cdd03ee49ff", - "size": 956, - "uuid": "63df2596-d6e0-4021-abee-c112d79654d3", - "version": "2018-10-03T14:38:11.621129Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "263f185e", - "indexed": true, - "name": "cell_suspension_229.json", - "s3_etag": "c974f799b168ebce6ab5aacecd73508d", - "sha1": "739fe38b229410dab5f3e4d18f847b123c3015a5", - "sha256": "3a3698f08467073f4e592962ef90cbfd95142b1cb8d620dc96df8babbc958de8", - "size": 956, - "uuid": "0c840278-1998-4d08-a5c8-76b8708130a8", - "version": "2018-10-03T14:38:11.930006Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ff3782a2", - "indexed": true, - "name": "cell_suspension_230.json", - "s3_etag": "8de1ee3c7693464e20d1fcf92cfa780a", - "sha1": "f3381f9e8afd584eec8765f8e591840aa0b72262", - "sha256": "2f893956108aff78e7441c7933fd0e9bf89b2b1d1a1755f320634253b6ef73fe", - "size": 956, - "uuid": "4940131a-be8e-4ba5-9c91-ef9dbdc81763", - "version": "2018-10-03T14:38:14.226417Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fc72f147", - "indexed": true, - "name": "cell_suspension_231.json", - "s3_etag": "6433b24a80f322b6efdbe47f3b6ac06d", - "sha1": "3068a1ce1ff8b55516fac7db003b0eebf94cb6dd", - "sha256": "46709b2c565f5bdf3bae2c14baa37bba6c7c89d042f5b19f7c3af3fbc9df1c1e", - "size": 956, - "uuid": "bad4f40f-8023-4c53-9b98-e9833e5dab9c", - "version": "2018-10-03T14:38:14.494512Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ed49a856", - "indexed": true, - "name": "cell_suspension_232.json", - "s3_etag": "c92c0666ac6141649626df7092a02aea", - "sha1": "a6b320b8bad5dd7dd7d9b3e813125064fa62e460", - "sha256": "0699a337e594f307a9081dae36c12122468840a10216501449901210daf70978", - "size": 956, - "uuid": "052161ca-c389-4b9e-a6ae-6f2e37739988", - "version": "2018-10-03T14:38:14.821909Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9beefb93", - "indexed": true, - "name": "cell_suspension_233.json", - "s3_etag": "7314fb53b57617c848a61904029f1d77", - "sha1": "1fc9e2bcc36cc97ab824b655951a095ddb169ad0", - "sha256": "5ce8f4a7035373b8e336aff7f924244ed8371f852ed763edfc822966340bbb42", - "size": 956, - "uuid": "450be104-d782-4f9a-a438-578c951c2686", - "version": "2018-10-03T14:38:15.163143Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a30a1bba", - "indexed": true, - "name": "cell_suspension_234.json", - "s3_etag": "448b44e8baec0f8b693b3cacd2a75676", - "sha1": "910a3dddcf0180e1c63da0042c49d76c405cc4c6", - "sha256": "bd280e818b280f529f5231b02e71ad2881836959be16e15bb2fa6b4ed4fc55bf", - "size": 956, - "uuid": "755fca8f-3c4a-4b9f-9ae5-1a8aef3bd27e", - "version": "2018-10-03T14:38:15.372883Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "994f9855", - "indexed": true, - "name": "cell_suspension_235.json", - "s3_etag": "9a0190640a82ecd5aee1b7c907f35c4f", - "sha1": "94998c069542a80344aed31088dbda64a6bb1d04", - "sha256": "1a7a67ca0dd0842c6dac61ea12434dfd03bd50d0dda10fde32c87b4e48310707", - "size": 956, - "uuid": "614cb73f-7ed9-4ded-93a8-d7979f124550", - "version": "2018-10-03T14:38:15.684534Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f7801995", - "indexed": true, - "name": "cell_suspension_236.json", - "s3_etag": "ac45657669d4a514c79761d6e9668691", - "sha1": "5d4972603b524c012c1e9e0056936705fc4b083c", - "sha256": "ea13bb415e24743dbcac5974a513ebd9d3f33a3d71c8c26a935f507fcba35310", - "size": 956, - "uuid": "20ad6581-b62c-4d01-8db9-48c0d09fa674", - "version": "2018-10-03T14:38:16.025613Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "10379f00", - "indexed": true, - "name": "cell_suspension_237.json", - "s3_etag": "7d9056cccb95801f4a60a27fbeec7a3a", - "sha1": "3988bf8d8d80645aec7228f2e7cd461f613186ad", - "sha256": "d3fcc3b76bae5850913b40b6b3deaf9e4bc3069f822ac4c4b9621e7efd1363ed", - "size": 956, - "uuid": "84a7252c-70ad-4620-96ce-13086c5edc72", - "version": "2018-10-03T14:38:16.299055Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "35efa3b6", - "indexed": true, - "name": "cell_suspension_238.json", - "s3_etag": "731702bf1389d188bfe5cd37d1878a3a", - "sha1": "22804be0dc3db9003518ca56717305ce540b282a", - "sha256": "ab92c7510081c4a5f67c67caddaa8f5b3ee982360f017636cd3bea393550330b", - "size": 956, - "uuid": "2546ba98-ebc5-4bc5-87c9-f63e74e736dd", - "version": "2018-10-03T14:38:16.543501Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a32424f9", - "indexed": true, - "name": "cell_suspension_239.json", - "s3_etag": "b94bab361b2b6f5c50b84eb836ba2fc4", - "sha1": "a9181f52ea0b21865ebd10dcd11bcd86f2b5cc66", - "sha256": "d84f56ee6c0daac54968b7197f522d801f682fc7665c8b8739f08f5645a21698", - "size": 956, - "uuid": "deaec450-2035-4bf3-8ead-7e43ef73d6b9", - "version": "2018-10-03T14:38:16.774220Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eb5b8d36", - "indexed": true, - "name": "cell_suspension_240.json", - "s3_etag": "929bf164e88aedb756b287727bd2d269", - "sha1": "f64c66766d5c2b8f96f9178cf88234f53fccb98c", - "sha256": "9519f3b4eb2a9c71cf79fcb8ddb42516146299807e7c4fb6e1291d6da075e1cc", - "size": 956, - "uuid": "c3e4dff7-fcba-439c-bfcf-cfb28c16cc6b", - "version": "2018-10-03T14:38:16.996015Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "dfb79e4f", - "indexed": true, - "name": "cell_suspension_241.json", - "s3_etag": "1115adbb7e87750e91b1891a40dcf724", - "sha1": "460fa4ca3075e18760c2e3eef07392b51da86851", - "sha256": "b6e69442364f52854626687bce48f7f262b8411de70a21dcff9b3220b4f701ce", - "size": 956, - "uuid": "11ef6598-47b0-47b3-ab82-6522e920be48", - "version": "2018-10-03T14:38:17.308956Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "292ae030", - "indexed": true, - "name": "cell_suspension_242.json", - "s3_etag": "2e379e038eb6e4b218de4c0d3e5343b8", - "sha1": "7b7a9096ce8f1b54658beb76f695130db06c0e33", - "sha256": "58769236f80d4a99bf34092a02d57e1e1fbf2e68dad128d9d3efb08675898194", - "size": 956, - "uuid": "7dd4926c-61cf-4641-948b-447167f4bb49", - "version": "2018-10-03T14:38:17.672330Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "32d31f4a", - "indexed": true, - "name": "cell_suspension_243.json", - "s3_etag": "f5251626b44a4ec48aa386239153e085", - "sha1": "d768e0f2af7f34f1037c3e07fbc98ff0824825f1", - "sha256": "e83d0094de04dcf2118cc2830c380c81d6c0e2289db9a5f40cd1b7185c71ac53", - "size": 956, - "uuid": "b1b36ac8-45ee-4ab1-ae44-4a3f227502c6", - "version": "2018-10-03T14:38:17.935901Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "73ecf1c6", - "indexed": true, - "name": "cell_suspension_244.json", - "s3_etag": "6e6f8801521408be93fabff80065e109", - "sha1": "22328a39a5af915332ae8415506f3cc188fc5cc2", - "sha256": "33aad70f04d5839e5b8bb18a8094feecd35d936c24b2a629e1d1388791f1d5d7", - "size": 956, - "uuid": "7b25976d-4b25-4632-84f0-46a492d7a2f8", - "version": "2018-10-03T14:38:18.243961Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "cccd9e1a", - "indexed": true, - "name": "cell_suspension_245.json", - "s3_etag": "cf1027f2159e1f0776dcaa5ce342379a", - "sha1": "44af504f42785190fadb72729426817e2dcc2c6b", - "sha256": "dc2c401946a46613ca5fdc4c5eb4433e7d94738d0bba5ac2c3282682e7dab723", - "size": 956, - "uuid": "070419ba-e292-4212-985e-59e6ca23c14a", - "version": "2018-10-03T14:38:18.655291Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "12125795", - "indexed": true, - "name": "cell_suspension_246.json", - "s3_etag": "973fdbcf35ca9081382e31e2541e339b", - "sha1": "d8553cba7b37920efcbbf3ab0b552e658385b994", - "sha256": "15a38479072cb3205b39eb3a7f31dfbc255cb50f61631ac5bcd8296aaed040e2", - "size": 956, - "uuid": "2d490b08-225c-47cc-aaa9-c8eaba61352f", - "version": "2018-10-03T14:38:19.034271Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e31f4561", - "indexed": true, - "name": "cell_suspension_247.json", - "s3_etag": "fe3c50378f4bf990786b9318f1687204", - "sha1": "4244c8f4caeadb9ca86d4e33a33ce75c3cbf9ad3", - "sha256": "d1904dd8bca4b63a1951d600b8ecf0ff82592d580ad4012e24a61d8f072f868e", - "size": 956, - "uuid": "4f42bb6d-1210-4b9a-834b-28aa78324651", - "version": "2018-10-03T14:38:19.295648Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e1410e43", - "indexed": true, - "name": "cell_suspension_248.json", - "s3_etag": "43de79b5128cb440721d0ae4ca022a6d", - "sha1": "c247d297310bf40fd0c7a6b8d8a2ac9afbd08335", - "sha256": "0b6449869421933c021d3bf19cdc9c559e0deb2395816a58504d7de11b68fcc9", - "size": 956, - "uuid": "d42a3030-e44c-47c1-8f15-a4987f2c7452", - "version": "2018-10-03T14:38:19.524697Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "51c9c50a", - "indexed": true, - "name": "cell_suspension_249.json", - "s3_etag": "1831115d0cfc22b869af3d6904be41b6", - "sha1": "1a0cfdf94807144151c330ba2cce3d55d8546a32", - "sha256": "0b6f75d89ff55dde1214ac52372dbced8eab40ae80fc38c2ec120b651c1ba03f", - "size": 956, - "uuid": "b711a580-97d6-4a6b-b28c-c956d163fda4", - "version": "2018-10-03T14:38:19.764001Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "158f33b0", - "indexed": true, - "name": "cell_suspension_250.json", - "s3_etag": "0131f63177fcb268df5399f00c8f9ac5", - "sha1": "27832f03b06d016f09aa34331293eb98986544bc", - "sha256": "1b3925b156c97e228d184d1120c15a57ed90fe82b698c8d8ff41ce889c121c06", - "size": 956, - "uuid": "e3b6af9e-1081-4b0d-aab2-6f2d73dac468", - "version": "2018-10-03T14:38:20.070407Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4f21a39e", - "indexed": true, - "name": "cell_suspension_251.json", - "s3_etag": "c9e4b3b97c15b0c4bdb39300ffd5e1a2", - "sha1": "1695cedda505b6ab03e393880182775d29afbc69", - "sha256": "055bbf8055a95e7009cbf388bf70125519ee125117c4309eaf1cabf63c6d739e", - "size": 956, - "uuid": "47fdca59-b1e6-4d0d-8a1a-fc8f16993684", - "version": "2018-10-03T14:38:20.275631Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "27d22803", - "indexed": true, - "name": "cell_suspension_252.json", - "s3_etag": "cabd13d8a65a43b2cab0b42f038ce23f", - "sha1": "00da6de0bbc991df8a495a1c4d290fcb186f49ae", - "sha256": "4480de17af952e20889b3f3e55b589f82765c010fe67d35cf521747d32c0634f", - "size": 956, - "uuid": "51c8e3c8-042f-4253-aa48-3452ceaa9b90", - "version": "2018-10-03T14:38:20.524933Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0e4d8c93", - "indexed": true, - "name": "cell_suspension_253.json", - "s3_etag": "797acb4c4dde655003e5152ad35a7869", - "sha1": "8a3233defc7cae20dc05cb4689fb547c0eb6d05e", - "sha256": "8ac7361fa8202f923154fc95ad5501300b2ef308a215689d5b36c70ff346e5ed", - "size": 956, - "uuid": "b62dfb1c-5aeb-4ad0-b350-efd09cf85dfd", - "version": "2018-10-03T14:38:20.815409Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c36bd64d", - "indexed": true, - "name": "cell_suspension_254.json", - "s3_etag": "857a5e6a82938fabbf5f5f6eca1b5016", - "sha1": "9093af5661cda76d7748831091370210db9e4ecd", - "sha256": "79e2dfe971c4d67a11da664cd52c087921a19e99e3dd18796d606729e578293c", - "size": 956, - "uuid": "1b96601e-0cf5-4c57-9c51-aa2f0a86d916", - "version": "2018-10-03T14:38:21.145127Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1d0512e3", - "indexed": true, - "name": "cell_suspension_255.json", - "s3_etag": "5d2f7620598fbcc201028ef87192f2dd", - "sha1": "c56abd451d42a221b8199334bb7af63f97734d53", - "sha256": "841b8b356d97b9606c462334007b5c6f05915c5da38f55504b7786d5b8401da9", - "size": 956, - "uuid": "06744801-ce2b-4a8e-81ec-1ff4526d91df", - "version": "2018-10-03T14:38:21.574414Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3819cb0c", - "indexed": true, - "name": "cell_suspension_256.json", - "s3_etag": "72c759c486b591af12ff326590da3009", - "sha1": "ae1580981bfe669f6294eee3412c126dfeee7d2a", - "sha256": "9f86af28b6b4e46abde23ed2b5f8c5454a25664fb0453bba970706bec81251ae", - "size": 956, - "uuid": "8e082241-69be-449c-b561-cd2b8f268723", - "version": "2018-10-03T14:38:21.855587Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "cde56cca", - "indexed": true, - "name": "cell_suspension_257.json", - "s3_etag": "cd253e7310cef6dd18dbdc2f08a8fc72", - "sha1": "a41c7daff939932e17d8639c7cf662c3332da8af", - "sha256": "acd5dea61e5355636351183064f09578e7cb7a38cb223f243428b7822d575a8d", - "size": 956, - "uuid": "b4e76029-f708-48f4-b9e7-d6d4591476f5", - "version": "2018-10-03T14:38:22.091682Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3cf8f99b", - "indexed": true, - "name": "cell_suspension_258.json", - "s3_etag": "e59dde1fe779a3f4286502491e8e1c1e", - "sha1": "29002907cacd36c01758dcd88bfcf962621b8545", - "sha256": "4954cf017684488082c6734eba3b636ffabe10e1c9ac902a93e35c5c0415c927", - "size": 956, - "uuid": "bc1a872c-0e2b-4065-bf85-4edafe3158aa", - "version": "2018-10-03T14:38:22.659220Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0b67156e", - "indexed": true, - "name": "cell_suspension_259.json", - "s3_etag": "b415d3b39731df3f40ab7e16294c7dca", - "sha1": "9a9a6503e5e61123ab34b5583a36940a13c4ecf2", - "sha256": "a5cd472d01ab03b61abb4c3439c61b276c146a81520e504df95a2bef46b5b1b0", - "size": 956, - "uuid": "a17ec89f-ee4e-4f2e-a8bc-e6939b780268", - "version": "2018-10-03T14:38:23.041504Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e41fa22b", - "indexed": true, - "name": "cell_suspension_260.json", - "s3_etag": "b03c10ce526774f0cd35d40b24f07516", - "sha1": "23b458cd00708f78d982ce56b17b5d0776f24848", - "sha256": "5a91c57db94e664de271e03b384092b86bbe991fe211157404b3424d3270af3a", - "size": 956, - "uuid": "a1bc22a0-e024-4ef4-900b-51e032291a39", - "version": "2018-10-03T14:38:23.240702Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bb09cd31", - "indexed": true, - "name": "cell_suspension_261.json", - "s3_etag": "352de1d59f9b28b86ed65c419c327fed", - "sha1": "4be458cca00ee162021321687cde51f36110e31f", - "sha256": "b187bdfed926aa037368fa85308bcdd85fa058c89be80f02369da1aea34d7754", - "size": 956, - "uuid": "45cbcff3-db91-4c4d-b233-ff480cbaa95e", - "version": "2018-10-03T14:38:23.498545Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c63be41c", - "indexed": true, - "name": "cell_suspension_262.json", - "s3_etag": "20b348bc83d22711472085faaa84117e", - "sha1": "2c0554f3ab224c79268c2debb18c954b8f69a054", - "sha256": "6d2f5e4ff7b6c0e4afbc87bb198316737e36e87e3c63358e9146c417dbdd269f", - "size": 956, - "uuid": "0eedc57e-b68b-46ca-8d54-0303f36b588c", - "version": "2018-10-03T14:38:23.772976Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "872f9633", - "indexed": true, - "name": "cell_suspension_263.json", - "s3_etag": "0de8203660cf0727e2ff5bbbf7ac577b", - "sha1": "c327c7cc8921a309b548a4b8c5814b7ec6fa7b9f", - "sha256": "6448e172fe39c610b1bc8e9326dd8bc5ad20d6aaec9aa1f593cfa5c74c909032", - "size": 956, - "uuid": "8e85f524-7e64-4c60-900c-4267f2a3201e", - "version": "2018-10-03T14:38:24.073585Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7b61d3c1", - "indexed": true, - "name": "cell_suspension_264.json", - "s3_etag": "0ee2b315ca1bc768688dbbe7280e5a46", - "sha1": "41fbc2942113a705bac1da56d4f9913d08a39d91", - "sha256": "39a8ed7a86b014e014845df47850574357428c7c3e8ec6751ba8185097da53ab", - "size": 956, - "uuid": "b618dd5d-90a7-47b1-87a2-0a8fff0a5d05", - "version": "2018-10-03T14:38:24.333241Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "35fccf0d", - "indexed": true, - "name": "cell_suspension_265.json", - "s3_etag": "25a27908641138b3d3bc2bae653b2305", - "sha1": "e5c5ed89c2b1449b70f1a9ed2e48a14d542aa5bc", - "sha256": "dadc6a4e245472e00dd3fa6b3cfb8d6a317b5338bb67da7e3b98887a71cd5255", - "size": 956, - "uuid": "8e83c52a-52a6-46b7-8cdb-b249d8a134a2", - "version": "2018-10-03T14:38:24.866856Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d2d4fb31", - "indexed": true, - "name": "cell_suspension_266.json", - "s3_etag": "38e4f13b14722c9a96ab263aeb3aca94", - "sha1": "f08d6c5e2b2ec36e3152057090d9b16587ac8922", - "sha256": "42a26f60683ab395636922cd1d1536aa3c731476ca344accd3f835a5d33e97ff", - "size": 956, - "uuid": "be726db6-7ac6-4114-a172-42b29c83644a", - "version": "2018-10-03T14:38:25.135241Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "56d4cea0", - "indexed": true, - "name": "cell_suspension_267.json", - "s3_etag": "09884e3f4a0a3bade23d199ad9c97719", - "sha1": "b994391efe56ef73e9e5006fbf1d8e82dbcbea6c", - "sha256": "544b92f9de778b3b722d231ea0a3104276560fd8413cfe26917c5544fb4506b9", - "size": 956, - "uuid": "03cf98ed-4baf-4f5d-976f-cd11a8dfefbe", - "version": "2018-10-03T14:38:25.545791Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "97114938", - "indexed": true, - "name": "cell_suspension_268.json", - "s3_etag": "cef01141bd62aa567b45ec79aa15b9e4", - "sha1": "68d40cb76dcaff20568a7fabb6cf41fa49f6dd3b", - "sha256": "e61be1de8189319891bcdb9586485caebce512c12430dd44337cad574386ebc6", - "size": 956, - "uuid": "51d68613-d693-4005-abfc-2c7eee72c34b", - "version": "2018-10-03T14:38:26.100349Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b2da7fc6", - "indexed": true, - "name": "cell_suspension_269.json", - "s3_etag": "d83c80b1216cbc48804d933fda737915", - "sha1": "0abe182127439ffe0a2370404cef8567284a550a", - "sha256": "f3c7366dcc48eceacd8f8816feec087e84a7b301d02fdb60c486e9298d347ff4", - "size": 956, - "uuid": "68fdb7c9-958e-4225-ade0-dc288ae397b1", - "version": "2018-10-03T14:38:26.434875Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fa70e7e4", - "indexed": true, - "name": "cell_suspension_270.json", - "s3_etag": "70478201e35a4310b12ebb5ce3f3dff9", - "sha1": "42657eced01a0b02affbda7f376d139604b4fe5e", - "sha256": "84be0d4a950b893973754ccf6f952755a797c9d9719cedde7c62896324eab1c9", - "size": 956, - "uuid": "c2c42288-737d-4a94-a4d5-f4ac232a87c7", - "version": "2018-10-03T14:38:26.717265Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "064f6a6a", - "indexed": true, - "name": "cell_suspension_271.json", - "s3_etag": "5b3c3fa61e4c482a3bc26e0bcc0e67da", - "sha1": "70bf9bb075fd5fc71a8e50656bf5d781e2548aca", - "sha256": "04a0338384ffcf8cb7606dfb53ed43d95dd649c9a5890d8602b96c1259c083ea", - "size": 956, - "uuid": "408e204d-aaa7-4b57-b2a9-5aa94a202b37", - "version": "2018-10-03T14:38:26.948728Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0e2e052b", - "indexed": true, - "name": "cell_suspension_272.json", - "s3_etag": "76ef703eac83978559eb1495d3927213", - "sha1": "a7761faa1799f485472df2bca5f098b0c441ca8f", - "sha256": "18744214562b34d2c9a73b1b50a9cfe60a8e7fe9f58ec6ff650d3e1b64a8b93a", - "size": 956, - "uuid": "daaeb295-c869-4ce2-86d7-2b93a4caa3b6", - "version": "2018-10-03T14:38:27.272379Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0a415d99", - "indexed": true, - "name": "cell_suspension_273.json", - "s3_etag": "ef7e5e839c243e68d3ff459b71f76375", - "sha1": "12c5b0315c4f729f83c2981ede2313c805790ca4", - "sha256": "0653c9aca9ceff32cb52ba069d90efec3a8b2087a40cc996f2fda48625cc1e72", - "size": 956, - "uuid": "4d9516b9-a40c-4556-aaf8-2fda570aca17", - "version": "2018-10-03T14:38:27.572560Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b290c27b", - "indexed": true, - "name": "cell_suspension_274.json", - "s3_etag": "c07d33d3586a98db0549faf21ead0987", - "sha1": "4d31a53897d41b15ef80de3c0edf870367e456c2", - "sha256": "9441a525e5d063fdbae2ec7696165017769ee04033d5e53f9e1cc065c5c72f1c", - "size": 956, - "uuid": "c8313483-c3cd-4c83-8b65-e7d517fcaca0", - "version": "2018-10-03T14:38:27.779751Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c935a480", - "indexed": true, - "name": "cell_suspension_275.json", - "s3_etag": "deeedb2394d247b52215d662446ddfec", - "sha1": "5032d26d9a8e2c6488a5c904f0bc158b0665b8a3", - "sha256": "694cef28111d16b4dec2bcc919c9d5005ebf288cc42f78dcbbd4b02b5cf3d4b8", - "size": 956, - "uuid": "c3604fd4-73f1-4dc3-b88c-ee4c7df94c08", - "version": "2018-10-03T14:38:28.007359Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "580903fb", - "indexed": true, - "name": "cell_suspension_276.json", - "s3_etag": "2232625ea6fa3d7ee7b5e47c6184264c", - "sha1": "54356dd95b49c0924904f361d4f510d5c4d9d163", - "sha256": "2b1777619d1fe49079347eacbf01a943a5df63bfdb4edd188596ce37938afca2", - "size": 956, - "uuid": "f5610c0a-0b93-4ea2-a098-37238f36cc03", - "version": "2018-10-03T14:38:28.263483Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "91e6346f", - "indexed": true, - "name": "cell_suspension_277.json", - "s3_etag": "eb44cf4c822ba7af464033fed00a274e", - "sha1": "43535ae0f1a04f485e98615545e90dac44e8d377", - "sha256": "5cbb42de38ae8eadd61e0872994921056ebfce9f08e4d2767e304681dceb9abe", - "size": 956, - "uuid": "42aabb76-48f8-4c72-b482-313ba07dc7a7", - "version": "2018-10-03T14:38:28.491558Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7aa38d88", - "indexed": true, - "name": "cell_suspension_278.json", - "s3_etag": "4667b735949428e5476dcc5c1c97cca5", - "sha1": "fad867b22e1ff5026a1b2687b15ba6256cc0674d", - "sha256": "20e73034c74ac2106e2747b9de07cd68cf9ca250083a7c69b9006e70b4ab9333", - "size": 956, - "uuid": "6a47520c-90ca-4cef-8535-e57cdea14d02", - "version": "2018-10-03T14:38:28.886243Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ede894d5", - "indexed": true, - "name": "cell_suspension_279.json", - "s3_etag": "a744925d7a0b8dc42c9b39035fddeed3", - "sha1": "b2d095f152f1f948d7cd1bba6f4d00b9621d25f7", - "sha256": "ac752fdc12aad0b3c45d081687dbbe4a00c692179ccc045b98a4cd18a81c373d", - "size": 956, - "uuid": "3b0424a9-c041-49e8-80a4-d7e4006b1ca0", - "version": "2018-10-03T14:38:29.155560Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b3de2f78", - "indexed": true, - "name": "cell_suspension_280.json", - "s3_etag": "dd10779def1580a4dcc65b3a5594ae34", - "sha1": "5b1bc691f701daa28879f3e378db6c1dd67916c1", - "sha256": "e9e52416b11ca9295ca17d92166adcfe330154ba338af27737bdd08c95181243", - "size": 956, - "uuid": "ebccdcd4-1f04-4365-92ac-bb82bdc961f6", - "version": "2018-10-03T14:38:29.485325Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "80161c4f", - "indexed": true, - "name": "cell_suspension_281.json", - "s3_etag": "321ec2061762e78ee6233281649c7058", - "sha1": "55ad7ef86f9cc5b5942cd9d27943a19f262e26a7", - "sha256": "208e99fa685c01bd335a0719faddcf5ac00fa7e89d58502238deb0b61b0ca4f0", - "size": 956, - "uuid": "94dde38b-f573-4443-a557-47bce9ce2dbd", - "version": "2018-10-03T14:38:29.885392Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bd7bfd3b", - "indexed": true, - "name": "cell_suspension_282.json", - "s3_etag": "fec6bc3ceb1656d40844fa92e6270c57", - "sha1": "beb130b77ada4bd00892296da3a9fb7b4c9e8949", - "sha256": "a89a7c6b68b27eb9c477a4ecd045591aefa77160f6639d65b3bc203bdc882fe3", - "size": 956, - "uuid": "b6249791-2be6-4668-9600-f225aaca39a0", - "version": "2018-10-03T14:38:30.504887Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1e50bcba", - "indexed": true, - "name": "cell_suspension_283.json", - "s3_etag": "3c20d316d2286589083d407155cb1396", - "sha1": "8ad8b8fcd57bc11964dce1c5450d7a9dcc8de112", - "sha256": "ba788950b909dedb443dcd94dbf88772910debd02f5939d8ec5f90c4f7dde4c9", - "size": 956, - "uuid": "d36c22b5-69f5-4605-b334-4e39c10bda43", - "version": "2018-10-03T14:38:30.788651Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8c5c3ef4", - "indexed": true, - "name": "cell_suspension_284.json", - "s3_etag": "78f5cdf14043baff812f0009b3cae1d0", - "sha1": "53b659d0ae9401943c8d6dffd48e5c0753fdfdd6", - "sha256": "a340c5cc37fb715ef2430adb312fd58a761f5e8a153f6c7181d66c3a9c308585", - "size": 956, - "uuid": "aa86bbac-dd6c-4743-856e-e7549b7d7f07", - "version": "2018-10-03T14:38:31.405010Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "becb62a0", - "indexed": true, - "name": "cell_suspension_285.json", - "s3_etag": "b2f88a897afb0b4b06322929596c65f0", - "sha1": "9890864d9bf8108a49bc9adb9dc6f93a9d20ecaf", - "sha256": "84e8425d06f684f3506838c5dd6e9a5744ebe8c1b1c1fff9e4e695e282d8355a", - "size": 956, - "uuid": "c785817f-c9ef-46fb-84e8-0d08b77e2b03", - "version": "2018-10-03T14:38:31.738390Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8cf78d73", - "indexed": true, - "name": "cell_suspension_286.json", - "s3_etag": "7df0f957170e19be6a52f29d2dd9e1cd", - "sha1": "e135baf570a1f14b8ef40da75450d4fc492646a5", - "sha256": "265c6df08f42a4ac281a5dec11d650a1d81eefb68817a19a801db7c902aa3a00", - "size": 956, - "uuid": "b010a06d-3df1-4e6c-8d4d-70d1992022a7", - "version": "2018-10-03T14:38:32.035271Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ab24dc79", - "indexed": true, - "name": "cell_suspension_287.json", - "s3_etag": "00ef8c9991a6e084189012ee91d443d3", - "sha1": "6ec4775f092157bfeb6c98b2adfc80775938f992", - "sha256": "b5f123e0c7c3ee92a41293bf98b36146e3dda712ca19f1b12218a99e4c34b8a4", - "size": 956, - "uuid": "c3dfb298-082f-4c1d-97dc-84b7292c4c50", - "version": "2018-10-03T14:38:32.351267Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "70762fc6", - "indexed": true, - "name": "cell_suspension_288.json", - "s3_etag": "58f01d99342f5df8131b62f29abb55ad", - "sha1": "642d74db714ea589d7ef77ed4b84d96deb1fbcc9", - "sha256": "771e2717f277a38f1659481df41c40847932e25f0d62e6c5181e587a85f38eb9", - "size": 955, - "uuid": "c550b8f6-e3dc-427e-a999-666c7feefe92", - "version": "2018-10-03T14:38:32.583969Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b0592e1a", - "indexed": true, - "name": "cell_suspension_289.json", - "s3_etag": "28057b78e32842668b75237846cfa9ab", - "sha1": "7e649a2a62e09db976737622c074b997c80982cf", - "sha256": "81918d20d89e324265c0c8a5fbbc7ba624c894f50f3efd38eaf6ae15a2bd3630", - "size": 955, - "uuid": "e3506c54-90d3-4ab1-9209-41e0b46c0fa5", - "version": "2018-10-03T14:38:32.839424Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0d21de30", - "indexed": true, - "name": "cell_suspension_290.json", - "s3_etag": "bd38a0dae17aea2dab28b7c47941f631", - "sha1": "5f5f2457dadffb1a46d8ea33956a791e44f31154", - "sha256": "e61a5c8ae99f6cd33b7f5f955685ca537301d26acb09fa66b6db538c4609d4b6", - "size": 955, - "uuid": "45f8303c-27ff-443f-a78e-38a55b260fe2", - "version": "2018-10-03T14:38:33.094850Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3d45a93f", - "indexed": true, - "name": "cell_suspension_291.json", - "s3_etag": "e498979980964f9bcac5d34b13f9ae3b", - "sha1": "380786f1452f2b8d151349878054e684621379c1", - "sha256": "04f7c6335a3f02585f58c35d4f92bc1b884a4aa7c5234e50100039466fe6d603", - "size": 955, - "uuid": "134e54ca-cce6-434b-868b-ef0b0b07a558", - "version": "2018-10-03T14:38:33.411813Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2529aca0", - "indexed": true, - "name": "cell_suspension_292.json", - "s3_etag": "827fe939122610b826d06b89bb802095", - "sha1": "f706ca4302b786a5954b4e9d30980cf11f132fdb", - "sha256": "4512cc47c86d5b546024ae5a4f6b3a07911bec92dcaa61498db85f0f57b91685", - "size": 955, - "uuid": "1d36033f-e83b-48a4-a2ef-605d6be305f9", - "version": "2018-10-03T14:38:33.593937Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "45c705cb", - "indexed": true, - "name": "cell_suspension_293.json", - "s3_etag": "cf7b058dbd3a2d834a88ad53820c65c9", - "sha1": "3586bda7348f5807df128fbc6de06a56da7b4355", - "sha256": "cbc690170e9a96fcb6621e6595fb4e15acf206cfd10cb2ab409024993c61f251", - "size": 955, - "uuid": "ddd2ebac-c299-4d31-b133-852496bcc01a", - "version": "2018-10-03T14:38:33.858494Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c9a66951", - "indexed": true, - "name": "cell_suspension_294.json", - "s3_etag": "4d2b11e7b4d46694df80b5d20e7bc8ef", - "sha1": "b2ca64d6174a2fe16b14c928cc20278b9ed20fdd", - "sha256": "e6c119e0b9ae548608a2cce6374de2263c53f7e8c40c1511dfb9e129cfcb9675", - "size": 955, - "uuid": "4a6c2fc9-6ac6-49a1-abdc-746b43073d43", - "version": "2018-10-03T14:38:34.123892Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "871d0d6f", - "indexed": true, - "name": "cell_suspension_295.json", - "s3_etag": "fd22ef73179d30e0adbb48c6ed523631", - "sha1": "573090e9fdf5c43385d3263e2cd68d5dea668d81", - "sha256": "4e23384f7a48243126b1de3d5de7420522218d5ee1c088b7f74bb7d68b71750e", - "size": 955, - "uuid": "826c493b-e549-4951-b554-f407a1cbd114", - "version": "2018-10-03T14:38:34.358948Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "83c635f1", - "indexed": true, - "name": "cell_suspension_296.json", - "s3_etag": "78e263f889dd958cb68d44b4ba9f890f", - "sha1": "1e059fb8d7877575fa4a8a08bd81efb99d26e7c9", - "sha256": "9fecb7543e3eebc664f6ab42989fec6f88627045ef66a0e19e027ef654f33cdd", - "size": 955, - "uuid": "ac86c2c6-3dd3-401a-aae7-6dc5f732cbee", - "version": "2018-10-03T14:38:34.739228Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bf384133", - "indexed": true, - "name": "cell_suspension_297.json", - "s3_etag": "24e8eb38d205b1d793a19a25ab697215", - "sha1": "3dab8c7f7629a3a877f255b290656ad97fd3a4a3", - "sha256": "a50300d30fb7960358176f653a2365be265efcc07a6e018d327626bb1222a31a", - "size": 955, - "uuid": "323bc866-e47a-45f9-be83-4152f1850b67", - "version": "2018-10-03T14:38:35.000917Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6e702341", - "indexed": true, - "name": "cell_suspension_298.json", - "s3_etag": "cb11515fdb8bc8249630bce2171163f4", - "sha1": "4a4e33de4688ffa4f699d130154b61593c0419e5", - "sha256": "9fa03367607eda9f0e52a6686b14c72a75e40a81ad5b2445a5704588a843c1d5", - "size": 955, - "uuid": "e911a111-cad9-4cb1-b64b-639ea244fd19", - "version": "2018-10-03T14:38:35.322034Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9c478bc0", - "indexed": true, - "name": "cell_suspension_299.json", - "s3_etag": "4e64c81c6db01e425082d87d7bd4017d", - "sha1": "6945ccb658bd50f6288b477323cee23373aa42d9", - "sha256": "7fa69eb18a1f6a6b5e78e6a51702b752b963e1a13afa8bfb59bfd161bed7984b", - "size": 955, - "uuid": "7508c8ad-c6c0-4767-9ff0-2f705b1a6469", - "version": "2018-10-03T14:38:35.531303Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1754b88a", - "indexed": true, - "name": "cell_suspension_300.json", - "s3_etag": "15f7a531021b184596a1420d731792c4", - "sha1": "3ba895451f7bc7900ee1ed6552e4f43418e1f4a6", - "sha256": "cbe9268e578f76f10f5502747e6ccc2bcd3fa79dbf7a45eea9823dcea38f3dd0", - "size": 955, - "uuid": "68a1d68a-a4b2-4a02-b9b4-eaa845325af9", - "version": "2018-10-03T14:38:35.815347Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f5eeed9e", - "indexed": true, - "name": "cell_suspension_301.json", - "s3_etag": "ed0d78f64e8843d10621c3a3ba83ff9c", - "sha1": "5557435dbfad070621707a754f3425b14b358cbb", - "sha256": "c0fc1ef89c32a0f5b83d6827464e6688bda3a3a1d53fa58154093c9020e8b017", - "size": 955, - "uuid": "401ba2a2-d651-4d06-9ee9-1569a9253417", - "version": "2018-10-03T14:38:36.930064Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "23d99db0", - "indexed": true, - "name": "cell_suspension_302.json", - "s3_etag": "3344f9945ddd6e93b4538848dbcbb214", - "sha1": "4112895d0be6d8a1d62aeece657a5c647e398113", - "sha256": "f36348c815cdce43fd637931fcd8334148c9566f89fc3f353fb50f3da821e90f", - "size": 955, - "uuid": "5bc3b7fe-ce90-437a-9695-fed4883c874e", - "version": "2018-10-03T14:38:37.226484Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b5fac65c", - "indexed": true, - "name": "cell_suspension_303.json", - "s3_etag": "e2d414a938f0a5d7357946db40c4cd5d", - "sha1": "246465206c6128e78d1fc39e6e7295406dcb377a", - "sha256": "34cf8327bfed02b12518b89db37f7557c7e9d151dacdca4247a93e7a8fffcbc3", - "size": 955, - "uuid": "2219ba4f-a802-43d5-a5b1-f3516ec1e148", - "version": "2018-10-03T14:38:37.484109Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "773475aa", - "indexed": true, - "name": "cell_suspension_304.json", - "s3_etag": "fadce6c182c33ce5470cbd909dc177a9", - "sha1": "fae36ff8b19c88d5ee1088cfb950c5c002a331b5", - "sha256": "2710ddd4b89fd9cd0197b2bc08ba15ec1bf5e6f1ce5683f2ac214bf11c42e569", - "size": 955, - "uuid": "329e2de1-fff2-468e-bec3-7e180a61cff6", - "version": "2018-10-03T14:38:37.847444Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8570a152", - "indexed": true, - "name": "cell_suspension_305.json", - "s3_etag": "2a37980f6ed24bf8dba68b53f8371864", - "sha1": "00deeeddbc363800eaefcca8f20551d701cea1fa", - "sha256": "9cd6be6dfc7dc751f1615e555a1037ae3efce8ea09af51b7fa42b8e55f2e3fc5", - "size": 955, - "uuid": "b9f94889-f1d0-4771-8269-b85d2c5917f4", - "version": "2018-10-03T14:38:38.103517Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eb50d16f", - "indexed": true, - "name": "cell_suspension_306.json", - "s3_etag": "752a541acf66fe2a7c20f23375eca66d", - "sha1": "e4e4c8d931278ad100dc693075a6efad2efae4dd", - "sha256": "d92d01b36f0ea67f26d464c43afe910363376165d07367b60ab60b1878664c36", - "size": 955, - "uuid": "a5d7cba2-e659-45bd-a1ae-46085ec5c697", - "version": "2018-10-03T14:38:38.337115Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f3ead0fc", - "indexed": true, - "name": "cell_suspension_307.json", - "s3_etag": "b89cbcfff07944909bf545e4ae17f623", - "sha1": "1656decb2d89648854bbcf49fb9053da4f04fc68", - "sha256": "b89d387a929fd1c2229fec52d00e4af5b16c997226aa12f5ce4ae1c38e9f7210", - "size": 955, - "uuid": "04a0bd98-c6b8-46bf-bd5f-21d56d8e0456", - "version": "2018-10-03T14:38:38.571757Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a2572c3d", - "indexed": true, - "name": "cell_suspension_308.json", - "s3_etag": "a56f87155279af0324cf334f75a42dc8", - "sha1": "16c973fb8a1d2bfdad853d1b037c4601213df6dc", - "sha256": "3003de62ef5f7dd8a09a1cb6270c830802c68f71c3aeb69d227cf0552620cfe9", - "size": 955, - "uuid": "1fd40b0f-aca2-4455-b168-b15803319ab4", - "version": "2018-10-03T14:38:38.821061Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f9da6958", - "indexed": true, - "name": "cell_suspension_309.json", - "s3_etag": "9acae58979b93fb0d92d457c1379eb3a", - "sha1": "0eb69742ceb614e7ff118e6cbc54e141795c04ab", - "sha256": "867b002c513bc08ebb56324a757bcdca47ebbc6494c261ad22586456a01bf2dc", - "size": 955, - "uuid": "5f099f7f-8fc4-40b4-badd-49f2e726cdb6", - "version": "2018-10-03T14:38:39.111849Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "296ad9e1", - "indexed": true, - "name": "cell_suspension_310.json", - "s3_etag": "20b6c99098bbe2e1dccdbd0a5a490ed6", - "sha1": "071350af8d66c849068a66e0c39b98a7d60614e2", - "sha256": "120c542d0ff10b6493ea636d0b0f2364fd6c670b838cc2f232d8a09583e292cd", - "size": 955, - "uuid": "7efb3b8f-9479-4807-8466-ef6276b86f12", - "version": "2018-10-03T14:38:39.393391Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b10780e1", - "indexed": true, - "name": "cell_suspension_311.json", - "s3_etag": "ab221e06436556aaaf39379bd2cfe491", - "sha1": "af31fcff7d6d0b4508355d1b9cc0a79ed1a3f8fe", - "sha256": "ff7f63dadfb196bfee3c2f9995107f115ac4a1fbbad814a8a14d3423a650db59", - "size": 955, - "uuid": "ce935434-17b6-4b13-bb92-7b68e754351a", - "version": "2018-10-03T14:38:39.761501Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8d5ec20c", - "indexed": true, - "name": "cell_suspension_312.json", - "s3_etag": "f0f5628290f5cd586d8a0a4f82660e9f", - "sha1": "c4c60a0decc18f68685e022f36ae145ced8d1800", - "sha256": "616b4936def51806c3fee3c0d287700ee51ca71a364f74f2c9f2c7d0d610e104", - "size": 955, - "uuid": "3bc69d70-ef38-4b61-8741-3a188c18f702", - "version": "2018-10-03T14:38:40.013787Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "38a8cfeb", - "indexed": true, - "name": "cell_suspension_313.json", - "s3_etag": "ce8e147fd3719ae85736dfe43d8d4571", - "sha1": "c6c158bde0aa88c880d64cb88869d5237213d66c", - "sha256": "f8c6ba9efc67fc8b704bb74b4484f5ff1f3ebf0cb5eed1e8dbcc1e7a773e7bd1", - "size": 955, - "uuid": "808c6467-5d7b-4c6c-b83a-e47b0362dcdc", - "version": "2018-10-03T14:38:40.235938Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2e7083ed", - "indexed": true, - "name": "cell_suspension_314.json", - "s3_etag": "5d2abb0f6ac492a196309417a14569d6", - "sha1": "933f197c92709a86cd2143ce8153c3c0494c050e", - "sha256": "eb2c58d3ed60e8f3f2927529ed118b613074e602da0977cfd5bcddafd1253c5f", - "size": 955, - "uuid": "4fe13b1d-faf4-486e-983c-97b7d0470e9e", - "version": "2018-10-03T14:38:40.468580Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8bbb1d85", - "indexed": true, - "name": "cell_suspension_315.json", - "s3_etag": "695106311c9f6c0f98ae2131e9107853", - "sha1": "67bc6052ca95c390a1bcc56f261556c6d0cd06c1", - "sha256": "31b37cc54fdc162cd2e9773d790c00d95f7f262cd1741602c00e14df6294dbe4", - "size": 955, - "uuid": "c3522608-ddc7-4d0b-aa16-6fa291324d99", - "version": "2018-10-03T14:38:40.674768Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "80787073", - "indexed": true, - "name": "cell_suspension_316.json", - "s3_etag": "e43a0c42ce961a2c7f5d36a9488190c9", - "sha1": "599e1953b94ddca390f5e7d75f9c60c37db16296", - "sha256": "832e7ba0c5c243cb993f11af95d8026143751f3028771c680d1010373305c20b", - "size": 955, - "uuid": "516902a4-2792-497a-9fa9-9ff596ebcd0f", - "version": "2018-10-03T14:38:40.961311Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "270b31d9", - "indexed": true, - "name": "cell_suspension_317.json", - "s3_etag": "e04d4e571f25e676b38d0d9920cc03a0", - "sha1": "3748ab8984aa0510a1785f57ba0e20caf54acbeb", - "sha256": "848c44b68b51535013711c76548203859cd373b03b16d3019eef3ae290897090", - "size": 955, - "uuid": "180347ed-c17b-44be-af2d-567400400b0a", - "version": "2018-10-03T14:38:41.307456Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "18fdd32f", - "indexed": true, - "name": "cell_suspension_318.json", - "s3_etag": "1194b86e6663e471efb3918b395a5da9", - "sha1": "884f45f1eb32ef94091b5c6e7437bb186f697a6e", - "sha256": "bf956643160afb965e6ab3d564c47f78dc4f8d14e1f5571e8568658fd74f97f7", - "size": 955, - "uuid": "dc7e3296-ece0-40dc-a693-4c87c5ecec5d", - "version": "2018-10-03T14:38:42.221422Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6ee129f3", - "indexed": true, - "name": "cell_suspension_319.json", - "s3_etag": "923a6cf07ea44f2de6185078f91d6da9", - "sha1": "2cc34f087ea2d24e8d67b067618688b4944fce8e", - "sha256": "d2374bfdb8c74d8e8cf40c449c198cb69cff01c8e93aafa602c12ce6e810f57a", - "size": 955, - "uuid": "5bc13124-4b0e-4359-bd43-ec3d9cd53724", - "version": "2018-10-03T14:38:42.690346Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2bfb0ff1", - "indexed": true, - "name": "cell_suspension_320.json", - "s3_etag": "caef41b3248d203d410747f0db52e837", - "sha1": "ad073f9a3577ca7ed4a7dddb87c6d2c7edf71822", - "sha256": "a195f2c82ada142b922e650771c9421673845023476e5b5497a16a458d292657", - "size": 956, - "uuid": "855a9372-8649-436f-9e85-ceb090225d9e", - "version": "2018-10-03T14:38:43.144830Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "be36ac10", - "indexed": true, - "name": "cell_suspension_321.json", - "s3_etag": "0d42aad001ccd71421bd9727e3611fbf", - "sha1": "0cd2888ef16bb590694c5317ee0c418bf71cfc23", - "sha256": "4aca4997f0430fcc3ca10b5a8c1165b1081a478cbb8e0cecf31f94cba8ecc6d0", - "size": 956, - "uuid": "c85a1f15-0944-4e99-9175-aa2f2ad34c49", - "version": "2018-10-03T14:38:43.472148Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8509b660", - "indexed": true, - "name": "cell_suspension_322.json", - "s3_etag": "5a3bd9b24a531fee7b92f68c8b7f1006", - "sha1": "5a896f9eef24869b2395229a7a13988780157d5c", - "sha256": "43bf55775135a87fde710fd3de5a782d8445d1ee3c261c7c7902f5973d6c1473", - "size": 956, - "uuid": "ade7523d-cdff-4fd1-90e6-29c548ab345b", - "version": "2018-10-03T14:38:43.781317Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d8c9f1dd", - "indexed": true, - "name": "cell_suspension_323.json", - "s3_etag": "669c8b5502d038a4c3f5cc671d1fc42f", - "sha1": "1b24071136d340ab60b696318cb24639110643b2", - "sha256": "57f570b3a95e1051097ff4bc8f3a9eece845a1d76133ab2cdd061bdd6dc11854", - "size": 956, - "uuid": "50f3094c-d10c-4f78-98c8-0175bf1bc7cd", - "version": "2018-10-03T14:38:44.121736Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "dab91fea", - "indexed": true, - "name": "cell_suspension_324.json", - "s3_etag": "c04e0b2126deaba4c94d7defbb52f8dc", - "sha1": "9b279c53f954f2ef1b346b00afe8d18cecf706c9", - "sha256": "0700b494ae1e8c436284ed30bb2b2ec792faacf78eb67d82d42bf0d15d02b74b", - "size": 956, - "uuid": "91f6d93a-81ea-44e3-907e-8b0a5ed69ea6", - "version": "2018-10-03T14:38:44.369521Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7b6f6ed3", - "indexed": true, - "name": "cell_suspension_325.json", - "s3_etag": "09f47e13dcacb6cc82dd60b798a3ba70", - "sha1": "a2cf12456497f2a6cf2d9d373b0e9d75d9ed6aef", - "sha256": "00c701fcc001ed9ce22f4ffb724a7d1f64a3a3a3a27b98defe9fdaf22a7df8e6", - "size": 956, - "uuid": "9f041862-2f9f-45d4-a36c-dacba2738035", - "version": "2018-10-03T14:38:44.621662Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3949f045", - "indexed": true, - "name": "cell_suspension_326.json", - "s3_etag": "a60d1b2736a5dcbcea99ad53015a3f7d", - "sha1": "fbb718684d04b7a5429c7d03bd9dc7094ac7656a", - "sha256": "e9a799ea5c0453677da2d5e34d0b2fab72106650461df668d1951de69f7d701f", - "size": 956, - "uuid": "8baca1dc-33fc-4cff-a23b-9b1a05186c13", - "version": "2018-10-03T14:38:44.884004Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7bf7f5df", - "indexed": true, - "name": "cell_suspension_327.json", - "s3_etag": "bbf832318ec2fc39a0c9fdad0f1f8ffe", - "sha1": "77f7cfc1985ee6a8b098cb6d5b21222ac77c731d", - "sha256": "7609cfb77ca35da15fd62bc275287c17ab691397e3d59c8f5e99e1317553eefe", - "size": 956, - "uuid": "6622e56b-f509-40b6-a392-86e5d1107701", - "version": "2018-10-03T14:38:45.133650Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "04cdd2bf", - "indexed": true, - "name": "cell_suspension_328.json", - "s3_etag": "5de9deb887db767f4a07db04be5bd512", - "sha1": "f225d7922dda3210a2b07dcd6a5dc9b997c87798", - "sha256": "c9eb9d5aacb6432cec659da0d859bec02e30e7fabf29a7e0305fa4f91c70c7a2", - "size": 956, - "uuid": "7f54c74a-e2f4-4a6f-bf68-25979f5ec121", - "version": "2018-10-03T14:38:45.351265Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "085b1eee", - "indexed": true, - "name": "cell_suspension_329.json", - "s3_etag": "d63825adbd5730b3f106eeaef5b5b60c", - "sha1": "7da6d9c3ae4301f7f21ff703fe5b92ca41e5d349", - "sha256": "38e3a908315b220162a52f4cff556addb8c902784e826b984905db7351aca541", - "size": 956, - "uuid": "f7e574f2-8de0-45ef-93e7-8a1b6765d77d", - "version": "2018-10-03T14:38:45.693075Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c5417c08", - "indexed": true, - "name": "cell_suspension_330.json", - "s3_etag": "e3e20a555fc4d49e329f67a5702e6edb", - "sha1": "9bbab45814814b6c07fc2973a582efc5cb871ab3", - "sha256": "e62e9758210ca2bd41900057f9a609c0cc3cacf72b43645edc4cca2af81ac66e", - "size": 956, - "uuid": "94de7a55-f03b-459b-9fea-190ec3fa714b", - "version": "2018-10-03T14:38:45.903502Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a663b822", - "indexed": true, - "name": "cell_suspension_331.json", - "s3_etag": "17d4d44ed502254ccfc6aaf3db3fa748", - "sha1": "613aa3a5c4f23827ca84e4198f9c48637589b9d7", - "sha256": "4777c9c0c12ec382c9e3faf79e9ec8e66270d6212a83479a1d310bceab67dcb3", - "size": 956, - "uuid": "5fa8e3de-b96a-42e8-b5d9-cbc0c6a5b6a1", - "version": "2018-10-03T14:38:46.206838Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9e3ee08d", - "indexed": true, - "name": "cell_suspension_332.json", - "s3_etag": "1bb79b9b4dfafab804b50c6aac048c59", - "sha1": "4323dc5e023cdca6511b0619c56c8d746422d7c8", - "sha256": "bdc9a1d516e7ec7f44d242312c0e0c1c814e85d4086d717972be23531c82a5d3", - "size": 956, - "uuid": "5d7fd1ca-6496-442c-a3e5-49aa586b7554", - "version": "2018-10-03T14:38:46.701373Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "37f0fbe8", - "indexed": true, - "name": "cell_suspension_333.json", - "s3_etag": "7a05a1247c5797f228d60b6a26fcf667", - "sha1": "5f0d44746d1ec9f335ca3c91159d000e5212e4dc", - "sha256": "707e0245ff98c2242d72b75c57859ecf20ed0e0921ed66c1d2996cc0e2439527", - "size": 956, - "uuid": "e27cf02c-479f-4265-8d4b-287c25e3730d", - "version": "2018-10-03T14:38:47.092729Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3ff41b94", - "indexed": true, - "name": "cell_suspension_334.json", - "s3_etag": "41d0cc6de1984e61f38d8c2e6003d88b", - "sha1": "0c86f0a35585bf6aeacadf93ca294e1ecc16957e", - "sha256": "b44f7fa1636f91ec184e44f5adf2615ffd14917006eb3982f9f39e49e3b00482", - "size": 956, - "uuid": "b9cbf165-2e93-4eea-a834-43ae320309f5", - "version": "2018-10-03T14:38:47.384943Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2f0bdec1", - "indexed": true, - "name": "cell_suspension_335.json", - "s3_etag": "188525415925b83d66ca89ece161d24a", - "sha1": "fbd93b87dbece96bfc276769ccc968321bbff185", - "sha256": "f1f94264e77cabe54c5c96478d5057f05a245c851ad8720965875e80a77b5bfb", - "size": 956, - "uuid": "9aefb156-2719-4672-ae90-68676230d5c0", - "version": "2018-10-03T14:38:47.622706Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "36826469", - "indexed": true, - "name": "cell_suspension_336.json", - "s3_etag": "5c1206f862ccd098cce0c5f782d59a81", - "sha1": "6ae1c3fc0a84279f1ff65fc2f3686f34668cf86f", - "sha256": "e7dddd5f42f7abb8dff92cd9a4da7096046d8ba5e2dca0b7d6175bf3f63c3c28", - "size": 956, - "uuid": "10b3f94c-bcf3-41cd-9723-8a454299b000", - "version": "2018-10-03T14:38:47.923533Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "86f8180c", - "indexed": true, - "name": "cell_suspension_337.json", - "s3_etag": "d444aa65308019da2599cc51bbaa4da6", - "sha1": "2b0d21706fb596e254eeff16f23821fa4ae72567", - "sha256": "2180fed4586c16b8a06a291ec7de7f93e0412f6d957fe736b18e3bdcb08e30a1", - "size": 956, - "uuid": "cc37c377-01c0-4e36-9293-f449a6b6212a", - "version": "2018-10-03T14:38:48.197897Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6b5f382f", - "indexed": true, - "name": "cell_suspension_338.json", - "s3_etag": "ec677510e5c6871988d5786cfb1a6bd7", - "sha1": "47e2572924299615951596715aac2aa05ac365e6", - "sha256": "8f83dccf4ce3449ae155365a5fad1d19e988a547f6fe6b437a40c53b32ecc1c6", - "size": 956, - "uuid": "c63350fa-d091-425f-a3c9-5f28efdb5aec", - "version": "2018-10-03T14:38:48.480528Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ef07f318", - "indexed": true, - "name": "cell_suspension_339.json", - "s3_etag": "9aaff05554243680966ff5b505806995", - "sha1": "873792db97a9aab9b7926e74629773029ebc1383", - "sha256": "48401597404bf5f2bd450c423f94f64b6ac0d6c1f55caafa8035f37026345610", - "size": 956, - "uuid": "1a314769-f4f4-43e5-8b8d-5ff4273c8599", - "version": "2018-10-03T14:38:48.687867Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d18c8515", - "indexed": true, - "name": "cell_suspension_340.json", - "s3_etag": "c47e8926a2f49d4343799de3afbef483", - "sha1": "4174ce3f09a5421de7ae06724e6cad06d5ff432c", - "sha256": "6798badd6ccf8224f399d8c8fbf1488a8b1e116a05edf87ac1b4cdacbe19a810", - "size": 956, - "uuid": "e4bb23dd-5e45-4b12-9950-d5044a0d843a", - "version": "2018-10-03T14:38:48.949894Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "514f3600", - "indexed": true, - "name": "cell_suspension_341.json", - "s3_etag": "2117db359628ff0c4b4c92ecdd7bc1df", - "sha1": "41ca480ea4338c490e9c944a2ce9829575cb41b9", - "sha256": "d70a469b731ad543de1aa31afa5c948f5d8dd1a9a4e5c618345d0da7daeab77b", - "size": 956, - "uuid": "14b09236-5ed7-4026-9b9a-92ebe564a6d3", - "version": "2018-10-03T14:38:49.263990Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "79b4e981", - "indexed": true, - "name": "cell_suspension_342.json", - "s3_etag": "e8ee0f5d991d5482ebeb12f5e24e3971", - "sha1": "97ca5f73e58913c9b956ac0b4040763c4b47ac91", - "sha256": "3a6f280abd30ead897b12ba519b2ebea66dcfe387ac3ee0adb3bd990bfdc3e33", - "size": 956, - "uuid": "54e7998e-1878-423a-97ad-b905ca7423e3", - "version": "2018-10-03T14:38:49.603657Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d1584a5d", - "indexed": true, - "name": "cell_suspension_343.json", - "s3_etag": "26180691160d9b08e46d4e64a9306bdc", - "sha1": "1386b546393f6f452d1cfeb9089cba3ecb59dbea", - "sha256": "01de9cde07df80323c754a023b00f3f8049f74d7826998e83e60af67f7545d9f", - "size": 956, - "uuid": "6597f3ba-c522-47c9-934e-496129949ebf", - "version": "2018-10-03T14:38:49.945014Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fb4a543a", - "indexed": true, - "name": "cell_suspension_344.json", - "s3_etag": "9f8bb98aaf9b80bb750f5b650000a3ab", - "sha1": "ef6feec34be5684ba21520192959612cfa9f4a9e", - "sha256": "31dc796329ed6217b8203340eac45bb044fd31005a859305a94769cb996cb4a3", - "size": 956, - "uuid": "b73ff2e8-b2fa-44ec-b940-aac5c74ef3d6", - "version": "2018-10-03T14:38:50.314236Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "efdaa74d", - "indexed": true, - "name": "cell_suspension_345.json", - "s3_etag": "dc818bbf6ab8d311113121e2d356f6cb", - "sha1": "fa823a953cfeb6225f7add570302f6cdce950eee", - "sha256": "d5d23ea273ed023388af1039f0a38a69d9ce9525ab5264e4574df1d0f94462b3", - "size": 956, - "uuid": "bc1304ee-8386-445d-9196-4c3e9a0fd014", - "version": "2018-10-03T14:38:50.558834Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c3ecb5d2", - "indexed": true, - "name": "cell_suspension_346.json", - "s3_etag": "40d0e6e483516db53daf89f5bc1d1336", - "sha1": "13f2e20134d56e39f389a818362d2257af3e26cb", - "sha256": "d1fa6cd2cc8350ad3e2d81bdf08d6977e338fcb0620e15e81503a8e84997363b", - "size": 956, - "uuid": "40c7b4a0-24c0-4734-9bca-acd5c822bf4c", - "version": "2018-10-03T14:38:50.814250Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2018ce1e", - "indexed": true, - "name": "cell_suspension_347.json", - "s3_etag": "5fd9788c51272e571c154959c9299157", - "sha1": "1088e294d0632154f02a283598b8316ed8c3b1bb", - "sha256": "9173a26aceda2f9f6fdf918e87a8a26dd6af0c50a3bce00484e723715524e5e6", - "size": 956, - "uuid": "e9649b21-0314-400c-8831-0df69dc0650a", - "version": "2018-10-03T14:38:51.241257Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "03835625", - "indexed": true, - "name": "cell_suspension_348.json", - "s3_etag": "a6788ea55f2577d66b44a2741a1cff8b", - "sha1": "9a403241b20599bb307cc365c3b16b27f52123fc", - "sha256": "1a2a990d99c2704247598c48238e5806db0a2c8f24c521926f300ccfae67fd81", - "size": 956, - "uuid": "6223a9d9-c6e8-480f-9152-7e223c0f565d", - "version": "2018-10-03T14:38:51.528381Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "973677ee", - "indexed": true, - "name": "cell_suspension_349.json", - "s3_etag": "a93a30ca654e55708556e13d318258db", - "sha1": "16f01ca485e920daba76836e02b7555638b3a977", - "sha256": "52631fd676c6cd2466547b13b5d27ff9f0a78550ad3a00d2646fd6b693936da4", - "size": 956, - "uuid": "0dba20ce-618c-4a70-8f6f-a584df044cb0", - "version": "2018-10-03T14:38:51.952217Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "567b341c", - "indexed": true, - "name": "cell_suspension_350.json", - "s3_etag": "7007ccc10b320412879f866a5329fbf5", - "sha1": "417294fddf062429ca0a3bf275170d7679d2d736", - "sha256": "db5bdb5b444e070407d90f1cd312d3f492b861d02d1b92f7685baad01420112c", - "size": 956, - "uuid": "21e86b75-1ee0-497d-8028-70eb6cd0c2a2", - "version": "2018-10-03T14:38:52.308102Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "09c08400", - "indexed": true, - "name": "cell_suspension_351.json", - "s3_etag": "923c272f8b792c68fc04b161d8072421", - "sha1": "cbbf7321c535f485c02f80e51449bca770b1f717", - "sha256": "a5eda5ea55d63f74eef2115a36380efce65ad1d6da02991584fabb88ecffb0dd", - "size": 956, - "uuid": "bbb46cb9-7fbc-4092-a5ed-c076b3c12cb4", - "version": "2018-10-03T14:38:52.767790Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "04dff321", - "indexed": true, - "name": "cell_suspension_352.json", - "s3_etag": "22eb858d3121a1649fad62ea91bad766", - "sha1": "81ca5469b19a782641fe5657be50be1081e1b833", - "sha256": "8607b653c805983947dabe6f9d4f9f717ef31b651dd4be08c15c0b242622153d", - "size": 956, - "uuid": "4bca0fcb-1877-4b02-9145-1a5d767dae3b", - "version": "2018-10-03T14:38:53.146076Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "55d34e08", - "indexed": true, - "name": "cell_suspension_353.json", - "s3_etag": "a35908a50a17fc4ae476111ebbc3e7fe", - "sha1": "71b53892f158974205d142569792c77c9936c091", - "sha256": "54281ef3fc970ba3036960b00c629c9c52539b305a1aa2b5c6e4cf796fda0df2", - "size": 956, - "uuid": "3c5a7203-cd7d-45a2-9780-9b083913a7a6", - "version": "2018-10-03T14:38:53.407581Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ea2e6385", - "indexed": true, - "name": "cell_suspension_354.json", - "s3_etag": "5dd28000e59fcb8dd49ffbcc9236ed5b", - "sha1": "109a1f04b7a59c91c73f6d763ee6184d1103b017", - "sha256": "72cb1ddacef21323a540c150150e32eba76cefa9fc25e895daf3ca61cc52fff2", - "size": 956, - "uuid": "ccba96e6-46de-479a-bd04-f8e1ddec0981", - "version": "2018-10-03T14:38:53.725606Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "75cfe9cb", - "indexed": true, - "name": "cell_suspension_355.json", - "s3_etag": "5a0dc009a52b353b719edc0720374ca4", - "sha1": "df5eeb3dbbb3dcbd58abeac489561fe16a97df1a", - "sha256": "4826a3d539f76af3e326f213ece2c1d2e6c224d56da3e48f8a3a8194029060f5", - "size": 956, - "uuid": "00d3efd9-d219-4bc1-a58a-dc96f3f8500f", - "version": "2018-10-03T14:38:54.044249Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "460aac96", - "indexed": true, - "name": "cell_suspension_356.json", - "s3_etag": "7796fc1ad6b4beb9d2a3d6f81101947c", - "sha1": "1e5e1a7137842a9b1280b4bebd18ef5fe66423cc", - "sha256": "2a57f8cfdf19e3614d277c4d5bc0899faedaaa3dcf809de93e67ab36e8690edf", - "size": 956, - "uuid": "159777f7-04c9-45a4-9103-4c398ff33f63", - "version": "2018-10-03T14:38:54.344582Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "13053f42", - "indexed": true, - "name": "cell_suspension_357.json", - "s3_etag": "1e2b15f984ac212c2c7b4bfb477753ee", - "sha1": "2ca70fdcceae21f812c793fc8d9048c74bce3743", - "sha256": "4a7af29c79458c423aa04483bec8630c1d766f4fc6124ef21f8ab53ef9b68532", - "size": 956, - "uuid": "8aacd0c6-ad7c-4214-afe7-a0c25a42428e", - "version": "2018-10-03T14:38:54.602092Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5c2efcdd", - "indexed": true, - "name": "cell_suspension_358.json", - "s3_etag": "6ab3c588ebb471f3841f8b94cc779e4b", - "sha1": "5cc43b651915f189392f04a77414ff0fec1bb512", - "sha256": "1ce9996ec3513aae962ad87c4999ceae6e3e7216623674e6fafa70084832c806", - "size": 956, - "uuid": "db3bf625-e9ed-47ee-95c1-c09099e4b344", - "version": "2018-10-03T14:38:54.861806Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2ca884f1", - "indexed": true, - "name": "cell_suspension_359.json", - "s3_etag": "dbb6b13aebbadbcb48dca57a8249233f", - "sha1": "71dca1aed110317d1e2106608b339311989e988e", - "sha256": "d25e8f02814691c2762820696c8edb6b6640b83251e09e309c1c47657721199a", - "size": 956, - "uuid": "f10a82f4-bb14-464a-bf45-8a95f3446a38", - "version": "2018-10-03T14:38:55.155802Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c08c7c3a", - "indexed": true, - "name": "cell_suspension_360.json", - "s3_etag": "14164f00ec00740ca73dc40b0dda3a25", - "sha1": "7b4c831a8f4bdd4a915733011463bf33800e18b5", - "sha256": "a25be137cb65711861cf7c138a3b696c16d4c836b516c10503953f4b9ae51da7", - "size": 956, - "uuid": "8629bf28-c593-497b-be8f-2f010e9d3354", - "version": "2018-10-03T14:38:55.565065Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "62684a14", - "indexed": true, - "name": "cell_suspension_361.json", - "s3_etag": "736512e6a47889a68ffc923e3f18bd2d", - "sha1": "e976b14a34655a7e42c3d988f10c1f41c90e10ab", - "sha256": "5f78e8a1764d0083c5a37ae948ca091ac474a2c077b34e8b145283af675f15ed", - "size": 956, - "uuid": "85097581-d65f-4f4a-8f66-ece83b3a8fd2", - "version": "2018-10-03T14:38:55.830360Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d8d2f961", - "indexed": true, - "name": "cell_suspension_362.json", - "s3_etag": "066ec3f138d01395a0090bbd096161c4", - "sha1": "2b4133a5a430a55de3827f73864b1d6fe2417c19", - "sha256": "5642e0b68a79741a7cb934b58e66685ae1044ac380c3b760444486d448cd14da", - "size": 956, - "uuid": "07299af5-1e56-4035-9cf4-50b30e4a19c1", - "version": "2018-10-03T14:38:56.188604Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "289c3335", - "indexed": true, - "name": "cell_suspension_363.json", - "s3_etag": "869121867d16e7797cc3066f956ac5ba", - "sha1": "b0e5c6ca2a01583038a507b0181433264812f72f", - "sha256": "f9a820f2192e80ec5757f20a2f2411d4c30c6cf1bf0c4483a8c30cc065e1bd8e", - "size": 956, - "uuid": "cf2727a9-35b2-4b0d-bf46-7a3f1e7bc747", - "version": "2018-10-03T14:38:56.589501Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1bb9fed8", - "indexed": true, - "name": "cell_suspension_364.json", - "s3_etag": "88a9948e7811c42ab1a6142ffd0686a2", - "sha1": "00cfe0b247838fe8604dd79f2f8d907ab916f1d4", - "sha256": "c6d1651e0bc52bbfcf477dcc6ce106820d8f42fc1f6df970a34c97484ba33b2d", - "size": 956, - "uuid": "484bd756-a413-409f-8b8a-c3b67304d99c", - "version": "2018-10-03T14:38:56.872493Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3ce7f2fe", - "indexed": true, - "name": "cell_suspension_365.json", - "s3_etag": "8c87323e3f4691166e3f56d042bf3413", - "sha1": "96fb42d03712c075ce5dd74ac77b412a14707b1c", - "sha256": "dacf42cf6376c03bd2b5b1134a366c05bca4d9bc5c65e30b11057defb151d1db", - "size": 956, - "uuid": "b7f64620-cab2-436b-a177-4642925a8b86", - "version": "2018-10-03T14:38:57.155213Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "40e7952c", - "indexed": true, - "name": "cell_suspension_366.json", - "s3_etag": "bdcb3c21a711477ee12237a943dc25b3", - "sha1": "56791c0b84808ecdfd86d09bf51c2c717e0c2d68", - "sha256": "981a7438f236217d555e20e6bee492aa511b7bc5a3f2e2a67c8a6551b9848125", - "size": 956, - "uuid": "de7e6de9-a1fd-4700-99f3-184b3dcb54d2", - "version": "2018-10-03T14:38:57.618227Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0017c9cf", - "indexed": true, - "name": "cell_suspension_367.json", - "s3_etag": "477c0a09c2e63b59cf1ea48cf5353d8e", - "sha1": "52384a545a263f4c190330985f8385f81a2b710d", - "sha256": "5c466f270287e3b3f01c196416874ee91ae7bb331e09e4e86a0a03d6516853e3", - "size": 956, - "uuid": "b19eafd7-7b69-4632-a492-993625d2e7d3", - "version": "2018-10-03T14:38:57.892313Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "42068f6d", - "indexed": true, - "name": "cell_suspension_368.json", - "s3_etag": "bdfc8dd92325f0315259549057c43a2d", - "sha1": "59e749507567dc714de687ae87ac3f43e02df2fa", - "sha256": "fde9f84fdd1251ed3d2feb30a5f5c929d0c7bfda3fe4465feec6c11c302306c9", - "size": 956, - "uuid": "c370daa7-ad03-4beb-9928-f6bc0b1eb2f6", - "version": "2018-10-03T14:38:58.212060Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1e2077ee", - "indexed": true, - "name": "cell_suspension_369.json", - "s3_etag": "c2b9b082e20c39f56ee0909b1a880ba0", - "sha1": "272ffce121eb7295a4bdfe08edee97af7d1db6fc", - "sha256": "f49e66f9ac2ca5142f60f11b6db237001b0fc878ad6ef4fd83450a2afbc7e9d3", - "size": 956, - "uuid": "5ca1c842-5b21-4664-876c-e57e5c38ad61", - "version": "2018-10-03T14:38:58.452983Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "61617c54", - "indexed": true, - "name": "cell_suspension_370.json", - "s3_etag": "5e9ca60fed588321c27e2aebd060f181", - "sha1": "39e0c768f1a4e6a320b871383717ffbaaa0a3117", - "sha256": "8b13c574020209c03ea7e4bb8c25b37450f9701ae95d55f7597fc4356107c143", - "size": 956, - "uuid": "1b0bf5df-5fee-4a95-83ce-1f5d8edcdc63", - "version": "2018-10-03T14:39:01.204571Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1348403a", - "indexed": true, - "name": "cell_suspension_371.json", - "s3_etag": "bd7f7fb74345520e6b17e4a9e5d838ec", - "sha1": "1525d91d60ae7ecff0208d7c0ff454ef391857eb", - "sha256": "d6fc7b277738fb31dad6e83a319211a04a0b0656b0155dedf2eafc68bf66f597", - "size": 956, - "uuid": "3370619c-1db3-4dec-b0ce-bd9226a0105c", - "version": "2018-10-03T14:39:01.514612Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "357c265b", - "indexed": true, - "name": "cell_suspension_372.json", - "s3_etag": "c20ae13aa74870c61f3d88a964096392", - "sha1": "9444c438419b552ba41a9e00613099db8093effb", - "sha256": "87bb37d889c9a057191685ee01b933ed89151bfc60b3efc44ee9fc46ab294b13", - "size": 956, - "uuid": "4713375f-6f4a-4470-be90-6e7892d633ff", - "version": "2018-10-03T14:39:01.792492Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b924a6c2", - "indexed": true, - "name": "cell_suspension_373.json", - "s3_etag": "fc809b175a1b0124ae8715a39eddf8a1", - "sha1": "def71b9a065526920cedbdef75f19fad4042a96c", - "sha256": "48491ea6ee7851843aa8e754bf6279ea50f19aa068b9876f9e240f2188cac747", - "size": 956, - "uuid": "2ac25968-e1d0-47b2-916d-0306ae790b01", - "version": "2018-10-03T14:39:02.141345Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "58ba653e", - "indexed": true, - "name": "cell_suspension_374.json", - "s3_etag": "97dfb1339e6d14beca6aa17403932454", - "sha1": "1dd4d954e53749a8d9fbdd0a48f24d1326f0dd83", - "sha256": "0c4701d8e362296fa090d316baf7cb331c20da81cb96de9044a5b69fde04c8fe", - "size": 956, - "uuid": "06c5f03b-41a5-4714-81f1-e915db3778ec", - "version": "2018-10-03T14:39:02.561877Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "3cab55ae", - "indexed": true, - "name": "cell_suspension_375.json", - "s3_etag": "cfe3643b867daba89f733ec01e836756", - "sha1": "fff4df2251ff5e2157df50a631f2683f9fa81f22", - "sha256": "7a2fc1fe34825a6794a8230110912a56fea0f2eef439bba2acb5e4f8c5250012", - "size": 956, - "uuid": "699a476a-7284-4a6e-9f3c-c62e4fb076a6", - "version": "2018-10-03T14:39:02.920464Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4f391990", - "indexed": true, - "name": "cell_suspension_376.json", - "s3_etag": "97ef3aa91fed24e690c3b34b081df2be", - "sha1": "775cecc90038d33d5439772568c82d8b4f5bf0c1", - "sha256": "b15bd5d4ce01070536e67b6a9d715351aae03d40515c63d2169feb0aa418e855", - "size": 956, - "uuid": "45040d9f-e84f-4a6c-ad2c-750d50a34b53", - "version": "2018-10-03T14:39:03.196261Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "fba73e56", - "indexed": true, - "name": "cell_suspension_377.json", - "s3_etag": "49efccf09cf0f9f3eae8d0d332705ca3", - "sha1": "91261c497d8609683cf5330965f50952a96b8e6e", - "sha256": "a97fcf75906a9c3b557d0dea3f29d2e61e32ad3205b4ed10bbd198b683e23c02", - "size": 956, - "uuid": "bd4b64be-391b-483f-9fc5-b5f17eac9a48", - "version": "2018-10-03T14:39:03.541823Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8a704e5a", - "indexed": true, - "name": "cell_suspension_378.json", - "s3_etag": "76a6627a60658e2425f4d599733c1fae", - "sha1": "060925d6c1c98f0e04c952a25f71cf9f66801648", - "sha256": "93148d00ec1974bbc2ff94c59cf1b5224b1e76534c06f816830bbed6f1d77ad7", - "size": 956, - "uuid": "b9a5b73d-5901-4e52-87ba-26d47a78f24c", - "version": "2018-10-03T14:39:04.044395Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "da7fd65b", - "indexed": true, - "name": "cell_suspension_379.json", - "s3_etag": "4a7f511475f6259494e62f476d708335", - "sha1": "44d36a8faaaa22a37692e43cbd00503a8d7065af", - "sha256": "a4b94c3fd6a62c10f4164e5d0ea2e51880237d8ac807a7cf46060253d0c49088", - "size": 956, - "uuid": "4e43967a-bd73-4d99-8339-cc5d72622916", - "version": "2018-10-03T14:39:04.683441Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "7acbc551", - "indexed": true, - "name": "cell_suspension_380.json", - "s3_etag": "69878f411a427da525119169d2a21478", - "sha1": "effc5003e9b114bcdc46a39058d572332a742085", - "sha256": "09c6048a730d31e0fd0c2a5400b14f207e6a8f9b7ee5d037150e141d2900c929", - "size": 956, - "uuid": "40482eca-921a-4d5a-907d-876f3c8c6d40", - "version": "2018-10-03T14:39:05.082840Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ca35c9cc", - "indexed": true, - "name": "cell_suspension_381.json", - "s3_etag": "3566474f24ca9aafb770aca71c56334d", - "sha1": "17167289482b6da76812cbca3e397197039cb302", - "sha256": "e19180ded1ed86ac2e5393b72e56874227e7bec23664514f31c7720727e0727e", - "size": 956, - "uuid": "4c8ec421-0ec0-4097-afa3-4a87263e7d87", - "version": "2018-10-03T14:39:05.850916Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a79d91bd", - "indexed": true, - "name": "cell_suspension_382.json", - "s3_etag": "a406fb4c8ecf53a5e3f159b97785c83a", - "sha1": "339740a3487336a00cfa8387ddda03ce49c904b5", - "sha256": "beaa0887f623d1f93d90206e15b61a78c0ca0d8f360d0a6d8f0847359cb81e54", - "size": 956, - "uuid": "04ef0085-f955-46ce-8876-28e06a1301f8", - "version": "2018-10-03T14:39:06.192205Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "6c34a18c", - "indexed": true, - "name": "cell_suspension_383.json", - "s3_etag": "4ba79981c0ffe8c1dc9a0753cb590a96", - "sha1": "9a78d70da00e1b6c1931807d261b858ebcbd5c60", - "sha256": "37ddb9d4c6e64476eb5bd238af366ed3e29feb4c9959732b60d6cd06189772ee", - "size": 956, - "uuid": "892ec3fd-5b6a-4079-92a5-9362ee64c650", - "version": "2018-10-03T14:39:06.559286Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b61ce768", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "eb862d9de42f8f219934cba2836a3a4e", - "sha1": "a70890c84fb7cf5bb2d7547523c23b14babc3bcf", - "sha256": "2836f0915b3ac1b38f35f273ae276ecd34aa22bfa5a92d55b04fa60a40956709", - "size": 859, - "uuid": "79682426-b813-4f69-8c9c-2764ffac5dc1", - "version": "2018-10-03T14:39:06.950540Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "1277dce2", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "1ccdcb4f08b8c0f1cdccadec1307dc88", - "sha1": "186adc90ff3561c4b4150a0ce249edeb3af0e433", - "sha256": "dead955207dc0c433d229953a3512bd8a308552ba998eabd90da80aaa98b78bb", - "size": 1302, - "uuid": "35479c97-1a62-4d90-b057-49c1a518e0c8", - "version": "2018-10-03T14:39:07.505461Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "11d7c689", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "b8047d1e2f80379a8881e63bcc5ef7e4", - "sha1": "3f677e59134433e6ca7da8d46e52994f27dfd201", - "sha256": "d4fe841c5cac1775dcb5eeed5344336e44cc9ec5b6a2df81281adc325e6c3cd2", - "size": 475, - "uuid": "042dce4a-003b-492b-9371-e1897f52d8d9", - "version": "2018-10-03T14:39:07.730028Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1817f4c0", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "531e8cbf4182f39658bdfa962e1a0421", - "sha1": "c216c5fa173acb0eb07de7e5e1959a81b4a1a58f", - "sha256": "8025fd3a46d7bdfc9f87a5ac8a844cca15b15ab2cd1a7d48d7fbf54333d9dc02", - "size": 475, - "uuid": "80036f72-7fde-46e9-821b-17dbbe0509bb", - "version": "2018-10-03T14:39:07.980904Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "30b3d305", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "9b4eb2433c167602c0f589815471e7b5", - "sha1": "7c3402c5c73052bb622d7da37c7bcd15c16d3cb7", - "sha256": "46b1e2ce411d6a169143b15319e3c7358603723ce14c932fd7842e4878c6a362", - "size": 467, - "uuid": "665b4341-9950-4e59-a401-e4a097256f1e", - "version": "2018-10-03T14:39:08.195461Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2fa6d49e", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "c10e5de15baab515dcc03fc5ae3df5a6", - "sha1": "0bb66d2d8c78c5c6345c9d211dbf465e6c1ce0c1", - "sha256": "86a9bace4260d016db54383e9ffb4abea605a8f9284c09810ab233f9ac3a10d9", - "size": 477, - "uuid": "300ee490-edca-46b1-b23d-c9458ebb9c6e", - "version": "2018-10-03T14:39:08.423762Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "3c6c4e6b", - "indexed": true, - "name": "project_0.json", - "s3_etag": "de5bc0c85f4643db61abc8819d0419e8", - "sha1": "2befa711027fddbb295846dfed76c7d074d8ccde", - "sha256": "4fb08680328f64fcb8cb6ef77827b58f9b2017dfc01c81d44e04cc48e3093bf8", - "size": 3222, - "uuid": "250aef61-a15b-4d97-b8b4-54bb997c1d7d", - "version": "2018-10-03T14:39:08.571532Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "4a44cb81", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "879b60f208b5e41868e68b167933b85c", - "sha1": "464a6a233b8d335a22293a10eff7d85043fc3532", - "sha256": "9b36f0505269797cab116259a0bb0950b2379d6daae0eb5994a226229bb6b6e2", - "size": 1943, - "uuid": "f5c4cc88-aa42-4c72-b38f-7a992050fa9c", - "version": "2018-10-03T14:39:08.816139Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "12c70d99", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "6fdea85c0cdcec733eef5a15093728af", - "sha1": "d0e1ab32304cde6287e4afaee99957eedb653aa5", - "sha256": "bdf70a3175600e71c5fa1825a2b6bf4f1d20907dfbc53a68b406071baf7f30c8", - "size": 1016, - "uuid": "7867dde2-6d0c-4455-8979-c60c19020afc", - "version": "2018-10-03T14:39:09.025975Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "51c66281", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "63f2b803a8b0b935ce18667011dd1dfe", - "sha1": "67b1b8b07d34f75650eae412141f9b16957c74c0", - "sha256": "029188505ea465f3eb23459cb1a4c9ccac83c9988a58a2514cdbf409752b8aff", - "size": 888, - "uuid": "9b361ad6-2028-41a0-a601-c59585ba157a", - "version": "2018-10-03T14:39:09.291584Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ca0e2786", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "28e594c8014c87d8e2163255ebc408c5", - "sha1": "42283c418db5555bee77a535eb4e56ab7ebc8fb5", - "sha256": "5ca3baa38dab7705bdc61342626d257f76cf41761ca1d1b49223ea453c28d4b9", - "size": 976, - "uuid": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f", - "version": "2018-10-03T14:39:09.494918Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1bd55467", - "indexed": true, - "name": "process_0.json", - "s3_etag": "688f07ad4fb953a0db8007647efe0d07", - "sha1": "1267687bd1e619cdd036086df664cf67b23be031", - "sha256": "ef13e77c63a3a9c9e5d3f0f585227c3e009e9b9dc7e37e44ccd9c52a3139f2b3", - "size": 378, - "uuid": "f8dfb127-a6db-4e3a-b1d7-ceff08c70594", - "version": "2018-10-03T14:39:09.685775Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7fad145a", - "indexed": true, - "name": "process_1.json", - "s3_etag": "93dcee7521b0ce67b4830a70172fbc01", - "sha1": "b70474834826bc3aafc591cd489420d0caec7bba", - "sha256": "87bd0e746810cd1f7491f9e25fe4d3f0af1bc0f7fc903c86b610d800a3a533f4", - "size": 391, - "uuid": "fe8fc2d4-c287-4a29-b900-4608598c8fcf", - "version": "2018-10-03T14:39:10.195253Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "14f408b9", - "indexed": true, - "name": "process_2.json", - "s3_etag": "0a5fd40c963c34e2ba1dff591e0b1009", - "sha1": "5497174b4493255e3790979107aea0a3ae3fc5a8", - "sha256": "2c88ca2c21eea05d64d099b6f50a2b48954464e723f9231f32848089494b0640", - "size": 388, - "uuid": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "version": "2018-10-03T14:39:10.424580Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f03ae3e5", - "indexed": true, - "name": "process_3.json", - "s3_etag": "36216cc2b5d99fde1e66cd0d6da40f89", - "sha1": "ca4dfce95fb2639e238c7bf89d1650b178a9f3c4", - "sha256": "9b561501a1d02aa0c07deff255bc20989c37df24717bd21cde971ab53ad2e50c", - "size": 391, - "uuid": "c48cad38-5e06-4acf-b9ff-398867f25b0c", - "version": "2018-10-03T14:39:10.589916Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a5af8ba0", - "indexed": true, - "name": "process_4.json", - "s3_etag": "4c9a6989719440eaea9d7ef3ff0b8beb", - "sha1": "d0682aa3d980cdaf2e1d31d21168169aa3da7e5f", - "sha256": "f2aa573518a427ed9680fe761110407f298eea08376e1623bf72f5c6feae996c", - "size": 391, - "uuid": "68f3a63f-3b53-4505-889b-172960e0a62d", - "version": "2018-10-03T14:39:10.994557Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f695ee7a", - "indexed": true, - "name": "process_5.json", - "s3_etag": "cbe55dc3446323b2a7cc49298941bad2", - "sha1": "563cdf7ec897bb45cc79e8fcde772b99e1831309", - "sha256": "4b645d1770eb4b56981f294fcf8f7d400cb3a8306330178062cf70a56c1349ff", - "size": 391, - "uuid": "8f952be8-aefd-43e0-b2d2-b376768a31e3", - "version": "2018-10-03T14:39:11.216664Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0b067a4e", - "indexed": true, - "name": "process_6.json", - "s3_etag": "3998661c11a9ffa736a086b39d2ae5f0", - "sha1": "619136f1614c60878731f9c54e8c37844f5087aa", - "sha256": "b204c25fe4331a3fa480433a9b126ecb8ce3046efc6d0272be3d534226ece6f0", - "size": 391, - "uuid": "ac247d0c-ad85-4e2c-80f8-38814e7ba2d6", - "version": "2018-10-03T14:39:11.506565Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1f898080", - "indexed": true, - "name": "process_7.json", - "s3_etag": "8dff5ea99db353d7fb92f0d2033b0bf9", - "sha1": "7e5c17c472867432ebb497ac925f24245f315fb4", - "sha256": "889bad47ae9317985c74eb6048646241a43d9b77498c5eeff7e8748421270c29", - "size": 391, - "uuid": "d9802269-df7a-4a92-a070-054f9c8bb7aa", - "version": "2018-10-03T14:39:11.734670Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c38033ec", - "indexed": true, - "name": "process_8.json", - "s3_etag": "ebb096c21bdc3bb2e414ed1ce9d6c869", - "sha1": "dda5673b0ba4b08a7ad475acdacbef51e95f05be", - "sha256": "106bb058d106ad5a117f748006c9f25afef274ca708d155ad323cb3f6b58178e", - "size": 391, - "uuid": "c0b0f252-dc2c-4d2f-ae71-3674193b5d0c", - "version": "2018-10-03T14:39:12.032257Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "35b0fc67", - "indexed": true, - "name": "process_9.json", - "s3_etag": "bf46c3f6da79cbfa86c7358ec8f81164", - "sha1": "a0da873045eb8e5e4e9ededf58d04a3f3d31c5ee", - "sha256": "ef73a74a55a9e8c38d7ab9d4acec7c1d3bf9908e84c50c4b43f0cb417dec9732", - "size": 391, - "uuid": "3341b360-e321-4caa-bb00-89d9d7a07f6b", - "version": "2018-10-03T14:39:12.355039Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "fb5f89c4", - "indexed": true, - "name": "process_10.json", - "s3_etag": "e25698d8437f20089acaee8e2a7ecbff", - "sha1": "5630bfacad3864a288d28c77778adb6bc3a0c519", - "sha256": "da2fc9046d7f523b47d69625af301962b017dfc665ee56aa22b3f69ae838c42e", - "size": 391, - "uuid": "89d923d9-e0d8-4b49-92bb-7514c2f6f170", - "version": "2018-10-03T14:39:12.596793Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cd1c7acb", - "indexed": true, - "name": "process_11.json", - "s3_etag": "6df21eb35bb9d1c971599bdf58acd605", - "sha1": "8e634f4dab7435941d961b0360ba8c6ec3c83913", - "sha256": "dec4685ff29437bb2e550c4c5e44dae7e153f7e7f62d7efca14d3c2a9172d72a", - "size": 391, - "uuid": "b141386e-3a5e-43e0-ab89-4396af30e603", - "version": "2018-10-03T14:39:12.834331Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6423b456", - "indexed": true, - "name": "process_12.json", - "s3_etag": "a1deab45967c9c0bc85a666afa653742", - "sha1": "e89a4ab6811aa22c1e350ef58184f8398743141c", - "sha256": "bf290609995a37f64ef16b71d5e4e6e95aeed671687ff39aeb6e587a21a17ac7", - "size": 391, - "uuid": "36f797b8-8419-4a9e-b9cb-4f8c173ef3dc", - "version": "2018-10-03T14:39:13.059509Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e13eec61", - "indexed": true, - "name": "process_13.json", - "s3_etag": "e1095a1cecc698c357b63a0ea8a42920", - "sha1": "a2e77a2412f951bb8808dc70d15d48bbaf6598fa", - "sha256": "1e9691f4ae7c9d1d26dc8dd0c5a1297419ed688d164dcd5ceadf9a1447f64393", - "size": 391, - "uuid": "246a5d54-3aa0-4711-ab0f-dacc2b9d6655", - "version": "2018-10-03T14:39:13.422938Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d4ef3937", - "indexed": true, - "name": "process_14.json", - "s3_etag": "90c22776c23a1ced9dcbf0f0b9b4c493", - "sha1": "9620a1f0b7fa6a9c4796181f3e9427dbf0e02f6e", - "sha256": "76473cf0481270805f15ffe1fc32e7a3fcd72b3b2d984a93909c3aeeae15e48f", - "size": 391, - "uuid": "2ab2198a-3f1f-4f1d-94b2-e78f164506d6", - "version": "2018-10-03T14:39:13.715232Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7a34c84c", - "indexed": true, - "name": "process_15.json", - "s3_etag": "f0317a1f6e180f314d6c4159b01bd4bf", - "sha1": "3808352a84493b9e3b4021984c3506551dadb30c", - "sha256": "4fb1ffecbdd00a35c842e7666af30064b0ad39868c1a972336249a92145314b9", - "size": 391, - "uuid": "147c6f32-fc1d-4397-a178-fd04e2076985", - "version": "2018-10-03T14:39:13.966248Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a87b826a", - "indexed": true, - "name": "process_16.json", - "s3_etag": "cc5b92c43d95c657753f67777623110c", - "sha1": "374a85d18f30f7eb4cd83acdcd24e6b34f708231", - "sha256": "9f8ea97fc53b5fd69170004fa17801d4a3820c8301dbda0240b1f290d77e3a70", - "size": 391, - "uuid": "9a573ac3-81ea-464d-a0e5-2dde35ebdfca", - "version": "2018-10-03T14:39:14.269085Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e8aceced", - "indexed": true, - "name": "process_17.json", - "s3_etag": "834cad2e14852ca18781b7dc8e667b61", - "sha1": "4ed7d4cf8325c7e0ddfd65d2e2843ccaef195322", - "sha256": "9f807b1ded02407a4738059046d8ce14a820d222b4cb747c8df9f8839cac6fc2", - "size": 391, - "uuid": "63cd0286-4ff3-4428-8302-d230f752afa1", - "version": "2018-10-03T14:39:14.575984Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "597078a5", - "indexed": true, - "name": "process_18.json", - "s3_etag": "6e04cb914eb38eaa27f0337a106df26f", - "sha1": "ac611b69019300185cbea83c3e7599f8c9a1cd2c", - "sha256": "d6e571c91a49252a615ee919da0c8611342f3bee07a4ea80abc48cc5acec1f04", - "size": 391, - "uuid": "c3d33986-f546-440a-ad1a-582dbafa26af", - "version": "2018-10-03T14:39:14.960250Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "90a4f06b", - "indexed": true, - "name": "process_19.json", - "s3_etag": "6dce18170cb1e822130be007425ac0a6", - "sha1": "5d7e3d6ab5154a6a634852b4e919648b37d7bf1b", - "sha256": "c033ec8ff2eebf16f65c86bb159559084f893dcc8bb8819863cc90f752705789", - "size": 391, - "uuid": "6d982d50-dd79-4246-a0bb-283e97b0babd", - "version": "2018-10-03T14:39:15.260182Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3c85d881", - "indexed": true, - "name": "process_20.json", - "s3_etag": "6ffe10ad2b21c3d631bb47e2b606f9c6", - "sha1": "8676d7644cc15366c3e84c649683854b3a425615", - "sha256": "2d5d0a7fba0a9ffe1bb3f70c16cb73db7e245198ed7ec7319bc838ef5d1b2fef", - "size": 391, - "uuid": "0a41147d-5535-4880-ad77-66fc44d4a920", - "version": "2018-10-03T14:39:15.537057Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1f8b8bb2", - "indexed": true, - "name": "process_21.json", - "s3_etag": "83995bd54e6cd15274e7c52776caeb0a", - "sha1": "d9ede6df302979487c42d968ee30b6b1aafd83ad", - "sha256": "043240192583078075119ecc3d8acb83de0486a7faf6171588945839ae4c5fa6", - "size": 391, - "uuid": "f1254e71-6d52-40fe-abe9-5085fac34330", - "version": "2018-10-03T14:39:15.934850Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5807e5d7", - "indexed": true, - "name": "process_22.json", - "s3_etag": "8571f382bd5cb044e9be548accbf0890", - "sha1": "fb8ea908f48429f3e993afb9a49c4c6d5dc0c5f0", - "sha256": "986349bfd367c6e16b7a0ebaac12c93fdd94c78ea241340960796be05c20765e", - "size": 391, - "uuid": "3013c702-b90d-432e-8326-1144081b1047", - "version": "2018-10-03T14:39:16.265074Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b77c670b", - "indexed": true, - "name": "process_23.json", - "s3_etag": "e9a5d578f321fbb8d031d7aff0c04157", - "sha1": "c258d4e66c89f78af2628c0d76fa5917e7c2d128", - "sha256": "c5b4f8dcf1983b2940ac3a04e79dcd1cc02752058cc4145b4e7f4b639750956c", - "size": 391, - "uuid": "ee115a21-65c3-407b-98ae-80cb82999cc7", - "version": "2018-10-03T14:39:16.574101Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "98783fcd", - "indexed": true, - "name": "process_24.json", - "s3_etag": "04cae88fc500c27eb1b6a8eb2e4bffe5", - "sha1": "6d5eb122b0bce75ce1361ad38031bd3844253c4b", - "sha256": "4602671eecd0601c0bca6264bd20d4744b8edc5ccafdf7b9082bb18280f449f8", - "size": 391, - "uuid": "6b5c2392-32d7-4e7d-8451-17334e4d4e90", - "version": "2018-10-03T14:39:16.834017Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "fe2f1489", - "indexed": true, - "name": "process_25.json", - "s3_etag": "170a1c1640c0be27b05780e9e6e815e4", - "sha1": "33094590feccf82fcbb8ed0b4de042c990b70862", - "sha256": "edb5db569120a2126f23106018d07a00558fddc6041bba0e209c815383765616", - "size": 391, - "uuid": "32891309-b7ef-4630-bd32-7879b9fd5bd1", - "version": "2018-10-03T14:39:17.040410Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ebd5c510", - "indexed": true, - "name": "process_26.json", - "s3_etag": "2ba64f5f103db3cb1042a04aaa7b2d0c", - "sha1": "7ae54abe17ffa19e27f6e640fb2e7966739923ff", - "sha256": "f266e950b07881485273546069bea0802ba9fbe799b4db1f836e9f0656ecd664", - "size": 391, - "uuid": "f4e6761f-0707-43c5-92c3-a2f8801a921c", - "version": "2018-10-03T14:39:17.316129Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1ce6aecb", - "indexed": true, - "name": "process_27.json", - "s3_etag": "8e4d5e43c5cc67910b883d1f0d7ac004", - "sha1": "4f3f778d7003880230078d79ea36fc2c382bd7b8", - "sha256": "b96349339a32fb69e737279ce2cdaa2df8c44615a8e4df1dca55206fcb05b7a5", - "size": 391, - "uuid": "dbce424f-f96f-45f0-9fde-5241558f2120", - "version": "2018-10-03T14:39:17.789542Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a49cc0c8", - "indexed": true, - "name": "process_28.json", - "s3_etag": "e9ac48e34fd7764953c1b5b6305e32a1", - "sha1": "e444fa1af3456a4de1d684fa5737a3587ec1a762", - "sha256": "a2f0bd2976e389036356ff6287ee4fcb5bbebec4ac1eb3ed742ca12c4c6ab563", - "size": 391, - "uuid": "5ed0c634-e904-4ae0-a69e-cb00870ee438", - "version": "2018-10-03T14:39:18.052673Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3fc37947", - "indexed": true, - "name": "process_29.json", - "s3_etag": "38695af215e4eca2619ab1adc068ae6b", - "sha1": "f628b22d5d831d43693350b02ee994be44e66677", - "sha256": "b9564e2b3bff2da611138bce215ec42947de3a29af8db348815e49aca994187f", - "size": 391, - "uuid": "60274cc8-e3d5-46ba-9b8e-49a97b6f3de5", - "version": "2018-10-03T14:39:18.278800Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e8b4163e", - "indexed": true, - "name": "process_30.json", - "s3_etag": "8eacc0f6e1ba6f76d79e7ba06ec3acbb", - "sha1": "74b84ab010ae6cdf988cd9391437584b23ae6817", - "sha256": "0fc3a3f09c5e4ad5d9bd79170fa7e9c3c4e52874b861a7b409cfef0246144f3a", - "size": 391, - "uuid": "dcbd2407-bc33-4217-b4bb-67dc05b9a686", - "version": "2018-10-03T14:39:18.555602Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c9609379", - "indexed": true, - "name": "process_31.json", - "s3_etag": "70f34c4690bb0d06288c7cae70a48001", - "sha1": "b5ad27baea47b8c8bc5520206b12da77ac4972b6", - "sha256": "4c6070711cd94c64122d1dc33f179ecd3730c5cc665e6b804034ed933891ba28", - "size": 391, - "uuid": "3217bf5a-b997-4426-9ceb-7e76fd96f23c", - "version": "2018-10-03T14:39:19.915117Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d105b925", - "indexed": true, - "name": "process_32.json", - "s3_etag": "35697918b70f0f99cc40555b510f7ae8", - "sha1": "3e355b6cbd97f8cc8525501f2ef8d53651d384b1", - "sha256": "138add613236d68ecb418fb315ab859cecbb8eea10c82c7e0dd2176ecaec63a6", - "size": 391, - "uuid": "b09a6612-370a-4234-89d1-a2a1c3dc16af", - "version": "2018-10-03T14:39:21.079720Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f4c00880", - "indexed": true, - "name": "process_33.json", - "s3_etag": "b09d66a8efbb6e8f5c82b7d5fdb8b9ef", - "sha1": "6671182b335f1a644d4d29ba7a7220f41173a44b", - "sha256": "66cdb566fa23bc3fe67ca47822ad6dc1a970fda0a79fe0a278e3d302e3831314", - "size": 391, - "uuid": "12ce8719-3829-483c-b61d-f0fa942fd9d6", - "version": "2018-10-03T14:39:22.995752Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b25fce96", - "indexed": true, - "name": "process_34.json", - "s3_etag": "340843055178c0267781ca21ed834368", - "sha1": "ed8bfa3528fb804b8b39ecc37e70b562f54c8ecb", - "sha256": "b9294a4548b703580f918f93bf5711b263ec527a8916b67e7527193d54d456fb", - "size": 391, - "uuid": "20b21652-294d-47c6-b605-b40379032801", - "version": "2018-10-03T14:39:23.485842Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bff22b74", - "indexed": true, - "name": "process_35.json", - "s3_etag": "efc3d0d0e70266f3637ec56d20107f9f", - "sha1": "dd08e38db2d976feaebab1c108ba92e7818880f7", - "sha256": "7eb3f91f049e03f11623b7c4e806720f4a4035584a8d00187e9b87df9def9fcd", - "size": 391, - "uuid": "7a21f753-6b40-43a6-b890-621fca012cfc", - "version": "2018-10-03T14:39:23.733976Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1a57d158", - "indexed": true, - "name": "process_36.json", - "s3_etag": "8d1ee03d0ae20758922dc8de0ab0292c", - "sha1": "d64e351c576d69d3a936e48479327ab515b86562", - "sha256": "8b6f3173721ff60fe8508b05c2289f303c58148bd286f3d53f80902fe5753267", - "size": 391, - "uuid": "55215393-5814-4fe3-ae0e-ce15d085fb18", - "version": "2018-10-03T14:39:23.938555Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bc290e0f", - "indexed": true, - "name": "process_37.json", - "s3_etag": "bc14c569641f173b3a484c08f6e48c25", - "sha1": "e36890888a8f1db72abc2ab23c107f6ed8c73d84", - "sha256": "6d6dbac90f90315c7cfec3124c2ffe2200cb5ad2fcfdbec2df30717a61f4866d", - "size": 391, - "uuid": "5d6e33d0-3d99-4ef4-899b-3ad4ea3567a4", - "version": "2018-10-03T14:39:25.282157Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "435af2ba", - "indexed": true, - "name": "process_38.json", - "s3_etag": "f9952f7c4f53d2058d57c778499b40bb", - "sha1": "e712fabb05ec6b60d35b9540a53c72bf5246e5cf", - "sha256": "c18a661894271d8e76978c77ab9d822d1b9a57ff24ae3eeb27d21667a9c3299c", - "size": 391, - "uuid": "49c2d528-3875-4def-b009-79c7e33846f4", - "version": "2018-10-03T14:39:27.019268Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4942d2b1", - "indexed": true, - "name": "process_39.json", - "s3_etag": "94e864b310aeecb95357eb65195eac25", - "sha1": "2df457f997635db8f7a1ef144f55d4c50cd50570", - "sha256": "6f1c9f12e4969ebf1793029b1b23a2f1d8bfd6f420d27a0c0c7093d99e695a5e", - "size": 391, - "uuid": "ce827d49-d8df-4285-8f4f-c7d4b9cb18c7", - "version": "2018-10-03T14:39:27.567558Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "73c59469", - "indexed": true, - "name": "process_40.json", - "s3_etag": "7016f1ebc7cb5e8f0f172b06630fcd80", - "sha1": "7540f04a79ac6c1e22b3e1946662eff0c0cade8b", - "sha256": "d8d8b7a7ec4427670b57aa2852b17e3f99f84f85a7ba06a297bd2c578568a122", - "size": 391, - "uuid": "eeb5cfb9-717f-42e2-b752-ab164d4cb391", - "version": "2018-10-03T14:39:28.395942Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1f123adf", - "indexed": true, - "name": "process_41.json", - "s3_etag": "0793c05801e92b89e68d88b1b0f23c08", - "sha1": "fecbb834fd1a63b1ba1a46433936ae46b0633603", - "sha256": "738286d6af7cc920e679b5b9925fb2f8290c8c8a7a75b884019bfb08d72f7ad5", - "size": 391, - "uuid": "0d837005-f544-46b4-9eed-8415bda886e7", - "version": "2018-10-03T14:39:29.072203Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bd70a92b", - "indexed": true, - "name": "process_42.json", - "s3_etag": "7988f1aa35d9267a018f31be6700aa3f", - "sha1": "aa98478ed0d73235e846ac2f1df47e2a0741b28e", - "sha256": "a90927bf28aa79676ae2975b12732fd3c4aefe4b9c417013bb435ff0bb316ffc", - "size": 391, - "uuid": "7b0e997f-a18f-4f19-9746-0837d3fdde1e", - "version": "2018-10-03T14:39:29.347046Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2bd5efd1", - "indexed": true, - "name": "process_43.json", - "s3_etag": "f02ee57338bdb9c1fea97f864d750d78", - "sha1": "d677b68347a60705fc133699c0efd425c35b98ed", - "sha256": "72b6096ed12500a65cfc447eecde37fc47d9f062a78d05965e05162811bf62e8", - "size": 391, - "uuid": "05413c8c-b3ad-485b-84a5-62532120bba0", - "version": "2018-10-03T14:39:29.661409Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "21d6318e", - "indexed": true, - "name": "process_44.json", - "s3_etag": "39d6b2c7d30a6ad98f5093b505979564", - "sha1": "7ddacef27541c5d7d64b70bcb40dea993d5315fc", - "sha256": "7e86d64b751f76703474224acdec06724e1d3aeda788936301574103893f8273", - "size": 391, - "uuid": "4595374e-910f-4aef-a667-626ec254bb2f", - "version": "2018-10-03T14:39:30.044887Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "93efd332", - "indexed": true, - "name": "process_45.json", - "s3_etag": "4bb263a9eb922a95e2950c993ea45a4f", - "sha1": "40c0f9b55a15994d4699a5b99babdf5be213f066", - "sha256": "46af5abb536a34560b4fdaf7d3dcafe447b709fd9ba1fcd7aac296b523ffcf12", - "size": 391, - "uuid": "f8ce10df-4f81-440e-92bf-57752268c0d1", - "version": "2018-10-03T14:39:30.362738Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6f107c83", - "indexed": true, - "name": "process_46.json", - "s3_etag": "43ec7753f4fe5069d7597703023c8064", - "sha1": "8020c8cefe9f1120ac221fbbd21acdf1a9f9da06", - "sha256": "ff9da391fb28207ba3bd86ae387f933d23dca3e298eea323ab0923e0a0972161", - "size": 391, - "uuid": "53d9c267-4b99-4752-88b6-5e81593aec8f", - "version": "2018-10-03T14:39:30.643668Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d34ce04e", - "indexed": true, - "name": "process_47.json", - "s3_etag": "35acf95bb8000b8e0e0de1ce919d2079", - "sha1": "55cdb33b000248258a2dd015c62f3720763e3829", - "sha256": "bf9317b26f1a8806ebf3c77f7ce1eab4a72fe345a62c83765f84d6dcdd70a19c", - "size": 391, - "uuid": "988dcce4-3eab-4810-bbcb-a3ae3b34c7cb", - "version": "2018-10-03T14:39:30.919952Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ca199ebf", - "indexed": true, - "name": "process_48.json", - "s3_etag": "d36a6cd08645f93b90f73cc6ec1c53df", - "sha1": "0ff46d709d72e952c1952fc587a80c3b45b42a3a", - "sha256": "67f9440f1aa8b38902a639c1f05c76275eab178c781de40a891bff5161880e82", - "size": 391, - "uuid": "0709d3ae-ffa6-4271-a8ed-36eb7a28103d", - "version": "2018-10-03T14:39:31.352512Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ac480672", - "indexed": true, - "name": "process_49.json", - "s3_etag": "ac2bc5ac24537c8439c31c94ad846515", - "sha1": "72c2299a425dbb866ce8506db28619f659b5eb90", - "sha256": "c5bcd7ff736e2423e47015ee5ccf2e598a2d91f33256c9147d40031b313963a9", - "size": 391, - "uuid": "32832d83-abec-4e9e-a58b-b14acc1ccfa8", - "version": "2018-10-03T14:39:32.233850Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "69f214c4", - "indexed": true, - "name": "process_50.json", - "s3_etag": "df21d44a4c74badb30f53e74ba5cfc20", - "sha1": "bcb2de606b8f06074cfb1bf6435f42a4a94925fb", - "sha256": "a2e3e43051f6738c34b037115ed08489b6d4f9311b1f0bf5d1893b722a7aacd6", - "size": 391, - "uuid": "561d741a-7840-42ee-a784-0c4ee585d76e", - "version": "2018-10-03T14:39:32.910542Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "28bfa179", - "indexed": true, - "name": "process_51.json", - "s3_etag": "69fdd7f2cbf33e6a900a10ddd76cbcf8", - "sha1": "7ad5005ef5ddcecc024b0aa4d800444a732638cd", - "sha256": "0bd23a92c6ca8242528e67f73c4ca3f7a559704720b35f059e34c6987e99400a", - "size": 391, - "uuid": "d3a5f49b-7bf4-4691-9b35-76308b9b5a18", - "version": "2018-10-03T14:39:33.622215Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "31205965", - "indexed": true, - "name": "process_52.json", - "s3_etag": "01d1ff431756fe4ac1a0d896c1b6a5ce", - "sha1": "455d2c7c26cbcc434f2ba9d8ec30802aa451a47f", - "sha256": "fe771d8187b2234eef577614e14d67bb67521bbf2650686ada405af9ace49c19", - "size": 391, - "uuid": "f81931a9-3746-4474-bb63-4139aca1531b", - "version": "2018-10-03T14:39:34.040567Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "071511e1", - "indexed": true, - "name": "process_53.json", - "s3_etag": "e81b8ede2627f93f7c0efa887bcfd74a", - "sha1": "3633852aab11c33d3e8d9576c6ddaa891013103a", - "sha256": "77d0f785bdfb75c93ac6958ca4fae5ceab4dfdd44a00665b9db98ffcc8c67fd0", - "size": 391, - "uuid": "03d6edad-5b5c-407e-bf94-66f68ea9c950", - "version": "2018-10-03T14:39:34.380554Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "300c9225", - "indexed": true, - "name": "process_54.json", - "s3_etag": "c6bb47c9263db15dbdf79a6a16722a48", - "sha1": "e3bdadcb43968b5353803a432183836bdc506549", - "sha256": "966e4d544099f95650d4c384d7ca9ffd0ec64f4dadf2b2bb5290490b487e9cc8", - "size": 391, - "uuid": "45647374-a372-4670-91e4-4be91a09e310", - "version": "2018-10-03T14:39:34.784043Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c872bb61", - "indexed": true, - "name": "process_55.json", - "s3_etag": "7f7e52a681e970ca2d0a056285c0de47", - "sha1": "2520171932c46e19d43f2515d9de3d1b2d7b6302", - "sha256": "02a438061376dc95954f03c1d3975a9dd97651456a02ff48b09090bf98e42c40", - "size": 391, - "uuid": "7bee5e6f-266d-43bc-8b4c-43aa48d2847a", - "version": "2018-10-03T14:39:35.064764Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a0131dd2", - "indexed": true, - "name": "process_56.json", - "s3_etag": "03c2d1f1ed32debfebd67fe753886ecc", - "sha1": "3d6ea75c03d210606715c66d467aea40eb514170", - "sha256": "cebe3d3192e8fa4cc671108dd24290d05d9f371fe72c38395cc241ac7447f37c", - "size": 391, - "uuid": "8591002d-74b2-44f3-b964-f6f7fcfff84a", - "version": "2018-10-03T14:39:35.288097Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "890a703a", - "indexed": true, - "name": "process_57.json", - "s3_etag": "9595d0358014990066149df6783b8bb5", - "sha1": "4b86ec69d221062c4c95acc8c2db80ec4cd700c8", - "sha256": "cedc081afaf345641d7322c8cb9e30b8b67e41eaf16bdb574f547a4881e4c8ba", - "size": 391, - "uuid": "8c255de9-a155-4c97-80b2-4ba2350cfb5a", - "version": "2018-10-03T14:39:35.650779Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6400d727", - "indexed": true, - "name": "process_58.json", - "s3_etag": "85735f9ff315be92ddbe1e85cb856fa2", - "sha1": "72d5ee9e997b157c66e325724765e7b00d187416", - "sha256": "5e0206b5a993d5cc3ab1093abbbd9a7a630849771bc211556643799a94b90917", - "size": 391, - "uuid": "ed0a7ad8-f66b-4f61-8210-3f2786a2f7dd", - "version": "2018-10-03T14:39:35.885311Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a8b12d5e", - "indexed": true, - "name": "process_59.json", - "s3_etag": "ec6eb87e262ca03aaf4b3e4a62599b65", - "sha1": "34eb0a78d12356fcf39ff8cee98b0364d5e0d6b0", - "sha256": "64cda61dfd3da16c3be862652ce5734e21906b495db87638df5b24f5b6f56247", - "size": 391, - "uuid": "22c5df75-f10b-40c6-aba3-f7468da28e3d", - "version": "2018-10-03T14:39:36.228487Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "eba3c47c", - "indexed": true, - "name": "process_60.json", - "s3_etag": "aaaf4f6f6aa2e01b61ed1ce9d9af9dfb", - "sha1": "918aba9eebe6243203a435c115cfffbd5c5dddc9", - "sha256": "885d1283977ebc4f224ff252ae6ba8b0d3d248b952891db3eb1913e0fd5a6381", - "size": 391, - "uuid": "b4bff3a8-ca28-4ec4-a8e7-d2835aab1987", - "version": "2018-10-03T14:39:36.537152Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "427e6e07", - "indexed": true, - "name": "process_61.json", - "s3_etag": "da1aaea8fdcee61b7b338fcfa0aacd83", - "sha1": "5d891ed1714e454414991a8bead2d7624d43d758", - "sha256": "fdab61e175f220ee7fbb7c3d30a6baeabfe3f223e55bd09e1ae5440867239361", - "size": 391, - "uuid": "7c1e17c5-979b-485b-b0f9-067141f73f50", - "version": "2018-10-03T14:39:36.826197Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5c5a5350", - "indexed": true, - "name": "process_62.json", - "s3_etag": "a1166a4c16b639bf1aa20a4d11e348ab", - "sha1": "2de794b91e569c51c79ca5d352cbbb7121d48ff3", - "sha256": "a434349057072c96a12347fa5267b99e2ffc54d256c63c44a7af57b6398d99fa", - "size": 391, - "uuid": "afa03a51-faaf-4020-a486-13464c6a7154", - "version": "2018-10-03T14:39:37.096488Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "290ecd7a", - "indexed": true, - "name": "process_63.json", - "s3_etag": "9032c8d7e20a1f606721a1dbf2204809", - "sha1": "29ef41185ef6972258b09a0ea16af180bb37daf8", - "sha256": "1feddbaa40ea3a835971bcad6a0f71202ac93983802d989ee1d72fc922ecb4ac", - "size": 391, - "uuid": "71d78948-b4c6-49a8-9f6b-280129af1af3", - "version": "2018-10-03T14:39:37.420506Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b610f301", - "indexed": true, - "name": "process_64.json", - "s3_etag": "52577e3001cf7aa37c54d115e4569eb9", - "sha1": "a8d823c6d08ba438fc9271e3da086ff0e1e0a630", - "sha256": "1c90c1cff0c5caa9971c319ef623d0f78af59716dc7e7302609d232750c27021", - "size": 391, - "uuid": "023c0a15-5a1f-4d70-b6b2-d6094725f380", - "version": "2018-10-03T14:39:37.695227Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "fd8c7c89", - "indexed": true, - "name": "process_65.json", - "s3_etag": "22b5a04fc5c5e02e8792e63515e50bf3", - "sha1": "f9e0ac21636713acd5665707712b6ddfdccdf013", - "sha256": "fc9a3a8775219f5cc609e9a0896e17640a3c88822c3843512d861a0df2d22d10", - "size": 391, - "uuid": "95dc7705-7905-40c4-ae21-f417d99c1f57", - "version": "2018-10-03T14:39:38.464926Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d69000d8", - "indexed": true, - "name": "process_66.json", - "s3_etag": "593397716710d9ea17be097d5586bc0a", - "sha1": "5a0fca0b685aa8ff17ef8dd0f2623f0008df1336", - "sha256": "ffb4637e4b553b64712a443fa87bbd11d8ca0a6e3667c7a6405d09878aa1933f", - "size": 391, - "uuid": "8c16d3eb-3a35-4510-8d8d-5097fdf4f277", - "version": "2018-10-03T14:39:38.674959Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ee9b0ae0", - "indexed": true, - "name": "process_67.json", - "s3_etag": "4ac668973bd4f1bfdb08a1023c1a368b", - "sha1": "814cf875fa581a3320522998d7b279acc789eea0", - "sha256": "b93fa1e676eb536777fb8cea632ebdbc44fdb6fba5357f73df6af031a6827976", - "size": 391, - "uuid": "b735fe09-b90d-4b19-8215-ae381c9b6c7c", - "version": "2018-10-03T14:39:38.998041Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2e71138e", - "indexed": true, - "name": "process_68.json", - "s3_etag": "5afba82c42a8af7cfffed3d46b3f1d84", - "sha1": "bc357cb87395c5bb629b0aaee2dab8ce8a73714c", - "sha256": "c554a514b311584ffd82492fa4a01e06d0f565e6f280ee9c6f03d7f55d1ce680", - "size": 391, - "uuid": "ed803458-c753-4aa3-85f4-9460aa6bdd01", - "version": "2018-10-03T14:39:40.395705Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5c985031", - "indexed": true, - "name": "process_69.json", - "s3_etag": "75650228c96134d3b2876433d4ef4ce3", - "sha1": "ae328e2434371c431654be5b00125ee513cc57de", - "sha256": "bdef488326edd54d110ddc799476b48f615788186f5f2eac59bd9a34bd03a250", - "size": 391, - "uuid": "3144dcfb-b371-42d6-849b-7f8c2bd663ec", - "version": "2018-10-03T14:39:40.685802Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b6fe476d", - "indexed": true, - "name": "process_70.json", - "s3_etag": "38f73c86eb402ff6a3b193765e0c8e88", - "sha1": "88169e92dcb6067cd48c348aa3c78f459efb4b8e", - "sha256": "0d575200e678a67c34c85038bb5230846d1273c81959eb51a49727f5e0d86ade", - "size": 391, - "uuid": "61c7f8b3-9620-4d17-b4cd-dc1419b43f0a", - "version": "2018-10-03T14:39:41.035918Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b8cd4acc", - "indexed": true, - "name": "process_71.json", - "s3_etag": "cbe66d1f837e1a761732629b90b2688d", - "sha1": "12188dbed1710ccc5a45285e7020891a3ab7bc1b", - "sha256": "5cb220d1f9999599d541b5c6ce12afb5e0ac720ca285e1f4951d1d109d255b5e", - "size": 391, - "uuid": "14edc0e1-d158-4a70-80c3-e2f5be01b495", - "version": "2018-10-03T14:39:41.665993Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "93173838", - "indexed": true, - "name": "process_72.json", - "s3_etag": "d3efbfe556e50c7fb547d21d6ad56b28", - "sha1": "611ef16336cc82fa67fd39d4aff944a2866ab2a6", - "sha256": "ce918119995b54df4c1a2fc2a8b0f2530c8727c9d9c1c2626ebb7aa9dd7e8919", - "size": 391, - "uuid": "2708c5a5-e4f1-4381-b2d9-615b71852065", - "version": "2018-10-03T14:39:42.131337Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "087f0af3", - "indexed": true, - "name": "process_73.json", - "s3_etag": "9e33c75d6cb5a6fb09cf391f0bd467da", - "sha1": "502515ae371147c3d8722bc84c08ac3c9abfaf39", - "sha256": "e4023dddf0383ce84c9253aef90466a397744a799540b01196708082e6cf57d5", - "size": 391, - "uuid": "d282bbf1-fa9e-4565-8424-fd280b38c192", - "version": "2018-10-03T14:39:42.425935Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b4b54433", - "indexed": true, - "name": "process_74.json", - "s3_etag": "cd67eced1917fcddad21a94790abbb7e", - "sha1": "d25b35a1501a3821b4f0a653f4ac6617f48fe954", - "sha256": "f8fef8f3486d536a583dc3bb39a4696679fc854efb48adbfcfe7245bd44ef5b4", - "size": 391, - "uuid": "d8bc6a75-ef33-42f0-ba3f-929c86aa4c4a", - "version": "2018-10-03T14:39:42.915973Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "58937e0c", - "indexed": true, - "name": "process_75.json", - "s3_etag": "f4a39185405eca97fc7d770577d0083c", - "sha1": "20c1b8dfe27b4f1f3e421fa1463edfca51a66430", - "sha256": "e5ddcac63732ffe0407e9b247a1a0f83c521067f77af25bfb6b8aba89ebb05b0", - "size": 391, - "uuid": "87724346-0767-4373-95db-1d152c5ff4d2", - "version": "2018-10-03T14:39:43.356059Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "69ccab52", - "indexed": true, - "name": "process_76.json", - "s3_etag": "04f2193197372d791ac755f0ca0d6f8b", - "sha1": "7dda42c71166b7163c1365c3bef7067b3b7c71d4", - "sha256": "f331809b7eb2ba81332ba64287c82d2c31bfd35adfc620a885f48c6ac09359bd", - "size": 391, - "uuid": "e6dbed50-e897-4c58-8684-d358961979f0", - "version": "2018-10-03T14:39:43.599819Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "917bad7c", - "indexed": true, - "name": "process_77.json", - "s3_etag": "96939ce80bd26ee0cd27a1a0cb737e19", - "sha1": "1ba84b312f95550045b42f273bed2b2756310b0e", - "sha256": "bcea92927e727742765b48a59f278847e0e8fdce47f94dda5d287e2040345a89", - "size": 391, - "uuid": "0c26fb4d-de2b-499b-b873-1a7c1bb20dad", - "version": "2018-10-03T14:39:43.887643Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "83839fdc", - "indexed": true, - "name": "process_78.json", - "s3_etag": "052e7dc7a0845c2ae2acffde6ada2860", - "sha1": "56920bfb01ae03597c5c4c70684d23cf8ab988be", - "sha256": "d2c73a877fa3f19f79383bf81d5def6cf6ae6760362161e27fce9be8553560b6", - "size": 391, - "uuid": "e1ae2f9c-e4f8-4ed5-be4a-53ac612179ac", - "version": "2018-10-03T14:39:44.313475Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "71321ef5", - "indexed": true, - "name": "process_79.json", - "s3_etag": "634efdae318fa44be4b288ac0d4e0577", - "sha1": "3c353ad81a63577043804092daac3caf5e3ed810", - "sha256": "e4aad9352b255e04f2f2b5e0bac246ea734d510fe66e4f3f701d2579bed09679", - "size": 391, - "uuid": "309cb748-f4b3-46ff-a8ef-23a0c3a42a99", - "version": "2018-10-03T14:39:44.583062Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "34129ae2", - "indexed": true, - "name": "process_80.json", - "s3_etag": "db402dadb597f69c808de71a8d52fd2e", - "sha1": "0643f868aad5ce7b2d3a2a6497e3987188239403", - "sha256": "678a8729d95c326bfed477d477b84c7e22f3d9d42a037ff7baa48763dc58ab2a", - "size": 391, - "uuid": "2a7833a8-1c57-4f5c-82a7-b11dd86b8637", - "version": "2018-10-03T14:39:44.909237Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8f761a88", - "indexed": true, - "name": "process_81.json", - "s3_etag": "ad3aa4fda733b2bdcaa4cd8e9d26b7a8", - "sha1": "dd1d4c8fa447438e8d8d70550877a11fc5d15231", - "sha256": "da7ab38d5b384c2f3799a9c99d7819ad25868d01476de774aa87421bae4d661f", - "size": 391, - "uuid": "50b6918d-6f63-46e6-ab21-439a3c79d649", - "version": "2018-10-03T14:39:45.195170Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "55e180e8", - "indexed": true, - "name": "process_82.json", - "s3_etag": "5a1664901e9aa8448f2f2a8abdbf9093", - "sha1": "7e6e722780501bf995118718503ddaed62b66ecc", - "sha256": "e8805f70332ca3433455616d4b19c5da018643d9c05b4e4b6b8405ee046a8689", - "size": 391, - "uuid": "28e3da84-8768-4a26-980e-884418060211", - "version": "2018-10-03T14:39:45.550607Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ee203fd7", - "indexed": true, - "name": "process_83.json", - "s3_etag": "02b410fe2aafd6557bf189a2a4011050", - "sha1": "5076a25c890e1d37501339e525bd0e86f982acbf", - "sha256": "f644819f311de44ff65448883946677a6bf56ba0eefa97eb220a510c441e78cd", - "size": 391, - "uuid": "24ef50a0-f81b-4e0a-aa08-886d9c8a8690", - "version": "2018-10-03T14:39:45.762238Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "903800ce", - "indexed": true, - "name": "process_84.json", - "s3_etag": "5665e01f3045cab603936f8d31880157", - "sha1": "65e1518ac8f1d33b740ea1b36fcb20091cb921ca", - "sha256": "c436a048928b91310fba94ed6273cafd6f9bad421a48c1ff083eb00dee86e9b2", - "size": 391, - "uuid": "55f55615-93b1-4d56-b4db-6851ae8c2ccf", - "version": "2018-10-03T14:39:46.002008Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0c03334a", - "indexed": true, - "name": "process_85.json", - "s3_etag": "7fac813ffeb94a6e33a143c7d92d2b0d", - "sha1": "3e05a56a3724cae23557eb54049de6241813e035", - "sha256": "cd2981cddb83fdc35e218a4301e3350d239f9d8322a517c74b6f5cd4e5a1ec51", - "size": 391, - "uuid": "cd0e9fbd-cad9-4a26-bc71-808f5c1c1c37", - "version": "2018-10-03T14:39:46.378987Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "352a0201", - "indexed": true, - "name": "process_86.json", - "s3_etag": "c8167eb453674645511e72472e5a18f0", - "sha1": "5c1a1971f758edc1093e19ec509c3326f9151002", - "sha256": "85fb0700d745264bcd6a23cb3f3bc84b76fa0186e9f854bfe2484c30836681ac", - "size": 391, - "uuid": "c90ca611-d560-4755-881a-eb58bc3014c2", - "version": "2018-10-03T14:39:46.615934Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ae9c4708", - "indexed": true, - "name": "process_87.json", - "s3_etag": "a2b4cf8bc36b096a90cd6cb05279b7f5", - "sha1": "0139b670ea5b32200e77ec2e72b237b491a8e5d5", - "sha256": "04648a3e174269505205181baed4da3ba95f34af2affcc90af741e8cc5f50089", - "size": 391, - "uuid": "904a4d45-f245-4971-8867-357e98b546dd", - "version": "2018-10-03T14:39:46.833422Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ad3a1896", - "indexed": true, - "name": "process_88.json", - "s3_etag": "b8baafab3957ca172f327f780b4b596b", - "sha1": "45d00af48342bafd1d3ad56232b9b4c0fddd2974", - "sha256": "5e28543966a10565bc71447344a146ee23a0353a8a148926ed0c363351908811", - "size": 391, - "uuid": "0a4e7fd4-2b9f-4ab0-b562-c05d4ec070a0", - "version": "2018-10-03T14:39:47.075810Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1fecbcc6", - "indexed": true, - "name": "process_89.json", - "s3_etag": "fa5da6c254c1bac73b3f2e3ca7e1cb61", - "sha1": "7f9acca570c60869fb1e10648fe7a131b0f233b6", - "sha256": "43a916f86c9f2ae9af1ac61a22863b8a092a912f0008b40b464787eaa5f95dfa", - "size": 391, - "uuid": "d37083aa-44e7-40b4-962b-b75b60bd1c1a", - "version": "2018-10-03T14:39:47.386761Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6fe41f1a", - "indexed": true, - "name": "process_90.json", - "s3_etag": "af8f4a5aed2b816947c4fbaf746c8271", - "sha1": "75738c9a294b21ac75549d31ba047f1c430eaf58", - "sha256": "13f74dcfaca9dcdc0184df386fe846516ec2a8882a546519419611f5fc69f94e", - "size": 391, - "uuid": "ceffe756-2f76-4eb3-ac71-81b671417921", - "version": "2018-10-03T14:39:47.636863Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c2c42e2a", - "indexed": true, - "name": "process_91.json", - "s3_etag": "1c9888e66d789d5d53a31e0617f3777e", - "sha1": "300dbb705206956dc818b3465e9ab70c907d21b4", - "sha256": "5832a2eb939e89b4e551ee5e8bc7c5c73c9c904f2353d01b41c395322c204fc2", - "size": 391, - "uuid": "d1776e61-bc3c-44a7-9822-1f2283b2522d", - "version": "2018-10-03T14:39:47.887090Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b9f3fb55", - "indexed": true, - "name": "process_92.json", - "s3_etag": "7bbfa5d5bc7d36791f5347f6c480fad7", - "sha1": "096c92b8c5322f867b50c1e9cf3f1819a31b8d89", - "sha256": "b200c3a2fdcf86cbf398a1cf362b00dfce1afb90aa123a0aadc800861c881acd", - "size": 391, - "uuid": "2f8f6f9d-8776-412b-8b90-39200659ea2f", - "version": "2018-10-03T14:39:48.362135Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "99d0ef3d", - "indexed": true, - "name": "process_93.json", - "s3_etag": "002d361d027c372aa354321dbdfaba50", - "sha1": "4b0d9fbefe623f42ce3f13a63068460c6c62da26", - "sha256": "4cb6a5f0239871b1a0d9133e60510ecc3bfaaa10869bd29dfd249ad70d642ee5", - "size": 391, - "uuid": "d9c0b712-8e43-498d-9351-28082637992f", - "version": "2018-10-03T14:39:48.766242Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d1f839c7", - "indexed": true, - "name": "process_94.json", - "s3_etag": "2bdafc1a4df0bee32f64956da55c3c7a", - "sha1": "3453520ffa243bc6f7d73c59ee39e29ca725f2d3", - "sha256": "112954d8fb85aedadeb6f8689294ae87ccee5add33bb939f5961ba2d034c1171", - "size": 391, - "uuid": "3b45ee92-c5ba-49dd-b936-3d0c3262e820", - "version": "2018-10-03T14:39:49.070949Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0fd72ec4", - "indexed": true, - "name": "process_95.json", - "s3_etag": "88d8fb30dd397be6e3761fac060044f6", - "sha1": "021333325f38c52b932b85ee78ba79274468c1b0", - "sha256": "be3b7714bcb8d08d9be80d40f06731b2e17489833453f0d2c84471c4a6fb72ea", - "size": 391, - "uuid": "8eae0593-bd62-413b-8112-925c77d52aa5", - "version": "2018-10-03T14:39:49.550506Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4576153f", - "indexed": true, - "name": "process_96.json", - "s3_etag": "f286003b6e2e347984e18ee7f10c5695", - "sha1": "3f826306ce06209c454068b6585450041ecf97a7", - "sha256": "5c21511b1e51f273a1fc8e5bba95f93b7e42a74bc1f50d9e4e4b9ed691eaff2a", - "size": 391, - "uuid": "e68c4790-33ba-4043-bf6a-d1f8cc43d6b2", - "version": "2018-10-03T14:39:50.130751Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "19c70e38", - "indexed": true, - "name": "process_97.json", - "s3_etag": "f35ff72365349e862dfe7519adaf4ee3", - "sha1": "be825f7570471f867c0819037c2b8a94fbca44fa", - "sha256": "8432205c30f006cc3ce1d40f6c17326c0f62b1f66b5a80dca6636154e56f3fb7", - "size": 391, - "uuid": "e31b881a-1c5b-4388-9ad8-5defb087424d", - "version": "2018-10-03T14:39:50.395287Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "904ce617", - "indexed": true, - "name": "process_98.json", - "s3_etag": "334a9f63d40ffb49bbf04b5dad7eb5d6", - "sha1": "44c0980f7aba59f4338fa045b013f26f8439b539", - "sha256": "0df29f31899c5c6dd687d28e5fad18b80d306eecb468179bc10a08aec2ed6d8b", - "size": 391, - "uuid": "40ec7b86-ebc6-4bd7-aba1-7bbe3c47237d", - "version": "2018-10-03T14:39:51.036298Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f65465cd", - "indexed": true, - "name": "process_99.json", - "s3_etag": "5c04192623952a809a704d313da382c8", - "sha1": "f454745bdd36a9841e8b5787b9c6008ae2d8c856", - "sha256": "aa5ff584bd5c3dfd5ad9a402d51c4bc3a1ced5831f1224e0086830a1fbcec7a9", - "size": 391, - "uuid": "9fe258c1-bda5-49f2-a9f0-27bf1c60d8e8", - "version": "2018-10-03T14:39:51.286267Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "177de94a", - "indexed": true, - "name": "process_100.json", - "s3_etag": "ffa28e5c5df8ac23f0623980baddcb37", - "sha1": "c18a7b0dcd5206b46c1ed04d354037a96fbabdc1", - "sha256": "3ebf4df9a538f426f369ee6289395fee03c693b1d5eb467988abc62d7e7e0fd9", - "size": 391, - "uuid": "c0a5b08e-171f-44bc-988c-6d97b34cf9e0", - "version": "2018-10-03T14:39:51.747193Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "816077a4", - "indexed": true, - "name": "process_101.json", - "s3_etag": "692b186a127356e8966d196a6aecc1cc", - "sha1": "2a25242af5944bed9ace86974e917462dbb8475c", - "sha256": "ea026ed24f7b8f83fd1bf9659a45e9b48df8601e9c4be008c7242e7c515bdb89", - "size": 391, - "uuid": "895beb4e-b3cc-4b29-8af1-3a1fd371df33", - "version": "2018-10-03T14:39:52.105525Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f71235f0", - "indexed": true, - "name": "process_102.json", - "s3_etag": "64ff99acc17936a80870cecb028b902f", - "sha1": "d4b67d6b36aeb28778b5c2ecf5dc925f16305065", - "sha256": "1fa7a1a14d91c03beca57b54a6f3389eb1abd3eb43878b177dda769219ad6412", - "size": 391, - "uuid": "5f9cb191-61a4-4134-8365-43cc7933be9a", - "version": "2018-10-03T14:39:52.393091Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "85b8899f", - "indexed": true, - "name": "process_103.json", - "s3_etag": "fa8b398efbbc7cc7cc21769d9fd116b2", - "sha1": "098c0c938b75c9447772a13b3e0d4b8e2598060f", - "sha256": "bd72aba7b5d0e2a4eb155309152a86cf4afa3a9ce17f09b99a0a06c80b5d0429", - "size": 391, - "uuid": "ac52cf25-e009-4f3c-ab17-29bd7ed0c723", - "version": "2018-10-03T14:39:52.710532Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5f08d39e", - "indexed": true, - "name": "process_104.json", - "s3_etag": "6722477e42e69a0d4851f22c7774f6e0", - "sha1": "a973221ab688e18b439a63eadd3ea4f462640dcc", - "sha256": "2957b8bd48f61d4ff3c678f18f29caebf926a97f037a6c9119e261c01b1ebd72", - "size": 391, - "uuid": "f6f157ba-df4a-4b6f-b832-f9eca9e4962e", - "version": "2018-10-03T14:39:53.087603Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9638bf9b", - "indexed": true, - "name": "process_105.json", - "s3_etag": "5fad5edfb0c6405216485cee4f7de945", - "sha1": "8b15f6fe40c435f159628c39857a96766d2b657b", - "sha256": "6a21b561e991a89db1d592c8690eb91ce919f3ad0388ad14955413e190a40945", - "size": 391, - "uuid": "960d97c5-b30c-4f22-be2e-f85a46215058", - "version": "2018-10-03T14:39:53.525152Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d4a07a2b", - "indexed": true, - "name": "process_106.json", - "s3_etag": "fe3ab3fd95f294489bf01ffa87b5eb66", - "sha1": "8debb774142a32b18ab45cde81fd3de66433971c", - "sha256": "f25619bb7706e5f4e6d4ac2156ff8099e2632802bd68f0b9a95096ce44234878", - "size": 391, - "uuid": "78f6dc92-6e5b-439d-a690-73453f6b61a7", - "version": "2018-10-03T14:39:53.992498Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ef4c5e93", - "indexed": true, - "name": "process_107.json", - "s3_etag": "efa29959b4bff3111229387d131ba267", - "sha1": "24ac1c4cf4d016cd7c29dea46ee55f89aad70e51", - "sha256": "e590ed899b2e916ecded93adebfb859cc6fcc6343212e02cc3c5ed2df2a2685b", - "size": 391, - "uuid": "77f79f0b-938c-4107-973e-0c8629f53f97", - "version": "2018-10-03T14:39:54.283349Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b9d56285", - "indexed": true, - "name": "process_108.json", - "s3_etag": "4f17e0934fd4341aba49cf5e624d6de0", - "sha1": "4bfa8e7aea380e6142c47d000f7e8aa88a0f9faf", - "sha256": "b32185952c530e401c55716f7864ad286ca2f99016fb86cf548ebd1cb6976f6b", - "size": 391, - "uuid": "4dc653e3-bddb-404e-b046-93f25457b485", - "version": "2018-10-03T14:39:54.519233Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "91c77871", - "indexed": true, - "name": "process_109.json", - "s3_etag": "017fdf90c915490cb8d0a6f6ef23a070", - "sha1": "93cdcd1c47f5d2a806cf3d72911c78c6df9e5b70", - "sha256": "dfc646fb2213be5de435b6522a256e75738e3447d07e4cab84885a51cf2bcb86", - "size": 391, - "uuid": "675d4a06-7996-4396-9aab-4ec6f8dc3ffb", - "version": "2018-10-03T14:39:55.110849Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "93b04f0d", - "indexed": true, - "name": "process_110.json", - "s3_etag": "f01906292f332502fea27b749628feb5", - "sha1": "d827712aea343aad0425c3f1fd434333c0458a1f", - "sha256": "cc77f04b79b92a2ad4ea80694220fd0de5445ffaa5b011830b5b8e6179297e43", - "size": 391, - "uuid": "a236f1a7-b981-4ad5-97f9-a1fc344965d1", - "version": "2018-10-03T14:39:55.409971Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5b1bd27d", - "indexed": true, - "name": "process_111.json", - "s3_etag": "ac19b24e34e1f418eaa6f0a7564023bc", - "sha1": "f084aac76b666ba90e584aec5e7d906c79e9414e", - "sha256": "4ec74e36fbf284afa2acda5d3903846dd9612f5181f2971bdea2321372ced2d4", - "size": 391, - "uuid": "60b6d678-b0e6-4bae-8a3a-f216f0b9bee5", - "version": "2018-10-03T14:39:55.710232Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c2f64577", - "indexed": true, - "name": "process_112.json", - "s3_etag": "ab94088f5d816500a2966d59e06f169d", - "sha1": "337436b1efbe2c14c8aeecf4def7557a6f0f61d9", - "sha256": "afaede583eb2fc152d6f73f83007ec10dead73ddb0b101cc8baa2b29288bf62f", - "size": 391, - "uuid": "f955da94-772e-428e-a8cc-79ad19547dd1", - "version": "2018-10-03T14:39:55.963149Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2205ece9", - "indexed": true, - "name": "process_113.json", - "s3_etag": "4cdb30928739f7a312c49137218878ab", - "sha1": "eea4cb39d87bf3b9ae89e431d72a261807ab29db", - "sha256": "6af53a54e089430efefd684cd1bb4091d4fd59d543189509bda645c51ebecbf0", - "size": 391, - "uuid": "cab574d5-e916-447f-af40-8f88bb530318", - "version": "2018-10-03T14:39:56.243742Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "18788c6b", - "indexed": true, - "name": "process_114.json", - "s3_etag": "d9b0b7649d879c14de4e3572b367b3f8", - "sha1": "d99c5d545c56eed59cec70df1fe1e25bb68d94c4", - "sha256": "02c14d7c5273c4fac49e1d02646de8407752240c595ba95614714814d5c22c91", - "size": 391, - "uuid": "173d6eae-8a36-4421-8292-5d8a54abe3f8", - "version": "2018-10-03T14:39:56.550686Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a503ab6a", - "indexed": true, - "name": "process_115.json", - "s3_etag": "3f0c8e126ea0b4be6fc3b56ba91b87c9", - "sha1": "2c6cd5af91d2a27a5d16afd3f1ea2616c3556c4a", - "sha256": "1d9525968c57353089526cf629bb84d967e7f34e575974b736f6a230343ab61f", - "size": 391, - "uuid": "003acbd3-50b9-407e-bd45-83a3e34822f5", - "version": "2018-10-03T14:39:56.776898Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e549c628", - "indexed": true, - "name": "process_116.json", - "s3_etag": "a8157d7b08fd266945cc9e2870ffd482", - "sha1": "d5206ff3e4427977f91941e7c37ecc0841380e36", - "sha256": "cf91cf68dbd93d77bd14465e2d2be7f8052bc18f35b478aba9386cb8d0b0b5c3", - "size": 391, - "uuid": "468751a8-396c-4529-b491-e007f427bafa", - "version": "2018-10-03T14:39:57.024250Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2fecf4f8", - "indexed": true, - "name": "process_117.json", - "s3_etag": "5931f3e57798d436e48d0a126b814a59", - "sha1": "76c61c3c6766a24f7cf76227b9e05fd8924f2c9c", - "sha256": "508c78132939cd148ba2c2ddb0c710df80e767e879ce4c259a2bdd1a1823c294", - "size": 391, - "uuid": "09ee7b7c-47d4-4ba7-aa3d-e657f210005e", - "version": "2018-10-03T14:39:57.405572Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "de4d9c7b", - "indexed": true, - "name": "process_118.json", - "s3_etag": "11800d73461b93339550d519ae2ad831", - "sha1": "375aa0ab1cdab58470793db8cf06736ca547dc0c", - "sha256": "f041b8ffc3792099bb212d6f6c4de94eae56dd029d5ef7a0cc32fd7b5fa5217c", - "size": 391, - "uuid": "e8d0d039-d594-404f-9168-8d05787bd540", - "version": "2018-10-03T14:39:57.704675Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "57068f81", - "indexed": true, - "name": "process_119.json", - "s3_etag": "d63a6efb812b3f9e461a13de793479b9", - "sha1": "ec75c1d52a8f9e12f5904df6ee2c940508ff7d41", - "sha256": "cde37c18506cf582bbabcc4517ea7fcd178c54210ce0fcd72bd89462fd9c9721", - "size": 391, - "uuid": "84896b33-e428-4620-9d25-edd5da9dd23e", - "version": "2018-10-03T14:39:58.084659Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f7edf40e", - "indexed": true, - "name": "process_120.json", - "s3_etag": "076e153d2ef15d124f77b76e59d82712", - "sha1": "52a0ca1a2c7b1c8e7f989bb5aa2d114a5632541b", - "sha256": "e399ff31c8eb3e41233d48952a003a3088fef064c973ae9fea847444825cea86", - "size": 391, - "uuid": "ceb6ef07-0ccc-4fc0-9fe4-efe09e4fe8f8", - "version": "2018-10-03T14:39:58.405041Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "71e4acd4", - "indexed": true, - "name": "process_121.json", - "s3_etag": "cbb34178637df57db12be2ffbd9c558f", - "sha1": "54f45c4929136628212ae9f2936b318df01bd49a", - "sha256": "37d95cf9fc0d143866c80bc1838e25a5c5bc045461bd37c8deade18d34d94612", - "size": 391, - "uuid": "ebfd6937-49ec-4573-955d-92a39d6a0488", - "version": "2018-10-03T14:39:58.705658Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ead969c5", - "indexed": true, - "name": "process_122.json", - "s3_etag": "5771806f490070b3c53cdb198228843d", - "sha1": "b19eca8749334c1beadd15f6e08fabde3b98fef8", - "sha256": "93d3d161cb28d0d0ddb74e2655a2ea726fba073b660c0eac687c1ad176725136", - "size": 391, - "uuid": "d6cd0f2e-4b5a-4574-8285-a41ad6bfbff1", - "version": "2018-10-03T14:39:58.985450Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6e41cf52", - "indexed": true, - "name": "process_123.json", - "s3_etag": "ee50b92e29453a954b5ac6763cfa4744", - "sha1": "edd8bb1cdd085e205511096b10acde695954ba84", - "sha256": "1eb1f1c0181fba99c53604bb32f567d526896f253115c723cdd3e8031f61e80b", - "size": 391, - "uuid": "29e91ec5-0203-4cff-ab8c-de85845b59bd", - "version": "2018-10-03T14:39:59.314819Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "22efa79f", - "indexed": true, - "name": "process_124.json", - "s3_etag": "5ffc8bbfcf16c513cac0b118dd122c49", - "sha1": "5b2f49992cf30f588bf090006f79dc05cb5a93b7", - "sha256": "7a1fdaf7038a39b783a1614d3cfaf5081f493b9cad1a222c0d376bbcb76ba92a", - "size": 391, - "uuid": "fdcfbb5d-dcb8-4a85-967d-55b93459bf8d", - "version": "2018-10-03T14:39:59.767230Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d9e4088d", - "indexed": true, - "name": "process_125.json", - "s3_etag": "41fbf1c70e0d8fc94b9dce2a8336a632", - "sha1": "67481bf5a055cf566f57a6178b467ec35e97b829", - "sha256": "b92b00346e42d22b253ba91246aaea154ba4ea897a832eca6ef456de6097e405", - "size": 391, - "uuid": "14d35dae-8a80-4d01-b72d-437616c33668", - "version": "2018-10-03T14:40:00.190429Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6de80a76", - "indexed": true, - "name": "process_126.json", - "s3_etag": "55a1e8cc94a862f56bc09edd2d8f5e87", - "sha1": "1bf4fa90b7fa314e88ba74c0ea9528bc2f94a079", - "sha256": "81fafc6f88763aa78acfc44839964dea448414b00c3e9a2ed7039cd7ccdb0d57", - "size": 391, - "uuid": "839f6c93-cbed-4a31-a896-f69dfc00ec66", - "version": "2018-10-03T14:40:00.438849Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7fa3d6d3", - "indexed": true, - "name": "process_127.json", - "s3_etag": "c08c75ae66f19e40e49436b6ba1fb701", - "sha1": "ed29eaf1c7034bcbc103e619fa7c84ecbabd3edf", - "sha256": "39d1b71a0aff0e83e589947f458773596077e5e9d3f655e71a86c1b685af27aa", - "size": 391, - "uuid": "00d28e19-3708-4a45-b658-0483f3f345e8", - "version": "2018-10-03T14:40:00.739578Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "da53b64e", - "indexed": true, - "name": "process_128.json", - "s3_etag": "e9e6dd366125bca047c54ba64a134b89", - "sha1": "8c8c493fa505a01fe8fc7950b05789967ed3379a", - "sha256": "a09e29b7bdfaf591407dd877a4c7bfbe267c67cf3e28474c33efa9e37d9053e2", - "size": 391, - "uuid": "2177bd90-1778-4012-b658-b5eac6fc31b8", - "version": "2018-10-03T14:40:01.010762Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "51b8f052", - "indexed": true, - "name": "process_129.json", - "s3_etag": "82c59a793d9da4d399a3c15e0e760ec5", - "sha1": "093ced9a88a6529f83c3a8cfa878d77cc0b7f881", - "sha256": "52d795aceee5cab4105229f56c0bc87fa2bbb8baf64ff87682943e2e281743b5", - "size": 391, - "uuid": "59698450-da74-4160-9089-2f6687562bc5", - "version": "2018-10-03T14:40:01.716383Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "069e841c", - "indexed": true, - "name": "process_130.json", - "s3_etag": "53880cb5ca99c261bb464fe8f7a37885", - "sha1": "b8457b002a806ef906c9d634872c4f2fffb33f0c", - "sha256": "0dedbc8b43cd4886b5b544b7fc8745ac80f00c0fee5305f0a4841456f86f5a58", - "size": 391, - "uuid": "4dda8259-2e84-4ac3-a9b9-53cd56933415", - "version": "2018-10-03T14:40:02.150163Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5b5d2713", - "indexed": true, - "name": "process_131.json", - "s3_etag": "01ec74a64ac302bbcd31204ea1678eb9", - "sha1": "5e46b67d5d6e2e88b277cdc7b27d384246794ce6", - "sha256": "0fb51f4bac545d1ac02e14d0978b6f2abf528ed01c77fc2f5ce29cdba6accc14", - "size": 391, - "uuid": "574bcc1a-aa15-47e8-85c2-0fcbb68261ab", - "version": "2018-10-03T14:40:02.431782Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "81520d86", - "indexed": true, - "name": "process_132.json", - "s3_etag": "3c900d4f1e4d026d516e5a0786b0a5e7", - "sha1": "5717668db4a6a37d29c0cd5e90ddb48578656e42", - "sha256": "ae7f0bea776334d7db75ac980f8f917352dbab4bbb79d1cdfff52531145b2acd", - "size": 391, - "uuid": "0c6a1c50-e6f3-4fb4-8671-e9312670335d", - "version": "2018-10-03T14:40:03.029663Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "06a8d50a", - "indexed": true, - "name": "process_133.json", - "s3_etag": "41b7042b22f96aaad0e47e244337cd38", - "sha1": "97264c4ea2fa16e96c591ebc5cd35809bf7a2119", - "sha256": "36b568ae96f64779be09472f91a87cb20ad73ffe7bb58cb5b35c702e9371bd31", - "size": 391, - "uuid": "83726606-87ea-40dc-8a16-f40e6774cef5", - "version": "2018-10-03T14:40:03.343432Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "92a2d3bf", - "indexed": true, - "name": "process_134.json", - "s3_etag": "fda78647f3e001a7212ef4ba9854e645", - "sha1": "d3480f101e33a77a3d50d1fbd41d2ddfd139aa34", - "sha256": "3ff670a553e17c3e7d197ad3bec68414370b017af8378057a9ccd7f11d48427f", - "size": 391, - "uuid": "0167a28c-32f6-4b9d-8c88-642cc26e8916", - "version": "2018-10-03T14:40:03.612401Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6ae5164f", - "indexed": true, - "name": "process_135.json", - "s3_etag": "de38d4360de6575e2230e8b7f9ce2834", - "sha1": "9ad2ad745fa6720d45a97364c7165f1621b4c5cb", - "sha256": "54a168a90b2bf536822d3777d79945cf6cb43fdcd28628a46a80e5187cb65bf4", - "size": 391, - "uuid": "ecf6f18a-7eab-4feb-8022-63129cd82b30", - "version": "2018-10-03T14:40:03.812395Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4d0e25e9", - "indexed": true, - "name": "process_136.json", - "s3_etag": "e087f433ddf32ec5cb410d9d5aa76f08", - "sha1": "8b023460fdfb89e05f38c457d2c8d8c2ac0ddc82", - "sha256": "f1d0738f9b4e95755cabbeebde7a299dda3c370b0db9b846f02117864d6cd9ae", - "size": 391, - "uuid": "eba1c33c-2a11-41fa-b3cd-d345f5b7030b", - "version": "2018-10-03T14:40:04.211886Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ac44b20d", - "indexed": true, - "name": "process_137.json", - "s3_etag": "1d61dbda5e1eb1fb2ee14a5ecac3860c", - "sha1": "13ccd8160fb973667d1f42b7dd9871d99cde138f", - "sha256": "ab975169651d6882cea9f4d30958a44cce91cfab317b77189849113cbe2dd283", - "size": 391, - "uuid": "4b6bf410-4a3a-4c30-b28d-584e0faa3b33", - "version": "2018-10-03T14:40:04.573299Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "22f0397d", - "indexed": true, - "name": "process_138.json", - "s3_etag": "73652c65393f47694bcff525fc8885ea", - "sha1": "23ba96c3a6578daf1f8a507a58622c055e6b06e8", - "sha256": "cd2f6e8d5321f2d560aa04f56b2dc8d280b626a761d5d22b53bfa7ce712a06db", - "size": 391, - "uuid": "bbb99052-1caa-4827-8237-a689c9a5c671", - "version": "2018-10-03T14:40:04.822465Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "891a0007", - "indexed": true, - "name": "process_139.json", - "s3_etag": "e041ec6675189d3ff03eb0203de9ca70", - "sha1": "af689a0bb00be01b1693c319a32a5f5cc0a31dd2", - "sha256": "3701fa572bf60093e78f2264f88b235cec589d9fa5824e6b83f128c5b346ec4f", - "size": 391, - "uuid": "6bc46de8-0850-4df8-913b-81ce3a512992", - "version": "2018-10-03T14:40:05.049699Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7189de00", - "indexed": true, - "name": "process_140.json", - "s3_etag": "72d8d879e57d1a3edd1296a63d194e61", - "sha1": "189b24d8cab2c2db4827e637bb006dc412be3395", - "sha256": "3a672b32aa30172cdb616baa8c49fe3a38da2633d0015959447f919414a00ace", - "size": 391, - "uuid": "e1711ee4-dbfb-480c-9ead-cc1cc49cfe00", - "version": "2018-10-03T14:40:05.365631Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1c91b28e", - "indexed": true, - "name": "process_141.json", - "s3_etag": "ca8063be410c2e7197fb614b53d3cbd0", - "sha1": "334b58e0c5c586d23d3c4dc90b3e0ff6aed1c2be", - "sha256": "b32b9eb50eb34be06c95d428cd5741b22640911b2c8cc696bd12fdd3f5298236", - "size": 391, - "uuid": "cad5cb7a-3aca-41d0-8b96-acbb3103a23a", - "version": "2018-10-03T14:40:05.601247Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f724fbfc", - "indexed": true, - "name": "process_142.json", - "s3_etag": "a4bbbbccd9242c85b3987c51975ccad3", - "sha1": "968668a00c3c97cbce962946470ca9b1e2d59f58", - "sha256": "38dfddac9a6b9f401ce939a071a3383b543eccb383ab8f80cadc6013b13d6ea1", - "size": 391, - "uuid": "c056aedb-be1a-43b5-bde5-691b276a8251", - "version": "2018-10-03T14:40:05.847315Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "399752f6", - "indexed": true, - "name": "process_143.json", - "s3_etag": "606eaefcbae8f19c93c099ae96667434", - "sha1": "fe8a223b79b50e20fd61cb696a2c8ccec905c019", - "sha256": "e49b40ce694cbffeec90102e85e8396ee5af90596d6b7a96b277f55bb5e9dc24", - "size": 391, - "uuid": "8eb253a2-76b9-4e1d-a446-021ff683984d", - "version": "2018-10-03T14:40:06.080115Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8e3878d5", - "indexed": true, - "name": "process_144.json", - "s3_etag": "dd1caed697060be39b265834032b9e6c", - "sha1": "7fa3aa3e72c12674925f01bec5e9ef2be081eea5", - "sha256": "740b767144b8ba75e183c30dd1337dee8f916dff9413b039d2f94dfab1867b8e", - "size": 391, - "uuid": "cb85a088-9924-4765-953e-670576d80c88", - "version": "2018-10-03T14:40:06.435436Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d7001061", - "indexed": true, - "name": "process_145.json", - "s3_etag": "c8e551c01b9efbbb935462b231fa341a", - "sha1": "2d5699c241a1f7726a6ba669d3d0565a00cbd467", - "sha256": "822fcbfc3fd3c0f8695b3e26ee9224f734446a4536238f67e1fc85f2498a7608", - "size": 391, - "uuid": "9f44febf-5f1d-4e3a-9588-63c43c01e554", - "version": "2018-10-03T14:40:06.765122Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "38d9694e", - "indexed": true, - "name": "process_146.json", - "s3_etag": "5b6af681ed36716660e408feb6e9ef60", - "sha1": "624baa7aef72150f02ef7208b0ae7f59f4a48d3a", - "sha256": "78b64f152783e9527a27ed76647770fe158a52b17026a934e132565b3eb3a3a8", - "size": 391, - "uuid": "9a0dd61e-9961-429e-9771-58f3f7f711ab", - "version": "2018-10-03T14:40:07.042527Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d2ebfcfd", - "indexed": true, - "name": "process_147.json", - "s3_etag": "3b19c8460c4e5019db00513a5bd1ba1e", - "sha1": "93591f1fdf413d60853704e36e9184492130425f", - "sha256": "b96d9300ef7c1a4e006e9ce2591e16fe2a460c433bd3cd8e3764b64b34f828ce", - "size": 391, - "uuid": "c8c8e860-9a7d-49a7-8502-528b63da2518", - "version": "2018-10-03T14:40:07.304895Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e0dc90bf", - "indexed": true, - "name": "process_148.json", - "s3_etag": "2578363f861de5e98b501cfb6518c687", - "sha1": "6c8f009c08607a8a218c9f9dd344f168961422d0", - "sha256": "ad6ec23e067d9c44e7f50c90cffd0e1c0b2468c63aa96038abd96d30126fd15e", - "size": 391, - "uuid": "b6cf8d61-a706-4bbd-9bab-be8d46817fc0", - "version": "2018-10-03T14:40:07.577715Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3512d338", - "indexed": true, - "name": "process_149.json", - "s3_etag": "c5ddb55b2e4b87d7c0dad06756f8178c", - "sha1": "d8846a4d046d914decffa68a2e95ea82a86ccdae", - "sha256": "1fc7cc52c2b58a31d7c32ce5062a280fd72d4255bccb257590944549b2b99ef6", - "size": 391, - "uuid": "ce7d1edf-6c07-4453-9146-0974a788579f", - "version": "2018-10-03T14:40:07.921787Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "90f09082", - "indexed": true, - "name": "process_150.json", - "s3_etag": "2434c79c413175475bfa676dd5821cdd", - "sha1": "d28bcd7b5f39bdbda87bef2db0944b5c2faac0b8", - "sha256": "8e6c8fa7142370564667b7b2bb4e6fa9af0b487d21aad606cc00db1328c22306", - "size": 391, - "uuid": "f044e1e6-385d-49be-af93-f5ecae454904", - "version": "2018-10-03T14:40:08.287267Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5abb3ed3", - "indexed": true, - "name": "process_151.json", - "s3_etag": "2e3586d217934237c274553bd2b93786", - "sha1": "534f854a59679ea9a7257f66a7927546b90c40d2", - "sha256": "e398bfdc7b61bf57ebd8fde0907ef9d3bd92a96f0b9fb1188f412682bdad0b4e", - "size": 391, - "uuid": "77da32f2-9e40-4466-a305-d83c228133f5", - "version": "2018-10-03T14:40:08.555105Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "36e533d1", - "indexed": true, - "name": "process_152.json", - "s3_etag": "31806bba3f366956a80a8999c35f99fd", - "sha1": "ee7f09707f3f0fb9ca70e3b703898242f1ffb550", - "sha256": "fa02e9cc4826e10b131d8528a82f3a327f03f363a9987f551ca1919a97de524f", - "size": 391, - "uuid": "d3e99b39-343f-4b79-b82f-bdc15c2ac134", - "version": "2018-10-03T14:40:08.832497Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e41d5c5e", - "indexed": true, - "name": "process_153.json", - "s3_etag": "acdfe797805d04bd42a413fa5908c123", - "sha1": "154d21d4e683fd3b1d294ca9ebb243e909c91f27", - "sha256": "e721ee8b6dd7e6e22924852a70fa12dde1e6115916a870ae996bf87b5d634f6b", - "size": 391, - "uuid": "f18a67d6-1af6-40e9-b2dd-bdb6ff507411", - "version": "2018-10-03T14:40:09.136846Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2b52e3ca", - "indexed": true, - "name": "process_154.json", - "s3_etag": "47104db33cdde39c78d2fcca80ede0cf", - "sha1": "2c4ebab5cc54017149c9f5a8a9671075147063cb", - "sha256": "4a32384352a2b76e244ee34dc269a8df1672ad3cd1c31546980b2c2ce97a110d", - "size": 391, - "uuid": "9db2b842-085d-4911-bd15-c23da70e0ef9", - "version": "2018-10-03T14:40:09.519463Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7b3c71f2", - "indexed": true, - "name": "process_155.json", - "s3_etag": "5cafa9b32d99a0bba4aa2910771a7ec0", - "sha1": "e74a8d8f7cc0a09e1451345339ae23ac3982194a", - "sha256": "e20503658a4e1e2042b4d67fca4134c73869faaf7731f3312b4102c2220f115f", - "size": 391, - "uuid": "98bba296-21f3-47c8-b29c-e1b4f2918b09", - "version": "2018-10-03T14:40:09.848242Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "83933c15", - "indexed": true, - "name": "process_156.json", - "s3_etag": "6e7a075ef6ac3fedd3b49f0ec2400cc0", - "sha1": "70ec133ee602d25b645b424ede80d40d484f762e", - "sha256": "af71a61e79ba66ea691d4cd44100a8c204ad72ad437e9c32d309fdbaf97b2f9b", - "size": 391, - "uuid": "96bcce65-2618-4401-8701-0e59b17ef0cf", - "version": "2018-10-03T14:40:10.529752Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "94723faf", - "indexed": true, - "name": "process_157.json", - "s3_etag": "33d770a8391858b78aa1c2f5606fa6de", - "sha1": "cca198419427775205defe9169b53dc97dbcacb7", - "sha256": "68c49d7bd43286e320bf7b5c45347e419cac36630724aed6b1b3cb9a6c2719d3", - "size": 391, - "uuid": "8fd5f176-05cc-4607-ba85-95f2f5ed46f4", - "version": "2018-10-03T14:40:10.847031Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cac1e3ac", - "indexed": true, - "name": "process_158.json", - "s3_etag": "4da678c6e50f07ce55a53866329c1685", - "sha1": "667a8a4ee65902a07855bac3e7a6555a72f4ab79", - "sha256": "c66c232a3753bb1dccd22133779b9fa69896c7fb7ec7428d8cbca96189e0b65f", - "size": 391, - "uuid": "77c45736-10f4-4b9f-bf5f-0244619af9bd", - "version": "2018-10-03T14:40:11.486192Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e5862fa2", - "indexed": true, - "name": "process_159.json", - "s3_etag": "6925ac61811798dd1c5c65ed791c96d9", - "sha1": "cc7e6502be89214bf06f5228c7d8ad3b0db5c46e", - "sha256": "c2aa332fa60335a37d699e3bf8f631318a353b07b34c29c62e3d0a1b6f1d2ab6", - "size": 391, - "uuid": "5ef19708-cb21-4b66-a95a-e663d3005a2a", - "version": "2018-10-03T14:40:11.831902Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "83d14256", - "indexed": true, - "name": "process_160.json", - "s3_etag": "510a0b2e7bd4d0c53eb5e68d9414c350", - "sha1": "5ac978ce9b5b95f678021ce9cab42b6dad590676", - "sha256": "873bed6f6b8e5ec1298fe901cd5924c767630bb198d321481c60081691cf4ee9", - "size": 391, - "uuid": "213ad5b1-4174-4047-9a0f-f9cf86cc0704", - "version": "2018-10-03T14:40:12.108156Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c7ac1834", - "indexed": true, - "name": "process_161.json", - "s3_etag": "558fdda162f5fe8d88487b765df7e49e", - "sha1": "40557df1c9e1439ccb3ca33fd3ddc1fe45fa4402", - "sha256": "338fd9a172da3bd28f18acaf9880453f63d56c8e95408a8ac10bddf9088085df", - "size": 391, - "uuid": "8e42ae20-29e7-454b-b92d-9c154c04f299", - "version": "2018-10-03T14:40:12.410198Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1954a9f1", - "indexed": true, - "name": "process_162.json", - "s3_etag": "47e3faa696eab35dd168211969cf3c0a", - "sha1": "c5d9b66bd509c5bdca13987a3be29d3875c1f941", - "sha256": "92fee98f2b01e96b89bde9c9f67598b36e2b02dd7e60dfac84611dac78becce0", - "size": 391, - "uuid": "e50c6eb4-a23c-43b4-8c9f-f87c3ebb47ee", - "version": "2018-10-03T14:40:12.730854Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "050b128e", - "indexed": true, - "name": "process_163.json", - "s3_etag": "d08c21212513cc7639decb3ab12a1531", - "sha1": "64fd7f606105ef3882fa6c962aafa1766bfc0a24", - "sha256": "2d5c32706dbf4a641ca5a10cd127571aea73fcd16afb6e32b2166ee160e3846e", - "size": 391, - "uuid": "de0401d6-bc99-440d-9ac4-fed02f3e5363", - "version": "2018-10-03T14:40:13.230607Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9ace375e", - "indexed": true, - "name": "process_164.json", - "s3_etag": "ab29c57271d4568f515b63eb7aba5f40", - "sha1": "36e3a32f4a47003c9cd9bda11829487c5d42a71a", - "sha256": "e6a333c9e9639c8dd2b811bab0649c1157f27b460cd4c1616e327945213bb558", - "size": 391, - "uuid": "ca0d2f23-5eb4-4141-bfec-a32c25ff78e6", - "version": "2018-10-03T14:40:13.624819Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6ee8030d", - "indexed": true, - "name": "process_165.json", - "s3_etag": "93138cc11783e178c33d773dfe5b890e", - "sha1": "fb6408c4edf2e41835456e126899ebceb76e329d", - "sha256": "4f45e56a51660b0b5afc42d2f0378892954384a19c78071607f27e7910ad23f2", - "size": 391, - "uuid": "0e15017e-425d-480d-b6dd-0759bfb06262", - "version": "2018-10-03T14:40:15.254434Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5ebd902b", - "indexed": true, - "name": "process_166.json", - "s3_etag": "86cfb1e44b1ddfcf885c02f45313718f", - "sha1": "87710022796e33c6de03e7122938f03284cb9407", - "sha256": "e2684d0f9e35e76110a0f3b48ad48115dfe7613470298800c4764c287fbd5090", - "size": 391, - "uuid": "f5096a3b-6f06-4986-b711-a02a0cce57ac", - "version": "2018-10-03T14:40:15.641507Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "23c7d674", - "indexed": true, - "name": "process_167.json", - "s3_etag": "ec73b7b82d92cea53a2087e273d333ab", - "sha1": "36732c68ec2387989e3fab6ef35ac5bee6df35ec", - "sha256": "ae832956a6f30b32e33ed21ccaf6ac764ca9134a6225d04544db4303990e171f", - "size": 391, - "uuid": "6d51da9f-fc01-4ee0-9384-bbfdbe177ba4", - "version": "2018-10-03T14:40:15.963682Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9a687a1d", - "indexed": true, - "name": "process_168.json", - "s3_etag": "fc4967d18d6abe162ee8444c3b91a017", - "sha1": "97997f310577f70bfa3a2a67550eec44d557ebdc", - "sha256": "dba9b07d6c50994ea15c7c00453820bd145833080701f7d251ace80c2d137940", - "size": 391, - "uuid": "93bee3ec-daee-4975-b2d1-f3e6a157eb1b", - "version": "2018-10-03T14:40:16.356733Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "298fbfe8", - "indexed": true, - "name": "process_169.json", - "s3_etag": "8fbc1c7d83df5b3eb0eac131c9961ea2", - "sha1": "1818a153c35542339107e4434337f36c705b6ebc", - "sha256": "c4554de9c57ae4aa809fc105dd7e0fd46b4f1213cb8a36e1b19052db19581238", - "size": 391, - "uuid": "5ae652cf-27d9-4b34-a22f-b8b52742c638", - "version": "2018-10-03T14:40:16.592545Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "861afbfb", - "indexed": true, - "name": "process_170.json", - "s3_etag": "492478785388dc12543a1410ac76182c", - "sha1": "c459fce39bda1cf376976ab412158811e43bff78", - "sha256": "864466a5614a6f5de4629037219fc601f5f16ac6682ddfadb614322dad386f66", - "size": 391, - "uuid": "d322b92d-af37-4d41-918e-87b2994ff286", - "version": "2018-10-03T14:40:17.093216Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ec105b6f", - "indexed": true, - "name": "process_171.json", - "s3_etag": "83b3c6bbba652750e91cdc06e27c4f55", - "sha1": "b344cd3cd3ced4f82e4ac749df5d12dd1d90b041", - "sha256": "693517e83de6f89364c30b58ddeaa0c1fac8d448872b595fc5bbe475184779ba", - "size": 391, - "uuid": "58056a70-5e38-4533-add9-60efdcaf2687", - "version": "2018-10-03T14:40:17.585869Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "33f42c56", - "indexed": true, - "name": "process_172.json", - "s3_etag": "8e0e7a4dc7d5f793ad9c4972e4defb79", - "sha1": "b6e81c26a26c27b50320431218f439344f96d525", - "sha256": "b368ee6c7a6defa4c36acdebb4c8981bd5d6c8fbf75d876b0fa8f3ce8133776b", - "size": 391, - "uuid": "a6e899a7-f41c-4711-904c-bca4127e1832", - "version": "2018-10-03T14:40:17.856190Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bde0a8ea", - "indexed": true, - "name": "process_173.json", - "s3_etag": "8943c558f01717827fdb8c94118c3280", - "sha1": "7d85e083beeec284a5a222610273eb2cfafb0138", - "sha256": "80bb4790ca0d77b29f99635a4aa8e035b2f802691a381e6280fe931bbd81c686", - "size": 391, - "uuid": "f58bf8ad-2519-42f4-a0f6-84c3548b1712", - "version": "2018-10-03T14:40:18.196541Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "52c0979f", - "indexed": true, - "name": "process_174.json", - "s3_etag": "5c4f990cb46eac7f7d7ccbc1a8bd15ab", - "sha1": "0fd5569527c5fb43798940d378b20882200faef7", - "sha256": "03ad08b0983ea4a52d62be2ab6bbd6a3402f8568fef1c30ad82d1d7d58656a99", - "size": 391, - "uuid": "b8834860-9eba-4f5b-8e98-2fc889ce9831", - "version": "2018-10-03T14:40:18.436284Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5d08ee63", - "indexed": true, - "name": "process_175.json", - "s3_etag": "d92912ae76e05bc2f5673fb93bc6e6e1", - "sha1": "28beb866aa6e4958a600c1440490a0bce41b2d08", - "sha256": "f028dbf45e3720dbfedb569a6d05730eb5cd092baf0d9aeec35be2f43a313a1d", - "size": 391, - "uuid": "575bbef8-937f-4272-8d28-e2a97d77a960", - "version": "2018-10-03T14:40:18.774448Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "92f93d49", - "indexed": true, - "name": "process_176.json", - "s3_etag": "d6865e67f9bad7444817863bc350178c", - "sha1": "a75d2e700fd74f7a47b7ccf38e4cf797c73d8d86", - "sha256": "0fd5ba209772c6133f758df731559a2c131d785702df2f1e838085df3fe1088d", - "size": 391, - "uuid": "f1d2b1e0-dd0b-4289-a160-4d6d8809b089", - "version": "2018-10-03T14:40:19.026034Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "47c49cb8", - "indexed": true, - "name": "process_177.json", - "s3_etag": "97a8e5c31ce5d2231d3a03758b9b034b", - "sha1": "0591be637836e32905e6b8f4c00c49297c6a12de", - "sha256": "f8ddac2b4f1c704a89849b5cd6fafbbf79ac2263b94d93605e404537c0fb5897", - "size": 391, - "uuid": "7ae60323-30e2-4d71-8fa1-5847b7f30efc", - "version": "2018-10-03T14:40:19.367999Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0cc80d09", - "indexed": true, - "name": "process_178.json", - "s3_etag": "73bd9e3748f728826dfda3c88c2cb549", - "sha1": "aae752c8808084b266ac7015baf3e94c73b93363", - "sha256": "298e3ac4b205ec12305d5e665eca5375be7584b2c21d8d0fbf3de744af5fd4c3", - "size": 391, - "uuid": "ec99f437-ffbd-4a59-a1e7-d7e352a858e4", - "version": "2018-10-03T14:40:19.622679Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3d01fb90", - "indexed": true, - "name": "process_179.json", - "s3_etag": "ff0000f205811a8e6e1d55ff2a183338", - "sha1": "9deb7ba2655c1e21ced4005dd93fdc7aac6f510d", - "sha256": "f310d772e3d107b8ed87c5714d2543bd7b891d52ecf4dc0da6a82f473f57e87c", - "size": 391, - "uuid": "9df92cef-0d77-4ac1-9f81-61e52c2c2207", - "version": "2018-10-03T14:40:19.956199Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "88943247", - "indexed": true, - "name": "process_180.json", - "s3_etag": "79a589e32801cbd07aff88cc7fc3c393", - "sha1": "b2052d3b45deffc5f0e993249455986b1c9ece53", - "sha256": "fb0365c5a444ce91a3c1a283e11cde87a40b835662588c07556cdd0d894bcdd2", - "size": 391, - "uuid": "3ebe3c1e-a991-401b-b532-10b4ab1ba852", - "version": "2018-10-03T14:40:20.199107Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cbbe1a74", - "indexed": true, - "name": "process_181.json", - "s3_etag": "11cea46de62ff938f18ded4283bbd886", - "sha1": "a9ca438de2af1c33226e60ba24d582b266538512", - "sha256": "45533614fdee37d06614c618ded94db45141fb0c761f1a93214645723d776189", - "size": 391, - "uuid": "aa5cc11e-7dc5-496b-af11-83ea79207b00", - "version": "2018-10-03T14:40:20.552259Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "282b9b80", - "indexed": true, - "name": "process_182.json", - "s3_etag": "82debeb4331626e74f3b9d56c3a1c498", - "sha1": "cd2dd6d08ca56235985ee42e3fda1c58542926f4", - "sha256": "ba289e66ef2c1db862207350af5b2e6000588c827cec38a69e163baced5068c0", - "size": 391, - "uuid": "f467bcab-8bcb-41c5-b940-6fbe1635503c", - "version": "2018-10-03T14:40:20.759596Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "394db957", - "indexed": true, - "name": "process_183.json", - "s3_etag": "c6bbdf231f79b4f26f6a595e8aa0b017", - "sha1": "29f65a2c0a9dde774a7263b5ba1a3b9758b3fc1f", - "sha256": "7c656c84e984ab4f6dbb0df7fc91e6ae3dddb57f72be3ab9bb1c35a77da8dc5d", - "size": 391, - "uuid": "a0c7fdd5-9e5c-4c0a-a40b-0bd1769273e3", - "version": "2018-10-03T14:40:20.992835Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2af02dcf", - "indexed": true, - "name": "process_184.json", - "s3_etag": "4d4c532dbb6784563c9833aaace6c8d9", - "sha1": "42e5f6e4a9115c6ed7db8c06b0a199133277d927", - "sha256": "e60fdad830f75573bb918992b5c703ad653d04648e565df0942252a740830fa2", - "size": 391, - "uuid": "ffd59e51-62c1-49c8-b71b-b7b4e8fc3fe0", - "version": "2018-10-03T14:40:21.277956Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0f8c7228", - "indexed": true, - "name": "process_185.json", - "s3_etag": "607578c582c6925a04e4df7ff478dc4d", - "sha1": "dc650992a259f72be14d465dffabb4c32d9a6f2a", - "sha256": "2e8fa9180f4ba3b20e5c93c6780081b86aa24c85557a3847c9cd6192921a7dcb", - "size": 391, - "uuid": "792404f3-94d1-443e-895e-e73bda57fcf6", - "version": "2018-10-03T14:40:21.579317Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "357eee92", - "indexed": true, - "name": "process_186.json", - "s3_etag": "e3057d5a2614ab871aed32713b4cde54", - "sha1": "8deb35e4356b3b16b5f34b1631d7540dad427991", - "sha256": "22c5de56570b3e923b6427c7280ddab26d20d179cb4e4718b22facc4dd22c196", - "size": 391, - "uuid": "41f3d081-c53a-4ea7-86ee-e510af1a8798", - "version": "2018-10-03T14:40:21.808070Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "66c3653a", - "indexed": true, - "name": "process_187.json", - "s3_etag": "662c813af93ff60ca6b378f18475f437", - "sha1": "37c79e9eb9dd62f407cce782e5bbe5c94f298275", - "sha256": "8e28319195817fd0899bc1f0942f171bf1ceaa429d24de568cf484d3fa2d7296", - "size": 391, - "uuid": "42a09592-e041-4a8c-8452-904a842fa30d", - "version": "2018-10-03T14:40:22.138017Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ccf50463", - "indexed": true, - "name": "process_188.json", - "s3_etag": "301bfc007aadbe1d64b7757ac4d4dc14", - "sha1": "0e0f497e7236dff91347f0f71d70c8b0ce4ad21b", - "sha256": "d2c40833b4640aeb88cf6fd23b81bef2d0b0f874b42e1c124388b76f7348741f", - "size": 391, - "uuid": "c22db48f-b823-48d4-8e3a-f01e70a2921c", - "version": "2018-10-03T14:40:22.623989Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "01fd23b5", - "indexed": true, - "name": "process_189.json", - "s3_etag": "c4a9bf0a84ce56de1b202e115e5e0cbb", - "sha1": "00af36c82d20bf90c8fa24605e74266043d96f26", - "sha256": "0dc33a543ac1a05116a3051fafc2fc9540ffdf04ab55579039762fb397294d93", - "size": 391, - "uuid": "f45dc3b0-d69a-463d-9da9-884784a48c1a", - "version": "2018-10-03T14:40:23.050077Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "265350da", - "indexed": true, - "name": "process_190.json", - "s3_etag": "c3b9c27192a47b7031e7be0324fa501b", - "sha1": "8a9a1f027acd0629b5a64666fa44ca4d79998a1b", - "sha256": "92bbc9af3b13134e9fbf21ddbe9c62b6a32ae5aeecfd441def206d53e43e048b", - "size": 391, - "uuid": "d296f555-8a55-4bc3-ab1a-adc1295833ee", - "version": "2018-10-03T14:40:23.381610Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9da6c32c", - "indexed": true, - "name": "process_191.json", - "s3_etag": "a594e5f57a4fd601de2d86a0915a95ce", - "sha1": "db082bdc61d1f772b8e71f9a93d703312f4bba1c", - "sha256": "98cd9d42abba8d6a111dd68349069710862fd87b7107be602227e3e000189268", - "size": 391, - "uuid": "195a66c3-d4ae-4257-9f41-8bef27b514e0", - "version": "2018-10-03T14:40:23.801227Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b3e5f414", - "indexed": true, - "name": "process_192.json", - "s3_etag": "243987e499f31947f2c0ccd9beb31a41", - "sha1": "d7089268d174eabd635fcc3e4bf7c9112a67b6ed", - "sha256": "944fad5ecafb9326f2bbf18a848505f0b4dab66950494dd2736a286fd940127b", - "size": 391, - "uuid": "a0285e87-8189-4aa3-b723-a32102d46b7e", - "version": "2018-10-03T14:40:24.242448Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3fc90714", - "indexed": true, - "name": "process_193.json", - "s3_etag": "64a61ce57183ea15aa24300ca2f1379e", - "sha1": "e3351068764a4e08403867c38c2fb1cc6ea94d52", - "sha256": "aafce2a4990c26d713c927ff5321982414f71cbaef46f185d60c6d90301388e3", - "size": 391, - "uuid": "3d8c3dd9-c392-467a-83a2-024a0604aeaa", - "version": "2018-10-03T14:40:24.515700Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4ab7c267", - "indexed": true, - "name": "process_194.json", - "s3_etag": "a4a09bdfcbac7e7cd5a28242c9c06ff6", - "sha1": "c7e1210266e89b9bcb9394beaa385e82d7950d43", - "sha256": "5ffc9fc58173fc7d0ec4251cbb09520d1615d38e03c80956444d3f6689ea61da", - "size": 391, - "uuid": "ff8dce18-6df5-4b67-a37b-87ffedbbfebb", - "version": "2018-10-03T14:40:24.918860Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1ecdab6a", - "indexed": true, - "name": "process_195.json", - "s3_etag": "4bf1a9df3ca89febe5527653c715a6b1", - "sha1": "297e09b3cd818c9ec0ee183a6a4ad8c385174802", - "sha256": "afc688d3870bc6945f1af788a757ff8c04db52bb3a1cecc46ece9e07651a58cb", - "size": 391, - "uuid": "e2c6e99e-3ca5-4f85-a972-4aa9dd858e74", - "version": "2018-10-03T14:40:25.142559Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "95613453", - "indexed": true, - "name": "process_196.json", - "s3_etag": "4845108969139bf83831011d33721a79", - "sha1": "d9df0b0dfe7998d3072409d084cff38488ec2f60", - "sha256": "3eed1fdecf97fd38d0d96f12c59092bdb546109febac425c0aa9be9d7565ecd4", - "size": 391, - "uuid": "149d1d36-a61b-4fd1-8fbf-610f67187b7f", - "version": "2018-10-03T14:40:25.371989Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c30cc6bb", - "indexed": true, - "name": "process_197.json", - "s3_etag": "bf53ed43c6f0e829cd150318d4ff719e", - "sha1": "71588f91c916c09b70685e32b16b520ecdb8d2c9", - "sha256": "43bf53369d8a4cc215fc758d20dc86c7a81919b2eeea5d6ef35c849c58da8e9a", - "size": 391, - "uuid": "1439c596-2a18-44d0-818c-e9fbc6f4e56c", - "version": "2018-10-03T14:40:25.644443Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2bcd028c", - "indexed": true, - "name": "process_198.json", - "s3_etag": "5eec1c1f27ad0ae43c8c7f38b7159d77", - "sha1": "284b4b8659aa89ca159e9e6f01f29ccddd1cd72d", - "sha256": "ae14a8916dfb301610ca7683112300194884564eb6c6a9eb55d234edf528c210", - "size": 391, - "uuid": "30260b65-477c-4298-b982-100bb5cad548", - "version": "2018-10-03T14:40:25.887110Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e8d9d8f5", - "indexed": true, - "name": "process_199.json", - "s3_etag": "188b58ea513f6588e4af56f467e2a9e3", - "sha1": "cf659d080dd50249211af55a0f1f4db989a1621b", - "sha256": "df31aaf8533d35b492120dc73f13e653cb076bc7b30645243d358889932b9860", - "size": 391, - "uuid": "52c434b1-c474-4ac7-8a02-7d17a4291221", - "version": "2018-10-03T14:40:26.200151Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8dac6080", - "indexed": true, - "name": "process_200.json", - "s3_etag": "a78a6322c013ddfd1f59311446468997", - "sha1": "a548e8b7008adbaba1bba8efd2e772a627653431", - "sha256": "92c6e6bf07d1ceaaeadf2b7ba36411d3a68c75fbad72a1e3ec5cdb8811b24185", - "size": 391, - "uuid": "bb27ba8f-3d6d-479e-a9b7-5618c893fee4", - "version": "2018-10-03T14:40:26.489938Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d83ceb4a", - "indexed": true, - "name": "process_201.json", - "s3_etag": "b21cf72b7439f5a047433be37b3ceb4e", - "sha1": "5da849abc33943f64dfea9e217be137f64c4dbef", - "sha256": "783e5b2a38d34810dbf1c120b60078a22710b321c70218e35577d82504d1e97a", - "size": 391, - "uuid": "c7e0d3b9-c8e4-434a-ba46-5beb2a46f68a", - "version": "2018-10-03T14:40:26.745851Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c67ea918", - "indexed": true, - "name": "process_202.json", - "s3_etag": "5dbd0cff4f8169c5a7c9f95d506e5748", - "sha1": "ad5d3871f2528f16f6e2ab67bcee2a8ee43864d0", - "sha256": "4e4ef09aa3c032811741ece6e4083aa157c7184f495a22d6a41df517ba5a8f94", - "size": 391, - "uuid": "a5188edf-48cb-4b36-8166-1b753d4a2cdb", - "version": "2018-10-03T14:40:27.039254Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e975674b", - "indexed": true, - "name": "process_203.json", - "s3_etag": "0aa09998b1470aa7e71f8b5ec8f65aad", - "sha1": "b927fe67e4238b034085984fef28f7e30985f7ab", - "sha256": "d3c05a92d8b60a1a226e629a6b72b255f230401596ddd05e64285af17310c630", - "size": 391, - "uuid": "27e557d5-1880-4b35-a0bb-3e04b5f6f929", - "version": "2018-10-03T14:40:27.316041Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "fbe5f8ff", - "indexed": true, - "name": "process_204.json", - "s3_etag": "7a003648373e70ce508707b6bb06b5e7", - "sha1": "ba6364d5492a02ffe8e4da3ec872df8f7d0a3c4d", - "sha256": "6ed5d37779070e7f8a560f06f235fbe2b3f6817dbfc30f7a5a160d70b09fd174", - "size": 391, - "uuid": "21cc1175-ff0d-410b-bd95-e7fc9e9b8bea", - "version": "2018-10-03T14:40:27.657697Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6c034cb3", - "indexed": true, - "name": "process_205.json", - "s3_etag": "0f32b1536e6be7da8b0895b1f2bf5b1a", - "sha1": "1cf332189c15d79c204ccbba93b8bcae5b7532e4", - "sha256": "f5c40d002fb746c673afaa01d5aa91f34476b65000c5dccea9b34ad39e6b7ab6", - "size": 391, - "uuid": "233a0067-5271-4443-a479-b5a4adf56fcf", - "version": "2018-10-03T14:40:28.035572Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6e8f36f6", - "indexed": true, - "name": "process_206.json", - "s3_etag": "ebf0a7d364665ed8d82245a5438a2dd5", - "sha1": "e3b35568ba872c60e373c2327f180c58f46bf29f", - "sha256": "a2afefe7b0808c3d05c71b08d9d684f7ae58a01650f3f60ef8e4f23ce631bae3", - "size": 391, - "uuid": "4fb4b48b-f2aa-48fc-b6fc-52ba4dc39895", - "version": "2018-10-03T14:40:28.795283Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "dccb7d61", - "indexed": true, - "name": "process_207.json", - "s3_etag": "33afe711764f1835e016f3d23601685a", - "sha1": "cd4fc4194857b5abcd31e7c449377e90fae86a84", - "sha256": "44d4778c7b906e32a6b114f92c5474ab54bdde3928751839859cf075b4fc6210", - "size": 391, - "uuid": "66e8a4b9-72c1-4af3-be1e-716cd0d4dd4f", - "version": "2018-10-03T14:40:29.107552Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4da3c423", - "indexed": true, - "name": "process_208.json", - "s3_etag": "d368bd5a23c0f321b3f90e33715ed04a", - "sha1": "6a95a104f9693c09615c7b329b9aea7db743f045", - "sha256": "26b7af9158ac6ac9b33828312ff9f5c4583db68b241d676f2b255387c8b7d405", - "size": 391, - "uuid": "4e5e9b0a-c8b5-4882-bbed-1cd2c57df460", - "version": "2018-10-03T14:40:29.446722Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a948e848", - "indexed": true, - "name": "process_209.json", - "s3_etag": "2f81a60cc9667fa7be5c7c873bc8fd4a", - "sha1": "6b41e47f3ec7dfd991f026d317ca1a9dc7f009a8", - "sha256": "234300a88f7fd469df46ae189c0ca71a935b98c71e00a79633c25ca6961d9504", - "size": 391, - "uuid": "304bcb2c-2803-4f06-949a-5ac3aa53db77", - "version": "2018-10-03T14:40:29.804513Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ccb15f21", - "indexed": true, - "name": "process_210.json", - "s3_etag": "7810d508a9d96edae9425a45b3f840a4", - "sha1": "96038c9ef7953d0775c716ba56ce6ad2724ad5c4", - "sha256": "e9225e20e541c09c8218c28561c1c3a6944002c0457a9f40b68ad2544313a7a9", - "size": 391, - "uuid": "f8d80897-38f0-4888-aec7-52e72cb9b908", - "version": "2018-10-03T14:40:30.109342Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6eb3886a", - "indexed": true, - "name": "process_211.json", - "s3_etag": "985071cfa21f237621d16bbccb37834b", - "sha1": "99fbbdb617046ba310f804233c0e4b7c04bc8dad", - "sha256": "02cc6bc7f36b3a70961850b2e544c2e42b6500c4bcb9edeb67414c624b3a4fe9", - "size": 391, - "uuid": "7073457e-3e6d-496e-85c9-4714f9f315c4", - "version": "2018-10-03T14:40:30.288802Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "eda45eeb", - "indexed": true, - "name": "process_212.json", - "s3_etag": "158ed3b9edf8ad55581199aeb9b8231f", - "sha1": "0b4aa003c935224441c43b01fc46ece8e3ba4df1", - "sha256": "d5d086ed95f262071a75a26e3e8f97010ece45992ce8d543f24d42bbe0ea37a0", - "size": 391, - "uuid": "b422c34b-897a-4ab1-9982-b9a6bc8f8034", - "version": "2018-10-03T14:40:30.539767Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "065245fc", - "indexed": true, - "name": "process_213.json", - "s3_etag": "14600b620731b56af73cc39deedcebf6", - "sha1": "d941fbcff3b1584cc43620a55030424234ef8241", - "sha256": "6d3409ed6df7ff72b1c6efae33179416a29e469fda7840932ca845f39546daf4", - "size": 391, - "uuid": "e22b254c-1ee4-4acf-a41b-1f4bbc03bfcd", - "version": "2018-10-03T14:40:30.734031Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a60f4b59", - "indexed": true, - "name": "process_214.json", - "s3_etag": "c4df1ecc9d4e72072222e15553ed6804", - "sha1": "981ba5bf55f67a271e9a437fcafcbb64ed643f05", - "sha256": "bf646305dfc39347f3ab3fdd27c0b3a68fcbd6fc2e239603a21ecb9263bfa8b5", - "size": 391, - "uuid": "796a7270-3778-4b9d-aa20-975b1859fecc", - "version": "2018-10-03T14:40:30.978963Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d8565394", - "indexed": true, - "name": "process_215.json", - "s3_etag": "9c48378d3d49794b9d23aeb46839bbb1", - "sha1": "2a7bab33e3520d8e3fd22280b7bd20c0f775c14b", - "sha256": "7e69f1cc8c89602ad69a81d42748bbff91745bba5bac2e3283e64af48f7a8325", - "size": 391, - "uuid": "0d366744-a208-416d-a3ad-2aab66e08a21", - "version": "2018-10-03T14:40:31.238614Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f0d3cee0", - "indexed": true, - "name": "process_216.json", - "s3_etag": "96d5df36a50af6aaf6fb1ecd24c15860", - "sha1": "4447b09524b86e90fd6a866d59b373073343862e", - "sha256": "510308fbab9bc12e0ab1e76cb4fd2a17a29a640ea1db2fe7cb07a56d5d209b76", - "size": 391, - "uuid": "fd16e7c8-8244-4c00-bc4a-b7b43a399838", - "version": "2018-10-03T14:40:31.525500Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "abe50e48", - "indexed": true, - "name": "process_217.json", - "s3_etag": "1a151bdcebedcf0b73728bb6ab39dd37", - "sha1": "f197559faab6b42af6d02354271258579e30d00b", - "sha256": "25e6f74a4faad26a20104109ce0e18ec1b33ef634ee076cf2d7c0b5804580361", - "size": 391, - "uuid": "c40624c5-d5ce-4085-a4d9-59762cca79a5", - "version": "2018-10-03T14:40:31.935039Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f9e25520", - "indexed": true, - "name": "process_218.json", - "s3_etag": "4fcf917a226518c45fd70f464bb0f232", - "sha1": "e537ab146370e91ca71eb82949727d2e6bbc0c13", - "sha256": "5c442279e3c19f33389a4b780028e075d7706bc5455d62b847434286fe9e5c52", - "size": 391, - "uuid": "f8b1fae8-8004-4614-80db-deb91c1560aa", - "version": "2018-10-03T14:40:32.273938Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cff18772", - "indexed": true, - "name": "process_219.json", - "s3_etag": "e5da627896d076209490381f0bbc47aa", - "sha1": "4365bda8df96a6579dfece6ce2f5ea3dc9dfc59e", - "sha256": "ec20c743d8167adf70819fa594f783db43d2e2970b17196e45757bbdc51e445b", - "size": 391, - "uuid": "18b3dc33-0483-4cd7-a39b-3d902502dc94", - "version": "2018-10-03T14:40:32.692230Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9c374fc5", - "indexed": true, - "name": "process_220.json", - "s3_etag": "d88cfe833839c9537e5e6de9ddf0d177", - "sha1": "2df6b2385da6ac710806dada525a843429a4b2a5", - "sha256": "59522772d259089ead0a1f47f05232d976eeb84cd42a15e1a0d008a84e8af736", - "size": 391, - "uuid": "95390145-a217-437a-9490-ca97fc502f2c", - "version": "2018-10-03T14:40:33.198871Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "424099a8", - "indexed": true, - "name": "process_221.json", - "s3_etag": "cd6c2ba533a179198370bfd6b7b2a821", - "sha1": "3b0ea53363ede97775a379aa62d98538723e30d7", - "sha256": "f65706ef7cc4d2323e717f935aec972bbd1879b4b342e36146b54f9e1f969e3b", - "size": 391, - "uuid": "7fc2654e-bf55-4c27-a7ea-e16fb1995a63", - "version": "2018-10-03T14:40:33.428114Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a69d7761", - "indexed": true, - "name": "process_222.json", - "s3_etag": "986190367007a2c41c5c45d62d725bc4", - "sha1": "6fafcd3134edc51c7b3a151313f00518f18543cc", - "sha256": "ce88bbb4bde8eedcb9931af7ffa9d045146109c83053e1deb99adb22f87ec6cd", - "size": 391, - "uuid": "c2d2b9e6-ce28-44df-b450-ecf1c9747f29", - "version": "2018-10-03T14:40:33.838900Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "524631c8", - "indexed": true, - "name": "process_223.json", - "s3_etag": "ffbc737e2d6a1e97e8efc6110d33fdf1", - "sha1": "3a71b777108d31e96e5931d2d5329b9841638f6c", - "sha256": "54446855bcc3f583ba7dc4878db065066fe316789d97a18993775bee0f77426e", - "size": 391, - "uuid": "6c89dda0-a08e-4d88-af0a-7f9eea539485", - "version": "2018-10-03T14:40:34.203770Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e4283f57", - "indexed": true, - "name": "process_224.json", - "s3_etag": "e15df5c057dd6ed3eb370d12488ad646", - "sha1": "a2ff8f1e182987ff44cf5c604c81371e64b7d0a1", - "sha256": "b64bf597a37859e29d45109d361dca2fa602554d81159c839c342e126bf1c69f", - "size": 391, - "uuid": "fa21bf64-3c99-4e67-9829-e9c043d3dcdb", - "version": "2018-10-03T14:40:34.490709Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0e72558f", - "indexed": true, - "name": "process_225.json", - "s3_etag": "0b3d011eb416fa0af129a27dc4032bed", - "sha1": "ddd2819755a00b9bfeec44c24b8d4d812fe12292", - "sha256": "e593c40a7bb0e40c969600cc84955f64024847a24f8bee207f2600b458a1ba82", - "size": 391, - "uuid": "beedd161-19be-4a17-8fff-547391336354", - "version": "2018-10-03T14:40:34.755407Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "aeb41746", - "indexed": true, - "name": "process_226.json", - "s3_etag": "3d2f636525f8d4991f8aa889f3a04bc8", - "sha1": "36c211aabdbbd7c649f5347d1cb0bfeeec96843c", - "sha256": "662457a2e973a8874f1f57619d98599fdcf45e10fbbd49988c1846d1c1496a74", - "size": 391, - "uuid": "a7a6fb70-3ccf-40cb-b460-040ffbd87720", - "version": "2018-10-03T14:40:35.019365Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b669a301", - "indexed": true, - "name": "process_227.json", - "s3_etag": "fc309ba017112b822c8640b337acf47a", - "sha1": "f552787bec55db702e776c511b283c93602ccfa5", - "sha256": "6f85811d3c6617d4fd03a5ee668670a25c87f0a259a59ff489b813d41807c60a", - "size": 391, - "uuid": "682cb6da-f9b6-4451-84ee-0c9a8f3d8c92", - "version": "2018-10-03T14:40:35.349989Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4b833aef", - "indexed": true, - "name": "process_228.json", - "s3_etag": "11d09025b9810e58ac8b57e3d2f6e6b9", - "sha1": "76a0e301f2968e8d99feda3a8813c6e3f6de2bf0", - "sha256": "7972da548cba40ca2f54eb2acb74339ae1e6c02d9a404c27875a78c7483d98c2", - "size": 391, - "uuid": "a955a0a5-68ec-403b-a838-1b7707a5fb0d", - "version": "2018-10-03T14:40:35.593350Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e142b4fa", - "indexed": true, - "name": "process_229.json", - "s3_etag": "a14f35e93bbdbe2d399d6c63c303f9ba", - "sha1": "486d5b91c51b24361acde262fea341f9ad2c7061", - "sha256": "13679bf23707c0984429535a86f4d2074108184d29e1aef601d6ccdaa9021be9", - "size": 391, - "uuid": "736386d6-31eb-4685-ab60-7876cdf26290", - "version": "2018-10-03T14:40:35.783249Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1d7a1773", - "indexed": true, - "name": "process_230.json", - "s3_etag": "be0bf6b880c6da5909e06944657f2fcc", - "sha1": "ac0f5905318629f250d813291ccbbee94b6e4bcd", - "sha256": "67ca6c80bf2e49930aa386c2ca3971263d4c50a464cebf0252a82a581a4e9d5f", - "size": 391, - "uuid": "21877ac1-2a36-46ce-bd13-bc6a09162a0c", - "version": "2018-10-03T14:40:36.009221Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "688f6d13", - "indexed": true, - "name": "process_231.json", - "s3_etag": "e4378e29bc40873a6d1d4e97c9c4f250", - "sha1": "1e08c1e9339a32c9bfd54b366b6d707665a3abd5", - "sha256": "9d7e527616ae60819432fb35f216e4e44fde4c9ae21888b1565aff5aa766b991", - "size": 391, - "uuid": "1de5effa-95b1-4923-ad12-0118e860e518", - "version": "2018-10-03T14:40:36.320753Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b19a227d", - "indexed": true, - "name": "process_232.json", - "s3_etag": "1ed4b8e7162a584c62c5ab820c8670b6", - "sha1": "184e016eb4f1c33d873a0b0accbb4e356f6fb6f8", - "sha256": "1b71b98e16edc8557eb20fd257517d9496722e93fedb46dc10cbaafa80bb1fb5", - "size": 391, - "uuid": "b34004d6-0208-44de-9947-d1e1700f35df", - "version": "2018-10-03T14:40:36.681830Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bb8c00df", - "indexed": true, - "name": "process_233.json", - "s3_etag": "de7909c12631d87de4a6eafae2bd6031", - "sha1": "7b4ab4680f7091c0267b8a9d332d8a87d0a47691", - "sha256": "c2cb58a26e9bec518a8da5c5901e83b4558ab650d6a56fb980284af58c6bbd5b", - "size": 391, - "uuid": "4dfff2ae-7ef7-4dc2-81db-c3849c1dec53", - "version": "2018-10-03T14:40:36.918572Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c64c61fd", - "indexed": true, - "name": "process_234.json", - "s3_etag": "793161eec122c5bf95fc77685e127828", - "sha1": "afaf6c25f9a650c1d16a2a6fc96f069b505e485d", - "sha256": "7acc9dfa68558dab92b4c6d32ac43e60fc83bcdc55303fa81835a665378f87e0", - "size": 391, - "uuid": "2a5d7bbc-0443-4173-961d-d6474d3d9c5f", - "version": "2018-10-03T14:40:37.590036Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c7350fcf", - "indexed": true, - "name": "process_235.json", - "s3_etag": "a0ba94329b7a31270932f3289fbc4a02", - "sha1": "9139b5f7aa47861fcdd6468ee3726cd9b17ae47e", - "sha256": "eebcd13fe204e474557f285ffe08ca2161c5151c61b8646817a470cdf88a8850", - "size": 391, - "uuid": "c54974ef-353b-476f-9b5a-6e505a00bd54", - "version": "2018-10-03T14:40:37.821371Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cc364a1c", - "indexed": true, - "name": "process_236.json", - "s3_etag": "ce1f33d104f677963c828b42086485ac", - "sha1": "34530586b2b395cd9762e493895aee003d441ae7", - "sha256": "541d8a92b86f02e8bdcc618792f193cf5774fc1360896da592652a6774a959a3", - "size": 391, - "uuid": "f2168b88-c76c-410a-9a31-1215dc4a18a2", - "version": "2018-10-03T14:40:38.104589Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8d16396d", - "indexed": true, - "name": "process_237.json", - "s3_etag": "86e80ef908d079c10e4383992b5d8ceb", - "sha1": "6dfa8d829a55798e1b17b1d27a35fe763f98fb1d", - "sha256": "28914fd252c3f6264fb079d34e2df145a62ed5707b2688e0ebd46aca9bc66005", - "size": 391, - "uuid": "ac9a35c8-03be-4688-8460-de54dfd57bce", - "version": "2018-10-03T14:40:38.394777Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d3949954", - "indexed": true, - "name": "process_238.json", - "s3_etag": "c43e6d46b7e17a813a3d47dfe454c389", - "sha1": "342c7dc05e231ad14996c38cb95a63d819ce59b1", - "sha256": "5999adf93971763770639a752bbb05920b5adedb98aa1cfb99b4394c30adb25a", - "size": 391, - "uuid": "bbd0852d-4e21-4479-9c5c-b100d3f0a487", - "version": "2018-10-03T14:40:38.704115Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0d919e9e", - "indexed": true, - "name": "process_239.json", - "s3_etag": "e45783cd502a9374bbd60ffbdbe9df5f", - "sha1": "28ca6e89fc5d709a48f01b43ecfe0ef68d1506b5", - "sha256": "1105f849962593a3ec52d8ad93ccd9e62070076f5e28ed1395aa797b9d386c17", - "size": 391, - "uuid": "50d701f2-9647-4151-87a4-0802e5ec4540", - "version": "2018-10-03T14:40:39.338273Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "221d7d64", - "indexed": true, - "name": "process_240.json", - "s3_etag": "038abe6b5559088ea69c277432c3e267", - "sha1": "d400fbff5c4f0155c7c477027796f1f194c1ed66", - "sha256": "b6aabf78b79931eb159df0634f5db6bbe6d729e91db8f5394f11f4e30782d934", - "size": 391, - "uuid": "16325782-befc-4e00-b044-5654f5579e9e", - "version": "2018-10-03T14:40:39.775299Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7e7d38ea", - "indexed": true, - "name": "process_241.json", - "s3_etag": "639b85d9a3f8dd330645cbba65c6db5c", - "sha1": "7680392ea8a0823429ece47f4600aa5cfe3a8981", - "sha256": "337901b86cd492807dd632f8d7a01ab8603e53684b35f69a3314012ac0d9f294", - "size": 391, - "uuid": "8c7d4ea5-65ab-44c6-9ec5-8e641cd58669", - "version": "2018-10-03T14:40:41.328800Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1fcc8e8a", - "indexed": true, - "name": "process_242.json", - "s3_etag": "82680573c9f55bb2d6993919652d0dbf", - "sha1": "48d8ed18eefed6e15bed3b9abd2ca1b2f2775adc", - "sha256": "542a0226150a75b3b14a1affc38a4bd7a27b1eb31e1db0da73ee653e696c4bea", - "size": 391, - "uuid": "0a38c343-d827-41d7-bf5b-506a7e3f6f5a", - "version": "2018-10-03T14:40:41.619870Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9e11ea30", - "indexed": true, - "name": "process_243.json", - "s3_etag": "e203d25be5bedbc14d91fd9a52e95347", - "sha1": "dbaedaa069d371183a7eb6ad1a26a8da19377501", - "sha256": "a92a39c5da326d1c07eee2e1b7f31619901971637cfc676c9ced22100c30f272", - "size": 391, - "uuid": "d8ec6180-4083-4724-8c79-775e4e7e9bb9", - "version": "2018-10-03T14:40:41.861316Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "804694d4", - "indexed": true, - "name": "process_244.json", - "s3_etag": "e3977f7d673883b5e66fd515aacde581", - "sha1": "3085f6f6203ecb0447ceac7eb86f85a306c16b22", - "sha256": "804fcf34268d159824fced6722c7aa09092ccdba828301c9d241314718051ecc", - "size": 391, - "uuid": "c87fe066-85b9-48aa-96f8-3b8145bcecf8", - "version": "2018-10-03T14:40:43.551415Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1c615b2d", - "indexed": true, - "name": "process_245.json", - "s3_etag": "64bfd16657c926a2050abe97351c3207", - "sha1": "e634b0d9a8e796d6f029e77ba7129f6be03c7ac4", - "sha256": "34e2b83a57ceb5b048f9a9be2076000d9e7831105d138c4688b7ba8f496da910", - "size": 391, - "uuid": "31f0a526-e0b1-4f68-ad82-90a01ceedf4a", - "version": "2018-10-03T14:40:43.806029Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "07dfa3ad", - "indexed": true, - "name": "process_246.json", - "s3_etag": "66300d5c0011e03ac807654e9773d251", - "sha1": "61585c569b2b581931ae5d1ad39e5ca1e9d9970d", - "sha256": "0e78773c05d1b414f108d1791907d75e4a3aba5e136cc15a8ff07dd244f44f03", - "size": 391, - "uuid": "2d1d8fe7-ef40-4b9b-9bbd-26f97608111d", - "version": "2018-10-03T14:40:44.097169Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8d0f19f3", - "indexed": true, - "name": "process_247.json", - "s3_etag": "53e92a09d837de5aa3c37fe9acde830e", - "sha1": "ac8ce77e1210c8e323a91335c9a447e976d41b80", - "sha256": "01f455b2b79b244bb27f5ac25337031649a3a076a9c3066423eb039b5d6e0b9d", - "size": 391, - "uuid": "5b74f5d0-cec1-4fa3-af84-f6b34c8b7e7b", - "version": "2018-10-03T14:40:44.404953Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2d98d95e", - "indexed": true, - "name": "process_248.json", - "s3_etag": "36daa0934a9545c3aa6afaa02c9f22d9", - "sha1": "af24134794a17beb4a3e5b2f33c52a6d87f8dd7e", - "sha256": "a16475db9084a482323fc7999f9576fdef2e254c3dbedce7f8dd40697289edf1", - "size": 391, - "uuid": "bd70b6d9-4700-4250-a499-b68e34ecf31f", - "version": "2018-10-03T14:40:45.034828Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "de4fee90", - "indexed": true, - "name": "process_249.json", - "s3_etag": "6bfb3cd811a652725a9d500670dab78f", - "sha1": "9bd427dd3c6bcc6cf4681c7825a1c47c06a8a0aa", - "sha256": "39baed89d315a041b1a76301b3100f6bf27b00dbc02624c1dc6469b5aeafdabf", - "size": 391, - "uuid": "c76d470f-639b-4d51-86c7-c89b5ed7277c", - "version": "2018-10-03T14:40:45.710623Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5bef785c", - "indexed": true, - "name": "process_250.json", - "s3_etag": "550e40d54c995bfa1fcd07bf020c1094", - "sha1": "f3c3fe5fa1488c6dd3d98af3d0fad58e906130c9", - "sha256": "ef5a8363a748ac8687e57d6665e9f7a09f0a18d002bd5c890d6e1a21e5298536", - "size": 391, - "uuid": "4e114632-cb47-4089-aaea-dfa20c9f1e62", - "version": "2018-10-03T14:40:46.371098Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "90c7a8f1", - "indexed": true, - "name": "process_251.json", - "s3_etag": "d7af31d2d82b54957f792b707b266ac1", - "sha1": "52fa438f5aa4853b48fbcf91aa435b74b9954407", - "sha256": "6a260b8794db0b71066c5e42aa9b792f9cffffc5e130a02d026d77671af7f2c3", - "size": 391, - "uuid": "7fba9655-f7b2-4ef8-b560-1947ee9a6645", - "version": "2018-10-03T14:40:46.643418Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b34a179c", - "indexed": true, - "name": "process_252.json", - "s3_etag": "280511eaa8f5e7fa950c0d55b08e3072", - "sha1": "8dda1d2fbbdad41d413a86b86189364cc68f8c80", - "sha256": "a9dbf224fbc295653f9c3bdd3d9ae75d528025ac2baed79711b6b989017c0f59", - "size": 391, - "uuid": "e7c9c9d6-7f73-4b00-9548-566d1bb397ba", - "version": "2018-10-03T14:40:47.053282Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5a21e160", - "indexed": true, - "name": "process_253.json", - "s3_etag": "f12c1bf92eb5621d40bff562b40bce60", - "sha1": "27b1da73e9c78e40e7101fca6c17058681d2685c", - "sha256": "a340aad0d553a3f2766e0170a1d2cb5fd5088d448475f581f00fa164d52b0688", - "size": 391, - "uuid": "d4470749-2f0f-4e73-9e83-cbbae5fd089a", - "version": "2018-10-03T14:40:47.618149Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f6622ce3", - "indexed": true, - "name": "process_254.json", - "s3_etag": "2bc98f0f9e648920d074e55c6f1611fc", - "sha1": "4e0527ac16165a39e572b6f6e04ec058820b97b2", - "sha256": "17101ee80c26eb7da0da5fbb7d4a5e8fd4e2e402d64dd00847753732b4a1174d", - "size": 391, - "uuid": "f1b28cee-5d0b-4349-8775-329d82796cc4", - "version": "2018-10-03T14:40:47.827014Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e996c795", - "indexed": true, - "name": "process_255.json", - "s3_etag": "eddd69279090a6fd21bae0ce4e456390", - "sha1": "ffd6149a78dcaaa77332838599f34e13d1ff68bc", - "sha256": "51e3dc108a6b44b5005c15a9fe20504942eaab39c4bbf23c1d1405322202e515", - "size": 391, - "uuid": "a06dad17-1c94-40e9-9717-aca41c0324e9", - "version": "2018-10-03T14:40:48.079813Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a3fb3656", - "indexed": true, - "name": "process_256.json", - "s3_etag": "866e69eee38ddb9ae151927365fcde4a", - "sha1": "8e3e32e12fc814ffec7e82bef978b8a25348d1e9", - "sha256": "dc57474ec94120a2edb57099aad28f4b052232d04df8f326f5ef5caf65b68449", - "size": 391, - "uuid": "5b3cf865-5ce4-48e9-a77c-4222bc888377", - "version": "2018-10-03T14:40:48.360576Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "64b24193", - "indexed": true, - "name": "process_257.json", - "s3_etag": "de49f0919d9eff710d65f9e9f68f7f4e", - "sha1": "5679e8abc84b0d5cd1bfffa666fbe4be74116812", - "sha256": "8e021f8b58e41052e68c9296ceec5364a13a047f1938260b63945a171547ca12", - "size": 391, - "uuid": "a7fdc506-0c9d-47ea-89a2-70a07dcf3aa9", - "version": "2018-10-03T14:40:48.581302Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "54bf7f7e", - "indexed": true, - "name": "process_258.json", - "s3_etag": "a617a3fa972f29566473d3e795100e1b", - "sha1": "268a35284ca47d10df8bc8cc413d1da4df8829a0", - "sha256": "18e3834f41da00f59e4a13a98514c3622e2b1d97d8f38f06b020bbf07e5dea6b", - "size": 391, - "uuid": "43d38341-939c-453f-ba87-fee930f62f59", - "version": "2018-10-03T14:40:48.914516Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f1db31a7", - "indexed": true, - "name": "process_259.json", - "s3_etag": "ceccef297ef46e5a84af8fb6ec5d8c4a", - "sha1": "cd2543780bfccd04722b23d90cbf615fe39812fa", - "sha256": "6af5e05634c4acaaca1558c58baa19f186083537f67a886ff5c2db809cf80605", - "size": 391, - "uuid": "6c825f1b-3096-4bdd-baef-1c4249fe6dc0", - "version": "2018-10-03T14:40:49.142031Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "abb8512c", - "indexed": true, - "name": "process_260.json", - "s3_etag": "ec70ebfad7d34b6dc68396c8fdfb447c", - "sha1": "045dc4d9f141ce5800efc9a29653810353674cb2", - "sha256": "4ca36e08aaa1c1ca96399b2ef173854eb9f8e030adedda2fffdd20dfdde849d9", - "size": 391, - "uuid": "8c6d329f-fec4-42f1-b7c8-ce9d6b9d25a9", - "version": "2018-10-03T14:40:49.429601Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2615a0bd", - "indexed": true, - "name": "process_261.json", - "s3_etag": "b9930841c3b1a51ce7c3972f6aaaae8e", - "sha1": "aeeb54b685ffbab816a17eb7e92df9f1b219bd7c", - "sha256": "1f887302af02ea8e4599555e4514db3668b5fc129cb9fae609105decfb47d0a0", - "size": 391, - "uuid": "13dee021-9df0-428f-a263-74ab5707ad08", - "version": "2018-10-03T14:40:50.124887Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "075cfb91", - "indexed": true, - "name": "process_262.json", - "s3_etag": "5c820d9355027ac74d9cd59bd21c7abb", - "sha1": "4e20822529d06040e66a256e92807def4822492d", - "sha256": "a2fb996f2f228c7f7274f133ded8f152ca9108a8da330325df125281393a7d16", - "size": 391, - "uuid": "24c09eda-1e42-4c9a-92ea-ff36ea5f3686", - "version": "2018-10-03T14:40:50.378341Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f07fa144", - "indexed": true, - "name": "process_263.json", - "s3_etag": "7684c9bd881ad6276c4f2e2afa103280", - "sha1": "ceb6276aac54db5708343ae7bfb1eaffda60805d", - "sha256": "709736202572d3c87aafa3f3646f4aba8fc7605ecde2e4004a8d3f40db691b49", - "size": 391, - "uuid": "e97f33e2-9ba2-4721-9a5c-232f823dcd74", - "version": "2018-10-03T14:40:50.658330Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ba046d60", - "indexed": true, - "name": "process_264.json", - "s3_etag": "b663c34548fddd4bd5c76e81d7e7e10a", - "sha1": "e82f30ec387ea6b68d65441a0a3c81b69236e527", - "sha256": "9d0f1ebdf81b17d668ecddb222265b35084c6a083e8b347c971ce7303f7cc3a7", - "size": 391, - "uuid": "2b26d415-37ae-4af4-98f9-048de79c8b10", - "version": "2018-10-03T14:40:50.865884Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d5be2a35", - "indexed": true, - "name": "process_265.json", - "s3_etag": "de742e4a3156b0ece1b4d602a204574c", - "sha1": "c5718c9e858924bb3ba6321204151fd21bbc001c", - "sha256": "cb53ec099d8b727708c774dc25a78fe3ad7a64cceed67e9d0cf669befbf2a69c", - "size": 391, - "uuid": "6a9dbf21-01d5-46a6-b341-21b6abf2e436", - "version": "2018-10-03T14:40:51.605821Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3bb38fdc", - "indexed": true, - "name": "process_266.json", - "s3_etag": "771da6fc47b12841d8d0e17469d5298e", - "sha1": "2dbd9a6c3631aeefbc87dfd5105c5aa4c6775356", - "sha256": "392a2b97c7ed086a7d9c03f837ddc5a9c7f44ca5a27b7c7a07a52db76fa83725", - "size": 391, - "uuid": "1e7daa14-26a8-4e44-959e-a74854f6719b", - "version": "2018-10-03T14:40:51.989459Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "be511b7d", - "indexed": true, - "name": "process_267.json", - "s3_etag": "be79b6a429a9ab81ca115d56e5eaddb9", - "sha1": "d14725c00d2f7fdf8bed405a7ff182113e3c4ee1", - "sha256": "fa4ba6b613c811c06d086eec0d72381f2f3cc4c111adeb536b17cf8234e57898", - "size": 391, - "uuid": "43a0719f-8617-4733-a21a-fc458dc6b1fd", - "version": "2018-10-03T14:40:52.254041Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3c50126d", - "indexed": true, - "name": "process_268.json", - "s3_etag": "065b72f41e1ae860a45480cf3ede21ef", - "sha1": "feb9f5f39830d216b83275e0616cafec2a823445", - "sha256": "f4002dcd04fdb6322891fa035d4cd0828cbdfbf055d6eeff305b1378877a252a", - "size": 391, - "uuid": "c9d19b56-1e85-4ed1-a3a7-fcc7d142d664", - "version": "2018-10-03T14:40:52.578865Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "89bcb520", - "indexed": true, - "name": "process_269.json", - "s3_etag": "1f71792c88331a6cb0235abc81109ebe", - "sha1": "35cd9c682266999768880ea62ea6af1aab54aec5", - "sha256": "e74c4fb5cab9da547339fdcd0b3a89011395b23b2d9849ae7b7fc7f14e7147ca", - "size": 391, - "uuid": "2bec6b9c-f33e-45fd-b822-d2b7071bbcad", - "version": "2018-10-03T14:40:52.829289Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "24a254f1", - "indexed": true, - "name": "process_270.json", - "s3_etag": "3fe3c10ca082de3021813b355454681a", - "sha1": "91d7bdc62a8cb5f9f9e07c5b50814707bc17280a", - "sha256": "40620a3a8294a09a9feaba0d23d9ea605657eda09b5341b4e747bf09cde4ab25", - "size": 391, - "uuid": "4c02da43-cecd-4758-a3e5-c9a4db200090", - "version": "2018-10-03T14:40:53.175949Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "be62a3f7", - "indexed": true, - "name": "process_271.json", - "s3_etag": "007df71ace3c7aabe0c91b25edb4d25a", - "sha1": "f72402f1ff99fe28dc808405d8de1dea4e73512b", - "sha256": "39e566c282de32b31dedcec6afafb95786d0e6cd5de059311959af89c65e7113", - "size": 391, - "uuid": "63268ab0-d459-4c7a-b8ae-7ea18b7252b8", - "version": "2018-10-03T14:40:53.623274Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "911cbe47", - "indexed": true, - "name": "process_272.json", - "s3_etag": "ee98c996112b8afde5222c98a89661ce", - "sha1": "033269e5cacdc8c7905320d8ce15616c02998da1", - "sha256": "30135fef1705eb45e23c60dd519dcf947cda06d46600b3a21e12a782b1b6fc5c", - "size": 391, - "uuid": "a6d9d3e7-02c6-4b9a-8caa-423345551e39", - "version": "2018-10-03T14:40:54.151649Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "66e6ceb5", - "indexed": true, - "name": "process_273.json", - "s3_etag": "006089e06757a826586e6ecbae477b5e", - "sha1": "3ef5b53379076a8e7bacc3daaddf8fd56e329288", - "sha256": "413c13a670427f79392e94d8f5c462f100ae04810e9dfd35a2264a961122d54b", - "size": 391, - "uuid": "a3965e90-4f0c-4187-8bf6-69436a645d2a", - "version": "2018-10-03T14:40:54.390664Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "354312aa", - "indexed": true, - "name": "process_274.json", - "s3_etag": "06274b53ade5c5d43cf727f0ee643f24", - "sha1": "86ca2ab07cafe5e658264e9714738b9e7379c0f7", - "sha256": "52c676890096bb7ab31c03831f7e4eb252d9bfa0a22ddcd75f54d3101aee9474", - "size": 391, - "uuid": "1c7fae99-1d99-4d61-890a-1af12d27e606", - "version": "2018-10-03T14:40:54.715472Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a0896701", - "indexed": true, - "name": "process_275.json", - "s3_etag": "cb39a23d7dbe83c79347997dfbcac24a", - "sha1": "68774241e2159dcfaa98ed380fe86ddc1e93dd81", - "sha256": "b23e8e0c1a6beefe34a3a5fbe81a10e16434245c60601d110219fa7eb5241a31", - "size": 391, - "uuid": "8c05af39-d013-4aef-8930-5fcaf5b32ef7", - "version": "2018-10-03T14:40:54.954882Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "769a77b1", - "indexed": true, - "name": "process_276.json", - "s3_etag": "282044f615ee55bb177aab3c011e2bcf", - "sha1": "56c1f401a07c693916945545f873029e6f817b15", - "sha256": "41e822e998723f94b428a19bbbcc85337aa30eecb8491378768dd837c418c762", - "size": 391, - "uuid": "24dda6cc-8ec3-45d0-ad30-3a7e1bfce9fd", - "version": "2018-10-03T14:40:55.493595Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ed670d3d", - "indexed": true, - "name": "process_277.json", - "s3_etag": "ee21073d9c0bc08cb51f196548fb3532", - "sha1": "d2d13d690193a8faead2c6ea6efb9688543153d0", - "sha256": "e6467d3a4dd2e508170c1d562901ffc1c6bcc66c3697a13fc7b988e7ffef228f", - "size": 391, - "uuid": "03ad13a0-9c70-4b40-aa08-4a14fd5bff01", - "version": "2018-10-03T14:40:55.824915Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "34e0c98d", - "indexed": true, - "name": "process_278.json", - "s3_etag": "bb6111885824a02e1b0fdc7c9b41d12f", - "sha1": "7355641f3fb167ef75a2804c6944551a1bb34997", - "sha256": "86533476d9d9c93d1d0f7d8baeb2b34b0ccdf0fe063e07fa57e8284456221437", - "size": 391, - "uuid": "8b9beee8-fe3b-43de-a415-6d81fb9f6cfc", - "version": "2018-10-03T14:40:56.273661Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f5cc254e", - "indexed": true, - "name": "process_279.json", - "s3_etag": "023d441f54a635a221f780b864aa98c3", - "sha1": "9d259a3c7f103faf8b5d06217446de6c4f899632", - "sha256": "ac04902b5d6be01f8cca6f33b32ac883759236da6ae0c7c978d0c1ed367fcad8", - "size": 391, - "uuid": "882467fe-468d-4d99-8564-e858090ae82d", - "version": "2018-10-03T14:40:57.560880Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f1f209ac", - "indexed": true, - "name": "process_280.json", - "s3_etag": "b6be694fa8b5c293f60903e5487b78f4", - "sha1": "09215b8b70ae4f83920ab671422ad5fb20657043", - "sha256": "ea293ed3e27e861e6f008a5fd6a1652c35f5928bb7f294d323d64d412a275f1e", - "size": 391, - "uuid": "080b4882-edb6-4c7b-9085-0b30810a4f44", - "version": "2018-10-03T14:40:58.150108Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "acc63793", - "indexed": true, - "name": "process_281.json", - "s3_etag": "96acf860d633e5d5f83f513838ff6616", - "sha1": "dc42fccd722c4af800a25cbda925332a3316ce53", - "sha256": "7fe4b4d905a8f28289507faa0dcc2aa6431a02beeae609f90b83acc2ec9534b8", - "size": 391, - "uuid": "8e1fda4e-37fd-4613-8b8d-87f322acea15", - "version": "2018-10-03T14:40:58.951097Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "79a76016", - "indexed": true, - "name": "process_282.json", - "s3_etag": "6e1daecb4018c358a7ba29c57722edfe", - "sha1": "9fb03808b7f18b7085421650e2cb37411a2b39a4", - "sha256": "efc88d5691ef0e60e61f8bf041235d9a1dbbaee7c6580e44ab41ff4c056a53bf", - "size": 391, - "uuid": "29aeda32-9ead-40e9-860b-db3427d9b46c", - "version": "2018-10-03T14:40:59.590230Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7e92c826", - "indexed": true, - "name": "process_283.json", - "s3_etag": "bfdccb159864fc0b637a0819b81d7403", - "sha1": "e3a0e0e013f9481020a586f16218904b7cdd33b3", - "sha256": "1d09916c3842245ba1d5b644e6030ebdf43af1b710930cacca5957d85fb1245c", - "size": 391, - "uuid": "48f244ee-ec2f-49f6-8bb8-78cacb4328cc", - "version": "2018-10-03T14:41:00.067197Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9552bc26", - "indexed": true, - "name": "process_284.json", - "s3_etag": "19625b652b149b3eb28eb624ccacb7b1", - "sha1": "4f5e699baeea3ba4fd97d2e1f13d205083bef7cd", - "sha256": "a369bf802ff70f8fc19ae2bcb4aef063b72fb10b4aafc5af6b84368e40004cdc", - "size": 391, - "uuid": "3fc813f1-e7f6-4344-8661-5464ec7191f8", - "version": "2018-10-03T14:41:01.010384Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c982e5fe", - "indexed": true, - "name": "process_285.json", - "s3_etag": "856894858934fe9580266c6354699df0", - "sha1": "c94321185f66515740d6db0daf582da1b744f90d", - "sha256": "0652bf173bd9d045c5e06dd6cad5ec218afef8306e56ea2689247f938f506b4d", - "size": 391, - "uuid": "a44ca11b-028b-4a14-94b5-e957ff1f75ec", - "version": "2018-10-03T14:41:01.280134Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4bfcb3ba", - "indexed": true, - "name": "process_286.json", - "s3_etag": "dbd6a67c69f984ea42272e3854d4fb2e", - "sha1": "344aca36870d55a974f168a6cae94e0146f7b374", - "sha256": "880297ecd5765825a9457c491fe056e19bf3966cb644e19de0ecfbd7531a5c57", - "size": 391, - "uuid": "8619a7fd-1109-474d-8b86-1c3556162495", - "version": "2018-10-03T14:41:01.534315Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "fb8f029f", - "indexed": true, - "name": "process_287.json", - "s3_etag": "b70d3616b9067733141b62482bee3d6e", - "sha1": "2d2ada20de8adbc3648c72aa7036d80ca91011cb", - "sha256": "ff842b712b6ccc0f4db26dbf5d4ba62a40bbaced47c794e78d9fb70e5cdf611b", - "size": 391, - "uuid": "8636325a-4931-436a-90d1-ae4f0b0ce68f", - "version": "2018-10-03T14:41:02.169137Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "38f5b152", - "indexed": true, - "name": "process_288.json", - "s3_etag": "96009c98454371f40545d1b1dc4b7608", - "sha1": "fd51ecf201125af32be7bd07054ac9b618738252", - "sha256": "c3d20afac3ef125e3da88c7517d20f9bd878af1e79f6f7b1f75ebaa83a78bb82", - "size": 391, - "uuid": "aa39ffbd-c171-46a5-85f5-bd3de557641c", - "version": "2018-10-03T14:41:02.670936Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4a34a562", - "indexed": true, - "name": "process_289.json", - "s3_etag": "d214a12401e09c8646c9d0148af18105", - "sha1": "fc6c839dbc5347cc8131d6f61b12d713b810bee4", - "sha256": "ef27bb75dc7de540677e816ab7c74ff1c151f6c8f74165ff6ff0f97249fbc670", - "size": 391, - "uuid": "e299346b-d057-4bd0-8867-b97c1e7a5e8d", - "version": "2018-10-03T14:41:02.902014Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "723a62d5", - "indexed": true, - "name": "process_290.json", - "s3_etag": "bc3311c05e8cc8b9f179def55976d795", - "sha1": "8bf77fad609b559f544f50dd90006ceb9c6cfbd3", - "sha256": "a7aba82ba9ef961e5b6eb15a40860dfb8340277a7944e217a219b0cc0d22e66a", - "size": 391, - "uuid": "5bf0d140-ed66-499a-9db7-7d7448253a4c", - "version": "2018-10-03T14:41:03.097171Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d831ed6e", - "indexed": true, - "name": "process_291.json", - "s3_etag": "b8addd95b3848afa5bb65549b72997a5", - "sha1": "c5dab81fff020cb2dceb60ad246446810b50c8a1", - "sha256": "8d5d902e26b7926090939f2e4f0d2acc171c8c4ff84d44544fa85d813090ec38", - "size": 391, - "uuid": "e8a6ea1f-1ead-46fc-9206-527357456912", - "version": "2018-10-03T14:41:03.328920Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "95e01afc", - "indexed": true, - "name": "process_292.json", - "s3_etag": "d1c6e4bc87a68ad87658be62656bb1cb", - "sha1": "c280d8593d764dfed7c4def9df38258957a3c246", - "sha256": "a22d2536d2ffccdb19e1c0c70dc28fc759f6b53611f44028e00dc358e3d7d89d", - "size": 391, - "uuid": "a29b77e9-81ed-4dd3-90ba-5a419c5ae010", - "version": "2018-10-03T14:41:03.627603Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "88bd350b", - "indexed": true, - "name": "process_293.json", - "s3_etag": "286740984a1e5d9439c8e5e52bfe177a", - "sha1": "5d841ec0d7a4de948967cfddf0a141b4ca41832d", - "sha256": "c4e36bb2918fb57dfd478119e933d1cb74ca318fdf2321eb5f827aff6810cee3", - "size": 391, - "uuid": "7495f692-eb48-402b-ba03-96accdad0612", - "version": "2018-10-03T14:41:03.985122Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a0921b86", - "indexed": true, - "name": "process_294.json", - "s3_etag": "2fb476c42d03ddc8e1ce2b10251da822", - "sha1": "c09cf46207098afa10ad5429cc0c36924d9d733b", - "sha256": "18ff53767ecd9da9b5efa5f2f6f42f36eb7f7624cbe74f3385eed3c3c89d88a0", - "size": 391, - "uuid": "68534749-0b3d-4617-b249-76ad49f5e476", - "version": "2018-10-03T14:41:04.273727Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ff2adf16", - "indexed": true, - "name": "process_295.json", - "s3_etag": "1c551c527ee24fc111bd5980f694ffc0", - "sha1": "270676c895eda91e99c2a008e0b9cfae817bda02", - "sha256": "d0a9b899ba91b30dc1829f0904f95bce9077414153c941fd1c423f62b236d6a7", - "size": 391, - "uuid": "0412f662-24ab-4c7c-8724-dbd5b422d3d8", - "version": "2018-10-03T14:41:04.555376Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ceca7511", - "indexed": true, - "name": "process_296.json", - "s3_etag": "a1d55a8a1af64913a4282c99e23ee455", - "sha1": "a66cc0b9315bb0a5e2506999c31b9ebf852b0715", - "sha256": "70d6907a6e315c0ba2ed1397d4770312f62f49925d0436c8dd8f46ef78148308", - "size": 391, - "uuid": "70abf86f-47e4-474d-8f6b-86e14f916c68", - "version": "2018-10-03T14:41:05.076821Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d47ff61c", - "indexed": true, - "name": "process_297.json", - "s3_etag": "a8ee53a9e87a8c39e8364ba3057a5108", - "sha1": "f5df45ad8f730e95b62a430445e2ccb02b34ea45", - "sha256": "4b157208f7063c7e359ae6594824e38fa3ba89570d43dd05ea97e0b2e0bc6244", - "size": 391, - "uuid": "6dcfdafe-fd54-45a8-a95f-7d25a0210d91", - "version": "2018-10-03T14:41:05.750453Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4c6849f3", - "indexed": true, - "name": "process_298.json", - "s3_etag": "8b92c5b43bdd921bde8cdf4625fc7e63", - "sha1": "e903110cd756a8b370129ab3f4656ce4f7894b1c", - "sha256": "917a3cf85034327e0bc02684665600cb35dd67170aa5dd6f9ec3ae59d2fc49b7", - "size": 391, - "uuid": "dde564f1-e523-484d-9ef4-907844d7cf91", - "version": "2018-10-03T14:41:06.151611Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c73d8ae3", - "indexed": true, - "name": "process_299.json", - "s3_etag": "7c0670ec18e750ebb619d1d287c7567d", - "sha1": "6c884f89430f8cf79939d2e5e9bdbafb41901079", - "sha256": "d7143d8a478d10e34a5dd34918232ee1641011516b4263bcd931c7969c5bd3fd", - "size": 391, - "uuid": "6319b240-966c-41ff-8393-e557f395d142", - "version": "2018-10-03T14:41:06.540747Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ac54462e", - "indexed": true, - "name": "process_300.json", - "s3_etag": "f88076e847bccc971d4964c20c82166c", - "sha1": "296c66b50f6eeca2e24c29986f4c2d57f6fb865f", - "sha256": "7b85f1f10f95a11cf375d7d2a7d79ff6126b346da37ae6c84b5c1878dbb510f8", - "size": 391, - "uuid": "ea24d368-3e80-499b-8609-97fc6cb23e94", - "version": "2018-10-03T14:41:06.761937Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c8d9a3cc", - "indexed": true, - "name": "process_301.json", - "s3_etag": "79c92c31a0041e66d5ab0fceb09bd842", - "sha1": "324788804fbbd395c244e34b7c88904dc1c4094d", - "sha256": "fc6c085453f958987ef497ed8a80ade7a0735e168150b74fb7955a5b88f69695", - "size": 391, - "uuid": "b6790bc3-95b9-4224-b74f-d4bcd6b8ad60", - "version": "2018-10-03T14:41:07.063052Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cab3ee74", - "indexed": true, - "name": "process_302.json", - "s3_etag": "2fe78cfc8a10dbca6a5dd1de63c101a2", - "sha1": "dfa7d2952aff327d8745f1767305fb031c0154b5", - "sha256": "e8cc7eeb1919afdd7c575282fcc905cf74d18a8ffb4c7cfcec453de1d30d26ed", - "size": 391, - "uuid": "fc3847b1-3c5d-430e-a92c-4ca6dda29a91", - "version": "2018-10-03T14:41:07.450365Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "959c6d2b", - "indexed": true, - "name": "process_303.json", - "s3_etag": "07b8fe8ad666964d78ee359f8cb1b6e0", - "sha1": "8cd8b46f72a69952977df6bceac376a3dba86825", - "sha256": "f7d6ea10d4e0ed6be14728a97e438a6054d39ccc64d3a3f591545e83f07b3de7", - "size": 391, - "uuid": "2aedfdeb-da7a-4cf8-aa22-2b30163fa3f7", - "version": "2018-10-03T14:41:07.789182Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a4aed4d1", - "indexed": true, - "name": "process_304.json", - "s3_etag": "58f1e1713537929b0d740598621185bb", - "sha1": "8e55b6a15cd7f52714f97e3a3434a9abf39e457c", - "sha256": "e9a3a2e034a11e980c010c16f76342df1b161c1b1921996daa0d9ab9628d6930", - "size": 391, - "uuid": "ed128bff-0481-4487-bd2b-cb4fd50c1f48", - "version": "2018-10-03T14:41:08.027329Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "416580dd", - "indexed": true, - "name": "process_305.json", - "s3_etag": "2d61f4937718da328c5490f47f66a9e0", - "sha1": "22fd241a30a76e7b1300f85296cbd7ceec36e165", - "sha256": "4a7ed9078311300812b7fa02bb69a901aeebf9cc788da8960bbacfd29e48e1e0", - "size": 391, - "uuid": "ececacb4-2846-41e0-bf53-13d4e6c7877b", - "version": "2018-10-03T14:41:08.347853Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bd029a2e", - "indexed": true, - "name": "process_306.json", - "s3_etag": "1bad3d95d092649e45d974c97f2fbdb3", - "sha1": "345bc45f4fb0fd6fd8ea96feb57462875e23f454", - "sha256": "2dd1b6c445c320192ed68087f36887fb57cb4c8e8361b1d048adc150bfc5a3ac", - "size": 391, - "uuid": "6b62c999-d2a4-4aba-9e02-c8ce365efb49", - "version": "2018-10-03T14:41:08.850880Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d7705b8d", - "indexed": true, - "name": "process_307.json", - "s3_etag": "9e499826f718f1d96eb81f1381544ef7", - "sha1": "38bf5665926afc4d8a96a0a8307a62e424f5dcbb", - "sha256": "587ee445d632f9c02949bf85279288c5f220fda25dc52a9afd74f0d21ba6afc2", - "size": 391, - "uuid": "0c3c9245-10a6-44be-8253-17d1790944a8", - "version": "2018-10-03T14:41:09.111996Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9989aa02", - "indexed": true, - "name": "process_308.json", - "s3_etag": "fc16083427655d50d001cf2ef1a93e90", - "sha1": "5187d169f9deddb8e4dd603bf4d2e983757aa572", - "sha256": "d6637aa9d68f11e3e120a3d171babdcd0b0001a32628ebcfb53891eeff635192", - "size": 391, - "uuid": "98fc4d11-bd06-4181-a8fb-902d7dc62f2c", - "version": "2018-10-03T14:41:09.444286Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "65619ed6", - "indexed": true, - "name": "process_309.json", - "s3_etag": "50c38d018f3830614fb3fd916676826b", - "sha1": "5315494738aab4596154d264a317a8a82741644c", - "sha256": "8b274b2026267ad5dd6f55b8871f83f36f3219deb3acdacd8b9c7cdb2e613d5f", - "size": 391, - "uuid": "96c770f9-f510-4e8a-b0d4-5d29656b7620", - "version": "2018-10-03T14:41:09.920683Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b885f59f", - "indexed": true, - "name": "process_310.json", - "s3_etag": "8766dca9637f9968a90a615a56525a2e", - "sha1": "ebd102a6b7e4fee50e9d7db83a2c2115bb35b541", - "sha256": "660e646b75c874f2474e080f64177ee36aee1ec8f7732f12284913487b0e5297", - "size": 391, - "uuid": "5c20d48d-638e-4b8c-a775-041a389f8297", - "version": "2018-10-03T14:41:10.267566Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "27f1d39e", - "indexed": true, - "name": "process_311.json", - "s3_etag": "59033642bc77223bb98de9c3c89d8435", - "sha1": "0aacc13e028567773f9f060e5209258261a6679c", - "sha256": "b5cb078289c8fa23490546fd7b43d3cf934f546a79561d99906741ace90021cd", - "size": 391, - "uuid": "5c255096-4c6f-4345-85ce-45ad83ba9437", - "version": "2018-10-03T14:41:10.536731Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "641cd393", - "indexed": true, - "name": "process_312.json", - "s3_etag": "1f2090791a9a4458810fbd384bf2bf03", - "sha1": "662f11245e982c43df900bb005f3b765a0f1689c", - "sha256": "0eddd3d8a42010cd3d1d514408ca520fab76cc8350e81b4809b98761648c5039", - "size": 391, - "uuid": "0c01f523-5fe7-4161-a3cf-c3ec97eb7fa5", - "version": "2018-10-03T14:41:10.851920Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ec9c6552", - "indexed": true, - "name": "process_313.json", - "s3_etag": "e2e0e6c35a2832f19ec2c3bfd226b4af", - "sha1": "79887f49a7fff220dbf9decd9b818d034ec08805", - "sha256": "5ae8cf4e297742b55f250f2f817235afa8c63afbae1f4c61744d3835f76a4b44", - "size": 391, - "uuid": "c9b8b91f-5982-413b-8c72-7699d8d46315", - "version": "2018-10-03T14:41:11.143579Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "66d66650", - "indexed": true, - "name": "process_314.json", - "s3_etag": "a8b2e59e36f86ff30a805369ee1510ac", - "sha1": "d609252caaa50268026cf07fd4ab89f95e9702b1", - "sha256": "880dfbc2a9cabd62813a0cc5ee90bc2397e4baf0fc46485192590f6e13105083", - "size": 391, - "uuid": "389509ca-8e52-4f3f-80b1-2af25a1ea6f9", - "version": "2018-10-03T14:41:11.461251Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c8ad2c54", - "indexed": true, - "name": "process_315.json", - "s3_etag": "cc775a62c89adf7ff56f8ad6db04ebc0", - "sha1": "6d37999ccfcb54d7efe7f9ad8513bdcb61c324bb", - "sha256": "243a95198050e12ad871fb9197eacb87146c6ab5f08f687443fa8f00c487719d", - "size": 391, - "uuid": "ba592e24-f04b-4c2a-871f-9691ab17bbe4", - "version": "2018-10-03T14:41:11.733199Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "aca1d02e", - "indexed": true, - "name": "process_316.json", - "s3_etag": "1ee21c0f87727e574e346dc064666028", - "sha1": "fe5559d9cd7ac683ae6be9025d55d4d375735f24", - "sha256": "9bef9a86e649375232cdc95244b065b5fb43a2161364cfe49c7dc188e5e16947", - "size": 391, - "uuid": "b863a8a5-37b6-4d08-aaef-0926bdb1e4f3", - "version": "2018-10-03T14:41:12.133308Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7c84d82b", - "indexed": true, - "name": "process_317.json", - "s3_etag": "2784639cdbce75da2d35085f4caf5de3", - "sha1": "67683e20bb02ad99816857c1cdd63d5684a3fd9b", - "sha256": "8ec32049c72fa68569e1aa7b53ff96e08d0a74ec863403b487921c6721c2094a", - "size": 391, - "uuid": "6159a892-0012-4681-9e61-a04b026f7a66", - "version": "2018-10-03T14:41:12.415915Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9c315ccb", - "indexed": true, - "name": "process_318.json", - "s3_etag": "3c24c8210159a778a0fc6ea58b933147", - "sha1": "4d48adc4657d09d8949b065058a42251631a1849", - "sha256": "20ddd8dac935ff1771b1ecd0a5c8c76b5397639a2c6526a26330891be276c980", - "size": 391, - "uuid": "55641c6b-161a-41f9-8461-d878b8652c2d", - "version": "2018-10-03T14:41:12.666150Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3e0296e5", - "indexed": true, - "name": "process_319.json", - "s3_etag": "5137567002c47821ce5c3b3f5dc66079", - "sha1": "4c14b7026596af14b67caccf7ec4efd6891255b2", - "sha256": "5feb0b75465df3058a814a5d1c524c0d596f6e9d4e603f2e727c6cf01c98f384", - "size": 391, - "uuid": "126c5179-ac45-49ca-9eef-edde09fe11d5", - "version": "2018-10-03T14:41:13.125074Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "88aa963d", - "indexed": true, - "name": "process_320.json", - "s3_etag": "f84a370940c074144ae969cf1e29c0f6", - "sha1": "e14192d13a1001833aaa2ac437465d964c8c8589", - "sha256": "bdc209f569db51912ea35c58d0ea8cc2441dfc0433630ca15e261b63bc15bbff", - "size": 391, - "uuid": "5073c188-759a-4451-bc73-7e988c39e144", - "version": "2018-10-03T14:41:13.610215Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2136ea44", - "indexed": true, - "name": "process_321.json", - "s3_etag": "092cb2b45fe6f1990b224577c358251a", - "sha1": "91fc7f8434e12de21304a7d3f630899ed565bb0f", - "sha256": "99e7fe04860d7141e5fc2c7e8abbfbb7e0c67fefa4fe9d90ac8191cf12508f06", - "size": 391, - "uuid": "8ec4ede7-0cbc-46a8-aece-351511836cbd", - "version": "2018-10-03T14:41:13.988562Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f64456f3", - "indexed": true, - "name": "process_322.json", - "s3_etag": "fa11575045b65463a04c5615acdb4804", - "sha1": "0bc09e2001784bb35c99a5a9a7efc43cf991530b", - "sha256": "c7351d0acf6dfe8f5f720493ba8c686ce47301c8c5cf6eb769edbc27cf65e8e9", - "size": 391, - "uuid": "0dba595a-88d2-4b52-b9b5-adc7e5ae5096", - "version": "2018-10-03T14:41:14.520481Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3431ff6a", - "indexed": true, - "name": "process_323.json", - "s3_etag": "2fc51234ced21cf8fe0c4dc8042fad49", - "sha1": "0d3b47afc0d7b590c521eb76fac7ee42ac469336", - "sha256": "fd562cc90972f8bc5c7544685ea314e5bfbd5b095c4df9d1d6b758db7734c55a", - "size": 391, - "uuid": "730bc8a5-1b79-456d-9ce2-fe94d870ba43", - "version": "2018-10-03T14:41:14.997905Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "73c85582", - "indexed": true, - "name": "process_324.json", - "s3_etag": "cf5bbeb5d13f02438584c7d260e4a709", - "sha1": "7ab9772d084bc7f5775b9b40aefb26362505dfab", - "sha256": "f7e5a0b97a5fc9cbf3ef7e9373514328afe8dd14321eeb2cac24edfafda8c0d3", - "size": 391, - "uuid": "0db4ab3a-2457-4193-b28f-6c67310029a8", - "version": "2018-10-03T14:41:15.284935Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "eddb244d", - "indexed": true, - "name": "process_325.json", - "s3_etag": "0abb853ed0cb28accb2573c6e4cb01cd", - "sha1": "3eca20b8d0b4ffa6ac3959a40cf5f6c10548ed29", - "sha256": "def403e8a326983f223e2b6c8d5956067fc9619ed4daf06c2f97aa745c3c225c", - "size": 391, - "uuid": "4808d316-0bf4-433c-bef1-287c496ccb86", - "version": "2018-10-03T14:41:15.904941Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "eaafa471", - "indexed": true, - "name": "process_326.json", - "s3_etag": "6f5ffca496c9139678c3ccde7282d5b5", - "sha1": "72140d2ff6673c290afc21357547e23fccc2df2a", - "sha256": "4284b883ad66abce0bacad317b73909755624cb0eb113023151f36d2693a4114", - "size": 391, - "uuid": "9fa8cbf1-5a5b-43a7-b574-ee7d9110305c", - "version": "2018-10-03T14:41:16.145985Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f1d9bb67", - "indexed": true, - "name": "process_327.json", - "s3_etag": "f97d3b978d567287517c0dd0d37bb1d7", - "sha1": "e83f368f59b18a0edfa38a447adabc6e161cd050", - "sha256": "665eba565daf39fd97dacbe2670472ccd08bd9f4b74a50c43b6f35403e052fdc", - "size": 391, - "uuid": "30a130f7-0dfd-40fc-80ac-b4476535c7ad", - "version": "2018-10-03T14:41:16.395454Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "decdc143", - "indexed": true, - "name": "process_328.json", - "s3_etag": "b3415f899323714dec857d7cfbbf09f0", - "sha1": "41d1292a5a20f5ddf45732133feaef4cbe37249d", - "sha256": "f1f04993ef3b9a4b3ff40641c117ae32ec3a145226b95776588aaebc0750dee5", - "size": 391, - "uuid": "169f7b29-0329-417b-a4f0-bc4671c2b53f", - "version": "2018-10-03T14:41:16.766506Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bef5bde7", - "indexed": true, - "name": "process_329.json", - "s3_etag": "9a62b60048a2716d8d413a13fbf904e9", - "sha1": "731c5e7c1c9504d4535542d4439e967e6938fb1e", - "sha256": "dfc241d55127a1a2d5b66d2fd290c185f801268f5c655b2eeb3021f13f818c01", - "size": 391, - "uuid": "6a7d1981-4a55-4047-87ee-01495a3e40b4", - "version": "2018-10-03T14:41:17.003704Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8310f570", - "indexed": true, - "name": "process_330.json", - "s3_etag": "838a9862c14b30e9e5a1d5a59afc1749", - "sha1": "410d5e719c4c879264a853e5544dccc0b1f2dede", - "sha256": "dc7c44d6625ebf4823cb7372350b415108104bb5fc145d40a0a9018788c5df91", - "size": 391, - "uuid": "2eeb01ff-73fa-473a-bc1a-381de837bd6a", - "version": "2018-10-03T14:41:17.276940Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bc8613d4", - "indexed": true, - "name": "process_331.json", - "s3_etag": "cc0006a09fbce13933e51beb0f87fe71", - "sha1": "e0eaf9766e753f760227912f51c7bc66ce164ad7", - "sha256": "cfd8c387e3b94d153ded7bd129f388640c0ddf39ef1d95a4a8c7e7102a1751b5", - "size": 391, - "uuid": "6d1bb835-e768-4952-989b-3f64fed66fdc", - "version": "2018-10-03T14:41:17.616766Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1b1469bd", - "indexed": true, - "name": "process_332.json", - "s3_etag": "27bdc204091839c0b4e8fae97e7a7027", - "sha1": "d02a64fdf07c8a5cbece339fec23bde0e21b2d50", - "sha256": "fae6c0111f0c79930b0da9f00010a5b4b506902e2ff2f7d0872e7323fb08dff5", - "size": 391, - "uuid": "4e45b1ac-dee3-47af-8f03-096d33fa34e1", - "version": "2018-10-03T14:41:17.974880Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "649db9ae", - "indexed": true, - "name": "process_333.json", - "s3_etag": "94d3ed7b036243970846e87756342e13", - "sha1": "af4a62883cebad17bb6037fe09bcac9bdc468d2c", - "sha256": "c7bb39d6914b6a62b8cc7974907e97c63d4493e46bad74dcb31ef57b5be90c2a", - "size": 391, - "uuid": "802efb18-bf90-4338-966f-dff548c4fe17", - "version": "2018-10-03T14:41:18.414184Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8298c741", - "indexed": true, - "name": "process_334.json", - "s3_etag": "2cc5cc622f03abc1ef838e78cbd0c287", - "sha1": "0411171b0f79ee2e57ec9bdac4c132d2c7a2c24c", - "sha256": "36372538550c08c240c1d5f9f0458f547c2377468fa6f4814c59b5c9b58ef577", - "size": 391, - "uuid": "8a9276ef-cc40-4baa-817a-1288e044dd34", - "version": "2018-10-03T14:41:18.950326Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "47fea9ff", - "indexed": true, - "name": "process_335.json", - "s3_etag": "3620427d5a115faedaf53d24b9bf79e1", - "sha1": "aff847f14fe8ab678dc5d1cd008793595ef14d04", - "sha256": "e86c2adcd4711893bf2b84a929e8cc855402a5ddd965fb3a4b97db37cf8b35ef", - "size": 391, - "uuid": "4774e520-9854-4969-a644-ae6ba96b1210", - "version": "2018-10-03T14:41:19.395693Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4390a034", - "indexed": true, - "name": "process_336.json", - "s3_etag": "89756bff4ca97ee739d00b33027af5f2", - "sha1": "bb7678db3fbd8dea441504a2d5677ac254559855", - "sha256": "2b5240274b35cd07f408b7898441c03c2248899b49a8b236e95b3f08d4c25305", - "size": 391, - "uuid": "fb7ba37f-3e36-4454-ab75-0586bb705014", - "version": "2018-10-03T14:41:19.825993Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "68ae60a6", - "indexed": true, - "name": "process_337.json", - "s3_etag": "22f0a4596bd3411856e2341bbdc03f97", - "sha1": "570aeacd57a875905778283c09353e33d55b2c29", - "sha256": "32701b07d074c755a62a912da26134e748ce70b6726fc91726943a868d8a15bf", - "size": 391, - "uuid": "c35d87a0-44f6-4716-8245-961b8636d704", - "version": "2018-10-03T14:41:20.065043Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "74ac4b8e", - "indexed": true, - "name": "process_338.json", - "s3_etag": "5d968e92fac51cd5af777dfe29e471fd", - "sha1": "9af83f53ed3a63154c1bc86a5203481bae8b6554", - "sha256": "50ca845ba7c6110cc502a79a4eda2a76b3bd4acb586630aa946a777641879dcf", - "size": 391, - "uuid": "4939e9d5-589e-43cb-bb91-8a2b0261a3ac", - "version": "2018-10-03T14:41:20.322931Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "94268401", - "indexed": true, - "name": "process_339.json", - "s3_etag": "091924ebce4b23441ce828cdb285acf7", - "sha1": "9cde43f9593f8892e7e393e61db7dcff96dffe0d", - "sha256": "760859e561b447d827565c8b88e07ad72b83fdf5c3ed1dfa884cc98d255310f3", - "size": 391, - "uuid": "64a2d65a-ffcf-4d68-9a83-3f8e1956d2d1", - "version": "2018-10-03T14:41:20.621446Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "247dcbc8", - "indexed": true, - "name": "process_340.json", - "s3_etag": "353c660da65bdd11fc5b83d189d71af3", - "sha1": "1d9b7bc17b1dba695fc37158ebf3a3e931d667ed", - "sha256": "60326406d71574ff9a81de39710766ecbe60de8fafe7f4e30e2a6c085c3023de", - "size": 391, - "uuid": "9beec7b5-c7d5-4259-a2e2-ce91d87d8217", - "version": "2018-10-03T14:41:20.949251Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0d8ef9c3", - "indexed": true, - "name": "process_341.json", - "s3_etag": "7cae1796fce28ecaecb96ca6a962b91a", - "sha1": "299e91e4c5221265ff102c450fe44410a94e9134", - "sha256": "806f115ca7b956637a80cc65212079ff371149b21c6e79343b67ecbdb637f35d", - "size": 391, - "uuid": "97a220c0-d1ad-48b8-9283-612b5bb12313", - "version": "2018-10-03T14:41:21.262756Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d427c3f6", - "indexed": true, - "name": "process_342.json", - "s3_etag": "19b932f8dd53ef0690ca90a14437c788", - "sha1": "2190e57d60094c8641667347917f4f92d8d3e8fa", - "sha256": "c08fd938b598cb8e490641d8d117d4b877af0b4619d43cfc9d440ec4dc92b9ad", - "size": 391, - "uuid": "0f857bdc-a1af-4bf6-8ecc-1caaa7002691", - "version": "2018-10-03T14:41:21.494515Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "75fb3ff5", - "indexed": true, - "name": "process_343.json", - "s3_etag": "6b95824703dbbefc0b4a764f3aaa7fcb", - "sha1": "781bd65fd1c616a6607f48a2840013106c18f0de", - "sha256": "ce47185548cbb0da714f12586e02c272b6c6daa4a9e9185f33aa8a1affbba477", - "size": 391, - "uuid": "56ac8ec9-b959-44bb-9297-679ba30380bc", - "version": "2018-10-03T14:41:21.845348Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a4ce4c8e", - "indexed": true, - "name": "process_344.json", - "s3_etag": "fd640dab586b0d8ecb94b4993eaddb03", - "sha1": "a93abdd36a7d3c23a5dca7fb99a28634a7a9679e", - "sha256": "36604e453d8a2388e0a0930d3699adfa92aa34ca4792f99c4e50426b7d8012f1", - "size": 391, - "uuid": "9a8bf3ab-bee8-4139-a9b9-374f4618812d", - "version": "2018-10-03T14:41:22.142097Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e0307d77", - "indexed": true, - "name": "process_345.json", - "s3_etag": "ffe5531aeabb81f37ba384ed330277bb", - "sha1": "b5f1a93f91dcb7dfb4938e53ca4632add240c114", - "sha256": "8c07f504496838f3e7aa1750aa1ebfc4535bf618a2cc9af3b8fea0319e20fa3d", - "size": 391, - "uuid": "2d0c4150-8cb5-4e69-950f-8f222004cc34", - "version": "2018-10-03T14:41:22.344050Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a792229b", - "indexed": true, - "name": "process_346.json", - "s3_etag": "ec55209fc8b379a11d0878e25af545b6", - "sha1": "d1599704129e3fec44e382187a3f6cc80f8436e8", - "sha256": "61565b9e580c0753848154560977055249515f57d7f22d6540f653627cb82eee", - "size": 391, - "uuid": "a31c0917-e5b9-40ba-ba9c-a4ee2e599cd8", - "version": "2018-10-03T14:41:22.606244Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e2646fd6", - "indexed": true, - "name": "process_347.json", - "s3_etag": "367cdfb48acc95870da85ca587a3ab66", - "sha1": "9f460306c6125606b0a0565aee3ceb3a786ce1d9", - "sha256": "9604bebecacfee1143c43e5451096c25f40ea8380316bff9b2213eaa94fbf763", - "size": 391, - "uuid": "599e3944-2745-4a86-96ea-9cd7ce357cc4", - "version": "2018-10-03T14:41:22.905583Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e8710867", - "indexed": true, - "name": "process_348.json", - "s3_etag": "65ac728557eb8279377479793814b858", - "sha1": "becab3c67c1c6528d2c8d3acb33f76d9666fc61f", - "sha256": "68e3997566cc9ac878461455cf782b7dd0134439f79db03c0f191a54af0c198f", - "size": 391, - "uuid": "bf3ac043-8c8e-4bbe-ad1f-0a5461e8060b", - "version": "2018-10-03T14:41:23.220028Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "80f7c569", - "indexed": true, - "name": "process_349.json", - "s3_etag": "ff4f4bcf656e005776b8eaeec5932bc5", - "sha1": "01e8951e1599d1791d50a9fc4309be2582a9add0", - "sha256": "560a418ef4db0e8187aeef4febe67e7985f722f01614caf536fce93696d1af5f", - "size": 391, - "uuid": "5aa9538b-c733-46d2-bc34-c5bf9e08dde6", - "version": "2018-10-03T14:41:23.452341Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "518f11a8", - "indexed": true, - "name": "process_350.json", - "s3_etag": "cf5b855b628b776ebf7a0c0352452512", - "sha1": "484c9c9a3501c1af53b2b6c235323cabc265af0e", - "sha256": "5a23bf9a00c61d2db535d6634c680b54412fb5432ad92975d254339295d58d62", - "size": 391, - "uuid": "1fdda0f0-fa6b-41e8-b813-366517414315", - "version": "2018-10-03T14:41:23.740231Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "467c390f", - "indexed": true, - "name": "process_351.json", - "s3_etag": "f851966a7123cbeed7599897730f940b", - "sha1": "0f585fdd80bbc38bf342c14dd924136da45a584f", - "sha256": "dd6b43f352742448614cd83fd6364eddad7def9344431ca1f9fcd977ce2fc2a8", - "size": 391, - "uuid": "009ea6f7-b174-4dee-9953-a9feea75fff1", - "version": "2018-10-03T14:41:23.945608Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "85a1ce63", - "indexed": true, - "name": "process_352.json", - "s3_etag": "974a2a73075da07a6c78a9ed19b7c791", - "sha1": "b3775303e0531c28d2c64a4664229a8479bcc2bf", - "sha256": "01e1ba4ad67c684e504616abe90e6ee93837d190eaec6a7ba14018bda5b7d6ab", - "size": 391, - "uuid": "d65f5dd6-7286-4779-b62f-59ede5aeed8c", - "version": "2018-10-03T14:41:24.464867Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f5c9475d", - "indexed": true, - "name": "process_353.json", - "s3_etag": "0036e5f03ad286f0be09047a3954e76e", - "sha1": "452cde2a3b65e456f9ca5ddea0719d5677bcd51a", - "sha256": "8811e49be42a24b193a448aef2096fb188caf1a72389c388651122680633b0e9", - "size": 391, - "uuid": "3042c570-66ca-436f-97c0-d087acb73c6c", - "version": "2018-10-03T14:41:24.792417Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0b12bb53", - "indexed": true, - "name": "process_354.json", - "s3_etag": "4e3d424f21c1c563e3acd1ab6fa9cbf2", - "sha1": "b5ae0a07309bbd15bbc5b83053e787b3a6f54ae5", - "sha256": "766a02611e4ecbb583002fbb3997b93ef79e3da850f5c79e82f8ac39cb3605ac", - "size": 391, - "uuid": "82f407d5-4fb2-46f8-b6e7-eb327f5436c7", - "version": "2018-10-03T14:41:25.322232Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "21ea0b23", - "indexed": true, - "name": "process_355.json", - "s3_etag": "416e6236c80f1f4976dd07a3ee95446d", - "sha1": "800b7512de831caeea4f58f50cb773d0a7d548f1", - "sha256": "f9f121e80494fa9e6f16c06260ec2abab2b6c6f8faba8067d437ffa168febcf1", - "size": 391, - "uuid": "989deaa9-3aba-4c9e-8b76-bb12d9caf1a3", - "version": "2018-10-03T14:41:25.722408Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e5605629", - "indexed": true, - "name": "process_356.json", - "s3_etag": "3de3ca4d45d6a6a1cf6649a0a7236180", - "sha1": "dc6b7b6e17b952987d575c311b7bc106915d0842", - "sha256": "35e7b39131d1c582dc0abc116d5d0ecc2513dc16c95f9cce32a42b2be59a8443", - "size": 391, - "uuid": "c6f0e3b6-3538-4195-81f4-1d8a33c28225", - "version": "2018-10-03T14:41:26.012098Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7126235a", - "indexed": true, - "name": "process_357.json", - "s3_etag": "a58debccfcdacd9fabf79d556d230143", - "sha1": "27529cfd8ad49766eb2594e333a4322678ac04d9", - "sha256": "1e8cb2032260875f916f27c5f1d243007ed7096291c44142a3a0baf072edb685", - "size": 391, - "uuid": "0c990cbe-9cd6-4caf-87e4-a35eef3d1dd5", - "version": "2018-10-03T14:41:26.270458Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "419904a7", - "indexed": true, - "name": "process_358.json", - "s3_etag": "0ac483507d556a69738af6bb42b93d12", - "sha1": "54806d10afa3b5d3553d8dd53bc4626f251da379", - "sha256": "8b6489c3568ab38749c6e6cf46c8f277f10528fc783bf71f1bc632667bcaf180", - "size": 391, - "uuid": "cbb656f6-656f-4083-bd7b-377503c17529", - "version": "2018-10-03T14:41:26.615684Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9f3d7695", - "indexed": true, - "name": "process_359.json", - "s3_etag": "c55f32cd25d4b1e9c9f0e1c6c0e420ae", - "sha1": "7a4901bab891b05dbd364050493dd75dd73d0515", - "sha256": "ab0db3bcd29c470c8087b8a43327996f04ef5f55e5e8198cf600d8ddef654a75", - "size": 391, - "uuid": "ccb4fae4-0463-4064-a0ef-f2ae16a188fe", - "version": "2018-10-03T14:41:27.316849Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8170e490", - "indexed": true, - "name": "process_360.json", - "s3_etag": "793e7900afc1c4c1f1caba7e6e29a289", - "sha1": "f7f2a0904b1d7ac3f6e1018467dc45e348868e12", - "sha256": "a31b6061441e1ae91db5c34b9fb4e54d7243c9cda6926690f0372be6b9e51d54", - "size": 391, - "uuid": "ed57ca6a-96f9-48c2-9a49-9bce23633765", - "version": "2018-10-03T14:41:27.726939Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1f0b43cc", - "indexed": true, - "name": "process_361.json", - "s3_etag": "21fd20155a621fbaa2df03b99c2183e1", - "sha1": "b31bc955e6f4ad23bbd5e64583d2939bef365bd6", - "sha256": "501d8a5d6a4bacaaac7ab038ffb3cecc8eb645db4bb770a9d2d0105b619af034", - "size": 391, - "uuid": "369a45ec-0c6f-433a-ad7f-0d9e29f773a1", - "version": "2018-10-03T14:41:27.987105Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f7fa3b03", - "indexed": true, - "name": "process_362.json", - "s3_etag": "e41000ccc29f88336d1724fa78c97537", - "sha1": "70d0ce219faf5c8a6968793aadaa2c9f51dcb9e4", - "sha256": "6f5f3903360a5be6e8241292ebb8044f08276dfa360d33100bbc793afbe8cc85", - "size": 391, - "uuid": "f7b1f4d4-509e-4327-8ff5-5a171ce810eb", - "version": "2018-10-03T14:41:28.382306Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0cee2010", - "indexed": true, - "name": "process_363.json", - "s3_etag": "93ca66f00fef4b9ba3b30ca2c1879c78", - "sha1": "19a12b28844a8e7ee75575acd14d309c14a967cd", - "sha256": "f9d722862268fc6530ef20f7c3919e65047d8de145483fb39b78f71e7678ff0b", - "size": 391, - "uuid": "e79f7e4d-6d7b-4102-a52d-e2ccc0276f2d", - "version": "2018-10-03T14:41:28.737660Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ba0b0487", - "indexed": true, - "name": "process_364.json", - "s3_etag": "6e09f518a9f38458dac2b64464d76013", - "sha1": "069cd4a3be85b7b3edae3bffae8e887238f9eb17", - "sha256": "970320a2a770e641b3e8cbe470d2c84b8283319988a4d5dd58665330e86fd869", - "size": 391, - "uuid": "5b9437a5-cccd-44bb-a423-339a9f7d468b", - "version": "2018-10-03T14:41:29.143509Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5d702600", - "indexed": true, - "name": "process_365.json", - "s3_etag": "2134d6f8050d9336fda8fb28ec1131b2", - "sha1": "c8f6e1601c24b70323e473aed83f92e7ceab2a0f", - "sha256": "5f79b3b12c7b6b0e3599cbd01bb58e10de3dad3a2c383d3163ec5d40f82cec78", - "size": 391, - "uuid": "98afb79e-3640-40b4-95dc-57b808289f2c", - "version": "2018-10-03T14:41:29.446696Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9dc6d1df", - "indexed": true, - "name": "process_366.json", - "s3_etag": "a15d9e3d4e888b51d79e97c278fd7359", - "sha1": "6eb783a4cd1a0f6b69cadec48c77bdc837420dc7", - "sha256": "11c88795b4538e5ade539b7c2b539ed1464be4e09cbab81736ba69c64bc88c4f", - "size": 391, - "uuid": "f19016a1-9db4-4f49-a5b3-b3c22664774e", - "version": "2018-10-03T14:41:29.644506Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "7fc02ce3", - "indexed": true, - "name": "process_367.json", - "s3_etag": "584a43ee2ee57630f3069d453c93d69f", - "sha1": "731f190980bc816f341352d4dea846dfeddcb168", - "sha256": "c5bcba3f665484219dee4152bcf0fe26b2a15d9515f60dd6ebaf302625ad1995", - "size": 391, - "uuid": "3ce599d8-7dd7-42d7-80f9-7b376f1a7279", - "version": "2018-10-03T14:41:29.923540Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b9390ab0", - "indexed": true, - "name": "process_368.json", - "s3_etag": "f3da94a4544e89586af3fff3abe2cff8", - "sha1": "a4bcfab109a272ab697205969b9885ccd030bc66", - "sha256": "fcf4e3c5484136f13965b9c922d476f5b9166626789d83709a5b66a4831a30b6", - "size": 391, - "uuid": "a1c57046-8970-4d24-b2cd-4086196df63c", - "version": "2018-10-03T14:41:30.373151Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1fd33fff", - "indexed": true, - "name": "process_369.json", - "s3_etag": "e38017dd4f842c79f66c47a32bb0a488", - "sha1": "acc8fdc33394aca76a414aa6b6e09598f77d1640", - "sha256": "f487d241d74f6471c0762ebd8d31841a7712458e03c6f1337e4466aad72af163", - "size": 391, - "uuid": "eb5e8442-b59a-46b9-b471-cadc3364836b", - "version": "2018-10-03T14:41:30.798551Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "216aae96", - "indexed": true, - "name": "process_370.json", - "s3_etag": "f4b7e8de31d042538d24392c4ae9b082", - "sha1": "c594809955560788f5efbfdccb164dfe47052a62", - "sha256": "92d9d4436d0727c5e2e5eebed625f90d45ef972c5c014a2d456034e6f722731f", - "size": 391, - "uuid": "c56e4fa0-7e51-4a21-96ad-bef7ceaf59ba", - "version": "2018-10-03T14:41:31.070825Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "33f7db0a", - "indexed": true, - "name": "process_371.json", - "s3_etag": "1d55cba63dc8f5aac112ef44536e42e1", - "sha1": "022f22a47386e5c0e1de16c933f483273495f12d", - "sha256": "28608f533b4aba93963b6951672fcb0cbbede21d1782e6b2d8eef5cccd134c05", - "size": 391, - "uuid": "7f403eb9-6ee6-4d36-8b85-48e5311495b9", - "version": "2018-10-03T14:41:31.293040Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "765f452a", - "indexed": true, - "name": "process_372.json", - "s3_etag": "4417be2c118a615394036f259a1527f2", - "sha1": "4ad5ff2e048b7a4ba8a9534510368c6071fe32b4", - "sha256": "5f2cb6d82e24d4c3b46a37871a3539cef74813e2e4541f01a69775d46daeb983", - "size": 391, - "uuid": "64958b87-6e5c-4955-bfd2-a37ef0f42d85", - "version": "2018-10-03T14:41:31.594073Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "63c14850", - "indexed": true, - "name": "process_373.json", - "s3_etag": "1ba95d7e79de27606b51c7f849a7f33a", - "sha1": "92a43c99ffddeb3d42e2924245b056cc6028b7e8", - "sha256": "99ec77f16b1a658f6951bb13ab1bd82e0fcbf44d85b6931d729a198674269fac", - "size": 391, - "uuid": "76ef89e2-88a8-4f9a-a458-d8c47dcb3b6d", - "version": "2018-10-03T14:41:31.857387Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "796d5cc9", - "indexed": true, - "name": "process_374.json", - "s3_etag": "9ecd1d537d79267f59d174a6872e3bd5", - "sha1": "d85975fc09c76e74757fba2d9454764000f8c3a8", - "sha256": "23beb77602d5e35e3749fd43f46dc9ed755b549d6b2e8cb54a773b42c4dddf4b", - "size": 391, - "uuid": "1840570d-53ca-42b1-a663-98e2dabf9bb8", - "version": "2018-10-03T14:41:32.094301Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "bc8a8a9e", - "indexed": true, - "name": "process_375.json", - "s3_etag": "2511262f5ccaf189d64da542c5ea7c42", - "sha1": "a5051bd439bfd6eb7d8abb7983007e95cb4c1893", - "sha256": "2b2489e384af7b937acad8ef6377e6eae38d0b85edaf6daecad78732d8813313", - "size": 391, - "uuid": "ad1d580a-b193-41b9-b748-fe20f7112360", - "version": "2018-10-03T14:41:32.289142Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "c5488b56", - "indexed": true, - "name": "process_376.json", - "s3_etag": "44e9ac8472d2fad53550db5c997e59c1", - "sha1": "0ffdb5f9c9942b279074234701ff072df7e4a865", - "sha256": "b8e1fcda2d0cb42228df8394a389ccfe10296dcc53c3732abea31be35fcb92bc", - "size": 391, - "uuid": "90041e4b-cd79-46a1-b0ee-d33cf4e717d2", - "version": "2018-10-03T14:41:32.784934Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "60307a6f", - "indexed": true, - "name": "process_377.json", - "s3_etag": "691d93bfd4a41bfe82ae1363de348de6", - "sha1": "0d7c8f41d4515d7578e1cefc3ce7e50a5184e88d", - "sha256": "5b40993fd8f2d6e400e9e3e861e5940aa49b338d1e445902adbf3d9106e444bc", - "size": 391, - "uuid": "841d03f0-df72-4900-818e-a302e93e69ae", - "version": "2018-10-03T14:41:33.210137Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cbf73f44", - "indexed": true, - "name": "process_378.json", - "s3_etag": "0493367ce795011b4efc2a1ef0d0fba2", - "sha1": "198889bf15a96dc3f9788d842a310c5aff7cc4b4", - "sha256": "9248ef9af563e16042db97159f5a7c393141d65d956befc4c82bab8ffc4b8598", - "size": 391, - "uuid": "b284e4c5-495c-428d-895a-8a0f279e2222", - "version": "2018-10-03T14:41:33.430399Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "13ffaead", - "indexed": true, - "name": "process_379.json", - "s3_etag": "24581a0b2c918543222d9566b2f13a4a", - "sha1": "cad612d61ffee8a9c62115315c9c9f35e35668d0", - "sha256": "7d699800156b82817fa0eae5c548f8080a1be5fef688c65886df118944df5706", - "size": 391, - "uuid": "b7ca5f26-d2ce-4c8b-83ee-68ceef7d0d55", - "version": "2018-10-03T14:41:33.752409Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5f419724", - "indexed": true, - "name": "process_380.json", - "s3_etag": "f8de6afc438b128ef2674ece158b6fb6", - "sha1": "93d52024108c9a154b1ba21dcdbc4d58fa91edc7", - "sha256": "68ffee1a7f6a52a7e13ce3092ef1c515553684ee507c513abe7766cfabe6bce6", - "size": 391, - "uuid": "cb70882f-5aae-4471-a561-c11469b8ea64", - "version": "2018-10-03T14:41:34.136662Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6522fd46", - "indexed": true, - "name": "process_381.json", - "s3_etag": "e99c4a715f984724feb8318af3469d96", - "sha1": "2aabde71a8c7878ca5269755bfff7578eaeb0658", - "sha256": "94bdf7cf9331a10fc64a946d76e1c3c589236e3ec8c4f6f6be7e4771faf67032", - "size": 391, - "uuid": "9c0c0d02-ad7f-43d4-bf36-52deb0cb3c1f", - "version": "2018-10-03T14:41:34.479349Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d0e359d4", - "indexed": true, - "name": "process_382.json", - "s3_etag": "e5578a3be33b0623413475a0073ff278", - "sha1": "a18dbe6437095166c9d7b2cabb25a5e39825e920", - "sha256": "e4da8a0f3265d5c886f25fa0d0aeb3e9dfbc88695c9fc2c7876ac9fba56fb53b", - "size": 391, - "uuid": "a74926cf-9c9a-4faf-8a01-3915b5021c9f", - "version": "2018-10-03T14:41:34.993088Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4d3ad986", - "indexed": true, - "name": "process_383.json", - "s3_etag": "d258f46360dd15bbf653389c20373cc1", - "sha1": "4958b4c816015133e9959c23ced0956fc610940a", - "sha256": "f1039fcf11cffcc472a6052ac0c4a494ff86660d5bd542afaca7ef4d03c23d66", - "size": 391, - "uuid": "70b726b0-8e2a-4040-9006-8357e300fbd4", - "version": "2018-10-03T14:41:35.224742Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "2f9dc1f2", - "indexed": true, - "name": "process_384.json", - "s3_etag": "40bf34476c2e7e7541d1a0fffd82becc", - "sha1": "3328510792965cd40d686c826e6d7b8dbed2e9b2", - "sha256": "eaa67c0f6f5d229a1302411d5b41b7bf16177918ff86bc104b83c10b5e07029e", - "size": 391, - "uuid": "02cea5bd-bb23-45d8-a1f0-9f46dd1974be", - "version": "2018-10-03T14:41:35.486862Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "0269445c", - "indexed": true, - "name": "process_385.json", - "s3_etag": "c9ed66bc87bed79634527673435889a1", - "sha1": "3827897c0811f2f93eba2c60bc741032e670a4c2", - "sha256": "d6e05b08cd22a7d5d9076ea249e2ba8ceff665a43ae174de1ced8c279fa3df3c", - "size": 391, - "uuid": "3197c12d-693c-49c9-992b-9051a4794814", - "version": "2018-10-03T14:41:35.677792Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "00c67c50", - "indexed": true, - "name": "links.json", - "s3_etag": "284c852451692ae94a19fcabddfd74eb", - "sha1": "33b37aea194d1903fefb76e2b08d291c0e7d35eb", - "sha256": "25b4bbc69b4eb48f3758d75dcf3af7a8ce8579e9a5a0fd48004fa053d0d6398e", - "size": 523539, - "uuid": "df99abec-3681-4216-98e0-dcef817edc4d", - "version": "2018-10-03T14:41:35.975980Z" - }, - { + "manifest": { + "sequence_file/042dce4a-003b-492b-9371-e1897f52d8d9": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "db304acb", "indexed": false, @@ -9396,7 +13,7 @@ "uuid": "3cf85a5a-2776-4c51-b149-1442de3d0b9b", "version": "2018-10-03T14:41:36.375652Z" }, - { + "sequence_file/80036f72-7fde-46e9-821b-17dbbe0509bb": { "content-type": "application/gzip; dcp-type=data", "crc32c": "568bb5fb", "indexed": false, @@ -9408,7 +25,7 @@ "uuid": "b6b67f57-7db2-402b-9e87-b20c73c096f0", "version": "2018-10-03T14:41:36.520415Z" }, - { + "supplementary_file/665b4341-9950-4e59-a401-e4a097256f1e": { "content-type": "application/pdf; dcp-type=data", "crc32c": "fd55b5ee", "indexed": false, @@ -9420,7 +37,7 @@ "uuid": "e27f8576-965d-4d6e-aec8-b34021a3145f", "version": "2018-10-03T14:41:36.722346Z" }, - { + "supplementary_file/300ee490-edca-46b1-b23d-c9458ebb9c6e": { "content-type": "application/pdf; dcp-type=data", "crc32c": "55317e97", "indexed": false, @@ -9432,9 +49,9 @@ "uuid": "1e894ba2-248f-47e9-af2d-06c6334e24fa", "version": "2018-10-03T14:41:36.910867Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/36a391f6-d118-4fd7-be51-9196b0f3184f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9468,7 +85,7 @@ "update_date": "2018-10-01T19:29:15.926Z" } }, - "cell_suspension_1.json": { + "cell_suspension/73222bd2-3aae-46dd-98e9-209714396cc8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9502,7 +119,7 @@ "update_date": "2018-10-01T19:29:16.215Z" } }, - "cell_suspension_2.json": { + "cell_suspension/d52cc98d-5b2e-40b7-9dfd-c255de73602d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9536,7 +153,7 @@ "update_date": "2018-10-01T19:29:16.475Z" } }, - "cell_suspension_3.json": { + "cell_suspension/462505d7-48e1-4d85-92e3-f768a93d4fca": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9570,7 +187,7 @@ "update_date": "2018-10-01T19:29:16.669Z" } }, - "cell_suspension_4.json": { + "cell_suspension/090682b0-dc11-43d0-b6f5-cf3dee18533a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9604,7 +221,7 @@ "update_date": "2018-10-01T19:29:16.820Z" } }, - "cell_suspension_5.json": { + "cell_suspension/e67853b9-dc53-4b5f-8693-8ad4e3a4d5d2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9638,7 +255,7 @@ "update_date": "2018-10-01T19:29:17.122Z" } }, - "cell_suspension_6.json": { + "cell_suspension/69dbf7cd-c728-41d3-9851-916dc64e07c2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9672,7 +289,7 @@ "update_date": "2018-10-01T19:29:17.938Z" } }, - "cell_suspension_7.json": { + "cell_suspension/1a6292df-a383-40c7-bc28-b8bf63e03967": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9706,7 +323,7 @@ "update_date": "2018-10-01T19:29:18.379Z" } }, - "cell_suspension_8.json": { + "cell_suspension/4aad31c4-06fc-4af6-804b-f10afa1cae1d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9740,7 +357,7 @@ "update_date": "2018-10-01T19:29:18.539Z" } }, - "cell_suspension_9.json": { + "cell_suspension/2a630ecd-440d-43c3-9c9a-2a8ec98a1784": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9774,7 +391,7 @@ "update_date": "2018-10-01T19:29:18.676Z" } }, - "cell_suspension_10.json": { + "cell_suspension/b60a1acf-24f7-46a7-b276-39c48f3460e9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9808,7 +425,7 @@ "update_date": "2018-10-01T19:29:18.846Z" } }, - "cell_suspension_11.json": { + "cell_suspension/5db6e3cf-bb9a-430d-8e5a-1499088526fc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9842,7 +459,7 @@ "update_date": "2018-10-01T19:29:19.239Z" } }, - "cell_suspension_12.json": { + "cell_suspension/6ff20c11-cb2e-4ace-9b3a-48094ce7a231": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9876,7 +493,7 @@ "update_date": "2018-10-01T19:29:19.442Z" } }, - "cell_suspension_13.json": { + "cell_suspension/58e26f53-908e-41fe-b9d2-72df1b7d7ea7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9910,7 +527,7 @@ "update_date": "2018-10-01T19:29:20.110Z" } }, - "cell_suspension_14.json": { + "cell_suspension/f628676a-1619-4efe-a305-9133282235f3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9944,7 +561,7 @@ "update_date": "2018-10-01T19:29:21.050Z" } }, - "cell_suspension_15.json": { + "cell_suspension/fe7e5442-869f-45b4-962a-0a7ab0cb5880": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -9978,7 +595,7 @@ "update_date": "2018-10-01T19:29:22.007Z" } }, - "cell_suspension_16.json": { + "cell_suspension/b4cb902f-dc5d-406c-99bc-4d73ccab777f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10012,7 +629,7 @@ "update_date": "2018-10-01T19:29:22.646Z" } }, - "cell_suspension_17.json": { + "cell_suspension/19a38e6c-c863-41b2-abd3-f24016040027": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10046,7 +663,7 @@ "update_date": "2018-10-01T19:29:23.378Z" } }, - "cell_suspension_18.json": { + "cell_suspension/850a7f8d-5dde-4152-8c30-c276ef23298e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10080,7 +697,7 @@ "update_date": "2018-10-01T19:29:23.730Z" } }, - "cell_suspension_19.json": { + "cell_suspension/21087dcc-04ae-4238-933a-1c7b402554cd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10114,7 +731,7 @@ "update_date": "2018-10-01T19:29:25.363Z" } }, - "cell_suspension_20.json": { + "cell_suspension/3b9db8ae-39fa-4db2-b588-adb267f3183f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10148,7 +765,7 @@ "update_date": "2018-10-01T19:29:25.994Z" } }, - "cell_suspension_21.json": { + "cell_suspension/ec9a213b-ce8b-4026-86d2-eff755253135": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10182,7 +799,7 @@ "update_date": "2018-10-01T19:29:26.198Z" } }, - "cell_suspension_22.json": { + "cell_suspension/d9d8d0cb-6282-418a-8ad3-10c15668df6b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10216,7 +833,7 @@ "update_date": "2018-10-01T19:29:26.474Z" } }, - "cell_suspension_23.json": { + "cell_suspension/57790c0e-6acb-461e-aeb6-c36454c61dc3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10250,7 +867,7 @@ "update_date": "2018-10-01T19:29:26.660Z" } }, - "cell_suspension_24.json": { + "cell_suspension/65f3dfb0-432b-49c5-8994-9b0d6f65d1e8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10284,7 +901,7 @@ "update_date": "2018-10-01T19:29:26.914Z" } }, - "cell_suspension_25.json": { + "cell_suspension/4c94cd55-8762-41b5-87bc-7f3d8fdc33f3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10318,7 +935,7 @@ "update_date": "2018-10-01T19:29:27.058Z" } }, - "cell_suspension_26.json": { + "cell_suspension/9391d982-8442-4164-a79d-e2d3db0063fc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10352,7 +969,7 @@ "update_date": "2018-10-01T19:29:27.126Z" } }, - "cell_suspension_27.json": { + "cell_suspension/f8369f37-a63d-479d-8ddd-3322a00677d8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10386,7 +1003,7 @@ "update_date": "2018-10-01T19:29:27.223Z" } }, - "cell_suspension_28.json": { + "cell_suspension/e344d025-ee6c-4964-9bc0-8efcc51753c2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10420,7 +1037,7 @@ "update_date": "2018-10-01T19:29:27.410Z" } }, - "cell_suspension_29.json": { + "cell_suspension/e5fb4bb6-838e-4c60-a3fd-6ecc94714f24": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10454,7 +1071,7 @@ "update_date": "2018-10-01T19:29:27.612Z" } }, - "cell_suspension_30.json": { + "cell_suspension/ade40a53-09ea-480d-9762-38c28568062d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10488,7 +1105,7 @@ "update_date": "2018-10-01T19:29:27.949Z" } }, - "cell_suspension_31.json": { + "cell_suspension/a0ee4cc1-0123-4bac-9226-37a6cbe590dc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10522,7 +1139,7 @@ "update_date": "2018-10-01T19:29:34.118Z" } }, - "cell_suspension_32.json": { + "cell_suspension/63e7c402-0064-4077-a24b-6146f8e0b5c9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10556,7 +1173,7 @@ "update_date": "2018-10-01T19:29:35.475Z" } }, - "cell_suspension_33.json": { + "cell_suspension/30b2ca9b-bc69-422e-88e6-aab7cf2bd709": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10590,7 +1207,7 @@ "update_date": "2018-10-01T19:29:35.856Z" } }, - "cell_suspension_34.json": { + "cell_suspension/f323ef31-62ac-4edb-a423-cf4ec94d2f8b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10624,7 +1241,7 @@ "update_date": "2018-10-01T19:29:36.016Z" } }, - "cell_suspension_35.json": { + "cell_suspension/a97c011b-9709-494b-8787-b09282ee83ad": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10658,7 +1275,7 @@ "update_date": "2018-10-01T19:29:36.378Z" } }, - "cell_suspension_36.json": { + "cell_suspension/65e1cf44-e740-4ec9-a800-45f27622007e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10692,7 +1309,7 @@ "update_date": "2018-10-01T19:29:36.573Z" } }, - "cell_suspension_37.json": { + "cell_suspension/76c21f33-cf6e-43f3-b727-c408ad1fc1bf": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10726,7 +1343,7 @@ "update_date": "2018-10-01T19:29:36.823Z" } }, - "cell_suspension_38.json": { + "cell_suspension/773cc07f-c5ab-4db7-b313-feeab737f18a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10760,7 +1377,7 @@ "update_date": "2018-10-01T19:29:37.153Z" } }, - "cell_suspension_39.json": { + "cell_suspension/b7b29f4a-cc95-4be6-b0b1-e7b2acbc3742": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10794,7 +1411,7 @@ "update_date": "2018-10-01T19:29:37.368Z" } }, - "cell_suspension_40.json": { + "cell_suspension/d1e9e5f0-32c1-4a03-bb5b-baa3279a7cde": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10828,7 +1445,7 @@ "update_date": "2018-10-01T19:29:37.487Z" } }, - "cell_suspension_41.json": { + "cell_suspension/6f4a1381-294b-4c57-89d9-9d4bfbc9f371": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10862,7 +1479,7 @@ "update_date": "2018-10-01T19:29:37.614Z" } }, - "cell_suspension_42.json": { + "cell_suspension/ccf56b9d-2e63-4eab-b8c5-39a41e87073d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10896,7 +1513,7 @@ "update_date": "2018-10-01T19:29:37.790Z" } }, - "cell_suspension_43.json": { + "cell_suspension/c6883b2f-e67f-4806-87ec-fdfbedce1c58": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10930,7 +1547,7 @@ "update_date": "2018-10-01T19:29:38.045Z" } }, - "cell_suspension_44.json": { + "cell_suspension/28864088-bf33-4bb0-a7bb-e5a4da5fb748": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10964,7 +1581,7 @@ "update_date": "2018-10-01T19:29:38.130Z" } }, - "cell_suspension_45.json": { + "cell_suspension/0ad08c02-259d-43c5-98e3-a2217eecbd20": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -10998,7 +1615,7 @@ "update_date": "2018-10-01T19:29:38.289Z" } }, - "cell_suspension_46.json": { + "cell_suspension/5f941ee4-0d8e-4c5d-8479-3a88b97e5a98": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11032,7 +1649,7 @@ "update_date": "2018-10-01T19:29:38.452Z" } }, - "cell_suspension_47.json": { + "cell_suspension/b70fecce-c652-4bc1-b225-1694470023f3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11066,7 +1683,7 @@ "update_date": "2018-10-01T19:29:38.595Z" } }, - "cell_suspension_48.json": { + "cell_suspension/ccbbfc2a-700e-483c-b9c0-27cfc0630c02": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11100,7 +1717,7 @@ "update_date": "2018-10-01T19:29:38.878Z" } }, - "cell_suspension_49.json": { + "cell_suspension/3917d3cc-4c27-4626-90bf-ab5d018cc55c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11134,7 +1751,7 @@ "update_date": "2018-10-01T19:29:38.984Z" } }, - "cell_suspension_50.json": { + "cell_suspension/4bde7812-555e-4dca-a4f5-35d6457d157f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11168,7 +1785,7 @@ "update_date": "2018-10-01T19:29:39.064Z" } }, - "cell_suspension_51.json": { + "cell_suspension/d24521a3-c8f3-4d8e-b682-c957c3f59807": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11202,7 +1819,7 @@ "update_date": "2018-10-01T19:29:39.207Z" } }, - "cell_suspension_52.json": { + "cell_suspension/0d743241-997e-4c51-803a-2c39eff12d4e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11236,7 +1853,7 @@ "update_date": "2018-10-01T19:29:39.417Z" } }, - "cell_suspension_53.json": { + "cell_suspension/b1775d29-c0df-4df9-99ac-38726ddcce49": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11270,7 +1887,7 @@ "update_date": "2018-10-01T19:29:39.693Z" } }, - "cell_suspension_54.json": { + "cell_suspension/d23df5d9-a5b7-483a-a6e5-63169ebd5b64": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11304,7 +1921,7 @@ "update_date": "2018-10-01T19:29:40.181Z" } }, - "cell_suspension_55.json": { + "cell_suspension/4e9df9c2-d70b-4116-a30c-f85800aa59df": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11338,7 +1955,7 @@ "update_date": "2018-10-01T19:29:41.478Z" } }, - "cell_suspension_56.json": { + "cell_suspension/1d15b2f8-e9c9-4ed6-b636-5d3aeff5479a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11372,7 +1989,7 @@ "update_date": "2018-10-01T19:29:44.590Z" } }, - "cell_suspension_57.json": { + "cell_suspension/4673653e-ce26-4803-b829-b379f8e5557d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11406,7 +2023,7 @@ "update_date": "2018-10-01T19:29:45.267Z" } }, - "cell_suspension_58.json": { + "cell_suspension/cfc6d7db-6691-48b6-8d6b-60a4440778b5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11440,7 +2057,7 @@ "update_date": "2018-10-01T19:29:45.414Z" } }, - "cell_suspension_59.json": { + "cell_suspension/1a6355b5-516f-4327-b13c-94c2dceff4c1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11474,7 +2091,7 @@ "update_date": "2018-10-01T19:29:45.579Z" } }, - "cell_suspension_60.json": { + "cell_suspension/90570f32-fa18-42c9-8ec3-d524e19e491a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11508,7 +2125,7 @@ "update_date": "2018-10-01T19:29:45.795Z" } }, - "cell_suspension_61.json": { + "cell_suspension/6d9e85f2-0b13-43d0-8ba4-86ecd087a590": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11542,7 +2159,7 @@ "update_date": "2018-10-01T19:29:45.975Z" } }, - "cell_suspension_62.json": { + "cell_suspension/fc60766c-7c21-485a-8b3f-7c38662fc627": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11576,7 +2193,7 @@ "update_date": "2018-10-01T19:29:46.080Z" } }, - "cell_suspension_63.json": { + "cell_suspension/3eac9541-a06e-4082-b950-b68dfd514a4f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11610,7 +2227,7 @@ "update_date": "2018-10-01T19:29:46.322Z" } }, - "cell_suspension_64.json": { + "cell_suspension/53cdb39f-7010-4357-932f-422f94eca0e0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11644,7 +2261,7 @@ "update_date": "2018-10-01T19:29:47.596Z" } }, - "cell_suspension_65.json": { + "cell_suspension/ff8b81fe-2e09-45c8-b7d3-9146172176ed": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11678,7 +2295,7 @@ "update_date": "2018-10-01T19:29:48.357Z" } }, - "cell_suspension_66.json": { + "cell_suspension/2a5fd797-268f-4f87-963a-4c09833abf19": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11712,7 +2329,7 @@ "update_date": "2018-10-01T19:29:49.071Z" } }, - "cell_suspension_67.json": { + "cell_suspension/bced27ff-af66-46b4-bc3c-06cbf57815bc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11746,7 +2363,7 @@ "update_date": "2018-10-01T19:29:49.262Z" } }, - "cell_suspension_68.json": { + "cell_suspension/5820978b-f2d8-4913-8f4e-d9e4cd71b1aa": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11780,7 +2397,7 @@ "update_date": "2018-10-01T19:29:49.352Z" } }, - "cell_suspension_69.json": { + "cell_suspension/30cdff42-2242-4e76-a9c9-882d6632a397": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11814,7 +2431,7 @@ "update_date": "2018-10-01T19:29:49.450Z" } }, - "cell_suspension_70.json": { + "cell_suspension/96c8635f-9dd5-4db7-b336-c4cba4fbfbd5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11848,7 +2465,7 @@ "update_date": "2018-10-01T19:29:49.574Z" } }, - "cell_suspension_71.json": { + "cell_suspension/8d03865e-a908-4ca6-aba0-609a842baaea": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11882,7 +2499,7 @@ "update_date": "2018-10-01T19:29:49.663Z" } }, - "cell_suspension_72.json": { + "cell_suspension/ac3a1a43-ba50-4734-abdf-466bf995760e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11916,7 +2533,7 @@ "update_date": "2018-10-01T19:29:49.752Z" } }, - "cell_suspension_73.json": { + "cell_suspension/7dd7d962-a1ac-4275-bc69-b33ef9f97ee0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11950,7 +2567,7 @@ "update_date": "2018-10-01T19:29:49.812Z" } }, - "cell_suspension_74.json": { + "cell_suspension/46668358-58ea-4f40-9e51-8f7669bb6f48": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -11984,7 +2601,7 @@ "update_date": "2018-10-01T19:29:49.872Z" } }, - "cell_suspension_75.json": { + "cell_suspension/4002a86d-c13f-4b44-8796-2acba8dcdf80": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12018,7 +2635,7 @@ "update_date": "2018-10-01T19:29:49.961Z" } }, - "cell_suspension_76.json": { + "cell_suspension/3082b185-c821-4b3f-85d9-d7c1f02927ff": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12052,7 +2669,7 @@ "update_date": "2018-10-01T19:29:50.043Z" } }, - "cell_suspension_77.json": { + "cell_suspension/0046b2a3-061c-48fc-a0af-0c874d725359": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12086,7 +2703,7 @@ "update_date": "2018-10-01T19:29:50.115Z" } }, - "cell_suspension_78.json": { + "cell_suspension/9d4d1acf-aca9-476a-a98b-e5897aafd67b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12120,7 +2737,7 @@ "update_date": "2018-10-01T19:29:50.184Z" } }, - "cell_suspension_79.json": { + "cell_suspension/35cc7aee-2b8b-4609-a8ba-1250ec556a53": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12154,7 +2771,7 @@ "update_date": "2018-10-01T19:29:50.329Z" } }, - "cell_suspension_80.json": { + "cell_suspension/e00b0e46-3d90-4e62-a87c-ca288e46a961": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12188,7 +2805,7 @@ "update_date": "2018-10-01T19:29:50.428Z" } }, - "cell_suspension_81.json": { + "cell_suspension/bedec879-58d2-4da7-a5dc-0b5807d44acf": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12222,7 +2839,7 @@ "update_date": "2018-10-01T19:29:50.575Z" } }, - "cell_suspension_82.json": { + "cell_suspension/d30ce499-fe12-4327-a563-03023e5930b3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12256,7 +2873,7 @@ "update_date": "2018-10-01T19:29:50.863Z" } }, - "cell_suspension_83.json": { + "cell_suspension/66812575-aa56-44a0-aefa-b746b99fd96e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12290,7 +2907,7 @@ "update_date": "2018-10-01T19:29:51.299Z" } }, - "cell_suspension_84.json": { + "cell_suspension/342839aa-c58e-4f93-bfd9-7b65bc8b85dd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12324,7 +2941,7 @@ "update_date": "2018-10-01T19:29:51.730Z" } }, - "cell_suspension_85.json": { + "cell_suspension/71b018de-35a9-4aca-8b08-4a84d2b1a47d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12358,7 +2975,7 @@ "update_date": "2018-10-01T19:29:52.694Z" } }, - "cell_suspension_86.json": { + "cell_suspension/13c900ac-7e8f-4c68-a84f-d56b247451ea": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12392,7 +3009,7 @@ "update_date": "2018-10-01T19:29:54.454Z" } }, - "cell_suspension_87.json": { + "cell_suspension/473c03c6-fada-4d2a-96b9-f7ca29044536": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12426,7 +3043,7 @@ "update_date": "2018-10-01T19:29:55.147Z" } }, - "cell_suspension_88.json": { + "cell_suspension/f5cac140-58b2-4523-bdb7-9d66f85642d3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12460,7 +3077,7 @@ "update_date": "2018-10-01T19:29:55.640Z" } }, - "cell_suspension_89.json": { + "cell_suspension/b44e6954-97e3-49df-90b7-614c8cd77c0f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12494,7 +3111,7 @@ "update_date": "2018-10-01T19:29:55.779Z" } }, - "cell_suspension_90.json": { + "cell_suspension/78fa6df1-442b-46c0-918e-b250eaa3e0dc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12528,7 +3145,7 @@ "update_date": "2018-10-01T19:29:55.882Z" } }, - "cell_suspension_91.json": { + "cell_suspension/a5f927d5-05f4-4478-8e52-09a40c0ca82a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12562,7 +3179,7 @@ "update_date": "2018-10-01T19:29:56.169Z" } }, - "cell_suspension_92.json": { + "cell_suspension/23bfcc7e-f7b1-418f-a8d1-2d85691d1d3f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12596,7 +3213,7 @@ "update_date": "2018-10-01T19:29:56.389Z" } }, - "cell_suspension_93.json": { + "cell_suspension/38a4b411-5100-4122-afc3-a752f189a439": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12630,7 +3247,7 @@ "update_date": "2018-10-01T19:29:57.115Z" } }, - "cell_suspension_94.json": { + "cell_suspension/0ff5ce81-4cf0-4e1c-bacc-fdf0ac9ecbe1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12664,7 +3281,7 @@ "update_date": "2018-10-01T19:29:57.505Z" } }, - "cell_suspension_95.json": { + "cell_suspension/c91215e8-bff3-4ddc-bf97-c693a8041bb8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12698,7 +3315,7 @@ "update_date": "2018-10-01T19:29:58.168Z" } }, - "cell_suspension_96.json": { + "cell_suspension/b04e4c07-3552-4a18-8fb5-a8b854fa859a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12732,7 +3349,7 @@ "update_date": "2018-10-01T19:29:58.505Z" } }, - "cell_suspension_97.json": { + "cell_suspension/92727211-1035-475d-99a3-33972c5eb436": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12766,7 +3383,7 @@ "update_date": "2018-10-01T19:30:00.383Z" } }, - "cell_suspension_98.json": { + "cell_suspension/1749997d-d4d4-4844-bc5e-d4eee2c42e69": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12800,7 +3417,7 @@ "update_date": "2018-10-01T19:30:01.171Z" } }, - "cell_suspension_99.json": { + "cell_suspension/2a1d8e72-5133-4fef-b7a7-3271b977170f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12834,7 +3451,7 @@ "update_date": "2018-10-01T19:30:01.345Z" } }, - "cell_suspension_100.json": { + "cell_suspension/c69ecbd5-4d59-4e55-a59d-f4d10640f131": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12868,7 +3485,7 @@ "update_date": "2018-10-01T19:30:01.474Z" } }, - "cell_suspension_101.json": { + "cell_suspension/f670004f-0fa3-4518-9d89-858aa2d002dc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12902,7 +3519,7 @@ "update_date": "2018-10-01T19:30:01.584Z" } }, - "cell_suspension_102.json": { + "cell_suspension/ccfe1a77-90c7-4ad3-8977-f3ed420fb33d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12936,7 +3553,7 @@ "update_date": "2018-10-01T19:30:01.668Z" } }, - "cell_suspension_103.json": { + "cell_suspension/f29dba0e-4834-4170-be5d-50213c4a3977": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -12970,7 +3587,7 @@ "update_date": "2018-10-01T19:30:01.759Z" } }, - "cell_suspension_104.json": { + "cell_suspension/9a329bec-4c29-4eba-8c0c-f5b28e525eca": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13004,7 +3621,7 @@ "update_date": "2018-10-01T19:30:01.940Z" } }, - "cell_suspension_105.json": { + "cell_suspension/e38297df-9eb0-43f4-af5a-d4dc6cbc1b8d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13038,7 +3655,7 @@ "update_date": "2018-10-01T19:30:02.038Z" } }, - "cell_suspension_106.json": { + "cell_suspension/b28c4a10-fb53-46ee-a2fb-c1ea96f93749": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13072,7 +3689,7 @@ "update_date": "2018-10-01T19:30:02.180Z" } }, - "cell_suspension_107.json": { + "cell_suspension/7a1d98cd-3955-424f-a882-4fd7bda39914": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13106,7 +3723,7 @@ "update_date": "2018-10-01T19:30:02.308Z" } }, - "cell_suspension_108.json": { + "cell_suspension/97030a10-817d-419b-8f0d-5925d8a7eeb2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13140,7 +3757,7 @@ "update_date": "2018-10-01T19:30:02.411Z" } }, - "cell_suspension_109.json": { + "cell_suspension/fb11d84d-9493-4c57-aac3-3a7937e58ad5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13174,7 +3791,7 @@ "update_date": "2018-10-01T19:30:02.502Z" } }, - "cell_suspension_110.json": { + "cell_suspension/353c2625-7d6f-48ac-ab55-8327cbe22179": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13208,7 +3825,7 @@ "update_date": "2018-10-01T19:30:02.575Z" } }, - "cell_suspension_111.json": { + "cell_suspension/a3b96919-7ac5-4f59-9d3e-f7b4c452ceb1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13242,7 +3859,7 @@ "update_date": "2018-10-01T19:30:02.648Z" } }, - "cell_suspension_112.json": { + "cell_suspension/ab442056-f765-4c28-977b-994fc76d0856": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13276,7 +3893,7 @@ "update_date": "2018-10-01T19:30:02.748Z" } }, - "cell_suspension_113.json": { + "cell_suspension/e50c579d-0dfe-4c73-96a1-df76dc01d2a3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13310,7 +3927,7 @@ "update_date": "2018-10-01T19:30:02.890Z" } }, - "cell_suspension_114.json": { + "cell_suspension/7d6cdbfd-6fc5-4feb-8287-259c9a1322b2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13344,7 +3961,7 @@ "update_date": "2018-10-01T19:30:03.052Z" } }, - "cell_suspension_115.json": { + "cell_suspension/a086630e-a35c-439b-aa38-f681038f5be7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13378,7 +3995,7 @@ "update_date": "2018-10-01T19:30:03.134Z" } }, - "cell_suspension_116.json": { + "cell_suspension/f9ea5480-95ac-4e91-9c58-f73f2ad246d3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13412,7 +4029,7 @@ "update_date": "2018-10-01T19:30:03.278Z" } }, - "cell_suspension_117.json": { + "cell_suspension/260382a0-004b-42b7-aad9-2f512455a650": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13446,7 +4063,7 @@ "update_date": "2018-10-01T19:30:03.371Z" } }, - "cell_suspension_118.json": { + "cell_suspension/7506eb7b-863c-49ad-8b54-b9c46f95f463": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13480,7 +4097,7 @@ "update_date": "2018-10-01T19:30:03.467Z" } }, - "cell_suspension_119.json": { + "cell_suspension/ff83a3a4-175c-45b1-83a9-263054bc403d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13514,7 +4131,7 @@ "update_date": "2018-10-01T19:30:03.534Z" } }, - "cell_suspension_120.json": { + "cell_suspension/5ce04010-0a94-44a0-9de2-6a768db775de": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13548,7 +4165,7 @@ "update_date": "2018-10-01T19:30:03.591Z" } }, - "cell_suspension_121.json": { + "cell_suspension/c405d2b6-c998-4c04-984d-9e07b0606602": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13582,7 +4199,7 @@ "update_date": "2018-10-01T19:30:03.650Z" } }, - "cell_suspension_122.json": { + "cell_suspension/e9d18b01-edd7-43a0-9d5e-922b6935c623": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13616,7 +4233,7 @@ "update_date": "2018-10-01T19:30:03.794Z" } }, - "cell_suspension_123.json": { + "cell_suspension/eaa3fdb1-a8b3-40b3-814c-2bad70e165b5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13650,7 +4267,7 @@ "update_date": "2018-10-01T19:30:06.258Z" } }, - "cell_suspension_124.json": { + "cell_suspension/977bd67b-beec-4f46-b466-8b41d0407883": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13684,7 +4301,7 @@ "update_date": "2018-10-01T19:30:09.602Z" } }, - "cell_suspension_125.json": { + "cell_suspension/512c61a9-d425-4c99-b386-a42648a6eab6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13718,7 +4335,7 @@ "update_date": "2018-10-01T19:30:09.705Z" } }, - "cell_suspension_126.json": { + "cell_suspension/a31d4351-1a70-4606-a141-3d1f5b1edf3f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13752,7 +4369,7 @@ "update_date": "2018-10-01T19:30:09.761Z" } }, - "cell_suspension_127.json": { + "cell_suspension/479084d6-a6dc-4c25-88cc-901e9a0cbb77": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13786,7 +4403,7 @@ "update_date": "2018-10-01T19:30:09.815Z" } }, - "cell_suspension_128.json": { + "cell_suspension/23357462-2a8f-46b2-bcc4-bb70bdb111d3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13820,7 +4437,7 @@ "update_date": "2018-10-01T19:30:09.890Z" } }, - "cell_suspension_129.json": { + "cell_suspension/34012657-85b6-452f-8722-fd67f91faef3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13854,7 +4471,7 @@ "update_date": "2018-10-01T19:30:09.954Z" } }, - "cell_suspension_130.json": { + "cell_suspension/63d08fb8-6fb3-43cc-92af-b817dd67329b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13888,7 +4505,7 @@ "update_date": "2018-10-01T19:30:10.051Z" } }, - "cell_suspension_131.json": { + "cell_suspension/4c525eb9-61e9-4851-b075-1ff3b7607af0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13922,7 +4539,7 @@ "update_date": "2018-10-01T19:30:10.142Z" } }, - "cell_suspension_132.json": { + "cell_suspension/83ded0ae-0826-450d-9b4a-06e3a49f9fa8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13956,7 +4573,7 @@ "update_date": "2018-10-01T19:30:10.316Z" } }, - "cell_suspension_133.json": { + "cell_suspension/af0c8790-9eac-45c0-9582-d5acbd57a636": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -13990,7 +4607,7 @@ "update_date": "2018-10-01T19:30:10.491Z" } }, - "cell_suspension_134.json": { + "cell_suspension/e741cf6b-f293-478f-8c93-93fa40a99e81": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14024,7 +4641,7 @@ "update_date": "2018-10-01T19:30:10.583Z" } }, - "cell_suspension_135.json": { + "cell_suspension/8971ab0e-d20c-4a9e-82b8-2d5e8b063abe": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14058,7 +4675,7 @@ "update_date": "2018-10-01T19:30:10.733Z" } }, - "cell_suspension_136.json": { + "cell_suspension/7f0fcea0-eb45-4aa7-83da-87f3776e37c3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14092,7 +4709,7 @@ "update_date": "2018-10-01T19:30:11.005Z" } }, - "cell_suspension_137.json": { + "cell_suspension/bbbdf930-7bb2-4b0d-b345-cf1d788666c7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14126,7 +4743,7 @@ "update_date": "2018-10-01T19:30:12.142Z" } }, - "cell_suspension_138.json": { + "cell_suspension/ea4a27f8-279c-46c2-9b88-f66c1fd91780": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14160,7 +4777,7 @@ "update_date": "2018-10-01T19:30:12.478Z" } }, - "cell_suspension_139.json": { + "cell_suspension/b6ecf45c-4e8d-4a89-ae9b-98ee023dd878": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14194,7 +4811,7 @@ "update_date": "2018-10-01T19:30:17.101Z" } }, - "cell_suspension_140.json": { + "cell_suspension/ca622a16-bd7b-4956-b054-3b957cc3ab14": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14228,7 +4845,7 @@ "update_date": "2018-10-01T19:30:19.151Z" } }, - "cell_suspension_141.json": { + "cell_suspension/faaaec08-7e4b-4b72-98d7-9948f707d9a7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14262,7 +4879,7 @@ "update_date": "2018-10-01T19:30:19.530Z" } }, - "cell_suspension_142.json": { + "cell_suspension/81737f70-9097-4870-85ee-04cfd56a11f9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14296,7 +4913,7 @@ "update_date": "2018-10-01T19:30:19.668Z" } }, - "cell_suspension_143.json": { + "cell_suspension/4489f530-1179-47e6-a5a3-93a165b78b4f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14330,7 +4947,7 @@ "update_date": "2018-10-01T19:30:19.887Z" } }, - "cell_suspension_144.json": { + "cell_suspension/118738b2-b964-4ce9-92c2-99233a9bf1f6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14364,7 +4981,7 @@ "update_date": "2018-10-01T19:30:20.146Z" } }, - "cell_suspension_145.json": { + "cell_suspension/a13895d3-7878-43c9-b4fc-a28ec263c2ca": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14398,7 +5015,7 @@ "update_date": "2018-10-01T19:30:20.463Z" } }, - "cell_suspension_146.json": { + "cell_suspension/9b45270b-3a2c-490a-aadf-6f492428a30a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14432,7 +5049,7 @@ "update_date": "2018-10-01T19:30:21.049Z" } }, - "cell_suspension_147.json": { + "cell_suspension/792cb5eb-6af3-48cb-b8f4-2ebae86d874f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14466,7 +5083,7 @@ "update_date": "2018-10-01T19:30:21.287Z" } }, - "cell_suspension_148.json": { + "cell_suspension/d7be23ac-e7ed-48a1-b2ec-23239e1d2582": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14500,7 +5117,7 @@ "update_date": "2018-10-01T19:30:21.491Z" } }, - "cell_suspension_149.json": { + "cell_suspension/dcb5f54a-4a75-47e3-b89f-8d7ba0931bf7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14534,7 +5151,7 @@ "update_date": "2018-10-01T19:30:21.836Z" } }, - "cell_suspension_150.json": { + "cell_suspension/49485ecc-2462-4e9b-85c5-2c928f959865": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14568,7 +5185,7 @@ "update_date": "2018-10-01T19:30:22.456Z" } }, - "cell_suspension_151.json": { + "cell_suspension/4e512abf-defe-4d12-acd2-e10c0c6e3773": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14602,7 +5219,7 @@ "update_date": "2018-10-01T19:30:22.651Z" } }, - "cell_suspension_152.json": { + "cell_suspension/3d739e69-414d-4c6e-9332-d33645e5b2a1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14636,7 +5253,7 @@ "update_date": "2018-10-01T19:30:22.752Z" } }, - "cell_suspension_153.json": { + "cell_suspension/b2c053b2-fd84-43fc-bd47-d0cd401dea50": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14670,7 +5287,7 @@ "update_date": "2018-10-01T19:30:22.836Z" } }, - "cell_suspension_154.json": { + "cell_suspension/b9ce2b0c-b4d0-4ef3-afb9-53baf73afdb3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14704,7 +5321,7 @@ "update_date": "2018-10-01T19:30:23.209Z" } }, - "cell_suspension_155.json": { + "cell_suspension/673e9c5d-f467-4176-8e3d-165dec07cb35": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14738,7 +5355,7 @@ "update_date": "2018-10-01T19:30:23.463Z" } }, - "cell_suspension_156.json": { + "cell_suspension/7f814cfb-24e1-4b1a-a764-90b3ad762f76": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14772,7 +5389,7 @@ "update_date": "2018-10-01T19:30:23.678Z" } }, - "cell_suspension_157.json": { + "cell_suspension/c3789bf3-8c00-4074-966e-0769f301ce56": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14806,7 +5423,7 @@ "update_date": "2018-10-01T19:30:23.867Z" } }, - "cell_suspension_158.json": { + "cell_suspension/4904d265-343c-4511-8c1e-9f6127bb1240": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14840,7 +5457,7 @@ "update_date": "2018-10-01T19:30:24.062Z" } }, - "cell_suspension_159.json": { + "cell_suspension/2e34c3fd-7d0d-43b4-8d95-01b7ea4145c2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14874,7 +5491,7 @@ "update_date": "2018-10-01T19:30:24.175Z" } }, - "cell_suspension_160.json": { + "cell_suspension/45bb9541-0bc1-48bb-99d4-8bb33c8c66ed": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14908,7 +5525,7 @@ "update_date": "2018-10-01T19:30:25.412Z" } }, - "cell_suspension_161.json": { + "cell_suspension/d2842cf5-c81f-4f3c-9fc8-60dcaf45c096": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14942,7 +5559,7 @@ "update_date": "2018-10-01T19:30:28.405Z" } }, - "cell_suspension_162.json": { + "cell_suspension/5f968cb2-026f-49fe-abb5-ad7bbda8571f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -14976,7 +5593,7 @@ "update_date": "2018-10-01T19:30:28.624Z" } }, - "cell_suspension_163.json": { + "cell_suspension/97a5ef2f-46ff-4e2a-a88b-f4ae815c2338": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15010,7 +5627,7 @@ "update_date": "2018-10-01T19:30:28.944Z" } }, - "cell_suspension_164.json": { + "cell_suspension/9228c6b7-e42c-40b1-bf24-c3c78b60916f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15044,7 +5661,7 @@ "update_date": "2018-10-01T19:30:29.011Z" } }, - "cell_suspension_165.json": { + "cell_suspension/09cddb76-929b-4b6f-9f7f-8497df2a2e7b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15078,7 +5695,7 @@ "update_date": "2018-10-01T19:30:29.117Z" } }, - "cell_suspension_166.json": { + "cell_suspension/418053f9-a3af-439b-8da4-9a87da9332fb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15112,7 +5729,7 @@ "update_date": "2018-10-01T19:30:29.232Z" } }, - "cell_suspension_167.json": { + "cell_suspension/cb590483-a17c-466c-8362-69d51f724740": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15146,7 +5763,7 @@ "update_date": "2018-10-01T19:30:29.353Z" } }, - "cell_suspension_168.json": { + "cell_suspension/96b46301-bcc0-42d5-95ff-c6aece337b2e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15180,7 +5797,7 @@ "update_date": "2018-10-01T19:30:29.471Z" } }, - "cell_suspension_169.json": { + "cell_suspension/df4bc869-57db-4417-a6c4-2cddc0ad9b6c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15214,7 +5831,7 @@ "update_date": "2018-10-01T19:30:29.650Z" } }, - "cell_suspension_170.json": { + "cell_suspension/955a16c5-08a7-46e1-9605-6f20006011e5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15248,7 +5865,7 @@ "update_date": "2018-10-01T19:30:30.528Z" } }, - "cell_suspension_171.json": { + "cell_suspension/c463e2eb-0fa8-4f21-86f1-c5b9e76fd7cd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15282,7 +5899,7 @@ "update_date": "2018-10-01T19:30:30.769Z" } }, - "cell_suspension_172.json": { + "cell_suspension/c1b1a57f-5787-47d3-9c92-270e55aeaeae": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15316,7 +5933,7 @@ "update_date": "2018-10-01T19:30:30.980Z" } }, - "cell_suspension_173.json": { + "cell_suspension/e59d038d-1035-4782-897b-95c2a3fb8ea6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15350,7 +5967,7 @@ "update_date": "2018-10-01T19:30:31.073Z" } }, - "cell_suspension_174.json": { + "cell_suspension/ecb35227-6347-46e6-8330-da248b28ef1c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15384,7 +6001,7 @@ "update_date": "2018-10-01T19:30:31.159Z" } }, - "cell_suspension_175.json": { + "cell_suspension/9346bd7d-945b-4a53-9a1b-2da8795edb97": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15418,7 +6035,7 @@ "update_date": "2018-10-01T19:30:31.290Z" } }, - "cell_suspension_176.json": { + "cell_suspension/008b705b-7453-48fb-bb43-bfafb83aaecb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15452,7 +6069,7 @@ "update_date": "2018-10-01T19:30:31.398Z" } }, - "cell_suspension_177.json": { + "cell_suspension/2e313cd2-7082-444a-8dd3-485a6b47ca56": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15486,7 +6103,7 @@ "update_date": "2018-10-01T19:30:31.788Z" } }, - "cell_suspension_178.json": { + "cell_suspension/aefdb247-002d-45c4-9100-137709c20aa3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15520,7 +6137,7 @@ "update_date": "2018-10-01T19:30:32.056Z" } }, - "cell_suspension_179.json": { + "cell_suspension/9c2c2878-b50b-4fed-87c4-fee0424f8409": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15554,7 +6171,7 @@ "update_date": "2018-10-01T19:30:32.308Z" } }, - "cell_suspension_180.json": { + "cell_suspension/ab0804bc-91e9-4d6e-ba70-ff05cd9a238f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15588,7 +6205,7 @@ "update_date": "2018-10-01T19:30:34.307Z" } }, - "cell_suspension_181.json": { + "cell_suspension/287984c5-d5f0-4b35-bce8-ccdea8cac79f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15622,7 +6239,7 @@ "update_date": "2018-10-01T19:30:37.968Z" } }, - "cell_suspension_182.json": { + "cell_suspension/b72f1527-7d06-4fcf-8d8f-3a0e688441d0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15656,7 +6273,7 @@ "update_date": "2018-10-01T19:30:38.224Z" } }, - "cell_suspension_183.json": { + "cell_suspension/8ff1b66b-4c05-4df8-b245-5a0e1eace8b6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15690,7 +6307,7 @@ "update_date": "2018-10-01T19:30:38.329Z" } }, - "cell_suspension_184.json": { + "cell_suspension/6b0839e9-1066-4a33-9e6d-1d808bbe0bcf": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15724,7 +6341,7 @@ "update_date": "2018-10-01T19:30:38.411Z" } }, - "cell_suspension_185.json": { + "cell_suspension/9a0b8dfb-fcb6-4986-8045-27f14d977e4c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15758,7 +6375,7 @@ "update_date": "2018-10-01T19:30:38.508Z" } }, - "cell_suspension_186.json": { + "cell_suspension/8feaa5f8-3e34-40f4-9c6a-b07a035cb312": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15792,7 +6409,7 @@ "update_date": "2018-10-01T19:30:38.639Z" } }, - "cell_suspension_187.json": { + "cell_suspension/d37eb2d9-9d44-4dd5-bbbd-ecd78aa1d5d9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15826,7 +6443,7 @@ "update_date": "2018-10-01T19:30:38.872Z" } }, - "cell_suspension_188.json": { + "cell_suspension/7d3360f2-70fe-404f-88ef-5aee14fef59d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15860,7 +6477,7 @@ "update_date": "2018-10-01T19:30:39.044Z" } }, - "cell_suspension_189.json": { + "cell_suspension/0d2939dd-07cf-4f2a-9a94-7952ca8f5b37": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15894,7 +6511,7 @@ "update_date": "2018-10-01T19:30:39.121Z" } }, - "cell_suspension_190.json": { + "cell_suspension/e7201c2d-23a1-4601-ad71-9e7c1a9ba624": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15928,7 +6545,7 @@ "update_date": "2018-10-01T19:30:39.203Z" } }, - "cell_suspension_191.json": { + "cell_suspension/69904f6c-bd79-4416-aec9-01ca3ce9cf30": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15962,7 +6579,7 @@ "update_date": "2018-10-01T19:30:39.271Z" } }, - "cell_suspension_192.json": { + "cell_suspension/889c1653-f645-4fdb-bf2a-d3df1666db8f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -15996,7 +6613,7 @@ "update_date": "2018-10-01T19:30:39.367Z" } }, - "cell_suspension_193.json": { + "cell_suspension/44702201-4017-40b5-99b3-294cb18f6485": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16030,7 +6647,7 @@ "update_date": "2018-10-01T19:30:39.457Z" } }, - "cell_suspension_194.json": { + "cell_suspension/dfa7b19e-f557-4f3d-bb65-4afe77b9a571": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16064,7 +6681,7 @@ "update_date": "2018-10-01T19:30:39.548Z" } }, - "cell_suspension_195.json": { + "cell_suspension/5be090a1-17fe-4fec-9608-a9e76b2a067e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16098,7 +6715,7 @@ "update_date": "2018-10-01T19:30:39.720Z" } }, - "cell_suspension_196.json": { + "cell_suspension/fc031919-8ec5-4935-83ef-73560bbffa12": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16132,7 +6749,7 @@ "update_date": "2018-10-01T19:30:39.952Z" } }, - "cell_suspension_197.json": { + "cell_suspension/e516c62c-9248-4b02-ae5d-ce6d93515431": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16166,7 +6783,7 @@ "update_date": "2018-10-01T19:30:40.214Z" } }, - "cell_suspension_198.json": { + "cell_suspension/f8abdc47-8e73-4988-909b-bb2bdb1ac015": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16200,7 +6817,7 @@ "update_date": "2018-10-01T19:30:40.845Z" } }, - "cell_suspension_199.json": { + "cell_suspension/ee754370-9a1a-4ef0-a7c4-38d77c5b7fd1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16234,7 +6851,7 @@ "update_date": "2018-10-01T19:30:41.486Z" } }, - "cell_suspension_200.json": { + "cell_suspension/d66a864d-075b-4ffc-b315-6819d306107f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16268,7 +6885,7 @@ "update_date": "2018-10-01T19:30:42.507Z" } }, - "cell_suspension_201.json": { + "cell_suspension/e68e7817-6bb8-4463-99b4-996256ba2059": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16302,7 +6919,7 @@ "update_date": "2018-10-01T19:30:43.508Z" } }, - "cell_suspension_202.json": { + "cell_suspension/27cc755e-524e-481a-8482-5f15e5dd07f4": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16336,7 +6953,7 @@ "update_date": "2018-10-01T19:30:44.507Z" } }, - "cell_suspension_203.json": { + "cell_suspension/54e37fd6-41a4-4cec-9dd9-e722a155a09a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16370,7 +6987,7 @@ "update_date": "2018-10-01T19:30:45.004Z" } }, - "cell_suspension_204.json": { + "cell_suspension/d828fd3e-18c2-43f8-9fec-b6f2a038fc20": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16404,7 +7021,7 @@ "update_date": "2018-10-01T19:30:45.096Z" } }, - "cell_suspension_205.json": { + "cell_suspension/b118bd6f-e3c7-4e24-a86b-bf7eeb20304e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16438,7 +7055,7 @@ "update_date": "2018-10-01T19:30:45.234Z" } }, - "cell_suspension_206.json": { + "cell_suspension/96653737-43db-4320-bb50-2f9613d62051": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16472,7 +7089,7 @@ "update_date": "2018-10-01T19:30:45.388Z" } }, - "cell_suspension_207.json": { + "cell_suspension/7e8f718c-5d14-417c-bc6e-8471413a198f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16506,7 +7123,7 @@ "update_date": "2018-10-01T19:30:45.514Z" } }, - "cell_suspension_208.json": { + "cell_suspension/973529d6-eb7f-492e-af31-e3cc85a32663": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16540,7 +7157,7 @@ "update_date": "2018-10-01T19:30:45.617Z" } }, - "cell_suspension_209.json": { + "cell_suspension/69bbeb43-a654-4a63-9744-5ff4fe1159ae": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16574,7 +7191,7 @@ "update_date": "2018-10-01T19:30:45.700Z" } }, - "cell_suspension_210.json": { + "cell_suspension/00a7c1da-8a02-430e-bb98-e97ffcde034b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16608,7 +7225,7 @@ "update_date": "2018-10-01T19:30:45.803Z" } }, - "cell_suspension_211.json": { + "cell_suspension/766f48ea-10ee-488d-bb12-511ae63e8c8b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16642,7 +7259,7 @@ "update_date": "2018-10-01T19:30:45.948Z" } }, - "cell_suspension_212.json": { + "cell_suspension/2fc1d678-e328-43bf-8141-237e34348dc0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16676,7 +7293,7 @@ "update_date": "2018-10-01T19:30:46.149Z" } }, - "cell_suspension_213.json": { + "cell_suspension/82a2385e-4796-455e-a37f-9ccdf64edc60": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16710,7 +7327,7 @@ "update_date": "2018-10-01T19:30:46.385Z" } }, - "cell_suspension_214.json": { + "cell_suspension/897bcdee-8298-413c-90aa-30a8bd7257dd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16744,7 +7361,7 @@ "update_date": "2018-10-01T19:30:46.679Z" } }, - "cell_suspension_215.json": { + "cell_suspension/ddb07363-366a-4bcf-ad11-f84bfe22dc49": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16778,7 +7395,7 @@ "update_date": "2018-10-01T19:30:46.777Z" } }, - "cell_suspension_216.json": { + "cell_suspension/0e1f39d3-c9a0-42b2-9d79-343e1c4d65fa": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16812,7 +7429,7 @@ "update_date": "2018-10-01T19:30:46.849Z" } }, - "cell_suspension_217.json": { + "cell_suspension/dc4d9d54-fa0b-48ca-8bd1-c073f2707901": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16846,7 +7463,7 @@ "update_date": "2018-10-01T19:30:46.951Z" } }, - "cell_suspension_218.json": { + "cell_suspension/864b9bf6-abae-4f33-a132-cbd0531953de": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16880,7 +7497,7 @@ "update_date": "2018-10-01T19:30:47.133Z" } }, - "cell_suspension_219.json": { + "cell_suspension/3ccb5f99-c5ea-4c46-8c73-ee682fbd9e7e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16914,7 +7531,7 @@ "update_date": "2018-10-01T19:30:47.290Z" } }, - "cell_suspension_220.json": { + "cell_suspension/ca007aea-f452-4925-aba6-3fc250cfc5ab": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16948,7 +7565,7 @@ "update_date": "2018-10-01T19:30:48.078Z" } }, - "cell_suspension_221.json": { + "cell_suspension/ed2f6d88-de43-4199-9b1b-5dd4a51ca8b6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -16982,7 +7599,7 @@ "update_date": "2018-10-01T19:30:48.323Z" } }, - "cell_suspension_222.json": { + "cell_suspension/33de2519-03b7-4556-abf0-3e87df485928": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17016,7 +7633,7 @@ "update_date": "2018-10-01T19:30:48.538Z" } }, - "cell_suspension_223.json": { + "cell_suspension/c3b3d34b-2c45-48fb-9f7b-af3c700a9470": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17050,7 +7667,7 @@ "update_date": "2018-10-01T19:30:55.340Z" } }, - "cell_suspension_224.json": { + "cell_suspension/8bd1a6ca-79d1-4af8-98c5-a87cc00bdd93": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17084,7 +7701,7 @@ "update_date": "2018-10-01T19:30:55.562Z" } }, - "cell_suspension_225.json": { + "cell_suspension/19f0efe4-effb-4110-9dae-5c69326fde4a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17118,7 +7735,7 @@ "update_date": "2018-10-01T19:30:55.920Z" } }, - "cell_suspension_226.json": { + "cell_suspension/67575d18-ec23-4c84-adb7-21c72a9fb8da": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17152,7 +7769,7 @@ "update_date": "2018-10-01T19:30:56.326Z" } }, - "cell_suspension_227.json": { + "cell_suspension/043813e3-e773-4237-819c-dc3517014aa9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17186,7 +7803,7 @@ "update_date": "2018-10-01T19:30:56.474Z" } }, - "cell_suspension_228.json": { + "cell_suspension/63df2596-d6e0-4021-abee-c112d79654d3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17220,7 +7837,7 @@ "update_date": "2018-10-01T19:30:56.613Z" } }, - "cell_suspension_229.json": { + "cell_suspension/0c840278-1998-4d08-a5c8-76b8708130a8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17254,7 +7871,7 @@ "update_date": "2018-10-01T19:30:56.731Z" } }, - "cell_suspension_230.json": { + "cell_suspension/4940131a-be8e-4ba5-9c91-ef9dbdc81763": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17288,7 +7905,7 @@ "update_date": "2018-10-01T19:30:56.972Z" } }, - "cell_suspension_231.json": { + "cell_suspension/bad4f40f-8023-4c53-9b98-e9833e5dab9c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17322,7 +7939,7 @@ "update_date": "2018-10-01T19:30:57.232Z" } }, - "cell_suspension_232.json": { + "cell_suspension/052161ca-c389-4b9e-a6ae-6f2e37739988": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17356,7 +7973,7 @@ "update_date": "2018-10-01T19:30:57.480Z" } }, - "cell_suspension_233.json": { + "cell_suspension/450be104-d782-4f9a-a438-578c951c2686": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17390,7 +8007,7 @@ "update_date": "2018-10-01T19:30:57.661Z" } }, - "cell_suspension_234.json": { + "cell_suspension/755fca8f-3c4a-4b9f-9ae5-1a8aef3bd27e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17424,7 +8041,7 @@ "update_date": "2018-10-01T19:30:58.248Z" } }, - "cell_suspension_235.json": { + "cell_suspension/614cb73f-7ed9-4ded-93a8-d7979f124550": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17458,7 +8075,7 @@ "update_date": "2018-10-01T19:30:58.482Z" } }, - "cell_suspension_236.json": { + "cell_suspension/20ad6581-b62c-4d01-8db9-48c0d09fa674": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17492,7 +8109,7 @@ "update_date": "2018-10-01T19:30:58.753Z" } }, - "cell_suspension_237.json": { + "cell_suspension/84a7252c-70ad-4620-96ce-13086c5edc72": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17526,7 +8143,7 @@ "update_date": "2018-10-01T19:30:58.851Z" } }, - "cell_suspension_238.json": { + "cell_suspension/2546ba98-ebc5-4bc5-87c9-f63e74e736dd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17560,7 +8177,7 @@ "update_date": "2018-10-01T19:30:58.946Z" } }, - "cell_suspension_239.json": { + "cell_suspension/deaec450-2035-4bf3-8ead-7e43ef73d6b9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17594,7 +8211,7 @@ "update_date": "2018-10-01T19:30:59.258Z" } }, - "cell_suspension_240.json": { + "cell_suspension/c3e4dff7-fcba-439c-bfcf-cfb28c16cc6b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17628,7 +8245,7 @@ "update_date": "2018-10-01T19:30:59.425Z" } }, - "cell_suspension_241.json": { + "cell_suspension/11ef6598-47b0-47b3-ab82-6522e920be48": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17662,7 +8279,7 @@ "update_date": "2018-10-01T19:30:59.597Z" } }, - "cell_suspension_242.json": { + "cell_suspension/7dd4926c-61cf-4641-948b-447167f4bb49": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17696,7 +8313,7 @@ "update_date": "2018-10-01T19:30:59.784Z" } }, - "cell_suspension_243.json": { + "cell_suspension/b1b36ac8-45ee-4ab1-ae44-4a3f227502c6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17730,7 +8347,7 @@ "update_date": "2018-10-01T19:30:59.985Z" } }, - "cell_suspension_244.json": { + "cell_suspension/7b25976d-4b25-4632-84f0-46a492d7a2f8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17764,7 +8381,7 @@ "update_date": "2018-10-01T19:31:00.764Z" } }, - "cell_suspension_245.json": { + "cell_suspension/070419ba-e292-4212-985e-59e6ca23c14a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17798,7 +8415,7 @@ "update_date": "2018-10-01T19:31:01.949Z" } }, - "cell_suspension_246.json": { + "cell_suspension/2d490b08-225c-47cc-aaa9-c8eaba61352f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17832,7 +8449,7 @@ "update_date": "2018-10-01T19:31:03.076Z" } }, - "cell_suspension_247.json": { + "cell_suspension/4f42bb6d-1210-4b9a-834b-28aa78324651": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17866,7 +8483,7 @@ "update_date": "2018-10-01T19:31:03.532Z" } }, - "cell_suspension_248.json": { + "cell_suspension/d42a3030-e44c-47c1-8f15-a4987f2c7452": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17900,7 +8517,7 @@ "update_date": "2018-10-01T19:31:03.646Z" } }, - "cell_suspension_249.json": { + "cell_suspension/b711a580-97d6-4a6b-b28c-c956d163fda4": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17934,7 +8551,7 @@ "update_date": "2018-10-01T19:31:03.863Z" } }, - "cell_suspension_250.json": { + "cell_suspension/e3b6af9e-1081-4b0d-aab2-6f2d73dac468": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -17968,7 +8585,7 @@ "update_date": "2018-10-01T19:31:04.118Z" } }, - "cell_suspension_251.json": { + "cell_suspension/47fdca59-b1e6-4d0d-8a1a-fc8f16993684": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18002,7 +8619,7 @@ "update_date": "2018-10-01T19:31:04.233Z" } }, - "cell_suspension_252.json": { + "cell_suspension/51c8e3c8-042f-4253-aa48-3452ceaa9b90": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18036,7 +8653,7 @@ "update_date": "2018-10-01T19:31:04.380Z" } }, - "cell_suspension_253.json": { + "cell_suspension/b62dfb1c-5aeb-4ad0-b350-efd09cf85dfd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18070,7 +8687,7 @@ "update_date": "2018-10-01T19:31:04.511Z" } }, - "cell_suspension_254.json": { + "cell_suspension/1b96601e-0cf5-4c57-9c51-aa2f0a86d916": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18104,7 +8721,7 @@ "update_date": "2018-10-01T19:31:04.660Z" } }, - "cell_suspension_255.json": { + "cell_suspension/06744801-ce2b-4a8e-81ec-1ff4526d91df": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18138,7 +8755,7 @@ "update_date": "2018-10-01T19:31:04.877Z" } }, - "cell_suspension_256.json": { + "cell_suspension/8e082241-69be-449c-b561-cd2b8f268723": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18172,7 +8789,7 @@ "update_date": "2018-10-01T19:31:05.202Z" } }, - "cell_suspension_257.json": { + "cell_suspension/b4e76029-f708-48f4-b9e7-d6d4591476f5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18206,7 +8823,7 @@ "update_date": "2018-10-01T19:31:05.525Z" } }, - "cell_suspension_258.json": { + "cell_suspension/bc1a872c-0e2b-4065-bf85-4edafe3158aa": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18240,7 +8857,7 @@ "update_date": "2018-10-01T19:31:06.090Z" } }, - "cell_suspension_259.json": { + "cell_suspension/a17ec89f-ee4e-4f2e-a8bc-e6939b780268": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18274,7 +8891,7 @@ "update_date": "2018-10-01T19:31:08.394Z" } }, - "cell_suspension_260.json": { + "cell_suspension/a1bc22a0-e024-4ef4-900b-51e032291a39": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18308,7 +8925,7 @@ "update_date": "2018-10-01T19:31:09.306Z" } }, - "cell_suspension_261.json": { + "cell_suspension/45cbcff3-db91-4c4d-b233-ff480cbaa95e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18342,7 +8959,7 @@ "update_date": "2018-10-01T19:31:09.896Z" } }, - "cell_suspension_262.json": { + "cell_suspension/0eedc57e-b68b-46ca-8d54-0303f36b588c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18376,7 +8993,7 @@ "update_date": "2018-10-01T19:31:10.242Z" } }, - "cell_suspension_263.json": { + "cell_suspension/8e85f524-7e64-4c60-900c-4267f2a3201e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18410,7 +9027,7 @@ "update_date": "2018-10-01T19:31:10.460Z" } }, - "cell_suspension_264.json": { + "cell_suspension/b618dd5d-90a7-47b1-87a2-0a8fff0a5d05": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18444,7 +9061,7 @@ "update_date": "2018-10-01T19:31:10.682Z" } }, - "cell_suspension_265.json": { + "cell_suspension/8e83c52a-52a6-46b7-8cdb-b249d8a134a2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18478,7 +9095,7 @@ "update_date": "2018-10-01T19:31:10.873Z" } }, - "cell_suspension_266.json": { + "cell_suspension/be726db6-7ac6-4114-a172-42b29c83644a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18512,7 +9129,7 @@ "update_date": "2018-10-01T19:31:11.099Z" } }, - "cell_suspension_267.json": { + "cell_suspension/03cf98ed-4baf-4f5d-976f-cd11a8dfefbe": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18546,7 +9163,7 @@ "update_date": "2018-10-01T19:31:11.288Z" } }, - "cell_suspension_268.json": { + "cell_suspension/51d68613-d693-4005-abfc-2c7eee72c34b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18580,7 +9197,7 @@ "update_date": "2018-10-01T19:31:11.506Z" } }, - "cell_suspension_269.json": { + "cell_suspension/68fdb7c9-958e-4225-ade0-dc288ae397b1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18614,7 +9231,7 @@ "update_date": "2018-10-01T19:31:11.669Z" } }, - "cell_suspension_270.json": { + "cell_suspension/c2c42288-737d-4a94-a4d5-f4ac232a87c7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18648,7 +9265,7 @@ "update_date": "2018-10-01T19:31:11.745Z" } }, - "cell_suspension_271.json": { + "cell_suspension/408e204d-aaa7-4b57-b2a9-5aa94a202b37": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18682,7 +9299,7 @@ "update_date": "2018-10-01T19:31:11.824Z" } }, - "cell_suspension_272.json": { + "cell_suspension/daaeb295-c869-4ce2-86d7-2b93a4caa3b6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18716,7 +9333,7 @@ "update_date": "2018-10-01T19:31:11.906Z" } }, - "cell_suspension_273.json": { + "cell_suspension/4d9516b9-a40c-4556-aaf8-2fda570aca17": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18750,7 +9367,7 @@ "update_date": "2018-10-01T19:31:11.988Z" } }, - "cell_suspension_274.json": { + "cell_suspension/c8313483-c3cd-4c83-8b65-e7d517fcaca0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18784,7 +9401,7 @@ "update_date": "2018-10-01T19:31:12.064Z" } }, - "cell_suspension_275.json": { + "cell_suspension/c3604fd4-73f1-4dc3-b88c-ee4c7df94c08": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18818,7 +9435,7 @@ "update_date": "2018-10-01T19:31:12.410Z" } }, - "cell_suspension_276.json": { + "cell_suspension/f5610c0a-0b93-4ea2-a098-37238f36cc03": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18852,7 +9469,7 @@ "update_date": "2018-10-01T19:31:14.138Z" } }, - "cell_suspension_277.json": { + "cell_suspension/42aabb76-48f8-4c72-b482-313ba07dc7a7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18886,7 +9503,7 @@ "update_date": "2018-10-01T19:31:14.906Z" } }, - "cell_suspension_278.json": { + "cell_suspension/6a47520c-90ca-4cef-8535-e57cdea14d02": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18920,7 +9537,7 @@ "update_date": "2018-10-01T19:31:15.753Z" } }, - "cell_suspension_279.json": { + "cell_suspension/3b0424a9-c041-49e8-80a4-d7e4006b1ca0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18954,7 +9571,7 @@ "update_date": "2018-10-01T19:31:16.672Z" } }, - "cell_suspension_280.json": { + "cell_suspension/ebccdcd4-1f04-4365-92ac-bb82bdc961f6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -18988,7 +9605,7 @@ "update_date": "2018-10-01T19:31:17.123Z" } }, - "cell_suspension_281.json": { + "cell_suspension/94dde38b-f573-4443-a557-47bce9ce2dbd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19022,7 +9639,7 @@ "update_date": "2018-10-01T19:31:17.328Z" } }, - "cell_suspension_282.json": { + "cell_suspension/b6249791-2be6-4668-9600-f225aaca39a0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19056,7 +9673,7 @@ "update_date": "2018-10-01T19:31:17.502Z" } }, - "cell_suspension_283.json": { + "cell_suspension/d36c22b5-69f5-4605-b334-4e39c10bda43": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19090,7 +9707,7 @@ "update_date": "2018-10-01T19:31:17.694Z" } }, - "cell_suspension_284.json": { + "cell_suspension/aa86bbac-dd6c-4743-856e-e7549b7d7f07": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19124,7 +9741,7 @@ "update_date": "2018-10-01T19:31:17.921Z" } }, - "cell_suspension_285.json": { + "cell_suspension/c785817f-c9ef-46fb-84e8-0d08b77e2b03": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19158,7 +9775,7 @@ "update_date": "2018-10-01T19:31:18.322Z" } }, - "cell_suspension_286.json": { + "cell_suspension/b010a06d-3df1-4e6c-8d4d-70d1992022a7": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19192,7 +9809,7 @@ "update_date": "2018-10-01T19:31:18.506Z" } }, - "cell_suspension_287.json": { + "cell_suspension/c3dfb298-082f-4c1d-97dc-84b7292c4c50": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19226,7 +9843,7 @@ "update_date": "2018-10-01T19:31:18.623Z" } }, - "cell_suspension_288.json": { + "cell_suspension/c550b8f6-e3dc-427e-a999-666c7feefe92": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19260,7 +9877,7 @@ "update_date": "2018-10-01T19:31:18.695Z" } }, - "cell_suspension_289.json": { + "cell_suspension/e3506c54-90d3-4ab1-9209-41e0b46c0fa5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19294,7 +9911,7 @@ "update_date": "2018-10-01T19:31:18.838Z" } }, - "cell_suspension_290.json": { + "cell_suspension/45f8303c-27ff-443f-a78e-38a55b260fe2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19328,7 +9945,7 @@ "update_date": "2018-10-01T19:31:18.974Z" } }, - "cell_suspension_291.json": { + "cell_suspension/134e54ca-cce6-434b-868b-ef0b0b07a558": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19362,7 +9979,7 @@ "update_date": "2018-10-01T19:31:19.214Z" } }, - "cell_suspension_292.json": { + "cell_suspension/1d36033f-e83b-48a4-a2ef-605d6be305f9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19396,7 +10013,7 @@ "update_date": "2018-10-01T19:31:19.453Z" } }, - "cell_suspension_293.json": { + "cell_suspension/ddd2ebac-c299-4d31-b133-852496bcc01a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19430,7 +10047,7 @@ "update_date": "2018-10-01T19:31:20.094Z" } }, - "cell_suspension_294.json": { + "cell_suspension/4a6c2fc9-6ac6-49a1-abdc-746b43073d43": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19464,7 +10081,7 @@ "update_date": "2018-10-01T19:31:21.106Z" } }, - "cell_suspension_295.json": { + "cell_suspension/826c493b-e549-4951-b554-f407a1cbd114": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19498,7 +10115,7 @@ "update_date": "2018-10-01T19:31:22.239Z" } }, - "cell_suspension_296.json": { + "cell_suspension/ac86c2c6-3dd3-401a-aae7-6dc5f732cbee": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19532,7 +10149,7 @@ "update_date": "2018-10-01T19:31:24.777Z" } }, - "cell_suspension_297.json": { + "cell_suspension/323bc866-e47a-45f9-be83-4152f1850b67": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19566,7 +10183,7 @@ "update_date": "2018-10-01T19:31:25.017Z" } }, - "cell_suspension_298.json": { + "cell_suspension/e911a111-cad9-4cb1-b64b-639ea244fd19": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19600,7 +10217,7 @@ "update_date": "2018-10-01T19:31:25.099Z" } }, - "cell_suspension_299.json": { + "cell_suspension/7508c8ad-c6c0-4767-9ff0-2f705b1a6469": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19634,7 +10251,7 @@ "update_date": "2018-10-01T19:31:25.208Z" } }, - "cell_suspension_300.json": { + "cell_suspension/68a1d68a-a4b2-4a02-b9b4-eaa845325af9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19668,7 +10285,7 @@ "update_date": "2018-10-01T19:31:25.305Z" } }, - "cell_suspension_301.json": { + "cell_suspension/401ba2a2-d651-4d06-9ee9-1569a9253417": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19702,7 +10319,7 @@ "update_date": "2018-10-01T19:31:25.385Z" } }, - "cell_suspension_302.json": { + "cell_suspension/5bc3b7fe-ce90-437a-9695-fed4883c874e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19736,7 +10353,7 @@ "update_date": "2018-10-01T19:31:25.459Z" } }, - "cell_suspension_303.json": { + "cell_suspension/2219ba4f-a802-43d5-a5b1-f3516ec1e148": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19770,7 +10387,7 @@ "update_date": "2018-10-01T19:31:25.699Z" } }, - "cell_suspension_304.json": { + "cell_suspension/329e2de1-fff2-468e-bec3-7e180a61cff6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19804,7 +10421,7 @@ "update_date": "2018-10-01T19:31:25.826Z" } }, - "cell_suspension_305.json": { + "cell_suspension/b9f94889-f1d0-4771-8269-b85d2c5917f4": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19838,7 +10455,7 @@ "update_date": "2018-10-01T19:31:25.997Z" } }, - "cell_suspension_306.json": { + "cell_suspension/a5d7cba2-e659-45bd-a1ae-46085ec5c697": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19872,7 +10489,7 @@ "update_date": "2018-10-01T19:31:26.493Z" } }, - "cell_suspension_307.json": { + "cell_suspension/04a0bd98-c6b8-46bf-bd5f-21d56d8e0456": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19906,7 +10523,7 @@ "update_date": "2018-10-01T19:31:26.564Z" } }, - "cell_suspension_308.json": { + "cell_suspension/1fd40b0f-aca2-4455-b168-b15803319ab4": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19940,7 +10557,7 @@ "update_date": "2018-10-01T19:31:26.638Z" } }, - "cell_suspension_309.json": { + "cell_suspension/5f099f7f-8fc4-40b4-badd-49f2e726cdb6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -19974,7 +10591,7 @@ "update_date": "2018-10-01T19:31:26.839Z" } }, - "cell_suspension_310.json": { + "cell_suspension/7efb3b8f-9479-4807-8466-ef6276b86f12": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20008,7 +10625,7 @@ "update_date": "2018-10-01T19:31:27.162Z" } }, - "cell_suspension_311.json": { + "cell_suspension/ce935434-17b6-4b13-bb92-7b68e754351a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20042,7 +10659,7 @@ "update_date": "2018-10-01T19:31:27.649Z" } }, - "cell_suspension_312.json": { + "cell_suspension/3bc69d70-ef38-4b61-8741-3a188c18f702": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20076,7 +10693,7 @@ "update_date": "2018-10-01T19:31:28.269Z" } }, - "cell_suspension_313.json": { + "cell_suspension/808c6467-5d7b-4c6c-b83a-e47b0362dcdc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20110,7 +10727,7 @@ "update_date": "2018-10-01T19:31:28.621Z" } }, - "cell_suspension_314.json": { + "cell_suspension/4fe13b1d-faf4-486e-983c-97b7d0470e9e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20144,7 +10761,7 @@ "update_date": "2018-10-01T19:31:28.821Z" } }, - "cell_suspension_315.json": { + "cell_suspension/c3522608-ddc7-4d0b-aa16-6fa291324d99": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20178,7 +10795,7 @@ "update_date": "2018-10-01T19:31:29.063Z" } }, - "cell_suspension_316.json": { + "cell_suspension/516902a4-2792-497a-9fa9-9ff596ebcd0f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20212,7 +10829,7 @@ "update_date": "2018-10-01T19:31:29.428Z" } }, - "cell_suspension_317.json": { + "cell_suspension/180347ed-c17b-44be-af2d-567400400b0a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20246,7 +10863,7 @@ "update_date": "2018-10-01T19:31:29.739Z" } }, - "cell_suspension_318.json": { + "cell_suspension/dc7e3296-ece0-40dc-a693-4c87c5ecec5d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20280,7 +10897,7 @@ "update_date": "2018-10-01T19:31:29.982Z" } }, - "cell_suspension_319.json": { + "cell_suspension/5bc13124-4b0e-4359-bd43-ec3d9cd53724": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20314,7 +10931,7 @@ "update_date": "2018-10-01T19:31:30.610Z" } }, - "cell_suspension_320.json": { + "cell_suspension/855a9372-8649-436f-9e85-ceb090225d9e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20348,7 +10965,7 @@ "update_date": "2018-10-01T19:31:31.429Z" } }, - "cell_suspension_321.json": { + "cell_suspension/c85a1f15-0944-4e99-9175-aa2f2ad34c49": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20382,7 +10999,7 @@ "update_date": "2018-10-01T19:31:31.999Z" } }, - "cell_suspension_322.json": { + "cell_suspension/ade7523d-cdff-4fd1-90e6-29c548ab345b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20416,7 +11033,7 @@ "update_date": "2018-10-01T19:31:32.928Z" } }, - "cell_suspension_323.json": { + "cell_suspension/50f3094c-d10c-4f78-98c8-0175bf1bc7cd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20450,7 +11067,7 @@ "update_date": "2018-10-01T19:31:33.414Z" } }, - "cell_suspension_324.json": { + "cell_suspension/91f6d93a-81ea-44e3-907e-8b0a5ed69ea6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20484,7 +11101,7 @@ "update_date": "2018-10-01T19:31:33.908Z" } }, - "cell_suspension_325.json": { + "cell_suspension/9f041862-2f9f-45d4-a36c-dacba2738035": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20518,7 +11135,7 @@ "update_date": "2018-10-01T19:31:34.198Z" } }, - "cell_suspension_326.json": { + "cell_suspension/8baca1dc-33fc-4cff-a23b-9b1a05186c13": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20552,7 +11169,7 @@ "update_date": "2018-10-01T19:31:34.443Z" } }, - "cell_suspension_327.json": { + "cell_suspension/6622e56b-f509-40b6-a392-86e5d1107701": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20586,7 +11203,7 @@ "update_date": "2018-10-01T19:31:35.067Z" } }, - "cell_suspension_328.json": { + "cell_suspension/7f54c74a-e2f4-4a6f-bf68-25979f5ec121": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20620,7 +11237,7 @@ "update_date": "2018-10-01T19:31:35.422Z" } }, - "cell_suspension_329.json": { + "cell_suspension/f7e574f2-8de0-45ef-93e7-8a1b6765d77d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20654,7 +11271,7 @@ "update_date": "2018-10-01T19:31:35.735Z" } }, - "cell_suspension_330.json": { + "cell_suspension/94de7a55-f03b-459b-9fea-190ec3fa714b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20688,7 +11305,7 @@ "update_date": "2018-10-01T19:31:36.007Z" } }, - "cell_suspension_331.json": { + "cell_suspension/5fa8e3de-b96a-42e8-b5d9-cbc0c6a5b6a1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20722,7 +11339,7 @@ "update_date": "2018-10-01T19:31:36.773Z" } }, - "cell_suspension_332.json": { + "cell_suspension/5d7fd1ca-6496-442c-a3e5-49aa586b7554": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20756,7 +11373,7 @@ "update_date": "2018-10-01T19:31:37.244Z" } }, - "cell_suspension_333.json": { + "cell_suspension/e27cf02c-479f-4265-8d4b-287c25e3730d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20790,7 +11407,7 @@ "update_date": "2018-10-01T19:31:37.509Z" } }, - "cell_suspension_334.json": { + "cell_suspension/b9cbf165-2e93-4eea-a834-43ae320309f5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20824,7 +11441,7 @@ "update_date": "2018-10-01T19:31:37.957Z" } }, - "cell_suspension_335.json": { + "cell_suspension/9aefb156-2719-4672-ae90-68676230d5c0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20858,7 +11475,7 @@ "update_date": "2018-10-01T19:31:38.315Z" } }, - "cell_suspension_336.json": { + "cell_suspension/10b3f94c-bcf3-41cd-9723-8a454299b000": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20892,7 +11509,7 @@ "update_date": "2018-10-01T19:31:38.462Z" } }, - "cell_suspension_337.json": { + "cell_suspension/cc37c377-01c0-4e36-9293-f449a6b6212a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20926,7 +11543,7 @@ "update_date": "2018-10-01T19:31:38.654Z" } }, - "cell_suspension_338.json": { + "cell_suspension/c63350fa-d091-425f-a3c9-5f28efdb5aec": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20960,7 +11577,7 @@ "update_date": "2018-10-01T19:31:39.609Z" } }, - "cell_suspension_339.json": { + "cell_suspension/1a314769-f4f4-43e5-8b8d-5ff4273c8599": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -20994,7 +11611,7 @@ "update_date": "2018-10-01T19:31:39.800Z" } }, - "cell_suspension_340.json": { + "cell_suspension/e4bb23dd-5e45-4b12-9950-d5044a0d843a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21028,7 +11645,7 @@ "update_date": "2018-10-01T19:31:40.061Z" } }, - "cell_suspension_341.json": { + "cell_suspension/14b09236-5ed7-4026-9b9a-92ebe564a6d3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21062,7 +11679,7 @@ "update_date": "2018-10-01T19:31:40.344Z" } }, - "cell_suspension_342.json": { + "cell_suspension/54e7998e-1878-423a-97ad-b905ca7423e3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21096,7 +11713,7 @@ "update_date": "2018-10-01T19:31:40.794Z" } }, - "cell_suspension_343.json": { + "cell_suspension/6597f3ba-c522-47c9-934e-496129949ebf": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21130,7 +11747,7 @@ "update_date": "2018-10-01T19:31:40.910Z" } }, - "cell_suspension_344.json": { + "cell_suspension/b73ff2e8-b2fa-44ec-b940-aac5c74ef3d6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21164,7 +11781,7 @@ "update_date": "2018-10-01T19:31:41.067Z" } }, - "cell_suspension_345.json": { + "cell_suspension/bc1304ee-8386-445d-9196-4c3e9a0fd014": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21198,7 +11815,7 @@ "update_date": "2018-10-01T19:31:41.250Z" } }, - "cell_suspension_346.json": { + "cell_suspension/40c7b4a0-24c0-4734-9bca-acd5c822bf4c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21232,7 +11849,7 @@ "update_date": "2018-10-01T19:31:41.484Z" } }, - "cell_suspension_347.json": { + "cell_suspension/e9649b21-0314-400c-8831-0df69dc0650a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21266,7 +11883,7 @@ "update_date": "2018-10-01T19:31:41.799Z" } }, - "cell_suspension_348.json": { + "cell_suspension/6223a9d9-c6e8-480f-9152-7e223c0f565d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21300,7 +11917,7 @@ "update_date": "2018-10-01T19:31:42.095Z" } }, - "cell_suspension_349.json": { + "cell_suspension/0dba20ce-618c-4a70-8f6f-a584df044cb0": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21334,7 +11951,7 @@ "update_date": "2018-10-01T19:31:42.356Z" } }, - "cell_suspension_350.json": { + "cell_suspension/21e86b75-1ee0-497d-8028-70eb6cd0c2a2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21368,7 +11985,7 @@ "update_date": "2018-10-01T19:31:42.690Z" } }, - "cell_suspension_351.json": { + "cell_suspension/bbb46cb9-7fbc-4092-a5ed-c076b3c12cb4": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21402,7 +12019,7 @@ "update_date": "2018-10-01T19:31:43.225Z" } }, - "cell_suspension_352.json": { + "cell_suspension/4bca0fcb-1877-4b02-9145-1a5d767dae3b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21436,7 +12053,7 @@ "update_date": "2018-10-01T19:31:44.083Z" } }, - "cell_suspension_353.json": { + "cell_suspension/3c5a7203-cd7d-45a2-9780-9b083913a7a6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21470,7 +12087,7 @@ "update_date": "2018-10-01T19:31:44.484Z" } }, - "cell_suspension_354.json": { + "cell_suspension/ccba96e6-46de-479a-bd04-f8e1ddec0981": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21504,7 +12121,7 @@ "update_date": "2018-10-01T19:31:45.331Z" } }, - "cell_suspension_355.json": { + "cell_suspension/00d3efd9-d219-4bc1-a58a-dc96f3f8500f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21538,7 +12155,7 @@ "update_date": "2018-10-01T19:31:46.130Z" } }, - "cell_suspension_356.json": { + "cell_suspension/159777f7-04c9-45a4-9103-4c398ff33f63": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21572,7 +12189,7 @@ "update_date": "2018-10-01T19:31:46.466Z" } }, - "cell_suspension_357.json": { + "cell_suspension/8aacd0c6-ad7c-4214-afe7-a0c25a42428e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21606,7 +12223,7 @@ "update_date": "2018-10-01T19:31:46.705Z" } }, - "cell_suspension_358.json": { + "cell_suspension/db3bf625-e9ed-47ee-95c1-c09099e4b344": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21640,7 +12257,7 @@ "update_date": "2018-10-01T19:31:46.844Z" } }, - "cell_suspension_359.json": { + "cell_suspension/f10a82f4-bb14-464a-bf45-8a95f3446a38": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21674,7 +12291,7 @@ "update_date": "2018-10-01T19:31:47.201Z" } }, - "cell_suspension_360.json": { + "cell_suspension/8629bf28-c593-497b-be8f-2f010e9d3354": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21708,7 +12325,7 @@ "update_date": "2018-10-01T19:31:47.350Z" } }, - "cell_suspension_361.json": { + "cell_suspension/85097581-d65f-4f4a-8f66-ece83b3a8fd2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21742,7 +12359,7 @@ "update_date": "2018-10-01T19:31:47.948Z" } }, - "cell_suspension_362.json": { + "cell_suspension/07299af5-1e56-4035-9cf4-50b30e4a19c1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21776,7 +12393,7 @@ "update_date": "2018-10-01T19:31:48.689Z" } }, - "cell_suspension_363.json": { + "cell_suspension/cf2727a9-35b2-4b0d-bf46-7a3f1e7bc747": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21810,7 +12427,7 @@ "update_date": "2018-10-01T19:31:49.093Z" } }, - "cell_suspension_364.json": { + "cell_suspension/484bd756-a413-409f-8b8a-c3b67304d99c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21844,7 +12461,7 @@ "update_date": "2018-10-01T19:31:49.967Z" } }, - "cell_suspension_365.json": { + "cell_suspension/b7f64620-cab2-436b-a177-4642925a8b86": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21878,7 +12495,7 @@ "update_date": "2018-10-01T19:31:50.583Z" } }, - "cell_suspension_366.json": { + "cell_suspension/de7e6de9-a1fd-4700-99f3-184b3dcb54d2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21912,7 +12529,7 @@ "update_date": "2018-10-01T19:31:50.846Z" } }, - "cell_suspension_367.json": { + "cell_suspension/b19eafd7-7b69-4632-a492-993625d2e7d3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21946,7 +12563,7 @@ "update_date": "2018-10-01T19:31:50.939Z" } }, - "cell_suspension_368.json": { + "cell_suspension/c370daa7-ad03-4beb-9928-f6bc0b1eb2f6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -21980,7 +12597,7 @@ "update_date": "2018-10-01T19:31:51.178Z" } }, - "cell_suspension_369.json": { + "cell_suspension/5ca1c842-5b21-4664-876c-e57e5c38ad61": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22014,7 +12631,7 @@ "update_date": "2018-10-01T19:31:51.294Z" } }, - "cell_suspension_370.json": { + "cell_suspension/1b0bf5df-5fee-4a95-83ce-1f5d8edcdc63": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22048,7 +12665,7 @@ "update_date": "2018-10-01T19:31:51.401Z" } }, - "cell_suspension_371.json": { + "cell_suspension/3370619c-1db3-4dec-b0ce-bd9226a0105c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22082,7 +12699,7 @@ "update_date": "2018-10-01T19:31:51.498Z" } }, - "cell_suspension_372.json": { + "cell_suspension/4713375f-6f4a-4470-be90-6e7892d633ff": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22116,7 +12733,7 @@ "update_date": "2018-10-01T19:31:52.088Z" } }, - "cell_suspension_373.json": { + "cell_suspension/2ac25968-e1d0-47b2-916d-0306ae790b01": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22150,7 +12767,7 @@ "update_date": "2018-10-01T19:31:52.310Z" } }, - "cell_suspension_374.json": { + "cell_suspension/06c5f03b-41a5-4714-81f1-e915db3778ec": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22184,7 +12801,7 @@ "update_date": "2018-10-01T19:31:52.635Z" } }, - "cell_suspension_375.json": { + "cell_suspension/699a476a-7284-4a6e-9f3c-c62e4fb076a6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22218,7 +12835,7 @@ "update_date": "2018-10-01T19:31:52.882Z" } }, - "cell_suspension_376.json": { + "cell_suspension/45040d9f-e84f-4a6c-ad2c-750d50a34b53": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22252,7 +12869,7 @@ "update_date": "2018-10-01T19:31:53.067Z" } }, - "cell_suspension_377.json": { + "cell_suspension/bd4b64be-391b-483f-9fc5-b5f17eac9a48": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22286,7 +12903,7 @@ "update_date": "2018-10-01T19:31:53.206Z" } }, - "cell_suspension_378.json": { + "cell_suspension/b9a5b73d-5901-4e52-87ba-26d47a78f24c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22320,7 +12937,7 @@ "update_date": "2018-10-01T19:31:53.680Z" } }, - "cell_suspension_379.json": { + "cell_suspension/4e43967a-bd73-4d99-8339-cc5d72622916": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22354,7 +12971,7 @@ "update_date": "2018-10-01T19:31:54.127Z" } }, - "cell_suspension_380.json": { + "cell_suspension/40482eca-921a-4d5a-907d-876f3c8c6d40": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22388,7 +13005,7 @@ "update_date": "2018-10-01T19:31:54.353Z" } }, - "cell_suspension_381.json": { + "cell_suspension/4c8ec421-0ec0-4097-afa3-4a87263e7d87": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22422,7 +13039,7 @@ "update_date": "2018-10-01T19:31:54.604Z" } }, - "cell_suspension_382.json": { + "cell_suspension/04ef0085-f955-46ce-8876-28e06a1301f8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22456,7 +13073,7 @@ "update_date": "2018-10-01T19:31:54.781Z" } }, - "cell_suspension_383.json": { + "cell_suspension/892ec3fd-5b6a-4079-92a5-9362ee64c650": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -22490,7 +13107,7 @@ "update_date": "2018-10-01T19:31:55.020Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/79682426-b813-4f69-8c9c-2764ffac5dc1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -22524,7 +13141,7 @@ "update_date": "2018-10-01T14:57:17.976Z" } }, - "donor_organism_0.json": { + "donor_organism/35479c97-1a62-4d90-b057-49c1a518e0c8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -22570,7 +13187,7 @@ "update_date": "2018-10-01T14:34:10.839Z" } }, - "sequence_file_0.json": { + "sequence_file/042dce4a-003b-492b-9371-e1897f52d8d9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -22585,7 +13202,7 @@ "update_date": "2018-10-01T15:42:33.208Z" } }, - "sequence_file_1.json": { + "sequence_file/80036f72-7fde-46e9-821b-17dbbe0509bb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -22600,7 +13217,7 @@ "update_date": "2018-10-01T15:40:51.754Z" } }, - "supplementary_file_0.json": { + "supplementary_file/665b4341-9950-4e59-a401-e4a097256f1e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -22614,7 +13231,7 @@ "update_date": "2018-10-01T16:09:57.110Z" } }, - "supplementary_file_1.json": { + "supplementary_file/300ee490-edca-46b1-b23d-c9458ebb9c6e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -22628,7 +13245,7 @@ "update_date": "2018-10-01T16:09:56.972Z" } }, - "project_0.json": { + "project/250aef61-a15b-4d97-b8b4-54bb997c1d7d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -22696,7 +13313,7 @@ "update_date": "2018-10-01T14:34:10.121Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/f5c4cc88-aa42-4c72-b38f-7a992050fa9c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -22734,7 +13351,7 @@ "update_date": "2018-10-01T14:28:02.935Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/7867dde2-6d0c-4455-8979-c60c19020afc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -22760,7 +13377,7 @@ "update_date": "2018-10-01T14:28:02.981Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/9b361ad6-2028-41a0-a601-c59585ba157a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -22781,7 +13398,7 @@ "update_date": "2018-10-01T14:28:02.031Z" } }, - "collection_protocol_0.json": { + "collection_protocol/9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.6/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -22808,7 +13425,7 @@ "update_date": "2018-10-01T14:28:02.938Z" } }, - "process_0.json": { + "process/f8dfb127-a6db-4e3a-b1d7-ceff08c70594": { "process_core": { "process_id": "13" }, @@ -22820,7 +13437,7 @@ "update_date": "2018-10-01T20:08:05.435Z" } }, - "process_1.json": { + "process/fe8fc2d4-c287-4a29-b900-4608598c8fcf": { "process_core": { "process_id": "process_id_4622" }, @@ -22832,7 +13449,7 @@ "update_date": "2018-10-01T20:12:47.176Z" } }, - "process_2.json": { + "process/2d38bafa-8d98-4f45-91cc-272c7682fa18": { "process_core": { "process_id": "process_id_5" }, @@ -22844,7 +13461,7 @@ "update_date": "2018-10-01T20:08:07.933Z" } }, - "process_3.json": { + "process/c48cad38-5e06-4acf-b9ff-398867f25b0c": { "process_core": { "process_id": "process_id_4623" }, @@ -22856,7 +13473,7 @@ "update_date": "2018-10-01T20:12:47.200Z" } }, - "process_4.json": { + "process/68f3a63f-3b53-4505-889b-172960e0a62d": { "process_core": { "process_id": "process_id_4624" }, @@ -22868,7 +13485,7 @@ "update_date": "2018-10-01T20:12:47.248Z" } }, - "process_5.json": { + "process/8f952be8-aefd-43e0-b2d2-b376768a31e3": { "process_core": { "process_id": "process_id_4625" }, @@ -22880,7 +13497,7 @@ "update_date": "2018-10-01T20:12:47.283Z" } }, - "process_6.json": { + "process/ac247d0c-ad85-4e2c-80f8-38814e7ba2d6": { "process_core": { "process_id": "process_id_4626" }, @@ -22892,7 +13509,7 @@ "update_date": "2018-10-01T20:12:47.316Z" } }, - "process_7.json": { + "process/d9802269-df7a-4a92-a070-054f9c8bb7aa": { "process_core": { "process_id": "process_id_4627" }, @@ -22904,7 +13521,7 @@ "update_date": "2018-10-01T20:12:47.351Z" } }, - "process_8.json": { + "process/c0b0f252-dc2c-4d2f-ae71-3674193b5d0c": { "process_core": { "process_id": "process_id_4628" }, @@ -22916,7 +13533,7 @@ "update_date": "2018-10-01T20:12:47.390Z" } }, - "process_9.json": { + "process/3341b360-e321-4caa-bb00-89d9d7a07f6b": { "process_core": { "process_id": "process_id_4629" }, @@ -22928,7 +13545,7 @@ "update_date": "2018-10-01T20:12:47.432Z" } }, - "process_10.json": { + "process/89d923d9-e0d8-4b49-92bb-7514c2f6f170": { "process_core": { "process_id": "process_id_4630" }, @@ -22940,7 +13557,7 @@ "update_date": "2018-10-01T20:12:47.466Z" } }, - "process_11.json": { + "process/b141386e-3a5e-43e0-ab89-4396af30e603": { "process_core": { "process_id": "process_id_4631" }, @@ -22952,7 +13569,7 @@ "update_date": "2018-10-01T20:12:47.503Z" } }, - "process_12.json": { + "process/36f797b8-8419-4a9e-b9cb-4f8c173ef3dc": { "process_core": { "process_id": "process_id_4632" }, @@ -22964,7 +13581,7 @@ "update_date": "2018-10-01T20:12:47.539Z" } }, - "process_13.json": { + "process/246a5d54-3aa0-4711-ab0f-dacc2b9d6655": { "process_core": { "process_id": "process_id_4633" }, @@ -22976,7 +13593,7 @@ "update_date": "2018-10-01T20:12:47.564Z" } }, - "process_14.json": { + "process/2ab2198a-3f1f-4f1d-94b2-e78f164506d6": { "process_core": { "process_id": "process_id_4634" }, @@ -22988,7 +13605,7 @@ "update_date": "2018-10-01T20:12:47.592Z" } }, - "process_15.json": { + "process/147c6f32-fc1d-4397-a178-fd04e2076985": { "process_core": { "process_id": "process_id_4635" }, @@ -23000,7 +13617,7 @@ "update_date": "2018-10-01T20:12:47.648Z" } }, - "process_16.json": { + "process/9a573ac3-81ea-464d-a0e5-2dde35ebdfca": { "process_core": { "process_id": "process_id_4636" }, @@ -23012,7 +13629,7 @@ "update_date": "2018-10-01T20:12:47.688Z" } }, - "process_17.json": { + "process/63cd0286-4ff3-4428-8302-d230f752afa1": { "process_core": { "process_id": "process_id_4637" }, @@ -23024,7 +13641,7 @@ "update_date": "2018-10-01T20:12:47.723Z" } }, - "process_18.json": { + "process/c3d33986-f546-440a-ad1a-582dbafa26af": { "process_core": { "process_id": "process_id_4638" }, @@ -23036,7 +13653,7 @@ "update_date": "2018-10-01T20:12:47.791Z" } }, - "process_19.json": { + "process/6d982d50-dd79-4246-a0bb-283e97b0babd": { "process_core": { "process_id": "process_id_4639" }, @@ -23048,7 +13665,7 @@ "update_date": "2018-10-01T20:12:47.871Z" } }, - "process_20.json": { + "process/0a41147d-5535-4880-ad77-66fc44d4a920": { "process_core": { "process_id": "process_id_4640" }, @@ -23060,7 +13677,7 @@ "update_date": "2018-10-01T20:12:47.898Z" } }, - "process_21.json": { + "process/f1254e71-6d52-40fe-abe9-5085fac34330": { "process_core": { "process_id": "process_id_4641" }, @@ -23072,7 +13689,7 @@ "update_date": "2018-10-01T20:12:47.920Z" } }, - "process_22.json": { + "process/3013c702-b90d-432e-8326-1144081b1047": { "process_core": { "process_id": "process_id_4642" }, @@ -23084,7 +13701,7 @@ "update_date": "2018-10-01T20:12:47.946Z" } }, - "process_23.json": { + "process/ee115a21-65c3-407b-98ae-80cb82999cc7": { "process_core": { "process_id": "process_id_4643" }, @@ -23096,7 +13713,7 @@ "update_date": "2018-10-01T20:12:47.975Z" } }, - "process_24.json": { + "process/6b5c2392-32d7-4e7d-8451-17334e4d4e90": { "process_core": { "process_id": "process_id_4644" }, @@ -23108,7 +13725,7 @@ "update_date": "2018-10-01T20:12:48.002Z" } }, - "process_25.json": { + "process/32891309-b7ef-4630-bd32-7879b9fd5bd1": { "process_core": { "process_id": "process_id_4645" }, @@ -23120,7 +13737,7 @@ "update_date": "2018-10-01T20:12:48.057Z" } }, - "process_26.json": { + "process/f4e6761f-0707-43c5-92c3-a2f8801a921c": { "process_core": { "process_id": "process_id_4646" }, @@ -23132,7 +13749,7 @@ "update_date": "2018-10-01T20:12:48.099Z" } }, - "process_27.json": { + "process/dbce424f-f96f-45f0-9fde-5241558f2120": { "process_core": { "process_id": "process_id_4647" }, @@ -23144,7 +13761,7 @@ "update_date": "2018-10-01T20:12:48.137Z" } }, - "process_28.json": { + "process/5ed0c634-e904-4ae0-a69e-cb00870ee438": { "process_core": { "process_id": "process_id_4648" }, @@ -23156,7 +13773,7 @@ "update_date": "2018-10-01T20:12:48.162Z" } }, - "process_29.json": { + "process/60274cc8-e3d5-46ba-9b8e-49a97b6f3de5": { "process_core": { "process_id": "process_id_4649" }, @@ -23168,7 +13785,7 @@ "update_date": "2018-10-01T20:12:48.189Z" } }, - "process_30.json": { + "process/dcbd2407-bc33-4217-b4bb-67dc05b9a686": { "process_core": { "process_id": "process_id_4650" }, @@ -23180,7 +13797,7 @@ "update_date": "2018-10-01T20:12:48.213Z" } }, - "process_31.json": { + "process/3217bf5a-b997-4426-9ceb-7e76fd96f23c": { "process_core": { "process_id": "process_id_4651" }, @@ -23192,7 +13809,7 @@ "update_date": "2018-10-01T20:12:48.246Z" } }, - "process_32.json": { + "process/b09a6612-370a-4234-89d1-a2a1c3dc16af": { "process_core": { "process_id": "process_id_4652" }, @@ -23204,7 +13821,7 @@ "update_date": "2018-10-01T20:12:48.275Z" } }, - "process_33.json": { + "process/12ce8719-3829-483c-b61d-f0fa942fd9d6": { "process_core": { "process_id": "process_id_4653" }, @@ -23216,7 +13833,7 @@ "update_date": "2018-10-01T20:12:48.300Z" } }, - "process_34.json": { + "process/20b21652-294d-47c6-b605-b40379032801": { "process_core": { "process_id": "process_id_4654" }, @@ -23228,7 +13845,7 @@ "update_date": "2018-10-01T20:12:48.343Z" } }, - "process_35.json": { + "process/7a21f753-6b40-43a6-b890-621fca012cfc": { "process_core": { "process_id": "process_id_4655" }, @@ -23240,7 +13857,7 @@ "update_date": "2018-10-01T20:12:48.369Z" } }, - "process_36.json": { + "process/55215393-5814-4fe3-ae0e-ce15d085fb18": { "process_core": { "process_id": "process_id_4656" }, @@ -23252,7 +13869,7 @@ "update_date": "2018-10-01T20:12:48.400Z" } }, - "process_37.json": { + "process/5d6e33d0-3d99-4ef4-899b-3ad4ea3567a4": { "process_core": { "process_id": "process_id_4657" }, @@ -23264,7 +13881,7 @@ "update_date": "2018-10-01T20:12:48.436Z" } }, - "process_38.json": { + "process/49c2d528-3875-4def-b009-79c7e33846f4": { "process_core": { "process_id": "process_id_4658" }, @@ -23276,7 +13893,7 @@ "update_date": "2018-10-01T20:12:48.463Z" } }, - "process_39.json": { + "process/ce827d49-d8df-4285-8f4f-c7d4b9cb18c7": { "process_core": { "process_id": "process_id_4659" }, @@ -23288,7 +13905,7 @@ "update_date": "2018-10-01T20:12:48.488Z" } }, - "process_40.json": { + "process/eeb5cfb9-717f-42e2-b752-ab164d4cb391": { "process_core": { "process_id": "process_id_4660" }, @@ -23300,7 +13917,7 @@ "update_date": "2018-10-01T20:12:48.520Z" } }, - "process_41.json": { + "process/0d837005-f544-46b4-9eed-8415bda886e7": { "process_core": { "process_id": "process_id_4661" }, @@ -23312,7 +13929,7 @@ "update_date": "2018-10-01T20:12:48.548Z" } }, - "process_42.json": { + "process/7b0e997f-a18f-4f19-9746-0837d3fdde1e": { "process_core": { "process_id": "process_id_4662" }, @@ -23324,7 +13941,7 @@ "update_date": "2018-10-01T20:12:48.574Z" } }, - "process_43.json": { + "process/05413c8c-b3ad-485b-84a5-62532120bba0": { "process_core": { "process_id": "process_id_4663" }, @@ -23336,7 +13953,7 @@ "update_date": "2018-10-01T20:12:48.601Z" } }, - "process_44.json": { + "process/4595374e-910f-4aef-a667-626ec254bb2f": { "process_core": { "process_id": "process_id_4664" }, @@ -23348,7 +13965,7 @@ "update_date": "2018-10-01T20:12:48.667Z" } }, - "process_45.json": { + "process/f8ce10df-4f81-440e-92bf-57752268c0d1": { "process_core": { "process_id": "process_id_4665" }, @@ -23360,7 +13977,7 @@ "update_date": "2018-10-01T20:12:48.698Z" } }, - "process_46.json": { + "process/53d9c267-4b99-4752-88b6-5e81593aec8f": { "process_core": { "process_id": "process_id_4666" }, @@ -23372,7 +13989,7 @@ "update_date": "2018-10-01T20:12:48.750Z" } }, - "process_47.json": { + "process/988dcce4-3eab-4810-bbcb-a3ae3b34c7cb": { "process_core": { "process_id": "process_id_4667" }, @@ -23384,7 +14001,7 @@ "update_date": "2018-10-01T20:12:48.796Z" } }, - "process_48.json": { + "process/0709d3ae-ffa6-4271-a8ed-36eb7a28103d": { "process_core": { "process_id": "process_id_4668" }, @@ -23396,7 +14013,7 @@ "update_date": "2018-10-01T20:12:48.854Z" } }, - "process_49.json": { + "process/32832d83-abec-4e9e-a58b-b14acc1ccfa8": { "process_core": { "process_id": "process_id_4669" }, @@ -23408,7 +14025,7 @@ "update_date": "2018-10-01T20:12:48.880Z" } }, - "process_50.json": { + "process/561d741a-7840-42ee-a784-0c4ee585d76e": { "process_core": { "process_id": "process_id_4670" }, @@ -23420,7 +14037,7 @@ "update_date": "2018-10-01T20:12:48.902Z" } }, - "process_51.json": { + "process/d3a5f49b-7bf4-4691-9b35-76308b9b5a18": { "process_core": { "process_id": "process_id_4671" }, @@ -23432,7 +14049,7 @@ "update_date": "2018-10-01T20:12:48.945Z" } }, - "process_52.json": { + "process/f81931a9-3746-4474-bb63-4139aca1531b": { "process_core": { "process_id": "process_id_4672" }, @@ -23444,7 +14061,7 @@ "update_date": "2018-10-01T20:12:48.983Z" } }, - "process_53.json": { + "process/03d6edad-5b5c-407e-bf94-66f68ea9c950": { "process_core": { "process_id": "process_id_4673" }, @@ -23456,7 +14073,7 @@ "update_date": "2018-10-01T20:12:49.046Z" } }, - "process_54.json": { + "process/45647374-a372-4670-91e4-4be91a09e310": { "process_core": { "process_id": "process_id_4674" }, @@ -23468,7 +14085,7 @@ "update_date": "2018-10-01T20:12:49.093Z" } }, - "process_55.json": { + "process/7bee5e6f-266d-43bc-8b4c-43aa48d2847a": { "process_core": { "process_id": "process_id_4675" }, @@ -23480,7 +14097,7 @@ "update_date": "2018-10-01T20:12:49.119Z" } }, - "process_56.json": { + "process/8591002d-74b2-44f3-b964-f6f7fcfff84a": { "process_core": { "process_id": "process_id_4676" }, @@ -23492,7 +14109,7 @@ "update_date": "2018-10-01T20:12:49.157Z" } }, - "process_57.json": { + "process/8c255de9-a155-4c97-80b2-4ba2350cfb5a": { "process_core": { "process_id": "process_id_4677" }, @@ -23504,7 +14121,7 @@ "update_date": "2018-10-01T20:12:49.182Z" } }, - "process_58.json": { + "process/ed0a7ad8-f66b-4f61-8210-3f2786a2f7dd": { "process_core": { "process_id": "process_id_4678" }, @@ -23516,7 +14133,7 @@ "update_date": "2018-10-01T20:12:49.217Z" } }, - "process_59.json": { + "process/22c5df75-f10b-40c6-aba3-f7468da28e3d": { "process_core": { "process_id": "process_id_4679" }, @@ -23528,7 +14145,7 @@ "update_date": "2018-10-01T20:12:49.246Z" } }, - "process_60.json": { + "process/b4bff3a8-ca28-4ec4-a8e7-d2835aab1987": { "process_core": { "process_id": "process_id_4680" }, @@ -23540,7 +14157,7 @@ "update_date": "2018-10-01T20:12:49.350Z" } }, - "process_61.json": { + "process/7c1e17c5-979b-485b-b0f9-067141f73f50": { "process_core": { "process_id": "process_id_4681" }, @@ -23552,7 +14169,7 @@ "update_date": "2018-10-01T20:12:49.437Z" } }, - "process_62.json": { + "process/afa03a51-faaf-4020-a486-13464c6a7154": { "process_core": { "process_id": "process_id_4682" }, @@ -23564,7 +14181,7 @@ "update_date": "2018-10-01T20:12:49.494Z" } }, - "process_63.json": { + "process/71d78948-b4c6-49a8-9f6b-280129af1af3": { "process_core": { "process_id": "process_id_4683" }, @@ -23576,7 +14193,7 @@ "update_date": "2018-10-01T20:12:49.606Z" } }, - "process_64.json": { + "process/023c0a15-5a1f-4d70-b6b2-d6094725f380": { "process_core": { "process_id": "process_id_4684" }, @@ -23588,7 +14205,7 @@ "update_date": "2018-10-01T20:12:49.661Z" } }, - "process_65.json": { + "process/95dc7705-7905-40c4-ae21-f417d99c1f57": { "process_core": { "process_id": "process_id_4685" }, @@ -23600,7 +14217,7 @@ "update_date": "2018-10-01T20:12:49.742Z" } }, - "process_66.json": { + "process/8c16d3eb-3a35-4510-8d8d-5097fdf4f277": { "process_core": { "process_id": "process_id_4686" }, @@ -23612,7 +14229,7 @@ "update_date": "2018-10-01T20:12:49.851Z" } }, - "process_67.json": { + "process/b735fe09-b90d-4b19-8215-ae381c9b6c7c": { "process_core": { "process_id": "process_id_4687" }, @@ -23624,7 +14241,7 @@ "update_date": "2018-10-01T20:12:49.950Z" } }, - "process_68.json": { + "process/ed803458-c753-4aa3-85f4-9460aa6bdd01": { "process_core": { "process_id": "process_id_4688" }, @@ -23636,7 +14253,7 @@ "update_date": "2018-10-01T20:12:50.009Z" } }, - "process_69.json": { + "process/3144dcfb-b371-42d6-849b-7f8c2bd663ec": { "process_core": { "process_id": "process_id_4689" }, @@ -23648,7 +14265,7 @@ "update_date": "2018-10-01T20:12:50.134Z" } }, - "process_70.json": { + "process/61c7f8b3-9620-4d17-b4cd-dc1419b43f0a": { "process_core": { "process_id": "process_id_4690" }, @@ -23660,7 +14277,7 @@ "update_date": "2018-10-01T20:12:50.267Z" } }, - "process_71.json": { + "process/14edc0e1-d158-4a70-80c3-e2f5be01b495": { "process_core": { "process_id": "process_id_4691" }, @@ -23672,7 +14289,7 @@ "update_date": "2018-10-01T20:12:50.305Z" } }, - "process_72.json": { + "process/2708c5a5-e4f1-4381-b2d9-615b71852065": { "process_core": { "process_id": "process_id_4692" }, @@ -23684,7 +14301,7 @@ "update_date": "2018-10-01T20:12:50.396Z" } }, - "process_73.json": { + "process/d282bbf1-fa9e-4565-8424-fd280b38c192": { "process_core": { "process_id": "process_id_4693" }, @@ -23696,7 +14313,7 @@ "update_date": "2018-10-01T20:12:50.450Z" } }, - "process_74.json": { + "process/d8bc6a75-ef33-42f0-ba3f-929c86aa4c4a": { "process_core": { "process_id": "process_id_4694" }, @@ -23708,7 +14325,7 @@ "update_date": "2018-10-01T20:12:50.514Z" } }, - "process_75.json": { + "process/87724346-0767-4373-95db-1d152c5ff4d2": { "process_core": { "process_id": "process_id_4695" }, @@ -23720,7 +14337,7 @@ "update_date": "2018-10-01T20:12:50.600Z" } }, - "process_76.json": { + "process/e6dbed50-e897-4c58-8684-d358961979f0": { "process_core": { "process_id": "process_id_4696" }, @@ -23732,7 +14349,7 @@ "update_date": "2018-10-01T20:12:50.686Z" } }, - "process_77.json": { + "process/0c26fb4d-de2b-499b-b873-1a7c1bb20dad": { "process_core": { "process_id": "process_id_4697" }, @@ -23744,7 +14361,7 @@ "update_date": "2018-10-01T20:12:50.758Z" } }, - "process_78.json": { + "process/e1ae2f9c-e4f8-4ed5-be4a-53ac612179ac": { "process_core": { "process_id": "process_id_4698" }, @@ -23756,7 +14373,7 @@ "update_date": "2018-10-01T20:12:50.856Z" } }, - "process_79.json": { + "process/309cb748-f4b3-46ff-a8ef-23a0c3a42a99": { "process_core": { "process_id": "process_id_4699" }, @@ -23768,7 +14385,7 @@ "update_date": "2018-10-01T20:12:50.931Z" } }, - "process_80.json": { + "process/2a7833a8-1c57-4f5c-82a7-b11dd86b8637": { "process_core": { "process_id": "process_id_4700" }, @@ -23780,7 +14397,7 @@ "update_date": "2018-10-01T20:12:51.034Z" } }, - "process_81.json": { + "process/50b6918d-6f63-46e6-ab21-439a3c79d649": { "process_core": { "process_id": "process_id_4701" }, @@ -23792,7 +14409,7 @@ "update_date": "2018-10-01T20:12:51.085Z" } }, - "process_82.json": { + "process/28e3da84-8768-4a26-980e-884418060211": { "process_core": { "process_id": "process_id_4702" }, @@ -23804,7 +14421,7 @@ "update_date": "2018-10-01T20:12:51.158Z" } }, - "process_83.json": { + "process/24ef50a0-f81b-4e0a-aa08-886d9c8a8690": { "process_core": { "process_id": "process_id_4703" }, @@ -23816,7 +14433,7 @@ "update_date": "2018-10-01T20:12:51.202Z" } }, - "process_84.json": { + "process/55f55615-93b1-4d56-b4db-6851ae8c2ccf": { "process_core": { "process_id": "process_id_4704" }, @@ -23828,7 +14445,7 @@ "update_date": "2018-10-01T20:12:51.290Z" } }, - "process_85.json": { + "process/cd0e9fbd-cad9-4a26-bc71-808f5c1c1c37": { "process_core": { "process_id": "process_id_4705" }, @@ -23840,7 +14457,7 @@ "update_date": "2018-10-01T20:12:51.417Z" } }, - "process_86.json": { + "process/c90ca611-d560-4755-881a-eb58bc3014c2": { "process_core": { "process_id": "process_id_4706" }, @@ -23852,7 +14469,7 @@ "update_date": "2018-10-01T20:12:51.460Z" } }, - "process_87.json": { + "process/904a4d45-f245-4971-8867-357e98b546dd": { "process_core": { "process_id": "process_id_4707" }, @@ -23864,7 +14481,7 @@ "update_date": "2018-10-01T20:12:51.521Z" } }, - "process_88.json": { + "process/0a4e7fd4-2b9f-4ab0-b562-c05d4ec070a0": { "process_core": { "process_id": "process_id_4708" }, @@ -23876,7 +14493,7 @@ "update_date": "2018-10-01T20:12:51.603Z" } }, - "process_89.json": { + "process/d37083aa-44e7-40b4-962b-b75b60bd1c1a": { "process_core": { "process_id": "process_id_4709" }, @@ -23888,7 +14505,7 @@ "update_date": "2018-10-01T20:12:51.640Z" } }, - "process_90.json": { + "process/ceffe756-2f76-4eb3-ac71-81b671417921": { "process_core": { "process_id": "process_id_4710" }, @@ -23900,7 +14517,7 @@ "update_date": "2018-10-01T20:12:51.666Z" } }, - "process_91.json": { + "process/d1776e61-bc3c-44a7-9822-1f2283b2522d": { "process_core": { "process_id": "process_id_4711" }, @@ -23912,7 +14529,7 @@ "update_date": "2018-10-01T20:12:51.736Z" } }, - "process_92.json": { + "process/2f8f6f9d-8776-412b-8b90-39200659ea2f": { "process_core": { "process_id": "process_id_4712" }, @@ -23924,7 +14541,7 @@ "update_date": "2018-10-01T20:12:51.781Z" } }, - "process_93.json": { + "process/d9c0b712-8e43-498d-9351-28082637992f": { "process_core": { "process_id": "process_id_4713" }, @@ -23936,7 +14553,7 @@ "update_date": "2018-10-01T20:12:51.892Z" } }, - "process_94.json": { + "process/3b45ee92-c5ba-49dd-b936-3d0c3262e820": { "process_core": { "process_id": "process_id_4714" }, @@ -23948,7 +14565,7 @@ "update_date": "2018-10-01T20:12:51.916Z" } }, - "process_95.json": { + "process/8eae0593-bd62-413b-8112-925c77d52aa5": { "process_core": { "process_id": "process_id_4715" }, @@ -23960,7 +14577,7 @@ "update_date": "2018-10-01T20:12:51.961Z" } }, - "process_96.json": { + "process/e68c4790-33ba-4043-bf6a-d1f8cc43d6b2": { "process_core": { "process_id": "process_id_4716" }, @@ -23972,7 +14589,7 @@ "update_date": "2018-10-01T20:12:51.986Z" } }, - "process_97.json": { + "process/e31b881a-1c5b-4388-9ad8-5defb087424d": { "process_core": { "process_id": "process_id_4717" }, @@ -23984,7 +14601,7 @@ "update_date": "2018-10-01T20:12:52.018Z" } }, - "process_98.json": { + "process/40ec7b86-ebc6-4bd7-aba1-7bbe3c47237d": { "process_core": { "process_id": "process_id_4718" }, @@ -23996,7 +14613,7 @@ "update_date": "2018-10-01T20:12:52.049Z" } }, - "process_99.json": { + "process/9fe258c1-bda5-49f2-a9f0-27bf1c60d8e8": { "process_core": { "process_id": "process_id_4719" }, @@ -24008,7 +14625,7 @@ "update_date": "2018-10-01T20:12:52.075Z" } }, - "process_100.json": { + "process/c0a5b08e-171f-44bc-988c-6d97b34cf9e0": { "process_core": { "process_id": "process_id_4720" }, @@ -24020,7 +14637,7 @@ "update_date": "2018-10-01T20:12:52.109Z" } }, - "process_101.json": { + "process/895beb4e-b3cc-4b29-8af1-3a1fd371df33": { "process_core": { "process_id": "process_id_4721" }, @@ -24032,7 +14649,7 @@ "update_date": "2018-10-01T20:12:52.145Z" } }, - "process_102.json": { + "process/5f9cb191-61a4-4134-8365-43cc7933be9a": { "process_core": { "process_id": "process_id_4722" }, @@ -24044,7 +14661,7 @@ "update_date": "2018-10-01T20:12:52.180Z" } }, - "process_103.json": { + "process/ac52cf25-e009-4f3c-ab17-29bd7ed0c723": { "process_core": { "process_id": "process_id_4723" }, @@ -24056,7 +14673,7 @@ "update_date": "2018-10-01T20:12:52.210Z" } }, - "process_104.json": { + "process/f6f157ba-df4a-4b6f-b832-f9eca9e4962e": { "process_core": { "process_id": "process_id_4724" }, @@ -24068,7 +14685,7 @@ "update_date": "2018-10-01T20:12:52.246Z" } }, - "process_105.json": { + "process/960d97c5-b30c-4f22-be2e-f85a46215058": { "process_core": { "process_id": "process_id_4725" }, @@ -24080,7 +14697,7 @@ "update_date": "2018-10-01T20:12:52.271Z" } }, - "process_106.json": { + "process/78f6dc92-6e5b-439d-a690-73453f6b61a7": { "process_core": { "process_id": "process_id_4726" }, @@ -24092,7 +14709,7 @@ "update_date": "2018-10-01T20:12:52.295Z" } }, - "process_107.json": { + "process/77f79f0b-938c-4107-973e-0c8629f53f97": { "process_core": { "process_id": "process_id_4727" }, @@ -24104,7 +14721,7 @@ "update_date": "2018-10-01T20:12:52.325Z" } }, - "process_108.json": { + "process/4dc653e3-bddb-404e-b046-93f25457b485": { "process_core": { "process_id": "process_id_4728" }, @@ -24116,7 +14733,7 @@ "update_date": "2018-10-01T20:12:52.352Z" } }, - "process_109.json": { + "process/675d4a06-7996-4396-9aab-4ec6f8dc3ffb": { "process_core": { "process_id": "process_id_4729" }, @@ -24128,7 +14745,7 @@ "update_date": "2018-10-01T20:12:52.393Z" } }, - "process_110.json": { + "process/a236f1a7-b981-4ad5-97f9-a1fc344965d1": { "process_core": { "process_id": "process_id_4730" }, @@ -24140,7 +14757,7 @@ "update_date": "2018-10-01T20:12:52.440Z" } }, - "process_111.json": { + "process/60b6d678-b0e6-4bae-8a3a-f216f0b9bee5": { "process_core": { "process_id": "process_id_4731" }, @@ -24152,7 +14769,7 @@ "update_date": "2018-10-01T20:12:52.471Z" } }, - "process_112.json": { + "process/f955da94-772e-428e-a8cc-79ad19547dd1": { "process_core": { "process_id": "process_id_4732" }, @@ -24164,7 +14781,7 @@ "update_date": "2018-10-01T20:12:52.537Z" } }, - "process_113.json": { + "process/cab574d5-e916-447f-af40-8f88bb530318": { "process_core": { "process_id": "process_id_4733" }, @@ -24176,7 +14793,7 @@ "update_date": "2018-10-01T20:12:52.573Z" } }, - "process_114.json": { + "process/173d6eae-8a36-4421-8292-5d8a54abe3f8": { "process_core": { "process_id": "process_id_4734" }, @@ -24188,7 +14805,7 @@ "update_date": "2018-10-01T20:12:52.599Z" } }, - "process_115.json": { + "process/003acbd3-50b9-407e-bd45-83a3e34822f5": { "process_core": { "process_id": "process_id_4735" }, @@ -24200,7 +14817,7 @@ "update_date": "2018-10-01T20:12:52.646Z" } }, - "process_116.json": { + "process/468751a8-396c-4529-b491-e007f427bafa": { "process_core": { "process_id": "process_id_4736" }, @@ -24212,7 +14829,7 @@ "update_date": "2018-10-01T20:12:52.678Z" } }, - "process_117.json": { + "process/09ee7b7c-47d4-4ba7-aa3d-e657f210005e": { "process_core": { "process_id": "process_id_4737" }, @@ -24224,7 +14841,7 @@ "update_date": "2018-10-01T20:12:52.701Z" } }, - "process_118.json": { + "process/e8d0d039-d594-404f-9168-8d05787bd540": { "process_core": { "process_id": "process_id_4738" }, @@ -24236,7 +14853,7 @@ "update_date": "2018-10-01T20:12:52.741Z" } }, - "process_119.json": { + "process/84896b33-e428-4620-9d25-edd5da9dd23e": { "process_core": { "process_id": "process_id_4739" }, @@ -24248,7 +14865,7 @@ "update_date": "2018-10-01T20:12:52.765Z" } }, - "process_120.json": { + "process/ceb6ef07-0ccc-4fc0-9fe4-efe09e4fe8f8": { "process_core": { "process_id": "process_id_4740" }, @@ -24260,7 +14877,7 @@ "update_date": "2018-10-01T20:12:52.825Z" } }, - "process_121.json": { + "process/ebfd6937-49ec-4573-955d-92a39d6a0488": { "process_core": { "process_id": "process_id_4741" }, @@ -24272,7 +14889,7 @@ "update_date": "2018-10-01T20:12:52.905Z" } }, - "process_122.json": { + "process/d6cd0f2e-4b5a-4574-8285-a41ad6bfbff1": { "process_core": { "process_id": "process_id_4742" }, @@ -24284,7 +14901,7 @@ "update_date": "2018-10-01T20:12:52.959Z" } }, - "process_123.json": { + "process/29e91ec5-0203-4cff-ab8c-de85845b59bd": { "process_core": { "process_id": "process_id_4743" }, @@ -24296,7 +14913,7 @@ "update_date": "2018-10-01T20:12:53.010Z" } }, - "process_124.json": { + "process/fdcfbb5d-dcb8-4a85-967d-55b93459bf8d": { "process_core": { "process_id": "process_id_4744" }, @@ -24308,7 +14925,7 @@ "update_date": "2018-10-01T20:12:53.063Z" } }, - "process_125.json": { + "process/14d35dae-8a80-4d01-b72d-437616c33668": { "process_core": { "process_id": "process_id_4745" }, @@ -24320,7 +14937,7 @@ "update_date": "2018-10-01T20:12:53.162Z" } }, - "process_126.json": { + "process/839f6c93-cbed-4a31-a896-f69dfc00ec66": { "process_core": { "process_id": "process_id_4746" }, @@ -24332,7 +14949,7 @@ "update_date": "2018-10-01T20:12:53.209Z" } }, - "process_127.json": { + "process/00d28e19-3708-4a45-b658-0483f3f345e8": { "process_core": { "process_id": "process_id_4747" }, @@ -24344,7 +14961,7 @@ "update_date": "2018-10-01T20:12:53.266Z" } }, - "process_128.json": { + "process/2177bd90-1778-4012-b658-b5eac6fc31b8": { "process_core": { "process_id": "process_id_4748" }, @@ -24356,7 +14973,7 @@ "update_date": "2018-10-01T20:12:53.288Z" } }, - "process_129.json": { + "process/59698450-da74-4160-9089-2f6687562bc5": { "process_core": { "process_id": "process_id_4749" }, @@ -24368,7 +14985,7 @@ "update_date": "2018-10-01T20:12:53.312Z" } }, - "process_130.json": { + "process/4dda8259-2e84-4ac3-a9b9-53cd56933415": { "process_core": { "process_id": "process_id_4750" }, @@ -24380,7 +14997,7 @@ "update_date": "2018-10-01T20:12:53.342Z" } }, - "process_131.json": { + "process/574bcc1a-aa15-47e8-85c2-0fcbb68261ab": { "process_core": { "process_id": "process_id_4751" }, @@ -24392,7 +15009,7 @@ "update_date": "2018-10-01T20:12:53.364Z" } }, - "process_132.json": { + "process/0c6a1c50-e6f3-4fb4-8671-e9312670335d": { "process_core": { "process_id": "process_id_4752" }, @@ -24404,7 +15021,7 @@ "update_date": "2018-10-01T20:12:53.390Z" } }, - "process_133.json": { + "process/83726606-87ea-40dc-8a16-f40e6774cef5": { "process_core": { "process_id": "process_id_4753" }, @@ -24416,7 +15033,7 @@ "update_date": "2018-10-01T20:12:53.418Z" } }, - "process_134.json": { + "process/0167a28c-32f6-4b9d-8c88-642cc26e8916": { "process_core": { "process_id": "process_id_4754" }, @@ -24428,7 +15045,7 @@ "update_date": "2018-10-01T20:12:53.465Z" } }, - "process_135.json": { + "process/ecf6f18a-7eab-4feb-8022-63129cd82b30": { "process_core": { "process_id": "process_id_4755" }, @@ -24440,7 +15057,7 @@ "update_date": "2018-10-01T20:12:53.514Z" } }, - "process_136.json": { + "process/eba1c33c-2a11-41fa-b3cd-d345f5b7030b": { "process_core": { "process_id": "process_id_4756" }, @@ -24452,7 +15069,7 @@ "update_date": "2018-10-01T20:12:53.558Z" } }, - "process_137.json": { + "process/4b6bf410-4a3a-4c30-b28d-584e0faa3b33": { "process_core": { "process_id": "process_id_4757" }, @@ -24464,7 +15081,7 @@ "update_date": "2018-10-01T20:12:53.603Z" } }, - "process_138.json": { + "process/bbb99052-1caa-4827-8237-a689c9a5c671": { "process_core": { "process_id": "process_id_4758" }, @@ -24476,7 +15093,7 @@ "update_date": "2018-10-01T20:12:53.636Z" } }, - "process_139.json": { + "process/6bc46de8-0850-4df8-913b-81ce3a512992": { "process_core": { "process_id": "process_id_4759" }, @@ -24488,7 +15105,7 @@ "update_date": "2018-10-01T20:12:53.665Z" } }, - "process_140.json": { + "process/e1711ee4-dbfb-480c-9ead-cc1cc49cfe00": { "process_core": { "process_id": "process_id_4760" }, @@ -24500,7 +15117,7 @@ "update_date": "2018-10-01T20:12:53.700Z" } }, - "process_141.json": { + "process/cad5cb7a-3aca-41d0-8b96-acbb3103a23a": { "process_core": { "process_id": "process_id_4761" }, @@ -24512,7 +15129,7 @@ "update_date": "2018-10-01T20:12:53.761Z" } }, - "process_142.json": { + "process/c056aedb-be1a-43b5-bde5-691b276a8251": { "process_core": { "process_id": "process_id_4762" }, @@ -24524,7 +15141,7 @@ "update_date": "2018-10-01T20:12:53.808Z" } }, - "process_143.json": { + "process/8eb253a2-76b9-4e1d-a446-021ff683984d": { "process_core": { "process_id": "process_id_4763" }, @@ -24536,7 +15153,7 @@ "update_date": "2018-10-01T20:12:53.839Z" } }, - "process_144.json": { + "process/cb85a088-9924-4765-953e-670576d80c88": { "process_core": { "process_id": "process_id_4764" }, @@ -24548,7 +15165,7 @@ "update_date": "2018-10-01T20:12:53.876Z" } }, - "process_145.json": { + "process/9f44febf-5f1d-4e3a-9588-63c43c01e554": { "process_core": { "process_id": "process_id_4765" }, @@ -24560,7 +15177,7 @@ "update_date": "2018-10-01T20:12:53.899Z" } }, - "process_146.json": { + "process/9a0dd61e-9961-429e-9771-58f3f7f711ab": { "process_core": { "process_id": "process_id_4766" }, @@ -24572,7 +15189,7 @@ "update_date": "2018-10-01T20:12:53.974Z" } }, - "process_147.json": { + "process/c8c8e860-9a7d-49a7-8502-528b63da2518": { "process_core": { "process_id": "process_id_4767" }, @@ -24584,7 +15201,7 @@ "update_date": "2018-10-01T20:12:54.015Z" } }, - "process_148.json": { + "process/b6cf8d61-a706-4bbd-9bab-be8d46817fc0": { "process_core": { "process_id": "process_id_4768" }, @@ -24596,7 +15213,7 @@ "update_date": "2018-10-01T20:12:54.054Z" } }, - "process_149.json": { + "process/ce7d1edf-6c07-4453-9146-0974a788579f": { "process_core": { "process_id": "process_id_4769" }, @@ -24608,7 +15225,7 @@ "update_date": "2018-10-01T20:12:54.078Z" } }, - "process_150.json": { + "process/f044e1e6-385d-49be-af93-f5ecae454904": { "process_core": { "process_id": "process_id_4770" }, @@ -24620,7 +15237,7 @@ "update_date": "2018-10-01T20:12:54.100Z" } }, - "process_151.json": { + "process/77da32f2-9e40-4466-a305-d83c228133f5": { "process_core": { "process_id": "process_id_4771" }, @@ -24632,7 +15249,7 @@ "update_date": "2018-10-01T20:12:54.143Z" } }, - "process_152.json": { + "process/d3e99b39-343f-4b79-b82f-bdc15c2ac134": { "process_core": { "process_id": "process_id_4772" }, @@ -24644,7 +15261,7 @@ "update_date": "2018-10-01T20:12:54.177Z" } }, - "process_153.json": { + "process/f18a67d6-1af6-40e9-b2dd-bdb6ff507411": { "process_core": { "process_id": "process_id_4773" }, @@ -24656,7 +15273,7 @@ "update_date": "2018-10-01T20:12:54.212Z" } }, - "process_154.json": { + "process/9db2b842-085d-4911-bd15-c23da70e0ef9": { "process_core": { "process_id": "process_id_4774" }, @@ -24668,7 +15285,7 @@ "update_date": "2018-10-01T20:12:54.274Z" } }, - "process_155.json": { + "process/98bba296-21f3-47c8-b29c-e1b4f2918b09": { "process_core": { "process_id": "process_id_4775" }, @@ -24680,7 +15297,7 @@ "update_date": "2018-10-01T20:12:54.357Z" } }, - "process_156.json": { + "process/96bcce65-2618-4401-8701-0e59b17ef0cf": { "process_core": { "process_id": "process_id_4776" }, @@ -24692,7 +15309,7 @@ "update_date": "2018-10-01T20:12:54.400Z" } }, - "process_157.json": { + "process/8fd5f176-05cc-4607-ba85-95f2f5ed46f4": { "process_core": { "process_id": "process_id_4777" }, @@ -24704,7 +15321,7 @@ "update_date": "2018-10-01T20:12:54.440Z" } }, - "process_158.json": { + "process/77c45736-10f4-4b9f-bf5f-0244619af9bd": { "process_core": { "process_id": "process_id_4778" }, @@ -24716,7 +15333,7 @@ "update_date": "2018-10-01T20:12:54.519Z" } }, - "process_159.json": { + "process/5ef19708-cb21-4b66-a95a-e663d3005a2a": { "process_core": { "process_id": "process_id_4779" }, @@ -24728,7 +15345,7 @@ "update_date": "2018-10-01T20:12:54.566Z" } }, - "process_160.json": { + "process/213ad5b1-4174-4047-9a0f-f9cf86cc0704": { "process_core": { "process_id": "process_id_4780" }, @@ -24740,7 +15357,7 @@ "update_date": "2018-10-01T20:12:54.604Z" } }, - "process_161.json": { + "process/8e42ae20-29e7-454b-b92d-9c154c04f299": { "process_core": { "process_id": "process_id_4781" }, @@ -24752,7 +15369,7 @@ "update_date": "2018-10-01T20:12:54.643Z" } }, - "process_162.json": { + "process/e50c6eb4-a23c-43b4-8c9f-f87c3ebb47ee": { "process_core": { "process_id": "process_id_4782" }, @@ -24764,7 +15381,7 @@ "update_date": "2018-10-01T20:12:54.697Z" } }, - "process_163.json": { + "process/de0401d6-bc99-440d-9ac4-fed02f3e5363": { "process_core": { "process_id": "process_id_4783" }, @@ -24776,7 +15393,7 @@ "update_date": "2018-10-01T20:12:54.752Z" } }, - "process_164.json": { + "process/ca0d2f23-5eb4-4141-bfec-a32c25ff78e6": { "process_core": { "process_id": "process_id_4784" }, @@ -24788,7 +15405,7 @@ "update_date": "2018-10-01T20:12:54.793Z" } }, - "process_165.json": { + "process/0e15017e-425d-480d-b6dd-0759bfb06262": { "process_core": { "process_id": "process_id_4785" }, @@ -24800,7 +15417,7 @@ "update_date": "2018-10-01T20:12:54.826Z" } }, - "process_166.json": { + "process/f5096a3b-6f06-4986-b711-a02a0cce57ac": { "process_core": { "process_id": "process_id_4786" }, @@ -24812,7 +15429,7 @@ "update_date": "2018-10-01T20:12:54.878Z" } }, - "process_167.json": { + "process/6d51da9f-fc01-4ee0-9384-bbfdbe177ba4": { "process_core": { "process_id": "process_id_4787" }, @@ -24824,7 +15441,7 @@ "update_date": "2018-10-01T20:12:54.913Z" } }, - "process_168.json": { + "process/93bee3ec-daee-4975-b2d1-f3e6a157eb1b": { "process_core": { "process_id": "process_id_4788" }, @@ -24836,7 +15453,7 @@ "update_date": "2018-10-01T20:12:54.957Z" } }, - "process_169.json": { + "process/5ae652cf-27d9-4b34-a22f-b8b52742c638": { "process_core": { "process_id": "process_id_4789" }, @@ -24848,7 +15465,7 @@ "update_date": "2018-10-01T20:12:54.987Z" } }, - "process_170.json": { + "process/d322b92d-af37-4d41-918e-87b2994ff286": { "process_core": { "process_id": "process_id_4790" }, @@ -24860,7 +15477,7 @@ "update_date": "2018-10-01T20:12:55.027Z" } }, - "process_171.json": { + "process/58056a70-5e38-4533-add9-60efdcaf2687": { "process_core": { "process_id": "process_id_4791" }, @@ -24872,7 +15489,7 @@ "update_date": "2018-10-01T20:12:55.053Z" } }, - "process_172.json": { + "process/a6e899a7-f41c-4711-904c-bca4127e1832": { "process_core": { "process_id": "process_id_4792" }, @@ -24884,7 +15501,7 @@ "update_date": "2018-10-01T20:12:55.078Z" } }, - "process_173.json": { + "process/f58bf8ad-2519-42f4-a0f6-84c3548b1712": { "process_core": { "process_id": "process_id_4793" }, @@ -24896,7 +15513,7 @@ "update_date": "2018-10-01T20:12:55.118Z" } }, - "process_174.json": { + "process/b8834860-9eba-4f5b-8e98-2fc889ce9831": { "process_core": { "process_id": "process_id_4794" }, @@ -24908,7 +15525,7 @@ "update_date": "2018-10-01T20:12:55.168Z" } }, - "process_175.json": { + "process/575bbef8-937f-4272-8d28-e2a97d77a960": { "process_core": { "process_id": "process_id_4795" }, @@ -24920,7 +15537,7 @@ "update_date": "2018-10-01T20:12:55.196Z" } }, - "process_176.json": { + "process/f1d2b1e0-dd0b-4289-a160-4d6d8809b089": { "process_core": { "process_id": "process_id_4796" }, @@ -24932,7 +15549,7 @@ "update_date": "2018-10-01T20:12:55.262Z" } }, - "process_177.json": { + "process/7ae60323-30e2-4d71-8fa1-5847b7f30efc": { "process_core": { "process_id": "process_id_4797" }, @@ -24944,7 +15561,7 @@ "update_date": "2018-10-01T20:12:55.288Z" } }, - "process_178.json": { + "process/ec99f437-ffbd-4a59-a1e7-d7e352a858e4": { "process_core": { "process_id": "process_id_4798" }, @@ -24956,7 +15573,7 @@ "update_date": "2018-10-01T20:12:55.316Z" } }, - "process_179.json": { + "process/9df92cef-0d77-4ac1-9f81-61e52c2c2207": { "process_core": { "process_id": "process_id_4799" }, @@ -24968,7 +15585,7 @@ "update_date": "2018-10-01T20:12:55.371Z" } }, - "process_180.json": { + "process/3ebe3c1e-a991-401b-b532-10b4ab1ba852": { "process_core": { "process_id": "process_id_4800" }, @@ -24980,7 +15597,7 @@ "update_date": "2018-10-01T20:12:55.403Z" } }, - "process_181.json": { + "process/aa5cc11e-7dc5-496b-af11-83ea79207b00": { "process_core": { "process_id": "process_id_4801" }, @@ -24992,7 +15609,7 @@ "update_date": "2018-10-01T20:12:55.440Z" } }, - "process_182.json": { + "process/f467bcab-8bcb-41c5-b940-6fbe1635503c": { "process_core": { "process_id": "process_id_4802" }, @@ -25004,7 +15621,7 @@ "update_date": "2018-10-01T20:12:55.476Z" } }, - "process_183.json": { + "process/a0c7fdd5-9e5c-4c0a-a40b-0bd1769273e3": { "process_core": { "process_id": "process_id_4803" }, @@ -25016,7 +15633,7 @@ "update_date": "2018-10-01T20:12:55.510Z" } }, - "process_184.json": { + "process/ffd59e51-62c1-49c8-b71b-b7b4e8fc3fe0": { "process_core": { "process_id": "process_id_4804" }, @@ -25028,7 +15645,7 @@ "update_date": "2018-10-01T20:12:55.548Z" } }, - "process_185.json": { + "process/792404f3-94d1-443e-895e-e73bda57fcf6": { "process_core": { "process_id": "process_id_4805" }, @@ -25040,7 +15657,7 @@ "update_date": "2018-10-01T20:12:55.584Z" } }, - "process_186.json": { + "process/41f3d081-c53a-4ea7-86ee-e510af1a8798": { "process_core": { "process_id": "process_id_4806" }, @@ -25052,7 +15669,7 @@ "update_date": "2018-10-01T20:12:55.640Z" } }, - "process_187.json": { + "process/42a09592-e041-4a8c-8452-904a842fa30d": { "process_core": { "process_id": "process_id_4807" }, @@ -25064,7 +15681,7 @@ "update_date": "2018-10-01T20:12:55.678Z" } }, - "process_188.json": { + "process/c22db48f-b823-48d4-8e3a-f01e70a2921c": { "process_core": { "process_id": "process_id_4808" }, @@ -25076,7 +15693,7 @@ "update_date": "2018-10-01T20:12:55.753Z" } }, - "process_189.json": { + "process/f45dc3b0-d69a-463d-9da9-884784a48c1a": { "process_core": { "process_id": "process_id_4809" }, @@ -25088,7 +15705,7 @@ "update_date": "2018-10-01T20:12:55.810Z" } }, - "process_190.json": { + "process/d296f555-8a55-4bc3-ab1a-adc1295833ee": { "process_core": { "process_id": "process_id_4810" }, @@ -25100,7 +15717,7 @@ "update_date": "2018-10-01T20:12:55.854Z" } }, - "process_191.json": { + "process/195a66c3-d4ae-4257-9f41-8bef27b514e0": { "process_core": { "process_id": "process_id_4811" }, @@ -25112,7 +15729,7 @@ "update_date": "2018-10-01T20:12:55.874Z" } }, - "process_192.json": { + "process/a0285e87-8189-4aa3-b723-a32102d46b7e": { "process_core": { "process_id": "process_id_4812" }, @@ -25124,7 +15741,7 @@ "update_date": "2018-10-01T20:12:55.895Z" } }, - "process_193.json": { + "process/3d8c3dd9-c392-467a-83a2-024a0604aeaa": { "process_core": { "process_id": "process_id_4813" }, @@ -25136,7 +15753,7 @@ "update_date": "2018-10-01T20:12:55.926Z" } }, - "process_194.json": { + "process/ff8dce18-6df5-4b67-a37b-87ffedbbfebb": { "process_core": { "process_id": "process_id_4814" }, @@ -25148,7 +15765,7 @@ "update_date": "2018-10-01T20:12:55.953Z" } }, - "process_195.json": { + "process/e2c6e99e-3ca5-4f85-a972-4aa9dd858e74": { "process_core": { "process_id": "process_id_4815" }, @@ -25160,7 +15777,7 @@ "update_date": "2018-10-01T20:12:55.996Z" } }, - "process_196.json": { + "process/149d1d36-a61b-4fd1-8fbf-610f67187b7f": { "process_core": { "process_id": "process_id_4816" }, @@ -25172,7 +15789,7 @@ "update_date": "2018-10-01T20:12:56.042Z" } }, - "process_197.json": { + "process/1439c596-2a18-44d0-818c-e9fbc6f4e56c": { "process_core": { "process_id": "process_id_4817" }, @@ -25184,7 +15801,7 @@ "update_date": "2018-10-01T20:12:56.070Z" } }, - "process_198.json": { + "process/30260b65-477c-4298-b982-100bb5cad548": { "process_core": { "process_id": "process_id_4818" }, @@ -25196,7 +15813,7 @@ "update_date": "2018-10-01T20:12:56.106Z" } }, - "process_199.json": { + "process/52c434b1-c474-4ac7-8a02-7d17a4291221": { "process_core": { "process_id": "process_id_4819" }, @@ -25208,7 +15825,7 @@ "update_date": "2018-10-01T20:12:56.142Z" } }, - "process_200.json": { + "process/bb27ba8f-3d6d-479e-a9b7-5618c893fee4": { "process_core": { "process_id": "process_id_4820" }, @@ -25220,7 +15837,7 @@ "update_date": "2018-10-01T20:12:56.198Z" } }, - "process_201.json": { + "process/c7e0d3b9-c8e4-434a-ba46-5beb2a46f68a": { "process_core": { "process_id": "process_id_4821" }, @@ -25232,7 +15849,7 @@ "update_date": "2018-10-01T20:12:56.274Z" } }, - "process_202.json": { + "process/a5188edf-48cb-4b36-8166-1b753d4a2cdb": { "process_core": { "process_id": "process_id_4822" }, @@ -25244,7 +15861,7 @@ "update_date": "2018-10-01T20:12:56.335Z" } }, - "process_203.json": { + "process/27e557d5-1880-4b35-a0bb-3e04b5f6f929": { "process_core": { "process_id": "process_id_4823" }, @@ -25256,7 +15873,7 @@ "update_date": "2018-10-01T20:12:56.378Z" } }, - "process_204.json": { + "process/21cc1175-ff0d-410b-bd95-e7fc9e9b8bea": { "process_core": { "process_id": "process_id_4824" }, @@ -25268,7 +15885,7 @@ "update_date": "2018-10-01T20:12:56.426Z" } }, - "process_205.json": { + "process/233a0067-5271-4443-a479-b5a4adf56fcf": { "process_core": { "process_id": "process_id_4825" }, @@ -25280,7 +15897,7 @@ "update_date": "2018-10-01T20:12:56.538Z" } }, - "process_206.json": { + "process/4fb4b48b-f2aa-48fc-b6fc-52ba4dc39895": { "process_core": { "process_id": "process_id_4826" }, @@ -25292,7 +15909,7 @@ "update_date": "2018-10-01T20:12:56.606Z" } }, - "process_207.json": { + "process/66e8a4b9-72c1-4af3-be1e-716cd0d4dd4f": { "process_core": { "process_id": "process_id_4827" }, @@ -25304,7 +15921,7 @@ "update_date": "2018-10-01T20:12:56.683Z" } }, - "process_208.json": { + "process/4e5e9b0a-c8b5-4882-bbed-1cd2c57df460": { "process_core": { "process_id": "process_id_4828" }, @@ -25316,7 +15933,7 @@ "update_date": "2018-10-01T20:12:56.760Z" } }, - "process_209.json": { + "process/304bcb2c-2803-4f06-949a-5ac3aa53db77": { "process_core": { "process_id": "process_id_4829" }, @@ -25328,7 +15945,7 @@ "update_date": "2018-10-01T20:12:56.805Z" } }, - "process_210.json": { + "process/f8d80897-38f0-4888-aec7-52e72cb9b908": { "process_core": { "process_id": "process_id_4830" }, @@ -25340,7 +15957,7 @@ "update_date": "2018-10-01T20:12:56.889Z" } }, - "process_211.json": { + "process/7073457e-3e6d-496e-85c9-4714f9f315c4": { "process_core": { "process_id": "process_id_4831" }, @@ -25352,7 +15969,7 @@ "update_date": "2018-10-01T20:12:57.011Z" } }, - "process_212.json": { + "process/b422c34b-897a-4ab1-9982-b9a6bc8f8034": { "process_core": { "process_id": "process_id_4832" }, @@ -25364,7 +15981,7 @@ "update_date": "2018-10-01T20:12:57.094Z" } }, - "process_213.json": { + "process/e22b254c-1ee4-4acf-a41b-1f4bbc03bfcd": { "process_core": { "process_id": "process_id_4833" }, @@ -25376,7 +15993,7 @@ "update_date": "2018-10-01T20:12:57.141Z" } }, - "process_214.json": { + "process/796a7270-3778-4b9d-aa20-975b1859fecc": { "process_core": { "process_id": "process_id_4834" }, @@ -25388,7 +16005,7 @@ "update_date": "2018-10-01T20:12:57.194Z" } }, - "process_215.json": { + "process/0d366744-a208-416d-a3ad-2aab66e08a21": { "process_core": { "process_id": "process_id_4835" }, @@ -25400,7 +16017,7 @@ "update_date": "2018-10-01T20:12:57.282Z" } }, - "process_216.json": { + "process/fd16e7c8-8244-4c00-bc4a-b7b43a399838": { "process_core": { "process_id": "process_id_4836" }, @@ -25412,7 +16029,7 @@ "update_date": "2018-10-01T20:12:57.330Z" } }, - "process_217.json": { + "process/c40624c5-d5ce-4085-a4d9-59762cca79a5": { "process_core": { "process_id": "process_id_4837" }, @@ -25424,7 +16041,7 @@ "update_date": "2018-10-01T20:12:57.398Z" } }, - "process_218.json": { + "process/f8b1fae8-8004-4614-80db-deb91c1560aa": { "process_core": { "process_id": "process_id_4838" }, @@ -25436,7 +16053,7 @@ "update_date": "2018-10-01T20:12:57.436Z" } }, - "process_219.json": { + "process/18b3dc33-0483-4cd7-a39b-3d902502dc94": { "process_core": { "process_id": "process_id_4839" }, @@ -25448,7 +16065,7 @@ "update_date": "2018-10-01T20:12:57.514Z" } }, - "process_220.json": { + "process/95390145-a217-437a-9490-ca97fc502f2c": { "process_core": { "process_id": "process_id_4840" }, @@ -25460,7 +16077,7 @@ "update_date": "2018-10-01T20:12:57.564Z" } }, - "process_221.json": { + "process/7fc2654e-bf55-4c27-a7ea-e16fb1995a63": { "process_core": { "process_id": "process_id_4841" }, @@ -25472,7 +16089,7 @@ "update_date": "2018-10-01T20:12:57.654Z" } }, - "process_222.json": { + "process/c2d2b9e6-ce28-44df-b450-ecf1c9747f29": { "process_core": { "process_id": "process_id_4842" }, @@ -25484,7 +16101,7 @@ "update_date": "2018-10-01T20:12:57.766Z" } }, - "process_223.json": { + "process/6c89dda0-a08e-4d88-af0a-7f9eea539485": { "process_core": { "process_id": "process_id_4843" }, @@ -25496,7 +16113,7 @@ "update_date": "2018-10-01T20:12:57.812Z" } }, - "process_224.json": { + "process/fa21bf64-3c99-4e67-9829-e9c043d3dcdb": { "process_core": { "process_id": "process_id_4844" }, @@ -25508,7 +16125,7 @@ "update_date": "2018-10-01T20:12:57.900Z" } }, - "process_225.json": { + "process/beedd161-19be-4a17-8fff-547391336354": { "process_core": { "process_id": "process_id_4845" }, @@ -25520,7 +16137,7 @@ "update_date": "2018-10-01T20:12:57.945Z" } }, - "process_226.json": { + "process/a7a6fb70-3ccf-40cb-b460-040ffbd87720": { "process_core": { "process_id": "process_id_4846" }, @@ -25532,7 +16149,7 @@ "update_date": "2018-10-01T20:12:58.025Z" } }, - "process_227.json": { + "process/682cb6da-f9b6-4451-84ee-0c9a8f3d8c92": { "process_core": { "process_id": "process_id_4847" }, @@ -25544,7 +16161,7 @@ "update_date": "2018-10-01T20:12:58.090Z" } }, - "process_228.json": { + "process/a955a0a5-68ec-403b-a838-1b7707a5fb0d": { "process_core": { "process_id": "process_id_4848" }, @@ -25556,7 +16173,7 @@ "update_date": "2018-10-01T20:12:58.152Z" } }, - "process_229.json": { + "process/736386d6-31eb-4685-ab60-7876cdf26290": { "process_core": { "process_id": "process_id_4849" }, @@ -25568,7 +16185,7 @@ "update_date": "2018-10-01T20:12:58.218Z" } }, - "process_230.json": { + "process/21877ac1-2a36-46ce-bd13-bc6a09162a0c": { "process_core": { "process_id": "process_id_4850" }, @@ -25580,7 +16197,7 @@ "update_date": "2018-10-01T20:12:58.266Z" } }, - "process_231.json": { + "process/1de5effa-95b1-4923-ad12-0118e860e518": { "process_core": { "process_id": "process_id_4851" }, @@ -25592,7 +16209,7 @@ "update_date": "2018-10-01T20:12:58.345Z" } }, - "process_232.json": { + "process/b34004d6-0208-44de-9947-d1e1700f35df": { "process_core": { "process_id": "process_id_4852" }, @@ -25604,7 +16221,7 @@ "update_date": "2018-10-01T20:12:58.381Z" } }, - "process_233.json": { + "process/4dfff2ae-7ef7-4dc2-81db-c3849c1dec53": { "process_core": { "process_id": "process_id_4853" }, @@ -25616,7 +16233,7 @@ "update_date": "2018-10-01T20:12:58.405Z" } }, - "process_234.json": { + "process/2a5d7bbc-0443-4173-961d-d6474d3d9c5f": { "process_core": { "process_id": "process_id_4854" }, @@ -25628,7 +16245,7 @@ "update_date": "2018-10-01T20:12:58.443Z" } }, - "process_235.json": { + "process/c54974ef-353b-476f-9b5a-6e505a00bd54": { "process_core": { "process_id": "process_id_4855" }, @@ -25640,7 +16257,7 @@ "update_date": "2018-10-01T20:12:58.466Z" } }, - "process_236.json": { + "process/f2168b88-c76c-410a-9a31-1215dc4a18a2": { "process_core": { "process_id": "process_id_4856" }, @@ -25652,7 +16269,7 @@ "update_date": "2018-10-01T20:12:58.517Z" } }, - "process_237.json": { + "process/ac9a35c8-03be-4688-8460-de54dfd57bce": { "process_core": { "process_id": "process_id_4857" }, @@ -25664,7 +16281,7 @@ "update_date": "2018-10-01T20:12:58.546Z" } }, - "process_238.json": { + "process/bbd0852d-4e21-4479-9c5c-b100d3f0a487": { "process_core": { "process_id": "process_id_4858" }, @@ -25676,7 +16293,7 @@ "update_date": "2018-10-01T20:12:58.569Z" } }, - "process_239.json": { + "process/50d701f2-9647-4151-87a4-0802e5ec4540": { "process_core": { "process_id": "process_id_4859" }, @@ -25688,7 +16305,7 @@ "update_date": "2018-10-01T20:12:58.593Z" } }, - "process_240.json": { + "process/16325782-befc-4e00-b044-5654f5579e9e": { "process_core": { "process_id": "process_id_4860" }, @@ -25700,7 +16317,7 @@ "update_date": "2018-10-01T20:12:58.635Z" } }, - "process_241.json": { + "process/8c7d4ea5-65ab-44c6-9ec5-8e641cd58669": { "process_core": { "process_id": "process_id_4861" }, @@ -25712,7 +16329,7 @@ "update_date": "2018-10-01T20:12:58.693Z" } }, - "process_242.json": { + "process/0a38c343-d827-41d7-bf5b-506a7e3f6f5a": { "process_core": { "process_id": "process_id_4862" }, @@ -25724,7 +16341,7 @@ "update_date": "2018-10-01T20:12:58.733Z" } }, - "process_243.json": { + "process/d8ec6180-4083-4724-8c79-775e4e7e9bb9": { "process_core": { "process_id": "process_id_4863" }, @@ -25736,7 +16353,7 @@ "update_date": "2018-10-01T20:12:58.772Z" } }, - "process_244.json": { + "process/c87fe066-85b9-48aa-96f8-3b8145bcecf8": { "process_core": { "process_id": "process_id_4864" }, @@ -25748,7 +16365,7 @@ "update_date": "2018-10-01T20:12:58.802Z" } }, - "process_245.json": { + "process/31f0a526-e0b1-4f68-ad82-90a01ceedf4a": { "process_core": { "process_id": "process_id_4865" }, @@ -25760,7 +16377,7 @@ "update_date": "2018-10-01T20:12:58.838Z" } }, - "process_246.json": { + "process/2d1d8fe7-ef40-4b9b-9bbd-26f97608111d": { "process_core": { "process_id": "process_id_4866" }, @@ -25772,7 +16389,7 @@ "update_date": "2018-10-01T20:12:58.886Z" } }, - "process_247.json": { + "process/5b74f5d0-cec1-4fa3-af84-f6b34c8b7e7b": { "process_core": { "process_id": "process_id_4867" }, @@ -25784,7 +16401,7 @@ "update_date": "2018-10-01T20:12:58.911Z" } }, - "process_248.json": { + "process/bd70b6d9-4700-4250-a499-b68e34ecf31f": { "process_core": { "process_id": "process_id_4868" }, @@ -25796,7 +16413,7 @@ "update_date": "2018-10-01T20:12:58.931Z" } }, - "process_249.json": { + "process/c76d470f-639b-4d51-86c7-c89b5ed7277c": { "process_core": { "process_id": "process_id_4869" }, @@ -25808,7 +16425,7 @@ "update_date": "2018-10-01T20:12:58.964Z" } }, - "process_250.json": { + "process/4e114632-cb47-4089-aaea-dfa20c9f1e62": { "process_core": { "process_id": "process_id_4870" }, @@ -25820,7 +16437,7 @@ "update_date": "2018-10-01T20:12:58.990Z" } }, - "process_251.json": { + "process/7fba9655-f7b2-4ef8-b560-1947ee9a6645": { "process_core": { "process_id": "process_id_4871" }, @@ -25832,7 +16449,7 @@ "update_date": "2018-10-01T20:12:59.068Z" } }, - "process_252.json": { + "process/e7c9c9d6-7f73-4b00-9548-566d1bb397ba": { "process_core": { "process_id": "process_id_4872" }, @@ -25844,7 +16461,7 @@ "update_date": "2018-10-01T20:12:59.114Z" } }, - "process_253.json": { + "process/d4470749-2f0f-4e73-9e83-cbbae5fd089a": { "process_core": { "process_id": "process_id_4873" }, @@ -25856,7 +16473,7 @@ "update_date": "2018-10-01T20:12:59.145Z" } }, - "process_254.json": { + "process/f1b28cee-5d0b-4349-8775-329d82796cc4": { "process_core": { "process_id": "process_id_4874" }, @@ -25868,7 +16485,7 @@ "update_date": "2018-10-01T20:12:59.184Z" } }, - "process_255.json": { + "process/a06dad17-1c94-40e9-9717-aca41c0324e9": { "process_core": { "process_id": "process_id_4875" }, @@ -25880,7 +16497,7 @@ "update_date": "2018-10-01T20:12:59.226Z" } }, - "process_256.json": { + "process/5b3cf865-5ce4-48e9-a77c-4222bc888377": { "process_core": { "process_id": "process_id_4876" }, @@ -25892,7 +16509,7 @@ "update_date": "2018-10-01T20:12:59.288Z" } }, - "process_257.json": { + "process/a7fdc506-0c9d-47ea-89a2-70a07dcf3aa9": { "process_core": { "process_id": "process_id_4877" }, @@ -25904,7 +16521,7 @@ "update_date": "2018-10-01T20:12:59.337Z" } }, - "process_258.json": { + "process/43d38341-939c-453f-ba87-fee930f62f59": { "process_core": { "process_id": "process_id_4878" }, @@ -25916,7 +16533,7 @@ "update_date": "2018-10-01T20:12:59.372Z" } }, - "process_259.json": { + "process/6c825f1b-3096-4bdd-baef-1c4249fe6dc0": { "process_core": { "process_id": "process_id_4879" }, @@ -25928,7 +16545,7 @@ "update_date": "2018-10-01T20:12:59.395Z" } }, - "process_260.json": { + "process/8c6d329f-fec4-42f1-b7c8-ce9d6b9d25a9": { "process_core": { "process_id": "process_id_4880" }, @@ -25940,7 +16557,7 @@ "update_date": "2018-10-01T20:12:59.435Z" } }, - "process_261.json": { + "process/13dee021-9df0-428f-a263-74ab5707ad08": { "process_core": { "process_id": "process_id_4881" }, @@ -25952,7 +16569,7 @@ "update_date": "2018-10-01T20:12:59.465Z" } }, - "process_262.json": { + "process/24c09eda-1e42-4c9a-92ea-ff36ea5f3686": { "process_core": { "process_id": "process_id_4882" }, @@ -25964,7 +16581,7 @@ "update_date": "2018-10-01T20:12:59.490Z" } }, - "process_263.json": { + "process/e97f33e2-9ba2-4721-9a5c-232f823dcd74": { "process_core": { "process_id": "process_id_4883" }, @@ -25976,7 +16593,7 @@ "update_date": "2018-10-01T20:12:59.516Z" } }, - "process_264.json": { + "process/2b26d415-37ae-4af4-98f9-048de79c8b10": { "process_core": { "process_id": "process_id_4884" }, @@ -25988,7 +16605,7 @@ "update_date": "2018-10-01T20:12:59.552Z" } }, - "process_265.json": { + "process/6a9dbf21-01d5-46a6-b341-21b6abf2e436": { "process_core": { "process_id": "process_id_4885" }, @@ -26000,7 +16617,7 @@ "update_date": "2018-10-01T20:12:59.575Z" } }, - "process_266.json": { + "process/1e7daa14-26a8-4e44-959e-a74854f6719b": { "process_core": { "process_id": "process_id_4886" }, @@ -26012,7 +16629,7 @@ "update_date": "2018-10-01T20:12:59.596Z" } }, - "process_267.json": { + "process/43a0719f-8617-4733-a21a-fc458dc6b1fd": { "process_core": { "process_id": "process_id_4887" }, @@ -26024,7 +16641,7 @@ "update_date": "2018-10-01T20:12:59.647Z" } }, - "process_268.json": { + "process/c9d19b56-1e85-4ed1-a3a7-fcc7d142d664": { "process_core": { "process_id": "process_id_4888" }, @@ -26036,7 +16653,7 @@ "update_date": "2018-10-01T20:12:59.686Z" } }, - "process_269.json": { + "process/2bec6b9c-f33e-45fd-b822-d2b7071bbcad": { "process_core": { "process_id": "process_id_4889" }, @@ -26048,7 +16665,7 @@ "update_date": "2018-10-01T20:12:59.717Z" } }, - "process_270.json": { + "process/4c02da43-cecd-4758-a3e5-c9a4db200090": { "process_core": { "process_id": "process_id_4890" }, @@ -26060,7 +16677,7 @@ "update_date": "2018-10-01T20:12:59.781Z" } }, - "process_271.json": { + "process/63268ab0-d459-4c7a-b8ae-7ea18b7252b8": { "process_core": { "process_id": "process_id_4891" }, @@ -26072,7 +16689,7 @@ "update_date": "2018-10-01T20:12:59.852Z" } }, - "process_272.json": { + "process/a6d9d3e7-02c6-4b9a-8caa-423345551e39": { "process_core": { "process_id": "process_id_4892" }, @@ -26084,7 +16701,7 @@ "update_date": "2018-10-01T20:12:59.898Z" } }, - "process_273.json": { + "process/a3965e90-4f0c-4187-8bf6-69436a645d2a": { "process_core": { "process_id": "process_id_4893" }, @@ -26096,7 +16713,7 @@ "update_date": "2018-10-01T20:12:59.952Z" } }, - "process_274.json": { + "process/1c7fae99-1d99-4d61-890a-1af12d27e606": { "process_core": { "process_id": "process_id_4894" }, @@ -26108,7 +16725,7 @@ "update_date": "2018-10-01T20:12:59.991Z" } }, - "process_275.json": { + "process/8c05af39-d013-4aef-8930-5fcaf5b32ef7": { "process_core": { "process_id": "process_id_4895" }, @@ -26120,7 +16737,7 @@ "update_date": "2018-10-01T20:13:00.061Z" } }, - "process_276.json": { + "process/24dda6cc-8ec3-45d0-ad30-3a7e1bfce9fd": { "process_core": { "process_id": "process_id_4896" }, @@ -26132,7 +16749,7 @@ "update_date": "2018-10-01T20:13:00.146Z" } }, - "process_277.json": { + "process/03ad13a0-9c70-4b40-aa08-4a14fd5bff01": { "process_core": { "process_id": "process_id_4897" }, @@ -26144,7 +16761,7 @@ "update_date": "2018-10-01T20:13:00.178Z" } }, - "process_278.json": { + "process/8b9beee8-fe3b-43de-a415-6d81fb9f6cfc": { "process_core": { "process_id": "process_id_4898" }, @@ -26156,7 +16773,7 @@ "update_date": "2018-10-01T20:13:00.205Z" } }, - "process_279.json": { + "process/882467fe-468d-4d99-8564-e858090ae82d": { "process_core": { "process_id": "process_id_4899" }, @@ -26168,7 +16785,7 @@ "update_date": "2018-10-01T20:13:00.262Z" } }, - "process_280.json": { + "process/080b4882-edb6-4c7b-9085-0b30810a4f44": { "process_core": { "process_id": "process_id_4900" }, @@ -26180,7 +16797,7 @@ "update_date": "2018-10-01T20:13:00.289Z" } }, - "process_281.json": { + "process/8e1fda4e-37fd-4613-8b8d-87f322acea15": { "process_core": { "process_id": "process_id_4901" }, @@ -26192,7 +16809,7 @@ "update_date": "2018-10-01T20:13:00.318Z" } }, - "process_282.json": { + "process/29aeda32-9ead-40e9-860b-db3427d9b46c": { "process_core": { "process_id": "process_id_4902" }, @@ -26204,7 +16821,7 @@ "update_date": "2018-10-01T20:13:00.370Z" } }, - "process_283.json": { + "process/48f244ee-ec2f-49f6-8bb8-78cacb4328cc": { "process_core": { "process_id": "process_id_4903" }, @@ -26216,7 +16833,7 @@ "update_date": "2018-10-01T20:13:00.397Z" } }, - "process_284.json": { + "process/3fc813f1-e7f6-4344-8661-5464ec7191f8": { "process_core": { "process_id": "process_id_4904" }, @@ -26228,7 +16845,7 @@ "update_date": "2018-10-01T20:13:00.429Z" } }, - "process_285.json": { + "process/a44ca11b-028b-4a14-94b5-e957ff1f75ec": { "process_core": { "process_id": "process_id_4905" }, @@ -26240,7 +16857,7 @@ "update_date": "2018-10-01T20:13:00.459Z" } }, - "process_286.json": { + "process/8619a7fd-1109-474d-8b86-1c3556162495": { "process_core": { "process_id": "process_id_4906" }, @@ -26252,7 +16869,7 @@ "update_date": "2018-10-01T20:13:00.489Z" } }, - "process_287.json": { + "process/8636325a-4931-436a-90d1-ae4f0b0ce68f": { "process_core": { "process_id": "process_id_4907" }, @@ -26264,7 +16881,7 @@ "update_date": "2018-10-01T20:13:00.514Z" } }, - "process_288.json": { + "process/aa39ffbd-c171-46a5-85f5-bd3de557641c": { "process_core": { "process_id": "process_id_4908" }, @@ -26276,7 +16893,7 @@ "update_date": "2018-10-01T20:13:00.554Z" } }, - "process_289.json": { + "process/e299346b-d057-4bd0-8867-b97c1e7a5e8d": { "process_core": { "process_id": "process_id_4909" }, @@ -26288,7 +16905,7 @@ "update_date": "2018-10-01T20:13:00.600Z" } }, - "process_290.json": { + "process/5bf0d140-ed66-499a-9db7-7d7448253a4c": { "process_core": { "process_id": "process_id_4910" }, @@ -26300,7 +16917,7 @@ "update_date": "2018-10-01T20:13:00.650Z" } }, - "process_291.json": { + "process/e8a6ea1f-1ead-46fc-9206-527357456912": { "process_core": { "process_id": "process_id_4911" }, @@ -26312,7 +16929,7 @@ "update_date": "2018-10-01T20:13:00.686Z" } }, - "process_292.json": { + "process/a29b77e9-81ed-4dd3-90ba-5a419c5ae010": { "process_core": { "process_id": "process_id_4912" }, @@ -26324,7 +16941,7 @@ "update_date": "2018-10-01T20:13:00.714Z" } }, - "process_293.json": { + "process/7495f692-eb48-402b-ba03-96accdad0612": { "process_core": { "process_id": "process_id_4913" }, @@ -26336,7 +16953,7 @@ "update_date": "2018-10-01T20:13:00.751Z" } }, - "process_294.json": { + "process/68534749-0b3d-4617-b249-76ad49f5e476": { "process_core": { "process_id": "process_id_4914" }, @@ -26348,7 +16965,7 @@ "update_date": "2018-10-01T20:13:00.780Z" } }, - "process_295.json": { + "process/0412f662-24ab-4c7c-8724-dbd5b422d3d8": { "process_core": { "process_id": "process_id_4915" }, @@ -26360,7 +16977,7 @@ "update_date": "2018-10-01T20:13:00.804Z" } }, - "process_296.json": { + "process/70abf86f-47e4-474d-8f6b-86e14f916c68": { "process_core": { "process_id": "process_id_4916" }, @@ -26372,7 +16989,7 @@ "update_date": "2018-10-01T20:13:00.846Z" } }, - "process_297.json": { + "process/6dcfdafe-fd54-45a8-a95f-7d25a0210d91": { "process_core": { "process_id": "process_id_4917" }, @@ -26384,7 +17001,7 @@ "update_date": "2018-10-01T20:13:00.943Z" } }, - "process_298.json": { + "process/dde564f1-e523-484d-9ef4-907844d7cf91": { "process_core": { "process_id": "process_id_4918" }, @@ -26396,7 +17013,7 @@ "update_date": "2018-10-01T20:13:00.974Z" } }, - "process_299.json": { + "process/6319b240-966c-41ff-8393-e557f395d142": { "process_core": { "process_id": "process_id_4919" }, @@ -26408,7 +17025,7 @@ "update_date": "2018-10-01T20:13:01.024Z" } }, - "process_300.json": { + "process/ea24d368-3e80-499b-8609-97fc6cb23e94": { "process_core": { "process_id": "process_id_4920" }, @@ -26420,7 +17037,7 @@ "update_date": "2018-10-01T20:13:01.058Z" } }, - "process_301.json": { + "process/b6790bc3-95b9-4224-b74f-d4bcd6b8ad60": { "process_core": { "process_id": "process_id_4921" }, @@ -26432,7 +17049,7 @@ "update_date": "2018-10-01T20:13:01.090Z" } }, - "process_302.json": { + "process/fc3847b1-3c5d-430e-a92c-4ca6dda29a91": { "process_core": { "process_id": "process_id_4922" }, @@ -26444,7 +17061,7 @@ "update_date": "2018-10-01T20:13:01.132Z" } }, - "process_303.json": { + "process/2aedfdeb-da7a-4cf8-aa22-2b30163fa3f7": { "process_core": { "process_id": "process_id_4923" }, @@ -26456,7 +17073,7 @@ "update_date": "2018-10-01T20:13:01.194Z" } }, - "process_304.json": { + "process/ed128bff-0481-4487-bd2b-cb4fd50c1f48": { "process_core": { "process_id": "process_id_4924" }, @@ -26468,7 +17085,7 @@ "update_date": "2018-10-01T20:13:01.234Z" } }, - "process_305.json": { + "process/ececacb4-2846-41e0-bf53-13d4e6c7877b": { "process_core": { "process_id": "process_id_4925" }, @@ -26480,7 +17097,7 @@ "update_date": "2018-10-01T20:13:01.266Z" } }, - "process_306.json": { + "process/6b62c999-d2a4-4aba-9e02-c8ce365efb49": { "process_core": { "process_id": "process_id_4926" }, @@ -26492,7 +17109,7 @@ "update_date": "2018-10-01T20:13:01.319Z" } }, - "process_307.json": { + "process/0c3c9245-10a6-44be-8253-17d1790944a8": { "process_core": { "process_id": "process_id_4927" }, @@ -26504,7 +17121,7 @@ "update_date": "2018-10-01T20:13:01.348Z" } }, - "process_308.json": { + "process/98fc4d11-bd06-4181-a8fb-902d7dc62f2c": { "process_core": { "process_id": "process_id_4928" }, @@ -26516,7 +17133,7 @@ "update_date": "2018-10-01T20:13:01.374Z" } }, - "process_309.json": { + "process/96c770f9-f510-4e8a-b0d4-5d29656b7620": { "process_core": { "process_id": "process_id_4929" }, @@ -26528,7 +17145,7 @@ "update_date": "2018-10-01T20:13:01.415Z" } }, - "process_310.json": { + "process/5c20d48d-638e-4b8c-a775-041a389f8297": { "process_core": { "process_id": "process_id_4930" }, @@ -26540,7 +17157,7 @@ "update_date": "2018-10-01T20:13:01.486Z" } }, - "process_311.json": { + "process/5c255096-4c6f-4345-85ce-45ad83ba9437": { "process_core": { "process_id": "process_id_4931" }, @@ -26552,7 +17169,7 @@ "update_date": "2018-10-01T20:13:01.518Z" } }, - "process_312.json": { + "process/0c01f523-5fe7-4161-a3cf-c3ec97eb7fa5": { "process_core": { "process_id": "process_id_4932" }, @@ -26564,7 +17181,7 @@ "update_date": "2018-10-01T20:13:01.556Z" } }, - "process_313.json": { + "process/c9b8b91f-5982-413b-8c72-7699d8d46315": { "process_core": { "process_id": "process_id_4933" }, @@ -26576,7 +17193,7 @@ "update_date": "2018-10-01T20:13:01.639Z" } }, - "process_314.json": { + "process/389509ca-8e52-4f3f-80b1-2af25a1ea6f9": { "process_core": { "process_id": "process_id_4934" }, @@ -26588,7 +17205,7 @@ "update_date": "2018-10-01T20:13:01.686Z" } }, - "process_315.json": { + "process/ba592e24-f04b-4c2a-871f-9691ab17bbe4": { "process_core": { "process_id": "process_id_4935" }, @@ -26600,7 +17217,7 @@ "update_date": "2018-10-01T20:13:02.786Z" } }, - "process_316.json": { + "process/b863a8a5-37b6-4d08-aaef-0926bdb1e4f3": { "process_core": { "process_id": "process_id_4936" }, @@ -26612,7 +17229,7 @@ "update_date": "2018-10-01T20:13:02.883Z" } }, - "process_317.json": { + "process/6159a892-0012-4681-9e61-a04b026f7a66": { "process_core": { "process_id": "process_id_4937" }, @@ -26624,7 +17241,7 @@ "update_date": "2018-10-01T20:13:02.980Z" } }, - "process_318.json": { + "process/55641c6b-161a-41f9-8461-d878b8652c2d": { "process_core": { "process_id": "process_id_4938" }, @@ -26636,7 +17253,7 @@ "update_date": "2018-10-01T20:13:03.068Z" } }, - "process_319.json": { + "process/126c5179-ac45-49ca-9eef-edde09fe11d5": { "process_core": { "process_id": "process_id_4939" }, @@ -26648,7 +17265,7 @@ "update_date": "2018-10-01T20:13:03.168Z" } }, - "process_320.json": { + "process/5073c188-759a-4451-bc73-7e988c39e144": { "process_core": { "process_id": "process_id_4940" }, @@ -26660,7 +17277,7 @@ "update_date": "2018-10-01T20:13:03.274Z" } }, - "process_321.json": { + "process/8ec4ede7-0cbc-46a8-aece-351511836cbd": { "process_core": { "process_id": "process_id_4941" }, @@ -26672,7 +17289,7 @@ "update_date": "2018-10-01T20:13:03.399Z" } }, - "process_322.json": { + "process/0dba595a-88d2-4b52-b9b5-adc7e5ae5096": { "process_core": { "process_id": "process_id_4942" }, @@ -26684,7 +17301,7 @@ "update_date": "2018-10-01T20:13:03.467Z" } }, - "process_323.json": { + "process/730bc8a5-1b79-456d-9ce2-fe94d870ba43": { "process_core": { "process_id": "process_id_4943" }, @@ -26696,7 +17313,7 @@ "update_date": "2018-10-01T20:13:03.554Z" } }, - "process_324.json": { + "process/0db4ab3a-2457-4193-b28f-6c67310029a8": { "process_core": { "process_id": "process_id_4944" }, @@ -26708,7 +17325,7 @@ "update_date": "2018-10-01T20:13:03.639Z" } }, - "process_325.json": { + "process/4808d316-0bf4-433c-bef1-287c496ccb86": { "process_core": { "process_id": "process_id_4945" }, @@ -26720,7 +17337,7 @@ "update_date": "2018-10-01T20:13:03.702Z" } }, - "process_326.json": { + "process/9fa8cbf1-5a5b-43a7-b574-ee7d9110305c": { "process_core": { "process_id": "process_id_4946" }, @@ -26732,7 +17349,7 @@ "update_date": "2018-10-01T20:13:03.776Z" } }, - "process_327.json": { + "process/30a130f7-0dfd-40fc-80ac-b4476535c7ad": { "process_core": { "process_id": "process_id_4947" }, @@ -26744,7 +17361,7 @@ "update_date": "2018-10-01T20:13:03.828Z" } }, - "process_328.json": { + "process/169f7b29-0329-417b-a4f0-bc4671c2b53f": { "process_core": { "process_id": "process_id_4948" }, @@ -26756,7 +17373,7 @@ "update_date": "2018-10-01T20:13:03.882Z" } }, - "process_329.json": { + "process/6a7d1981-4a55-4047-87ee-01495a3e40b4": { "process_core": { "process_id": "process_id_4949" }, @@ -26768,7 +17385,7 @@ "update_date": "2018-10-01T20:13:03.956Z" } }, - "process_330.json": { + "process/2eeb01ff-73fa-473a-bc1a-381de837bd6a": { "process_core": { "process_id": "process_id_4950" }, @@ -26780,7 +17397,7 @@ "update_date": "2018-10-01T20:13:04.110Z" } }, - "process_331.json": { + "process/6d1bb835-e768-4952-989b-3f64fed66fdc": { "process_core": { "process_id": "process_id_4951" }, @@ -26792,7 +17409,7 @@ "update_date": "2018-10-01T20:13:04.210Z" } }, - "process_332.json": { + "process/4e45b1ac-dee3-47af-8f03-096d33fa34e1": { "process_core": { "process_id": "process_id_4952" }, @@ -26804,7 +17421,7 @@ "update_date": "2018-10-01T20:13:04.306Z" } }, - "process_333.json": { + "process/802efb18-bf90-4338-966f-dff548c4fe17": { "process_core": { "process_id": "process_id_4953" }, @@ -26816,7 +17433,7 @@ "update_date": "2018-10-01T20:13:04.391Z" } }, - "process_334.json": { + "process/8a9276ef-cc40-4baa-817a-1288e044dd34": { "process_core": { "process_id": "process_id_4954" }, @@ -26828,7 +17445,7 @@ "update_date": "2018-10-01T20:13:04.521Z" } }, - "process_335.json": { + "process/4774e520-9854-4969-a644-ae6ba96b1210": { "process_core": { "process_id": "process_id_4955" }, @@ -26840,7 +17457,7 @@ "update_date": "2018-10-01T20:13:04.597Z" } }, - "process_336.json": { + "process/fb7ba37f-3e36-4454-ab75-0586bb705014": { "process_core": { "process_id": "process_id_4956" }, @@ -26852,7 +17469,7 @@ "update_date": "2018-10-01T20:13:04.665Z" } }, - "process_337.json": { + "process/c35d87a0-44f6-4716-8245-961b8636d704": { "process_core": { "process_id": "process_id_4957" }, @@ -26864,7 +17481,7 @@ "update_date": "2018-10-01T20:13:04.720Z" } }, - "process_338.json": { + "process/4939e9d5-589e-43cb-bb91-8a2b0261a3ac": { "process_core": { "process_id": "process_id_4958" }, @@ -26876,7 +17493,7 @@ "update_date": "2018-10-01T20:13:04.762Z" } }, - "process_339.json": { + "process/64a2d65a-ffcf-4d68-9a83-3f8e1956d2d1": { "process_core": { "process_id": "process_id_4959" }, @@ -26888,7 +17505,7 @@ "update_date": "2018-10-01T20:13:04.810Z" } }, - "process_340.json": { + "process/9beec7b5-c7d5-4259-a2e2-ce91d87d8217": { "process_core": { "process_id": "process_id_4960" }, @@ -26900,7 +17517,7 @@ "update_date": "2018-10-01T20:13:04.863Z" } }, - "process_341.json": { + "process/97a220c0-d1ad-48b8-9283-612b5bb12313": { "process_core": { "process_id": "process_id_4961" }, @@ -26912,7 +17529,7 @@ "update_date": "2018-10-01T20:13:04.912Z" } }, - "process_342.json": { + "process/0f857bdc-a1af-4bf6-8ecc-1caaa7002691": { "process_core": { "process_id": "process_id_4962" }, @@ -26924,7 +17541,7 @@ "update_date": "2018-10-01T20:13:04.978Z" } }, - "process_343.json": { + "process/56ac8ec9-b959-44bb-9297-679ba30380bc": { "process_core": { "process_id": "process_id_4963" }, @@ -26936,7 +17553,7 @@ "update_date": "2018-10-01T20:13:05.043Z" } }, - "process_344.json": { + "process/9a8bf3ab-bee8-4139-a9b9-374f4618812d": { "process_core": { "process_id": "process_id_4964" }, @@ -26948,7 +17565,7 @@ "update_date": "2018-10-01T20:13:05.094Z" } }, - "process_345.json": { + "process/2d0c4150-8cb5-4e69-950f-8f222004cc34": { "process_core": { "process_id": "process_id_4965" }, @@ -26960,7 +17577,7 @@ "update_date": "2018-10-01T20:13:05.125Z" } }, - "process_346.json": { + "process/a31c0917-e5b9-40ba-ba9c-a4ee2e599cd8": { "process_core": { "process_id": "process_id_4966" }, @@ -26972,7 +17589,7 @@ "update_date": "2018-10-01T20:13:05.158Z" } }, - "process_347.json": { + "process/599e3944-2745-4a86-96ea-9cd7ce357cc4": { "process_core": { "process_id": "process_id_4967" }, @@ -26984,7 +17601,7 @@ "update_date": "2018-10-01T20:13:05.183Z" } }, - "process_348.json": { + "process/bf3ac043-8c8e-4bbe-ad1f-0a5461e8060b": { "process_core": { "process_id": "process_id_4968" }, @@ -26996,7 +17613,7 @@ "update_date": "2018-10-01T20:13:05.212Z" } }, - "process_349.json": { + "process/5aa9538b-c733-46d2-bc34-c5bf9e08dde6": { "process_core": { "process_id": "process_id_4969" }, @@ -27008,7 +17625,7 @@ "update_date": "2018-10-01T20:13:05.244Z" } }, - "process_350.json": { + "process/1fdda0f0-fa6b-41e8-b813-366517414315": { "process_core": { "process_id": "process_id_4970" }, @@ -27020,7 +17637,7 @@ "update_date": "2018-10-01T20:13:05.273Z" } }, - "process_351.json": { + "process/009ea6f7-b174-4dee-9953-a9feea75fff1": { "process_core": { "process_id": "process_id_4971" }, @@ -27032,7 +17649,7 @@ "update_date": "2018-10-01T20:13:05.295Z" } }, - "process_352.json": { + "process/d65f5dd6-7286-4779-b62f-59ede5aeed8c": { "process_core": { "process_id": "process_id_4972" }, @@ -27044,7 +17661,7 @@ "update_date": "2018-10-01T20:13:05.321Z" } }, - "process_353.json": { + "process/3042c570-66ca-436f-97c0-d087acb73c6c": { "process_core": { "process_id": "process_id_4973" }, @@ -27056,7 +17673,7 @@ "update_date": "2018-10-01T20:13:05.360Z" } }, - "process_354.json": { + "process/82f407d5-4fb2-46f8-b6e7-eb327f5436c7": { "process_core": { "process_id": "process_id_4974" }, @@ -27068,7 +17685,7 @@ "update_date": "2018-10-01T20:13:05.403Z" } }, - "process_355.json": { + "process/989deaa9-3aba-4c9e-8b76-bb12d9caf1a3": { "process_core": { "process_id": "process_id_4975" }, @@ -27080,7 +17697,7 @@ "update_date": "2018-10-01T20:13:05.488Z" } }, - "process_356.json": { + "process/c6f0e3b6-3538-4195-81f4-1d8a33c28225": { "process_core": { "process_id": "process_id_4976" }, @@ -27092,7 +17709,7 @@ "update_date": "2018-10-01T20:13:05.520Z" } }, - "process_357.json": { + "process/0c990cbe-9cd6-4caf-87e4-a35eef3d1dd5": { "process_core": { "process_id": "process_id_4977" }, @@ -27104,7 +17721,7 @@ "update_date": "2018-10-01T20:13:05.566Z" } }, - "process_358.json": { + "process/cbb656f6-656f-4083-bd7b-377503c17529": { "process_core": { "process_id": "process_id_4978" }, @@ -27116,7 +17733,7 @@ "update_date": "2018-10-01T20:13:05.630Z" } }, - "process_359.json": { + "process/ccb4fae4-0463-4064-a0ef-f2ae16a188fe": { "process_core": { "process_id": "process_id_4979" }, @@ -27128,7 +17745,7 @@ "update_date": "2018-10-01T20:13:05.664Z" } }, - "process_360.json": { + "process/ed57ca6a-96f9-48c2-9a49-9bce23633765": { "process_core": { "process_id": "process_id_4980" }, @@ -27140,7 +17757,7 @@ "update_date": "2018-10-01T20:13:05.702Z" } }, - "process_361.json": { + "process/369a45ec-0c6f-433a-ad7f-0d9e29f773a1": { "process_core": { "process_id": "process_id_4981" }, @@ -27152,7 +17769,7 @@ "update_date": "2018-10-01T20:13:05.741Z" } }, - "process_362.json": { + "process/f7b1f4d4-509e-4327-8ff5-5a171ce810eb": { "process_core": { "process_id": "process_id_4982" }, @@ -27164,7 +17781,7 @@ "update_date": "2018-10-01T20:13:05.769Z" } }, - "process_363.json": { + "process/e79f7e4d-6d7b-4102-a52d-e2ccc0276f2d": { "process_core": { "process_id": "process_id_4983" }, @@ -27176,7 +17793,7 @@ "update_date": "2018-10-01T20:13:05.793Z" } }, - "process_364.json": { + "process/5b9437a5-cccd-44bb-a423-339a9f7d468b": { "process_core": { "process_id": "process_id_4984" }, @@ -27188,7 +17805,7 @@ "update_date": "2018-10-01T20:13:05.824Z" } }, - "process_365.json": { + "process/98afb79e-3640-40b4-95dc-57b808289f2c": { "process_core": { "process_id": "process_id_4985" }, @@ -27200,7 +17817,7 @@ "update_date": "2018-10-01T20:13:05.855Z" } }, - "process_366.json": { + "process/f19016a1-9db4-4f49-a5b3-b3c22664774e": { "process_core": { "process_id": "process_id_4986" }, @@ -27212,7 +17829,7 @@ "update_date": "2018-10-01T20:13:05.883Z" } }, - "process_367.json": { + "process/3ce599d8-7dd7-42d7-80f9-7b376f1a7279": { "process_core": { "process_id": "process_id_4987" }, @@ -27224,7 +17841,7 @@ "update_date": "2018-10-01T20:13:05.918Z" } }, - "process_368.json": { + "process/a1c57046-8970-4d24-b2cd-4086196df63c": { "process_core": { "process_id": "process_id_4988" }, @@ -27236,7 +17853,7 @@ "update_date": "2018-10-01T20:13:05.962Z" } }, - "process_369.json": { + "process/eb5e8442-b59a-46b9-b471-cadc3364836b": { "process_core": { "process_id": "process_id_4989" }, @@ -27248,7 +17865,7 @@ "update_date": "2018-10-01T20:13:06.000Z" } }, - "process_370.json": { + "process/c56e4fa0-7e51-4a21-96ad-bef7ceaf59ba": { "process_core": { "process_id": "process_id_4990" }, @@ -27260,7 +17877,7 @@ "update_date": "2018-10-01T20:13:06.046Z" } }, - "process_371.json": { + "process/7f403eb9-6ee6-4d36-8b85-48e5311495b9": { "process_core": { "process_id": "process_id_4991" }, @@ -27272,7 +17889,7 @@ "update_date": "2018-10-01T20:13:06.083Z" } }, - "process_372.json": { + "process/64958b87-6e5c-4955-bfd2-a37ef0f42d85": { "process_core": { "process_id": "process_id_4992" }, @@ -27284,7 +17901,7 @@ "update_date": "2018-10-01T20:13:06.147Z" } }, - "process_373.json": { + "process/76ef89e2-88a8-4f9a-a458-d8c47dcb3b6d": { "process_core": { "process_id": "process_id_4993" }, @@ -27296,7 +17913,7 @@ "update_date": "2018-10-01T20:13:06.172Z" } }, - "process_374.json": { + "process/1840570d-53ca-42b1-a663-98e2dabf9bb8": { "process_core": { "process_id": "process_id_4994" }, @@ -27308,7 +17925,7 @@ "update_date": "2018-10-01T20:13:06.196Z" } }, - "process_375.json": { + "process/ad1d580a-b193-41b9-b748-fe20f7112360": { "process_core": { "process_id": "process_id_4995" }, @@ -27320,7 +17937,7 @@ "update_date": "2018-10-01T20:13:06.270Z" } }, - "process_376.json": { + "process/90041e4b-cd79-46a1-b0ee-d33cf4e717d2": { "process_core": { "process_id": "process_id_4996" }, @@ -27332,7 +17949,7 @@ "update_date": "2018-10-01T20:13:06.334Z" } }, - "process_377.json": { + "process/841d03f0-df72-4900-818e-a302e93e69ae": { "process_core": { "process_id": "process_id_4997" }, @@ -27344,7 +17961,7 @@ "update_date": "2018-10-01T20:13:06.377Z" } }, - "process_378.json": { + "process/b284e4c5-495c-428d-895a-8a0f279e2222": { "process_core": { "process_id": "process_id_4998" }, @@ -27356,7 +17973,7 @@ "update_date": "2018-10-01T20:13:06.411Z" } }, - "process_379.json": { + "process/b7ca5f26-d2ce-4c8b-83ee-68ceef7d0d55": { "process_core": { "process_id": "process_id_4999" }, @@ -27368,7 +17985,7 @@ "update_date": "2018-10-01T20:13:06.453Z" } }, - "process_380.json": { + "process/cb70882f-5aae-4471-a561-c11469b8ea64": { "process_core": { "process_id": "process_id_5000" }, @@ -27380,7 +17997,7 @@ "update_date": "2018-10-01T20:13:06.488Z" } }, - "process_381.json": { + "process/9c0c0d02-ad7f-43d4-bf36-52deb0cb3c1f": { "process_core": { "process_id": "process_id_5001" }, @@ -27392,7 +18009,7 @@ "update_date": "2018-10-01T20:13:06.512Z" } }, - "process_382.json": { + "process/a74926cf-9c9a-4faf-8a01-3915b5021c9f": { "process_core": { "process_id": "process_id_5002" }, @@ -27404,7 +18021,7 @@ "update_date": "2018-10-01T20:13:06.594Z" } }, - "process_383.json": { + "process/70b726b0-8e2a-4040-9006-8357e300fbd4": { "process_core": { "process_id": "process_id_5003" }, @@ -27416,7 +18033,7 @@ "update_date": "2018-10-01T20:13:06.622Z" } }, - "process_384.json": { + "process/02cea5bd-bb23-45d8-a1f0-9f46dd1974be": { "process_core": { "process_id": "process_id_5004" }, @@ -27428,7 +18045,7 @@ "update_date": "2018-10-01T20:13:06.647Z" } }, - "process_385.json": { + "process/3197c12d-693c-49c9-992b-9051a4794814": { "process_core": { "process_id": "process_id_5005" }, @@ -27439,15010 +18056,15011 @@ "submission_date": "2018-10-01T14:31:17.397Z", "update_date": "2018-10-01T20:13:06.669Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "f8dfb127-a6db-4e3a-b1d7-ceff08c70594", - "inputs": [ - "36a391f6-d118-4fd7-be51-9196b0f3184f", - "73222bd2-3aae-46dd-98e9-209714396cc8", - "d52cc98d-5b2e-40b7-9dfd-c255de73602d", - "462505d7-48e1-4d85-92e3-f768a93d4fca", - "090682b0-dc11-43d0-b6f5-cf3dee18533a", - "e67853b9-dc53-4b5f-8693-8ad4e3a4d5d2", - "69dbf7cd-c728-41d3-9851-916dc64e07c2", - "1a6292df-a383-40c7-bc28-b8bf63e03967", - "4aad31c4-06fc-4af6-804b-f10afa1cae1d", - "2a630ecd-440d-43c3-9c9a-2a8ec98a1784", - "b60a1acf-24f7-46a7-b276-39c48f3460e9", - "5db6e3cf-bb9a-430d-8e5a-1499088526fc", - "6ff20c11-cb2e-4ace-9b3a-48094ce7a231", - "58e26f53-908e-41fe-b9d2-72df1b7d7ea7", - "f628676a-1619-4efe-a305-9133282235f3", - "fe7e5442-869f-45b4-962a-0a7ab0cb5880", - "b4cb902f-dc5d-406c-99bc-4d73ccab777f", - "19a38e6c-c863-41b2-abd3-f24016040027", - "850a7f8d-5dde-4152-8c30-c276ef23298e", - "21087dcc-04ae-4238-933a-1c7b402554cd", - "3b9db8ae-39fa-4db2-b588-adb267f3183f", - "ec9a213b-ce8b-4026-86d2-eff755253135", - "d9d8d0cb-6282-418a-8ad3-10c15668df6b", - "57790c0e-6acb-461e-aeb6-c36454c61dc3", - "65f3dfb0-432b-49c5-8994-9b0d6f65d1e8", - "4c94cd55-8762-41b5-87bc-7f3d8fdc33f3", - "9391d982-8442-4164-a79d-e2d3db0063fc", - "f8369f37-a63d-479d-8ddd-3322a00677d8", - "e344d025-ee6c-4964-9bc0-8efcc51753c2", - "e5fb4bb6-838e-4c60-a3fd-6ecc94714f24", - "ade40a53-09ea-480d-9762-38c28568062d", - "a0ee4cc1-0123-4bac-9226-37a6cbe590dc", - "63e7c402-0064-4077-a24b-6146f8e0b5c9", - "30b2ca9b-bc69-422e-88e6-aab7cf2bd709", - "f323ef31-62ac-4edb-a423-cf4ec94d2f8b", - "a97c011b-9709-494b-8787-b09282ee83ad", - "65e1cf44-e740-4ec9-a800-45f27622007e", - "76c21f33-cf6e-43f3-b727-c408ad1fc1bf", - "773cc07f-c5ab-4db7-b313-feeab737f18a", - "b7b29f4a-cc95-4be6-b0b1-e7b2acbc3742", - "d1e9e5f0-32c1-4a03-bb5b-baa3279a7cde", - "6f4a1381-294b-4c57-89d9-9d4bfbc9f371", - "ccf56b9d-2e63-4eab-b8c5-39a41e87073d", - "c6883b2f-e67f-4806-87ec-fdfbedce1c58", - "28864088-bf33-4bb0-a7bb-e5a4da5fb748", - "0ad08c02-259d-43c5-98e3-a2217eecbd20", - "5f941ee4-0d8e-4c5d-8479-3a88b97e5a98", - "b70fecce-c652-4bc1-b225-1694470023f3", - "ccbbfc2a-700e-483c-b9c0-27cfc0630c02", - "3917d3cc-4c27-4626-90bf-ab5d018cc55c", - "4bde7812-555e-4dca-a4f5-35d6457d157f", - "d24521a3-c8f3-4d8e-b682-c957c3f59807", - "0d743241-997e-4c51-803a-2c39eff12d4e", - "b1775d29-c0df-4df9-99ac-38726ddcce49", - "d23df5d9-a5b7-483a-a6e5-63169ebd5b64", - "4e9df9c2-d70b-4116-a30c-f85800aa59df", - "1d15b2f8-e9c9-4ed6-b636-5d3aeff5479a", - "4673653e-ce26-4803-b829-b379f8e5557d", - "cfc6d7db-6691-48b6-8d6b-60a4440778b5", - "1a6355b5-516f-4327-b13c-94c2dceff4c1", - "90570f32-fa18-42c9-8ec3-d524e19e491a", - "6d9e85f2-0b13-43d0-8ba4-86ecd087a590", - "fc60766c-7c21-485a-8b3f-7c38662fc627", - "3eac9541-a06e-4082-b950-b68dfd514a4f", - "53cdb39f-7010-4357-932f-422f94eca0e0", - "ff8b81fe-2e09-45c8-b7d3-9146172176ed", - "2a5fd797-268f-4f87-963a-4c09833abf19", - "bced27ff-af66-46b4-bc3c-06cbf57815bc", - "5820978b-f2d8-4913-8f4e-d9e4cd71b1aa", - "30cdff42-2242-4e76-a9c9-882d6632a397", - "96c8635f-9dd5-4db7-b336-c4cba4fbfbd5", - "8d03865e-a908-4ca6-aba0-609a842baaea", - "ac3a1a43-ba50-4734-abdf-466bf995760e", - "7dd7d962-a1ac-4275-bc69-b33ef9f97ee0", - "46668358-58ea-4f40-9e51-8f7669bb6f48", - "4002a86d-c13f-4b44-8796-2acba8dcdf80", - "3082b185-c821-4b3f-85d9-d7c1f02927ff", - "0046b2a3-061c-48fc-a0af-0c874d725359", - "9d4d1acf-aca9-476a-a98b-e5897aafd67b", - "35cc7aee-2b8b-4609-a8ba-1250ec556a53", - "e00b0e46-3d90-4e62-a87c-ca288e46a961", - "bedec879-58d2-4da7-a5dc-0b5807d44acf", - "d30ce499-fe12-4327-a563-03023e5930b3", - "66812575-aa56-44a0-aefa-b746b99fd96e", - "342839aa-c58e-4f93-bfd9-7b65bc8b85dd", - "71b018de-35a9-4aca-8b08-4a84d2b1a47d", - "13c900ac-7e8f-4c68-a84f-d56b247451ea", - "473c03c6-fada-4d2a-96b9-f7ca29044536", - "f5cac140-58b2-4523-bdb7-9d66f85642d3", - "b44e6954-97e3-49df-90b7-614c8cd77c0f", - "78fa6df1-442b-46c0-918e-b250eaa3e0dc", - "a5f927d5-05f4-4478-8e52-09a40c0ca82a", - "23bfcc7e-f7b1-418f-a8d1-2d85691d1d3f", - "38a4b411-5100-4122-afc3-a752f189a439", - "0ff5ce81-4cf0-4e1c-bacc-fdf0ac9ecbe1", - "c91215e8-bff3-4ddc-bf97-c693a8041bb8", - "b04e4c07-3552-4a18-8fb5-a8b854fa859a", - "92727211-1035-475d-99a3-33972c5eb436", - "1749997d-d4d4-4844-bc5e-d4eee2c42e69", - "2a1d8e72-5133-4fef-b7a7-3271b977170f", - "c69ecbd5-4d59-4e55-a59d-f4d10640f131", - "f670004f-0fa3-4518-9d89-858aa2d002dc", - "ccfe1a77-90c7-4ad3-8977-f3ed420fb33d", - "f29dba0e-4834-4170-be5d-50213c4a3977", - "9a329bec-4c29-4eba-8c0c-f5b28e525eca", - "e38297df-9eb0-43f4-af5a-d4dc6cbc1b8d", - "b28c4a10-fb53-46ee-a2fb-c1ea96f93749", - "7a1d98cd-3955-424f-a882-4fd7bda39914", - "97030a10-817d-419b-8f0d-5925d8a7eeb2", - "fb11d84d-9493-4c57-aac3-3a7937e58ad5", - "353c2625-7d6f-48ac-ab55-8327cbe22179", - "a3b96919-7ac5-4f59-9d3e-f7b4c452ceb1", - "ab442056-f765-4c28-977b-994fc76d0856", - "e50c579d-0dfe-4c73-96a1-df76dc01d2a3", - "7d6cdbfd-6fc5-4feb-8287-259c9a1322b2", - "a086630e-a35c-439b-aa38-f681038f5be7", - "f9ea5480-95ac-4e91-9c58-f73f2ad246d3", - "260382a0-004b-42b7-aad9-2f512455a650", - "7506eb7b-863c-49ad-8b54-b9c46f95f463", - "ff83a3a4-175c-45b1-83a9-263054bc403d", - "5ce04010-0a94-44a0-9de2-6a768db775de", - "c405d2b6-c998-4c04-984d-9e07b0606602", - "e9d18b01-edd7-43a0-9d5e-922b6935c623", - "eaa3fdb1-a8b3-40b3-814c-2bad70e165b5", - "977bd67b-beec-4f46-b466-8b41d0407883", - "512c61a9-d425-4c99-b386-a42648a6eab6", - "a31d4351-1a70-4606-a141-3d1f5b1edf3f", - "479084d6-a6dc-4c25-88cc-901e9a0cbb77", - "23357462-2a8f-46b2-bcc4-bb70bdb111d3", - "34012657-85b6-452f-8722-fd67f91faef3", - "63d08fb8-6fb3-43cc-92af-b817dd67329b", - "4c525eb9-61e9-4851-b075-1ff3b7607af0", - "83ded0ae-0826-450d-9b4a-06e3a49f9fa8", - "af0c8790-9eac-45c0-9582-d5acbd57a636", - "e741cf6b-f293-478f-8c93-93fa40a99e81", - "8971ab0e-d20c-4a9e-82b8-2d5e8b063abe", - "7f0fcea0-eb45-4aa7-83da-87f3776e37c3", - "bbbdf930-7bb2-4b0d-b345-cf1d788666c7", - "ea4a27f8-279c-46c2-9b88-f66c1fd91780", - "b6ecf45c-4e8d-4a89-ae9b-98ee023dd878", - "ca622a16-bd7b-4956-b054-3b957cc3ab14", - "faaaec08-7e4b-4b72-98d7-9948f707d9a7", - "81737f70-9097-4870-85ee-04cfd56a11f9", - "4489f530-1179-47e6-a5a3-93a165b78b4f", - "118738b2-b964-4ce9-92c2-99233a9bf1f6", - "a13895d3-7878-43c9-b4fc-a28ec263c2ca", - "9b45270b-3a2c-490a-aadf-6f492428a30a", - "792cb5eb-6af3-48cb-b8f4-2ebae86d874f", - "d7be23ac-e7ed-48a1-b2ec-23239e1d2582", - "dcb5f54a-4a75-47e3-b89f-8d7ba0931bf7", - "49485ecc-2462-4e9b-85c5-2c928f959865", - "4e512abf-defe-4d12-acd2-e10c0c6e3773", - "3d739e69-414d-4c6e-9332-d33645e5b2a1", - "b2c053b2-fd84-43fc-bd47-d0cd401dea50", - "b9ce2b0c-b4d0-4ef3-afb9-53baf73afdb3", - "673e9c5d-f467-4176-8e3d-165dec07cb35", - "7f814cfb-24e1-4b1a-a764-90b3ad762f76", - "c3789bf3-8c00-4074-966e-0769f301ce56", - "4904d265-343c-4511-8c1e-9f6127bb1240", - "2e34c3fd-7d0d-43b4-8d95-01b7ea4145c2", - "45bb9541-0bc1-48bb-99d4-8bb33c8c66ed", - "d2842cf5-c81f-4f3c-9fc8-60dcaf45c096", - "5f968cb2-026f-49fe-abb5-ad7bbda8571f", - "97a5ef2f-46ff-4e2a-a88b-f4ae815c2338", - "9228c6b7-e42c-40b1-bf24-c3c78b60916f", - "09cddb76-929b-4b6f-9f7f-8497df2a2e7b", - "418053f9-a3af-439b-8da4-9a87da9332fb", - "cb590483-a17c-466c-8362-69d51f724740", - "96b46301-bcc0-42d5-95ff-c6aece337b2e", - "df4bc869-57db-4417-a6c4-2cddc0ad9b6c", - "955a16c5-08a7-46e1-9605-6f20006011e5", - "c463e2eb-0fa8-4f21-86f1-c5b9e76fd7cd", - "c1b1a57f-5787-47d3-9c92-270e55aeaeae", - "e59d038d-1035-4782-897b-95c2a3fb8ea6", - "ecb35227-6347-46e6-8330-da248b28ef1c", - "9346bd7d-945b-4a53-9a1b-2da8795edb97", - "008b705b-7453-48fb-bb43-bfafb83aaecb", - "2e313cd2-7082-444a-8dd3-485a6b47ca56", - "aefdb247-002d-45c4-9100-137709c20aa3", - "9c2c2878-b50b-4fed-87c4-fee0424f8409", - "ab0804bc-91e9-4d6e-ba70-ff05cd9a238f", - "287984c5-d5f0-4b35-bce8-ccdea8cac79f", - "b72f1527-7d06-4fcf-8d8f-3a0e688441d0", - "8ff1b66b-4c05-4df8-b245-5a0e1eace8b6", - "6b0839e9-1066-4a33-9e6d-1d808bbe0bcf", - "9a0b8dfb-fcb6-4986-8045-27f14d977e4c", - "8feaa5f8-3e34-40f4-9c6a-b07a035cb312", - "d37eb2d9-9d44-4dd5-bbbd-ecd78aa1d5d9", - "7d3360f2-70fe-404f-88ef-5aee14fef59d", - "0d2939dd-07cf-4f2a-9a94-7952ca8f5b37", - "e7201c2d-23a1-4601-ad71-9e7c1a9ba624", - "69904f6c-bd79-4416-aec9-01ca3ce9cf30", - "889c1653-f645-4fdb-bf2a-d3df1666db8f", - "44702201-4017-40b5-99b3-294cb18f6485", - "dfa7b19e-f557-4f3d-bb65-4afe77b9a571", - "5be090a1-17fe-4fec-9608-a9e76b2a067e", - "fc031919-8ec5-4935-83ef-73560bbffa12", - "e516c62c-9248-4b02-ae5d-ce6d93515431", - "f8abdc47-8e73-4988-909b-bb2bdb1ac015", - "ee754370-9a1a-4ef0-a7c4-38d77c5b7fd1", - "d66a864d-075b-4ffc-b315-6819d306107f", - "e68e7817-6bb8-4463-99b4-996256ba2059", - "27cc755e-524e-481a-8482-5f15e5dd07f4", - "54e37fd6-41a4-4cec-9dd9-e722a155a09a", - "d828fd3e-18c2-43f8-9fec-b6f2a038fc20", - "b118bd6f-e3c7-4e24-a86b-bf7eeb20304e", - "96653737-43db-4320-bb50-2f9613d62051", - "7e8f718c-5d14-417c-bc6e-8471413a198f", - "973529d6-eb7f-492e-af31-e3cc85a32663", - "69bbeb43-a654-4a63-9744-5ff4fe1159ae", - "00a7c1da-8a02-430e-bb98-e97ffcde034b", - "766f48ea-10ee-488d-bb12-511ae63e8c8b", - "2fc1d678-e328-43bf-8141-237e34348dc0", - "82a2385e-4796-455e-a37f-9ccdf64edc60", - "897bcdee-8298-413c-90aa-30a8bd7257dd", - "ddb07363-366a-4bcf-ad11-f84bfe22dc49", - "0e1f39d3-c9a0-42b2-9d79-343e1c4d65fa", - "dc4d9d54-fa0b-48ca-8bd1-c073f2707901", - "864b9bf6-abae-4f33-a132-cbd0531953de", - "3ccb5f99-c5ea-4c46-8c73-ee682fbd9e7e", - "ca007aea-f452-4925-aba6-3fc250cfc5ab", - "ed2f6d88-de43-4199-9b1b-5dd4a51ca8b6", - "33de2519-03b7-4556-abf0-3e87df485928", - "c3b3d34b-2c45-48fb-9f7b-af3c700a9470", - "8bd1a6ca-79d1-4af8-98c5-a87cc00bdd93", - "19f0efe4-effb-4110-9dae-5c69326fde4a", - "67575d18-ec23-4c84-adb7-21c72a9fb8da", - "043813e3-e773-4237-819c-dc3517014aa9", - "63df2596-d6e0-4021-abee-c112d79654d3", - "0c840278-1998-4d08-a5c8-76b8708130a8", - "4940131a-be8e-4ba5-9c91-ef9dbdc81763", - "bad4f40f-8023-4c53-9b98-e9833e5dab9c", - "052161ca-c389-4b9e-a6ae-6f2e37739988", - "450be104-d782-4f9a-a438-578c951c2686", - "755fca8f-3c4a-4b9f-9ae5-1a8aef3bd27e", - "614cb73f-7ed9-4ded-93a8-d7979f124550", - "20ad6581-b62c-4d01-8db9-48c0d09fa674", - "84a7252c-70ad-4620-96ce-13086c5edc72", - "2546ba98-ebc5-4bc5-87c9-f63e74e736dd", - "deaec450-2035-4bf3-8ead-7e43ef73d6b9", - "c3e4dff7-fcba-439c-bfcf-cfb28c16cc6b", - "11ef6598-47b0-47b3-ab82-6522e920be48", - "7dd4926c-61cf-4641-948b-447167f4bb49", - "b1b36ac8-45ee-4ab1-ae44-4a3f227502c6", - "7b25976d-4b25-4632-84f0-46a492d7a2f8", - "070419ba-e292-4212-985e-59e6ca23c14a", - "2d490b08-225c-47cc-aaa9-c8eaba61352f", - "4f42bb6d-1210-4b9a-834b-28aa78324651", - "d42a3030-e44c-47c1-8f15-a4987f2c7452", - "b711a580-97d6-4a6b-b28c-c956d163fda4", - "e3b6af9e-1081-4b0d-aab2-6f2d73dac468", - "47fdca59-b1e6-4d0d-8a1a-fc8f16993684", - "51c8e3c8-042f-4253-aa48-3452ceaa9b90", - "b62dfb1c-5aeb-4ad0-b350-efd09cf85dfd", - "1b96601e-0cf5-4c57-9c51-aa2f0a86d916", - "06744801-ce2b-4a8e-81ec-1ff4526d91df", - "8e082241-69be-449c-b561-cd2b8f268723", - "b4e76029-f708-48f4-b9e7-d6d4591476f5", - "bc1a872c-0e2b-4065-bf85-4edafe3158aa", - "a17ec89f-ee4e-4f2e-a8bc-e6939b780268", - "a1bc22a0-e024-4ef4-900b-51e032291a39", - "45cbcff3-db91-4c4d-b233-ff480cbaa95e", - "0eedc57e-b68b-46ca-8d54-0303f36b588c", - "8e85f524-7e64-4c60-900c-4267f2a3201e", - "b618dd5d-90a7-47b1-87a2-0a8fff0a5d05", - "8e83c52a-52a6-46b7-8cdb-b249d8a134a2", - "be726db6-7ac6-4114-a172-42b29c83644a", - "03cf98ed-4baf-4f5d-976f-cd11a8dfefbe", - "51d68613-d693-4005-abfc-2c7eee72c34b", - "68fdb7c9-958e-4225-ade0-dc288ae397b1", - "c2c42288-737d-4a94-a4d5-f4ac232a87c7", - "408e204d-aaa7-4b57-b2a9-5aa94a202b37", - "daaeb295-c869-4ce2-86d7-2b93a4caa3b6", - "4d9516b9-a40c-4556-aaf8-2fda570aca17", - "c8313483-c3cd-4c83-8b65-e7d517fcaca0", - "c3604fd4-73f1-4dc3-b88c-ee4c7df94c08", - "f5610c0a-0b93-4ea2-a098-37238f36cc03", - "42aabb76-48f8-4c72-b482-313ba07dc7a7", - "6a47520c-90ca-4cef-8535-e57cdea14d02", - "3b0424a9-c041-49e8-80a4-d7e4006b1ca0", - "ebccdcd4-1f04-4365-92ac-bb82bdc961f6", - "94dde38b-f573-4443-a557-47bce9ce2dbd", - "b6249791-2be6-4668-9600-f225aaca39a0", - "d36c22b5-69f5-4605-b334-4e39c10bda43", - "aa86bbac-dd6c-4743-856e-e7549b7d7f07", - "c785817f-c9ef-46fb-84e8-0d08b77e2b03", - "b010a06d-3df1-4e6c-8d4d-70d1992022a7", - "c3dfb298-082f-4c1d-97dc-84b7292c4c50", - "c550b8f6-e3dc-427e-a999-666c7feefe92", - "e3506c54-90d3-4ab1-9209-41e0b46c0fa5", - "45f8303c-27ff-443f-a78e-38a55b260fe2", - "134e54ca-cce6-434b-868b-ef0b0b07a558", - "1d36033f-e83b-48a4-a2ef-605d6be305f9", - "ddd2ebac-c299-4d31-b133-852496bcc01a", - "4a6c2fc9-6ac6-49a1-abdc-746b43073d43", - "826c493b-e549-4951-b554-f407a1cbd114", - "ac86c2c6-3dd3-401a-aae7-6dc5f732cbee", - "323bc866-e47a-45f9-be83-4152f1850b67", - "e911a111-cad9-4cb1-b64b-639ea244fd19", - "7508c8ad-c6c0-4767-9ff0-2f705b1a6469", - "68a1d68a-a4b2-4a02-b9b4-eaa845325af9", - "401ba2a2-d651-4d06-9ee9-1569a9253417", - "5bc3b7fe-ce90-437a-9695-fed4883c874e", - "2219ba4f-a802-43d5-a5b1-f3516ec1e148", - "329e2de1-fff2-468e-bec3-7e180a61cff6", - "b9f94889-f1d0-4771-8269-b85d2c5917f4", - "a5d7cba2-e659-45bd-a1ae-46085ec5c697", - "04a0bd98-c6b8-46bf-bd5f-21d56d8e0456", - "1fd40b0f-aca2-4455-b168-b15803319ab4", - "5f099f7f-8fc4-40b4-badd-49f2e726cdb6", - "7efb3b8f-9479-4807-8466-ef6276b86f12", - "ce935434-17b6-4b13-bb92-7b68e754351a", - "3bc69d70-ef38-4b61-8741-3a188c18f702", - "808c6467-5d7b-4c6c-b83a-e47b0362dcdc", - "4fe13b1d-faf4-486e-983c-97b7d0470e9e", - "c3522608-ddc7-4d0b-aa16-6fa291324d99", - "516902a4-2792-497a-9fa9-9ff596ebcd0f", - "180347ed-c17b-44be-af2d-567400400b0a", - "dc7e3296-ece0-40dc-a693-4c87c5ecec5d", - "5bc13124-4b0e-4359-bd43-ec3d9cd53724", - "855a9372-8649-436f-9e85-ceb090225d9e", - "c85a1f15-0944-4e99-9175-aa2f2ad34c49", - "ade7523d-cdff-4fd1-90e6-29c548ab345b", - "50f3094c-d10c-4f78-98c8-0175bf1bc7cd", - "91f6d93a-81ea-44e3-907e-8b0a5ed69ea6", - "9f041862-2f9f-45d4-a36c-dacba2738035", - "8baca1dc-33fc-4cff-a23b-9b1a05186c13", - "6622e56b-f509-40b6-a392-86e5d1107701", - "7f54c74a-e2f4-4a6f-bf68-25979f5ec121", - "f7e574f2-8de0-45ef-93e7-8a1b6765d77d", - "94de7a55-f03b-459b-9fea-190ec3fa714b", - "5fa8e3de-b96a-42e8-b5d9-cbc0c6a5b6a1", - "5d7fd1ca-6496-442c-a3e5-49aa586b7554", - "e27cf02c-479f-4265-8d4b-287c25e3730d", - "b9cbf165-2e93-4eea-a834-43ae320309f5", - "9aefb156-2719-4672-ae90-68676230d5c0", - "10b3f94c-bcf3-41cd-9723-8a454299b000", - "cc37c377-01c0-4e36-9293-f449a6b6212a", - "c63350fa-d091-425f-a3c9-5f28efdb5aec", - "1a314769-f4f4-43e5-8b8d-5ff4273c8599", - "e4bb23dd-5e45-4b12-9950-d5044a0d843a", - "14b09236-5ed7-4026-9b9a-92ebe564a6d3", - "54e7998e-1878-423a-97ad-b905ca7423e3", - "6597f3ba-c522-47c9-934e-496129949ebf", - "b73ff2e8-b2fa-44ec-b940-aac5c74ef3d6", - "bc1304ee-8386-445d-9196-4c3e9a0fd014", - "40c7b4a0-24c0-4734-9bca-acd5c822bf4c", - "e9649b21-0314-400c-8831-0df69dc0650a", - "6223a9d9-c6e8-480f-9152-7e223c0f565d", - "0dba20ce-618c-4a70-8f6f-a584df044cb0", - "21e86b75-1ee0-497d-8028-70eb6cd0c2a2", - "bbb46cb9-7fbc-4092-a5ed-c076b3c12cb4", - "4bca0fcb-1877-4b02-9145-1a5d767dae3b", - "3c5a7203-cd7d-45a2-9780-9b083913a7a6", - "ccba96e6-46de-479a-bd04-f8e1ddec0981", - "00d3efd9-d219-4bc1-a58a-dc96f3f8500f", - "159777f7-04c9-45a4-9103-4c398ff33f63", - "8aacd0c6-ad7c-4214-afe7-a0c25a42428e", - "db3bf625-e9ed-47ee-95c1-c09099e4b344", - "f10a82f4-bb14-464a-bf45-8a95f3446a38", - "8629bf28-c593-497b-be8f-2f010e9d3354", - "85097581-d65f-4f4a-8f66-ece83b3a8fd2", - "07299af5-1e56-4035-9cf4-50b30e4a19c1", - "cf2727a9-35b2-4b0d-bf46-7a3f1e7bc747", - "484bd756-a413-409f-8b8a-c3b67304d99c", - "b7f64620-cab2-436b-a177-4642925a8b86", - "de7e6de9-a1fd-4700-99f3-184b3dcb54d2", - "b19eafd7-7b69-4632-a492-993625d2e7d3", - "c370daa7-ad03-4beb-9928-f6bc0b1eb2f6", - "5ca1c842-5b21-4664-876c-e57e5c38ad61", - "1b0bf5df-5fee-4a95-83ce-1f5d8edcdc63", - "3370619c-1db3-4dec-b0ce-bd9226a0105c", - "4713375f-6f4a-4470-be90-6e7892d633ff", - "2ac25968-e1d0-47b2-916d-0306ae790b01", - "06c5f03b-41a5-4714-81f1-e915db3778ec", - "699a476a-7284-4a6e-9f3c-c62e4fb076a6", - "45040d9f-e84f-4a6c-ad2c-750d50a34b53", - "bd4b64be-391b-483f-9fc5-b5f17eac9a48", - "b9a5b73d-5901-4e52-87ba-26d47a78f24c", - "4e43967a-bd73-4d99-8339-cc5d72622916", - "40482eca-921a-4d5a-907d-876f3c8c6d40", - "4c8ec421-0ec0-4097-afa3-4a87263e7d87", - "04ef0085-f955-46ce-8876-28e06a1301f8", - "892ec3fd-5b6a-4079-92a5-9362ee64c650" - ], - "input_type": "biomaterial", - "outputs": [ - "042dce4a-003b-492b-9371-e1897f52d8d9", - "80036f72-7fde-46e9-821b-17dbbe0509bb" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "f5c4cc88-aa42-4c72-b38f-7a992050fa9c" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "7867dde2-6d0c-4455-8979-c60c19020afc" - } - ] - }, - { - "process": "fe8fc2d4-c287-4a29-b900-4608598c8fcf", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "36a391f6-d118-4fd7-be51-9196b0f3184f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c48cad38-5e06-4acf-b9ff-398867f25b0c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "73222bd2-3aae-46dd-98e9-209714396cc8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "68f3a63f-3b53-4505-889b-172960e0a62d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d52cc98d-5b2e-40b7-9dfd-c255de73602d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8f952be8-aefd-43e0-b2d2-b376768a31e3", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "462505d7-48e1-4d85-92e3-f768a93d4fca" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ac247d0c-ad85-4e2c-80f8-38814e7ba2d6", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "090682b0-dc11-43d0-b6f5-cf3dee18533a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d9802269-df7a-4a92-a070-054f9c8bb7aa", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e67853b9-dc53-4b5f-8693-8ad4e3a4d5d2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c0b0f252-dc2c-4d2f-ae71-3674193b5d0c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "69dbf7cd-c728-41d3-9851-916dc64e07c2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3341b360-e321-4caa-bb00-89d9d7a07f6b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1a6292df-a383-40c7-bc28-b8bf63e03967" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "89d923d9-e0d8-4b49-92bb-7514c2f6f170", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4aad31c4-06fc-4af6-804b-f10afa1cae1d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b141386e-3a5e-43e0-ab89-4396af30e603", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2a630ecd-440d-43c3-9c9a-2a8ec98a1784" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "36f797b8-8419-4a9e-b9cb-4f8c173ef3dc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b60a1acf-24f7-46a7-b276-39c48f3460e9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "246a5d54-3aa0-4711-ab0f-dacc2b9d6655", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5db6e3cf-bb9a-430d-8e5a-1499088526fc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2ab2198a-3f1f-4f1d-94b2-e78f164506d6", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6ff20c11-cb2e-4ace-9b3a-48094ce7a231" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "147c6f32-fc1d-4397-a178-fd04e2076985", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "58e26f53-908e-41fe-b9d2-72df1b7d7ea7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9a573ac3-81ea-464d-a0e5-2dde35ebdfca", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f628676a-1619-4efe-a305-9133282235f3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "63cd0286-4ff3-4428-8302-d230f752afa1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "fe7e5442-869f-45b4-962a-0a7ab0cb5880" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c3d33986-f546-440a-ad1a-582dbafa26af", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b4cb902f-dc5d-406c-99bc-4d73ccab777f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6d982d50-dd79-4246-a0bb-283e97b0babd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "19a38e6c-c863-41b2-abd3-f24016040027" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0a41147d-5535-4880-ad77-66fc44d4a920", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "850a7f8d-5dde-4152-8c30-c276ef23298e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f1254e71-6d52-40fe-abe9-5085fac34330", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "21087dcc-04ae-4238-933a-1c7b402554cd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3013c702-b90d-432e-8326-1144081b1047", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3b9db8ae-39fa-4db2-b588-adb267f3183f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ee115a21-65c3-407b-98ae-80cb82999cc7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ec9a213b-ce8b-4026-86d2-eff755253135" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6b5c2392-32d7-4e7d-8451-17334e4d4e90", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d9d8d0cb-6282-418a-8ad3-10c15668df6b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "32891309-b7ef-4630-bd32-7879b9fd5bd1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "57790c0e-6acb-461e-aeb6-c36454c61dc3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f4e6761f-0707-43c5-92c3-a2f8801a921c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "65f3dfb0-432b-49c5-8994-9b0d6f65d1e8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "dbce424f-f96f-45f0-9fde-5241558f2120", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4c94cd55-8762-41b5-87bc-7f3d8fdc33f3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5ed0c634-e904-4ae0-a69e-cb00870ee438", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9391d982-8442-4164-a79d-e2d3db0063fc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "60274cc8-e3d5-46ba-9b8e-49a97b6f3de5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f8369f37-a63d-479d-8ddd-3322a00677d8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "dcbd2407-bc33-4217-b4bb-67dc05b9a686", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e344d025-ee6c-4964-9bc0-8efcc51753c2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3217bf5a-b997-4426-9ceb-7e76fd96f23c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e5fb4bb6-838e-4c60-a3fd-6ecc94714f24" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b09a6612-370a-4234-89d1-a2a1c3dc16af", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ade40a53-09ea-480d-9762-38c28568062d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "12ce8719-3829-483c-b61d-f0fa942fd9d6", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a0ee4cc1-0123-4bac-9226-37a6cbe590dc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "20b21652-294d-47c6-b605-b40379032801", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "63e7c402-0064-4077-a24b-6146f8e0b5c9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7a21f753-6b40-43a6-b890-621fca012cfc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "30b2ca9b-bc69-422e-88e6-aab7cf2bd709" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "55215393-5814-4fe3-ae0e-ce15d085fb18", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f323ef31-62ac-4edb-a423-cf4ec94d2f8b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5d6e33d0-3d99-4ef4-899b-3ad4ea3567a4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a97c011b-9709-494b-8787-b09282ee83ad" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "49c2d528-3875-4def-b009-79c7e33846f4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "65e1cf44-e740-4ec9-a800-45f27622007e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ce827d49-d8df-4285-8f4f-c7d4b9cb18c7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "76c21f33-cf6e-43f3-b727-c408ad1fc1bf" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "eeb5cfb9-717f-42e2-b752-ab164d4cb391", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "773cc07f-c5ab-4db7-b313-feeab737f18a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0d837005-f544-46b4-9eed-8415bda886e7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b7b29f4a-cc95-4be6-b0b1-e7b2acbc3742" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7b0e997f-a18f-4f19-9746-0837d3fdde1e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d1e9e5f0-32c1-4a03-bb5b-baa3279a7cde" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "05413c8c-b3ad-485b-84a5-62532120bba0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6f4a1381-294b-4c57-89d9-9d4bfbc9f371" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4595374e-910f-4aef-a667-626ec254bb2f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ccf56b9d-2e63-4eab-b8c5-39a41e87073d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f8ce10df-4f81-440e-92bf-57752268c0d1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c6883b2f-e67f-4806-87ec-fdfbedce1c58" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "53d9c267-4b99-4752-88b6-5e81593aec8f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "28864088-bf33-4bb0-a7bb-e5a4da5fb748" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "988dcce4-3eab-4810-bbcb-a3ae3b34c7cb", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0ad08c02-259d-43c5-98e3-a2217eecbd20" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0709d3ae-ffa6-4271-a8ed-36eb7a28103d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5f941ee4-0d8e-4c5d-8479-3a88b97e5a98" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "32832d83-abec-4e9e-a58b-b14acc1ccfa8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b70fecce-c652-4bc1-b225-1694470023f3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "561d741a-7840-42ee-a784-0c4ee585d76e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ccbbfc2a-700e-483c-b9c0-27cfc0630c02" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d3a5f49b-7bf4-4691-9b35-76308b9b5a18", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3917d3cc-4c27-4626-90bf-ab5d018cc55c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f81931a9-3746-4474-bb63-4139aca1531b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4bde7812-555e-4dca-a4f5-35d6457d157f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "03d6edad-5b5c-407e-bf94-66f68ea9c950", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d24521a3-c8f3-4d8e-b682-c957c3f59807" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "45647374-a372-4670-91e4-4be91a09e310", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0d743241-997e-4c51-803a-2c39eff12d4e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7bee5e6f-266d-43bc-8b4c-43aa48d2847a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b1775d29-c0df-4df9-99ac-38726ddcce49" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8591002d-74b2-44f3-b964-f6f7fcfff84a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d23df5d9-a5b7-483a-a6e5-63169ebd5b64" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8c255de9-a155-4c97-80b2-4ba2350cfb5a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4e9df9c2-d70b-4116-a30c-f85800aa59df" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ed0a7ad8-f66b-4f61-8210-3f2786a2f7dd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1d15b2f8-e9c9-4ed6-b636-5d3aeff5479a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "22c5df75-f10b-40c6-aba3-f7468da28e3d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4673653e-ce26-4803-b829-b379f8e5557d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b4bff3a8-ca28-4ec4-a8e7-d2835aab1987", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "cfc6d7db-6691-48b6-8d6b-60a4440778b5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7c1e17c5-979b-485b-b0f9-067141f73f50", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1a6355b5-516f-4327-b13c-94c2dceff4c1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "afa03a51-faaf-4020-a486-13464c6a7154", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "90570f32-fa18-42c9-8ec3-d524e19e491a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "71d78948-b4c6-49a8-9f6b-280129af1af3", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6d9e85f2-0b13-43d0-8ba4-86ecd087a590" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "023c0a15-5a1f-4d70-b6b2-d6094725f380", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "fc60766c-7c21-485a-8b3f-7c38662fc627" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "95dc7705-7905-40c4-ae21-f417d99c1f57", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3eac9541-a06e-4082-b950-b68dfd514a4f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8c16d3eb-3a35-4510-8d8d-5097fdf4f277", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "53cdb39f-7010-4357-932f-422f94eca0e0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b735fe09-b90d-4b19-8215-ae381c9b6c7c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ff8b81fe-2e09-45c8-b7d3-9146172176ed" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ed803458-c753-4aa3-85f4-9460aa6bdd01", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2a5fd797-268f-4f87-963a-4c09833abf19" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3144dcfb-b371-42d6-849b-7f8c2bd663ec", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bced27ff-af66-46b4-bc3c-06cbf57815bc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "61c7f8b3-9620-4d17-b4cd-dc1419b43f0a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5820978b-f2d8-4913-8f4e-d9e4cd71b1aa" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "14edc0e1-d158-4a70-80c3-e2f5be01b495", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "30cdff42-2242-4e76-a9c9-882d6632a397" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2708c5a5-e4f1-4381-b2d9-615b71852065", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "96c8635f-9dd5-4db7-b336-c4cba4fbfbd5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d282bbf1-fa9e-4565-8424-fd280b38c192", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8d03865e-a908-4ca6-aba0-609a842baaea" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d8bc6a75-ef33-42f0-ba3f-929c86aa4c4a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ac3a1a43-ba50-4734-abdf-466bf995760e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "87724346-0767-4373-95db-1d152c5ff4d2", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7dd7d962-a1ac-4275-bc69-b33ef9f97ee0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e6dbed50-e897-4c58-8684-d358961979f0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "46668358-58ea-4f40-9e51-8f7669bb6f48" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0c26fb4d-de2b-499b-b873-1a7c1bb20dad", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4002a86d-c13f-4b44-8796-2acba8dcdf80" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e1ae2f9c-e4f8-4ed5-be4a-53ac612179ac", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3082b185-c821-4b3f-85d9-d7c1f02927ff" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "309cb748-f4b3-46ff-a8ef-23a0c3a42a99", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0046b2a3-061c-48fc-a0af-0c874d725359" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2a7833a8-1c57-4f5c-82a7-b11dd86b8637", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9d4d1acf-aca9-476a-a98b-e5897aafd67b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "50b6918d-6f63-46e6-ab21-439a3c79d649", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "35cc7aee-2b8b-4609-a8ba-1250ec556a53" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "28e3da84-8768-4a26-980e-884418060211", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e00b0e46-3d90-4e62-a87c-ca288e46a961" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "24ef50a0-f81b-4e0a-aa08-886d9c8a8690", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bedec879-58d2-4da7-a5dc-0b5807d44acf" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "55f55615-93b1-4d56-b4db-6851ae8c2ccf", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d30ce499-fe12-4327-a563-03023e5930b3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "cd0e9fbd-cad9-4a26-bc71-808f5c1c1c37", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "66812575-aa56-44a0-aefa-b746b99fd96e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c90ca611-d560-4755-881a-eb58bc3014c2", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "342839aa-c58e-4f93-bfd9-7b65bc8b85dd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "904a4d45-f245-4971-8867-357e98b546dd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "71b018de-35a9-4aca-8b08-4a84d2b1a47d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0a4e7fd4-2b9f-4ab0-b562-c05d4ec070a0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "13c900ac-7e8f-4c68-a84f-d56b247451ea" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d37083aa-44e7-40b4-962b-b75b60bd1c1a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "473c03c6-fada-4d2a-96b9-f7ca29044536" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ceffe756-2f76-4eb3-ac71-81b671417921", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f5cac140-58b2-4523-bdb7-9d66f85642d3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d1776e61-bc3c-44a7-9822-1f2283b2522d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b44e6954-97e3-49df-90b7-614c8cd77c0f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2f8f6f9d-8776-412b-8b90-39200659ea2f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "78fa6df1-442b-46c0-918e-b250eaa3e0dc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d9c0b712-8e43-498d-9351-28082637992f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a5f927d5-05f4-4478-8e52-09a40c0ca82a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3b45ee92-c5ba-49dd-b936-3d0c3262e820", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "23bfcc7e-f7b1-418f-a8d1-2d85691d1d3f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8eae0593-bd62-413b-8112-925c77d52aa5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "38a4b411-5100-4122-afc3-a752f189a439" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e68c4790-33ba-4043-bf6a-d1f8cc43d6b2", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0ff5ce81-4cf0-4e1c-bacc-fdf0ac9ecbe1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e31b881a-1c5b-4388-9ad8-5defb087424d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c91215e8-bff3-4ddc-bf97-c693a8041bb8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "40ec7b86-ebc6-4bd7-aba1-7bbe3c47237d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b04e4c07-3552-4a18-8fb5-a8b854fa859a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9fe258c1-bda5-49f2-a9f0-27bf1c60d8e8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "92727211-1035-475d-99a3-33972c5eb436" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c0a5b08e-171f-44bc-988c-6d97b34cf9e0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1749997d-d4d4-4844-bc5e-d4eee2c42e69" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "895beb4e-b3cc-4b29-8af1-3a1fd371df33", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2a1d8e72-5133-4fef-b7a7-3271b977170f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5f9cb191-61a4-4134-8365-43cc7933be9a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c69ecbd5-4d59-4e55-a59d-f4d10640f131" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ac52cf25-e009-4f3c-ab17-29bd7ed0c723", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f670004f-0fa3-4518-9d89-858aa2d002dc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f6f157ba-df4a-4b6f-b832-f9eca9e4962e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ccfe1a77-90c7-4ad3-8977-f3ed420fb33d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "960d97c5-b30c-4f22-be2e-f85a46215058", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f29dba0e-4834-4170-be5d-50213c4a3977" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "78f6dc92-6e5b-439d-a690-73453f6b61a7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9a329bec-4c29-4eba-8c0c-f5b28e525eca" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "77f79f0b-938c-4107-973e-0c8629f53f97", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e38297df-9eb0-43f4-af5a-d4dc6cbc1b8d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4dc653e3-bddb-404e-b046-93f25457b485", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b28c4a10-fb53-46ee-a2fb-c1ea96f93749" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "675d4a06-7996-4396-9aab-4ec6f8dc3ffb", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7a1d98cd-3955-424f-a882-4fd7bda39914" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a236f1a7-b981-4ad5-97f9-a1fc344965d1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "97030a10-817d-419b-8f0d-5925d8a7eeb2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "60b6d678-b0e6-4bae-8a3a-f216f0b9bee5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "fb11d84d-9493-4c57-aac3-3a7937e58ad5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f955da94-772e-428e-a8cc-79ad19547dd1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "353c2625-7d6f-48ac-ab55-8327cbe22179" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "cab574d5-e916-447f-af40-8f88bb530318", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a3b96919-7ac5-4f59-9d3e-f7b4c452ceb1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "173d6eae-8a36-4421-8292-5d8a54abe3f8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ab442056-f765-4c28-977b-994fc76d0856" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "003acbd3-50b9-407e-bd45-83a3e34822f5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e50c579d-0dfe-4c73-96a1-df76dc01d2a3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "468751a8-396c-4529-b491-e007f427bafa", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7d6cdbfd-6fc5-4feb-8287-259c9a1322b2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "09ee7b7c-47d4-4ba7-aa3d-e657f210005e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a086630e-a35c-439b-aa38-f681038f5be7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e8d0d039-d594-404f-9168-8d05787bd540", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f9ea5480-95ac-4e91-9c58-f73f2ad246d3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "84896b33-e428-4620-9d25-edd5da9dd23e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "260382a0-004b-42b7-aad9-2f512455a650" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ceb6ef07-0ccc-4fc0-9fe4-efe09e4fe8f8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7506eb7b-863c-49ad-8b54-b9c46f95f463" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ebfd6937-49ec-4573-955d-92a39d6a0488", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ff83a3a4-175c-45b1-83a9-263054bc403d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d6cd0f2e-4b5a-4574-8285-a41ad6bfbff1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5ce04010-0a94-44a0-9de2-6a768db775de" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "29e91ec5-0203-4cff-ab8c-de85845b59bd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c405d2b6-c998-4c04-984d-9e07b0606602" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "fdcfbb5d-dcb8-4a85-967d-55b93459bf8d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e9d18b01-edd7-43a0-9d5e-922b6935c623" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "14d35dae-8a80-4d01-b72d-437616c33668", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "eaa3fdb1-a8b3-40b3-814c-2bad70e165b5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "839f6c93-cbed-4a31-a896-f69dfc00ec66", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "977bd67b-beec-4f46-b466-8b41d0407883" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "00d28e19-3708-4a45-b658-0483f3f345e8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "512c61a9-d425-4c99-b386-a42648a6eab6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2177bd90-1778-4012-b658-b5eac6fc31b8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a31d4351-1a70-4606-a141-3d1f5b1edf3f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "59698450-da74-4160-9089-2f6687562bc5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "479084d6-a6dc-4c25-88cc-901e9a0cbb77" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4dda8259-2e84-4ac3-a9b9-53cd56933415", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "23357462-2a8f-46b2-bcc4-bb70bdb111d3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "574bcc1a-aa15-47e8-85c2-0fcbb68261ab", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "34012657-85b6-452f-8722-fd67f91faef3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0c6a1c50-e6f3-4fb4-8671-e9312670335d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "63d08fb8-6fb3-43cc-92af-b817dd67329b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "83726606-87ea-40dc-8a16-f40e6774cef5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4c525eb9-61e9-4851-b075-1ff3b7607af0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0167a28c-32f6-4b9d-8c88-642cc26e8916", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "83ded0ae-0826-450d-9b4a-06e3a49f9fa8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ecf6f18a-7eab-4feb-8022-63129cd82b30", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "af0c8790-9eac-45c0-9582-d5acbd57a636" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "eba1c33c-2a11-41fa-b3cd-d345f5b7030b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e741cf6b-f293-478f-8c93-93fa40a99e81" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4b6bf410-4a3a-4c30-b28d-584e0faa3b33", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8971ab0e-d20c-4a9e-82b8-2d5e8b063abe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "bbb99052-1caa-4827-8237-a689c9a5c671", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7f0fcea0-eb45-4aa7-83da-87f3776e37c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6bc46de8-0850-4df8-913b-81ce3a512992", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bbbdf930-7bb2-4b0d-b345-cf1d788666c7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e1711ee4-dbfb-480c-9ead-cc1cc49cfe00", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ea4a27f8-279c-46c2-9b88-f66c1fd91780" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "cad5cb7a-3aca-41d0-8b96-acbb3103a23a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b6ecf45c-4e8d-4a89-ae9b-98ee023dd878" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c056aedb-be1a-43b5-bde5-691b276a8251", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ca622a16-bd7b-4956-b054-3b957cc3ab14" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8eb253a2-76b9-4e1d-a446-021ff683984d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "faaaec08-7e4b-4b72-98d7-9948f707d9a7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "cb85a088-9924-4765-953e-670576d80c88", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "81737f70-9097-4870-85ee-04cfd56a11f9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9f44febf-5f1d-4e3a-9588-63c43c01e554", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4489f530-1179-47e6-a5a3-93a165b78b4f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9a0dd61e-9961-429e-9771-58f3f7f711ab", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "118738b2-b964-4ce9-92c2-99233a9bf1f6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c8c8e860-9a7d-49a7-8502-528b63da2518", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a13895d3-7878-43c9-b4fc-a28ec263c2ca" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b6cf8d61-a706-4bbd-9bab-be8d46817fc0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9b45270b-3a2c-490a-aadf-6f492428a30a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ce7d1edf-6c07-4453-9146-0974a788579f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "792cb5eb-6af3-48cb-b8f4-2ebae86d874f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f044e1e6-385d-49be-af93-f5ecae454904", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d7be23ac-e7ed-48a1-b2ec-23239e1d2582" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "77da32f2-9e40-4466-a305-d83c228133f5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "dcb5f54a-4a75-47e3-b89f-8d7ba0931bf7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d3e99b39-343f-4b79-b82f-bdc15c2ac134", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "49485ecc-2462-4e9b-85c5-2c928f959865" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f18a67d6-1af6-40e9-b2dd-bdb6ff507411", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4e512abf-defe-4d12-acd2-e10c0c6e3773" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9db2b842-085d-4911-bd15-c23da70e0ef9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3d739e69-414d-4c6e-9332-d33645e5b2a1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "98bba296-21f3-47c8-b29c-e1b4f2918b09", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b2c053b2-fd84-43fc-bd47-d0cd401dea50" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "96bcce65-2618-4401-8701-0e59b17ef0cf", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b9ce2b0c-b4d0-4ef3-afb9-53baf73afdb3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8fd5f176-05cc-4607-ba85-95f2f5ed46f4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "673e9c5d-f467-4176-8e3d-165dec07cb35" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "77c45736-10f4-4b9f-bf5f-0244619af9bd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7f814cfb-24e1-4b1a-a764-90b3ad762f76" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5ef19708-cb21-4b66-a95a-e663d3005a2a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c3789bf3-8c00-4074-966e-0769f301ce56" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "213ad5b1-4174-4047-9a0f-f9cf86cc0704", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4904d265-343c-4511-8c1e-9f6127bb1240" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8e42ae20-29e7-454b-b92d-9c154c04f299", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2e34c3fd-7d0d-43b4-8d95-01b7ea4145c2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e50c6eb4-a23c-43b4-8c9f-f87c3ebb47ee", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "45bb9541-0bc1-48bb-99d4-8bb33c8c66ed" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "de0401d6-bc99-440d-9ac4-fed02f3e5363", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d2842cf5-c81f-4f3c-9fc8-60dcaf45c096" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ca0d2f23-5eb4-4141-bfec-a32c25ff78e6", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5f968cb2-026f-49fe-abb5-ad7bbda8571f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0e15017e-425d-480d-b6dd-0759bfb06262", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "97a5ef2f-46ff-4e2a-a88b-f4ae815c2338" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f5096a3b-6f06-4986-b711-a02a0cce57ac", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9228c6b7-e42c-40b1-bf24-c3c78b60916f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6d51da9f-fc01-4ee0-9384-bbfdbe177ba4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "09cddb76-929b-4b6f-9f7f-8497df2a2e7b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "93bee3ec-daee-4975-b2d1-f3e6a157eb1b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "418053f9-a3af-439b-8da4-9a87da9332fb" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5ae652cf-27d9-4b34-a22f-b8b52742c638", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "cb590483-a17c-466c-8362-69d51f724740" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d322b92d-af37-4d41-918e-87b2994ff286", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "96b46301-bcc0-42d5-95ff-c6aece337b2e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "58056a70-5e38-4533-add9-60efdcaf2687", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "df4bc869-57db-4417-a6c4-2cddc0ad9b6c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a6e899a7-f41c-4711-904c-bca4127e1832", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "955a16c5-08a7-46e1-9605-6f20006011e5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f58bf8ad-2519-42f4-a0f6-84c3548b1712", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c463e2eb-0fa8-4f21-86f1-c5b9e76fd7cd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b8834860-9eba-4f5b-8e98-2fc889ce9831", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c1b1a57f-5787-47d3-9c92-270e55aeaeae" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "575bbef8-937f-4272-8d28-e2a97d77a960", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e59d038d-1035-4782-897b-95c2a3fb8ea6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f1d2b1e0-dd0b-4289-a160-4d6d8809b089", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ecb35227-6347-46e6-8330-da248b28ef1c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7ae60323-30e2-4d71-8fa1-5847b7f30efc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9346bd7d-945b-4a53-9a1b-2da8795edb97" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ec99f437-ffbd-4a59-a1e7-d7e352a858e4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "008b705b-7453-48fb-bb43-bfafb83aaecb" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9df92cef-0d77-4ac1-9f81-61e52c2c2207", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2e313cd2-7082-444a-8dd3-485a6b47ca56" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3ebe3c1e-a991-401b-b532-10b4ab1ba852", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "aefdb247-002d-45c4-9100-137709c20aa3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "aa5cc11e-7dc5-496b-af11-83ea79207b00", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9c2c2878-b50b-4fed-87c4-fee0424f8409" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f467bcab-8bcb-41c5-b940-6fbe1635503c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ab0804bc-91e9-4d6e-ba70-ff05cd9a238f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a0c7fdd5-9e5c-4c0a-a40b-0bd1769273e3", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "287984c5-d5f0-4b35-bce8-ccdea8cac79f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ffd59e51-62c1-49c8-b71b-b7b4e8fc3fe0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b72f1527-7d06-4fcf-8d8f-3a0e688441d0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "792404f3-94d1-443e-895e-e73bda57fcf6", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8ff1b66b-4c05-4df8-b245-5a0e1eace8b6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "41f3d081-c53a-4ea7-86ee-e510af1a8798", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6b0839e9-1066-4a33-9e6d-1d808bbe0bcf" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "42a09592-e041-4a8c-8452-904a842fa30d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9a0b8dfb-fcb6-4986-8045-27f14d977e4c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c22db48f-b823-48d4-8e3a-f01e70a2921c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8feaa5f8-3e34-40f4-9c6a-b07a035cb312" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f45dc3b0-d69a-463d-9da9-884784a48c1a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d37eb2d9-9d44-4dd5-bbbd-ecd78aa1d5d9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d296f555-8a55-4bc3-ab1a-adc1295833ee", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7d3360f2-70fe-404f-88ef-5aee14fef59d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "195a66c3-d4ae-4257-9f41-8bef27b514e0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0d2939dd-07cf-4f2a-9a94-7952ca8f5b37" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a0285e87-8189-4aa3-b723-a32102d46b7e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e7201c2d-23a1-4601-ad71-9e7c1a9ba624" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3d8c3dd9-c392-467a-83a2-024a0604aeaa", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "69904f6c-bd79-4416-aec9-01ca3ce9cf30" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ff8dce18-6df5-4b67-a37b-87ffedbbfebb", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "889c1653-f645-4fdb-bf2a-d3df1666db8f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e2c6e99e-3ca5-4f85-a972-4aa9dd858e74", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "44702201-4017-40b5-99b3-294cb18f6485" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "149d1d36-a61b-4fd1-8fbf-610f67187b7f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "dfa7b19e-f557-4f3d-bb65-4afe77b9a571" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "1439c596-2a18-44d0-818c-e9fbc6f4e56c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5be090a1-17fe-4fec-9608-a9e76b2a067e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "30260b65-477c-4298-b982-100bb5cad548", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "fc031919-8ec5-4935-83ef-73560bbffa12" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "52c434b1-c474-4ac7-8a02-7d17a4291221", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e516c62c-9248-4b02-ae5d-ce6d93515431" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "bb27ba8f-3d6d-479e-a9b7-5618c893fee4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f8abdc47-8e73-4988-909b-bb2bdb1ac015" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c7e0d3b9-c8e4-434a-ba46-5beb2a46f68a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ee754370-9a1a-4ef0-a7c4-38d77c5b7fd1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a5188edf-48cb-4b36-8166-1b753d4a2cdb", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d66a864d-075b-4ffc-b315-6819d306107f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "27e557d5-1880-4b35-a0bb-3e04b5f6f929", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e68e7817-6bb8-4463-99b4-996256ba2059" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "21cc1175-ff0d-410b-bd95-e7fc9e9b8bea", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "27cc755e-524e-481a-8482-5f15e5dd07f4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "233a0067-5271-4443-a479-b5a4adf56fcf", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "54e37fd6-41a4-4cec-9dd9-e722a155a09a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4fb4b48b-f2aa-48fc-b6fc-52ba4dc39895", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d828fd3e-18c2-43f8-9fec-b6f2a038fc20" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "66e8a4b9-72c1-4af3-be1e-716cd0d4dd4f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b118bd6f-e3c7-4e24-a86b-bf7eeb20304e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4e5e9b0a-c8b5-4882-bbed-1cd2c57df460", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "96653737-43db-4320-bb50-2f9613d62051" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "304bcb2c-2803-4f06-949a-5ac3aa53db77", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7e8f718c-5d14-417c-bc6e-8471413a198f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f8d80897-38f0-4888-aec7-52e72cb9b908", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "973529d6-eb7f-492e-af31-e3cc85a32663" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7073457e-3e6d-496e-85c9-4714f9f315c4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "69bbeb43-a654-4a63-9744-5ff4fe1159ae" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b422c34b-897a-4ab1-9982-b9a6bc8f8034", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "00a7c1da-8a02-430e-bb98-e97ffcde034b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e22b254c-1ee4-4acf-a41b-1f4bbc03bfcd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "766f48ea-10ee-488d-bb12-511ae63e8c8b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "796a7270-3778-4b9d-aa20-975b1859fecc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2fc1d678-e328-43bf-8141-237e34348dc0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0d366744-a208-416d-a3ad-2aab66e08a21", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "82a2385e-4796-455e-a37f-9ccdf64edc60" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "fd16e7c8-8244-4c00-bc4a-b7b43a399838", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "897bcdee-8298-413c-90aa-30a8bd7257dd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c40624c5-d5ce-4085-a4d9-59762cca79a5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ddb07363-366a-4bcf-ad11-f84bfe22dc49" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f8b1fae8-8004-4614-80db-deb91c1560aa", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0e1f39d3-c9a0-42b2-9d79-343e1c4d65fa" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "18b3dc33-0483-4cd7-a39b-3d902502dc94", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "dc4d9d54-fa0b-48ca-8bd1-c073f2707901" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "95390145-a217-437a-9490-ca97fc502f2c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "864b9bf6-abae-4f33-a132-cbd0531953de" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7fc2654e-bf55-4c27-a7ea-e16fb1995a63", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3ccb5f99-c5ea-4c46-8c73-ee682fbd9e7e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c2d2b9e6-ce28-44df-b450-ecf1c9747f29", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ca007aea-f452-4925-aba6-3fc250cfc5ab" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6c89dda0-a08e-4d88-af0a-7f9eea539485", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ed2f6d88-de43-4199-9b1b-5dd4a51ca8b6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "fa21bf64-3c99-4e67-9829-e9c043d3dcdb", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "33de2519-03b7-4556-abf0-3e87df485928" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "beedd161-19be-4a17-8fff-547391336354", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c3b3d34b-2c45-48fb-9f7b-af3c700a9470" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a7a6fb70-3ccf-40cb-b460-040ffbd87720", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8bd1a6ca-79d1-4af8-98c5-a87cc00bdd93" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "682cb6da-f9b6-4451-84ee-0c9a8f3d8c92", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "19f0efe4-effb-4110-9dae-5c69326fde4a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a955a0a5-68ec-403b-a838-1b7707a5fb0d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "67575d18-ec23-4c84-adb7-21c72a9fb8da" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "736386d6-31eb-4685-ab60-7876cdf26290", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "043813e3-e773-4237-819c-dc3517014aa9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "21877ac1-2a36-46ce-bd13-bc6a09162a0c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "63df2596-d6e0-4021-abee-c112d79654d3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "1de5effa-95b1-4923-ad12-0118e860e518", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0c840278-1998-4d08-a5c8-76b8708130a8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b34004d6-0208-44de-9947-d1e1700f35df", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4940131a-be8e-4ba5-9c91-ef9dbdc81763" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4dfff2ae-7ef7-4dc2-81db-c3849c1dec53", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bad4f40f-8023-4c53-9b98-e9833e5dab9c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2a5d7bbc-0443-4173-961d-d6474d3d9c5f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "052161ca-c389-4b9e-a6ae-6f2e37739988" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c54974ef-353b-476f-9b5a-6e505a00bd54", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "450be104-d782-4f9a-a438-578c951c2686" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f2168b88-c76c-410a-9a31-1215dc4a18a2", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "755fca8f-3c4a-4b9f-9ae5-1a8aef3bd27e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ac9a35c8-03be-4688-8460-de54dfd57bce", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "614cb73f-7ed9-4ded-93a8-d7979f124550" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "bbd0852d-4e21-4479-9c5c-b100d3f0a487", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "20ad6581-b62c-4d01-8db9-48c0d09fa674" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "50d701f2-9647-4151-87a4-0802e5ec4540", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "84a7252c-70ad-4620-96ce-13086c5edc72" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "16325782-befc-4e00-b044-5654f5579e9e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2546ba98-ebc5-4bc5-87c9-f63e74e736dd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8c7d4ea5-65ab-44c6-9ec5-8e641cd58669", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "deaec450-2035-4bf3-8ead-7e43ef73d6b9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0a38c343-d827-41d7-bf5b-506a7e3f6f5a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c3e4dff7-fcba-439c-bfcf-cfb28c16cc6b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d8ec6180-4083-4724-8c79-775e4e7e9bb9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "11ef6598-47b0-47b3-ab82-6522e920be48" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c87fe066-85b9-48aa-96f8-3b8145bcecf8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7dd4926c-61cf-4641-948b-447167f4bb49" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "31f0a526-e0b1-4f68-ad82-90a01ceedf4a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b1b36ac8-45ee-4ab1-ae44-4a3f227502c6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d1d8fe7-ef40-4b9b-9bbd-26f97608111d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7b25976d-4b25-4632-84f0-46a492d7a2f8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5b74f5d0-cec1-4fa3-af84-f6b34c8b7e7b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "070419ba-e292-4212-985e-59e6ca23c14a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "bd70b6d9-4700-4250-a499-b68e34ecf31f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2d490b08-225c-47cc-aaa9-c8eaba61352f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c76d470f-639b-4d51-86c7-c89b5ed7277c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4f42bb6d-1210-4b9a-834b-28aa78324651" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4e114632-cb47-4089-aaea-dfa20c9f1e62", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d42a3030-e44c-47c1-8f15-a4987f2c7452" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7fba9655-f7b2-4ef8-b560-1947ee9a6645", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b711a580-97d6-4a6b-b28c-c956d163fda4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e7c9c9d6-7f73-4b00-9548-566d1bb397ba", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e3b6af9e-1081-4b0d-aab2-6f2d73dac468" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d4470749-2f0f-4e73-9e83-cbbae5fd089a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "47fdca59-b1e6-4d0d-8a1a-fc8f16993684" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f1b28cee-5d0b-4349-8775-329d82796cc4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "51c8e3c8-042f-4253-aa48-3452ceaa9b90" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a06dad17-1c94-40e9-9717-aca41c0324e9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b62dfb1c-5aeb-4ad0-b350-efd09cf85dfd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5b3cf865-5ce4-48e9-a77c-4222bc888377", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1b96601e-0cf5-4c57-9c51-aa2f0a86d916" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a7fdc506-0c9d-47ea-89a2-70a07dcf3aa9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "06744801-ce2b-4a8e-81ec-1ff4526d91df" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "43d38341-939c-453f-ba87-fee930f62f59", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8e082241-69be-449c-b561-cd2b8f268723" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6c825f1b-3096-4bdd-baef-1c4249fe6dc0", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b4e76029-f708-48f4-b9e7-d6d4591476f5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8c6d329f-fec4-42f1-b7c8-ce9d6b9d25a9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bc1a872c-0e2b-4065-bf85-4edafe3158aa" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "13dee021-9df0-428f-a263-74ab5707ad08", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a17ec89f-ee4e-4f2e-a8bc-e6939b780268" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "24c09eda-1e42-4c9a-92ea-ff36ea5f3686", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a1bc22a0-e024-4ef4-900b-51e032291a39" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e97f33e2-9ba2-4721-9a5c-232f823dcd74", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "45cbcff3-db91-4c4d-b233-ff480cbaa95e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2b26d415-37ae-4af4-98f9-048de79c8b10", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0eedc57e-b68b-46ca-8d54-0303f36b588c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6a9dbf21-01d5-46a6-b341-21b6abf2e436", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8e85f524-7e64-4c60-900c-4267f2a3201e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "1e7daa14-26a8-4e44-959e-a74854f6719b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b618dd5d-90a7-47b1-87a2-0a8fff0a5d05" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "43a0719f-8617-4733-a21a-fc458dc6b1fd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8e83c52a-52a6-46b7-8cdb-b249d8a134a2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c9d19b56-1e85-4ed1-a3a7-fcc7d142d664", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "be726db6-7ac6-4114-a172-42b29c83644a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2bec6b9c-f33e-45fd-b822-d2b7071bbcad", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "03cf98ed-4baf-4f5d-976f-cd11a8dfefbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4c02da43-cecd-4758-a3e5-c9a4db200090", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "51d68613-d693-4005-abfc-2c7eee72c34b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "63268ab0-d459-4c7a-b8ae-7ea18b7252b8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "68fdb7c9-958e-4225-ade0-dc288ae397b1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a6d9d3e7-02c6-4b9a-8caa-423345551e39", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c2c42288-737d-4a94-a4d5-f4ac232a87c7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a3965e90-4f0c-4187-8bf6-69436a645d2a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "408e204d-aaa7-4b57-b2a9-5aa94a202b37" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "1c7fae99-1d99-4d61-890a-1af12d27e606", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "daaeb295-c869-4ce2-86d7-2b93a4caa3b6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8c05af39-d013-4aef-8930-5fcaf5b32ef7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4d9516b9-a40c-4556-aaf8-2fda570aca17" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "24dda6cc-8ec3-45d0-ad30-3a7e1bfce9fd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c8313483-c3cd-4c83-8b65-e7d517fcaca0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "03ad13a0-9c70-4b40-aa08-4a14fd5bff01", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c3604fd4-73f1-4dc3-b88c-ee4c7df94c08" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8b9beee8-fe3b-43de-a415-6d81fb9f6cfc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f5610c0a-0b93-4ea2-a098-37238f36cc03" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "882467fe-468d-4d99-8564-e858090ae82d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "42aabb76-48f8-4c72-b482-313ba07dc7a7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "080b4882-edb6-4c7b-9085-0b30810a4f44", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6a47520c-90ca-4cef-8535-e57cdea14d02" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8e1fda4e-37fd-4613-8b8d-87f322acea15", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3b0424a9-c041-49e8-80a4-d7e4006b1ca0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "29aeda32-9ead-40e9-860b-db3427d9b46c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ebccdcd4-1f04-4365-92ac-bb82bdc961f6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "48f244ee-ec2f-49f6-8bb8-78cacb4328cc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "94dde38b-f573-4443-a557-47bce9ce2dbd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3fc813f1-e7f6-4344-8661-5464ec7191f8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b6249791-2be6-4668-9600-f225aaca39a0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a44ca11b-028b-4a14-94b5-e957ff1f75ec", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "d36c22b5-69f5-4605-b334-4e39c10bda43" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8619a7fd-1109-474d-8b86-1c3556162495", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "aa86bbac-dd6c-4743-856e-e7549b7d7f07" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8636325a-4931-436a-90d1-ae4f0b0ce68f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c785817f-c9ef-46fb-84e8-0d08b77e2b03" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "aa39ffbd-c171-46a5-85f5-bd3de557641c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b010a06d-3df1-4e6c-8d4d-70d1992022a7" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e299346b-d057-4bd0-8867-b97c1e7a5e8d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c3dfb298-082f-4c1d-97dc-84b7292c4c50" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5bf0d140-ed66-499a-9db7-7d7448253a4c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c550b8f6-e3dc-427e-a999-666c7feefe92" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e8a6ea1f-1ead-46fc-9206-527357456912", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e3506c54-90d3-4ab1-9209-41e0b46c0fa5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a29b77e9-81ed-4dd3-90ba-5a419c5ae010", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "45f8303c-27ff-443f-a78e-38a55b260fe2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7495f692-eb48-402b-ba03-96accdad0612", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "134e54ca-cce6-434b-868b-ef0b0b07a558" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "68534749-0b3d-4617-b249-76ad49f5e476", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1d36033f-e83b-48a4-a2ef-605d6be305f9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0412f662-24ab-4c7c-8724-dbd5b422d3d8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ddd2ebac-c299-4d31-b133-852496bcc01a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "70abf86f-47e4-474d-8f6b-86e14f916c68", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4a6c2fc9-6ac6-49a1-abdc-746b43073d43" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6dcfdafe-fd54-45a8-a95f-7d25a0210d91", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "826c493b-e549-4951-b554-f407a1cbd114" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "dde564f1-e523-484d-9ef4-907844d7cf91", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ac86c2c6-3dd3-401a-aae7-6dc5f732cbee" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6319b240-966c-41ff-8393-e557f395d142", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "323bc866-e47a-45f9-be83-4152f1850b67" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ea24d368-3e80-499b-8609-97fc6cb23e94", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e911a111-cad9-4cb1-b64b-639ea244fd19" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b6790bc3-95b9-4224-b74f-d4bcd6b8ad60", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7508c8ad-c6c0-4767-9ff0-2f705b1a6469" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "fc3847b1-3c5d-430e-a92c-4ca6dda29a91", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "68a1d68a-a4b2-4a02-b9b4-eaa845325af9" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2aedfdeb-da7a-4cf8-aa22-2b30163fa3f7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "401ba2a2-d651-4d06-9ee9-1569a9253417" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ed128bff-0481-4487-bd2b-cb4fd50c1f48", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5bc3b7fe-ce90-437a-9695-fed4883c874e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ececacb4-2846-41e0-bf53-13d4e6c7877b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2219ba4f-a802-43d5-a5b1-f3516ec1e148" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6b62c999-d2a4-4aba-9e02-c8ce365efb49", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "329e2de1-fff2-468e-bec3-7e180a61cff6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0c3c9245-10a6-44be-8253-17d1790944a8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b9f94889-f1d0-4771-8269-b85d2c5917f4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "98fc4d11-bd06-4181-a8fb-902d7dc62f2c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "a5d7cba2-e659-45bd-a1ae-46085ec5c697" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "96c770f9-f510-4e8a-b0d4-5d29656b7620", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "04a0bd98-c6b8-46bf-bd5f-21d56d8e0456" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5c20d48d-638e-4b8c-a775-041a389f8297", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1fd40b0f-aca2-4455-b168-b15803319ab4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5c255096-4c6f-4345-85ce-45ad83ba9437", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5f099f7f-8fc4-40b4-badd-49f2e726cdb6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0c01f523-5fe7-4161-a3cf-c3ec97eb7fa5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7efb3b8f-9479-4807-8466-ef6276b86f12" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c9b8b91f-5982-413b-8c72-7699d8d46315", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ce935434-17b6-4b13-bb92-7b68e754351a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "389509ca-8e52-4f3f-80b1-2af25a1ea6f9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3bc69d70-ef38-4b61-8741-3a188c18f702" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ba592e24-f04b-4c2a-871f-9691ab17bbe4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "808c6467-5d7b-4c6c-b83a-e47b0362dcdc" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b863a8a5-37b6-4d08-aaef-0926bdb1e4f3", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4fe13b1d-faf4-486e-983c-97b7d0470e9e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6159a892-0012-4681-9e61-a04b026f7a66", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c3522608-ddc7-4d0b-aa16-6fa291324d99" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "55641c6b-161a-41f9-8461-d878b8652c2d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "516902a4-2792-497a-9fa9-9ff596ebcd0f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "126c5179-ac45-49ca-9eef-edde09fe11d5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "180347ed-c17b-44be-af2d-567400400b0a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5073c188-759a-4451-bc73-7e988c39e144", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "dc7e3296-ece0-40dc-a693-4c87c5ecec5d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8ec4ede7-0cbc-46a8-aece-351511836cbd", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5bc13124-4b0e-4359-bd43-ec3d9cd53724" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0dba595a-88d2-4b52-b9b5-adc7e5ae5096", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "855a9372-8649-436f-9e85-ceb090225d9e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "730bc8a5-1b79-456d-9ce2-fe94d870ba43", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c85a1f15-0944-4e99-9175-aa2f2ad34c49" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0db4ab3a-2457-4193-b28f-6c67310029a8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ade7523d-cdff-4fd1-90e6-29c548ab345b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4808d316-0bf4-433c-bef1-287c496ccb86", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "50f3094c-d10c-4f78-98c8-0175bf1bc7cd" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9fa8cbf1-5a5b-43a7-b574-ee7d9110305c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "91f6d93a-81ea-44e3-907e-8b0a5ed69ea6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "30a130f7-0dfd-40fc-80ac-b4476535c7ad", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9f041862-2f9f-45d4-a36c-dacba2738035" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "169f7b29-0329-417b-a4f0-bc4671c2b53f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8baca1dc-33fc-4cff-a23b-9b1a05186c13" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6a7d1981-4a55-4047-87ee-01495a3e40b4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6622e56b-f509-40b6-a392-86e5d1107701" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2eeb01ff-73fa-473a-bc1a-381de837bd6a", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "7f54c74a-e2f4-4a6f-bf68-25979f5ec121" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "6d1bb835-e768-4952-989b-3f64fed66fdc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f7e574f2-8de0-45ef-93e7-8a1b6765d77d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4e45b1ac-dee3-47af-8f03-096d33fa34e1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "94de7a55-f03b-459b-9fea-190ec3fa714b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "802efb18-bf90-4338-966f-dff548c4fe17", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5fa8e3de-b96a-42e8-b5d9-cbc0c6a5b6a1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "8a9276ef-cc40-4baa-817a-1288e044dd34", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5d7fd1ca-6496-442c-a3e5-49aa586b7554" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4774e520-9854-4969-a644-ae6ba96b1210", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e27cf02c-479f-4265-8d4b-287c25e3730d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "fb7ba37f-3e36-4454-ab75-0586bb705014", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b9cbf165-2e93-4eea-a834-43ae320309f5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c35d87a0-44f6-4716-8245-961b8636d704", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "9aefb156-2719-4672-ae90-68676230d5c0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "4939e9d5-589e-43cb-bb91-8a2b0261a3ac", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "10b3f94c-bcf3-41cd-9723-8a454299b000" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "64a2d65a-ffcf-4d68-9a83-3f8e1956d2d1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "cc37c377-01c0-4e36-9293-f449a6b6212a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9beec7b5-c7d5-4259-a2e2-ce91d87d8217", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c63350fa-d091-425f-a3c9-5f28efdb5aec" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "97a220c0-d1ad-48b8-9283-612b5bb12313", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1a314769-f4f4-43e5-8b8d-5ff4273c8599" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0f857bdc-a1af-4bf6-8ecc-1caaa7002691", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e4bb23dd-5e45-4b12-9950-d5044a0d843a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "56ac8ec9-b959-44bb-9297-679ba30380bc", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "14b09236-5ed7-4026-9b9a-92ebe564a6d3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9a8bf3ab-bee8-4139-a9b9-374f4618812d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "54e7998e-1878-423a-97ad-b905ca7423e3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d0c4150-8cb5-4e69-950f-8f222004cc34", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6597f3ba-c522-47c9-934e-496129949ebf" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a31c0917-e5b9-40ba-ba9c-a4ee2e599cd8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b73ff2e8-b2fa-44ec-b940-aac5c74ef3d6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "599e3944-2745-4a86-96ea-9cd7ce357cc4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bc1304ee-8386-445d-9196-4c3e9a0fd014" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "bf3ac043-8c8e-4bbe-ad1f-0a5461e8060b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "40c7b4a0-24c0-4734-9bca-acd5c822bf4c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5aa9538b-c733-46d2-bc34-c5bf9e08dde6", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "e9649b21-0314-400c-8831-0df69dc0650a" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "1fdda0f0-fa6b-41e8-b813-366517414315", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "6223a9d9-c6e8-480f-9152-7e223c0f565d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "009ea6f7-b174-4dee-9953-a9feea75fff1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "0dba20ce-618c-4a70-8f6f-a584df044cb0" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "d65f5dd6-7286-4779-b62f-59ede5aeed8c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "21e86b75-1ee0-497d-8028-70eb6cd0c2a2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3042c570-66ca-436f-97c0-d087acb73c6c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bbb46cb9-7fbc-4092-a5ed-c076b3c12cb4" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "82f407d5-4fb2-46f8-b6e7-eb327f5436c7", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4bca0fcb-1877-4b02-9145-1a5d767dae3b" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "989deaa9-3aba-4c9e-8b76-bb12d9caf1a3", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3c5a7203-cd7d-45a2-9780-9b083913a7a6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c6f0e3b6-3538-4195-81f4-1d8a33c28225", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "ccba96e6-46de-479a-bd04-f8e1ddec0981" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "0c990cbe-9cd6-4caf-87e4-a35eef3d1dd5", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "00d3efd9-d219-4bc1-a58a-dc96f3f8500f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "cbb656f6-656f-4083-bd7b-377503c17529", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "159777f7-04c9-45a4-9103-4c398ff33f63" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ccb4fae4-0463-4064-a0ef-f2ae16a188fe", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8aacd0c6-ad7c-4214-afe7-a0c25a42428e" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ed57ca6a-96f9-48c2-9a49-9bce23633765", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "db3bf625-e9ed-47ee-95c1-c09099e4b344" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "369a45ec-0c6f-433a-ad7f-0d9e29f773a1", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "f10a82f4-bb14-464a-bf45-8a95f3446a38" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f7b1f4d4-509e-4327-8ff5-5a171ce810eb", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "8629bf28-c593-497b-be8f-2f010e9d3354" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "e79f7e4d-6d7b-4102-a52d-e2ccc0276f2d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "85097581-d65f-4f4a-8f66-ece83b3a8fd2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "5b9437a5-cccd-44bb-a423-339a9f7d468b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "07299af5-1e56-4035-9cf4-50b30e4a19c1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "98afb79e-3640-40b4-95dc-57b808289f2c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "cf2727a9-35b2-4b0d-bf46-7a3f1e7bc747" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "f19016a1-9db4-4f49-a5b3-b3c22664774e", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "484bd756-a413-409f-8b8a-c3b67304d99c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3ce599d8-7dd7-42d7-80f9-7b376f1a7279", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b7f64620-cab2-436b-a177-4642925a8b86" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a1c57046-8970-4d24-b2cd-4086196df63c", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "de7e6de9-a1fd-4700-99f3-184b3dcb54d2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "eb5e8442-b59a-46b9-b471-cadc3364836b", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b19eafd7-7b69-4632-a492-993625d2e7d3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "c56e4fa0-7e51-4a21-96ad-bef7ceaf59ba", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "c370daa7-ad03-4beb-9928-f6bc0b1eb2f6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "7f403eb9-6ee6-4d36-8b85-48e5311495b9", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "5ca1c842-5b21-4664-876c-e57e5c38ad61" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "64958b87-6e5c-4955-bfd2-a37ef0f42d85", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "1b0bf5df-5fee-4a95-83ce-1f5d8edcdc63" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "76ef89e2-88a8-4f9a-a458-d8c47dcb3b6d", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "3370619c-1db3-4dec-b0ce-bd9226a0105c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "1840570d-53ca-42b1-a663-98e2dabf9bb8", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4713375f-6f4a-4470-be90-6e7892d633ff" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "ad1d580a-b193-41b9-b748-fe20f7112360", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "2ac25968-e1d0-47b2-916d-0306ae790b01" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "90041e4b-cd79-46a1-b0ee-d33cf4e717d2", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "06c5f03b-41a5-4714-81f1-e915db3778ec" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "841d03f0-df72-4900-818e-a302e93e69ae", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "699a476a-7284-4a6e-9f3c-c62e4fb076a6" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b284e4c5-495c-428d-895a-8a0f279e2222", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "45040d9f-e84f-4a6c-ad2c-750d50a34b53" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "b7ca5f26-d2ce-4c8b-83ee-68ceef7d0d55", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "bd4b64be-391b-483f-9fc5-b5f17eac9a48" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "cb70882f-5aae-4471-a561-c11469b8ea64", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "b9a5b73d-5901-4e52-87ba-26d47a78f24c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "9c0c0d02-ad7f-43d4-bf36-52deb0cb3c1f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4e43967a-bd73-4d99-8339-cc5d72622916" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "a74926cf-9c9a-4faf-8a01-3915b5021c9f", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "40482eca-921a-4d5a-907d-876f3c8c6d40" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "70b726b0-8e2a-4040-9006-8357e300fbd4", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "4c8ec421-0ec0-4097-afa3-4a87263e7d87" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "02cea5bd-bb23-45d8-a1f0-9f46dd1974be", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "04ef0085-f955-46ce-8876-28e06a1301f8" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "3197c12d-693c-49c9-992b-9051a4794814", - "inputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "input_type": "biomaterial", - "outputs": [ - "892ec3fd-5b6a-4079-92a5-9362ee64c650" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - }, - { - "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", - "inputs": [ - "35479c97-1a62-4d90-b057-49c1a518e0c8" - ], - "input_type": "biomaterial", - "outputs": [ - "79682426-b813-4f69-8c9c-2764ffac5dc1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "f8dfb127-a6db-4e3a-b1d7-ceff08c70594", + "inputs": [ + "36a391f6-d118-4fd7-be51-9196b0f3184f", + "73222bd2-3aae-46dd-98e9-209714396cc8", + "d52cc98d-5b2e-40b7-9dfd-c255de73602d", + "462505d7-48e1-4d85-92e3-f768a93d4fca", + "090682b0-dc11-43d0-b6f5-cf3dee18533a", + "e67853b9-dc53-4b5f-8693-8ad4e3a4d5d2", + "69dbf7cd-c728-41d3-9851-916dc64e07c2", + "1a6292df-a383-40c7-bc28-b8bf63e03967", + "4aad31c4-06fc-4af6-804b-f10afa1cae1d", + "2a630ecd-440d-43c3-9c9a-2a8ec98a1784", + "b60a1acf-24f7-46a7-b276-39c48f3460e9", + "5db6e3cf-bb9a-430d-8e5a-1499088526fc", + "6ff20c11-cb2e-4ace-9b3a-48094ce7a231", + "58e26f53-908e-41fe-b9d2-72df1b7d7ea7", + "f628676a-1619-4efe-a305-9133282235f3", + "fe7e5442-869f-45b4-962a-0a7ab0cb5880", + "b4cb902f-dc5d-406c-99bc-4d73ccab777f", + "19a38e6c-c863-41b2-abd3-f24016040027", + "850a7f8d-5dde-4152-8c30-c276ef23298e", + "21087dcc-04ae-4238-933a-1c7b402554cd", + "3b9db8ae-39fa-4db2-b588-adb267f3183f", + "ec9a213b-ce8b-4026-86d2-eff755253135", + "d9d8d0cb-6282-418a-8ad3-10c15668df6b", + "57790c0e-6acb-461e-aeb6-c36454c61dc3", + "65f3dfb0-432b-49c5-8994-9b0d6f65d1e8", + "4c94cd55-8762-41b5-87bc-7f3d8fdc33f3", + "9391d982-8442-4164-a79d-e2d3db0063fc", + "f8369f37-a63d-479d-8ddd-3322a00677d8", + "e344d025-ee6c-4964-9bc0-8efcc51753c2", + "e5fb4bb6-838e-4c60-a3fd-6ecc94714f24", + "ade40a53-09ea-480d-9762-38c28568062d", + "a0ee4cc1-0123-4bac-9226-37a6cbe590dc", + "63e7c402-0064-4077-a24b-6146f8e0b5c9", + "30b2ca9b-bc69-422e-88e6-aab7cf2bd709", + "f323ef31-62ac-4edb-a423-cf4ec94d2f8b", + "a97c011b-9709-494b-8787-b09282ee83ad", + "65e1cf44-e740-4ec9-a800-45f27622007e", + "76c21f33-cf6e-43f3-b727-c408ad1fc1bf", + "773cc07f-c5ab-4db7-b313-feeab737f18a", + "b7b29f4a-cc95-4be6-b0b1-e7b2acbc3742", + "d1e9e5f0-32c1-4a03-bb5b-baa3279a7cde", + "6f4a1381-294b-4c57-89d9-9d4bfbc9f371", + "ccf56b9d-2e63-4eab-b8c5-39a41e87073d", + "c6883b2f-e67f-4806-87ec-fdfbedce1c58", + "28864088-bf33-4bb0-a7bb-e5a4da5fb748", + "0ad08c02-259d-43c5-98e3-a2217eecbd20", + "5f941ee4-0d8e-4c5d-8479-3a88b97e5a98", + "b70fecce-c652-4bc1-b225-1694470023f3", + "ccbbfc2a-700e-483c-b9c0-27cfc0630c02", + "3917d3cc-4c27-4626-90bf-ab5d018cc55c", + "4bde7812-555e-4dca-a4f5-35d6457d157f", + "d24521a3-c8f3-4d8e-b682-c957c3f59807", + "0d743241-997e-4c51-803a-2c39eff12d4e", + "b1775d29-c0df-4df9-99ac-38726ddcce49", + "d23df5d9-a5b7-483a-a6e5-63169ebd5b64", + "4e9df9c2-d70b-4116-a30c-f85800aa59df", + "1d15b2f8-e9c9-4ed6-b636-5d3aeff5479a", + "4673653e-ce26-4803-b829-b379f8e5557d", + "cfc6d7db-6691-48b6-8d6b-60a4440778b5", + "1a6355b5-516f-4327-b13c-94c2dceff4c1", + "90570f32-fa18-42c9-8ec3-d524e19e491a", + "6d9e85f2-0b13-43d0-8ba4-86ecd087a590", + "fc60766c-7c21-485a-8b3f-7c38662fc627", + "3eac9541-a06e-4082-b950-b68dfd514a4f", + "53cdb39f-7010-4357-932f-422f94eca0e0", + "ff8b81fe-2e09-45c8-b7d3-9146172176ed", + "2a5fd797-268f-4f87-963a-4c09833abf19", + "bced27ff-af66-46b4-bc3c-06cbf57815bc", + "5820978b-f2d8-4913-8f4e-d9e4cd71b1aa", + "30cdff42-2242-4e76-a9c9-882d6632a397", + "96c8635f-9dd5-4db7-b336-c4cba4fbfbd5", + "8d03865e-a908-4ca6-aba0-609a842baaea", + "ac3a1a43-ba50-4734-abdf-466bf995760e", + "7dd7d962-a1ac-4275-bc69-b33ef9f97ee0", + "46668358-58ea-4f40-9e51-8f7669bb6f48", + "4002a86d-c13f-4b44-8796-2acba8dcdf80", + "3082b185-c821-4b3f-85d9-d7c1f02927ff", + "0046b2a3-061c-48fc-a0af-0c874d725359", + "9d4d1acf-aca9-476a-a98b-e5897aafd67b", + "35cc7aee-2b8b-4609-a8ba-1250ec556a53", + "e00b0e46-3d90-4e62-a87c-ca288e46a961", + "bedec879-58d2-4da7-a5dc-0b5807d44acf", + "d30ce499-fe12-4327-a563-03023e5930b3", + "66812575-aa56-44a0-aefa-b746b99fd96e", + "342839aa-c58e-4f93-bfd9-7b65bc8b85dd", + "71b018de-35a9-4aca-8b08-4a84d2b1a47d", + "13c900ac-7e8f-4c68-a84f-d56b247451ea", + "473c03c6-fada-4d2a-96b9-f7ca29044536", + "f5cac140-58b2-4523-bdb7-9d66f85642d3", + "b44e6954-97e3-49df-90b7-614c8cd77c0f", + "78fa6df1-442b-46c0-918e-b250eaa3e0dc", + "a5f927d5-05f4-4478-8e52-09a40c0ca82a", + "23bfcc7e-f7b1-418f-a8d1-2d85691d1d3f", + "38a4b411-5100-4122-afc3-a752f189a439", + "0ff5ce81-4cf0-4e1c-bacc-fdf0ac9ecbe1", + "c91215e8-bff3-4ddc-bf97-c693a8041bb8", + "b04e4c07-3552-4a18-8fb5-a8b854fa859a", + "92727211-1035-475d-99a3-33972c5eb436", + "1749997d-d4d4-4844-bc5e-d4eee2c42e69", + "2a1d8e72-5133-4fef-b7a7-3271b977170f", + "c69ecbd5-4d59-4e55-a59d-f4d10640f131", + "f670004f-0fa3-4518-9d89-858aa2d002dc", + "ccfe1a77-90c7-4ad3-8977-f3ed420fb33d", + "f29dba0e-4834-4170-be5d-50213c4a3977", + "9a329bec-4c29-4eba-8c0c-f5b28e525eca", + "e38297df-9eb0-43f4-af5a-d4dc6cbc1b8d", + "b28c4a10-fb53-46ee-a2fb-c1ea96f93749", + "7a1d98cd-3955-424f-a882-4fd7bda39914", + "97030a10-817d-419b-8f0d-5925d8a7eeb2", + "fb11d84d-9493-4c57-aac3-3a7937e58ad5", + "353c2625-7d6f-48ac-ab55-8327cbe22179", + "a3b96919-7ac5-4f59-9d3e-f7b4c452ceb1", + "ab442056-f765-4c28-977b-994fc76d0856", + "e50c579d-0dfe-4c73-96a1-df76dc01d2a3", + "7d6cdbfd-6fc5-4feb-8287-259c9a1322b2", + "a086630e-a35c-439b-aa38-f681038f5be7", + "f9ea5480-95ac-4e91-9c58-f73f2ad246d3", + "260382a0-004b-42b7-aad9-2f512455a650", + "7506eb7b-863c-49ad-8b54-b9c46f95f463", + "ff83a3a4-175c-45b1-83a9-263054bc403d", + "5ce04010-0a94-44a0-9de2-6a768db775de", + "c405d2b6-c998-4c04-984d-9e07b0606602", + "e9d18b01-edd7-43a0-9d5e-922b6935c623", + "eaa3fdb1-a8b3-40b3-814c-2bad70e165b5", + "977bd67b-beec-4f46-b466-8b41d0407883", + "512c61a9-d425-4c99-b386-a42648a6eab6", + "a31d4351-1a70-4606-a141-3d1f5b1edf3f", + "479084d6-a6dc-4c25-88cc-901e9a0cbb77", + "23357462-2a8f-46b2-bcc4-bb70bdb111d3", + "34012657-85b6-452f-8722-fd67f91faef3", + "63d08fb8-6fb3-43cc-92af-b817dd67329b", + "4c525eb9-61e9-4851-b075-1ff3b7607af0", + "83ded0ae-0826-450d-9b4a-06e3a49f9fa8", + "af0c8790-9eac-45c0-9582-d5acbd57a636", + "e741cf6b-f293-478f-8c93-93fa40a99e81", + "8971ab0e-d20c-4a9e-82b8-2d5e8b063abe", + "7f0fcea0-eb45-4aa7-83da-87f3776e37c3", + "bbbdf930-7bb2-4b0d-b345-cf1d788666c7", + "ea4a27f8-279c-46c2-9b88-f66c1fd91780", + "b6ecf45c-4e8d-4a89-ae9b-98ee023dd878", + "ca622a16-bd7b-4956-b054-3b957cc3ab14", + "faaaec08-7e4b-4b72-98d7-9948f707d9a7", + "81737f70-9097-4870-85ee-04cfd56a11f9", + "4489f530-1179-47e6-a5a3-93a165b78b4f", + "118738b2-b964-4ce9-92c2-99233a9bf1f6", + "a13895d3-7878-43c9-b4fc-a28ec263c2ca", + "9b45270b-3a2c-490a-aadf-6f492428a30a", + "792cb5eb-6af3-48cb-b8f4-2ebae86d874f", + "d7be23ac-e7ed-48a1-b2ec-23239e1d2582", + "dcb5f54a-4a75-47e3-b89f-8d7ba0931bf7", + "49485ecc-2462-4e9b-85c5-2c928f959865", + "4e512abf-defe-4d12-acd2-e10c0c6e3773", + "3d739e69-414d-4c6e-9332-d33645e5b2a1", + "b2c053b2-fd84-43fc-bd47-d0cd401dea50", + "b9ce2b0c-b4d0-4ef3-afb9-53baf73afdb3", + "673e9c5d-f467-4176-8e3d-165dec07cb35", + "7f814cfb-24e1-4b1a-a764-90b3ad762f76", + "c3789bf3-8c00-4074-966e-0769f301ce56", + "4904d265-343c-4511-8c1e-9f6127bb1240", + "2e34c3fd-7d0d-43b4-8d95-01b7ea4145c2", + "45bb9541-0bc1-48bb-99d4-8bb33c8c66ed", + "d2842cf5-c81f-4f3c-9fc8-60dcaf45c096", + "5f968cb2-026f-49fe-abb5-ad7bbda8571f", + "97a5ef2f-46ff-4e2a-a88b-f4ae815c2338", + "9228c6b7-e42c-40b1-bf24-c3c78b60916f", + "09cddb76-929b-4b6f-9f7f-8497df2a2e7b", + "418053f9-a3af-439b-8da4-9a87da9332fb", + "cb590483-a17c-466c-8362-69d51f724740", + "96b46301-bcc0-42d5-95ff-c6aece337b2e", + "df4bc869-57db-4417-a6c4-2cddc0ad9b6c", + "955a16c5-08a7-46e1-9605-6f20006011e5", + "c463e2eb-0fa8-4f21-86f1-c5b9e76fd7cd", + "c1b1a57f-5787-47d3-9c92-270e55aeaeae", + "e59d038d-1035-4782-897b-95c2a3fb8ea6", + "ecb35227-6347-46e6-8330-da248b28ef1c", + "9346bd7d-945b-4a53-9a1b-2da8795edb97", + "008b705b-7453-48fb-bb43-bfafb83aaecb", + "2e313cd2-7082-444a-8dd3-485a6b47ca56", + "aefdb247-002d-45c4-9100-137709c20aa3", + "9c2c2878-b50b-4fed-87c4-fee0424f8409", + "ab0804bc-91e9-4d6e-ba70-ff05cd9a238f", + "287984c5-d5f0-4b35-bce8-ccdea8cac79f", + "b72f1527-7d06-4fcf-8d8f-3a0e688441d0", + "8ff1b66b-4c05-4df8-b245-5a0e1eace8b6", + "6b0839e9-1066-4a33-9e6d-1d808bbe0bcf", + "9a0b8dfb-fcb6-4986-8045-27f14d977e4c", + "8feaa5f8-3e34-40f4-9c6a-b07a035cb312", + "d37eb2d9-9d44-4dd5-bbbd-ecd78aa1d5d9", + "7d3360f2-70fe-404f-88ef-5aee14fef59d", + "0d2939dd-07cf-4f2a-9a94-7952ca8f5b37", + "e7201c2d-23a1-4601-ad71-9e7c1a9ba624", + "69904f6c-bd79-4416-aec9-01ca3ce9cf30", + "889c1653-f645-4fdb-bf2a-d3df1666db8f", + "44702201-4017-40b5-99b3-294cb18f6485", + "dfa7b19e-f557-4f3d-bb65-4afe77b9a571", + "5be090a1-17fe-4fec-9608-a9e76b2a067e", + "fc031919-8ec5-4935-83ef-73560bbffa12", + "e516c62c-9248-4b02-ae5d-ce6d93515431", + "f8abdc47-8e73-4988-909b-bb2bdb1ac015", + "ee754370-9a1a-4ef0-a7c4-38d77c5b7fd1", + "d66a864d-075b-4ffc-b315-6819d306107f", + "e68e7817-6bb8-4463-99b4-996256ba2059", + "27cc755e-524e-481a-8482-5f15e5dd07f4", + "54e37fd6-41a4-4cec-9dd9-e722a155a09a", + "d828fd3e-18c2-43f8-9fec-b6f2a038fc20", + "b118bd6f-e3c7-4e24-a86b-bf7eeb20304e", + "96653737-43db-4320-bb50-2f9613d62051", + "7e8f718c-5d14-417c-bc6e-8471413a198f", + "973529d6-eb7f-492e-af31-e3cc85a32663", + "69bbeb43-a654-4a63-9744-5ff4fe1159ae", + "00a7c1da-8a02-430e-bb98-e97ffcde034b", + "766f48ea-10ee-488d-bb12-511ae63e8c8b", + "2fc1d678-e328-43bf-8141-237e34348dc0", + "82a2385e-4796-455e-a37f-9ccdf64edc60", + "897bcdee-8298-413c-90aa-30a8bd7257dd", + "ddb07363-366a-4bcf-ad11-f84bfe22dc49", + "0e1f39d3-c9a0-42b2-9d79-343e1c4d65fa", + "dc4d9d54-fa0b-48ca-8bd1-c073f2707901", + "864b9bf6-abae-4f33-a132-cbd0531953de", + "3ccb5f99-c5ea-4c46-8c73-ee682fbd9e7e", + "ca007aea-f452-4925-aba6-3fc250cfc5ab", + "ed2f6d88-de43-4199-9b1b-5dd4a51ca8b6", + "33de2519-03b7-4556-abf0-3e87df485928", + "c3b3d34b-2c45-48fb-9f7b-af3c700a9470", + "8bd1a6ca-79d1-4af8-98c5-a87cc00bdd93", + "19f0efe4-effb-4110-9dae-5c69326fde4a", + "67575d18-ec23-4c84-adb7-21c72a9fb8da", + "043813e3-e773-4237-819c-dc3517014aa9", + "63df2596-d6e0-4021-abee-c112d79654d3", + "0c840278-1998-4d08-a5c8-76b8708130a8", + "4940131a-be8e-4ba5-9c91-ef9dbdc81763", + "bad4f40f-8023-4c53-9b98-e9833e5dab9c", + "052161ca-c389-4b9e-a6ae-6f2e37739988", + "450be104-d782-4f9a-a438-578c951c2686", + "755fca8f-3c4a-4b9f-9ae5-1a8aef3bd27e", + "614cb73f-7ed9-4ded-93a8-d7979f124550", + "20ad6581-b62c-4d01-8db9-48c0d09fa674", + "84a7252c-70ad-4620-96ce-13086c5edc72", + "2546ba98-ebc5-4bc5-87c9-f63e74e736dd", + "deaec450-2035-4bf3-8ead-7e43ef73d6b9", + "c3e4dff7-fcba-439c-bfcf-cfb28c16cc6b", + "11ef6598-47b0-47b3-ab82-6522e920be48", + "7dd4926c-61cf-4641-948b-447167f4bb49", + "b1b36ac8-45ee-4ab1-ae44-4a3f227502c6", + "7b25976d-4b25-4632-84f0-46a492d7a2f8", + "070419ba-e292-4212-985e-59e6ca23c14a", + "2d490b08-225c-47cc-aaa9-c8eaba61352f", + "4f42bb6d-1210-4b9a-834b-28aa78324651", + "d42a3030-e44c-47c1-8f15-a4987f2c7452", + "b711a580-97d6-4a6b-b28c-c956d163fda4", + "e3b6af9e-1081-4b0d-aab2-6f2d73dac468", + "47fdca59-b1e6-4d0d-8a1a-fc8f16993684", + "51c8e3c8-042f-4253-aa48-3452ceaa9b90", + "b62dfb1c-5aeb-4ad0-b350-efd09cf85dfd", + "1b96601e-0cf5-4c57-9c51-aa2f0a86d916", + "06744801-ce2b-4a8e-81ec-1ff4526d91df", + "8e082241-69be-449c-b561-cd2b8f268723", + "b4e76029-f708-48f4-b9e7-d6d4591476f5", + "bc1a872c-0e2b-4065-bf85-4edafe3158aa", + "a17ec89f-ee4e-4f2e-a8bc-e6939b780268", + "a1bc22a0-e024-4ef4-900b-51e032291a39", + "45cbcff3-db91-4c4d-b233-ff480cbaa95e", + "0eedc57e-b68b-46ca-8d54-0303f36b588c", + "8e85f524-7e64-4c60-900c-4267f2a3201e", + "b618dd5d-90a7-47b1-87a2-0a8fff0a5d05", + "8e83c52a-52a6-46b7-8cdb-b249d8a134a2", + "be726db6-7ac6-4114-a172-42b29c83644a", + "03cf98ed-4baf-4f5d-976f-cd11a8dfefbe", + "51d68613-d693-4005-abfc-2c7eee72c34b", + "68fdb7c9-958e-4225-ade0-dc288ae397b1", + "c2c42288-737d-4a94-a4d5-f4ac232a87c7", + "408e204d-aaa7-4b57-b2a9-5aa94a202b37", + "daaeb295-c869-4ce2-86d7-2b93a4caa3b6", + "4d9516b9-a40c-4556-aaf8-2fda570aca17", + "c8313483-c3cd-4c83-8b65-e7d517fcaca0", + "c3604fd4-73f1-4dc3-b88c-ee4c7df94c08", + "f5610c0a-0b93-4ea2-a098-37238f36cc03", + "42aabb76-48f8-4c72-b482-313ba07dc7a7", + "6a47520c-90ca-4cef-8535-e57cdea14d02", + "3b0424a9-c041-49e8-80a4-d7e4006b1ca0", + "ebccdcd4-1f04-4365-92ac-bb82bdc961f6", + "94dde38b-f573-4443-a557-47bce9ce2dbd", + "b6249791-2be6-4668-9600-f225aaca39a0", + "d36c22b5-69f5-4605-b334-4e39c10bda43", + "aa86bbac-dd6c-4743-856e-e7549b7d7f07", + "c785817f-c9ef-46fb-84e8-0d08b77e2b03", + "b010a06d-3df1-4e6c-8d4d-70d1992022a7", + "c3dfb298-082f-4c1d-97dc-84b7292c4c50", + "c550b8f6-e3dc-427e-a999-666c7feefe92", + "e3506c54-90d3-4ab1-9209-41e0b46c0fa5", + "45f8303c-27ff-443f-a78e-38a55b260fe2", + "134e54ca-cce6-434b-868b-ef0b0b07a558", + "1d36033f-e83b-48a4-a2ef-605d6be305f9", + "ddd2ebac-c299-4d31-b133-852496bcc01a", + "4a6c2fc9-6ac6-49a1-abdc-746b43073d43", + "826c493b-e549-4951-b554-f407a1cbd114", + "ac86c2c6-3dd3-401a-aae7-6dc5f732cbee", + "323bc866-e47a-45f9-be83-4152f1850b67", + "e911a111-cad9-4cb1-b64b-639ea244fd19", + "7508c8ad-c6c0-4767-9ff0-2f705b1a6469", + "68a1d68a-a4b2-4a02-b9b4-eaa845325af9", + "401ba2a2-d651-4d06-9ee9-1569a9253417", + "5bc3b7fe-ce90-437a-9695-fed4883c874e", + "2219ba4f-a802-43d5-a5b1-f3516ec1e148", + "329e2de1-fff2-468e-bec3-7e180a61cff6", + "b9f94889-f1d0-4771-8269-b85d2c5917f4", + "a5d7cba2-e659-45bd-a1ae-46085ec5c697", + "04a0bd98-c6b8-46bf-bd5f-21d56d8e0456", + "1fd40b0f-aca2-4455-b168-b15803319ab4", + "5f099f7f-8fc4-40b4-badd-49f2e726cdb6", + "7efb3b8f-9479-4807-8466-ef6276b86f12", + "ce935434-17b6-4b13-bb92-7b68e754351a", + "3bc69d70-ef38-4b61-8741-3a188c18f702", + "808c6467-5d7b-4c6c-b83a-e47b0362dcdc", + "4fe13b1d-faf4-486e-983c-97b7d0470e9e", + "c3522608-ddc7-4d0b-aa16-6fa291324d99", + "516902a4-2792-497a-9fa9-9ff596ebcd0f", + "180347ed-c17b-44be-af2d-567400400b0a", + "dc7e3296-ece0-40dc-a693-4c87c5ecec5d", + "5bc13124-4b0e-4359-bd43-ec3d9cd53724", + "855a9372-8649-436f-9e85-ceb090225d9e", + "c85a1f15-0944-4e99-9175-aa2f2ad34c49", + "ade7523d-cdff-4fd1-90e6-29c548ab345b", + "50f3094c-d10c-4f78-98c8-0175bf1bc7cd", + "91f6d93a-81ea-44e3-907e-8b0a5ed69ea6", + "9f041862-2f9f-45d4-a36c-dacba2738035", + "8baca1dc-33fc-4cff-a23b-9b1a05186c13", + "6622e56b-f509-40b6-a392-86e5d1107701", + "7f54c74a-e2f4-4a6f-bf68-25979f5ec121", + "f7e574f2-8de0-45ef-93e7-8a1b6765d77d", + "94de7a55-f03b-459b-9fea-190ec3fa714b", + "5fa8e3de-b96a-42e8-b5d9-cbc0c6a5b6a1", + "5d7fd1ca-6496-442c-a3e5-49aa586b7554", + "e27cf02c-479f-4265-8d4b-287c25e3730d", + "b9cbf165-2e93-4eea-a834-43ae320309f5", + "9aefb156-2719-4672-ae90-68676230d5c0", + "10b3f94c-bcf3-41cd-9723-8a454299b000", + "cc37c377-01c0-4e36-9293-f449a6b6212a", + "c63350fa-d091-425f-a3c9-5f28efdb5aec", + "1a314769-f4f4-43e5-8b8d-5ff4273c8599", + "e4bb23dd-5e45-4b12-9950-d5044a0d843a", + "14b09236-5ed7-4026-9b9a-92ebe564a6d3", + "54e7998e-1878-423a-97ad-b905ca7423e3", + "6597f3ba-c522-47c9-934e-496129949ebf", + "b73ff2e8-b2fa-44ec-b940-aac5c74ef3d6", + "bc1304ee-8386-445d-9196-4c3e9a0fd014", + "40c7b4a0-24c0-4734-9bca-acd5c822bf4c", + "e9649b21-0314-400c-8831-0df69dc0650a", + "6223a9d9-c6e8-480f-9152-7e223c0f565d", + "0dba20ce-618c-4a70-8f6f-a584df044cb0", + "21e86b75-1ee0-497d-8028-70eb6cd0c2a2", + "bbb46cb9-7fbc-4092-a5ed-c076b3c12cb4", + "4bca0fcb-1877-4b02-9145-1a5d767dae3b", + "3c5a7203-cd7d-45a2-9780-9b083913a7a6", + "ccba96e6-46de-479a-bd04-f8e1ddec0981", + "00d3efd9-d219-4bc1-a58a-dc96f3f8500f", + "159777f7-04c9-45a4-9103-4c398ff33f63", + "8aacd0c6-ad7c-4214-afe7-a0c25a42428e", + "db3bf625-e9ed-47ee-95c1-c09099e4b344", + "f10a82f4-bb14-464a-bf45-8a95f3446a38", + "8629bf28-c593-497b-be8f-2f010e9d3354", + "85097581-d65f-4f4a-8f66-ece83b3a8fd2", + "07299af5-1e56-4035-9cf4-50b30e4a19c1", + "cf2727a9-35b2-4b0d-bf46-7a3f1e7bc747", + "484bd756-a413-409f-8b8a-c3b67304d99c", + "b7f64620-cab2-436b-a177-4642925a8b86", + "de7e6de9-a1fd-4700-99f3-184b3dcb54d2", + "b19eafd7-7b69-4632-a492-993625d2e7d3", + "c370daa7-ad03-4beb-9928-f6bc0b1eb2f6", + "5ca1c842-5b21-4664-876c-e57e5c38ad61", + "1b0bf5df-5fee-4a95-83ce-1f5d8edcdc63", + "3370619c-1db3-4dec-b0ce-bd9226a0105c", + "4713375f-6f4a-4470-be90-6e7892d633ff", + "2ac25968-e1d0-47b2-916d-0306ae790b01", + "06c5f03b-41a5-4714-81f1-e915db3778ec", + "699a476a-7284-4a6e-9f3c-c62e4fb076a6", + "45040d9f-e84f-4a6c-ad2c-750d50a34b53", + "bd4b64be-391b-483f-9fc5-b5f17eac9a48", + "b9a5b73d-5901-4e52-87ba-26d47a78f24c", + "4e43967a-bd73-4d99-8339-cc5d72622916", + "40482eca-921a-4d5a-907d-876f3c8c6d40", + "4c8ec421-0ec0-4097-afa3-4a87263e7d87", + "04ef0085-f955-46ce-8876-28e06a1301f8", + "892ec3fd-5b6a-4079-92a5-9362ee64c650" + ], + "input_type": "biomaterial", + "outputs": [ + "042dce4a-003b-492b-9371-e1897f52d8d9", + "80036f72-7fde-46e9-821b-17dbbe0509bb" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "f5c4cc88-aa42-4c72-b38f-7a992050fa9c" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "7867dde2-6d0c-4455-8979-c60c19020afc" + } + ] + }, + { + "process": "fe8fc2d4-c287-4a29-b900-4608598c8fcf", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "36a391f6-d118-4fd7-be51-9196b0f3184f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c48cad38-5e06-4acf-b9ff-398867f25b0c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "73222bd2-3aae-46dd-98e9-209714396cc8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "68f3a63f-3b53-4505-889b-172960e0a62d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d52cc98d-5b2e-40b7-9dfd-c255de73602d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8f952be8-aefd-43e0-b2d2-b376768a31e3", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "462505d7-48e1-4d85-92e3-f768a93d4fca" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ac247d0c-ad85-4e2c-80f8-38814e7ba2d6", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "090682b0-dc11-43d0-b6f5-cf3dee18533a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d9802269-df7a-4a92-a070-054f9c8bb7aa", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e67853b9-dc53-4b5f-8693-8ad4e3a4d5d2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c0b0f252-dc2c-4d2f-ae71-3674193b5d0c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "69dbf7cd-c728-41d3-9851-916dc64e07c2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3341b360-e321-4caa-bb00-89d9d7a07f6b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1a6292df-a383-40c7-bc28-b8bf63e03967" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "89d923d9-e0d8-4b49-92bb-7514c2f6f170", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4aad31c4-06fc-4af6-804b-f10afa1cae1d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b141386e-3a5e-43e0-ab89-4396af30e603", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2a630ecd-440d-43c3-9c9a-2a8ec98a1784" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "36f797b8-8419-4a9e-b9cb-4f8c173ef3dc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b60a1acf-24f7-46a7-b276-39c48f3460e9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "246a5d54-3aa0-4711-ab0f-dacc2b9d6655", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5db6e3cf-bb9a-430d-8e5a-1499088526fc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2ab2198a-3f1f-4f1d-94b2-e78f164506d6", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6ff20c11-cb2e-4ace-9b3a-48094ce7a231" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "147c6f32-fc1d-4397-a178-fd04e2076985", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "58e26f53-908e-41fe-b9d2-72df1b7d7ea7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9a573ac3-81ea-464d-a0e5-2dde35ebdfca", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f628676a-1619-4efe-a305-9133282235f3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "63cd0286-4ff3-4428-8302-d230f752afa1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "fe7e5442-869f-45b4-962a-0a7ab0cb5880" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c3d33986-f546-440a-ad1a-582dbafa26af", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b4cb902f-dc5d-406c-99bc-4d73ccab777f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6d982d50-dd79-4246-a0bb-283e97b0babd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "19a38e6c-c863-41b2-abd3-f24016040027" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0a41147d-5535-4880-ad77-66fc44d4a920", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "850a7f8d-5dde-4152-8c30-c276ef23298e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f1254e71-6d52-40fe-abe9-5085fac34330", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "21087dcc-04ae-4238-933a-1c7b402554cd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3013c702-b90d-432e-8326-1144081b1047", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3b9db8ae-39fa-4db2-b588-adb267f3183f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ee115a21-65c3-407b-98ae-80cb82999cc7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ec9a213b-ce8b-4026-86d2-eff755253135" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6b5c2392-32d7-4e7d-8451-17334e4d4e90", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d9d8d0cb-6282-418a-8ad3-10c15668df6b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "32891309-b7ef-4630-bd32-7879b9fd5bd1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "57790c0e-6acb-461e-aeb6-c36454c61dc3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f4e6761f-0707-43c5-92c3-a2f8801a921c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "65f3dfb0-432b-49c5-8994-9b0d6f65d1e8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "dbce424f-f96f-45f0-9fde-5241558f2120", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4c94cd55-8762-41b5-87bc-7f3d8fdc33f3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5ed0c634-e904-4ae0-a69e-cb00870ee438", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9391d982-8442-4164-a79d-e2d3db0063fc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "60274cc8-e3d5-46ba-9b8e-49a97b6f3de5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f8369f37-a63d-479d-8ddd-3322a00677d8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "dcbd2407-bc33-4217-b4bb-67dc05b9a686", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e344d025-ee6c-4964-9bc0-8efcc51753c2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3217bf5a-b997-4426-9ceb-7e76fd96f23c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e5fb4bb6-838e-4c60-a3fd-6ecc94714f24" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b09a6612-370a-4234-89d1-a2a1c3dc16af", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ade40a53-09ea-480d-9762-38c28568062d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "12ce8719-3829-483c-b61d-f0fa942fd9d6", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a0ee4cc1-0123-4bac-9226-37a6cbe590dc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "20b21652-294d-47c6-b605-b40379032801", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "63e7c402-0064-4077-a24b-6146f8e0b5c9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7a21f753-6b40-43a6-b890-621fca012cfc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "30b2ca9b-bc69-422e-88e6-aab7cf2bd709" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "55215393-5814-4fe3-ae0e-ce15d085fb18", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f323ef31-62ac-4edb-a423-cf4ec94d2f8b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5d6e33d0-3d99-4ef4-899b-3ad4ea3567a4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a97c011b-9709-494b-8787-b09282ee83ad" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "49c2d528-3875-4def-b009-79c7e33846f4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "65e1cf44-e740-4ec9-a800-45f27622007e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ce827d49-d8df-4285-8f4f-c7d4b9cb18c7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "76c21f33-cf6e-43f3-b727-c408ad1fc1bf" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "eeb5cfb9-717f-42e2-b752-ab164d4cb391", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "773cc07f-c5ab-4db7-b313-feeab737f18a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0d837005-f544-46b4-9eed-8415bda886e7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b7b29f4a-cc95-4be6-b0b1-e7b2acbc3742" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7b0e997f-a18f-4f19-9746-0837d3fdde1e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d1e9e5f0-32c1-4a03-bb5b-baa3279a7cde" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "05413c8c-b3ad-485b-84a5-62532120bba0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6f4a1381-294b-4c57-89d9-9d4bfbc9f371" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4595374e-910f-4aef-a667-626ec254bb2f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ccf56b9d-2e63-4eab-b8c5-39a41e87073d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f8ce10df-4f81-440e-92bf-57752268c0d1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c6883b2f-e67f-4806-87ec-fdfbedce1c58" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "53d9c267-4b99-4752-88b6-5e81593aec8f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "28864088-bf33-4bb0-a7bb-e5a4da5fb748" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "988dcce4-3eab-4810-bbcb-a3ae3b34c7cb", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0ad08c02-259d-43c5-98e3-a2217eecbd20" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0709d3ae-ffa6-4271-a8ed-36eb7a28103d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5f941ee4-0d8e-4c5d-8479-3a88b97e5a98" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "32832d83-abec-4e9e-a58b-b14acc1ccfa8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b70fecce-c652-4bc1-b225-1694470023f3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "561d741a-7840-42ee-a784-0c4ee585d76e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ccbbfc2a-700e-483c-b9c0-27cfc0630c02" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d3a5f49b-7bf4-4691-9b35-76308b9b5a18", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3917d3cc-4c27-4626-90bf-ab5d018cc55c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f81931a9-3746-4474-bb63-4139aca1531b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4bde7812-555e-4dca-a4f5-35d6457d157f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "03d6edad-5b5c-407e-bf94-66f68ea9c950", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d24521a3-c8f3-4d8e-b682-c957c3f59807" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "45647374-a372-4670-91e4-4be91a09e310", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0d743241-997e-4c51-803a-2c39eff12d4e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7bee5e6f-266d-43bc-8b4c-43aa48d2847a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b1775d29-c0df-4df9-99ac-38726ddcce49" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8591002d-74b2-44f3-b964-f6f7fcfff84a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d23df5d9-a5b7-483a-a6e5-63169ebd5b64" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8c255de9-a155-4c97-80b2-4ba2350cfb5a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4e9df9c2-d70b-4116-a30c-f85800aa59df" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ed0a7ad8-f66b-4f61-8210-3f2786a2f7dd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1d15b2f8-e9c9-4ed6-b636-5d3aeff5479a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "22c5df75-f10b-40c6-aba3-f7468da28e3d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4673653e-ce26-4803-b829-b379f8e5557d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b4bff3a8-ca28-4ec4-a8e7-d2835aab1987", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "cfc6d7db-6691-48b6-8d6b-60a4440778b5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7c1e17c5-979b-485b-b0f9-067141f73f50", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1a6355b5-516f-4327-b13c-94c2dceff4c1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "afa03a51-faaf-4020-a486-13464c6a7154", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "90570f32-fa18-42c9-8ec3-d524e19e491a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "71d78948-b4c6-49a8-9f6b-280129af1af3", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6d9e85f2-0b13-43d0-8ba4-86ecd087a590" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "023c0a15-5a1f-4d70-b6b2-d6094725f380", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "fc60766c-7c21-485a-8b3f-7c38662fc627" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "95dc7705-7905-40c4-ae21-f417d99c1f57", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3eac9541-a06e-4082-b950-b68dfd514a4f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8c16d3eb-3a35-4510-8d8d-5097fdf4f277", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "53cdb39f-7010-4357-932f-422f94eca0e0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b735fe09-b90d-4b19-8215-ae381c9b6c7c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ff8b81fe-2e09-45c8-b7d3-9146172176ed" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ed803458-c753-4aa3-85f4-9460aa6bdd01", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2a5fd797-268f-4f87-963a-4c09833abf19" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3144dcfb-b371-42d6-849b-7f8c2bd663ec", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bced27ff-af66-46b4-bc3c-06cbf57815bc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "61c7f8b3-9620-4d17-b4cd-dc1419b43f0a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5820978b-f2d8-4913-8f4e-d9e4cd71b1aa" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "14edc0e1-d158-4a70-80c3-e2f5be01b495", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "30cdff42-2242-4e76-a9c9-882d6632a397" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2708c5a5-e4f1-4381-b2d9-615b71852065", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "96c8635f-9dd5-4db7-b336-c4cba4fbfbd5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d282bbf1-fa9e-4565-8424-fd280b38c192", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8d03865e-a908-4ca6-aba0-609a842baaea" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d8bc6a75-ef33-42f0-ba3f-929c86aa4c4a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ac3a1a43-ba50-4734-abdf-466bf995760e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "87724346-0767-4373-95db-1d152c5ff4d2", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7dd7d962-a1ac-4275-bc69-b33ef9f97ee0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e6dbed50-e897-4c58-8684-d358961979f0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "46668358-58ea-4f40-9e51-8f7669bb6f48" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0c26fb4d-de2b-499b-b873-1a7c1bb20dad", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4002a86d-c13f-4b44-8796-2acba8dcdf80" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e1ae2f9c-e4f8-4ed5-be4a-53ac612179ac", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3082b185-c821-4b3f-85d9-d7c1f02927ff" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "309cb748-f4b3-46ff-a8ef-23a0c3a42a99", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0046b2a3-061c-48fc-a0af-0c874d725359" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2a7833a8-1c57-4f5c-82a7-b11dd86b8637", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9d4d1acf-aca9-476a-a98b-e5897aafd67b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "50b6918d-6f63-46e6-ab21-439a3c79d649", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "35cc7aee-2b8b-4609-a8ba-1250ec556a53" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "28e3da84-8768-4a26-980e-884418060211", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e00b0e46-3d90-4e62-a87c-ca288e46a961" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "24ef50a0-f81b-4e0a-aa08-886d9c8a8690", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bedec879-58d2-4da7-a5dc-0b5807d44acf" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "55f55615-93b1-4d56-b4db-6851ae8c2ccf", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d30ce499-fe12-4327-a563-03023e5930b3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "cd0e9fbd-cad9-4a26-bc71-808f5c1c1c37", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "66812575-aa56-44a0-aefa-b746b99fd96e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c90ca611-d560-4755-881a-eb58bc3014c2", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "342839aa-c58e-4f93-bfd9-7b65bc8b85dd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "904a4d45-f245-4971-8867-357e98b546dd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "71b018de-35a9-4aca-8b08-4a84d2b1a47d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0a4e7fd4-2b9f-4ab0-b562-c05d4ec070a0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "13c900ac-7e8f-4c68-a84f-d56b247451ea" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d37083aa-44e7-40b4-962b-b75b60bd1c1a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "473c03c6-fada-4d2a-96b9-f7ca29044536" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ceffe756-2f76-4eb3-ac71-81b671417921", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f5cac140-58b2-4523-bdb7-9d66f85642d3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d1776e61-bc3c-44a7-9822-1f2283b2522d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b44e6954-97e3-49df-90b7-614c8cd77c0f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2f8f6f9d-8776-412b-8b90-39200659ea2f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "78fa6df1-442b-46c0-918e-b250eaa3e0dc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d9c0b712-8e43-498d-9351-28082637992f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a5f927d5-05f4-4478-8e52-09a40c0ca82a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3b45ee92-c5ba-49dd-b936-3d0c3262e820", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "23bfcc7e-f7b1-418f-a8d1-2d85691d1d3f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8eae0593-bd62-413b-8112-925c77d52aa5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "38a4b411-5100-4122-afc3-a752f189a439" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e68c4790-33ba-4043-bf6a-d1f8cc43d6b2", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0ff5ce81-4cf0-4e1c-bacc-fdf0ac9ecbe1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e31b881a-1c5b-4388-9ad8-5defb087424d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c91215e8-bff3-4ddc-bf97-c693a8041bb8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "40ec7b86-ebc6-4bd7-aba1-7bbe3c47237d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b04e4c07-3552-4a18-8fb5-a8b854fa859a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9fe258c1-bda5-49f2-a9f0-27bf1c60d8e8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "92727211-1035-475d-99a3-33972c5eb436" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c0a5b08e-171f-44bc-988c-6d97b34cf9e0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1749997d-d4d4-4844-bc5e-d4eee2c42e69" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "895beb4e-b3cc-4b29-8af1-3a1fd371df33", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2a1d8e72-5133-4fef-b7a7-3271b977170f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5f9cb191-61a4-4134-8365-43cc7933be9a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c69ecbd5-4d59-4e55-a59d-f4d10640f131" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ac52cf25-e009-4f3c-ab17-29bd7ed0c723", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f670004f-0fa3-4518-9d89-858aa2d002dc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f6f157ba-df4a-4b6f-b832-f9eca9e4962e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ccfe1a77-90c7-4ad3-8977-f3ed420fb33d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "960d97c5-b30c-4f22-be2e-f85a46215058", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f29dba0e-4834-4170-be5d-50213c4a3977" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "78f6dc92-6e5b-439d-a690-73453f6b61a7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9a329bec-4c29-4eba-8c0c-f5b28e525eca" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "77f79f0b-938c-4107-973e-0c8629f53f97", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e38297df-9eb0-43f4-af5a-d4dc6cbc1b8d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4dc653e3-bddb-404e-b046-93f25457b485", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b28c4a10-fb53-46ee-a2fb-c1ea96f93749" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "675d4a06-7996-4396-9aab-4ec6f8dc3ffb", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7a1d98cd-3955-424f-a882-4fd7bda39914" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a236f1a7-b981-4ad5-97f9-a1fc344965d1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "97030a10-817d-419b-8f0d-5925d8a7eeb2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "60b6d678-b0e6-4bae-8a3a-f216f0b9bee5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "fb11d84d-9493-4c57-aac3-3a7937e58ad5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f955da94-772e-428e-a8cc-79ad19547dd1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "353c2625-7d6f-48ac-ab55-8327cbe22179" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "cab574d5-e916-447f-af40-8f88bb530318", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a3b96919-7ac5-4f59-9d3e-f7b4c452ceb1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "173d6eae-8a36-4421-8292-5d8a54abe3f8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ab442056-f765-4c28-977b-994fc76d0856" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "003acbd3-50b9-407e-bd45-83a3e34822f5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e50c579d-0dfe-4c73-96a1-df76dc01d2a3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "468751a8-396c-4529-b491-e007f427bafa", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7d6cdbfd-6fc5-4feb-8287-259c9a1322b2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "09ee7b7c-47d4-4ba7-aa3d-e657f210005e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a086630e-a35c-439b-aa38-f681038f5be7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e8d0d039-d594-404f-9168-8d05787bd540", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f9ea5480-95ac-4e91-9c58-f73f2ad246d3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "84896b33-e428-4620-9d25-edd5da9dd23e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "260382a0-004b-42b7-aad9-2f512455a650" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ceb6ef07-0ccc-4fc0-9fe4-efe09e4fe8f8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7506eb7b-863c-49ad-8b54-b9c46f95f463" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ebfd6937-49ec-4573-955d-92a39d6a0488", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ff83a3a4-175c-45b1-83a9-263054bc403d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d6cd0f2e-4b5a-4574-8285-a41ad6bfbff1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5ce04010-0a94-44a0-9de2-6a768db775de" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "29e91ec5-0203-4cff-ab8c-de85845b59bd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c405d2b6-c998-4c04-984d-9e07b0606602" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "fdcfbb5d-dcb8-4a85-967d-55b93459bf8d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e9d18b01-edd7-43a0-9d5e-922b6935c623" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "14d35dae-8a80-4d01-b72d-437616c33668", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "eaa3fdb1-a8b3-40b3-814c-2bad70e165b5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "839f6c93-cbed-4a31-a896-f69dfc00ec66", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "977bd67b-beec-4f46-b466-8b41d0407883" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "00d28e19-3708-4a45-b658-0483f3f345e8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "512c61a9-d425-4c99-b386-a42648a6eab6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2177bd90-1778-4012-b658-b5eac6fc31b8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a31d4351-1a70-4606-a141-3d1f5b1edf3f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "59698450-da74-4160-9089-2f6687562bc5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "479084d6-a6dc-4c25-88cc-901e9a0cbb77" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4dda8259-2e84-4ac3-a9b9-53cd56933415", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "23357462-2a8f-46b2-bcc4-bb70bdb111d3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "574bcc1a-aa15-47e8-85c2-0fcbb68261ab", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "34012657-85b6-452f-8722-fd67f91faef3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0c6a1c50-e6f3-4fb4-8671-e9312670335d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "63d08fb8-6fb3-43cc-92af-b817dd67329b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "83726606-87ea-40dc-8a16-f40e6774cef5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4c525eb9-61e9-4851-b075-1ff3b7607af0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0167a28c-32f6-4b9d-8c88-642cc26e8916", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "83ded0ae-0826-450d-9b4a-06e3a49f9fa8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ecf6f18a-7eab-4feb-8022-63129cd82b30", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "af0c8790-9eac-45c0-9582-d5acbd57a636" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "eba1c33c-2a11-41fa-b3cd-d345f5b7030b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e741cf6b-f293-478f-8c93-93fa40a99e81" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4b6bf410-4a3a-4c30-b28d-584e0faa3b33", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8971ab0e-d20c-4a9e-82b8-2d5e8b063abe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "bbb99052-1caa-4827-8237-a689c9a5c671", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7f0fcea0-eb45-4aa7-83da-87f3776e37c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6bc46de8-0850-4df8-913b-81ce3a512992", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bbbdf930-7bb2-4b0d-b345-cf1d788666c7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e1711ee4-dbfb-480c-9ead-cc1cc49cfe00", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ea4a27f8-279c-46c2-9b88-f66c1fd91780" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "cad5cb7a-3aca-41d0-8b96-acbb3103a23a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b6ecf45c-4e8d-4a89-ae9b-98ee023dd878" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c056aedb-be1a-43b5-bde5-691b276a8251", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ca622a16-bd7b-4956-b054-3b957cc3ab14" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8eb253a2-76b9-4e1d-a446-021ff683984d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "faaaec08-7e4b-4b72-98d7-9948f707d9a7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "cb85a088-9924-4765-953e-670576d80c88", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "81737f70-9097-4870-85ee-04cfd56a11f9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9f44febf-5f1d-4e3a-9588-63c43c01e554", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4489f530-1179-47e6-a5a3-93a165b78b4f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9a0dd61e-9961-429e-9771-58f3f7f711ab", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "118738b2-b964-4ce9-92c2-99233a9bf1f6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c8c8e860-9a7d-49a7-8502-528b63da2518", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a13895d3-7878-43c9-b4fc-a28ec263c2ca" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b6cf8d61-a706-4bbd-9bab-be8d46817fc0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9b45270b-3a2c-490a-aadf-6f492428a30a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ce7d1edf-6c07-4453-9146-0974a788579f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "792cb5eb-6af3-48cb-b8f4-2ebae86d874f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f044e1e6-385d-49be-af93-f5ecae454904", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d7be23ac-e7ed-48a1-b2ec-23239e1d2582" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "77da32f2-9e40-4466-a305-d83c228133f5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "dcb5f54a-4a75-47e3-b89f-8d7ba0931bf7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d3e99b39-343f-4b79-b82f-bdc15c2ac134", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "49485ecc-2462-4e9b-85c5-2c928f959865" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f18a67d6-1af6-40e9-b2dd-bdb6ff507411", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4e512abf-defe-4d12-acd2-e10c0c6e3773" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9db2b842-085d-4911-bd15-c23da70e0ef9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3d739e69-414d-4c6e-9332-d33645e5b2a1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "98bba296-21f3-47c8-b29c-e1b4f2918b09", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b2c053b2-fd84-43fc-bd47-d0cd401dea50" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "96bcce65-2618-4401-8701-0e59b17ef0cf", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b9ce2b0c-b4d0-4ef3-afb9-53baf73afdb3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8fd5f176-05cc-4607-ba85-95f2f5ed46f4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "673e9c5d-f467-4176-8e3d-165dec07cb35" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "77c45736-10f4-4b9f-bf5f-0244619af9bd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7f814cfb-24e1-4b1a-a764-90b3ad762f76" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5ef19708-cb21-4b66-a95a-e663d3005a2a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c3789bf3-8c00-4074-966e-0769f301ce56" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "213ad5b1-4174-4047-9a0f-f9cf86cc0704", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4904d265-343c-4511-8c1e-9f6127bb1240" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8e42ae20-29e7-454b-b92d-9c154c04f299", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2e34c3fd-7d0d-43b4-8d95-01b7ea4145c2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e50c6eb4-a23c-43b4-8c9f-f87c3ebb47ee", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "45bb9541-0bc1-48bb-99d4-8bb33c8c66ed" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "de0401d6-bc99-440d-9ac4-fed02f3e5363", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d2842cf5-c81f-4f3c-9fc8-60dcaf45c096" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ca0d2f23-5eb4-4141-bfec-a32c25ff78e6", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5f968cb2-026f-49fe-abb5-ad7bbda8571f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0e15017e-425d-480d-b6dd-0759bfb06262", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "97a5ef2f-46ff-4e2a-a88b-f4ae815c2338" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f5096a3b-6f06-4986-b711-a02a0cce57ac", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9228c6b7-e42c-40b1-bf24-c3c78b60916f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6d51da9f-fc01-4ee0-9384-bbfdbe177ba4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "09cddb76-929b-4b6f-9f7f-8497df2a2e7b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "93bee3ec-daee-4975-b2d1-f3e6a157eb1b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "418053f9-a3af-439b-8da4-9a87da9332fb" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5ae652cf-27d9-4b34-a22f-b8b52742c638", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "cb590483-a17c-466c-8362-69d51f724740" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d322b92d-af37-4d41-918e-87b2994ff286", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "96b46301-bcc0-42d5-95ff-c6aece337b2e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "58056a70-5e38-4533-add9-60efdcaf2687", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "df4bc869-57db-4417-a6c4-2cddc0ad9b6c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a6e899a7-f41c-4711-904c-bca4127e1832", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "955a16c5-08a7-46e1-9605-6f20006011e5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f58bf8ad-2519-42f4-a0f6-84c3548b1712", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c463e2eb-0fa8-4f21-86f1-c5b9e76fd7cd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b8834860-9eba-4f5b-8e98-2fc889ce9831", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c1b1a57f-5787-47d3-9c92-270e55aeaeae" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "575bbef8-937f-4272-8d28-e2a97d77a960", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e59d038d-1035-4782-897b-95c2a3fb8ea6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f1d2b1e0-dd0b-4289-a160-4d6d8809b089", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ecb35227-6347-46e6-8330-da248b28ef1c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7ae60323-30e2-4d71-8fa1-5847b7f30efc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9346bd7d-945b-4a53-9a1b-2da8795edb97" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ec99f437-ffbd-4a59-a1e7-d7e352a858e4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "008b705b-7453-48fb-bb43-bfafb83aaecb" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9df92cef-0d77-4ac1-9f81-61e52c2c2207", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2e313cd2-7082-444a-8dd3-485a6b47ca56" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3ebe3c1e-a991-401b-b532-10b4ab1ba852", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "aefdb247-002d-45c4-9100-137709c20aa3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "aa5cc11e-7dc5-496b-af11-83ea79207b00", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9c2c2878-b50b-4fed-87c4-fee0424f8409" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f467bcab-8bcb-41c5-b940-6fbe1635503c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ab0804bc-91e9-4d6e-ba70-ff05cd9a238f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a0c7fdd5-9e5c-4c0a-a40b-0bd1769273e3", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "287984c5-d5f0-4b35-bce8-ccdea8cac79f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ffd59e51-62c1-49c8-b71b-b7b4e8fc3fe0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b72f1527-7d06-4fcf-8d8f-3a0e688441d0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "792404f3-94d1-443e-895e-e73bda57fcf6", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8ff1b66b-4c05-4df8-b245-5a0e1eace8b6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "41f3d081-c53a-4ea7-86ee-e510af1a8798", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6b0839e9-1066-4a33-9e6d-1d808bbe0bcf" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "42a09592-e041-4a8c-8452-904a842fa30d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9a0b8dfb-fcb6-4986-8045-27f14d977e4c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c22db48f-b823-48d4-8e3a-f01e70a2921c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8feaa5f8-3e34-40f4-9c6a-b07a035cb312" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f45dc3b0-d69a-463d-9da9-884784a48c1a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d37eb2d9-9d44-4dd5-bbbd-ecd78aa1d5d9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d296f555-8a55-4bc3-ab1a-adc1295833ee", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7d3360f2-70fe-404f-88ef-5aee14fef59d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "195a66c3-d4ae-4257-9f41-8bef27b514e0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0d2939dd-07cf-4f2a-9a94-7952ca8f5b37" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a0285e87-8189-4aa3-b723-a32102d46b7e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e7201c2d-23a1-4601-ad71-9e7c1a9ba624" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3d8c3dd9-c392-467a-83a2-024a0604aeaa", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "69904f6c-bd79-4416-aec9-01ca3ce9cf30" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ff8dce18-6df5-4b67-a37b-87ffedbbfebb", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "889c1653-f645-4fdb-bf2a-d3df1666db8f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e2c6e99e-3ca5-4f85-a972-4aa9dd858e74", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "44702201-4017-40b5-99b3-294cb18f6485" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "149d1d36-a61b-4fd1-8fbf-610f67187b7f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "dfa7b19e-f557-4f3d-bb65-4afe77b9a571" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "1439c596-2a18-44d0-818c-e9fbc6f4e56c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5be090a1-17fe-4fec-9608-a9e76b2a067e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "30260b65-477c-4298-b982-100bb5cad548", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "fc031919-8ec5-4935-83ef-73560bbffa12" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "52c434b1-c474-4ac7-8a02-7d17a4291221", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e516c62c-9248-4b02-ae5d-ce6d93515431" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "bb27ba8f-3d6d-479e-a9b7-5618c893fee4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f8abdc47-8e73-4988-909b-bb2bdb1ac015" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c7e0d3b9-c8e4-434a-ba46-5beb2a46f68a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ee754370-9a1a-4ef0-a7c4-38d77c5b7fd1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a5188edf-48cb-4b36-8166-1b753d4a2cdb", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d66a864d-075b-4ffc-b315-6819d306107f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "27e557d5-1880-4b35-a0bb-3e04b5f6f929", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e68e7817-6bb8-4463-99b4-996256ba2059" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "21cc1175-ff0d-410b-bd95-e7fc9e9b8bea", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "27cc755e-524e-481a-8482-5f15e5dd07f4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "233a0067-5271-4443-a479-b5a4adf56fcf", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "54e37fd6-41a4-4cec-9dd9-e722a155a09a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4fb4b48b-f2aa-48fc-b6fc-52ba4dc39895", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d828fd3e-18c2-43f8-9fec-b6f2a038fc20" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "66e8a4b9-72c1-4af3-be1e-716cd0d4dd4f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b118bd6f-e3c7-4e24-a86b-bf7eeb20304e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4e5e9b0a-c8b5-4882-bbed-1cd2c57df460", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "96653737-43db-4320-bb50-2f9613d62051" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "304bcb2c-2803-4f06-949a-5ac3aa53db77", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7e8f718c-5d14-417c-bc6e-8471413a198f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f8d80897-38f0-4888-aec7-52e72cb9b908", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "973529d6-eb7f-492e-af31-e3cc85a32663" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7073457e-3e6d-496e-85c9-4714f9f315c4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "69bbeb43-a654-4a63-9744-5ff4fe1159ae" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b422c34b-897a-4ab1-9982-b9a6bc8f8034", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "00a7c1da-8a02-430e-bb98-e97ffcde034b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e22b254c-1ee4-4acf-a41b-1f4bbc03bfcd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "766f48ea-10ee-488d-bb12-511ae63e8c8b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "796a7270-3778-4b9d-aa20-975b1859fecc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2fc1d678-e328-43bf-8141-237e34348dc0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0d366744-a208-416d-a3ad-2aab66e08a21", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "82a2385e-4796-455e-a37f-9ccdf64edc60" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "fd16e7c8-8244-4c00-bc4a-b7b43a399838", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "897bcdee-8298-413c-90aa-30a8bd7257dd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c40624c5-d5ce-4085-a4d9-59762cca79a5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ddb07363-366a-4bcf-ad11-f84bfe22dc49" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f8b1fae8-8004-4614-80db-deb91c1560aa", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0e1f39d3-c9a0-42b2-9d79-343e1c4d65fa" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "18b3dc33-0483-4cd7-a39b-3d902502dc94", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "dc4d9d54-fa0b-48ca-8bd1-c073f2707901" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "95390145-a217-437a-9490-ca97fc502f2c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "864b9bf6-abae-4f33-a132-cbd0531953de" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7fc2654e-bf55-4c27-a7ea-e16fb1995a63", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3ccb5f99-c5ea-4c46-8c73-ee682fbd9e7e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c2d2b9e6-ce28-44df-b450-ecf1c9747f29", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ca007aea-f452-4925-aba6-3fc250cfc5ab" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6c89dda0-a08e-4d88-af0a-7f9eea539485", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ed2f6d88-de43-4199-9b1b-5dd4a51ca8b6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "fa21bf64-3c99-4e67-9829-e9c043d3dcdb", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "33de2519-03b7-4556-abf0-3e87df485928" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "beedd161-19be-4a17-8fff-547391336354", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c3b3d34b-2c45-48fb-9f7b-af3c700a9470" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a7a6fb70-3ccf-40cb-b460-040ffbd87720", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8bd1a6ca-79d1-4af8-98c5-a87cc00bdd93" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "682cb6da-f9b6-4451-84ee-0c9a8f3d8c92", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "19f0efe4-effb-4110-9dae-5c69326fde4a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a955a0a5-68ec-403b-a838-1b7707a5fb0d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "67575d18-ec23-4c84-adb7-21c72a9fb8da" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "736386d6-31eb-4685-ab60-7876cdf26290", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "043813e3-e773-4237-819c-dc3517014aa9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "21877ac1-2a36-46ce-bd13-bc6a09162a0c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "63df2596-d6e0-4021-abee-c112d79654d3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "1de5effa-95b1-4923-ad12-0118e860e518", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0c840278-1998-4d08-a5c8-76b8708130a8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b34004d6-0208-44de-9947-d1e1700f35df", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4940131a-be8e-4ba5-9c91-ef9dbdc81763" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4dfff2ae-7ef7-4dc2-81db-c3849c1dec53", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bad4f40f-8023-4c53-9b98-e9833e5dab9c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2a5d7bbc-0443-4173-961d-d6474d3d9c5f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "052161ca-c389-4b9e-a6ae-6f2e37739988" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c54974ef-353b-476f-9b5a-6e505a00bd54", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "450be104-d782-4f9a-a438-578c951c2686" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f2168b88-c76c-410a-9a31-1215dc4a18a2", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "755fca8f-3c4a-4b9f-9ae5-1a8aef3bd27e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ac9a35c8-03be-4688-8460-de54dfd57bce", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "614cb73f-7ed9-4ded-93a8-d7979f124550" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "bbd0852d-4e21-4479-9c5c-b100d3f0a487", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "20ad6581-b62c-4d01-8db9-48c0d09fa674" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "50d701f2-9647-4151-87a4-0802e5ec4540", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "84a7252c-70ad-4620-96ce-13086c5edc72" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "16325782-befc-4e00-b044-5654f5579e9e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2546ba98-ebc5-4bc5-87c9-f63e74e736dd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8c7d4ea5-65ab-44c6-9ec5-8e641cd58669", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "deaec450-2035-4bf3-8ead-7e43ef73d6b9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0a38c343-d827-41d7-bf5b-506a7e3f6f5a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c3e4dff7-fcba-439c-bfcf-cfb28c16cc6b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d8ec6180-4083-4724-8c79-775e4e7e9bb9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "11ef6598-47b0-47b3-ab82-6522e920be48" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c87fe066-85b9-48aa-96f8-3b8145bcecf8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7dd4926c-61cf-4641-948b-447167f4bb49" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "31f0a526-e0b1-4f68-ad82-90a01ceedf4a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b1b36ac8-45ee-4ab1-ae44-4a3f227502c6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d1d8fe7-ef40-4b9b-9bbd-26f97608111d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7b25976d-4b25-4632-84f0-46a492d7a2f8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5b74f5d0-cec1-4fa3-af84-f6b34c8b7e7b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "070419ba-e292-4212-985e-59e6ca23c14a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "bd70b6d9-4700-4250-a499-b68e34ecf31f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2d490b08-225c-47cc-aaa9-c8eaba61352f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c76d470f-639b-4d51-86c7-c89b5ed7277c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4f42bb6d-1210-4b9a-834b-28aa78324651" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4e114632-cb47-4089-aaea-dfa20c9f1e62", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d42a3030-e44c-47c1-8f15-a4987f2c7452" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7fba9655-f7b2-4ef8-b560-1947ee9a6645", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b711a580-97d6-4a6b-b28c-c956d163fda4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e7c9c9d6-7f73-4b00-9548-566d1bb397ba", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e3b6af9e-1081-4b0d-aab2-6f2d73dac468" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d4470749-2f0f-4e73-9e83-cbbae5fd089a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "47fdca59-b1e6-4d0d-8a1a-fc8f16993684" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f1b28cee-5d0b-4349-8775-329d82796cc4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "51c8e3c8-042f-4253-aa48-3452ceaa9b90" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a06dad17-1c94-40e9-9717-aca41c0324e9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b62dfb1c-5aeb-4ad0-b350-efd09cf85dfd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5b3cf865-5ce4-48e9-a77c-4222bc888377", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1b96601e-0cf5-4c57-9c51-aa2f0a86d916" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a7fdc506-0c9d-47ea-89a2-70a07dcf3aa9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "06744801-ce2b-4a8e-81ec-1ff4526d91df" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "43d38341-939c-453f-ba87-fee930f62f59", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8e082241-69be-449c-b561-cd2b8f268723" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6c825f1b-3096-4bdd-baef-1c4249fe6dc0", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b4e76029-f708-48f4-b9e7-d6d4591476f5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8c6d329f-fec4-42f1-b7c8-ce9d6b9d25a9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bc1a872c-0e2b-4065-bf85-4edafe3158aa" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "13dee021-9df0-428f-a263-74ab5707ad08", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a17ec89f-ee4e-4f2e-a8bc-e6939b780268" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "24c09eda-1e42-4c9a-92ea-ff36ea5f3686", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a1bc22a0-e024-4ef4-900b-51e032291a39" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e97f33e2-9ba2-4721-9a5c-232f823dcd74", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "45cbcff3-db91-4c4d-b233-ff480cbaa95e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2b26d415-37ae-4af4-98f9-048de79c8b10", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0eedc57e-b68b-46ca-8d54-0303f36b588c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6a9dbf21-01d5-46a6-b341-21b6abf2e436", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8e85f524-7e64-4c60-900c-4267f2a3201e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "1e7daa14-26a8-4e44-959e-a74854f6719b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b618dd5d-90a7-47b1-87a2-0a8fff0a5d05" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "43a0719f-8617-4733-a21a-fc458dc6b1fd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8e83c52a-52a6-46b7-8cdb-b249d8a134a2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c9d19b56-1e85-4ed1-a3a7-fcc7d142d664", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "be726db6-7ac6-4114-a172-42b29c83644a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2bec6b9c-f33e-45fd-b822-d2b7071bbcad", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "03cf98ed-4baf-4f5d-976f-cd11a8dfefbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4c02da43-cecd-4758-a3e5-c9a4db200090", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "51d68613-d693-4005-abfc-2c7eee72c34b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "63268ab0-d459-4c7a-b8ae-7ea18b7252b8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "68fdb7c9-958e-4225-ade0-dc288ae397b1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a6d9d3e7-02c6-4b9a-8caa-423345551e39", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c2c42288-737d-4a94-a4d5-f4ac232a87c7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a3965e90-4f0c-4187-8bf6-69436a645d2a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "408e204d-aaa7-4b57-b2a9-5aa94a202b37" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "1c7fae99-1d99-4d61-890a-1af12d27e606", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "daaeb295-c869-4ce2-86d7-2b93a4caa3b6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8c05af39-d013-4aef-8930-5fcaf5b32ef7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4d9516b9-a40c-4556-aaf8-2fda570aca17" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "24dda6cc-8ec3-45d0-ad30-3a7e1bfce9fd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c8313483-c3cd-4c83-8b65-e7d517fcaca0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "03ad13a0-9c70-4b40-aa08-4a14fd5bff01", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c3604fd4-73f1-4dc3-b88c-ee4c7df94c08" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8b9beee8-fe3b-43de-a415-6d81fb9f6cfc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f5610c0a-0b93-4ea2-a098-37238f36cc03" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "882467fe-468d-4d99-8564-e858090ae82d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "42aabb76-48f8-4c72-b482-313ba07dc7a7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "080b4882-edb6-4c7b-9085-0b30810a4f44", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6a47520c-90ca-4cef-8535-e57cdea14d02" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8e1fda4e-37fd-4613-8b8d-87f322acea15", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3b0424a9-c041-49e8-80a4-d7e4006b1ca0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "29aeda32-9ead-40e9-860b-db3427d9b46c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ebccdcd4-1f04-4365-92ac-bb82bdc961f6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "48f244ee-ec2f-49f6-8bb8-78cacb4328cc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "94dde38b-f573-4443-a557-47bce9ce2dbd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3fc813f1-e7f6-4344-8661-5464ec7191f8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b6249791-2be6-4668-9600-f225aaca39a0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a44ca11b-028b-4a14-94b5-e957ff1f75ec", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "d36c22b5-69f5-4605-b334-4e39c10bda43" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8619a7fd-1109-474d-8b86-1c3556162495", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "aa86bbac-dd6c-4743-856e-e7549b7d7f07" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8636325a-4931-436a-90d1-ae4f0b0ce68f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c785817f-c9ef-46fb-84e8-0d08b77e2b03" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "aa39ffbd-c171-46a5-85f5-bd3de557641c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b010a06d-3df1-4e6c-8d4d-70d1992022a7" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e299346b-d057-4bd0-8867-b97c1e7a5e8d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c3dfb298-082f-4c1d-97dc-84b7292c4c50" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5bf0d140-ed66-499a-9db7-7d7448253a4c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c550b8f6-e3dc-427e-a999-666c7feefe92" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e8a6ea1f-1ead-46fc-9206-527357456912", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e3506c54-90d3-4ab1-9209-41e0b46c0fa5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a29b77e9-81ed-4dd3-90ba-5a419c5ae010", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "45f8303c-27ff-443f-a78e-38a55b260fe2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7495f692-eb48-402b-ba03-96accdad0612", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "134e54ca-cce6-434b-868b-ef0b0b07a558" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "68534749-0b3d-4617-b249-76ad49f5e476", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1d36033f-e83b-48a4-a2ef-605d6be305f9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0412f662-24ab-4c7c-8724-dbd5b422d3d8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ddd2ebac-c299-4d31-b133-852496bcc01a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "70abf86f-47e4-474d-8f6b-86e14f916c68", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4a6c2fc9-6ac6-49a1-abdc-746b43073d43" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6dcfdafe-fd54-45a8-a95f-7d25a0210d91", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "826c493b-e549-4951-b554-f407a1cbd114" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "dde564f1-e523-484d-9ef4-907844d7cf91", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ac86c2c6-3dd3-401a-aae7-6dc5f732cbee" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6319b240-966c-41ff-8393-e557f395d142", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "323bc866-e47a-45f9-be83-4152f1850b67" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ea24d368-3e80-499b-8609-97fc6cb23e94", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e911a111-cad9-4cb1-b64b-639ea244fd19" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b6790bc3-95b9-4224-b74f-d4bcd6b8ad60", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7508c8ad-c6c0-4767-9ff0-2f705b1a6469" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "fc3847b1-3c5d-430e-a92c-4ca6dda29a91", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "68a1d68a-a4b2-4a02-b9b4-eaa845325af9" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2aedfdeb-da7a-4cf8-aa22-2b30163fa3f7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "401ba2a2-d651-4d06-9ee9-1569a9253417" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ed128bff-0481-4487-bd2b-cb4fd50c1f48", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5bc3b7fe-ce90-437a-9695-fed4883c874e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ececacb4-2846-41e0-bf53-13d4e6c7877b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2219ba4f-a802-43d5-a5b1-f3516ec1e148" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6b62c999-d2a4-4aba-9e02-c8ce365efb49", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "329e2de1-fff2-468e-bec3-7e180a61cff6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0c3c9245-10a6-44be-8253-17d1790944a8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b9f94889-f1d0-4771-8269-b85d2c5917f4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "98fc4d11-bd06-4181-a8fb-902d7dc62f2c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "a5d7cba2-e659-45bd-a1ae-46085ec5c697" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "96c770f9-f510-4e8a-b0d4-5d29656b7620", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "04a0bd98-c6b8-46bf-bd5f-21d56d8e0456" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5c20d48d-638e-4b8c-a775-041a389f8297", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1fd40b0f-aca2-4455-b168-b15803319ab4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5c255096-4c6f-4345-85ce-45ad83ba9437", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5f099f7f-8fc4-40b4-badd-49f2e726cdb6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0c01f523-5fe7-4161-a3cf-c3ec97eb7fa5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7efb3b8f-9479-4807-8466-ef6276b86f12" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c9b8b91f-5982-413b-8c72-7699d8d46315", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ce935434-17b6-4b13-bb92-7b68e754351a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "389509ca-8e52-4f3f-80b1-2af25a1ea6f9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3bc69d70-ef38-4b61-8741-3a188c18f702" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ba592e24-f04b-4c2a-871f-9691ab17bbe4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "808c6467-5d7b-4c6c-b83a-e47b0362dcdc" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b863a8a5-37b6-4d08-aaef-0926bdb1e4f3", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4fe13b1d-faf4-486e-983c-97b7d0470e9e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6159a892-0012-4681-9e61-a04b026f7a66", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c3522608-ddc7-4d0b-aa16-6fa291324d99" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "55641c6b-161a-41f9-8461-d878b8652c2d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "516902a4-2792-497a-9fa9-9ff596ebcd0f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "126c5179-ac45-49ca-9eef-edde09fe11d5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "180347ed-c17b-44be-af2d-567400400b0a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5073c188-759a-4451-bc73-7e988c39e144", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "dc7e3296-ece0-40dc-a693-4c87c5ecec5d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8ec4ede7-0cbc-46a8-aece-351511836cbd", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5bc13124-4b0e-4359-bd43-ec3d9cd53724" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0dba595a-88d2-4b52-b9b5-adc7e5ae5096", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "855a9372-8649-436f-9e85-ceb090225d9e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "730bc8a5-1b79-456d-9ce2-fe94d870ba43", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c85a1f15-0944-4e99-9175-aa2f2ad34c49" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0db4ab3a-2457-4193-b28f-6c67310029a8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ade7523d-cdff-4fd1-90e6-29c548ab345b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4808d316-0bf4-433c-bef1-287c496ccb86", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "50f3094c-d10c-4f78-98c8-0175bf1bc7cd" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9fa8cbf1-5a5b-43a7-b574-ee7d9110305c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "91f6d93a-81ea-44e3-907e-8b0a5ed69ea6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "30a130f7-0dfd-40fc-80ac-b4476535c7ad", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9f041862-2f9f-45d4-a36c-dacba2738035" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "169f7b29-0329-417b-a4f0-bc4671c2b53f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8baca1dc-33fc-4cff-a23b-9b1a05186c13" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6a7d1981-4a55-4047-87ee-01495a3e40b4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6622e56b-f509-40b6-a392-86e5d1107701" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2eeb01ff-73fa-473a-bc1a-381de837bd6a", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "7f54c74a-e2f4-4a6f-bf68-25979f5ec121" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "6d1bb835-e768-4952-989b-3f64fed66fdc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f7e574f2-8de0-45ef-93e7-8a1b6765d77d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4e45b1ac-dee3-47af-8f03-096d33fa34e1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "94de7a55-f03b-459b-9fea-190ec3fa714b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "802efb18-bf90-4338-966f-dff548c4fe17", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5fa8e3de-b96a-42e8-b5d9-cbc0c6a5b6a1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "8a9276ef-cc40-4baa-817a-1288e044dd34", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5d7fd1ca-6496-442c-a3e5-49aa586b7554" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4774e520-9854-4969-a644-ae6ba96b1210", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e27cf02c-479f-4265-8d4b-287c25e3730d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "fb7ba37f-3e36-4454-ab75-0586bb705014", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b9cbf165-2e93-4eea-a834-43ae320309f5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c35d87a0-44f6-4716-8245-961b8636d704", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "9aefb156-2719-4672-ae90-68676230d5c0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "4939e9d5-589e-43cb-bb91-8a2b0261a3ac", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "10b3f94c-bcf3-41cd-9723-8a454299b000" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "64a2d65a-ffcf-4d68-9a83-3f8e1956d2d1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "cc37c377-01c0-4e36-9293-f449a6b6212a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9beec7b5-c7d5-4259-a2e2-ce91d87d8217", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c63350fa-d091-425f-a3c9-5f28efdb5aec" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "97a220c0-d1ad-48b8-9283-612b5bb12313", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1a314769-f4f4-43e5-8b8d-5ff4273c8599" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0f857bdc-a1af-4bf6-8ecc-1caaa7002691", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e4bb23dd-5e45-4b12-9950-d5044a0d843a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "56ac8ec9-b959-44bb-9297-679ba30380bc", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "14b09236-5ed7-4026-9b9a-92ebe564a6d3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9a8bf3ab-bee8-4139-a9b9-374f4618812d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "54e7998e-1878-423a-97ad-b905ca7423e3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d0c4150-8cb5-4e69-950f-8f222004cc34", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6597f3ba-c522-47c9-934e-496129949ebf" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a31c0917-e5b9-40ba-ba9c-a4ee2e599cd8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b73ff2e8-b2fa-44ec-b940-aac5c74ef3d6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "599e3944-2745-4a86-96ea-9cd7ce357cc4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bc1304ee-8386-445d-9196-4c3e9a0fd014" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "bf3ac043-8c8e-4bbe-ad1f-0a5461e8060b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "40c7b4a0-24c0-4734-9bca-acd5c822bf4c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5aa9538b-c733-46d2-bc34-c5bf9e08dde6", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "e9649b21-0314-400c-8831-0df69dc0650a" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "1fdda0f0-fa6b-41e8-b813-366517414315", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "6223a9d9-c6e8-480f-9152-7e223c0f565d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "009ea6f7-b174-4dee-9953-a9feea75fff1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "0dba20ce-618c-4a70-8f6f-a584df044cb0" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "d65f5dd6-7286-4779-b62f-59ede5aeed8c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "21e86b75-1ee0-497d-8028-70eb6cd0c2a2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3042c570-66ca-436f-97c0-d087acb73c6c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bbb46cb9-7fbc-4092-a5ed-c076b3c12cb4" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "82f407d5-4fb2-46f8-b6e7-eb327f5436c7", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4bca0fcb-1877-4b02-9145-1a5d767dae3b" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "989deaa9-3aba-4c9e-8b76-bb12d9caf1a3", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3c5a7203-cd7d-45a2-9780-9b083913a7a6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c6f0e3b6-3538-4195-81f4-1d8a33c28225", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "ccba96e6-46de-479a-bd04-f8e1ddec0981" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "0c990cbe-9cd6-4caf-87e4-a35eef3d1dd5", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "00d3efd9-d219-4bc1-a58a-dc96f3f8500f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "cbb656f6-656f-4083-bd7b-377503c17529", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "159777f7-04c9-45a4-9103-4c398ff33f63" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ccb4fae4-0463-4064-a0ef-f2ae16a188fe", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8aacd0c6-ad7c-4214-afe7-a0c25a42428e" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ed57ca6a-96f9-48c2-9a49-9bce23633765", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "db3bf625-e9ed-47ee-95c1-c09099e4b344" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "369a45ec-0c6f-433a-ad7f-0d9e29f773a1", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "f10a82f4-bb14-464a-bf45-8a95f3446a38" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f7b1f4d4-509e-4327-8ff5-5a171ce810eb", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "8629bf28-c593-497b-be8f-2f010e9d3354" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "e79f7e4d-6d7b-4102-a52d-e2ccc0276f2d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "85097581-d65f-4f4a-8f66-ece83b3a8fd2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "5b9437a5-cccd-44bb-a423-339a9f7d468b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "07299af5-1e56-4035-9cf4-50b30e4a19c1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "98afb79e-3640-40b4-95dc-57b808289f2c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "cf2727a9-35b2-4b0d-bf46-7a3f1e7bc747" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "f19016a1-9db4-4f49-a5b3-b3c22664774e", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "484bd756-a413-409f-8b8a-c3b67304d99c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3ce599d8-7dd7-42d7-80f9-7b376f1a7279", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b7f64620-cab2-436b-a177-4642925a8b86" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a1c57046-8970-4d24-b2cd-4086196df63c", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "de7e6de9-a1fd-4700-99f3-184b3dcb54d2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "eb5e8442-b59a-46b9-b471-cadc3364836b", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b19eafd7-7b69-4632-a492-993625d2e7d3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "c56e4fa0-7e51-4a21-96ad-bef7ceaf59ba", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "c370daa7-ad03-4beb-9928-f6bc0b1eb2f6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "7f403eb9-6ee6-4d36-8b85-48e5311495b9", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "5ca1c842-5b21-4664-876c-e57e5c38ad61" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "64958b87-6e5c-4955-bfd2-a37ef0f42d85", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "1b0bf5df-5fee-4a95-83ce-1f5d8edcdc63" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "76ef89e2-88a8-4f9a-a458-d8c47dcb3b6d", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "3370619c-1db3-4dec-b0ce-bd9226a0105c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "1840570d-53ca-42b1-a663-98e2dabf9bb8", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4713375f-6f4a-4470-be90-6e7892d633ff" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "ad1d580a-b193-41b9-b748-fe20f7112360", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "2ac25968-e1d0-47b2-916d-0306ae790b01" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "90041e4b-cd79-46a1-b0ee-d33cf4e717d2", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "06c5f03b-41a5-4714-81f1-e915db3778ec" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "841d03f0-df72-4900-818e-a302e93e69ae", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "699a476a-7284-4a6e-9f3c-c62e4fb076a6" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b284e4c5-495c-428d-895a-8a0f279e2222", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "45040d9f-e84f-4a6c-ad2c-750d50a34b53" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "b7ca5f26-d2ce-4c8b-83ee-68ceef7d0d55", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "bd4b64be-391b-483f-9fc5-b5f17eac9a48" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "cb70882f-5aae-4471-a561-c11469b8ea64", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "b9a5b73d-5901-4e52-87ba-26d47a78f24c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "9c0c0d02-ad7f-43d4-bf36-52deb0cb3c1f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4e43967a-bd73-4d99-8339-cc5d72622916" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "a74926cf-9c9a-4faf-8a01-3915b5021c9f", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "40482eca-921a-4d5a-907d-876f3c8c6d40" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "70b726b0-8e2a-4040-9006-8357e300fbd4", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "4c8ec421-0ec0-4097-afa3-4a87263e7d87" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "02cea5bd-bb23-45d8-a1f0-9f46dd1974be", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "04ef0085-f955-46ce-8876-28e06a1301f8" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "3197c12d-693c-49c9-992b-9051a4794814", + "inputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "input_type": "biomaterial", + "outputs": [ + "892ec3fd-5b6a-4079-92a5-9362ee64c650" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + }, + { + "process": "2d38bafa-8d98-4f45-91cc-272c7682fa18", + "inputs": [ + "35479c97-1a62-4d90-b057-49c1a518e0c8" + ], + "input_type": "biomaterial", + "outputs": [ + "79682426-b813-4f69-8c9c-2764ffac5dc1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "9e9d6f8e-64e9-4d7a-94b2-3ae052dfaf6f" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "9b361ad6-2028-41a0-a601-c59585ba157a" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/d5e01f9d-615f-4153-8a56-f2317d7d9ce8.dss.hca.json b/test/indexer/data/d5e01f9d-615f-4153-8a56-f2317d7d9ce8.dss.hca.json index e7ea43adbe..d22eb6192f 100644 --- a/test/indexer/data/d5e01f9d-615f-4153-8a56-f2317d7d9ce8.dss.hca.json +++ b/test/indexer/data/d5e01f9d-615f-4153-8a56-f2317d7d9ce8.dss.hca.json @@ -1,546 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "83068841", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "ec82cb9b85492d24cefd6e504ba5cf4d", - "sha1": "3c815b6fa22248721cdabdd27944def9904f8024", - "sha256": "e891e656423d16ee86209a472bcbfa8a4412a43c1b3d88b5c5480c003e4a62e8", - "size": 918, - "uuid": "13b00a71-4916-441c-a863-0204b40ba127", - "version": "2018-09-06T18:57:19.864777Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2f01c82e", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "636381bddda598e5dc42f1ada4c1f62e", - "sha1": "344af19effe0da69966fc71f678a8257b82308a3", - "sha256": "6a1bc7bb4f15ba0f20035212388fa44be41809c83349dae36853ca49c18a691a", - "size": 825, - "uuid": "131f2ca9-0a3e-4794-a6f6-0170884de3bf", - "version": "2018-09-06T18:57:20.268820Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f34ac08a", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "26abd0107e044734bfde963d1c7a00f0", - "sha1": "501fffcf4efc7a4edd86c5a29b735a27821b6c16", - "sha256": "2bb9be39cc5f12a91b33ed5c02d17f38bcec6e2b2a68874e1673a18546ccc37f", - "size": 637, - "uuid": "651a2e3a-80a6-4e3a-99d0-63224ee2ef02", - "version": "2018-09-06T18:57:20.435057Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "67ad5eeb", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "55e52f25be1fec827701bb4b9c94d322", - "sha1": "ed7174fc86c8e83f3c740d2cacebbda9a6a5b6cc", - "sha256": "1d78efebd63efc0c1a4f714d17e09a02d571fe1917aca1bd0cb6fe7c2bd0559b", - "size": 467, - "uuid": "84d27b0a-348e-4af2-82cb-c37973a9fe17", - "version": "2018-09-06T18:57:20.658394Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc04e203", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "db52e69a1d0cafcf33a023ec44022d05", - "sha1": "5552abdaa1d9414557c370db32c92b0e999fdd2f", - "sha256": "b0d17ebef4acffc1265a20b49c27189fdbbb81a11e03880e14694dee3008158f", - "size": 475, - "uuid": "36671cf7-ab85-409f-a28b-27c489e2ab51", - "version": "2018-09-06T18:57:20.986853Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7e9e2d7f", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "342495a58f58c02e7222ddb003b63ebc", - "sha1": "55b4bf19076b34a257ce6813d8f1d23aa3ddeca4", - "sha256": "c108e163ee4a1c18578c38102f8b928f5c6057efcbd433712cd00c65e76bf134", - "size": 474, - "uuid": "4ba5d8f9-2d1c-432d-9fa5-7e22eff732f1", - "version": "2018-09-06T18:57:21.230091Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6a555d0b", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "969a6c7991862c5b23c424c4d60ceee7", - "sha1": "ad38bdb4a8fb6b4e26c44fd7dafaac5050103e54", - "sha256": "a710547a4ee2b808850592789c1de661b7f7af65b17af1137a377325b9adb1de", - "size": 475, - "uuid": "f71ca185-a4d4-42ec-b6f0-dbb140cb2f23", - "version": "2018-09-06T18:57:21.625379Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4fb12adf", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "75f6dbfc5b1d792c9d9db11f9904b67a", - "sha1": "ca4918a3dd1a842e8df5b987e51c29738429c7e9", - "sha256": "683171923f163408a3315737e6f0e89c4cac5528789368df33606e0ebf5f7009", - "size": 476, - "uuid": "a0521704-08fa-4594-90da-0b29ee40dc0a", - "version": "2018-09-06T18:57:21.958345Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3abcc78f", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "dc6913a65dc13258906fa2d8bfdb938b", - "sha1": "c476cd34a70bcb7fb34fad5623d1b110fc414df5", - "sha256": "e1e47dab1b2d4c2421c3d71634d56e65036206560c7c61a4be92f8299c445c7a", - "size": 484, - "uuid": "8dfb781a-9fa1-488d-9ddc-e8272bef5fe0", - "version": "2018-09-06T18:57:22.904511Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5cd278a9", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "8b78e11092eb8195ab71aa467539b16e", - "sha1": "7f1ac76c962c59c1b632db59c2c1c429c46ef3fb", - "sha256": "fb4ed64b7ada6cd2d8be760377afbf24663c2b3e828c07a326110080c27245f9", - "size": 471, - "uuid": "e80fdd63-3c87-45f9-b1f7-9d7b7122dfdf", - "version": "2018-09-06T18:57:23.335931Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a832e4b8", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "053f7e5707531a13076e10bd7bde69bb", - "sha1": "3f995a62acfebce5fe1a5ccf6b8f373b5b2a7433", - "sha256": "c8270fe81050c67b485c1bff48793a98d623bf20ea9b1a58a5c5492e45b0518d", - "size": 472, - "uuid": "29164286-43cf-43ca-b3b9-ad61f2e7a1c8", - "version": "2018-09-06T18:57:23.739232Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0b8d264a", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "c9b74af381d99ec0d3695e2cfe3b717b", - "sha1": "c364708d0cf7c3300189cffc4d09354491b23030", - "sha256": "717a13c0ea6f8f903cdc6104b2f6f5aceca289f0dc218b82a31682ad93d59b14", - "size": 457, - "uuid": "46dc4f0d-11c0-4000-b6e9-710553a2a9cc", - "version": "2018-09-06T18:57:24.028070Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ad7f6477", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "af6f375f22bbd78e3af53e8a014381a5", - "sha1": "3004f7cf716ff85a07d3061f804ef214f11cfe28", - "sha256": "04a738d4bdad1800870e30063896e6808939bdf591ddb927b6f9c32f15086b17", - "size": 473, - "uuid": "b78926da-4a2c-4af9-8cd8-4ae337336ccc", - "version": "2018-09-06T18:57:24.977559Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d6867776", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "4d35c6d87f1b734c72dcb3079f9a465a", - "sha1": "2e013be3b156d50e6eb58bc49b87f6493e7bb8b7", - "sha256": "807578624f3bf637666e8f9d60e200b8f1f978d43bc0b6b0a0ddc008f45aaff0", - "size": 471, - "uuid": "a002691d-8568-40a3-9fd2-bae403916e08", - "version": "2018-09-06T18:57:25.358168Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6b906cbd", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "d8ff4c812c74a00986138d93efa911af", - "sha1": "d5401619ae2fe29c338c09c9fc57811791109ff9", - "sha256": "0f5d0641e68f5313e5ed588cd5d222fc7022177f0ef67513c7f9dc372205f061", - "size": 469, - "uuid": "0963c920-cd31-45bd-8844-ff0200ff1667", - "version": "2018-09-06T18:57:25.791109Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c2a244de", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "82f427ee1afddf59ab05bf5eef054023", - "sha1": "baf6b68036760fb8c276eae5ba649642c231e9fc", - "sha256": "9b2fdafdf9c0da9215267c00f29ab4d82b3d9c04291ffea053b413c5221cb9d0", - "size": 476, - "uuid": "fff7c188-ff07-4014-83a5-3f90dfafc09a", - "version": "2018-09-06T18:57:26.020492Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "29ad0393", - "indexed": true, - "name": "analysis_file_13.json", - "s3_etag": "8fbc68704cf722648d4a4975af5ed9af", - "sha1": "ad9fe77c0cd801939819d49e20685ed95249983e", - "sha256": "8f5a2401ebc0a9e699aa293dee8bd79ac35a7e7ea6f627910f6bfd49841ac587", - "size": 466, - "uuid": "cf4782d0-79e1-43dc-8313-93447a35620b", - "version": "2018-09-06T18:57:26.250231Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4c32477a", - "indexed": true, - "name": "analysis_file_14.json", - "s3_etag": "780157ed9775cf0c4d5c9d8a68e41182", - "sha1": "7d3248c132e9faa645eb80277fb65f627e1001b5", - "sha256": "50b06283e558cf078c8af18da07406c34ec216924398ccad22774201799c13db", - "size": 474, - "uuid": "63cb3d77-fded-4235-87a2-50e5f756826b", - "version": "2018-09-06T18:57:26.547655Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0baad1ba", - "indexed": true, - "name": "analysis_file_15.json", - "s3_etag": "00a7ced19c64091d5832ef61f385e390", - "sha1": "563d91c8bb946730bcde6c4e21ecaca493c8c674", - "sha256": "201ecff6b4d77aac896cdcdd5d6d45d755c693d9d46513ecc4853c745f9d31bd", - "size": 470, - "uuid": "140c27ca-12de-4425-953b-b1d4c2c918fc", - "version": "2018-09-06T18:57:27.261304Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2a96317f", - "indexed": true, - "name": "analysis_file_16.json", - "s3_etag": "b88dc4a9f191285a35bbbcaa218a5022", - "sha1": "14ded68e52b7296bff7db20ec640c386b46f6b35", - "sha256": "b1b14223d3cbd2f6bb41deba50996aca811258e7f9c1f189c4cc76f74b74f03e", - "size": 478, - "uuid": "38c67a5f-db0c-4d5f-839b-b061709d8be9", - "version": "2018-09-06T18:57:27.574875Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e5185037", - "indexed": true, - "name": "analysis_file_17.json", - "s3_etag": "be11d9e6df98ef83a5afc5e9854cb0c5", - "sha1": "36240bfc011467307d2f84d00662d3feab446a9f", - "sha256": "a6a5fa5a59042e85f722fc2ea9814de005b6e7ced5fab8647a48d2d912a5efa0", - "size": 462, - "uuid": "9efb3c26-4fd8-4986-8a72-1507880e6ab7", - "version": "2018-09-06T18:57:28.805601Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7524917c", - "indexed": true, - "name": "analysis_file_18.json", - "s3_etag": "b5ba4e132fc3fdf115055a522657f603", - "sha1": "5863487f15adde9fe92b7930ba8f3cd392b36999", - "sha256": "568b49bfa003987a49d7c8a34341643c78e1aa2bed3bd873efea59939970fd9f", - "size": 461, - "uuid": "fff934f7-4a3e-442b-99b2-3479762db53c", - "version": "2018-09-06T18:57:29.172066Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "25a9863f", - "indexed": true, - "name": "analysis_file_19.json", - "s3_etag": "eec310b344174e6b849de431d00f6c89", - "sha1": "a32371da5fb53b7ae1e2a4f009d4116551c1cf7b", - "sha256": "5de27731c0abf0c88dd082f7e924a0cd532dba52bd447b82e095063c5e222092", - "size": 449, - "uuid": "3268e4bf-591a-4ca3-b7ad-440f61460610", - "version": "2018-09-06T18:57:29.513180Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c42923cc", - "indexed": true, - "name": "analysis_file_20.json", - "s3_etag": "66adcda873b3d608d68d8cd18197708b", - "sha1": "3a63d6657094598521ef686f097a89c180a65a59", - "sha256": "cff1ca8cc3ecff8187772b37cce4639511aecb4dc1e453f7d2f20f676631ade7", - "size": 460, - "uuid": "68b243fc-c128-40ac-8e51-0383b4860c29", - "version": "2018-09-06T18:57:29.860881Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fadd3f97", - "indexed": true, - "name": "analysis_file_21.json", - "s3_etag": "a36eead91712ee68d21fbabae381c684", - "sha1": "fe84563a2cb9a91535d2d6b55a5b9cccfd4d5af2", - "sha256": "e3dab2b555be27d5665966873bf66408e9e58b655b955df710a9673481fbd942", - "size": 449, - "uuid": "4448df34-27c1-413d-bfc1-a508f238e2ed", - "version": "2018-09-06T18:57:30.141297Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "387ab618", - "indexed": true, - "name": "analysis_file_22.json", - "s3_etag": "e62a7d27b7b45b2adb88f66b3e3665b3", - "sha1": "b6a66ec0649e9ffd55cb1fdcba8f5c16c364e0e7", - "sha256": "9ab95ea20e3a6203e427ba6da4e52322848e46a86f66289cc9c5b7f3713e64ec", - "size": 451, - "uuid": "c2c8aec7-489b-4c2b-9b79-dc9f9a6d2d1d", - "version": "2018-09-06T18:57:30.372057Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8a96bb42", - "indexed": true, - "name": "analysis_file_23.json", - "s3_etag": "dd9ee1e95d220d61e164d045c1a69c8b", - "sha1": "95ce8378b45c374342527b425b607a5c18e97fa1", - "sha256": "b1fa35248889d39cd673f468e629664eddc6abacc6210cd50c2af69fed193d51", - "size": 462, - "uuid": "b4b3e436-19f2-4b56-b30c-dd22682e94fe", - "version": "2018-09-06T18:57:30.735503Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e71be041", - "indexed": true, - "name": "analysis_file_24.json", - "s3_etag": "e8e0dc2a1bdb5b0d993046c9d0a64187", - "sha1": "b230b28e4b1864acb5c66f77bd97469dcb72a6c4", - "sha256": "c927ca903a7b5553d420777a11b2b254d0a737589a68fa1377650a15c02d35e8", - "size": 451, - "uuid": "477b3e82-552d-47dc-a27b-22d242298362", - "version": "2018-09-06T18:57:31.232124Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2bc045f6", - "indexed": true, - "name": "analysis_file_25.json", - "s3_etag": "4d622ff816dc6a8df1ff769d5f78b5c8", - "sha1": "96a11333164a5c8e82e782d2f6d7a6d7dd1d7579", - "sha256": "812e422ef6aca6859df293f412ed8c375f60ed57de6bd2fee76eece72e01fd3b", - "size": 465, - "uuid": "e274e132-3fe1-44e9-879b-d6bc22cba2ab", - "version": "2018-09-06T18:57:31.501295Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6a32264c", - "indexed": true, - "name": "analysis_file_26.json", - "s3_etag": "70440a9e940e1c35910db056eac44555", - "sha1": "13f8449417d16f150285a807727eae6addaf28bc", - "sha256": "d9bbe28f85a84c7c5309a35d5508571b8c7aa9fae83b5e790f4132d7f9f4d4fb", - "size": 468, - "uuid": "2c11a11d-840c-4a3d-b811-e0e03c2e0976", - "version": "2018-09-06T18:57:32.040750Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1485d99b", - "indexed": true, - "name": "analysis_file_27.json", - "s3_etag": "e06434268a43e38ddc09c053e0870639", - "sha1": "7ef35d568ebdae7276374e9e9798268e941640bc", - "sha256": "3e8af5e72dd25cb2d4a877d0928ee487a6bf26f25e030aae1840ead86e453ff3", - "size": 451, - "uuid": "f3ca70e5-f530-4890-be95-e3635dcf164a", - "version": "2018-09-06T18:57:32.310810Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8b18b0b6", - "indexed": true, - "name": "analysis_file_28.json", - "s3_etag": "3b58ecad7ec9fb0f4bdd3e60d899f871", - "sha1": "7110ae345286a3b278d3c7660c63af7fd4b5dfe1", - "sha256": "f9c434d8b64ed9c9420730c3353a9f51ff7299c503d6fb78e79ad4987408ba39", - "size": 455, - "uuid": "12bcb6de-0f5b-4581-8d02-4ed3c59c13ab", - "version": "2018-09-06T18:57:32.727293Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "93fc172d", - "indexed": true, - "name": "analysis_file_29.json", - "s3_etag": "4d3eeccf7ccd379bf2762eda8a2c0f6e", - "sha1": "3f42b7ad7735d10c8a520d67c7c4155b5cecf417", - "sha256": "25a21fc9465a29ab5de924d4d548440358e9dea6b9001152084dc635605cd084", - "size": 455, - "uuid": "e3a50ba8-8e82-4b7f-89de-b6f512037e3d", - "version": "2018-09-06T18:57:33.302775Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7a328fac", - "indexed": true, - "name": "analysis_file_30.json", - "s3_etag": "45668837c2a29fccf00bec773b2d9a20", - "sha1": "a817997a49ab8a385d68f4beb00a323de07242ef", - "sha256": "633168df500a54eb58149ff08f912468ced39123ef81fd7e39480208d00742df", - "size": 453, - "uuid": "cf3a255f-e731-4912-a7b1-cbec1b0d5239", - "version": "2018-09-06T18:57:33.570238Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4aca1117", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "795552da5f9c7687f6726cf3d9dd3366", - "sha1": "dc718663800cda8419294501f8d983d710ba1371", - "sha256": "c1c625fcc557201661efe2e7e5030f0ffaa7e2dad4855be7546a50f142995330", - "size": 459, - "uuid": "c5d76832-f738-43a0-afe7-f62aa53a7824", - "version": "2018-09-06T18:57:33.940734Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5d69bd83", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "2afef526e39b259ccaaa60acff961463", - "sha1": "b137e0f7125e611a275f91d63d3bfd4b856f73b6", - "sha256": "fc08cf7a18b4988af3e5d9b9a4833b68264b06b9d8d028680c7a7e408effb276", - "size": 459, - "uuid": "be1f1c69-5ad5-4d2c-a86f-c43f1f003210", - "version": "2018-09-06T18:57:36.022316Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "b75282d3", - "indexed": true, - "name": "project_0.json", - "s3_etag": "804da434bf0fd770bbcb138e6256b9ee", - "sha1": "77611c414ac9a783c736f03edfe5699c7cfdb3aa", - "sha256": "9963bb67848a7a2f021f72af3aa25ee7e9c471ab2937d5becef9c624f60f6bb0", - "size": 1277, - "uuid": "26f1d58f-b247-4e0b-a4a9-402e029e5ac8", - "version": "2018-09-06T18:57:37.015401Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "5191954d", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "954db4a57065d485f444de70e710dfe7", - "sha1": "0d66651827c567fee76232616a42fe01063f2893", - "sha256": "160802e4b34ec019f2e97fd2c6674ef10bdf7d99bc5e205e674916493dfce62d", - "size": 890, - "uuid": "237048e6-dbd9-4a0b-b0cc-8085513c2944", - "version": "2018-09-06T18:57:37.641588Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "b1f0c27f", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "f0726060c0592999a6010079950efd74", - "sha1": "b7d9e43a6dc8490ccde3ad32b9b8be5afc4a1e0a", - "sha256": "e88b39ce0e267b70237fa201f1ff20d259ffc87f6a393b83507a1eccaa4e035a", - "size": 693, - "uuid": "f6527c69-b8bb-467a-af22-32a1b7863c65", - "version": "2018-09-06T18:57:38.218098Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "780caf6f", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "3a74ebf6012a9c8052f1dca705d221a7", - "sha1": "63385e4bb0fb42decfe748336e5416f137c197cd", - "sha256": "6b772cefa44668dcf2a3bb354bef433f8f0b699dcf9cb378f106f80d2f73677e", - "size": 556, - "uuid": "babc8692-6932-4c29-b33d-4d7b4deebe54", - "version": "2018-09-06T18:57:38.471615Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "85e98717", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "8bc7c7463194bfe0a9510bf5e8e92b02", - "sha1": "2c169b9f3b54f1dac089c5d3e170c8e092a7c95c", - "sha256": "dff6ceed166983555864971225a699f7c165cc7bd32659ae32442e941d1ecaaf", - "size": 21697, - "uuid": "2a4e1440-dab6-4b0b-8204-ebb270613cc1", - "version": "2018-09-06T18:57:38.912971Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b8f7dae9", - "indexed": true, - "name": "process_0.json", - "s3_etag": "288e089cc62c373b5ef1472ac65b438d", - "sha1": "89dc98bd099ec7e6bdbc70b76646def33935d7ae", - "sha256": "76bc09e326ff2eb46e1b535d45166ee83ce9170348f42db72a4e3eeb518118a2", - "size": 392, - "uuid": "c8ac10c7-fa3a-4fbc-a9bd-55e767444773", - "version": "2018-09-06T18:57:39.722112Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "52b5470a", - "indexed": true, - "name": "process_1.json", - "s3_etag": "21df0d2428adaa0394cf8ce423e78992", - "sha1": "314b8ce04eba6bc4fe414cb93ce19116a2aa6580", - "sha256": "741570b1b569b4059ada5c20ced218c34ea926f0606740de63119bc1796d89bc", - "size": 394, - "uuid": "94510a2b-edc8-4f14-ab1e-494732ccf80a", - "version": "2018-09-06T18:57:40.281627Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "b86058e3", - "indexed": true, - "name": "process_2.json", - "s3_etag": "f4598d70c65d7779172b02c3059020ac", - "sha1": "be05192359c83da2081bea6ca1add4452c868c22", - "sha256": "a0877c0dee808a0bd8dbcdcfd1187fa67d3ac6c52825f466374cb5f4a0d6e371", - "size": 392, - "uuid": "44edcce5-152d-401c-ba29-ed73cd9ec57f", - "version": "2018-09-06T18:57:40.546407Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "9f74bbaf", - "indexed": true, - "name": "links.json", - "s3_etag": "f686b75d62d09a84479046f497db0831", - "sha1": "bc9ee2d73c5228a3b56a4f40442b86e09ac8696a", - "sha256": "0900e839b6924ad0ba3a4f1f0266761989d0901358f7d6f7819d809ead8980c2", - "size": 5783, - "uuid": "77a7b5fd-01e1-40a9-a87a-d7c146c35c75", - "version": "2018-09-06T18:57:41.197346Z" - }, - { + "manifest": { + "analysis_file/84d27b0a-348e-4af2-82cb-c37973a9fe17": { + "content-type": "text/plain; dcp-type=data", "crc32c": "7171048d", "indexed": false, @@ -552,7 +13,7 @@ "uuid": "8206df81-4e3a-4db9-b3b5-5aa4b6dfc3a4", "version": "2018-09-06T18:57:41.428997Z" }, - { + "analysis_file/36671cf7-ab85-409f-a28b-27c489e2ab51": { "content-type": "text/plain; dcp-type=data", "crc32c": "02a4d655", "indexed": false, @@ -564,7 +25,7 @@ "uuid": "460eba58-b2c3-472d-876b-d9834ec539a5", "version": "2018-09-06T18:57:42.154511Z" }, - { + "analysis_file/4ba5d8f9-2d1c-432d-9fa5-7e22eff732f1": { "content-type": "text/plain; dcp-type=data", "crc32c": "618ae98a", "indexed": false, @@ -576,7 +37,7 @@ "uuid": "362696a2-ecd4-4cca-9150-e3201392108b", "version": "2018-09-06T18:57:42.621655Z" }, - { + "analysis_file/f71ca185-a4d4-42ec-b6f0-dbb140cb2f23": { "content-type": "text/plain; dcp-type=data", "crc32c": "75c571b6", "indexed": false, @@ -588,7 +49,7 @@ "uuid": "d998bfa6-ac23-4211-885f-91e72a2d2f89", "version": "2018-09-06T18:57:42.939509Z" }, - { + "analysis_file/a0521704-08fa-4594-90da-0b29ee40dc0a": { "content-type": "application/pdf; dcp-type=data", "crc32c": "4bdf84c1", "indexed": false, @@ -600,7 +61,7 @@ "uuid": "15bf35b5-4d06-4443-89c0-2a2d17aac62a", "version": "2018-09-06T18:57:43.285121Z" }, - { + "analysis_file/8dfb781a-9fa1-488d-9ddc-e8272bef5fe0": { "content-type": "text/plain; dcp-type=data", "crc32c": "49b17cd3", "indexed": false, @@ -612,7 +73,7 @@ "uuid": "373337f2-54eb-41ab-97ec-94801cfd26c4", "version": "2018-09-06T18:57:43.796420Z" }, - { + "analysis_file/e80fdd63-3c87-45f9-b1f7-9d7b7122dfdf": { "content-type": "text/plain; dcp-type=data", "crc32c": "faf51a99", "indexed": false, @@ -624,7 +85,7 @@ "uuid": "c4a34f85-2d7d-4a54-b519-88bfcc9d17ed", "version": "2018-09-06T18:57:44.147629Z" }, - { + "analysis_file/29164286-43cf-43ca-b3b9-ad61f2e7a1c8": { "content-type": "text/plain; dcp-type=data", "crc32c": "7dd5fc10", "indexed": false, @@ -636,7 +97,7 @@ "uuid": "4df968bf-3688-457e-a7f6-4e153ec1e489", "version": "2018-09-06T18:57:44.575566Z" }, - { + "analysis_file/46dc4f0d-11c0-4000-b6e9-710553a2a9cc": { "content-type": "application/pdf; dcp-type=data", "crc32c": "bd717f27", "indexed": false, @@ -648,7 +109,7 @@ "uuid": "43aef3ac-aec7-4b84-afcc-cb2a0d82cee3", "version": "2018-09-06T18:57:44.951809Z" }, - { + "analysis_file/b78926da-4a2c-4af9-8cd8-4ae337336ccc": { "content-type": "text/plain; dcp-type=data", "crc32c": "32754f99", "indexed": false, @@ -660,7 +121,7 @@ "uuid": "5ec31a75-91c7-4241-8d5c-8682f02c0059", "version": "2018-09-06T18:57:45.320623Z" }, - { + "analysis_file/a002691d-8568-40a3-9fd2-bae403916e08": { "content-type": "application/pdf; dcp-type=data", "crc32c": "35f41e6e", "indexed": false, @@ -672,7 +133,7 @@ "uuid": "9185340d-dcae-40e2-b76b-4f45eda95486", "version": "2018-09-06T18:57:45.653327Z" }, - { + "analysis_file/0963c920-cd31-45bd-8844-ff0200ff1667": { "content-type": "text/plain; dcp-type=data", "crc32c": "50412a1a", "indexed": false, @@ -684,7 +145,7 @@ "uuid": "cbef3cec-75ab-4cd5-90f0-1d32602d9176", "version": "2018-09-06T18:57:46.559751Z" }, - { + "analysis_file/fff7c188-ff07-4014-83a5-3f90dfafc09a": { "content-type": "text/plain; dcp-type=data", "crc32c": "f559ea99", "indexed": false, @@ -696,7 +157,7 @@ "uuid": "16dcefba-f947-41dd-bb14-b6fc77dfb1a8", "version": "2018-09-06T18:57:47.181102Z" }, - { + "analysis_file/cf4782d0-79e1-43dc-8313-93447a35620b": { "content-type": "application/pdf; dcp-type=data", "crc32c": "ee63fc32", "indexed": false, @@ -708,7 +169,7 @@ "uuid": "420fa634-b60b-4b13-8e20-91cdffb1779a", "version": "2018-09-06T18:57:49.831713Z" }, - { + "analysis_file/63cb3d77-fded-4235-87a2-50e5f756826b": { "content-type": "text/plain; dcp-type=data", "crc32c": "1deb97f8", "indexed": false, @@ -720,7 +181,7 @@ "uuid": "1a2f8bc9-0314-4b11-9667-d98dd25f6356", "version": "2018-09-06T18:57:51.209724Z" }, - { + "analysis_file/140c27ca-12de-4425-953b-b1d4c2c918fc": { "content-type": "application/pdf; dcp-type=data", "crc32c": "9ab095d7", "indexed": false, @@ -732,7 +193,7 @@ "uuid": "87a2d38c-5b38-4322-bbba-cbe668385b78", "version": "2018-09-06T18:57:52.560692Z" }, - { + "analysis_file/38c67a5f-db0c-4d5f-839b-b061709d8be9": { "content-type": "text/plain; dcp-type=data", "crc32c": "11777958", "indexed": false, @@ -744,7 +205,7 @@ "uuid": "df9b02ce-8f7f-4bdb-9e04-8ea0763734f8", "version": "2018-09-06T18:57:52.970974Z" }, - { + "analysis_file/9efb3c26-4fd8-4986-8a72-1507880e6ab7": { "content-type": "application/pdf; dcp-type=data", "crc32c": "24adcee3", "indexed": false, @@ -756,7 +217,7 @@ "uuid": "b1d24d26-fcf8-4c16-a509-bc6bb59b1eb7", "version": "2018-09-06T18:57:53.355719Z" }, - { + "analysis_file/fff934f7-4a3e-442b-99b2-3479762db53c": { "content-type": "text/plain; dcp-type=data", "crc32c": "f5cd552d", "indexed": false, @@ -768,7 +229,7 @@ "uuid": "a80975e3-1463-4135-bc4a-9c5763f6bdd6", "version": "2018-09-06T18:57:53.670823Z" }, - { + "analysis_file/3268e4bf-591a-4ca3-b7ad-440f61460610": { "content-type": "application/gzip; dcp-type=data", "crc32c": "8c9b2f5f", "indexed": false, @@ -780,7 +241,7 @@ "uuid": "6752851d-b55d-4387-82f7-e34ffd7ff05c", "version": "2018-09-06T18:57:54.127138Z" }, - { + "analysis_file/68b243fc-c128-40ac-8e51-0383b4860c29": { "content-type": "text/plain; dcp-type=data", "crc32c": "d8032370", "indexed": false, @@ -792,7 +253,7 @@ "uuid": "d9f81d5a-cf86-454a-b708-2522183521b3", "version": "2018-09-06T18:57:54.366094Z" }, - { + "analysis_file/4448df34-27c1-413d-bfc1-a508f238e2ed": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "612947c2", "indexed": false, @@ -804,7 +265,7 @@ "uuid": "3659a48e-fbcb-4639-bfc8-16da76f0300d", "version": "2018-09-06T18:57:54.707345Z" }, - { + "analysis_file/c2c8aec7-489b-4c2b-9b79-dc9f9a6d2d1d": { "content-type": "application/gzip; dcp-type=data", "crc32c": "a2359780", "indexed": false, @@ -816,7 +277,7 @@ "uuid": "a824e6d7-e28e-4bd0-a1ca-e96382d16cb4", "version": "2018-09-06T18:57:55.004613Z" }, - { + "analysis_file/b4b3e436-19f2-4b56-b30c-dd22682e94fe": { "content-type": "text/plain; dcp-type=data", "crc32c": "25033e43", "indexed": false, @@ -828,7 +289,7 @@ "uuid": "6b199c79-18e7-453a-bf34-7453aa8d4058", "version": "2018-09-06T18:57:55.244962Z" }, - { + "analysis_file/477b3e82-552d-47dc-a27b-22d242298362": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a47b964a", "indexed": false, @@ -840,7 +301,7 @@ "uuid": "783bfe7a-dc47-44ac-b19e-4e3dd3f09129", "version": "2018-09-06T18:57:55.773304Z" }, - { + "analysis_file/e274e132-3fe1-44e9-879b-d6bc22cba2ab": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7062f2c5", "indexed": false, @@ -852,7 +313,7 @@ "uuid": "5931e486-e7f5-494d-b8b5-f4efab05c956", "version": "2018-09-06T18:57:56.210397Z" }, - { + "analysis_file/2c11a11d-840c-4a3d-b811-e0e03c2e0976": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "de975d78", "indexed": false, @@ -864,7 +325,7 @@ "uuid": "05f1fe7b-4e71-4ca6-81e2-f2ccd8e89b89", "version": "2018-09-06T18:57:56.812784Z" }, - { + "analysis_file/f3ca70e5-f530-4890-be95-e3635dcf164a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0f2e6a1c", "indexed": false, @@ -876,7 +337,7 @@ "uuid": "124ad630-ac99-4447-9114-8a383bcff077", "version": "2018-09-06T18:57:57.676451Z" }, - { + "analysis_file/12bcb6de-0f5b-4581-8d02-4ed3c59c13ab": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "9a8ecacb", "indexed": false, @@ -888,7 +349,7 @@ "uuid": "cd228ff5-d05e-49af-91ab-57f6b8cea769", "version": "2018-09-06T18:57:57.964761Z" }, - { + "analysis_file/e3a50ba8-8e82-4b7f-89de-b6f512037e3d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0d0c6dfb", "indexed": false, @@ -900,7 +361,7 @@ "uuid": "bb109a5e-525a-47ef-b20f-2bf4f37b3de3", "version": "2018-09-06T18:57:58.163443Z" }, - { + "analysis_file/cf3a255f-e731-4912-a7b1-cbec1b0d5239": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "115ea372", "indexed": false, @@ -912,7 +373,7 @@ "uuid": "7a1cf419-f901-487f-994e-ff98ec7015da", "version": "2018-09-06T18:57:58.621633Z" }, - { + "sequence_file/c5d76832-f738-43a0-afe7-f62aa53a7824": { "content-type": "application/gzip; dcp-type=data", "crc32c": "cfa3d5df", "indexed": false, @@ -924,7 +385,7 @@ "uuid": "4cb61abf-25eb-4779-a9fd-16ce3371d83f", "version": "2018-09-06T18:03:20.549271Z" }, - { + "sequence_file/be1f1c69-5ad5-4d2c-a86f-c43f1f003210": { "content-type": "application/gzip; dcp-type=data", "crc32c": "d1c4cd35", "indexed": false, @@ -936,9 +397,9 @@ "uuid": "abced4f5-1949-4d83-8b28-254753582378", "version": "2018-09-06T18:03:20.906445Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/13b00a71-4916-441c-a863-0204b40ba127": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -971,7 +432,7 @@ "update_date": "2018-09-06T17:43:49.418Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/131f2ca9-0a3e-4794-a6f6-0170884de3bf": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1001,7 +462,7 @@ "update_date": "2018-09-06T17:43:40.640Z" } }, - "donor_organism_0.json": { + "donor_organism/651a2e3a-80a6-4e3a-99d0-63224ee2ef02": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1024,7 +485,7 @@ "update_date": "2018-09-06T17:43:29.851Z" } }, - "analysis_file_0.json": { + "analysis_file/84d27b0a-348e-4af2-82cb-c37973a9fe17": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1037,7 +498,7 @@ "update_date": "2018-09-06T18:51:18.929Z" } }, - "analysis_file_1.json": { + "analysis_file/36671cf7-ab85-409f-a28b-27c489e2ab51": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1050,7 +511,7 @@ "update_date": "2018-09-06T18:51:15.720Z" } }, - "analysis_file_2.json": { + "analysis_file/4ba5d8f9-2d1c-432d-9fa5-7e22eff732f1": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1063,7 +524,7 @@ "update_date": "2018-09-06T18:51:18.800Z" } }, - "analysis_file_3.json": { + "analysis_file/f71ca185-a4d4-42ec-b6f0-dbb140cb2f23": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1076,7 +537,7 @@ "update_date": "2018-09-06T18:51:21.934Z" } }, - "analysis_file_4.json": { + "analysis_file/a0521704-08fa-4594-90da-0b29ee40dc0a": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1089,7 +550,7 @@ "update_date": "2018-09-06T18:51:18.835Z" } }, - "analysis_file_5.json": { + "analysis_file/8dfb781a-9fa1-488d-9ddc-e8272bef5fe0": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1102,7 +563,7 @@ "update_date": "2018-09-06T18:51:18.753Z" } }, - "analysis_file_6.json": { + "analysis_file/e80fdd63-3c87-45f9-b1f7-9d7b7122dfdf": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1115,7 +576,7 @@ "update_date": "2018-09-06T18:51:19.110Z" } }, - "analysis_file_7.json": { + "analysis_file/29164286-43cf-43ca-b3b9-ad61f2e7a1c8": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1128,7 +589,7 @@ "update_date": "2018-09-06T18:51:27.808Z" } }, - "analysis_file_8.json": { + "analysis_file/46dc4f0d-11c0-4000-b6e9-710553a2a9cc": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1141,7 +602,7 @@ "update_date": "2018-09-06T18:51:21.984Z" } }, - "analysis_file_9.json": { + "analysis_file/b78926da-4a2c-4af9-8cd8-4ae337336ccc": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1154,7 +615,7 @@ "update_date": "2018-09-06T18:51:22.213Z" } }, - "analysis_file_10.json": { + "analysis_file/a002691d-8568-40a3-9fd2-bae403916e08": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1167,7 +628,7 @@ "update_date": "2018-09-06T18:51:24.731Z" } }, - "analysis_file_11.json": { + "analysis_file/0963c920-cd31-45bd-8844-ff0200ff1667": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1180,7 +641,7 @@ "update_date": "2018-09-06T18:51:24.951Z" } }, - "analysis_file_12.json": { + "analysis_file/fff7c188-ff07-4014-83a5-3f90dfafc09a": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1193,7 +654,7 @@ "update_date": "2018-09-06T18:51:27.830Z" } }, - "analysis_file_13.json": { + "analysis_file/cf4782d0-79e1-43dc-8313-93447a35620b": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1206,7 +667,7 @@ "update_date": "2018-09-06T18:51:30.824Z" } }, - "analysis_file_14.json": { + "analysis_file/63cb3d77-fded-4235-87a2-50e5f756826b": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1219,7 +680,7 @@ "update_date": "2018-09-06T18:51:27.727Z" } }, - "analysis_file_15.json": { + "analysis_file/140c27ca-12de-4425-953b-b1d4c2c918fc": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1232,7 +693,7 @@ "update_date": "2018-09-06T18:51:30.804Z" } }, - "analysis_file_16.json": { + "analysis_file/38c67a5f-db0c-4d5f-839b-b061709d8be9": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1245,7 +706,7 @@ "update_date": "2018-09-06T18:51:30.712Z" } }, - "analysis_file_17.json": { + "analysis_file/9efb3c26-4fd8-4986-8a72-1507880e6ab7": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1258,7 +719,7 @@ "update_date": "2018-09-06T18:51:33.849Z" } }, - "analysis_file_18.json": { + "analysis_file/fff934f7-4a3e-442b-99b2-3479762db53c": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1271,7 +732,7 @@ "update_date": "2018-09-06T18:51:33.768Z" } }, - "analysis_file_19.json": { + "analysis_file/3268e4bf-591a-4ca3-b7ad-440f61460610": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1284,7 +745,7 @@ "update_date": "2018-09-06T18:51:27.818Z" } }, - "analysis_file_20.json": { + "analysis_file/68b243fc-c128-40ac-8e51-0383b4860c29": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1297,7 +758,7 @@ "update_date": "2018-09-06T18:51:27.703Z" } }, - "analysis_file_21.json": { + "analysis_file/4448df34-27c1-413d-bfc1-a508f238e2ed": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1310,7 +771,7 @@ "update_date": "2018-09-06T18:51:24.861Z" } }, - "analysis_file_22.json": { + "analysis_file/c2c8aec7-489b-4c2b-9b79-dc9f9a6d2d1d": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1323,7 +784,7 @@ "update_date": "2018-09-06T18:51:48.751Z" } }, - "analysis_file_23.json": { + "analysis_file/b4b3e436-19f2-4b56-b30c-dd22682e94fe": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1336,7 +797,7 @@ "update_date": "2018-09-06T18:51:39.778Z" } }, - "analysis_file_24.json": { + "analysis_file/477b3e82-552d-47dc-a27b-22d242298362": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1349,7 +810,7 @@ "update_date": "2018-09-06T18:51:39.839Z" } }, - "analysis_file_25.json": { + "analysis_file/e274e132-3fe1-44e9-879b-d6bc22cba2ab": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1362,7 +823,7 @@ "update_date": "2018-09-06T18:51:42.713Z" } }, - "analysis_file_26.json": { + "analysis_file/2c11a11d-840c-4a3d-b811-e0e03c2e0976": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1375,7 +836,7 @@ "update_date": "2018-09-06T18:51:48.696Z" } }, - "analysis_file_27.json": { + "analysis_file/f3ca70e5-f530-4890-be95-e3635dcf164a": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1388,7 +849,7 @@ "update_date": "2018-09-06T18:51:42.746Z" } }, - "analysis_file_28.json": { + "analysis_file/12bcb6de-0f5b-4581-8d02-4ed3c59c13ab": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1401,7 +862,7 @@ "update_date": "2018-09-06T18:51:45.770Z" } }, - "analysis_file_29.json": { + "analysis_file/e3a50ba8-8e82-4b7f-89de-b6f512037e3d": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1414,7 +875,7 @@ "update_date": "2018-09-06T18:51:45.736Z" } }, - "analysis_file_30.json": { + "analysis_file/cf3a255f-e731-4912-a7b1-cbec1b0d5239": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/5.2.1/analysis_file", "schema_type": "file", "file_core": { @@ -1427,7 +888,7 @@ "update_date": "2018-09-06T18:51:48.711Z" } }, - "sequence_file_0.json": { + "sequence_file/c5d76832-f738-43a0-afe7-f62aa53a7824": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1441,7 +902,7 @@ "update_date": "2018-09-06T18:43:35.669Z" } }, - "sequence_file_1.json": { + "sequence_file/be1f1c69-5ad5-4d2c-a86f-c43f1f003210": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1455,7 +916,7 @@ "update_date": "2018-09-06T18:43:35.937Z" } }, - "project_0.json": { + "project/26f1d58f-b247-4e0b-a4a9-402e029e5ac8": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/project/9.0.2/project", "schema_type": "project", "project_core": { @@ -1482,7 +943,7 @@ "update_date": "2018-09-06T17:43:29.771Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/237048e6-dbd9-4a0b-b0cc-8085513c2944": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1511,7 +972,7 @@ "update_date": "2018-09-06T17:43:20.063Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/f6527c69-b8bb-467a-af22-32a1b7863c65": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1532,7 +993,7 @@ "update_date": "2018-09-06T17:43:20.475Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/babc8692-6932-4c29-b33d-4d7b4deebe54": { "describedBy": "http://schema.integration.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1548,7 +1009,7 @@ "update_date": "2018-09-06T17:43:19.766Z" } }, - "analysis_process_0.json": { + "analysis_process/2a4e1440-dab6-4b0b-8204-ebb270613cc1": { "analysis_run_type": "run", "describedBy": "http://schema.integration.data.humancellatlas.org/type/process/analysis/8.0.0/analysis_process", "input_bundles": [ @@ -1991,7 +1452,7 @@ "update_date": "2018-09-06T18:43:37.650Z" } }, - "process_0.json": { + "process/c8ac10c7-fa3a-4fbc-a9bd-55e767444773": { "process_core": { "process_id": "seq_proc_187" }, @@ -2003,7 +1464,7 @@ "update_date": "2018-09-06T17:44:11.383Z" } }, - "process_1.json": { + "process/94510a2b-edc8-4f14-ab1e-494732ccf80a": { "process_core": { "process_id": "process_id_189" }, @@ -2015,7 +1476,7 @@ "update_date": "2018-09-06T17:43:58.660Z" } }, - "process_2.json": { + "process/44edcce5-152d-401c-ba29-ed73cd9ec57f": { "process_core": { "process_id": "process_id_1" }, @@ -2026,158 +1487,159 @@ "submission_date": "2018-09-06T17:43:15.801Z", "update_date": "2018-09-06T17:43:54.690Z" } - }, - "links.json": { - "describedBy": "http://schema.integration.data.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "2a4e1440-dab6-4b0b-8204-ebb270613cc1", - "inputs": [ - "c5d76832-f738-43a0-afe7-f62aa53a7824", - "be1f1c69-5ad5-4d2c-a86f-c43f1f003210" - ], - "input_type": "file", - "outputs": [ - "84d27b0a-348e-4af2-82cb-c37973a9fe17", - "36671cf7-ab85-409f-a28b-27c489e2ab51", - "4ba5d8f9-2d1c-432d-9fa5-7e22eff732f1", - "f71ca185-a4d4-42ec-b6f0-dbb140cb2f23", - "a0521704-08fa-4594-90da-0b29ee40dc0a", - "8dfb781a-9fa1-488d-9ddc-e8272bef5fe0", - "e80fdd63-3c87-45f9-b1f7-9d7b7122dfdf", - "29164286-43cf-43ca-b3b9-ad61f2e7a1c8", - "46dc4f0d-11c0-4000-b6e9-710553a2a9cc", - "b78926da-4a2c-4af9-8cd8-4ae337336ccc", - "a002691d-8568-40a3-9fd2-bae403916e08", - "0963c920-cd31-45bd-8844-ff0200ff1667", - "fff7c188-ff07-4014-83a5-3f90dfafc09a", - "cf4782d0-79e1-43dc-8313-93447a35620b", - "63cb3d77-fded-4235-87a2-50e5f756826b", - "140c27ca-12de-4425-953b-b1d4c2c918fc", - "38c67a5f-db0c-4d5f-839b-b061709d8be9", - "9efb3c26-4fd8-4986-8a72-1507880e6ab7", - "fff934f7-4a3e-442b-99b2-3479762db53c", - "3268e4bf-591a-4ca3-b7ad-440f61460610", - "68b243fc-c128-40ac-8e51-0383b4860c29", - "4448df34-27c1-413d-bfc1-a508f238e2ed", - "c2c8aec7-489b-4c2b-9b79-dc9f9a6d2d1d", - "b4b3e436-19f2-4b56-b30c-dd22682e94fe", - "477b3e82-552d-47dc-a27b-22d242298362", - "e274e132-3fe1-44e9-879b-d6bc22cba2ab", - "2c11a11d-840c-4a3d-b811-e0e03c2e0976", - "f3ca70e5-f530-4890-be95-e3635dcf164a", - "12bcb6de-0f5b-4581-8d02-4ed3c59c13ab", - "e3a50ba8-8e82-4b7f-89de-b6f512037e3d", - "cf3a255f-e731-4912-a7b1-cbec1b0d5239" - ], - "output_type": "file", - "protocols": [] - }, - { - "process": "c8ac10c7-fa3a-4fbc-a9bd-55e767444773", - "inputs": [ - "13b00a71-4916-441c-a863-0204b40ba127" - ], - "input_type": "biomaterial", - "outputs": [ - "c5d76832-f738-43a0-afe7-f62aa53a7824", - "be1f1c69-5ad5-4d2c-a86f-c43f1f003210" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "237048e6-dbd9-4a0b-b0cc-8085513c2944" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "f6527c69-b8bb-467a-af22-32a1b7863c65" - } - ] - }, - { - "process": "94510a2b-edc8-4f14-ab1e-494732ccf80a", - "inputs": [ - "131f2ca9-0a3e-4794-a6f6-0170884de3bf" - ], - "input_type": "biomaterial", - "outputs": [ - "13b00a71-4916-441c-a863-0204b40ba127" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "babc8692-6932-4c29-b33d-4d7b4deebe54" - } - ] - }, - { - "process": "44edcce5-152d-401c-ba29-ed73cd9ec57f", - "inputs": [ - "651a2e3a-80a6-4e3a-99d0-63224ee2ef02" - ], - "input_type": "biomaterial", - "outputs": [ - "131f2ca9-0a3e-4794-a6f6-0170884de3bf" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "c8ac10c7-fa3a-4fbc-a9bd-55e767444773", - "inputs": [ - "13b00a71-4916-441c-a863-0204b40ba127" - ], - "input_type": "biomaterial", - "outputs": [ - "c5d76832-f738-43a0-afe7-f62aa53a7824", - "be1f1c69-5ad5-4d2c-a86f-c43f1f003210" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "237048e6-dbd9-4a0b-b0cc-8085513c2944" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "f6527c69-b8bb-467a-af22-32a1b7863c65" - } - ] - }, - { - "process": "94510a2b-edc8-4f14-ab1e-494732ccf80a", - "inputs": [ - "131f2ca9-0a3e-4794-a6f6-0170884de3bf" - ], - "input_type": "biomaterial", - "outputs": [ - "13b00a71-4916-441c-a863-0204b40ba127" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "babc8692-6932-4c29-b33d-4d7b4deebe54" - } - ] - }, - { - "process": "44edcce5-152d-401c-ba29-ed73cd9ec57f", - "inputs": [ - "651a2e3a-80a6-4e3a-99d0-63224ee2ef02" - ], - "input_type": "biomaterial", - "outputs": [ - "131f2ca9-0a3e-4794-a6f6-0170884de3bf" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.integration.data.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "2a4e1440-dab6-4b0b-8204-ebb270613cc1", + "inputs": [ + "c5d76832-f738-43a0-afe7-f62aa53a7824", + "be1f1c69-5ad5-4d2c-a86f-c43f1f003210" + ], + "input_type": "file", + "outputs": [ + "84d27b0a-348e-4af2-82cb-c37973a9fe17", + "36671cf7-ab85-409f-a28b-27c489e2ab51", + "4ba5d8f9-2d1c-432d-9fa5-7e22eff732f1", + "f71ca185-a4d4-42ec-b6f0-dbb140cb2f23", + "a0521704-08fa-4594-90da-0b29ee40dc0a", + "8dfb781a-9fa1-488d-9ddc-e8272bef5fe0", + "e80fdd63-3c87-45f9-b1f7-9d7b7122dfdf", + "29164286-43cf-43ca-b3b9-ad61f2e7a1c8", + "46dc4f0d-11c0-4000-b6e9-710553a2a9cc", + "b78926da-4a2c-4af9-8cd8-4ae337336ccc", + "a002691d-8568-40a3-9fd2-bae403916e08", + "0963c920-cd31-45bd-8844-ff0200ff1667", + "fff7c188-ff07-4014-83a5-3f90dfafc09a", + "cf4782d0-79e1-43dc-8313-93447a35620b", + "63cb3d77-fded-4235-87a2-50e5f756826b", + "140c27ca-12de-4425-953b-b1d4c2c918fc", + "38c67a5f-db0c-4d5f-839b-b061709d8be9", + "9efb3c26-4fd8-4986-8a72-1507880e6ab7", + "fff934f7-4a3e-442b-99b2-3479762db53c", + "3268e4bf-591a-4ca3-b7ad-440f61460610", + "68b243fc-c128-40ac-8e51-0383b4860c29", + "4448df34-27c1-413d-bfc1-a508f238e2ed", + "c2c8aec7-489b-4c2b-9b79-dc9f9a6d2d1d", + "b4b3e436-19f2-4b56-b30c-dd22682e94fe", + "477b3e82-552d-47dc-a27b-22d242298362", + "e274e132-3fe1-44e9-879b-d6bc22cba2ab", + "2c11a11d-840c-4a3d-b811-e0e03c2e0976", + "f3ca70e5-f530-4890-be95-e3635dcf164a", + "12bcb6de-0f5b-4581-8d02-4ed3c59c13ab", + "e3a50ba8-8e82-4b7f-89de-b6f512037e3d", + "cf3a255f-e731-4912-a7b1-cbec1b0d5239" + ], + "output_type": "file", + "protocols": [] + }, + { + "process": "c8ac10c7-fa3a-4fbc-a9bd-55e767444773", + "inputs": [ + "13b00a71-4916-441c-a863-0204b40ba127" + ], + "input_type": "biomaterial", + "outputs": [ + "c5d76832-f738-43a0-afe7-f62aa53a7824", + "be1f1c69-5ad5-4d2c-a86f-c43f1f003210" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "237048e6-dbd9-4a0b-b0cc-8085513c2944" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "f6527c69-b8bb-467a-af22-32a1b7863c65" + } + ] + }, + { + "process": "94510a2b-edc8-4f14-ab1e-494732ccf80a", + "inputs": [ + "131f2ca9-0a3e-4794-a6f6-0170884de3bf" + ], + "input_type": "biomaterial", + "outputs": [ + "13b00a71-4916-441c-a863-0204b40ba127" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "babc8692-6932-4c29-b33d-4d7b4deebe54" + } + ] + }, + { + "process": "44edcce5-152d-401c-ba29-ed73cd9ec57f", + "inputs": [ + "651a2e3a-80a6-4e3a-99d0-63224ee2ef02" + ], + "input_type": "biomaterial", + "outputs": [ + "131f2ca9-0a3e-4794-a6f6-0170884de3bf" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "c8ac10c7-fa3a-4fbc-a9bd-55e767444773", + "inputs": [ + "13b00a71-4916-441c-a863-0204b40ba127" + ], + "input_type": "biomaterial", + "outputs": [ + "c5d76832-f738-43a0-afe7-f62aa53a7824", + "be1f1c69-5ad5-4d2c-a86f-c43f1f003210" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "237048e6-dbd9-4a0b-b0cc-8085513c2944" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "f6527c69-b8bb-467a-af22-32a1b7863c65" + } + ] + }, + { + "process": "94510a2b-edc8-4f14-ab1e-494732ccf80a", + "inputs": [ + "131f2ca9-0a3e-4794-a6f6-0170884de3bf" + ], + "input_type": "biomaterial", + "outputs": [ + "13b00a71-4916-441c-a863-0204b40ba127" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "babc8692-6932-4c29-b33d-4d7b4deebe54" + } + ] + }, + { + "process": "44edcce5-152d-401c-ba29-ed73cd9ec57f", + "inputs": [ + "651a2e3a-80a6-4e3a-99d0-63224ee2ef02" + ], + "input_type": "biomaterial", + "outputs": [ + "131f2ca9-0a3e-4794-a6f6-0170884de3bf" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7.dss.hca.json b/test/indexer/data/d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7.dss.hca.json index 374909aa48..6e577926cc 100644 --- a/test/indexer/data/d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7.dss.hca.json +++ b/test/indexer/data/d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7.dss.hca.json @@ -1,102 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "project_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 4353, - "uuid": "90bf705c-d891-5ce2-aa54-094488b445c6", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "37e91a9f-b04e-5313-bbc0-4c394406247e", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "b8ec88d7-675c-54ff-8071-63255adc181b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_2.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "process_3.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 388, - "uuid": "d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 728, - "uuid": "119c4135-7b77-5003-a150-f052e22c6834", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "cell_suspension_1.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 724, - "uuid": "af3549f4-8632-58c2-9821-c6249c622b0a", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 570, - "uuid": "f0c8ac7c-1c4a-5c9c-9286-c8b16208f9ae", - "version": "2021-01-01T00:00:00.000000Z" - }, - { + "manifest": { + "analysis_file/f0c8ac7c-1c4a-5c9c-9286-c8b16208f9ae": { "content-type": "application/gzip; dcp-type=data", "crc32c": "4dab8938", "indexed": false, @@ -107,197 +11,10 @@ "size": 143, "uuid": "121add5e-8ed0-5368-b2f9-6a4d7fec0393", "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 3438, - "uuid": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2557, - "uuid": "767282b2-2fc1-5559-b020-29686b810206", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "treatment_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 931, - "uuid": "0f959f0b-5efa-5cc8-9c46-097b0cb574d5", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 770, - "uuid": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 1836, - "uuid": "46435803-7ee8-5157-8569-8a61ad50c315", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 938, - "uuid": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", - "version": "2021-01-01T00:00:00.000000Z" - }, - { - "content-type": "application/json;", - "crc32c": "00000000", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": null, - "sha1": null, - "sha256": "0000000000000000000000000000000000000000000000000000000000000000", - "size": 2060, - "uuid": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", - "version": "2021-01-01T00:00:00.000000Z" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", - "links": [ - { - "inputs": [ - { - "input_id": "af3549f4-8632-58c2-9821-c6249c622b0a", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "f0c8ac7c-1c4a-5c9c-9286-c8b16208f9ae", - "output_type": "analysis_file" - } - ], - "process_id": "d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7", - "process_type": "process", - "protocols": [ - { - "protocol_id": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", - "protocol_type": "analysis_protocol" - }, - { - "protocol_id": "767282b2-2fc1-5559-b020-29686b810206", - "protocol_type": "library_preparation_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "119c4135-7b77-5003-a150-f052e22c6834", - "input_type": "cell_suspension" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "af3549f4-8632-58c2-9821-c6249c622b0a", - "output_type": "cell_suspension" - } - ], - "process_id": "b8ec88d7-675c-54ff-8071-63255adc181b", - "process_type": "process", - "protocols": [ - { - "protocol_id": "0f959f0b-5efa-5cc8-9c46-097b0cb574d5", - "protocol_type": "treatment_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "input_type": "specimen_from_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "119c4135-7b77-5003-a150-f052e22c6834", - "output_type": "cell_suspension" - } - ], - "process_id": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", - "process_type": "process", - "protocols": [ - { - "protocol_id": "46435803-7ee8-5157-8569-8a61ad50c315", - "protocol_type": "enrichment_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", - "input_type": "donor_organism" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", - "output_type": "specimen_from_organism" - } - ], - "process_id": "37e91a9f-b04e-5313-bbc0-4c394406247e", - "process_type": "process", - "protocols": [ - { - "protocol_id": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", - "protocol_type": "collection_protocol" - } - ] - } - ], - "schema_type": "links", - "schema_version": "3.1.0" - }, - "project_0.json": { + "project/90bf705c-d891-5ce2-aa54-094488b445c6": { "array_express_accessions": [ "E-MTAB-10026" ], @@ -414,7 +131,7 @@ ], "schema_type": "project" }, - "process_0.json": { + "process/37e91a9f-b04e-5313-bbc0-4c394406247e": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -428,7 +145,7 @@ }, "schema_type": "process" }, - "process_1.json": { + "process/b8ec88d7-675c-54ff-8071-63255adc181b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -442,7 +159,7 @@ }, "schema_type": "process" }, - "process_2.json": { + "process/bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -456,7 +173,7 @@ }, "schema_type": "process" }, - "process_3.json": { + "process/d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/9.2.0/process", "process_core": { "process_id": "dummy_process" @@ -470,7 +187,7 @@ }, "schema_type": "process" }, - "cell_suspension_0.json": { + "cell_suspension/119c4135-7b77-5003-a150-f052e22c6834": { "biomaterial_core": { "biomaterial_id": "AP2CS_pre", "ncbi_taxon_id": [ @@ -502,7 +219,7 @@ } ] }, - "cell_suspension_1.json": { + "cell_suspension/af3549f4-8632-58c2-9821-c6249c622b0a": { "biomaterial_core": { "biomaterial_id": "AP2CS", "ncbi_taxon_id": [ @@ -534,7 +251,7 @@ } ] }, - "analysis_file_0.json": { + "analysis_file/f0c8ac7c-1c4a-5c9c-9286-c8b16208f9ae": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/6.5.0/analysis_file", "file_core": { "content_description": [ @@ -558,7 +275,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/811adf54-7f27-5aec-9ed7-c6084c4c3a1b": { "computational_method": "10x v3", "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/analysis/10.0.0/analysis_protocol", "matrix": { @@ -589,7 +306,7 @@ "text": "enzymatic dissociation" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/767282b2-2fc1-5559-b020-29686b810206": { "cell_barcode": { "barcode_length": 16, "barcode_offset": 0, @@ -626,7 +343,7 @@ "barcode_read": "Read 1" } }, - "treatment_protocol_0.json": { + "treatment_protocol/0f959f0b-5efa-5cc8-9c46-097b0cb574d5": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/1.0.0/treatment_protocol", "media": "RPMI 1640", "method": [ @@ -657,7 +374,7 @@ } ] }, - "specimen_from_organism_0.json": { + "specimen_from_organism/3bee0c9a-aced-52f2-b97f-89518f826b36": { "biomaterial_core": { "biomaterial_id": "AP2_specimen", "biomaterial_name": "AP2_specimen", @@ -694,7 +411,7 @@ }, "schema_type": "biomaterial" }, - "enrichment_protocol_0.json": { + "enrichment_protocol/46435803-7ee8-5157-8569-8a61ad50c315": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "method": { "ontology": "EFO:0009337", @@ -714,7 +431,7 @@ }, "schema_type": "protocol" }, - "donor_organism_0.json": { + "donor_organism/5bc2bf2f-eb98-5510-a386-172cef38f2f2": { "biomaterial_core": { "biomaterial_id": "AP2", "biomaterial_name": "Sanger_AP2", @@ -759,7 +476,7 @@ "schema_type": "biomaterial", "sex": "unknown" }, - "collection_protocol_0.json": { + "collection_protocol/e7f864e3-6ba7-53c8-842f-2a05cb90e1b7": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "method": { "ontology": "EFO:0009121", @@ -779,5 +496,109 @@ }, "schema_type": "protocol" } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/3.1.0/links", + "links": [ + { + "inputs": [ + { + "input_id": "af3549f4-8632-58c2-9821-c6249c622b0a", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "f0c8ac7c-1c4a-5c9c-9286-c8b16208f9ae", + "output_type": "analysis_file" + } + ], + "process_id": "d7b8cbff-aee9-5a05-a4a1-d8f4e720aee7", + "process_type": "process", + "protocols": [ + { + "protocol_id": "811adf54-7f27-5aec-9ed7-c6084c4c3a1b", + "protocol_type": "analysis_protocol" + }, + { + "protocol_id": "767282b2-2fc1-5559-b020-29686b810206", + "protocol_type": "library_preparation_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "119c4135-7b77-5003-a150-f052e22c6834", + "input_type": "cell_suspension" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "af3549f4-8632-58c2-9821-c6249c622b0a", + "output_type": "cell_suspension" + } + ], + "process_id": "b8ec88d7-675c-54ff-8071-63255adc181b", + "process_type": "process", + "protocols": [ + { + "protocol_id": "0f959f0b-5efa-5cc8-9c46-097b0cb574d5", + "protocol_type": "treatment_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", + "input_type": "specimen_from_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "119c4135-7b77-5003-a150-f052e22c6834", + "output_type": "cell_suspension" + } + ], + "process_id": "bd6a4a38-c44b-5d17-b2b1-d0d4c4531bf0", + "process_type": "process", + "protocols": [ + { + "protocol_id": "46435803-7ee8-5157-8569-8a61ad50c315", + "protocol_type": "enrichment_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "5bc2bf2f-eb98-5510-a386-172cef38f2f2", + "input_type": "donor_organism" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "3bee0c9a-aced-52f2-b97f-89518f826b36", + "output_type": "specimen_from_organism" + } + ], + "process_id": "37e91a9f-b04e-5313-bbc0-4c394406247e", + "process_type": "process", + "protocols": [ + { + "protocol_id": "e7f864e3-6ba7-53c8-842f-2a05cb90e1b7", + "protocol_type": "collection_protocol" + } + ] + } + ], + "schema_type": "links", + "schema_version": "3.1.0" + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/d8c20944-739f-4e7d-9161-b720953432ce.tables.tdr.json b/test/indexer/data/d8c20944-739f-4e7d-9161-b720953432ce.tables.tdr.json index 6aaff0ce49..5b304b391b 100644 --- a/test/indexer/data/d8c20944-739f-4e7d-9161-b720953432ce.tables.tdr.json +++ b/test/indexer/data/d8c20944-739f-4e7d-9161-b720953432ce.tables.tdr.json @@ -504,8 +504,8 @@ "sequence_file": { "rows": [ { - "sequence_file_id": "133f2a25-f3aa-49a7-b9b6-d185d302fb26", - "version": "2019-09-20T13:51:28.379000Z", + "sequence_file_id": "5f68ea73-350b-4d37-a341-3004139fb699", + "version": "2019-09-20T13:50:35.660000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -590,8 +590,8 @@ } }, { - "sequence_file_id": "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", - "version": "2019-09-20T13:50:35.338000Z", + "sequence_file_id": "3c3d882a-cc38-4eea-ac53-0885f906852e", + "version": "2019-09-20T13:52:19.666000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -676,8 +676,8 @@ } }, { - "sequence_file_id": "3c3d882a-cc38-4eea-ac53-0885f906852e", - "version": "2019-09-20T13:52:19.666000Z", + "sequence_file_id": "63051b9f-87d4-4853-a4a0-5cc742ef6e72", + "version": "2019-09-20T13:50:59.836000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -719,8 +719,8 @@ } }, { - "sequence_file_id": "3dffc456-caaf-4823-9f65-fc0db7abacbc", - "version": "2019-09-20T13:49:42.771000Z", + "sequence_file_id": "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", + "version": "2019-09-20T13:52:17.560000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -762,8 +762,8 @@ } }, { - "sequence_file_id": "5f68ea73-350b-4d37-a341-3004139fb699", - "version": "2019-09-20T13:50:35.660000Z", + "sequence_file_id": "3dffc456-caaf-4823-9f65-fc0db7abacbc", + "version": "2019-09-20T13:49:42.771000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -805,8 +805,8 @@ } }, { - "sequence_file_id": "63051b9f-87d4-4853-a4a0-5cc742ef6e72", - "version": "2019-09-20T13:50:59.836000Z", + "sequence_file_id": "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", + "version": "2019-09-20T13:50:08.492000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -848,8 +848,8 @@ } }, { - "sequence_file_id": "6ca8e43f-5f40-4eb9-bfa9-294c54dbeade", - "version": "2019-09-20T13:52:17.560000Z", + "sequence_file_id": "98ee0901-d34c-48a5-915a-0511bac325ec", + "version": "2019-09-20T13:53:16.941000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -891,8 +891,8 @@ } }, { - "sequence_file_id": "98ee0901-d34c-48a5-915a-0511bac325ec", - "version": "2019-09-20T13:53:16.941000Z", + "sequence_file_id": "27fc1a2e-d70e-47ee-a4b7-92bf57e5b7a6", + "version": "2019-09-20T13:50:35.338000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -934,8 +934,8 @@ } }, { - "sequence_file_id": "a2f4b05d-0dae-4655-acfd-ef3b91ae0ad0", - "version": "2019-09-20T13:50:08.492000Z", + "sequence_file_id": "133f2a25-f3aa-49a7-b9b6-d185d302fb26", + "version": "2019-09-20T13:51:28.379000Z", "content": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", @@ -1527,8 +1527,8 @@ } }, { - "process_id": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", - "version": "2019-09-20T13:43:52.368000Z", + "process_id": "df5114c9-9f52-451b-afde-3673392fc864", + "version": "2019-09-20T13:43:52.607000Z", "content": { "process_core": { "process_id": "process_id_1" @@ -1545,8 +1545,8 @@ } }, { - "process_id": "df5114c9-9f52-451b-afde-3673392fc864", - "version": "2019-09-20T13:43:52.607000Z", + "process_id": "c5cf9180-535a-4d1c-bdee-4f6ce7845b1e", + "version": "2019-09-20T13:43:52.368000Z", "content": { "process_core": { "process_id": "process_id_3" diff --git a/test/indexer/data/dcccb551-4766-4210-966c-f9ee25d19190.dss.hca.json b/test/indexer/data/dcccb551-4766-4210-966c-f9ee25d19190.dss.hca.json index bc0849cc5d..55b07abb22 100644 --- a/test/indexer/data/dcccb551-4766-4210-966c-f9ee25d19190.dss.hca.json +++ b/test/indexer/data/dcccb551-4766-4210-966c-f9ee25d19190.dss.hca.json @@ -1,702 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "50c89fa4", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "a9f9508e56a7c55f73e260962361bfab", - "sha1": "604d9e0e5a9c522905c58f664a3d52f0efad73a0", - "sha256": "b6d0ee3e66f6275a6cf2f328ba6ef41367aaedff476f6c890c35b4d4ac49c1fa", - "size": 953, - "uuid": "803fd65a-c578-4c4f-a39e-bedec24e2578", - "version": "2018-10-11T21:18:13.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "2a8ef7a0", - "indexed": true, - "name": "organoid_0.json", - "s3_etag": "8ba434eb5b1958f5eb87b4c51e319a0f", - "sha1": "654e59959dcac81a88d0947317185e3ef2c46aba", - "sha256": "e9f230cfa1063db6b5b0b860f0d69ef71ec87e08da27144f37fbd6e3917c1b3d", - "size": 1066, - "uuid": "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "version": "2018-10-11T21:18:12.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "baa27957", - "indexed": true, - "name": "organoid_1.json", - "s3_etag": "fe61dafca55d04fc1efc2f53288239ca", - "sha1": "23c91d623d544962c9ec24519055b7f40e5511ee", - "sha256": "dc97a2a5754cd4bc6f2dff67aea42b23ea33fc46ea2bf097b9459c8d495668d3", - "size": 1066, - "uuid": "b7214641-1ac5-4f60-b795-cb33a7c25434", - "version": "2018-10-11T21:18:12.763000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e707a600", - "indexed": true, - "name": "organoid_2.json", - "s3_etag": "cc206babbbeb0f83d7dbc03897681dd4", - "sha1": "1121c3400da21f1c7c8d7f4e0e49449ec8ffa7f7", - "sha256": "0b28f341be6c6a1e39179b498250abe14416462173aa943d5a6f80016ec094ef", - "size": 1066, - "uuid": "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "version": "2018-10-11T21:18:06.730000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "29300e18", - "indexed": true, - "name": "organoid_3.json", - "s3_etag": "caa2db300dd47de962efee93ed903ea8", - "sha1": "988c6f65ee2a9b06a6020c37d33e7524951577c2", - "sha256": "1f9686a9d41af659d566574556425678f144bf4fca57367e298288cf86112791", - "size": 1066, - "uuid": "73f10dad-afc5-4d1d-a71c-4a8b6fff9172", - "version": "2018-10-11T21:18:06.725000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "e3040be7", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "f7eb18f2688c770bcd5c0daada475146", - "sha1": "9c750a6482bd391921fb9eb88555691e2a0d4d6d", - "sha256": "dac8762279206586dde7b5f7c17174314523bf2e97e8a146d0ab8cfa6ca7ffd3", - "size": 1557, - "uuid": "c532cca7-67c6-4617-ac47-5b91652621a5", - "version": "2018-10-11T21:18:06.721000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "c1a36747", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "c5a7222f5b99457c41bfebdccd8c538e", - "sha1": "bd00851697d21fba630086bd51bb7f7bb98952a9", - "sha256": "d2ff6f8df9468e608126226f469a10fb9c2e8f51a4211ecee66dfe867b7701d2", - "size": 1052, - "uuid": "c8e14a8e-81f9-4109-bb27-4bb3029240c1", - "version": "2018-10-11T21:18:06.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "bd662c13", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "170bf5eb94faa797bee86b656928e8a0", - "sha1": "006a7a7596a24476973a4583866bfd7690c95c61", - "sha256": "5052630ae23b1f1c129b30f3e4e530ec9d0f3596e00010873ef9a0c927d48a3d", - "size": 1245, - "uuid": "d4c29b1a-f23c-4511-a2ae-097772d90254", - "version": "2018-10-11T21:18:06.768000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "5037ae45", - "indexed": true, - "name": "cell_line_1.json", - "s3_etag": "7573ae0e8ba65489ab7faa827919eded", - "sha1": "8a07e593b5baa76c44c23d9aa619158d7eb233fc", - "sha256": "36bf578be52bcd9a151ae02945903278b61f58e5a8aef8c063b6f6990358561b", - "size": 1557, - "uuid": "e924c114-e3cd-4060-9c8e-3d980ec7fcbe", - "version": "2018-10-11T21:18:06.679000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b9f99728", - "indexed": true, - "name": "specimen_from_organism_1.json", - "s3_etag": "bc6f277a100fa1789762738ebf36720f", - "sha1": "f58e09489f8687d8c6788a4fabff6f54dbdd2fd6", - "sha256": "c5ff20375d21714bcc040c691671e6aca20cb6cc3fe350e88d41b40936f4dc7f", - "size": 1052, - "uuid": "5bd6106c-0158-4c2c-8c60-32019c599c83", - "version": "2018-10-11T21:18:06.627000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8a24a095", - "indexed": true, - "name": "donor_organism_1.json", - "s3_etag": "fac8343e1d46657ca95b1214eacec49d", - "sha1": "3b53a10f6d35afc300a551658cb5a30f1f957732", - "sha256": "f1fdeec767bf15e5cdf9ad22ccededf57da25560198b3f939be7ba99f05fb189", - "size": 1243, - "uuid": "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c", - "version": "2018-10-11T21:18:06.720000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "15151c1e", - "indexed": true, - "name": "cell_line_2.json", - "s3_etag": "47653eb8707d299c726e021e1c7538c6", - "sha1": "b28117f53e112f4343732971fa19c9e114507e5c", - "sha256": "d5ff022080d46dee140e7f69afc94c868e928dd2629e22affc5c270abe6e8834", - "size": 1557, - "uuid": "a3651f83-dee6-49b2-ba4e-0ce20f02467d", - "version": "2018-10-11T21:18:06.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "4ed7a5f7", - "indexed": true, - "name": "specimen_from_organism_2.json", - "s3_etag": "d63a81854343743da840c72de9fe8f6e", - "sha1": "398c3199cc0e0486d9cfd38591a786183a4fd5a1", - "sha256": "aef1fcd77b5f43afd468b413fb2232840fdee7efb76930c1ca1fd8bfcdaff191", - "size": 1052, - "uuid": "8f328973-9bc0-46b9-8a1f-38893e77b3b5", - "version": "2018-10-11T21:18:06.643000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "10052b89", - "indexed": true, - "name": "donor_organism_2.json", - "s3_etag": "e94dc96e117b81196350cf7853788ff2", - "sha1": "796639989c1d14294ff4a44119db8799d5033b65", - "sha256": "9271d52af4446b2907212f8e342c2bb55b189cd1265206c417e36f9f8dd44aa9", - "size": 1245, - "uuid": "931528fa-820b-49ca-af1e-ae9a2c0ef551", - "version": "2018-10-11T21:18:06.762000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "be6843ac", - "indexed": true, - "name": "cell_line_3.json", - "s3_etag": "5b91c3f3f84550a438d849c541e8a788", - "sha1": "b232912554a824eca592139a025fe5e6bce13725", - "sha256": "4cbc82d6e46ed8730027970bf75ab1c7569744ca76b8cd0ea7dfcc0d4612472f", - "size": 1557, - "uuid": "6a16de30-176d-4488-81de-9337a1a6d8c5", - "version": "2018-10-11T21:18:06.634000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d23c100c", - "indexed": true, - "name": "specimen_from_organism_3.json", - "s3_etag": "49de1dc8110957b308e6dd371eb8e52b", - "sha1": "91bfa145f475bba9fac4462616bd3a22275b6c0c", - "sha256": "e0a058ba7c8b09feb9e0c9f85a44d774db99f8cdbabc28e478bdd528f060e59b", - "size": 1052, - "uuid": "82368936-7b99-4864-9f49-b8fee3906d47", - "version": "2018-10-11T21:18:06.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "d81b2ef0", - "indexed": true, - "name": "donor_organism_3.json", - "s3_etag": "07fdeef04bb13cd69f63469020c60d44", - "sha1": "ed24c35225dd28c313ba1f81caccc1ddee42120f", - "sha256": "31a5c444d49f635c903bb7003d8564743c5a271b29cc6dd5f4d954d741d1e147", - "size": 1253, - "uuid": "96757312-0221-447a-84f1-7a737b5afd01", - "version": "2018-10-11T21:18:06.767000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f146a615", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "887312b9ebf23f16c4b93cd744738aca", - "sha1": "57bc8d4d67dd1e647e42c4be43cc51ee6cd2a52f", - "sha256": "25d4eace346c7ffe7a6311cd695092486a931956dfeb7d6db43f63c45ec0331a", - "size": 414, - "uuid": "cf93f747-1392-4670-8eb3-3ac60a96855e", - "version": "2018-10-18T20:39:13.335000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "43a258ff", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "c21a25d527638872ceaf39f80d7d1a9c", - "sha1": "b5813cd7367bfac9c28afda86932a12126a45c11", - "sha256": "a5951f59ad20382e8220b7af35e2c1b5c5634864b39de66be7c392fa0184f96d", - "size": 411, - "uuid": "477c0b3e-4a06-4214-8f27-58199ba63528", - "version": "2018-10-18T20:39:16.337000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "40f9721b", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "a8668fb47d15b5d7fdbeb75e0cc23096", - "sha1": "291dd3f483d3a61f900d8ad028292c4c8ae5b980", - "sha256": "53c2d04aa81d36edcfb1d8bd9034bb8fe31ff115ef858544b9b1d269012ecf05", - "size": 412, - "uuid": "ad6d5170-d74b-408c-af6b-25a14315c9da", - "version": "2018-10-18T20:39:25.337000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "203b1f42", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "e9e4880f346817b1890be50124f28db3", - "sha1": "e41960926197dba719d9fee0a1e044986f2701ff", - "sha256": "6c3c98d02e80c34af74477f15ce299f04a0f02c2c499237c735cef405cefb6e4", - "size": 432, - "uuid": "50be9b67-fae5-4472-9719-478dd1303d6e", - "version": "2018-10-18T20:39:22.340000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b14f92ee", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "2d0f7f1b0da1d54cfd14cdaa618fa14f", - "sha1": "faa2f891c50e5c1609de872c3cbda1ecf9c85fbd", - "sha256": "090b9f78cccf966c6f35ee6ce96309d33593d9739ae3a48cc407d81615b7ccda", - "size": 421, - "uuid": "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", - "version": "2018-10-18T20:37:28.333000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bc6972af", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "0f11fae1f06bec8c31904e9b329a0152", - "sha1": "1116c79931c07640f72209a392a9eee633dd126e", - "sha256": "259afd374cb2a72c6a11b13ee75b1d7f55594bae61eb99c708f90dadaf53bc9b", - "size": 417, - "uuid": "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", - "version": "2018-10-18T20:40:01.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1a1dc51", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "05b49af7308cbc416a07fc654f6a46a0", - "sha1": "403009aa92f6c83981df2f96840e69361ba554a0", - "sha256": "a6961777e53454bfa152718e29fe4ea12947045861b15df8c5fcb427ae07948b", - "size": 426, - "uuid": "022a217c-384d-4d9d-8631-6397b6838e3a", - "version": "2018-10-18T20:45:01.366000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d2357c93", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "e6249b52ac48e91b36b6ffab4686ba44", - "sha1": "366425b341993ca536b9cd06557187b724fe60c2", - "sha256": "151ec855a556188d310159b39b020b94e23bde2becb09ec9300c8c421b6c0575", - "size": 430, - "uuid": "9b778e46-0c51-4260-8e3f-000ecc145f0a", - "version": "2018-10-18T20:39:10.339000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab36cbde", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "29e7c4f1a45a751cf3f11289291a205e", - "sha1": "382fa342c24815d42ccfc33046a8f1e4dc742275", - "sha256": "63aa33250e4fc6f45cdc687afd904664bbcef275aecfe2ce65bb8de473c31e39", - "size": 427, - "uuid": "af025a74-53f1-4972-b50d-53095b5ffac2", - "version": "2018-10-18T20:39:40.335000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dc88874a", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "80d8baef4597c032e173a8e7d140e3f6", - "sha1": "42b9be3d84f0c1d272d60cc380ceca26798e73f4", - "sha256": "0aaf5ad4246055f9c5a14716d38fbe735df1d4f15fedd9e690fda289852bec6b", - "size": 422, - "uuid": "e8395271-7c8e-4ec4-9598-495df43fe5fd", - "version": "2018-10-18T20:39:55.336000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4c92d3a4", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "273ea13d3ddf9f30c2bce1ecde5155f1", - "sha1": "1890207ef9a2e2031fcc605f5151b024c8e00972", - "sha256": "fe3eff5a344cc1ebf2684b2d98e02ccc7279be104976b9e113b8eb80d9eb25a9", - "size": 418, - "uuid": "211a8fbf-b190-4576-ac2f-2b1a91743abb", - "version": "2018-10-18T20:39:58.363000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "84f036fb", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "c371c1f5d47e236a7abc8dfd76923765", - "sha1": "8d7c575623d1d366f70e79e29d7b43896278b449", - "sha256": "8a862c127da596ab8eb38bda6c4396eb5388bca8f733545d48344e92e27259d6", - "size": 415, - "uuid": "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", - "version": "2018-10-18T20:39:58.363000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d83c5956", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "088d68afa42e3b000cee719f3131f136", - "sha1": "e0a7e9c66c53be03847e9d0693f531bd059ee47e", - "sha256": "8b599ef16398d03e3def02a176a25fccad9c7213d24b59fb5df299921efe340a", - "size": 416, - "uuid": "2fb8a975-b50c-4528-b850-838a19e19a1e", - "version": "2018-10-18T20:40:13.334000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "15341e0b", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "759d337bb1d81f1e6d5fe92f16658558", - "sha1": "ea9c5b728b2d72ce285766aad7028fdfd7d9d3d7", - "sha256": "4032aec2cf0e8db60a2f0475157f6af06ffd313d13e143915667f5abf2e3b420", - "size": 578, - "uuid": "213381ea-6161-4159-853e-cfcae4968001", - "version": "2018-10-18T20:32:16.894000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "93b4f25f", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "9ac33f8b8c3100890d9c291e761cd4ea", - "sha1": "bc31be1f5e15a8aa95687d81f2fb356ca6ac3680", - "sha256": "77839411ee7081fbd91ead295a38929da1d22684cda3ab1bcd3444c0a9107bda", - "size": 578, - "uuid": "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "version": "2018-10-18T20:32:18.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "afa94a34", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "ce1fd37dfb09a1faf386fa31a3bcd9d8", - "sha1": "22ecb070a6ebe017980a300a0e4711f463dda520", - "sha256": "05906f7b6591f292df30699eb70fb9a4ce965c1ed0d1a5d13d182ea159c4276a", - "size": 579, - "uuid": "330a08ca-ae8e-4f1f-aa03-970abcd27f39", - "version": "2018-10-18T20:32:20.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "894f37e1", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "1929bbf6100366931228d2cd1a67b194", - "sha1": "44436c0b737871d9ac9e8cdfadf43ad632dcfa79", - "sha256": "92eab995c28407c2e4437e66ca900b36d9693ea20b7825637b9ea5c599efc3ba", - "size": 499, - "uuid": "281c2d08-9e43-47f9-b937-e733e3ba3322", - "version": "2018-10-18T20:40:54.699000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d8886504", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "ee01e686f86188204beddfce64f5c6fb", - "sha1": "c888b1bb69e398e247983156338eb5bf78cab407", - "sha256": "821032ff59b5efbd720a3f2059ceaa64a0334f500f5776da9347e61c584b8a93", - "size": 512, - "uuid": "ae1d6fa7-964f-465a-8c78-565206827434", - "version": "2018-10-18T20:40:55.940000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5adb36e", - "indexed": true, - "name": "supplementary_file_2.json", - "s3_etag": "2abbd9b4b88e29931d09f810899e81a0", - "sha1": "ddf91392b96790782c9061c56a3ac74066baa1e1", - "sha256": "c0b4777e1b09f5d23c6079bfeee02749d89463df3cd31355bae4d2e6bd9cd51a", - "size": 536, - "uuid": "f518a8cc-e1d9-4fc9-bc32-491dd8543902", - "version": "2018-10-18T20:40:57.146000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "24e3b23a", - "indexed": true, - "name": "project_0.json", - "s3_etag": "dad5b8bed51cf9660cdcb9c43d9816c6", - "sha1": "0bea51cc0d71b60764092102d11272efc2d219ed", - "sha256": "a3aa6cc139c500be18fcb71b804ac44d3d72760755a733e0e6823597a02c1b42", - "size": 3231, - "uuid": "2c4724a4-7252-409e-b008-ff5c127c7e89", - "version": "2018-10-11T21:18:06.651000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "fdfb8c4b", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "b3ef00acfcb5cb2a093ec1907314a5a9", - "sha1": "b98751666a386775a78b98ffb3a37aa8d28fea3f", - "sha256": "4287d111a477e9a370babd1af86c252646a113e58a04c5fa875d62b5428f2045", - "size": 1422, - "uuid": "92277226-bf78-4df9-a594-5190a8790a14", - "version": "2018-10-11T21:18:12.704000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6fff673d", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "c276b9e96281593774b811831d726a15", - "sha1": "df525391cee8e2af338fda8f2a0435e267ed2c8e", - "sha256": "f8e340a1bd34145e24ba1243daf08d15ab34ca026675549a5dd22cd747b0eed0", - "size": 871, - "uuid": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b", - "version": "2018-10-11T21:18:12.667000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "fd352894", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "1092fc94ed40ea31289b7191485ec0f6", - "sha1": "9c718fedd55e2ff05891ab8cb75449d065f0c6e0", - "sha256": "88903fe00e106c175431944e99622e0539757bc187afc69ca56eb6a85ea5bd7a", - "size": 964, - "uuid": "755762e0-7aff-48ed-a7d4-d3ea4005758f", - "version": "2018-10-11T21:18:12.751000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "af821d85", - "indexed": true, - "name": "differentiation_protocol_0.json", - "s3_etag": "ff20e5fd30d1d11211806a62522d1bd7", - "sha1": "2e9a8b98000e98479608815074453bdc700e7a96", - "sha256": "499aa080bf0e8dc6e90796d5028016d4a68ac18596e143bab79bc2723938293a", - "size": 929, - "uuid": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f", - "version": "2018-10-11T21:18:12.764000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9bec321f", - "indexed": true, - "name": "ipsc_induction_protocol_0.json", - "s3_etag": "29d9dcd9cb01971b0b1f010ddc32708c", - "sha1": "b6cebc41fa580874c7ba0708ea61f8fe4975fe0f", - "sha256": "7610b7b2bd4d4b3bc2dac3f1649eb2911499ce5440f4ebc6f0cf438dac621ca9", - "size": 1319, - "uuid": "cdfe38f2-1d90-4700-a199-d8105ce299df", - "version": "2018-10-11T21:18:06.713000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e84ccdf4", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "a62a7528111fc243835f6620e4873821", - "sha1": "5bedf65911537b7fdb0d6d6a7b48a0700f4d4448", - "sha256": "feb576af9d9386ba3c582c004da88c3daf079b7eac50770654187ae0a00fa4df", - "size": 6688, - "uuid": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", - "version": "2018-10-18T20:32:19.562000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5325dfb7", - "indexed": true, - "name": "process_0.json", - "s3_etag": "4bd306d4398e541fbaae11e2f6687d3e", - "sha1": "0205fdd5d34a6a749ef55753830f15f3c3541e21", - "sha256": "55686f06a2c7ae8b059e25f291a0c4f0afb00073a4f1181720ff48b978e1e2ce", - "size": 386, - "uuid": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "version": "2018-10-11T21:18:12.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "854a6dcd", - "indexed": true, - "name": "process_1.json", - "s3_etag": "26abafd367af1a7d09bbb60ad90f8811", - "sha1": "39a9e5dda0bbd8d6629cc0c7856f80c4aafa5faf", - "sha256": "028f0d2d9e8c6d6a52267564853eb7a0dd7ced6fa1227ef652345426450a5c18", - "size": 389, - "uuid": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "version": "2018-10-11T21:18:10.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8d03afc3", - "indexed": true, - "name": "process_2.json", - "s3_etag": "0ddb3b35e3346ddd102b65692b36836b", - "sha1": "0c654dcaa213ff279590890fb6e22a0f3f8037a2", - "sha256": "2af29db4ec39dab8428857c8a4b58ec137a7ae34c118184eeb2efc46507e253b", - "size": 389, - "uuid": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "version": "2018-10-11T21:18:10.859000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "9a14d25d", - "indexed": true, - "name": "process_3.json", - "s3_etag": "5852eaa39f67f17b73a4d1dd8a84be2d", - "sha1": "f7bb63c19e1ee2ccc8359f95721bf13e1e2e1b7c", - "sha256": "6b7db05f60c04f6002fe048d272e07812f925d3762269e8ba42e3ebae5bf1003", - "size": 388, - "uuid": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "version": "2018-10-11T21:18:10.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f5ab0c0d", - "indexed": true, - "name": "process_4.json", - "s3_etag": "0b005239e20cdda8a5ad602ba8d28126", - "sha1": "dd0fdaf8825bf3bb8406e2fdb8a3a6049f888dde", - "sha256": "15f2cb3e581fa3c8fe0e548cde31d274aeec23071e3b60fc5fc561766232fbb7", - "size": 388, - "uuid": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "version": "2018-10-11T21:18:10.611000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a96cb7ee", - "indexed": true, - "name": "process_5.json", - "s3_etag": "7bc2b317c888ba29e67304a40689bc0d", - "sha1": "0a8ee186ab61133465e183d3d2e425d03c2b1ca8", - "sha256": "f9d622e9c43013d4c5d9845b59e1fa40ee395647c8c6c0d2c63afe07e8dfd0dd", - "size": 389, - "uuid": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "version": "2018-10-11T21:18:11.909000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "185fc697", - "indexed": true, - "name": "process_6.json", - "s3_etag": "08feb988d8d9c73f5fda9ccd27b74a25", - "sha1": "e512e015364f6376389744afb03fe4a0aff4206d", - "sha256": "22b24342af3a65903f14fe403c958fade4798e0b7096af9bd11cb91633695bde", - "size": 388, - "uuid": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "version": "2018-10-11T21:18:10.866000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "8f8d12cf", - "indexed": true, - "name": "process_7.json", - "s3_etag": "f5b3df755949b054616fd7a0f380a1b9", - "sha1": "75fb462e0bcadb446acdc31f63dd2bc792c5056f", - "sha256": "ea9a5a287d32730535b75de63cf8c47aaa919b5d175172ce43264fc480bca933", - "size": 388, - "uuid": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "version": "2018-10-11T21:18:10.656000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "49932b56", - "indexed": true, - "name": "process_8.json", - "s3_etag": "bed1348f0410f6547289615bd08998af", - "sha1": "7576587ce047a34092e1311e2d7b3f4843048e5c", - "sha256": "eebbc9906af46075494732c447fc74bf1c035e1136d6f035635a3e831f1a5200", - "size": 389, - "uuid": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "version": "2018-10-11T21:18:10.879000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3b1cd6d5", - "indexed": true, - "name": "process_9.json", - "s3_etag": "ed4ed795726c3a8d64a3f3b488062de2", - "sha1": "e9461a83ab91f96e40bd76a969afe2e32969aad7", - "sha256": "2cc07816cca15f20d443470b4235704530cf0fe60256182aae5ae177c791ea23", - "size": 388, - "uuid": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "version": "2018-10-11T21:18:10.699000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3b6350ca", - "indexed": true, - "name": "process_10.json", - "s3_etag": "d17a73110b282694a6d81c9cf62ef487", - "sha1": "f3a37410b78241cd0c62a490a81b6cd759b8e454", - "sha256": "372531bec6220a433700531f7099daf8e0ad1aafcc9e0823e1e79ea42223de75", - "size": 388, - "uuid": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "version": "2018-10-11T21:18:11.587000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ad13e38a", - "indexed": true, - "name": "process_11.json", - "s3_etag": "d336db25dff82076dc0ed6aab29598df", - "sha1": "308a46b28e95eba7c023c882cc454ae8f3acbfdf", - "sha256": "cb624a267a0b5c5531e97979f82c1a75c38113211ab63217ba497e18f807e4da", - "size": 389, - "uuid": "bce97917-252e-40f2-af8e-df591099acd8", - "version": "2018-10-11T21:18:11.481000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "cf79c96e", - "indexed": true, - "name": "process_12.json", - "s3_etag": "7f16e6e2f2a770ee69e4df70380e22a4", - "sha1": "a5b18ed31380ec272dd1c0bc698905b124633065", - "sha256": "7b98d418d5e8c64365865859649c90ffe818c219e5a15fcd6155f2c1785f33ac", - "size": 388, - "uuid": "6458ae59-0aed-471e-95a0-4de534d449ca", - "version": "2018-10-11T21:18:10.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "3a522a48", - "indexed": true, - "name": "process_13.json", - "s3_etag": "bc57c56f45733bb9e259e94f56b82006", - "sha1": "fed67d002101cd059ee8862da2e68cb23989b0c8", - "sha256": "6aa40ec06596cd6e7dfa7e8a7708eb6befe63105e905badee7385a122b4c6eaf", - "size": 388, - "uuid": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "version": "2018-10-11T21:18:10.586000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "e90e51d2", - "indexed": true, - "name": "links.json", - "s3_etag": "850967c36ce39ca1c39cb50fbbce2e3a", - "sha1": "f8819c84b8a3243f8383e044824ed418c4b9c123", - "sha256": "ef3b8c62921e5b016ec1609d93f348c7e48ec5452a7c9e0a9968b649c69c84f4", - "size": 24588, - "uuid": "4e4a6937-c54a-4933-913a-0ab2cddaaa6f", - "version": "2018-10-18T20:46:11.972661Z" - }, - { + "manifest": { + "analysis_file/cf93f747-1392-4670-8eb3-3ac60a96855e": { + "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "e511d1cf", "indexed": false, @@ -708,7 +13,7 @@ "uuid": "58b69c85-f5f3-4b94-8933-5520a54a6b25", "version": "2018-10-18T20:46:12.510116Z" }, - { + "analysis_file/477c0b3e-4a06-4214-8f27-58199ba63528": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -720,7 +25,7 @@ "uuid": "b372aac3-0e2a-4815-9cb8-06957c0034d7", "version": "2018-10-18T20:46:12.954781Z" }, - { + "analysis_file/ad6d5170-d74b-408c-af6b-25a14315c9da": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "883bc27f", "indexed": false, @@ -732,7 +37,7 @@ "uuid": "c81783cd-0531-4f64-9eef-a3e622152aae", "version": "2018-10-18T20:46:13.142208Z" }, - { + "analysis_file/50be9b67-fae5-4472-9719-478dd1303d6e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "182c881d", "indexed": false, @@ -744,7 +49,7 @@ "uuid": "17456232-f453-4178-b6d4-4c28840e0e9f", "version": "2018-10-18T20:46:13.433149Z" }, - { + "analysis_file/fd16b62e-e540-4f03-8ba0-07d0c204e3c8": { "content-type": "text/csv; dcp-type=data", "crc32c": "d3902ae4", "indexed": false, @@ -756,7 +61,7 @@ "uuid": "4cca0b74-7bfb-45a5-8a26-7342151805c9", "version": "2018-10-18T20:46:14.214293Z" }, - { + "analysis_file/3c41b5b6-f480-4d47-8c5e-155e7c1adf54": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1462f373", "indexed": false, @@ -768,7 +73,7 @@ "uuid": "0664a03c-9199-430e-9df6-e83e4a77df16", "version": "2018-10-18T20:46:14.565244Z" }, - { + "analysis_file/022a217c-384d-4d9d-8631-6397b6838e3a": { "content-type": "application/gzip; dcp-type=data", "crc32c": "63dd3167", "indexed": false, @@ -780,7 +85,7 @@ "uuid": "a12a783c-6b91-4788-80b3-f25dae7838ce", "version": "2018-10-18T20:46:14.923428Z" }, - { + "analysis_file/9b778e46-0c51-4260-8e3f-000ecc145f0a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a40c0ecb", "indexed": false, @@ -792,7 +97,7 @@ "uuid": "52d08a61-8d7b-4fd6-98e6-0620f815ecc5", "version": "2018-10-18T20:46:15.089157Z" }, - { + "analysis_file/af025a74-53f1-4972-b50d-53095b5ffac2": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "03eb39ec", "indexed": false, @@ -804,7 +109,7 @@ "uuid": "40bb9b37-9c3c-4be4-adf6-c8609493d223", "version": "2018-10-18T20:46:15.963496Z" }, - { + "analysis_file/e8395271-7c8e-4ec4-9598-495df43fe5fd": { "content-type": "text/html; dcp-type=data", "crc32c": "d5973bce", "indexed": false, @@ -816,7 +121,7 @@ "uuid": "05311530-98da-4ac7-a4da-244c0a19ae4a", "version": "2018-10-18T20:46:17.373562Z" }, - { + "analysis_file/211a8fbf-b190-4576-ac2f-2b1a91743abb": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7c54ea3d", "indexed": false, @@ -828,7 +133,7 @@ "uuid": "d0757b34-5974-44e3-a8ae-5b60f7691913", "version": "2018-10-18T20:46:18.194283Z" }, - { + "analysis_file/17222e3a-5757-45e9-9dfe-c4b6aa10f28a": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -840,7 +145,7 @@ "uuid": "5d8aea02-2dff-4bda-a218-2ee4c5cabfb4", "version": "2018-10-18T20:46:18.594371Z" }, - { + "analysis_file/2fb8a975-b50c-4528-b850-838a19e19a1e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "283d035a", "indexed": false, @@ -852,7 +157,7 @@ "uuid": "934faa14-ec75-4171-8c08-5ab20cc6ebff", "version": "2018-10-18T20:46:18.842610Z" }, - { + "sequence_file/213381ea-6161-4159-853e-cfcae4968001": { "content-type": "application/gzip; dcp-type=data", "crc32c": "e80c9f6f", "indexed": false, @@ -864,7 +169,7 @@ "uuid": "8a0670ac-e3bd-4d38-afdc-0cf6d85e6adf", "version": "2018-10-11T22:04:37.262084Z" }, - { + "sequence_file/9ee3da9e-83ca-4c02-84d6-ac09702b12ba": { "content-type": "application/gzip; dcp-type=data", "crc32c": "17a27554", "indexed": false, @@ -876,7 +181,7 @@ "uuid": "d1e5058a-b53c-4e71-9cbc-1853d95b75bd", "version": "2018-10-11T22:04:37.518108Z" }, - { + "sequence_file/330a08ca-ae8e-4f1f-aa03-970abcd27f39": { "content-type": "application/gzip; dcp-type=data", "crc32c": "577e04eb", "indexed": false, @@ -888,7 +193,7 @@ "uuid": "a36fe69b-874b-4b9b-8e77-68be23cf98cd", "version": "2018-10-11T22:04:37.811384Z" }, - { + "supplementary_file/281c2d08-9e43-47f9-b937-e733e3ba3322": { "content-type": "application/pdf; dcp-type=data", "crc32c": "1e67ff31", "indexed": false, @@ -900,7 +205,7 @@ "uuid": "9485d3c7-55f6-49f5-9eb1-ff85d8e4ef9f", "version": "2018-10-11T22:04:38.049605Z" }, - { + "supplementary_file/ae1d6fa7-964f-465a-8c78-565206827434": { "content-type": "application/pdf; dcp-type=data", "crc32c": "201fded1", "indexed": false, @@ -912,7 +217,7 @@ "uuid": "05f653e7-2920-499b-95fe-455d585da2b7", "version": "2018-10-11T22:04:38.189879Z" }, - { + "supplementary_file/f518a8cc-e1d9-4fc9-bc32-491dd8543902": { "content-type": "application/pdf; dcp-type=data", "crc32c": "47441108", "indexed": false, @@ -924,9 +229,9 @@ "uuid": "5eca9eb4-f837-4aa4-98e1-172a7c6da7ee", "version": "2018-10-11T22:04:38.356356Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/803fd65a-c578-4c4f-a39e-bedec24e2578": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -956,7 +261,7 @@ "update_date": "2018-10-11T21:18:13.146Z" } }, - "organoid_0.json": { + "organoid/2d8282f0-6cbb-4d5a-822c-4b01718b4d0d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -991,7 +296,7 @@ "update_date": "2018-10-11T21:18:12.864Z" } }, - "organoid_1.json": { + "organoid/b7214641-1ac5-4f60-b795-cb33a7c25434": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1026,7 +331,7 @@ "update_date": "2018-10-11T21:18:12.763Z" } }, - "organoid_2.json": { + "organoid/308eea51-d14b-4036-8cd1-cfd81d7532c3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1061,7 +366,7 @@ "update_date": "2018-10-11T21:18:06.730Z" } }, - "organoid_3.json": { + "organoid/73f10dad-afc5-4d1d-a71c-4a8b6fff9172": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.3.8/organoid", "schema_type": "biomaterial", "biomaterial_core": { @@ -1096,7 +401,7 @@ "update_date": "2018-10-11T21:18:06.725Z" } }, - "cell_line_0.json": { + "cell_line/c532cca7-67c6-4617-ac47-5b91652621a5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1143,7 +448,7 @@ "update_date": "2018-10-11T21:18:06.721Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/c8e14a8e-81f9-4109-bb27-4bb3029240c1": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1180,7 +485,7 @@ "update_date": "2018-10-11T21:18:06.720Z" } }, - "donor_organism_0.json": { + "donor_organism/d4c29b1a-f23c-4511-a2ae-097772d90254": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1225,7 +530,7 @@ "update_date": "2018-10-11T21:18:06.768Z" } }, - "cell_line_1.json": { + "cell_line/e924c114-e3cd-4060-9c8e-3d980ec7fcbe": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1272,7 +577,7 @@ "update_date": "2018-10-11T21:18:06.679Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/5bd6106c-0158-4c2c-8c60-32019c599c83": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1309,7 +614,7 @@ "update_date": "2018-10-11T21:18:06.627Z" } }, - "donor_organism_1.json": { + "donor_organism/ef7e6ac7-172a-4b24-9620-fc909a5e9c6c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1354,7 +659,7 @@ "update_date": "2018-10-11T21:18:06.720Z" } }, - "cell_line_2.json": { + "cell_line/a3651f83-dee6-49b2-ba4e-0ce20f02467d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1401,7 +706,7 @@ "update_date": "2018-10-11T21:18:06.795Z" } }, - "specimen_from_organism_2.json": { + "specimen_from_organism/8f328973-9bc0-46b9-8a1f-38893e77b3b5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1438,7 +743,7 @@ "update_date": "2018-10-11T21:18:06.643Z" } }, - "donor_organism_2.json": { + "donor_organism/931528fa-820b-49ca-af1e-ae9a2c0ef551": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1483,7 +788,7 @@ "update_date": "2018-10-11T21:18:06.762Z" } }, - "cell_line_3.json": { + "cell_line/6a16de30-176d-4488-81de-9337a1a6d8c5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -1530,7 +835,7 @@ "update_date": "2018-10-11T21:18:06.634Z" } }, - "specimen_from_organism_3.json": { + "specimen_from_organism/82368936-7b99-4864-9f49-b8fee3906d47": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1567,7 +872,7 @@ "update_date": "2018-10-11T21:18:06.743Z" } }, - "donor_organism_3.json": { + "donor_organism/96757312-0221-447a-84f1-7a737b5afd01": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1612,7 +917,7 @@ "update_date": "2018-10-11T21:18:06.767Z" } }, - "analysis_file_0.json": { + "analysis_file/cf93f747-1392-4670-8eb3-3ac60a96855e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1625,7 +930,7 @@ "update_date": "2018-10-18T20:39:13.335Z" } }, - "analysis_file_1.json": { + "analysis_file/477c0b3e-4a06-4214-8f27-58199ba63528": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1638,7 +943,7 @@ "update_date": "2018-10-18T20:39:16.337Z" } }, - "analysis_file_2.json": { + "analysis_file/ad6d5170-d74b-408c-af6b-25a14315c9da": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1651,7 +956,7 @@ "update_date": "2018-10-18T20:39:25.337Z" } }, - "analysis_file_3.json": { + "analysis_file/50be9b67-fae5-4472-9719-478dd1303d6e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1664,7 +969,7 @@ "update_date": "2018-10-18T20:39:22.340Z" } }, - "analysis_file_4.json": { + "analysis_file/fd16b62e-e540-4f03-8ba0-07d0c204e3c8": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1677,7 +982,7 @@ "update_date": "2018-10-18T20:37:28.333Z" } }, - "analysis_file_5.json": { + "analysis_file/3c41b5b6-f480-4d47-8c5e-155e7c1adf54": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1690,7 +995,7 @@ "update_date": "2018-10-18T20:40:01.344Z" } }, - "analysis_file_6.json": { + "analysis_file/022a217c-384d-4d9d-8631-6397b6838e3a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1703,7 +1008,7 @@ "update_date": "2018-10-18T20:45:01.366Z" } }, - "analysis_file_7.json": { + "analysis_file/9b778e46-0c51-4260-8e3f-000ecc145f0a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1716,7 +1021,7 @@ "update_date": "2018-10-18T20:39:10.339Z" } }, - "analysis_file_8.json": { + "analysis_file/af025a74-53f1-4972-b50d-53095b5ffac2": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1729,7 +1034,7 @@ "update_date": "2018-10-18T20:39:40.335Z" } }, - "analysis_file_9.json": { + "analysis_file/e8395271-7c8e-4ec4-9598-495df43fe5fd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1742,7 +1047,7 @@ "update_date": "2018-10-18T20:39:55.336Z" } }, - "analysis_file_10.json": { + "analysis_file/211a8fbf-b190-4576-ac2f-2b1a91743abb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1755,7 +1060,7 @@ "update_date": "2018-10-18T20:39:58.363Z" } }, - "analysis_file_11.json": { + "analysis_file/17222e3a-5757-45e9-9dfe-c4b6aa10f28a": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1768,7 +1073,7 @@ "update_date": "2018-10-18T20:39:58.363Z" } }, - "analysis_file_12.json": { + "analysis_file/2fb8a975-b50c-4528-b850-838a19e19a1e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1781,7 +1086,7 @@ "update_date": "2018-10-18T20:40:13.334Z" } }, - "sequence_file_0.json": { + "sequence_file/213381ea-6161-4159-853e-cfcae4968001": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1798,7 +1103,7 @@ "update_date": "2018-10-18T20:32:16.894Z" } }, - "sequence_file_1.json": { + "sequence_file/9ee3da9e-83ca-4c02-84d6-ac09702b12ba": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1815,7 +1120,7 @@ "update_date": "2018-10-18T20:32:18.864Z" } }, - "sequence_file_2.json": { + "sequence_file/330a08ca-ae8e-4f1f-aa03-970abcd27f39": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1832,7 +1137,7 @@ "update_date": "2018-10-18T20:32:20.845Z" } }, - "supplementary_file_0.json": { + "supplementary_file/281c2d08-9e43-47f9-b937-e733e3ba3322": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1846,7 +1151,7 @@ "update_date": "2018-10-18T20:40:54.699Z" } }, - "supplementary_file_1.json": { + "supplementary_file/ae1d6fa7-964f-465a-8c78-565206827434": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1860,7 +1165,7 @@ "update_date": "2018-10-18T20:40:55.940Z" } }, - "supplementary_file_2.json": { + "supplementary_file/f518a8cc-e1d9-4fc9-bc32-491dd8543902": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -1874,7 +1179,7 @@ "update_date": "2018-10-18T20:40:57.146Z" } }, - "project_0.json": { + "project/2c4724a4-7252-409e-b008-ff5c127c7e89": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1935,7 +1240,7 @@ "update_date": "2018-10-11T21:18:06.651Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/92277226-bf78-4df9-a594-5190a8790a14": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1976,7 +1281,7 @@ "update_date": "2018-10-11T21:18:12.704Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/102cdbf3-b0e5-4dd5-9168-51150a9ebb6b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -2000,7 +1305,7 @@ "update_date": "2018-10-11T21:18:12.667Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/755762e0-7aff-48ed-a7d4-d3ea4005758f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -2026,7 +1331,7 @@ "update_date": "2018-10-11T21:18:12.751Z" } }, - "differentiation_protocol_0.json": { + "differentiation_protocol/8f4a8e7c-e7ee-44dc-8e09-f4012355060f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", "schema_type": "protocol", "protocol_core": { @@ -2050,7 +1355,7 @@ "update_date": "2018-10-11T21:18:12.764Z" } }, - "ipsc_induction_protocol_0.json": { + "ipsc_induction_protocol/cdfe38f2-1d90-4700-a199-d8105ce299df": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", "schema_type": "protocol", "protocol_core": { @@ -2073,7 +1378,7 @@ "update_date": "2018-10-11T21:18:06.713Z" } }, - "analysis_process_0.json": { + "analysis_process/228fd33a-3627-4dea-bda9-e9cdc3b924b6": { "analysis_run_type": "run", "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -2237,7 +1542,7 @@ "update_date": "2018-10-18T20:32:19.562Z" } }, - "process_0.json": { + "process/a2510b8c-8c92-4fe4-bc06-5e4e92093545": { "process_core": { "process_id": "tech_rep_4" }, @@ -2249,7 +1554,7 @@ "update_date": "2018-10-11T21:18:12.743Z" } }, - "process_1.json": { + "process/c7b6e9fe-6f08-41a9-8907-9c0347e6d604": { "process_core": { "process_id": "process_id_22" }, @@ -2261,7 +1566,7 @@ "update_date": "2018-10-11T21:18:10.787Z" } }, - "process_2.json": { + "process/0d1d507d-4246-4b1c-8836-261d42f784eb": { "process_core": { "process_id": "process_id_10" }, @@ -2273,7 +1578,7 @@ "update_date": "2018-10-11T21:18:10.859Z" } }, - "process_3.json": { + "process/5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0": { "process_core": { "process_id": "process_id_5" }, @@ -2285,7 +1590,7 @@ "update_date": "2018-10-11T21:18:10.803Z" } }, - "process_4.json": { + "process/54760853-d6ed-4149-9a49-53c4cddfd93c": { "process_core": { "process_id": "process_id_1" }, @@ -2297,7 +1602,7 @@ "update_date": "2018-10-11T21:18:10.611Z" } }, - "process_5.json": { + "process/d5ac7f5f-9a50-403e-9b8d-6e983a099826": { "process_core": { "process_id": "process_id_13" }, @@ -2309,7 +1614,7 @@ "update_date": "2018-10-11T21:18:11.909Z" } }, - "process_6.json": { + "process/53f025f5-931a-4b6e-9a9b-545b5b881710": { "process_core": { "process_id": "process_id_6" }, @@ -2321,7 +1626,7 @@ "update_date": "2018-10-11T21:18:10.866Z" } }, - "process_7.json": { + "process/45c67d31-0b05-4d5e-b215-e50e1b2b125c": { "process_core": { "process_id": "process_id_2" }, @@ -2333,7 +1638,7 @@ "update_date": "2018-10-11T21:18:10.656Z" } }, - "process_8.json": { + "process/fe0d9d3a-56be-41ca-9fdf-70c8c637fd62": { "process_core": { "process_id": "process_id_16" }, @@ -2345,7 +1650,7 @@ "update_date": "2018-10-11T21:18:10.879Z" } }, - "process_9.json": { + "process/4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc": { "process_core": { "process_id": "process_id_7" }, @@ -2357,7 +1662,7 @@ "update_date": "2018-10-11T21:18:10.699Z" } }, - "process_10.json": { + "process/76e685c9-fcf2-4582-bbfa-5e0369eb5bdb": { "process_core": { "process_id": "process_id_3" }, @@ -2369,7 +1674,7 @@ "update_date": "2018-10-11T21:18:11.587Z" } }, - "process_11.json": { + "process/bce97917-252e-40f2-af8e-df591099acd8": { "process_core": { "process_id": "process_id_19" }, @@ -2381,7 +1686,7 @@ "update_date": "2018-10-11T21:18:11.481Z" } }, - "process_12.json": { + "process/6458ae59-0aed-471e-95a0-4de534d449ca": { "process_core": { "process_id": "process_id_8" }, @@ -2393,7 +1698,7 @@ "update_date": "2018-10-11T21:18:10.788Z" } }, - "process_13.json": { + "process/bb2365b9-5a5b-436f-92e3-4fc6d86a9efd": { "process_core": { "process_id": "process_id_4" }, @@ -2404,723 +1709,724 @@ "submission_date": "2018-10-11T21:18:03.026Z", "update_date": "2018-10-11T21:18:10.586Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", - "inputs": [ - "281c2d08-9e43-47f9-b937-e733e3ba3322", - "ae1d6fa7-964f-465a-8c78-565206827434", - "f518a8cc-e1d9-4fc9-bc32-491dd8543902", - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "input_type": "file", - "outputs": [ - "cf93f747-1392-4670-8eb3-3ac60a96855e", - "477c0b3e-4a06-4214-8f27-58199ba63528", - "ad6d5170-d74b-408c-af6b-25a14315c9da", - "50be9b67-fae5-4472-9719-478dd1303d6e", - "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", - "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", - "022a217c-384d-4d9d-8631-6397b6838e3a", - "9b778e46-0c51-4260-8e3f-000ecc145f0a", - "af025a74-53f1-4972-b50d-53095b5ffac2", - "e8395271-7c8e-4ec4-9598-495df43fe5fd", - "211a8fbf-b190-4576-ac2f-2b1a91743abb", - "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", - "2fb8a975-b50c-4528-b850-838a19e19a1e" - ], - "output_type": "file", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", - "inputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "input_type": "biomaterial", - "outputs": [ - "213381ea-6161-4159-853e-cfcae4968001", - "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", - "330a08ca-ae8e-4f1f-aa03-970abcd27f39" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" - } - ] - }, - { - "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", - "inputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", - "b7214641-1ac5-4f60-b795-cb33a7c25434", - "308eea51-d14b-4036-8cd1-cfd81d7532c3", - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "input_type": "biomaterial", - "outputs": [ - "803fd65a-c578-4c4f-a39e-bedec24e2578" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" - } - ] - }, - { - "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", - "inputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "input_type": "biomaterial", - "outputs": [ - "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", - "inputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "input_type": "biomaterial", - "outputs": [ - "c532cca7-67c6-4617-ac47-5b91652621a5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", - "inputs": [ - "d4c29b1a-f23c-4511-a2ae-097772d90254" - ], - "input_type": "biomaterial", - "outputs": [ - "c8e14a8e-81f9-4109-bb27-4bb3029240c1" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", - "inputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "input_type": "biomaterial", - "outputs": [ - "b7214641-1ac5-4f60-b795-cb33a7c25434" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", - "inputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "input_type": "biomaterial", - "outputs": [ - "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", - "inputs": [ - "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" - ], - "input_type": "biomaterial", - "outputs": [ - "5bd6106c-0158-4c2c-8c60-32019c599c83" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", - "inputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "input_type": "biomaterial", - "outputs": [ - "308eea51-d14b-4036-8cd1-cfd81d7532c3" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", - "inputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "input_type": "biomaterial", - "outputs": [ - "a3651f83-dee6-49b2-ba4e-0ce20f02467d" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", - "inputs": [ - "931528fa-820b-49ca-af1e-ae9a2c0ef551" - ], - "input_type": "biomaterial", - "outputs": [ - "8f328973-9bc0-46b9-8a1f-38893e77b3b5" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "bce97917-252e-40f2-af8e-df591099acd8", - "inputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "input_type": "biomaterial", - "outputs": [ - "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "differentiation_protocol", - "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" - } - ] - }, - { - "process": "6458ae59-0aed-471e-95a0-4de534d449ca", - "inputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "input_type": "biomaterial", - "outputs": [ - "6a16de30-176d-4488-81de-9337a1a6d8c5" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" - } - ] - }, - { - "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", - "inputs": [ - "96757312-0221-447a-84f1-7a737b5afd01" - ], - "input_type": "biomaterial", - "outputs": [ - "82368936-7b99-4864-9f49-b8fee3906d47" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "228fd33a-3627-4dea-bda9-e9cdc3b924b6", + "inputs": [ + "281c2d08-9e43-47f9-b937-e733e3ba3322", + "ae1d6fa7-964f-465a-8c78-565206827434", + "f518a8cc-e1d9-4fc9-bc32-491dd8543902", + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "input_type": "file", + "outputs": [ + "cf93f747-1392-4670-8eb3-3ac60a96855e", + "477c0b3e-4a06-4214-8f27-58199ba63528", + "ad6d5170-d74b-408c-af6b-25a14315c9da", + "50be9b67-fae5-4472-9719-478dd1303d6e", + "fd16b62e-e540-4f03-8ba0-07d0c204e3c8", + "3c41b5b6-f480-4d47-8c5e-155e7c1adf54", + "022a217c-384d-4d9d-8631-6397b6838e3a", + "9b778e46-0c51-4260-8e3f-000ecc145f0a", + "af025a74-53f1-4972-b50d-53095b5ffac2", + "e8395271-7c8e-4ec4-9598-495df43fe5fd", + "211a8fbf-b190-4576-ac2f-2b1a91743abb", + "17222e3a-5757-45e9-9dfe-c4b6aa10f28a", + "2fb8a975-b50c-4528-b850-838a19e19a1e" + ], + "output_type": "file", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "a2510b8c-8c92-4fe4-bc06-5e4e92093545", + "inputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "input_type": "biomaterial", + "outputs": [ + "213381ea-6161-4159-853e-cfcae4968001", + "9ee3da9e-83ca-4c02-84d6-ac09702b12ba", + "330a08ca-ae8e-4f1f-aa03-970abcd27f39" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "92277226-bf78-4df9-a594-5190a8790a14" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "102cdbf3-b0e5-4dd5-9168-51150a9ebb6b" + } + ] + }, + { + "process": "c7b6e9fe-6f08-41a9-8907-9c0347e6d604", + "inputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d", + "b7214641-1ac5-4f60-b795-cb33a7c25434", + "308eea51-d14b-4036-8cd1-cfd81d7532c3", + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "input_type": "biomaterial", + "outputs": [ + "803fd65a-c578-4c4f-a39e-bedec24e2578" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "755762e0-7aff-48ed-a7d4-d3ea4005758f" + } + ] + }, + { + "process": "0d1d507d-4246-4b1c-8836-261d42f784eb", + "inputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "input_type": "biomaterial", + "outputs": [ + "2d8282f0-6cbb-4d5a-822c-4b01718b4d0d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "5fcbd4b3-6ad0-434a-bf84-19c33c2d7dc0", + "inputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "input_type": "biomaterial", + "outputs": [ + "c532cca7-67c6-4617-ac47-5b91652621a5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "54760853-d6ed-4149-9a49-53c4cddfd93c", + "inputs": [ + "d4c29b1a-f23c-4511-a2ae-097772d90254" + ], + "input_type": "biomaterial", + "outputs": [ + "c8e14a8e-81f9-4109-bb27-4bb3029240c1" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "d5ac7f5f-9a50-403e-9b8d-6e983a099826", + "inputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "input_type": "biomaterial", + "outputs": [ + "b7214641-1ac5-4f60-b795-cb33a7c25434" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "53f025f5-931a-4b6e-9a9b-545b5b881710", + "inputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "input_type": "biomaterial", + "outputs": [ + "e924c114-e3cd-4060-9c8e-3d980ec7fcbe" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "45c67d31-0b05-4d5e-b215-e50e1b2b125c", + "inputs": [ + "ef7e6ac7-172a-4b24-9620-fc909a5e9c6c" + ], + "input_type": "biomaterial", + "outputs": [ + "5bd6106c-0158-4c2c-8c60-32019c599c83" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "fe0d9d3a-56be-41ca-9fdf-70c8c637fd62", + "inputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "input_type": "biomaterial", + "outputs": [ + "308eea51-d14b-4036-8cd1-cfd81d7532c3" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "4ed306ec-5cf1-49ed-a17a-00f9a0fc38bc", + "inputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "input_type": "biomaterial", + "outputs": [ + "a3651f83-dee6-49b2-ba4e-0ce20f02467d" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "76e685c9-fcf2-4582-bbfa-5e0369eb5bdb", + "inputs": [ + "931528fa-820b-49ca-af1e-ae9a2c0ef551" + ], + "input_type": "biomaterial", + "outputs": [ + "8f328973-9bc0-46b9-8a1f-38893e77b3b5" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "bce97917-252e-40f2-af8e-df591099acd8", + "inputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "input_type": "biomaterial", + "outputs": [ + "73f10dad-afc5-4d1d-a71c-4a8b6fff9172" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "differentiation_protocol", + "protocol_id": "8f4a8e7c-e7ee-44dc-8e09-f4012355060f" + } + ] + }, + { + "process": "6458ae59-0aed-471e-95a0-4de534d449ca", + "inputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "input_type": "biomaterial", + "outputs": [ + "6a16de30-176d-4488-81de-9337a1a6d8c5" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "cdfe38f2-1d90-4700-a199-d8105ce299df" + } + ] + }, + { + "process": "bb2365b9-5a5b-436f-92e3-4fc6d86a9efd", + "inputs": [ + "96757312-0221-447a-84f1-7a737b5afd01" + ], + "input_type": "biomaterial", + "outputs": [ + "82368936-7b99-4864-9f49-b8fee3906d47" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/e0ae8cfa-2b51-4419-9cde-34df44c6458a.dss.hca.json b/test/indexer/data/e0ae8cfa-2b51-4419-9cde-34df44c6458a.dss.hca.json index 277d529c1d..87f1f59b06 100644 --- a/test/indexer/data/e0ae8cfa-2b51-4419-9cde-34df44c6458a.dss.hca.json +++ b/test/indexer/data/e0ae8cfa-2b51-4419-9cde-34df44c6458a.dss.hca.json @@ -1,234 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9673c47e", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "bdc3e1c994ce6b644b6bc3e7bb3cba9d", - "sha1": "2fd24041e171aea996944b50a728c4f4d1695859", - "sha256": "92a9a0fd8dbf2e42452f9bc32a513a8ce1f75f6c584a8999bf41a6481fe58a90", - "size": 634, - "uuid": "d29c64bd-b8d2-4e72-abbc-5536a44eac12", - "version": "2018-12-04T16:22:50.680000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "15080a52", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "c2e3ab61fe9b5abb05ef15e28829a8b9", - "sha1": "2cc17e0da2f16810200cfdfdd2aaff178c53c769", - "sha256": "b9ef126e08fa6f815a39e0f72f1c8ec5d8d10fd9503220d2b05b77a931f31557", - "size": 1636, - "uuid": "195b2621-ec05-4618-9063-c56048de97d1", - "version": "2018-12-04T16:22:50.631000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "13aef0ca", - "indexed": true, - "name": "cell_line_1.json", - "s3_etag": "638ef22344da55577ce2b5b6ec812ffc", - "sha1": "64170cc59bf0cfb856200f6bae025f7dd9f2765a", - "sha256": "c4c175d506446f6544e478f80a207fd3bdfa7c887a73a165d79e21c1c6c17718", - "size": 1155, - "uuid": "c737000c-60d3-43c6-9017-16de92294529", - "version": "2018-12-04T16:22:50.823000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ae6c7ca3", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "3581e7c4de2aa124379126c8e4d4e73d", - "sha1": "8bb65eeda8d8e922eb6b08238949bca612b6be21", - "sha256": "331ad6d4c3193b4e39d074914d966b1c8662e0456f3bed25c533170adccb8f9e", - "size": 1168, - "uuid": "50eec9fe-0138-458a-a946-9eec1403eb80", - "version": "2018-12-04T16:22:50.751000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "9c9cf7e6", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "287b22fc1b06ed57e98de8198a237f34", - "sha1": "c2ebc8ab8425c907ce93994ee9928c1ff73903fd", - "sha256": "0f27ca2c3337bc2623908cfb496eee2bd17c8f99183b21953554ad6c919169b3", - "size": 1162, - "uuid": "c4cfe441-ae72-4539-a23b-fac1fb61103e", - "version": "2018-12-04T16:22:50.624000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6c0ffec6", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "096558014c491ea65f6f51353f2a560e", - "sha1": "2645f7903ab9ae22e7c48c03655c92d0ba248e6b", - "sha256": "374603033a8e60ec5d7d50324b0ad5f5438e2846f3d83cf7ac57ce71c9b096e0", - "size": 567, - "uuid": "12b25cbd-8cfa-4f0e-818f-d6ba3e823af4", - "version": "2018-12-04T16:37:34.535000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "30e00768", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "85b95e2c7ddda96ea4c7777c13632b3d", - "sha1": "d94c4cdfb48025aff5b13ae2126b6fe66c23d9db", - "sha256": "a8b814120f7fb2a15bbfd3856c7eac7fcbdd4945c0bcad77d7da7c4a7459f464", - "size": 567, - "uuid": "65d3d936-ae9d-4a18-a8c7-73ce6132355e", - "version": "2018-12-04T16:43:52.193000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "31f6aa67", - "indexed": true, - "name": "project_0.json", - "s3_etag": "4065963a60678b03cb42ad3db6bf562e", - "sha1": "82f549860c88976114a0d50df244a367b1411105", - "sha256": "9bec89b1c864fc2eaed8800bb6bbbb452587e92fbc2eba122f093bb018a29306", - "size": 4719, - "uuid": "c765e3f9-7cfc-4501-8832-79e5f7abd321", - "version": "2018-12-04T16:22:50.543000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "64adfef3", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "fc0e969df4eceb378e3e573c3cd80175", - "sha1": "6f3f72fec048f953b3615d02bbcdf569c8e698e7", - "sha256": "5c5baf9fa1967fa993b8ea22fadf3fadea3eb676f55665620aa0ea95f01e3397", - "size": 1326, - "uuid": "7a7788ce-ba24-431b-bd4b-dc02dcee1547", - "version": "2018-12-04T16:22:50.620000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "cd86de2b", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "c166984d4f75990f34798634b0760b88", - "sha1": "969526e20167725919d9e0d02df08747c97c0452", - "sha256": "e2f78b04a084d369e58e177fb54b94877757d3be2e48a3c221ca5ffd9d5be17c", - "size": 919, - "uuid": "2ea1f5b3-d137-43f5-98b6-268d82f682aa", - "version": "2018-12-04T16:22:50.628000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "4beeff9f", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "ff20325d595c00a92c0e93429549c277", - "sha1": "c85b29d8740bd9ca3e94aded09e08c107c05d679", - "sha256": "0b230d10d7913b46771736f542304cb2c800c9042a597239405b6bc6efc5195d", - "size": 727, - "uuid": "028e8015-e9b6-4593-8cb8-59357085a746", - "version": "2018-12-04T16:22:50.457000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "a435cd08", - "indexed": true, - "name": "ipsc_induction_protocol_0.json", - "s3_etag": "404568a87c86106e4afa6824c033de67", - "sha1": "d0d7e517fe6d56bb8f0862a6cedc4453c1665796", - "sha256": "12166e5df61b9a3dad01ac51f472e12669e1ce316b14b8ed86ac8c14d1ad002b", - "size": 941, - "uuid": "de1be240-5ac5-4b6d-8294-ae0c58e0e289", - "version": "2018-12-04T16:22:50.382000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "d534ed43", - "indexed": true, - "name": "differentiation_protocol_0.json", - "s3_etag": "e455dca380d3c1c645ba76d9f40fa390", - "sha1": "924939126ca37d1c9be0a8dc652e6257e21045be", - "sha256": "81df91da12d41faeb63e7f3ca8f627df537820286f67570a1af6604fbfe3a4af", - "size": 725, - "uuid": "944f1bef-a1af-4a88-a6af-e8eec48172a3", - "version": "2018-12-04T16:22:50.482000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d791e618", - "indexed": true, - "name": "process_0.json", - "s3_etag": "28ce0f7345fd75853d32e1ea116b0b6a", - "sha1": "54eae4c3b1664576d47a37404ac61cdb73621a8f", - "sha256": "b64a8645cda41e4cdd88528be6ec615003fc7a764fc4b375271a1da1201d653b", - "size": 382, - "uuid": "c124da1f-12bf-48c6-baf5-95aa74439a3a", - "version": "2018-12-04T16:22:53.154000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "5e30cc10", - "indexed": true, - "name": "process_1.json", - "s3_etag": "ca1203e1f2807efd24fefbb529610166", - "sha1": "a8e5f11a51c20f2b01dba7cf4011ddc37875d488", - "sha256": "9b13a054e1625dc2d6d3cbec80de935789ff44fdb1c09c06afd0628df25c6117", - "size": 377, - "uuid": "e2144c69-dbdd-485a-834b-5d05ba06b3fc", - "version": "2018-12-04T16:22:57.582000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "52a03ecc", - "indexed": true, - "name": "process_2.json", - "s3_etag": "1e749ee1c3eaaa624bb43e3864e9e6cd", - "sha1": "26bec52a594d65e784e43a5c24a7c8520d383656", - "sha256": "48a63946dc3d035a9547210499590403fd899cdc5078457182b1cb1da58c5749", - "size": 377, - "uuid": "7b7c1273-3e0f-4f77-af53-721807a6af85", - "version": "2018-12-04T16:22:57.600000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "6abebf8d", - "indexed": true, - "name": "process_3.json", - "s3_etag": "af541f56baacd19826cea7cac1bcdbd4", - "sha1": "d51d7b50e29f5d21d3849e21e16654b590b81430", - "sha256": "e5d95a710dbb9ca976c3a1c525b1bcc90e047f8e54ff93b218a05d534445ed99", - "size": 376, - "uuid": "e1c9e3e3-fa47-49bc-b718-33ca9b89eea9", - "version": "2018-12-04T16:22:57.358000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "370bf021", - "indexed": true, - "name": "process_4.json", - "s3_etag": "921f6cde3cae6dac63e1782f6acf5ba5", - "sha1": "daee0d9afd90d3e8a53033371705b5464217d585", - "sha256": "e69403d8ed356f70b38db366055cbe2cff69f04d60227ab5fa5899973f835f17", - "size": 376, - "uuid": "84d06811-a6b5-4a37-809c-842b0ca9e093", - "version": "2018-12-04T16:22:57.045000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "2b78e964", - "indexed": true, - "name": "links.json", - "s3_etag": "f0743e4e7e807d6bc26f51264eb0358d", - "sha1": "35255cc50616f8367ae7b238457e1f609b5c6897", - "sha256": "b496c0bb5fbcedb42e505afbe402b9c12fb6969e6aff506742b59521562d65b8", - "size": 3043, - "uuid": "c159c5f6-200e-4451-b387-9368d70a8442", - "version": "2018-12-05T23:08:45.226963Z" - }, - { + "manifest": { + "sequence_file/12b25cbd-8cfa-4f0e-818f-d6ba3e823af4": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "43d9f66a", "indexed": false, @@ -240,7 +13,7 @@ "uuid": "76889aa2-de8e-42dc-9eaa-0d947ccb2604", "version": "2018-12-05T23:08:45.431819Z" }, - { + "sequence_file/65d3d936-ae9d-4a18-a8c7-73ce6132355e": { "content-type": "application/gzip; dcp-type=data", "crc32c": "dbb883d5", "indexed": false, @@ -252,9 +25,9 @@ "uuid": "4cf0a9a7-111c-4284-82b9-5ae7326f235e", "version": "2018-12-05T23:08:45.915531Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/d29c64bd-b8d2-4e72-abbc-5536a44eac12": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -275,7 +48,7 @@ "submission_date": "2018-12-04T16:22:45.794Z" } }, - "cell_line_0.json": { + "cell_line/195b2621-ec05-4618-9063-c56048de97d1": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -327,7 +100,7 @@ "submission_date": "2018-12-04T16:22:45.625Z" } }, - "cell_line_1.json": { + "cell_line/c737000c-60d3-43c6-9017-16de92294529": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/9.0.0/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -367,7 +140,7 @@ "submission_date": "2018-12-04T16:22:45.467Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/50eec9fe-0138-458a-a946-9eec1403eb80": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -407,7 +180,7 @@ "submission_date": "2018-12-04T16:22:45.420Z" } }, - "donor_organism_0.json": { + "donor_organism/c4cfe441-ae72-4539-a23b-fac1fb61103e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -448,7 +221,7 @@ "submission_date": "2018-12-04T16:22:45.388Z" } }, - "sequence_file_0.json": { + "sequence_file/12b25cbd-8cfa-4f0e-818f-d6ba3e823af4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -464,7 +237,7 @@ "submission_date": "2018-12-04T16:22:46.380Z" } }, - "sequence_file_1.json": { + "sequence_file/65d3d936-ae9d-4a18-a8c7-73ce6132355e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -480,7 +253,7 @@ "submission_date": "2018-12-04T16:22:46.388Z" } }, - "project_0.json": { + "project/c765e3f9-7cfc-4501-8832-79e5f7abd321": { "describedBy": "https://schema.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -561,7 +334,7 @@ "submission_date": "2018-12-04T16:22:45.367Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/7a7788ce-ba24-431b-bd4b-dc02dcee1547": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -599,7 +372,7 @@ "submission_date": "2018-12-04T16:22:45.888Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/2ea1f5b3-d137-43f5-98b6-268d82f682aa": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/9.0.3/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -624,7 +397,7 @@ "submission_date": "2018-12-04T16:22:45.904Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/028e8015-e9b6-4593-8cb8-59357085a746": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -642,7 +415,7 @@ "submission_date": "2018-12-04T16:22:45.860Z" } }, - "ipsc_induction_protocol_0.json": { + "ipsc_induction_protocol/de1be240-5ac5-4b6d-8294-ae0c58e0e289": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/2.0.1/ipsc_induction_protocol", "schema_type": "protocol", "protocol_core": { @@ -663,7 +436,7 @@ "submission_date": "2018-12-04T16:22:45.824Z" } }, - "differentiation_protocol_0.json": { + "differentiation_protocol/944f1bef-a1af-4a88-a6af-e8eec48172a3": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.3.0/differentiation_protocol", "schema_type": "protocol", "protocol_core": { @@ -678,7 +451,7 @@ "submission_date": "2018-12-04T16:22:45.843Z" } }, - "process_0.json": { + "process/c124da1f-12bf-48c6-baf5-95aa74439a3a": { "process_core": { "process_id": "Day7_DroNc_BioRep2" }, @@ -689,7 +462,7 @@ "submission_date": "2018-12-04T16:22:46.893Z" } }, - "process_1.json": { + "process/e2144c69-dbdd-485a-834b-5d05ba06b3fc": { "process_core": { "process_id": "process_id_27" }, @@ -700,7 +473,7 @@ "submission_date": "2018-12-04T16:22:46.678Z" } }, - "process_2.json": { + "process/7b7c1273-3e0f-4f77-af53-721807a6af85": { "process_core": { "process_id": "process_id_12" }, @@ -711,7 +484,7 @@ "submission_date": "2018-12-04T16:22:46.521Z" } }, - "process_3.json": { + "process/e1c9e3e3-fa47-49bc-b718-33ca9b89eea9": { "process_core": { "process_id": "process_id_4" }, @@ -722,7 +495,7 @@ "submission_date": "2018-12-04T16:22:46.453Z" } }, - "process_4.json": { + "process/84d06811-a6b5-4a37-809c-842b0ca9e093": { "process_core": { "process_id": "process_id_2" }, @@ -732,97 +505,98 @@ "document_id": "84d06811-a6b5-4a37-809c-842b0ca9e093", "submission_date": "2018-12-04T16:22:46.435Z" } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "c124da1f-12bf-48c6-baf5-95aa74439a3a", - "inputs": [ - "d29c64bd-b8d2-4e72-abbc-5536a44eac12" - ], - "input_type": "biomaterial", - "outputs": [ - "12b25cbd-8cfa-4f0e-818f-d6ba3e823af4", - "65d3d936-ae9d-4a18-a8c7-73ce6132355e" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7a7788ce-ba24-431b-bd4b-dc02dcee1547" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "2ea1f5b3-d137-43f5-98b6-268d82f682aa" - } - ] - }, - { - "process": "e2144c69-dbdd-485a-834b-5d05ba06b3fc", - "inputs": [ - "195b2621-ec05-4618-9063-c56048de97d1" - ], - "input_type": "biomaterial", - "outputs": [ - "d29c64bd-b8d2-4e72-abbc-5536a44eac12" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "028e8015-e9b6-4593-8cb8-59357085a746" - } - ] - }, - { - "process": "7b7c1273-3e0f-4f77-af53-721807a6af85", - "inputs": [ - "c737000c-60d3-43c6-9017-16de92294529" - ], - "input_type": "biomaterial", - "outputs": [ - "195b2621-ec05-4618-9063-c56048de97d1" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "ipsc_induction_protocol", - "protocol_id": "de1be240-5ac5-4b6d-8294-ae0c58e0e289" - }, - { - "protocol_type": "differentiation_protocol", - "protocol_id": "944f1bef-a1af-4a88-a6af-e8eec48172a3" - } - ] - }, - { - "process": "e1c9e3e3-fa47-49bc-b718-33ca9b89eea9", - "inputs": [ - "50eec9fe-0138-458a-a946-9eec1403eb80" - ], - "input_type": "biomaterial", - "outputs": [ - "c737000c-60d3-43c6-9017-16de92294529" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "84d06811-a6b5-4a37-809c-842b0ca9e093", - "inputs": [ - "c4cfe441-ae72-4539-a23b-fac1fb61103e" - ], - "input_type": "biomaterial", - "outputs": [ - "50eec9fe-0138-458a-a946-9eec1403eb80" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "c124da1f-12bf-48c6-baf5-95aa74439a3a", + "inputs": [ + "d29c64bd-b8d2-4e72-abbc-5536a44eac12" + ], + "input_type": "biomaterial", + "outputs": [ + "12b25cbd-8cfa-4f0e-818f-d6ba3e823af4", + "65d3d936-ae9d-4a18-a8c7-73ce6132355e" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7a7788ce-ba24-431b-bd4b-dc02dcee1547" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "2ea1f5b3-d137-43f5-98b6-268d82f682aa" + } + ] + }, + { + "process": "e2144c69-dbdd-485a-834b-5d05ba06b3fc", + "inputs": [ + "195b2621-ec05-4618-9063-c56048de97d1" + ], + "input_type": "biomaterial", + "outputs": [ + "d29c64bd-b8d2-4e72-abbc-5536a44eac12" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "028e8015-e9b6-4593-8cb8-59357085a746" + } + ] + }, + { + "process": "7b7c1273-3e0f-4f77-af53-721807a6af85", + "inputs": [ + "c737000c-60d3-43c6-9017-16de92294529" + ], + "input_type": "biomaterial", + "outputs": [ + "195b2621-ec05-4618-9063-c56048de97d1" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "ipsc_induction_protocol", + "protocol_id": "de1be240-5ac5-4b6d-8294-ae0c58e0e289" + }, + { + "protocol_type": "differentiation_protocol", + "protocol_id": "944f1bef-a1af-4a88-a6af-e8eec48172a3" + } + ] + }, + { + "process": "e1c9e3e3-fa47-49bc-b718-33ca9b89eea9", + "inputs": [ + "50eec9fe-0138-458a-a946-9eec1403eb80" + ], + "input_type": "biomaterial", + "outputs": [ + "c737000c-60d3-43c6-9017-16de92294529" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "84d06811-a6b5-4a37-809c-842b0ca9e093", + "inputs": [ + "c4cfe441-ae72-4539-a23b-fac1fb61103e" + ], + "input_type": "biomaterial", + "outputs": [ + "50eec9fe-0138-458a-a946-9eec1403eb80" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/e2c3054e-9fba-4d7a-b85b-a2220d16da73.dss.hca.json b/test/indexer/data/e2c3054e-9fba-4d7a-b85b-a2220d16da73.dss.hca.json index 3cea1a6952..070e6834ab 100644 --- a/test/indexer/data/e2c3054e-9fba-4d7a-b85b-a2220d16da73.dss.hca.json +++ b/test/indexer/data/e2c3054e-9fba-4d7a-b85b-a2220d16da73.dss.hca.json @@ -1,594 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "8a5aa409", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "5bd9c2066e0c48f535a3959412cde1a2", - "sha1": "a6c04a083788c7f1e13a1edd55e8f372f5e15d2e", - "sha256": "50cbdad5aa738e183241b7a47f3498657e28e7e4e3146bc2e66ddaf576b2efdc", - "size": 739, - "uuid": "75d0f208-d856-4e12-8916-a84f8f0e5338", - "version": "2018-10-16T08:05:10.918000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "b75f093b", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "8270b2ed23f9b1e22f16c8b8228e1f0e", - "sha1": "7beb9aae17fdf9a938849194eb92860cb613f0a3", - "sha256": "f099ce4eed5afc1da276a55cd51e6ed403036d6d01fb8ec1ea62922dad89dac6", - "size": 913, - "uuid": "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92", - "version": "2018-10-16T08:03:01.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "0d004377", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "48e09a57ca0c513584e130a58eff4c9f", - "sha1": "58e7cd344dbe265f2e24b2f04e042f95b9632e0e", - "sha256": "5e0d7a3830a14134ee5fcc9dfa458a285f9bbd35ea25baf71046dacbdd856a6f", - "size": 1129, - "uuid": "d919428e-d58b-4815-b36a-c9f186df6582", - "version": "2018-10-16T07:55:45.931000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f992e36a", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "70d17ba0588f07800286428f6fe2d59d", - "sha1": "ff6d79094f13d4f5ee3683286a185dec716ea575", - "sha256": "48c5084da2f9e553dfef00d232f910740d90bc1295970d12f129f5feb2b67b18", - "size": 471, - "uuid": "f5f82e76-173c-4f95-b25a-4ddc80bd1f86", - "version": "2018-10-24T23:38:03.864000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c790d9d7", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "cfdc922193bb73fce8c8b2b92ccf1a10", - "sha1": "9276a34cc71b6c6c6ac05fd775a5fe3b85a78cd9", - "sha256": "c5d80debb3ae9a32a2e059dea26f296dd8035c23c4f6cc5b46407872b68a4283", - "size": 465, - "uuid": "9b32ad49-e38d-458c-8976-668daa24c30e", - "version": "2018-10-24T23:38:00.840000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b967290a", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "dcf69410942618e3e29f705032b1ec9d", - "sha1": "30f6476a6edb2a4d2e1e7f9539e13d64dc832e1a", - "sha256": "ee921884ae70a6973a1b67e28eb1969f580ffc7c9ca314d3eb047e645b516bbc", - "size": 470, - "uuid": "479b4d96-b76b-41a7-9606-a523d701ce0c", - "version": "2018-10-24T23:38:03.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "496c8fd4", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "4fa9db90f418dffb549bc71e0009fe2e", - "sha1": "9633b9ff5081e69fb4d3a09789741b8fd909e93a", - "sha256": "9061208f36937ab660d5a44315e945f4eb4168c22038e6e9b63dea18c4ed8976", - "size": 474, - "uuid": "f0b686e9-7a26-40f1-bdb2-58a1414d77eb", - "version": "2018-10-24T23:38:00.814000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ef835924", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "48db067be3168b2189479039077b0799", - "sha1": "f43c4d2082e65620d8faea245fd2787a2094e8ea", - "sha256": "eb0e98665d1d15b5d2974b72ae1b6c76bc03bd88a2b8f72d451c58761ed68736", - "size": 457, - "uuid": "30f8d79e-8a4d-4fd3-93af-b5346f16b640", - "version": "2018-10-24T23:38:06.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "47914a79", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "edd24a8d9f5bb752c7f4b20e66afad1f", - "sha1": "665fdd41970d9b4ed0389648772168627e66f7d3", - "sha256": "6ecf0955ead78bd162fac0bfe4bc9ed7c293063b7be5b20ff81fe62b1830eb79", - "size": 446, - "uuid": "20a011f9-e862-413b-bf1c-b43f3c64b874", - "version": "2018-10-24T23:38:15.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "06f431f4", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "c6085c9316de7724bb38b78e916ea431", - "sha1": "858e83ecd0f058ce942a397f0f12ee7780596432", - "sha256": "878a516741c8d4379037856522c8351f1683df19f6b3336d60e05f0d75ad4704", - "size": 467, - "uuid": "c8caa0c3-7e78-40ac-a7f9-6219cbc2ee50", - "version": "2018-10-24T23:38:15.858000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3b320c3f", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "90920adb1fcbdc0049d0b63858a9a6d6", - "sha1": "5a2f50768d9e29c0e586af0c91fb1f96b4d2c29b", - "sha256": "64bd0fb02fd9d66518eab3de85e9f8c1b294dce1dd7f33db5fc8b8324dfc13fc", - "size": 477, - "uuid": "bdea53d3-49a6-4f5c-8504-d74996fe0745", - "version": "2018-10-24T23:38:18.850000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "96898453", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "d18ad2ee62078f0b4ce3d68ef7ffe339", - "sha1": "efdf9722570391a9d3a70d2d1653ba3b145c330b", - "sha256": "9af5dd5393234fc6d4a89fc356074536d22b7e5aa00770d0e7173acc93120049", - "size": 464, - "uuid": "0d27455f-d951-472a-849a-e234efca42d6", - "version": "2018-10-24T23:38:18.846000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "dd043d1c", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "3520952f96270b3aabd75c9d275118a6", - "sha1": "fc448f4a89697b2f7e4f30c474a44a9515800899", - "sha256": "d23a2934d3fd9313709fa983b26aa5ff4808cf94e76a3785c87dae8459fb18a7", - "size": 450, - "uuid": "2da7e3ba-23f5-4e81-9c36-5106b55bcdce", - "version": "2018-10-24T23:38:21.766000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f25f8c3f", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "d49196998f38fb45fd1c7aad293f263c", - "sha1": "014f7280959b537a0b5b6cab3a1d01493729b305", - "sha256": "97ffd58db38d00c9ec098289cfcba9753f7be7621a1c9f81a2a02e12f6d9db8b", - "size": 469, - "uuid": "8776d7ea-5e3e-49a0-bd97-a713e9a14f3e", - "version": "2018-10-24T23:38:21.780000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "716242ae", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "365131a349c243bfe0078d194e8f55d5", - "sha1": "5e81ae45ab6cca65b9bb8d83461f1e49d7629177", - "sha256": "3eec86e9a0e72b24a012f9feae915e0d7a3b75355262ef1211955e2fcde15e31", - "size": 470, - "uuid": "4fb97024-86ac-4d01-907d-d9b3159cf4be", - "version": "2018-10-24T23:38:21.799000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4a9270a2", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "8d95ba5b4565d1b4d40ae4e9e3296925", - "sha1": "c8b08e0941457b976107da3d3143df55445d2098", - "sha256": "414c36e8db626915160f8e8caa992afcc198740342145305e7da2ab88b15bf3a", - "size": 445, - "uuid": "e1982adb-80b9-4ea6-a616-9206b0846afd", - "version": "2018-10-24T23:38:09.869000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1b5c8c80", - "indexed": true, - "name": "analysis_file_13.json", - "s3_etag": "2bfabbf561cb7c4850d1358ae10be1ba", - "sha1": "d2448ce6ba9c6f4c755fbdb294c26e269145ea3e", - "sha256": "ed227141bf9dd35164034962f99089f516e453aea7e549144d0357ed248f5271", - "size": 449, - "uuid": "b9254ef6-3f3a-4259-8829-01a6006fe5e3", - "version": "2018-10-24T23:37:57.772000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e7be834e", - "indexed": true, - "name": "analysis_file_14.json", - "s3_etag": "9ecf92b66c5c1e9f4ae73036dc27ab8d", - "sha1": "2cb000ad173b419b1b1d178fe4851a198caa483b", - "sha256": "05f0b1527f0303e827d6ae0c0d077f51f168bce8945adafe351aca71e76599d5", - "size": 447, - "uuid": "4bdb540a-7189-490a-9823-0f5c67e146d4", - "version": "2018-10-24T23:38:24.779000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4b83ee33", - "indexed": true, - "name": "analysis_file_15.json", - "s3_etag": "b97803db03816d62ca458a8589701f3c", - "sha1": "5a7f9738a8a4a85f0ae38979d36f73559f8dc5f3", - "sha256": "0cf8fc604ffc030410eecb57eeda8adac9bc1a9fd619dfa49e0d36395ecb2e10", - "size": 461, - "uuid": "02e4b9e0-0750-4a21-8b18-46df9f7c86b5", - "version": "2018-10-24T23:38:12.830000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f789efb", - "indexed": true, - "name": "analysis_file_16.json", - "s3_etag": "9a8df9ff4e0644387938671b59b1931c", - "sha1": "f03a31b9b069dfa22a595070ca2accf8e14cd621", - "sha256": "4279cc3c706243df833b0147a50d846f6e921b4315d1a932e230d009b7a5a3b7", - "size": 464, - "uuid": "55a4c327-4ca0-400d-88b9-91ccd89cad31", - "version": "2018-10-24T23:38:15.830000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "88db999b", - "indexed": true, - "name": "analysis_file_17.json", - "s3_etag": "26c1607ee21cfd1aeb3329100b86d464", - "sha1": "9ad50b3d0c48696db492e0fbd953ee684de327f2", - "sha256": "b3ee6982f5ea176e4aa526df2916db63e4403f588bafd47ebe100fe5e6bc140c", - "size": 454, - "uuid": "dd5a65c4-23fc-40ba-8caf-37393a059e0f", - "version": "2018-10-24T23:38:57.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "44c41eaa", - "indexed": true, - "name": "analysis_file_18.json", - "s3_etag": "d3be91f8d80bb303ab939bc2a17f0f50", - "sha1": "87662c2aeb9f868aff4cd4bcebd02ea250f7f38a", - "sha256": "0aa37041cc6c0111357ec7d47e9638c1af087a8e96838e3dff3c6e612a9c953e", - "size": 455, - "uuid": "bc051b66-16fd-49b0-aca7-d6b29c445f61", - "version": "2018-10-24T23:39:00.737000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fa926313", - "indexed": true, - "name": "analysis_file_19.json", - "s3_etag": "372c3b176ebe7feb74de33c5649cd6f8", - "sha1": "eaec1853b1edc1eae95657bddf39208d9130a656", - "sha256": "43a9d6b00d7d54ed25da8a3e5e444799b87b0cfa79c1eae19151a2febc217f9d", - "size": 463, - "uuid": "b104083d-c607-4ad5-993e-e97632c9e4d9", - "version": "2018-10-24T23:39:00.737000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5d47e0c1", - "indexed": true, - "name": "analysis_file_20.json", - "s3_etag": "2c06f941ee3c30a860715423d3ce512d", - "sha1": "ab4d73b0733b9e8a23620e480727c5cae155598a", - "sha256": "3e12a129b918115dabeca08926053b33081ab6efb0d0701905214ec335933055", - "size": 457, - "uuid": "b6576e30-18a2-412c-846d-377ad50cceed", - "version": "2018-10-24T23:39:03.740000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0c2dabbe", - "indexed": true, - "name": "analysis_file_21.json", - "s3_etag": "634ee976fb15073fb3e8b93e00faaef0", - "sha1": "ac22a011c9bc2c5b30f58bdf62d5a6d3a99c8c79", - "sha256": "87e5ea9b60dd4e3a7352bfa1b84cd6e6dcfd4e865eca457349ab5101648c626d", - "size": 477, - "uuid": "544245b6-180b-4765-b8d2-db9a07fd2790", - "version": "2018-10-24T23:39:03.740000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "45ae5f2b", - "indexed": true, - "name": "analysis_file_22.json", - "s3_etag": "72df96f3de4d4d74c81352a316007fbc", - "sha1": "174c95637461aac99d3c8c9c5feda648b90ccf5a", - "sha256": "ecee0d2f5d3f53ca04669b5749198833c36f4c85102922fc0012af52c325b112", - "size": 473, - "uuid": "bdfc95f5-452d-45f0-a539-03e70be04d73", - "version": "2018-10-24T23:39:03.739000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "29be4de6", - "indexed": true, - "name": "analysis_file_23.json", - "s3_etag": "8d16f9b31e40666584017d5914e05873", - "sha1": "c900ee96578ed40d031d1f901f67910166d61ac1", - "sha256": "c165c1daff97e67b934b8c957f03fdebab6784ab3451b571e2c15336490f8e22", - "size": 482, - "uuid": "46742270-3e39-45a2-99d6-50c2e1277045", - "version": "2018-10-24T23:39:06.739000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7a602570", - "indexed": true, - "name": "analysis_file_24.json", - "s3_etag": "821e407a34b53875f9dde0c5a1b0fb53", - "sha1": "84013a513a028e78c8fd23cd580ca63e546e3ea4", - "sha256": "aad705e4ca8cd1714906e45821f467ec737c141f8b16fd4330b47124f98a0e27", - "size": 476, - "uuid": "1251ee1c-3f6f-43ef-b540-c4a3f3461e78", - "version": "2018-10-24T23:39:06.739000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a9384cf3", - "indexed": true, - "name": "analysis_file_25.json", - "s3_etag": "e71c1c9e3f941cda6228bc3ae2e669b3", - "sha1": "b711954a66e223a92b432f13a6b0f5499991124f", - "sha256": "a3d6868f58cf86f7836e59b7afa46c6f538e335b02a9364472a00a0c6b9eae90", - "size": 476, - "uuid": "ad5a0217-3f5e-4293-bf4e-d56f55453dd5", - "version": "2018-10-24T23:39:06.739000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d97f3dac", - "indexed": true, - "name": "analysis_file_26.json", - "s3_etag": "b5feab041c6feabc7f21202f88421ab0", - "sha1": "8dec5dd80b3b7a106c4d91cf6ba68e709b5b29e7", - "sha256": "89cd5f3aec960b330bf87ca5f11ee42ac9bdd41ee887110190eb01a528fcd394", - "size": 472, - "uuid": "fc842ec4-3fdc-447c-82a3-b59584f6509f", - "version": "2018-10-24T23:39:09.742000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "59311a1f", - "indexed": true, - "name": "analysis_file_27.json", - "s3_etag": "eceaebf86ee76d6c0082d3a4a2704791", - "sha1": "ae9116bdb1245b16ce5e83bf90a16839c3b8b911", - "sha256": "f01c4fea45db04d0245ce3797e144f96c20fd1a508303eede7b36e2f155cbf65", - "size": 481, - "uuid": "858b76ef-bb5b-44e2-b6fa-09efd3430a98", - "version": "2018-10-24T23:39:09.742000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5a372ccc", - "indexed": true, - "name": "analysis_file_28.json", - "s3_etag": "caa4a6b6a7aae76ce833659089c743ad", - "sha1": "59fad279c5647a1cf260359b1450ee5545414a80", - "sha256": "e97af0df89e008457d896c7f61c7baa055e74cedb881f87d71a58ee7cec41a46", - "size": 475, - "uuid": "8c4c53c9-87a3-4f28-8c65-57090360a9dc", - "version": "2018-10-24T23:39:12.749000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cb25c510", - "indexed": true, - "name": "analysis_file_29.json", - "s3_etag": "c60d5cb82f8a9dc7a6880e24cc195604", - "sha1": "84c49689a77917bc48f203587f76c4345008c60b", - "sha256": "7e717f3e6c3c97ca863e00ed909c33476aeeb654fec38edf73dc0385df9ee7ca", - "size": 466, - "uuid": "ec81ed84-ba61-4361-b611-c2ab3bf3f08e", - "version": "2018-10-24T23:39:15.746000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4013aaf1", - "indexed": true, - "name": "analysis_file_30.json", - "s3_etag": "8f587950a44a87ccabb2abed4c7f5754", - "sha1": "6b97d348f56bf04deadd3381b04e61b54f2ebcfb", - "sha256": "d61bc8b36d07a1ace84582fd53094d7f2e748c1503f21c8048e3f3f5496e7a0b", - "size": 462, - "uuid": "51adec61-135c-4a93-b3d2-50019c0f58ad", - "version": "2018-10-24T23:39:12.749000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4b5ea8b1", - "indexed": true, - "name": "analysis_file_31.json", - "s3_etag": "f6b76c48d114eb65bc0050e2d1a00c36", - "sha1": "848ea908f252a9f090f3552e77f4b1d3853f215b", - "sha256": "1e6b86e2e2cedfb53cd5491fde8e56952c3d731915561a092216507329b13661", - "size": 463, - "uuid": "abfb543f-345d-4f01-8a3d-c9c02b87cd0b", - "version": "2018-10-24T23:39:15.742000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ca3378c1", - "indexed": true, - "name": "analysis_file_32.json", - "s3_etag": "1677bad045a8e014f1de201bfb1f728a", - "sha1": "187f4259ffa1964c6aae20d6f11a3b59646a5716", - "sha256": "0fd85205fac0242285a669e807c2c62ca138787882c123303c05dfd006313dc9", - "size": 457, - "uuid": "1afd626b-6730-4cb6-92c1-3379e7944f66", - "version": "2018-10-24T23:39:15.743000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2e6bb675", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "91ae7a27718fd0b8a72133a34c414900", - "sha1": "b456bf71b16e3c7b1749566db4a517bc74608a0a", - "sha256": "5fbd666364fc475324adae34ae450d727920e5abdc3b59790c5c58fbb873e868", - "size": 525, - "uuid": "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", - "version": "2018-10-16T08:27:47.326000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c1a22ed6", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "a9002d750c89da33db066e30559f2738", - "sha1": "831205dc114cde86ad50838742cf76845eea1988", - "sha256": "3667a38222359e3b2a7bc2770da930b5a694e5008e97fac8314cf54f13ac70d2", - "size": 525, - "uuid": "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628", - "version": "2018-10-16T08:27:48.388000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "dc0e2c29", - "indexed": true, - "name": "project_0.json", - "s3_etag": "4a80ac8707ff4fba43ec9bf1db52da34", - "sha1": "1171bc72fcef796304be513366557396e4aeda2f", - "sha256": "8dbe319c6d79f7903c50bb91eae549ea636e564fb47bba879f34f8d29463b262", - "size": 4448, - "uuid": "08e7b6ba-5825-47e9-be2d-7978533c5f8c", - "version": "2018-10-16T07:55:45.727000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "42c12f49", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": "60655e23cea8815e44e7da93035797cc", - "sha1": "9d0c7f609adf867bce7a1dba6add8b774b86d128", - "sha256": "154b74ee011afd802a4b41da1ae0600de442e9f7de0f490e2fa706d980c83228", - "size": 523, - "uuid": "7770a568-a5e5-4767-8e85-69ac1574a190", - "version": "2018-10-24T23:34:30.641000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e0b54289", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "0a4017d439364770dcb71f3b6b7f71ca", - "sha1": "b75672aa7bae9489425e6c697a0fdd4076dacb4e", - "sha256": "0dd9938fe6f54fc1b7d4d7aaa1313643414e432b215b3f7f3f8b025dbd380caf", - "size": 902, - "uuid": "7faadd95-bcee-4627-8990-04b79cf617f9", - "version": "2018-10-16T07:54:00.211000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6ab721bf", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "73f5c05717bd884a735cd7d4f77cefcd", - "sha1": "1f787265aa3d41ccd8dc9b7187be3825b6381232", - "sha256": "fb39eaae7814165484fd371cfbf48fa608ea94a1d24ec0d086bb242ccab14c07", - "size": 630, - "uuid": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09", - "version": "2018-10-16T07:54:00.089000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6c852849", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "ed1f9103462837aa3990e43c3cb72539", - "sha1": "d6a31b52656f4fe3ab08bc1304f2bf725c28aa9b", - "sha256": "437701df4e80cfa45acee9987d39841c2bf1e858fe86287f932453963c3afc0d", - "size": 686, - "uuid": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b", - "version": "2018-10-16T07:54:00.103000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "e3e6392f", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "abbe099803900106b4061b9622e2068b", - "sha1": "bd56470701c6ad9f8637bef6f67206be4d93da46", - "sha256": "c36fc847e5b420571731852fd4340688c6588b50f609002cb36d0ac5be40b64c", - "size": 637, - "uuid": "d9fdfade-52d2-40df-b299-e9aa292ea120", - "version": "2018-10-16T07:54:00.229000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d3c01d7e", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "fb73b1260f5bdd026d9fef97352d8d35", - "sha1": "93a8337bc84c8de01e32639c1ab37032913afef6", - "sha256": "0b2797a176fad7cad5d8b309c6217c3397fdf4bb191f65b63fd9e73e8524e4a1", - "size": 21801, - "uuid": "1c1d9a13-1132-4f64-aaa9-86ecac56c9f0", - "version": "2018-10-24T23:34:31.016000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f7b7d679", - "indexed": true, - "name": "process_0.json", - "s3_etag": "e219817cfbba82dc263693d1c835ed48", - "sha1": "8e380513446feb78ae10c216d69e6c195b14daad", - "sha256": "a5e3ccf7ea07653bcb3b3aa5780ab444378e1afa566556dc89bb2df4fc07392e", - "size": 386, - "uuid": "30031d43-a8ee-465a-b015-bfae1d762b67", - "version": "2018-10-16T08:11:29.701000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "01973017", - "indexed": true, - "name": "process_1.json", - "s3_etag": "5046afb8346218540ca5a7276d6f6c35", - "sha1": "a1ee54ccf2cfd125c13c990fd145a239ce7fd707", - "sha256": "e7dc745d4dd94f96b3853139de1243b1bd7b475f81c5bc2fd687f23159899094", - "size": 391, - "uuid": "0c56f1fe-3ba6-4e09-9c91-ee1cdb97afdc", - "version": "2018-10-16T08:08:03.389000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ff7bf237", - "indexed": true, - "name": "process_2.json", - "s3_etag": "caf734277e62cddb97683774945b7e58", - "sha1": "a8aa56c288ea9d04d779c941c5824786c1e60455", - "sha256": "81041dabd6342f0c3d24393d01364a103c4729ff3f8cc6172ddfbc9c339f3f71", - "size": 388, - "uuid": "4a1432a1-ae18-45f2-b574-9869b7242289", - "version": "2018-10-16T08:06:34.625000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "bb93ecdd", - "indexed": true, - "name": "links.json", - "s3_etag": "bf6bd20beb3c637e3a2349449f16fa39", - "sha1": "82dc9911a05a3f1e705dee87ecee09dc5f12adb8", - "sha256": "d670b1c7ec77b4928ccd7c6de6c1552c473e2727d76a90a4ba523dfd2d58855f", - "size": 6414, - "uuid": "3c293e25-0410-4d51-b52e-ec7e74b3fb4f", - "version": "2018-10-24T23:42:14.241258Z" - }, - { + "manifest": { + "analysis_file/f5f82e76-173c-4f95-b25a-4ddc80bd1f86": { + "content-type": "text/plain; dcp-type=data", "crc32c": "6bb92520", "indexed": false, @@ -600,7 +13,7 @@ "uuid": "d7408870-a345-4d5c-be33-edbd69385529", "version": "2018-10-24T23:42:14.573498Z" }, - { + "analysis_file/9b32ad49-e38d-458c-8976-668daa24c30e": { "content-type": "text/plain; dcp-type=data", "crc32c": "06cf46cb", "indexed": false, @@ -612,7 +25,7 @@ "uuid": "4754bb8b-fc1f-431d-b063-fdbc2930fbf3", "version": "2018-10-24T23:42:15.014013Z" }, - { + "analysis_file/479b4d96-b76b-41a7-9606-a523d701ce0c": { "content-type": "text/plain; dcp-type=data", "crc32c": "2d0486d5", "indexed": false, @@ -624,7 +37,7 @@ "uuid": "c594b1a2-6a72-4744-8fc4-07debf086cbf", "version": "2018-10-24T23:42:15.215728Z" }, - { + "analysis_file/f0b686e9-7a26-40f1-bdb2-58a1414d77eb": { "content-type": "text/plain; dcp-type=data", "crc32c": "e1c51bd2", "indexed": false, @@ -636,7 +49,7 @@ "uuid": "bb1b99aa-1343-4825-88c9-1b67400982fc", "version": "2018-10-24T23:42:15.408775Z" }, - { + "analysis_file/30f8d79e-8a4d-4fd3-93af-b5346f16b640": { "content-type": "text/plain; dcp-type=data", "crc32c": "53c649b7", "indexed": false, @@ -648,7 +61,7 @@ "uuid": "58fb543a-1021-499c-a96d-aa49612ece44", "version": "2018-10-24T23:42:15.703115Z" }, - { + "analysis_file/20a011f9-e862-413b-bf1c-b43f3c64b874": { "content-type": "text/csv; dcp-type=data", "crc32c": "09e98693", "indexed": false, @@ -660,7 +73,7 @@ "uuid": "7270a312-321a-4c33-80f3-4b02580be397", "version": "2018-10-24T23:42:15.988377Z" }, - { + "analysis_file/c8caa0c3-7e78-40ac-a7f9-6219cbc2ee50": { "content-type": "text/csv; dcp-type=data", "crc32c": "6dface93", "indexed": false, @@ -672,7 +85,7 @@ "uuid": "4c7e9d51-cd0a-4a0e-82e3-4c70550be2f0", "version": "2018-10-24T23:42:16.282105Z" }, - { + "analysis_file/bdea53d3-49a6-4f5c-8504-d74996fe0745": { "content-type": "text/csv; dcp-type=data", "crc32c": "522a934d", "indexed": false, @@ -684,7 +97,7 @@ "uuid": "3b5057e7-d9fa-4c66-b172-66efb9d46c7f", "version": "2018-10-24T23:42:16.551760Z" }, - { + "analysis_file/0d27455f-d951-472a-849a-e234efca42d6": { "content-type": "text/csv; dcp-type=data", "crc32c": "3290e07b", "indexed": false, @@ -696,7 +109,7 @@ "uuid": "8f886981-71ca-4d50-945d-fcad7456dce7", "version": "2018-10-24T23:42:16.801147Z" }, - { + "analysis_file/2da7e3ba-23f5-4e81-9c36-5106b55bcdce": { "content-type": "text/csv; dcp-type=data", "crc32c": "2ca91ed2", "indexed": false, @@ -708,7 +121,7 @@ "uuid": "6a02ba20-ba21-4685-b616-2651ce61df5c", "version": "2018-10-24T23:42:17.068963Z" }, - { + "analysis_file/8776d7ea-5e3e-49a0-bd97-a713e9a14f3e": { "content-type": "text/csv; dcp-type=data", "crc32c": "78cad56f", "indexed": false, @@ -720,7 +133,7 @@ "uuid": "c64fddc4-47bb-4219-8e1f-2c9b05192c30", "version": "2018-10-24T23:42:17.343576Z" }, - { + "analysis_file/4fb97024-86ac-4d01-907d-d9b3159cf4be": { "content-type": "text/csv; dcp-type=data", "crc32c": "37833b4b", "indexed": false, @@ -732,7 +145,7 @@ "uuid": "d5dcc2ea-11a3-40f6-94bd-b58584b9b9ea", "version": "2018-10-24T23:42:17.572545Z" }, - { + "analysis_file/e1982adb-80b9-4ea6-a616-9206b0846afd": { "content-type": "application/gzip; dcp-type=data", "crc32c": "d05e6e24", "indexed": false, @@ -744,7 +157,7 @@ "uuid": "0e537564-ae91-460c-8b64-db6736fd342f", "version": "2018-10-24T23:42:17.849582Z" }, - { + "analysis_file/b9254ef6-3f3a-4259-8829-01a6006fe5e3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "383a286e", "indexed": false, @@ -756,7 +169,7 @@ "uuid": "7e977e69-0abf-4e2e-925b-fd312a91996c", "version": "2018-10-24T23:42:17.966695Z" }, - { + "analysis_file/4bdb540a-7189-490a-9823-0f5c67e146d4": { "content-type": "application/gzip; dcp-type=data", "crc32c": "8be628a6", "indexed": false, @@ -768,7 +181,7 @@ "uuid": "c5745a0b-01c4-42ec-a4a3-4de76b72e3c7", "version": "2018-10-24T23:42:18.360888Z" }, - { + "analysis_file/02e4b9e0-0750-4a21-8b18-46df9f7c86b5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1fcc995f", "indexed": false, @@ -780,7 +193,7 @@ "uuid": "780a8a11-d536-42be-9c92-a408b23f13a0", "version": "2018-10-24T23:42:18.517550Z" }, - { + "analysis_file/55a4c327-4ca0-400d-88b9-91ccd89cad31": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "27f749cf", "indexed": false, @@ -792,7 +205,7 @@ "uuid": "989f8eac-c511-49e2-b4eb-1c7fde939df6", "version": "2018-10-24T23:42:19.746293Z" }, - { + "analysis_file/dd5a65c4-23fc-40ba-8caf-37393a059e0f": { "content-type": "application/json; dcp-type=data", "crc32c": "c597ac81", "indexed": false, @@ -804,7 +217,7 @@ "uuid": "bc155f7e-ed46-41f1-a54b-5d094e1e32f2", "version": "2018-10-24T23:42:20.467152Z" }, - { + "analysis_file/bc051b66-16fd-49b0-aca7-d6b29c445f61": { "content-type": "application/json; dcp-type=data", "crc32c": "444a7707", "indexed": false, @@ -816,7 +229,7 @@ "uuid": "0878349d-9608-4389-9b34-ac17d641c396", "version": "2018-10-24T23:42:20.712048Z" }, - { + "analysis_file/b104083d-c607-4ad5-993e-e97632c9e4d9": { "content-type": "application/json; dcp-type=data", "crc32c": "f35d7e55", "indexed": false, @@ -828,7 +241,7 @@ "uuid": "65cf94ff-f203-4b93-aca4-2ef7ad3f5aa0", "version": "2018-10-24T23:42:20.881581Z" }, - { + "analysis_file/b6576e30-18a2-412c-846d-377ad50cceed": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1563daec", "indexed": false, @@ -840,7 +253,7 @@ "uuid": "0bf15e1e-cc40-43e1-b01f-93f2e725fae7", "version": "2018-10-24T23:42:21.017096Z" }, - { + "analysis_file/544245b6-180b-4765-b8d2-db9a07fd2790": { "content-type": "application/json; dcp-type=data", "crc32c": "88068bce", "indexed": false, @@ -852,7 +265,7 @@ "uuid": "fd42c155-6189-4789-83b1-c6f3a7706228", "version": "2018-10-24T23:42:21.309195Z" }, - { + "analysis_file/bdfc95f5-452d-45f0-a539-03e70be04d73": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ae799606", "indexed": false, @@ -864,7 +277,7 @@ "uuid": "3877ba3c-3db8-4538-b3c6-39a4d70269eb", "version": "2018-10-24T23:42:21.442289Z" }, - { + "analysis_file/46742270-3e39-45a2-99d6-50c2e1277045": { "content-type": "application/json; dcp-type=data", "crc32c": "38a3821e", "indexed": false, @@ -876,7 +289,7 @@ "uuid": "aea258d4-650e-45c8-890a-d2179a76a326", "version": "2018-10-24T23:42:21.729567Z" }, - { + "analysis_file/1251ee1c-3f6f-43ef-b540-c4a3f3461e78": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "afce17ed", "indexed": false, @@ -888,7 +301,7 @@ "uuid": "af1aec5c-e200-4d9b-8ea4-f55bc4285615", "version": "2018-10-24T23:42:21.861075Z" }, - { + "analysis_file/ad5a0217-3f5e-4293-bf4e-d56f55453dd5": { "content-type": "application/json; dcp-type=data", "crc32c": "c6565f75", "indexed": false, @@ -900,7 +313,7 @@ "uuid": "efb0702d-9593-4199-8129-2a86a13600a9", "version": "2018-10-24T23:42:21.990379Z" }, - { + "analysis_file/fc842ec4-3fdc-447c-82a3-b59584f6509f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c0b4fc1c", "indexed": false, @@ -912,7 +325,7 @@ "uuid": "7474a924-91db-4468-81cf-4a28e6dacda5", "version": "2018-10-24T23:42:22.121285Z" }, - { + "analysis_file/858b76ef-bb5b-44e2-b6fa-09efd3430a98": { "content-type": "application/json; dcp-type=data", "crc32c": "80af448b", "indexed": false, @@ -924,7 +337,7 @@ "uuid": "09144ccc-8f59-47c3-960d-1f97cedc0ba6", "version": "2018-10-24T23:42:22.356058Z" }, - { + "analysis_file/8c4c53c9-87a3-4f28-8c65-57090360a9dc": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f282f971", "indexed": false, @@ -936,7 +349,7 @@ "uuid": "0ecd1e02-2cf6-4c71-af42-259036b78284", "version": "2018-10-24T23:42:22.492841Z" }, - { + "analysis_file/ec81ed84-ba61-4361-b611-c2ab3bf3f08e": { "content-type": "application/json; dcp-type=data", "crc32c": "b89e6723", "indexed": false, @@ -948,7 +361,7 @@ "uuid": "e6bc21b2-fbbd-46f3-9b3a-df0d547a3142", "version": "2018-10-24T23:42:22.705276Z" }, - { + "analysis_file/51adec61-135c-4a93-b3d2-50019c0f58ad": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1c9916e8", "indexed": false, @@ -960,7 +373,7 @@ "uuid": "63818a29-a94e-49ca-8c83-15e7813510d9", "version": "2018-10-24T23:42:22.837521Z" }, - { + "analysis_file/abfb543f-345d-4f01-8a3d-c9c02b87cd0b": { "content-type": "application/json; dcp-type=data", "crc32c": "88035931", "indexed": false, @@ -972,7 +385,7 @@ "uuid": "599c92d3-6d60-4f14-a0e4-f6970958ae5a", "version": "2018-10-24T23:42:23.188749Z" }, - { + "analysis_file/1afd626b-6730-4cb6-92c1-3379e7944f66": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "af11e230", "indexed": false, @@ -984,7 +397,7 @@ "uuid": "5f87557b-8b9e-44e5-b3e5-f1a785530418", "version": "2018-10-24T23:42:23.363215Z" }, - { + "sequence_file/c8ed5871-28e6-42e2-8ccf-caa586a72c9e": { "content-type": "application/gzip; dcp-type=data", "crc32c": "0515f3b7", "indexed": false, @@ -996,7 +409,7 @@ "uuid": "e4232d09-11b1-44b6-a1d5-2049f2d2ef2e", "version": "2018-10-23T09:40:41.472595Z" }, - { + "sequence_file/6291c2e7-3cc4-4d87-9bf6-2d6f6b131628": { "content-type": "application/gzip; dcp-type=data", "crc32c": "e1a944cc", "indexed": false, @@ -1008,9 +421,9 @@ "uuid": "8194adce-71ef-45aa-af5a-468fc0f88c1c", "version": "2018-10-23T09:40:41.717604Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/75d0f208-d856-4e12-8916-a84f8f0e5338": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -1034,7 +447,7 @@ "update_date": "2018-10-16T08:05:10.918Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/4c2b6ea0-43eb-4e37-b973-f2bdbc724e92": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1069,7 +482,7 @@ "update_date": "2018-10-16T08:03:01.801Z" } }, - "donor_organism_0.json": { + "donor_organism/d919428e-d58b-4815-b36a-c9f186df6582": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -1115,7 +528,7 @@ "update_date": "2018-10-16T07:55:45.931Z" } }, - "analysis_file_0.json": { + "analysis_file/f5f82e76-173c-4f95-b25a-4ddc80bd1f86": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1128,7 +541,7 @@ "update_date": "2018-10-24T23:38:03.864Z" } }, - "analysis_file_1.json": { + "analysis_file/9b32ad49-e38d-458c-8976-668daa24c30e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1141,7 +554,7 @@ "update_date": "2018-10-24T23:38:00.840Z" } }, - "analysis_file_2.json": { + "analysis_file/479b4d96-b76b-41a7-9606-a523d701ce0c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1154,7 +567,7 @@ "update_date": "2018-10-24T23:38:03.845Z" } }, - "analysis_file_3.json": { + "analysis_file/f0b686e9-7a26-40f1-bdb2-58a1414d77eb": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1167,7 +580,7 @@ "update_date": "2018-10-24T23:38:00.814Z" } }, - "analysis_file_4.json": { + "analysis_file/30f8d79e-8a4d-4fd3-93af-b5346f16b640": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1180,7 +593,7 @@ "update_date": "2018-10-24T23:38:06.822Z" } }, - "analysis_file_5.json": { + "analysis_file/20a011f9-e862-413b-bf1c-b43f3c64b874": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1193,7 +606,7 @@ "update_date": "2018-10-24T23:38:15.806Z" } }, - "analysis_file_6.json": { + "analysis_file/c8caa0c3-7e78-40ac-a7f9-6219cbc2ee50": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1206,7 +619,7 @@ "update_date": "2018-10-24T23:38:15.858Z" } }, - "analysis_file_7.json": { + "analysis_file/bdea53d3-49a6-4f5c-8504-d74996fe0745": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1219,7 +632,7 @@ "update_date": "2018-10-24T23:38:18.850Z" } }, - "analysis_file_8.json": { + "analysis_file/0d27455f-d951-472a-849a-e234efca42d6": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1232,7 +645,7 @@ "update_date": "2018-10-24T23:38:18.846Z" } }, - "analysis_file_9.json": { + "analysis_file/2da7e3ba-23f5-4e81-9c36-5106b55bcdce": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1245,7 +658,7 @@ "update_date": "2018-10-24T23:38:21.766Z" } }, - "analysis_file_10.json": { + "analysis_file/8776d7ea-5e3e-49a0-bd97-a713e9a14f3e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1258,7 +671,7 @@ "update_date": "2018-10-24T23:38:21.780Z" } }, - "analysis_file_11.json": { + "analysis_file/4fb97024-86ac-4d01-907d-d9b3159cf4be": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1271,7 +684,7 @@ "update_date": "2018-10-24T23:38:21.799Z" } }, - "analysis_file_12.json": { + "analysis_file/e1982adb-80b9-4ea6-a616-9206b0846afd": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1284,7 +697,7 @@ "update_date": "2018-10-24T23:38:09.869Z" } }, - "analysis_file_13.json": { + "analysis_file/b9254ef6-3f3a-4259-8829-01a6006fe5e3": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1297,7 +710,7 @@ "update_date": "2018-10-24T23:37:57.772Z" } }, - "analysis_file_14.json": { + "analysis_file/4bdb540a-7189-490a-9823-0f5c67e146d4": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1310,7 +723,7 @@ "update_date": "2018-10-24T23:38:24.779Z" } }, - "analysis_file_15.json": { + "analysis_file/02e4b9e0-0750-4a21-8b18-46df9f7c86b5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1323,7 +736,7 @@ "update_date": "2018-10-24T23:38:12.830Z" } }, - "analysis_file_16.json": { + "analysis_file/55a4c327-4ca0-400d-88b9-91ccd89cad31": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1336,7 +749,7 @@ "update_date": "2018-10-24T23:38:15.830Z" } }, - "analysis_file_17.json": { + "analysis_file/dd5a65c4-23fc-40ba-8caf-37393a059e0f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1349,7 +762,7 @@ "update_date": "2018-10-24T23:38:57.743Z" } }, - "analysis_file_18.json": { + "analysis_file/bc051b66-16fd-49b0-aca7-d6b29c445f61": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1362,7 +775,7 @@ "update_date": "2018-10-24T23:39:00.737Z" } }, - "analysis_file_19.json": { + "analysis_file/b104083d-c607-4ad5-993e-e97632c9e4d9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1375,7 +788,7 @@ "update_date": "2018-10-24T23:39:00.737Z" } }, - "analysis_file_20.json": { + "analysis_file/b6576e30-18a2-412c-846d-377ad50cceed": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1388,7 +801,7 @@ "update_date": "2018-10-24T23:39:03.740Z" } }, - "analysis_file_21.json": { + "analysis_file/544245b6-180b-4765-b8d2-db9a07fd2790": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1401,7 +814,7 @@ "update_date": "2018-10-24T23:39:03.740Z" } }, - "analysis_file_22.json": { + "analysis_file/bdfc95f5-452d-45f0-a539-03e70be04d73": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1414,7 +827,7 @@ "update_date": "2018-10-24T23:39:03.739Z" } }, - "analysis_file_23.json": { + "analysis_file/46742270-3e39-45a2-99d6-50c2e1277045": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1427,7 +840,7 @@ "update_date": "2018-10-24T23:39:06.739Z" } }, - "analysis_file_24.json": { + "analysis_file/1251ee1c-3f6f-43ef-b540-c4a3f3461e78": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1440,7 +853,7 @@ "update_date": "2018-10-24T23:39:06.739Z" } }, - "analysis_file_25.json": { + "analysis_file/ad5a0217-3f5e-4293-bf4e-d56f55453dd5": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1453,7 +866,7 @@ "update_date": "2018-10-24T23:39:06.739Z" } }, - "analysis_file_26.json": { + "analysis_file/fc842ec4-3fdc-447c-82a3-b59584f6509f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1466,7 +879,7 @@ "update_date": "2018-10-24T23:39:09.742Z" } }, - "analysis_file_27.json": { + "analysis_file/858b76ef-bb5b-44e2-b6fa-09efd3430a98": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1479,7 +892,7 @@ "update_date": "2018-10-24T23:39:09.742Z" } }, - "analysis_file_28.json": { + "analysis_file/8c4c53c9-87a3-4f28-8c65-57090360a9dc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1492,7 +905,7 @@ "update_date": "2018-10-24T23:39:12.749Z" } }, - "analysis_file_29.json": { + "analysis_file/ec81ed84-ba61-4361-b611-c2ab3bf3f08e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1505,7 +918,7 @@ "update_date": "2018-10-24T23:39:15.746Z" } }, - "analysis_file_30.json": { + "analysis_file/51adec61-135c-4a93-b3d2-50019c0f58ad": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1518,7 +931,7 @@ "update_date": "2018-10-24T23:39:12.749Z" } }, - "analysis_file_31.json": { + "analysis_file/abfb543f-345d-4f01-8a3d-c9c02b87cd0b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1531,7 +944,7 @@ "update_date": "2018-10-24T23:39:15.742Z" } }, - "analysis_file_32.json": { + "analysis_file/1afd626b-6730-4cb6-92c1-3379e7944f66": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -1544,7 +957,7 @@ "update_date": "2018-10-24T23:39:15.743Z" } }, - "sequence_file_0.json": { + "sequence_file/c8ed5871-28e6-42e2-8ccf-caa586a72c9e": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1562,7 +975,7 @@ "update_date": "2018-10-16T08:27:47.326Z" } }, - "sequence_file_1.json": { + "sequence_file/6291c2e7-3cc4-4d87-9bf6-2d6f6b131628": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -1580,7 +993,7 @@ "update_date": "2018-10-16T08:27:48.388Z" } }, - "project_0.json": { + "project/08e7b6ba-5825-47e9-be2d-7978533c5f8c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.3/project", "schema_type": "project", "project_core": { @@ -1648,7 +1061,7 @@ "update_date": "2018-10-16T07:55:45.727Z" } }, - "analysis_protocol_0.json": { + "analysis_protocol/7770a568-a5e5-4767-8e85-69ac1574a190": { "computational_method": "SmartSeq2SingleCell", "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/analysis/8.0.3/analysis_protocol", "protocol_core": { @@ -1664,7 +1077,7 @@ "update_date": "2018-10-24T23:34:30.641Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/7faadd95-bcee-4627-8990-04b79cf617f9": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.3/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1692,7 +1105,7 @@ "update_date": "2018-10-16T07:54:00.211Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/dcf48263-da0f-4fb8-9af7-2cb0e3af5b09": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1712,7 +1125,7 @@ "update_date": "2018-10-16T07:54:00.089Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1733,7 +1146,7 @@ "update_date": "2018-10-16T07:54:00.103Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/d9fdfade-52d2-40df-b299-e9aa292ea120": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1751,7 +1164,7 @@ "update_date": "2018-10-16T07:54:00.229Z" } }, - "analysis_process_0.json": { + "analysis_process/1c1d9a13-1132-4f64-aaa9-86ecac56c9f0": { "analysis_run_type": "run", "describedBy": "http://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -2195,7 +1608,7 @@ "update_date": "2018-10-24T23:34:31.016Z" } }, - "process_0.json": { + "process/30031d43-a8ee-465a-b015-bfae1d762b67": { "process_core": { "process_id": "SRR3564445" }, @@ -2207,7 +1620,7 @@ "update_date": "2018-10-16T08:11:29.701Z" } }, - "process_1.json": { + "process/0c56f1fe-3ba6-4e09-9c91-ee1cdb97afdc": { "process_core": { "process_id": "process_id_2244" }, @@ -2219,7 +1632,7 @@ "update_date": "2018-10-16T08:08:03.389Z" } }, - "process_2.json": { + "process/4a1432a1-ae18-45f2-b574-9869b7242289": { "process_core": { "process_id": "process_id_8" }, @@ -2230,173 +1643,174 @@ "submission_date": "2018-10-16T07:53:53.709Z", "update_date": "2018-10-16T08:06:34.625Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", - "schema_type": "link_bundle", - "schema_version": "1.1.3", - "links": [ - { - "process": "1c1d9a13-1132-4f64-aaa9-86ecac56c9f0", - "inputs": [ - "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", - "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628" - ], - "input_type": "file", - "outputs": [ - "f5f82e76-173c-4f95-b25a-4ddc80bd1f86", - "9b32ad49-e38d-458c-8976-668daa24c30e", - "479b4d96-b76b-41a7-9606-a523d701ce0c", - "f0b686e9-7a26-40f1-bdb2-58a1414d77eb", - "30f8d79e-8a4d-4fd3-93af-b5346f16b640", - "20a011f9-e862-413b-bf1c-b43f3c64b874", - "c8caa0c3-7e78-40ac-a7f9-6219cbc2ee50", - "bdea53d3-49a6-4f5c-8504-d74996fe0745", - "0d27455f-d951-472a-849a-e234efca42d6", - "2da7e3ba-23f5-4e81-9c36-5106b55bcdce", - "8776d7ea-5e3e-49a0-bd97-a713e9a14f3e", - "4fb97024-86ac-4d01-907d-d9b3159cf4be", - "e1982adb-80b9-4ea6-a616-9206b0846afd", - "b9254ef6-3f3a-4259-8829-01a6006fe5e3", - "4bdb540a-7189-490a-9823-0f5c67e146d4", - "02e4b9e0-0750-4a21-8b18-46df9f7c86b5", - "55a4c327-4ca0-400d-88b9-91ccd89cad31", - "dd5a65c4-23fc-40ba-8caf-37393a059e0f", - "bc051b66-16fd-49b0-aca7-d6b29c445f61", - "b104083d-c607-4ad5-993e-e97632c9e4d9", - "b6576e30-18a2-412c-846d-377ad50cceed", - "544245b6-180b-4765-b8d2-db9a07fd2790", - "bdfc95f5-452d-45f0-a539-03e70be04d73", - "46742270-3e39-45a2-99d6-50c2e1277045", - "1251ee1c-3f6f-43ef-b540-c4a3f3461e78", - "ad5a0217-3f5e-4293-bf4e-d56f55453dd5", - "fc842ec4-3fdc-447c-82a3-b59584f6509f", - "858b76ef-bb5b-44e2-b6fa-09efd3430a98", - "8c4c53c9-87a3-4f28-8c65-57090360a9dc", - "ec81ed84-ba61-4361-b611-c2ab3bf3f08e", - "51adec61-135c-4a93-b3d2-50019c0f58ad", - "abfb543f-345d-4f01-8a3d-c9c02b87cd0b", - "1afd626b-6730-4cb6-92c1-3379e7944f66" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "7770a568-a5e5-4767-8e85-69ac1574a190" - } - ] - }, - { - "process": "30031d43-a8ee-465a-b015-bfae1d762b67", - "inputs": [ - "75d0f208-d856-4e12-8916-a84f8f0e5338" - ], - "input_type": "biomaterial", - "outputs": [ - "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", - "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" - } - ] - }, - { - "process": "0c56f1fe-3ba6-4e09-9c91-ee1cdb97afdc", - "inputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "input_type": "biomaterial", - "outputs": [ - "75d0f208-d856-4e12-8916-a84f8f0e5338" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" - } - ] - }, - { - "process": "4a1432a1-ae18-45f2-b574-9869b7242289", - "inputs": [ - "d919428e-d58b-4815-b36a-c9f186df6582" - ], - "input_type": "biomaterial", - "outputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "30031d43-a8ee-465a-b015-bfae1d762b67", - "inputs": [ - "75d0f208-d856-4e12-8916-a84f8f0e5338" - ], - "input_type": "biomaterial", - "outputs": [ - "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", - "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" - } - ] - }, - { - "process": "0c56f1fe-3ba6-4e09-9c91-ee1cdb97afdc", - "inputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "input_type": "biomaterial", - "outputs": [ - "75d0f208-d856-4e12-8916-a84f8f0e5338" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" - } - ] - }, - { - "process": "4a1432a1-ae18-45f2-b574-9869b7242289", - "inputs": [ - "d919428e-d58b-4815-b36a-c9f186df6582" - ], - "input_type": "biomaterial", - "outputs": [ - "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.3/links", + "schema_type": "link_bundle", + "schema_version": "1.1.3", + "links": [ + { + "process": "1c1d9a13-1132-4f64-aaa9-86ecac56c9f0", + "inputs": [ + "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", + "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628" + ], + "input_type": "file", + "outputs": [ + "f5f82e76-173c-4f95-b25a-4ddc80bd1f86", + "9b32ad49-e38d-458c-8976-668daa24c30e", + "479b4d96-b76b-41a7-9606-a523d701ce0c", + "f0b686e9-7a26-40f1-bdb2-58a1414d77eb", + "30f8d79e-8a4d-4fd3-93af-b5346f16b640", + "20a011f9-e862-413b-bf1c-b43f3c64b874", + "c8caa0c3-7e78-40ac-a7f9-6219cbc2ee50", + "bdea53d3-49a6-4f5c-8504-d74996fe0745", + "0d27455f-d951-472a-849a-e234efca42d6", + "2da7e3ba-23f5-4e81-9c36-5106b55bcdce", + "8776d7ea-5e3e-49a0-bd97-a713e9a14f3e", + "4fb97024-86ac-4d01-907d-d9b3159cf4be", + "e1982adb-80b9-4ea6-a616-9206b0846afd", + "b9254ef6-3f3a-4259-8829-01a6006fe5e3", + "4bdb540a-7189-490a-9823-0f5c67e146d4", + "02e4b9e0-0750-4a21-8b18-46df9f7c86b5", + "55a4c327-4ca0-400d-88b9-91ccd89cad31", + "dd5a65c4-23fc-40ba-8caf-37393a059e0f", + "bc051b66-16fd-49b0-aca7-d6b29c445f61", + "b104083d-c607-4ad5-993e-e97632c9e4d9", + "b6576e30-18a2-412c-846d-377ad50cceed", + "544245b6-180b-4765-b8d2-db9a07fd2790", + "bdfc95f5-452d-45f0-a539-03e70be04d73", + "46742270-3e39-45a2-99d6-50c2e1277045", + "1251ee1c-3f6f-43ef-b540-c4a3f3461e78", + "ad5a0217-3f5e-4293-bf4e-d56f55453dd5", + "fc842ec4-3fdc-447c-82a3-b59584f6509f", + "858b76ef-bb5b-44e2-b6fa-09efd3430a98", + "8c4c53c9-87a3-4f28-8c65-57090360a9dc", + "ec81ed84-ba61-4361-b611-c2ab3bf3f08e", + "51adec61-135c-4a93-b3d2-50019c0f58ad", + "abfb543f-345d-4f01-8a3d-c9c02b87cd0b", + "1afd626b-6730-4cb6-92c1-3379e7944f66" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "7770a568-a5e5-4767-8e85-69ac1574a190" + } + ] + }, + { + "process": "30031d43-a8ee-465a-b015-bfae1d762b67", + "inputs": [ + "75d0f208-d856-4e12-8916-a84f8f0e5338" + ], + "input_type": "biomaterial", + "outputs": [ + "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", + "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" + } + ] + }, + { + "process": "0c56f1fe-3ba6-4e09-9c91-ee1cdb97afdc", + "inputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "input_type": "biomaterial", + "outputs": [ + "75d0f208-d856-4e12-8916-a84f8f0e5338" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" + } + ] + }, + { + "process": "4a1432a1-ae18-45f2-b574-9869b7242289", + "inputs": [ + "d919428e-d58b-4815-b36a-c9f186df6582" + ], + "input_type": "biomaterial", + "outputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "30031d43-a8ee-465a-b015-bfae1d762b67", + "inputs": [ + "75d0f208-d856-4e12-8916-a84f8f0e5338" + ], + "input_type": "biomaterial", + "outputs": [ + "c8ed5871-28e6-42e2-8ccf-caa586a72c9e", + "6291c2e7-3cc4-4d87-9bf6-2d6f6b131628" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "7faadd95-bcee-4627-8990-04b79cf617f9" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "dcf48263-da0f-4fb8-9af7-2cb0e3af5b09" + } + ] + }, + { + "process": "0c56f1fe-3ba6-4e09-9c91-ee1cdb97afdc", + "inputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "input_type": "biomaterial", + "outputs": [ + "75d0f208-d856-4e12-8916-a84f8f0e5338" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "2f0c9a0e-bf38-4df9-ba9c-d3502b843e2b" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d9fdfade-52d2-40df-b299-e9aa292ea120" + } + ] + }, + { + "process": "4a1432a1-ae18-45f2-b574-9869b7242289", + "inputs": [ + "d919428e-d58b-4815-b36a-c9f186df6582" + ], + "input_type": "biomaterial", + "outputs": [ + "4c2b6ea0-43eb-4e37-b973-f2bdbc724e92" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/f0731ab4-6b80-4eed-97c9-4984de81a47c.dss.hca.json b/test/indexer/data/f0731ab4-6b80-4eed-97c9-4984de81a47c.dss.hca.json index 828c984234..2775f81c58 100644 --- a/test/indexer/data/f0731ab4-6b80-4eed-97c9-4984de81a47c.dss.hca.json +++ b/test/indexer/data/f0731ab4-6b80-4eed-97c9-4984de81a47c.dss.hca.json @@ -1,3618 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "eef1d942", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "d88e754760e2e9ca8001dfd6a7409efa", - "sha1": "b0e960d41639ab3b7f46e1af0530a866de8bc26c", - "sha256": "0ff1e93e13de4b014f38f9d71fb8c30ff947e2a60b002696830b588822b841c4", - "size": 1314, - "uuid": "13eab62e-0038-4997-aeab-aa3192cc090e", - "version": "2019-07-18T21:12:44.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "f0a5ea57", - "indexed": true, - "name": "cell_line_0.json", - "s3_etag": "7c954f10c45d6310d5c45f8d03b86c9d", - "sha1": "acb72b83dc626d18a62a5b5914df62505d15f0b2", - "sha256": "274d540fce9bf4ed8efcdb3665b99293f062a3e30fbee1ab894b49f89b94d529", - "size": 1245, - "uuid": "4ccd163e-a630-4ede-bc0c-336ba044b783", - "version": "2019-07-18T21:12:44.526000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ac20f478", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "b172926081d7d55e761726240fe6e112", - "sha1": "9244ba8e0e90c83de61fe80a3ca12783768ba5bb", - "sha256": "53293d143e8a6f0d9f94cba8a3247389e8dc525393b1e84ada6895c506b828e7", - "size": 1327, - "uuid": "92254a9e-3a14-4760-b229-d914f3e8973f", - "version": "2019-07-18T21:12:44.655000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "10abd857", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "e20a2d098ed8ad7959f651fdc4ae4e74", - "sha1": "0839ee5524dd894a5bfcbc4c9e2e63e90aff1b83", - "sha256": "6e3dd41acc63a7b85607ff2a11d4eac58b6887fe5d843417ea04a532b1aa3afd", - "size": 1699, - "uuid": "39d1a24f-1785-476d-9c04-065be917e3ff", - "version": "2019-07-18T21:12:44.591000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "657d84d9", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "1319f3fa7b2541603159d06a7882ba1e", - "sha1": "4f85bbd0d37668080ccd8d90ced49abd4aa232c9", - "sha256": "80ef1531ea0310b5529ed9a0aebee43fb3b7b5adc1cca0aae4f3678c1d6478ae", - "size": 415, - "uuid": "2afae9e4-be02-4d57-bc44-24931f71d54c", - "version": "2019-07-23T06:01:49.789000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c611188d", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "e0562968105000a811337f8d12f497a9", - "sha1": "93e203d5da311b842cd3e89e6afb217a3c1808e5", - "sha256": "fd7dad672b569cfd5daac8502387e04a81b4691b9e184d7934c57d504876d2bd", - "size": 406, - "uuid": "7a42f079-a318-4975-9d91-8f1e816531de", - "version": "2019-07-23T06:01:40.777000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5fe0c9a8", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "35b98d1d7e578bc77efae28624f013da", - "sha1": "530df645e738ea360720d77aa90041e5159830f2", - "sha256": "06eb6f6e284abada17ec61588b4c260c3a05d3e422670b7d0c5572084144ab24", - "size": 416, - "uuid": "aaaf3d7b-9602-4d74-aa6f-b429e1e8b8ef", - "version": "2019-07-23T06:01:46.778000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8046e68b", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "870f2b3c2a1da9d8b0b00f4455081eec", - "sha1": "1bc7c33d7643f367a7c903c4f479420aa4bb0ccf", - "sha256": "cddeb518df38f4f5cf4e9cf0c1f4ad98e0d27b7c3b469def15437c5f952b51d6", - "size": 416, - "uuid": "433f86ab-0a07-4f8c-ac18-b4dec37fa434", - "version": "2019-07-23T06:01:43.781000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e261480e", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "297a07ad265fc88360e15ec0db5de88d", - "sha1": "decb8b5247a607f3aead06a58e87a5e47d8d5918", - "sha256": "6d317cb19d292ffb9bd621d57344f7aae76a4d8158c70d618e033c49f3e031cb", - "size": 415, - "uuid": "5ec54ddd-c6d7-4ae6-a822-94720c7bdbd1", - "version": "2019-07-23T06:01:49.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3e85a9e6", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "80810ab1bb60689d3d5d4b50a2911970", - "sha1": "f525572f090bc7f2a5e9389cdefa8d300e4145d6", - "sha256": "633b3ff0a2bfe40ed4797ce69445a44144164e7f46e47cd6219517f1318a5468", - "size": 395, - "uuid": "b7890117-4733-4979-91ec-ba0208e088e9", - "version": "2019-07-23T06:04:25.799000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7c4c2064", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "2ca8acc528a7d202cdf258e97c212abb", - "sha1": "a873a16471beae7c9fefa80f6478fbcd6351afc3", - "sha256": "b19da45f527833b0d532f66c6065d83e423219926a39fd4341df21737fa8d833", - "size": 437, - "uuid": "5350b852-077e-43e3-885b-d1b37b3d7a6e", - "version": "2019-07-23T06:01:55.805000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53648b70", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "ed3093a7da9a5abe3394e85f244fdac4", - "sha1": "53205d0be913ec39bcbc92ce0260f7844883ba61", - "sha256": "445afa24df971a0f8afddcc467121f4c375a4d8693fc9349e1f3a2f315d3ab09", - "size": 438, - "uuid": "2c0bc0eb-739f-42ea-a5df-7d2943977fab", - "version": "2019-07-23T06:01:55.805000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5c24a971", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "ebdc64fbc3c91a67c248a307295cb07f", - "sha1": "09d0d265d806678de9db6a9f7c575e62d37f155d", - "sha256": "3194f2430d8b1bf5d42d297b3ab5ebbe9ffb3afa0ae10edc4c5fd65b55fd3737", - "size": 456, - "uuid": "93153632-bf8c-49bb-a283-00957c7f853c", - "version": "2019-07-23T06:01:58.777000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2f5fd200", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "b9e60d697c5e6574592746f8c9ab5c1a", - "sha1": "3074c87c6e60469eda7af071406912b23acb4915", - "sha256": "940f734fc5bff294f5f6b84bb62dca1fe969d734504e468258fc14e97c134b67", - "size": 464, - "uuid": "01d206e5-47b4-48dd-b823-74e62e2325d1", - "version": "2019-07-23T06:02:01.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "be4dff95", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "8ea37be5282a76a057faef4b80d8e016", - "sha1": "b44861b2ec9d066fa60e82596d4e52649a009bd0", - "sha256": "66bf319c9fcee9e792b0d4417c2ff772cf3a11bdf530076eb556b94e76f1db2b", - "size": 458, - "uuid": "752857d0-35f9-46fa-9888-fde25f21195b", - "version": "2019-07-23T06:02:01.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5427e27e", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "0cf1c93754b60d66100088e8411f282f", - "sha1": "b0ac2bfd395d7aaafe0465612be6ca430b9a90e5", - "sha256": "88ea26de76402de1e3ef33ad62d7207ef68c043529d70a6488960749c07146ee", - "size": 458, - "uuid": "ded3278c-98d4-43d1-81ce-5233f7123842", - "version": "2019-07-23T06:02:04.780000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c0aaf001", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "da9b89d89119fdfa1fdc7172f4bd0e44", - "sha1": "e14e7113bd1b3092fa1232d7139089679f431868", - "sha256": "4441d9a8210117d4462f9bef6688beadf48b756b35fe08720a683bd1cfc3fa8d", - "size": 459, - "uuid": "2e205f24-56cc-40ec-81b1-c17ebd0a5047", - "version": "2019-07-23T06:02:07.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "28ff2c6c", - "indexed": true, - "name": "analysis_file_13.json", - "s3_etag": "af792dbb31bbacd95ce09da89c5dab6f", - "sha1": "c856c2aa9fa276ad0c28f6e3a73889fdc3a87c44", - "sha256": "c1a5637511ee800a346bd8e963f087a5f74c4806e34d008e2fafc3abfd461fee", - "size": 459, - "uuid": "cc486886-d9a2-44e6-8bf3-84a84c035ff6", - "version": "2019-07-23T06:02:07.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "939eaf53", - "indexed": true, - "name": "analysis_file_14.json", - "s3_etag": "22af02c96f35131771da75f323f89bc8", - "sha1": "16fe57645f168a59ecd1319bf11cb2d7e648921e", - "sha256": "bfe3743bda8660429cf215af590375a7d9830dd810fe7452f538d6e6f4bfb97c", - "size": 459, - "uuid": "20ac4de0-bb12-4f99-9e54-bd6f284c741a", - "version": "2019-07-23T06:02:10.780000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "537fd439", - "indexed": true, - "name": "analysis_file_15.json", - "s3_etag": "cbdf266daa32817c8fa2aa86c7c2e4f7", - "sha1": "8e6691a16b4a567d091c87e9dd243256c20694f4", - "sha256": "a690459dfa8cfa90a03bd2e11bd0150cb8bf7fd86aff39940fbf4c73b1664ec1", - "size": 459, - "uuid": "d6ccfc37-bccb-463f-bd96-53accf9b5803", - "version": "2019-07-23T06:02:13.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a7b9f46d", - "indexed": true, - "name": "analysis_file_16.json", - "s3_etag": "ac36b6c79a97209e24da4a58d407dfe6", - "sha1": "50b3ff8dd649dc581971d0093166f7ecf81b811c", - "sha256": "65191a2f223b74a33ef8d9abc87a2ab5b69d9361e17f51c110c592102c1087eb", - "size": 459, - "uuid": "12c88fdb-2350-498c-a51c-6f93fad50621", - "version": "2019-07-23T06:02:13.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0f60f646", - "indexed": true, - "name": "analysis_file_17.json", - "s3_etag": "09b24feec25341d798b7a7a2e5fbb976", - "sha1": "f372097824e1bd4f63fda63f858b2ea1ade50b74", - "sha256": "6773142de2628f7f372fe8f3a528cd435cfc896738fcf187167bc83bffb33d44", - "size": 459, - "uuid": "bf4431ba-80da-468c-852b-7dbe008519f6", - "version": "2019-07-23T06:02:16.783000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4bb46863", - "indexed": true, - "name": "analysis_file_18.json", - "s3_etag": "a9ebff5e74e9e3b5f00aca11a610e2e5", - "sha1": "8377cd72e30595e6fab8b04eae83fb4f514adf63", - "sha256": "cfa402fcb337888af795d7685db2a836a9feaedfa4d825a07a7c2588dd847efb", - "size": 459, - "uuid": "4018b8da-201c-423b-a26a-737549674742", - "version": "2019-07-23T06:02:19.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "08e3e29f", - "indexed": true, - "name": "analysis_file_19.json", - "s3_etag": "71bf538e7e182adc85f59a22aa3d9adc", - "sha1": "73de0ccdc18291390a451e30efebdb00685c6b78", - "sha256": "96ddf4cbdacd9a389d590527ee9b4fc63337342331851789c6f9151d5bdbb134", - "size": 459, - "uuid": "8be955e9-eb4e-4834-8576-0fd7ba1c672d", - "version": "2019-07-23T06:02:19.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76fa49fa", - "indexed": true, - "name": "analysis_file_20.json", - "s3_etag": "e9215f54995c7a93cd268e1ed98107bd", - "sha1": "1cd7ab7fb5f29ddfd37c7805b45d5321b6158442", - "sha256": "06c0add649cc681ab0ee9efe1c05df3e0a34dd532633c949e4623e1ac340491e", - "size": 459, - "uuid": "291bc053-766d-4b04-aa69-53a7d6a05366", - "version": "2019-07-23T06:02:22.785000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4a3a44ec", - "indexed": true, - "name": "analysis_file_21.json", - "s3_etag": "57817ef08556b55dd4cc61b3c817b539", - "sha1": "932c9b6b4a99041bc44da6c7183633b20255cc2f", - "sha256": "c87d0c18348b8ad048c0b2d25387eeb414d73f00dd407f97e0444cd8475fb2e2", - "size": 459, - "uuid": "80b4596c-4047-40f7-8e90-d7ba13c3aba4", - "version": "2019-07-23T06:02:25.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7ab8942a", - "indexed": true, - "name": "analysis_file_22.json", - "s3_etag": "065e74d09d76d70b295e77cf8c963a36", - "sha1": "6159787ca4039a1da0c033f7ea3e479cfce5aa76", - "sha256": "c6b94e730b2e4066a29fe041a5417493e15b715bee5443a9d4c00bf331bae8f0", - "size": 458, - "uuid": "bd8f069d-1b75-4f7d-b10a-55efe37e4625", - "version": "2019-07-23T06:02:25.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7f86d3a0", - "indexed": true, - "name": "analysis_file_23.json", - "s3_etag": "afea7773eda248f75ebabf9e8ff64778", - "sha1": "ca603ba5c672499aec9cf73f28ece0959cbe723e", - "sha256": "e5565ec30fd99e7c5e9d2d354eb006b0cb8a2caefc9024fc6263d650f7c9a6cd", - "size": 459, - "uuid": "287203a8-b15c-4fc9-ade7-4bfa9b4928e7", - "version": "2019-07-23T06:02:28.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b4007018", - "indexed": true, - "name": "analysis_file_24.json", - "s3_etag": "6dbc4fcc1dbaa35fc43b98b4e73977aa", - "sha1": "729d69489476cc2df90db65d4b8ba56906420851", - "sha256": "2a4f0a71e7c2d44e458411732d5e5e840d3f2ec75eefbf136f67b394f3da5ce9", - "size": 459, - "uuid": "3574966b-2810-45e2-8a1f-bb20a183d9c2", - "version": "2019-07-23T06:02:31.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2fca331a", - "indexed": true, - "name": "analysis_file_25.json", - "s3_etag": "94073cc6550631f4abe4229edec5643f", - "sha1": "e292565d150073412f61f334ce3de4f89ebed987", - "sha256": "56b5b46f4dd98ac89ba675270d4da9157f42cf4679dc4d4d3499fff0e0636a13", - "size": 459, - "uuid": "5a2aa294-f923-4331-98c0-e9556263252e", - "version": "2019-07-23T06:02:31.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b42da3cd", - "indexed": true, - "name": "analysis_file_26.json", - "s3_etag": "f78301f2a524f7a58623826694c09e2c", - "sha1": "62eae5db368e30b151a01bb128cef7c14c3874f1", - "sha256": "1d70698e907dea37730c791cd4678dc4534f0938e9acb452be3001feaaca0a16", - "size": 459, - "uuid": "1e84fd86-6cd6-4533-8b48-cd314820e9a9", - "version": "2019-07-23T06:02:34.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ff23ff64", - "indexed": true, - "name": "analysis_file_27.json", - "s3_etag": "dfeb272f4981588d7c0dc0f4ea576462", - "sha1": "f788b24b875d8b9730b775c2ff505c1ed4325a80", - "sha256": "e2a6534849dcd86a7dd214e7d3e9c023a38359422a115bb8f02b34c8225fb56b", - "size": 459, - "uuid": "058de439-51f8-47d4-8e63-c98ea902e527", - "version": "2019-07-23T06:02:34.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d689de7", - "indexed": true, - "name": "analysis_file_28.json", - "s3_etag": "a84e63a26e46a7ec0166f0305c617757", - "sha1": "a9443a490c5b52a3af2b9324f73481e8c5d62a34", - "sha256": "fffce6228bc5e6cb8b6a450bde36ff5d17681e47fcd841e4625cdafaf32fe07d", - "size": 459, - "uuid": "f7ab60fb-4ffb-43d5-8ce3-1ce6559d97b5", - "version": "2019-07-23T06:02:40.781000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d258a13a", - "indexed": true, - "name": "analysis_file_29.json", - "s3_etag": "db57a7e71096d79eeefe89c7fcd3222d", - "sha1": "27c99aeedb6e4b07c28c52fea1d9fde132cae642", - "sha256": "4704e121089a76cd4ff22f525a19bed6e67f8baefe4db3ad7d3466c803993efd", - "size": 459, - "uuid": "f42e5e79-a8a9-425d-a4bb-b1e3b166f3d4", - "version": "2019-07-23T06:02:43.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "467bacc5", - "indexed": true, - "name": "analysis_file_30.json", - "s3_etag": "13bf387df84cdb2a7ef1126cbe8d4aa6", - "sha1": "ca4327043bf7e8a15ad4f43dde7f665ef1eed296", - "sha256": "26f901c8294959d3baea69e957ce971cf2ff0bf96792f882bdcfd748666b9920", - "size": 459, - "uuid": "2c0a6b30-a4f7-4edf-86b3-bf344e895893", - "version": "2019-07-23T06:02:43.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b16d8276", - "indexed": true, - "name": "analysis_file_31.json", - "s3_etag": "41772c10c95eb25fb7f180fda4e94634", - "sha1": "4e4e559f76588be0c3ca98f934a9fb2046f9c546", - "sha256": "6e75c7f758d7edb8f9b57d63a4cbef0a586301c02ed360608c755262d9885fa7", - "size": 459, - "uuid": "80224b34-0cab-4b02-95db-99573c3aaf4d", - "version": "2019-07-23T06:02:46.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9092d404", - "indexed": true, - "name": "analysis_file_32.json", - "s3_etag": "60d3776511262beab593081dff7abcd9", - "sha1": "dab60dc63c616bce3d1a8042c3a3fa67690e08be", - "sha256": "2ee47c91702dfbdc4d5f5fa0c73f4828ca3e23c7096d2ae7057ec22fea5e579b", - "size": 459, - "uuid": "48ca6e39-74f8-458e-8233-7e310a873f1d", - "version": "2019-07-23T06:02:49.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f03d608c", - "indexed": true, - "name": "analysis_file_33.json", - "s3_etag": "9938816c516c7d7a71cfa82c29a1ea64", - "sha1": "bcc1105db88e84cd7411e1c95e5ec8534e16bf27", - "sha256": "b25cb02cf795d34b0f0c3b13b6637575463e10037f7c3617cf8ad44c17fd2b4a", - "size": 458, - "uuid": "0e722000-9c5a-409e-b113-6f1382317a61", - "version": "2019-07-23T06:02:49.789000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f222843a", - "indexed": true, - "name": "analysis_file_34.json", - "s3_etag": "21a6684a1eb8f5476fe3668ab3f8e70c", - "sha1": "04b4e5630cf20d6643547c526289c0e08d544576", - "sha256": "7b739f06694f102cb424613325286fcf8f8e58f9f3635cbaa62e48cc8b4fdd64", - "size": 459, - "uuid": "b4038c93-a07c-4573-8d5a-0428fb766db0", - "version": "2019-07-23T06:02:52.782000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e6e5a6ec", - "indexed": true, - "name": "analysis_file_35.json", - "s3_etag": "64fb05af87bbbe1d193b39df8bf45510", - "sha1": "5c44d244ab63de1c27ae003eb77e869ff13c19d1", - "sha256": "3b04e8e6766516a3fd464e7999d1b9ae802088eefd5434d143d3c56081ab3ade", - "size": 459, - "uuid": "c847ae70-af73-4294-bbdc-b0ac1f10fcc3", - "version": "2019-07-23T06:02:55.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f1443598", - "indexed": true, - "name": "analysis_file_36.json", - "s3_etag": "329f85a650ae5a80c98ce8586203baaf", - "sha1": "bbf4ecde6f38851756ccc64cdfbac9103b89aee3", - "sha256": "0d316362a62de532ab876b98687da18c8d890f139af0ea0ae4e27f40f89b8711", - "size": 459, - "uuid": "0074fd7c-1c4a-45bb-9a3e-f27f4d66d9d8", - "version": "2019-07-23T06:02:55.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6a949406", - "indexed": true, - "name": "analysis_file_37.json", - "s3_etag": "7ade177d52513feefd50edf5bb72935a", - "sha1": "6bd82ac761e0ed8a1050193ae8c800ec6b66be34", - "sha256": "953883db8813c59d7a6d047034f7471254220f293df896f32b4066aa52583deb", - "size": 459, - "uuid": "fb66bdf7-df50-4ef1-8c11-e643afc4e1a2", - "version": "2019-07-23T06:02:58.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6ff37e5c", - "indexed": true, - "name": "analysis_file_38.json", - "s3_etag": "e36b8b556a6458b94d0b09276c8fb01f", - "sha1": "9cfe44c8162f558d83ece745e00b66f7dae28a53", - "sha256": "c407c3702772f8aa4c15c1bbaa1b8b85899b98584969ca613abd01522d0bc051", - "size": 459, - "uuid": "981391eb-6ed5-4f38-8b50-99c49db205dc", - "version": "2019-07-23T06:02:58.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "68aefa78", - "indexed": true, - "name": "analysis_file_39.json", - "s3_etag": "9a66a32ede40ae28dd354a455bfa42cc", - "sha1": "f7fb4eb2593376f93a0f01de53aba6fca34bef1f", - "sha256": "a7f4952803551620b376952972d2a6f08e11ba70ecfe0b59c03a1ed614e05ebd", - "size": 455, - "uuid": "7f9e2c6c-abfa-46f6-84bf-c7957c2e25b5", - "version": "2019-07-23T06:03:01.786000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cfb1d899", - "indexed": true, - "name": "analysis_file_40.json", - "s3_etag": "7aec424043867742c81970ddb4c16f3c", - "sha1": "d2c03c4a6683433316d2830717ffddced16e11a0", - "sha256": "ee8cc7c064c9ef165bd01fa32c10e815641be184bc2cbe2371e9f32da59a2a38", - "size": 458, - "uuid": "182fa5c6-b762-414d-8117-d1b7fd6b554a", - "version": "2019-07-23T06:03:04.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "218b41d5", - "indexed": true, - "name": "analysis_file_41.json", - "s3_etag": "9de37a76a85bb9c830eb4f7259ad343b", - "sha1": "705580b5e4a2340b292a45d938464182c50fcdba", - "sha256": "dd441bd3ee4d50a504ac508708ba4725985ad8eec8424e87809880942f5830a6", - "size": 458, - "uuid": "00689444-5c04-4d33-bc48-bf9412382086", - "version": "2019-07-23T06:03:04.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ed0f9475", - "indexed": true, - "name": "analysis_file_42.json", - "s3_etag": "f3538356f3c9f4efdf873656f1e31d09", - "sha1": "c67a6c6792b035fa23c00fd596caf8dedff38cce", - "sha256": "c41105e0236feffe4e912fa880adc35ff4841e4f3b66e9d74671cceefa4e247d", - "size": 458, - "uuid": "80168b45-6e50-4385-902a-b9da569f272b", - "version": "2019-07-23T06:03:07.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "82605348", - "indexed": true, - "name": "analysis_file_43.json", - "s3_etag": "736a6a05756d1651f3b5ebc21a787928", - "sha1": "5c3e4e37e902adadffdc06a76e197cea57ccfd62", - "sha256": "fec65f4042d41b379588ebd8900a3a85da6bc08e309d632588aafa444ea55b7d", - "size": 458, - "uuid": "63731ed9-61dd-4e32-9696-89b7c4778819", - "version": "2019-07-23T06:03:10.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d460c3ea", - "indexed": true, - "name": "analysis_file_44.json", - "s3_etag": "6d61e1cbfb4a8c4a13869129e2add4cc", - "sha1": "3b17997524bdb5944768a0e0bdb127232b477332", - "sha256": "d5b0fcdc5c774aa2807b6dc2656e6cc90ad111cf899326dfa6bf70fa5d598b3e", - "size": 458, - "uuid": "cd4c3355-1e7f-4e6f-989b-b067bcd257d9", - "version": "2019-07-23T06:03:10.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "da1a3cea", - "indexed": true, - "name": "analysis_file_45.json", - "s3_etag": "f4c22256dff798b39810c9c562e1cb10", - "sha1": "4f0437d1b86ccc1114138a7e1f300fcf6b7f67b6", - "sha256": "8f5015602a9a93c85a47118ca925f8c50298f924d991b9bb59616db50a707326", - "size": 458, - "uuid": "12499e08-3eda-42f6-97f1-bb5e6d6b2dc4", - "version": "2019-07-23T06:03:13.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "551f7c82", - "indexed": true, - "name": "analysis_file_46.json", - "s3_etag": "ef702cce4e509c943bcd4b4e503e0d4f", - "sha1": "1b50dcfdaa0fd7a208353394adf2a0b1230ca331", - "sha256": "56ce386725190e02d7d86cddd9de7e6c05667c019eabc8dd8bac0bfc4fe6395f", - "size": 478, - "uuid": "d0247302-2653-423d-9945-b160f29a6658", - "version": "2019-07-23T06:03:13.793000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "183d806c", - "indexed": true, - "name": "analysis_file_47.json", - "s3_etag": "8ebae8cc8d5c6cbdab6b7e293fd00393", - "sha1": "fffddda57512d4665efc0384d850667865607a8a", - "sha256": "143b7991a0b4c1a7bf9a03839c30c3f9ce0a29012309811cdcb3c732d6fdca76", - "size": 474, - "uuid": "fe8110a2-8616-4bdd-a867-b44612f7904f", - "version": "2019-07-23T06:03:19.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bb234d0c", - "indexed": true, - "name": "analysis_file_48.json", - "s3_etag": "07cfa688a59a77d294e8d0acf4aea506", - "sha1": "fe9506fe54761602a43eace70983b799861901bd", - "sha256": "fb2411cd75f26bab76cc1712e4e1c3888f6d8d45f015cbf185cfdeccc9ff2115", - "size": 483, - "uuid": "a3c971eb-dd56-4dcd-adb1-530ac7fefca2", - "version": "2019-07-23T06:03:19.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "85ac67ba", - "indexed": true, - "name": "analysis_file_49.json", - "s3_etag": "431a1fe8e589ebda5309356ba85901e7", - "sha1": "30f9fb253205eeb4323f45dc77efb687941a6c75", - "sha256": "6ffe09974ade648ae54441bc198656fc9f000a05dec7235db19dfb55a10070a6", - "size": 477, - "uuid": "ea51d2fb-3e38-45b4-b547-683068565fb4", - "version": "2019-07-23T06:03:22.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4166152a", - "indexed": true, - "name": "analysis_file_50.json", - "s3_etag": "1b942e28f91b3151654ebbc66716eef8", - "sha1": "1c2b934c1d9e338bb4b1ca6c9883891e547cb1d4", - "sha256": "5ccd7a5ceeab76bfb58d3005d83b8b2a534ba62e48b5e01a6fb1df0d999ce8fd", - "size": 467, - "uuid": "742d8919-182d-4c87-a15d-8857616e9e6a", - "version": "2019-07-23T06:03:25.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b588d59f", - "indexed": true, - "name": "analysis_file_51.json", - "s3_etag": "4a9dd1a4d1c35b3ed00cdd5739aeddeb", - "sha1": "8d22a132d4fbae77d97006cdcbbe656b01793afb", - "sha256": "d0e41a690af5d37038d2cd987d44264500842583b50da328dc6c636dff67d547", - "size": 463, - "uuid": "05d16edd-0757-4497-804a-2d540f280f5f", - "version": "2019-07-23T06:03:25.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e727c893", - "indexed": true, - "name": "analysis_file_52.json", - "s3_etag": "d69bff6ba43cd8b8d6e19a5f35e09b0d", - "sha1": "15435c65dfa195cff26982e6c46f7107172d60ba", - "sha256": "a83983f6cf21e1814b39ce347eb0e29b8fe1b94e11900a6680fef47f16e25123", - "size": 463, - "uuid": "e8876fea-5529-4e3c-8a1f-6cd0351d95fc", - "version": "2019-07-23T06:03:28.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "58cad080", - "indexed": true, - "name": "analysis_file_53.json", - "s3_etag": "7b5e6dbd3416aa74663bd741e6f3a44e", - "sha1": "9c843f6d7248285f3bd921ea74f5553a1ec6e707", - "sha256": "815ad56de1d3574e5b95f51beede74c599c4878d80c74e52fa28e26f3ba29ebc", - "size": 463, - "uuid": "97c23453-969b-4603-8118-6dfed4c48f67", - "version": "2019-07-23T06:03:31.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "38d2f4a8", - "indexed": true, - "name": "analysis_file_54.json", - "s3_etag": "c8f86d068adfd4b6d58deb0c4d10df64", - "sha1": "ab765728225c8adfe6768bbbe643c4981ddf8724", - "sha256": "9cec46b001c1b247155657bd156fd261cd54c107dbe0f278e92427ebebcc5bb2", - "size": 463, - "uuid": "4687994b-b705-4e73-be71-45d6269e952e", - "version": "2019-07-23T06:03:31.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "39136282", - "indexed": true, - "name": "analysis_file_55.json", - "s3_etag": "59d75aca572d4b2f8179b26ef8985f4e", - "sha1": "85a36acf4565df78bc7ba164865a2192473e268c", - "sha256": "d36cd38ec23bc18855c3204818b4efc462af8d97082c6caae5130e47d13c1c00", - "size": 463, - "uuid": "90ee27d0-46f5-4d79-9e89-708f0f969856", - "version": "2019-07-23T06:03:34.791000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "af9881b3", - "indexed": true, - "name": "analysis_file_56.json", - "s3_etag": "2894f746ab3b3a7fc3a0b3b82bc59389", - "sha1": "4510073c1b633debf71822b3095ec93d3d79f50e", - "sha256": "1231b62e48aadbf2fd5eef02bcd0695db7bd300dfbfa26377f5d608a33e87557", - "size": 463, - "uuid": "50752731-16ef-4a55-a849-e3cbf749ce0e", - "version": "2019-07-23T06:03:37.791000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ee8ce395", - "indexed": true, - "name": "analysis_file_57.json", - "s3_etag": "13e1980b7455b6c2b75e93112a5c49df", - "sha1": "44b44d95ca5d27bfeb197f4b98d8538ed200ee48", - "sha256": "0d295163f9a7397b368fa7e8305e1cf9a2ea9186a035dd5dea4c7a1a6c36929d", - "size": 463, - "uuid": "4e1db8fa-f50b-417d-a047-345bba0e64cf", - "version": "2019-07-23T06:03:40.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ae903ac5", - "indexed": true, - "name": "analysis_file_58.json", - "s3_etag": "40e2035defc45f9e5d9bd51e71ec5ada", - "sha1": "79dd8e385651171037603dcd83af92e4ec0b05ce", - "sha256": "02cd9c37f83a63561e9019e525d216b6243fe135d6eca913ba7d82297133a877", - "size": 463, - "uuid": "031e23ee-5241-4246-b832-aaee8f0f32d8", - "version": "2019-07-23T06:03:43.787000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "477a3a4f", - "indexed": true, - "name": "analysis_file_59.json", - "s3_etag": "c197b0b12e513363bb16d48813399e72", - "sha1": "b32571e1c47133bab5b52863fd63acbe12d3755f", - "sha256": "91b953f353b674fcd7912b105dee8ba87d937909ec6d00fbfdc61b5861504cd9", - "size": 463, - "uuid": "0270628f-f67b-4505-96b2-c994d6c159ef", - "version": "2019-07-23T06:03:46.790000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a566273a", - "indexed": true, - "name": "analysis_file_60.json", - "s3_etag": "0e3c3293e366bf39571f56f89c7e3aa5", - "sha1": "8745793eb2e92dcc7533aae10908803589d6919f", - "sha256": "7180faa3706338a08775a2b62eaeca8e1d47723925cc151dbdc6e76936057fd0", - "size": 463, - "uuid": "345c650f-6d32-45e6-b8a3-2aab65feb7b5", - "version": "2019-07-23T06:03:49.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f03c9e4e", - "indexed": true, - "name": "analysis_file_61.json", - "s3_etag": "cbe763fdceee6e00a42cc31187ade7df", - "sha1": "b6f29b9b17d63933c625dfb46653f0fc36df8030", - "sha256": "abd45d22b704cc5a5f521fffe367fefd929b0e7a0973a5e941c8bb1451a26037", - "size": 463, - "uuid": "0eda79f2-acc0-429e-8e95-0d85a2c64cc7", - "version": "2019-07-23T06:03:49.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d307301e", - "indexed": true, - "name": "analysis_file_62.json", - "s3_etag": "d493eed4e47cc0aefebe56b6cc8ca9bc", - "sha1": "ed9f6bc084a3de3340081044e9fe4faac2e9fa46", - "sha256": "a0c65e920d67e3b853c83e554a2529b95491fbb60c067e97cd34da07b2c04e15", - "size": 463, - "uuid": "d4971e90-dc72-4f56-a7f4-b1dc674c34af", - "version": "2019-07-23T06:03:52.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c2dadc3c", - "indexed": true, - "name": "analysis_file_63.json", - "s3_etag": "6ac4e6c2260b699c1271e825f2e9237c", - "sha1": "722287389ca9e08e8d2016660cf42bc4161ce461", - "sha256": "a8b68131cee83b96af490c15b7480aa0c2321f7aa27c79a277029334deb35470", - "size": 464, - "uuid": "d333e0a8-0428-498b-956a-8fac862fe90f", - "version": "2019-07-23T06:03:55.788000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3e98d308", - "indexed": true, - "name": "analysis_file_64.json", - "s3_etag": "6c30601dee59cdedeaea3e4f5568f05f", - "sha1": "f0f426d8c32d6998d3e2e1c28515d9d4169c24ed", - "sha256": "69557cf783e0843b252d27f4796c3c04f59b4aa868e7e239af7a789eb6a9dd42", - "size": 464, - "uuid": "d044293c-91ae-469f-bcbd-482bb28936b7", - "version": "2019-07-23T06:03:58.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c0e7263b", - "indexed": true, - "name": "analysis_file_65.json", - "s3_etag": "20e96e393bd8dc0f0f17bc715c78c3bb", - "sha1": "705268814f9b52bb4726808f6da2e8d492034619", - "sha256": "1fcddd23224cb61f22c4011a8d2e0cb3725292e1d5a96c510bb0f28da9fecbbb", - "size": 464, - "uuid": "bfdc0ca0-8496-470f-a530-366d64724913", - "version": "2019-07-23T06:03:58.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ea9d80b5", - "indexed": true, - "name": "analysis_file_66.json", - "s3_etag": "5e490a16b85e249794d034ba951e7d12", - "sha1": "96d10a2af2a9a4730a339efe46fbf25c8cdabfd7", - "sha256": "0b1c153730036ea0e45602d2f738ce533079dea509452995f8597dc43e0bb4ce", - "size": 464, - "uuid": "652a99d4-6f59-452e-8bf3-b506baf5c68e", - "version": "2019-07-23T06:04:01.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6d7c41d3", - "indexed": true, - "name": "analysis_file_67.json", - "s3_etag": "86cbe6bfba078f668f242b11b3311a40", - "sha1": "8973736c8650a2ebe25248f3175f8755062b3941", - "sha256": "9255e661a2980cd604b08c4b60b3dccf53b542b6cf042b174f375838ef6b8328", - "size": 464, - "uuid": "68b5d945-61e4-420c-8cda-95b13bb445b0", - "version": "2019-07-23T06:04:01.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3d01e3c5", - "indexed": true, - "name": "analysis_file_68.json", - "s3_etag": "78061e4f2299582588b9f7847ea172b0", - "sha1": "267aeef4f24d1ff9d6a12776f2fe6364de5bbec9", - "sha256": "2f3c7e370e5687d9f5abb8200cd50d51ba875dcafee13220aa48cd909ded5090", - "size": 464, - "uuid": "780ff7bd-0956-4463-b62d-8044d7c17d32", - "version": "2019-07-23T06:04:04.789000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "91a2e2f0", - "indexed": true, - "name": "analysis_file_69.json", - "s3_etag": "fd5f27890ce6265962ed7a310da5c48a", - "sha1": "9fc1010cd8a134a9b47025fb988e958365269396", - "sha256": "88053b85afb77b270ec9ca27715945e39bb6b1b0c4fc58d2be2e9dc65bc4b49e", - "size": 464, - "uuid": "83934dc7-4fb2-4008-b271-21e5312b12cf", - "version": "2019-07-23T06:04:07.798000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "05d3dd94", - "indexed": true, - "name": "analysis_file_70.json", - "s3_etag": "0a4d631ce77a6a3feb3718a599017b2e", - "sha1": "58e957deaed6149c0d0b92b80a4f841164057eee", - "sha256": "9e9dab4e4468d1e0e40bcb3b64ca9618393d37b315a3e54e3c4a34075488aab6", - "size": 464, - "uuid": "4fa32ba3-795d-4e12-9f49-a74b0646117c", - "version": "2019-07-23T06:04:07.798000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "581cd1e0", - "indexed": true, - "name": "analysis_file_71.json", - "s3_etag": "5f0522f9a8d893388e15b7c971738b41", - "sha1": "4a99e5f33548f3fc7663f040e74d506b60520a54", - "sha256": "113fe6b99f9251a929f70ecfd58af7c34adc2b9d8678b84833ffb9bc20660bc8", - "size": 464, - "uuid": "7820661d-0fb0-429d-b05e-60391c966b4c", - "version": "2019-07-23T06:04:10.791000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c9f22cfc", - "indexed": true, - "name": "analysis_file_72.json", - "s3_etag": "3bf2661c351b9925eeaa67e3b7a0a5f0", - "sha1": "8750098e041b2423862ff819ece5f1b32aa8689f", - "sha256": "817e2daab5f0a21c5ca2941e5ffad1524a43a34a32bcedca4a8620cd3e8870e8", - "size": 464, - "uuid": "20f93fc9-6279-4957-89a5-2f95eb2e5eba", - "version": "2019-07-23T06:04:13.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1460236b", - "indexed": true, - "name": "analysis_file_73.json", - "s3_etag": "7659bdcbf5b2ca455be9452756c8039c", - "sha1": "c9b63a6531ab99183b1cce3c058ba5552be96a5d", - "sha256": "36b8dd9f0583028d9eb6d34a7ab324031acfb331a6f39191c3a449bf404d3529", - "size": 464, - "uuid": "caaa5c54-76db-4276-8e3e-11678dc67d38", - "version": "2019-07-23T06:04:16.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f28a7a86", - "indexed": true, - "name": "analysis_file_74.json", - "s3_etag": "c06c1b0fb28e347edb211deb9dab7d45", - "sha1": "f00f457f33f66c8e25de22884afdf5c6c10b48b2", - "sha256": "4c14f5416b3b6c02f72ed116423a6f5a504bdf09084842cb16612b192ae85ef0", - "size": 464, - "uuid": "105acdb5-4534-4d5d-aecd-ba39c0af7516", - "version": "2019-07-23T06:04:16.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fc733eff", - "indexed": true, - "name": "analysis_file_75.json", - "s3_etag": "7c8dcc3fdd46237cbd8a8b753b6ae903", - "sha1": "c4d8441baebcc352e92a1a1a014146cfbffdd455", - "sha256": "4a17ad5128277bb88ea4a02288cb94114f48f37ff6d966f126220fd6f56c5073", - "size": 464, - "uuid": "2eef66ef-69be-4756-9314-38f26e642e9e", - "version": "2019-07-23T06:04:19.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9c63f904", - "indexed": true, - "name": "analysis_file_76.json", - "s3_etag": "a51173eca884cf5dbf95db806622ef37", - "sha1": "038956c7b333d91ce58d05ab148c24fa24683777", - "sha256": "1896da4e650f6772e14fd40124413822849877647d8a2c27e64c82b901473c25", - "size": 464, - "uuid": "0fb81d85-3fb8-4f37-9e34-11711bf73ee8", - "version": "2019-07-23T06:04:22.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "129fbf57", - "indexed": true, - "name": "analysis_file_77.json", - "s3_etag": "70bd61b1807d321aa798ab6e5710eca6", - "sha1": "3bae48db9f74cb808efc45d7685d9706814ba7fb", - "sha256": "08aa26d1b5389c82317e2b0da1bce54b5523bd014e23e42a2ab3b7b1be1832ef", - "size": 464, - "uuid": "a3ea4aa6-ebea-4666-a593-1287d2542ec9", - "version": "2019-07-23T06:04:22.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ff9253db", - "indexed": true, - "name": "analysis_file_78.json", - "s3_etag": "f746b174aa2a935bb7a228a796f0cd09", - "sha1": "970c3e000f3508f887d48c2082587fdd656cb71f", - "sha256": "edd20de477fa9b30e248b6cb3988ae2b7490047f8b3c79c6ba7051f0149d26e7", - "size": 464, - "uuid": "183032e5-8166-48ec-8788-6d5e995495f4", - "version": "2019-07-23T06:04:25.799000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c424a7e9", - "indexed": true, - "name": "analysis_file_79.json", - "s3_etag": "8664eaab9afd679c6ae2b066f521e226", - "sha1": "226c0d2977a45dfdd952ad6b6bd65e91fc58b8fc", - "sha256": "2a2562a17a1386ee02624e1cdc770540bd4471b930040643c987bc411f53e257", - "size": 464, - "uuid": "70a6e1d8-b5f6-43e9-b3a2-d48b3bc1c0d3", - "version": "2019-07-23T06:04:28.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2ce8608e", - "indexed": true, - "name": "analysis_file_80.json", - "s3_etag": "dcff23ac4a27779801a6fd646af448c8", - "sha1": "1ab26cefb96455df19df21c9b74c0f3ebd967e2c", - "sha256": "8ba12a005e96e5e1c5f2ef18eb86bdca62907926154a9dea463f1e211f3dee84", - "size": 464, - "uuid": "658705d6-5c0f-4039-b988-92476b75822f", - "version": "2019-07-23T06:04:28.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "35858acf", - "indexed": true, - "name": "analysis_file_81.json", - "s3_etag": "087f315ee0e975079f767c602c171402", - "sha1": "9079543d79c8a33d9a812e026e58382531405fdb", - "sha256": "0dbd80277239e109a42ecf1614fe5191c9ed79713a4f0da211d29d33c935e49a", - "size": 464, - "uuid": "b9948faf-c59b-4a20-afdd-3e11527dccab", - "version": "2019-07-23T06:04:31.794000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8a5ae2d8", - "indexed": true, - "name": "analysis_file_82.json", - "s3_etag": "8afce01ea5c3c709ac103c9c16ba6f3a", - "sha1": "b4f2c84ce2124ef73bad57fd0b473d1c4e9c7a8d", - "sha256": "eee09c96c75145c2f4664afaa8aa3c2bc206bc3ed94047ca5e1385b9df3135e3", - "size": 464, - "uuid": "27902245-0646-4e5a-8f4a-de716ae84ba6", - "version": "2019-07-23T06:04:34.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53e70674", - "indexed": true, - "name": "analysis_file_83.json", - "s3_etag": "073f39c3070c2bd3ba6424c7b94b0561", - "sha1": "e670b148c297d8825801315da6d21ab8dd32fe8f", - "sha256": "e4d7f077837af8a8e2fcc34039a5d37af473f2d98d297634fde4dc0e8e4497e0", - "size": 464, - "uuid": "50351aa9-f9e3-4b17-9ac6-9989d3b8c689", - "version": "2019-07-23T06:04:37.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a547549c", - "indexed": true, - "name": "analysis_file_84.json", - "s3_etag": "6060d60a5abdd10015ab4fc3afca8a3e", - "sha1": "fbac741c24f3215a30523dbfdcffbdc2864d880b", - "sha256": "230ba0dd2404b915108668a4b3afd05645519cdf1bb4b96490bd15acc960bc13", - "size": 464, - "uuid": "5b1857c9-1869-4d63-9877-eedc6bb325ca", - "version": "2019-07-23T06:04:37.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "48cc258f", - "indexed": true, - "name": "analysis_file_85.json", - "s3_etag": "daaf2c38d5d93d65c78bbe9c53654f81", - "sha1": "45448a92d6074a06b541f12bb07b3f3b465866bf", - "sha256": "a3809bca32356b4a1e685bda56f7fb01c2ef2cf4d7b99f78af6bda1177a72a3d", - "size": 464, - "uuid": "1ce46a1b-be2f-42c6-94e2-16a77807f0e0", - "version": "2019-07-23T06:04:40.792000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "59b07d09", - "indexed": true, - "name": "analysis_file_86.json", - "s3_etag": "3917f34b6e4aa3b0c00fecfcadfcf6a1", - "sha1": "1ded58b697cb7fec988ccccc0dc19b7126f2af8e", - "sha256": "5a0f085b549bcdf97db5801006ad6f7b4f1a3668dc4dadbb5344aa5a0111caa7", - "size": 464, - "uuid": "94145a97-1909-4451-8f2b-eefd3aa00fc4", - "version": "2019-07-23T06:04:43.798000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b61f29bf", - "indexed": true, - "name": "analysis_file_87.json", - "s3_etag": "dc41826d49bc4a80019bb8f333b16b3a", - "sha1": "442198bf981d1a1c64a87aa1ca8729560e7e22be", - "sha256": "b190556b18b8b4436a0a1733de92a56963abffe5ee66734bffc18e79d29ff948", - "size": 464, - "uuid": "13b6df9f-d6e3-4ab3-83bf-299d25f99da8", - "version": "2019-07-23T06:04:46.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "926f1ad4", - "indexed": true, - "name": "analysis_file_88.json", - "s3_etag": "6b7bd7aa72d89bb8431388d446d5e0b9", - "sha1": "3b41849a76b61c1cbd4d9bb70dca9918f8a975cc", - "sha256": "d5cdb7a8f1056422fea8ff721282f0573d00ac9ba8930f123db27eedcaabaca1", - "size": 464, - "uuid": "6fc75489-bb46-468b-b363-06da1202a36e", - "version": "2019-07-23T06:04:49.807000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "08a071c5", - "indexed": true, - "name": "analysis_file_89.json", - "s3_etag": "3570e47645f128688c41465c7ea28faf", - "sha1": "aa5f15637bdce52dd30db3602e33ab3af02c86f8", - "sha256": "789037a1d0236b2494d5539a6858fb108b20582f14eb3fa865dadfab0d69fa1f", - "size": 464, - "uuid": "c8e61d41-7ec3-47f0-96f9-23d508752ad1", - "version": "2019-07-23T06:04:49.807000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b7a5e8cb", - "indexed": true, - "name": "analysis_file_90.json", - "s3_etag": "a12590113230450e171c03b3e482ec48", - "sha1": "d7d7b4108f16d4f4845988a44fb1fd671240b81c", - "sha256": "4c011339b4b9aa1884ccaa1975a01b083165c678596f1d1f2f60813b8005aecf", - "size": 464, - "uuid": "f3502c95-418e-4588-91ec-b40c210d8d2a", - "version": "2019-07-23T06:04:52.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4df91bb4", - "indexed": true, - "name": "analysis_file_91.json", - "s3_etag": "37c40c971d045a65e66ebef5aa33ceec", - "sha1": "6d7defe1f06606cf3b7c747d49de990ec0e53232", - "sha256": "5c1574c5aaa019bb6ad69dccef31a9861e21c8ffda359a5788df115bbbf10447", - "size": 464, - "uuid": "e5248a6a-63f8-44e9-a89b-6a36371849ca", - "version": "2019-07-23T06:04:55.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fddb1086", - "indexed": true, - "name": "analysis_file_92.json", - "s3_etag": "5d6c2c86d99936e481fda291b8abede1", - "sha1": "5b48c72489d273b370ee8b178f41e6373c16b224", - "sha256": "82ee6a4c8b58dbab19f024221d1f29b68439a6106dd7c642821de5ebb1617f28", - "size": 464, - "uuid": "c5c50917-2fba-4e94-99f6-cb8f78da4530", - "version": "2019-07-23T06:04:58.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ea1bd4a3", - "indexed": true, - "name": "analysis_file_93.json", - "s3_etag": "77405cea5ac7030ef692b90f2c5b3b54", - "sha1": "a0c1cec4227716a03066a0ae4f5e4ec2dcfe586e", - "sha256": "14e8a845d8cf0871a67ce7e03fb47165036817d72f2019aa7e6e8b01c8ae525c", - "size": 464, - "uuid": "df1d6920-c7ca-4ce1-96ac-0d0bf1e38939", - "version": "2019-07-23T06:04:58.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d2695601", - "indexed": true, - "name": "analysis_file_94.json", - "s3_etag": "acf6c6d0df5b351a68717d33ae17e5da", - "sha1": "7e6f453e7aa0e0bf83c4765ff4fa1f3465e96b8e", - "sha256": "9c823d7e03d9e5470259aa61e3a1ebdc5c32cfe41c3b9534a5d72e9b79c035d8", - "size": 464, - "uuid": "9218468d-abba-45b8-a3a8-406bbee87d42", - "version": "2019-07-23T06:05:01.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "728d8446", - "indexed": true, - "name": "analysis_file_95.json", - "s3_etag": "8d7c5591401425791d38cdde2ac75c2b", - "sha1": "1fc5f25d1d57ca6228c2a68df75c86a05e79916f", - "sha256": "217ffccee7eb4aaa6cc9fca2cf322d3707fb863542600bc64a590e074827685e", - "size": 464, - "uuid": "01fb2583-dd9b-47ac-9109-425786f6c626", - "version": "2019-07-23T06:05:04.795000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "df1f5de4", - "indexed": true, - "name": "analysis_file_96.json", - "s3_etag": "079f011585a707aeb5ff39ed859e0d5e", - "sha1": "756d5aee5302095452645e1c299a950ec174c636", - "sha256": "eb7b1cb0a170c727203d658e67411859efc05e9faab1a60c75e3fb83ef53ca16", - "size": 464, - "uuid": "fef83950-8e0e-40d8-9280-195c4917e9c8", - "version": "2019-07-23T06:05:07.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4c80eb47", - "indexed": true, - "name": "analysis_file_97.json", - "s3_etag": "7d50be82586545945c7692604fdb0797", - "sha1": "cc711e61928bb4bd61265333b59a76d24cfe51c0", - "sha256": "45128d73fa1c3edca2cf1bb9b91204c6451650044ab00e960c3975410734c002", - "size": 464, - "uuid": "11f74322-70bc-4a3f-aa54-f86fb5e84e49", - "version": "2019-07-23T06:05:07.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "37ff4ce4", - "indexed": true, - "name": "analysis_file_98.json", - "s3_etag": "0839803ce335312792b1a8ff6ca940d9", - "sha1": "ba6e3f79497c54b970fc4b6c834db8af9388926c", - "sha256": "a11c305c356142ba94e0a56247b0ff355d0da2cf2d5c1e07fcc220b7ad42b78f", - "size": 464, - "uuid": "57929f1f-6edd-47b7-91cb-075c823b10ad", - "version": "2019-07-23T06:05:10.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "093e5551", - "indexed": true, - "name": "analysis_file_99.json", - "s3_etag": "ae993363165f6eb622f8021725e24f55", - "sha1": "f9f6876508e7410c9e137715b9a93d9c60a75ac5", - "sha256": "d35cb0e9953b833d32a78be0286df01ac69e27aae3ebb3db3f94127a1f290367", - "size": 464, - "uuid": "079817a8-aad3-4ecd-bdcf-76e33aeade68", - "version": "2019-07-23T06:05:13.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a6faacf6", - "indexed": true, - "name": "analysis_file_100.json", - "s3_etag": "78178eb5500f051f7a3867a715ea20aa", - "sha1": "d415a34cae2250b5ae08e03daaf82a9300d6d194", - "sha256": "5b49d9c2a9e6e06bae920d0cfea6e385096a8f55b8851d8937ce20990ed4b69c", - "size": 464, - "uuid": "1a10e188-28f2-46e2-893d-204f79ec9cff", - "version": "2019-07-23T06:05:13.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6c48c9ba", - "indexed": true, - "name": "analysis_file_101.json", - "s3_etag": "d7cc915e27018129f1c3635ac1be5fa9", - "sha1": "f004d772f40bf6a99f6ed76d2510fd637c02cfae", - "sha256": "aa5342de64b84fc67f29e2eb85be91c4bda14143dd495c402d80af3b0dc6dc5e", - "size": 464, - "uuid": "522867a7-4a65-429f-bf54-f94f1a81f369", - "version": "2019-07-23T06:05:16.796000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9609ca9a", - "indexed": true, - "name": "analysis_file_102.json", - "s3_etag": "072c80c9fe52ccdb65f09c5355971b55", - "sha1": "05c11230f07eb73631aca9f349bd4b4bd96a1d7a", - "sha256": "6f4f44ca833bd1e23efc5e282f658c9e995ce6892b24fc90b5c32ed359d7e1b8", - "size": 464, - "uuid": "d80a9d3a-9795-4d95-ad57-a34cc238498f", - "version": "2019-07-23T06:05:19.804000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab26163d", - "indexed": true, - "name": "analysis_file_103.json", - "s3_etag": "3c937e6527938a17546a49b192a78fd8", - "sha1": "a0b10d10b32a9e3496c43ba29fe77b14ad20cd35", - "sha256": "cfae939c7006f890a830b40c2debfd4f7f97a419c55274d80ab6864605b12c52", - "size": 464, - "uuid": "833d0701-41d0-4cfd-bb55-38a83db95835", - "version": "2019-07-23T06:05:19.804000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b4f2eb9b", - "indexed": true, - "name": "analysis_file_104.json", - "s3_etag": "deb9e5d08b614ab849470fab2f0d7011", - "sha1": "4049a6e9d82a996708a0d93e743efca5afacde2d", - "sha256": "4bb9842a1ec8ea45f7a914e58faa4e3fbff41488c54f3d20a0047a2a1076b858", - "size": 464, - "uuid": "985ff7ff-a52d-4f12-afe5-9153225b12ac", - "version": "2019-07-23T06:05:22.798000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7cb2a6d7", - "indexed": true, - "name": "analysis_file_105.json", - "s3_etag": "0adecbf8f099189e73a4923914166470", - "sha1": "7d91ce69cd0b4bb5826d7fbb653311d687bb2e20", - "sha256": "13cde8b281d51007e62967a394c0fa5537c86c31ee3005f70fbcd8517524e1f9", - "size": 464, - "uuid": "f5ccbc84-4e00-44d5-a848-c4bc598ddb1f", - "version": "2019-07-23T06:05:25.799000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e2f81de1", - "indexed": true, - "name": "analysis_file_106.json", - "s3_etag": "e65c2c5efe403ffd160e68a4c8d2c9dd", - "sha1": "25e33ea80e7c9b3d3de2f4797dc9cb433b4c24b3", - "sha256": "baaec9998621556d7d9d7e5bb57fa354b7f57720fc42ebdff6ca2fe98e3e2a6c", - "size": 464, - "uuid": "7dc17a8c-3bac-48f5-b2e4-dfa37bb63c12", - "version": "2019-07-23T06:05:28.808000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f6f6bce8", - "indexed": true, - "name": "analysis_file_107.json", - "s3_etag": "768d55a32f2e905f47e0fcf829099e36", - "sha1": "f81b06f3ad64a1b7382f58e586c6ee01dfc081b3", - "sha256": "bfc96e1d506b5b1240f2d9c0221d06d322311ffcf91d55cad1390afac030e724", - "size": 464, - "uuid": "b8f6b2a3-4dc0-4f9c-89e2-d287eea185d7", - "version": "2019-07-23T06:05:28.808000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4a6ac61f", - "indexed": true, - "name": "analysis_file_108.json", - "s3_etag": "41b4296d655bcb3caaab1a1057ce17ae", - "sha1": "1aaf01f288b8e100dd60d23d579c23e2f64fd537", - "sha256": "63a5a40c4dd16271a92ffe41e6821a8db866eca720e6e6e80cd1222c33c652d5", - "size": 464, - "uuid": "4f0edb28-144e-4559-bf1e-fccce4065291", - "version": "2019-07-23T06:05:31.801000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "03caaa54", - "indexed": true, - "name": "analysis_file_109.json", - "s3_etag": "10dabf7b7b4a7b61ef8cfc4ca84ddcf0", - "sha1": "d2f660244e91f96688dbaa6d4f690507e55278cc", - "sha256": "11ed7319483abf3710e2f56b014aff43beb2e41206debfddd1e89643ba48de13", - "size": 464, - "uuid": "57d4bbc3-b8bb-43b8-90d6-d0ac4a0ef1b4", - "version": "2019-07-23T06:05:34.808000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "82316dfa", - "indexed": true, - "name": "analysis_file_110.json", - "s3_etag": "fafb82034d7ae537013e84be3acd6300", - "sha1": "0bc57b78f8155bd90d00c5a4148efe12c612ae29", - "sha256": "6a5e5fdda1251b58f5dc5e16ddf74907b1f72f13c9ea6f5adbfbe9fd652a2ef4", - "size": 464, - "uuid": "824933fe-baa3-420f-baec-39f98ddb6224", - "version": "2019-07-23T06:05:34.808000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "66447c2a", - "indexed": true, - "name": "analysis_file_111.json", - "s3_etag": "47ab31ad55d4d0873a1801d9049dd8df", - "sha1": "c2dee929048fe21e4a8dea6a5d2e6d59c94dd221", - "sha256": "c8c477f786f6f0c664df5eece2613f6a3b36ab1a4a0a0670cc57b1223c021261", - "size": 464, - "uuid": "07ee5567-37da-4cec-8621-53a4d41ce93d", - "version": "2019-07-23T06:05:37.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "02a77df7", - "indexed": true, - "name": "analysis_file_112.json", - "s3_etag": "4dcbfb43979bd191ba76e25dd467b564", - "sha1": "83a1f770425cddd7157427cbebb8e643dde2484f", - "sha256": "25b626c1e2e226cf1f8ecaffafded47f442b90b995d25f53635785919af0cb27", - "size": 464, - "uuid": "e7983d22-c3f6-4dee-b108-4409696b108b", - "version": "2019-07-23T06:05:40.800000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0ca7c966", - "indexed": true, - "name": "analysis_file_113.json", - "s3_etag": "d3f41b7cdbfdfcfbd65d05347f66d8fe", - "sha1": "f7067fa9aeed70af3196c3981edabcca81cbe32b", - "sha256": "36a36bc1b4b9ffe5222a1bb68d6463d05ed77472f8f719431aeb15ba9b3d6078", - "size": 464, - "uuid": "3e3d666c-0b85-4327-89df-c0b11ae04f7b", - "version": "2019-07-23T06:05:43.809000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9436eed6", - "indexed": true, - "name": "analysis_file_114.json", - "s3_etag": "f4d61b3340bfbe2131fc538042e295bf", - "sha1": "d66bd7e4fc10d2fa67b14b4952ee1c880c2ace35", - "sha256": "7767783bd95e7190a50bd9fbac8f5e197dbd9f09e826a5614399bd4d4ecb7e12", - "size": 464, - "uuid": "3ce1634c-ff05-4b38-8df5-b0ea50f678e8", - "version": "2019-07-23T06:05:43.809000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7abc0f1a", - "indexed": true, - "name": "analysis_file_115.json", - "s3_etag": "854c9a898d6f46b512bdc4a2f7b07a31", - "sha1": "c0d9615677a34a54c3c56015bd5f165e879b3a19", - "sha256": "685eb193e5afc32392c0787b19971b113bd73b48125815656663cd81a64a63d2", - "size": 464, - "uuid": "08e38951-56ae-4d9e-aa95-13a0a5aae502", - "version": "2019-07-23T06:05:46.804000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b57a8189", - "indexed": true, - "name": "analysis_file_116.json", - "s3_etag": "2faadd72ded40896155d90a061637885", - "sha1": "a212da30a683582b3fa5bbc6284bf51d351dcec1", - "sha256": "75e4b9b020738fd60d1e7bf2d043a04c815742354e5a2ed3baaf4c1e161313f2", - "size": 464, - "uuid": "43b66c0c-ffae-46b8-aee8-58e9f18e9f2a", - "version": "2019-07-23T06:05:49.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "90b63094", - "indexed": true, - "name": "analysis_file_117.json", - "s3_etag": "7569d28dcef212fd31e3373c260cb07c", - "sha1": "7bc08d6c4fb599e571f27226962cf669c0e08e0c", - "sha256": "87fd8f58e123315798b977d5ae716b7f72389091bd68fd7091cb5949d1a6308c", - "size": 464, - "uuid": "e71897c8-3fe9-4863-9c67-2f189c374c33", - "version": "2019-07-23T06:05:52.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "10966769", - "indexed": true, - "name": "analysis_file_118.json", - "s3_etag": "ba41277a9c7f95a53275fdb1466df972", - "sha1": "4876c5d64d8f70e6924021522d6ea131327063bf", - "sha256": "30849b7b188dee5e96198f4dcca1aa382ce022e6e709c684934a579b48995dfc", - "size": 464, - "uuid": "c9987133-b461-4362-b8c5-1a19315c2010", - "version": "2019-07-23T06:05:52.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e27e526e", - "indexed": true, - "name": "analysis_file_119.json", - "s3_etag": "c9cc2316468512c1d0c5c78e9b17916f", - "sha1": "31a15b326788c41f85c807c0b3f91d096f0f6e92", - "sha256": "530cdcc2b1afcf775088f93501e13a964efd5ecbed81431eb89545462441cca8", - "size": 464, - "uuid": "44e604c4-860a-47e2-a20f-ec6189153179", - "version": "2019-07-23T06:05:55.800000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9381a543", - "indexed": true, - "name": "analysis_file_120.json", - "s3_etag": "bc6d9347b16ee232dc2ecc7113498325", - "sha1": "f08e7582e55f31893ac85a4455fdaa214831b699", - "sha256": "d9a8f8ed71231e6f63ff940ecd15bf25135502a101cfc00acf14dafa8ef8bd58", - "size": 464, - "uuid": "33a76ba7-d866-43d5-93bf-5ea6d658669b", - "version": "2019-07-23T06:05:58.807000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e3627fd7", - "indexed": true, - "name": "analysis_file_121.json", - "s3_etag": "f7a27ec1ab25607862854d06e2268985", - "sha1": "ecafb88f74af457a7fb2cc126a6ec4393fad3cfd", - "sha256": "e36cf6d380de58915244c44f10a7a3c3476bb88240fdb190b302d695d0373f3f", - "size": 464, - "uuid": "b1047e56-5327-48e6-a95a-fae2e111897a", - "version": "2019-07-23T06:06:01.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c9411144", - "indexed": true, - "name": "analysis_file_122.json", - "s3_etag": "3e0f7b10b40bbbc16f13a6e433f61e13", - "sha1": "dd3435f7fdd66833556ea4bfdf475d6417992269", - "sha256": "3731581113a0d2ae261657b860cc00f2f97d29ba1c8da733bd864d2de122dc56", - "size": 464, - "uuid": "182506c0-48a4-4824-8653-2ea690e6e59e", - "version": "2019-07-23T06:06:01.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "db56b467", - "indexed": true, - "name": "analysis_file_123.json", - "s3_etag": "b9a3d4332227ff32244b22f393982743", - "sha1": "72f4b5d9dc92611051c1d62b935cb223b246d6f2", - "sha256": "3ad2c9d20b403da80ba90d6217f56abe5654087168b7221d4e2bee5773161f78", - "size": 463, - "uuid": "e5db27d2-3b4f-4174-b892-972bb155841f", - "version": "2019-07-23T06:06:04.797000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "194afb7e", - "indexed": true, - "name": "analysis_file_124.json", - "s3_etag": "5b258ee5b453d4ac4d2c17f34aa3599f", - "sha1": "c8964d3eea5bcb9f88ba6cb9a49a9823ce9df31a", - "sha256": "44814cb4f4d11a90897a2f0fe91b52c0434225f64c3c693ea6bc4fa83d1d4a9e", - "size": 463, - "uuid": "86e060c2-189f-49d3-81c4-bc70bb242bf7", - "version": "2019-07-23T06:06:07.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cec751d5", - "indexed": true, - "name": "analysis_file_125.json", - "s3_etag": "455c595f49a9499a45c9e493f9d26754", - "sha1": "e99dd866d931f717995891a646478812756b9e52", - "sha256": "cded40c26a69fcc10897ce4101d4b102d301aec8768d006b94b732597ae79298", - "size": 463, - "uuid": "a72a8bd5-f137-4244-9d0c-c4e98f4dd7e5", - "version": "2019-07-23T06:06:10.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "55709d13", - "indexed": true, - "name": "analysis_file_126.json", - "s3_etag": "74cf8d4988ea20d7d130801e7849da73", - "sha1": "19fbceb2d0427bfae64740ed8c333143d20a1467", - "sha256": "f4a691f303960369efc70946409c6cc34eee07b02b183dd97f93da1b7dfce647", - "size": 463, - "uuid": "90ccebea-84aa-41d9-87d0-8fda919b4ded", - "version": "2019-07-23T06:06:10.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "adc14df1", - "indexed": true, - "name": "analysis_file_127.json", - "s3_etag": "0e6f806864431ef278c79bf3a5ba8e21", - "sha1": "10cf39fb9fa3feb4cbae91dcf25152c5d257de23", - "sha256": "5bc1e876b4e5c619c0e4199ec63813bb0c0166a33bb025d52180171a2d844f41", - "size": 463, - "uuid": "af64b766-7778-42d0-af3f-9dc481678d53", - "version": "2019-07-23T06:06:13.802000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "04df4ee0", - "indexed": true, - "name": "analysis_file_128.json", - "s3_etag": "97684fb5d6e3bffcd50753fb0b0194ce", - "sha1": "04adaf73c0cd735705663a17c033416b2690c962", - "sha256": "ee4c073b01fcd1652d2948aea312339b1d3a0b9445cd6a23de4b026f50c3061c", - "size": 463, - "uuid": "c31c57d2-8c68-4759-8c20-f928c5adea12", - "version": "2019-07-23T06:06:16.802000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "805d9d52", - "indexed": true, - "name": "analysis_file_129.json", - "s3_etag": "d5c319f29341ab9e8b456a1f35de3a8b", - "sha1": "98b60b7bfc0c76dfc3dfb9196a3e8892a4e7c874", - "sha256": "e54f3fea09fd6a3dc5c7d3d9b8bec74d81b034fae9c98184c183a669991f082b", - "size": 464, - "uuid": "c8a7a724-33bd-415a-9329-5c4fed847be6", - "version": "2019-07-23T06:06:19.809000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8c9ca00a", - "indexed": true, - "name": "analysis_file_130.json", - "s3_etag": "e31fe0db22e97d7027840ac65e3e5cac", - "sha1": "063d04766f5d183a535cedce3888438f55bf2aec", - "sha256": "a0a609ac4f4841371f19c88ed689df4b1415adf0fff010fd34dcb9313e74960b", - "size": 464, - "uuid": "f0b6354a-ed57-445b-8f25-459e070c3604", - "version": "2019-07-23T06:06:19.809000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ff45b402", - "indexed": true, - "name": "analysis_file_131.json", - "s3_etag": "605435fa377377c9389aa3330655b6ca", - "sha1": "1969203450a87a88164cbd384c77c60764122a34", - "sha256": "284be1a318f46affdca94850a39ac273f5fba8b0dd20b3ed827a289f86190c40", - "size": 464, - "uuid": "dd386984-9618-4f21-91fe-7eb0bcad675e", - "version": "2019-07-23T06:06:22.802000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6ca793a6", - "indexed": true, - "name": "analysis_file_132.json", - "s3_etag": "a9b974cf981cd82ef223b63e2331b5ba", - "sha1": "6cfda51d5626520423c05b364092734dc11e2613", - "sha256": "366976a3258160a7701b743c279e8e6346ff3d2f7c15ec4fb54d58d01aa6707b", - "size": 464, - "uuid": "3d11a67a-4d43-4a80-a875-8aef2348e4c3", - "version": "2019-07-23T06:06:25.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b85655d1", - "indexed": true, - "name": "analysis_file_133.json", - "s3_etag": "8a525378e53975291e75deb3ae03e5d4", - "sha1": "3e4f2c7007967f1b1c96638ca829d6db5b082db7", - "sha256": "b9ea81e3d1cbb69a657cc868791687b682d4473b9d9acb081dfeac038b3c240b", - "size": 464, - "uuid": "666c7a78-0881-462e-aee9-3731f1be10c7", - "version": "2019-07-23T06:06:25.811000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "52b393da", - "indexed": true, - "name": "analysis_file_134.json", - "s3_etag": "feebcdbf79cdaccd88e77a038d0a317e", - "sha1": "a8d10424db29ce912e012da1c87fa80f490f68f1", - "sha256": "c81d1ff10187cf4fb9e0db5ff0e0ccf7182a844757ddf3a66177c51fe8242690", - "size": 464, - "uuid": "4e3b3ebd-819c-4143-9d32-a8013d3c7039", - "version": "2019-07-23T06:06:28.805000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "24541078", - "indexed": true, - "name": "analysis_file_135.json", - "s3_etag": "a7ecaf22ce9d8da8bb5b75067e2583ed", - "sha1": "37da0cacdf98f29ffc605b10a004fa2aa6357171", - "sha256": "677351a5b925ef209b63bf6074973fee5574279c0756f6c20c95a15285ca2c8e", - "size": 464, - "uuid": "3950e1d4-f084-4440-88dc-a1917d42aa92", - "version": "2019-07-23T06:06:31.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c641b342", - "indexed": true, - "name": "analysis_file_136.json", - "s3_etag": "406da35d80b1096fe180e8076a803712", - "sha1": "4c69bc2e4d4f05fbebb02e9cd78fab16b0e129be", - "sha256": "06cfb57ee7ef9f0935c7b3ccc9e4c875ac3672676d3c945e1f08778197bf39ce", - "size": 464, - "uuid": "a9843500-9ce8-49eb-bf58-0dfa807a7149", - "version": "2019-07-23T06:06:34.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1f2ef793", - "indexed": true, - "name": "analysis_file_137.json", - "s3_etag": "729775171d17d10df8d7ac90c9f4572e", - "sha1": "dea4138d092915431296049c0765d7a895dec78f", - "sha256": "4bc91dec5f08b248e76aa4d943abdcd71be271c82d8472158102fa9d3cc35ac8", - "size": 464, - "uuid": "00fd63b3-ffe1-439c-bf85-a224fea6ff17", - "version": "2019-07-23T06:06:34.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "46159903", - "indexed": true, - "name": "analysis_file_138.json", - "s3_etag": "9b17691d0009a01d3a76b391f830200e", - "sha1": "c2879d06200643d06f86fa27b6694fcc8cd10bad", - "sha256": "153e7e01d994aafc6e7de9dc84960495359f50e5298c6775813b3a0442a3dbca", - "size": 464, - "uuid": "50bfb16b-0e62-48bf-8ae8-289e1a003cca", - "version": "2019-07-23T06:06:37.803000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6d920754", - "indexed": true, - "name": "analysis_file_139.json", - "s3_etag": "4da44283d96c9c3e234c6cda0e34d706", - "sha1": "12d19fb0c69784739aed8a22996e745827e808ba", - "sha256": "8ca7c02cf6a8c5a18c20e08642533a4adbe9b936ed37861eefb9967848d529d9", - "size": 464, - "uuid": "6432f0f6-5011-4412-b146-212876e21e77", - "version": "2019-07-23T06:06:40.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e00df7df", - "indexed": true, - "name": "analysis_file_140.json", - "s3_etag": "fbf9f3b0e527f1786e21c79f833f09c3", - "sha1": "711e523d37d808aa6c40fe1b33c65bbf68c9553a", - "sha256": "6cac99f583b2845b2732106d42bcb98eb61fe6a454432c7fe799f3cb08d824df", - "size": 464, - "uuid": "cfffdf17-b11a-4720-af77-3d1da94cfb1f", - "version": "2019-07-23T06:06:40.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f0207fe4", - "indexed": true, - "name": "analysis_file_141.json", - "s3_etag": "e5fd3d47133b4b8d6be3fc24d53237d4", - "sha1": "d927daad28fc9c38c44268c17e4d906db4e7126c", - "sha256": "834a2f4febb62ec29fc9faeedfe1d90f1bd3092570c18c6783b2dde108bb03dc", - "size": 464, - "uuid": "7a6c8b19-6c94-4346-9ff9-a54765110e13", - "version": "2019-07-23T06:06:43.807000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "daa82247", - "indexed": true, - "name": "analysis_file_142.json", - "s3_etag": "7dc0e46dfe05065d910dc75fed126f9c", - "sha1": "fbd94093c04e8dfd38dd40f2412593e680a1eb82", - "sha256": "36e894413ecb5e32228f91724411d55e8d9444516aa6dd317db062644a39b52e", - "size": 464, - "uuid": "dae7113c-35e1-46ef-a6d0-53f2c3be9617", - "version": "2019-07-23T06:06:46.814000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8b9aac1a", - "indexed": true, - "name": "analysis_file_143.json", - "s3_etag": "7c235a8ff51186c17adb4c51281e29f3", - "sha1": "2e8cb92807f071d3b6858f78b20f594c824bdb6b", - "sha256": "20962e5738b475c8e5e61f09beeabdb69fedc870b525042755304e13ec7b8d91", - "size": 464, - "uuid": "75c7091d-e635-4df1-b670-fa7b42c7bb60", - "version": "2019-07-23T06:06:46.814000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "80f68b83", - "indexed": true, - "name": "analysis_file_144.json", - "s3_etag": "7d6fe32d683670fbbfa9c4088004b97d", - "sha1": "ea40ba5f1c985aac26aec190493507d77ccaf889", - "sha256": "e2e5c08463611f088cad2f4785980cf4523d1a960400c885d3b56e51fe305029", - "size": 464, - "uuid": "0e669062-e8ce-4fb6-a853-7630402a4ac4", - "version": "2019-07-23T06:06:52.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "04b2512e", - "indexed": true, - "name": "analysis_file_145.json", - "s3_etag": "6f82b6561c48c6107cc756d95ae2d9c6", - "sha1": "436c1924fab41c460c0913ab8e083286f30809b6", - "sha256": "5a2e9ed17fbf5d63c3682e646f6f7dbba204b44b320cb7b7c7734259935b7215", - "size": 464, - "uuid": "c0fd4cbd-1584-4d4d-a914-1a9685961c2f", - "version": "2019-07-23T06:06:52.810000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "66a0ec10", - "indexed": true, - "name": "analysis_file_146.json", - "s3_etag": "c75eb881a21f96da2e08325ca8ebf272", - "sha1": "b01fdea433ad8cbe28eb7a61c6eed9028dfdd4a6", - "sha256": "6cdfbf1854a580cfee4bfd4480f5d8ec46b57af72c3b8975c328ebbc58d6aa1b", - "size": 464, - "uuid": "806695f0-caea-4994-9941-9ff2499e564c", - "version": "2019-07-23T06:06:55.806000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "316bd093", - "indexed": true, - "name": "analysis_file_147.json", - "s3_etag": "8379e2fb8ce5addfcecb8a743596fa64", - "sha1": "8dd926e195ccf2bc9b3903e55cd6695d74307e7a", - "sha256": "58c5387f4d48f69f9175f431e7a417e987ce1dd839489fc93adbbb372aaa95a5", - "size": 464, - "uuid": "feff32fa-6b89-4054-bc60-d0fb7d32875a", - "version": "2019-07-23T06:06:58.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2a37431b", - "indexed": true, - "name": "analysis_file_148.json", - "s3_etag": "dfb568eaedfe5b4ed9716b4e1bf1a19d", - "sha1": "f8414177e6e78f2c47e60946bc196d8232815a06", - "sha256": "d057562a3cd5fb91cb192fc920981b9709e251bb9a05c8400adca46f692f63c0", - "size": 464, - "uuid": "5d9f525c-5977-434d-8fd1-eb6e81f300a6", - "version": "2019-07-23T06:07:01.811000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9307a2c4", - "indexed": true, - "name": "analysis_file_149.json", - "s3_etag": "61e6365a25b753edd7a95b1c0c2af76d", - "sha1": "7c6cd316ae18bad63d22d24431d15db5126a1416", - "sha256": "7386c3ec8f0c4d401bd7b1902d00171dfb56a053d421373c35ca0fbc6954f9a6", - "size": 464, - "uuid": "4846ef52-b97f-41f8-8ad6-116f7374c7da", - "version": "2019-07-23T06:07:04.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3e120362", - "indexed": true, - "name": "analysis_file_150.json", - "s3_etag": "db703a29284a0d21cb4aaf1ef8184228", - "sha1": "bfcdd4cd375413a245c80028f27bfc1da1cdc151", - "sha256": "32dfe459291b0e9b48c6d7355182f8aee30e944874006219eb40166e909a4b68", - "size": 464, - "uuid": "591b11ea-4314-46ff-8e1a-b08463dfeb6c", - "version": "2019-07-23T06:07:04.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a9062f71", - "indexed": true, - "name": "analysis_file_151.json", - "s3_etag": "b30b6d68da38287c0e673b1d9211fe1b", - "sha1": "5bfc89c3ae41b1281a0aef6587c423fe425707f4", - "sha256": "35ec637da2c8b003694aef2fc85fb7421223904a33a356e9ad1d89938a129f70", - "size": 464, - "uuid": "69fc6d1f-06a6-4ba5-97a6-9597d9d7e4ba", - "version": "2019-07-23T06:07:07.811000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "19cdf525", - "indexed": true, - "name": "analysis_file_152.json", - "s3_etag": "a72cec7fb6ac6dc12960de3c048ace33", - "sha1": "846696257ea18165be156f4fc567d2aaeddfcbdf", - "sha256": "d55951881d8b5d5526ec91eabce0b2cee25c557727e782c422724acde2f09a34", - "size": 464, - "uuid": "65af9aa3-5656-49d8-82b8-ef819da3be57", - "version": "2019-07-23T06:07:10.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9dcc88f2", - "indexed": true, - "name": "analysis_file_153.json", - "s3_etag": "c21f56eb6f04bbef6fddffe8658dc0fb", - "sha1": "3cf5353cd6d87aaf8465dd57ebe40a106dd33e1b", - "sha256": "48f4487bce10c4b2d39a2c15c79754fe6e306efadbae1e14498d37a3b3f8e7d7", - "size": 464, - "uuid": "f0bc7821-c50c-4457-a73a-ea54e7f802e9", - "version": "2019-07-23T06:07:10.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c348ed77", - "indexed": true, - "name": "analysis_file_154.json", - "s3_etag": "30564ecee7f9b3cd0b077eb647e4993e", - "sha1": "865642cc7071d21c3bdaf5ace0b1c38d1d087faf", - "sha256": "ea2fad67d64dbd49ed3bee5c4f12742a26e19120a38fbbde5fe899f9dbd467b9", - "size": 464, - "uuid": "2ddd447d-ab33-420a-a120-00081eedc5e6", - "version": "2019-07-23T06:07:13.815000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "34bb1b94", - "indexed": true, - "name": "analysis_file_155.json", - "s3_etag": "0315c96b51ddddbbbf86b1c2107cad9c", - "sha1": "4cf999543a2961c04ed6f8f5057958322706f0c1", - "sha256": "49ebc63a3c06097f89449af61a40fb3873b0394d59bcce002203c9899e22610e", - "size": 464, - "uuid": "8961082f-b3da-40ce-b925-ee66d815af6c", - "version": "2019-07-23T06:07:13.815000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d386f64", - "indexed": true, - "name": "analysis_file_156.json", - "s3_etag": "12509820a0a5c2d125d97ee82e8d17fc", - "sha1": "8017ef1e71be17358a8b7d265439146803cecf6a", - "sha256": "ea2a2ecac5a1ae22e855206b69e67968bbde127bca3a2132297fcdc0a0d6233b", - "size": 464, - "uuid": "df1d2a75-b4ea-499b-bd59-423f1597dc23", - "version": "2019-07-23T06:07:16.807000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "75dce6a8", - "indexed": true, - "name": "analysis_file_157.json", - "s3_etag": "c42a4b08a9ec99467f6fcbed69ffa664", - "sha1": "3d24db5655c6891ab50d12b42849ddea1c286c46", - "sha256": "f2cce6a1e7ccbabd52a8a2c8cc7d6367c0bade083a58554595da19cb9d29ba81", - "size": 464, - "uuid": "75816a17-b08b-49b2-8ae9-1663dc554f0c", - "version": "2019-07-23T06:07:19.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4a60f053", - "indexed": true, - "name": "analysis_file_158.json", - "s3_etag": "854e3021e8bac6755bb7904acd1faa1a", - "sha1": "b16abfe9eff4ea305f50eefe1cd72f2d966a9600", - "sha256": "5e0d79b66b4c8f05bed72b13d0dd5ca2e6517535304eab9b929ef8dda01e7d73", - "size": 464, - "uuid": "4f44b2bb-7f6b-4c92-8cd4-265b4701600e", - "version": "2019-07-23T06:07:19.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f29c1e57", - "indexed": true, - "name": "analysis_file_159.json", - "s3_etag": "808a025ca0b88bfa64c345b4976987f6", - "sha1": "cbb3801f06d5a413c67479627cf191a234fe788b", - "sha256": "0dfbe7a6951bbb54d97d927b3e262cd92befe9a4d00353c65130112b9fa9bdba", - "size": 464, - "uuid": "6e40a5e4-8502-4aad-ba36-581c94d3fecd", - "version": "2019-07-23T06:07:22.808000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fc2e153d", - "indexed": true, - "name": "analysis_file_160.json", - "s3_etag": "727fbedf132e185dd687904a99f7ae49", - "sha1": "e77a0e6036795fd81732d7d33a363ab1e74e560d", - "sha256": "c3a8cd6a0a13171724e0387fe0f32091d128d63d9f9bb4b0c0984d61c3f13112", - "size": 464, - "uuid": "bdb05c8d-cee4-49e2-aa96-c4c0955cab9f", - "version": "2019-07-23T06:07:25.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "da65e6aa", - "indexed": true, - "name": "analysis_file_161.json", - "s3_etag": "d68c929031bd68bff075978759605def", - "sha1": "310d2ae08813683951998d803a83ef51d60f0187", - "sha256": "bcd63acad924dfb4d3879cb90d23573a279323bd6f7bd4411a167c97f1321680", - "size": 464, - "uuid": "f6bd9ac1-511a-45bd-b544-8a3a719c24f0", - "version": "2019-07-23T06:07:25.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "aa4a3216", - "indexed": true, - "name": "analysis_file_162.json", - "s3_etag": "eda869e90266f137117a82f1f9cd077a", - "sha1": "36c307148f23c4bf9fda39735c5892446b6d3589", - "sha256": "6f52d1d061f6c475fb41b203c4019d7ddbb57b790ee7afba1a6befe93a1381e9", - "size": 464, - "uuid": "507cdfe8-e1d5-4022-addf-5a925c6d1596", - "version": "2019-07-23T06:07:28.808000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "de263633", - "indexed": true, - "name": "analysis_file_163.json", - "s3_etag": "2efb10cbc19b420e69fbbac3fddcc9a3", - "sha1": "22c2aeead4381705135e3679aac8d9ca2e5afbaf", - "sha256": "f3eae29d55b965b8fe153baa4eae11d93bff51bf74935b8cc6f6cf5a103430c2", - "size": 464, - "uuid": "1ec8b57d-e388-4780-abfd-d1d27e96073b", - "version": "2019-07-23T06:07:31.809000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "44c5990c", - "indexed": true, - "name": "analysis_file_164.json", - "s3_etag": "c61f178b7b2abba22b2bb1f3562cbe92", - "sha1": "375742bf64e876257c58c86e7610ff0f121743be", - "sha256": "9033515fad79538bf8058c607dd9e112053ec1a0f7b5fca3df77a14ad5739dd1", - "size": 464, - "uuid": "897fa0f4-fe2e-47c5-8423-9631c905f684", - "version": "2019-07-23T06:07:34.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8ddd4faf", - "indexed": true, - "name": "analysis_file_165.json", - "s3_etag": "3019bdba304b9339210e17dab5d021cc", - "sha1": "9cdb0957883a322b583d6efc3b9799bf3be8ff0b", - "sha256": "e2a5e3162ff3995c5d72cb49eaaaf73a847ac7abee84bee53ee1f6c24efa10f0", - "size": 464, - "uuid": "f85725ed-d0f8-474e-83c0-b1e285b1bffa", - "version": "2019-07-23T06:07:34.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5ff0ebfb", - "indexed": true, - "name": "analysis_file_166.json", - "s3_etag": "1c7906315c3d2207c41fdb05048580e3", - "sha1": "0ccc885a984f3e7119c04f7a01a60a47715f0f7a", - "sha256": "704b0c34ff6765a5c54587ab0a464db97989098bb38d17cc414df6d24e2a1ce5", - "size": 464, - "uuid": "11f55a0e-dc89-4979-bd9a-b4f386876cb9", - "version": "2019-07-23T06:07:37.809000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "54f212b6", - "indexed": true, - "name": "analysis_file_167.json", - "s3_etag": "e9ba8036279abba96ef7c4d88721d505", - "sha1": "e13fbeea249a52e1d5be3f2fd7b5cb7dd1955a93", - "sha256": "1b302fd395700903db9eb9da54f2f754ba9a88c001c6827b45e8e4af1e40f552", - "size": 464, - "uuid": "9baeb127-b802-4e9b-99bd-2c4e292c0083", - "version": "2019-07-23T06:07:40.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e6b9fd10", - "indexed": true, - "name": "analysis_file_168.json", - "s3_etag": "749199e9d099121a67bdc0b663726773", - "sha1": "1de87c9785a228ed916a67874b217c3e27968537", - "sha256": "f5cf81cdb49fb39bca5ddc2aaf6c468bff5b3884212c65cf76defb01f727c43e", - "size": 464, - "uuid": "e2cba3c2-caa8-48ed-8e93-c2df94ceaf20", - "version": "2019-07-23T06:07:40.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9b57bad7", - "indexed": true, - "name": "analysis_file_169.json", - "s3_etag": "82869b25e4d0da053741d3bcd9820c76", - "sha1": "b7af8bf6e124020ad3ca005d9a5bb89d56946c80", - "sha256": "310fed6f1dae4fc33b1e3ee1fbb5633bd00157bebf5afba0ec8d2a0ea73468c3", - "size": 464, - "uuid": "08c497ca-781c-4be6-97b7-dc898aa057b4", - "version": "2019-07-23T06:07:43.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "91f8b267", - "indexed": true, - "name": "analysis_file_170.json", - "s3_etag": "f79199ab07c0de21edd7742e56ecab17", - "sha1": "06e3acd1ca1412887e0c206814716290c9b78ffc", - "sha256": "9978027a097fce6264a1207b24dbfbf8e098ea05f38e51f9d9a0bf542b1760c7", - "size": 464, - "uuid": "12e5e6ad-2706-4974-8741-30835f0f4084", - "version": "2019-07-23T06:07:46.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4eee29d9", - "indexed": true, - "name": "analysis_file_171.json", - "s3_etag": "f7ebba19c5d2383e8e5a846cb82a6f5a", - "sha1": "ed9b278b3b2e6af6b2da6f2de7c55f500e365185", - "sha256": "00ca6f2bad1e0ff75c8018bf10f82edadecd9095a382a230ab4ad6f064eaf3ad", - "size": 464, - "uuid": "2f83e7b6-b82f-4fdb-92f3-17e54d22493a", - "version": "2019-07-23T06:07:46.816000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "59ed6c53", - "indexed": true, - "name": "analysis_file_172.json", - "s3_etag": "ee61644f190583fec20284bb40e4c3b5", - "sha1": "3df0a94e096af7192b14f87c83edb32ab7344da6", - "sha256": "26b1c251fdef66bba418cc3c322683e8f13997b8f7184513ca492a1adc1098fc", - "size": 464, - "uuid": "cbba648a-49df-406e-b6b0-ff5e6994b56c", - "version": "2019-07-23T06:07:49.811000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "951fa641", - "indexed": true, - "name": "analysis_file_173.json", - "s3_etag": "2cf9f01bced7c92c74a93d7fb7720680", - "sha1": "b992d5e2f44c20bbd0e8e5b42684a7f7182d3826", - "sha256": "d97f695c81d683255cd076e6c373c72415cf4aa465f2808eb4814244cdbdea54", - "size": 464, - "uuid": "603bb7a4-c08b-4f60-8bd3-b8a868331b8f", - "version": "2019-07-23T06:07:52.812000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5cec1667", - "indexed": true, - "name": "analysis_file_174.json", - "s3_etag": "d4d7bbf230c6742e5b28ecfc0090c780", - "sha1": "a3064da03b09e4ad1e3871e722363faa2b785deb", - "sha256": "8ba36e77e6a67b0d4f028feace2d25d43d1dad8f881772698c42ebe32c4051e6", - "size": 464, - "uuid": "b21b9a93-a5ab-4045-80cb-010ef8969cc5", - "version": "2019-07-23T06:07:55.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2a4bff99", - "indexed": true, - "name": "analysis_file_175.json", - "s3_etag": "5b948a37c317002b3fd4c2353dedd0e2", - "sha1": "62c90e444921ece0e2ce34c044451da73cdecb71", - "sha256": "aa536099d4ed7c1fbe0e5ece1ec7d1d30f2b896234521c9cb14ac524eceec1ea", - "size": 464, - "uuid": "c9d52e49-90ac-4159-913c-0ef579c2d00b", - "version": "2019-07-23T06:07:55.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "de96ec3f", - "indexed": true, - "name": "analysis_file_176.json", - "s3_etag": "ef4f9ee873a5d7a89928c72d640f2560", - "sha1": "b3e75aed59a09845790f23095eb739d9b6c67aef", - "sha256": "94c423d967677c822b8acf6a5bb5a0f4186819383733d7cf48246723d89e786f", - "size": 464, - "uuid": "f3ee8a7f-ef00-417e-90b5-193579110532", - "version": "2019-07-23T06:07:58.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "53ccad84", - "indexed": true, - "name": "analysis_file_177.json", - "s3_etag": "d061a0b3c20bf4acb485e116907589e1", - "sha1": "21cbfef13cb7055002dfb25f2e19e25a8b5a46d3", - "sha256": "dcfd8adee3459d6e01f15d7df7e05ef9d011e34e15bd5bd2e45a39e7f07d002c", - "size": 464, - "uuid": "fa977d76-ece4-47c1-9212-a033217523a6", - "version": "2019-07-23T06:07:58.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "161a4887", - "indexed": true, - "name": "analysis_file_178.json", - "s3_etag": "e4216a5479d072a1e2cf2b82ee1132f9", - "sha1": "dc1677a6be35a534f3d776afd921b0b6570a12ad", - "sha256": "4c229db3547cf814124aefc28a3761d2e247b0069fdf17b11cd39ec6fbbc15f1", - "size": 464, - "uuid": "8da407f0-39cf-43c4-9250-0ba72fff2af7", - "version": "2019-07-23T06:08:01.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4595ac2e", - "indexed": true, - "name": "analysis_file_179.json", - "s3_etag": "b495713e847d59a640ea324f1e602906", - "sha1": "b8e74a388817f6c8277e0ce8f45d705b0fe537c6", - "sha256": "2180aa2f519843d11627efea64baee91790f3cda4be4cd5eb2a6b056325fff7a", - "size": 464, - "uuid": "6283a894-b4cf-4bd3-99e3-f12c9110d36e", - "version": "2019-07-23T06:08:04.813000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d43bc264", - "indexed": true, - "name": "analysis_file_180.json", - "s3_etag": "49a04596322f8056a87c810397eea20f", - "sha1": "464b4b0a6aa5e9d49b26d652a3630132b9bbd215", - "sha256": "20eb4815162522bc8ed63d2a9e216cee26cea1fe9756ee1c125fa259f39903b2", - "size": 464, - "uuid": "f4956c61-e2b7-46d5-a2e4-f641fbbfc304", - "version": "2019-07-23T06:08:07.844000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c5296c93", - "indexed": true, - "name": "analysis_file_181.json", - "s3_etag": "a1a549ad9b1341677bc755ec58603276", - "sha1": "7c3a2e2d69d031afd2ef7d6ecb9af1023ae88018", - "sha256": "5e58f19b97e9afd0905ccb167789adc4a9f0fb0a01aa85df9eefef9b1b6bf1fc", - "size": 464, - "uuid": "aa393ce4-a6fd-4759-824e-729a43b9be59", - "version": "2019-07-23T06:08:07.844000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "91411dc8", - "indexed": true, - "name": "analysis_file_182.json", - "s3_etag": "c0769d55486dd5eb506edba94197866c", - "sha1": "0620aefd1bab2010771b1fb45fe8c5a667e96351", - "sha256": "32f8a1e8a0d92e46188f922191782ccea354bc7882e64866a1a33bb23fc7bb6c", - "size": 464, - "uuid": "9e08f649-6bd2-4504-96fc-c1d4ee09324f", - "version": "2019-07-23T06:08:10.814000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c896d8cb", - "indexed": true, - "name": "analysis_file_183.json", - "s3_etag": "2c707c35e068972b2eedcca757f7ce8e", - "sha1": "e993d22d81bf647da417c3aa22c3d8e1d0442faa", - "sha256": "8aa1ab027e0c568d41f39d40b18ddd85c1da8f266d0827bac2cb975788d8bab5", - "size": 464, - "uuid": "19aba152-975a-4942-b953-b1ced7535a79", - "version": "2019-07-23T06:08:13.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "66a5c123", - "indexed": true, - "name": "analysis_file_184.json", - "s3_etag": "342bd7e392aef3656d7067c2db2d305b", - "sha1": "ef70f38ca0ce58fc7bc7d614eecc0415021abcaa", - "sha256": "986bc2ccc4acd31907c36b5d69cd9e133792ad534b1448ace4008661a3714c2d", - "size": 464, - "uuid": "7c023882-23a1-46c8-800f-484af5253eb2", - "version": "2019-07-23T06:08:13.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d88a824b", - "indexed": true, - "name": "analysis_file_185.json", - "s3_etag": "0c69ba9cb67d5ac77aaff762e7369334", - "sha1": "a7dd785e57070174268e70abc9cfef524225b1a5", - "sha256": "5db386925b98e28fa8423e0fc517532b926a7b085925f5693486ce9bda51939e", - "size": 464, - "uuid": "17527f54-54b8-4f78-8dd9-87882dc0fc9b", - "version": "2019-07-23T06:08:16.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2db8da5d", - "indexed": true, - "name": "analysis_file_186.json", - "s3_etag": "19a2651dba77777875f3bf941e00faae", - "sha1": "79dcab6ac2c2402d4ac8fab1694ddb4a7eaff317", - "sha256": "c818aa9037b59b9cf3e0e1f1c359b4dd8f4273331ff1e24c25c210615f7af8a1", - "size": 464, - "uuid": "f8dd465e-50c6-4e9c-9795-4ef6dd6797a5", - "version": "2019-07-23T06:08:19.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "95104690", - "indexed": true, - "name": "analysis_file_187.json", - "s3_etag": "51ec4235d2be919eed3235e74b1aa1cc", - "sha1": "583679bc10fe203e199bbf5c83fafaec98feb9b6", - "sha256": "9cf3a3ae20c5cedeec76af83ecc28650ddeab0f41de8382d3e20714e0b76e5cf", - "size": 464, - "uuid": "3de81811-865d-4fa7-a8c7-bea303bb53df", - "version": "2019-07-23T06:08:20.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "aa4488d2", - "indexed": true, - "name": "analysis_file_188.json", - "s3_etag": "c7fea72dc8c189b0cc62457245d26807", - "sha1": "36dd857c63a03b4deb991903c66e63d89a5f5982", - "sha256": "5f43a58c83f93bc673100a367d961908894117b49070c87ce762e9e8ed8a516c", - "size": 464, - "uuid": "4bff4802-f142-44d3-a166-bf60cc655b44", - "version": "2019-07-23T06:08:22.820000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "94e88a25", - "indexed": true, - "name": "analysis_file_189.json", - "s3_etag": "995a2308e8e2851e7ffbcf18d02256c8", - "sha1": "ae11dd23d6620a9a9191d327ddb365ab672f1814", - "sha256": "ce40ee7249b23e82d20c43ead164ef46fa06abe484f00b35b53f2a360a43f5e4", - "size": 463, - "uuid": "59b50701-f235-4a7c-978b-420d03b6fa44", - "version": "2019-07-23T06:08:25.828000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "0d291636", - "indexed": true, - "name": "analysis_file_190.json", - "s3_etag": "35cf92ce2cef384312d54af24171952d", - "sha1": "5f7fcd4e7b2410aab79af58a12a8c380176ad30e", - "sha256": "b58fc1fc128e958e6f314c13a31a1f33b006219d2bb40d7da91d8df81374d2ef", - "size": 463, - "uuid": "b752a02d-bb2f-4632-b820-9ef817d477ed", - "version": "2019-07-23T06:08:25.823000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7ead9f16", - "indexed": true, - "name": "analysis_file_191.json", - "s3_etag": "d2376e413a8ab076f3c67dc436dfcc7c", - "sha1": "f978fb8fdd6058a5faa0805a44f671051a9ea74d", - "sha256": "c91fd4db1fcc016e69e50d58b07e1220634a20d57f2f3db143743325b7beee37", - "size": 463, - "uuid": "d0753d9f-219b-4ab8-bf4e-a8f539350153", - "version": "2019-07-23T06:08:28.824000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d05e9074", - "indexed": true, - "name": "analysis_file_192.json", - "s3_etag": "f49ca15ee8f81fd45811339b196f9c21", - "sha1": "9cb046aafbb8b8f6c455290762b0e1e5d4301d3b", - "sha256": "95d0371395a0d1c09556f2526717581a865fb342b47704c4bf03e9f2472dd9dc", - "size": 463, - "uuid": "6209fcd2-deec-4adc-944d-a2b4b3a9fdd9", - "version": "2019-07-23T06:08:28.824000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "74d4ba31", - "indexed": true, - "name": "analysis_file_193.json", - "s3_etag": "da79e091cfb3bf89cc430272f4a7cca8", - "sha1": "0f92c45f5be7367bf200d4f0e13d62e1a6761952", - "sha256": "07b8b21f44c247bc76ef9b7644e7703b59d066f2bf8fb8d0b7db3b48a1d046d1", - "size": 463, - "uuid": "f3a20322-945c-4eb1-a01e-8666e522d5f6", - "version": "2019-07-23T06:08:31.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3f19255c", - "indexed": true, - "name": "analysis_file_194.json", - "s3_etag": "0d888c160cb50550235376c0907df91e", - "sha1": "eee1dc3da7f211fadc6c58f4cf5a8b3f1c088336", - "sha256": "58e8ef300131ad22848585656ae9dcb05fc2b036ac9053e2e33810ab5bd1f400", - "size": 463, - "uuid": "b278a327-9685-44dd-b694-b4c4504cc315", - "version": "2019-07-23T06:08:34.817000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4843c21f", - "indexed": true, - "name": "analysis_file_195.json", - "s3_etag": "eeb9dc4e7a5405b6de7c153da77b94b5", - "sha1": "9ece9de31c41284779edd9f316266eb940dde540", - "sha256": "889d0900b865c9dd5867ccb36208ec9be71ea3cb3aba00f0b23cfb1481d47d30", - "size": 464, - "uuid": "0c61d54f-64a2-4242-9e71-5b04464c948d", - "version": "2019-07-23T06:08:37.815000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a8c90462", - "indexed": true, - "name": "analysis_file_196.json", - "s3_etag": "90c5af9475bdbc2176f2b65470617a73", - "sha1": "7da3ba2d196366abfcbbd8b0c902bfd1df1ef373", - "sha256": "7aa2be2d1227aa9e3f69d478641d38907dc4d63b9d9bb9eed05647b634e81d74", - "size": 464, - "uuid": "51302cec-b8fc-4902-9f70-6419677357c3", - "version": "2019-07-23T06:08:40.824000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1acfe16", - "indexed": true, - "name": "analysis_file_197.json", - "s3_etag": "3b04068c7182fb3d7f7b9ac3295dd5b4", - "sha1": "f9276be4c31b59acba5b2629fe029520a084ccd2", - "sha256": "1e9147cc4167df638300ad140b052f2059b26a915842c85765665b7e38bce5ff", - "size": 464, - "uuid": "071dc595-4162-4fa6-aa45-54724c308c70", - "version": "2019-07-23T06:08:40.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e3329159", - "indexed": true, - "name": "analysis_file_198.json", - "s3_etag": "7df6c201685021892ec2b5b8928413bf", - "sha1": "2471ec331fc647065359a596f1bd3682f5063ddf", - "sha256": "79be60760ea160410a682afc4eb36425e97ce940e7d5150528f68c27e2d12420", - "size": 464, - "uuid": "9aa478a3-1247-459b-80ac-43cbe091a538", - "version": "2019-07-23T06:08:43.827000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "56cce6a5", - "indexed": true, - "name": "analysis_file_199.json", - "s3_etag": "4f7145ef1d1c65b8c2264f9d071a0bda", - "sha1": "4a33851e852cd6ca294c7ac74bae15bebc468957", - "sha256": "b2aebcb5241fd1a533d6f7ce1b9ee65e2547ec54a78a322ee5bfc6d956dbe2ff", - "size": 464, - "uuid": "c0bcca58-6d54-4556-b9a4-e5e171992dc0", - "version": "2019-07-23T06:08:46.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c15e0494", - "indexed": true, - "name": "analysis_file_200.json", - "s3_etag": "57294d9b0def7fde2332d8686bcedda1", - "sha1": "63bc56fa919b560452920de5681c5ef617aa3492", - "sha256": "8b1a9eb39c1cb50e6d2b77ba416b7b5d42b0f334fc270d470f4894d0465a7bbe", - "size": 464, - "uuid": "5920491d-bcfe-4f9e-9b48-859afb965041", - "version": "2019-07-23T06:08:46.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b06bc876", - "indexed": true, - "name": "analysis_file_201.json", - "s3_etag": "2e77b0fea72c2d0cb4c475d34c3322f5", - "sha1": "9d35f44e4709e88fd6714f1e06c748a72eb399c8", - "sha256": "f355c1b577b6a8b71b8777af614f0b3aedf24f8d8c03458319125d0ed8ba43b4", - "size": 464, - "uuid": "a8cc3371-471a-4e45-8e51-d5aa4d77d89a", - "version": "2019-07-23T06:08:49.815000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "98d3c6c3", - "indexed": true, - "name": "analysis_file_202.json", - "s3_etag": "7b2f2db33d308b0cf61640d03befaad7", - "sha1": "f4996df5d3f24f616effb9d5ac6f6d86e51da30d", - "sha256": "056c0a688705d1d39d682f6edf2c442cedc55cc7a247a591e1e5e79a865004b2", - "size": 464, - "uuid": "6015140c-a1e1-4644-b783-e0b9a21ce091", - "version": "2019-07-23T06:08:52.818000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a249d955", - "indexed": true, - "name": "analysis_file_203.json", - "s3_etag": "3fb8911ac9baf08e66cfc47f4fd38d70", - "sha1": "2e013e0cf9cf2e4ffe392d314045661f3d583fa2", - "sha256": "90378c1bba1768cdf0244258273ba26bc88dceb867c251058716c4a98d3a0f64", - "size": 464, - "uuid": "322562e0-4e3f-434f-a302-1567d46d9e5c", - "version": "2019-07-23T06:08:55.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c9e8e071", - "indexed": true, - "name": "analysis_file_204.json", - "s3_etag": "906ce751cfd43e3ccca9ab39461ab3ca", - "sha1": "96c64c34349922d41b7f72e351f3e16213ffdcc7", - "sha256": "a3f5a71afee39ce0b122396a76b8d8a4727b7c43498c39db66e2eab08285b429", - "size": 464, - "uuid": "00231db3-8195-457a-8a97-e6d0ef754f23", - "version": "2019-07-23T06:08:58.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "968688d7", - "indexed": true, - "name": "analysis_file_205.json", - "s3_etag": "1a656ce7320f55e56d82c7a8ec165579", - "sha1": "4863772a089a9238022093fe43d8cf5cd34c0e42", - "sha256": "459467c66cb2ba436e723fca87cf67de538822096e771a1de58030a8def2fa00", - "size": 464, - "uuid": "4e656dc6-5b0d-4195-8afa-e8fc0dff2135", - "version": "2019-07-23T06:08:58.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a48accf4", - "indexed": true, - "name": "analysis_file_206.json", - "s3_etag": "1151259d79d92b8f3a6b64477af02e8a", - "sha1": "08bc97d4ed856a2968ecc1edc19d5ebbe9260e0d", - "sha256": "276f0ce5cf3fc482e88cc03bdbfa46c6be4e2e9d610ae971b913da901629ded8", - "size": 464, - "uuid": "08c509c4-8984-4207-904c-49cbe4ded542", - "version": "2019-07-23T06:09:01.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "74746531", - "indexed": true, - "name": "analysis_file_207.json", - "s3_etag": "18c0ab14362309d25d3331bfb7f2904d", - "sha1": "48191a96f9314606fa62926b0594cc4ee1c7fd59", - "sha256": "f7aec124a7e94392f76e76f6127dd05cb624a04c08567ebe0e5c7c950b3c615e", - "size": 464, - "uuid": "fccac52f-701b-4748-8aca-e9d75aab055e", - "version": "2019-07-23T06:09:04.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9e41dc39", - "indexed": true, - "name": "analysis_file_208.json", - "s3_etag": "ce77222db4feb15967e3d212066245c7", - "sha1": "4bc7c100493494bdcb607847b43501f8ed5c34fd", - "sha256": "25746cce77dc8833f44dac8a00cd3ed1ce2c75d490d4b0106edb3c8721cbcab3", - "size": 464, - "uuid": "58ca5671-6477-4639-b041-ba6ae71bdb75", - "version": "2019-07-23T06:09:04.823000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "82e36149", - "indexed": true, - "name": "analysis_file_209.json", - "s3_etag": "b73610744a60c41049b88aa0bd903bf8", - "sha1": "5b1376a51adaacdd33f9b810f9a462f09e03c253", - "sha256": "82ebfa17481775af5e4ffd76ab47771119010ad543f357d1a042a922c2647578", - "size": 464, - "uuid": "81e7fea4-13d8-4be2-bf04-e2700feafc5b", - "version": "2019-07-23T06:09:10.828000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6a285828", - "indexed": true, - "name": "analysis_file_210.json", - "s3_etag": "65b838f4ab7ee53533f636d42cd7814a", - "sha1": "a086c173bf54fcaa42ddcbec30dc48bab9e456f4", - "sha256": "38082a839f9f28d82dc5814b40ec784feadccbf1d1f7f18839cde2fed6a4618e", - "size": 464, - "uuid": "0d4e13c1-f806-4848-ba2f-fb2ddf8d1f01", - "version": "2019-07-23T06:09:10.828000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2ed0cc88", - "indexed": true, - "name": "analysis_file_211.json", - "s3_etag": "434c82b664d0d16f2b77c25c54c469dd", - "sha1": "c1c1900d675421ae7cff5a51a3a80202206d6f8f", - "sha256": "38c514633fced1594139559db3ded1c64335690679be05c97a1b357914994a5d", - "size": 464, - "uuid": "bb530315-61b4-47d5-99eb-9e76f3b1b19b", - "version": "2019-07-23T06:09:13.820000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "030a59ae", - "indexed": true, - "name": "analysis_file_212.json", - "s3_etag": "df8ba9a5f13ccae5eef83eeba7623d08", - "sha1": "222b8abb57dd544e12bbdf44cb021226ab704369", - "sha256": "998b7d99a3807a372dd1f2ec59ecb285c2c1b551598e08b5fefa994111371668", - "size": 464, - "uuid": "1a62335d-e8a6-495e-80b0-bc109aa9cf04", - "version": "2019-07-23T06:09:16.823000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "85b5b04f", - "indexed": true, - "name": "analysis_file_213.json", - "s3_etag": "176e554c312b2ce469b0420ad950d8c0", - "sha1": "ed6e0dc7abb5975ee0fdcccfacaafe177da0f618", - "sha256": "5c52c924bfe367f531e0e9642d018d2f7340ec533c4f45bb5a9ae01cbf1a8086", - "size": 464, - "uuid": "9b0015d6-d4ad-4344-b881-19f63dc9c164", - "version": "2019-07-23T06:09:16.823000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "08010869", - "indexed": true, - "name": "analysis_file_214.json", - "s3_etag": "73364c9b2499f07442f52595ed95ae14", - "sha1": "b5928c47f0eaf2c17225ee2f7c7dcf06f5eb883f", - "sha256": "d6ee3ee9225c91abc410d072a55abf89ee5137d960a5df2275e15bcab2ea389a", - "size": 464, - "uuid": "db4468f6-6f2f-4cae-9f50-3e2487063143", - "version": "2019-07-23T06:09:19.822000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2b3980f6", - "indexed": true, - "name": "analysis_file_215.json", - "s3_etag": "d242c2df65e362a9d8d5df988833f474", - "sha1": "494b526cb117e1bf986f0dfc3b4d92eab24b0c22", - "sha256": "1264c2552662571014ca043dc39a58f83f10e5600b9b4eeb034770c05f887fba", - "size": 464, - "uuid": "e0fba685-682c-4a8c-a4c1-7469075d2355", - "version": "2019-07-23T06:09:22.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3187b97d", - "indexed": true, - "name": "analysis_file_216.json", - "s3_etag": "f8011afb906799800a5f5c3c100c4b55", - "sha1": "554471b0d6854231c4f2e944db72fc80ac62f00f", - "sha256": "63c157362866af755a2c967eca159ce1050eace7b005ea5e66bd0b23dd4076d8", - "size": 464, - "uuid": "84db4a86-cf50-4e00-aaab-4a277737f085", - "version": "2019-07-23T06:09:22.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "91e0495b", - "indexed": true, - "name": "analysis_file_217.json", - "s3_etag": "23086a0e8bdd969d2c6e593b7c5723cc", - "sha1": "a1757a278634d35be4a7a028233e06b5fe57c132", - "sha256": "f66e0c9441d4d4965034efdb2e1d90391727947c0ce826641d40f4ce993a82cc", - "size": 464, - "uuid": "f719374f-7e9d-4aa0-a135-37d378018385", - "version": "2019-07-23T06:09:25.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "45a6faec", - "indexed": true, - "name": "analysis_file_218.json", - "s3_etag": "a69e77e42414c0cde6bc68c22dfe0cf3", - "sha1": "2432a2110eacee8f6d098afb3cfb5af2e45b2126", - "sha256": "26836a8e8862560b41b8a26f19cb3a4cdf62a5f6c48d5bee49165f091b64e214", - "size": 464, - "uuid": "df814431-6493-4c7a-ae77-f615174cc8f0", - "version": "2019-07-23T06:09:28.828000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ebca6b1f", - "indexed": true, - "name": "analysis_file_219.json", - "s3_etag": "6734757e3b344629a950cb394732fe77", - "sha1": "839c9552810a609509ecadde553edaf1b164524e", - "sha256": "1a31925f8b9d9426ecde3f477d202760ebe214d8ebca4edeeb83863cb4d6fe45", - "size": 464, - "uuid": "1702dba8-95ac-4222-ab70-4a09c1281f17", - "version": "2019-07-23T06:09:31.837000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7526aee0", - "indexed": true, - "name": "analysis_file_220.json", - "s3_etag": "b06b7acd2f11cdb6d2399c3c3ee8d243", - "sha1": "5d16d5fb33c45cadff343124fb7bae5352be0cc6", - "sha256": "858ec6a669150772ccd6228c5c781c438410e2831ceaaaf600c12a6ab63854d7", - "size": 464, - "uuid": "a4ebbbda-8cf0-4dd3-acf2-935d4b21e635", - "version": "2019-07-23T06:09:31.837000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "92264ed8", - "indexed": true, - "name": "analysis_file_221.json", - "s3_etag": "859da830da7ea220d944df5dc5b3dae9", - "sha1": "3c31e9aa1c2aa769d7b964da49baf29d3390075a", - "sha256": "91ab093ecfd8d7713d0cf51e65feadd39adea9183d250c673264272b23d2997e", - "size": 464, - "uuid": "8cd2eb55-a0a7-449c-89f6-8955916433f3", - "version": "2019-07-23T06:09:34.824000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9a8a0f4b", - "indexed": true, - "name": "analysis_file_222.json", - "s3_etag": "d061c55afc4d89c8b671c97ff814e4b4", - "sha1": "fd9d966b118968116ae95fcd82f2f2de7ef9b87d", - "sha256": "6480b463a24301588030d349a6b20fbf70fe45bf322000fdf1e2d4f2a43df338", - "size": 464, - "uuid": "980a0a6e-0f00-417f-aaff-a70c28930008", - "version": "2019-07-23T06:09:37.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bd774e13", - "indexed": true, - "name": "analysis_file_223.json", - "s3_etag": "77f3ab7b993a918b24ac41abec1134b0", - "sha1": "29872f248a1320d91c5e499906841c8086a27b5d", - "sha256": "4bed7ee6662544a9d9f7fd910516fed585b8bc11bb9c63280b2e4737aafba22f", - "size": 464, - "uuid": "8248bc28-ed8e-4445-a3c9-8d86dbef1c33", - "version": "2019-07-23T06:09:37.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "db7ea9e1", - "indexed": true, - "name": "analysis_file_224.json", - "s3_etag": "38976d300c9f6a44fc386e881cea42dd", - "sha1": "0ce953a3e2a0e4be05ace6842922642c4a140990", - "sha256": "e72316e3e786395bea490c2c7f29dd821f754cceea7f2390335d60d636ac9cbd", - "size": 464, - "uuid": "28dc1d99-864a-40f3-b352-091bfa830f44", - "version": "2019-07-23T06:09:40.824000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5fafa0e5", - "indexed": true, - "name": "analysis_file_225.json", - "s3_etag": "79105a06fdfb5faaab69d8190748c0dd", - "sha1": "9c52a1dedfdd96c6ed7f8c799f16053775a7eb4c", - "sha256": "b650f657a5a96d091fa691a9cfdb3c7d1a2446dfcc4b7d005232e638c1f499c3", - "size": 464, - "uuid": "2054c82b-ab2d-4f2b-b36d-474ee1967db6", - "version": "2019-07-23T06:09:43.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9f049e88", - "indexed": true, - "name": "analysis_file_226.json", - "s3_etag": "3f0b5db897ab70d2fc75020b43bad683", - "sha1": "e68d63464cd924c73e8e7515c0d13f0f1a0ceb12", - "sha256": "2b4fea463e94b6ac834d97d521b190678830b67579305da6de80c92207ddc4a6", - "size": 464, - "uuid": "2e3fff44-0895-41ee-9fc2-392c60970871", - "version": "2019-07-23T06:09:46.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9860f0f6", - "indexed": true, - "name": "analysis_file_227.json", - "s3_etag": "4b7d49fa96a67255284400298547014e", - "sha1": "6cffd4f9acadf7bbbf2377e111eedd8201f4527f", - "sha256": "f6563c014e568ef1949795a692cc9e8fe734aaac572156c7beec8a1385dc20bc", - "size": 464, - "uuid": "4b65b43d-3f81-480d-9b56-64f32f05ae4a", - "version": "2019-07-23T06:09:46.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8e44e879", - "indexed": true, - "name": "analysis_file_228.json", - "s3_etag": "5a610355ea0651aacacd1cd0e309c67a", - "sha1": "ec6cbb919512f9cbaf96896d09f4ac0aeefe9b86", - "sha256": "a84a60ed8dfddd4722002627ee919dbdf5f2793a0c9ee3db6f22977eb2df4b80", - "size": 464, - "uuid": "f3a76c83-575b-4632-a199-79d224a41491", - "version": "2019-07-23T06:09:49.821000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "60306230", - "indexed": true, - "name": "analysis_file_229.json", - "s3_etag": "c2ce6cc1e92bc9f997e2690aa4989a33", - "sha1": "c914bd13d87a75f21f0b588ea33135ed24f6c08d", - "sha256": "dcbacef8c82839a1fac1cda991da073be73e0d5db20ec4acadba032c7bce79d7", - "size": 464, - "uuid": "834a3d7f-03c5-4b80-b812-e46c7a41ea85", - "version": "2019-07-23T06:09:52.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e1c3b104", - "indexed": true, - "name": "analysis_file_230.json", - "s3_etag": "6eb5d908ccc9007d4f5e7f34cfaa0a4b", - "sha1": "a4b10c3f226383fcbbd9dd0e5da7a84b3966e674", - "sha256": "b45bcfd2a89f88c63840677f7b9e1999d621031aa2c91039e58cdb43bf0ecb80", - "size": 464, - "uuid": "b96baaa5-a935-4613-a57a-d46680d65024", - "version": "2019-07-23T06:09:55.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "15e17f11", - "indexed": true, - "name": "analysis_file_231.json", - "s3_etag": "518c8f1902004525c09a6dd21e11f37d", - "sha1": "6769692786a27db02ad68fa749ec5630933fe27c", - "sha256": "5d225deb7510ca2e6f7058202b1d0182cd94969ab0723f074968b55a8bd8e4ef", - "size": 463, - "uuid": "0de7c34d-c46d-451c-9cce-456604ff8098", - "version": "2019-07-23T06:09:58.834000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7b0be212", - "indexed": true, - "name": "analysis_file_232.json", - "s3_etag": "6dc0e574e93d68d319d4e43f458039b2", - "sha1": "0eb6e90b2f951d1a529caea4359ffbca5097373f", - "sha256": "f6f9be4eefdbdb648188dbbb1c4ab6bd34aa01581e3cca1b2d06b8063f81ed61", - "size": 463, - "uuid": "27c0877d-17d8-4f7d-8f29-cac03169a134", - "version": "2019-07-23T06:09:58.834000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9f2eff59", - "indexed": true, - "name": "analysis_file_233.json", - "s3_etag": "cae70a67dda0bb257822af830667dcf6", - "sha1": "e30a6ad79eea1660778fb6dfff032bbd45a942a5", - "sha256": "26fe23df5181c34c9f2e0f619d09bb0fe8d6d972359e44e8ce4730c7d8deff6d", - "size": 463, - "uuid": "0c1db26c-7b42-425a-bdc2-e0939594874b", - "version": "2019-07-23T06:10:01.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8a7e8c0b", - "indexed": true, - "name": "analysis_file_234.json", - "s3_etag": "f3adef25bd59a3e6b73c3e6659bd0d86", - "sha1": "5f731e42728446b425ea58338d651d31fa7805c1", - "sha256": "a28bf5b39ed3370803eceb1b1d939658c1d43229557a4111324e39a68c6b5a68", - "size": 463, - "uuid": "3edd2d04-d41a-4877-92c0-79f9b81b9d46", - "version": "2019-07-23T06:10:04.830000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4d74dbb6", - "indexed": true, - "name": "analysis_file_235.json", - "s3_etag": "56c2573eb39347201518c5bfc429468e", - "sha1": "d64396affcdfc78cb978628f030eed395bf45ee7", - "sha256": "561c4d9e5f184defb68112cc41fce8e8852521862d929948c085d54b0730d03c", - "size": 463, - "uuid": "1874790c-9a17-48ae-ab4f-5608979d337a", - "version": "2019-07-23T06:10:04.830000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "004fa5c7", - "indexed": true, - "name": "analysis_file_236.json", - "s3_etag": "871857e17488f669af2ed193869302df", - "sha1": "564359c684951ac0e412078a0320db0a47ebfd64", - "sha256": "d8ba392dbc3432e059c82634c31aebac3c026d60063ffbee316f787f885fe5a7", - "size": 463, - "uuid": "270f194e-991f-4eee-a3bf-f3558e0875a7", - "version": "2019-07-23T06:10:07.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9f9ad53e", - "indexed": true, - "name": "analysis_file_237.json", - "s3_etag": "ee151198dc2cae03ba1b4f1814c08320", - "sha1": "f475b7fc35c14a096742241855170a811c618d5d", - "sha256": "770a2b8bc4c42bdaa40492eca81d8af37eee79435c2242c770e5f3d1a063adcd", - "size": 463, - "uuid": "d71b2d27-6a8c-4b86-93a8-4c8ed27de03d", - "version": "2019-07-23T06:10:10.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2258bbc1", - "indexed": true, - "name": "analysis_file_238.json", - "s3_etag": "dcfd453317a66ac688be8c29fb926d9b", - "sha1": "b35b8d7b359dfa14bff7ca82f081979a86ba9028", - "sha256": "43de14a386df47c540c2f672a56e213e92f4fe7b7079928f86ea0cb393b2f64e", - "size": 463, - "uuid": "b4eaf58e-77f5-4876-9116-8377b7768301", - "version": "2019-07-23T06:10:13.833000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "61217e11", - "indexed": true, - "name": "analysis_file_239.json", - "s3_etag": "cc6fbebc15654d2208704f63e2ab4f2f", - "sha1": "81a6d398f206c98da2080fd91297fb79449103d6", - "sha256": "6223d940e02c31eceb08c26d388b0f87e942b01f05609014bb0213c8fedc3c6b", - "size": 463, - "uuid": "2c10bd25-0258-4c0f-891b-27e5335aec37", - "version": "2019-07-23T06:10:13.833000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3e411606", - "indexed": true, - "name": "analysis_file_240.json", - "s3_etag": "377954e77d3af3f567b8def675ccd1ea", - "sha1": "d5bbe3e05f99d365f628c1d98a26f517076b8d3a", - "sha256": "f3a2103e990e9f8e07702888a95b17e030e9069ba28d0ef5af10b3a76059b9e6", - "size": 463, - "uuid": "e05803d2-29fb-4a42-afe1-9eb173d9f175", - "version": "2019-07-23T06:10:16.825000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "210c5d73", - "indexed": true, - "name": "analysis_file_241.json", - "s3_etag": "b12b59a401288471ce5c45072f2580d3", - "sha1": "6dbcafa9e6ad3aa38bc11ee97473c56fa681125f", - "sha256": "78225bf5705b76e75bf7876f0ce0b7c9958cf1682e2662946bd292545f6874c2", - "size": 463, - "uuid": "6d20852c-06d3-4187-be32-a6e654480e77", - "version": "2019-07-23T06:10:19.823000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "436d28c5", - "indexed": true, - "name": "analysis_file_242.json", - "s3_etag": "ab5e0607b72e05535210c127eeac4b2b", - "sha1": "fcb72f7a27f848a36d6d787aa539db3c3a3c2b06", - "sha256": "0c09750a7cbe16993e129b155dbc10fc96a4c7bccf386165cc85381fa8a515c9", - "size": 463, - "uuid": "a47f0826-d375-4c36-8dfe-e6c7c32f70ac", - "version": "2019-07-23T06:10:22.835000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ee1490f1", - "indexed": true, - "name": "analysis_file_243.json", - "s3_etag": "3f2511587341c620264ced27dd600128", - "sha1": "f09695079db191c4842a3fe3dbbc00e5b630f580", - "sha256": "da916c59d5c50d472fd9f87ec8b603bfbfe2e5d5db12992a6f42fbe84e944ecd", - "size": 463, - "uuid": "522e0dca-0892-4f00-9dde-195b754cb0b8", - "version": "2019-07-23T06:10:22.835000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "76ae472e", - "indexed": true, - "name": "analysis_file_244.json", - "s3_etag": "8f43af77dbf6750dbce9fda534bc5316", - "sha1": "e4357d0928e7c7f460b806c9336b53ecf0ea09dc", - "sha256": "0b37b4ba5b64b3d077eb567da5627813bd005dd1d4eeb76d1b60f420261f621c", - "size": 463, - "uuid": "b1217476-441a-44de-ab1b-fbe20d24c3ec", - "version": "2019-07-23T06:10:25.828000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c2b0491c", - "indexed": true, - "name": "analysis_file_245.json", - "s3_etag": "b0e3fe0e0bfc7f3809209782a4d259c0", - "sha1": "2f758b74d974f182e0936e725be53fb4cb888119", - "sha256": "b103895b2e4fd8f5bc70aa36bdbd443d24aa8a4572d4a1e525068c7a630fffae", - "size": 463, - "uuid": "4694137c-7509-4762-bcc0-f930d1e5a271", - "version": "2019-07-23T06:10:28.835000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "71cc8109", - "indexed": true, - "name": "analysis_file_246.json", - "s3_etag": "fc7323fc2576e62708f92e53d8c7a47f", - "sha1": "e2b10aba7d4f30e0d3aecbc24c19abd5bde85d6b", - "sha256": "ff5ddc432a97af37c08f1a15d0994cd8e69412979545db1ebaa3eb7b41ffd358", - "size": 463, - "uuid": "32cc38e3-118e-40e2-96e1-cd92fe3e11aa", - "version": "2019-07-23T06:10:28.835000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d1e98cbd", - "indexed": true, - "name": "analysis_file_247.json", - "s3_etag": "25819b20679f9b6992e5b67deb3a4ac2", - "sha1": "bf0de8a356405e035fa749cf681b69d43da788fb", - "sha256": "4c8c6f9d54e9dceb18751db1dfa3d7e658df21c831d3f58087702081b94ae57a", - "size": 463, - "uuid": "b72b09fc-9e76-40b4-99fe-8227504be200", - "version": "2019-07-23T06:10:31.827000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "86517dc8", - "indexed": true, - "name": "analysis_file_248.json", - "s3_etag": "2e4ced8df1c2869a18b1e7c216337204", - "sha1": "d229fca2de49161274b005892f08dff98dd4179b", - "sha256": "acbbddf66d31f39a3da56417e16eee5a52853ed3954173d41ec6479f50c3c7d3", - "size": 463, - "uuid": "a5e57712-e3c6-43ec-b0fc-869d9b66396e", - "version": "2019-07-23T06:10:34.835000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7baf26fb", - "indexed": true, - "name": "analysis_file_249.json", - "s3_etag": "7ef7fa1b4c8ebc04dd52c4ab4dd448b2", - "sha1": "1cc709d02cdb5bc2f672f1ac97277a350916d4ff", - "sha256": "98ade7cec986b631e9dacb8d6e9eab3351b03db36c184123819ed3d745bed8c0", - "size": 463, - "uuid": "080a1ebc-6d00-48ef-b293-138ef083f47d", - "version": "2019-07-23T06:10:34.835000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9472cb1f", - "indexed": true, - "name": "analysis_file_250.json", - "s3_etag": "9cb04fa3d1cfdbe8d2d8896ae92eb822", - "sha1": "6d1d14c3847190eb88612da948f616d8ef3fdf7a", - "sha256": "fc3ae9d91051b1d9a5c64329772e9733baa2e54be99ddb89931e1fcc61131694", - "size": 463, - "uuid": "9b65eed3-eb7a-4c63-9e8f-aeffa81f1e23", - "version": "2019-07-23T06:10:37.830000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6d09292b", - "indexed": true, - "name": "analysis_file_251.json", - "s3_etag": "36403401e457441ea0f3db5a6d89becb", - "sha1": "c4e41041871d57b00d7b4b248865cda59d122440", - "sha256": "14938fd52e9d834e8b662295c82892904ce2241132781242e640c5aa11d57fcc", - "size": 463, - "uuid": "0919427e-9f5f-4ce3-baf4-e825f86adbec", - "version": "2019-07-23T06:10:40.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d38bca5f", - "indexed": true, - "name": "analysis_file_252.json", - "s3_etag": "dc1e92d4775ee11a284051923133035a", - "sha1": "03a4c83dd777fb5ab645aea4dccc7047795ff533", - "sha256": "aaa0a51acd22fd7a067aaf259c0678fb71d05e5411fc93de4eef09797c1896b6", - "size": 463, - "uuid": "890b6a2a-99cc-4e0f-b561-45469acce96f", - "version": "2019-07-23T06:10:40.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "e7d23f1b", - "indexed": true, - "name": "analysis_file_253.json", - "s3_etag": "bd146d0a787cb87aeceadbcb0ff889d4", - "sha1": "7d85f69a40ee9361825d8c19714e43ff0d5de72a", - "sha256": "bffc25d75f2d5f1e0c50b9d688e29c47423269442666ce87adc2f164187c81cb", - "size": 463, - "uuid": "33c48f1d-0909-4e5f-9b41-422c6ab92406", - "version": "2019-07-23T06:10:43.829000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ccb548bd", - "indexed": true, - "name": "analysis_file_254.json", - "s3_etag": "1c6b75c7a476361323db413b99585814", - "sha1": "17da6b8d1c682af911ff94c70666ed64447b38ff", - "sha256": "8804dfe5f6ed7744b8d5017df8e497e9bb596741f7b3c9c75009ea9fd72b09f9", - "size": 463, - "uuid": "c8424e37-f930-4b5c-91b1-93d220968718", - "version": "2019-07-23T06:10:46.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b1dcf204", - "indexed": true, - "name": "analysis_file_255.json", - "s3_etag": "ee46fc1e0466a661ecbbfc88cd5dc40d", - "sha1": "a592eb021f1c183b5e6da62ef7ffce47f736c74c", - "sha256": "4ca0b46c2672617b607acbda186c00723f2bb68dde46c2dc06eb782155cff330", - "size": 463, - "uuid": "263cef0c-aac2-4dee-861d-50c74a116b97", - "version": "2019-07-23T06:10:46.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "269117ff", - "indexed": true, - "name": "analysis_file_256.json", - "s3_etag": "88f9919c4b7a5fabb9146c443e0c572d", - "sha1": "4083bbee32d39912fb7aa0d7a3644fc6d3af896d", - "sha256": "bad43e33118bf339369f04a9550b93e0ae48f6951d3d23bac63a247e54afd49a", - "size": 463, - "uuid": "8bbac3b8-17b8-48cb-8a08-4bd10da0d852", - "version": "2019-07-23T06:10:49.830000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d9deadd2", - "indexed": true, - "name": "analysis_file_257.json", - "s3_etag": "3d799baab9797a151fd1cd7724657264", - "sha1": "eecc1fd8842165d7c611c83cc69824ee4ab62a51", - "sha256": "19a456054cce4f54f5309bd1d2f4d6a9abc7982822f6dccf646094ace52a1fc7", - "size": 463, - "uuid": "ed54d68f-ec20-4925-8096-1aa7a2219166", - "version": "2019-07-23T06:10:52.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4024e284", - "indexed": true, - "name": "analysis_file_258.json", - "s3_etag": "64747994642e449b5141062d10b4f812", - "sha1": "e446e880c7d83018c55a2b4114574f3b91a891f7", - "sha256": "85fd4be545a8540b53f311c6a9057ae8c3a1caf0d675c68194c6949aa9f0c8da", - "size": 463, - "uuid": "26e09825-41c0-47a3-b88e-b3bdda55a64d", - "version": "2019-07-23T06:10:52.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f7582bee", - "indexed": true, - "name": "analysis_file_259.json", - "s3_etag": "7067ccc94a5023284bde4b77fbe1807f", - "sha1": "a0a8fad9c716d5213d7fbc43098f888355204c21", - "sha256": "3ba8f70cc89f08b064364aa178f410778f41df2d3fbca3c09cf5b4d54640b602", - "size": 463, - "uuid": "624ae45a-e684-484f-b35c-96c68f1c2818", - "version": "2019-07-23T06:10:55.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f0601c50", - "indexed": true, - "name": "analysis_file_260.json", - "s3_etag": "abd273cf956d3a5aa8e17f3cf3bbb5bb", - "sha1": "672dc460175242b6ece693706fd0402b7547b152", - "sha256": "f5b2ca74c93afe2a9d7c5b09c8b945b250731582b05d6362c735695d15b049e7", - "size": 463, - "uuid": "fe5c88b4-687b-4b66-87f0-271deb195aaf", - "version": "2019-07-23T06:10:58.826000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "640be576", - "indexed": true, - "name": "analysis_file_261.json", - "s3_etag": "9e5c6af0e8f872c3cf9724cc6e89012b", - "sha1": "68c25a83fa9aa255c855071a4f23d65ac65f64ef", - "sha256": "6c96fc5d7cfdc0b5bf43c77cdf4e918153dbdc6af58ae8b648c2ff3fd7fcc826", - "size": 463, - "uuid": "1ff25469-3040-497c-a2ad-ddfcbfa56e81", - "version": "2019-07-23T06:11:01.832000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2705421c", - "indexed": true, - "name": "analysis_file_262.json", - "s3_etag": "a991f2e2f97262484fd9131a85301f9d", - "sha1": "20c8087e5989ee4a1cb92968b1171a23ad2209e5", - "sha256": "31491ad4629e695ef1dce4cfb53f2ae140298c77a339572df04074ba65a4bdf3", - "size": 463, - "uuid": "a4e098fe-d251-4eff-a6c4-1516c3db5f45", - "version": "2019-07-23T06:11:04.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cdef59f2", - "indexed": true, - "name": "analysis_file_263.json", - "s3_etag": "5cd005fbd9dab43fca67b85f4ffeccc7", - "sha1": "42bd3de38026f70e278d817bf5d9f8486c0a15ef", - "sha256": "3f74accd93d8caf17045c264225af52c2d6a962e1b5277fbd3c1db480d23a6f0", - "size": 463, - "uuid": "45c524c7-9f61-4fd7-a188-73f2b2f222fe", - "version": "2019-07-23T06:11:04.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "239f9c5b", - "indexed": true, - "name": "analysis_file_264.json", - "s3_etag": "67c575e6dd9cfdfea6573f9f4d871a1b", - "sha1": "63593e8322fbc19786fc62b801557fb74fd4a385", - "sha256": "ddd774b91f41fa0206de4c8505e1e164dd93818e11fa8638d20a7349563f8e1c", - "size": 463, - "uuid": "a66b12e3-22e0-46b5-8431-49cae2781fa3", - "version": "2019-07-23T06:11:07.832000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6b99f388", - "indexed": true, - "name": "analysis_file_265.json", - "s3_etag": "bab31fd6d090338fd640cb58dc5c7a82", - "sha1": "b459df957d0d65359e2e0abc5336a6b07d33fad7", - "sha256": "5ae7b9a7ef23d1c9b9d2dac39ebf77923409a1a60be3b52b12d3ec2628dd6dad", - "size": 463, - "uuid": "d4c479b7-3fa9-45f9-b5dd-d566c069e0b0", - "version": "2019-07-23T06:11:10.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "97912a79", - "indexed": true, - "name": "analysis_file_266.json", - "s3_etag": "56642c91bee009ec93cd3e204ca9721a", - "sha1": "7b407ad992ded38cc951a43eb1a0c872df5dbdfa", - "sha256": "03137ea735f05a20a78bca930b03cb7707f4c7d6f40acbe870d7943cf99f6f93", - "size": 463, - "uuid": "9ea49dbc-aeec-4c23-89ad-6bb19dc4f3f8", - "version": "2019-07-23T06:11:10.838000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cfe0e363", - "indexed": true, - "name": "analysis_file_267.json", - "s3_etag": "8724f021fe01afbc79038fc5b5a6d230", - "sha1": "290d16f85dc56606ccb835c7082455d97faf8a78", - "sha256": "83dd360c5440998a7cc1ec5fc4d7a06d6dac4eab18a3c2e74a8fa500190f3b9a", - "size": 464, - "uuid": "0a06b519-54a2-4fe6-a0b9-ced484f2ee88", - "version": "2019-07-23T06:11:13.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "076faf37", - "indexed": true, - "name": "analysis_file_268.json", - "s3_etag": "7eb799adc92e1e50d863853065861874", - "sha1": "e52e1d445780636aecd5f0b5657babcc16f7e3ac", - "sha256": "b23784ce7491f64aaad880a978cb9be0ca8fb33bb1aff27bd939e962850d2d38", - "size": 458, - "uuid": "09e2872a-e14e-4278-90d9-0272bf674ade", - "version": "2019-07-23T06:11:13.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ca8fd300", - "indexed": true, - "name": "analysis_file_269.json", - "s3_etag": "5848b44307f1fa029daf9387c981ec2a", - "sha1": "1b79a9000638aaf6831b23494c374111dd2a01cf", - "sha256": "f25da64f0d155b8bbb258b6301b9cca39d6782ed2fb99b4f10cf744e379555cd", - "size": 458, - "uuid": "4531af8b-472e-4305-8584-136a6139136e", - "version": "2019-07-23T06:11:16.851000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "96e9a21c", - "indexed": true, - "name": "analysis_file_270.json", - "s3_etag": "242bca7569e56b7a9c2e7bd6e72d96c3", - "sha1": "66a16b1846aa93057192542920353fdd9b679356", - "sha256": "a0064dde99fd9130c90eb7dbc704bba895c6280bb22b0d97a53c008fac26f302", - "size": 458, - "uuid": "a21642da-c606-4318-9923-04fef26563c7", - "version": "2019-07-23T06:11:19.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "8b57d3d0", - "indexed": true, - "name": "analysis_file_271.json", - "s3_etag": "b877cbe2d103eb853164935771d0debc", - "sha1": "aa9b02db3bb83cd619fe34df954d6b714f22aae0", - "sha256": "1a4cbbf59d2db8a35f060740f0e27bfdcdc9929030fb55707f311b6dd4808aa2", - "size": 458, - "uuid": "cfe7e5fb-90ab-4a31-990f-ebae50e1ac55", - "version": "2019-07-23T06:11:19.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fda8cb61", - "indexed": true, - "name": "analysis_file_272.json", - "s3_etag": "2fd8ffeb85c00611d32755520abd1b08", - "sha1": "ddb060204b968819d67b45c0a9dc0f62f3747c61", - "sha256": "dbd22b4f7a425116fa3848439f0405485209d9eca5d40c61f2efab66e6903e1e", - "size": 458, - "uuid": "9e37e92f-fc60-4b1b-807a-b68b332ec42e", - "version": "2019-07-23T06:11:22.831000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "3ba04da7", - "indexed": true, - "name": "analysis_file_273.json", - "s3_etag": "762bb63fc76e1276ded59fc5dc5475ac", - "sha1": "e066836a0ddbc43f3803c8884bc6f8ab19155392", - "sha256": "423e4403e828a2fb18d159894cb80fb30dc2a88b557c90be107de7d809e6f6a6", - "size": 458, - "uuid": "0a138e45-159d-45ff-afe2-5615cd29e0c3", - "version": "2019-07-23T06:11:25.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5ffbbdc9", - "indexed": true, - "name": "analysis_file_274.json", - "s3_etag": "ecfa12bacec3c1ed47cdcabff318b833", - "sha1": "707f6cadd1d909e974a5b21c6664c37a045e4606", - "sha256": "ecc38848a85ab95c01d0823aa44854e6f78eb0f0bb5a66c95f35710f766cb6bd", - "size": 478, - "uuid": "4a4baaee-a014-4f01-8796-a78c53d26ff3", - "version": "2019-07-23T06:11:25.845000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6b77ecbc", - "indexed": true, - "name": "analysis_file_275.json", - "s3_etag": "fc558403b9d98ce7403c64c8ca8bc332", - "sha1": "48af45f9d5f8e68610e66776b265da3a275d7fe5", - "sha256": "3efc97e53231b4eea79f222fd76de9981bfaac977bd7a08c140922e1acc60f3c", - "size": 474, - "uuid": "ddb54f6b-6286-443d-854e-5cbdd3e73ac9", - "version": "2019-07-23T06:11:28.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a029a809", - "indexed": true, - "name": "analysis_file_276.json", - "s3_etag": "f35f0aa7156306ca1404e8a89df28a27", - "sha1": "1755f2f263345accf482be590a6138279f9c51e2", - "sha256": "90d8835223f2fb479b933b3c84631b5af6056a5f86e67a9f09ed0e91003eeaec", - "size": 483, - "uuid": "82bdd527-5c90-4baa-9970-9067a2c1f7d1", - "version": "2019-07-23T06:11:28.839000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "cd029d8f", - "indexed": true, - "name": "analysis_file_277.json", - "s3_etag": "7eb6265a8732e883ebc010582d11f139", - "sha1": "b82ec0915937834e1f7b5ef03993d2761713d0b9", - "sha256": "8e44729dcd20700eecb63ce3ce394334a49af9302f102943df374717c865c3a9", - "size": 477, - "uuid": "c3feea3c-fcf6-46f5-93db-dd54433e3cf4", - "version": "2019-07-23T06:11:31.841000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "c292a108", - "indexed": true, - "name": "analysis_file_278.json", - "s3_etag": "6d8ebf4baa4f160881abbac9be099225", - "sha1": "bb2c65831379dc7ade5e7c9701f2621930ff4db5", - "sha256": "edd982cc55d722dfd5efd91a42b13fd126f1c0ab5990baacae1686f932a31f38", - "size": 477, - "uuid": "ff3620c9-5c36-48c0-a4ec-937fd585636e", - "version": "2019-07-23T06:11:31.841000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "5e6fc8dd", - "indexed": true, - "name": "analysis_file_279.json", - "s3_etag": "91ed4094292d66a3d14c3bb58de630f3", - "sha1": "c36d2205dfb8f76cc7c8936d1f5600d05c2a8a52", - "sha256": "98b68a60fd51354351796af88f2003daa9fd9dc0393c3cb187051072c688ea54", - "size": 473, - "uuid": "e727ebf7-276b-4704-801d-cd2f3b81a5c5", - "version": "2019-07-23T06:11:34.836000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a24dcff2", - "indexed": true, - "name": "analysis_file_280.json", - "s3_etag": "bbda005a9f8b771ca32ad634331f014a", - "sha1": "d340a6be849a7b5bc196dbf10c4f870c7a88f1fe", - "sha256": "794e47f7d712268fa6e1eb19288cfeb0d91d7d5d66340926e89cc6d25bacd762", - "size": 482, - "uuid": "fab74ba6-81c8-4d8c-b8c3-9b82e31f5b9f", - "version": "2019-07-23T06:11:37.844000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "a5dcc20c", - "indexed": true, - "name": "analysis_file_281.json", - "s3_etag": "f6b41128b57e2f5f1c55bbc226fd8ae5", - "sha1": "3c697ca91c84373cc0e564505a565f467736b239", - "sha256": "797519b89b7cbcafdb73ae47f50ae379fb275a9dcc8339832c2bac569ef5a92c", - "size": 476, - "uuid": "2b264ded-d29d-43e2-8288-26ab7ab1406b", - "version": "2019-07-23T06:11:37.844000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "68bbac3d", - "indexed": true, - "name": "analysis_file_282.json", - "s3_etag": "42bdfd8c80f24a90a7add63228235311", - "sha1": "8fe7ec667e7d962fc45f01ae0c270f9dddd46dcc", - "sha256": "bfcad4c6b7c1bfd7e5b0bee1f9c7b1af3d996eb53ae747cf3d92ae7e675fb551", - "size": 407, - "uuid": "86db2ba1-16df-4d73-afea-18148d4e7faa", - "version": "2019-07-23T06:01:52.777000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "957dd6a8", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "23da4b7c77d23e7a466925b5c8a998fc", - "sha1": "e6712e3154593ba13ae55301a34cc9e539415abc", - "sha256": "026d78470b1118f486d5f7efc66c66a4f9b0e7b63382d74573ec03372a2f556e", - "size": 607, - "uuid": "3f193e72-8efe-4c2a-ace1-79140ca36477", - "version": "2019-07-18T21:22:48.292000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "87b70753", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "36610d80a658d1dcc4887ae1d47bd8cb", - "sha1": "4822d7b272f32331d82cf9cb9f356ae6a826b426", - "sha256": "dfd9c0abbb9e5e7e2ab7bedfb21b756517348e2c0cbe69ef2138de7b2e517093", - "size": 607, - "uuid": "078b71eb-220a-43e5-a0fc-4f231e90f85f", - "version": "2019-07-18T21:25:28.971000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "820c8cc3", - "indexed": true, - "name": "project_0.json", - "s3_etag": "8c065dd8633c869df498b3cf0f4fb86d", - "sha1": "f730de75afcef104da41761418c89eb61d16a54c", - "sha256": "c0e00a0eec11c46febbb483947262700bbf0e9f67ca15dce024933ff48536aba", - "size": 4332, - "uuid": "091cf39b-01bc-42e5-9437-f419a66c8a45", - "version": "2019-07-18T21:12:44.350000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "ae425481", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": "4d560593ee43c7c7cdc5990f599afc67", - "sha1": "0cab92293721d59ac85dee8947d68bf599018db9", - "sha256": "e22c65941757e2cece003b15604e3c35e8108092e5fdd583b2d114509842ad31", - "size": 488, - "uuid": "d3e7bf92-3c6b-433d-a4ac-488b9d099a74", - "version": "2019-07-23T05:06:10.475000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "306c57c5", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "a76f6fb7953cf05653f901132832a7c0", - "sha1": "b34456c154e8689630c72d9b7b0b1c5a6f91d10a", - "sha256": "57d2a545a8a8748bf46755518e04b201904e32ce480d97c301727bb5baa73186", - "size": 1772, - "uuid": "dc19bb22-ae7b-431b-9b8b-7b49799a8fcd", - "version": "2019-07-18T21:12:44.269000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "9c6b958e", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "67933d9c4dbbce2736eb2c6769e19733", - "sha1": "e832299fe438e03cb476eed4e76c220fc11e3b0f", - "sha256": "3e8d00dc1f929937ab26cbbef2fa7b1f3f1a7b253dde79724fcdfabeca59e0d6", - "size": 880, - "uuid": "461851b8-55a5-4ae6-a52a-5bca71a00beb", - "version": "2019-07-18T21:12:44.253000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "10d3414d", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "37763d1785eb42e437b8cc700b6473c0", - "sha1": "d3bfcb19441f44e5bcc4999ab529d702fbdd94cf", - "sha256": "0018d939919b99a3babc277529f643a96f0469129c75dda17f346ddf2213cc48", - "size": 653, - "uuid": "79f7c6ac-ada8-4c17-86ec-e73e87b94374", - "version": "2019-07-18T21:12:44.265000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "23cd68d3", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "ff76523d4aca2f8ac092eba448f74b70", - "sha1": "42e53f48da167ccfba628a6c06c6c84986dbaab1", - "sha256": "cd2254f05dc489f57bf4702a3d6e622e68fc06237893656bba981a2059922c14", - "size": 767, - "uuid": "5d9fc5a2-5516-4205-9d6e-8d0d674f146f", - "version": "2019-07-18T21:12:44.344000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "15bb51b9", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "224fdcca73a74266a261415ce7dffc58", - "sha1": "b98090c814dcbbed0d7432905a849a63a072b697", - "sha256": "1246af728ff2d608614c9922534d9b49b484252dcd38725c0faff7b850ce172b", - "size": 22202, - "uuid": "af6dce39-9d35-4299-8239-03ba1d513342", - "version": "2019-07-23T05:06:10.588000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "4094d412", - "indexed": true, - "name": "process_0.json", - "s3_etag": "3c0ae6bf43a7f17bde86f535222db0c3", - "sha1": "cfdeac00653613b8937a9abc2a5987d9a577833b", - "sha256": "0001f93a397a5ec70ca9ac55e0269ec5f7993f72c47afd66b223eb0aa5113302", - "size": 546, - "uuid": "f59c9106-16a8-47f8-b681-490d23ee09de", - "version": "2019-07-18T21:12:44.356000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "92b89456", - "indexed": true, - "name": "process_1.json", - "s3_etag": "ae28c7d367ea72a6b19edc3626f5cb89", - "sha1": "70f0122981f6c1efb5be293041c16c092d31d1c6", - "sha256": "a78ea460c1972372b4503d0eaf97dce4266762b1cbab945944df1d579d22b161", - "size": 377, - "uuid": "a03f7164-419b-4792-9a52-e6dda08b85bc", - "version": "2019-07-18T21:12:44.410000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "ca40679a", - "indexed": true, - "name": "process_2.json", - "s3_etag": "8174804c6c93b264516d433e6d8f6c87", - "sha1": "4e7016b8a8b91efdce697a87b84a4383aae05dc1", - "sha256": "f5438377520f62f5d8a0ff8a35bd4e57393fea257c39b45d360321eb9543832b", - "size": 376, - "uuid": "57d2c83d-cd8b-44c9-9644-c3475a44b0a7", - "version": "2019-07-18T21:12:44.498000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "75ada0a0", - "indexed": true, - "name": "process_3.json", - "s3_etag": "90eea457dadbdb2071cc312e4f5eeead", - "sha1": "c4d11c718c63c9823a598fc9180296ad0a4eca90", - "sha256": "5c0a6f771685ae543c7656d39342054f0356d87743a612b4510cb51a8f6cc5f5", - "size": 414, - "uuid": "8b1f44be-7eaa-4030-b6c5-697c5fc388eb", - "version": "2019-07-18T21:12:44.455000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "927d1da3", - "indexed": true, - "name": "links.json", - "s3_etag": "0617fdd7789db13775d2ffafd4dcefc9", - "sha1": "477428b0566112cf9a50d4b7fdf6716ad0b7d630", - "sha256": "5cc8bd0f57369d910fe69c742c42d6ead90397a01ecdece4ceb0a83963800384", - "size": 18864, - "uuid": "a3c7cdcb-131d-467e-852d-b556d307c40e", - "version": "2019-07-23T06:45:53.877413Z" - }, - { + "manifest": { + "analysis_file/2afae9e4-be02-4d57-bc44-24931f71d54c": { + "content-type": "application/gzip; dcp-type=data", "crc32c": "28590550", "indexed": false, @@ -3624,7 +13,7 @@ "uuid": "9689a1ab-02c3-48a1-ac8c-c1e097445ed8", "version": "2019-07-23T06:45:56.193221Z" }, - { + "analysis_file/7a42f079-a318-4975-9d91-8f1e816531de": { "content-type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document; dcp-type=data", "crc32c": "56fa99fc", "indexed": false, @@ -3636,7 +25,7 @@ "uuid": "787084e4-f61e-4a15-b6b9-56c87fb31410", "version": "2019-07-23T06:45:57.057500Z" }, - { + "analysis_file/aaaf3d7b-9602-4d74-aa6f-b429e1e8b8ef": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "57fd2051", "indexed": false, @@ -3648,7 +37,7 @@ "uuid": "b2976a9e-f37a-4dd4-91b6-ff57ecf2d3d9", "version": "2019-07-23T06:45:57.870215Z" }, - { + "analysis_file/433f86ab-0a07-4f8c-ac18-b4dec37fa434": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f65585b6", "indexed": false, @@ -3660,7 +49,7 @@ "uuid": "205b6575-dde3-4b63-b78a-b290c5b87403", "version": "2019-07-23T06:45:58.105975Z" }, - { + "analysis_file/5ec54ddd-c6d7-4ae6-a822-94720c7bdbd1": { "content-type": "application/gzip; dcp-type=data", "crc32c": "76be2773", "indexed": false, @@ -3672,7 +61,7 @@ "uuid": "28dfb106-a259-44dd-bf8e-63683c0a6dec", "version": "2019-07-23T06:45:58.957224Z" }, - { + "analysis_file/b7890117-4733-4979-91ec-ba0208e088e9": { "content-type": "application/gzip; dcp-type=data", "crc32c": "d08eee5e", "indexed": false, @@ -3684,7 +73,7 @@ "uuid": "ff45fad9-74ba-4530-87b7-aa9997f0c68a", "version": "2019-07-23T06:45:59.355450Z" }, - { + "analysis_file/5350b852-077e-43e3-885b-d1b37b3d7a6e": { "content-type": "application/json; dcp-type=data", "crc32c": "2ec4881d", "indexed": false, @@ -3696,7 +85,7 @@ "uuid": "e488bef5-04a9-4adb-bf6e-279b11daa7af", "version": "2019-07-23T06:45:59.571299Z" }, - { + "analysis_file/2c0bc0eb-739f-42ea-a5df-7d2943977fab": { "content-type": "application/json; dcp-type=data", "crc32c": "444a7707", "indexed": false, @@ -3708,7 +97,7 @@ "uuid": "edeec1a2-026e-4467-9f3d-7887a9adc91d", "version": "2019-07-23T06:45:59.857953Z" }, - { + "analysis_file/93153632-bf8c-49bb-a283-00957c7f853c": { "content-type": "application/json; dcp-type=data", "crc32c": "444a7707", "indexed": false, @@ -3720,7 +109,7 @@ "uuid": "5c166087-c87f-45d6-a531-8ec6d29754dd", "version": "2019-07-23T06:46:00.049191Z" }, - { + "analysis_file/01d206e5-47b4-48dd-b823-74e62e2325d1": { "content-type": "application/json; dcp-type=data", "crc32c": "e7b081a4", "indexed": false, @@ -3732,7 +121,7 @@ "uuid": "c3ba2d3d-58fc-42b2-9c06-9fada43f41b7", "version": "2019-07-23T06:46:00.296986Z" }, - { + "analysis_file/752857d0-35f9-46fa-9888-fde25f21195b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ccf165e9", "indexed": false, @@ -3744,7 +133,7 @@ "uuid": "623ff088-74c5-433c-bdba-51ca67b30836", "version": "2019-07-23T06:46:00.690112Z" }, - { + "analysis_file/ded3278c-98d4-43d1-81ce-5233f7123842": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "83893f92", "indexed": false, @@ -3756,7 +145,7 @@ "uuid": "f3e44bed-2460-4e2f-8dc6-e41d4e21510d", "version": "2019-07-23T06:46:01.081702Z" }, - { + "analysis_file/2e205f24-56cc-40ec-81b1-c17ebd0a5047": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a7fc43c5", "indexed": false, @@ -3768,7 +157,7 @@ "uuid": "69b77a38-5c23-4429-94c1-b17d7a4fec5c", "version": "2019-07-23T06:46:01.422111Z" }, - { + "analysis_file/cc486886-d9a2-44e6-8bf3-84a84c035ff6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "59bc0aad", "indexed": false, @@ -3780,7 +169,7 @@ "uuid": "08915e23-ccfe-4b46-a445-2f48630ae7a8", "version": "2019-07-23T06:46:01.821260Z" }, - { + "analysis_file/20ac4de0-bb12-4f99-9e54-bd6f284c741a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0d8cd1ff", "indexed": false, @@ -3792,7 +181,7 @@ "uuid": "2c701dff-a283-48f7-a67f-fd0708746605", "version": "2019-07-23T06:46:02.309624Z" }, - { + "analysis_file/d6ccfc37-bccb-463f-bd96-53accf9b5803": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7ec55cf8", "indexed": false, @@ -3804,7 +193,7 @@ "uuid": "98e75dc0-0b26-41ed-b545-36e8b7d96df1", "version": "2019-07-23T06:46:02.789752Z" }, - { + "analysis_file/12c88fdb-2350-498c-a51c-6f93fad50621": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f45bde01", "indexed": false, @@ -3816,7 +205,7 @@ "uuid": "09695392-cf77-47df-b296-1003c20bea08", "version": "2019-07-23T06:46:03.189471Z" }, - { + "analysis_file/bf4431ba-80da-468c-852b-7dbe008519f6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0c5cd29d", "indexed": false, @@ -3828,7 +217,7 @@ "uuid": "e6ef8ad5-928f-4cd2-b773-8e2d078e5d3e", "version": "2019-07-23T06:46:03.596186Z" }, - { + "analysis_file/4018b8da-201c-423b-a26a-737549674742": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ea6b1cc9", "indexed": false, @@ -3840,7 +229,7 @@ "uuid": "d20d0b30-8455-4bf5-ab03-ad430b279590", "version": "2019-07-23T06:46:03.975997Z" }, - { + "analysis_file/8be955e9-eb4e-4834-8576-0fd7ba1c672d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5a7101ed", "indexed": false, @@ -3852,7 +241,7 @@ "uuid": "ce7dc85c-5745-4c7e-8f2c-433d5ef98ed0", "version": "2019-07-23T06:46:04.397849Z" }, - { + "analysis_file/291bc053-766d-4b04-aa69-53a7d6a05366": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "dccd7461", "indexed": false, @@ -3864,7 +253,7 @@ "uuid": "e685cbab-3147-42e9-a8d3-68e33836bcda", "version": "2019-07-23T06:46:04.746479Z" }, - { + "analysis_file/80b4596c-4047-40f7-8e90-d7ba13c3aba4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "89cf69cc", "indexed": false, @@ -3876,7 +265,7 @@ "uuid": "e2c7fc43-37f1-46f6-abec-042005826967", "version": "2019-07-23T06:46:05.112784Z" }, - { + "analysis_file/bd8f069d-1b75-4f7d-b10a-55efe37e4625": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1e098ffe", "indexed": false, @@ -3888,7 +277,7 @@ "uuid": "44b60b61-703a-48a5-a545-46d5473e1af1", "version": "2019-07-23T06:46:05.486422Z" }, - { + "analysis_file/287203a8-b15c-4fc9-ade7-4bfa9b4928e7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f773b4da", "indexed": false, @@ -3900,7 +289,7 @@ "uuid": "ae99c085-13d6-44a4-bb51-50541f17e527", "version": "2019-07-23T06:46:05.951288Z" }, - { + "analysis_file/3574966b-2810-45e2-8a1f-bb20a183d9c2": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "154df4f9", "indexed": false, @@ -3912,7 +301,7 @@ "uuid": "a4b0c103-b579-473b-aef7-44c83e0f69f4", "version": "2019-07-23T06:46:06.361917Z" }, - { + "analysis_file/5a2aa294-f923-4331-98c0-e9556263252e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ea50f0f0", "indexed": false, @@ -3924,7 +313,7 @@ "uuid": "4cbd242c-46d5-4443-913a-40b2f938726a", "version": "2019-07-23T06:46:06.714015Z" }, - { + "analysis_file/1e84fd86-6cd6-4533-8b48-cd314820e9a9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "79a47905", "indexed": false, @@ -3936,7 +325,7 @@ "uuid": "bd2da24e-38f0-4760-9698-525a1012735a", "version": "2019-07-23T06:46:07.096624Z" }, - { + "analysis_file/058de439-51f8-47d4-8e63-c98ea902e527": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b136c528", "indexed": false, @@ -3948,7 +337,7 @@ "uuid": "4199d988-dc7e-4ad5-b379-c08c7e1e246e", "version": "2019-07-23T06:46:07.436291Z" }, - { + "analysis_file/f7ab60fb-4ffb-43d5-8ce3-1ce6559d97b5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c84608a9", "indexed": false, @@ -3960,7 +349,7 @@ "uuid": "94d22b10-d6c7-4908-bc08-f3fca1a86d8f", "version": "2019-07-23T06:46:07.780637Z" }, - { + "analysis_file/f42e5e79-a8a9-425d-a4bb-b1e3b166f3d4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "78dbe288", "indexed": false, @@ -3972,7 +361,7 @@ "uuid": "c5286537-22a2-4e5e-a6ea-a8766f743651", "version": "2019-07-23T06:46:08.183562Z" }, - { + "analysis_file/2c0a6b30-a4f7-4edf-86b3-bf344e895893": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f95330bc", "indexed": false, @@ -3984,7 +373,7 @@ "uuid": "4c745806-efaa-4b09-ac7d-45b6deacd540", "version": "2019-07-23T06:46:08.565914Z" }, - { + "analysis_file/80224b34-0cab-4b02-95db-99573c3aaf4d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "989858f1", "indexed": false, @@ -3996,7 +385,7 @@ "uuid": "59261ad3-7584-4996-8b34-d04a904e488f", "version": "2019-07-23T06:46:09.270254Z" }, - { + "analysis_file/48ca6e39-74f8-458e-8233-7e310a873f1d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e9599679", "indexed": false, @@ -4008,7 +397,7 @@ "uuid": "75887550-ff40-4669-b39f-9c60e52a7815", "version": "2019-07-23T06:46:09.626452Z" }, - { + "analysis_file/0e722000-9c5a-409e-b113-6f1382317a61": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ce913df4", "indexed": false, @@ -4020,7 +409,7 @@ "uuid": "ca65d307-35e0-4016-9495-6efd94bc5d53", "version": "2019-07-23T06:46:09.998113Z" }, - { + "analysis_file/b4038c93-a07c-4573-8d5a-0428fb766db0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e76cdcc6", "indexed": false, @@ -4032,7 +421,7 @@ "uuid": "f90398f2-3537-497a-9ac0-8eee1b460943", "version": "2019-07-23T06:46:10.349807Z" }, - { + "analysis_file/c847ae70-af73-4294-bbdc-b0ac1f10fcc3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ea328801", "indexed": false, @@ -4044,7 +433,7 @@ "uuid": "e32b6115-9166-4153-8a04-b10baaf2edb0", "version": "2019-07-23T06:46:10.749441Z" }, - { + "analysis_file/0074fd7c-1c4a-45bb-9a3e-f27f4d66d9d8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "517fd566", "indexed": false, @@ -4056,7 +445,7 @@ "uuid": "94750339-9ba9-4055-a48b-928877279ed4", "version": "2019-07-23T06:46:11.139388Z" }, - { + "analysis_file/fb66bdf7-df50-4ef1-8c11-e643afc4e1a2": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c733e76f", "indexed": false, @@ -4068,7 +457,7 @@ "uuid": "442c3a10-6417-4a4f-b63d-8be9965c3f3a", "version": "2019-07-23T06:46:11.499891Z" }, - { + "analysis_file/981391eb-6ed5-4f38-8b50-99c49db205dc": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8ace69e7", "indexed": false, @@ -4080,7 +469,7 @@ "uuid": "c1b4d6bd-d180-4e47-b9b4-b0db548f7f44", "version": "2019-07-23T06:46:11.850581Z" }, - { + "analysis_file/7f9e2c6c-abfa-46f6-84bf-c7957c2e25b5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "12f892fb", "indexed": false, @@ -4092,7 +481,7 @@ "uuid": "1a764cef-19c9-4c29-b881-1e67314a94a0", "version": "2019-07-23T06:46:12.209553Z" }, - { + "analysis_file/182fa5c6-b762-414d-8117-d1b7fd6b554a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1b5027a9", "indexed": false, @@ -4104,7 +493,7 @@ "uuid": "948fda31-9278-4b6d-b334-aed0c666e29e", "version": "2019-07-23T06:46:12.667336Z" }, - { + "analysis_file/00689444-5c04-4d33-bc48-bf9412382086": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8ba2ce43", "indexed": false, @@ -4116,7 +505,7 @@ "uuid": "bc34b6f8-06c0-4ecf-b166-8544211e0338", "version": "2019-07-23T06:46:12.981118Z" }, - { + "analysis_file/80168b45-6e50-4385-902a-b9da569f272b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "afaa6dfa", "indexed": false, @@ -4128,7 +517,7 @@ "uuid": "4b2ae692-443f-4e5c-9090-99550c22758b", "version": "2019-07-23T06:46:13.403514Z" }, - { + "analysis_file/63731ed9-61dd-4e32-9696-89b7c4778819": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c06e2db0", "indexed": false, @@ -4140,7 +529,7 @@ "uuid": "56b0c4fe-2825-43cc-b92d-42f39aba5a72", "version": "2019-07-23T06:46:13.808084Z" }, - { + "analysis_file/cd4c3355-1e7f-4e6f-989b-b067bcd257d9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "64a99d84", "indexed": false, @@ -4152,7 +541,7 @@ "uuid": "372548d0-98cc-4ef8-9f9b-291e42f783a6", "version": "2019-07-23T06:46:14.129179Z" }, - { + "analysis_file/12499e08-3eda-42f6-97f1-bb5e6d6b2dc4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "929d64cf", "indexed": false, @@ -4164,7 +553,7 @@ "uuid": "c6c63389-cb91-4f6e-9876-fedf66764025", "version": "2019-07-23T06:46:14.487313Z" }, - { + "analysis_file/d0247302-2653-423d-9945-b160f29a6658": { "content-type": "application/json; dcp-type=data", "crc32c": "8b5b2211", "indexed": false, @@ -4176,7 +565,7 @@ "uuid": "f0355dfa-b55b-4c1e-ab7e-108b78d7eaa3", "version": "2019-07-23T06:46:14.841294Z" }, - { + "analysis_file/fe8110a2-8616-4bdd-a867-b44612f7904f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5f5f9f6d", "indexed": false, @@ -4188,7 +577,7 @@ "uuid": "8208944d-0e71-4709-ae40-e8223e5a75bd", "version": "2019-07-23T06:46:15.144227Z" }, - { + "analysis_file/a3c971eb-dd56-4dcd-adb1-530ac7fefca2": { "content-type": "application/json; dcp-type=data", "crc32c": "672998a9", "indexed": false, @@ -4200,7 +589,7 @@ "uuid": "bab2d7e5-e2c2-4f9d-bbe8-75dd1665f722", "version": "2019-07-23T06:46:15.889822Z" }, - { + "analysis_file/ea51d2fb-3e38-45b4-b547-683068565fb4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2bf04f89", "indexed": false, @@ -4212,7 +601,7 @@ "uuid": "f79e83aa-a6d1-408b-9226-c15648630a7b", "version": "2019-07-23T06:46:16.159026Z" }, - { + "analysis_file/742d8919-182d-4c87-a15d-8857616e9e6a": { "content-type": "application/json; dcp-type=data", "crc32c": "7aab71c3", "indexed": false, @@ -4224,7 +613,7 @@ "uuid": "d62f66c9-81b3-4627-8189-16a894d78751", "version": "2019-07-23T06:46:16.437608Z" }, - { + "analysis_file/05d16edd-0757-4497-804a-2d540f280f5f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5e4401f6", "indexed": false, @@ -4236,7 +625,7 @@ "uuid": "57f0715c-0b39-473a-bf24-656e14935404", "version": "2019-07-23T06:46:16.817917Z" }, - { + "analysis_file/e8876fea-5529-4e3c-8a1f-6cd0351d95fc": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "db87d1be", "indexed": false, @@ -4248,7 +637,7 @@ "uuid": "a23e2d98-3fdb-49fa-89f5-ff2a12af29d1", "version": "2019-07-23T06:46:17.267172Z" }, - { + "analysis_file/97c23453-969b-4603-8118-6dfed4c48f67": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6349a732", "indexed": false, @@ -4260,7 +649,7 @@ "uuid": "a9c1329a-eba8-4407-854b-19538e2ecb2a", "version": "2019-07-23T06:46:17.661337Z" }, - { + "analysis_file/4687994b-b705-4e73-be71-45d6269e952e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f1259246", "indexed": false, @@ -4272,7 +661,7 @@ "uuid": "41bf6357-a5f1-4200-9ded-7ce95aaa0e11", "version": "2019-07-23T06:46:18.065482Z" }, - { + "analysis_file/90ee27d0-46f5-4d79-9e89-708f0f969856": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4bfc0ba0", "indexed": false, @@ -4284,7 +673,7 @@ "uuid": "91be56eb-e937-4184-9812-59ec12a3f58c", "version": "2019-07-23T06:46:18.696802Z" }, - { + "analysis_file/50752731-16ef-4a55-a849-e3cbf749ce0e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "74bee364", "indexed": false, @@ -4296,7 +685,7 @@ "uuid": "a2fc9d90-fb53-4c3d-99b2-dbe3516745c5", "version": "2019-07-23T06:46:19.261562Z" }, - { + "analysis_file/4e1db8fa-f50b-417d-a047-345bba0e64cf": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "06645508", "indexed": false, @@ -4308,7 +697,7 @@ "uuid": "97981f86-c32e-4766-bf1e-e720c2b107ec", "version": "2019-07-23T06:46:19.917014Z" }, - { + "analysis_file/031e23ee-5241-4246-b832-aaee8f0f32d8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5344d3ad", "indexed": false, @@ -4320,7 +709,7 @@ "uuid": "da4a0186-6601-4042-b32d-2b2f4ec0b298", "version": "2019-07-23T06:46:20.323797Z" }, - { + "analysis_file/0270628f-f67b-4505-96b2-c994d6c159ef": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "189b29ee", "indexed": false, @@ -4332,7 +721,7 @@ "uuid": "910d2ded-f6d2-4530-94ea-76648758ad9a", "version": "2019-07-23T06:46:20.781028Z" }, - { + "analysis_file/345c650f-6d32-45e6-b8a3-2aab65feb7b5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8132487e", "indexed": false, @@ -4344,7 +733,7 @@ "uuid": "3e4db56c-9e6d-4638-9d80-0f68f4b60961", "version": "2019-07-23T06:46:21.154210Z" }, - { + "analysis_file/0eda79f2-acc0-429e-8e95-0d85a2c64cc7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "bb64f537", "indexed": false, @@ -4356,7 +745,7 @@ "uuid": "d08af7a8-0276-469b-bc20-a7ffb5e2ad28", "version": "2019-07-23T06:46:21.467339Z" }, - { + "analysis_file/d4971e90-dc72-4f56-a7f4-b1dc674c34af": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "db11b6b1", "indexed": false, @@ -4368,7 +757,7 @@ "uuid": "dd4532d1-4b8c-4655-bed0-83c7c83f4734", "version": "2019-07-23T06:46:21.865067Z" }, - { + "analysis_file/d333e0a8-0428-498b-956a-8fac862fe90f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "22b95dcc", "indexed": false, @@ -4380,7 +769,7 @@ "uuid": "c1a5ce57-dd3f-4730-a2f4-ccf08cf661e0", "version": "2019-07-23T06:46:22.287646Z" }, - { + "analysis_file/d044293c-91ae-469f-bcbd-482bb28936b7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cb270032", "indexed": false, @@ -4392,7 +781,7 @@ "uuid": "ad4695b5-0880-4c94-8099-6042c247e44c", "version": "2019-07-23T06:46:22.651755Z" }, - { + "analysis_file/bfdc0ca0-8496-470f-a530-366d64724913": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "51f1840f", "indexed": false, @@ -4404,7 +793,7 @@ "uuid": "824040f0-7ac7-4e49-88f9-c18ca7ff4239", "version": "2019-07-23T06:46:23.244046Z" }, - { + "analysis_file/652a99d4-6f59-452e-8bf3-b506baf5c68e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "bd3436d8", "indexed": false, @@ -4416,7 +805,7 @@ "uuid": "392a3d86-4438-4ab3-a6cd-45dd718c021f", "version": "2019-07-23T06:46:23.706867Z" }, - { + "analysis_file/68b5d945-61e4-420c-8cda-95b13bb445b0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "acfc7110", "indexed": false, @@ -4428,7 +817,7 @@ "uuid": "fb472f42-5b22-4889-a0ee-b003fd6763c6", "version": "2019-07-23T06:46:24.164270Z" }, - { + "analysis_file/780ff7bd-0956-4463-b62d-8044d7c17d32": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3c6fc60b", "indexed": false, @@ -4440,7 +829,7 @@ "uuid": "38db873d-0918-400f-9a60-72efd30693b5", "version": "2019-07-23T06:46:24.520297Z" }, - { + "analysis_file/83934dc7-4fb2-4008-b271-21e5312b12cf": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3669870b", "indexed": false, @@ -4452,7 +841,7 @@ "uuid": "d23d9ce4-6b23-4e78-bde3-7379a04a57cd", "version": "2019-07-23T06:46:24.866076Z" }, - { + "analysis_file/4fa32ba3-795d-4e12-9f49-a74b0646117c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "dcdf34a5", "indexed": false, @@ -4464,7 +853,7 @@ "uuid": "1f842150-a152-4974-8bef-3af79fd7a8ef", "version": "2019-07-23T06:46:25.285703Z" }, - { + "analysis_file/7820661d-0fb0-429d-b05e-60391c966b4c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0f218c37", "indexed": false, @@ -4476,7 +865,7 @@ "uuid": "4bd8132c-5dc9-44b6-8eb8-47d0047c6726", "version": "2019-07-23T06:46:25.811132Z" }, - { + "analysis_file/20f93fc9-6279-4957-89a5-2f95eb2e5eba": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a07ad5ff", "indexed": false, @@ -4488,7 +877,7 @@ "uuid": "fa19e437-7976-4d17-8d40-573bf9be57a9", "version": "2019-07-23T06:46:26.290317Z" }, - { + "analysis_file/caaa5c54-76db-4276-8e3e-11678dc67d38": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "10bec069", "indexed": false, @@ -4500,7 +889,7 @@ "uuid": "80a3c054-7b6f-4106-ae8b-c4f215adcb2f", "version": "2019-07-23T06:46:26.713656Z" }, - { + "analysis_file/105acdb5-4534-4d5d-aecd-ba39c0af7516": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c9b100da", "indexed": false, @@ -4512,7 +901,7 @@ "uuid": "dc6f6ac9-ac82-42a4-90cd-101c0b62071e", "version": "2019-07-23T06:46:27.148864Z" }, - { + "analysis_file/2eef66ef-69be-4756-9314-38f26e642e9e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c908fa10", "indexed": false, @@ -4524,7 +913,7 @@ "uuid": "0cf652f9-24e5-407b-88bd-082a95e954df", "version": "2019-07-23T06:46:27.637343Z" }, - { + "analysis_file/0fb81d85-3fb8-4f37-9e34-11711bf73ee8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ed110fed", "indexed": false, @@ -4536,7 +925,7 @@ "uuid": "b311c324-2d28-46c8-81b6-d71a55fc7bfd", "version": "2019-07-23T06:46:28.085678Z" }, - { + "analysis_file/a3ea4aa6-ebea-4666-a593-1287d2542ec9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5f5a0689", "indexed": false, @@ -4548,7 +937,7 @@ "uuid": "ee9cbf25-759c-4e86-a3af-53dcd25e1406", "version": "2019-07-23T06:46:28.473905Z" }, - { + "analysis_file/183032e5-8166-48ec-8788-6d5e995495f4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2d145c51", "indexed": false, @@ -4560,7 +949,7 @@ "uuid": "d2c82b78-65b4-416e-81af-3f617b794002", "version": "2019-07-23T06:46:28.928057Z" }, - { + "analysis_file/70a6e1d8-b5f6-43e9-b3a2-d48b3bc1c0d3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c046f7c1", "indexed": false, @@ -4572,7 +961,7 @@ "uuid": "6c54ea49-080c-47c1-a236-279223d2953d", "version": "2019-07-23T06:46:29.437368Z" }, - { + "analysis_file/658705d6-5c0f-4039-b988-92476b75822f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fcccfcb3", "indexed": false, @@ -4584,7 +973,7 @@ "uuid": "503b511f-fbdc-4f3f-9b35-4a1458c81c6f", "version": "2019-07-23T06:46:30.073539Z" }, - { + "analysis_file/b9948faf-c59b-4a20-afdd-3e11527dccab": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1ebb9e74", "indexed": false, @@ -4596,7 +985,7 @@ "uuid": "33aca040-f056-4a76-984f-b98412a14e85", "version": "2019-07-23T06:46:30.474729Z" }, - { + "analysis_file/27902245-0646-4e5a-8f4a-de716ae84ba6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "67320775", "indexed": false, @@ -4608,7 +997,7 @@ "uuid": "5888efae-2117-4a14-a9f0-76dbad1e3ec4", "version": "2019-07-23T06:46:30.985905Z" }, - { + "analysis_file/50351aa9-f9e3-4b17-9ac6-9989d3b8c689": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "30a6653d", "indexed": false, @@ -4620,7 +1009,7 @@ "uuid": "fbafbeab-9ffa-4b5d-8771-806422eea9b6", "version": "2019-07-23T06:46:31.361704Z" }, - { + "analysis_file/5b1857c9-1869-4d63-9877-eedc6bb325ca": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "49405c6b", "indexed": false, @@ -4632,7 +1021,7 @@ "uuid": "71d28977-fda4-4bbe-8328-211a4e2f93d0", "version": "2019-07-23T06:46:31.835409Z" }, - { + "analysis_file/1ce46a1b-be2f-42c6-94e2-16a77807f0e0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "d635d45a", "indexed": false, @@ -4644,7 +1033,7 @@ "uuid": "03aa33a4-2cc0-425f-b68d-cc1d3a51eba7", "version": "2019-07-23T06:46:32.321899Z" }, - { + "analysis_file/94145a97-1909-4451-8f2b-eefd3aa00fc4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b45cf386", "indexed": false, @@ -4656,7 +1045,7 @@ "uuid": "c164a238-9cc8-4eaa-81e9-5eb946c8c0cd", "version": "2019-07-23T06:46:32.858376Z" }, - { + "analysis_file/13b6df9f-d6e3-4ab3-83bf-299d25f99da8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "86f6791d", "indexed": false, @@ -4668,7 +1057,7 @@ "uuid": "14a435a9-f751-47f7-94ec-acfff2887c59", "version": "2019-07-23T06:46:33.293924Z" }, - { + "analysis_file/6fc75489-bb46-468b-b363-06da1202a36e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "10415afe", "indexed": false, @@ -4680,7 +1069,7 @@ "uuid": "678279da-5cc9-4dbd-adf7-6e74c8140deb", "version": "2019-07-23T06:46:33.789695Z" }, - { + "analysis_file/c8e61d41-7ec3-47f0-96f9-23d508752ad1": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "05103283", "indexed": false, @@ -4692,7 +1081,7 @@ "uuid": "1c3fe386-16a4-4c8c-8a63-563e157b4fed", "version": "2019-07-23T06:46:34.275969Z" }, - { + "analysis_file/f3502c95-418e-4588-91ec-b40c210d8d2a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "9eb2d292", "indexed": false, @@ -4704,7 +1093,7 @@ "uuid": "d0b8d6bf-b8e5-41d8-80d9-69e7e6292d16", "version": "2019-07-23T06:46:34.750184Z" }, - { + "analysis_file/e5248a6a-63f8-44e9-a89b-6a36371849ca": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "024ef76a", "indexed": false, @@ -4716,7 +1105,7 @@ "uuid": "2c882807-ea18-44f8-8c80-e1573f4496c5", "version": "2019-07-23T06:46:35.259901Z" }, - { + "analysis_file/c5c50917-2fba-4e94-99f6-cb8f78da4530": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1589716f", "indexed": false, @@ -4728,7 +1117,7 @@ "uuid": "aed8ddb3-2ea3-4607-b227-e3933772558a", "version": "2019-07-23T06:46:35.845125Z" }, - { + "analysis_file/df1d6920-c7ca-4ce1-96ac-0d0bf1e38939": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "29d1e560", "indexed": false, @@ -4740,7 +1129,7 @@ "uuid": "a1fc59e5-d3ae-4776-818c-b610fab9c6cd", "version": "2019-07-23T06:46:36.488828Z" }, - { + "analysis_file/9218468d-abba-45b8-a3a8-406bbee87d42": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "44f072c0", "indexed": false, @@ -4752,7 +1141,7 @@ "uuid": "5e0e4ff5-0ea5-4cf7-8d32-7d4fa2ff7a0d", "version": "2019-07-23T06:46:36.949674Z" }, - { + "analysis_file/01fb2583-dd9b-47ac-9109-425786f6c626": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "d2456563", "indexed": false, @@ -4764,7 +1153,7 @@ "uuid": "cc31d097-2f8e-4e38-9a5f-0b4ec5ba3f89", "version": "2019-07-23T06:46:37.384469Z" }, - { + "analysis_file/fef83950-8e0e-40d8-9280-195c4917e9c8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c56b7c7b", "indexed": false, @@ -4776,7 +1165,7 @@ "uuid": "b1201684-e4b8-4286-98e0-c8a92baab73b", "version": "2019-07-23T06:46:37.746958Z" }, - { + "analysis_file/11f74322-70bc-4a3f-aa54-f86fb5e84e49": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a826c003", "indexed": false, @@ -4788,7 +1177,7 @@ "uuid": "918bc6d3-c9e2-42c6-934a-9ed795d49c51", "version": "2019-07-23T06:46:38.104227Z" }, - { + "analysis_file/57929f1f-6edd-47b7-91cb-075c823b10ad": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e17d9cf5", "indexed": false, @@ -4800,7 +1189,7 @@ "uuid": "f4798273-825e-4769-b1eb-223ea1054ad0", "version": "2019-07-23T06:46:38.507758Z" }, - { + "analysis_file/079817a8-aad3-4ecd-bdcf-76e33aeade68": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "094678bb", "indexed": false, @@ -4812,7 +1201,7 @@ "uuid": "7c0e8e0e-13c7-4ea1-8524-64a0e1881a90", "version": "2019-07-23T06:46:38.861626Z" }, - { + "analysis_file/1a10e188-28f2-46e2-893d-204f79ec9cff": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "92ed2d42", "indexed": false, @@ -4824,7 +1213,7 @@ "uuid": "b10f191b-f294-4f8c-9d67-915a9dbf4944", "version": "2019-07-23T06:46:39.413319Z" }, - { + "analysis_file/522867a7-4a65-429f-bf54-f94f1a81f369": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2750799f", "indexed": false, @@ -4836,7 +1225,7 @@ "uuid": "62f4d9bd-62b5-4ef6-a393-4fb0238c6f54", "version": "2019-07-23T06:46:39.739617Z" }, - { + "analysis_file/d80a9d3a-9795-4d95-ad57-a34cc238498f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5dc847be", "indexed": false, @@ -4848,7 +1237,7 @@ "uuid": "3453e207-6f2c-439f-bbf6-fc1cbc11c289", "version": "2019-07-23T06:46:40.090072Z" }, - { + "analysis_file/833d0701-41d0-4cfd-bb55-38a83db95835": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "46c5edc7", "indexed": false, @@ -4860,7 +1249,7 @@ "uuid": "ef09c168-0914-4303-8baf-933dddd9f236", "version": "2019-07-23T06:46:40.485310Z" }, - { + "analysis_file/985ff7ff-a52d-4f12-afe5-9153225b12ac": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e2a846af", "indexed": false, @@ -4872,7 +1261,7 @@ "uuid": "8b93e4f5-52da-401e-b90b-e0a9bce6027a", "version": "2019-07-23T06:46:40.951582Z" }, - { + "analysis_file/f5ccbc84-4e00-44d5-a848-c4bc598ddb1f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "df808c7b", "indexed": false, @@ -4884,7 +1273,7 @@ "uuid": "0ceb2107-d175-4816-8648-ac6adbe91ac2", "version": "2019-07-23T06:46:41.464311Z" }, - { + "analysis_file/7dc17a8c-3bac-48f5-b2e4-dfa37bb63c12": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8b6333bf", "indexed": false, @@ -4896,7 +1285,7 @@ "uuid": "ee5c4974-836b-4372-8880-7291c06a3a21", "version": "2019-07-23T06:46:41.874863Z" }, - { + "analysis_file/b8f6b2a3-4dc0-4f9c-89e2-d287eea185d7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7d18bff9", "indexed": false, @@ -4908,7 +1297,7 @@ "uuid": "b7efa194-8839-4a3c-be05-0ae90b57b84b", "version": "2019-07-23T06:46:42.382550Z" }, - { + "analysis_file/4f0edb28-144e-4559-bf1e-fccce4065291": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f8a8acc7", "indexed": false, @@ -4920,7 +1309,7 @@ "uuid": "f141d103-7f49-419c-a420-5278dd05a513", "version": "2019-07-23T06:46:42.855000Z" }, - { + "analysis_file/57d4bbc3-b8bb-43b8-90d6-d0ac4a0ef1b4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "997e1381", "indexed": false, @@ -4932,7 +1321,7 @@ "uuid": "92f48c11-0521-4ace-a9c1-8babd45fa984", "version": "2019-07-23T06:46:43.456527Z" }, - { + "analysis_file/824933fe-baa3-420f-baec-39f98ddb6224": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "d84eb016", "indexed": false, @@ -4944,7 +1333,7 @@ "uuid": "c9b5cc46-f60b-4999-aff7-b693bfb1b918", "version": "2019-07-23T06:46:43.892466Z" }, - { + "analysis_file/07ee5567-37da-4cec-8621-53a4d41ce93d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c1aa7740", "indexed": false, @@ -4956,7 +1345,7 @@ "uuid": "feed2e3d-012f-44f0-98d4-a2c3fc95dbc2", "version": "2019-07-23T06:46:44.263576Z" }, - { + "analysis_file/e7983d22-c3f6-4dee-b108-4409696b108b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "717f47f9", "indexed": false, @@ -4968,7 +1357,7 @@ "uuid": "c0cb0140-a6aa-4904-a820-4329bad0a4dd", "version": "2019-07-23T06:46:44.642936Z" }, - { + "analysis_file/3e3d666c-0b85-4327-89df-c0b11ae04f7b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c1abc5db", "indexed": false, @@ -4980,7 +1369,7 @@ "uuid": "86a1ea03-f1f3-4988-900a-46a9bccc0f24", "version": "2019-07-23T06:46:45.005283Z" }, - { + "analysis_file/3ce1634c-ff05-4b38-8df5-b0ea50f678e8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a8c32adc", "indexed": false, @@ -4992,7 +1381,7 @@ "uuid": "d5dbb4f4-d245-4c63-bd0b-41d5923334c2", "version": "2019-07-23T06:46:45.361362Z" }, - { + "analysis_file/08e38951-56ae-4d9e-aa95-13a0a5aae502": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c8d006bf", "indexed": false, @@ -5004,7 +1393,7 @@ "uuid": "deffb979-4f4f-40a0-94f5-205ed0273fe9", "version": "2019-07-23T06:46:45.812031Z" }, - { + "analysis_file/43b66c0c-ffae-46b8-aee8-58e9f18e9f2a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6784973e", "indexed": false, @@ -5016,7 +1405,7 @@ "uuid": "979cb41a-ba15-480a-8865-85d234dcb6fb", "version": "2019-07-23T06:46:46.222372Z" }, - { + "analysis_file/e71897c8-3fe9-4863-9c67-2f189c374c33": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5c099251", "indexed": false, @@ -5028,7 +1417,7 @@ "uuid": "0e63ea69-24b1-403c-bbad-4fabaf7bcb97", "version": "2019-07-23T06:46:46.620698Z" }, - { + "analysis_file/c9987133-b461-4362-b8c5-1a19315c2010": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b38208fd", "indexed": false, @@ -5040,7 +1429,7 @@ "uuid": "8a7beb4a-b2d6-47c0-9955-e1e63ddeefd9", "version": "2019-07-23T06:46:47.017299Z" }, - { + "analysis_file/44e604c4-860a-47e2-a20f-ec6189153179": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fc122bbc", "indexed": false, @@ -5052,7 +1441,7 @@ "uuid": "cced14d6-6635-4aec-ad69-1f207c5099c3", "version": "2019-07-23T06:46:47.367183Z" }, - { + "analysis_file/33a76ba7-d866-43d5-93bf-5ea6d658669b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0e02c1fb", "indexed": false, @@ -5064,7 +1453,7 @@ "uuid": "2ec1ca55-ab3c-4e69-ac16-52eda89d37dc", "version": "2019-07-23T06:46:47.722369Z" }, - { + "analysis_file/b1047e56-5327-48e6-a95a-fae2e111897a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ca94d81f", "indexed": false, @@ -5076,7 +1465,7 @@ "uuid": "35acd7fe-9130-48bb-bdcd-c7654c3c7a8c", "version": "2019-07-23T06:46:48.130888Z" }, - { + "analysis_file/182506c0-48a4-4824-8653-2ea690e6e59e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "30cf83f7", "indexed": false, @@ -5088,7 +1477,7 @@ "uuid": "decaf3a1-1a3f-4468-b152-496a1397999b", "version": "2019-07-23T06:46:48.567218Z" }, - { + "analysis_file/e5db27d2-3b4f-4174-b892-972bb155841f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6ae405ff", "indexed": false, @@ -5100,7 +1489,7 @@ "uuid": "9ccf86e2-d978-490e-b78b-743f1fbe7c87", "version": "2019-07-23T06:46:48.944849Z" }, - { + "analysis_file/86e060c2-189f-49d3-81c4-bc70bb242bf7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6d2bea96", "indexed": false, @@ -5112,7 +1501,7 @@ "uuid": "20b2bcdc-9156-4092-852b-b328e34aa209", "version": "2019-07-23T06:46:49.422839Z" }, - { + "analysis_file/a72a8bd5-f137-4244-9d0c-c4e98f4dd7e5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4be3902b", "indexed": false, @@ -5124,7 +1513,7 @@ "uuid": "fc8513f8-7be3-4997-a1e4-635e47a89976", "version": "2019-07-23T06:46:49.823796Z" }, - { + "analysis_file/90ccebea-84aa-41d9-87d0-8fda919b4ded": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cfbdef3d", "indexed": false, @@ -5136,7 +1525,7 @@ "uuid": "28c7b762-2377-4771-be1c-d2a6dc44f0ea", "version": "2019-07-23T06:46:50.185323Z" }, - { + "analysis_file/af64b766-7778-42d0-af3f-9dc481678d53": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "64360c36", "indexed": false, @@ -5148,7 +1537,7 @@ "uuid": "81f4613d-7824-4cce-972e-5220d1c2b20d", "version": "2019-07-23T06:46:50.631420Z" }, - { + "analysis_file/c31c57d2-8c68-4759-8c20-f928c5adea12": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fb4329eb", "indexed": false, @@ -5160,7 +1549,7 @@ "uuid": "732cec9a-6832-42fc-8618-1a03178725d9", "version": "2019-07-23T06:46:51.003845Z" }, - { + "analysis_file/c8a7a724-33bd-415a-9329-5c4fed847be6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "81c7dab9", "indexed": false, @@ -5172,7 +1561,7 @@ "uuid": "9c992d56-cfc9-483c-bdb1-78cbe4dbff9f", "version": "2019-07-23T06:46:51.345998Z" }, - { + "analysis_file/f0b6354a-ed57-445b-8f25-459e070c3604": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c841fe68", "indexed": false, @@ -5184,7 +1573,7 @@ "uuid": "17fdf27b-45d7-42d9-a4a7-f07864e2eca1", "version": "2019-07-23T06:46:51.784254Z" }, - { + "analysis_file/dd386984-9618-4f21-91fe-7eb0bcad675e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f4c05a46", "indexed": false, @@ -5196,7 +1585,7 @@ "uuid": "17454d1c-7182-484a-b27f-0e715ac198b0", "version": "2019-07-23T06:46:52.235933Z" }, - { + "analysis_file/3d11a67a-4d43-4a80-a875-8aef2348e4c3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4622cfac", "indexed": false, @@ -5208,7 +1597,7 @@ "uuid": "335d030a-b8f6-413b-8e80-e04ee02409b5", "version": "2019-07-23T06:46:52.692125Z" }, - { + "analysis_file/666c7a78-0881-462e-aee9-3731f1be10c7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "63892101", "indexed": false, @@ -5220,7 +1609,7 @@ "uuid": "cbfcf474-b66a-4418-b69e-0da73bb46a10", "version": "2019-07-23T06:46:53.171813Z" }, - { + "analysis_file/4e3b3ebd-819c-4143-9d32-a8013d3c7039": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fc894373", "indexed": false, @@ -5232,7 +1621,7 @@ "uuid": "491fc396-d8b2-465c-8a3e-5862f772490d", "version": "2019-07-23T06:46:53.613638Z" }, - { + "analysis_file/3950e1d4-f084-4440-88dc-a1917d42aa92": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "d41733b0", "indexed": false, @@ -5244,7 +1633,7 @@ "uuid": "90a7964c-f720-457c-b8fd-8b7b34f76c2b", "version": "2019-07-23T06:46:54.104293Z" }, - { + "analysis_file/a9843500-9ce8-49eb-bf58-0dfa807a7149": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "20197207", "indexed": false, @@ -5256,7 +1645,7 @@ "uuid": "6a19bc8c-2f49-4de7-bd15-262afcacd2d8", "version": "2019-07-23T06:46:54.513580Z" }, - { + "analysis_file/00fd63b3-ffe1-439c-bf85-a224fea6ff17": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "05944b01", "indexed": false, @@ -5268,7 +1657,7 @@ "uuid": "c328ca5c-39cb-4bea-8f59-4050f6022c9d", "version": "2019-07-23T06:46:54.984112Z" }, - { + "analysis_file/50bfb16b-0e62-48bf-8ae8-289e1a003cca": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1a299a07", "indexed": false, @@ -5280,7 +1669,7 @@ "uuid": "15a1f2a9-b9c8-4ffa-90cf-c8c90d51f34c", "version": "2019-07-23T06:46:55.394985Z" }, - { + "analysis_file/6432f0f6-5011-4412-b146-212876e21e77": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "afecdc10", "indexed": false, @@ -5292,7 +1681,7 @@ "uuid": "cb2b83a9-8770-48d4-b92b-a727b3983a88", "version": "2019-07-23T06:46:55.758904Z" }, - { + "analysis_file/cfffdf17-b11a-4720-af77-3d1da94cfb1f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "651c9bbb", "indexed": false, @@ -5304,7 +1693,7 @@ "uuid": "d6d91434-04ff-4b95-936b-fcb1bfc7d0b1", "version": "2019-07-23T06:46:56.216075Z" }, - { + "analysis_file/7a6c8b19-6c94-4346-9ff9-a54765110e13": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "139c0439", "indexed": false, @@ -5316,7 +1705,7 @@ "uuid": "df902cb5-8d6e-4ef5-9d1a-56495f2b05e8", "version": "2019-07-23T06:46:56.537818Z" }, - { + "analysis_file/dae7113c-35e1-46ef-a6d0-53f2c3be9617": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "31479d9d", "indexed": false, @@ -5328,7 +1717,7 @@ "uuid": "93dea811-2dd7-4d77-85ea-e3047f712d58", "version": "2019-07-23T06:46:56.878215Z" }, - { + "analysis_file/75c7091d-e635-4df1-b670-fa7b42c7bb60": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "30fdc275", "indexed": false, @@ -5340,7 +1729,7 @@ "uuid": "fcb0c3c1-70d2-45e5-b568-78fb5119234f", "version": "2019-07-23T06:46:57.280472Z" }, - { + "analysis_file/0e669062-e8ce-4fb6-a853-7630402a4ac4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "46188f03", "indexed": false, @@ -5352,7 +1741,7 @@ "uuid": "f109c2c8-5664-409b-9cf8-a4844fb5012d", "version": "2019-07-23T06:46:57.704171Z" }, - { + "analysis_file/c0fd4cbd-1584-4d4d-a914-1a9685961c2f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "dfbb3010", "indexed": false, @@ -5364,7 +1753,7 @@ "uuid": "0a33a502-3f0a-4790-82a7-900604ceda17", "version": "2019-07-23T06:46:58.106024Z" }, - { + "analysis_file/806695f0-caea-4994-9941-9ff2499e564c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "28ecc0bb", "indexed": false, @@ -5376,7 +1765,7 @@ "uuid": "c065d3f6-6be3-4517-8978-919cd80acd7a", "version": "2019-07-23T06:46:58.602054Z" }, - { + "analysis_file/feff32fa-6b89-4054-bc60-d0fb7d32875a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "410033a4", "indexed": false, @@ -5388,7 +1777,7 @@ "uuid": "8b3bb4b6-ae24-4e2f-970f-d2581ead7e94", "version": "2019-07-23T06:46:59.007137Z" }, - { + "analysis_file/5d9f525c-5977-434d-8fd1-eb6e81f300a6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fe0de0ff", "indexed": false, @@ -5400,7 +1789,7 @@ "uuid": "6173da83-6c50-42fc-b7b1-3e229d7d7133", "version": "2019-07-23T06:46:59.515014Z" }, - { + "analysis_file/4846ef52-b97f-41f8-8ad6-116f7374c7da": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "504a95f6", "indexed": false, @@ -5412,7 +1801,7 @@ "uuid": "a32c5e06-2d77-4a72-9f25-5ae43598efe9", "version": "2019-07-23T06:46:59.903158Z" }, - { + "analysis_file/591b11ea-4314-46ff-8e1a-b08463dfeb6c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0af7b4d0", "indexed": false, @@ -5424,7 +1813,7 @@ "uuid": "04ab3ecf-9244-46b0-bdf0-f4a2952fab62", "version": "2019-07-23T06:47:00.336536Z" }, - { + "analysis_file/69fc6d1f-06a6-4ba5-97a6-9597d9d7e4ba": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3cf1f356", "indexed": false, @@ -5436,7 +1825,7 @@ "uuid": "883c3797-bec6-4a64-b158-3e15a57a0247", "version": "2019-07-23T06:47:00.738943Z" }, - { + "analysis_file/65af9aa3-5656-49d8-82b8-ef819da3be57": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5f4bec63", "indexed": false, @@ -5448,7 +1837,7 @@ "uuid": "dae6a7c5-ad15-48d9-ba37-0fca9d4fb1f4", "version": "2019-07-23T06:47:01.207262Z" }, - { + "analysis_file/f0bc7821-c50c-4457-a73a-ea54e7f802e9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c5a344c5", "indexed": false, @@ -5460,7 +1849,7 @@ "uuid": "7bff05b1-95e0-4d38-abf0-2bd8fbd02e60", "version": "2019-07-23T06:47:01.697028Z" }, - { + "analysis_file/2ddd447d-ab33-420a-a120-00081eedc5e6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a839270e", "indexed": false, @@ -5472,7 +1861,7 @@ "uuid": "37bab915-f3a8-47f4-bed3-bb5f3fdb4538", "version": "2019-07-23T06:47:02.042093Z" }, - { + "analysis_file/8961082f-b3da-40ce-b925-ee66d815af6c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "32557242", "indexed": false, @@ -5484,7 +1873,7 @@ "uuid": "d92a92b5-ae8e-4483-8038-877a9d818dcf", "version": "2019-07-23T06:47:02.538008Z" }, - { + "analysis_file/df1d2a75-b4ea-499b-bd59-423f1597dc23": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3df7f992", "indexed": false, @@ -5496,7 +1885,7 @@ "uuid": "8d7dfb2f-28b4-4cc2-912e-c81b376b29d8", "version": "2019-07-23T06:47:02.968286Z" }, - { + "analysis_file/75816a17-b08b-49b2-8ae9-1663dc554f0c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f8a8ae76", "indexed": false, @@ -5508,7 +1897,7 @@ "uuid": "1a302822-160a-4138-846a-a7662de6a737", "version": "2019-07-23T06:47:03.330173Z" }, - { + "analysis_file/4f44b2bb-7f6b-4c92-8cd4-265b4701600e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "dc537635", "indexed": false, @@ -5520,7 +1909,7 @@ "uuid": "6a18b3d2-15f3-4775-9ce1-480c06b5f192", "version": "2019-07-23T06:47:03.774690Z" }, - { + "analysis_file/6e40a5e4-8502-4aad-ba36-581c94d3fecd": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5f43244c", "indexed": false, @@ -5532,7 +1921,7 @@ "uuid": "6631e9dd-93ed-4448-ae3d-770bf3c316ff", "version": "2019-07-23T06:47:04.202127Z" }, - { + "analysis_file/bdb05c8d-cee4-49e2-aa96-c4c0955cab9f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "06fd011a", "indexed": false, @@ -5544,7 +1933,7 @@ "uuid": "ce3f9bc6-95a9-4640-8fdc-91b876050ea4", "version": "2019-07-23T06:47:04.700867Z" }, - { + "analysis_file/f6bd9ac1-511a-45bd-b544-8a3a719c24f0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "84fdde8d", "indexed": false, @@ -5556,7 +1945,7 @@ "uuid": "b5a70fb8-2111-41db-a623-a513761ee6dc", "version": "2019-07-23T06:47:05.089579Z" }, - { + "analysis_file/507cdfe8-e1d5-4022-addf-5a925c6d1596": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4711c509", "indexed": false, @@ -5568,7 +1957,7 @@ "uuid": "d88e5a9e-32d5-41e1-9ffe-3c55b4494ccb", "version": "2019-07-23T06:47:05.636805Z" }, - { + "analysis_file/1ec8b57d-e388-4780-abfd-d1d27e96073b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "80030b39", "indexed": false, @@ -5580,7 +1969,7 @@ "uuid": "192cdcdd-59f7-4e62-9344-d15a3575d75e", "version": "2019-07-23T06:47:06.049173Z" }, - { + "analysis_file/897fa0f4-fe2e-47c5-8423-9631c905f684": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "712f5066", "indexed": false, @@ -5592,7 +1981,7 @@ "uuid": "2c94c491-fd73-40b7-9a79-d0eeb71ad2ea", "version": "2019-07-23T06:47:06.454857Z" }, - { + "analysis_file/f85725ed-d0f8-474e-83c0-b1e285b1bffa": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7e6c43aa", "indexed": false, @@ -5604,7 +1993,7 @@ "uuid": "564d9e10-fb48-4485-83d8-f1d6368ca705", "version": "2019-07-23T06:47:06.929770Z" }, - { + "analysis_file/11f55a0e-dc89-4979-bd9a-b4f386876cb9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cb4f3a94", "indexed": false, @@ -5616,7 +2005,7 @@ "uuid": "26940d47-5c0d-4e20-abd2-27267c1d175f", "version": "2019-07-23T06:47:07.352302Z" }, - { + "analysis_file/9baeb127-b802-4e9b-99bd-2c4e292c0083": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f4b9afa4", "indexed": false, @@ -5628,7 +2017,7 @@ "uuid": "329d9ee3-21ca-4e54-a872-65a17e8a68de", "version": "2019-07-23T06:47:07.811848Z" }, - { + "analysis_file/e2cba3c2-caa8-48ed-8e93-c2df94ceaf20": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "d0e9c727", "indexed": false, @@ -5640,7 +2029,7 @@ "uuid": "47ac6e90-18c2-4a78-8156-5691f1e93af1", "version": "2019-07-23T06:47:08.378087Z" }, - { + "analysis_file/08c497ca-781c-4be6-97b7-dc898aa057b4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "aa949b15", "indexed": false, @@ -5652,7 +2041,7 @@ "uuid": "6069d4f8-27af-4e25-b907-fef5db00f1b4", "version": "2019-07-23T06:47:08.956316Z" }, - { + "analysis_file/12e5e6ad-2706-4974-8741-30835f0f4084": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c5c5e269", "indexed": false, @@ -5664,7 +2053,7 @@ "uuid": "0b668fc6-2a8e-4896-bce2-dea61bf45443", "version": "2019-07-23T06:47:09.511157Z" }, - { + "analysis_file/2f83e7b6-b82f-4fdb-92f3-17e54d22493a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "eb673e88", "indexed": false, @@ -5676,7 +2065,7 @@ "uuid": "44c005b7-a675-41d0-bd5c-8bea0ec13824", "version": "2019-07-23T06:47:09.990613Z" }, - { + "analysis_file/cbba648a-49df-406e-b6b0-ff5e6994b56c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6b04092c", "indexed": false, @@ -5688,7 +2077,7 @@ "uuid": "6b2f9c53-6df8-4b0b-ac3b-f489e38c1a85", "version": "2019-07-23T06:47:10.453454Z" }, - { + "analysis_file/603bb7a4-c08b-4f60-8bd3-b8a868331b8f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "eec8b6cf", "indexed": false, @@ -5700,7 +2089,7 @@ "uuid": "ae748936-cd52-43ba-9186-9ccb58d734d8", "version": "2019-07-23T06:47:10.838435Z" }, - { + "analysis_file/b21b9a93-a5ab-4045-80cb-010ef8969cc5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b9c336ad", "indexed": false, @@ -5712,7 +2101,7 @@ "uuid": "48ea181d-aafc-48c2-bc6f-c50b385bdf8d", "version": "2019-07-23T06:47:11.448852Z" }, - { + "analysis_file/c9d52e49-90ac-4159-913c-0ef579c2d00b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c3348a47", "indexed": false, @@ -5724,7 +2113,7 @@ "uuid": "394eeda9-a268-479b-9e0d-0189b9f01660", "version": "2019-07-23T06:47:11.953947Z" }, - { + "analysis_file/f3ee8a7f-ef00-417e-90b5-193579110532": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f7df2435", "indexed": false, @@ -5736,7 +2125,7 @@ "uuid": "dbb722ea-80e2-49fc-9ab6-cfb6ede97b20", "version": "2019-07-23T06:47:12.322563Z" }, - { + "analysis_file/fa977d76-ece4-47c1-9212-a033217523a6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b32b5198", "indexed": false, @@ -5748,7 +2137,7 @@ "uuid": "4f2a0cc4-48f8-49c3-af72-5bacd5b3d38a", "version": "2019-07-23T06:47:12.680283Z" }, - { + "analysis_file/8da407f0-39cf-43c4-9250-0ba72fff2af7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0c456e76", "indexed": false, @@ -5760,7 +2149,7 @@ "uuid": "2bafafd0-4b43-4ef8-ab79-62f8c263ed29", "version": "2019-07-23T06:47:13.134643Z" }, - { + "analysis_file/6283a894-b4cf-4bd3-99e3-f12c9110d36e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c73c3cfb", "indexed": false, @@ -5772,7 +2161,7 @@ "uuid": "49eb9b35-331d-4cf7-87c6-b046330019bf", "version": "2019-07-23T06:47:13.568670Z" }, - { + "analysis_file/f4956c61-e2b7-46d5-a2e4-f641fbbfc304": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f97f9d8a", "indexed": false, @@ -5784,7 +2173,7 @@ "uuid": "44cc2877-de3d-4f85-bb88-3799b4a6f8c5", "version": "2019-07-23T06:47:14.146071Z" }, - { + "analysis_file/aa393ce4-a6fd-4759-824e-729a43b9be59": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e37e60ca", "indexed": false, @@ -5796,7 +2185,7 @@ "uuid": "9fb07475-a439-43d7-96e0-17bddcb1323e", "version": "2019-07-23T06:47:14.606140Z" }, - { + "analysis_file/9e08f649-6bd2-4504-96fc-c1d4ee09324f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ed4ac093", "indexed": false, @@ -5808,7 +2197,7 @@ "uuid": "3488e09a-c0b3-4105-aefe-1c0d9349b987", "version": "2019-07-23T06:47:14.969740Z" }, - { + "analysis_file/19aba152-975a-4942-b953-b1ced7535a79": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "340bf135", "indexed": false, @@ -5820,7 +2209,7 @@ "uuid": "87593225-5cca-46f7-963b-9b76561a55ed", "version": "2019-07-23T06:47:15.468113Z" }, - { + "analysis_file/7c023882-23a1-46c8-800f-484af5253eb2": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "90521ffd", "indexed": false, @@ -5832,7 +2221,7 @@ "uuid": "d05bd1cc-d0e0-4977-b9c0-515b83add94f", "version": "2019-07-23T06:47:15.982233Z" }, - { + "analysis_file/17527f54-54b8-4f78-8dd9-87882dc0fc9b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a5f8c923", "indexed": false, @@ -5844,7 +2233,7 @@ "uuid": "f4292ab3-481f-4a34-bf11-8c9feede5214", "version": "2019-07-23T06:47:16.569391Z" }, - { + "analysis_file/f8dd465e-50c6-4e9c-9795-4ef6dd6797a5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b5e9852e", "indexed": false, @@ -5856,7 +2245,7 @@ "uuid": "fa1474c1-2224-475e-a918-b015e4b2881b", "version": "2019-07-23T06:47:17.055873Z" }, - { + "analysis_file/3de81811-865d-4fa7-a8c7-bea303bb53df": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cba92507", "indexed": false, @@ -5868,7 +2257,7 @@ "uuid": "1f067356-8ab0-4142-b9cc-bfdd29c5ffe3", "version": "2019-07-23T06:47:17.527827Z" }, - { + "analysis_file/4bff4802-f142-44d3-a166-bf60cc655b44": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f010b711", "indexed": false, @@ -5880,7 +2269,7 @@ "uuid": "d7597f21-ad57-4b54-a0e2-1cdb847c6bc0", "version": "2019-07-23T06:47:18.127246Z" }, - { + "analysis_file/59b50701-f235-4a7c-978b-420d03b6fa44": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8c01afb2", "indexed": false, @@ -5892,7 +2281,7 @@ "uuid": "b81d9e93-c208-4bb0-bcd6-d00ed704a92d", "version": "2019-07-23T06:47:18.613514Z" }, - { + "analysis_file/b752a02d-bb2f-4632-b820-9ef817d477ed": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e7c25f0b", "indexed": false, @@ -5904,7 +2293,7 @@ "uuid": "c11b59aa-7bb3-4777-9675-41a6a8a8861a", "version": "2019-07-23T06:47:19.090226Z" }, - { + "analysis_file/d0753d9f-219b-4ab8-bf4e-a8f539350153": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "eae78504", "indexed": false, @@ -5916,7 +2305,7 @@ "uuid": "116809a2-2b40-4410-bf27-12551324a07f", "version": "2019-07-23T06:47:19.535759Z" }, - { + "analysis_file/6209fcd2-deec-4adc-944d-a2b4b3a9fdd9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f94ff083", "indexed": false, @@ -5928,7 +2317,7 @@ "uuid": "5ced6f51-de09-4619-9a4f-46215a7619a3", "version": "2019-07-23T06:47:20.018360Z" }, - { + "analysis_file/f3a20322-945c-4eb1-a01e-8666e522d5f6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c8708da5", "indexed": false, @@ -5940,7 +2329,7 @@ "uuid": "1cefced0-0abc-4687-a242-076647e97f2d", "version": "2019-07-23T06:47:20.614380Z" }, - { + "analysis_file/b278a327-9685-44dd-b694-b4c4504cc315": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4f82bdf5", "indexed": false, @@ -5952,7 +2341,7 @@ "uuid": "b857ff11-0070-436c-bc21-51a97e7e40bf", "version": "2019-07-23T06:47:21.190360Z" }, - { + "analysis_file/0c61d54f-64a2-4242-9e71-5b04464c948d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4552a78b", "indexed": false, @@ -5964,7 +2353,7 @@ "uuid": "f29d5678-7851-49d4-96d5-27a180f2dbfc", "version": "2019-07-23T06:47:21.651584Z" }, - { + "analysis_file/51302cec-b8fc-4902-9f70-6419677357c3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3151653b", "indexed": false, @@ -5976,7 +2365,7 @@ "uuid": "990276e4-dd78-4d86-9f5f-d969dcc7eac2", "version": "2019-07-23T06:47:22.035031Z" }, - { + "analysis_file/071dc595-4162-4fa6-aa45-54724c308c70": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2e662161", "indexed": false, @@ -5988,7 +2377,7 @@ "uuid": "f6816ebb-72c6-4a7e-a542-ea7a7ebdfff0", "version": "2019-07-23T06:47:22.498238Z" }, - { + "analysis_file/9aa478a3-1247-459b-80ac-43cbe091a538": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ba0dfe48", "indexed": false, @@ -6000,7 +2389,7 @@ "uuid": "73bf29d8-cbf2-4a9c-a05f-3148ae8fdfff", "version": "2019-07-23T06:47:22.972986Z" }, - { + "analysis_file/c0bcca58-6d54-4556-b9a4-e5e171992dc0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "45d52d4f", "indexed": false, @@ -6012,7 +2401,7 @@ "uuid": "f9675b41-d1bc-42ca-b6cf-26ba18a0ff1d", "version": "2019-07-23T06:47:23.623044Z" }, - { + "analysis_file/5920491d-bcfe-4f9e-9b48-859afb965041": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "a4ff7922", "indexed": false, @@ -6024,7 +2413,7 @@ "uuid": "c692070f-498f-483b-989f-7eca65367e2f", "version": "2019-07-23T06:47:24.048075Z" }, - { + "analysis_file/a8cc3371-471a-4e45-8e51-d5aa4d77d89a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8ea0d86a", "indexed": false, @@ -6036,7 +2425,7 @@ "uuid": "590c7eab-3512-4218-b4b7-5855fa0aad44", "version": "2019-07-23T06:47:24.337723Z" }, - { + "analysis_file/6015140c-a1e1-4644-b783-e0b9a21ce091": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b9869345", "indexed": false, @@ -6048,7 +2437,7 @@ "uuid": "d20a52d6-4d40-4b97-a099-22aedb1b20ed", "version": "2019-07-23T06:47:24.724598Z" }, - { + "analysis_file/322562e0-4e3f-434f-a302-1567d46d9e5c": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "02937992", "indexed": false, @@ -6060,7 +2449,7 @@ "uuid": "9b1f7d1c-4fb2-440b-94bf-024fbac1f69f", "version": "2019-07-23T06:47:25.165537Z" }, - { + "analysis_file/00231db3-8195-457a-8a97-e6d0ef754f23": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5b89bbc9", "indexed": false, @@ -6072,7 +2461,7 @@ "uuid": "4bf1bc87-b1ff-4254-97b1-ae816e825278", "version": "2019-07-23T06:47:25.610801Z" }, - { + "analysis_file/4e656dc6-5b0d-4195-8afa-e8fc0dff2135": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ff196707", "indexed": false, @@ -6084,7 +2473,7 @@ "uuid": "8c043313-4063-4c34-a1aa-b9263ad6d051", "version": "2019-07-23T06:47:25.971976Z" }, - { + "analysis_file/08c509c4-8984-4207-904c-49cbe4ded542": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b764e6cc", "indexed": false, @@ -6096,7 +2485,7 @@ "uuid": "4434a1e5-c7ac-4c9d-9574-4b23ecdc7517", "version": "2019-07-23T06:47:26.436374Z" }, - { + "analysis_file/fccac52f-701b-4748-8aca-e9d75aab055e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "641c9a76", "indexed": false, @@ -6108,7 +2497,7 @@ "uuid": "887875f2-0509-458a-a00d-c4160d6e2e88", "version": "2019-07-23T06:47:26.821736Z" }, - { + "analysis_file/58ca5671-6477-4639-b041-ba6ae71bdb75": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "032a5818", "indexed": false, @@ -6120,7 +2509,7 @@ "uuid": "15abeea3-624f-4421-a6e9-b0d9f62d43d2", "version": "2019-07-23T06:47:27.522370Z" }, - { + "analysis_file/81e7fea4-13d8-4be2-bf04-e2700feafc5b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "55b5d402", "indexed": false, @@ -6132,7 +2521,7 @@ "uuid": "1fe76df7-a8c2-4a8f-93f0-27984465ddf5", "version": "2019-07-23T06:47:27.964131Z" }, - { + "analysis_file/0d4e13c1-f806-4848-ba2f-fb2ddf8d1f01": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2def868a", "indexed": false, @@ -6144,7 +2533,7 @@ "uuid": "28934b86-8109-4120-a6bc-fd5fe50e86d1", "version": "2019-07-23T06:47:28.330416Z" }, - { + "analysis_file/bb530315-61b4-47d5-99eb-9e76f3b1b19b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c0d421cd", "indexed": false, @@ -6156,7 +2545,7 @@ "uuid": "eb5652cf-0f7b-4018-aecd-b091105904b4", "version": "2019-07-23T06:47:28.896422Z" }, - { + "analysis_file/1a62335d-e8a6-495e-80b0-bc109aa9cf04": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "473d0730", "indexed": false, @@ -6168,7 +2557,7 @@ "uuid": "cffe4dcd-7859-4435-9695-8b8faf0c46dc", "version": "2019-07-23T06:47:29.359797Z" }, - { + "analysis_file/9b0015d6-d4ad-4344-b881-19f63dc9c164": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "02033414", "indexed": false, @@ -6180,7 +2569,7 @@ "uuid": "eb8f08b2-66fd-4f9f-8978-03f5d406e7a5", "version": "2019-07-23T06:47:29.834462Z" }, - { + "analysis_file/db4468f6-6f2f-4cae-9f50-3e2487063143": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2932b9cd", "indexed": false, @@ -6192,7 +2581,7 @@ "uuid": "10d47bd6-24a9-4078-b2ca-2e5383ba8087", "version": "2019-07-23T06:47:30.297671Z" }, - { + "analysis_file/e0fba685-682c-4a8c-a4c1-7469075d2355": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "79cb1f9b", "indexed": false, @@ -6204,7 +2593,7 @@ "uuid": "6de02a59-7047-4d3a-b68a-7e3625787d4f", "version": "2019-07-23T06:47:30.643369Z" }, - { + "analysis_file/84db4a86-cf50-4e00-aaab-4a277737f085": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c600ed61", "indexed": false, @@ -6216,7 +2605,7 @@ "uuid": "052a3777-5b39-48c6-9de1-2d4839abb8b1", "version": "2019-07-23T06:47:31.026674Z" }, - { + "analysis_file/f719374f-7e9d-4aa0-a135-37d378018385": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "acd405b5", "indexed": false, @@ -6228,7 +2617,7 @@ "uuid": "cb9dfc34-c4d2-4e68-9a25-49245b868910", "version": "2019-07-23T06:47:31.483091Z" }, - { + "analysis_file/df814431-6493-4c7a-ae77-f615174cc8f0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cdb2f21f", "indexed": false, @@ -6240,7 +2629,7 @@ "uuid": "92cb0a0a-781b-4569-9478-cba38b591eed", "version": "2019-07-23T06:47:31.863455Z" }, - { + "analysis_file/1702dba8-95ac-4222-ab70-4a09c1281f17": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "78dab57b", "indexed": false, @@ -6252,7 +2641,7 @@ "uuid": "23a2818b-2c9c-4dde-a935-9293a101502a", "version": "2019-07-23T06:47:32.277387Z" }, - { + "analysis_file/a4ebbbda-8cf0-4dd3-acf2-935d4b21e635": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3fde1e83", "indexed": false, @@ -6264,7 +2653,7 @@ "uuid": "3c8a78b6-205e-4807-a51c-e6a5591b4fc9", "version": "2019-07-23T06:47:32.716984Z" }, - { + "analysis_file/8cd2eb55-a0a7-449c-89f6-8955916433f3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "805cb724", "indexed": false, @@ -6276,7 +2665,7 @@ "uuid": "db1837ff-dba9-4af5-8045-6bd32f68fa69", "version": "2019-07-23T06:47:33.156265Z" }, - { + "analysis_file/980a0a6e-0f00-417f-aaff-a70c28930008": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6775216a", "indexed": false, @@ -6288,7 +2677,7 @@ "uuid": "2ae6941b-9d25-4de8-90a6-f71eb6bd298a", "version": "2019-07-23T06:47:33.606952Z" }, - { + "analysis_file/8248bc28-ed8e-4445-a3c9-8d86dbef1c33": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ca685f17", "indexed": false, @@ -6300,7 +2689,7 @@ "uuid": "be086e28-7f39-42bd-bfaa-1979f9ded3e5", "version": "2019-07-23T06:47:33.994054Z" }, - { + "analysis_file/28dc1d99-864a-40f3-b352-091bfa830f44": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5711c0fc", "indexed": false, @@ -6312,7 +2701,7 @@ "uuid": "be5c09b1-e923-47d6-af0d-db37f3790293", "version": "2019-07-23T06:47:34.327155Z" }, - { + "analysis_file/2054c82b-ab2d-4f2b-b36d-474ee1967db6": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b1129751", "indexed": false, @@ -6324,7 +2713,7 @@ "uuid": "b3320040-5c8b-4604-89a6-194d042b47ca", "version": "2019-07-23T06:47:34.828084Z" }, - { + "analysis_file/2e3fff44-0895-41ee-9fc2-392c60970871": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "f1dbd1ac", "indexed": false, @@ -6336,7 +2725,7 @@ "uuid": "dd08a6cc-3238-4564-a6d5-af0bdb6d312a", "version": "2019-07-23T06:47:35.164292Z" }, - { + "analysis_file/4b65b43d-3f81-480d-9b56-64f32f05ae4a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cbc21853", "indexed": false, @@ -6348,7 +2737,7 @@ "uuid": "958037e9-ddd6-4757-b8ff-245a47b6f8c3", "version": "2019-07-23T06:47:35.538349Z" }, - { + "analysis_file/f3a76c83-575b-4632-a199-79d224a41491": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e83ed80c", "indexed": false, @@ -6360,7 +2749,7 @@ "uuid": "ff3896f9-0108-4323-b41d-c4252eb06e26", "version": "2019-07-23T06:47:35.933090Z" }, - { + "analysis_file/834a3d7f-03c5-4b80-b812-e46c7a41ea85": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "08ba9be4", "indexed": false, @@ -6372,7 +2761,7 @@ "uuid": "dd247b47-9799-4a0c-a8ca-95c0265256aa", "version": "2019-07-23T06:47:36.252380Z" }, - { + "analysis_file/b96baaa5-a935-4613-a57a-d46680d65024": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "21d2badf", "indexed": false, @@ -6384,7 +2773,7 @@ "uuid": "f3582af7-1997-459f-9119-ab9bfa216617", "version": "2019-07-23T06:47:36.638471Z" }, - { + "analysis_file/0de7c34d-c46d-451c-9cce-456604ff8098": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e83ade48", "indexed": false, @@ -6396,7 +2785,7 @@ "uuid": "94b0b6f5-6d30-4a5f-82ce-edc16d6dda8e", "version": "2019-07-23T06:47:37.206809Z" }, - { + "analysis_file/27c0877d-17d8-4f7d-8f29-cac03169a134": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6730c78b", "indexed": false, @@ -6408,7 +2797,7 @@ "uuid": "aa0ea8d1-f5d8-4b88-89b0-55deae40cd29", "version": "2019-07-23T06:47:37.642381Z" }, - { + "analysis_file/0c1db26c-7b42-425a-bdc2-e0939594874b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "72afd7ea", "indexed": false, @@ -6420,7 +2809,7 @@ "uuid": "a00c8c5b-a4ea-4638-942f-56e3a0f67c5b", "version": "2019-07-23T06:47:38.072632Z" }, - { + "analysis_file/3edd2d04-d41a-4877-92c0-79f9b81b9d46": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "2620ef1c", "indexed": false, @@ -6432,7 +2821,7 @@ "uuid": "8782dec9-1709-4747-aad0-ed2e3dcb7392", "version": "2019-07-23T06:47:38.462704Z" }, - { + "analysis_file/1874790c-9a17-48ae-ab4f-5608979d337a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "314f7ec0", "indexed": false, @@ -6444,7 +2833,7 @@ "uuid": "1626e1bd-8467-43b8-9f74-ee8c3f4483fd", "version": "2019-07-23T06:47:38.844938Z" }, - { + "analysis_file/270f194e-991f-4eee-a3bf-f3558e0875a7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "312f4c33", "indexed": false, @@ -6456,7 +2845,7 @@ "uuid": "fa1c6fe7-49b4-4744-9f1f-d5e7ac01a289", "version": "2019-07-23T06:47:39.251078Z" }, - { + "analysis_file/d71b2d27-6a8c-4b86-93a8-4c8ed27de03d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "730b0c04", "indexed": false, @@ -6468,7 +2857,7 @@ "uuid": "ef791e77-3a5f-4fed-9ddc-41da23a3f146", "version": "2019-07-23T06:47:39.694248Z" }, - { + "analysis_file/b4eaf58e-77f5-4876-9116-8377b7768301": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "118bf243", "indexed": false, @@ -6480,7 +2869,7 @@ "uuid": "4e60fb08-0b47-4383-8ae8-5895c8ab1cd7", "version": "2019-07-23T06:47:40.142075Z" }, - { + "analysis_file/2c10bd25-0258-4c0f-891b-27e5335aec37": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0b5197ae", "indexed": false, @@ -6492,7 +2881,7 @@ "uuid": "80dedc71-cc99-4ae0-a096-8d8d38208dc1", "version": "2019-07-23T06:47:40.518514Z" }, - { + "analysis_file/e05803d2-29fb-4a42-afe1-9eb173d9f175": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b8925570", "indexed": false, @@ -6504,7 +2893,7 @@ "uuid": "51169c46-3b31-4139-827a-bef9fc02a886", "version": "2019-07-23T06:47:40.929021Z" }, - { + "analysis_file/6d20852c-06d3-4187-be32-a6e654480e77": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8eefbf89", "indexed": false, @@ -6516,7 +2905,7 @@ "uuid": "f97216eb-6516-48f8-8fc0-18c4706ee2ce", "version": "2019-07-23T06:47:41.322488Z" }, - { + "analysis_file/a47f0826-d375-4c36-8dfe-e6c7c32f70ac": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ccaa100e", "indexed": false, @@ -6528,7 +2917,7 @@ "uuid": "3a504801-8a90-420d-af3f-17963813defe", "version": "2019-07-23T06:47:41.773552Z" }, - { + "analysis_file/522e0dca-0892-4f00-9dde-195b754cb0b8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fe14d2e1", "indexed": false, @@ -6540,7 +2929,7 @@ "uuid": "1c63000b-399e-4701-9847-2cfd109a2a82", "version": "2019-07-23T06:47:42.317837Z" }, - { + "analysis_file/b1217476-441a-44de-ab1b-fbe20d24c3ec": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b58867d7", "indexed": false, @@ -6552,7 +2941,7 @@ "uuid": "c5eaca37-4b91-4d73-8f96-51e896d3ba27", "version": "2019-07-23T06:47:42.671161Z" }, - { + "analysis_file/4694137c-7509-4762-bcc0-f930d1e5a271": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b830ca9e", "indexed": false, @@ -6564,7 +2953,7 @@ "uuid": "f44fdd12-3dfb-4385-a3fd-27114c2f73ab", "version": "2019-07-23T06:47:44.073725Z" }, - { + "analysis_file/32cc38e3-118e-40e2-96e1-cd92fe3e11aa": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "eafbd528", "indexed": false, @@ -6576,7 +2965,7 @@ "uuid": "b2ca6e3f-b9f6-48b0-9abe-ef213f286a90", "version": "2019-07-23T06:47:44.599457Z" }, - { + "analysis_file/b72b09fc-9e76-40b4-99fe-8227504be200": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "5556eb17", "indexed": false, @@ -6588,7 +2977,7 @@ "uuid": "4edc170f-7610-49fd-8e97-b472c60b9c9d", "version": "2019-07-23T06:47:44.943337Z" }, - { + "analysis_file/a5e57712-e3c6-43ec-b0fc-869d9b66396e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4dc6adbe", "indexed": false, @@ -6600,7 +2989,7 @@ "uuid": "6994ed77-adae-43e4-ada3-8d8d28b9e9b6", "version": "2019-07-23T06:47:45.452298Z" }, - { + "analysis_file/080a1ebc-6d00-48ef-b293-138ef083f47d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7445ec00", "indexed": false, @@ -6612,7 +3001,7 @@ "uuid": "ac16dd23-8f27-40bb-a3ae-593bc0faeba6", "version": "2019-07-23T06:47:45.853088Z" }, - { + "analysis_file/9b65eed3-eb7a-4c63-9e8f-aeffa81f1e23": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "12c8a5b7", "indexed": false, @@ -6624,7 +3013,7 @@ "uuid": "18788938-8cb7-483f-b89c-a66cf6884faa", "version": "2019-07-23T06:47:46.273816Z" }, - { + "analysis_file/0919427e-9f5f-4ce3-baf4-e825f86adbec": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "1b31e8fe", "indexed": false, @@ -6636,7 +3025,7 @@ "uuid": "3b85985f-d0cb-4ae1-9264-6f0a63993860", "version": "2019-07-23T06:47:46.675391Z" }, - { + "analysis_file/890b6a2a-99cc-4e0f-b561-45469acce96f": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b286ff7d", "indexed": false, @@ -6648,7 +3037,7 @@ "uuid": "722f4e75-a94f-4442-b827-72c2006c50d5", "version": "2019-07-23T06:47:46.995442Z" }, - { + "analysis_file/33c48f1d-0909-4e5f-9b41-422c6ab92406": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "eda3bdcd", "indexed": false, @@ -6660,7 +3049,7 @@ "uuid": "96a16e4b-c1b0-4868-9509-0c0f9b5c38a8", "version": "2019-07-23T06:47:47.399949Z" }, - { + "analysis_file/c8424e37-f930-4b5c-91b1-93d220968718": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "de05ddf3", "indexed": false, @@ -6672,7 +3061,7 @@ "uuid": "f55528c7-b4de-4c4d-94ed-ba3d7dae41da", "version": "2019-07-23T06:47:48.037766Z" }, - { + "analysis_file/263cef0c-aac2-4dee-861d-50c74a116b97": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "cbce6c29", "indexed": false, @@ -6684,7 +3073,7 @@ "uuid": "4eb22c65-9131-4971-99f8-2ce610106f2e", "version": "2019-07-23T06:47:48.547348Z" }, - { + "analysis_file/8bbac3b8-17b8-48cb-8a08-4bd10da0d852": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "85b20ac1", "indexed": false, @@ -6696,7 +3085,7 @@ "uuid": "5f876361-655e-4944-b86d-843420050852", "version": "2019-07-23T06:47:49.016914Z" }, - { + "analysis_file/ed54d68f-ec20-4925-8096-1aa7a2219166": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "bec0c06d", "indexed": false, @@ -6708,7 +3097,7 @@ "uuid": "4da368ef-a405-428e-bebf-0dc82fe5b3a6", "version": "2019-07-23T06:47:49.491920Z" }, - { + "analysis_file/26e09825-41c0-47a3-b88e-b3bdda55a64d": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "4e771b6f", "indexed": false, @@ -6720,7 +3109,7 @@ "uuid": "8977459a-1fc9-4eae-a5eb-925a66bcec8e", "version": "2019-07-23T06:47:49.892996Z" }, - { + "analysis_file/624ae45a-e684-484f-b35c-96c68f1c2818": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "941e5668", "indexed": false, @@ -6732,7 +3121,7 @@ "uuid": "ebba8b03-b25f-4997-9dde-f57b6489d2ad", "version": "2019-07-23T06:47:50.371389Z" }, - { + "analysis_file/fe5c88b4-687b-4b66-87f0-271deb195aaf": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "16a670c8", "indexed": false, @@ -6744,7 +3133,7 @@ "uuid": "5f6f6034-26fe-43ef-a294-d5f42d43f126", "version": "2019-07-23T06:47:51.043429Z" }, - { + "analysis_file/1ff25469-3040-497c-a2ad-ddfcbfa56e81": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "3545647d", "indexed": false, @@ -6756,7 +3145,7 @@ "uuid": "ccfba6e3-cd04-43bf-9468-7e82aa2d00b4", "version": "2019-07-23T06:47:51.425739Z" }, - { + "analysis_file/a4e098fe-d251-4eff-a6c4-1516c3db5f45": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "98eda808", "indexed": false, @@ -6768,7 +3157,7 @@ "uuid": "df634a2c-dd8f-43ab-8b26-b59d58db3231", "version": "2019-07-23T06:47:51.907489Z" }, - { + "analysis_file/45c524c7-9f61-4fd7-a188-73f2b2f222fe": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "46047a68", "indexed": false, @@ -6780,7 +3169,7 @@ "uuid": "332f19a1-674c-4b4a-97bc-3a057ab1cd0d", "version": "2019-07-23T06:47:52.384778Z" }, - { + "analysis_file/a66b12e3-22e0-46b5-8431-49cae2781fa3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "bdc205dc", "indexed": false, @@ -6792,7 +3181,7 @@ "uuid": "f2791053-6c47-499b-abca-f39a8fd00c68", "version": "2019-07-23T06:47:52.923690Z" }, - { + "analysis_file/d4c479b7-3fa9-45f9-b5dd-d566c069e0b0": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "7f2f5dfe", "indexed": false, @@ -6804,7 +3193,7 @@ "uuid": "f3486d97-41ea-472a-9dde-aaf3545cd0d1", "version": "2019-07-23T06:47:53.309857Z" }, - { + "analysis_file/9ea49dbc-aeec-4c23-89ad-6bb19dc4f3f8": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b1081c50", "indexed": false, @@ -6816,7 +3205,7 @@ "uuid": "0c11e393-794d-4a55-942e-fd50c596f301", "version": "2019-07-23T06:47:53.709271Z" }, - { + "analysis_file/0a06b519-54a2-4fe6-a0b9-ced484f2ee88": { "content-type": "application/json; dcp-type=data", "crc32c": "9a99ecc3", "indexed": false, @@ -6828,7 +3217,7 @@ "uuid": "834adf55-3e83-43a9-8ea9-af9ce5d98993", "version": "2019-07-23T06:47:54.151361Z" }, - { + "analysis_file/09e2872a-e14e-4278-90d9-0272bf674ade": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "57a3b717", "indexed": false, @@ -6840,7 +3229,7 @@ "uuid": "b9363e85-7be6-48c8-8790-c78667dbe609", "version": "2019-07-23T06:47:54.346452Z" }, - { + "analysis_file/4531af8b-472e-4305-8584-136a6139136e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "9c762390", "indexed": false, @@ -6852,7 +3241,7 @@ "uuid": "fc3e92d8-6c97-48e8-bd91-99512b0021e7", "version": "2019-07-23T06:47:54.704868Z" }, - { + "analysis_file/a21642da-c606-4318-9923-04fef26563c7": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "0206401a", "indexed": false, @@ -6864,7 +3253,7 @@ "uuid": "53297e9b-7b98-416e-abf0-50032c3f4add", "version": "2019-07-23T06:47:55.202986Z" }, - { + "analysis_file/cfe7e5fb-90ab-4a31-990f-ebae50e1ac55": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "99257cce", "indexed": false, @@ -6876,7 +3265,7 @@ "uuid": "8b333a35-0b8b-4d9b-8787-0980a7eea302", "version": "2019-07-23T06:47:55.980431Z" }, - { + "analysis_file/9e37e92f-fc60-4b1b-807a-b68b332ec42e": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "ed5bf4ca", "indexed": false, @@ -6888,7 +3277,7 @@ "uuid": "cacaaaad-4641-4d20-a0fa-4c8fef185954", "version": "2019-07-23T06:47:56.337114Z" }, - { + "analysis_file/0a138e45-159d-45ff-afe2-5615cd29e0c3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "abafda96", "indexed": false, @@ -6900,7 +3289,7 @@ "uuid": "9be3470a-eca8-430a-97a3-66ca439f2e6f", "version": "2019-07-23T06:47:56.708480Z" }, - { + "analysis_file/4a4baaee-a014-4f01-8796-a78c53d26ff3": { "content-type": "application/json; dcp-type=data", "crc32c": "6d0d549c", "indexed": false, @@ -6912,7 +3301,7 @@ "uuid": "6f8fb6e8-3d16-4969-b063-5f294704319d", "version": "2019-07-23T06:47:57.047868Z" }, - { + "analysis_file/ddb54f6b-6286-443d-854e-5cbdd3e73ac9": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "c803cedd", "indexed": false, @@ -6924,7 +3313,7 @@ "uuid": "3caf15af-7a55-4315-bf8b-61fcdc56f5e4", "version": "2019-07-23T06:47:57.298066Z" }, - { + "analysis_file/82bdd527-5c90-4baa-9970-9067a2c1f7d1": { "content-type": "application/json; dcp-type=data", "crc32c": "267e1076", "indexed": false, @@ -6936,7 +3325,7 @@ "uuid": "3dca724e-c8a3-409f-8677-cc1e0d8f778d", "version": "2019-07-23T06:47:57.647335Z" }, - { + "analysis_file/c3feea3c-fcf6-46f5-93db-dd54433e3cf4": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "079024a6", "indexed": false, @@ -6948,7 +3337,7 @@ "uuid": "491234c2-baa0-4993-a567-49261d845624", "version": "2019-07-23T06:47:57.825885Z" }, - { + "analysis_file/ff3620c9-5c36-48c0-a4ec-937fd585636e": { "content-type": "application/json; dcp-type=data", "crc32c": "f629ec34", "indexed": false, @@ -6960,7 +3349,7 @@ "uuid": "5f243f46-c947-493d-a389-3356166a5707", "version": "2019-07-23T06:47:58.045247Z" }, - { + "analysis_file/e727ebf7-276b-4704-801d-cd2f3b81a5c5": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "fd9bdce9", "indexed": false, @@ -6972,7 +3361,7 @@ "uuid": "bf7b14e1-d60e-4a75-abd7-7288c632ab45", "version": "2019-07-23T06:47:58.214112Z" }, - { + "analysis_file/fab74ba6-81c8-4d8c-b8c3-9b82e31f5b9f": { "content-type": "application/json; dcp-type=data", "crc32c": "f35d7e55", "indexed": false, @@ -6984,7 +3373,7 @@ "uuid": "682d732e-eaec-4df4-b03c-1f43a4504951", "version": "2019-07-23T06:47:59.076189Z" }, - { + "analysis_file/2b264ded-d29d-43e2-8288-26ab7ab1406b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "6d2df55e", "indexed": false, @@ -6996,7 +3385,7 @@ "uuid": "4dd0cd99-6901-49a4-b287-de8b21e31a93", "version": "2019-07-23T06:47:59.254679Z" }, - { + "analysis_file/86db2ba1-16df-4d73-afea-18148d4e7faa": { "content-type": "text/csv; dcp-type=data", "crc32c": "886c277d", "indexed": false, @@ -7008,7 +3397,7 @@ "uuid": "b9541a8c-8989-44fe-972b-0aa98a409f68", "version": "2019-07-23T06:47:59.463261Z" }, - { + "sequence_file/3f193e72-8efe-4c2a-ace1-79140ca36477": { "content-type": "application/gzip; dcp-type=data", "crc32c": "64e45095", "indexed": false, @@ -7020,7 +3409,7 @@ "uuid": "d879f732-d8d4-4251-a2ca-a91a852a034b", "version": "2019-07-18T21:29:49.534039Z" }, - { + "sequence_file/078b71eb-220a-43e5-a0fc-4f231e90f85f": { "content-type": "application/gzip; dcp-type=data", "crc32c": "7046ca69", "indexed": false, @@ -7032,9 +3421,9 @@ "uuid": "1e14d503-31b1-4db6-82ba-f8d83bd85b9b", "version": "2019-07-18T21:29:49.697974Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/13eab62e-0038-4997-aeab-aa3192cc090e": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.1.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -7074,7 +3463,7 @@ "update_date": "2019-07-18T21:12:44.344Z" } }, - "cell_line_0.json": { + "cell_line/4ccd163e-a630-4ede-bc0c-336ba044b783": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/14.3.1/cell_line", "schema_type": "biomaterial", "biomaterial_core": { @@ -7111,7 +3500,7 @@ "update_date": "2019-07-18T21:12:44.526Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/92254a9e-3a14-4760-b229-d914f3e8973f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.2.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -7156,7 +3545,7 @@ "update_date": "2019-07-18T21:12:44.655Z" } }, - "donor_organism_0.json": { + "donor_organism/39d1a24f-1785-476d-9c04-065be917e3ff": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.3.2/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -7221,7 +3610,7 @@ "update_date": "2019-07-18T21:12:44.591Z" } }, - "analysis_file_0.json": { + "analysis_file/2afae9e4-be02-4d57-bc44-24931f71d54c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "merged-cell-metrics.csv.gz", @@ -7234,7 +3623,7 @@ "update_date": "2019-07-23T06:01:49.789Z" } }, - "analysis_file_1.json": { + "analysis_file/7a42f079-a318-4975-9d91-8f1e816531de": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "sparse_counts.npz", @@ -7247,7 +3636,7 @@ "update_date": "2019-07-23T06:01:40.777Z" } }, - "analysis_file_2.json": { + "analysis_file/aaaf3d7b-9602-4d74-aa6f-b429e1e8b8ef": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "sparse_counts_col_index.npy", @@ -7260,7 +3649,7 @@ "update_date": "2019-07-23T06:01:46.778Z" } }, - "analysis_file_3.json": { + "analysis_file/433f86ab-0a07-4f8c-ac18-b4dec37fa434": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "sparse_counts_row_index.npy", @@ -7273,7 +3662,7 @@ "update_date": "2019-07-23T06:01:43.781Z" } }, - "analysis_file_4.json": { + "analysis_file/5ec54ddd-c6d7-4ae6-a822-94720c7bdbd1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "merged-gene-metrics.csv.gz", @@ -7286,7 +3675,7 @@ "update_date": "2019-07-23T06:01:49.790Z" } }, - "analysis_file_5.json": { + "analysis_file/b7890117-4733-4979-91ec-ba0208e088e9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "merged.bam", @@ -7299,7 +3688,7 @@ "update_date": "2019-07-23T06:04:25.799Z" } }, - "analysis_file_6.json": { + "analysis_file/5350b852-077e-43e3-885b-d1b37b3d7a6e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!.zattrs", @@ -7312,7 +3701,7 @@ "update_date": "2019-07-23T06:01:55.805Z" } }, - "analysis_file_7.json": { + "analysis_file/2c0bc0eb-739f-42ea-a5df-7d2943977fab": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!.zgroup", @@ -7325,7 +3714,7 @@ "update_date": "2019-07-23T06:01:55.805Z" } }, - "analysis_file_8.json": { + "analysis_file/93153632-bf8c-49bb-a283-00957c7f853c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!.zgroup", @@ -7338,7 +3727,7 @@ "update_date": "2019-07-23T06:01:58.777Z" } }, - "analysis_file_9.json": { + "analysis_file/01d206e5-47b4-48dd-b823-74e62e2325d1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!.zarray", @@ -7351,7 +3740,7 @@ "update_date": "2019-07-23T06:02:01.788Z" } }, - "analysis_file_10.json": { + "analysis_file/752857d0-35f9-46fa-9888-fde25f21195b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!0", @@ -7364,7 +3753,7 @@ "update_date": "2019-07-23T06:02:01.788Z" } }, - "analysis_file_11.json": { + "analysis_file/ded3278c-98d4-43d1-81ce-5233f7123842": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!1", @@ -7377,7 +3766,7 @@ "update_date": "2019-07-23T06:02:04.780Z" } }, - "analysis_file_12.json": { + "analysis_file/2e205f24-56cc-40ec-81b1-c17ebd0a5047": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!10", @@ -7390,7 +3779,7 @@ "update_date": "2019-07-23T06:02:07.788Z" } }, - "analysis_file_13.json": { + "analysis_file/cc486886-d9a2-44e6-8bf3-84a84c035ff6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!11", @@ -7403,7 +3792,7 @@ "update_date": "2019-07-23T06:02:07.788Z" } }, - "analysis_file_14.json": { + "analysis_file/20ac4de0-bb12-4f99-9e54-bd6f284c741a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!12", @@ -7416,7 +3805,7 @@ "update_date": "2019-07-23T06:02:10.780Z" } }, - "analysis_file_15.json": { + "analysis_file/d6ccfc37-bccb-463f-bd96-53accf9b5803": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!13", @@ -7429,7 +3818,7 @@ "update_date": "2019-07-23T06:02:13.790Z" } }, - "analysis_file_16.json": { + "analysis_file/12c88fdb-2350-498c-a51c-6f93fad50621": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!14", @@ -7442,7 +3831,7 @@ "update_date": "2019-07-23T06:02:13.790Z" } }, - "analysis_file_17.json": { + "analysis_file/bf4431ba-80da-468c-852b-7dbe008519f6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!15", @@ -7455,7 +3844,7 @@ "update_date": "2019-07-23T06:02:16.783Z" } }, - "analysis_file_18.json": { + "analysis_file/4018b8da-201c-423b-a26a-737549674742": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!16", @@ -7468,7 +3857,7 @@ "update_date": "2019-07-23T06:02:19.796Z" } }, - "analysis_file_19.json": { + "analysis_file/8be955e9-eb4e-4834-8576-0fd7ba1c672d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!17", @@ -7481,7 +3870,7 @@ "update_date": "2019-07-23T06:02:19.796Z" } }, - "analysis_file_20.json": { + "analysis_file/291bc053-766d-4b04-aa69-53a7d6a05366": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!18", @@ -7494,7 +3883,7 @@ "update_date": "2019-07-23T06:02:22.785Z" } }, - "analysis_file_21.json": { + "analysis_file/80b4596c-4047-40f7-8e90-d7ba13c3aba4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!19", @@ -7507,7 +3896,7 @@ "update_date": "2019-07-23T06:02:25.790Z" } }, - "analysis_file_22.json": { + "analysis_file/bd8f069d-1b75-4f7d-b10a-55efe37e4625": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!2", @@ -7520,7 +3909,7 @@ "update_date": "2019-07-23T06:02:25.793Z" } }, - "analysis_file_23.json": { + "analysis_file/287203a8-b15c-4fc9-ade7-4bfa9b4928e7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!20", @@ -7533,7 +3922,7 @@ "update_date": "2019-07-23T06:02:28.787Z" } }, - "analysis_file_24.json": { + "analysis_file/3574966b-2810-45e2-8a1f-bb20a183d9c2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!21", @@ -7546,7 +3935,7 @@ "update_date": "2019-07-23T06:02:31.794Z" } }, - "analysis_file_25.json": { + "analysis_file/5a2aa294-f923-4331-98c0-e9556263252e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!22", @@ -7559,7 +3948,7 @@ "update_date": "2019-07-23T06:02:31.794Z" } }, - "analysis_file_26.json": { + "analysis_file/1e84fd86-6cd6-4533-8b48-cd314820e9a9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!23", @@ -7572,7 +3961,7 @@ "update_date": "2019-07-23T06:02:34.788Z" } }, - "analysis_file_27.json": { + "analysis_file/058de439-51f8-47d4-8e63-c98ea902e527": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!24", @@ -7585,7 +3974,7 @@ "update_date": "2019-07-23T06:02:34.787Z" } }, - "analysis_file_28.json": { + "analysis_file/f7ab60fb-4ffb-43d5-8ce3-1ce6559d97b5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!25", @@ -7598,7 +3987,7 @@ "update_date": "2019-07-23T06:02:40.781Z" } }, - "analysis_file_29.json": { + "analysis_file/f42e5e79-a8a9-425d-a4bb-b1e3b166f3d4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!26", @@ -7611,7 +4000,7 @@ "update_date": "2019-07-23T06:02:43.793Z" } }, - "analysis_file_30.json": { + "analysis_file/2c0a6b30-a4f7-4edf-86b3-bf344e895893": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!27", @@ -7624,7 +4013,7 @@ "update_date": "2019-07-23T06:02:43.793Z" } }, - "analysis_file_31.json": { + "analysis_file/80224b34-0cab-4b02-95db-99573c3aaf4d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!28", @@ -7637,7 +4026,7 @@ "update_date": "2019-07-23T06:02:46.787Z" } }, - "analysis_file_32.json": { + "analysis_file/48ca6e39-74f8-458e-8233-7e310a873f1d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!29", @@ -7650,7 +4039,7 @@ "update_date": "2019-07-23T06:02:49.788Z" } }, - "analysis_file_33.json": { + "analysis_file/0e722000-9c5a-409e-b113-6f1382317a61": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!3", @@ -7663,7 +4052,7 @@ "update_date": "2019-07-23T06:02:49.789Z" } }, - "analysis_file_34.json": { + "analysis_file/b4038c93-a07c-4573-8d5a-0428fb766db0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!30", @@ -7676,7 +4065,7 @@ "update_date": "2019-07-23T06:02:52.782Z" } }, - "analysis_file_35.json": { + "analysis_file/c847ae70-af73-4294-bbdc-b0ac1f10fcc3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!31", @@ -7689,7 +4078,7 @@ "update_date": "2019-07-23T06:02:55.793Z" } }, - "analysis_file_36.json": { + "analysis_file/0074fd7c-1c4a-45bb-9a3e-f27f4d66d9d8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!32", @@ -7702,7 +4091,7 @@ "update_date": "2019-07-23T06:02:55.793Z" } }, - "analysis_file_37.json": { + "analysis_file/fb66bdf7-df50-4ef1-8c11-e643afc4e1a2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!33", @@ -7715,7 +4104,7 @@ "update_date": "2019-07-23T06:02:58.790Z" } }, - "analysis_file_38.json": { + "analysis_file/981391eb-6ed5-4f38-8b50-99c49db205dc": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!34", @@ -7728,7 +4117,7 @@ "update_date": "2019-07-23T06:02:58.790Z" } }, - "analysis_file_39.json": { + "analysis_file/7f9e2c6c-abfa-46f6-84bf-c7957c2e25b5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!35", @@ -7741,7 +4130,7 @@ "update_date": "2019-07-23T06:03:01.786Z" } }, - "analysis_file_40.json": { + "analysis_file/182fa5c6-b762-414d-8117-d1b7fd6b554a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!4", @@ -7754,7 +4143,7 @@ "update_date": "2019-07-23T06:03:04.795Z" } }, - "analysis_file_41.json": { + "analysis_file/00689444-5c04-4d33-bc48-bf9412382086": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!5", @@ -7767,7 +4156,7 @@ "update_date": "2019-07-23T06:03:04.795Z" } }, - "analysis_file_42.json": { + "analysis_file/80168b45-6e50-4385-902a-b9da569f272b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!6", @@ -7780,7 +4169,7 @@ "update_date": "2019-07-23T06:03:07.787Z" } }, - "analysis_file_43.json": { + "analysis_file/63731ed9-61dd-4e32-9696-89b7c4778819": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!7", @@ -7793,7 +4182,7 @@ "update_date": "2019-07-23T06:03:10.795Z" } }, - "analysis_file_44.json": { + "analysis_file/cd4c3355-1e7f-4e6f-989b-b067bcd257d9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!8", @@ -7806,7 +4195,7 @@ "update_date": "2019-07-23T06:03:10.795Z" } }, - "analysis_file_45.json": { + "analysis_file/12499e08-3eda-42f6-97f1-bb5e6d6b2dc4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_id!9", @@ -7819,7 +4208,7 @@ "update_date": "2019-07-23T06:03:13.792Z" } }, - "analysis_file_46.json": { + "analysis_file/d0247302-2653-423d-9945-b160f29a6658": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_metadata_numeric!.zarray", @@ -7832,7 +4221,7 @@ "update_date": "2019-07-23T06:03:13.793Z" } }, - "analysis_file_47.json": { + "analysis_file/fe8110a2-8616-4bdd-a867-b44612f7904f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_metadata_numeric!0.0", @@ -7845,7 +4234,7 @@ "update_date": "2019-07-23T06:03:19.794Z" } }, - "analysis_file_48.json": { + "analysis_file/a3c971eb-dd56-4dcd-adb1-530ac7fefca2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_metadata_numeric_name!.zarray", @@ -7858,7 +4247,7 @@ "update_date": "2019-07-23T06:03:19.794Z" } }, - "analysis_file_49.json": { + "analysis_file/ea51d2fb-3e38-45b4-b547-683068565fb4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!cell_metadata_numeric_name!0", @@ -7871,7 +4260,7 @@ "update_date": "2019-07-23T06:03:22.787Z" } }, - "analysis_file_50.json": { + "analysis_file/742d8919-182d-4c87-a15d-8857616e9e6a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!.zarray", @@ -7884,7 +4273,7 @@ "update_date": "2019-07-23T06:03:25.795Z" } }, - "analysis_file_51.json": { + "analysis_file/05d16edd-0757-4497-804a-2d540f280f5f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!0.0", @@ -7897,7 +4286,7 @@ "update_date": "2019-07-23T06:03:25.810Z" } }, - "analysis_file_52.json": { + "analysis_file/e8876fea-5529-4e3c-8a1f-6cd0351d95fc": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!0.1", @@ -7910,7 +4299,7 @@ "update_date": "2019-07-23T06:03:28.787Z" } }, - "analysis_file_53.json": { + "analysis_file/97c23453-969b-4603-8118-6dfed4c48f67": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!0.2", @@ -7923,7 +4312,7 @@ "update_date": "2019-07-23T06:03:31.795Z" } }, - "analysis_file_54.json": { + "analysis_file/4687994b-b705-4e73-be71-45d6269e952e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!0.3", @@ -7936,7 +4325,7 @@ "update_date": "2019-07-23T06:03:31.795Z" } }, - "analysis_file_55.json": { + "analysis_file/90ee27d0-46f5-4d79-9e89-708f0f969856": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!0.4", @@ -7949,7 +4338,7 @@ "update_date": "2019-07-23T06:03:34.791Z" } }, - "analysis_file_56.json": { + "analysis_file/50752731-16ef-4a55-a849-e3cbf749ce0e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!0.5", @@ -7962,7 +4351,7 @@ "update_date": "2019-07-23T06:03:37.791Z" } }, - "analysis_file_57.json": { + "analysis_file/4e1db8fa-f50b-417d-a047-345bba0e64cf": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!1.0", @@ -7975,7 +4364,7 @@ "update_date": "2019-07-23T06:03:40.790Z" } }, - "analysis_file_58.json": { + "analysis_file/031e23ee-5241-4246-b832-aaee8f0f32d8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!1.1", @@ -7988,7 +4377,7 @@ "update_date": "2019-07-23T06:03:43.787Z" } }, - "analysis_file_59.json": { + "analysis_file/0270628f-f67b-4505-96b2-c994d6c159ef": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!1.2", @@ -8001,7 +4390,7 @@ "update_date": "2019-07-23T06:03:46.790Z" } }, - "analysis_file_60.json": { + "analysis_file/345c650f-6d32-45e6-b8a3-2aab65feb7b5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!1.3", @@ -8014,7 +4403,7 @@ "update_date": "2019-07-23T06:03:49.796Z" } }, - "analysis_file_61.json": { + "analysis_file/0eda79f2-acc0-429e-8e95-0d85a2c64cc7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!1.4", @@ -8027,7 +4416,7 @@ "update_date": "2019-07-23T06:03:49.796Z" } }, - "analysis_file_62.json": { + "analysis_file/d4971e90-dc72-4f56-a7f4-b1dc674c34af": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!1.5", @@ -8040,7 +4429,7 @@ "update_date": "2019-07-23T06:03:52.788Z" } }, - "analysis_file_63.json": { + "analysis_file/d333e0a8-0428-498b-956a-8fac862fe90f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!10.0", @@ -8053,7 +4442,7 @@ "update_date": "2019-07-23T06:03:55.788Z" } }, - "analysis_file_64.json": { + "analysis_file/d044293c-91ae-469f-bcbd-482bb28936b7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!10.1", @@ -8066,7 +4455,7 @@ "update_date": "2019-07-23T06:03:58.792Z" } }, - "analysis_file_65.json": { + "analysis_file/bfdc0ca0-8496-470f-a530-366d64724913": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!10.2", @@ -8079,7 +4468,7 @@ "update_date": "2019-07-23T06:03:58.795Z" } }, - "analysis_file_66.json": { + "analysis_file/652a99d4-6f59-452e-8bf3-b506baf5c68e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!10.3", @@ -8092,7 +4481,7 @@ "update_date": "2019-07-23T06:04:01.806Z" } }, - "analysis_file_67.json": { + "analysis_file/68b5d945-61e4-420c-8cda-95b13bb445b0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!10.4", @@ -8105,7 +4494,7 @@ "update_date": "2019-07-23T06:04:01.806Z" } }, - "analysis_file_68.json": { + "analysis_file/780ff7bd-0956-4463-b62d-8044d7c17d32": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!10.5", @@ -8118,7 +4507,7 @@ "update_date": "2019-07-23T06:04:04.789Z" } }, - "analysis_file_69.json": { + "analysis_file/83934dc7-4fb2-4008-b271-21e5312b12cf": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!11.0", @@ -8131,7 +4520,7 @@ "update_date": "2019-07-23T06:04:07.798Z" } }, - "analysis_file_70.json": { + "analysis_file/4fa32ba3-795d-4e12-9f49-a74b0646117c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!11.1", @@ -8144,7 +4533,7 @@ "update_date": "2019-07-23T06:04:07.798Z" } }, - "analysis_file_71.json": { + "analysis_file/7820661d-0fb0-429d-b05e-60391c966b4c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!11.2", @@ -8157,7 +4546,7 @@ "update_date": "2019-07-23T06:04:10.791Z" } }, - "analysis_file_72.json": { + "analysis_file/20f93fc9-6279-4957-89a5-2f95eb2e5eba": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!11.3", @@ -8170,7 +4559,7 @@ "update_date": "2019-07-23T06:04:13.792Z" } }, - "analysis_file_73.json": { + "analysis_file/caaa5c54-76db-4276-8e3e-11678dc67d38": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!11.4", @@ -8183,7 +4572,7 @@ "update_date": "2019-07-23T06:04:16.794Z" } }, - "analysis_file_74.json": { + "analysis_file/105acdb5-4534-4d5d-aecd-ba39c0af7516": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!11.5", @@ -8196,7 +4585,7 @@ "update_date": "2019-07-23T06:04:16.794Z" } }, - "analysis_file_75.json": { + "analysis_file/2eef66ef-69be-4756-9314-38f26e642e9e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!12.0", @@ -8209,7 +4598,7 @@ "update_date": "2019-07-23T06:04:19.792Z" } }, - "analysis_file_76.json": { + "analysis_file/0fb81d85-3fb8-4f37-9e34-11711bf73ee8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!12.1", @@ -8222,7 +4611,7 @@ "update_date": "2019-07-23T06:04:22.797Z" } }, - "analysis_file_77.json": { + "analysis_file/a3ea4aa6-ebea-4666-a593-1287d2542ec9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!12.2", @@ -8235,7 +4624,7 @@ "update_date": "2019-07-23T06:04:22.797Z" } }, - "analysis_file_78.json": { + "analysis_file/183032e5-8166-48ec-8788-6d5e995495f4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!12.3", @@ -8248,7 +4637,7 @@ "update_date": "2019-07-23T06:04:25.799Z" } }, - "analysis_file_79.json": { + "analysis_file/70a6e1d8-b5f6-43e9-b3a2-d48b3bc1c0d3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!12.4", @@ -8261,7 +4650,7 @@ "update_date": "2019-07-23T06:04:28.803Z" } }, - "analysis_file_80.json": { + "analysis_file/658705d6-5c0f-4039-b988-92476b75822f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!12.5", @@ -8274,7 +4663,7 @@ "update_date": "2019-07-23T06:04:28.803Z" } }, - "analysis_file_81.json": { + "analysis_file/b9948faf-c59b-4a20-afdd-3e11527dccab": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!13.0", @@ -8287,7 +4676,7 @@ "update_date": "2019-07-23T06:04:31.794Z" } }, - "analysis_file_82.json": { + "analysis_file/27902245-0646-4e5a-8f4a-de716ae84ba6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!13.1", @@ -8300,7 +4689,7 @@ "update_date": "2019-07-23T06:04:34.792Z" } }, - "analysis_file_83.json": { + "analysis_file/50351aa9-f9e3-4b17-9ac6-9989d3b8c689": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!13.2", @@ -8313,7 +4702,7 @@ "update_date": "2019-07-23T06:04:37.797Z" } }, - "analysis_file_84.json": { + "analysis_file/5b1857c9-1869-4d63-9877-eedc6bb325ca": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!13.3", @@ -8326,7 +4715,7 @@ "update_date": "2019-07-23T06:04:37.797Z" } }, - "analysis_file_85.json": { + "analysis_file/1ce46a1b-be2f-42c6-94e2-16a77807f0e0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!13.4", @@ -8339,7 +4728,7 @@ "update_date": "2019-07-23T06:04:40.792Z" } }, - "analysis_file_86.json": { + "analysis_file/94145a97-1909-4451-8f2b-eefd3aa00fc4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!13.5", @@ -8352,7 +4741,7 @@ "update_date": "2019-07-23T06:04:43.798Z" } }, - "analysis_file_87.json": { + "analysis_file/13b6df9f-d6e3-4ab3-83bf-299d25f99da8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!14.0", @@ -8365,7 +4754,7 @@ "update_date": "2019-07-23T06:04:46.797Z" } }, - "analysis_file_88.json": { + "analysis_file/6fc75489-bb46-468b-b363-06da1202a36e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!14.1", @@ -8378,7 +4767,7 @@ "update_date": "2019-07-23T06:04:49.807Z" } }, - "analysis_file_89.json": { + "analysis_file/c8e61d41-7ec3-47f0-96f9-23d508752ad1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!14.2", @@ -8391,7 +4780,7 @@ "update_date": "2019-07-23T06:04:49.807Z" } }, - "analysis_file_90.json": { + "analysis_file/f3502c95-418e-4588-91ec-b40c210d8d2a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!14.3", @@ -8404,7 +4793,7 @@ "update_date": "2019-07-23T06:04:52.797Z" } }, - "analysis_file_91.json": { + "analysis_file/e5248a6a-63f8-44e9-a89b-6a36371849ca": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!14.4", @@ -8417,7 +4806,7 @@ "update_date": "2019-07-23T06:04:55.797Z" } }, - "analysis_file_92.json": { + "analysis_file/c5c50917-2fba-4e94-99f6-cb8f78da4530": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!14.5", @@ -8430,7 +4819,7 @@ "update_date": "2019-07-23T06:04:58.821Z" } }, - "analysis_file_93.json": { + "analysis_file/df1d6920-c7ca-4ce1-96ac-0d0bf1e38939": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!15.0", @@ -8443,7 +4832,7 @@ "update_date": "2019-07-23T06:04:58.821Z" } }, - "analysis_file_94.json": { + "analysis_file/9218468d-abba-45b8-a3a8-406bbee87d42": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!15.1", @@ -8456,7 +4845,7 @@ "update_date": "2019-07-23T06:05:01.797Z" } }, - "analysis_file_95.json": { + "analysis_file/01fb2583-dd9b-47ac-9109-425786f6c626": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!15.2", @@ -8469,7 +4858,7 @@ "update_date": "2019-07-23T06:05:04.795Z" } }, - "analysis_file_96.json": { + "analysis_file/fef83950-8e0e-40d8-9280-195c4917e9c8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!15.3", @@ -8482,7 +4871,7 @@ "update_date": "2019-07-23T06:05:07.801Z" } }, - "analysis_file_97.json": { + "analysis_file/11f74322-70bc-4a3f-aa54-f86fb5e84e49": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!15.4", @@ -8495,7 +4884,7 @@ "update_date": "2019-07-23T06:05:07.801Z" } }, - "analysis_file_98.json": { + "analysis_file/57929f1f-6edd-47b7-91cb-075c823b10ad": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!15.5", @@ -8508,7 +4897,7 @@ "update_date": "2019-07-23T06:05:10.797Z" } }, - "analysis_file_99.json": { + "analysis_file/079817a8-aad3-4ecd-bdcf-76e33aeade68": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!16.0", @@ -8521,7 +4910,7 @@ "update_date": "2019-07-23T06:05:13.801Z" } }, - "analysis_file_100.json": { + "analysis_file/1a10e188-28f2-46e2-893d-204f79ec9cff": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!16.1", @@ -8534,7 +4923,7 @@ "update_date": "2019-07-23T06:05:13.801Z" } }, - "analysis_file_101.json": { + "analysis_file/522867a7-4a65-429f-bf54-f94f1a81f369": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!16.2", @@ -8547,7 +4936,7 @@ "update_date": "2019-07-23T06:05:16.796Z" } }, - "analysis_file_102.json": { + "analysis_file/d80a9d3a-9795-4d95-ad57-a34cc238498f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!16.3", @@ -8560,7 +4949,7 @@ "update_date": "2019-07-23T06:05:19.804Z" } }, - "analysis_file_103.json": { + "analysis_file/833d0701-41d0-4cfd-bb55-38a83db95835": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!16.4", @@ -8573,7 +4962,7 @@ "update_date": "2019-07-23T06:05:19.804Z" } }, - "analysis_file_104.json": { + "analysis_file/985ff7ff-a52d-4f12-afe5-9153225b12ac": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!16.5", @@ -8586,7 +4975,7 @@ "update_date": "2019-07-23T06:05:22.798Z" } }, - "analysis_file_105.json": { + "analysis_file/f5ccbc84-4e00-44d5-a848-c4bc598ddb1f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!17.0", @@ -8599,7 +4988,7 @@ "update_date": "2019-07-23T06:05:25.799Z" } }, - "analysis_file_106.json": { + "analysis_file/7dc17a8c-3bac-48f5-b2e4-dfa37bb63c12": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!17.1", @@ -8612,7 +5001,7 @@ "update_date": "2019-07-23T06:05:28.808Z" } }, - "analysis_file_107.json": { + "analysis_file/b8f6b2a3-4dc0-4f9c-89e2-d287eea185d7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!17.2", @@ -8625,7 +5014,7 @@ "update_date": "2019-07-23T06:05:28.808Z" } }, - "analysis_file_108.json": { + "analysis_file/4f0edb28-144e-4559-bf1e-fccce4065291": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!17.3", @@ -8638,7 +5027,7 @@ "update_date": "2019-07-23T06:05:31.801Z" } }, - "analysis_file_109.json": { + "analysis_file/57d4bbc3-b8bb-43b8-90d6-d0ac4a0ef1b4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!17.4", @@ -8651,7 +5040,7 @@ "update_date": "2019-07-23T06:05:34.808Z" } }, - "analysis_file_110.json": { + "analysis_file/824933fe-baa3-420f-baec-39f98ddb6224": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!17.5", @@ -8664,7 +5053,7 @@ "update_date": "2019-07-23T06:05:34.808Z" } }, - "analysis_file_111.json": { + "analysis_file/07ee5567-37da-4cec-8621-53a4d41ce93d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!18.0", @@ -8677,7 +5066,7 @@ "update_date": "2019-07-23T06:05:37.797Z" } }, - "analysis_file_112.json": { + "analysis_file/e7983d22-c3f6-4dee-b108-4409696b108b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!18.1", @@ -8690,7 +5079,7 @@ "update_date": "2019-07-23T06:05:40.800Z" } }, - "analysis_file_113.json": { + "analysis_file/3e3d666c-0b85-4327-89df-c0b11ae04f7b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!18.2", @@ -8703,7 +5092,7 @@ "update_date": "2019-07-23T06:05:43.809Z" } }, - "analysis_file_114.json": { + "analysis_file/3ce1634c-ff05-4b38-8df5-b0ea50f678e8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!18.3", @@ -8716,7 +5105,7 @@ "update_date": "2019-07-23T06:05:43.809Z" } }, - "analysis_file_115.json": { + "analysis_file/08e38951-56ae-4d9e-aa95-13a0a5aae502": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!18.4", @@ -8729,7 +5118,7 @@ "update_date": "2019-07-23T06:05:46.804Z" } }, - "analysis_file_116.json": { + "analysis_file/43b66c0c-ffae-46b8-aee8-58e9f18e9f2a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!18.5", @@ -8742,7 +5131,7 @@ "update_date": "2019-07-23T06:05:49.803Z" } }, - "analysis_file_117.json": { + "analysis_file/e71897c8-3fe9-4863-9c67-2f189c374c33": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!19.0", @@ -8755,7 +5144,7 @@ "update_date": "2019-07-23T06:05:52.806Z" } }, - "analysis_file_118.json": { + "analysis_file/c9987133-b461-4362-b8c5-1a19315c2010": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!19.1", @@ -8768,7 +5157,7 @@ "update_date": "2019-07-23T06:05:52.806Z" } }, - "analysis_file_119.json": { + "analysis_file/44e604c4-860a-47e2-a20f-ec6189153179": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!19.2", @@ -8781,7 +5170,7 @@ "update_date": "2019-07-23T06:05:55.800Z" } }, - "analysis_file_120.json": { + "analysis_file/33a76ba7-d866-43d5-93bf-5ea6d658669b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!19.3", @@ -8794,7 +5183,7 @@ "update_date": "2019-07-23T06:05:58.807Z" } }, - "analysis_file_121.json": { + "analysis_file/b1047e56-5327-48e6-a95a-fae2e111897a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!19.4", @@ -8807,7 +5196,7 @@ "update_date": "2019-07-23T06:06:01.813Z" } }, - "analysis_file_122.json": { + "analysis_file/182506c0-48a4-4824-8653-2ea690e6e59e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!19.5", @@ -8820,7 +5209,7 @@ "update_date": "2019-07-23T06:06:01.813Z" } }, - "analysis_file_123.json": { + "analysis_file/e5db27d2-3b4f-4174-b892-972bb155841f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!2.0", @@ -8833,7 +5222,7 @@ "update_date": "2019-07-23T06:06:04.797Z" } }, - "analysis_file_124.json": { + "analysis_file/86e060c2-189f-49d3-81c4-bc70bb242bf7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!2.1", @@ -8846,7 +5235,7 @@ "update_date": "2019-07-23T06:06:07.803Z" } }, - "analysis_file_125.json": { + "analysis_file/a72a8bd5-f137-4244-9d0c-c4e98f4dd7e5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!2.2", @@ -8859,7 +5248,7 @@ "update_date": "2019-07-23T06:06:10.810Z" } }, - "analysis_file_126.json": { + "analysis_file/90ccebea-84aa-41d9-87d0-8fda919b4ded": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!2.3", @@ -8872,7 +5261,7 @@ "update_date": "2019-07-23T06:06:10.810Z" } }, - "analysis_file_127.json": { + "analysis_file/af64b766-7778-42d0-af3f-9dc481678d53": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!2.4", @@ -8885,7 +5274,7 @@ "update_date": "2019-07-23T06:06:13.802Z" } }, - "analysis_file_128.json": { + "analysis_file/c31c57d2-8c68-4759-8c20-f928c5adea12": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!2.5", @@ -8898,7 +5287,7 @@ "update_date": "2019-07-23T06:06:16.802Z" } }, - "analysis_file_129.json": { + "analysis_file/c8a7a724-33bd-415a-9329-5c4fed847be6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!20.0", @@ -8911,7 +5300,7 @@ "update_date": "2019-07-23T06:06:19.809Z" } }, - "analysis_file_130.json": { + "analysis_file/f0b6354a-ed57-445b-8f25-459e070c3604": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!20.1", @@ -8924,7 +5313,7 @@ "update_date": "2019-07-23T06:06:19.809Z" } }, - "analysis_file_131.json": { + "analysis_file/dd386984-9618-4f21-91fe-7eb0bcad675e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!20.2", @@ -8937,7 +5326,7 @@ "update_date": "2019-07-23T06:06:22.802Z" } }, - "analysis_file_132.json": { + "analysis_file/3d11a67a-4d43-4a80-a875-8aef2348e4c3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!20.3", @@ -8950,7 +5339,7 @@ "update_date": "2019-07-23T06:06:25.810Z" } }, - "analysis_file_133.json": { + "analysis_file/666c7a78-0881-462e-aee9-3731f1be10c7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!20.4", @@ -8963,7 +5352,7 @@ "update_date": "2019-07-23T06:06:25.811Z" } }, - "analysis_file_134.json": { + "analysis_file/4e3b3ebd-819c-4143-9d32-a8013d3c7039": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!20.5", @@ -8976,7 +5365,7 @@ "update_date": "2019-07-23T06:06:28.805Z" } }, - "analysis_file_135.json": { + "analysis_file/3950e1d4-f084-4440-88dc-a1917d42aa92": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!21.0", @@ -8989,7 +5378,7 @@ "update_date": "2019-07-23T06:06:31.806Z" } }, - "analysis_file_136.json": { + "analysis_file/a9843500-9ce8-49eb-bf58-0dfa807a7149": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!21.1", @@ -9002,7 +5391,7 @@ "update_date": "2019-07-23T06:06:34.831Z" } }, - "analysis_file_137.json": { + "analysis_file/00fd63b3-ffe1-439c-bf85-a224fea6ff17": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!21.2", @@ -9015,7 +5404,7 @@ "update_date": "2019-07-23T06:06:34.831Z" } }, - "analysis_file_138.json": { + "analysis_file/50bfb16b-0e62-48bf-8ae8-289e1a003cca": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!21.3", @@ -9028,7 +5417,7 @@ "update_date": "2019-07-23T06:06:37.803Z" } }, - "analysis_file_139.json": { + "analysis_file/6432f0f6-5011-4412-b146-212876e21e77": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!21.4", @@ -9041,7 +5430,7 @@ "update_date": "2019-07-23T06:06:40.813Z" } }, - "analysis_file_140.json": { + "analysis_file/cfffdf17-b11a-4720-af77-3d1da94cfb1f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!21.5", @@ -9054,7 +5443,7 @@ "update_date": "2019-07-23T06:06:40.813Z" } }, - "analysis_file_141.json": { + "analysis_file/7a6c8b19-6c94-4346-9ff9-a54765110e13": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!22.0", @@ -9067,7 +5456,7 @@ "update_date": "2019-07-23T06:06:43.807Z" } }, - "analysis_file_142.json": { + "analysis_file/dae7113c-35e1-46ef-a6d0-53f2c3be9617": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!22.1", @@ -9080,7 +5469,7 @@ "update_date": "2019-07-23T06:06:46.814Z" } }, - "analysis_file_143.json": { + "analysis_file/75c7091d-e635-4df1-b670-fa7b42c7bb60": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!22.2", @@ -9093,7 +5482,7 @@ "update_date": "2019-07-23T06:06:46.814Z" } }, - "analysis_file_144.json": { + "analysis_file/0e669062-e8ce-4fb6-a853-7630402a4ac4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!22.3", @@ -9106,7 +5495,7 @@ "update_date": "2019-07-23T06:06:52.810Z" } }, - "analysis_file_145.json": { + "analysis_file/c0fd4cbd-1584-4d4d-a914-1a9685961c2f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!22.4", @@ -9119,7 +5508,7 @@ "update_date": "2019-07-23T06:06:52.810Z" } }, - "analysis_file_146.json": { + "analysis_file/806695f0-caea-4994-9941-9ff2499e564c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!22.5", @@ -9132,7 +5521,7 @@ "update_date": "2019-07-23T06:06:55.806Z" } }, - "analysis_file_147.json": { + "analysis_file/feff32fa-6b89-4054-bc60-d0fb7d32875a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!23.0", @@ -9145,7 +5534,7 @@ "update_date": "2019-07-23T06:06:58.813Z" } }, - "analysis_file_148.json": { + "analysis_file/5d9f525c-5977-434d-8fd1-eb6e81f300a6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!23.1", @@ -9158,7 +5547,7 @@ "update_date": "2019-07-23T06:07:01.811Z" } }, - "analysis_file_149.json": { + "analysis_file/4846ef52-b97f-41f8-8ad6-116f7374c7da": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!23.2", @@ -9171,7 +5560,7 @@ "update_date": "2019-07-23T06:07:04.816Z" } }, - "analysis_file_150.json": { + "analysis_file/591b11ea-4314-46ff-8e1a-b08463dfeb6c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!23.3", @@ -9184,7 +5573,7 @@ "update_date": "2019-07-23T06:07:04.816Z" } }, - "analysis_file_151.json": { + "analysis_file/69fc6d1f-06a6-4ba5-97a6-9597d9d7e4ba": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!23.4", @@ -9197,7 +5586,7 @@ "update_date": "2019-07-23T06:07:07.811Z" } }, - "analysis_file_152.json": { + "analysis_file/65af9aa3-5656-49d8-82b8-ef819da3be57": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!23.5", @@ -9210,7 +5599,7 @@ "update_date": "2019-07-23T06:07:10.817Z" } }, - "analysis_file_153.json": { + "analysis_file/f0bc7821-c50c-4457-a73a-ea54e7f802e9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!24.0", @@ -9223,7 +5612,7 @@ "update_date": "2019-07-23T06:07:10.818Z" } }, - "analysis_file_154.json": { + "analysis_file/2ddd447d-ab33-420a-a120-00081eedc5e6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!24.1", @@ -9236,7 +5625,7 @@ "update_date": "2019-07-23T06:07:13.815Z" } }, - "analysis_file_155.json": { + "analysis_file/8961082f-b3da-40ce-b925-ee66d815af6c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!24.2", @@ -9249,7 +5638,7 @@ "update_date": "2019-07-23T06:07:13.815Z" } }, - "analysis_file_156.json": { + "analysis_file/df1d2a75-b4ea-499b-bd59-423f1597dc23": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!24.3", @@ -9262,7 +5651,7 @@ "update_date": "2019-07-23T06:07:16.807Z" } }, - "analysis_file_157.json": { + "analysis_file/75816a17-b08b-49b2-8ae9-1663dc554f0c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!24.4", @@ -9275,7 +5664,7 @@ "update_date": "2019-07-23T06:07:19.813Z" } }, - "analysis_file_158.json": { + "analysis_file/4f44b2bb-7f6b-4c92-8cd4-265b4701600e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!24.5", @@ -9288,7 +5677,7 @@ "update_date": "2019-07-23T06:07:19.813Z" } }, - "analysis_file_159.json": { + "analysis_file/6e40a5e4-8502-4aad-ba36-581c94d3fecd": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!25.0", @@ -9301,7 +5690,7 @@ "update_date": "2019-07-23T06:07:22.808Z" } }, - "analysis_file_160.json": { + "analysis_file/bdb05c8d-cee4-49e2-aa96-c4c0955cab9f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!25.1", @@ -9314,7 +5703,7 @@ "update_date": "2019-07-23T06:07:25.816Z" } }, - "analysis_file_161.json": { + "analysis_file/f6bd9ac1-511a-45bd-b544-8a3a719c24f0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!25.2", @@ -9327,7 +5716,7 @@ "update_date": "2019-07-23T06:07:25.816Z" } }, - "analysis_file_162.json": { + "analysis_file/507cdfe8-e1d5-4022-addf-5a925c6d1596": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!25.3", @@ -9340,7 +5729,7 @@ "update_date": "2019-07-23T06:07:28.808Z" } }, - "analysis_file_163.json": { + "analysis_file/1ec8b57d-e388-4780-abfd-d1d27e96073b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!25.4", @@ -9353,7 +5742,7 @@ "update_date": "2019-07-23T06:07:31.809Z" } }, - "analysis_file_164.json": { + "analysis_file/897fa0f4-fe2e-47c5-8423-9631c905f684": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!25.5", @@ -9366,7 +5755,7 @@ "update_date": "2019-07-23T06:07:34.817Z" } }, - "analysis_file_165.json": { + "analysis_file/f85725ed-d0f8-474e-83c0-b1e285b1bffa": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!26.0", @@ -9379,7 +5768,7 @@ "update_date": "2019-07-23T06:07:34.817Z" } }, - "analysis_file_166.json": { + "analysis_file/11f55a0e-dc89-4979-bd9a-b4f386876cb9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!26.1", @@ -9392,7 +5781,7 @@ "update_date": "2019-07-23T06:07:37.809Z" } }, - "analysis_file_167.json": { + "analysis_file/9baeb127-b802-4e9b-99bd-2c4e292c0083": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!26.2", @@ -9405,7 +5794,7 @@ "update_date": "2019-07-23T06:07:40.822Z" } }, - "analysis_file_168.json": { + "analysis_file/e2cba3c2-caa8-48ed-8e93-c2df94ceaf20": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!26.3", @@ -9418,7 +5807,7 @@ "update_date": "2019-07-23T06:07:40.822Z" } }, - "analysis_file_169.json": { + "analysis_file/08c497ca-781c-4be6-97b7-dc898aa057b4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!26.4", @@ -9431,7 +5820,7 @@ "update_date": "2019-07-23T06:07:43.812Z" } }, - "analysis_file_170.json": { + "analysis_file/12e5e6ad-2706-4974-8741-30835f0f4084": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!26.5", @@ -9444,7 +5833,7 @@ "update_date": "2019-07-23T06:07:46.816Z" } }, - "analysis_file_171.json": { + "analysis_file/2f83e7b6-b82f-4fdb-92f3-17e54d22493a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!27.0", @@ -9457,7 +5846,7 @@ "update_date": "2019-07-23T06:07:46.816Z" } }, - "analysis_file_172.json": { + "analysis_file/cbba648a-49df-406e-b6b0-ff5e6994b56c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!27.1", @@ -9470,7 +5859,7 @@ "update_date": "2019-07-23T06:07:49.811Z" } }, - "analysis_file_173.json": { + "analysis_file/603bb7a4-c08b-4f60-8bd3-b8a868331b8f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!27.2", @@ -9483,7 +5872,7 @@ "update_date": "2019-07-23T06:07:52.812Z" } }, - "analysis_file_174.json": { + "analysis_file/b21b9a93-a5ab-4045-80cb-010ef8969cc5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!27.3", @@ -9496,7 +5885,7 @@ "update_date": "2019-07-23T06:07:55.818Z" } }, - "analysis_file_175.json": { + "analysis_file/c9d52e49-90ac-4159-913c-0ef579c2d00b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!27.4", @@ -9509,7 +5898,7 @@ "update_date": "2019-07-23T06:07:55.818Z" } }, - "analysis_file_176.json": { + "analysis_file/f3ee8a7f-ef00-417e-90b5-193579110532": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!27.5", @@ -9522,7 +5911,7 @@ "update_date": "2019-07-23T06:07:58.818Z" } }, - "analysis_file_177.json": { + "analysis_file/fa977d76-ece4-47c1-9212-a033217523a6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!28.0", @@ -9535,7 +5924,7 @@ "update_date": "2019-07-23T06:07:58.818Z" } }, - "analysis_file_178.json": { + "analysis_file/8da407f0-39cf-43c4-9250-0ba72fff2af7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!28.1", @@ -9548,7 +5937,7 @@ "update_date": "2019-07-23T06:08:01.813Z" } }, - "analysis_file_179.json": { + "analysis_file/6283a894-b4cf-4bd3-99e3-f12c9110d36e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!28.2", @@ -9561,7 +5950,7 @@ "update_date": "2019-07-23T06:08:04.813Z" } }, - "analysis_file_180.json": { + "analysis_file/f4956c61-e2b7-46d5-a2e4-f641fbbfc304": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!28.3", @@ -9574,7 +5963,7 @@ "update_date": "2019-07-23T06:08:07.844Z" } }, - "analysis_file_181.json": { + "analysis_file/aa393ce4-a6fd-4759-824e-729a43b9be59": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!28.4", @@ -9587,7 +5976,7 @@ "update_date": "2019-07-23T06:08:07.844Z" } }, - "analysis_file_182.json": { + "analysis_file/9e08f649-6bd2-4504-96fc-c1d4ee09324f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!28.5", @@ -9600,7 +5989,7 @@ "update_date": "2019-07-23T06:08:10.814Z" } }, - "analysis_file_183.json": { + "analysis_file/19aba152-975a-4942-b953-b1ced7535a79": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!29.0", @@ -9613,7 +6002,7 @@ "update_date": "2019-07-23T06:08:13.822Z" } }, - "analysis_file_184.json": { + "analysis_file/7c023882-23a1-46c8-800f-484af5253eb2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!29.1", @@ -9626,7 +6015,7 @@ "update_date": "2019-07-23T06:08:13.822Z" } }, - "analysis_file_185.json": { + "analysis_file/17527f54-54b8-4f78-8dd9-87882dc0fc9b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!29.2", @@ -9639,7 +6028,7 @@ "update_date": "2019-07-23T06:08:16.826Z" } }, - "analysis_file_186.json": { + "analysis_file/f8dd465e-50c6-4e9c-9795-4ef6dd6797a5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!29.3", @@ -9652,7 +6041,7 @@ "update_date": "2019-07-23T06:08:19.818Z" } }, - "analysis_file_187.json": { + "analysis_file/3de81811-865d-4fa7-a8c7-bea303bb53df": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!29.4", @@ -9665,7 +6054,7 @@ "update_date": "2019-07-23T06:08:20.831Z" } }, - "analysis_file_188.json": { + "analysis_file/4bff4802-f142-44d3-a166-bf60cc655b44": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!29.5", @@ -9678,7 +6067,7 @@ "update_date": "2019-07-23T06:08:22.820Z" } }, - "analysis_file_189.json": { + "analysis_file/59b50701-f235-4a7c-978b-420d03b6fa44": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!3.0", @@ -9691,7 +6080,7 @@ "update_date": "2019-07-23T06:08:25.828Z" } }, - "analysis_file_190.json": { + "analysis_file/b752a02d-bb2f-4632-b820-9ef817d477ed": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!3.1", @@ -9704,7 +6093,7 @@ "update_date": "2019-07-23T06:08:25.823Z" } }, - "analysis_file_191.json": { + "analysis_file/d0753d9f-219b-4ab8-bf4e-a8f539350153": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!3.2", @@ -9717,7 +6106,7 @@ "update_date": "2019-07-23T06:08:28.824Z" } }, - "analysis_file_192.json": { + "analysis_file/6209fcd2-deec-4adc-944d-a2b4b3a9fdd9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!3.3", @@ -9730,7 +6119,7 @@ "update_date": "2019-07-23T06:08:28.824Z" } }, - "analysis_file_193.json": { + "analysis_file/f3a20322-945c-4eb1-a01e-8666e522d5f6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!3.4", @@ -9743,7 +6132,7 @@ "update_date": "2019-07-23T06:08:31.817Z" } }, - "analysis_file_194.json": { + "analysis_file/b278a327-9685-44dd-b694-b4c4504cc315": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!3.5", @@ -9756,7 +6145,7 @@ "update_date": "2019-07-23T06:08:34.817Z" } }, - "analysis_file_195.json": { + "analysis_file/0c61d54f-64a2-4242-9e71-5b04464c948d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!30.0", @@ -9769,7 +6158,7 @@ "update_date": "2019-07-23T06:08:37.815Z" } }, - "analysis_file_196.json": { + "analysis_file/51302cec-b8fc-4902-9f70-6419677357c3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!30.1", @@ -9782,7 +6171,7 @@ "update_date": "2019-07-23T06:08:40.824Z" } }, - "analysis_file_197.json": { + "analysis_file/071dc595-4162-4fa6-aa45-54724c308c70": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!30.2", @@ -9795,7 +6184,7 @@ "update_date": "2019-07-23T06:08:40.825Z" } }, - "analysis_file_198.json": { + "analysis_file/9aa478a3-1247-459b-80ac-43cbe091a538": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!30.3", @@ -9808,7 +6197,7 @@ "update_date": "2019-07-23T06:08:43.827Z" } }, - "analysis_file_199.json": { + "analysis_file/c0bcca58-6d54-4556-b9a4-e5e171992dc0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!30.4", @@ -9821,7 +6210,7 @@ "update_date": "2019-07-23T06:08:46.826Z" } }, - "analysis_file_200.json": { + "analysis_file/5920491d-bcfe-4f9e-9b48-859afb965041": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!30.5", @@ -9834,7 +6223,7 @@ "update_date": "2019-07-23T06:08:46.826Z" } }, - "analysis_file_201.json": { + "analysis_file/a8cc3371-471a-4e45-8e51-d5aa4d77d89a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!31.0", @@ -9847,7 +6236,7 @@ "update_date": "2019-07-23T06:08:49.815Z" } }, - "analysis_file_202.json": { + "analysis_file/6015140c-a1e1-4644-b783-e0b9a21ce091": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!31.1", @@ -9860,7 +6249,7 @@ "update_date": "2019-07-23T06:08:52.818Z" } }, - "analysis_file_203.json": { + "analysis_file/322562e0-4e3f-434f-a302-1567d46d9e5c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!31.2", @@ -9873,7 +6262,7 @@ "update_date": "2019-07-23T06:08:55.821Z" } }, - "analysis_file_204.json": { + "analysis_file/00231db3-8195-457a-8a97-e6d0ef754f23": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!31.3", @@ -9886,7 +6275,7 @@ "update_date": "2019-07-23T06:08:58.825Z" } }, - "analysis_file_205.json": { + "analysis_file/4e656dc6-5b0d-4195-8afa-e8fc0dff2135": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!31.4", @@ -9899,7 +6288,7 @@ "update_date": "2019-07-23T06:08:58.825Z" } }, - "analysis_file_206.json": { + "analysis_file/08c509c4-8984-4207-904c-49cbe4ded542": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!31.5", @@ -9912,7 +6301,7 @@ "update_date": "2019-07-23T06:09:01.821Z" } }, - "analysis_file_207.json": { + "analysis_file/fccac52f-701b-4748-8aca-e9d75aab055e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!32.0", @@ -9925,7 +6314,7 @@ "update_date": "2019-07-23T06:09:04.825Z" } }, - "analysis_file_208.json": { + "analysis_file/58ca5671-6477-4639-b041-ba6ae71bdb75": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!32.1", @@ -9938,7 +6327,7 @@ "update_date": "2019-07-23T06:09:04.823Z" } }, - "analysis_file_209.json": { + "analysis_file/81e7fea4-13d8-4be2-bf04-e2700feafc5b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!32.2", @@ -9951,7 +6340,7 @@ "update_date": "2019-07-23T06:09:10.828Z" } }, - "analysis_file_210.json": { + "analysis_file/0d4e13c1-f806-4848-ba2f-fb2ddf8d1f01": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!32.3", @@ -9964,7 +6353,7 @@ "update_date": "2019-07-23T06:09:10.828Z" } }, - "analysis_file_211.json": { + "analysis_file/bb530315-61b4-47d5-99eb-9e76f3b1b19b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!32.4", @@ -9977,7 +6366,7 @@ "update_date": "2019-07-23T06:09:13.820Z" } }, - "analysis_file_212.json": { + "analysis_file/1a62335d-e8a6-495e-80b0-bc109aa9cf04": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!32.5", @@ -9990,7 +6379,7 @@ "update_date": "2019-07-23T06:09:16.823Z" } }, - "analysis_file_213.json": { + "analysis_file/9b0015d6-d4ad-4344-b881-19f63dc9c164": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!33.0", @@ -10003,7 +6392,7 @@ "update_date": "2019-07-23T06:09:16.823Z" } }, - "analysis_file_214.json": { + "analysis_file/db4468f6-6f2f-4cae-9f50-3e2487063143": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!33.1", @@ -10016,7 +6405,7 @@ "update_date": "2019-07-23T06:09:19.822Z" } }, - "analysis_file_215.json": { + "analysis_file/e0fba685-682c-4a8c-a4c1-7469075d2355": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!33.2", @@ -10029,7 +6418,7 @@ "update_date": "2019-07-23T06:09:22.826Z" } }, - "analysis_file_216.json": { + "analysis_file/84db4a86-cf50-4e00-aaab-4a277737f085": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!33.3", @@ -10042,7 +6431,7 @@ "update_date": "2019-07-23T06:09:22.826Z" } }, - "analysis_file_217.json": { + "analysis_file/f719374f-7e9d-4aa0-a135-37d378018385": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!33.4", @@ -10055,7 +6444,7 @@ "update_date": "2019-07-23T06:09:25.821Z" } }, - "analysis_file_218.json": { + "analysis_file/df814431-6493-4c7a-ae77-f615174cc8f0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!33.5", @@ -10068,7 +6457,7 @@ "update_date": "2019-07-23T06:09:28.828Z" } }, - "analysis_file_219.json": { + "analysis_file/1702dba8-95ac-4222-ab70-4a09c1281f17": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!34.0", @@ -10081,7 +6470,7 @@ "update_date": "2019-07-23T06:09:31.837Z" } }, - "analysis_file_220.json": { + "analysis_file/a4ebbbda-8cf0-4dd3-acf2-935d4b21e635": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!34.1", @@ -10094,7 +6483,7 @@ "update_date": "2019-07-23T06:09:31.837Z" } }, - "analysis_file_221.json": { + "analysis_file/8cd2eb55-a0a7-449c-89f6-8955916433f3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!34.2", @@ -10107,7 +6496,7 @@ "update_date": "2019-07-23T06:09:34.824Z" } }, - "analysis_file_222.json": { + "analysis_file/980a0a6e-0f00-417f-aaff-a70c28930008": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!34.3", @@ -10120,7 +6509,7 @@ "update_date": "2019-07-23T06:09:37.831Z" } }, - "analysis_file_223.json": { + "analysis_file/8248bc28-ed8e-4445-a3c9-8d86dbef1c33": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!34.4", @@ -10133,7 +6522,7 @@ "update_date": "2019-07-23T06:09:37.831Z" } }, - "analysis_file_224.json": { + "analysis_file/28dc1d99-864a-40f3-b352-091bfa830f44": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!34.5", @@ -10146,7 +6535,7 @@ "update_date": "2019-07-23T06:09:40.824Z" } }, - "analysis_file_225.json": { + "analysis_file/2054c82b-ab2d-4f2b-b36d-474ee1967db6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!35.0", @@ -10159,7 +6548,7 @@ "update_date": "2019-07-23T06:09:43.845Z" } }, - "analysis_file_226.json": { + "analysis_file/2e3fff44-0895-41ee-9fc2-392c60970871": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!35.1", @@ -10172,7 +6561,7 @@ "update_date": "2019-07-23T06:09:46.831Z" } }, - "analysis_file_227.json": { + "analysis_file/4b65b43d-3f81-480d-9b56-64f32f05ae4a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!35.2", @@ -10185,7 +6574,7 @@ "update_date": "2019-07-23T06:09:46.831Z" } }, - "analysis_file_228.json": { + "analysis_file/f3a76c83-575b-4632-a199-79d224a41491": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!35.3", @@ -10198,7 +6587,7 @@ "update_date": "2019-07-23T06:09:49.821Z" } }, - "analysis_file_229.json": { + "analysis_file/834a3d7f-03c5-4b80-b812-e46c7a41ea85": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!35.4", @@ -10211,7 +6600,7 @@ "update_date": "2019-07-23T06:09:52.825Z" } }, - "analysis_file_230.json": { + "analysis_file/b96baaa5-a935-4613-a57a-d46680d65024": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!35.5", @@ -10224,7 +6613,7 @@ "update_date": "2019-07-23T06:09:55.825Z" } }, - "analysis_file_231.json": { + "analysis_file/0de7c34d-c46d-451c-9cce-456604ff8098": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!4.0", @@ -10237,7 +6626,7 @@ "update_date": "2019-07-23T06:09:58.834Z" } }, - "analysis_file_232.json": { + "analysis_file/27c0877d-17d8-4f7d-8f29-cac03169a134": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!4.1", @@ -10250,7 +6639,7 @@ "update_date": "2019-07-23T06:09:58.834Z" } }, - "analysis_file_233.json": { + "analysis_file/0c1db26c-7b42-425a-bdc2-e0939594874b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!4.2", @@ -10263,7 +6652,7 @@ "update_date": "2019-07-23T06:10:01.826Z" } }, - "analysis_file_234.json": { + "analysis_file/3edd2d04-d41a-4877-92c0-79f9b81b9d46": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!4.3", @@ -10276,7 +6665,7 @@ "update_date": "2019-07-23T06:10:04.830Z" } }, - "analysis_file_235.json": { + "analysis_file/1874790c-9a17-48ae-ab4f-5608979d337a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!4.4", @@ -10289,7 +6678,7 @@ "update_date": "2019-07-23T06:10:04.830Z" } }, - "analysis_file_236.json": { + "analysis_file/270f194e-991f-4eee-a3bf-f3558e0875a7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!4.5", @@ -10302,7 +6691,7 @@ "update_date": "2019-07-23T06:10:07.831Z" } }, - "analysis_file_237.json": { + "analysis_file/d71b2d27-6a8c-4b86-93a8-4c8ed27de03d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!5.0", @@ -10315,7 +6704,7 @@ "update_date": "2019-07-23T06:10:10.826Z" } }, - "analysis_file_238.json": { + "analysis_file/b4eaf58e-77f5-4876-9116-8377b7768301": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!5.1", @@ -10328,7 +6717,7 @@ "update_date": "2019-07-23T06:10:13.833Z" } }, - "analysis_file_239.json": { + "analysis_file/2c10bd25-0258-4c0f-891b-27e5335aec37": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!5.2", @@ -10341,7 +6730,7 @@ "update_date": "2019-07-23T06:10:13.833Z" } }, - "analysis_file_240.json": { + "analysis_file/e05803d2-29fb-4a42-afe1-9eb173d9f175": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!5.3", @@ -10354,7 +6743,7 @@ "update_date": "2019-07-23T06:10:16.825Z" } }, - "analysis_file_241.json": { + "analysis_file/6d20852c-06d3-4187-be32-a6e654480e77": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!5.4", @@ -10367,7 +6756,7 @@ "update_date": "2019-07-23T06:10:19.823Z" } }, - "analysis_file_242.json": { + "analysis_file/a47f0826-d375-4c36-8dfe-e6c7c32f70ac": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!5.5", @@ -10380,7 +6769,7 @@ "update_date": "2019-07-23T06:10:22.835Z" } }, - "analysis_file_243.json": { + "analysis_file/522e0dca-0892-4f00-9dde-195b754cb0b8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!6.0", @@ -10393,7 +6782,7 @@ "update_date": "2019-07-23T06:10:22.835Z" } }, - "analysis_file_244.json": { + "analysis_file/b1217476-441a-44de-ab1b-fbe20d24c3ec": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!6.1", @@ -10406,7 +6795,7 @@ "update_date": "2019-07-23T06:10:25.828Z" } }, - "analysis_file_245.json": { + "analysis_file/4694137c-7509-4762-bcc0-f930d1e5a271": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!6.2", @@ -10419,7 +6808,7 @@ "update_date": "2019-07-23T06:10:28.835Z" } }, - "analysis_file_246.json": { + "analysis_file/32cc38e3-118e-40e2-96e1-cd92fe3e11aa": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!6.3", @@ -10432,7 +6821,7 @@ "update_date": "2019-07-23T06:10:28.835Z" } }, - "analysis_file_247.json": { + "analysis_file/b72b09fc-9e76-40b4-99fe-8227504be200": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!6.4", @@ -10445,7 +6834,7 @@ "update_date": "2019-07-23T06:10:31.827Z" } }, - "analysis_file_248.json": { + "analysis_file/a5e57712-e3c6-43ec-b0fc-869d9b66396e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!6.5", @@ -10458,7 +6847,7 @@ "update_date": "2019-07-23T06:10:34.835Z" } }, - "analysis_file_249.json": { + "analysis_file/080a1ebc-6d00-48ef-b293-138ef083f47d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!7.0", @@ -10471,7 +6860,7 @@ "update_date": "2019-07-23T06:10:34.835Z" } }, - "analysis_file_250.json": { + "analysis_file/9b65eed3-eb7a-4c63-9e8f-aeffa81f1e23": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!7.1", @@ -10484,7 +6873,7 @@ "update_date": "2019-07-23T06:10:37.830Z" } }, - "analysis_file_251.json": { + "analysis_file/0919427e-9f5f-4ce3-baf4-e825f86adbec": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!7.2", @@ -10497,7 +6886,7 @@ "update_date": "2019-07-23T06:10:40.838Z" } }, - "analysis_file_252.json": { + "analysis_file/890b6a2a-99cc-4e0f-b561-45469acce96f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!7.3", @@ -10510,7 +6899,7 @@ "update_date": "2019-07-23T06:10:40.838Z" } }, - "analysis_file_253.json": { + "analysis_file/33c48f1d-0909-4e5f-9b41-422c6ab92406": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!7.4", @@ -10523,7 +6912,7 @@ "update_date": "2019-07-23T06:10:43.829Z" } }, - "analysis_file_254.json": { + "analysis_file/c8424e37-f930-4b5c-91b1-93d220968718": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!7.5", @@ -10536,7 +6925,7 @@ "update_date": "2019-07-23T06:10:46.838Z" } }, - "analysis_file_255.json": { + "analysis_file/263cef0c-aac2-4dee-861d-50c74a116b97": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!8.0", @@ -10549,7 +6938,7 @@ "update_date": "2019-07-23T06:10:46.838Z" } }, - "analysis_file_256.json": { + "analysis_file/8bbac3b8-17b8-48cb-8a08-4bd10da0d852": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!8.1", @@ -10562,7 +6951,7 @@ "update_date": "2019-07-23T06:10:49.830Z" } }, - "analysis_file_257.json": { + "analysis_file/ed54d68f-ec20-4925-8096-1aa7a2219166": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!8.2", @@ -10575,7 +6964,7 @@ "update_date": "2019-07-23T06:10:52.838Z" } }, - "analysis_file_258.json": { + "analysis_file/26e09825-41c0-47a3-b88e-b3bdda55a64d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!8.3", @@ -10588,7 +6977,7 @@ "update_date": "2019-07-23T06:10:52.838Z" } }, - "analysis_file_259.json": { + "analysis_file/624ae45a-e684-484f-b35c-96c68f1c2818": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!8.4", @@ -10601,7 +6990,7 @@ "update_date": "2019-07-23T06:10:55.831Z" } }, - "analysis_file_260.json": { + "analysis_file/fe5c88b4-687b-4b66-87f0-271deb195aaf": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!8.5", @@ -10614,7 +7003,7 @@ "update_date": "2019-07-23T06:10:58.826Z" } }, - "analysis_file_261.json": { + "analysis_file/1ff25469-3040-497c-a2ad-ddfcbfa56e81": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!9.0", @@ -10627,7 +7016,7 @@ "update_date": "2019-07-23T06:11:01.832Z" } }, - "analysis_file_262.json": { + "analysis_file/a4e098fe-d251-4eff-a6c4-1516c3db5f45": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!9.1", @@ -10640,7 +7029,7 @@ "update_date": "2019-07-23T06:11:04.839Z" } }, - "analysis_file_263.json": { + "analysis_file/45c524c7-9f61-4fd7-a188-73f2b2f222fe": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!9.2", @@ -10653,7 +7042,7 @@ "update_date": "2019-07-23T06:11:04.839Z" } }, - "analysis_file_264.json": { + "analysis_file/a66b12e3-22e0-46b5-8431-49cae2781fa3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!9.3", @@ -10666,7 +7055,7 @@ "update_date": "2019-07-23T06:11:07.832Z" } }, - "analysis_file_265.json": { + "analysis_file/d4c479b7-3fa9-45f9-b5dd-d566c069e0b0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!9.4", @@ -10679,7 +7068,7 @@ "update_date": "2019-07-23T06:11:10.838Z" } }, - "analysis_file_266.json": { + "analysis_file/9ea49dbc-aeec-4c23-89ad-6bb19dc4f3f8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!expression!9.5", @@ -10692,7 +7081,7 @@ "update_date": "2019-07-23T06:11:10.838Z" } }, - "analysis_file_267.json": { + "analysis_file/0a06b519-54a2-4fe6-a0b9-ced484f2ee88": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!.zarray", @@ -10705,7 +7094,7 @@ "update_date": "2019-07-23T06:11:13.839Z" } }, - "analysis_file_268.json": { + "analysis_file/09e2872a-e14e-4278-90d9-0272bf674ade": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!0", @@ -10718,7 +7107,7 @@ "update_date": "2019-07-23T06:11:13.839Z" } }, - "analysis_file_269.json": { + "analysis_file/4531af8b-472e-4305-8584-136a6139136e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!1", @@ -10731,7 +7120,7 @@ "update_date": "2019-07-23T06:11:16.851Z" } }, - "analysis_file_270.json": { + "analysis_file/a21642da-c606-4318-9923-04fef26563c7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!2", @@ -10744,7 +7133,7 @@ "update_date": "2019-07-23T06:11:19.839Z" } }, - "analysis_file_271.json": { + "analysis_file/cfe7e5fb-90ab-4a31-990f-ebae50e1ac55": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!3", @@ -10757,7 +7146,7 @@ "update_date": "2019-07-23T06:11:19.839Z" } }, - "analysis_file_272.json": { + "analysis_file/9e37e92f-fc60-4b1b-807a-b68b332ec42e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!4", @@ -10770,7 +7159,7 @@ "update_date": "2019-07-23T06:11:22.831Z" } }, - "analysis_file_273.json": { + "analysis_file/0a138e45-159d-45ff-afe2-5615cd29e0c3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_id!5", @@ -10783,7 +7172,7 @@ "update_date": "2019-07-23T06:11:25.845Z" } }, - "analysis_file_274.json": { + "analysis_file/4a4baaee-a014-4f01-8796-a78c53d26ff3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_numeric!.zarray", @@ -10796,7 +7185,7 @@ "update_date": "2019-07-23T06:11:25.845Z" } }, - "analysis_file_275.json": { + "analysis_file/ddb54f6b-6286-443d-854e-5cbdd3e73ac9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_numeric!0.0", @@ -10809,7 +7198,7 @@ "update_date": "2019-07-23T06:11:28.839Z" } }, - "analysis_file_276.json": { + "analysis_file/82bdd527-5c90-4baa-9970-9067a2c1f7d1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_numeric_name!.zarray", @@ -10822,7 +7211,7 @@ "update_date": "2019-07-23T06:11:28.839Z" } }, - "analysis_file_277.json": { + "analysis_file/c3feea3c-fcf6-46f5-93db-dd54433e3cf4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_numeric_name!0", @@ -10835,7 +7224,7 @@ "update_date": "2019-07-23T06:11:31.841Z" } }, - "analysis_file_278.json": { + "analysis_file/ff3620c9-5c36-48c0-a4ec-937fd585636e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_string!.zarray", @@ -10848,7 +7237,7 @@ "update_date": "2019-07-23T06:11:31.841Z" } }, - "analysis_file_279.json": { + "analysis_file/e727ebf7-276b-4704-801d-cd2f3b81a5c5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_string!0.0", @@ -10861,7 +7250,7 @@ "update_date": "2019-07-23T06:11:34.836Z" } }, - "analysis_file_280.json": { + "analysis_file/fab74ba6-81c8-4d8c-b8c3-9b82e31f5b9f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_string_name!.zarray", @@ -10874,7 +7263,7 @@ "update_date": "2019-07-23T06:11:37.844Z" } }, - "analysis_file_281.json": { + "analysis_file/2b264ded-d29d-43e2-8288-26ab7ab1406b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "13eab62e-0038-4997-aeab-aa3192cc090e.zarr!expression_matrix!gene_metadata_string_name!0", @@ -10887,7 +7276,7 @@ "update_date": "2019-07-23T06:11:37.844Z" } }, - "analysis_file_282.json": { + "analysis_file/86db2ba1-16df-4d73-afea-18148d4e7faa": { "describedBy": "https://schema.humancellatlas.org/type/file/6.0.0/analysis_file", "file_core": { "file_name": "empty_drops_result.csv", @@ -10900,7 +7289,7 @@ "update_date": "2019-07-23T06:01:52.777Z" } }, - "sequence_file_0.json": { + "sequence_file/3f193e72-8efe-4c2a-ace1-79140ca36477": { "describedBy": "https://schema.humancellatlas.org/type/file/9.1.0/sequence_file", "schema_type": "file", "file_core": { @@ -10918,7 +7307,7 @@ "update_date": "2019-07-18T21:22:48.292Z" } }, - "sequence_file_1.json": { + "sequence_file/078b71eb-220a-43e5-a0fc-4f231e90f85f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.1.0/sequence_file", "schema_type": "file", "file_core": { @@ -10936,7 +7325,7 @@ "update_date": "2019-07-18T21:25:28.971Z" } }, - "project_0.json": { + "project/091cf39b-01bc-42e5-9437-f419a66c8a45": { "describedBy": "https://schema.humancellatlas.org/type/project/14.0.2/project", "schema_type": "project", "project_core": { @@ -11028,7 +7417,7 @@ "update_date": "2019-07-18T21:12:44.350Z" } }, - "analysis_protocol_0.json": { + "analysis_protocol/d3e7bf92-3c6b-433d-a4ac-488b9d099a74": { "computational_method": "Optimus", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.0.0/analysis_protocol", "protocol_core": { @@ -11044,7 +7433,7 @@ "update_date": "2019-07-23T05:06:10.475Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/dc19bb22-ae7b-431b-9b8b-7b49799a8fcd": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.1.1/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -11096,7 +7485,7 @@ "update_date": "2019-07-18T21:12:44.269Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/461851b8-55a5-4ae6-a52a-5bca71a00beb": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -11120,7 +7509,7 @@ "update_date": "2019-07-18T21:12:44.253Z" } }, - "collection_protocol_0.json": { + "collection_protocol/79f7c6ac-ada8-4c17-86ec-e73e87b94374": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.1.1/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -11138,7 +7527,7 @@ "update_date": "2019-07-18T21:12:44.265Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/5d9fc5a2-5516-4205-9d6e-8d0d674f146f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.0.1/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -11158,7 +7547,7 @@ "update_date": "2019-07-18T21:12:44.344Z" } }, - "analysis_process_0.json": { + "analysis_process/af6dce39-9d35-4299-8239-03ba1d513342": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/11.0.1/analysis_process", "input_bundles": [ @@ -11476,7 +7865,7 @@ "update_date": "2019-07-23T05:06:10.588Z" } }, - "process_0.json": { + "process/f59c9106-16a8-47f8-b681-490d23ee09de": { "start_time": "2017-08-08T00:00:00Z", "process_core": { "operators": [ @@ -11493,7 +7882,7 @@ "update_date": "2019-07-18T21:12:44.356Z" } }, - "process_1.json": { + "process/a03f7164-419b-4792-9a52-e6dda08b85bc": { "process_core": { "process_id": "process_id_10" }, @@ -11505,7 +7894,7 @@ "update_date": "2019-07-18T21:12:44.410Z" } }, - "process_2.json": { + "process/57d2c83d-cd8b-44c9-9644-c3475a44b0a7": { "process_core": { "process_id": "process_id_3" }, @@ -11517,7 +7906,7 @@ "update_date": "2019-07-18T21:12:44.498Z" } }, - "process_3.json": { + "process/8b1f44be-7eaa-4030-b6c5-697c5fc388eb": { "process_core": { "location": "AllCells, LLC", "process_id": "HS_BM_P3_Run1" @@ -11529,380 +7918,381 @@ "submission_date": "2019-07-18T21:12:40.114Z", "update_date": "2019-07-18T21:12:44.455Z" } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "af6dce39-9d35-4299-8239-03ba1d513342", - "inputs": [ - "3f193e72-8efe-4c2a-ace1-79140ca36477", - "078b71eb-220a-43e5-a0fc-4f231e90f85f" - ], - "input_type": "file", - "outputs": [ - "2afae9e4-be02-4d57-bc44-24931f71d54c", - "7a42f079-a318-4975-9d91-8f1e816531de", - "aaaf3d7b-9602-4d74-aa6f-b429e1e8b8ef", - "433f86ab-0a07-4f8c-ac18-b4dec37fa434", - "5ec54ddd-c6d7-4ae6-a822-94720c7bdbd1", - "b7890117-4733-4979-91ec-ba0208e088e9", - "5350b852-077e-43e3-885b-d1b37b3d7a6e", - "2c0bc0eb-739f-42ea-a5df-7d2943977fab", - "93153632-bf8c-49bb-a283-00957c7f853c", - "01d206e5-47b4-48dd-b823-74e62e2325d1", - "752857d0-35f9-46fa-9888-fde25f21195b", - "ded3278c-98d4-43d1-81ce-5233f7123842", - "2e205f24-56cc-40ec-81b1-c17ebd0a5047", - "cc486886-d9a2-44e6-8bf3-84a84c035ff6", - "20ac4de0-bb12-4f99-9e54-bd6f284c741a", - "d6ccfc37-bccb-463f-bd96-53accf9b5803", - "12c88fdb-2350-498c-a51c-6f93fad50621", - "bf4431ba-80da-468c-852b-7dbe008519f6", - "4018b8da-201c-423b-a26a-737549674742", - "8be955e9-eb4e-4834-8576-0fd7ba1c672d", - "291bc053-766d-4b04-aa69-53a7d6a05366", - "80b4596c-4047-40f7-8e90-d7ba13c3aba4", - "bd8f069d-1b75-4f7d-b10a-55efe37e4625", - "287203a8-b15c-4fc9-ade7-4bfa9b4928e7", - "3574966b-2810-45e2-8a1f-bb20a183d9c2", - "5a2aa294-f923-4331-98c0-e9556263252e", - "1e84fd86-6cd6-4533-8b48-cd314820e9a9", - "058de439-51f8-47d4-8e63-c98ea902e527", - "f7ab60fb-4ffb-43d5-8ce3-1ce6559d97b5", - "f42e5e79-a8a9-425d-a4bb-b1e3b166f3d4", - "2c0a6b30-a4f7-4edf-86b3-bf344e895893", - "80224b34-0cab-4b02-95db-99573c3aaf4d", - "48ca6e39-74f8-458e-8233-7e310a873f1d", - "0e722000-9c5a-409e-b113-6f1382317a61", - "b4038c93-a07c-4573-8d5a-0428fb766db0", - "c847ae70-af73-4294-bbdc-b0ac1f10fcc3", - "0074fd7c-1c4a-45bb-9a3e-f27f4d66d9d8", - "fb66bdf7-df50-4ef1-8c11-e643afc4e1a2", - "981391eb-6ed5-4f38-8b50-99c49db205dc", - "7f9e2c6c-abfa-46f6-84bf-c7957c2e25b5", - "182fa5c6-b762-414d-8117-d1b7fd6b554a", - "00689444-5c04-4d33-bc48-bf9412382086", - "80168b45-6e50-4385-902a-b9da569f272b", - "63731ed9-61dd-4e32-9696-89b7c4778819", - "cd4c3355-1e7f-4e6f-989b-b067bcd257d9", - "12499e08-3eda-42f6-97f1-bb5e6d6b2dc4", - "d0247302-2653-423d-9945-b160f29a6658", - "fe8110a2-8616-4bdd-a867-b44612f7904f", - "a3c971eb-dd56-4dcd-adb1-530ac7fefca2", - "ea51d2fb-3e38-45b4-b547-683068565fb4", - "742d8919-182d-4c87-a15d-8857616e9e6a", - "05d16edd-0757-4497-804a-2d540f280f5f", - "e8876fea-5529-4e3c-8a1f-6cd0351d95fc", - "97c23453-969b-4603-8118-6dfed4c48f67", - "4687994b-b705-4e73-be71-45d6269e952e", - "90ee27d0-46f5-4d79-9e89-708f0f969856", - "50752731-16ef-4a55-a849-e3cbf749ce0e", - "4e1db8fa-f50b-417d-a047-345bba0e64cf", - "031e23ee-5241-4246-b832-aaee8f0f32d8", - "0270628f-f67b-4505-96b2-c994d6c159ef", - "345c650f-6d32-45e6-b8a3-2aab65feb7b5", - "0eda79f2-acc0-429e-8e95-0d85a2c64cc7", - "d4971e90-dc72-4f56-a7f4-b1dc674c34af", - "d333e0a8-0428-498b-956a-8fac862fe90f", - "d044293c-91ae-469f-bcbd-482bb28936b7", - "bfdc0ca0-8496-470f-a530-366d64724913", - "652a99d4-6f59-452e-8bf3-b506baf5c68e", - "68b5d945-61e4-420c-8cda-95b13bb445b0", - "780ff7bd-0956-4463-b62d-8044d7c17d32", - "83934dc7-4fb2-4008-b271-21e5312b12cf", - "4fa32ba3-795d-4e12-9f49-a74b0646117c", - "7820661d-0fb0-429d-b05e-60391c966b4c", - "20f93fc9-6279-4957-89a5-2f95eb2e5eba", - "caaa5c54-76db-4276-8e3e-11678dc67d38", - "105acdb5-4534-4d5d-aecd-ba39c0af7516", - "2eef66ef-69be-4756-9314-38f26e642e9e", - "0fb81d85-3fb8-4f37-9e34-11711bf73ee8", - "a3ea4aa6-ebea-4666-a593-1287d2542ec9", - "183032e5-8166-48ec-8788-6d5e995495f4", - "70a6e1d8-b5f6-43e9-b3a2-d48b3bc1c0d3", - "658705d6-5c0f-4039-b988-92476b75822f", - "b9948faf-c59b-4a20-afdd-3e11527dccab", - "27902245-0646-4e5a-8f4a-de716ae84ba6", - "50351aa9-f9e3-4b17-9ac6-9989d3b8c689", - "5b1857c9-1869-4d63-9877-eedc6bb325ca", - "1ce46a1b-be2f-42c6-94e2-16a77807f0e0", - "94145a97-1909-4451-8f2b-eefd3aa00fc4", - "13b6df9f-d6e3-4ab3-83bf-299d25f99da8", - "6fc75489-bb46-468b-b363-06da1202a36e", - "c8e61d41-7ec3-47f0-96f9-23d508752ad1", - "f3502c95-418e-4588-91ec-b40c210d8d2a", - "e5248a6a-63f8-44e9-a89b-6a36371849ca", - "c5c50917-2fba-4e94-99f6-cb8f78da4530", - "df1d6920-c7ca-4ce1-96ac-0d0bf1e38939", - "9218468d-abba-45b8-a3a8-406bbee87d42", - "01fb2583-dd9b-47ac-9109-425786f6c626", - "fef83950-8e0e-40d8-9280-195c4917e9c8", - "11f74322-70bc-4a3f-aa54-f86fb5e84e49", - "57929f1f-6edd-47b7-91cb-075c823b10ad", - "079817a8-aad3-4ecd-bdcf-76e33aeade68", - "1a10e188-28f2-46e2-893d-204f79ec9cff", - "522867a7-4a65-429f-bf54-f94f1a81f369", - "d80a9d3a-9795-4d95-ad57-a34cc238498f", - "833d0701-41d0-4cfd-bb55-38a83db95835", - "985ff7ff-a52d-4f12-afe5-9153225b12ac", - "f5ccbc84-4e00-44d5-a848-c4bc598ddb1f", - "7dc17a8c-3bac-48f5-b2e4-dfa37bb63c12", - "b8f6b2a3-4dc0-4f9c-89e2-d287eea185d7", - "4f0edb28-144e-4559-bf1e-fccce4065291", - "57d4bbc3-b8bb-43b8-90d6-d0ac4a0ef1b4", - "824933fe-baa3-420f-baec-39f98ddb6224", - "07ee5567-37da-4cec-8621-53a4d41ce93d", - "e7983d22-c3f6-4dee-b108-4409696b108b", - "3e3d666c-0b85-4327-89df-c0b11ae04f7b", - "3ce1634c-ff05-4b38-8df5-b0ea50f678e8", - "08e38951-56ae-4d9e-aa95-13a0a5aae502", - "43b66c0c-ffae-46b8-aee8-58e9f18e9f2a", - "e71897c8-3fe9-4863-9c67-2f189c374c33", - "c9987133-b461-4362-b8c5-1a19315c2010", - "44e604c4-860a-47e2-a20f-ec6189153179", - "33a76ba7-d866-43d5-93bf-5ea6d658669b", - "b1047e56-5327-48e6-a95a-fae2e111897a", - "182506c0-48a4-4824-8653-2ea690e6e59e", - "e5db27d2-3b4f-4174-b892-972bb155841f", - "86e060c2-189f-49d3-81c4-bc70bb242bf7", - "a72a8bd5-f137-4244-9d0c-c4e98f4dd7e5", - "90ccebea-84aa-41d9-87d0-8fda919b4ded", - "af64b766-7778-42d0-af3f-9dc481678d53", - "c31c57d2-8c68-4759-8c20-f928c5adea12", - "c8a7a724-33bd-415a-9329-5c4fed847be6", - "f0b6354a-ed57-445b-8f25-459e070c3604", - "dd386984-9618-4f21-91fe-7eb0bcad675e", - "3d11a67a-4d43-4a80-a875-8aef2348e4c3", - "666c7a78-0881-462e-aee9-3731f1be10c7", - "4e3b3ebd-819c-4143-9d32-a8013d3c7039", - "3950e1d4-f084-4440-88dc-a1917d42aa92", - "a9843500-9ce8-49eb-bf58-0dfa807a7149", - "00fd63b3-ffe1-439c-bf85-a224fea6ff17", - "50bfb16b-0e62-48bf-8ae8-289e1a003cca", - "6432f0f6-5011-4412-b146-212876e21e77", - "cfffdf17-b11a-4720-af77-3d1da94cfb1f", - "7a6c8b19-6c94-4346-9ff9-a54765110e13", - "dae7113c-35e1-46ef-a6d0-53f2c3be9617", - "75c7091d-e635-4df1-b670-fa7b42c7bb60", - "0e669062-e8ce-4fb6-a853-7630402a4ac4", - "c0fd4cbd-1584-4d4d-a914-1a9685961c2f", - "806695f0-caea-4994-9941-9ff2499e564c", - "feff32fa-6b89-4054-bc60-d0fb7d32875a", - "5d9f525c-5977-434d-8fd1-eb6e81f300a6", - "4846ef52-b97f-41f8-8ad6-116f7374c7da", - "591b11ea-4314-46ff-8e1a-b08463dfeb6c", - "69fc6d1f-06a6-4ba5-97a6-9597d9d7e4ba", - "65af9aa3-5656-49d8-82b8-ef819da3be57", - "f0bc7821-c50c-4457-a73a-ea54e7f802e9", - "2ddd447d-ab33-420a-a120-00081eedc5e6", - "8961082f-b3da-40ce-b925-ee66d815af6c", - "df1d2a75-b4ea-499b-bd59-423f1597dc23", - "75816a17-b08b-49b2-8ae9-1663dc554f0c", - "4f44b2bb-7f6b-4c92-8cd4-265b4701600e", - "6e40a5e4-8502-4aad-ba36-581c94d3fecd", - "bdb05c8d-cee4-49e2-aa96-c4c0955cab9f", - "f6bd9ac1-511a-45bd-b544-8a3a719c24f0", - "507cdfe8-e1d5-4022-addf-5a925c6d1596", - "1ec8b57d-e388-4780-abfd-d1d27e96073b", - "897fa0f4-fe2e-47c5-8423-9631c905f684", - "f85725ed-d0f8-474e-83c0-b1e285b1bffa", - "11f55a0e-dc89-4979-bd9a-b4f386876cb9", - "9baeb127-b802-4e9b-99bd-2c4e292c0083", - "e2cba3c2-caa8-48ed-8e93-c2df94ceaf20", - "08c497ca-781c-4be6-97b7-dc898aa057b4", - "12e5e6ad-2706-4974-8741-30835f0f4084", - "2f83e7b6-b82f-4fdb-92f3-17e54d22493a", - "cbba648a-49df-406e-b6b0-ff5e6994b56c", - "603bb7a4-c08b-4f60-8bd3-b8a868331b8f", - "b21b9a93-a5ab-4045-80cb-010ef8969cc5", - "c9d52e49-90ac-4159-913c-0ef579c2d00b", - "f3ee8a7f-ef00-417e-90b5-193579110532", - "fa977d76-ece4-47c1-9212-a033217523a6", - "8da407f0-39cf-43c4-9250-0ba72fff2af7", - "6283a894-b4cf-4bd3-99e3-f12c9110d36e", - "f4956c61-e2b7-46d5-a2e4-f641fbbfc304", - "aa393ce4-a6fd-4759-824e-729a43b9be59", - "9e08f649-6bd2-4504-96fc-c1d4ee09324f", - "19aba152-975a-4942-b953-b1ced7535a79", - "7c023882-23a1-46c8-800f-484af5253eb2", - "17527f54-54b8-4f78-8dd9-87882dc0fc9b", - "f8dd465e-50c6-4e9c-9795-4ef6dd6797a5", - "3de81811-865d-4fa7-a8c7-bea303bb53df", - "4bff4802-f142-44d3-a166-bf60cc655b44", - "59b50701-f235-4a7c-978b-420d03b6fa44", - "b752a02d-bb2f-4632-b820-9ef817d477ed", - "d0753d9f-219b-4ab8-bf4e-a8f539350153", - "6209fcd2-deec-4adc-944d-a2b4b3a9fdd9", - "f3a20322-945c-4eb1-a01e-8666e522d5f6", - "b278a327-9685-44dd-b694-b4c4504cc315", - "0c61d54f-64a2-4242-9e71-5b04464c948d", - "51302cec-b8fc-4902-9f70-6419677357c3", - "071dc595-4162-4fa6-aa45-54724c308c70", - "9aa478a3-1247-459b-80ac-43cbe091a538", - "c0bcca58-6d54-4556-b9a4-e5e171992dc0", - "5920491d-bcfe-4f9e-9b48-859afb965041", - "a8cc3371-471a-4e45-8e51-d5aa4d77d89a", - "6015140c-a1e1-4644-b783-e0b9a21ce091", - "322562e0-4e3f-434f-a302-1567d46d9e5c", - "00231db3-8195-457a-8a97-e6d0ef754f23", - "4e656dc6-5b0d-4195-8afa-e8fc0dff2135", - "08c509c4-8984-4207-904c-49cbe4ded542", - "fccac52f-701b-4748-8aca-e9d75aab055e", - "58ca5671-6477-4639-b041-ba6ae71bdb75", - "81e7fea4-13d8-4be2-bf04-e2700feafc5b", - "0d4e13c1-f806-4848-ba2f-fb2ddf8d1f01", - "bb530315-61b4-47d5-99eb-9e76f3b1b19b", - "1a62335d-e8a6-495e-80b0-bc109aa9cf04", - "9b0015d6-d4ad-4344-b881-19f63dc9c164", - "db4468f6-6f2f-4cae-9f50-3e2487063143", - "e0fba685-682c-4a8c-a4c1-7469075d2355", - "84db4a86-cf50-4e00-aaab-4a277737f085", - "f719374f-7e9d-4aa0-a135-37d378018385", - "df814431-6493-4c7a-ae77-f615174cc8f0", - "1702dba8-95ac-4222-ab70-4a09c1281f17", - "a4ebbbda-8cf0-4dd3-acf2-935d4b21e635", - "8cd2eb55-a0a7-449c-89f6-8955916433f3", - "980a0a6e-0f00-417f-aaff-a70c28930008", - "8248bc28-ed8e-4445-a3c9-8d86dbef1c33", - "28dc1d99-864a-40f3-b352-091bfa830f44", - "2054c82b-ab2d-4f2b-b36d-474ee1967db6", - "2e3fff44-0895-41ee-9fc2-392c60970871", - "4b65b43d-3f81-480d-9b56-64f32f05ae4a", - "f3a76c83-575b-4632-a199-79d224a41491", - "834a3d7f-03c5-4b80-b812-e46c7a41ea85", - "b96baaa5-a935-4613-a57a-d46680d65024", - "0de7c34d-c46d-451c-9cce-456604ff8098", - "27c0877d-17d8-4f7d-8f29-cac03169a134", - "0c1db26c-7b42-425a-bdc2-e0939594874b", - "3edd2d04-d41a-4877-92c0-79f9b81b9d46", - "1874790c-9a17-48ae-ab4f-5608979d337a", - "270f194e-991f-4eee-a3bf-f3558e0875a7", - "d71b2d27-6a8c-4b86-93a8-4c8ed27de03d", - "b4eaf58e-77f5-4876-9116-8377b7768301", - "2c10bd25-0258-4c0f-891b-27e5335aec37", - "e05803d2-29fb-4a42-afe1-9eb173d9f175", - "6d20852c-06d3-4187-be32-a6e654480e77", - "a47f0826-d375-4c36-8dfe-e6c7c32f70ac", - "522e0dca-0892-4f00-9dde-195b754cb0b8", - "b1217476-441a-44de-ab1b-fbe20d24c3ec", - "4694137c-7509-4762-bcc0-f930d1e5a271", - "32cc38e3-118e-40e2-96e1-cd92fe3e11aa", - "b72b09fc-9e76-40b4-99fe-8227504be200", - "a5e57712-e3c6-43ec-b0fc-869d9b66396e", - "080a1ebc-6d00-48ef-b293-138ef083f47d", - "9b65eed3-eb7a-4c63-9e8f-aeffa81f1e23", - "0919427e-9f5f-4ce3-baf4-e825f86adbec", - "890b6a2a-99cc-4e0f-b561-45469acce96f", - "33c48f1d-0909-4e5f-9b41-422c6ab92406", - "c8424e37-f930-4b5c-91b1-93d220968718", - "263cef0c-aac2-4dee-861d-50c74a116b97", - "8bbac3b8-17b8-48cb-8a08-4bd10da0d852", - "ed54d68f-ec20-4925-8096-1aa7a2219166", - "26e09825-41c0-47a3-b88e-b3bdda55a64d", - "624ae45a-e684-484f-b35c-96c68f1c2818", - "fe5c88b4-687b-4b66-87f0-271deb195aaf", - "1ff25469-3040-497c-a2ad-ddfcbfa56e81", - "a4e098fe-d251-4eff-a6c4-1516c3db5f45", - "45c524c7-9f61-4fd7-a188-73f2b2f222fe", - "a66b12e3-22e0-46b5-8431-49cae2781fa3", - "d4c479b7-3fa9-45f9-b5dd-d566c069e0b0", - "9ea49dbc-aeec-4c23-89ad-6bb19dc4f3f8", - "0a06b519-54a2-4fe6-a0b9-ced484f2ee88", - "09e2872a-e14e-4278-90d9-0272bf674ade", - "4531af8b-472e-4305-8584-136a6139136e", - "a21642da-c606-4318-9923-04fef26563c7", - "cfe7e5fb-90ab-4a31-990f-ebae50e1ac55", - "9e37e92f-fc60-4b1b-807a-b68b332ec42e", - "0a138e45-159d-45ff-afe2-5615cd29e0c3", - "4a4baaee-a014-4f01-8796-a78c53d26ff3", - "ddb54f6b-6286-443d-854e-5cbdd3e73ac9", - "82bdd527-5c90-4baa-9970-9067a2c1f7d1", - "c3feea3c-fcf6-46f5-93db-dd54433e3cf4", - "ff3620c9-5c36-48c0-a4ec-937fd585636e", - "e727ebf7-276b-4704-801d-cd2f3b81a5c5", - "fab74ba6-81c8-4d8c-b8c3-9b82e31f5b9f", - "2b264ded-d29d-43e2-8288-26ab7ab1406b", - "86db2ba1-16df-4d73-afea-18148d4e7faa" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "d3e7bf92-3c6b-433d-a4ac-488b9d099a74" - } - ] - }, - { - "process": "f59c9106-16a8-47f8-b681-490d23ee09de", - "inputs": [ - "13eab62e-0038-4997-aeab-aa3192cc090e" - ], - "input_type": "biomaterial", - "outputs": [ - "3f193e72-8efe-4c2a-ace1-79140ca36477", - "078b71eb-220a-43e5-a0fc-4f231e90f85f" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "dc19bb22-ae7b-431b-9b8b-7b49799a8fcd" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "461851b8-55a5-4ae6-a52a-5bca71a00beb" - } - ] - }, - { - "process": "a03f7164-419b-4792-9a52-e6dda08b85bc", - "inputs": [ - "4ccd163e-a630-4ede-bc0c-336ba044b783" - ], - "input_type": "biomaterial", - "outputs": [ - "13eab62e-0038-4997-aeab-aa3192cc090e" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "57d2c83d-cd8b-44c9-9644-c3475a44b0a7", - "inputs": [ - "92254a9e-3a14-4760-b229-d914f3e8973f" - ], - "input_type": "biomaterial", - "outputs": [ - "4ccd163e-a630-4ede-bc0c-336ba044b783" - ], - "output_type": "biomaterial", - "protocols": [] - }, - { - "process": "8b1f44be-7eaa-4030-b6c5-697c5fc388eb", - "inputs": [ - "39d1a24f-1785-476d-9c04-065be917e3ff" - ], - "input_type": "biomaterial", - "outputs": [ - "92254a9e-3a14-4760-b229-d914f3e8973f" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "79f7c6ac-ada8-4c17-86ec-e73e87b94374" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "5d9fc5a2-5516-4205-9d6e-8d0d674f146f" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "af6dce39-9d35-4299-8239-03ba1d513342", + "inputs": [ + "3f193e72-8efe-4c2a-ace1-79140ca36477", + "078b71eb-220a-43e5-a0fc-4f231e90f85f" + ], + "input_type": "file", + "outputs": [ + "2afae9e4-be02-4d57-bc44-24931f71d54c", + "7a42f079-a318-4975-9d91-8f1e816531de", + "aaaf3d7b-9602-4d74-aa6f-b429e1e8b8ef", + "433f86ab-0a07-4f8c-ac18-b4dec37fa434", + "5ec54ddd-c6d7-4ae6-a822-94720c7bdbd1", + "b7890117-4733-4979-91ec-ba0208e088e9", + "5350b852-077e-43e3-885b-d1b37b3d7a6e", + "2c0bc0eb-739f-42ea-a5df-7d2943977fab", + "93153632-bf8c-49bb-a283-00957c7f853c", + "01d206e5-47b4-48dd-b823-74e62e2325d1", + "752857d0-35f9-46fa-9888-fde25f21195b", + "ded3278c-98d4-43d1-81ce-5233f7123842", + "2e205f24-56cc-40ec-81b1-c17ebd0a5047", + "cc486886-d9a2-44e6-8bf3-84a84c035ff6", + "20ac4de0-bb12-4f99-9e54-bd6f284c741a", + "d6ccfc37-bccb-463f-bd96-53accf9b5803", + "12c88fdb-2350-498c-a51c-6f93fad50621", + "bf4431ba-80da-468c-852b-7dbe008519f6", + "4018b8da-201c-423b-a26a-737549674742", + "8be955e9-eb4e-4834-8576-0fd7ba1c672d", + "291bc053-766d-4b04-aa69-53a7d6a05366", + "80b4596c-4047-40f7-8e90-d7ba13c3aba4", + "bd8f069d-1b75-4f7d-b10a-55efe37e4625", + "287203a8-b15c-4fc9-ade7-4bfa9b4928e7", + "3574966b-2810-45e2-8a1f-bb20a183d9c2", + "5a2aa294-f923-4331-98c0-e9556263252e", + "1e84fd86-6cd6-4533-8b48-cd314820e9a9", + "058de439-51f8-47d4-8e63-c98ea902e527", + "f7ab60fb-4ffb-43d5-8ce3-1ce6559d97b5", + "f42e5e79-a8a9-425d-a4bb-b1e3b166f3d4", + "2c0a6b30-a4f7-4edf-86b3-bf344e895893", + "80224b34-0cab-4b02-95db-99573c3aaf4d", + "48ca6e39-74f8-458e-8233-7e310a873f1d", + "0e722000-9c5a-409e-b113-6f1382317a61", + "b4038c93-a07c-4573-8d5a-0428fb766db0", + "c847ae70-af73-4294-bbdc-b0ac1f10fcc3", + "0074fd7c-1c4a-45bb-9a3e-f27f4d66d9d8", + "fb66bdf7-df50-4ef1-8c11-e643afc4e1a2", + "981391eb-6ed5-4f38-8b50-99c49db205dc", + "7f9e2c6c-abfa-46f6-84bf-c7957c2e25b5", + "182fa5c6-b762-414d-8117-d1b7fd6b554a", + "00689444-5c04-4d33-bc48-bf9412382086", + "80168b45-6e50-4385-902a-b9da569f272b", + "63731ed9-61dd-4e32-9696-89b7c4778819", + "cd4c3355-1e7f-4e6f-989b-b067bcd257d9", + "12499e08-3eda-42f6-97f1-bb5e6d6b2dc4", + "d0247302-2653-423d-9945-b160f29a6658", + "fe8110a2-8616-4bdd-a867-b44612f7904f", + "a3c971eb-dd56-4dcd-adb1-530ac7fefca2", + "ea51d2fb-3e38-45b4-b547-683068565fb4", + "742d8919-182d-4c87-a15d-8857616e9e6a", + "05d16edd-0757-4497-804a-2d540f280f5f", + "e8876fea-5529-4e3c-8a1f-6cd0351d95fc", + "97c23453-969b-4603-8118-6dfed4c48f67", + "4687994b-b705-4e73-be71-45d6269e952e", + "90ee27d0-46f5-4d79-9e89-708f0f969856", + "50752731-16ef-4a55-a849-e3cbf749ce0e", + "4e1db8fa-f50b-417d-a047-345bba0e64cf", + "031e23ee-5241-4246-b832-aaee8f0f32d8", + "0270628f-f67b-4505-96b2-c994d6c159ef", + "345c650f-6d32-45e6-b8a3-2aab65feb7b5", + "0eda79f2-acc0-429e-8e95-0d85a2c64cc7", + "d4971e90-dc72-4f56-a7f4-b1dc674c34af", + "d333e0a8-0428-498b-956a-8fac862fe90f", + "d044293c-91ae-469f-bcbd-482bb28936b7", + "bfdc0ca0-8496-470f-a530-366d64724913", + "652a99d4-6f59-452e-8bf3-b506baf5c68e", + "68b5d945-61e4-420c-8cda-95b13bb445b0", + "780ff7bd-0956-4463-b62d-8044d7c17d32", + "83934dc7-4fb2-4008-b271-21e5312b12cf", + "4fa32ba3-795d-4e12-9f49-a74b0646117c", + "7820661d-0fb0-429d-b05e-60391c966b4c", + "20f93fc9-6279-4957-89a5-2f95eb2e5eba", + "caaa5c54-76db-4276-8e3e-11678dc67d38", + "105acdb5-4534-4d5d-aecd-ba39c0af7516", + "2eef66ef-69be-4756-9314-38f26e642e9e", + "0fb81d85-3fb8-4f37-9e34-11711bf73ee8", + "a3ea4aa6-ebea-4666-a593-1287d2542ec9", + "183032e5-8166-48ec-8788-6d5e995495f4", + "70a6e1d8-b5f6-43e9-b3a2-d48b3bc1c0d3", + "658705d6-5c0f-4039-b988-92476b75822f", + "b9948faf-c59b-4a20-afdd-3e11527dccab", + "27902245-0646-4e5a-8f4a-de716ae84ba6", + "50351aa9-f9e3-4b17-9ac6-9989d3b8c689", + "5b1857c9-1869-4d63-9877-eedc6bb325ca", + "1ce46a1b-be2f-42c6-94e2-16a77807f0e0", + "94145a97-1909-4451-8f2b-eefd3aa00fc4", + "13b6df9f-d6e3-4ab3-83bf-299d25f99da8", + "6fc75489-bb46-468b-b363-06da1202a36e", + "c8e61d41-7ec3-47f0-96f9-23d508752ad1", + "f3502c95-418e-4588-91ec-b40c210d8d2a", + "e5248a6a-63f8-44e9-a89b-6a36371849ca", + "c5c50917-2fba-4e94-99f6-cb8f78da4530", + "df1d6920-c7ca-4ce1-96ac-0d0bf1e38939", + "9218468d-abba-45b8-a3a8-406bbee87d42", + "01fb2583-dd9b-47ac-9109-425786f6c626", + "fef83950-8e0e-40d8-9280-195c4917e9c8", + "11f74322-70bc-4a3f-aa54-f86fb5e84e49", + "57929f1f-6edd-47b7-91cb-075c823b10ad", + "079817a8-aad3-4ecd-bdcf-76e33aeade68", + "1a10e188-28f2-46e2-893d-204f79ec9cff", + "522867a7-4a65-429f-bf54-f94f1a81f369", + "d80a9d3a-9795-4d95-ad57-a34cc238498f", + "833d0701-41d0-4cfd-bb55-38a83db95835", + "985ff7ff-a52d-4f12-afe5-9153225b12ac", + "f5ccbc84-4e00-44d5-a848-c4bc598ddb1f", + "7dc17a8c-3bac-48f5-b2e4-dfa37bb63c12", + "b8f6b2a3-4dc0-4f9c-89e2-d287eea185d7", + "4f0edb28-144e-4559-bf1e-fccce4065291", + "57d4bbc3-b8bb-43b8-90d6-d0ac4a0ef1b4", + "824933fe-baa3-420f-baec-39f98ddb6224", + "07ee5567-37da-4cec-8621-53a4d41ce93d", + "e7983d22-c3f6-4dee-b108-4409696b108b", + "3e3d666c-0b85-4327-89df-c0b11ae04f7b", + "3ce1634c-ff05-4b38-8df5-b0ea50f678e8", + "08e38951-56ae-4d9e-aa95-13a0a5aae502", + "43b66c0c-ffae-46b8-aee8-58e9f18e9f2a", + "e71897c8-3fe9-4863-9c67-2f189c374c33", + "c9987133-b461-4362-b8c5-1a19315c2010", + "44e604c4-860a-47e2-a20f-ec6189153179", + "33a76ba7-d866-43d5-93bf-5ea6d658669b", + "b1047e56-5327-48e6-a95a-fae2e111897a", + "182506c0-48a4-4824-8653-2ea690e6e59e", + "e5db27d2-3b4f-4174-b892-972bb155841f", + "86e060c2-189f-49d3-81c4-bc70bb242bf7", + "a72a8bd5-f137-4244-9d0c-c4e98f4dd7e5", + "90ccebea-84aa-41d9-87d0-8fda919b4ded", + "af64b766-7778-42d0-af3f-9dc481678d53", + "c31c57d2-8c68-4759-8c20-f928c5adea12", + "c8a7a724-33bd-415a-9329-5c4fed847be6", + "f0b6354a-ed57-445b-8f25-459e070c3604", + "dd386984-9618-4f21-91fe-7eb0bcad675e", + "3d11a67a-4d43-4a80-a875-8aef2348e4c3", + "666c7a78-0881-462e-aee9-3731f1be10c7", + "4e3b3ebd-819c-4143-9d32-a8013d3c7039", + "3950e1d4-f084-4440-88dc-a1917d42aa92", + "a9843500-9ce8-49eb-bf58-0dfa807a7149", + "00fd63b3-ffe1-439c-bf85-a224fea6ff17", + "50bfb16b-0e62-48bf-8ae8-289e1a003cca", + "6432f0f6-5011-4412-b146-212876e21e77", + "cfffdf17-b11a-4720-af77-3d1da94cfb1f", + "7a6c8b19-6c94-4346-9ff9-a54765110e13", + "dae7113c-35e1-46ef-a6d0-53f2c3be9617", + "75c7091d-e635-4df1-b670-fa7b42c7bb60", + "0e669062-e8ce-4fb6-a853-7630402a4ac4", + "c0fd4cbd-1584-4d4d-a914-1a9685961c2f", + "806695f0-caea-4994-9941-9ff2499e564c", + "feff32fa-6b89-4054-bc60-d0fb7d32875a", + "5d9f525c-5977-434d-8fd1-eb6e81f300a6", + "4846ef52-b97f-41f8-8ad6-116f7374c7da", + "591b11ea-4314-46ff-8e1a-b08463dfeb6c", + "69fc6d1f-06a6-4ba5-97a6-9597d9d7e4ba", + "65af9aa3-5656-49d8-82b8-ef819da3be57", + "f0bc7821-c50c-4457-a73a-ea54e7f802e9", + "2ddd447d-ab33-420a-a120-00081eedc5e6", + "8961082f-b3da-40ce-b925-ee66d815af6c", + "df1d2a75-b4ea-499b-bd59-423f1597dc23", + "75816a17-b08b-49b2-8ae9-1663dc554f0c", + "4f44b2bb-7f6b-4c92-8cd4-265b4701600e", + "6e40a5e4-8502-4aad-ba36-581c94d3fecd", + "bdb05c8d-cee4-49e2-aa96-c4c0955cab9f", + "f6bd9ac1-511a-45bd-b544-8a3a719c24f0", + "507cdfe8-e1d5-4022-addf-5a925c6d1596", + "1ec8b57d-e388-4780-abfd-d1d27e96073b", + "897fa0f4-fe2e-47c5-8423-9631c905f684", + "f85725ed-d0f8-474e-83c0-b1e285b1bffa", + "11f55a0e-dc89-4979-bd9a-b4f386876cb9", + "9baeb127-b802-4e9b-99bd-2c4e292c0083", + "e2cba3c2-caa8-48ed-8e93-c2df94ceaf20", + "08c497ca-781c-4be6-97b7-dc898aa057b4", + "12e5e6ad-2706-4974-8741-30835f0f4084", + "2f83e7b6-b82f-4fdb-92f3-17e54d22493a", + "cbba648a-49df-406e-b6b0-ff5e6994b56c", + "603bb7a4-c08b-4f60-8bd3-b8a868331b8f", + "b21b9a93-a5ab-4045-80cb-010ef8969cc5", + "c9d52e49-90ac-4159-913c-0ef579c2d00b", + "f3ee8a7f-ef00-417e-90b5-193579110532", + "fa977d76-ece4-47c1-9212-a033217523a6", + "8da407f0-39cf-43c4-9250-0ba72fff2af7", + "6283a894-b4cf-4bd3-99e3-f12c9110d36e", + "f4956c61-e2b7-46d5-a2e4-f641fbbfc304", + "aa393ce4-a6fd-4759-824e-729a43b9be59", + "9e08f649-6bd2-4504-96fc-c1d4ee09324f", + "19aba152-975a-4942-b953-b1ced7535a79", + "7c023882-23a1-46c8-800f-484af5253eb2", + "17527f54-54b8-4f78-8dd9-87882dc0fc9b", + "f8dd465e-50c6-4e9c-9795-4ef6dd6797a5", + "3de81811-865d-4fa7-a8c7-bea303bb53df", + "4bff4802-f142-44d3-a166-bf60cc655b44", + "59b50701-f235-4a7c-978b-420d03b6fa44", + "b752a02d-bb2f-4632-b820-9ef817d477ed", + "d0753d9f-219b-4ab8-bf4e-a8f539350153", + "6209fcd2-deec-4adc-944d-a2b4b3a9fdd9", + "f3a20322-945c-4eb1-a01e-8666e522d5f6", + "b278a327-9685-44dd-b694-b4c4504cc315", + "0c61d54f-64a2-4242-9e71-5b04464c948d", + "51302cec-b8fc-4902-9f70-6419677357c3", + "071dc595-4162-4fa6-aa45-54724c308c70", + "9aa478a3-1247-459b-80ac-43cbe091a538", + "c0bcca58-6d54-4556-b9a4-e5e171992dc0", + "5920491d-bcfe-4f9e-9b48-859afb965041", + "a8cc3371-471a-4e45-8e51-d5aa4d77d89a", + "6015140c-a1e1-4644-b783-e0b9a21ce091", + "322562e0-4e3f-434f-a302-1567d46d9e5c", + "00231db3-8195-457a-8a97-e6d0ef754f23", + "4e656dc6-5b0d-4195-8afa-e8fc0dff2135", + "08c509c4-8984-4207-904c-49cbe4ded542", + "fccac52f-701b-4748-8aca-e9d75aab055e", + "58ca5671-6477-4639-b041-ba6ae71bdb75", + "81e7fea4-13d8-4be2-bf04-e2700feafc5b", + "0d4e13c1-f806-4848-ba2f-fb2ddf8d1f01", + "bb530315-61b4-47d5-99eb-9e76f3b1b19b", + "1a62335d-e8a6-495e-80b0-bc109aa9cf04", + "9b0015d6-d4ad-4344-b881-19f63dc9c164", + "db4468f6-6f2f-4cae-9f50-3e2487063143", + "e0fba685-682c-4a8c-a4c1-7469075d2355", + "84db4a86-cf50-4e00-aaab-4a277737f085", + "f719374f-7e9d-4aa0-a135-37d378018385", + "df814431-6493-4c7a-ae77-f615174cc8f0", + "1702dba8-95ac-4222-ab70-4a09c1281f17", + "a4ebbbda-8cf0-4dd3-acf2-935d4b21e635", + "8cd2eb55-a0a7-449c-89f6-8955916433f3", + "980a0a6e-0f00-417f-aaff-a70c28930008", + "8248bc28-ed8e-4445-a3c9-8d86dbef1c33", + "28dc1d99-864a-40f3-b352-091bfa830f44", + "2054c82b-ab2d-4f2b-b36d-474ee1967db6", + "2e3fff44-0895-41ee-9fc2-392c60970871", + "4b65b43d-3f81-480d-9b56-64f32f05ae4a", + "f3a76c83-575b-4632-a199-79d224a41491", + "834a3d7f-03c5-4b80-b812-e46c7a41ea85", + "b96baaa5-a935-4613-a57a-d46680d65024", + "0de7c34d-c46d-451c-9cce-456604ff8098", + "27c0877d-17d8-4f7d-8f29-cac03169a134", + "0c1db26c-7b42-425a-bdc2-e0939594874b", + "3edd2d04-d41a-4877-92c0-79f9b81b9d46", + "1874790c-9a17-48ae-ab4f-5608979d337a", + "270f194e-991f-4eee-a3bf-f3558e0875a7", + "d71b2d27-6a8c-4b86-93a8-4c8ed27de03d", + "b4eaf58e-77f5-4876-9116-8377b7768301", + "2c10bd25-0258-4c0f-891b-27e5335aec37", + "e05803d2-29fb-4a42-afe1-9eb173d9f175", + "6d20852c-06d3-4187-be32-a6e654480e77", + "a47f0826-d375-4c36-8dfe-e6c7c32f70ac", + "522e0dca-0892-4f00-9dde-195b754cb0b8", + "b1217476-441a-44de-ab1b-fbe20d24c3ec", + "4694137c-7509-4762-bcc0-f930d1e5a271", + "32cc38e3-118e-40e2-96e1-cd92fe3e11aa", + "b72b09fc-9e76-40b4-99fe-8227504be200", + "a5e57712-e3c6-43ec-b0fc-869d9b66396e", + "080a1ebc-6d00-48ef-b293-138ef083f47d", + "9b65eed3-eb7a-4c63-9e8f-aeffa81f1e23", + "0919427e-9f5f-4ce3-baf4-e825f86adbec", + "890b6a2a-99cc-4e0f-b561-45469acce96f", + "33c48f1d-0909-4e5f-9b41-422c6ab92406", + "c8424e37-f930-4b5c-91b1-93d220968718", + "263cef0c-aac2-4dee-861d-50c74a116b97", + "8bbac3b8-17b8-48cb-8a08-4bd10da0d852", + "ed54d68f-ec20-4925-8096-1aa7a2219166", + "26e09825-41c0-47a3-b88e-b3bdda55a64d", + "624ae45a-e684-484f-b35c-96c68f1c2818", + "fe5c88b4-687b-4b66-87f0-271deb195aaf", + "1ff25469-3040-497c-a2ad-ddfcbfa56e81", + "a4e098fe-d251-4eff-a6c4-1516c3db5f45", + "45c524c7-9f61-4fd7-a188-73f2b2f222fe", + "a66b12e3-22e0-46b5-8431-49cae2781fa3", + "d4c479b7-3fa9-45f9-b5dd-d566c069e0b0", + "9ea49dbc-aeec-4c23-89ad-6bb19dc4f3f8", + "0a06b519-54a2-4fe6-a0b9-ced484f2ee88", + "09e2872a-e14e-4278-90d9-0272bf674ade", + "4531af8b-472e-4305-8584-136a6139136e", + "a21642da-c606-4318-9923-04fef26563c7", + "cfe7e5fb-90ab-4a31-990f-ebae50e1ac55", + "9e37e92f-fc60-4b1b-807a-b68b332ec42e", + "0a138e45-159d-45ff-afe2-5615cd29e0c3", + "4a4baaee-a014-4f01-8796-a78c53d26ff3", + "ddb54f6b-6286-443d-854e-5cbdd3e73ac9", + "82bdd527-5c90-4baa-9970-9067a2c1f7d1", + "c3feea3c-fcf6-46f5-93db-dd54433e3cf4", + "ff3620c9-5c36-48c0-a4ec-937fd585636e", + "e727ebf7-276b-4704-801d-cd2f3b81a5c5", + "fab74ba6-81c8-4d8c-b8c3-9b82e31f5b9f", + "2b264ded-d29d-43e2-8288-26ab7ab1406b", + "86db2ba1-16df-4d73-afea-18148d4e7faa" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "d3e7bf92-3c6b-433d-a4ac-488b9d099a74" + } + ] + }, + { + "process": "f59c9106-16a8-47f8-b681-490d23ee09de", + "inputs": [ + "13eab62e-0038-4997-aeab-aa3192cc090e" + ], + "input_type": "biomaterial", + "outputs": [ + "3f193e72-8efe-4c2a-ace1-79140ca36477", + "078b71eb-220a-43e5-a0fc-4f231e90f85f" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "dc19bb22-ae7b-431b-9b8b-7b49799a8fcd" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "461851b8-55a5-4ae6-a52a-5bca71a00beb" + } + ] + }, + { + "process": "a03f7164-419b-4792-9a52-e6dda08b85bc", + "inputs": [ + "4ccd163e-a630-4ede-bc0c-336ba044b783" + ], + "input_type": "biomaterial", + "outputs": [ + "13eab62e-0038-4997-aeab-aa3192cc090e" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "57d2c83d-cd8b-44c9-9644-c3475a44b0a7", + "inputs": [ + "92254a9e-3a14-4760-b229-d914f3e8973f" + ], + "input_type": "biomaterial", + "outputs": [ + "4ccd163e-a630-4ede-bc0c-336ba044b783" + ], + "output_type": "biomaterial", + "protocols": [] + }, + { + "process": "8b1f44be-7eaa-4030-b6c5-697c5fc388eb", + "inputs": [ + "39d1a24f-1785-476d-9c04-065be917e3ff" + ], + "input_type": "biomaterial", + "outputs": [ + "92254a9e-3a14-4760-b229-d914f3e8973f" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "79f7c6ac-ada8-4c17-86ec-e73e87b94374" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "5d9fc5a2-5516-4205-9d6e-8d0d674f146f" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/f79257a7-dfc6-46d6-ae00-ba4b25313c10.dss.hca.json b/test/indexer/data/f79257a7-dfc6-46d6-ae00-ba4b25313c10.dss.hca.json index 9c60076538..c9cb074931 100644 --- a/test/indexer/data/f79257a7-dfc6-46d6-ae00-ba4b25313c10.dss.hca.json +++ b/test/indexer/data/f79257a7-dfc6-46d6-ae00-ba4b25313c10.dss.hca.json @@ -1,222 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ccef7bb8", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "b9bd9828375e26f00065783625863e16", - "sha1": "13eb7451843948dce979aa91f129f5f02e98cc62", - "sha256": "4d55e7f9eebf0144e60fe7d6d3d3fa1503a19faa39340a8afe4ce0078781fb29", - "size": 883, - "uuid": "0037c9eb-8038-432f-8d9d-13ee094e54ab", - "version": "2018-09-14T12:33:40.394297Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "926a2f8b", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "45da8f34be4b343fa3d9c05754f2df24", - "sha1": "a044d6ffc22a4960c44bbc5f0ba732c940562e89", - "sha256": "0a5f00a7e9511a3fec719dab9b5f45ef3f51c8fce4d4b159c57e810e79da28cb", - "size": 693, - "uuid": "b4e55fe1-7bab-44ba-a81d-3d8cb3873244", - "version": "2018-09-14T12:33:40.642412Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "126a2f8b", - "indexed": true, - "name": "specimen_from_organism_1.json", - "s3_etag": "15da8f34be4b343fa3d9c05754f2df24", - "sha1": "1044d6ffc22a4960c44bbc5f0ba732c940562e89", - "sha256": "1a5f00a7e9511a3fec719dab9b5f45ef3f51c8fce4d4b159c57e810e79da28cb", - "size": 693, - "uuid": "aaaaaaaa-7bab-44ba-a81d-3d8cb3873244", - "version": "2018-09-14T12:33:40.642412Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "ae514920", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "fdeffc3640143cf6fa61568330d4dfb4", - "sha1": "81354beff7fe0267214b3cc53097bde8dfee3e86", - "sha256": "9f4f56750f7dc12ae9cf1eecfc4140786df49df51501ff6dd6d7ab1b3ba06f9a", - "size": 1095, - "uuid": "89b50434-f831-4e15-a8c0-0d57e6baa94c", - "version": "2018-09-14T12:33:40.796575Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7a8d34f4", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "229c3e3854b1673c67de09482913979c", - "sha1": "1cc753b05701e09b450aa02b19a1eca7c30579b4", - "sha256": "2623b4322a52b76718f452d291ef1f75ff5ccb92965452106afceab85adef6d7", - "size": 477, - "uuid": "6c946b6c-040e-45cc-9114-a8b1454c8d20", - "version": "2018-09-14T12:33:40.953322Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b57574c4", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "659e3905579a38618d7766798212d560", - "sha1": "2c10fb3580ce148464988516fbd996e5acea15fb", - "sha256": "9df90d861465dd2a63b303c1c1aa8797c83b448f2aaba5be81c4d90961e335c8", - "size": 477, - "uuid": "c86e42d7-854a-479b-a627-6be1b49c980c", - "version": "2018-09-14T12:33:41.293390Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "7d02f706", - "indexed": true, - "name": "supplementary_file_0.json", - "s3_etag": "8b43878dea2d9a0427d9d486afb7a559", - "sha1": "ade442c36c1298ace47735c90d06ac63a65cb592", - "sha256": "876383ce5ac85641d6c2c027eedac5b7f0ecce811b9ca5084aa925b100345a19", - "size": 498, - "uuid": "eeea6514-bfdc-473b-a9ae-82b00ab30c38", - "version": "2018-09-14T12:33:41.551590Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "2bbdae6e", - "indexed": true, - "name": "supplementary_file_1.json", - "s3_etag": "2008b6eee619857cc7a1afdcc7b6cd82", - "sha1": "1aa21ddc5ae1145f245936ecded4214737fd29ad", - "sha256": "03732e14ff1a333e631f20635aec820e72098ab59f6195245867fdfa0180550e", - "size": 494, - "uuid": "89e313db-4423-4d53-b17e-164949acfa8f", - "version": "2018-09-14T12:33:41.692936Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "d9023c30", - "indexed": true, - "name": "supplementary_file_2.json", - "s3_etag": "1e240b0cc96515f9fe5e1455a091de00", - "sha1": "c70548218cd302a320d8553591c0233f30352c49", - "sha256": "8f44ad4800fd49fc294c730cfc76dc8857dcbb24934a949b9b26b3a726c70b40", - "size": 494, - "uuid": "bf7df45c-c2d5-49a8-8110-7e1f17ed0094", - "version": "2018-09-14T12:33:41.863817Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "4dcf4ac9", - "indexed": true, - "name": "project_0.json", - "s3_etag": "8fc2f2cc7622639a9d1aaf70eb92210a", - "sha1": "5978263478b9514f7836f8929908bee10d512eb1", - "sha256": "84125fa6898dbc4f97050a38339ce811c3cdda761b682c98008add9c5767db6b", - "size": 5132, - "uuid": "67bc798b-a34a-4104-8cab-cad648471f69", - "version": "2018-09-14T12:33:42.018221Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "7e6278a8", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "a0df28895464eab22017de9d06d1454c", - "sha1": "e0379516f5b6c37906fde40ce2dbe2ac07984b84", - "sha256": "21c9b03fea1f3101c6de21073bf1c98fd6c02daa1130243ec53055a6bdcfe52b", - "size": 1011, - "uuid": "0076f0aa-14c6-4cb9-93f8-97229787be21", - "version": "2018-09-14T12:33:42.213263Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "b24f79d4", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "0f5f8f48aee7861c85b179da71029919", - "sha1": "9d802d22a812b3f5d328dd17379ddd95b77e7c6e", - "sha256": "408c4fdd1f759b7f70cd4a9436ce9a2ee77388545ac4935acd4985f95e22bd7f", - "size": 787, - "uuid": "362d9c34-f5c0-4906-955b-61ba0aac58cc", - "version": "2018-09-14T12:33:42.368325Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "16ceb662", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "99d706ce0e0106ae7d8f20a5fcbad977", - "sha1": "56ac5a2129cbbdd78d6ce227169e71a4c1592d2b", - "sha256": "af66dc8357e5237637afb8ce8d61f5939b283a876d69dee6d819dbed111c44b6", - "size": 674, - "uuid": "40056e47-131d-4c6e-a884-a927bfccf8ce", - "version": "2018-09-14T12:33:42.514537Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "5ec50487", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "aabde7e04914887bffb28d05c9f41985", - "sha1": "fac5b7e3bfe05c73719af105b1db9623cba2c04c", - "sha256": "13ac75d0c6a58f291487ba32b00b18643c7a8d1834ece091640f4a2da2e16eaf", - "size": 644, - "uuid": "d3287615-b97a-4984-a8cf-30a1c30e4773", - "version": "2018-09-14T12:33:42.650312Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "a7524e12", - "indexed": true, - "name": "process_0.json", - "s3_etag": "2a99f93c43b71c27a9878f3c3d943ebe", - "sha1": "99da0186ffe93e239701bfd513684c7c03c8eabe", - "sha256": "2699650c625de9359e154cec38cb25a0d8ed67412b5b54df291f6331336714ac", - "size": 392, - "uuid": "72732ed3-7b71-47df-bcec-c765ef7ea758", - "version": "2018-09-14T12:33:42.809211Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "53df3633", - "indexed": true, - "name": "process_1.json", - "s3_etag": "c2b72a8d1c9a9ec166693bbf5d41ee85", - "sha1": "46535079450cb78693eefcca9ad52e5e21e2106c", - "sha256": "1807ed556123d47d2e764d1e9cf365972430cc2953e3cdbd90c0f613769f399a", - "size": 391, - "uuid": "6d77eef9-96cf-410e-8bbc-a83430267b61", - "version": "2018-09-14T12:33:43.053952Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d17760bf", - "indexed": true, - "name": "process_2.json", - "s3_etag": "3b07b1ac3649f1d21d31ebc3606c31be", - "sha1": "0739d5adda8ca0311ab23595f8928a9156e1351d", - "sha256": "729bcb6ca77424caa650441698708c12084fb5b24bf33420a5e9124da5030170", - "size": 389, - "uuid": "c0f05fdb-8375-4c39-adba-24a63c004b9d", - "version": "2018-09-14T12:33:43.318246Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "9ce4b69a", - "indexed": true, - "name": "links.json", - "s3_etag": "4ecdc10304fec328a6a2bb79b73a848c", - "sha1": "7b4ad28babc0027e0cce3e6151f9de3dc3d0d2cf", - "sha256": "e228e25a5404cfb724b4804de5cecff96695a652dafd1c6abdaa32fa0207598a", - "size": 2095, - "uuid": "6db034c3-0060-4cb7-a86b-15545b7fef61", - "version": "2018-09-14T12:33:43.485382Z" - }, - { + "manifest": { + "sequence_file/6c946b6c-040e-45cc-9114-a8b1454c8d20": { "content-type": "application/gzip; dcp-type=data", "crc32c": "980453cc", "indexed": false, @@ -228,19 +12,7 @@ "uuid": "f2b6c6f0-8d25-4aae-b255-1974cc110cfe", "version": "2018-09-14T12:33:43.720332Z" }, - { - "content-type": "application/gzip; dcp-type=data", - "crc32c": "180453cc", - "indexed": false, - "name": "22030_5#300_1.fastq.gz", - "s3_etag": "e00937999e7f6e6df279c7501c846a04", - "sha1": "1ade3a1627214dba42db59b0f7cd138f25f096a4", - "sha256": "1125f2f86092798b85be93fbc66f4e733e9aec0929b558589c06929627115582", - "size": 64718465, - "uuid": "12b6c6f0-8d25-4aae-b255-1974cc110cfe", - "version": "1018-09-14T12:33:43.720332Z" - }, - { + "sequence_file/c86e42d7-854a-479b-a627-6be1b49c980c": { "content-type": "application/gzip; dcp-type=data", "crc32c": "d2417d49", "indexed": false, @@ -252,7 +24,7 @@ "uuid": "f6608ce9-a570-4d5d-bd1f-407454958424", "version": "2018-09-14T12:33:45.304412Z" }, - { + "supplementary_file/eeea6514-bfdc-473b-a9ae-82b00ab30c38": { "content-type": "application/pdf; dcp-type=data", "crc32c": "847325b6", "indexed": false, @@ -264,7 +36,7 @@ "uuid": "156c15a3-3406-45d3-a25e-27179baf0c59", "version": "2018-09-14T12:33:46.866929Z" }, - { + "supplementary_file/89e313db-4423-4d53-b17e-164949acfa8f": { "content-type": "application/pdf; dcp-type=data", "crc32c": "b9364bfa", "indexed": false, @@ -276,7 +48,7 @@ "uuid": "5f9b45af-9a26-4b16-a785-7f2d1053dd7c", "version": "2018-09-14T12:33:47.012715Z" }, - { + "supplementary_file/bf7df45c-c2d5-49a8-8110-7e1f17ed0094": { "content-type": "application/pdf; dcp-type=data", "crc32c": "3658ec51", "indexed": false, @@ -288,9 +60,9 @@ "uuid": "0db87826-ea2d-422b-ba71-b15d0e4293ae", "version": "2018-09-14T12:33:47.221025Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/0037c9eb-8038-432f-8d9d-13ee094e54ab": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -324,7 +96,7 @@ "update_date": "2018-09-13T18:24:16.328Z" } }, - "cell_suspension_1.json": { + "cell_suspension/aaaaaaaa-8038-432f-8d9d-13ee094e54ab": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/8.6.1/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -358,7 +130,7 @@ "update_date": "2018-09-13T18:24:16.328Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/b4e55fe1-7bab-44ba-a81d-3d8cb3873244": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -383,7 +155,7 @@ "update_date": "2018-09-13T18:18:32.288Z" } }, - "specimen_from_organism_1.json": { + "specimen_from_organism/aaaaaaaa-7bab-44ba-a81d-3d8cb3873244": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/6.3.1/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -408,7 +180,7 @@ "update_date": "2018-09-13T18:18:32.288Z" } }, - "donor_organism_0.json": { + "donor_organism/89b50434-f831-4e15-a8c0-0d57e6baa94c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/biomaterial/10.1.1/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -456,7 +228,7 @@ "update_date": "2018-09-13T18:10:58.580Z" } }, - "sequence_file_0.json": { + "sequence_file/6c946b6c-040e-45cc-9114-a8b1454c8d20": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -471,7 +243,7 @@ "update_date": "2018-09-14T09:10:48.771Z" } }, - "sequence_file_1.json": { + "sequence_file/c86e42d7-854a-479b-a627-6be1b49c980c": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/6.5.2/sequence_file", "schema_type": "file", "file_core": { @@ -486,7 +258,7 @@ "update_date": "2018-09-14T09:10:48.630Z" } }, - "supplementary_file_0.json": { + "supplementary_file/eeea6514-bfdc-473b-a9ae-82b00ab30c38": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -500,7 +272,7 @@ "update_date": "2018-09-13T19:20:05.725Z" } }, - "supplementary_file_1.json": { + "supplementary_file/89e313db-4423-4d53-b17e-164949acfa8f": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -514,7 +286,7 @@ "update_date": "2018-09-13T19:20:05.505Z" } }, - "supplementary_file_2.json": { + "supplementary_file/bf7df45c-c2d5-49a8-8110-7e1f17ed0094": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/1.1.5/supplementary_file", "schema_type": "file", "file_core": { @@ -528,7 +300,7 @@ "update_date": "2018-09-13T19:20:06.395Z" } }, - "project_0.json": { + "project/67bc798b-a34a-4104-8cab-cad648471f69": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/project/9.0.2/project", "schema_type": "project", "project_core": { @@ -642,7 +414,7 @@ "update_date": "2018-09-13T18:07:50.370Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/0076f0aa-14c6-4cb9-93f8-97229787be21": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.3.2/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -673,7 +445,7 @@ "update_date": "2018-09-13T18:02:29.834Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/362d9c34-f5c0-4906-955b-61ba0aac58cc": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.2/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -696,7 +468,7 @@ "update_date": "2018-09-13T18:02:29.857Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/40056e47-131d-4c6e-a884-a927bfccf8ce": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.3/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -714,7 +486,7 @@ "update_date": "2018-09-13T18:02:29.781Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/d3287615-b97a-4984-a8cf-30a1c30e4773": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.5/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -732,7 +504,7 @@ "update_date": "2018-09-13T18:02:30.081Z" } }, - "process_0.json": { + "process/72732ed3-7b71-47df-bcec-c765ef7ea758": { "process_core": { "process_id": "proc_22028_5#300" }, @@ -744,7 +516,7 @@ "update_date": "2018-09-13T18:34:58.206Z" } }, - "process_1.json": { + "process/6d77eef9-96cf-410e-8bbc-a83430267b61": { "process_core": { "process_id": "process_id_3550" }, @@ -756,7 +528,7 @@ "update_date": "2018-09-13T18:44:31.057Z" } }, - "process_2.json": { + "process/c0f05fdb-8375-4c39-adba-24a63c004b9d": { "process_core": { "process_id": "process_id_47" }, @@ -767,72 +539,73 @@ "submission_date": "2018-09-13T18:05:04.998Z", "update_date": "2018-09-13T18:41:19.322Z" } - }, - "links.json": { - "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.1/links", - "schema_type": "link_bundle", - "schema_version": "1.1.1", - "links": [ - { - "process": "72732ed3-7b71-47df-bcec-c765ef7ea758", - "inputs": [ - "0037c9eb-8038-432f-8d9d-13ee094e54ab", - "aaaaaaaa-8038-432f-8d9d-13ee094e54ab" - ], - "input_type": "biomaterial", - "outputs": [ - "6c946b6c-040e-45cc-9114-a8b1454c8d20", - "c86e42d7-854a-479b-a627-6be1b49c980c" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "0076f0aa-14c6-4cb9-93f8-97229787be21" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "362d9c34-f5c0-4906-955b-61ba0aac58cc" - } - ] - }, - { - "process": "6d77eef9-96cf-410e-8bbc-a83430267b61", - "inputs": [ - "b4e55fe1-7bab-44ba-a81d-3d8cb3873244", - "aaaaaaaa-7bab-44ba-a81d-3d8cb3873244" - ], - "input_type": "biomaterial", - "outputs": [ - "0037c9eb-8038-432f-8d9d-13ee094e54ab", - "aaaaaaaa-8038-432f-8d9d-13ee094e54ab" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "40056e47-131d-4c6e-a884-a927bfccf8ce" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "d3287615-b97a-4984-a8cf-30a1c30e4773" - } - ] - }, - { - "process": "c0f05fdb-8375-4c39-adba-24a63c004b9d", - "inputs": [ - "89b50434-f831-4e15-a8c0-0d57e6baa94c" - ], - "input_type": "biomaterial", - "outputs": [ - "b4e55fe1-7bab-44ba-a81d-3d8cb3873244", - "aaaaaaaa-7bab-44ba-a81d-3d8cb3873244" - ], - "output_type": "biomaterial", - "protocols": [] - } - ] } - } + }, + "links": { + "describedBy": "http://schema.staging.data.humancellatlas.org/system/1.1.1/links", + "schema_type": "link_bundle", + "schema_version": "1.1.1", + "links": [ + { + "process": "72732ed3-7b71-47df-bcec-c765ef7ea758", + "inputs": [ + "0037c9eb-8038-432f-8d9d-13ee094e54ab", + "aaaaaaaa-8038-432f-8d9d-13ee094e54ab" + ], + "input_type": "biomaterial", + "outputs": [ + "6c946b6c-040e-45cc-9114-a8b1454c8d20", + "c86e42d7-854a-479b-a627-6be1b49c980c" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "0076f0aa-14c6-4cb9-93f8-97229787be21" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "362d9c34-f5c0-4906-955b-61ba0aac58cc" + } + ] + }, + { + "process": "6d77eef9-96cf-410e-8bbc-a83430267b61", + "inputs": [ + "b4e55fe1-7bab-44ba-a81d-3d8cb3873244", + "aaaaaaaa-7bab-44ba-a81d-3d8cb3873244" + ], + "input_type": "biomaterial", + "outputs": [ + "0037c9eb-8038-432f-8d9d-13ee094e54ab", + "aaaaaaaa-8038-432f-8d9d-13ee094e54ab" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "40056e47-131d-4c6e-a884-a927bfccf8ce" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "d3287615-b97a-4984-a8cf-30a1c30e4773" + } + ] + }, + { + "process": "c0f05fdb-8375-4c39-adba-24a63c004b9d", + "inputs": [ + "89b50434-f831-4e15-a8c0-0d57e6baa94c" + ], + "input_type": "biomaterial", + "outputs": [ + "b4e55fe1-7bab-44ba-a81d-3d8cb3873244", + "aaaaaaaa-7bab-44ba-a81d-3d8cb3873244" + ], + "output_type": "biomaterial", + "protocols": [] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/fa5be5eb-2d64-49f5-8ed8-bd627ac9bc7a.dss.hca.json b/test/indexer/data/fa5be5eb-2d64-49f5-8ed8-bd627ac9bc7a.dss.hca.json index 3498a6ab39..e4929de1a5 100644 --- a/test/indexer/data/fa5be5eb-2d64-49f5-8ed8-bd627ac9bc7a.dss.hca.json +++ b/test/indexer/data/fa5be5eb-2d64-49f5-8ed8-bd627ac9bc7a.dss.hca.json @@ -1,378 +1,7 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "12c204f0", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "c3b0a50987aac616888b2aa8294bdd65", - "sha1": "8a0fd47f06f10d482e4ef4f9ab019713c26aa457", - "sha256": "7595fc707094bae2f4a1b9dc77b9fe4186d3095dfe2666bdea9cbb2e90f3bc5b", - "size": 1693, - "uuid": "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c", - "version": "2019-02-14T18:29:49.098000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "860bd516", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "50dada9d26beb96b1ee6a7062af31685", - "sha1": "cf5c8aa837dbb40d3de8146f4406c36e62ec87a3", - "sha256": "312c53b790ffd38a807be4340c38afc2be110850b37d8655170ce79ea86636c8", - "size": 1447, - "uuid": "58c60e15-e07c-4875-ac34-f026d6912f1c", - "version": "2019-02-14T18:29:49.006000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "94525c39", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "2b87e6f0a572b6e427cb611bca650cce", - "sha1": "526cb0379592a9c33cb87b2aa7720720e95bbc5f", - "sha256": "1a0f787adb9490c9b8549a849c32e26de55e16f7d5164cf70a5b540aaafdaa92", - "size": 2455, - "uuid": "fad95a8a-4156-4631-95d4-a1c99b001dbd", - "version": "2019-02-14T18:29:48.962000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "422cc350", - "indexed": true, - "name": "analysis_file_0.json", - "s3_etag": "dc6623858260424eb8ebeb649d7a1174", - "sha1": "62c37b38159f0174aee3a3b8b96860c093004ae3", - "sha256": "635d59b7133ac7db29b25f2c4abf4db1916ae30b2f315f3c09b95ada7dcdf49c", - "size": 415, - "uuid": "bd1307b9-70b5-49e4-8e02-9d4ca0d64747", - "version": "2019-02-14T19:19:39.469000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "fd75365e", - "indexed": true, - "name": "analysis_file_1.json", - "s3_etag": "92b81bee53bb72fb4f1373e1a42a0780", - "sha1": "46616db257100a36a34a22f259c61b751ffe62f7", - "sha256": "b23845c46ca1a061d1c21456eed9b2b2cfafec8e05cc6c7ada667f11cc9899bd", - "size": 412, - "uuid": "cf3453a3-68fb-4156-bc3e-0f08f7e6512c", - "version": "2019-02-14T19:19:42.465000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "35e8a312", - "indexed": true, - "name": "analysis_file_2.json", - "s3_etag": "b597bf2736d109dcf4d6597d053b1246", - "sha1": "029ba253affe738b469e80cdb1c85a7299d41e37", - "sha256": "35da929441018da994fa80b0127ca2c28c6446dc3a99450c70850f28fca111aa", - "size": 413, - "uuid": "234b0359-3853-4df4-898f-5182f698d48b", - "version": "2019-02-14T19:19:42.465000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "bd44c8f0", - "indexed": true, - "name": "analysis_file_3.json", - "s3_etag": "605d276381583d5604bf2932dd832019", - "sha1": "31bd30c79c0bebdbc14c252c3a06a07b80c5124a", - "sha256": "55595b8794de913bcfcc985594297a6de39c860096c8cef1784c1ad0e704f17f", - "size": 433, - "uuid": "d95392c5-1958-4825-9076-2a9c130c53f3", - "version": "2019-02-14T19:19:45.468000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ab2e7f37", - "indexed": true, - "name": "analysis_file_4.json", - "s3_etag": "00f564c3fcc00ed4f421d04a62578abf", - "sha1": "b8e305770c15e51f0f0fcce9914fb6ea5197d15d", - "sha256": "9e6dfee6de8c36208a61cf89cbbed48b4011c960238dded26977d0d59f2aab81", - "size": 422, - "uuid": "b9609367-7006-4055-8815-1bad881a1502", - "version": "2019-02-14T19:19:33.461000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "b9cfce4c", - "indexed": true, - "name": "analysis_file_5.json", - "s3_etag": "fd1312481b547e311a7182d3d34a5afc", - "sha1": "716b0eda3529e8c5f7e1ff5f4c50dc0d7157c07f", - "sha256": "a12ea9846aef3c4c5ddca5a4d4bf9f6b615b32c26117033a844e2748859f2dbf", - "size": 418, - "uuid": "ebb2ec91-2cd0-4ec4-ba2b-5a6d6630bc5a", - "version": "2019-02-14T19:19:48.464000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "650e3c9d", - "indexed": true, - "name": "analysis_file_6.json", - "s3_etag": "93ff02ec059d90e92eb5ea9ebe93c3fd", - "sha1": "f03f6db97c10a6ce7b1e28075f6f4312db00cb89", - "sha256": "5172b69294ee05ef0e33eb9d3534defcd427915b46f014ca1fe308080ddabb25", - "size": 427, - "uuid": "1ab612ca-2a5a-4443-8004-bb5f0f784c67", - "version": "2019-02-14T19:19:36.460000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ec76ab35", - "indexed": true, - "name": "analysis_file_7.json", - "s3_etag": "f5d0f65d43c1d658946208196e933411", - "sha1": "fb1e27ca6c675a83e8848c7cdcea56a16c28cf9c", - "sha256": "09db5a91b6b2a04bf6238bfd59b4b9146b11c5a42d7caec1b022f5d7e85b4164", - "size": 431, - "uuid": "34c64244-d3ed-4841-84b7-aa4cbb9d794b", - "version": "2019-02-14T19:19:39.470000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ecac59f7", - "indexed": true, - "name": "analysis_file_8.json", - "s3_etag": "cc5557caf2510b108d977235aeb81809", - "sha1": "54c35cbf4a4761b7853c720fe9cc390a79410baa", - "sha256": "84ac2ea7fb8014630467ee62f07d0273f2ce4bffab67b5a42082bcf8c42f16d5", - "size": 428, - "uuid": "71710439-3864-4fc6-bc48-ca2ac90f7ccf", - "version": "2019-02-14T19:19:45.468000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "6e757650", - "indexed": true, - "name": "analysis_file_9.json", - "s3_etag": "1bf0aabda115418374d358af5516660e", - "sha1": "9e6b9d6e3bea41e72b8a6c38a2e1aa96cba9d70d", - "sha256": "da58ffa7bef40104357e3eca5fe04e54294a21a3c46384ce6d2bd65b29ef23b6", - "size": 423, - "uuid": "2ab5242e-f118-48e3-afe5-c2287fa2e2b1", - "version": "2019-02-14T19:19:51.465000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f9516f55", - "indexed": true, - "name": "analysis_file_10.json", - "s3_etag": "adf808c28a8b3fb4929e412e32db62b4", - "sha1": "375ce8ee97e48fa48b048563182cd3e1fcd3e80b", - "sha256": "6b8dc03f30552eddbbeadc986bcff14d4e3743c43217ac2ab3c85841f1471de5", - "size": 419, - "uuid": "6da39577-256d-43fd-97c4-a3bedaa54273", - "version": "2019-02-14T19:19:54.466000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f9ce39af", - "indexed": true, - "name": "analysis_file_11.json", - "s3_etag": "152a5cc3726eb5f6d74756177017b22b", - "sha1": "18c48919f718787975601c2abf78fd86fad760c2", - "sha256": "16f437f8f5d2b290c2acc6feae92f7ea82523bede192268c0243eb2955fee287", - "size": 416, - "uuid": "86a93e19-eb89-4c27-8b64-006f96bb2c83", - "version": "2019-02-14T19:19:54.466000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "f4771667", - "indexed": true, - "name": "analysis_file_12.json", - "s3_etag": "5d0db5fe16971a1bcc589c5f3e174b50", - "sha1": "742e47daea8a3e399b2901fcfbcfdd6ffcf835e5", - "sha256": "dfc0d93be57bea2f0bb62ceca481b7276693a6b751e5edd74b3e6acfaae0712c", - "size": 417, - "uuid": "0f858ddb-6d93-404e-95fd-0c200921dd40", - "version": "2019-02-14T19:19:57.464000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "4f7053d3", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "f62cae80665d1e1692b3229ccf22bed2", - "sha1": "f158ffc805d728f626caf42c51277a6da1294654", - "sha256": "0b287fa976790dc38e747b775dce3c3cb2bd69456665651fcacb8f92964c5230", - "size": 616, - "uuid": "7df5d656-43cb-49f9-b81d-86cca3c44a65", - "version": "2019-02-14T18:31:45.892000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "9adba0a8", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "5a7c96ee4106873b17496567f2717e5e", - "sha1": "bb124077084d4a1eb38691c01b1107163b11204b", - "sha256": "cf82ffa0e1974ca7652464b44f7bd5d05d146510c3ae38729b96fe09488b13c5", - "size": 616, - "uuid": "acd7d986-73ab-4d0b-9ead-377f3a2d646d", - "version": "2019-02-14T18:32:02.053000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "1b053ee0", - "indexed": true, - "name": "sequence_file_2.json", - "s3_etag": "461db08c9b1e29aeeac2fdaacdf45027", - "sha1": "aabebb6486a8e4eaff285a38704e6af970dd31e0", - "sha256": "f1995fd7392b61d08c5e26f5552c6f45ae3363c21806377cea4613acafa3886d", - "size": 616, - "uuid": "f9a78d6a-7c80-4c45-bedf-4bc152dc172d", - "version": "2019-02-14T18:31:46.472000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "4f6e80e6", - "indexed": true, - "name": "project_0.json", - "s3_etag": "150cb8b69286eabe409176541e5d0cd0", - "sha1": "390e7922507703c1c3fb37ed0b1a6d3c5c001958", - "sha256": "5d16df9db72973ca5a10aef6fbdc9f19ed1eb26e5f614bee0dc61384926bae9a", - "size": 2456, - "uuid": "627cb0ba-b8a1-405a-b58f-0add82c3d635", - "version": "2019-02-14T18:29:48.555000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "b6489152", - "indexed": true, - "name": "analysis_protocol_0.json", - "s3_etag": "f0bb201a3f5bf4b0102e61db7cadff22", - "sha1": "76f70297adf637696ded59eee9f3b592e0065536", - "sha256": "96b4ae0cea54d0bdf47f49fbaa479d8cb30cae5b8a7e37b63d1432238bac9c49", - "size": 509, - "uuid": "71470c53-1b86-4e6d-9707-55a0f70745a4", - "version": "2019-02-14T19:15:15.466000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "222607a0", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "bee3f057658902c590d3319f66fa228e", - "sha1": "9fe7b1c81e5779a733613d9989786b0a3c713d46", - "sha256": "00102a660a55f30f8903101abbb1a592731320760e155793d87f8d6f021ef759", - "size": 1398, - "uuid": "b7519a0c-957e-48b5-a416-a7c1115d2963", - "version": "2019-02-14T18:29:48.684000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "775be250", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "d1296dd756dd7cfe198bf6d240d7ae5c", - "sha1": "c164a9ea82e2228ec50cc504eb94add71c44b6d7", - "sha256": "285338f3192d258950eb6ba222169af4ba6b3dcfc0f05acee01a78f156c6b71a", - "size": 1266, - "uuid": "f34c4543-4f98-49ce-b8a0-798ec96d5059", - "version": "2019-02-14T18:29:48.777000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "8a91cc0e", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "780057a32be86e0f36e44a0db99493d9", - "sha1": "6e09bb0e2c8d43aa0a2d428d1fee9e0ea46dcf46", - "sha256": "28f6d40a242108415c93f419bc3766b1a1fdba1b44af4d5299f2aeec7cc030b0", - "size": 922, - "uuid": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa", - "version": "2019-02-14T18:29:48.635000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "d435b28a", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "84727be53c314d5c500026d4044a1ff6", - "sha1": "3b001c48a65ea3de849cc1e20f24784ac7d53459", - "sha256": "c1c0a12e0fa36598f8e57e5d6aea4a1f8177ca0d29676762dfc57a1595894a17", - "size": 998, - "uuid": "469fa0db-f00b-4352-a2e2-753733a38e8b", - "version": "2019-02-14T18:29:48.680000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "bf27512f", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "1ebd536152ba3475c08d46179900a8b6", - "sha1": "61c9f77ff3dab6cc039caa094c662e6e957c5bc2", - "sha256": "762ee62aff0f625508a56d11aa7ef5da2b3407ba49274c83145cc094ed0f474b", - "size": 1205, - "uuid": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a", - "version": "2019-02-14T18:29:48.629000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "1fa924cb", - "indexed": true, - "name": "analysis_process_0.json", - "s3_etag": "a1330463e6088e970a9cb0494cf318dd", - "sha1": "fcfe4689c92cbdaa72fd5245ef4a8d22370a22dd", - "sha256": "5ebcbaf9c7d67ab54ac3c0b2136a98a2921aa0bf2039645f3d2172129dadde74", - "size": 6645, - "uuid": "4b6534a8-7fe7-4792-9ae9-7e87effe458b", - "version": "2019-02-14T19:15:15.647000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "d079b453", - "indexed": true, - "name": "process_0.json", - "s3_etag": "cb1d83b5247fb84fbfe1762a9ed4147d", - "sha1": "0f41fb4aafddbb4b528d9597cea2b836b4b553b5", - "sha256": "dd993f0220665c1d3032ce8a26ee7933902267baaf620d710113f9483024c1bc", - "size": 384, - "uuid": "67be2852-4657-43ce-a4eb-a323de228355", - "version": "2019-02-14T18:29:48.925000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "e6ba2bee", - "indexed": true, - "name": "process_1.json", - "s3_etag": "d081a20834e7c25d759225f3826100b4", - "sha1": "6b2edf2f7e2aed4645279faee4f8caa87ef19bbc", - "sha256": "5da0ee3f8dc9a8b3ee1526778602c1922825c9d77729ab84c9a9a75b89290fc1", - "size": 389, - "uuid": "10b0325b-45cc-4f27-929c-30e46fec23b6", - "version": "2019-02-14T18:29:49.036000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "744b6296", - "indexed": true, - "name": "process_2.json", - "s3_etag": "090d4f86fdd5d36e04fd771afc24f84d", - "sha1": "01f1515381d1258a57c62cef0e26c1dba726e4c6", - "sha256": "8af2fbce4c1ec7bb9e4ea691af62e6e709e7ae3aedf59dee62c33b0633f39974", - "size": 389, - "uuid": "85b60548-5e15-4efa-8baa-966f0de7d11c", - "version": "2019-02-14T18:29:48.758000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "1c529673", - "indexed": true, - "name": "links.json", - "s3_etag": "ff78ad1cfe4bb03be728b85903c5853b", - "sha1": "2c8afbe3fa187b24364dec2153885b9f1240204e", - "sha256": "3c118283ff5de04792e598df38a523920ddb5068e211c591f6efbcc881e184f0", - "size": 7988, - "uuid": "81b98ed4-e366-4c18-ba60-398abb4359fa", - "version": "2019-02-14T19:24:27.259003Z" - }, - { + "manifest": { + "analysis_file/bd1307b9-70b5-49e4-8e02-9d4ca0d64747": { + "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "1e03bc76", "indexed": false, @@ -384,7 +13,7 @@ "uuid": "9d95b445-e164-43fe-b6cb-3e23f9b3a820", "version": "2019-02-14T19:24:27.695139Z" }, - { + "analysis_file/cf3453a3-68fb-4156-bc3e-0f08f7e6512c": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -396,7 +25,7 @@ "uuid": "689e9d77-708d-4f02-b2a0-e5cac72ae2ab", "version": "2019-02-14T19:24:27.995928Z" }, - { + "analysis_file/234b0359-3853-4df4-898f-5182f698d48b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "e0b2ceae", "indexed": false, @@ -408,7 +37,7 @@ "uuid": "94677e48-adf8-4ea3-a42b-5a9ce8853b21", "version": "2019-02-14T19:24:28.245144Z" }, - { + "analysis_file/d95392c5-1958-4825-9076-2a9c130c53f3": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "461eb1e9", "indexed": false, @@ -420,7 +49,7 @@ "uuid": "d15b6930-24cb-4217-a963-bf611d48c6e7", "version": "2019-02-14T19:24:28.654694Z" }, - { + "analysis_file/b9609367-7006-4055-8815-1bad881a1502": { "content-type": "text/csv; dcp-type=data", "crc32c": "53e5ecf8", "indexed": false, @@ -432,7 +61,7 @@ "uuid": "7807d073-e9dd-4f1f-8053-b89b4d12ebfd", "version": "2019-02-14T19:24:29.157180Z" }, - { + "analysis_file/ebb2ec91-2cd0-4ec4-ba2b-5a6d6630bc5a": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "8487a5ae", "indexed": false, @@ -444,7 +73,7 @@ "uuid": "0fff97fe-c879-421a-a8d4-f9c5e995b21b", "version": "2019-02-14T19:24:29.395814Z" }, - { + "analysis_file/1ab612ca-2a5a-4443-8004-bb5f0f784c67": { "content-type": "application/gzip; dcp-type=data", "crc32c": "c3921ecb", "indexed": false, @@ -456,7 +85,7 @@ "uuid": "9ea1b54e-0679-4cdc-93ab-c584110168ac", "version": "2019-02-14T19:24:30.435350Z" }, - { + "analysis_file/34c64244-d3ed-4841-84b7-aa4cbb9d794b": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "466576fa", "indexed": false, @@ -468,7 +97,7 @@ "uuid": "432b5918-90b1-4624-abe3-f6a7c83010a9", "version": "2019-02-14T19:24:32.112522Z" }, - { + "analysis_file/71710439-3864-4fc6-bc48-ca2ac90f7ccf": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "b5e461a4", "indexed": false, @@ -480,7 +109,7 @@ "uuid": "c2e39ef9-91a8-43a0-9600-d05819e30213", "version": "2019-02-14T19:24:32.795784Z" }, - { + "analysis_file/2ab5242e-f118-48e3-afe5-c2287fa2e2b1": { "content-type": "text/html; dcp-type=data", "crc32c": "acf47b9f", "indexed": false, @@ -492,7 +121,7 @@ "uuid": "4f99fb32-9aa4-49cf-b4af-244a804c1259", "version": "2019-02-14T19:24:33.308106Z" }, - { + "analysis_file/6da39577-256d-43fd-97c4-a3bedaa54273": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7c54ea3d", "indexed": false, @@ -504,7 +133,7 @@ "uuid": "eada050f-188b-409b-bbf3-8d586d24dd59", "version": "2019-02-14T19:24:33.996677Z" }, - { + "analysis_file/86a93e19-eb89-4c27-8b64-006f96bb2c83": { "content-type": "text/tab-separated-values; dcp-type=data", "crc32c": "7571fac9", "indexed": false, @@ -516,7 +145,7 @@ "uuid": "efbe3d47-8089-4685-835c-f5af0227c31f", "version": "2019-02-14T19:24:34.225601Z" }, - { + "analysis_file/0f858ddb-6d93-404e-95fd-0c200921dd40": { "content-type": "application/octet-stream; dcp-type=data", "crc32c": "d04a1146", "indexed": false, @@ -528,7 +157,7 @@ "uuid": "c508f1f3-dc97-4378-8e81-1586a881f354", "version": "2019-02-14T19:24:34.551509Z" }, - { + "sequence_file/7df5d656-43cb-49f9-b81d-86cca3c44a65": { "content-type": "application/gzip; dcp-type=data", "crc32c": "da1a6040", "indexed": false, @@ -540,7 +169,7 @@ "uuid": "34e5f1ed-299e-401d-a62b-abad1a4ad2ca", "version": "2019-02-14T18:34:20.147713Z" }, - { + "sequence_file/acd7d986-73ab-4d0b-9ead-377f3a2d646d": { "content-type": "application/gzip; dcp-type=data", "crc32c": "0eee0a0a", "indexed": false, @@ -552,7 +181,7 @@ "uuid": "66ea0038-2481-4c53-8e2f-229b03851701", "version": "2019-02-14T18:34:20.351186Z" }, - { + "sequence_file/f9a78d6a-7c80-4c45-bedf-4bc152dc172d": { "content-type": "application/gzip; dcp-type=data", "crc32c": "51ffe105", "indexed": false, @@ -564,9 +193,9 @@ "uuid": "1b8bd5ec-f0c2-45e5-8fc1-455b48d9b5d6", "version": "2019-02-14T18:34:20.730308Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/a9ae9936-c11b-4195-b63a-fa6cb9c78e4c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/9.0.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -614,7 +243,7 @@ "update_date": "2019-02-14T18:29:49.098Z" } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/58c60e15-e07c-4875-ac34-f026d6912f1c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/7.0.3/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -662,7 +291,7 @@ "update_date": "2019-02-14T18:29:49.006Z" } }, - "donor_organism_0.json": { + "donor_organism/fad95a8a-4156-4631-95d4-a1c99b001dbd": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/biomaterial/14.0.3/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -745,7 +374,7 @@ "update_date": "2019-02-14T18:29:48.962Z" } }, - "analysis_file_0.json": { + "analysis_file/bd1307b9-70b5-49e4-8e02-9d4ca0d64747": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -758,7 +387,7 @@ "update_date": "2019-02-14T19:19:39.469Z" } }, - "analysis_file_1.json": { + "analysis_file/cf3453a3-68fb-4156-bc3e-0f08f7e6512c": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -771,7 +400,7 @@ "update_date": "2019-02-14T19:19:42.465Z" } }, - "analysis_file_2.json": { + "analysis_file/234b0359-3853-4df4-898f-5182f698d48b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -784,7 +413,7 @@ "update_date": "2019-02-14T19:19:42.465Z" } }, - "analysis_file_3.json": { + "analysis_file/d95392c5-1958-4825-9076-2a9c130c53f3": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -797,7 +426,7 @@ "update_date": "2019-02-14T19:19:45.468Z" } }, - "analysis_file_4.json": { + "analysis_file/b9609367-7006-4055-8815-1bad881a1502": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -810,7 +439,7 @@ "update_date": "2019-02-14T19:19:33.461Z" } }, - "analysis_file_5.json": { + "analysis_file/ebb2ec91-2cd0-4ec4-ba2b-5a6d6630bc5a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -823,7 +452,7 @@ "update_date": "2019-02-14T19:19:48.464Z" } }, - "analysis_file_6.json": { + "analysis_file/1ab612ca-2a5a-4443-8004-bb5f0f784c67": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -836,7 +465,7 @@ "update_date": "2019-02-14T19:19:36.460Z" } }, - "analysis_file_7.json": { + "analysis_file/34c64244-d3ed-4841-84b7-aa4cbb9d794b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -849,7 +478,7 @@ "update_date": "2019-02-14T19:19:39.470Z" } }, - "analysis_file_8.json": { + "analysis_file/71710439-3864-4fc6-bc48-ca2ac90f7ccf": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -862,7 +491,7 @@ "update_date": "2019-02-14T19:19:45.468Z" } }, - "analysis_file_9.json": { + "analysis_file/2ab5242e-f118-48e3-afe5-c2287fa2e2b1": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -875,7 +504,7 @@ "update_date": "2019-02-14T19:19:51.465Z" } }, - "analysis_file_10.json": { + "analysis_file/6da39577-256d-43fd-97c4-a3bedaa54273": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -888,7 +517,7 @@ "update_date": "2019-02-14T19:19:54.466Z" } }, - "analysis_file_11.json": { + "analysis_file/86a93e19-eb89-4c27-8b64-006f96bb2c83": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -901,7 +530,7 @@ "update_date": "2019-02-14T19:19:54.466Z" } }, - "analysis_file_12.json": { + "analysis_file/0f858ddb-6d93-404e-95fd-0c200921dd40": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/file/5.3.4/analysis_file", "schema_type": "file", "file_core": { @@ -914,7 +543,7 @@ "update_date": "2019-02-14T19:19:57.464Z" } }, - "sequence_file_0.json": { + "sequence_file/7df5d656-43cb-49f9-b81d-86cca3c44a65": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", "schema_type": "file", "file_core": { @@ -934,7 +563,7 @@ "update_date": "2019-02-14T18:31:45.892Z" } }, - "sequence_file_1.json": { + "sequence_file/acd7d986-73ab-4d0b-9ead-377f3a2d646d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", "schema_type": "file", "file_core": { @@ -954,7 +583,7 @@ "update_date": "2019-02-14T18:32:02.053Z" } }, - "sequence_file_2.json": { + "sequence_file/f9a78d6a-7c80-4c45-bedf-4bc152dc172d": { "describedBy": "http://schema.staging.data.humancellatlas.org/type/file/7.0.2/sequence_file", "schema_type": "file", "file_core": { @@ -974,7 +603,7 @@ "update_date": "2019-02-14T18:31:46.472Z" } }, - "project_0.json": { + "project/627cb0ba-b8a1-405a-b58f-0add82c3d635": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/project/11.0.0/project", "schema_type": "project", "project_core": { @@ -1033,7 +662,7 @@ "update_date": "2019-02-14T18:29:48.555Z" } }, - "analysis_protocol_0.json": { + "analysis_protocol/71470c53-1b86-4e6d-9707-55a0f70745a4": { "computational_method": "10x", "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/analysis/8.0.3/analysis_protocol", "protocol_core": { @@ -1049,7 +678,7 @@ "update_date": "2019-02-14T19:15:15.466Z" } }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/b7519a0c-957e-48b5-a416-a7c1115d2963": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/4.4.6/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1089,7 +718,7 @@ "update_date": "2019-02-14T18:29:48.684Z" } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/f34c4543-4f98-49ce-b8a0-798ec96d5059": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/sequencing/9.0.11/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -1123,7 +752,7 @@ "update_date": "2019-02-14T18:29:48.777Z" } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/5.0.8/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -1145,7 +774,7 @@ "update_date": "2019-02-14T18:29:48.635Z" } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/469fa0db-f00b-4352-a2e2-753733a38e8b": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/2.2.9/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -1170,7 +799,7 @@ "update_date": "2019-02-14T18:29:48.680Z" } }, - "collection_protocol_0.json": { + "collection_protocol/c5d77e53-9016-4ed8-96ca-ad0eeb355d3a": { "describedBy": "https://schema.staging.data.humancellatlas.org/type/protocol/biomaterial_collection/8.2.11/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -1202,7 +831,7 @@ "update_date": "2019-02-14T18:29:48.629Z" } }, - "analysis_process_0.json": { + "analysis_process/4b6534a8-7fe7-4792-9ae9-7e87effe458b": { "analysis_run_type": "run", "describedBy": "https://schema.staging.data.humancellatlas.org/type/process/analysis/8.0.3/analysis_process", "input_bundles": [ @@ -1366,7 +995,7 @@ "update_date": "2019-02-14T19:15:15.647Z" } }, - "process_0.json": { + "process/67be2852-4657-43ce-a4eb-a323de228355": { "process_core": { "process_id": "bundle1" }, @@ -1378,7 +1007,7 @@ "update_date": "2019-02-14T18:29:48.925Z" } }, - "process_1.json": { + "process/10b0325b-45cc-4f27-929c-30e46fec23b6": { "process_core": { "process_id": "process_id_2" }, @@ -1390,7 +1019,7 @@ "update_date": "2019-02-14T18:29:49.036Z" } }, - "process_2.json": { + "process/85b60548-5e15-4efa-8baa-966f0de7d11c": { "process_core": { "process_id": "process_id_1" }, @@ -1401,227 +1030,228 @@ "submission_date": "2019-02-14T18:29:42.635Z", "update_date": "2019-02-14T18:29:48.758Z" } - }, - "links.json": { - "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "4b6534a8-7fe7-4792-9ae9-7e87effe458b", - "inputs": [ - "7df5d656-43cb-49f9-b81d-86cca3c44a65", - "acd7d986-73ab-4d0b-9ead-377f3a2d646d", - "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" - ], - "input_type": "file", - "outputs": [ - "bd1307b9-70b5-49e4-8e02-9d4ca0d64747", - "cf3453a3-68fb-4156-bc3e-0f08f7e6512c", - "234b0359-3853-4df4-898f-5182f698d48b", - "d95392c5-1958-4825-9076-2a9c130c53f3", - "b9609367-7006-4055-8815-1bad881a1502", - "ebb2ec91-2cd0-4ec4-ba2b-5a6d6630bc5a", - "1ab612ca-2a5a-4443-8004-bb5f0f784c67", - "34c64244-d3ed-4841-84b7-aa4cbb9d794b", - "71710439-3864-4fc6-bc48-ca2ac90f7ccf", - "2ab5242e-f118-48e3-afe5-c2287fa2e2b1", - "6da39577-256d-43fd-97c4-a3bedaa54273", - "86a93e19-eb89-4c27-8b64-006f96bb2c83", - "0f858ddb-6d93-404e-95fd-0c200921dd40" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "analysis_protocol", - "protocol_id": "71470c53-1b86-4e6d-9707-55a0f70745a4" - } - ] - }, - { - "process": "67be2852-4657-43ce-a4eb-a323de228355", - "inputs": [ - "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" - ], - "input_type": "biomaterial", - "outputs": [ - "7df5d656-43cb-49f9-b81d-86cca3c44a65", - "acd7d986-73ab-4d0b-9ead-377f3a2d646d", - "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "b7519a0c-957e-48b5-a416-a7c1115d2963" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "f34c4543-4f98-49ce-b8a0-798ec96d5059" - } - ] - }, - { - "process": "10b0325b-45cc-4f27-929c-30e46fec23b6", - "inputs": [ - "58c60e15-e07c-4875-ac34-f026d6912f1c" - ], - "input_type": "biomaterial", - "outputs": [ - "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "469fa0db-f00b-4352-a2e2-753733a38e8b" - } - ] - }, - { - "process": "85b60548-5e15-4efa-8baa-966f0de7d11c", - "inputs": [ - "fad95a8a-4156-4631-95d4-a1c99b001dbd" - ], - "input_type": "biomaterial", - "outputs": [ - "58c60e15-e07c-4875-ac34-f026d6912f1c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a" - } - ] - }, - { - "process": "67be2852-4657-43ce-a4eb-a323de228355", - "inputs": [ - "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" - ], - "input_type": "biomaterial", - "outputs": [ - "7df5d656-43cb-49f9-b81d-86cca3c44a65", - "acd7d986-73ab-4d0b-9ead-377f3a2d646d", - "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "b7519a0c-957e-48b5-a416-a7c1115d2963" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "f34c4543-4f98-49ce-b8a0-798ec96d5059" - } - ] - }, - { - "process": "10b0325b-45cc-4f27-929c-30e46fec23b6", - "inputs": [ - "58c60e15-e07c-4875-ac34-f026d6912f1c" - ], - "input_type": "biomaterial", - "outputs": [ - "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "469fa0db-f00b-4352-a2e2-753733a38e8b" - } - ] - }, - { - "process": "85b60548-5e15-4efa-8baa-966f0de7d11c", - "inputs": [ - "fad95a8a-4156-4631-95d4-a1c99b001dbd" - ], - "input_type": "biomaterial", - "outputs": [ - "58c60e15-e07c-4875-ac34-f026d6912f1c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a" - } - ] - }, - { - "process": "67be2852-4657-43ce-a4eb-a323de228355", - "inputs": [ - "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" - ], - "input_type": "biomaterial", - "outputs": [ - "7df5d656-43cb-49f9-b81d-86cca3c44a65", - "acd7d986-73ab-4d0b-9ead-377f3a2d646d", - "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "b7519a0c-957e-48b5-a416-a7c1115d2963" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "f34c4543-4f98-49ce-b8a0-798ec96d5059" - } - ] - }, - { - "process": "10b0325b-45cc-4f27-929c-30e46fec23b6", - "inputs": [ - "58c60e15-e07c-4875-ac34-f026d6912f1c" - ], - "input_type": "biomaterial", - "outputs": [ - "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "469fa0db-f00b-4352-a2e2-753733a38e8b" - } - ] - }, - { - "process": "85b60548-5e15-4efa-8baa-966f0de7d11c", - "inputs": [ - "fad95a8a-4156-4631-95d4-a1c99b001dbd" - ], - "input_type": "biomaterial", - "outputs": [ - "58c60e15-e07c-4875-ac34-f026d6912f1c" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.staging.data.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "4b6534a8-7fe7-4792-9ae9-7e87effe458b", + "inputs": [ + "7df5d656-43cb-49f9-b81d-86cca3c44a65", + "acd7d986-73ab-4d0b-9ead-377f3a2d646d", + "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" + ], + "input_type": "file", + "outputs": [ + "bd1307b9-70b5-49e4-8e02-9d4ca0d64747", + "cf3453a3-68fb-4156-bc3e-0f08f7e6512c", + "234b0359-3853-4df4-898f-5182f698d48b", + "d95392c5-1958-4825-9076-2a9c130c53f3", + "b9609367-7006-4055-8815-1bad881a1502", + "ebb2ec91-2cd0-4ec4-ba2b-5a6d6630bc5a", + "1ab612ca-2a5a-4443-8004-bb5f0f784c67", + "34c64244-d3ed-4841-84b7-aa4cbb9d794b", + "71710439-3864-4fc6-bc48-ca2ac90f7ccf", + "2ab5242e-f118-48e3-afe5-c2287fa2e2b1", + "6da39577-256d-43fd-97c4-a3bedaa54273", + "86a93e19-eb89-4c27-8b64-006f96bb2c83", + "0f858ddb-6d93-404e-95fd-0c200921dd40" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "analysis_protocol", + "protocol_id": "71470c53-1b86-4e6d-9707-55a0f70745a4" + } + ] + }, + { + "process": "67be2852-4657-43ce-a4eb-a323de228355", + "inputs": [ + "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" + ], + "input_type": "biomaterial", + "outputs": [ + "7df5d656-43cb-49f9-b81d-86cca3c44a65", + "acd7d986-73ab-4d0b-9ead-377f3a2d646d", + "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "b7519a0c-957e-48b5-a416-a7c1115d2963" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "f34c4543-4f98-49ce-b8a0-798ec96d5059" + } + ] + }, + { + "process": "10b0325b-45cc-4f27-929c-30e46fec23b6", + "inputs": [ + "58c60e15-e07c-4875-ac34-f026d6912f1c" + ], + "input_type": "biomaterial", + "outputs": [ + "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "469fa0db-f00b-4352-a2e2-753733a38e8b" + } + ] + }, + { + "process": "85b60548-5e15-4efa-8baa-966f0de7d11c", + "inputs": [ + "fad95a8a-4156-4631-95d4-a1c99b001dbd" + ], + "input_type": "biomaterial", + "outputs": [ + "58c60e15-e07c-4875-ac34-f026d6912f1c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a" + } + ] + }, + { + "process": "67be2852-4657-43ce-a4eb-a323de228355", + "inputs": [ + "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" + ], + "input_type": "biomaterial", + "outputs": [ + "7df5d656-43cb-49f9-b81d-86cca3c44a65", + "acd7d986-73ab-4d0b-9ead-377f3a2d646d", + "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "b7519a0c-957e-48b5-a416-a7c1115d2963" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "f34c4543-4f98-49ce-b8a0-798ec96d5059" + } + ] + }, + { + "process": "10b0325b-45cc-4f27-929c-30e46fec23b6", + "inputs": [ + "58c60e15-e07c-4875-ac34-f026d6912f1c" + ], + "input_type": "biomaterial", + "outputs": [ + "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "469fa0db-f00b-4352-a2e2-753733a38e8b" + } + ] + }, + { + "process": "85b60548-5e15-4efa-8baa-966f0de7d11c", + "inputs": [ + "fad95a8a-4156-4631-95d4-a1c99b001dbd" + ], + "input_type": "biomaterial", + "outputs": [ + "58c60e15-e07c-4875-ac34-f026d6912f1c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a" + } + ] + }, + { + "process": "67be2852-4657-43ce-a4eb-a323de228355", + "inputs": [ + "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" + ], + "input_type": "biomaterial", + "outputs": [ + "7df5d656-43cb-49f9-b81d-86cca3c44a65", + "acd7d986-73ab-4d0b-9ead-377f3a2d646d", + "f9a78d6a-7c80-4c45-bedf-4bc152dc172d" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "b7519a0c-957e-48b5-a416-a7c1115d2963" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "f34c4543-4f98-49ce-b8a0-798ec96d5059" + } + ] + }, + { + "process": "10b0325b-45cc-4f27-929c-30e46fec23b6", + "inputs": [ + "58c60e15-e07c-4875-ac34-f026d6912f1c" + ], + "input_type": "biomaterial", + "outputs": [ + "a9ae9936-c11b-4195-b63a-fa6cb9c78e4c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "0fa5708b-b5fb-4cf6-becb-ad48f3f8e7fa" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "469fa0db-f00b-4352-a2e2-753733a38e8b" + } + ] + }, + { + "process": "85b60548-5e15-4efa-8baa-966f0de7d11c", + "inputs": [ + "fad95a8a-4156-4631-95d4-a1c99b001dbd" + ], + "input_type": "biomaterial", + "outputs": [ + "58c60e15-e07c-4875-ac34-f026d6912f1c" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "c5d77e53-9016-4ed8-96ca-ad0eeb355d3a" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/data/fce68057-b0f0-5d11-b9a7-30e8fa3259a8.dss.hca.json b/test/indexer/data/fce68057-b0f0-5d11-b9a7-30e8fa3259a8.dss.hca.json index 45262fb298..8590fd87a5 100644 --- a/test/indexer/data/fce68057-b0f0-5d11-b9a7-30e8fa3259a8.dss.hca.json +++ b/test/indexer/data/fce68057-b0f0-5d11-b9a7-30e8fa3259a8.dss.hca.json @@ -1,45 +1,11 @@ { - "manifest": [ - { - "name": "enrichment_protocol_0.json", - "uuid": "003cb4a8-9871-488f-9042-820504991f17", - "version": "2020-08-13T10:24:31.885000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1801, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_0.json", - "uuid": "00dbea45-4e4d-5220-985e-afd8dcfce0b5", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_0.json", - "uuid": "012ba773-aefb-4d9f-8ec1-6714dc7f631b", - "version": "2020-08-13T10:24:32.490000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "manifest": { + "sequence_file/99985ea4-d29e-4357-9879-99440a002b49": { "name": "FCAImmP7316894_S1_L001_I1_001.fastq.gz", "uuid": "01824e76-505c-4e99-9ffd-bc1b5f56f726", "version": "2020-08-13T10:24:33.604000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2552809421, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ab47b7b4-2df9-47b4-bbb4-57d69a382a87", "crc32c": "3426d4b4", @@ -47,46 +13,12 @@ "sha256": "5f6e2b3c8d6e00fd6dd51c301d1c97f2536a7887963e0365f215cd0f96d34f97", "s3_etag": "2a0329a71e83818c5f8e51fa091c5d20-39" }, - { - "name": "analysis_process_0.json", - "uuid": "0233488f-2a92-4e5c-a7c5-3508b39762aa", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_0.json", - "uuid": "02f33fc2-eb2f-4c78-a7f5-002a1747e71f", - "version": "2020-08-13T10:24:31.566000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_0.json", - "uuid": "0370e38d-bb67-4b79-be99-3ff27e21adba", - "version": "2020-08-13T10:24:39.091000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/601bacd5-c250-4dd3-a83d-c9f31a1b0dd8": { "name": "FCAImmP7352193_S1_L001_R2_001.fastq.gz", "uuid": "0526e3df-0747-40fb-b4be-99c8813deefd", "version": "2020-08-13T10:24:34.163000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29797316111, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b56c571e-d974-47a7-941b-b44a53124dc2", "crc32c": "27ce82ad", @@ -94,79 +26,12 @@ "sha256": "5eb3a3d3cd1d20a58fef44967e43cc3bab983017fed83619ce583a190f35fc0f", "s3_etag": "40155c79aec333af98e27949b87fae21-445" }, - { - "name": "sequence_file_1.json", - "uuid": "05345715-8f9f-44fe-8f28-f75552b17d5d", - "version": "2020-08-13T10:24:35.160000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_2.json", - "uuid": "0565f81d-86a0-4591-8a29-f7e3306556f2", - "version": "2020-08-13T10:24:32.576000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 610, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_3.json", - "uuid": "0619dd26-7a22-4fc9-ac35-7a381a502e6f", - "version": "2020-08-13T10:24:32.055000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_1.json", - "uuid": "07a18873-6df1-57a8-848c-980bfa29fbf5", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_2.json", - "uuid": "07a81052-3964-5b08-8f2d-066c1e29de7d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_3.json", - "uuid": "07b48eae-1703-5821-b3e6-66bb1488e7b2", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/455c6c50-9424-4dac-b67c-1be48276d5b5": { "name": "FCAImmP7316890_S1_L001_R1_001.fastq.gz", "uuid": "085e5f88-ab09-4d69-bc14-afa71e1ae17c", "version": "2020-08-13T10:24:33.458000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7988836041, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_37204ac6-191f-47ba-b3c7-3d927d9e522b", "crc32c": "24a02c8f", @@ -174,103 +39,34 @@ "sha256": "2c1bbc2263124703a0c818aa4c75f6cfaedd1b567ad15b80fe0c2d2d3004d20e", "s3_etag": "bb820841d613f555c098abebd67a620d-120" }, - { - "name": "analysis_file_4.json", - "uuid": "087aca40-9bc5-56b9-8cd5-a5a0488c18f2", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_1.json", - "uuid": "08b799a0-59d8-4c69-87b3-fd239aef4197", - "version": "2020-08-13T10:24:41.908000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 354, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_1.json", - "uuid": "09f063d9-7bc8-4567-bc27-fa1e7c87fa4d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_5.json", - "uuid": "0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/63bee9b4-8743-5a13-b144-80cf68313083": { "name": "cfa1e5da-607e-49b6-aa0d-8f43702b971f.bam", "uuid": "0a80f21f-3212-596b-9367-f7211c554c7d", "version": "2021-02-09T10:00:00.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 61104038030, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8fa0492a-20cc-44cb-b62d-98cb1b1cb02a", "crc32c": "f9e695e2", "sha256": "f3f032bc303a9b2cba8ce26f69370f2e1565ab2276a9140e4abcba3721c5e39c" }, - { + "analysis_file/07a81052-3964-5b08-8f2d-066c1e29de7d": { "name": "1248ead2-3dd4-43fe-9f7c-9609ed77d9c2.loom", "uuid": "0aa3a582-3905-5cba-9dd1-d3cf58be18ce", "version": "2021-02-09T08:34:58.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1705801482, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e9b071f2-1584-428b-9e3c-9a5943905a7d", "crc32c": "792b4a5d", "sha256": "b4d1cf6d019cfb4f27e501d567bd8e9543216037d18a455e32b2012f51dc89d2" }, - { - "name": "sequence_file_4.json", - "uuid": "0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1", - "version": "2020-08-13T10:24:35.281000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_2.json", - "uuid": "0c1455f0-64c2-48a5-bba1-15588755bad5", - "version": "2020-08-13T10:24:35.916000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/b61e4f40-1742-4bbb-a20d-78a934c5f8de": { "name": "FCAImmP7352192_S1_L001_I1_001.fastq.gz", "uuid": "0c3e7565-d5bc-44ed-8b1c-a9446150f274", "version": "2020-08-13T10:24:34.100000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2603387356, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c97495cc-41f5-4662-af51-77846111717a", "crc32c": "dcc11ef6", @@ -278,80 +74,23 @@ "sha256": "eee0705784755c472ffe202927e18264aa1664c991c5a3483a3fa6f5216a9aed", "s3_etag": "bed37bb5bb430de9fa47a5e0b4c0bbcc-39" }, - { + "analysis_file/07a18873-6df1-57a8-848c-980bfa29fbf5": { "name": "3381994d-5624-4f5f-a574-01ad099c448c.loom", "uuid": "0c410012-5563-5e9d-9841-a0232b69d43f", "version": "2021-02-09T08:26:46.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1363923249, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8b6e01b6-7e12-4b8f-9f16-97a1dd354215", "crc32c": "9a0339f5", "sha256": "a06fa80743f30442e6fae4eb7d5e85354d11459783b2b52a84ffc4996b85825d" }, - { - "name": "analysis_process_2.json", - "uuid": "0c75f376-4092-403f-8b91-dbb19b4fdf94", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_3.json", - "uuid": "0ceed66e-513f-450f-89e9-3206f4485cdf", - "version": "2020-08-13T10:24:42.459000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_0.json", - "uuid": "0d27ca8e-5325-4e47-9807-8afd92e9bf89", - "version": "2020-08-13T10:24:30.913000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_6.json", - "uuid": "0db36828-3fae-5bd2-b052-ae63b88693d9", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_4.json", - "uuid": "0dd65ce8-29ba-4341-9a93-eb2ca1f06c72", - "version": "2020-08-13T10:24:42.189000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/71c8dfa2-0a8c-4ae0-8161-933454f56420": { "name": "FCAImmP7198629_S1_L001_R1_001.fastq.gz", "uuid": "0ea260e6-08d5-4488-86bb-8bf3412540ee", "version": "2020-08-13T10:24:32.650000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8159243311, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_78ce92be-f82c-41dd-827c-d5cef8a348f4", "crc32c": "0c841aab", @@ -359,81 +98,34 @@ "sha256": "7aafb4ae24d84eefc436a6c4b21af230c384271e0615f5c4fdab0103ce3d8356", "s3_etag": "c05e8bf9ad17eaa5e548d6dc013b3a07-122" }, - { + "analysis_file/1f43235c-6299-527b-b470-2b6638bdaf8b": { "name": "37925a3b-3bce-4876-bb29-745922b2c972.bam", "uuid": "0edf6004-84e5-5b8a-99e2-bb60390d9b17", "version": "2021-02-09T08:22:39.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 32947839530, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_76492cfb-8b1b-4c35-b6b1-557d42f5d60c", "crc32c": "5c6fa039", "sha256": "c0231f78ab9909b02badc89a3e8dd44f06bba1658197974eaca1d5cc63c3053a" }, - { - "name": "sequence_file_5.json", - "uuid": "0f15fb43-c791-4113-a721-a9e3767e8f6d", - "version": "2020-08-13T10:24:33.420000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_6.json", - "uuid": "0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42", - "version": "2020-08-13T10:24:32.564000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_5.json", - "uuid": "10a02923-b945-43fe-97db-c984e06dc5a7", - "version": "2020-08-13T10:24:42.080000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_7.json", - "uuid": "10a76c2f-2a9b-4430-88bc-c4f3828e4e3f", - "version": "2020-08-13T10:24:32.673000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/91caea03-3c9a-5ba8-9acc-3685e3a6062e": { "name": "a9c40eb8-24b6-4436-a3d3-e8035e84f6ae.loom", "uuid": "111c2683-e0ab-5704-b51f-7b93e6717415", "version": "2021-02-09T08:58:27.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1535383236, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_959f3d74-1e15-4ca8-9acc-4e0ae60ba748", "crc32c": "cbc2c019", "sha256": "72f702a989236ac8ee3ab989b73399776a79230e2bf507614004de81b2260396" }, - { + "sequence_file/c30c31d2-ccfb-4651-8b78-a25a23ab4e95": { "name": "4834STDY7002878_S1_L001_R2_001.fastq.gz", "uuid": "1147a7c1-2f32-4f13-9457-929b9bce46f0", "version": "2020-08-13T10:24:32.079000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 47392260066, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_746bffff-170c-441b-a24f-08b86f5a5d20", "crc32c": "8ef4b28c", @@ -441,24 +133,12 @@ "sha256": "79382722d3531de6d4da59335f18428ccaccf8c01688f986fe69aa3a0a5cc3aa", "s3_etag": "22910df9d0c6a3a7f75bddabb9ba6d32-707" }, - { - "name": "analysis_file_7.json", - "uuid": "11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d7f0b745-c135-4594-9a4b-a4c66c8a1520": { "name": "4834STDY7002882_S1_L001_R1_001.fastq.gz", "uuid": "120e7f3e-597a-4119-a9d6-1624704666b4", "version": "2020-08-13T10:24:32.208000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 27574032619, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4d25fa13-4b11-4c21-957c-e4ba8b261610", "crc32c": "1e8c31d4", @@ -466,58 +146,23 @@ "sha256": "6816fea09166fd064564088335450eaa5b1083f50519e9a21fa55353920d8f80", "s3_etag": "157095d69509e358dde9bb6e8e4283a9-411" }, - { - "name": "process_6.json", - "uuid": "1248ead2-3dd4-43fe-9f7c-9609ed77d9c2", - "version": "2020-08-13T10:24:43.108000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_8.json", - "uuid": "129bdef3-ae23-5273-920f-204cccd878fc", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_7.json", - "uuid": "136b438c-b819-4da2-8cc1-d6cace9c716c", - "version": "2020-08-13T10:24:35.788000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/e6604cbc-c882-5f03-b4d0-807eb969a293": { "name": "bc583c0e-4336-43d4-a7da-dc7e1f72b50b.loom", "uuid": "139bca8f-674f-5dc9-953f-9cfbf91f3179", "version": "2021-02-09T08:45:17.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1364895619, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_083e36aa-3de8-42f0-a043-b8646d0c2c71", "crc32c": "b3564b89", "sha256": "69f1d8c80296feaa8532a9c5a57f8ec32b2daed104e6477f3bd01ac240c8bee7" }, - { + "sequence_file/24c3ce12-e4f9-4299-a005-320d602716ce": { "name": "FCAImmP7579223_S1_L001_I1_001.fastq.gz", "uuid": "15087f54-4375-44ad-9aef-405e976767c0", "version": "2020-08-13T10:24:35.400000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2379045893, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ca3e64ab-a7cb-4575-8440-849f9b2fc6eb", "crc32c": "0f73566d", @@ -525,36 +170,23 @@ "sha256": "c3a2884fb50fbe934094ded8c48f2cdc8e0f83be65d6754cb49ff72ebcc0eda0", "s3_etag": "a1f0b8682c661d898803cbcc8c6d08b2-36" }, - { - "name": "sequence_file_8.json", - "uuid": "15af1b4f-6944-4af6-8a2a-4fea163edde2", - "version": "2020-08-13T10:24:32.196000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 612, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/129bdef3-ae23-5273-920f-204cccd878fc": { "name": "cfa1e5da-607e-49b6-aa0d-8f43702b971f.loom", "uuid": "15c898b4-124d-5c7b-b297-6b21226d0bda", "version": "2021-02-09T08:43:11.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 649399414, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_42b46880-906c-47a2-bd77-fefb2ff4d45b", "crc32c": "b023220c", "sha256": "0809df137e03057eaf5b56daf1c2d7e757d0add92988df5827cca03b97aca65c" }, - { + "sequence_file/32714f4f-1a04-4fc3-bdd9-2ae6473fe544": { "name": "FCAImmP7316891_S1_L001_R2_001.fastq.gz", "uuid": "15dbb4ef-0c35-48d9-86c2-f56fd6863810", "version": "2020-08-13T10:24:33.513000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29609252851, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2335283c-4206-44f5-9e4b-0d20fa2ae808", "crc32c": "38b99048", @@ -562,103 +194,34 @@ "sha256": "362b2380cd504d128d436c0c9f4c8858b3f8135f75a02f137efa8efe65b5c575", "s3_etag": "26cbcbf85293abc62a9a9eb181b4b712-442" }, - { - "name": "analysis_file_9.json", - "uuid": "1685c144-966c-53fe-8bd3-2a053b55966c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_3.json", - "uuid": "16c04a1a-6c78-4755-ada4-36025cd69ce9", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_8.json", - "uuid": "16d53d3e-88ef-444a-aaec-e7947fc3e779", - "version": "2020-08-13T10:24:35.874000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/bc454c4f-c3b4-565f-be09-44d7523a80de": { "name": "5d687d7c-8d96-4203-ad8e-d0668828ad37.bam", "uuid": "17510bd6-d94b-5f41-a726-967bf9955f31", "version": "2021-02-09T07:58:54.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37957956713, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_434730a8-a51b-4fee-bead-eeccab02f463", "crc32c": "905302dd", "sha256": "ea95cc86e3823f9c94c28d8131a08859116b856fb519662e3ee4799fca6d1b2c" }, - { - "name": "cell_suspension_1.json", - "uuid": "17782e68-694a-42df-9411-9fd875b95cc7", - "version": "2020-08-13T10:24:31.793000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/dcaba295-f646-562f-8752-6f6fa634bc4f": { "name": "9bb08d39-3957-4ff7-a20d-cc45a1cb38ab.loom", "uuid": "181fc217-c6d8-5fa3-a76a-c0cc766d6dcc", "version": "2021-02-09T09:21:12.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1455002091, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6bb86ff7-8f4a-4a06-bd75-57137cfd935d", "crc32c": "7bbeb67f", "sha256": "18ed3743678f279a15848d61015191871253f0be80427e274bf641e735ce02c3" }, - { - "name": "cell_suspension_2.json", - "uuid": "1853e602-4743-4179-863b-fb686a6a7a9a", - "version": "2020-08-13T10:24:31.810000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_9.json", - "uuid": "1872f705-7ccc-42af-80c5-7645ccd2848c", - "version": "2020-08-13T10:24:32.019000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/daa5945d-5d1f-4586-9c85-e3fa5af8bfb5": { "name": "FCAImmP7579223_S1_L001_R1_001.fastq.gz", "uuid": "18de212b-b326-4daf-80d3-9e8ebc19ab03", "version": "2020-08-13T10:24:35.433000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7400300782, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fc7ae751-2405-4c9c-8a49-777eb1f6f1d4", "crc32c": "8b9ff8c5", @@ -666,79 +229,12 @@ "sha256": "0b78e7550bec9323bfa20fa4bf16a885a992910db0325c7a9e58e4d10198c5f9", "s3_etag": "e38138fa1e08cefe87b3dea37dd042fc-111" }, - { - "name": "analysis_process_4.json", - "uuid": "198dff35-0fb9-4edc-bf0c-e973ac7eba59", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_3.json", - "uuid": "19b7eb13-fef6-46a4-abb9-44a310e441b5", - "version": "2020-08-13T10:24:31.538000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 571, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_10.json", - "uuid": "1a17a213-3a73-4af8-a105-6e5b3d056263", - "version": "2020-08-13T10:24:35.172000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_5.json", - "uuid": "1a84035c-6716-40ce-844c-617eeaefb14d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_0.json", - "uuid": "1b5a4bc7-5a90-4782-a657-536a8b533156", - "version": "2020-08-13T10:24:30.757000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 954, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_4.json", - "uuid": "1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3", - "version": "2020-08-13T10:24:31.669000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9403a717-07d2-4510-9f19-77d41747c188": { "name": "FCAImmP7277560_S1_L001_I1_001.fastq.gz", "uuid": "1c4a667a-210a-445e-b773-d59840280580", "version": "2020-08-13T10:24:32.906000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2647677455, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c7ccdc71-8c41-4cbb-956b-e22b73a4a940", "crc32c": "77b8e825", @@ -746,24 +242,12 @@ "sha256": "18f02f8983cc9555536a272fbcbb0f883ab58bf53b3275fc9e7acf1407d03aa7", "s3_etag": "425e2241300ed834bde143772abfe0c1-40" }, - { - "name": "process_9.json", - "uuid": "1d5a282b-b4b5-41dc-ab46-862476a87c18", - "version": "2020-08-13T10:24:43.022000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/611d7372-2d5d-4b93-9cb8-b6d689b0f905": { "name": "FCAImmP7277560_S1_L001_R1_001.fastq.gz", "uuid": "1d7226b0-ed2f-4ab4-8692-3af8d3bd6017", "version": "2020-08-13T10:24:32.961000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7664122784, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ecc695f2-0073-416d-80bc-47fe35daac7a", "crc32c": "87d62ffb", @@ -771,35 +255,12 @@ "sha256": "c224306c744bf9fcda103edbfec0d370b3a5e43b20b87812d0d5396cc46024bb", "s3_etag": "72cda04b2a2b74da1a3a1580c9072290-115" }, - { - "name": "process_10.json", - "uuid": "1d732738-9b3b-4393-920a-a3dd2ff6f7e1", - "version": "2020-08-13T10:24:42.979000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_10.json", - "uuid": "1da5525c-2986-510e-9890-748b232ad65e", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/2b40b918-2632-4a06-9746-6f542d884b90": { "name": "FCAImmP7198631_S1_L001_R2_001.fastq.gz", "uuid": "1db22fe1-6ca8-4ca3-b91b-678f08d8626f", "version": "2020-08-13T10:24:32.734000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30039390235, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b7e94aa3-02f4-40d2-9f1b-43928c817ffb", "crc32c": "b4cf29b4", @@ -807,124 +268,23 @@ "sha256": "97698ca3fc5f2e8745d261b18c5eb0c364d7971f2d5d92e20187b0a40c446329", "s3_etag": "fe7a0ca8fe5ddd5aa8e1e4d8c64287d6-448" }, - { - "name": "sequence_file_11.json", - "uuid": "1e0c544d-2963-4fde-b3cb-5bb9b938acaa", - "version": "2020-08-13T10:24:32.552000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_1.json", - "uuid": "1edb7ccc-0cb3-41c4-a193-181542bce479", - "version": "2020-08-13T10:24:31.037000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_11.json", - "uuid": "1f43235c-6299-527b-b470-2b6638bdaf8b", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_6.json", - "uuid": "1f4840ce-45d5-4dbc-87a1-c2b06d0aa6c8", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_5.json", - "uuid": "1fe49331-d165-4443-a82b-612309cb9567", - "version": "2020-08-13T10:24:31.785000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/ce52572d-f7d1-585d-a54f-fc14297d19c0": { "name": "ded9b30e-12df-4998-846a-7cef685e4bd6.loom", "uuid": "1ff18c5a-846f-5000-b8c5-889b6328842a", "version": "2021-02-09T08:55:17.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1924677966, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_72df293d-51e7-4933-b7a6-3a36efa8b2fd", "crc32c": "10c5753b", "sha256": "c520a898410a0668208e5176aaf336da590360f7a817f9daf30eeb4e98d23e7e" }, - { - "name": "process_11.json", - "uuid": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", - "version": "2020-08-13T10:24:35.845000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_6.json", - "uuid": "204dfd1c-ea7a-494b-a151-f1bcd586ddfb", - "version": "2020-08-13T10:24:31.844000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_7.json", - "uuid": "2096cc65-c180-45f2-93b7-fcc5c21db3a1", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_8.json", - "uuid": "20eaba77-49c4-4d9e-9e82-fb6351a9012a", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d1bbc8a6-9320-4527-bca3-2dbb172bea38": { "name": "4834STDY7038751_S1_L001_R2_001.fastq.gz", "uuid": "21302b0f-80dc-48ce-a69c-b999c5418749", "version": "2020-08-13T10:24:32.399000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 42003446174, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d38a6174-35b4-404d-9677-a70df7bd32e7", "crc32c": "2db41d11", @@ -932,13 +292,12 @@ "sha256": "40ee60995e554451cece5ab92f69eddd8ba2cd7c75f000cd6c6886771d2fbba4", "s3_etag": "cfe1727fda159ebf3947a83e886d609d-626" }, - { + "sequence_file/ba276a56-3bdf-42ff-93f4-2920c3a288f9": { "name": "FCAImmP7528286_S1_L001_R1_001.fastq.gz", "uuid": "214d0bf4-23de-4aab-816e-52df14eb53f9", "version": "2020-08-13T10:24:34.934000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8096191323, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2215e846-b67d-4be6-8c8f-7625cda8eb47", "crc32c": "a9af9c3c", @@ -946,24 +305,12 @@ "sha256": "bf1ade81264752bbfcda21703e5bc07971898dc8586ca005c73428aaf55f9d1c", "s3_etag": "9d70f5b588c833437a1d6f37d32796e6-121" }, - { - "name": "analysis_process_9.json", - "uuid": "21581af6-c4c4-4268-9d63-cf5a3a7f5058", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/cf835034-c34b-4b5d-aac6-8de2e280e959": { "name": "FCAImmP7528288_S1_L001_R2_001.fastq.gz", "uuid": "21ac5c57-bebb-47d4-ad9b-491cdfbacb88", "version": "2020-08-13T10:24:35.036000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29450046385, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_af4015fa-9116-4187-808a-584145b2f571", "crc32c": "dead08e6", @@ -971,13 +318,12 @@ "sha256": "179686c8e324e376017decb467a68bec0f58558e5ba9636a98beca57b250f1da", "s3_etag": "3ea0da90965f3173c591f1cae72a1017-439" }, - { + "sequence_file/e79faefc-5135-4e43-a64d-8db7472d3f2e": { "name": "FCAImmP7316892_S1_L001_R1_001.fastq.gz", "uuid": "2224ee0a-dc74-4bc6-bf71-5752bc090aed", "version": "2020-08-13T10:24:33.537000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7882855569, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c3cd00b7-9c8b-4cbb-adb4-4755d4271d5c", "crc32c": "920855cb", @@ -985,124 +331,23 @@ "sha256": "cbadf51acf1f2559196a62f96c7ee69460aaf52cff3afc8089dcd92e442278f6", "s3_etag": "d481165ebb3f592dfd533e1dcacc3d73-118" }, - { - "name": "analysis_process_10.json", - "uuid": "223980cd-b247-415a-bb6d-41ed360837f2", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14717, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_12.json", - "uuid": "22ccc95d-d789-4398-a790-83f86bb420d8", - "version": "2020-08-13T10:24:42.022000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_12.json", - "uuid": "22d5f584-ff73-4a10-8377-387983b72a87", - "version": "2020-08-13T10:24:34.149000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_13.json", - "uuid": "232174af-3ebf-4b3b-97fd-35547950c4c8", - "version": "2020-08-13T10:24:41.868000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_13.json", - "uuid": "232c6da0-b86b-4995-8da1-a428211af836", - "version": "2020-08-13T10:24:32.661000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_14.json", - "uuid": "23a28752-d0c7-4a3c-8548-acc8ddc26af4", - "version": "2020-08-13T10:24:32.387000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_14.json", - "uuid": "2415ecb9-08af-4ecc-868b-69ba70a43c81", - "version": "2020-08-13T10:24:35.927000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_15.json", - "uuid": "24c3ce12-e4f9-4299-a005-320d602716ce", - "version": "2020-08-13T10:24:35.400000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/c1770287-3376-5cc1-a2a2-9676e7f5716e": { "name": "42b114bb-27ee-4415-b046-7ee5581adc27.loom", "uuid": "25c4395e-dcc3-5fd4-bff6-7dd2be6dbc1f", "version": "2021-02-09T08:37:06.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1625907345, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6835ecba-8a48-4c52-aa46-44fe1f5d41e2", "crc32c": "00e25bae", "sha256": "6eb654ff98948c299bb4aec48368d7300ee3363b5eac4d9f2ef864533ab9f38a" }, - { - "name": "sequence_file_16.json", - "uuid": "26131c11-6186-4b1a-b37d-fb12515622bf", - "version": "2020-08-13T10:24:34.175000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67": { "name": "FCAImmP7277561_S1_L001_R2_001.fastq.gz", "uuid": "26684c18-6ba0-4e9b-98f2-0a4b6f7f4a86", "version": "2020-08-13T10:24:33.109000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 27535115175, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0104fe7e-f505-4268-95e2-9b170c80b700", "crc32c": "fa38cab6", @@ -1110,57 +355,12 @@ "sha256": "a13f6d951cb5987ffdc9e7959f2a5336f1b438161a81d79b5fbcfbd6db894fe4", "s3_etag": "bc5c744a4a8291bd7be93c8a7adfc15f-411" }, - { - "name": "collection_protocol_0.json", - "uuid": "266cf33e-5540-42cd-84de-757340908d42", - "version": "2020-08-13T10:24:31.877000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1372, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_7.json", - "uuid": "27749341-b419-4dca-9175-a6a9025116a9", - "version": "2020-08-13T10:24:31.801000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_15.json", - "uuid": "27e030cc-b89e-41fc-b0c8-c3258a4b2c6e", - "version": "2020-08-13T10:24:41.859000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_16.json", - "uuid": "282fda83-f6d8-4d5b-b47a-14d13d5206fe", - "version": "2020-08-13T10:24:41.741000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7ee8e5aa-5faa-4491-bd66-150e202974dd": { "name": "FCAImmP7198630_S1_L001_R1_001.fastq.gz", "uuid": "285e146c-92b8-490c-b5e5-c8c24daa8ad2", "version": "2020-08-13T10:24:32.686000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8127231249, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6d847405-8bbc-4c2e-93c3-2b508497b077", "crc32c": "38f53dce", @@ -1168,157 +368,23 @@ "sha256": "efdb3d45688d1a0e714fbed560e1e4cd6a26878c4249e5436ac55de1de6eca3e", "s3_etag": "0eac6bcaca393be153cb08f62c55aeeb-122" }, - { - "name": "analysis_protocol_0.json", - "uuid": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "version": "2021-02-26T16:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 401, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_17.json", - "uuid": "28f5f863-26d9-4ca8-abb3-705d369250e7", - "version": "2020-08-13T10:24:33.628000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_12.json", - "uuid": "295db19e-bdcc-5428-a68a-e0de856c4522", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_18.json", - "uuid": "2b40b918-2632-4a06-9746-6f542d884b90", - "version": "2020-08-13T10:24:32.734000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_8.json", - "uuid": "2b532bac-4ebb-47db-b5e2-37b8da2b5f6c", - "version": "2020-08-13T10:24:31.835000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_13.json", - "uuid": "2b64aedb-2563-547f-ba70-aa9b8c1d5d3f", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_17.json", - "uuid": "2b8cad63-d0bc-486b-923d-cc6f11eb6394", - "version": "2020-08-13T10:24:41.667000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_14.json", - "uuid": "2c88ef68-7029-5f00-9387-a364d6292976", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_18.json", - "uuid": "2d0d630a-58dd-42f7-bd7e-579ebec98d48", - "version": "2020-08-13T10:24:42.383000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_15.json", - "uuid": "2d253fef-4538-511a-a960-bd999afeecf4", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_19.json", - "uuid": "2e7e4b93-2d6c-4359-804c-f8ca1e21c31c", - "version": "2020-08-13T10:24:42.039000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/bbb02342-bad3-5d6c-89fa-1cbaf2e7b5dd": { "name": "b49fb5d4-6f31-4b7d-827e-bc09ed30a167.bam", "uuid": "2ee42e3a-73ae-5632-9a22-11b6a0fdced8", "version": "2021-02-09T09:07:07.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37471834021, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_88c9c172-e8e5-4271-a556-ae6409e80c21", "crc32c": "b623c9bb", "sha256": "9cf2f6304126ce30855d38ea7f6b04493bb0f82a1b60493c921fbdcfcd7615f7" }, - { - "name": "process_20.json", - "uuid": "2f77c2c6-e843-48cd-a160-65fb904eb112", - "version": "2020-08-13T10:24:41.770000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/835ec088-c1a5-4b0c-897c-22bc92950587": { "name": "FCAImmP7316889_S1_L001_R1_001.fastq.gz", "uuid": "2fc7b43d-2351-428d-94f9-10a25c165f1a", "version": "2020-08-13T10:24:33.403000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8113714492, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a6f3589a-6f4d-4cb7-a702-ea7b196d2c12", "crc32c": "03274c7a", @@ -1326,24 +392,12 @@ "sha256": "af7641eda6bdad4c6cb1e54dc07e63297b4bfd7659227e48c1972b5ea8ffac29", "s3_etag": "6cb68f1add2e32098bab6e8e7880fbd4-121" }, - { - "name": "sequence_file_19.json", - "uuid": "30286c6d-ca78-4108-aff5-6809618656dc", - "version": "2020-08-13T10:24:32.375000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4f91ed04-d045-4904-a78e-103294d4f5e9": { "name": "FCAImmP7462237_S1_L001_R2_001.fastq.gz", "uuid": "312ecb1d-d94c-437b-9f36-e2ccf949fd79", "version": "2020-08-13T10:24:34.315000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30681130249, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1e7a9b1e-2060-4450-8253-c4e895faef79", "crc32c": "c8adc630", @@ -1351,147 +405,34 @@ "sha256": "3e73232634f1e8f6e25a2f44a75f8d158c725b6b074840f0c08dbe469817b1c4", "s3_etag": "7c74cb715edf9886f327ee808765d5c3-458" }, - { + "analysis_file/0db36828-3fae-5bd2-b052-ae63b88693d9": { "name": "2d0d630a-58dd-42f7-bd7e-579ebec98d48.loom", "uuid": "31658494-9514-5169-84bf-0eb0620557f0", "version": "2021-02-09T07:52:42.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1516197204, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a33985d6-7424-4179-8831-04c491936269", "crc32c": "fa7dddf4", "sha256": "fde8ba0d033beb01d3f33f2bee3044b15f745bb4de16f9bb358f96da9c1b6330" }, - { - "name": "specimen_from_organism_2.json", - "uuid": "31899978-a518-4d78-b85a-f62bca7ed723", - "version": "2020-08-13T10:24:31.046000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_20.json", - "uuid": "32714f4f-1a04-4fc3-bdd9-2ae6473fe544", - "version": "2020-08-13T10:24:33.513000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_21.json", - "uuid": "32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d", - "version": "2020-08-13T10:24:32.709000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_16.json", - "uuid": "33055074-248b-57fe-99fd-b5deab653ac0", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_22.json", - "uuid": "336b106c-f5f3-4d35-b583-05fc33ee910f", - "version": "2020-08-13T10:24:32.031000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 619, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_21.json", - "uuid": "3381994d-5624-4f5f-a574-01ad099c448c", - "version": "2020-08-13T10:24:41.984000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_17.json", - "uuid": "3450ac1e-8d8f-5bad-bd44-322d792acc8a", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/2c88ef68-7029-5f00-9387-a364d6292976": { "name": "b49fb5d4-6f31-4b7d-827e-bc09ed30a167.loom", "uuid": "3516a5d0-2fa9-5fbb-b1cc-5a95ca12bf3d", "version": "2021-02-09T08:32:23.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1770152665, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f11da9f1-cbaa-4d4b-aa41-2af8072d2ffa", "crc32c": "8adabeed", "sha256": "232990e63a8b60017a642fc123be84453b2c1fd18cdc1f22d457e2e64843cd92" }, - { - "name": "analysis_file_18.json", - "uuid": "35bc8baa-8916-5835-940c-ce684f30d4aa", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_11.json", - "uuid": "3650db01-27bd-4371-a431-71d28620a40a", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_22.json", - "uuid": "37925a3b-3bce-4876-bb29-745922b2c972", - "version": "2020-08-13T10:24:43.131000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d": { "name": "FCAImmP7462237_S1_L001_I1_001.fastq.gz", "uuid": "37e1cc3e-b56d-4cfe-b310-3ef20a6668a5", "version": "2020-08-13T10:24:34.290000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2795371911, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c0503610-8f0c-45e0-a05c-b93152341c8d", "crc32c": "73c9cb39", @@ -1499,13 +440,12 @@ "sha256": "407e1285ff411e8ab8b29f80e6e38cd5d562008055f566958919ea84e32c6acb", "s3_etag": "3f15fa627b29dfca8d70c9dd2849508a-42" }, - { + "sequence_file/336b106c-f5f3-4d35-b583-05fc33ee910f": { "name": "4834STDY7002877_S1_L001_R1_001.fastq.gz", "uuid": "381edf9b-6bec-45ba-bf1e-07e344ae70f0", "version": "2020-08-13T10:24:32.031000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 33574288219, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7e29e017-abc0-418b-a687-6f045dbb771a", "crc32c": "27abbcdc", @@ -1513,91 +453,23 @@ "sha256": "b065817fa9e7e307781b77919ae119dfb7d5ff60ee29d4b3586b0699498b58ca", "s3_etag": "947e702e148656bd0e2cef982dee4636-501" }, - { - "name": "sequence_file_23.json", - "uuid": "384733f9-328f-4b3f-b201-9489ae09f5de", - "version": "2020-08-13T10:24:33.060000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_24.json", - "uuid": "38b67b47-7ef3-4e9e-88e1-3a8376769eb0", - "version": "2020-08-13T10:24:35.268000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_1.json", - "uuid": "39046bdd-483c-44ad-9b50-dea608d34255", - "version": "2020-08-13T10:24:30.765000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 928, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/8cdbf96a-27ae-590c-b967-8a850c760785": { "name": "62a131e1-c415-460e-bc5b-75cca5d3323b.loom", "uuid": "39121e35-d7a2-52ac-a826-529b0329033f", "version": "2021-02-09T08:27:29.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1292449695, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_68603f62-06f5-439d-bb1d-f0ac2dde8b5d", "crc32c": "23b634b1", "sha256": "ef0d834594ef9d7a5f260f1cabe62ce80488166776095aa6320d13243af7f29e" }, - { - "name": "analysis_process_12.json", - "uuid": "39c38ab6-dd8a-4098-87a8-8a861d55b7fb", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_25.json", - "uuid": "39c59048-bac9-4b5b-935b-75b150931f41", - "version": "2020-08-13T10:24:33.086000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_19.json", - "uuid": "3aa80a42-646a-5953-afe6-b177a78297df", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c50f0504-73bc-4bd6-8ed3-1dcf0b60549f": { "name": "FCAImmP7555846_S1_L001_R2_001.fastq.gz", "uuid": "3abd4ba6-320e-4f5e-91cb-3a75070506b3", "version": "2020-08-13T10:24:35.148000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30206160452, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_59075c99-0f72-4ffc-a598-5f1f7107c8fe", "crc32c": "99720b83", @@ -1605,70 +477,34 @@ "sha256": "44ef1fe0d91cc512514274372d66ab688b24d696a3d42bd0154613b98942e55c", "s3_etag": "409e2b7f5d55ea4186f0639ac40caa7f-451" }, - { - "name": "sequence_file_26.json", - "uuid": "3c6b5196-4dd9-4c23-a9d1-c1341d889ecf", - "version": "2020-08-13T10:24:34.137000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/b9877824-638a-5fde-8196-70317fa1cc19": { "name": "232174af-3ebf-4b3b-97fd-35547950c4c8.loom", "uuid": "3de145e6-2439-593d-9779-c618b174ece0", "version": "2021-02-09T08:29:42.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1634487281, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_40bc5b5b-0210-431e-a5b5-4634a94c0818", "crc32c": "6789712c", "sha256": "8e4d82dbc94e65a2bc71ced2d9cbcd830ef84285b80e73908d35582de2cbeb21" }, - { - "name": "sequence_file_27.json", - "uuid": "3e6ac46b-1d9d-4c91-b5df-e583208357fe", - "version": "2020-08-13T10:24:35.024000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f": { "name": "951a8ffc-69c5-4f7c-8ee8-39b76171f630.loom", "uuid": "3f0bfbb4-c9be-56db-9eb5-b37a6dc306a2", "version": "2021-02-09T08:32:25.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1735761928, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bdfc4e44-3b5d-47b8-9c43-55eaef2e6b1c", "crc32c": "cee09154", "sha256": "63dec4047f1f26b7dfdddbada3c4a3a4e06ba896da8df8c0c32bce3b4a1e6728" }, - { - "name": "process_23.json", - "uuid": "3f20a83f-f01c-41f2-acaf-3c111dfa5465", - "version": "2020-08-13T10:24:42.500000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7ae24487-8546-422c-ad9b-bfa36bdd6ba4": { "name": "FCAImmP7198628_S1_L001_I1_001.fastq.gz", "uuid": "3f5ad2eb-04e1-4cc0-9513-6f2be5feed42", "version": "2020-08-13T10:24:32.600000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2602658363, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b99bed54-1eda-46d1-9cef-bf42af726cdd", "crc32c": "ba5786e5", @@ -1676,35 +512,12 @@ "sha256": "ba61f3de916922518a63daec153383aa75abac15a5a15d03dcea6a445fa77230", "s3_etag": "ee7ae10697bfd0ee156a9168f5330af0-39" }, - { - "name": "sequence_file_28.json", - "uuid": "41a13523-c45b-4546-8273-9321d9a2c250", - "version": "2020-08-13T10:24:33.639000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_29.json", - "uuid": "41ae7f5d-67e9-4bc8-a844-262a9dea9b96", - "version": "2020-08-13T10:24:32.221000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/10a76c2f-2a9b-4430-88bc-c4f3828e4e3f": { "name": "FCAImmP7198630_S1_L001_I1_001.fastq.gz", "uuid": "420d9c85-32cb-4f35-a939-918b1eda8d62", "version": "2020-08-13T10:24:32.673000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2641718151, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e0d90078-678e-4942-9005-3f07e01f9487", "crc32c": "f808bffa", @@ -1712,79 +525,12 @@ "sha256": "9afd39eba9b62fb767be5c941ff89acebfb1ae8b7c40674944e8c0a49e3c3110", "s3_etag": "f0e5a243085ea18699a9e2aefe6a480b-40" }, - { - "name": "process_24.json", - "uuid": "42b114bb-27ee-4415-b046-7ee5581adc27", - "version": "2020-08-13T10:24:42.403000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_protocol_1.json", - "uuid": "432a7422-59b5-5c46-8983-a7953f196781", - "version": "2021-05-24T12:00:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 447, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_25.json", - "uuid": "43c13443-4e03-42b3-a32f-d048c8ea465e", - "version": "2020-08-13T10:24:36.065000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_30.json", - "uuid": "44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8", - "version": "2020-08-13T10:24:35.373000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_20.json", - "uuid": "450befbb-21c9-5b53-a7b9-38b517cebe76", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_31.json", - "uuid": "455c6c50-9424-4dac-b67c-1be48276d5b5", - "version": "2020-08-13T10:24:33.458000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1": { "name": "FCAImmP7579210_S1_L001_R1_001.fastq.gz", "uuid": "4598ad54-184e-4400-b40c-8b8050e31617", "version": "2020-08-13T10:24:35.281000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8092391798, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cb6827ec-6fdb-4f00-9f68-d8a7124a9c7b", "crc32c": "a573585b", @@ -1792,13 +538,12 @@ "sha256": "0553912e9abff42cb957bd0898b27e565b8ddf4cea11f7123ebfee3eb3b540cc", "s3_etag": "32df44e619302884b46d5d1f13092f45-121" }, - { + "sequence_file/47f2b446-7a03-4286-8a35-41e52394622c": { "name": "FCAImmP7179364_S1_L001_R1_001.fastq.gz", "uuid": "45b42e03-4fcb-4dd0-8a33-47680b8f5254", "version": "2020-08-13T10:24:32.540000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8005753163, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_73a0e7a2-e7a5-43c7-8439-e6d2f3d3fd24", "crc32c": "f7f64c44", @@ -1806,46 +551,12 @@ "sha256": "e99884732ac18895f991d641fe555ab39acbe1d529e83a6aff4ae539180b3188", "s3_etag": "135dc0767246c28e251065697d3694ed-120" }, - { - "name": "cell_suspension_9.json", - "uuid": "469016a2-3bea-4244-8bae-835c499c8ac0", - "version": "2020-08-13T10:24:31.350000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_13.json", - "uuid": "46dc43b4-19e7-475f-a015-157436454de4", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 522, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_10.json", - "uuid": "470877fd-03da-40a6-9508-330b580cf728", - "version": "2020-08-13T10:24:31.516000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/82c6f8e4-79f9-48b7-aab5-35853db742a4": { "name": "FCAImmP7352195_S1_L001_I1_001.fastq.gz", "uuid": "4725c942-1647-435d-9690-51cf8b817b6a", "version": "2020-08-13T10:24:34.213000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2712770985, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9fc63729-e1a6-4f29-9ce5-d7e4c04b97b9", "crc32c": "edf0dc75", @@ -1853,69 +564,23 @@ "sha256": "212a0e536482d9200b9837bae3633633d0f90f6b59b4e340e8b5eef55d712937", "s3_etag": "789398f1904eb1dfd2064c3003a57c2a-41" }, - { + "analysis_file/8de90a27-1f7c-5651-b3d6-8527c1ed92d6": { "name": "10a02923-b945-43fe-97db-c984e06dc5a7.loom", "uuid": "47a6d2b8-91a5-51c3-9df3-ac30c79346d2", "version": "2021-02-09T07:42:30.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1110154771, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_66a01517-b283-4841-9529-539e2c718a5a", "crc32c": "f0c12312", "sha256": "128f6819011060a5c67e69fa8a3513cd599c05d7be49bab81ebcc054d9e3e197" }, - { - "name": "sequence_file_32.json", - "uuid": "47f2b446-7a03-4286-8a35-41e52394622c", - "version": "2020-08-13T10:24:32.540000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_21.json", - "uuid": "489c7fd9-1ac8-5b78-a91d-a44761f9d6e0", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_22.json", - "uuid": "4964726c-4bf7-58a0-a401-6eecf9c7a3b3", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_33.json", - "uuid": "49a158d2-9786-4f54-bac9-67244497c9c9", - "version": "2020-08-13T10:24:34.230000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/68cac6a2-5453-4d08-9af2-a4e01f259dd3": { "name": "FCAImmP7316893_S1_L001_R2_001.fastq.gz", "uuid": "4a0269a6-6026-4d2f-9d1d-5bb60c0042df", "version": "2020-08-13T10:24:33.592000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29364453874, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1195598d-6c77-4af6-a0fd-5fb5a1204dc0", "crc32c": "89676a09", @@ -1923,138 +588,56 @@ "sha256": "695673d12802cabcd09d406f2992b0c517cffa8a88ede0fa877f433b995352f1", "s3_etag": "a3f16fe800becb016a63999f711764e8-438" }, - { - "name": "analysis_file_23.json", - "uuid": "4a28b164-2d5a-5232-946a-ac70276036b5", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/fda0ea89-2300-59ed-9125-784883c5e211": { "name": "c301901f-95cd-4a3e-a4df-761fa21e92af.bam", "uuid": "4a2cee73-ad0a-5ad9-bed4-62c32852f66d", "version": "2021-02-09T08:50:46.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 35610254235, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_73559e8a-1b51-4a65-b0dd-5f8ce6d2e79f", "crc32c": "b7940494", "sha256": "86d81fe60c02eedd66a3ab32fdcd3eb0952b36a8f2217972d1764db9682bdf12" }, - { - "name": "analysis_file_24.json", - "uuid": "4a302268-f155-5a27-b164-dff6f1fc78fa", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/538399a0-da86-57f5-88c6-b150db89c3f3": { "name": "1d5a282b-b4b5-41dc-ab46-862476a87c18.loom", "uuid": "4a5dedbf-84c4-5772-a103-fc1466aa0c86", "version": "2021-02-09T08:34:03.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1166855607, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d87b4666-ba29-4e33-8ecb-552171ff22c3", "crc32c": "f82fe55a", "sha256": "72693e6aad64abe04d6239c1a2894f6f32cc2b161d4f43ceaef714f7d658fbca" }, - { + "analysis_file/a78f0746-6eed-5b0e-9772-aab4bceec02c": { "name": "a9c40eb8-24b6-4436-a3d3-e8035e84f6ae.bam", "uuid": "4a9d5d83-3e12-5ece-9524-facb79cd9239", "version": "2021-02-09T09:40:11.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 40332614890, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_31b13924-fe64-4f21-ab6b-88589f7afe32", "crc32c": "ed4b4045", "sha256": "5100ca6d4633f426dfa275e7f6acaac55d667e3eadbc5d62586e6df110684cd6" }, - { - "name": "sequencing_protocol_0.json", - "uuid": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a", - "version": "2020-08-13T10:24:31.936000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1077, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_14.json", - "uuid": "4ae55a6b-6e40-4300-b2a7-7e8c72c285de", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_34.json", - "uuid": "4b06739c-d81c-45cd-825f-cc5145f15065", - "version": "2020-08-13T10:24:35.294000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/fe4686b9-acd3-5237-acf1-1bd9cc0c19c5": { "name": "f26c4715-5488-4d7f-ae0e-1c965128fbb1.bam", "uuid": "4b13d612-7d7e-5ee1-9c8b-20ba230dbb03", "version": "2021-02-09T09:09:16.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38131548530, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3d1b845d-f8d6-4c09-8d5d-b86eadf168c8", "crc32c": "59c9afb8", "sha256": "b94e08048d43e6cbfa5383d7bfeb351bac619b711e50bc63dd85325f69d2954b" }, - { - "name": "sequence_file_35.json", - "uuid": "4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae", - "version": "2020-08-13T10:24:35.307000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_25.json", - "uuid": "4ba8f00e-0833-5862-bc6e-0cc2acb5d684", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e97d853f-aaf2-4b69-8300-f9aac8111c39": { "name": "FCAImmP7352194_S1_L001_R2_001.fastq.gz", "uuid": "4bb648cb-6617-4a22-afb8-7c2ea96ea4e9", "version": "2020-08-13T10:24:34.199000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29298841392, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_64e4b5f0-ef82-4314-acc5-01a695238d31", "crc32c": "799c2f98", @@ -2062,46 +645,12 @@ "sha256": "ff28a16f944bee878fc55af7afd87e09c8af4256aa171080358cb22771057f69", "s3_etag": "da8c7a4b5e4abda322a2e568ee7a7b38-437" }, - { - "name": "sequence_file_36.json", - "uuid": "4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34", - "version": "2020-08-13T10:24:35.184000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_15.json", - "uuid": "4c1d363b-0560-49f2-addd-aaa879db3d30", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_11.json", - "uuid": "4c32ae0b-8338-4906-90ef-06e1e4fd7577", - "version": "2020-08-13T10:24:31.660000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/8fee28bf-4f9b-4d62-814b-ea97119048ee": { "name": "FCAImmP7316891_S1_L001_R1_001.fastq.gz", "uuid": "4cbe8be7-074d-4104-a5bd-87150fb592a6", "version": "2020-08-13T10:24:33.499000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8054577078, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_eadaa69d-0f6a-4c24-a21d-136da13c117e", "crc32c": "492201cb", @@ -2109,35 +658,12 @@ "sha256": "2eda610d3e0979030ca199dea0466482c93973fb86b4f2ab0fb9bc13af1aed97", "s3_etag": "2374934040596499f756181c0c9d8385-121" }, - { - "name": "cell_suspension_12.json", - "uuid": "4dae1604-6e74-4306-ae82-2da7ca2efd77", - "version": "2020-08-13T10:24:31.312000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_37.json", - "uuid": "4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469", - "version": "2020-08-13T10:24:34.352000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/dbe02baf-4c99-4784-bf03-2ebeeef70288": { "name": "FCAImmP7198434_S1_L001_R2_001.fastq.gz", "uuid": "4eedf1da-27b4-4748-9207-c4ae4b86e966", "version": "2020-08-13T10:24:32.588000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 28681149127, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0e8d3673-5109-41ee-9092-8b79baa6d3b1", "crc32c": "785f754e", @@ -2145,13 +671,12 @@ "sha256": "81069c44c6a25355ee3d03cba91862a1e42dc33ddc1522f73d304bd54a732ce3", "s3_etag": "471a2810a7f27829f1eb173a242ca60f-428" }, - { + "sequence_file/3c6b5196-4dd9-4c23-a9d1-c1341d889ecf": { "name": "FCAImmP7352193_S1_L001_I1_001.fastq.gz", "uuid": "4f8103b9-edbf-492a-b77f-13120e1d4938", "version": "2020-08-13T10:24:34.137000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2710626769, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e369361e-e2de-45e6-829b-47068daee3d8", "crc32c": "4ca806b7", @@ -2159,35 +684,12 @@ "sha256": "c42d04f1d6c37e870a25eba6aa82b791b8a58c493571b854baf4b14669e29376", "s3_etag": "81922301e6e20453ca778d6c0ac36e67-41" }, - { - "name": "sequence_file_38.json", - "uuid": "4f91ed04-d045-4904-a78e-103294d4f5e9", - "version": "2020-08-13T10:24:34.315000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_13.json", - "uuid": "4fd506bc-5824-4a7b-a44a-8d02532c5277", - "version": "2020-08-13T10:24:31.408000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 573, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c0e0476d-b0c5-434b-9c33-92e52900341d": { "name": "FCAImmP7462238_S1_L001_R1_001.fastq.gz", "uuid": "51ba44d1-35b6-4227-b52d-1d7012a2c5ab", "version": "2020-08-13T10:24:34.340000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8658421622, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dabab5b8-d7bb-41c1-8b6f-a31edd0d97bb", "crc32c": "bbc13b86", @@ -2195,13 +697,12 @@ "sha256": "1143917f5051ac4f01a96ecb9112864de45e7bf98848184e01a8f5bbf265e5f3", "s3_etag": "a128911ac93de558fa499935a9475e48-130" }, - { + "sequence_file/44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8": { "name": "FCAImmP7579222_S1_L001_R2_001.fastq.gz", "uuid": "51df62ea-0591-4b74-94d8-d143b8738643", "version": "2020-08-13T10:24:35.373000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29595349500, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c3b18ea4-a329-45a0-a8a4-458a22f496e8", "crc32c": "db939591", @@ -2209,80 +710,23 @@ "sha256": "428cda48ecbda8c86d1a8ea654e3e205422109398ddc6697bcd963d736a04613", "s3_etag": "bea07c3ac1cc770cdf8c5bd87368969c-442" }, - { + "analysis_file/35bc8baa-8916-5835-940c-ce684f30d4aa": { "name": "bc5ba4f6-a3f1-4156-830f-11228df251bc.bam", "uuid": "527ee669-a4e3-5a41-bd35-54518b7b514b", "version": "2021-02-09T07:51:37.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 36887446676, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1796e1b4-7b31-4652-8f43-43c0bde724fd", "crc32c": "318c8949", "sha256": "0ae94e2e9d200a942fd31d02dcdcf238ca3993925e018fa063f3b994b7807a59" }, - { - "name": "sequence_file_39.json", - "uuid": "529a01ff-db1b-4a8e-924b-8749387f5dcb", - "version": "2020-08-13T10:24:33.579000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_40.json", - "uuid": "529e093e-c122-4939-8264-993ad651efd7", - "version": "2020-08-13T10:24:34.304000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_26.json", - "uuid": "52ca4cde-727f-564e-95dd-7872573ebeba", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_26.json", - "uuid": "536ba4f7-6694-4a31-8df1-0e6668ed10da", - "version": "2020-08-13T10:24:43.036000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_27.json", - "uuid": "538399a0-da86-57f5-88c6-b150db89c3f3", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bb2d6938-f6ad-461b-8fa4-eca0e4c040b2": { "name": "FCAImmP7528288_S1_L001_I1_001.fastq.gz", "uuid": "539b91c6-886b-443d-8529-440996e839fd", "version": "2020-08-13T10:24:35.011000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2531732699, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3c6fddd8-d7d5-4b6a-96ec-7ff0884bc7fa", "crc32c": "2ccba1a0", @@ -2290,13 +734,12 @@ "sha256": "d2a084446b790a8537f5993de5c75c135a0117345636ba31f52498281ef968ad", "s3_etag": "008e3165904cc77ade85b3e653213113-38" }, - { + "sequence_file/7beb8479-c655-4b01-af4f-69f1668e1c6d": { "name": "FCAImmP7277552_S1_L001_R1_001.fastq.gz", "uuid": "540234b3-0c89-41d1-98aa-63b9968056bf", "version": "2020-08-13T10:24:32.846000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7380079824, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_aa0d9a26-ec62-433f-8c07-543ae8188389", "crc32c": "f0e14d78", @@ -2304,13 +747,12 @@ "sha256": "f9faedfe0258b61ecf555daf620e204f07bba3e024ebefd0272970e0d927d841", "s3_etag": "06621721d572834ea565d2e17b42b917-110" }, - { + "sequence_file/6c52e66a-d034-476c-8f32-5d760b6a5029": { "name": "FCAImmP7528287_S1_L001_I1_001.fastq.gz", "uuid": "54306568-28bb-4786-aacd-247887f8420f", "version": "2020-08-13T10:24:34.972000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2527600833, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_692b6aec-9320-4e1d-bffb-6babf930040f", "crc32c": "ee665ac5", @@ -2318,57 +760,12 @@ "sha256": "00f0bcf37a52b830f4093e46cd8e1b14e20df97198269da20cab39d5415313fd", "s3_etag": "bf1405de08229ed21943bc295ee974da-38" }, - { - "name": "specimen_from_organism_3.json", - "uuid": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6", - "version": "2020-08-13T10:24:31.028000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_41.json", - "uuid": "550bbb11-4786-46b4-a9c1-46f105b14644", - "version": "2020-08-13T10:24:35.049000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_28.json", - "uuid": "561a5c40-9014-5bce-b48b-a2df2687b562", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "library_preparation_protocol_0.json", - "uuid": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1", - "version": "2020-08-13T10:24:31.920000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 898, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/81204476-377f-4bf9-b5de-27f8b14d47c5": { "name": "FCAImmP7352192_S1_L001_R1_001.fastq.gz", "uuid": "56f78439-cccd-41bb-8eaf-c05f96695879", "version": "2020-08-13T10:24:34.113000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8205664547, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ea444f79-25fb-4170-9889-b9ab96fe86b2", "crc32c": "c7ff599a", @@ -2376,35 +773,12 @@ "sha256": "2ec153bd215511111510141be98592c91f9b0819fcc23d575f7feb614bfa5edb", "s3_etag": "1d8f1eb66749dc7a9cd3ac96d33e9787-123" }, - { - "name": "process_27.json", - "uuid": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", - "version": "2020-08-13T10:24:35.731000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_16.json", - "uuid": "58d03b27-9049-444e-a337-3491a5d715e1", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ed8bc174-30cc-4fa4-9e48-0543b825b1e4": { "name": "FCAImmP7277553_S1_L001_I1_001.fastq.gz", "uuid": "5916d536-e063-46ce-b3bc-fa0120d2f263", "version": "2020-08-13T10:24:32.870000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2524321207, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_db65b244-3d7f-4823-a8a8-0bf86f213220", "crc32c": "f30b7f71", @@ -2412,13 +786,12 @@ "sha256": "993950d8e5fe36454baa53e7a51fcaa34a61be874f2f9dea203d672ace7dae1b", "s3_etag": "5ab4f34ab5a2cb4d70a2f9146aeb7740-38" }, - { + "sequence_file/012ba773-aefb-4d9f-8ec1-6714dc7f631b": { "name": "FCAImmP7179363_S1_L001_I1_001.fastq.gz", "uuid": "59c440a3-b54c-4aa7-a9fb-b51a269c8d6f", "version": "2020-08-13T10:24:32.490000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2567370695, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dce50f55-e2ed-4c97-b36b-da609486752f", "crc32c": "69c93f77", @@ -2426,48 +799,34 @@ "sha256": "9933f01beb561ca7ea8ca3b33a1622e6b7b3bd031816630aa97a002b7c3e6ce4", "s3_etag": "14056dc059cb9c576df368ecf211a4a5-39" }, - { + "analysis_file/4964726c-4bf7-58a0-a401-6eecf9c7a3b3": { "name": "bc583c0e-4336-43d4-a7da-dc7e1f72b50b.bam", "uuid": "59d7c07b-db98-54fc-9088-9c1aae445826", "version": "2021-02-09T09:30:07.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37762807667, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7bbcdb92-bb0b-40a2-9e8a-4431c3e430e5", "crc32c": "ea6693a9", "sha256": "319987b0cf5410c5a121e0b62e325d748138d0e28ade6fc2bdb811bee74feeaa" }, - { + "analysis_file/ff3b3d1c-2ba9-50a9-9ca7-0558012cbe7d": { "name": "232174af-3ebf-4b3b-97fd-35547950c4c8.bam", "uuid": "59e161bb-d88b-5153-bd6c-81d2e9c678de", "version": "2021-02-09T09:55:41.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 74013925528, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_64d345e1-3582-4551-ae9f-1bc8aa018ad0", "crc32c": "d96afadd", "sha256": "5594ee95d8320e8661316bf3d85135b1e830bac9a89a2eb37b4d7d1dee7bf04a" }, - { - "name": "process_28.json", - "uuid": "5a0999a5-9945-4d18-8f0a-7ed5a6b1f27b", - "version": "2020-08-13T10:24:36.786000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9c6fffe5-0f64-4325-8e2f-8be4fa5417b9": { "name": "FCAImmP7316892_S1_L001_I1_001.fastq.gz", "uuid": "5a6387c1-c6b2-488d-b014-4fb3f3d11c8f", "version": "2020-08-13T10:24:33.526000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2523843996, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a903180c-2c06-4056-9f39-56992dba8c71", "crc32c": "2820e86d", @@ -2475,13 +834,12 @@ "sha256": "ef5dcc63feb49fdca62d6ce16d25f0bae21d4f6132de0047ac8b48bb4f1f5c21", "s3_etag": "0fc3b6a3bfebdeaf354683198b205e46-38" }, - { + "sequence_file/0565f81d-86a0-4591-8a29-f7e3306556f2": { "name": "FCAImmP7198434_S1_L001_R1_001.fastq.gz", "uuid": "5af16cd9-8632-410d-b5d4-0441950a7851", "version": "2020-08-13T10:24:32.576000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7951923434, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_01b73e38-a2b2-4ec6-b4a0-831e1258c3ea", "crc32c": "f36645a9", @@ -2489,69 +847,23 @@ "sha256": "1bba0b2e24d823ca12e48e4a6f30ca40a35ce0e8ff58a6225241f3a5619de234", "s3_etag": "e6b6dfdae6aba4059a0666d355a4fe7c-119" }, - { - "name": "process_29.json", - "uuid": "5b4f46d9-346e-4eec-b55e-801d37ece165", - "version": "2020-08-13T10:24:41.711000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_2.json", - "uuid": "5baa7164-60f5-4b28-8bad-e9a0563cac70", - "version": "2020-08-13T10:24:30.656000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 907, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/845dd01f-cad1-54a4-8ff3-acd78d29a5b1": { "name": "73bd1209-cfb5-420f-bd97-574ed9c7cd0e.loom", "uuid": "5c3d1e59-cae7-5f21-b925-9d27bf675a9e", "version": "2021-02-09T06:58:40.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 928343192, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cbf909fc-caa8-422a-8793-2ec9cfbf15c7", "crc32c": "04bf8663", "sha256": "fa1d7780062c99b9a588c0fc662831dfe3452c9656681c15a5335d7820e058a3" }, - { - "name": "process_30.json", - "uuid": "5c745dc7-ece2-4df5-96b3-bca92b832c73", - "version": "2020-08-13T10:24:40.340000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_31.json", - "uuid": "5d687d7c-8d96-4203-ad8e-d0668828ad37", - "version": "2020-08-13T10:24:42.443000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1e0c544d-2963-4fde-b3cb-5bb9b938acaa": { "name": "FCAImmP7179364_S1_L001_R2_001.fastq.gz", "uuid": "5d81a93b-6a82-43dc-912c-95aa10a10839", "version": "2020-08-13T10:24:32.552000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29591566635, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0f549aae-515b-4504-9e85-07269eb59db0", "crc32c": "41e2731d", @@ -2559,180 +871,34 @@ "sha256": "a493428012a9bbe4d03c4d32add54b256ba5b64aad7c50c61dfb8f08de201fdc", "s3_etag": "eabb9829824325b35532f4a57e30ba5e-441" }, - { + "analysis_file/65358965-9b3b-5187-bf6a-f918c6009f83": { "name": "2e7e4b93-2d6c-4359-804c-f8ca1e21c31c.bam", "uuid": "5dbd0b94-a351-51c7-858c-045b053881fd", "version": "2021-02-09T09:23:58.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 36787725415, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7cd9be33-4c18-42c7-a1ba-253be9ea2c2e", "crc32c": "52b54eb5", "sha256": "81a48b17067a337fb6061a18c55b75c0a519042990793bfa06e2c9094e145776" }, - { - "name": "cell_suspension_14.json", - "uuid": "5ee0a825-8c35-4fe5-ab67-454c6bfd949b", - "version": "2020-08-13T10:24:31.652000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_32.json", - "uuid": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", - "version": "2020-08-13T10:24:35.836000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_15.json", - "uuid": "5fc661b9-440a-4b6f-b2f9-f847043debec", - "version": "2020-08-13T10:24:31.143000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_29.json", - "uuid": "6008e2eb-ea1d-54b2-9611-fa896ae9aa21", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_42.json", - "uuid": "601bacd5-c250-4dd3-a83d-c9f31a1b0dd8", - "version": "2020-08-13T10:24:34.163000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/07b48eae-1703-5821-b3e6-66bb1488e7b2": { "name": "be7a2637-26cf-48ba-bfc5-52fa945d2d88.loom", "uuid": "608ff0ee-d075-59e3-b62a-ca5b523078db", "version": "2021-02-09T08:41:26.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1539661052, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6a9a196e-4f14-49e7-8668-8c4e36f4972f", "crc32c": "bd72b77c", "sha256": "203a0617a3488975dfe212816c050900f994159cad8231c53fb29387c9778280" }, - { - "name": "sequence_file_43.json", - "uuid": "611d7372-2d5d-4b93-9cb8-b6d689b0f905", - "version": "2020-08-13T10:24:32.961000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_16.json", - "uuid": "6194245b-1ce5-495e-8e85-d859b3fcce66", - "version": "2020-08-13T10:24:31.731000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_4.json", - "uuid": "619887a0-67fb-4e24-be95-409f9b3e8474", - "version": "2020-08-13T10:24:30.811000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_30.json", - "uuid": "61a2e552-6617-589e-8985-e1b730d3095c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_33.json", - "uuid": "61a4052c-bbc0-4666-9747-ed6b4c706ac6", - "version": "2020-08-13T10:24:40.486000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_31.json", - "uuid": "61d46fd3-fd85-5eb1-a251-7000d2394830", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_34.json", - "uuid": "62a131e1-c415-460e-bc5b-75cca5d3323b", - "version": "2020-08-13T10:24:42.013000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_44.json", - "uuid": "62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384", - "version": "2020-08-13T10:24:35.124000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/71e9623c-1cfa-4efe-9448-f4014da727dc": { "name": "FCAImmP7579222_S1_L001_I1_001.fastq.gz", "uuid": "6348e566-f22f-4d96-9d35-c57b27592a9f", "version": "2020-08-13T10:24:35.346000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2740930201, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1e6ca3ca-eca6-47c5-94dd-0250dc15d885", "crc32c": "bbc02ddb", @@ -2740,58 +906,23 @@ "sha256": "d9e586ae13f8adf1eb2d39fd3177bdb48ecb6857a09c7bd20f81a14c207f26f8", "s3_etag": "da68aa73befaea452d87139293a85aee-41" }, - { - "name": "analysis_file_32.json", - "uuid": "63bee9b4-8743-5a13-b144-80cf68313083", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/6a019fd6-5db6-5717-8c4a-3a22a6fba738": { "name": "62a131e1-c415-460e-bc5b-75cca5d3323b.bam", "uuid": "6453a4e5-5b30-58a1-bc08-d3a5167b3738", "version": "2021-02-09T09:03:28.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 39749424357, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cfb5458f-7625-4b83-9098-3aca7ac7180a", "crc32c": "2012939c", "sha256": "e6ab7bdc5ea11b0ca25b98bef5e253133796de05fa396d0c8259b912149e1875" }, - { - "name": "cell_suspension_17.json", - "uuid": "64713d72-8e8f-4350-a3ba-e1981c872100", - "version": "2020-08-13T10:24:31.320000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_33.json", - "uuid": "65358965-9b3b-5187-bf6a-f918c6009f83", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/bb2edf45-1041-4e38-9ace-ec922a747f80": { "name": "FCAImmP7179364_S1_L001_I1_001.fastq.gz", "uuid": "656a45cf-0782-4374-a8b5-72c5640b6bce", "version": "2020-08-13T10:24:32.528000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2559623513, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5e2dbfa6-a1fd-42de-9b00-184e6ba13c28", "crc32c": "327c1a46", @@ -2799,13 +930,12 @@ "sha256": "dfe4a4a2716ed5ea037129d9983af141851e607de92ad671672b1ebbd3640fa0", "s3_etag": "fff9b66c11d47c623e0691d09a8d5abb-39" }, - { + "sequence_file/0619dd26-7a22-4fc9-ac35-7a381a502e6f": { "name": "4834STDY7002878_S1_L001_I1_001.fastq.gz", "uuid": "66ec4290-c809-4fe9-946d-add8e9b66b4a", "version": "2020-08-13T10:24:32.055000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 5498156481, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_38ef4491-9ec7-4149-8a67-70cf17488149", "crc32c": "02df1ea7", @@ -2813,25 +943,23 @@ "sha256": "caf3a45be2e2e04951b381cfc814d97f5d1cdc9e3671d6f794d273de8bf36025", "s3_etag": "7098d988d837772df660387574145cc6-82" }, - { + "analysis_file/087aca40-9bc5-56b9-8cd5-a5a0488c18f2": { "name": "f4183399-0e70-466e-8915-8e4481f9b7d1.loom", "uuid": "677bcd4c-b135-5fb6-be37-7ece51f1ed7a", "version": "2021-02-09T07:08:34.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 962998594, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2dd23545-b70a-46b6-94dc-d196d02ab1cd", "crc32c": "c818d535", "sha256": "395443dcaa4c06689e1fcfd955d6482fb4311a4d20cdcb5274c1742ec0bfe2df" }, - { + "sequence_file/90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9": { "name": "FCAImmP7528287_S1_L001_R1_001.fastq.gz", "uuid": "6844ac0e-f1aa-4592-bf2b-9962220c9b62", "version": "2020-08-13T10:24:34.984000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8440668116, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c23bd7fa-dd83-4b87-bf02-088f26b19201", "crc32c": "4c5191c5", @@ -2839,57 +967,12 @@ "sha256": "8e0bba4747174ea16edec48a9bfd0a1c5bde57441b596dcafe1b6af797c1a33e", "s3_etag": "b99f601c1d1aa686790caa3cab57eed9-126" }, - { - "name": "process_35.json", - "uuid": "687ef9ee-e18c-446f-bbb6-97c31ba0ce9b", - "version": "2020-08-13T10:24:38.998000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_36.json", - "uuid": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", - "version": "2020-08-13T10:24:35.892000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_45.json", - "uuid": "68cac6a2-5453-4d08-9af2-a4e01f259dd3", - "version": "2020-08-13T10:24:33.592000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_5.json", - "uuid": "69576784-ca06-4ccb-bab7-d6e8353a8036", - "version": "2020-08-13T10:24:30.896000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae": { "name": "FCAImmP7579211_S1_L001_I1_001.fastq.gz", "uuid": "69615be2-bace-489c-ab42-4b0842bbebd4", "version": "2020-08-13T10:24:35.307000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2636369466, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_45726a28-f1c7-48a8-8805-f42cc0593188", "crc32c": "ead420fa", @@ -2897,148 +980,45 @@ "sha256": "e9064d582e2bc66f850d352c3a7e6db6a45c039df88856ba0c93c94f57707120", "s3_etag": "298920853a2eeaf65d5794b6c4698d7a-40" }, - { - "name": "analysis_file_34.json", - "uuid": "69cc1f24-8be9-58aa-af3e-99c13507216e", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_37.json", - "uuid": "69ccee6f-c88d-4443-88a0-e46ed47bf2a1", - "version": "2020-08-13T10:24:36.007000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_46.json", - "uuid": "69f04b25-c698-4a6e-aff3-7bccc1e969b7", - "version": "2020-08-13T10:24:32.339000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_35.json", - "uuid": "6a019fd6-5db6-5717-8c4a-3a22a6fba738", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/61d46fd3-fd85-5eb1-a251-7000d2394830": { "name": "a0e661e2-dac9-4004-9605-8307c15f831d.bam", "uuid": "6a26e03a-37ad-57ff-a8d4-6eccfe56ca12", "version": "2021-02-09T09:00:25.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38153744901, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ed6691ee-a3e3-48db-b67d-9ecfca5d4ba0", "crc32c": "2f566525", "sha256": "2ea0e6ba08c99d5c56bc2ad13f8d07eb769346897f4dbfffcb6e65bf28cfe165" }, - { - "name": "sequence_file_47.json", - "uuid": "6a512fd9-3942-4497-87fd-977d2a243b1c", - "version": "2020-08-13T10:24:34.377000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_36.json", - "uuid": "6a73dfce-0163-5b3e-b1cd-0df84fb30871", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_18.json", - "uuid": "6b34fa3f-1878-48ec-84c2-e2d8877903c4", - "version": "2020-08-13T10:24:31.258000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 572, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_6.json", - "uuid": "6b94e023-9280-45df-ac3d-5a258e19bf29", - "version": "2020-08-13T10:24:30.949000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/61a2e552-6617-589e-8985-e1b730d3095c": { "name": "951a8ffc-69c5-4f7c-8ee8-39b76171f630.bam", "uuid": "6bad9f0e-c0f6-5200-b2e7-6d60296072db", "version": "2021-02-09T09:09:18.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 36724627878, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b58af2aa-b6f4-4446-9ded-e517c2ca76ee", "crc32c": "3d1cd02c", "sha256": "df1c0cd457f8571af823346f5621c603f90ed724dba704ec19f61032b743d4a3" }, - { - "name": "sequence_file_48.json", - "uuid": "6c52e66a-d034-476c-8f32-5d760b6a5029", - "version": "2020-08-13T10:24:34.972000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/6008e2eb-ea1d-54b2-9611-fa896ae9aa21": { "name": "22ccc95d-d789-4398-a790-83f86bb420d8.bam", "uuid": "6d83f11c-b3d1-58a8-abed-e9a78b7f64e5", "version": "2021-02-09T09:20:58.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 39837428286, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_47a36c88-3184-4290-98cf-a01a4b91771e", "crc32c": "c87c5692", "sha256": "0a4d79b8773e57e1e9226e3ee9382f5abdd5a99e20d3267caa30d8d212f9c9be" }, - { + "sequence_file/9005739b-11b7-410d-88ad-e05a765dabd9": { "name": "FCAImmP7579211_S1_L001_R1_001.fastq.gz", "uuid": "6dccc154-99d6-4910-bb88-34288cafcd69", "version": "2020-08-13T10:24:35.320000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8117405452, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1cb76395-d184-489d-9bd7-d54f91757e23", "crc32c": "433426ba", @@ -3046,13 +1026,12 @@ "sha256": "20c2199b7ae8608182bb297e398c6df334bb8cf00944c14b3c99154cbc0109bf", "s3_etag": "62b6325f7ac639ba2d7d6f9895d71de5-121" }, - { + "sequence_file/550bbb11-4786-46b4-a9c1-46f105b14644": { "name": "FCAImmP7528289_S1_L001_I1_001.fastq.gz", "uuid": "6f654061-017b-41a8-8c4b-9d6f2dcf422b", "version": "2020-08-13T10:24:35.049000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2754382848, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a82c287c-42e3-4e70-80c1-f9c7dcea74e9", "crc32c": "f7fac904", @@ -3060,24 +1039,12 @@ "sha256": "6c1146099a52823de399ae8900679a31c3a4a52ed63b40cdf66cbf8a96aa29ed", "s3_etag": "d26ac29dd31f34ffa9ea8285b2b39a08-42" }, - { - "name": "cell_suspension_19.json", - "uuid": "700af591-d469-4a3d-a908-cff116f28242", - "version": "2020-08-13T10:24:31.769000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9c25532b-bbac-408a-8b3b-4d7f565f11b9": { "name": "FCAImmP7198628_S1_L001_R2_001.fastq.gz", "uuid": "701795c2-dc0b-40f0-ad73-2572e414e278", "version": "2020-08-13T10:24:32.624000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30029847641, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7a17314a-d973-4b75-a978-8935b3a71e01", "crc32c": "fd3371ca", @@ -3085,13 +1052,12 @@ "sha256": "595c262d042e9473dbd2218f738cb09f54df5a8a48a43fc0d674a4f05da623ba", "s3_etag": "62d493ed347a22b37db419c515c4cc68-448" }, - { + "sequence_file/85716ed2-d37c-4e4a-bd8a-864154bad299": { "name": "FCAImmP7528289_S1_L001_R1_001.fastq.gz", "uuid": "70ad10de-b4ff-47a7-be15-d9158d0bdb5c", "version": "2020-08-13T10:24:35.061000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8524527518, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0f524dab-036c-4113-98e2-c5b32076fa04", "crc32c": "e4ea5733", @@ -3099,80 +1065,23 @@ "sha256": "60dcfa80b361452088921551827dc348398c116d410c119b64f5af25a79ab194", "s3_etag": "7fe7d4124d394ccc285f1cad4f052b9e-128" }, - { + "analysis_file/69cc1f24-8be9-58aa-af3e-99c13507216e": { "name": "536ba4f7-6694-4a31-8df1-0e6668ed10da.loom", "uuid": "7157b964-2c40-579e-96ef-18a6dc94d29e", "version": "2021-02-09T08:29:35.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1726693893, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dbb60d21-66b0-4fb9-8147-f16804e03291", "crc32c": "113c4605", "sha256": "cdbbe1a4d9799beb06ebcfccd69886e3005d1c46e35a98d8c93c9ea959b369c0" }, - { - "name": "process_38.json", - "uuid": "71aef8a5-add1-46ce-b5e9-c172a52414a2", - "version": "2020-08-13T10:24:40.584000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_49.json", - "uuid": "71c8dfa2-0a8c-4ae0-8161-933454f56420", - "version": "2020-08-13T10:24:32.650000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_50.json", - "uuid": "71e9623c-1cfa-4efe-9448-f4014da727dc", - "version": "2020-08-13T10:24:35.346000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_39.json", - "uuid": "7229676a-4449-4a2f-ac97-284eb599841c", - "version": "2020-08-13T10:24:42.208000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_17.json", - "uuid": "725cbe75-92a1-46dc-862a-1b9d012e0fc1", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/05345715-8f9f-44fe-8f28-f75552b17d5d": { "name": "FCAImmP7555847_S1_L001_I1_001.fastq.gz", "uuid": "72a375f0-bf6b-4a62-a737-44800855ce46", "version": "2020-08-13T10:24:35.160000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2640570306, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3c41f6db-d0c3-43da-b76f-9b0a0335db81", "crc32c": "e6605ec9", @@ -3180,46 +1089,12 @@ "sha256": "8614636931b55a7b4c96aa496d66598f6e8a64d6394221137045f4be775d7ce7", "s3_etag": "5726fb174b4861abbe63648860699979-40" }, - { - "name": "process_40.json", - "uuid": "72abfd0e-51d3-4b13-8495-bfaab2f1096b", - "version": "2020-08-13T10:24:41.822000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_20.json", - "uuid": "7318a24c-7abf-445d-b4d2-2c5acc01e715", - "version": "2020-08-13T10:24:31.393000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 573, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_21.json", - "uuid": "732d6ffa-1d89-4476-ad10-5ce9d83a78ad", - "version": "2020-08-13T10:24:31.550000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/30286c6d-ca78-4108-aff5-6809618656dc": { "name": "4834STDY7038751_S1_L001_I1_001.fastq.gz", "uuid": "739de51d-30f4-45f8-81ea-9f051a18b748", "version": "2020-08-13T10:24:32.375000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 5592765334, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a3f5fc1c-3faa-44cb-ad4e-e81065a44933", "crc32c": "f1505101", @@ -3227,36 +1102,23 @@ "sha256": "10884b8ece72dcba07519e40a634fb5c8b182f95f485e4bb1bdcb1bf41baddd3", "s3_etag": "55df2f1a2f2278e3e311ff6afe783c63-84" }, - { - "name": "process_41.json", - "uuid": "73bd1209-cfb5-420f-bd97-574ed9c7cd0e", - "version": "2020-08-13T10:24:42.930000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/b13f3346-158d-5509-bc82-3aed1b2c23be": { "name": "b1883730-3304-48c1-904b-eb90ab226168.bam", "uuid": "73e8d35c-3f1b-5fdf-85ff-4215bfdd0818", "version": "2021-02-09T08:44:10.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37541412008, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_08e096ac-08f8-4ec4-a8ab-0cf6e5e821fe", "crc32c": "dcc73c1d", "sha256": "3987daecdd2cada1e76d813eac377a8148dd6eacf9c341322fef2a6306678b3b" }, - { + "sequence_file/22d5f584-ff73-4a10-8377-387983b72a87": { "name": "FCAImmP7352193_S1_L001_R1_001.fastq.gz", "uuid": "7406f566-084c-4d50-a592-3bdd79848e33", "version": "2020-08-13T10:24:34.149000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8391657139, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4b87ddb9-714f-4f20-9291-e47651e163a9", "crc32c": "bf976dec", @@ -3264,172 +1126,67 @@ "sha256": "0c564d8e3155295270f5064bf8301544ccb74b5ff2effe611f70d0fd756a0942", "s3_etag": "72849a4455b9113be52103fdb9fd1181-126" }, - { + "analysis_file/9baa3062-0022-53e2-a3df-14df08c4c66c": { "name": "0dd65ce8-29ba-4341-9a93-eb2ca1f06c72.loom", "uuid": "749e78db-e5dd-51a9-8a5f-1b015b182e7a", "version": "2021-02-09T08:31:12.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1518839816, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c17dce00-5342-4ef9-b431-7b7b31a92cca", "crc32c": "5c432ac6", "sha256": "bdb6a040386fb7bc48bbb103b1f7dffc18a9e9a475d76f5025e5d4f6e57bf0c1" }, - { - "name": "cell_suspension_22.json", - "uuid": "74d1b609-5477-4ec3-840e-fa721ffa580f", - "version": "2020-08-13T10:24:31.585000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_51.json", - "uuid": "75017000-be20-4f58-91ea-abaf63344959", - "version": "2020-08-13T10:24:32.893000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_52.json", - "uuid": "756f8cce-2d70-4c53-a893-e26d556f0f06", - "version": "2020-08-13T10:24:34.365000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_7.json", - "uuid": "75b6d713-08dc-4eff-9347-95c9519a34cd", - "version": "2020-08-13T10:24:30.987000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_53.json", - "uuid": "76f76203-8b14-4a33-8a0d-d7687d887772", - "version": "2020-08-13T10:24:32.363000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/d2b3f3a1-b030-5c80-89d4-42a76db79127": { "name": "b7914794-f8a7-4fba-bb5b-10536eac7d8b.bam", "uuid": "77d1797c-3775-53c1-bb54-10b8e39a1dde", "version": "2021-02-09T09:38:10.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 39885962156, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b58fd5b9-7cee-41c9-934f-49d5a8e7353e", "crc32c": "8681eff4", "sha256": "ad83c61ce04015f2e8e5bfdc80525fcc535c27f70e1e33cc79885cf597aa8c60" }, - { + "analysis_file/52ca4cde-727f-564e-95dd-7872573ebeba": { "name": "5d687d7c-8d96-4203-ad8e-d0668828ad37.loom", "uuid": "7845673c-e51f-5a49-bdab-c3c3b80b51eb", "version": "2021-02-09T07:33:37.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1808328147, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1fe3ca9c-6f19-40b4-888c-eba63b1db841", "crc32c": "7a026058", "sha256": "f804059f6395477fd0b1c36e85074df068721bfb4811fae8858695fa4c646eb4" }, - { + "analysis_file/cc430c2e-f377-5651-aa5d-3dfa30b421cd": { "name": "10a02923-b945-43fe-97db-c984e06dc5a7.bam", "uuid": "78514d14-bf42-56a0-954a-9b0d1227bcae", "version": "2021-02-09T08:06:13.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 33526153780, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a614ecde-cd68-4c6e-b30f-57f5db399101", "crc32c": "910292ed", "sha256": "a53c471fc99b199c88dc0bea29771daf8a95e257f66084e619de6a31fe577dca" }, - { - "name": "sequence_file_54.json", - "uuid": "785275c2-08e7-486f-bed5-850993b704d3", - "version": "2020-08-13T10:24:32.882000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_37.json", - "uuid": "789c58d2-6a0d-514e-ac56-f884cd5e078d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_3.json", - "uuid": "793d9bf6-00cb-49e6-acc2-2cc724036645", - "version": "2020-08-13T10:24:30.748000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 953, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_42.json", - "uuid": "796e5529-dd1a-4579-a469-a770eaa2216f", - "version": "2020-08-13T10:24:41.011000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/d1b3c364-8f6c-57d2-847c-1b22257f7e87": { "name": "ded9b30e-12df-4998-846a-7cef685e4bd6.bam", "uuid": "797f836d-6ad6-512b-a6c7-361375004d1b", "version": "2021-02-09T09:48:19.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 41248867155, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_da3e3adc-5b23-46bc-b88f-a436a2e80747", "crc32c": "c11b58da", "sha256": "f68fcc999138aafa24291d6b928a9ecef7c69ca2d3a6146867e9cf5e985db560" }, - { + "sequence_file/b4d16fe2-eeac-4a26-9cc3-17414b87f3b1": { "name": "FCAImmP7198628_S1_L001_R1_001.fastq.gz", "uuid": "79d1793f-4b07-4542-a76f-86ed4f1a12db", "version": "2020-08-13T10:24:32.612000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8113680451, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6e664e9a-7344-4809-a48d-4aff34415976", "crc32c": "ca2033c8", @@ -3437,48 +1194,34 @@ "sha256": "f5a6439f50b0cf199572b0c4a924637e33b57a3bfe27551147d5d4e6d7755160", "s3_etag": "1abf5acd8a06bdbfa7b65e48d6486eeb-121" }, - { + "analysis_file/6a73dfce-0163-5b3e-b1cd-0df84fb30871": { "name": "7fa6adde-000d-4360-9f45-2b5da4721f70.loom", "uuid": "7a15aec3-1935-55fa-a225-c17a2a3cdc85", "version": "2021-02-09T08:55:35.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1518855002, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1574e129-3f6e-497f-8fc2-f58c833e2fd9", "crc32c": "b694799b", "sha256": "09952b2b40b10237622e73e12bceae63081ac3cf3328460d383920f09ed6b7b0" }, - { + "analysis_file/a0ea22e2-cab6-506d-8211-bb479591a04c": { "name": "f4183399-0e70-466e-8915-8e4481f9b7d1.bam", "uuid": "7a3a7a6e-8543-5cc7-982e-042350074a40", "version": "2021-02-09T07:47:33.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 34747308229, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fba73888-3f2a-487b-b91c-5aff91741195", "crc32c": "cf7f3ce3", "sha256": "ebf817f953b6d907ba9e98146ecb3197b121f24c78ed4e5a710c5e59bc6e8e16" }, - { - "name": "sequence_file_55.json", - "uuid": "7ae24487-8546-422c-ad9b-bfa36bdd6ba4", - "version": "2020-08-13T10:24:32.600000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/96cbabdb-30b4-4c71-9250-bb7efcd9ee1e": { "name": "FCAImmP7579222_S1_L001_R1_001.fastq.gz", "uuid": "7b2d444d-65f1-43e2-848d-22bcd2774c96", "version": "2020-08-13T10:24:35.358000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8643455475, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_72e8ba6a-2658-4fc0-8c1c-d64c756659a4", "crc32c": "05222286", @@ -3486,13 +1229,12 @@ "sha256": "1283217fe012be0fa985627b7dbfec3adf1da5704252fce7177b473c3bb1007c", "s3_etag": "f656c16c74294bc629ffb3a8426c6f09-129" }, - { + "sequence_file/ee9ad501-69c5-49df-89d2-32ea89591634": { "name": "FCAImmP7316894_S1_L001_R1_001.fastq.gz", "uuid": "7b7015d5-5915-42d8-9427-7890d9e76282", "version": "2020-08-13T10:24:33.616000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8058944367, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9808343b-da84-432e-99dd-5d306cc70edf", "crc32c": "a9c71acc", @@ -3500,136 +1242,34 @@ "sha256": "be30defc72b614f84e46fbd512b356870d3694e2dea0ab3023df97cd98450d50", "s3_etag": "6a92546f1cd5d58892af69dea7621752-121" }, - { - "name": "sequence_file_56.json", - "uuid": "7beb8479-c655-4b01-af4f-69f1668e1c6d", - "version": "2020-08-13T10:24:32.846000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_23.json", - "uuid": "7c2c2ced-a0e3-4df7-ae1d-890218465626", - "version": "2020-08-13T10:24:31.341000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/2d253fef-4538-511a-a960-bd999afeecf4": { "name": "c301901f-95cd-4a3e-a4df-761fa21e92af.loom", "uuid": "7d0d9872-cdea-5f19-956e-eb47032a512a", "version": "2021-02-09T08:14:41.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1212983844, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9270f2ba-13a9-4e77-a5b1-d9536b0e0fc8", "crc32c": "d6563e51", "sha256": "0fca305a7e7793e9219cbe076e333768f3f8608b9cd7cd701f82b83dcd12aa22" }, - { - "name": "sequence_file_57.json", - "uuid": "7ee8e5aa-5faa-4491-bd66-150e202974dd", - "version": "2020-08-13T10:24:32.686000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_58.json", - "uuid": "7efd8179-7a9a-4ef1-b199-46f94581cb1a", - "version": "2020-08-13T10:24:33.438000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_43.json", - "uuid": "7f0f3ad8-9052-4003-ac7d-4e2e509b85f5", - "version": "2020-08-13T10:24:42.049000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_44.json", - "uuid": "7fa6adde-000d-4360-9f45-2b5da4721f70", - "version": "2020-08-13T10:24:43.095000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_45.json", - "uuid": "7ff7f0ac-a14a-4c42-800b-016141f020fd", - "version": "2020-08-13T10:24:41.751000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_38.json", - "uuid": "80738c1d-105a-525e-8b84-ae666d549159", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_59.json", - "uuid": "807e13ad-b807-44b5-92c8-9057b858968f", - "version": "2020-08-13T10:24:32.721000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/3450ac1e-8d8f-5bad-bd44-322d792acc8a": { "name": "f26c4715-5488-4d7f-ae0e-1c965128fbb1.loom", "uuid": "80971a51-d5f8-51a0-a5c3-bf57de4e8784", "version": "2021-02-09T08:38:30.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1816595621, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1a944af7-0c3d-44eb-81cb-b8a17272dde1", "crc32c": "805c7637", "sha256": "654d326a61ae872a23034612880c0e39f42304afb36328e17b3936c2b53fa1e4" }, - { + "sequence_file/f17d1da2-2965-4732-a94a-6cd2a58fc873": { "name": "4834STDY7002877_S1_L001_R2_001.fastq.gz", "uuid": "8101b4fa-d322-42ba-83d2-729a0b6b6903", "version": "2020-08-13T10:24:32.044000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 47340957033, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cf1332d5-400f-4a8e-b180-a95a6deffb8d", "crc32c": "f6c3976a", @@ -3637,35 +1277,12 @@ "sha256": "bce200a81d017d12a19db5bae0439ec2bb770d9b04b23281b08918b7f16daa8d", "s3_etag": "2c9007b937f14a59020fd0e33ac2d7dc-706" }, - { - "name": "process_46.json", - "uuid": "8106eec7-2c2f-41b4-ad4d-997e683ed9fc", - "version": "2020-08-13T10:24:41.147000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_60.json", - "uuid": "81204476-377f-4bf9-b5de-27f8b14d47c5", - "version": "2020-08-13T10:24:34.113000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/e512685e-d15e-4b12-9f7f-e871da115586": { "name": "FCAImmP7179363_S1_L001_R2_001.fastq.gz", "uuid": "812b02ca-7aab-4166-8fe5-cb623f67ca93", "version": "2020-08-13T10:24:32.515000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29927666255, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4aad1dbc-3fef-4541-90f5-daab4de02fcc", "crc32c": "6a4349a3", @@ -3673,260 +1290,67 @@ "sha256": "4fb4ec4bf9510f0ede9c06fe14ab8cdb4a4a05aaffd03ea08e9b756472c92a37", "s3_etag": "3c4fde059dd5b11915f697a689dd79d6-446" }, - { - "name": "analysis_file_39.json", - "uuid": "81f56ff9-36eb-5897-b2e7-318c075ecbc8", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/1685c144-966c-53fe-8bd3-2a053b55966c": { "name": "3f20a83f-f01c-41f2-acaf-3c111dfa5465.loom", "uuid": "82aef31f-b0b0-56de-adfc-c6085c65a1f3", "version": "2021-02-09T08:41:35.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1005304091, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5b612f1d-25b6-4e66-9a73-932a21619fda", "crc32c": "f6d69eb7", "sha256": "2ed721c27d441448a2aa8860bab81c9fc1003e445d76db41ceb5a0e7d4051185" }, - { - "name": "analysis_process_18.json", - "uuid": "82c03181-f541-4770-8bad-5fb68bf221b2", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_61.json", - "uuid": "82c6f8e4-79f9-48b7-aab5-35853db742a4", - "version": "2020-08-13T10:24:34.213000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_62.json", - "uuid": "82fc4ead-bf34-4834-91ed-cb6ec1717baa", - "version": "2020-08-13T10:24:33.664000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_63.json", - "uuid": "835ec088-c1a5-4b0c-897c-22bc92950587", - "version": "2020-08-13T10:24:33.403000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_64.json", - "uuid": "837fa4ab-745a-4a41-9fbf-0a4d1d1054d5", - "version": "2020-08-13T10:24:34.389000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/80738c1d-105a-525e-8b84-ae666d549159": { "name": "7229676a-4449-4a2f-ac97-284eb599841c.bam", "uuid": "83ef8445-4462-5d84-b0ef-d812e9256089", "version": "2021-02-09T09:31:18.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38861399831, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0f1fe40f-6ba7-4842-aa59-5187a8a84509", "crc32c": "eb444174", "sha256": "442bec395a107f1b2188d7afd2761f80483587afd3915e576f3e1f7b5c87d288" }, - { - "name": "analysis_file_40.json", - "uuid": "845dd01f-cad1-54a4-8ff3-acd78d29a5b1", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_41.json", - "uuid": "853ce2df-ac1e-5d3b-aa74-00ff4eab33c2", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_65.json", - "uuid": "85716ed2-d37c-4e4a-bd8a-864154bad299", - "version": "2020-08-13T10:24:35.061000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_24.json", - "uuid": "85a66538-6c12-4ab4-9679-b1f95001606d", - "version": "2020-08-13T10:24:31.418000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 571, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_4.json", - "uuid": "85dc3748-6751-482b-b7cd-c1e08f7df5c0", - "version": "2020-08-13T10:24:30.684000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 928, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_66.json", - "uuid": "85df5aac-75ac-416a-ba8b-b9b0f8b4e619", - "version": "2020-08-13T10:24:32.858000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_25.json", - "uuid": "85e09b5b-24a8-4eea-9b0a-8ca17f9db79d", - "version": "2020-08-13T10:24:31.853000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/d3142cb9-7285-5185-a5a5-c63d5f3cade8": { "name": "73bd1209-cfb5-420f-bd97-574ed9c7cd0e.bam", "uuid": "861c56b3-6733-5991-863b-31c51fd428c6", "version": "2021-02-09T07:41:29.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 35811504976, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2400e232-fab4-4d4e-a117-88e3521c32f3", "crc32c": "542caaf7", "sha256": "3a39f4e58813285e9da7fce330f85700911ae21794b7b7232196446cb137f912" }, - { - "name": "process_47.json", - "uuid": "87fa5eb0-98d2-40ae-8bb1-445d0d2d0c11", - "version": "2020-08-13T10:24:36.291000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/789c58d2-6a0d-514e-ac56-f884cd5e078d": { "name": "1d5a282b-b4b5-41dc-ab46-862476a87c18.bam", "uuid": "8822d3e6-d454-500b-b8b6-54c869f2240b", "version": "2021-02-09T09:05:31.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37705449199, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_db018aa9-e5f9-4cb7-ab8b-8a3d268d6a9e", "crc32c": "fb5b0b7a", "sha256": "8293fc2fd269aea14956128358d1f23168084bc05bd7e60349ee00db92c66872" }, - { - "name": "analysis_file_42.json", - "uuid": "8848e80d-192f-5c47-bb3e-ef0d519e1761", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "dissociation_protocol_0.json", - "uuid": "8881df7f-15da-48a9-8934-a2d65188543e", - "version": "2020-08-13T10:24:31.911000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1230, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_67.json", - "uuid": "8a62b078-1656-4145-83ee-a54b74b1f566", - "version": "2020-08-13T10:24:35.073000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/4ba8f00e-0833-5862-bc6e-0cc2acb5d684": { "name": "1d732738-9b3b-4393-920a-a3dd2ff6f7e1.loom", "uuid": "8ad2188f-df5c-53d8-aaca-61b637db4d08", "version": "2021-02-09T07:28:57.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1567802720, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3a5aa503-7718-4e75-8b44-0f66b4a968cb", "crc32c": "a2485471", "sha256": "692231d84562f8b2b0c2181c620a1a6d35cfe9b7abe17516c4c470a2051e6121" }, - { + "sequence_file/e779b50e-a892-4a0c-af02-2dd400956018": { "name": "FCAImmP7579223_S1_L001_R2_001.fastq.gz", "uuid": "8cc41928-cd6a-42e8-91ed-4df865e847c2", "version": "2020-08-13T10:24:35.477000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 24647352163, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5c55c350-77b6-47ad-8c63-a54acae633cc", "crc32c": "5a93fd9e", @@ -3934,79 +1358,12 @@ "sha256": "b185dc81f5f4888547385c3ca21a07ce8ac73e088654d9786c4d14ddabe5c842", "s3_etag": "43f0c691f322b435ac8369ada28cf4da-368" }, - { - "name": "analysis_file_43.json", - "uuid": "8cdbf96a-27ae-590c-b967-8a850c760785", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_48.json", - "uuid": "8d4c4056-6a9b-4c33-907c-66f4351fe7c1", - "version": "2020-08-13T10:24:41.371000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_26.json", - "uuid": "8d7b1004-5265-40cd-8912-336d71e0f296", - "version": "2020-08-13T10:24:31.711000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_44.json", - "uuid": "8de90a27-1f7c-5651-b3d6-8527c1ed92d6", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_45.json", - "uuid": "8f3ed51f-9369-59ac-a2bc-70e1af25d169", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_5.json", - "uuid": "8f63d864-87e5-40f3-8f68-936640010c7d", - "version": "2020-08-13T10:24:30.639000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 912, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/85df5aac-75ac-416a-ba8b-b9b0f8b4e619": { "name": "FCAImmP7277552_S1_L001_R2_001.fastq.gz", "uuid": "8f920042-b17f-4968-b57a-7f86508226d5", "version": "2020-08-13T10:24:32.858000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 24826056416, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a266d3e1-1dce-4606-be5d-b74e93c91783", "crc32c": "4bf90bcd", @@ -4014,35 +1371,12 @@ "sha256": "ca488c94fc90bf27cdc28ef726fdfa7c15ae8c11242874e76c9d16154ab231ed", "s3_etag": "5d3ea1d01d7bbf19799636543c8fe84e-370" }, - { - "name": "sequence_file_68.json", - "uuid": "8fee28bf-4f9b-4d62-814b-ea97119048ee", - "version": "2020-08-13T10:24:33.499000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_69.json", - "uuid": "9005739b-11b7-410d-88ad-e05a765dabd9", - "version": "2020-08-13T10:24:35.320000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/d3c05176-1d0b-4ce1-b005-0af8c35129cd": { "name": "FCAImmP7316889_S1_L001_I1_001.fastq.gz", "uuid": "90072d5b-6333-43b5-a032-dbe72c3e38eb", "version": "2020-08-13T10:24:33.384000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2752979126, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c2fdcc28-3eba-40f7-aa9b-41a7f2630879", "crc32c": "fa31a9a4", @@ -4050,13 +1384,12 @@ "sha256": "7b4dcf0ba4ad66fff5907cccac643a5d978fa036de12306319e8be5685d5325e", "s3_etag": "3ad7845e2a7b53d40007c6e1398d1966-42" }, - { + "sequence_file/232c6da0-b86b-4995-8da1-a428211af836": { "name": "FCAImmP7198629_S1_L001_R2_001.fastq.gz", "uuid": "903e21c8-aea0-41fa-9d49-2574fb9d94ba", "version": "2020-08-13T10:24:32.661000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29568944094, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fb89d42e-84a2-4771-addf-036e22b5d411", "crc32c": "942a2b3c", @@ -4064,115 +1397,45 @@ "sha256": "9733bb3c8ff714e40c88e2162c18d6cd0bf79eea583dcf33f9330f77ae0459fb", "s3_etag": "45baf56975ca408786d7c33b2bb642b3-441" }, - { - "name": "analysis_file_46.json", - "uuid": "90465f43-bfdf-56d4-a9e1-7a765d60a1fe", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_27.json", - "uuid": "90ab9fe3-3847-4477-bff8-66db44610c92", - "version": "2020-08-13T10:24:31.677000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_70.json", - "uuid": "90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9", - "version": "2020-08-13T10:24:34.984000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_28.json", - "uuid": "91a5af73-4a8a-4285-bcbb-42344e18745f", - "version": "2020-08-13T10:24:31.527000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_47.json", - "uuid": "91caea03-3c9a-5ba8-9acc-3685e3a6062e", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_49.json", - "uuid": "9210ccdd-107f-4ef3-9a2d-f9c573788f43", - "version": "2020-08-13T10:24:37.787000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/e0b0252f-8351-5ce3-a804-632a1cd78d28": { "name": "27e030cc-b89e-41fc-b0c8-c3258a4b2c6e.bam", "uuid": "9237b659-a7c4-55df-8159-2a7d4a6ad458", "version": "2021-02-09T10:39:06.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 66992698678, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_507fc8a8-dea8-448d-a8f6-b99d6145c232", "crc32c": "250d98bb", "sha256": "c2b946b037a6558d87f9a44815770354d06a660431914c4076642e49112c927d" }, - { + "analysis_file/295db19e-bdcc-5428-a68a-e0de856c4522": { "name": "2e7e4b93-2d6c-4359-804c-f8ca1e21c31c.loom", "uuid": "93107fa2-26df-550c-b450-6269ccf0f5ae", "version": "2021-02-09T08:32:45.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1429598310, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6613496e-73a0-427f-9d60-8d9967ac47e8", "crc32c": "43ee58d0", "sha256": "eb90c3d50ce0ab1b6e3d28d285d2cb763bdb764b1824bd6e8efc0bf7cfbc4099" }, - { + "analysis_file/9b6d349f-774f-56e1-ab6b-938385c60a4f": { "name": "b1883730-3304-48c1-904b-eb90ab226168.loom", "uuid": "939adbf3-850d-591a-a2a8-0bf95c9dedda", "version": "2021-02-09T08:18:47.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1489412801, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1adcac3d-e01f-412e-ba04-59865b2d9b20", "crc32c": "ef7c991d", "sha256": "b5fbff605f99e13e9920afc4d08b814128ab90b59465ecf835c69a6c7dc120e5" }, - { + "sequence_file/fa78c4ab-4057-45b1-8266-af045ae28535": { "name": "FCAImmP7316892_S1_L001_R2_001.fastq.gz", "uuid": "93a4f15c-e388-4c42-b47a-5f7286793186", "version": "2020-08-13T10:24:33.552000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 28269232850, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3b387d39-9f87-42c6-82d9-142abb485122", "crc32c": "dcd651c1", @@ -4180,57 +1443,12 @@ "sha256": "e781d071e22dcd41834b2e95beae3dcc398a6a2d0594af7faff6ac060df10d1c", "s3_etag": "ce0ee960590fe27d5105b91a00ae6c00-422" }, - { - "name": "sequence_file_71.json", - "uuid": "9403a717-07d2-4510-9f19-77d41747c188", - "version": "2020-08-13T10:24:32.906000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_6.json", - "uuid": "9417041b-2952-41d5-b0d8-b42694f4fd4a", - "version": "2020-08-13T10:24:30.739000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 950, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_8.json", - "uuid": "94259313-d341-4b1f-b9cc-48a760d81c19", - "version": "2020-08-13T10:24:31.072000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_72.json", - "uuid": "9447492f-3a6a-4f33-a128-605686ae6d65", - "version": "2020-08-13T10:24:34.187000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/a3bef94d-a68f-43d4-8cb8-58977b20f849": { "name": "4834STDY7002878_S1_L001_R1_001.fastq.gz", "uuid": "9487afae-0606-40f8-9770-2bfbc9635829", "version": "2020-08-13T10:24:32.067000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 34186133752, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7174b07a-bbc1-4796-9071-a52800c2db12", "crc32c": "091840f1", @@ -4238,36 +1456,23 @@ "sha256": "474ec32bd0f67a9550afe7602fbafde0efaae4e5cffdb0e6296af97bdaca8291", "s3_etag": "f41214428524b158cf9f6b99f39127dc-510" }, - { + "analysis_file/489c7fd9-1ac8-5b78-a91d-a44761f9d6e0": { "name": "e7b60260-7ae4-4d5a-b1a4-51622467e4b3.bam", "uuid": "949f9f56-27b9-59dc-9263-6792dfdc964b", "version": "2021-02-09T09:15:47.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37197953325, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f379bb72-faae-47a2-a757-9d5301fafe75", "crc32c": "ca73b12e", "sha256": "d01416ffd22ccbf7088da98d8aec8842ea6168128a432f477f57eac51b2739c1" }, - { - "name": "process_50.json", - "uuid": "951a8ffc-69c5-4f7c-8ee8-39b76171f630", - "version": "2020-08-13T10:24:42.092000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/da490be5-56d8-4510-a3c9-c256666fbe4d": { "name": "FCAImmP7528286_S1_L001_I1_001.fastq.gz", "uuid": "95c3bed5-a62e-4d0b-aaec-dc931cb779ce", "version": "2020-08-13T10:24:34.921000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2644720206, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_40689d99-e0e4-4637-ab3d-29ac7cf29496", "crc32c": "1f131d31", @@ -4275,13 +1480,12 @@ "sha256": "82a8fb3aafe0fcec277e8d9d6694893b4d13e3e981bad6fb491d62dc382c5718", "s3_etag": "3572b88b3664945ee00bb962101e9052-40" }, - { + "sequence_file/69f04b25-c698-4a6e-aff3-7bccc1e969b7": { "name": "4834STDY7038750_S1_L001_I1_001.fastq.gz", "uuid": "96540aa6-2fd5-4102-9b5c-ea0766c3989d", "version": "2020-08-13T10:24:32.339000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 5473797659, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9d24fef4-d7ac-42bd-8754-376642d97679", "crc32c": "bc1f78d2", @@ -4289,24 +1493,12 @@ "sha256": "ef7adc3ffc8b9d0d5a3bf7869c684f18b1253fa3717629dc157cf53b5f5ccd50", "s3_etag": "2a2a86bff18315a33af72538152d8574-82" }, - { - "name": "sequence_file_73.json", - "uuid": "96cbabdb-30b4-4c71-9250-bb7efcd9ee1e", - "version": "2020-08-13T10:24:35.358000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ea99b549-cd95-445b-a796-a4ccd992491d": { "name": "4834STDY7038750_S1_L001_R1_001.fastq.gz", "uuid": "96d0d820-8df2-47b6-8091-3b0a234c5688", "version": "2020-08-13T10:24:32.351000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 31604322898, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_4cccdd0c-adeb-4d23-8abb-cb9f91f9d4fc", "crc32c": "737b2a70", @@ -4314,47 +1506,23 @@ "sha256": "51b70002403b8a1ecd7346c6b8a502c5cc5ab04354406f99b6a587a16f33dc4a", "s3_etag": "b5c45e68318edf665b6080d514f2b7cb-471" }, - { - "name": "process_51.json", - "uuid": "96d2674c-2f8f-4495-b95f-a6be448ba8fb", - "version": "2020-08-13T10:24:39.020000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/e6a532d6-bba0-5304-809c-5fc5f8373529": { "name": "42b114bb-27ee-4415-b046-7ee5581adc27.bam", "uuid": "9774fb4a-ead0-55a7-b924-d8a5bd83bbcf", "version": "2021-02-09T09:16:35.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37171815921, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_de044165-6e46-4bde-8761-780ef577dd91", "crc32c": "29f9c047", "sha256": "fde653a0b1232fb865489fe0c4fa20e46b67722a21f4a3298cfb73767025c936" }, - { - "name": "sequence_file_74.json", - "uuid": "97ab1a9b-43d0-443d-b25c-228f79cb5666", - "version": "2020-08-13T10:24:32.834000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34": { "name": "FCAImmP7555847_S1_L001_R2_001.fastq.gz", "uuid": "98890737-779e-436b-a305-4c2512de56b9", "version": "2020-08-13T10:24:35.184000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 26524646588, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ddaea5ad-452a-4979-bb95-1c10e052b24e", "crc32c": "6a41c885", @@ -4362,146 +1530,23 @@ "sha256": "5b43db589d4558bb4e7def7425230228adead01f04ac417184eb3503e8bd5b0d", "s3_etag": "42dffda8f0794b5df365294f2e47494d-396" }, - { + "analysis_file/d41aa539-54ba-5f2e-bfd6-4c9905ee38a1": { "name": "0dd65ce8-29ba-4341-9a93-eb2ca1f06c72.bam", "uuid": "98df7492-84a8-57f5-ad48-d8072c5f595a", "version": "2021-02-09T09:21:44.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37546376084, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7b10b449-d20e-478e-8182-9689f849080f", "crc32c": "99f17ac7", "sha256": "5b85bc7651d5633b89354073a0334467f301811ba83025fca8fb6c6dc4228d81" }, - { - "name": "analysis_process_19.json", - "uuid": "98f74c7b-abd8-4adc-b68f-f68aa5d3e58c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_20.json", - "uuid": "997fecc1-cc72-4357-9a33-8aa2be30d96b", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_75.json", - "uuid": "99985ea4-d29e-4357-9879-99440a002b49", - "version": "2020-08-13T10:24:33.604000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_76.json", - "uuid": "9a4277c3-806b-4906-a777-613f01a51003", - "version": "2020-08-13T10:24:33.031000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_48.json", - "uuid": "9b6d349f-774f-56e1-ab6b-938385c60a4f", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_49.json", - "uuid": "9baa3062-0022-53e2-a3df-14df08c4c66c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_52.json", - "uuid": "9bb08d39-3957-4ff7-a20d-cc45a1cb38ab", - "version": "2020-08-13T10:24:41.954000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_77.json", - "uuid": "9c25532b-bbac-408a-8b3b-4d7f565f11b9", - "version": "2020-08-13T10:24:32.624000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_78.json", - "uuid": "9c6fffe5-0f64-4325-8e2f-8be4fa5417b9", - "version": "2020-08-13T10:24:33.526000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_79.json", - "uuid": "9d578de9-08fb-47f8-9bc4-77e9577965e7", - "version": "2020-08-13T10:24:33.485000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_53.json", - "uuid": "9d8ad642-95f5-4574-b9fd-a22f147f3809", - "version": "2020-08-13T10:24:41.585000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/26131c11-6186-4b1a-b37d-fb12515622bf": { "name": "FCAImmP7352194_S1_L001_I1_001.fastq.gz", "uuid": "9eb9a3ac-8d35-4ac8-af2a-9272ffa13b97", "version": "2020-08-13T10:24:34.175000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2695339160, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f114568a-30a8-4041-9dfc-eace4ecfdcf0", "crc32c": "2e172bb1", @@ -4509,102 +1554,23 @@ "sha256": "776b0280fb8687177d1710fd63708f68a12f4941a66dd56eaab2bdcffc606e60", "s3_etag": "7eaed8f3803ba95fb28b92978e383306-41" }, - { + "analysis_file/1da5525c-2986-510e-9890-748b232ad65e": { "name": "be7a2637-26cf-48ba-bfc5-52fa945d2d88.bam", "uuid": "9f54e4ee-7b4c-57df-803a-d960b5da3887", "version": "2021-02-09T09:16:22.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 40477878537, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fd43bb1b-9a0f-4ce7-b78d-c895e548ccac", "crc32c": "3c606ed1", "sha256": "a00ef69e48bbde334b0dd5d8770d555140fdd9d5e2c66ccc42a50bc33a7f6978" }, - { - "name": "process_54.json", - "uuid": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", - "version": "2020-08-13T10:24:35.817000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_55.json", - "uuid": "a0cf7b57-f8ac-4591-bfe5-a9a2b7416057", - "version": "2020-08-13T10:24:35.901000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_56.json", - "uuid": "a0e661e2-dac9-4004-9605-8307c15f831d", - "version": "2020-08-13T10:24:42.170000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_50.json", - "uuid": "a0ea22e2-cab6-506d-8211-bb479591a04c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_51.json", - "uuid": "a1dbe553-ade6-5ce4-b9f9-77c740891c97", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_57.json", - "uuid": "a2653332-1aab-49d6-8da8-b5c5fe004e70", - "version": "2020-08-13T10:24:35.770000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_80.json", - "uuid": "a3bef94d-a68f-43d4-8cb8-58977b20f849", - "version": "2020-08-13T10:24:32.067000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/7efd8179-7a9a-4ef1-b199-46f94581cb1a": { "name": "FCAImmP7316890_S1_L001_I1_001.fastq.gz", "uuid": "a42125f1-93c2-40c3-9247-ad419a2527e7", "version": "2020-08-13T10:24:33.438000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2606430396, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6e189345-cf7d-4dc2-b967-bce909a60daf", "crc32c": "e8bb45c5", @@ -4612,70 +1578,34 @@ "sha256": "91e01365791dc3b2c665b5244b1265d61c45716f3183bb33326c4fb4e86a824a", "s3_etag": "3d9ede6ba99224ae4bb451dc8131dd31-39" }, - { - "name": "sequence_file_81.json", - "uuid": "a428e47e-0081-497b-9c8a-7c852f4eb103", - "version": "2020-08-13T10:24:35.333000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/81f56ff9-36eb-5897-b2e7-318c075ecbc8": { "name": "1d732738-9b3b-4393-920a-a3dd2ff6f7e1.bam", "uuid": "a4d115b6-9e08-51fd-9f66-20805421a8db", "version": "2021-02-09T08:06:08.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38529883052, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9b14d584-d798-4c14-aa36-2c25435eee7d", "crc32c": "9625ab49", "sha256": "7f808c1b58bc7f972cc995c6e95e468faad625f2d56ffbd347171d9c5febdc68" }, - { + "analysis_file/b7f87bc7-bb85-5bd8-beae-1d14cd6846ef": { "name": "b7914794-f8a7-4fba-bb5b-10536eac7d8b.loom", "uuid": "a5a6d033-de94-515c-a742-68e6e1188c2c", "version": "2021-02-09T08:52:45.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1725559169, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_90b4289c-1b72-4719-b3ec-61c930fd656f", "crc32c": "ead979ce", "sha256": "382ad9e9d0545e42d8ea800cf7d4c0fe91a14cb432e58fcc86a13b3f9414b082" }, - { - "name": "cell_suspension_29.json", - "uuid": "a69fcb4d-a7ec-4101-9e5a-1959bc3265ae", - "version": "2020-08-13T10:24:31.575000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_58.json", - "uuid": "a753faac-75d8-442d-a44d-b0320ba88fe0", - "version": "2020-08-13T10:24:41.439000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/39c59048-bac9-4b5b-935b-75b150931f41": { "name": "FCAImmP7277561_S1_L001_R1_001.fastq.gz", "uuid": "a7708bfc-0d3d-4c87-bea3-34790a7aad2c", "version": "2020-08-13T10:24:33.086000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7932249292, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_509c3002-913e-4403-af5c-e9fdd912b383", "crc32c": "1f2c4145", @@ -4683,90 +1613,12 @@ "sha256": "9ca0b9a333dabc8c1a1de31efb0b4f10f1628cb0338b1db203daef14957314bc", "s3_etag": "c36b18744bd09a554f8cb80179174de3-119" }, - { - "name": "cell_suspension_30.json", - "uuid": "a7738486-8b11-4e05-a004-6c931569972f", - "version": "2020-08-13T10:24:31.188000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_52.json", - "uuid": "a78f0746-6eed-5b0e-9772-aab4bceec02c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_59.json", - "uuid": "a81da3e0-7245-44e8-8034-b9ebab1fcf2f", - "version": "2020-08-13T10:24:36.075000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_31.json", - "uuid": "a8674039-068d-4560-aa99-b9481239d4fb", - "version": "2020-08-13T10:24:31.205000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_21.json", - "uuid": "a87c5838-140e-40f4-97b0-591aecbe1b3c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_60.json", - "uuid": "a9c40eb8-24b6-4436-a3d3-e8035e84f6ae", - "version": "2020-08-13T10:24:42.991000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_61.json", - "uuid": "aa76f640-744e-4c50-92af-33c7f54fc7ee", - "version": "2020-08-13T10:24:41.649000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/384733f9-328f-4b3f-b201-9489ae09f5de": { "name": "FCAImmP7277561_S1_L001_I1_001.fastq.gz", "uuid": "aa7c5481-5b46-4267-bcfa-0940dad1bf1c", "version": "2020-08-13T10:24:33.060000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2537235360, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_94040803-02b3-44a5-9a8a-0f068639032a", "crc32c": "2e2f20dc", @@ -4774,13 +1626,12 @@ "sha256": "4fe5f933dec582fa48bf060dc5ed972b74fd1a2dc97dff1a5a517f1f534dfb76", "s3_etag": "a086ad56c8942d6fb68b48ca64ca5720-38" }, - { + "sequence_file/afe45faa-e5e1-4cf8-8d79-4092dca736bd": { "name": "FCAImmP7179363_S1_L001_R1_001.fastq.gz", "uuid": "ab5743e9-3eef-48c8-83f4-8458071fb7f4", "version": "2020-08-13T10:24:32.503000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8061388633, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3cbbd837-be9e-4771-8778-845c99a8893c", "crc32c": "ef0d337b", @@ -4788,36 +1639,23 @@ "sha256": "d917c381ac2a61ad8e9bf1a75c410ed9ce1a8d4ddd0b2e4938cd85f98a2d4615", "s3_etag": "4d7d8122f05534572e160a9c489ddf3c-121" }, - { + "analysis_file/4a28b164-2d5a-5232-946a-ac70276036b5": { "name": "08b799a0-59d8-4c69-87b3-fd239aef4197.bam", "uuid": "ab887fca-e9b8-529c-9fe2-93595435858d", "version": "2021-02-09T10:23:06.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 69828774828, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a3f8888a-b975-4bba-87bf-2c0b5e4584c5", "crc32c": "e682591d", "sha256": "5826d5b4d61d940252f23006100da6a6e5e77eada00b4fbaa124f8aaec1f8822" }, - { - "name": "enrichment_protocol_1.json", - "uuid": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea", - "version": "2020-08-13T10:24:31.902000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 634, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/38b67b47-7ef3-4e9e-88e1-3a8376769eb0": { "name": "FCAImmP7579210_S1_L001_I1_001.fastq.gz", "uuid": "ad5b6061-910a-44d0-b8e6-7294d8b9e6d7", "version": "2020-08-13T10:24:35.268000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2771712478, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_445b501b-2630-485f-a38a-b0b1f2ab075c", "crc32c": "5029ff14", @@ -4825,113 +1663,23 @@ "sha256": "deaa8e19d29aba886f3f514d9e43ccad547c9205173b1b34e3af205d781ff791", "s3_etag": "fb9714e64339d2f9029497d089bed4ab-42" }, - { - "name": "specimen_from_organism_9.json", - "uuid": "ae073235-e422-4c3a-8bf4-9892d6e769b3", - "version": "2020-08-13T10:24:30.849000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_32.json", - "uuid": "ae38fa93-e50c-4033-a1e9-ac404ede7380", - "version": "2020-08-13T10:24:31.761000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_7.json", - "uuid": "ae71343b-df16-49a3-829d-a6e61afdc079", - "version": "2020-08-13T10:24:30.711000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 954, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_62.json", - "uuid": "aeaa76b1-161d-4d9f-a520-d30e87d9c1d9", - "version": "2020-08-13T10:24:41.802000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_82.json", - "uuid": "afe45faa-e5e1-4cf8-8d79-4092dca736bd", - "version": "2020-08-13T10:24:32.503000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_53.json", - "uuid": "b13f3346-158d-5509-bc82-3aed1b2c23be", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_63.json", - "uuid": "b1883730-3304-48c1-904b-eb90ab226168", - "version": "2020-08-13T10:24:42.179000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_64.json", - "uuid": "b2b1e2e5-b9f9-4a5f-91c5-ea7cda58cffe", - "version": "2020-08-13T10:24:40.179000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/b4f3e64c-ff38-5dd3-8656-ee8c06b1c673": { "name": "7fa6adde-000d-4360-9f45-2b5da4721f70.bam", "uuid": "b2f7c6e9-087c-5f95-b2c2-6aa9cce695ff", "version": "2021-02-09T09:36:18.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 37432413492, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_384ab538-2298-4dd0-9e7e-e9f9b646cea3", "crc32c": "eb901da6", "sha256": "ac4592e9cbcaeb1bc4e86fd3f864737f11e8ef0c1eb04af63128aa74eabca72d" }, - { + "sequence_file/9447492f-3a6a-4f33-a128-605686ae6d65": { "name": "FCAImmP7352194_S1_L001_R1_001.fastq.gz", "uuid": "b35f53c9-bb50-487e-9548-7961c3e63170", "version": "2020-08-13T10:24:34.187000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8374506413, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_058ef571-0842-4255-a4b2-290c6b20be84", "crc32c": "c7e7b5b6", @@ -4939,57 +1687,12 @@ "sha256": "7ae80d1bc2cf67eb4ead85237763e32142ee0573e1dc629ee384bd13195250bb", "s3_etag": "78335fc7178c5bf74c29adabcef0c75a-125" }, - { - "name": "analysis_process_22.json", - "uuid": "b486e644-c56d-4209-b7c7-e56c527306b2", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_65.json", - "uuid": "b49fb5d4-6f31-4b7d-827e-bc09ed30a167", - "version": "2020-08-13T10:24:42.112000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_83.json", - "uuid": "b4d16fe2-eeac-4a26-9cc3-17414b87f3b1", - "version": "2020-08-13T10:24:32.612000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_54.json", - "uuid": "b4f3e64c-ff38-5dd3-8656-ee8c06b1c673", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384": { "name": "FCAImmP7555846_S1_L001_I1_001.fastq.gz", "uuid": "b544dfff-faa5-4579-b4be-fccb8cf972a4", "version": "2020-08-13T10:24:35.124000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2813852808, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_06f09e02-e0d9-43ce-80a3-8a572d61ec00", "crc32c": "b8d01ea7", @@ -4997,68 +1700,12 @@ "sha256": "749000111a560a414496e85dae4c24ded0a14c124e709c0140b6f65d19103399", "s3_etag": "ae13fe00729cf7573a69c73d9d15ddf5-42" }, - { - "name": "cell_suspension_33.json", - "uuid": "b5e9df12-e333-4754-a01b-c83c4b8f644a", - "version": "2020-08-13T10:24:31.702000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_84.json", - "uuid": "b61e4f40-1742-4bbb-a20d-78a934c5f8de", - "version": "2020-08-13T10:24:34.100000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_66.json", - "uuid": "b7914794-f8a7-4fba-bb5b-10536eac7d8b", - "version": "2020-08-13T10:24:42.241000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_55.json", - "uuid": "b7f87bc7-bb85-5bd8-beae-1d14cd6846ef", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_10.json", - "uuid": "b8912f33-12a7-4bf8-9f25-e91fbc77517c", - "version": "2020-08-13T10:24:30.976000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4b06739c-d81c-45cd-825f-cc5145f15065": { "name": "FCAImmP7579210_S1_L001_R2_001.fastq.gz", "uuid": "b913fbad-c5fa-473c-b4a9-ae94e3490593", "version": "2020-08-13T10:24:35.294000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 28826974589, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fbd1ce3a-9b08-4858-9c48-df24261eceb6", "crc32c": "225c5259", @@ -5066,90 +1713,12 @@ "sha256": "949f383e13ec273d0e3cb585084540cd61dd46629f108661e5c528dc58c8c8fe", "s3_etag": "91037e801be9c3e425547c7b258797aa-430" }, - { - "name": "process_67.json", - "uuid": "b92aadd5-3603-4e12-a92d-22e1f9757361", - "version": "2020-08-13T10:24:41.422000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_56.json", - "uuid": "b9877824-638a-5fde-8196-70317fa1cc19", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_23.json", - "uuid": "b9b49dd4-471a-4364-bc72-acaa1bcb633d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_8.json", - "uuid": "ba005942-3abb-4988-90a4-57747fb05b8b", - "version": "2020-08-13T10:24:30.782000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 956, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_85.json", - "uuid": "ba276a56-3bdf-42ff-93f4-2920c3a288f9", - "version": "2020-08-13T10:24:34.934000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_86.json", - "uuid": "bb2d6938-f6ad-461b-8fa4-eca0e4c040b2", - "version": "2020-08-13T10:24:35.011000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_87.json", - "uuid": "bb2edf45-1041-4e38-9ace-ec922a747f80", - "version": "2020-08-13T10:24:32.528000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/756f8cce-2d70-4c53-a893-e26d556f0f06": { "name": "FCAImmP7462239_S1_L001_I1_001.fastq.gz", "uuid": "bb8154f5-e9c7-41d1-84dc-bf95c66a9946", "version": "2020-08-13T10:24:34.365000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2725428706, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ed96c39c-ac5b-4265-854b-2773795406ac", "crc32c": "68fdd3fd", @@ -5157,79 +1726,12 @@ "sha256": "6cd7dd0c0255d91fd2f448d420fa8ac0a40ebcff5e9017e3d1e1934375c8d8b1", "s3_etag": "2806dff0c7788ad5ccdb64f40b416fff-41" }, - { - "name": "analysis_file_57.json", - "uuid": "bbb02342-bad3-5d6c-89fa-1cbaf2e7b5dd", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_58.json", - "uuid": "bc454c4f-c3b4-565f-be09-44d7523a80de", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_68.json", - "uuid": "bc583c0e-4336-43d4-a7da-dc7e1f72b50b", - "version": "2020-08-13T10:24:42.220000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_69.json", - "uuid": "bc5ba4f6-a3f1-4156-830f-11228df251bc", - "version": "2020-08-13T10:24:43.121000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_24.json", - "uuid": "bc6bf485-351c-47c7-9837-d564bd32699b", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_25.json", - "uuid": "bcee0e35-49c4-4af1-b202-eaf4df226025", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/1a17a213-3a73-4af8-a105-6e5b3d056263": { "name": "FCAImmP7555847_S1_L001_R1_001.fastq.gz", "uuid": "bcf87efd-2880-49ed-abec-7a176c51ede7", "version": "2020-08-13T10:24:35.172000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8019487890, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0ceddb9b-834e-4554-b0d4-e932e1083857", "crc32c": "2ca4c9b3", @@ -5237,13 +1739,12 @@ "sha256": "d796d1e443fde7ab9d102a2ec60ad8d2436a33f1f26ff50e08d27189a73ae27e", "s3_etag": "ce3ab30561224ded81613129f33f4c43-120" }, - { + "sequence_file/28f5f863-26d9-4ca8-abb3-705d369250e7": { "name": "FCAImmP7316894_S1_L001_R2_001.fastq.gz", "uuid": "bd1a2c8e-dc02-4167-8c73-ffe00e96a42c", "version": "2020-08-13T10:24:33.628000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29501970647, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6b9e121a-227e-4a04-9f50-d56cfddf5cb0", "crc32c": "d28c822b", @@ -5251,24 +1752,12 @@ "sha256": "5212c8dd34703ea7de4ae5cdb73da036cf0e7d2131996096d734b8413c83b18f", "s3_etag": "1b1d2ffb22f211139bc1235109249d81-440" }, - { - "name": "process_70.json", - "uuid": "bd90d9bf-cf73-407b-8e3a-07ef2f9c2fd8", - "version": "2020-08-13T10:24:36.136000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/be3cffb9-150a-4a1e-8f4b-a0afde4eea5a": { "name": "FCAImmP7528286_S1_L001_R2_001.fastq.gz", "uuid": "be3b1c9a-c417-4c4f-956f-e1162da429b6", "version": "2020-08-13T10:24:34.958000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29083825534, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_49f21b80-1466-4160-beec-8a93868c391d", "crc32c": "9253dbdb", @@ -5276,46 +1765,12 @@ "sha256": "6ef549c71a14061b4c4265f80f9965a6014fd37866ed409b406e19ba448af35d", "s3_etag": "5b1d7c8f8ea2f5951f6da235149171f6-434" }, - { - "name": "sequence_file_88.json", - "uuid": "be3cffb9-150a-4a1e-8f4b-a0afde4eea5a", - "version": "2020-08-13T10:24:34.958000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_71.json", - "uuid": "be7a2637-26cf-48ba-bfc5-52fa945d2d88", - "version": "2020-08-13T10:24:42.576000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_11.json", - "uuid": "bed46309-3752-4115-a307-8c20d93dce55", - "version": "2020-08-13T10:24:31.063000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/49a158d2-9786-4f54-bac9-67244497c9c9": { "name": "FCAImmP7352195_S1_L001_R1_001.fastq.gz", "uuid": "bf81010d-b56b-4f0e-9fbc-4a27b9901908", "version": "2020-08-13T10:24:34.230000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8326409166, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dd60a727-5108-474a-ace9-9ece332cfbe1", "crc32c": "6b83ece4", @@ -5323,113 +1778,23 @@ "sha256": "1c97bfa720e6f6b565f4aea7bbeb2d80c3592293df2e7ff6498bdae91f8b0c05", "s3_etag": "92438302dab957869ceb35382d680318-125" }, - { - "name": "process_72.json", - "uuid": "bfac08a4-0266-4d6b-b8a4-24b57f560017", - "version": "2020-08-13T10:24:41.338000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_73.json", - "uuid": "c0c71843-6831-4e91-90cf-cb31d4a4b277", - "version": "2020-08-13T10:24:35.694000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 351, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_89.json", - "uuid": "c0e0476d-b0c5-434b-9c33-92e52900341d", - "version": "2020-08-13T10:24:34.340000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_90.json", - "uuid": "c1102423-264b-4668-9e09-39b105474d6f", - "version": "2020-08-13T10:24:35.136000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_59.json", - "uuid": "c1770287-3376-5cc1-a2a2-9676e7f5716e", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_60.json", - "uuid": "c18f9014-7086-5216-a73a-e37af51f2bbb", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 470, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_26.json", - "uuid": "c1ab22ca-2289-4384-82be-a3f16bdf113d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/561a5c40-9014-5bce-b48b-a2df2687b562": { "name": "3381994d-5624-4f5f-a574-01ad099c448c.bam", "uuid": "c2088136-2f49-5833-b397-16e27d741b5f", "version": "2021-02-09T08:58:30.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 35795762149, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9d65c949-0eda-4ee7-a06f-90df40b68410", "crc32c": "bbd4b704", "sha256": "168661b3777b0cc21228e13f36bad2c4a562a17a8e31b67b1b5fb84bd6c68619" }, - { - "name": "sequence_file_91.json", - "uuid": "c27ebc26-f0b4-4f42-8b10-061fb04f77bd", - "version": "2020-08-13T10:24:33.471000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9d578de9-08fb-47f8-9bc4-77e9577965e7": { "name": "FCAImmP7316891_S1_L001_I1_001.fastq.gz", "uuid": "c2b3e37f-511e-4e8d-a1b1-ab510204bfcf", "version": "2020-08-13T10:24:33.485000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2631996916, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e79f0bde-37ec-425c-a804-8134646898e8", "crc32c": "d61e54e1", @@ -5437,46 +1802,12 @@ "sha256": "76347112ae421317bec0d5ec9972d4ecdcc7463b98a10c18a7de75fdf6e71791", "s3_etag": "1c77db5ecc58fb769618f4e6ae648bcc-40" }, - { - "name": "process_74.json", - "uuid": "c301901f-95cd-4a3e-a4df-761fa21e92af", - "version": "2020-08-13T10:24:42.103000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_92.json", - "uuid": "c30c31d2-ccfb-4651-8b78-a25a23ab4e95", - "version": "2020-08-13T10:24:32.079000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 619, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_61.json", - "uuid": "c31aecba-db6a-5229-a729-66269d90ee8a", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d": { "name": "FCAImmP7198631_S1_L001_I1_001.fastq.gz", "uuid": "c375c822-c26f-4196-9d4d-586d063a9583", "version": "2020-08-13T10:24:32.709000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2687326692, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_053ddc57-64a6-4d71-9366-a398f6231137", "crc32c": "d5974d2d", @@ -5484,116 +1815,56 @@ "sha256": "cf660ae1ef55fe01b2c929c74919042f2de369122938099fd2d4eb43f50103fe", "s3_etag": "2c5760cb790a359354cc583d7fa19de0-41" }, - { - "name": "sequence_file_93.json", - "uuid": "c50f0504-73bc-4bd6-8ed3-1dcf0b60549f", - "version": "2020-08-13T10:24:35.148000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/d9b006ee-9626-517f-baed-e6c7bc8a8686": { "name": "e23d96b7-a271-403e-a29e-b2bdb1949070.loom", "uuid": "c5674446-c1fa-5509-a077-a296cf1df801", "version": "2021-02-09T07:18:44.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 979209160, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_92321fe8-831c-419c-8129-198781ffa3c6", "crc32c": "b1d3e0d6", "sha256": "a95c5b191e7a0085af5df55c618d9766b2538c82df0a011bf365d13eecf616a4" }, - { - "name": "cell_suspension_34.json", - "uuid": "c57bdaec-21df-479e-857e-ddb6f5f78f95", - "version": "2020-08-13T10:24:31.749000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_62.json", - "uuid": "c5ab8014-5630-5ce5-9aaf-247e12d4ef6d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_27.json", - "uuid": "c6ca5e48-0be8-4b66-ac11-6e25511afe2a", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/dc9ec562-3a71-5e42-b486-4f846ff7fcc0": { "name": "e7b60260-7ae4-4d5a-b1a4-51622467e4b3.loom", "uuid": "c6ce7598-aa0e-5689-b8c3-55109c076a94", "version": "2021-02-09T09:09:17.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1746029403, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_27c10e50-d47c-4818-bd73-1d5babde7092", "crc32c": "6b83b07d", "sha256": "1d1ae07bd6b0b1489a4c4c57ab482ea118023e3f1c37c0078ed78678c0d76603" }, - { + "analysis_file/33055074-248b-57fe-99fd-b5deab653ac0": { "name": "7f0f3ad8-9052-4003-ac7d-4e2e509b85f5.bam", "uuid": "c7101d0a-844d-580c-b7bf-7223131713e5", "version": "2021-02-09T09:14:03.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 40638797476, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_799ac6e1-1353-46ed-88cf-4c4ed89b483e", "crc32c": "8b5edab1", "sha256": "3528217e3ebd6f758c3707173ff291db40e7fa9f61ec8817c0cd067846190e7b" }, - { - "name": "sequence_file_94.json", - "uuid": "c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4", - "version": "2020-08-13T10:24:34.125000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7": { "name": "7f0f3ad8-9052-4003-ac7d-4e2e509b85f5.loom", "uuid": "c7c7643a-be8f-5f84-92ee-26da94393427", "version": "2021-02-09T08:39:32.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1739218903, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_c742690a-33f9-4600-91ce-a79b0d766778", "crc32c": "9801aa22", "sha256": "25da087f999963bd296cfcb3f91680a79a88268fdbd4946111e59ecaac78c22c" }, - { + "sequence_file/c1102423-264b-4668-9e09-39b105474d6f": { "name": "FCAImmP7555846_S1_L001_R1_001.fastq.gz", "uuid": "c88c5a0e-73be-495e-a082-a28db1b1eae2", "version": "2020-08-13T10:24:35.136000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8754921371, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9b5a2347-a15b-40a9-9321-f7dcdc30c17a", "crc32c": "4cbe4aa1", @@ -5601,24 +1872,12 @@ "sha256": "f4ba68dc01c7e9a275edfd1cc81b60b13b7608b19ded95ee14d0ba2287dfd09b", "s3_etag": "97169cf73536398646459095973addb3-131" }, - { - "name": "cell_suspension_35.json", - "uuid": "c8d8c14f-4e5e-4911-a386-391fd1153969", - "version": "2020-08-13T10:24:31.267000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/3e6ac46b-1d9d-4c91-b5df-e583208357fe": { "name": "FCAImmP7528288_S1_L001_R1_001.fastq.gz", "uuid": "c98d43fa-1032-4085-be11-1950c5a6856e", "version": "2020-08-13T10:24:35.024000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8271806821, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0cfdf6c3-e7ba-48d7-af09-829958a14a07", "crc32c": "edcba28b", @@ -5626,49 +1885,45 @@ "sha256": "1ea528da4991b9037e8aa9d21833a59f53234c239b99c58434ee0aaef14889b9", "s3_etag": "daaef83e273ffec3052ab2693396581b-124" }, - { + "analysis_file/e3735012-e613-5a77-b38e-68fb27f9fdd7": { "name": "7229676a-4449-4a2f-ac97-284eb599841c.loom", "uuid": "cbb508b9-a20b-52a1-bf55-026c692c9fcf", "version": "2021-02-09T09:01:07.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1833252406, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6cfe6b41-3c09-4129-a886-a94a2900cb4d", "crc32c": "63a21c33", "sha256": "045b2791c30152e179ad697438465280a912151054174ed84684f83ee36d073f" }, - { + "analysis_file/2b64aedb-2563-547f-ba70-aa9b8c1d5d3f": { "name": "22ccc95d-d789-4398-a790-83f86bb420d8.loom", "uuid": "cbbeeabb-18e8-52bd-896e-af4ed76b1ca7", "version": "2021-02-09T08:39:50.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1807104323, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8aba3d87-55c8-4921-9834-eef52ae91525", "crc32c": "7144c6ad", "sha256": "6aae2cf3de8d72fb8a980242bab4109df127e7338829732c927c880e2bf282c9" }, - { + "analysis_file/8848e80d-192f-5c47-bb3e-ef0d519e1761": { "name": "a0e661e2-dac9-4004-9605-8307c15f831d.loom", "uuid": "cbc3aef2-aa4d-5cb2-8e23-4e83195f29d4", "version": "2021-02-09T08:23:48.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1461642406, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f6ecaca2-a86c-43fa-a9ae-154a3c22dc76", "crc32c": "1b9fb227", "sha256": "632320434b80d7076a222d06182d23ebeb38e4a5398bd66da8e28f55c455fee3" }, - { + "sequence_file/dabbfa84-9a92-448a-a09f-8a2eaf13b958": { "name": "FCAImmP7316893_S1_L001_I1_001.fastq.gz", "uuid": "cc38ed0e-ac2c-4d75-99a0-8e2ab7e4256e", "version": "2020-08-13T10:24:33.567000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2528997831, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0b075972-2ccb-450d-81d0-229543ea824f", "crc32c": "428e58e4", @@ -5676,47 +1931,23 @@ "sha256": "820cc649fd2f9ea307e0e59819a67b5c4dd63b2067e5a74a5c9a7538b05fd617", "s3_etag": "e00d24d3b81c33a77630fa565cf4dd1f-38" }, - { - "name": "analysis_file_63.json", - "uuid": "cc430c2e-f377-5651-aa5d-3dfa30b421cd", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_75.json", - "uuid": "cc78276c-f893-4aa3-996a-1c5dc2c351c6", - "version": "2020-08-13T10:24:36.056000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/90465f43-bfdf-56d4-a9e1-7a765d60a1fe": { "name": "2d0d630a-58dd-42f7-bd7e-579ebec98d48.bam", "uuid": "cd2174ec-d1f0-5cca-a5bc-5070f6736991", "version": "2021-02-09T08:06:02.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 36589711286, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bd384fa1-b892-4a0a-8b73-fb2f3b7b1fd5", "crc32c": "7a4f7b66", "sha256": "f36bac144ae4be81b2efccc8f5661f60426042dbcc0b19a4e23f2ffa68aadd63" }, - { + "sequence_file/15af1b4f-6944-4af6-8a2a-4fea163edde2": { "name": "4834STDY7002882_S1_L001_I1_001.fastq.gz", "uuid": "cd90e8e4-0fc5-4f26-86c6-cef5034f01d3", "version": "2020-08-13T10:24:32.196000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 5367717662, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_68fa3fff-3e98-4d72-a60a-aec8bdb36396", "crc32c": "cae7e932", @@ -5724,24 +1955,12 @@ "sha256": "60c32e0a7b609d83cf9c252fa6c90056e410a24d8f8a277083df6001f29308e1", "s3_etag": "c053f755982b3cd11a68b6f7bde54dae-80" }, - { - "name": "analysis_process_28.json", - "uuid": "cdba26d8-9b1d-471f-9a08-875a09cbb96b", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/807e13ad-b807-44b5-92c8-9057b858968f": { "name": "FCAImmP7198631_S1_L001_R1_001.fastq.gz", "uuid": "ce37ba6d-9b5a-4573-840c-ee6cec97de9e", "version": "2020-08-13T10:24:32.721000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8302306991, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_f400b4b8-1c0c-4071-87dc-739e412cf717", "crc32c": "dcb57b6b", @@ -5749,24 +1968,12 @@ "sha256": "8d8fc1bf87e005c06c536d335a15e9e7d5ef785ef3cc026a682b0c6942efc5bf", "s3_etag": "3df42a1fcd0408031c95a87c84a632eb-124" }, - { - "name": "analysis_file_64.json", - "uuid": "ce52572d-f7d1-585d-a54f-fc14297d19c0", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/529a01ff-db1b-4a8e-924b-8749387f5dcb": { "name": "FCAImmP7316893_S1_L001_R1_001.fastq.gz", "uuid": "cf419a69-a9d3-4973-88ce-06f4c22ae90c", "version": "2020-08-13T10:24:33.579000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8043294313, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_10dcc5ba-960c-4646-9247-c6937b4344cf", "crc32c": "54158af7", @@ -5774,57 +1981,12 @@ "sha256": "ee36efc4c8de7291c12de9c0f4813a1d318ef9eca1e1e32b939ad7aeb35eff96", "s3_etag": "b2531da9466375d048edd14f513ca0a1-120" }, - { - "name": "process_76.json", - "uuid": "cf6620a8-3a16-46fe-815b-039a8dde9e16", - "version": "2020-08-13T10:24:41.693000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_95.json", - "uuid": "cf835034-c34b-4b5d-aac6-8de2e280e959", - "version": "2020-08-13T10:24:35.036000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_77.json", - "uuid": "cfa1e5da-607e-49b6-aa0d-8f43702b971f", - "version": "2020-08-13T10:24:41.945000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_29.json", - "uuid": "d09272b0-2827-4b7b-9a8c-a63fec7376ca", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0f15fb43-c791-4113-a721-a9e3767e8f6d": { "name": "FCAImmP7316889_S1_L001_R2_001.fastq.gz", "uuid": "d0a991b4-440b-48ee-87bf-d5613ca9da8b", "version": "2020-08-13T10:24:33.420000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30281869308, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_bd4156db-bab0-4f0c-8134-d8c55b18af26", "crc32c": "1e38ec09", @@ -5832,68 +1994,12 @@ "sha256": "301de9a4552443cc305f278119b27d6a303eae7b05dc7eb08c3183da43d36943", "s3_etag": "450cc950037ce1e4e9beace7bc1518c7-452" }, - { - "name": "donor_organism_9.json", - "uuid": "d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5", - "version": "2020-08-13T10:24:30.629000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 925, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_65.json", - "uuid": "d1b3c364-8f6c-57d2-847c-1b22257f7e87", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_96.json", - "uuid": "d1bbc8a6-9320-4527-bca3-2dbb172bea38", - "version": "2020-08-13T10:24:32.399000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_66.json", - "uuid": "d2b3f3a1-b030-5c80-89d4-42a76db79127", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_30.json", - "uuid": "d2b4df36-221d-413d-8e9a-b233b72d3832", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/ffba13e2-0937-49b3-961a-2ce3055ad5c6": { "name": "FCAImmP7198629_S1_L001_I1_001.fastq.gz", "uuid": "d2fbc3ac-231e-4d92-b35d-a0b94a741937", "version": "2020-08-13T10:24:32.637000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2660951387, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_5a7db901-5469-46df-98ee-c18c5f699b38", "crc32c": "da177890", @@ -5901,24 +2007,12 @@ "sha256": "1b0b864520d6677140a32a5fd4a2e2f532dc9c3666dc43c3d672e886deef19be", "s3_etag": "c76b0dd7cc59940da4b75782416b3218-40" }, - { - "name": "analysis_file_67.json", - "uuid": "d3142cb9-7285-5185-a5a5-c63d5f3cade8", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42": { "name": "FCAImmP7198434_S1_L001_I1_001.fastq.gz", "uuid": "d335dc6e-1d93-471f-867d-9873d12a5b55", "version": "2020-08-13T10:24:32.564000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2606621962, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_94f359a4-7b77-4eb1-b94a-703a35644886", "crc32c": "9034c3aa", @@ -5926,13 +2020,12 @@ "sha256": "0cd103052225f5288ab3af636a136921b3988e0ae36dd00f01ebbc8fe021813d", "s3_etag": "72395fb53b187f1b8369f50c28a67509-39" }, - { + "sequence_file/d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc": { "name": "FCAImmP7352195_S1_L001_R2_001.fastq.gz", "uuid": "d3a27ec7-9a17-45d4-b853-4d1cd768856d", "version": "2020-08-13T10:24:34.242000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29054731201, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_47bbd010-565c-401a-bba2-50b5938ba62a", "crc32c": "7dcdd27c", @@ -5940,57 +2033,12 @@ "sha256": "40628733878464339e8f2ff8519ad8015b5ec23f8e774fc12685cbd5bda76f84", "s3_etag": "da9190e8554e35f834b8899ea61b3c0e-433" }, - { - "name": "sequence_file_97.json", - "uuid": "d3c05176-1d0b-4ce1-b005-0af8c35129cd", - "version": "2020-08-13T10:24:33.384000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_31.json", - "uuid": "d3c42b32-d484-458c-ad66-e7e9e7889ee9", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_68.json", - "uuid": "d41aa539-54ba-5f2e-bfd6-4c9905ee38a1", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_36.json", - "uuid": "d4b2569d-4f63-41c0-9a11-97068ee3ae68", - "version": "2020-08-13T10:24:31.722000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/de694c96-1135-4d40-a44c-88ca899d164c": { "name": "FCAImmP7528287_S1_L001_R2_001.fastq.gz", "uuid": "d50fce4b-6645-4c91-bac0-401728be36d8", "version": "2020-08-13T10:24:34.997000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30747994816, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fd6f1c2d-4e3f-4c7a-9c6d-51edce6ca2a1", "crc32c": "f598963e", @@ -5998,24 +2046,12 @@ "sha256": "89fef5accff1842c94eb312f3df65e4dae810f3a538bc46a1ee2547f4f337338", "s3_etag": "4631fadd9d7dba61943251c40f8f82ac-459" }, - { - "name": "sequence_file_98.json", - "uuid": "d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc", - "version": "2020-08-13T10:24:34.242000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/837fa4ab-745a-4a41-9fbf-0a4d1d1054d5": { "name": "FCAImmP7462239_S1_L001_R2_001.fastq.gz", "uuid": "d5b67ef8-2382-42b0-999e-baf1984141f1", "version": "2020-08-13T10:24:34.389000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 31484564592, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6e602e50-2565-4f5a-bee6-72888fc6ef14", "crc32c": "9d30fc3a", @@ -6023,13 +2059,12 @@ "sha256": "58a58d8c7e4878ee703105f0d3cd7f4348afb07725bc457e2773e7bc45947d28", "s3_etag": "92c281c893dc4da4e1a8e7e083bba124-470" }, - { + "sequence_file/41a13523-c45b-4546-8273-9321d9a2c250": { "name": "FCAImmP7316895_S1_L001_I1_001.fastq.gz", "uuid": "d64ce807-663f-4a74-89a5-55e313168f35", "version": "2020-08-13T10:24:33.639000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2715677737, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_d9985d54-10aa-44d9-b67a-7a11b9c33ed4", "crc32c": "9a7d8e5a", @@ -6037,13 +2072,12 @@ "sha256": "67db71e91f20956bad0f9b84dfb1331e3c7f113d03b4b79a7997d667c739d105", "s3_etag": "8b8f3a48c355159c160c4e0886b79964-41" }, - { + "sequence_file/1872f705-7ccc-42af-80c5-7645ccd2848c": { "name": "4834STDY7002877_S1_L001_I1_001.fastq.gz", "uuid": "d6505f32-dbd6-4d59-8fd7-0a303f7c1263", "version": "2020-08-13T10:24:32.019000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 5421199497, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_da792aa3-34c0-4be2-bb8c-ea92ab43bc19", "crc32c": "b99ebffb", @@ -6051,13 +2085,12 @@ "sha256": "2b430af1839e44588f69445a0d1be9a0d3d67914547e53442b9163fe89d75b53", "s3_etag": "ebd1add7b44bcd4acdbec81b2fc67f0e-81" }, - { + "sequence_file/a428e47e-0081-497b-9c8a-7c852f4eb103": { "name": "FCAImmP7579211_S1_L001_R2_001.fastq.gz", "uuid": "d6dea6fc-64af-4374-b6d1-383d51aaa00a", "version": "2020-08-13T10:24:35.333000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 27754150835, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b0801ff8-a5c5-4be3-92b9-f125bf3d15a7", "crc32c": "d78ade9f", @@ -6065,13 +2098,12 @@ "sha256": "e1fb69509c1788b77b8e280f6c15f9af86a7482de1953681163286a25b833172", "s3_etag": "ec798f789a705a84c15047088574b1c4-414" }, - { + "sequence_file/f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1": { "name": "FCAImmP7316895_S1_L001_R1_001.fastq.gz", "uuid": "d79ff5a5-7510-4fa7-9ea1-782c6dc09271", "version": "2020-08-13T10:24:33.652000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8088047660, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_caf3e975-1520-4e33-a51e-341c55f39119", "crc32c": "5966dc11", @@ -6079,123 +2111,12 @@ "sha256": "58a995c7143c81535dd7a7d82a2000ab346bc537aa0823118986da45c9ddc089", "s3_etag": "6b132d0973c5afa226e35f2cf045d0c5-121" }, - { - "name": "process_78.json", - "uuid": "d7f083b3-1e02-4838-a7a2-a52bc7bcb1bb", - "version": "2020-08-13T10:24:41.721000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_99.json", - "uuid": "d7f0b745-c135-4594-9a4b-a4c66c8a1520", - "version": "2020-08-13T10:24:32.208000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 611, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_69.json", - "uuid": "d8146d19-442a-5dbe-a075-b3a1ef0ebf07", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_37.json", - "uuid": "d94541a9-1505-4a33-8ff5-fcb2b19b0d92", - "version": "2020-08-13T10:24:31.594000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_70.json", - "uuid": "d9b006ee-9626-517f-baed-e6c7bc8a8686", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_100.json", - "uuid": "da490be5-56d8-4510-a3c9-c256666fbe4d", - "version": "2020-08-13T10:24:34.921000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_79.json", - "uuid": "da70fbc5-f917-483a-990f-a5356da78b50", - "version": "2020-08-13T10:24:35.998000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_101.json", - "uuid": "daa5945d-5d1f-4586-9c85-e3fa5af8bfb5", - "version": "2020-08-13T10:24:35.433000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_32.json", - "uuid": "dab143f7-7a17-48ba-a7b9-60064444ada5", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_102.json", - "uuid": "dabbfa84-9a92-448a-a09f-8a2eaf13b958", - "version": "2020-08-13T10:24:33.567000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c27ebc26-f0b4-4f42-8b10-061fb04f77bd": { "name": "FCAImmP7316890_S1_L001_R2_001.fastq.gz", "uuid": "db5c9d93-73ce-400f-809a-cf8649a0a3bb", "version": "2020-08-13T10:24:33.471000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29226036630, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_829acc9e-2f00-47be-85d5-8ba042c5455d", "crc32c": "da0ef6da", @@ -6203,181 +2124,45 @@ "sha256": "6b5b0565bae4d0172d2a35b953961b3708798ba10a98c0c6864b69c7b266efba", "s3_etag": "956bbe3a0913e93ca54afeb3524e0e90-436" }, - { - "name": "specimen_from_organism_12.json", - "uuid": "dba60b5a-af86-4fde-8cfc-49b008f5adad", - "version": "2020-08-13T10:24:31.081000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/d8146d19-442a-5dbe-a075-b3a1ef0ebf07": { "name": "bc5ba4f6-a3f1-4156-830f-11228df251bc.loom", "uuid": "dbde50d2-6912-59a2-82b0-3b4014dc988c", "version": "2021-02-09T07:11:23.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1565901227, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_7e411aad-6f02-48f2-99f6-7f814540fedd", "crc32c": "56d63318", "sha256": "78cdef9ebfa842d462b6982bcf2399355fa01f121e47d205143165777b604826" }, - { - "name": "sequence_file_103.json", - "uuid": "dbe02baf-4c99-4784-bf03-2ebeeef70288", - "version": "2020-08-13T10:24:32.588000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 610, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_104.json", - "uuid": "dbe117fc-c5ee-4347-bb8a-1a3fb9c89895", - "version": "2020-08-13T10:24:32.698000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_71.json", - "uuid": "dc9ec562-3a71-5e42-b486-4f846ff7fcc0", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_72.json", - "uuid": "dcaba295-f646-562f-8752-6f6fa634bc4f", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_10.json", - "uuid": "dd19fdc7-35a9-432f-9a97-670637433eda", - "version": "2020-08-13T10:24:30.696000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 930, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_105.json", - "uuid": "de694c96-1135-4d40-a44c-88ca899d164c", - "version": "2020-08-13T10:24:34.997000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_80.json", - "uuid": "ded9b30e-12df-4998-846a-7cef685e4bd6", - "version": "2020-08-13T10:24:42.003000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 354, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/c5ab8014-5630-5ce5-9aaf-247e12d4ef6d": { "name": "3f20a83f-f01c-41f2-acaf-3c111dfa5465.bam", "uuid": "df1913aa-439c-587d-8192-5e2e66bc5262", "version": "2021-02-09T09:38:19.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38824360973, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_e32cd23e-1bd2-4c5f-94bf-968f95d6f2c0", "crc32c": "7396296b", "sha256": "0881849b9308290ae3a62ac7606ec920678e77c8f2350ecbc33430d14bc2c889" }, - { + "analysis_file/4a302268-f155-5a27-b164-dff6f1fc78fa": { "name": "37925a3b-3bce-4876-bb29-745922b2c972.loom", "uuid": "dfd63958-121b-54a8-9b8b-707f3e28d3da", "version": "2021-02-09T08:21:16.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1740863440, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_b52f8455-679d-43f5-9de3-c1cbf6b56a70", "crc32c": "d45bc865", "sha256": "bfce44110db3cf10828073373c12502cc102405254549261ef2c2d29473539e2" }, - { - "name": "sequence_file_106.json", - "uuid": "dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67", - "version": "2020-08-13T10:24:33.109000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_73.json", - "uuid": "e0b0252f-8351-5ce3-a804-632a1cd78d28", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_33.json", - "uuid": "e1b9ecf6-6fd8-4bc1-a28d-e9c9850055af", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_81.json", - "uuid": "e23d96b7-a271-403e-a29e-b2bdb1949070", - "version": "2020-08-13T10:24:42.543000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/6a512fd9-3942-4497-87fd-977d2a243b1c": { "name": "FCAImmP7462239_S1_L001_R1_001.fastq.gz", "uuid": "e29a9b1c-1ea6-4774-876f-765c7ac65d02", "version": "2020-08-13T10:24:34.377000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8585695915, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_ae699a07-7b00-4967-b977-d86479e58249", "crc32c": "797740d6", @@ -6385,24 +2170,12 @@ "sha256": "63bfb59ddcd47b03938d55ccc71852512372787409c146aba1f344ec7b1a7bf5", "s3_etag": "93dfce13f90811593e344eba5c3d094a-128" }, - { - "name": "analysis_file_74.json", - "uuid": "e3735012-e613-5a77-b38e-68fb27f9fdd7", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/97ab1a9b-43d0-443d-b25c-228f79cb5666": { "name": "FCAImmP7277552_S1_L001_I1_001.fastq.gz", "uuid": "e48d6415-0b7b-4e06-9c7b-861f33c1f1c7", "version": "2020-08-13T10:24:32.834000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2436061386, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_54858ab1-fe9e-4891-97dd-bf5ada0b5bb6", "crc32c": "48b06974", @@ -6410,24 +2183,12 @@ "sha256": "45e12661114a325951c1d9cc3a333adb36cbf88e85b60575a2ab92472b2c875e", "s3_etag": "86be2e843bc4fed1910a203d7062693e-37" }, - { - "name": "sequence_file_107.json", - "uuid": "e512685e-d15e-4b12-9f7f-e871da115586", - "version": "2020-08-13T10:24:32.515000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/76f76203-8b14-4a33-8a0d-d7687d887772": { "name": "4834STDY7038750_S1_L001_R2_001.fastq.gz", "uuid": "e512c10b-854a-4c57-8c56-c84c84875664", "version": "2020-08-13T10:24:32.363000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 42959304661, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a03cb9df-dc59-4a0b-b44c-82d774fca5a3", "crc32c": "4970865e", @@ -6435,25 +2196,23 @@ "sha256": "5ab45dfdbe7fe42d1bafb8aae280c8375bd23d4dbf9a304a78763ef1e705a815", "s3_etag": "14354e647d55ee3299f376099ef1bb22-641" }, - { + "analysis_file/8f3ed51f-9369-59ac-a2bc-70e1af25d169": { "name": "27e030cc-b89e-41fc-b0c8-c3258a4b2c6e.loom", "uuid": "e54680ad-0ebf-50cd-bf66-8d7b888af34c", "version": "2021-02-09T09:13:43.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 791018526, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_3c6b633d-c61d-41e7-bf2a-82aedf11e6a2", "crc32c": "d25858a3", "sha256": "319f9c6ea44f0fb363e2fdd34ecd82cb998997f2f0b9f4abb777b7d550ba0e88" }, - { + "sequence_file/529e093e-c122-4939-8264-993ad651efd7": { "name": "FCAImmP7462237_S1_L001_R1_001.fastq.gz", "uuid": "e5ca2d0e-2fd8-4a89-88af-ad54c5f36290", "version": "2020-08-13T10:24:34.304000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 8491601056, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_feb6d95f-25c7-4a13-8d75-64f64a2e1bea", "crc32c": "d45cfee6", @@ -6461,79 +2220,12 @@ "sha256": "145ea0e8c692c4322472d16af144e876e056d3c88a5cf00f327de25af1f665de", "s3_etag": "3c08f55d1cfce81e74b27d01e6a89e6e-127" }, - { - "name": "analysis_process_34.json", - "uuid": "e607b72f-3024-4d7e-8292-19d2d53a3a95", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_75.json", - "uuid": "e6604cbc-c882-5f03-b4d0-807eb969a293", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 417, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_76.json", - "uuid": "e6a532d6-bba0-5304-809c-5fc5f8373529", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_108.json", - "uuid": "e779b50e-a892-4a0c-af02-2dd400956018", - "version": "2020-08-13T10:24:35.477000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_109.json", - "uuid": "e79faefc-5135-4e43-a64d-8db7472d3f2e", - "version": "2020-08-13T10:24:33.537000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_82.json", - "uuid": "e7b60260-7ae4-4d5a-b1a4-51622467e4b3", - "version": "2020-08-13T10:24:41.993000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 357, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/75017000-be20-4f58-91ea-abaf63344959": { "name": "FCAImmP7277553_S1_L001_R2_001.fastq.gz", "uuid": "e7bd55f0-f6b6-4bfc-9395-35297fffd7d4", "version": "2020-08-13T10:24:32.893000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 26743294647, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cf3b69db-ca26-4a67-9cea-a818ade04fb0", "crc32c": "a4aab160", @@ -6541,13 +2233,12 @@ "sha256": "6174cc2b36f0a07e671f7013cde66093c7c7acdffa5e5a2912ce1a344862194b", "s3_etag": "35c4a30aab199f4974cdf937ea7a2de7-399" }, - { + "sequence_file/dbe117fc-c5ee-4347-bb8a-1a3fb9c89895": { "name": "FCAImmP7198630_S1_L001_R2_001.fastq.gz", "uuid": "e7c8ff09-e97d-4b2e-8892-49cabbacb4c2", "version": "2020-08-13T10:24:32.698000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29640509073, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1ed655b5-b090-42b6-8514-9137809b6165", "crc32c": "58a1cf75", @@ -6555,92 +2246,34 @@ "sha256": "afa3a5036ffcf985490177857aaa7316e1848be6a5eef8fa87a904c7da8aa312", "s3_etag": "5b167112db97d9eeea30b67f44481d58-442" }, - { + "analysis_file/3aa80a42-646a-5953-afe6-b177a78297df": { "name": "08b799a0-59d8-4c69-87b3-fd239aef4197.loom", "uuid": "e85fcce7-59a6-593d-a52a-d25b47fafbfe", "version": "2021-02-09T08:37:16.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1614253861, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_cf2c2bf2-8b2f-48e3-9a1f-457e0c4c44b4", "crc32c": "f99f079e", "sha256": "889cb58651c7ec75e50c040081ed3bad5f81cb731e7f791e282060b310e9e611" }, - { - "name": "analysis_file_77.json", - "uuid": "e8cb5e82-22fa-5e54-984e-3d2e4b91a100", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_11.json", - "uuid": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0", - "version": "2020-08-13T10:24:30.672000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 926, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_110.json", - "uuid": "e97d853f-aaf2-4b69-8300-f9aac8111c39", - "version": "2020-08-13T10:24:34.199000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/c18f9014-7086-5216-a73a-e37af51f2bbb": { "name": "fetal-development-human-liver-10XV2.loom", "uuid": "e9ac4222-8586-5d9b-8c6d-ba1b58d75a1d", "version": "2021-02-16T04:18:18.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 5389602923, - "is_stitched": false, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_2f503475-0506-4ccb-9abe-2bbf8036d894", "crc32c": "42dd4073", "sha256": "9d5294b0fe71b21cd03f1516111c53e1143a23260eaa32871e1a244c0c23b735" }, - { - "name": "analysis_process_35.json", - "uuid": "e9de5082-46c8-4b26-83c0-7fd480dcb142", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_83.json", - "uuid": "e9eb59a6-8324-47c7-8d54-4517587c6802", - "version": "2020-08-13T10:24:41.106000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469": { "name": "FCAImmP7462238_S1_L001_R2_001.fastq.gz", "uuid": "ea737bae-7b34-4fb1-96a0-c3375446206c", "version": "2020-08-13T10:24:34.352000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 31686031654, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a8b799b5-daf4-44ae-87f6-fdd330abd6f8", "crc32c": "e6ca167a", @@ -6648,47 +2281,23 @@ "sha256": "a04b3bfd947c7bdaa1109383e77bec52fb81c27a2339ee51252e2960469508f6", "s3_etag": "2734ac545cc9ae534ee2d2465a60e3b1-473" }, - { - "name": "process_84.json", - "uuid": "ea7b5ae7-acdc-4d67-8665-c8a0b52da561", - "version": "2020-08-13T10:24:35.942000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_111.json", - "uuid": "ea99b549-cd95-445b-a796-a4ccd992491d", - "version": "2020-08-13T10:24:32.351000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/00dbea45-4e4d-5220-985e-afd8dcfce0b5": { "name": "536ba4f7-6694-4a31-8df1-0e6668ed10da.bam", "uuid": "eb8efbdd-147c-5206-b23c-f561d07335f7", "version": "2021-02-09T09:09:26.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 36070251944, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_781198aa-507d-4115-b3cd-6880061ed4e0", "crc32c": "00dc9ae8", "sha256": "60218362040d530b23fa8ae1275f1917836872f7b533e866509b0a0bf673c472" }, - { + "sequence_file/785275c2-08e7-486f-bed5-850993b704d3": { "name": "FCAImmP7277553_S1_L001_R1_001.fastq.gz", "uuid": "ebde6cd6-26b6-40d6-9fa4-efe43d99ee8f", "version": "2020-08-13T10:24:32.882000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 7842094796, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_64f727fd-cd90-415b-a166-ca45e660f835", "crc32c": "ee9de212", @@ -6696,136 +2305,34 @@ "sha256": "4399a1cce3f228de88afe1c8dbb9abd5dc403ae81bd1bb8bcc881fbdd0379a3f", "s3_etag": "a1f4adadc1ef311fe58a077c39e1414a-117" }, - { + "analysis_file/a1dbe553-ade6-5ce4-b9f9-77c740891c97": { "name": "1248ead2-3dd4-43fe-9f7c-9609ed77d9c2.bam", "uuid": "ecfd0cb5-5755-5852-b84f-dcaad39a6ddc", "version": "2021-02-09T09:18:58.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38107048335, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_77a5c76f-aae4-4ba1-a55c-2830dbebd3ed", "crc32c": "e26ad592", "sha256": "37e9cf42e9e91569c0f7d475aee6d31a18404fe1c2bc47dd9bdd7e49e63dc486" }, - { - "name": "sequence_file_112.json", - "uuid": "ed8bc174-30cc-4fa4-9e48-0543b825b1e4", - "version": "2020-08-13T10:24:32.870000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/450befbb-21c9-5b53-a7b9-38b517cebe76": { "name": "9bb08d39-3957-4ff7-a20d-cc45a1cb38ab.bam", "uuid": "ee40ec89-7cd0-5a9f-9f21-a1a4d69f5a1d", "version": "2021-02-09T10:33:14.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 68487846568, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_9599783a-f964-45b6-ab0c-a9b9149cb322", "crc32c": "b42f4582", "sha256": "1e853bdb1dab96c62e3ed8959e339cb7e07ee50e9e8a929263ff8ae961e13b43" }, - { - "name": "sequence_file_113.json", - "uuid": "ee9ad501-69c5-49df-89d2-32ea89591634", - "version": "2020-08-13T10:24:33.616000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "donor_organism_12.json", - "uuid": "eed4d335-880b-4735-9d04-cdbf706e3d44", - "version": "2020-08-13T10:24:30.730000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 928, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_85.json", - "uuid": "eed7135f-d544-4e23-b8c9-266999b4135f", - "version": "2020-08-13T10:24:41.811000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_38.json", - "uuid": "ef50dd96-a305-4edd-84e7-aae93377c488", - "version": "2020-08-13T10:24:31.197000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 576, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_86.json", - "uuid": "f027f9ff-0d24-49e2-b71d-18543a4631f2", - "version": "2020-08-13T10:24:35.883000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 352, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_87.json", - "uuid": "f0e53f0b-f5b9-4b5e-a168-de936401dc24", - "version": "2020-08-13T10:24:37.291000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_114.json", - "uuid": "f17d1da2-2965-4732-a94a-6cd2a58fc873", - "version": "2020-08-13T10:24:32.044000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 619, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "enrichment_protocol_2.json", - "uuid": "f1903d0b-1cb2-4208-bc20-a37ad8612452", - "version": "2020-08-13T10:24:31.894000Z", - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "size": 1801, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4": { "name": "FCAImmP7352192_S1_L001_R2_001.fastq.gz", "uuid": "f1a64a47-3ed4-4570-99d7-ea6194826b07", "version": "2020-08-13T10:24:34.125000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 28410709840, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_6b8ce79a-94dd-41c2-b096-1142145f1b14", "crc32c": "d6a0d84f", @@ -6833,70 +2340,34 @@ "sha256": "fbb673e8455036e9bc7cbd50918cb5d513a9178040b5f11fc9c88ad9b961aaab", "s3_etag": "fa422f75cc7b67358c003577ebb1cd33-424" }, - { - "name": "analysis_process_36.json", - "uuid": "f1f25c56-1cd7-44e4-8e58-7adafd43529c", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/e8cb5e82-22fa-5e54-984e-3d2e4b91a100": { "name": "e23d96b7-a271-403e-a29e-b2bdb1949070.bam", "uuid": "f264de1c-35b3-5f4e-8d6f-f3a11bd30e93", "version": "2021-02-09T07:42:39.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38410429468, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_fa0a6a5c-bc38-4237-9808-7ec817a3c341", "crc32c": "7602d429", "sha256": "d60e8996ece7a99f830a0be167f0abeea61ef5e8c267d2afbf56a318c4a88052" }, - { - "name": "process_88.json", - "uuid": "f26c4715-5488-4d7f-ae0e-1c965128fbb1", - "version": "2020-08-13T10:24:42.199000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "analysis_file/853ce2df-ac1e-5d3b-aa74-00ff4eab33c2": { "name": "0ceed66e-513f-450f-89e9-3206f4485cdf.bam", "uuid": "f2b68b09-0776-5913-a34a-0944942c2b87", "version": "2021-02-09T08:42:46.000000Z", "content-type": "application/octet-stream; dcp-type=data", "size": 38366833938, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a48216e7-c146-411c-97c7-e183ae1daeab", "crc32c": "4133c641", "sha256": "af6d158d5d21f2c91cfceece4136a9e27a108eb24dcf35d8125fc9c7f009cfd2" }, - { - "name": "donor_organism_13.json", - "uuid": "f2ed99b4-a68d-4d54-8c65-9534ad5931b5", - "version": "2020-08-13T10:24:30.774000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 950, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/9a4277c3-806b-4906-a777-613f01a51003": { "name": "FCAImmP7277560_S1_L001_R2_001.fastq.gz", "uuid": "f2fa48aa-5197-40a8-9c2a-c75c5c5f7264", "version": "2020-08-13T10:24:33.031000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 26750159795, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_1fb40c9b-a3df-46e4-972a-9571f2e6208f", "crc32c": "86f0006a", @@ -6904,90 +2375,12 @@ "sha256": "b22b52d946aa4dc57e658fdde3457d35766a1d786f9426d24c5ba5abea08a940", "s3_etag": "a9936256470c5398bb755cc85ccc35c8-399" }, - { - "name": "project_0.json", - "uuid": "f2fe82f0-4454-4d84-b416-a885f3121e59", - "version": "2020-08-13T09:49:57.572000Z", - "content-type": "application/json; dcp-type=\"metadata/project\"", - "size": 8766, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_89.json", - "uuid": "f333416d-7f9e-4e54-9fbb-2ee29d55aed9", - "version": "2020-08-13T10:24:41.761000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 416, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_37.json", - "uuid": "f3b53d83-7ee7-42db-b2d5-05a792204872", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_90.json", - "uuid": "f3e0b538-bf64-417d-8746-52d5ad9311be", - "version": "2020-08-13T10:24:36.162000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_91.json", - "uuid": "f4183399-0e70-466e-8915-8e4481f9b7d1", - "version": "2020-08-13T10:24:42.954000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 359, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "process_92.json", - "uuid": "f4a448a7-bc5a-4014-ab1f-0d1a8cd4e47c", - "version": "2020-08-13T10:24:40.436000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_115.json", - "uuid": "f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1", - "version": "2020-08-13T10:24:33.652000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 613, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/41ae7f5d-67e9-4bc8-a844-262a9dea9b96": { "name": "4834STDY7002882_S1_L001_R2_001.fastq.gz", "uuid": "f706178d-1afd-4bbb-bb69-12645ec038a6", "version": "2020-08-13T10:24:32.221000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 41150350005, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_072ef189-77d1-4fe3-8fec-7d31575d2a1a", "crc32c": "6ee1c6eb", @@ -6995,35 +2388,12 @@ "sha256": "5a1aacf952fafcf36435e160cff4b01af9e3fead34c1a42c2f31425e4a1d0583", "s3_etag": "a52f448699def4372fbf925086ddaebd-614" }, - { - "name": "process_93.json", - "uuid": "f70a20e6-ad33-424e-b385-bb9a19be000e", - "version": "2020-08-13T10:24:41.616000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 415, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_116.json", - "uuid": "f895f666-e3ed-4a7e-a7f5-42586a6244ea", - "version": "2020-08-13T10:24:34.328000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/23a28752-d0c7-4a3c-8548-acc8ddc26af4": { "name": "4834STDY7038751_S1_L001_R1_001.fastq.gz", "uuid": "f8dcbc35-bb0b-4bd4-ae8d-9be72b39dc16", "version": "2020-08-13T10:24:32.387000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 30631035509, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0249fe64-269e-4d89-bd0b-5cf2661cbf26", "crc32c": "c2a358b9", @@ -7031,13 +2401,12 @@ "sha256": "489b4d534d89a34ace6e4abdf14fa02695f3e2b94d11e7c54a0ebfe513385a00", "s3_etag": "f98111cdd543b8f8afdace9ad3aee90d-457" }, - { + "sequence_file/8a62b078-1656-4145-83ee-a54b74b1f566": { "name": "FCAImmP7528289_S1_L001_R2_001.fastq.gz", "uuid": "f9173d91-b535-40f1-9937-2d0f00f4432f", "version": "2020-08-13T10:24:35.073000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29264452519, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_8c824321-6022-4a04-b4fe-14c3b341d581", "crc32c": "67ed297a", @@ -7045,13 +2414,12 @@ "sha256": "b28d0729f18c82ac3c3e66f31bae44fb386f920e65e01cdef4f0efc549d7bb4a", "s3_etag": "e158c26a5a0880ddb27903e34882a7a2-437" }, - { + "sequence_file/f895f666-e3ed-4a7e-a7f5-42586a6244ea": { "name": "FCAImmP7462238_S1_L001_I1_001.fastq.gz", "uuid": "f97aef9d-20fe-4872-88d1-9b44f174a16c", "version": "2020-08-13T10:24:34.328000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 2771933689, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_dd63ed96-5924-4c85-87f1-e91532c0d28a", "crc32c": "1864f708", @@ -7059,5305 +2427,33 @@ "sha256": "b4cfabb071a6ba97b64b19a9c5e1718ea9a41fd44b1697e19b0b388fd2444fbe", "s3_etag": "710cf93f73aeacad79e964a13684ba2d-42" }, - { + "analysis_file/c31aecba-db6a-5229-a729-66269d90ee8a": { "name": "0ceed66e-513f-450f-89e9-3206f4485cdf.loom", "uuid": "fa5185cb-e48d-5ab8-90b8-5499c3a725b6", "version": "2021-02-09T08:11:03.000000Z", "content-type": "application/vnd.loom; dcp-type=data", "size": 1827060784, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_a9616d3d-c93b-46d7-bd28-83584b765f21", "crc32c": "4482e678", "sha256": "c223e4d5e42e03dbc6fc3c0d05bb58acbdcad8e02b1169631fb5fe9bb6fd9ea1" }, - { - "name": "sequence_file_117.json", - "uuid": "fa78c4ab-4057-45b1-8266-af045ae28535", - "version": "2020-08-13T10:24:33.552000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 615, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_38.json", - "uuid": "fbbd6c03-df0d-44dd-b383-c1efb83abb2e", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "specimen_from_organism_13.json", - "uuid": "fbed02e6-1547-469c-b96f-45c61111af53", - "version": "2020-08-13T10:24:31.055000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 770, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "links.json", - "uuid": "fce68057-b0f0-5d11-b9a7-30e8fa3259a8", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/links\"", - "size": 101562, - "is_stitched": false, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_118.json", - "uuid": "fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d", - "version": "2020-08-13T10:24:34.290000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 616, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_39.json", - "uuid": "fd0cff96-93f2-4eb4-88f2-991f60542f46", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { + "sequence_file/82fc4ead-bf34-4834-91ed-cb6ec1717baa": { "name": "FCAImmP7316895_S1_L001_R2_001.fastq.gz", "uuid": "fd5a2b33-eebc-41e3-b880-a39736a47a7c", "version": "2020-08-13T10:24:33.664000Z", "content-type": "application/gzip; dcp-type=data; dcp-type=data", "size": 29452283026, - "is_stitched": true, "indexed": false, "drs_uri": "drs://mock_drs_domain.lan/v1_6f1987da-5cbf-492c-b930-fd24891099a8_0cc171de-21c6-4fd9-b396-8d4a5c697058", "crc32c": "7b8d8193", "sha1": "cd8cc28fbdc21ac5ac1f59175dff4c9f8c6e08f0", "sha256": "6f492eed4c3dce56c23be051c2280c0d02082764cc12eee0d78ec053575e33c8", "s3_etag": "01f727a9513e37db4f9127dddaa83443-439" - }, - { - "name": "analysis_file_78.json", - "uuid": "fda0ea89-2300-59ed-9125-784883c5e211", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_process_40.json", - "uuid": "fe261b23-efd5-445b-8dd4-46e47231ccff", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/process\"", - "size": 14716, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_79.json", - "uuid": "fe4686b9-acd3-5237-acf1-1bd9cc0c19c5", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "analysis_file_80.json", - "uuid": "ff3b3d1c-2ba9-50a9-9ca7-0558012cbe7d", - "version": "2021-02-09T01:30:00.000000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 327, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "sequence_file_119.json", - "uuid": "ffba13e2-0937-49b3-961a-2ce3055ad5c6", - "version": "2020-08-13T10:24:32.637000Z", - "content-type": "application/json; dcp-type=\"metadata/file\"", - "size": 614, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" - }, - { - "name": "cell_suspension_39.json", - "uuid": "ffe830d9-c586-47d1-9bb4-33baed6dcdc7", - "version": "2020-08-13T10:24:31.133000Z", - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "size": 574, - "is_stitched": true, - "indexed": true, - "crc32c": "", - "sha256": "" } - ], + }, "metadata": { - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", - "schema_type": "links", - "schema_version": "2.1.1", - "links": [ - { - "inputs": [ - { - "input_id": "3aa80a42-646a-5953-afe6-b177a78297df", - "input_type": "analysis_file" - }, - { - "input_id": "c31aecba-db6a-5229-a729-66269d90ee8a", - "input_type": "analysis_file" - }, - { - "input_id": "9baa3062-0022-53e2-a3df-14df08c4c66c", - "input_type": "analysis_file" - }, - { - "input_id": "8de90a27-1f7c-5651-b3d6-8527c1ed92d6", - "input_type": "analysis_file" - }, - { - "input_id": "07a81052-3964-5b08-8f2d-066c1e29de7d", - "input_type": "analysis_file" - }, - { - "input_id": "538399a0-da86-57f5-88c6-b150db89c3f3", - "input_type": "analysis_file" - }, - { - "input_id": "4ba8f00e-0833-5862-bc6e-0cc2acb5d684", - "input_type": "analysis_file" - }, - { - "input_id": "2b64aedb-2563-547f-ba70-aa9b8c1d5d3f", - "input_type": "analysis_file" - }, - { - "input_id": "b9877824-638a-5fde-8196-70317fa1cc19", - "input_type": "analysis_file" - }, - { - "input_id": "8f3ed51f-9369-59ac-a2bc-70e1af25d169", - "input_type": "analysis_file" - }, - { - "input_id": "0db36828-3fae-5bd2-b052-ae63b88693d9", - "input_type": "analysis_file" - }, - { - "input_id": "295db19e-bdcc-5428-a68a-e0de856c4522", - "input_type": "analysis_file" - }, - { - "input_id": "07a18873-6df1-57a8-848c-980bfa29fbf5", - "input_type": "analysis_file" - }, - { - "input_id": "4a302268-f155-5a27-b164-dff6f1fc78fa", - "input_type": "analysis_file" - }, - { - "input_id": "1685c144-966c-53fe-8bd3-2a053b55966c", - "input_type": "analysis_file" - }, - { - "input_id": "c1770287-3376-5cc1-a2a2-9676e7f5716e", - "input_type": "analysis_file" - }, - { - "input_id": "69cc1f24-8be9-58aa-af3e-99c13507216e", - "input_type": "analysis_file" - }, - { - "input_id": "52ca4cde-727f-564e-95dd-7872573ebeba", - "input_type": "analysis_file" - }, - { - "input_id": "8cdbf96a-27ae-590c-b967-8a850c760785", - "input_type": "analysis_file" - }, - { - "input_id": "e3735012-e613-5a77-b38e-68fb27f9fdd7", - "input_type": "analysis_file" - }, - { - "input_id": "845dd01f-cad1-54a4-8ff3-acd78d29a5b1", - "input_type": "analysis_file" - }, - { - "input_id": "11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7", - "input_type": "analysis_file" - }, - { - "input_id": "6a73dfce-0163-5b3e-b1cd-0df84fb30871", - "input_type": "analysis_file" - }, - { - "input_id": "0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f", - "input_type": "analysis_file" - }, - { - "input_id": "dcaba295-f646-562f-8752-6f6fa634bc4f", - "input_type": "analysis_file" - }, - { - "input_id": "8848e80d-192f-5c47-bb3e-ef0d519e1761", - "input_type": "analysis_file" - }, - { - "input_id": "91caea03-3c9a-5ba8-9acc-3685e3a6062e", - "input_type": "analysis_file" - }, - { - "input_id": "9b6d349f-774f-56e1-ab6b-938385c60a4f", - "input_type": "analysis_file" - }, - { - "input_id": "2c88ef68-7029-5f00-9387-a364d6292976", - "input_type": "analysis_file" - }, - { - "input_id": "b7f87bc7-bb85-5bd8-beae-1d14cd6846ef", - "input_type": "analysis_file" - }, - { - "input_id": "e6604cbc-c882-5f03-b4d0-807eb969a293", - "input_type": "analysis_file" - }, - { - "input_id": "d8146d19-442a-5dbe-a075-b3a1ef0ebf07", - "input_type": "analysis_file" - }, - { - "input_id": "07b48eae-1703-5821-b3e6-66bb1488e7b2", - "input_type": "analysis_file" - }, - { - "input_id": "2d253fef-4538-511a-a960-bd999afeecf4", - "input_type": "analysis_file" - }, - { - "input_id": "129bdef3-ae23-5273-920f-204cccd878fc", - "input_type": "analysis_file" - }, - { - "input_id": "ce52572d-f7d1-585d-a54f-fc14297d19c0", - "input_type": "analysis_file" - }, - { - "input_id": "d9b006ee-9626-517f-baed-e6c7bc8a8686", - "input_type": "analysis_file" - }, - { - "input_id": "dc9ec562-3a71-5e42-b486-4f846ff7fcc0", - "input_type": "analysis_file" - }, - { - "input_id": "3450ac1e-8d8f-5bad-bd44-322d792acc8a", - "input_type": "analysis_file" - }, - { - "input_id": "087aca40-9bc5-56b9-8cd5-a5a0488c18f2", - "input_type": "analysis_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "c18f9014-7086-5216-a73a-e37af51f2bbb", - "output_type": "analysis_file" - } - ], - "process_id": "46dc43b4-19e7-475f-a015-157436454de4", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "432a7422-59b5-5c46-8983-a7953f196781", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "9005739b-11b7-410d-88ad-e05a765dabd9", - "input_type": "sequence_file" - }, - { - "input_id": "a428e47e-0081-497b-9c8a-7c852f4eb103", - "input_type": "sequence_file" - }, - { - "input_id": "4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "07a81052-3964-5b08-8f2d-066c1e29de7d", - "output_type": "analysis_file" - }, - { - "output_id": "a1dbe553-ade6-5ce4-b9f9-77c740891c97", - "output_type": "analysis_file" - } - ], - "process_id": "fe261b23-efd5-445b-8dd4-46e47231ccff", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "daa5945d-5d1f-4586-9c85-e3fa5af8bfb5", - "input_type": "sequence_file" - }, - { - "input_id": "e779b50e-a892-4a0c-af02-2dd400956018", - "input_type": "sequence_file" - }, - { - "input_id": "24c3ce12-e4f9-4299-a005-320d602716ce", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "4a302268-f155-5a27-b164-dff6f1fc78fa", - "output_type": "analysis_file" - }, - { - "output_id": "1f43235c-6299-527b-b470-2b6638bdaf8b", - "output_type": "analysis_file" - } - ], - "process_id": "2096cc65-c180-45f2-93b7-fcc5c21db3a1", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "3e6ac46b-1d9d-4c91-b5df-e583208357fe", - "input_type": "sequence_file" - }, - { - "input_id": "cf835034-c34b-4b5d-aac6-8de2e280e959", - "input_type": "sequence_file" - }, - { - "input_id": "bb2d6938-f6ad-461b-8fa4-eca0e4c040b2", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "4ba8f00e-0833-5862-bc6e-0cc2acb5d684", - "output_type": "analysis_file" - }, - { - "output_id": "81f56ff9-36eb-5897-b2e7-318c075ecbc8", - "output_type": "analysis_file" - } - ], - "process_id": "20eaba77-49c4-4d9e-9e82-fb6351a9012a", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "ee9ad501-69c5-49df-89d2-32ea89591634", - "input_type": "sequence_file" - }, - { - "input_id": "28f5f863-26d9-4ca8-abb3-705d369250e7", - "input_type": "sequence_file" - }, - { - "input_id": "99985ea4-d29e-4357-9879-99440a002b49", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "e6604cbc-c882-5f03-b4d0-807eb969a293", - "output_type": "analysis_file" - }, - { - "output_id": "4964726c-4bf7-58a0-a401-6eecf9c7a3b3", - "output_type": "analysis_file" - } - ], - "process_id": "fd0cff96-93f2-4eb4-88f2-991f60542f46", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "7beb8479-c655-4b01-af4f-69f1668e1c6d", - "input_type": "sequence_file" - }, - { - "input_id": "85df5aac-75ac-416a-ba8b-b9b0f8b4e619", - "input_type": "sequence_file" - }, - { - "input_id": "97ab1a9b-43d0-443d-b25c-228f79cb5666", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "8de90a27-1f7c-5651-b3d6-8527c1ed92d6", - "output_type": "analysis_file" - }, - { - "output_id": "cc430c2e-f377-5651-aa5d-3dfa30b421cd", - "output_type": "analysis_file" - } - ], - "process_id": "223980cd-b247-415a-bb6d-41ed360837f2", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "7ee8e5aa-5faa-4491-bd66-150e202974dd", - "input_type": "sequence_file" - }, - { - "input_id": "dbe117fc-c5ee-4347-bb8a-1a3fb9c89895", - "input_type": "sequence_file" - }, - { - "input_id": "10a76c2f-2a9b-4430-88bc-c4f3828e4e3f", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "295db19e-bdcc-5428-a68a-e0de856c4522", - "output_type": "analysis_file" - }, - { - "output_id": "65358965-9b3b-5187-bf6a-f918c6009f83", - "output_type": "analysis_file" - } - ], - "process_id": "cdba26d8-9b1d-471f-9a08-875a09cbb96b", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "afe45faa-e5e1-4cf8-8d79-4092dca736bd", - "input_type": "sequence_file" - }, - { - "input_id": "e512685e-d15e-4b12-9f7f-e871da115586", - "input_type": "sequence_file" - }, - { - "input_id": "012ba773-aefb-4d9f-8ec1-6714dc7f631b", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "07a18873-6df1-57a8-848c-980bfa29fbf5", - "output_type": "analysis_file" - }, - { - "output_id": "561a5c40-9014-5bce-b48b-a2df2687b562", - "output_type": "analysis_file" - } - ], - "process_id": "1f4840ce-45d5-4dbc-87a1-c2b06d0aa6c8", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "10a02923-b945-43fe-97db-c984e06dc5a7", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "204dfd1c-ea7a-494b-a151-f1bcd586ddfb" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "97ab1a9b-43d0-443d-b25c-228f79cb5666" - }, - { - "output_type": "sequence_file", - "output_id": "7beb8479-c655-4b01-af4f-69f1668e1c6d" - }, - { - "output_type": "sequence_file", - "output_id": "85df5aac-75ac-416a-ba8b-b9b0f8b4e619" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "eed7135f-d544-4e23-b8c9-266999b4135f", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "204dfd1c-ea7a-494b-a151-f1bcd586ddfb" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "ea7b5ae7-acdc-4d67-8665-c8a0b52da561", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ba005942-3abb-4988-90a4-57747fb05b8b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "c1102423-264b-4668-9e09-39b105474d6f", - "input_type": "sequence_file" - }, - { - "input_id": "c50f0504-73bc-4bd6-8ed3-1dcf0b60549f", - "input_type": "sequence_file" - }, - { - "input_id": "62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "538399a0-da86-57f5-88c6-b150db89c3f3", - "output_type": "analysis_file" - }, - { - "output_id": "789c58d2-6a0d-514e-ac56-f884cd5e078d", - "output_type": "analysis_file" - } - ], - "process_id": "e1b9ecf6-6fd8-4bc1-a28d-e9c9850055af", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "47f2b446-7a03-4286-8a35-41e52394622c", - "input_type": "sequence_file" - }, - { - "input_id": "1e0c544d-2963-4fde-b3cb-5bb9b938acaa", - "input_type": "sequence_file" - }, - { - "input_id": "bb2edf45-1041-4e38-9ace-ec922a747f80", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "dc9ec562-3a71-5e42-b486-4f846ff7fcc0", - "output_type": "analysis_file" - }, - { - "output_id": "489c7fd9-1ac8-5b78-a91d-a44761f9d6e0", - "output_type": "analysis_file" - } - ], - "process_id": "82c03181-f541-4770-8bad-5fb68bf221b2", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1", - "input_type": "sequence_file" - }, - { - "input_id": "82fc4ead-bf34-4834-91ed-cb6ec1717baa", - "input_type": "sequence_file" - }, - { - "input_id": "41a13523-c45b-4546-8273-9321d9a2c250", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "b7f87bc7-bb85-5bd8-beae-1d14cd6846ef", - "output_type": "analysis_file" - }, - { - "output_id": "d2b3f3a1-b030-5c80-89d4-42a76db79127", - "output_type": "analysis_file" - } - ], - "process_id": "16c04a1a-6c78-4755-ada4-36025cd69ce9", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bc583c0e-4336-43d4-a7da-dc7e1f72b50b", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "ffe830d9-c586-47d1-9bb4-33baed6dcdc7" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "99985ea4-d29e-4357-9879-99440a002b49" - }, - { - "output_type": "sequence_file", - "output_id": "ee9ad501-69c5-49df-89d2-32ea89591634" - }, - { - "output_type": "sequence_file", - "output_id": "28f5f863-26d9-4ca8-abb3-705d369250e7" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "da70fbc5-f917-483a-990f-a5356da78b50", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "619887a0-67fb-4e24-be95-409f9b3e8474" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "ffe830d9-c586-47d1-9bb4-33baed6dcdc7" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "c0c71843-6831-4e91-90cf-cb31d4a4b277", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "619887a0-67fb-4e24-be95-409f9b3e8474" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "6a512fd9-3942-4497-87fd-977d2a243b1c", - "input_type": "sequence_file" - }, - { - "input_id": "837fa4ab-745a-4a41-9fbf-0a4d1d1054d5", - "input_type": "sequence_file" - }, - { - "input_id": "756f8cce-2d70-4c53-a893-e26d556f0f06", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "07b48eae-1703-5821-b3e6-66bb1488e7b2", - "output_type": "analysis_file" - }, - { - "output_id": "1da5525c-2986-510e-9890-748b232ad65e", - "output_type": "analysis_file" - } - ], - "process_id": "c1ab22ca-2289-4384-82be-a3f16bdf113d", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "be7a2637-26cf-48ba-bfc5-52fa945d2d88", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "a8674039-068d-4560-aa99-b9481239d4fb" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "756f8cce-2d70-4c53-a893-e26d556f0f06" - }, - { - "output_type": "sequence_file", - "output_id": "6a512fd9-3942-4497-87fd-977d2a243b1c" - }, - { - "output_type": "sequence_file", - "output_id": "837fa4ab-745a-4a41-9fbf-0a4d1d1054d5" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a81da3e0-7245-44e8-8034-b9ebab1fcf2f", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "a8674039-068d-4560-aa99-b9481239d4fb" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "8f63d864-87e5-40f3-8f68-936640010c7d" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "d7f0b745-c135-4594-9a4b-a4c66c8a1520", - "input_type": "sequence_file" - }, - { - "input_id": "41ae7f5d-67e9-4bc8-a844-262a9dea9b96", - "input_type": "sequence_file" - }, - { - "input_id": "15af1b4f-6944-4af6-8a2a-4fea163edde2", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "3aa80a42-646a-5953-afe6-b177a78297df", - "output_type": "analysis_file" - }, - { - "output_id": "4a28b164-2d5a-5232-946a-ac70276036b5", - "output_type": "analysis_file" - } - ], - "process_id": "e9de5082-46c8-4b26-83c0-7fd480dcb142", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "a3bef94d-a68f-43d4-8cb8-58977b20f849", - "input_type": "sequence_file" - }, - { - "input_id": "c30c31d2-ccfb-4651-8b78-a25a23ab4e95", - "input_type": "sequence_file" - }, - { - "input_id": "0619dd26-7a22-4fc9-ac35-7a381a502e6f", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "b9877824-638a-5fde-8196-70317fa1cc19", - "output_type": "analysis_file" - }, - { - "output_id": "ff3b3d1c-2ba9-50a9-9ca7-0558012cbe7d", - "output_type": "analysis_file" - } - ], - "process_id": "0c75f376-4092-403f-8b91-dbb19b4fdf94", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "785275c2-08e7-486f-bed5-850993b704d3", - "input_type": "sequence_file" - }, - { - "input_id": "75017000-be20-4f58-91ea-abaf63344959", - "input_type": "sequence_file" - }, - { - "input_id": "ed8bc174-30cc-4fa4-9e48-0543b825b1e4", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f", - "output_type": "analysis_file" - }, - { - "output_id": "61a2e552-6617-589e-8985-e1b730d3095c", - "output_type": "analysis_file" - } - ], - "process_id": "98f74c7b-abd8-4adc-b68f-f68aa5d3e58c", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "1248ead2-3dd4-43fe-9f7c-9609ed77d9c2", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "b5e9df12-e333-4754-a01b-c83c4b8f644a" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae" - }, - { - "output_type": "sequence_file", - "output_id": "9005739b-11b7-410d-88ad-e05a765dabd9" - }, - { - "output_type": "sequence_file", - "output_id": "a428e47e-0081-497b-9c8a-7c852f4eb103" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9d8ad642-95f5-4574-b9fd-a22f147f3809", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "b5e9df12-e333-4754-a01b-c83c4b8f644a" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "336b106c-f5f3-4d35-b583-05fc33ee910f", - "input_type": "sequence_file" - }, - { - "input_id": "f17d1da2-2965-4732-a94a-6cd2a58fc873", - "input_type": "sequence_file" - }, - { - "input_id": "1872f705-7ccc-42af-80c5-7645ccd2848c", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "8f3ed51f-9369-59ac-a2bc-70e1af25d169", - "output_type": "analysis_file" - }, - { - "output_id": "e0b0252f-8351-5ce3-a804-632a1cd78d28", - "output_type": "analysis_file" - } - ], - "process_id": "21581af6-c4c4-4268-9d63-cf5a3a7f5058", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "85716ed2-d37c-4e4a-bd8a-864154bad299", - "input_type": "sequence_file" - }, - { - "input_id": "8a62b078-1656-4145-83ee-a54b74b1f566", - "input_type": "sequence_file" - }, - { - "input_id": "550bbb11-4786-46b4-a9c1-46f105b14644", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "91caea03-3c9a-5ba8-9acc-3685e3a6062e", - "output_type": "analysis_file" - }, - { - "output_id": "a78f0746-6eed-5b0e-9772-aab4bceec02c", - "output_type": "analysis_file" - } - ], - "process_id": "09f063d9-7bc8-4567-bc27-fa1e7c87fa4d", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "9447492f-3a6a-4f33-a128-605686ae6d65", - "input_type": "sequence_file" - }, - { - "input_id": "e97d853f-aaf2-4b69-8300-f9aac8111c39", - "input_type": "sequence_file" - }, - { - "input_id": "26131c11-6186-4b1a-b37d-fb12515622bf", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "52ca4cde-727f-564e-95dd-7872573ebeba", - "output_type": "analysis_file" - }, - { - "output_id": "bc454c4f-c3b4-565f-be09-44d7523a80de", - "output_type": "analysis_file" - } - ], - "process_id": "d3c42b32-d484-458c-ad66-e7e9e7889ee9", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "2e7e4b93-2d6c-4359-804c-f8ca1e21c31c", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "5ee0a825-8c35-4fe5-ab67-454c6bfd949b" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "10a76c2f-2a9b-4430-88bc-c4f3828e4e3f" - }, - { - "output_type": "sequence_file", - "output_id": "7ee8e5aa-5faa-4491-bd66-150e202974dd" - }, - { - "output_type": "sequence_file", - "output_id": "dbe117fc-c5ee-4347-bb8a-1a3fb9c89895" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bfac08a4-0266-4d6b-b8a4-24b57f560017", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "5ee0a825-8c35-4fe5-ab67-454c6bfd949b" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "16d53d3e-88ef-444a-aaec-e7947fc3e779", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "eed4d335-880b-4735-9d04-cdbf706e3d44" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "ba276a56-3bdf-42ff-93f4-2920c3a288f9", - "input_type": "sequence_file" - }, - { - "input_id": "be3cffb9-150a-4a1e-8f4b-a0afde4eea5a", - "input_type": "sequence_file" - }, - { - "input_id": "da490be5-56d8-4510-a3c9-c256666fbe4d", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "845dd01f-cad1-54a4-8ff3-acd78d29a5b1", - "output_type": "analysis_file" - }, - { - "output_id": "d3142cb9-7285-5185-a5a5-c63d5f3cade8", - "output_type": "analysis_file" - } - ], - "process_id": "bcee0e35-49c4-4af1-b202-eaf4df226025", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "1d5a282b-b4b5-41dc-ab46-862476a87c18", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "1853e602-4743-4179-863b-fb686a6a7a9a" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384" - }, - { - "output_type": "sequence_file", - "output_id": "c1102423-264b-4668-9e09-39b105474d6f" - }, - { - "output_type": "sequence_file", - "output_id": "c50f0504-73bc-4bd6-8ed3-1dcf0b60549f" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "2f77c2c6-e843-48cd-a160-65fb904eb112", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "94259313-d341-4b1f-b9cc-48a760d81c19" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "1853e602-4743-4179-863b-fb686a6a7a9a" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "2415ecb9-08af-4ecc-868b-69ba70a43c81", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "f2ed99b4-a68d-4d54-8c65-9534ad5931b5" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "94259313-d341-4b1f-b9cc-48a760d81c19" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "455c6c50-9424-4dac-b67c-1be48276d5b5", - "input_type": "sequence_file" - }, - { - "input_id": "c27ebc26-f0b4-4f42-8b10-061fb04f77bd", - "input_type": "sequence_file" - }, - { - "input_id": "7efd8179-7a9a-4ef1-b199-46f94581cb1a", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9b6d349f-774f-56e1-ab6b-938385c60a4f", - "output_type": "analysis_file" - }, - { - "output_id": "b13f3346-158d-5509-bc82-3aed1b2c23be", - "output_type": "analysis_file" - } - ], - "process_id": "3650db01-27bd-4371-a431-71d28620a40a", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "529e093e-c122-4939-8264-993ad651efd7", - "input_type": "sequence_file" - }, - { - "input_id": "4f91ed04-d045-4904-a78e-103294d4f5e9", - "input_type": "sequence_file" - }, - { - "input_id": "fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "1685c144-966c-53fe-8bd3-2a053b55966c", - "output_type": "analysis_file" - }, - { - "output_id": "c5ab8014-5630-5ce5-9aaf-247e12d4ef6d", - "output_type": "analysis_file" - } - ], - "process_id": "a87c5838-140e-40f4-97b0-591aecbe1b3c", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "08b799a0-59d8-4c69-87b3-fd239aef4197", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "85a66538-6c12-4ab4-9679-b1f95001606d" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "15af1b4f-6944-4af6-8a2a-4fea163edde2" - }, - { - "output_type": "sequence_file", - "output_id": "d7f0b745-c135-4594-9a4b-a4c66c8a1520" - }, - { - "output_type": "sequence_file", - "output_id": "41ae7f5d-67e9-4bc8-a844-262a9dea9b96" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "0370e38d-bb67-4b79-be99-3ff27e21adba", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "85a66538-6c12-4ab4-9679-b1f95001606d" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "85dc3748-6751-482b-b7cd-c1e08f7df5c0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "529a01ff-db1b-4a8e-924b-8749387f5dcb", - "input_type": "sequence_file" - }, - { - "input_id": "68cac6a2-5453-4d08-9af2-a4e01f259dd3", - "input_type": "sequence_file" - }, - { - "input_id": "dabbfa84-9a92-448a-a09f-8a2eaf13b958", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "e3735012-e613-5a77-b38e-68fb27f9fdd7", - "output_type": "analysis_file" - }, - { - "output_id": "80738c1d-105a-525e-8b84-ae666d549159", - "output_type": "analysis_file" - } - ], - "process_id": "dab143f7-7a17-48ba-a7b9-60064444ada5", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "96cbabdb-30b4-4c71-9250-bb7efcd9ee1e", - "input_type": "sequence_file" - }, - { - "input_id": "44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8", - "input_type": "sequence_file" - }, - { - "input_id": "71e9623c-1cfa-4efe-9448-f4014da727dc", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "d8146d19-442a-5dbe-a075-b3a1ef0ebf07", - "output_type": "analysis_file" - }, - { - "output_id": "35bc8baa-8916-5835-940c-ce684f30d4aa", - "output_type": "analysis_file" - } - ], - "process_id": "f3b53d83-7ee7-42db-b2d5-05a792204872", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "27e030cc-b89e-41fc-b0c8-c3258a4b2c6e", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "6b34fa3f-1878-48ec-84c2-e2d8877903c4" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "1872f705-7ccc-42af-80c5-7645ccd2848c" - }, - { - "output_type": "sequence_file", - "output_id": "336b106c-f5f3-4d35-b583-05fc33ee910f" - }, - { - "output_type": "sequence_file", - "output_id": "f17d1da2-2965-4732-a94a-6cd2a58fc873" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bd90d9bf-cf73-407b-8e3a-07ef2f9c2fd8", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "6b34fa3f-1878-48ec-84c2-e2d8877903c4" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a2653332-1aab-49d6-8da8-b5c5fe004e70", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "5baa7164-60f5-4b28-8bad-e9a0563cac70" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "e7b60260-7ae4-4d5a-b1a4-51622467e4b3", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "27749341-b419-4dca-9175-a6a9025116a9" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "bb2edf45-1041-4e38-9ace-ec922a747f80" - }, - { - "output_type": "sequence_file", - "output_id": "47f2b446-7a03-4286-8a35-41e52394622c" - }, - { - "output_type": "sequence_file", - "output_id": "1e0c544d-2963-4fde-b3cb-5bb9b938acaa" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f333416d-7f9e-4e54-9fbb-2ee29d55aed9", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "bed46309-3752-4115-a307-8c20d93dce55" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "27749341-b419-4dca-9175-a6a9025116a9" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "0c1455f0-64c2-48a5-bba1-15588755bad5", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "39046bdd-483c-44ad-9b50-dea608d34255" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "bed46309-3752-4115-a307-8c20d93dce55" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "3f20a83f-f01c-41f2-acaf-3c111dfa5465", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "a7738486-8b11-4e05-a004-6c931569972f" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d" - }, - { - "output_type": "sequence_file", - "output_id": "529e093e-c122-4939-8264-993ad651efd7" - }, - { - "output_type": "sequence_file", - "output_id": "4f91ed04-d045-4904-a78e-103294d4f5e9" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "cc78276c-f893-4aa3-996a-1c5dc2c351c6", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "a7738486-8b11-4e05-a004-6c931569972f" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "8f63d864-87e5-40f3-8f68-936640010c7d" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "81204476-377f-4bf9-b5de-27f8b14d47c5", - "input_type": "sequence_file" - }, - { - "input_id": "c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4", - "input_type": "sequence_file" - }, - { - "input_id": "b61e4f40-1742-4bbb-a20d-78a934c5f8de", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "0db36828-3fae-5bd2-b052-ae63b88693d9", - "output_type": "analysis_file" - }, - { - "output_id": "90465f43-bfdf-56d4-a9e1-7a765d60a1fe", - "output_type": "analysis_file" - } - ], - "process_id": "d09272b0-2827-4b7b-9a8c-a63fec7376ca", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9", - "input_type": "sequence_file" - }, - { - "input_id": "de694c96-1135-4d40-a44c-88ca899d164c", - "input_type": "sequence_file" - }, - { - "input_id": "6c52e66a-d034-476c-8f32-5d760b6a5029", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "087aca40-9bc5-56b9-8cd5-a5a0488c18f2", - "output_type": "analysis_file" - }, - { - "output_id": "a0ea22e2-cab6-506d-8211-bb479591a04c", - "output_type": "analysis_file" - } - ], - "process_id": "d2b4df36-221d-413d-8e9a-b233b72d3832", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7229676a-4449-4a2f-ac97-284eb599841c", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "d94541a9-1505-4a33-8ff5-fcb2b19b0d92" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "dabbfa84-9a92-448a-a09f-8a2eaf13b958" - }, - { - "output_type": "sequence_file", - "output_id": "529a01ff-db1b-4a8e-924b-8749387f5dcb" - }, - { - "output_type": "sequence_file", - "output_id": "68cac6a2-5453-4d08-9af2-a4e01f259dd3" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "8106eec7-2c2f-41b4-ad4d-997e683ed9fc", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "d94541a9-1505-4a33-8ff5-fcb2b19b0d92" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "b4d16fe2-eeac-4a26-9cc3-17414b87f3b1", - "input_type": "sequence_file" - }, - { - "input_id": "9c25532b-bbac-408a-8b3b-4d7f565f11b9", - "input_type": "sequence_file" - }, - { - "input_id": "7ae24487-8546-422c-ad9b-bfa36bdd6ba4", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "8cdbf96a-27ae-590c-b967-8a850c760785", - "output_type": "analysis_file" - }, - { - "output_id": "6a019fd6-5db6-5717-8c4a-3a22a6fba738", - "output_type": "analysis_file" - } - ], - "process_id": "58d03b27-9049-444e-a337-3491a5d715e1", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "1d732738-9b3b-4393-920a-a3dd2ff6f7e1", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "c57bdaec-21df-479e-857e-ddb6f5f78f95" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "bb2d6938-f6ad-461b-8fa4-eca0e4c040b2" - }, - { - "output_type": "sequence_file", - "output_id": "3e6ac46b-1d9d-4c91-b5df-e583208357fe" - }, - { - "output_type": "sequence_file", - "output_id": "cf835034-c34b-4b5d-aac6-8de2e280e959" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "cf6620a8-3a16-46fe-815b-039a8dde9e16", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "c57bdaec-21df-479e-857e-ddb6f5f78f95" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1", - "input_type": "sequence_file" - }, - { - "input_id": "4b06739c-d81c-45cd-825f-cc5145f15065", - "input_type": "sequence_file" - }, - { - "input_id": "38b67b47-7ef3-4e9e-88e1-3a8376769eb0", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "6a73dfce-0163-5b3e-b1cd-0df84fb30871", - "output_type": "analysis_file" - }, - { - "output_id": "b4f3e64c-ff38-5dd3-8656-ee8c06b1c673", - "output_type": "analysis_file" - } - ], - "process_id": "f1f25c56-1cd7-44e4-8e58-7adafd43529c", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "22d5f584-ff73-4a10-8377-387983b72a87", - "input_type": "sequence_file" - }, - { - "input_id": "601bacd5-c250-4dd3-a83d-c9f31a1b0dd8", - "input_type": "sequence_file" - }, - { - "input_id": "3c6b5196-4dd9-4c23-a9d1-c1341d889ecf", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "c1770287-3376-5cc1-a2a2-9676e7f5716e", - "output_type": "analysis_file" - }, - { - "output_id": "e6a532d6-bba0-5304-809c-5fc5f8373529", - "output_type": "analysis_file" - } - ], - "process_id": "198dff35-0fb9-4edc-bf0c-e973ac7eba59", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "0565f81d-86a0-4591-8a29-f7e3306556f2", - "input_type": "sequence_file" - }, - { - "input_id": "dbe02baf-4c99-4784-bf03-2ebeeef70288", - "input_type": "sequence_file" - }, - { - "input_id": "0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "ce52572d-f7d1-585d-a54f-fc14297d19c0", - "output_type": "analysis_file" - }, - { - "output_id": "d1b3c364-8f6c-57d2-847c-1b22257f7e87", - "output_type": "analysis_file" - } - ], - "process_id": "725cbe75-92a1-46dc-862a-1b9d012e0fc1", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "835ec088-c1a5-4b0c-897c-22bc92950587", - "input_type": "sequence_file" - }, - { - "input_id": "0f15fb43-c791-4113-a721-a9e3767e8f6d", - "input_type": "sequence_file" - }, - { - "input_id": "d3c05176-1d0b-4ce1-b005-0af8c35129cd", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "8848e80d-192f-5c47-bb3e-ef0d519e1761", - "output_type": "analysis_file" - }, - { - "output_id": "61d46fd3-fd85-5eb1-a251-7000d2394830", - "output_type": "analysis_file" - } - ], - "process_id": "bc6bf485-351c-47c7-9837-d564bd32699b", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "23a28752-d0c7-4a3c-8548-acc8ddc26af4", - "input_type": "sequence_file" - }, - { - "input_id": "d1bbc8a6-9320-4527-bca3-2dbb172bea38", - "input_type": "sequence_file" - }, - { - "input_id": "30286c6d-ca78-4108-aff5-6809618656dc", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "dcaba295-f646-562f-8752-6f6fa634bc4f", - "output_type": "analysis_file" - }, - { - "output_id": "450befbb-21c9-5b53-a7b9-38b517cebe76", - "output_type": "analysis_file" - } - ], - "process_id": "997fecc1-cc72-4357-9a33-8aa2be30d96b", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f4183399-0e70-466e-8915-8e4481f9b7d1", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "6194245b-1ce5-495e-8e85-d859b3fcce66" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "6c52e66a-d034-476c-8f32-5d760b6a5029" - }, - { - "output_type": "sequence_file", - "output_id": "90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9" - }, - { - "output_type": "sequence_file", - "output_id": "de694c96-1135-4d40-a44c-88ca899d164c" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "2b8cad63-d0bc-486b-923d-cc6f11eb6394", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "6194245b-1ce5-495e-8e85-d859b3fcce66" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5d687d7c-8d96-4203-ad8e-d0668828ad37", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "7c2c2ced-a0e3-4df7-ae1d-890218465626" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "26131c11-6186-4b1a-b37d-fb12515622bf" - }, - { - "output_type": "sequence_file", - "output_id": "9447492f-3a6a-4f33-a128-605686ae6d65" - }, - { - "output_type": "sequence_file", - "output_id": "e97d853f-aaf2-4b69-8300-f9aac8111c39" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f0e53f0b-f5b9-4b5e-a168-de936401dc24", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "7c2c2ced-a0e3-4df7-ae1d-890218465626" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "ded9b30e-12df-4998-846a-7cef685e4bd6", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "19b7eb13-fef6-46a4-abb9-44a310e441b5" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42" - }, - { - "output_type": "sequence_file", - "output_id": "0565f81d-86a0-4591-8a29-f7e3306556f2" - }, - { - "output_type": "sequence_file", - "output_id": "dbe02baf-4c99-4784-bf03-2ebeeef70288" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f4a448a7-bc5a-4014-ab1f-0d1a8cd4e47c", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "19b7eb13-fef6-46a4-abb9-44a310e441b5" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "dd19fdc7-35a9-432f-9a97-670637433eda" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "3381994d-5624-4f5f-a574-01ad099c448c", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "17782e68-694a-42df-9411-9fd875b95cc7" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "012ba773-aefb-4d9f-8ec1-6714dc7f631b" - }, - { - "output_type": "sequence_file", - "output_id": "afe45faa-e5e1-4cf8-8d79-4092dca736bd" - }, - { - "output_type": "sequence_file", - "output_id": "e512685e-d15e-4b12-9f7f-e871da115586" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7ff7f0ac-a14a-4c42-800b-016141f020fd", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "bed46309-3752-4115-a307-8c20d93dce55" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "17782e68-694a-42df-9411-9fd875b95cc7" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "0c1455f0-64c2-48a5-bba1-15588755bad5", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "39046bdd-483c-44ad-9b50-dea608d34255" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "bed46309-3752-4115-a307-8c20d93dce55" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "49a158d2-9786-4f54-bac9-67244497c9c9", - "input_type": "sequence_file" - }, - { - "input_id": "d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc", - "input_type": "sequence_file" - }, - { - "input_id": "82c6f8e4-79f9-48b7-aab5-35853db742a4", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "c31aecba-db6a-5229-a729-66269d90ee8a", - "output_type": "analysis_file" - }, - { - "output_id": "853ce2df-ac1e-5d3b-aa74-00ff4eab33c2", - "output_type": "analysis_file" - } - ], - "process_id": "0233488f-2a92-4e5c-a7c5-3508b39762aa", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "ea99b549-cd95-445b-a796-a4ccd992491d", - "input_type": "sequence_file" - }, - { - "input_id": "76f76203-8b14-4a33-8a0d-d7687d887772", - "input_type": "sequence_file" - }, - { - "input_id": "69f04b25-c698-4a6e-aff3-7bccc1e969b7", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "129bdef3-ae23-5273-920f-204cccd878fc", - "output_type": "analysis_file" - }, - { - "output_id": "63bee9b4-8743-5a13-b144-80cf68313083", - "output_type": "analysis_file" - } - ], - "process_id": "4c1d363b-0560-49f2-addd-aaa879db3d30", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "39c59048-bac9-4b5b-935b-75b150931f41", - "input_type": "sequence_file" - }, - { - "input_id": "dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67", - "input_type": "sequence_file" - }, - { - "input_id": "384733f9-328f-4b3f-b201-9489ae09f5de", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "2c88ef68-7029-5f00-9387-a364d6292976", - "output_type": "analysis_file" - }, - { - "output_id": "bbb02342-bad3-5d6c-89fa-1cbaf2e7b5dd", - "output_type": "analysis_file" - } - ], - "process_id": "b486e644-c56d-4209-b7c7-e56c527306b2", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "71c8dfa2-0a8c-4ae0-8161-933454f56420", - "input_type": "sequence_file" - }, - { - "input_id": "232c6da0-b86b-4995-8da1-a428211af836", - "input_type": "sequence_file" - }, - { - "input_id": "ffba13e2-0937-49b3-961a-2ce3055ad5c6", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "2b64aedb-2563-547f-ba70-aa9b8c1d5d3f", - "output_type": "analysis_file" - }, - { - "output_id": "6008e2eb-ea1d-54b2-9611-fa896ae9aa21", - "output_type": "analysis_file" - } - ], - "process_id": "1a84035c-6716-40ce-844c-617eeaefb14d", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "c0e0476d-b0c5-434b-9c33-92e52900341d", - "input_type": "sequence_file" - }, - { - "input_id": "4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469", - "input_type": "sequence_file" - }, - { - "input_id": "f895f666-e3ed-4a7e-a7f5-42586a6244ea", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "d9b006ee-9626-517f-baed-e6c7bc8a8686", - "output_type": "analysis_file" - }, - { - "output_id": "e8cb5e82-22fa-5e54-984e-3d2e4b91a100", - "output_type": "analysis_file" - } - ], - "process_id": "4ae55a6b-6e40-4300-b2a7-7e8c72c285de", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "611d7372-2d5d-4b93-9cb8-b6d689b0f905", - "input_type": "sequence_file" - }, - { - "input_id": "9a4277c3-806b-4906-a777-613f01a51003", - "input_type": "sequence_file" - }, - { - "input_id": "9403a717-07d2-4510-9f19-77d41747c188", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "2d253fef-4538-511a-a960-bd999afeecf4", - "output_type": "analysis_file" - }, - { - "output_id": "fda0ea89-2300-59ed-9125-784883c5e211", - "output_type": "analysis_file" - } - ], - "process_id": "c6ca5e48-0be8-4b66-ac11-6e25511afe2a", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "inputs": [ - { - "input_id": "e79faefc-5135-4e43-a64d-8db7472d3f2e", - "input_type": "sequence_file" - }, - { - "input_id": "fa78c4ab-4057-45b1-8266-af045ae28535", - "input_type": "sequence_file" - }, - { - "input_id": "9c6fffe5-0f64-4325-8e2f-8be4fa5417b9", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "3450ac1e-8d8f-5bad-bd44-322d792acc8a", - "output_type": "analysis_file" - }, - { - "output_id": "fe4686b9-acd3-5237-acf1-1bd9cc0c19c5", - "output_type": "analysis_file" - } - ], - "process_id": "b9b49dd4-471a-4364-bc72-acaa1bcb633d", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "cfa1e5da-607e-49b6-aa0d-8f43702b971f", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "7318a24c-7abf-445d-b4d2-2c5acc01e715" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "69f04b25-c698-4a6e-aff3-7bccc1e969b7" - }, - { - "output_type": "sequence_file", - "output_id": "ea99b549-cd95-445b-a796-a4ccd992491d" - }, - { - "output_type": "sequence_file", - "output_id": "76f76203-8b14-4a33-8a0d-d7687d887772" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "687ef9ee-e18c-446f-bbb6-97c31ba0ce9b", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "7318a24c-7abf-445d-b4d2-2c5acc01e715" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "85dc3748-6751-482b-b7cd-c1e08f7df5c0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a9c40eb8-24b6-4436-a3d3-e8035e84f6ae", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "ae38fa93-e50c-4033-a1e9-ac404ede7380" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "550bbb11-4786-46b4-a9c1-46f105b14644" - }, - { - "output_type": "sequence_file", - "output_id": "85716ed2-d37c-4e4a-bd8a-864154bad299" - }, - { - "output_type": "sequence_file", - "output_id": "8a62b078-1656-4145-83ee-a54b74b1f566" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5b4f46d9-346e-4eec-b55e-801d37ece165", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "ae38fa93-e50c-4033-a1e9-ac404ede7380" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "37925a3b-3bce-4876-bb29-745922b2c972", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "8d7b1004-5265-40cd-8912-336d71e0f296" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "24c3ce12-e4f9-4299-a005-320d602716ce" - }, - { - "output_type": "sequence_file", - "output_id": "daa5945d-5d1f-4586-9c85-e3fa5af8bfb5" - }, - { - "output_type": "sequence_file", - "output_id": "e779b50e-a892-4a0c-af02-2dd400956018" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f70a20e6-ad33-424e-b385-bb9a19be000e", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "8d7b1004-5265-40cd-8912-336d71e0f296" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "0ceed66e-513f-450f-89e9-3206f4485cdf", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "469016a2-3bea-4244-8bae-835c499c8ac0" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "82c6f8e4-79f9-48b7-aab5-35853db742a4" - }, - { - "output_type": "sequence_file", - "output_id": "49a158d2-9786-4f54-bac9-67244497c9c9" - }, - { - "output_type": "sequence_file", - "output_id": "d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9210ccdd-107f-4ef3-9a2d-f9c573788f43", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "469016a2-3bea-4244-8bae-835c499c8ac0" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "8fee28bf-4f9b-4d62-814b-ea97119048ee", - "input_type": "sequence_file" - }, - { - "input_id": "32714f4f-1a04-4fc3-bdd9-2ae6473fe544", - "input_type": "sequence_file" - }, - { - "input_id": "9d578de9-08fb-47f8-9bc4-77e9577965e7", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "9baa3062-0022-53e2-a3df-14df08c4c66c", - "output_type": "analysis_file" - }, - { - "output_id": "d41aa539-54ba-5f2e-bfd6-4c9905ee38a1", - "output_type": "analysis_file" - } - ], - "process_id": "fbbd6c03-df0d-44dd-b383-c1efb83abb2e", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "e23d96b7-a271-403e-a29e-b2bdb1949070", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "ef50dd96-a305-4edd-84e7-aae93377c488" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "f895f666-e3ed-4a7e-a7f5-42586a6244ea" - }, - { - "output_type": "sequence_file", - "output_id": "c0e0476d-b0c5-434b-9c33-92e52900341d" - }, - { - "output_type": "sequence_file", - "output_id": "4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "43c13443-4e03-42b3-a32f-d048c8ea465e", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "ef50dd96-a305-4edd-84e7-aae93377c488" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "8f63d864-87e5-40f3-8f68-936640010c7d" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "22ccc95d-d789-4398-a790-83f86bb420d8", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "91a5af73-4a8a-4285-bcbb-42344e18745f" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "ffba13e2-0937-49b3-961a-2ce3055ad5c6" - }, - { - "output_type": "sequence_file", - "output_id": "71c8dfa2-0a8c-4ae0-8161-933454f56420" - }, - { - "output_type": "sequence_file", - "output_id": "232c6da0-b86b-4995-8da1-a428211af836" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5c745dc7-ece2-4df5-96b3-bca92b832c73", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "91a5af73-4a8a-4285-bcbb-42344e18745f" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "dd19fdc7-35a9-432f-9a97-670637433eda" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "807e13ad-b807-44b5-92c8-9057b858968f", - "input_type": "sequence_file" - }, - { - "input_id": "2b40b918-2632-4a06-9746-6f542d884b90", - "input_type": "sequence_file" - }, - { - "input_id": "32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7", - "output_type": "analysis_file" - }, - { - "output_id": "33055074-248b-57fe-99fd-b5deab653ac0", - "output_type": "analysis_file" - } - ], - "process_id": "e607b72f-3024-4d7e-8292-19d2d53a3a95", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "b1883730-3304-48c1-904b-eb90ab226168", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "02f33fc2-eb2f-4c78-a7f5-002a1747e71f" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "7efd8179-7a9a-4ef1-b199-46f94581cb1a" - }, - { - "output_type": "sequence_file", - "output_id": "455c6c50-9424-4dac-b67c-1be48276d5b5" - }, - { - "output_type": "sequence_file", - "output_id": "c27ebc26-f0b4-4f42-8b10-061fb04f77bd" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "71aef8a5-add1-46ce-b5e9-c172a52414a2", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "02f33fc2-eb2f-4c78-a7f5-002a1747e71f" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "c301901f-95cd-4a3e-a4df-761fa21e92af", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "700af591-d469-4a3d-a908-cff116f28242" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "9403a717-07d2-4510-9f19-77d41747c188" - }, - { - "output_type": "sequence_file", - "output_id": "611d7372-2d5d-4b93-9cb8-b6d689b0f905" - }, - { - "output_type": "sequence_file", - "output_id": "9a4277c3-806b-4906-a777-613f01a51003" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "d7f083b3-1e02-4838-a7a2-a52bc7bcb1bb", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "fbed02e6-1547-469c-b96f-45c61111af53" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "700af591-d469-4a3d-a908-cff116f28242" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a0cf7b57-f8ac-4591-bfe5-a9a2b7416057", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "1b5a4bc7-5a90-4782-a657-536a8b533156" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "fbed02e6-1547-469c-b96f-45c61111af53" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "inputs": [ - { - "input_id": "1a17a213-3a73-4af8-a105-6e5b3d056263", - "input_type": "sequence_file" - }, - { - "input_id": "4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34", - "input_type": "sequence_file" - }, - { - "input_id": "05345715-8f9f-44fe-8f28-f75552b17d5d", - "input_type": "sequence_file" - } - ], - "link_type": "process_link", - "outputs": [ - { - "output_id": "69cc1f24-8be9-58aa-af3e-99c13507216e", - "output_type": "analysis_file" - }, - { - "output_id": "00dbea45-4e4d-5220-985e-afd8dcfce0b5", - "output_type": "analysis_file" - } - ], - "process_id": "39c38ab6-dd8a-4098-87a8-8a861d55b7fb", - "process_type": "analysis_process", - "protocols": [ - { - "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", - "protocol_type": "analysis_protocol" - } - ] - }, - { - "link_type": "process_link", - "process_id": "b7914794-f8a7-4fba-bb5b-10536eac7d8b", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "5fc661b9-440a-4b6f-b2f9-f847043debec" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "41a13523-c45b-4546-8273-9321d9a2c250" - }, - { - "output_type": "sequence_file", - "output_id": "f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1" - }, - { - "output_type": "sequence_file", - "output_id": "82fc4ead-bf34-4834-91ed-cb6ec1717baa" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "69ccee6f-c88d-4443-88a0-e46ed47bf2a1", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "619887a0-67fb-4e24-be95-409f9b3e8474" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "5fc661b9-440a-4b6f-b2f9-f847043debec" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "c0c71843-6831-4e91-90cf-cb31d4a4b277", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "619887a0-67fb-4e24-be95-409f9b3e8474" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f26c4715-5488-4d7f-ae0e-1c965128fbb1", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "74d1b609-5477-4ec3-840e-fa721ffa580f" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "9c6fffe5-0f64-4325-8e2f-8be4fa5417b9" - }, - { - "output_type": "sequence_file", - "output_id": "e79faefc-5135-4e43-a64d-8db7472d3f2e" - }, - { - "output_type": "sequence_file", - "output_id": "fa78c4ab-4057-45b1-8266-af045ae28535" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "e9eb59a6-8324-47c7-8d54-4517587c6802", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "74d1b609-5477-4ec3-840e-fa721ffa580f" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "42b114bb-27ee-4415-b046-7ee5581adc27", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "64713d72-8e8f-4350-a3ba-e1981c872100" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "3c6b5196-4dd9-4c23-a9d1-c1341d889ecf" - }, - { - "output_type": "sequence_file", - "output_id": "22d5f584-ff73-4a10-8377-387983b72a87" - }, - { - "output_type": "sequence_file", - "output_id": "601bacd5-c250-4dd3-a83d-c9f31a1b0dd8" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5a0999a5-9945-4d18-8f0a-7ed5a6b1f27b", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "64713d72-8e8f-4350-a3ba-e1981c872100" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7f0f3ad8-9052-4003-ac7d-4e2e509b85f5", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "4c32ae0b-8338-4906-90ef-06e1e4fd7577" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d" - }, - { - "output_type": "sequence_file", - "output_id": "807e13ad-b807-44b5-92c8-9057b858968f" - }, - { - "output_type": "sequence_file", - "output_id": "2b40b918-2632-4a06-9746-6f542d884b90" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "8d4c4056-6a9b-4c33-907c-66f4351fe7c1", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "4c32ae0b-8338-4906-90ef-06e1e4fd7577" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "16d53d3e-88ef-444a-aaec-e7947fc3e779", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "eed4d335-880b-4735-9d04-cdbf706e3d44" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "7fa6adde-000d-4360-9f45-2b5da4721f70", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "38b67b47-7ef3-4e9e-88e1-3a8376769eb0" - }, - { - "output_type": "sequence_file", - "output_id": "0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1" - }, - { - "output_type": "sequence_file", - "output_id": "4b06739c-d81c-45cd-825f-cc5145f15065" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "b92aadd5-3603-4e12-a92d-22e1f9757361", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "232174af-3ebf-4b3b-97fd-35547950c4c8", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "c8d8c14f-4e5e-4911-a386-391fd1153969" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "0619dd26-7a22-4fc9-ac35-7a381a502e6f" - }, - { - "output_type": "sequence_file", - "output_id": "a3bef94d-a68f-43d4-8cb8-58977b20f849" - }, - { - "output_type": "sequence_file", - "output_id": "c30c31d2-ccfb-4651-8b78-a25a23ab4e95" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f3e0b538-bf64-417d-8746-52d5ad9311be", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "c8d8c14f-4e5e-4911-a386-391fd1153969" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a2653332-1aab-49d6-8da8-b5c5fe004e70", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "5baa7164-60f5-4b28-8bad-e9a0563cac70" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a0e661e2-dac9-4004-9605-8307c15f831d", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "732d6ffa-1d89-4476-ad10-5ce9d83a78ad" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "d3c05176-1d0b-4ce1-b005-0af8c35129cd" - }, - { - "output_type": "sequence_file", - "output_id": "835ec088-c1a5-4b0c-897c-22bc92950587" - }, - { - "output_type": "sequence_file", - "output_id": "0f15fb43-c791-4113-a721-a9e3767e8f6d" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "61a4052c-bbc0-4666-9747-ed6b4c706ac6", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "732d6ffa-1d89-4476-ad10-5ce9d83a78ad" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "73bd1209-cfb5-420f-bd97-574ed9c7cd0e", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "d4b2569d-4f63-41c0-9a11-97068ee3ae68" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "da490be5-56d8-4510-a3c9-c256666fbe4d" - }, - { - "output_type": "sequence_file", - "output_id": "ba276a56-3bdf-42ff-93f4-2920c3a288f9" - }, - { - "output_type": "sequence_file", - "output_id": "be3cffb9-150a-4a1e-8f4b-a0afde4eea5a" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "aa76f640-744e-4c50-92af-33c7f54fc7ee", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "d4b2569d-4f63-41c0-9a11-97068ee3ae68" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "bc5ba4f6-a3f1-4156-830f-11228df251bc", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "90ab9fe3-3847-4477-bff8-66db44610c92" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "71e9623c-1cfa-4efe-9448-f4014da727dc" - }, - { - "output_type": "sequence_file", - "output_id": "96cbabdb-30b4-4c71-9250-bb7efcd9ee1e" - }, - { - "output_type": "sequence_file", - "output_id": "44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a753faac-75d8-442d-a44d-b0320ba88fe0", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "90ab9fe3-3847-4477-bff8-66db44610c92" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "b49fb5d4-6f31-4b7d-827e-bc09ed30a167", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "1fe49331-d165-4443-a82b-612309cb9567" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "384733f9-328f-4b3f-b201-9489ae09f5de" - }, - { - "output_type": "sequence_file", - "output_id": "39c59048-bac9-4b5b-935b-75b150931f41" - }, - { - "output_type": "sequence_file", - "output_id": "dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "282fda83-f6d8-4d5b-b47a-14d13d5206fe", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "fbed02e6-1547-469c-b96f-45c61111af53" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "1fe49331-d165-4443-a82b-612309cb9567" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "a0cf7b57-f8ac-4591-bfe5-a9a2b7416057", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "1b5a4bc7-5a90-4782-a657-536a8b533156" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "fbed02e6-1547-469c-b96f-45c61111af53" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "951a8ffc-69c5-4f7c-8ee8-39b76171f630", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "85e09b5b-24a8-4eea-9b0a-8ca17f9db79d" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "ed8bc174-30cc-4fa4-9e48-0543b825b1e4" - }, - { - "output_type": "sequence_file", - "output_id": "785275c2-08e7-486f-bed5-850993b704d3" - }, - { - "output_type": "sequence_file", - "output_id": "75017000-be20-4f58-91ea-abaf63344959" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "72abfd0e-51d3-4b13-8495-bfaab2f1096b", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "85e09b5b-24a8-4eea-9b0a-8ca17f9db79d" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "ea7b5ae7-acdc-4d67-8665-c8a0b52da561", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ba005942-3abb-4988-90a4-57747fb05b8b" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "2d0d630a-58dd-42f7-bd7e-579ebec98d48", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "4dae1604-6e74-4306-ae82-2da7ca2efd77" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "b61e4f40-1742-4bbb-a20d-78a934c5f8de" - }, - { - "output_type": "sequence_file", - "output_id": "81204476-377f-4bf9-b5de-27f8b14d47c5" - }, - { - "output_type": "sequence_file", - "output_id": "c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "87fa5eb0-98d2-40ae-8bb1-445d0d2d0c11", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "4dae1604-6e74-4306-ae82-2da7ca2efd77" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "62a131e1-c415-460e-bc5b-75cca5d3323b", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "470877fd-03da-40a6-9508-330b580cf728" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "7ae24487-8546-422c-ad9b-bfa36bdd6ba4" - }, - { - "output_type": "sequence_file", - "output_id": "b4d16fe2-eeac-4a26-9cc3-17414b87f3b1" - }, - { - "output_type": "sequence_file", - "output_id": "9c25532b-bbac-408a-8b3b-4d7f565f11b9" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "b2b1e2e5-b9f9-4a5f-91c5-ea7cda58cffe", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "470877fd-03da-40a6-9508-330b580cf728" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "dd19fdc7-35a9-432f-9a97-670637433eda" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9bb08d39-3957-4ff7-a20d-cc45a1cb38ab", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "4fd506bc-5824-4a7b-a44a-8d02532c5277" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "30286c6d-ca78-4108-aff5-6809618656dc" - }, - { - "output_type": "sequence_file", - "output_id": "23a28752-d0c7-4a3c-8548-acc8ddc26af4" - }, - { - "output_type": "sequence_file", - "output_id": "d1bbc8a6-9320-4527-bca3-2dbb172bea38" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "96d2674c-2f8f-4495-b95f-a6be448ba8fb", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "4fd506bc-5824-4a7b-a44a-8d02532c5277" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "85dc3748-6751-482b-b7cd-c1e08f7df5c0" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "0dd65ce8-29ba-4341-9a93-eb2ca1f06c72", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "a69fcb4d-a7ec-4101-9e5a-1959bc3265ae" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "9d578de9-08fb-47f8-9bc4-77e9577965e7" - }, - { - "output_type": "sequence_file", - "output_id": "8fee28bf-4f9b-4d62-814b-ea97119048ee" - }, - { - "output_type": "sequence_file", - "output_id": "32714f4f-1a04-4fc3-bdd9-2ae6473fe544" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "796e5529-dd1a-4579-a469-a770eaa2216f", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "a69fcb4d-a7ec-4101-9e5a-1959bc3265ae" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" - } - ] - }, - { - "link_type": "process_link", - "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - }, - { - "link_type": "process_link", - "process_id": "536ba4f7-6694-4a31-8df1-0e6668ed10da", - "process_type": "process", - "inputs": [ - { - "input_type": "cell_suspension", - "input_id": "2b532bac-4ebb-47db-b5e2-37b8da2b5f6c" - } - ], - "outputs": [ - { - "output_type": "sequence_file", - "output_id": "05345715-8f9f-44fe-8f28-f75552b17d5d" - }, - { - "output_type": "sequence_file", - "output_id": "1a17a213-3a73-4af8-a105-6e5b3d056263" - }, - { - "output_type": "sequence_file", - "output_id": "4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34" - } - ], - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" - } - ] - }, - { - "link_type": "process_link", - "process_id": "aeaa76b1-161d-4d9f-a520-d30e87d9c1d9", - "process_type": "process", - "inputs": [ - { - "input_type": "specimen_from_organism", - "input_id": "94259313-d341-4b1f-b9cc-48a760d81c19" - } - ], - "outputs": [ - { - "output_type": "cell_suspension", - "output_id": "2b532bac-4ebb-47db-b5e2-37b8da2b5f6c" - } - ], - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" - } - ] - }, - { - "link_type": "process_link", - "process_id": "2415ecb9-08af-4ecc-868b-69ba70a43c81", - "process_type": "process", - "inputs": [ - { - "input_type": "donor_organism", - "input_id": "f2ed99b4-a68d-4d54-8c65-9534ad5931b5" - } - ], - "outputs": [ - { - "output_type": "specimen_from_organism", - "output_id": "94259313-d341-4b1f-b9cc-48a760d81c19" - } - ], - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" - } - ] - } - ] - }, - "analysis_file_0.json": { + "analysis_file/00dbea45-4e4d-5220-985e-afd8dcfce0b5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12370,7 +2466,7 @@ }, "schema_type": "file" }, - "analysis_file_1.json": { + "analysis_file/07a18873-6df1-57a8-848c-980bfa29fbf5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12389,7 +2485,7 @@ }, "schema_type": "file" }, - "analysis_file_2.json": { + "analysis_file/07a81052-3964-5b08-8f2d-066c1e29de7d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12408,7 +2504,7 @@ }, "schema_type": "file" }, - "analysis_file_3.json": { + "analysis_file/07b48eae-1703-5821-b3e6-66bb1488e7b2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12427,7 +2523,7 @@ }, "schema_type": "file" }, - "analysis_file_4.json": { + "analysis_file/087aca40-9bc5-56b9-8cd5-a5a0488c18f2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12446,7 +2542,7 @@ }, "schema_type": "file" }, - "analysis_file_5.json": { + "analysis_file/0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12465,7 +2561,7 @@ }, "schema_type": "file" }, - "analysis_file_6.json": { + "analysis_file/0db36828-3fae-5bd2-b052-ae63b88693d9": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12484,7 +2580,7 @@ }, "schema_type": "file" }, - "analysis_file_7.json": { + "analysis_file/11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12503,7 +2599,7 @@ }, "schema_type": "file" }, - "analysis_file_8.json": { + "analysis_file/129bdef3-ae23-5273-920f-204cccd878fc": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12522,7 +2618,7 @@ }, "schema_type": "file" }, - "analysis_file_9.json": { + "analysis_file/1685c144-966c-53fe-8bd3-2a053b55966c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12541,7 +2637,7 @@ }, "schema_type": "file" }, - "analysis_file_10.json": { + "analysis_file/1da5525c-2986-510e-9890-748b232ad65e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12554,7 +2650,7 @@ }, "schema_type": "file" }, - "analysis_file_11.json": { + "analysis_file/1f43235c-6299-527b-b470-2b6638bdaf8b": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12567,7 +2663,7 @@ }, "schema_type": "file" }, - "analysis_file_12.json": { + "analysis_file/295db19e-bdcc-5428-a68a-e0de856c4522": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12586,7 +2682,7 @@ }, "schema_type": "file" }, - "analysis_file_13.json": { + "analysis_file/2b64aedb-2563-547f-ba70-aa9b8c1d5d3f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12605,7 +2701,7 @@ }, "schema_type": "file" }, - "analysis_file_14.json": { + "analysis_file/2c88ef68-7029-5f00-9387-a364d6292976": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12624,7 +2720,7 @@ }, "schema_type": "file" }, - "analysis_file_15.json": { + "analysis_file/2d253fef-4538-511a-a960-bd999afeecf4": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12643,7 +2739,7 @@ }, "schema_type": "file" }, - "analysis_file_16.json": { + "analysis_file/33055074-248b-57fe-99fd-b5deab653ac0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12656,7 +2752,7 @@ }, "schema_type": "file" }, - "analysis_file_17.json": { + "analysis_file/3450ac1e-8d8f-5bad-bd44-322d792acc8a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12675,7 +2771,7 @@ }, "schema_type": "file" }, - "analysis_file_18.json": { + "analysis_file/35bc8baa-8916-5835-940c-ce684f30d4aa": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12688,7 +2784,7 @@ }, "schema_type": "file" }, - "analysis_file_19.json": { + "analysis_file/3aa80a42-646a-5953-afe6-b177a78297df": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12707,7 +2803,7 @@ }, "schema_type": "file" }, - "analysis_file_20.json": { + "analysis_file/450befbb-21c9-5b53-a7b9-38b517cebe76": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12720,7 +2816,7 @@ }, "schema_type": "file" }, - "analysis_file_21.json": { + "analysis_file/489c7fd9-1ac8-5b78-a91d-a44761f9d6e0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12733,7 +2829,7 @@ }, "schema_type": "file" }, - "analysis_file_22.json": { + "analysis_file/4964726c-4bf7-58a0-a401-6eecf9c7a3b3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12746,7 +2842,7 @@ }, "schema_type": "file" }, - "analysis_file_23.json": { + "analysis_file/4a28b164-2d5a-5232-946a-ac70276036b5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12759,7 +2855,7 @@ }, "schema_type": "file" }, - "analysis_file_24.json": { + "analysis_file/4a302268-f155-5a27-b164-dff6f1fc78fa": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12778,7 +2874,7 @@ }, "schema_type": "file" }, - "analysis_file_25.json": { + "analysis_file/4ba8f00e-0833-5862-bc6e-0cc2acb5d684": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12797,7 +2893,7 @@ }, "schema_type": "file" }, - "analysis_file_26.json": { + "analysis_file/52ca4cde-727f-564e-95dd-7872573ebeba": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12816,7 +2912,7 @@ }, "schema_type": "file" }, - "analysis_file_27.json": { + "analysis_file/538399a0-da86-57f5-88c6-b150db89c3f3": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12835,7 +2931,7 @@ }, "schema_type": "file" }, - "analysis_file_28.json": { + "analysis_file/561a5c40-9014-5bce-b48b-a2df2687b562": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12848,7 +2944,7 @@ }, "schema_type": "file" }, - "analysis_file_29.json": { + "analysis_file/6008e2eb-ea1d-54b2-9611-fa896ae9aa21": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12861,7 +2957,7 @@ }, "schema_type": "file" }, - "analysis_file_30.json": { + "analysis_file/61a2e552-6617-589e-8985-e1b730d3095c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12874,7 +2970,7 @@ }, "schema_type": "file" }, - "analysis_file_31.json": { + "analysis_file/61d46fd3-fd85-5eb1-a251-7000d2394830": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12887,7 +2983,7 @@ }, "schema_type": "file" }, - "analysis_file_32.json": { + "analysis_file/63bee9b4-8743-5a13-b144-80cf68313083": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12900,7 +2996,7 @@ }, "schema_type": "file" }, - "analysis_file_33.json": { + "analysis_file/65358965-9b3b-5187-bf6a-f918c6009f83": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12913,7 +3009,7 @@ }, "schema_type": "file" }, - "analysis_file_34.json": { + "analysis_file/69cc1f24-8be9-58aa-af3e-99c13507216e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12932,7 +3028,7 @@ }, "schema_type": "file" }, - "analysis_file_35.json": { + "analysis_file/6a019fd6-5db6-5717-8c4a-3a22a6fba738": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12945,7 +3041,7 @@ }, "schema_type": "file" }, - "analysis_file_36.json": { + "analysis_file/6a73dfce-0163-5b3e-b1cd-0df84fb30871": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -12964,7 +3060,7 @@ }, "schema_type": "file" }, - "analysis_file_37.json": { + "analysis_file/789c58d2-6a0d-514e-ac56-f884cd5e078d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12977,7 +3073,7 @@ }, "schema_type": "file" }, - "analysis_file_38.json": { + "analysis_file/80738c1d-105a-525e-8b84-ae666d549159": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -12990,7 +3086,7 @@ }, "schema_type": "file" }, - "analysis_file_39.json": { + "analysis_file/81f56ff9-36eb-5897-b2e7-318c075ecbc8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13003,7 +3099,7 @@ }, "schema_type": "file" }, - "analysis_file_40.json": { + "analysis_file/845dd01f-cad1-54a4-8ff3-acd78d29a5b1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13022,7 +3118,7 @@ }, "schema_type": "file" }, - "analysis_file_41.json": { + "analysis_file/853ce2df-ac1e-5d3b-aa74-00ff4eab33c2": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13035,7 +3131,7 @@ }, "schema_type": "file" }, - "analysis_file_42.json": { + "analysis_file/8848e80d-192f-5c47-bb3e-ef0d519e1761": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13054,7 +3150,7 @@ }, "schema_type": "file" }, - "analysis_file_43.json": { + "analysis_file/8cdbf96a-27ae-590c-b967-8a850c760785": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13073,7 +3169,7 @@ }, "schema_type": "file" }, - "analysis_file_44.json": { + "analysis_file/8de90a27-1f7c-5651-b3d6-8527c1ed92d6": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13092,7 +3188,7 @@ }, "schema_type": "file" }, - "analysis_file_45.json": { + "analysis_file/8f3ed51f-9369-59ac-a2bc-70e1af25d169": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13111,7 +3207,7 @@ }, "schema_type": "file" }, - "analysis_file_46.json": { + "analysis_file/90465f43-bfdf-56d4-a9e1-7a765d60a1fe": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13124,7 +3220,7 @@ }, "schema_type": "file" }, - "analysis_file_47.json": { + "analysis_file/91caea03-3c9a-5ba8-9acc-3685e3a6062e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13143,7 +3239,7 @@ }, "schema_type": "file" }, - "analysis_file_48.json": { + "analysis_file/9b6d349f-774f-56e1-ab6b-938385c60a4f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13162,7 +3258,7 @@ }, "schema_type": "file" }, - "analysis_file_49.json": { + "analysis_file/9baa3062-0022-53e2-a3df-14df08c4c66c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13181,7 +3277,7 @@ }, "schema_type": "file" }, - "analysis_file_50.json": { + "analysis_file/a0ea22e2-cab6-506d-8211-bb479591a04c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13194,7 +3290,7 @@ }, "schema_type": "file" }, - "analysis_file_51.json": { + "analysis_file/a1dbe553-ade6-5ce4-b9f9-77c740891c97": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13207,7 +3303,7 @@ }, "schema_type": "file" }, - "analysis_file_52.json": { + "analysis_file/a78f0746-6eed-5b0e-9772-aab4bceec02c": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13220,7 +3316,7 @@ }, "schema_type": "file" }, - "analysis_file_53.json": { + "analysis_file/b13f3346-158d-5509-bc82-3aed1b2c23be": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13233,7 +3329,7 @@ }, "schema_type": "file" }, - "analysis_file_54.json": { + "analysis_file/b4f3e64c-ff38-5dd3-8656-ee8c06b1c673": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13246,7 +3342,7 @@ }, "schema_type": "file" }, - "analysis_file_55.json": { + "analysis_file/b7f87bc7-bb85-5bd8-beae-1d14cd6846ef": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13265,7 +3361,7 @@ }, "schema_type": "file" }, - "analysis_file_56.json": { + "analysis_file/b9877824-638a-5fde-8196-70317fa1cc19": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13284,7 +3380,7 @@ }, "schema_type": "file" }, - "analysis_file_57.json": { + "analysis_file/bbb02342-bad3-5d6c-89fa-1cbaf2e7b5dd": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13297,7 +3393,7 @@ }, "schema_type": "file" }, - "analysis_file_58.json": { + "analysis_file/bc454c4f-c3b4-565f-be09-44d7523a80de": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13310,7 +3406,7 @@ }, "schema_type": "file" }, - "analysis_file_59.json": { + "analysis_file/c1770287-3376-5cc1-a2a2-9676e7f5716e": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13329,7 +3425,7 @@ }, "schema_type": "file" }, - "analysis_file_60.json": { + "analysis_file/c18f9014-7086-5216-a73a-e37af51f2bbb": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13349,7 +3445,7 @@ }, "schema_type": "file" }, - "analysis_file_61.json": { + "analysis_file/c31aecba-db6a-5229-a729-66269d90ee8a": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13368,7 +3464,7 @@ }, "schema_type": "file" }, - "analysis_file_62.json": { + "analysis_file/c5ab8014-5630-5ce5-9aaf-247e12d4ef6d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13381,7 +3477,7 @@ }, "schema_type": "file" }, - "analysis_file_63.json": { + "analysis_file/cc430c2e-f377-5651-aa5d-3dfa30b421cd": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13394,7 +3490,7 @@ }, "schema_type": "file" }, - "analysis_file_64.json": { + "analysis_file/ce52572d-f7d1-585d-a54f-fc14297d19c0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13413,7 +3509,7 @@ }, "schema_type": "file" }, - "analysis_file_65.json": { + "analysis_file/d1b3c364-8f6c-57d2-847c-1b22257f7e87": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13426,7 +3522,7 @@ }, "schema_type": "file" }, - "analysis_file_66.json": { + "analysis_file/d2b3f3a1-b030-5c80-89d4-42a76db79127": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13439,7 +3535,7 @@ }, "schema_type": "file" }, - "analysis_file_67.json": { + "analysis_file/d3142cb9-7285-5185-a5a5-c63d5f3cade8": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13452,7 +3548,7 @@ }, "schema_type": "file" }, - "analysis_file_68.json": { + "analysis_file/d41aa539-54ba-5f2e-bfd6-4c9905ee38a1": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13465,7 +3561,7 @@ }, "schema_type": "file" }, - "analysis_file_69.json": { + "analysis_file/d8146d19-442a-5dbe-a075-b3a1ef0ebf07": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13484,7 +3580,7 @@ }, "schema_type": "file" }, - "analysis_file_70.json": { + "analysis_file/d9b006ee-9626-517f-baed-e6c7bc8a8686": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13503,7 +3599,7 @@ }, "schema_type": "file" }, - "analysis_file_71.json": { + "analysis_file/dc9ec562-3a71-5e42-b486-4f846ff7fcc0": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13522,7 +3618,7 @@ }, "schema_type": "file" }, - "analysis_file_72.json": { + "analysis_file/dcaba295-f646-562f-8752-6f6fa634bc4f": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13541,7 +3637,7 @@ }, "schema_type": "file" }, - "analysis_file_73.json": { + "analysis_file/e0b0252f-8351-5ce3-a804-632a1cd78d28": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13554,7 +3650,7 @@ }, "schema_type": "file" }, - "analysis_file_74.json": { + "analysis_file/e3735012-e613-5a77-b38e-68fb27f9fdd7": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13573,7 +3669,7 @@ }, "schema_type": "file" }, - "analysis_file_75.json": { + "analysis_file/e6604cbc-c882-5f03-b4d0-807eb969a293": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [ @@ -13592,7 +3688,7 @@ }, "schema_type": "file" }, - "analysis_file_76.json": { + "analysis_file/e6a532d6-bba0-5304-809c-5fc5f8373529": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13605,7 +3701,7 @@ }, "schema_type": "file" }, - "analysis_file_77.json": { + "analysis_file/e8cb5e82-22fa-5e54-984e-3d2e4b91a100": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13618,7 +3714,7 @@ }, "schema_type": "file" }, - "analysis_file_78.json": { + "analysis_file/fda0ea89-2300-59ed-9125-784883c5e211": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13631,7 +3727,7 @@ }, "schema_type": "file" }, - "analysis_file_79.json": { + "analysis_file/fe4686b9-acd3-5237-acf1-1bd9cc0c19c5": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13644,7 +3740,7 @@ }, "schema_type": "file" }, - "analysis_file_80.json": { + "analysis_file/ff3b3d1c-2ba9-50a9-9ca7-0558012cbe7d": { "describedBy": "https://schema.humancellatlas.org/type/file/6.2.0/analysis_file", "file_core": { "content_description": [], @@ -13657,7 +3753,7 @@ }, "schema_type": "file" }, - "analysis_protocol_0.json": { + "analysis_protocol/289ec28b-ce11-5be8-89ab-92fbceb874a0": { "computational_method": "Optimus", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -13673,7 +3769,7 @@ "text": "analysis_protocol" } }, - "analysis_protocol_1.json": { + "analysis_protocol/432a7422-59b5-5c46-8983-a7953f196781": { "computational_method": "optimus_post_processing_v1.0.0", "describedBy": "https://schema.humancellatlas.org/type/protocol/analysis/9.1.0/analysis_protocol", "protocol_core": { @@ -13689,7 +3785,7 @@ "text": "analysis; merge matrices" } }, - "project_0.json": { + "project/f2fe82f0-4454-4d84-b416-a885f3121e59": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -14022,7 +4118,7 @@ "schema_minor_version": 1 } }, - "analysis_process_0.json": { + "analysis_process/0233488f-2a92-4e5c-a7c5-3508b39762aa": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -14322,7 +4418,7 @@ "text": "analysis" } }, - "analysis_process_1.json": { + "analysis_process/09f063d9-7bc8-4567-bc27-fa1e7c87fa4d": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -14622,7 +4718,7 @@ "text": "analysis" } }, - "analysis_process_2.json": { + "analysis_process/0c75f376-4092-403f-8b91-dbb19b4fdf94": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -14922,7 +5018,7 @@ "text": "analysis" } }, - "analysis_process_3.json": { + "analysis_process/16c04a1a-6c78-4755-ada4-36025cd69ce9": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15222,7 +5318,7 @@ "text": "analysis" } }, - "analysis_process_4.json": { + "analysis_process/198dff35-0fb9-4edc-bf0c-e973ac7eba59": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15522,7 +5618,7 @@ "text": "analysis" } }, - "analysis_process_5.json": { + "analysis_process/1a84035c-6716-40ce-844c-617eeaefb14d": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -15822,7 +5918,7 @@ "text": "analysis" } }, - "analysis_process_6.json": { + "analysis_process/1f4840ce-45d5-4dbc-87a1-c2b06d0aa6c8": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -16122,7 +6218,7 @@ "text": "analysis" } }, - "analysis_process_7.json": { + "analysis_process/2096cc65-c180-45f2-93b7-fcc5c21db3a1": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -16422,7 +6518,7 @@ "text": "analysis" } }, - "analysis_process_8.json": { + "analysis_process/20eaba77-49c4-4d9e-9e82-fb6351a9012a": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -16722,7 +6818,7 @@ "text": "analysis" } }, - "analysis_process_9.json": { + "analysis_process/21581af6-c4c4-4268-9d63-cf5a3a7f5058": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -17022,7 +7118,7 @@ "text": "analysis" } }, - "analysis_process_10.json": { + "analysis_process/223980cd-b247-415a-bb6d-41ed360837f2": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -17322,7 +7418,7 @@ "text": "analysis" } }, - "analysis_process_11.json": { + "analysis_process/3650db01-27bd-4371-a431-71d28620a40a": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -17622,7 +7718,7 @@ "text": "analysis" } }, - "analysis_process_12.json": { + "analysis_process/39c38ab6-dd8a-4098-87a8-8a861d55b7fb": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -17922,7 +8018,7 @@ "text": "analysis" } }, - "analysis_process_13.json": { + "analysis_process/46dc43b4-19e7-475f-a015-157436454de4": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [], @@ -17942,7 +8038,7 @@ "text": "analysis; merge matrices" } }, - "analysis_process_14.json": { + "analysis_process/4ae55a6b-6e40-4300-b2a7-7e8c72c285de": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -18242,7 +8338,7 @@ "text": "analysis" } }, - "analysis_process_15.json": { + "analysis_process/4c1d363b-0560-49f2-addd-aaa879db3d30": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -18542,7 +8638,7 @@ "text": "analysis" } }, - "analysis_process_16.json": { + "analysis_process/58d03b27-9049-444e-a337-3491a5d715e1": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -18842,7 +8938,7 @@ "text": "analysis" } }, - "analysis_process_17.json": { + "analysis_process/725cbe75-92a1-46dc-862a-1b9d012e0fc1": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -19142,7 +9238,7 @@ "text": "analysis" } }, - "analysis_process_18.json": { + "analysis_process/82c03181-f541-4770-8bad-5fb68bf221b2": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -19442,7 +9538,7 @@ "text": "analysis" } }, - "analysis_process_19.json": { + "analysis_process/98f74c7b-abd8-4adc-b68f-f68aa5d3e58c": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -19742,7 +9838,7 @@ "text": "analysis" } }, - "analysis_process_20.json": { + "analysis_process/997fecc1-cc72-4357-9a33-8aa2be30d96b": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -20042,7 +10138,7 @@ "text": "analysis" } }, - "analysis_process_21.json": { + "analysis_process/a87c5838-140e-40f4-97b0-591aecbe1b3c": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -20342,7 +10438,7 @@ "text": "analysis" } }, - "analysis_process_22.json": { + "analysis_process/b486e644-c56d-4209-b7c7-e56c527306b2": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -20642,7 +10738,7 @@ "text": "analysis" } }, - "analysis_process_23.json": { + "analysis_process/b9b49dd4-471a-4364-bc72-acaa1bcb633d": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -20942,7 +11038,7 @@ "text": "analysis" } }, - "analysis_process_24.json": { + "analysis_process/bc6bf485-351c-47c7-9837-d564bd32699b": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -21242,7 +11338,7 @@ "text": "analysis" } }, - "analysis_process_25.json": { + "analysis_process/bcee0e35-49c4-4af1-b202-eaf4df226025": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -21542,7 +11638,7 @@ "text": "analysis" } }, - "analysis_process_26.json": { + "analysis_process/c1ab22ca-2289-4384-82be-a3f16bdf113d": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -21842,7 +11938,7 @@ "text": "analysis" } }, - "analysis_process_27.json": { + "analysis_process/c6ca5e48-0be8-4b66-ac11-6e25511afe2a": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -22142,7 +12238,7 @@ "text": "analysis" } }, - "analysis_process_28.json": { + "analysis_process/cdba26d8-9b1d-471f-9a08-875a09cbb96b": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -22442,7 +12538,7 @@ "text": "analysis" } }, - "analysis_process_29.json": { + "analysis_process/d09272b0-2827-4b7b-9a8c-a63fec7376ca": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -22742,7 +12838,7 @@ "text": "analysis" } }, - "analysis_process_30.json": { + "analysis_process/d2b4df36-221d-413d-8e9a-b233b72d3832": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -23042,7 +13138,7 @@ "text": "analysis" } }, - "analysis_process_31.json": { + "analysis_process/d3c42b32-d484-458c-ad66-e7e9e7889ee9": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -23342,7 +13438,7 @@ "text": "analysis" } }, - "analysis_process_32.json": { + "analysis_process/dab143f7-7a17-48ba-a7b9-60064444ada5": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -23642,7 +13738,7 @@ "text": "analysis" } }, - "analysis_process_33.json": { + "analysis_process/e1b9ecf6-6fd8-4bc1-a28d-e9c9850055af": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -23942,7 +14038,7 @@ "text": "analysis" } }, - "analysis_process_34.json": { + "analysis_process/e607b72f-3024-4d7e-8292-19d2d53a3a95": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -24242,7 +14338,7 @@ "text": "analysis" } }, - "analysis_process_35.json": { + "analysis_process/e9de5082-46c8-4b26-83c0-7fd480dcb142": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -24542,7 +14638,7 @@ "text": "analysis" } }, - "analysis_process_36.json": { + "analysis_process/f1f25c56-1cd7-44e4-8e58-7adafd43529c": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -24842,7 +14938,7 @@ "text": "analysis" } }, - "analysis_process_37.json": { + "analysis_process/f3b53d83-7ee7-42db-b2d5-05a792204872": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -25142,7 +15238,7 @@ "text": "analysis" } }, - "analysis_process_38.json": { + "analysis_process/fbbd6c03-df0d-44dd-b383-c1efb83abb2e": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -25442,7 +15538,7 @@ "text": "analysis" } }, - "analysis_process_39.json": { + "analysis_process/fd0cff96-93f2-4eb4-88f2-991f60542f46": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -25742,7 +15838,7 @@ "text": "analysis" } }, - "analysis_process_40.json": { + "analysis_process/fe261b23-efd5-445b-8dd4-46e47231ccff": { "analysis_run_type": "run", "describedBy": "https://schema.humancellatlas.org/type/process/analysis/12.0.0/analysis_process", "inputs": [ @@ -26042,7 +16138,7 @@ "text": "analysis" } }, - "sequence_file_0.json": { + "sequence_file/012ba773-aefb-4d9f-8ec1-6714dc7f631b": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26069,7 +16165,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/05345715-8f9f-44fe-8f28-f75552b17d5d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26096,7 +16192,7 @@ "schema_minor_version": 2 } }, - "sequence_file_2.json": { + "sequence_file/0565f81d-86a0-4591-8a29-f7e3306556f2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26123,7 +16219,7 @@ "schema_minor_version": 2 } }, - "sequence_file_3.json": { + "sequence_file/0619dd26-7a22-4fc9-ac35-7a381a502e6f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26150,7 +16246,7 @@ "schema_minor_version": 2 } }, - "sequence_file_4.json": { + "sequence_file/0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26177,7 +16273,7 @@ "schema_minor_version": 2 } }, - "sequence_file_5.json": { + "sequence_file/0f15fb43-c791-4113-a721-a9e3767e8f6d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26204,7 +16300,7 @@ "schema_minor_version": 2 } }, - "sequence_file_6.json": { + "sequence_file/0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26231,7 +16327,7 @@ "schema_minor_version": 2 } }, - "sequence_file_7.json": { + "sequence_file/10a76c2f-2a9b-4430-88bc-c4f3828e4e3f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26258,7 +16354,7 @@ "schema_minor_version": 2 } }, - "sequence_file_8.json": { + "sequence_file/15af1b4f-6944-4af6-8a2a-4fea163edde2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26285,7 +16381,7 @@ "schema_minor_version": 2 } }, - "sequence_file_9.json": { + "sequence_file/1872f705-7ccc-42af-80c5-7645ccd2848c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26312,7 +16408,7 @@ "schema_minor_version": 2 } }, - "sequence_file_10.json": { + "sequence_file/1a17a213-3a73-4af8-a105-6e5b3d056263": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26339,7 +16435,7 @@ "schema_minor_version": 2 } }, - "sequence_file_11.json": { + "sequence_file/1e0c544d-2963-4fde-b3cb-5bb9b938acaa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26366,7 +16462,7 @@ "schema_minor_version": 2 } }, - "sequence_file_12.json": { + "sequence_file/22d5f584-ff73-4a10-8377-387983b72a87": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26393,7 +16489,7 @@ "schema_minor_version": 2 } }, - "sequence_file_13.json": { + "sequence_file/232c6da0-b86b-4995-8da1-a428211af836": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26420,7 +16516,7 @@ "schema_minor_version": 2 } }, - "sequence_file_14.json": { + "sequence_file/23a28752-d0c7-4a3c-8548-acc8ddc26af4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26447,7 +16543,7 @@ "schema_minor_version": 2 } }, - "sequence_file_15.json": { + "sequence_file/24c3ce12-e4f9-4299-a005-320d602716ce": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26474,7 +16570,7 @@ "schema_minor_version": 2 } }, - "sequence_file_16.json": { + "sequence_file/26131c11-6186-4b1a-b37d-fb12515622bf": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26501,7 +16597,7 @@ "schema_minor_version": 2 } }, - "sequence_file_17.json": { + "sequence_file/28f5f863-26d9-4ca8-abb3-705d369250e7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26528,7 +16624,7 @@ "schema_minor_version": 2 } }, - "sequence_file_18.json": { + "sequence_file/2b40b918-2632-4a06-9746-6f542d884b90": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26555,7 +16651,7 @@ "schema_minor_version": 2 } }, - "sequence_file_19.json": { + "sequence_file/30286c6d-ca78-4108-aff5-6809618656dc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26582,7 +16678,7 @@ "schema_minor_version": 2 } }, - "sequence_file_20.json": { + "sequence_file/32714f4f-1a04-4fc3-bdd9-2ae6473fe544": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26609,7 +16705,7 @@ "schema_minor_version": 2 } }, - "sequence_file_21.json": { + "sequence_file/32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26636,7 +16732,7 @@ "schema_minor_version": 2 } }, - "sequence_file_22.json": { + "sequence_file/336b106c-f5f3-4d35-b583-05fc33ee910f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26663,7 +16759,7 @@ "schema_minor_version": 2 } }, - "sequence_file_23.json": { + "sequence_file/384733f9-328f-4b3f-b201-9489ae09f5de": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26690,7 +16786,7 @@ "schema_minor_version": 2 } }, - "sequence_file_24.json": { + "sequence_file/38b67b47-7ef3-4e9e-88e1-3a8376769eb0": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26717,7 +16813,7 @@ "schema_minor_version": 2 } }, - "sequence_file_25.json": { + "sequence_file/39c59048-bac9-4b5b-935b-75b150931f41": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26744,7 +16840,7 @@ "schema_minor_version": 2 } }, - "sequence_file_26.json": { + "sequence_file/3c6b5196-4dd9-4c23-a9d1-c1341d889ecf": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26771,7 +16867,7 @@ "schema_minor_version": 2 } }, - "sequence_file_27.json": { + "sequence_file/3e6ac46b-1d9d-4c91-b5df-e583208357fe": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26798,7 +16894,7 @@ "schema_minor_version": 2 } }, - "sequence_file_28.json": { + "sequence_file/41a13523-c45b-4546-8273-9321d9a2c250": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26825,7 +16921,7 @@ "schema_minor_version": 2 } }, - "sequence_file_29.json": { + "sequence_file/41ae7f5d-67e9-4bc8-a844-262a9dea9b96": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26852,7 +16948,7 @@ "schema_minor_version": 2 } }, - "sequence_file_30.json": { + "sequence_file/44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26879,7 +16975,7 @@ "schema_minor_version": 2 } }, - "sequence_file_31.json": { + "sequence_file/455c6c50-9424-4dac-b67c-1be48276d5b5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26906,7 +17002,7 @@ "schema_minor_version": 2 } }, - "sequence_file_32.json": { + "sequence_file/47f2b446-7a03-4286-8a35-41e52394622c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26933,7 +17029,7 @@ "schema_minor_version": 2 } }, - "sequence_file_33.json": { + "sequence_file/49a158d2-9786-4f54-bac9-67244497c9c9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26960,7 +17056,7 @@ "schema_minor_version": 2 } }, - "sequence_file_34.json": { + "sequence_file/4b06739c-d81c-45cd-825f-cc5145f15065": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -26987,7 +17083,7 @@ "schema_minor_version": 2 } }, - "sequence_file_35.json": { + "sequence_file/4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27014,7 +17110,7 @@ "schema_minor_version": 2 } }, - "sequence_file_36.json": { + "sequence_file/4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27041,7 +17137,7 @@ "schema_minor_version": 2 } }, - "sequence_file_37.json": { + "sequence_file/4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27068,7 +17164,7 @@ "schema_minor_version": 2 } }, - "sequence_file_38.json": { + "sequence_file/4f91ed04-d045-4904-a78e-103294d4f5e9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27095,7 +17191,7 @@ "schema_minor_version": 2 } }, - "sequence_file_39.json": { + "sequence_file/529a01ff-db1b-4a8e-924b-8749387f5dcb": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27122,7 +17218,7 @@ "schema_minor_version": 2 } }, - "sequence_file_40.json": { + "sequence_file/529e093e-c122-4939-8264-993ad651efd7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27149,7 +17245,7 @@ "schema_minor_version": 2 } }, - "sequence_file_41.json": { + "sequence_file/550bbb11-4786-46b4-a9c1-46f105b14644": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27176,7 +17272,7 @@ "schema_minor_version": 2 } }, - "sequence_file_42.json": { + "sequence_file/601bacd5-c250-4dd3-a83d-c9f31a1b0dd8": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27203,7 +17299,7 @@ "schema_minor_version": 2 } }, - "sequence_file_43.json": { + "sequence_file/611d7372-2d5d-4b93-9cb8-b6d689b0f905": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27230,7 +17326,7 @@ "schema_minor_version": 2 } }, - "sequence_file_44.json": { + "sequence_file/62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27257,7 +17353,7 @@ "schema_minor_version": 2 } }, - "sequence_file_45.json": { + "sequence_file/68cac6a2-5453-4d08-9af2-a4e01f259dd3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27284,7 +17380,7 @@ "schema_minor_version": 2 } }, - "sequence_file_46.json": { + "sequence_file/69f04b25-c698-4a6e-aff3-7bccc1e969b7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27311,7 +17407,7 @@ "schema_minor_version": 2 } }, - "sequence_file_47.json": { + "sequence_file/6a512fd9-3942-4497-87fd-977d2a243b1c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27338,7 +17434,7 @@ "schema_minor_version": 2 } }, - "sequence_file_48.json": { + "sequence_file/6c52e66a-d034-476c-8f32-5d760b6a5029": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27365,7 +17461,7 @@ "schema_minor_version": 2 } }, - "sequence_file_49.json": { + "sequence_file/71c8dfa2-0a8c-4ae0-8161-933454f56420": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27392,7 +17488,7 @@ "schema_minor_version": 2 } }, - "sequence_file_50.json": { + "sequence_file/71e9623c-1cfa-4efe-9448-f4014da727dc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27419,7 +17515,7 @@ "schema_minor_version": 2 } }, - "sequence_file_51.json": { + "sequence_file/75017000-be20-4f58-91ea-abaf63344959": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27446,7 +17542,7 @@ "schema_minor_version": 2 } }, - "sequence_file_52.json": { + "sequence_file/756f8cce-2d70-4c53-a893-e26d556f0f06": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27473,7 +17569,7 @@ "schema_minor_version": 2 } }, - "sequence_file_53.json": { + "sequence_file/76f76203-8b14-4a33-8a0d-d7687d887772": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27500,7 +17596,7 @@ "schema_minor_version": 2 } }, - "sequence_file_54.json": { + "sequence_file/785275c2-08e7-486f-bed5-850993b704d3": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27527,7 +17623,7 @@ "schema_minor_version": 2 } }, - "sequence_file_55.json": { + "sequence_file/7ae24487-8546-422c-ad9b-bfa36bdd6ba4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27554,7 +17650,7 @@ "schema_minor_version": 2 } }, - "sequence_file_56.json": { + "sequence_file/7beb8479-c655-4b01-af4f-69f1668e1c6d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27581,7 +17677,7 @@ "schema_minor_version": 2 } }, - "sequence_file_57.json": { + "sequence_file/7ee8e5aa-5faa-4491-bd66-150e202974dd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27608,7 +17704,7 @@ "schema_minor_version": 2 } }, - "sequence_file_58.json": { + "sequence_file/7efd8179-7a9a-4ef1-b199-46f94581cb1a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27635,7 +17731,7 @@ "schema_minor_version": 2 } }, - "sequence_file_59.json": { + "sequence_file/807e13ad-b807-44b5-92c8-9057b858968f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27662,7 +17758,7 @@ "schema_minor_version": 2 } }, - "sequence_file_60.json": { + "sequence_file/81204476-377f-4bf9-b5de-27f8b14d47c5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27689,7 +17785,7 @@ "schema_minor_version": 2 } }, - "sequence_file_61.json": { + "sequence_file/82c6f8e4-79f9-48b7-aab5-35853db742a4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27716,7 +17812,7 @@ "schema_minor_version": 2 } }, - "sequence_file_62.json": { + "sequence_file/82fc4ead-bf34-4834-91ed-cb6ec1717baa": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27743,7 +17839,7 @@ "schema_minor_version": 2 } }, - "sequence_file_63.json": { + "sequence_file/835ec088-c1a5-4b0c-897c-22bc92950587": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27770,7 +17866,7 @@ "schema_minor_version": 2 } }, - "sequence_file_64.json": { + "sequence_file/837fa4ab-745a-4a41-9fbf-0a4d1d1054d5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27797,7 +17893,7 @@ "schema_minor_version": 2 } }, - "sequence_file_65.json": { + "sequence_file/85716ed2-d37c-4e4a-bd8a-864154bad299": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27824,7 +17920,7 @@ "schema_minor_version": 2 } }, - "sequence_file_66.json": { + "sequence_file/85df5aac-75ac-416a-ba8b-b9b0f8b4e619": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27851,7 +17947,7 @@ "schema_minor_version": 2 } }, - "sequence_file_67.json": { + "sequence_file/8a62b078-1656-4145-83ee-a54b74b1f566": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27878,7 +17974,7 @@ "schema_minor_version": 2 } }, - "sequence_file_68.json": { + "sequence_file/8fee28bf-4f9b-4d62-814b-ea97119048ee": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27905,7 +18001,7 @@ "schema_minor_version": 2 } }, - "sequence_file_69.json": { + "sequence_file/9005739b-11b7-410d-88ad-e05a765dabd9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27932,7 +18028,7 @@ "schema_minor_version": 2 } }, - "sequence_file_70.json": { + "sequence_file/90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27959,7 +18055,7 @@ "schema_minor_version": 2 } }, - "sequence_file_71.json": { + "sequence_file/9403a717-07d2-4510-9f19-77d41747c188": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -27986,7 +18082,7 @@ "schema_minor_version": 2 } }, - "sequence_file_72.json": { + "sequence_file/9447492f-3a6a-4f33-a128-605686ae6d65": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28013,7 +18109,7 @@ "schema_minor_version": 2 } }, - "sequence_file_73.json": { + "sequence_file/96cbabdb-30b4-4c71-9250-bb7efcd9ee1e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28040,7 +18136,7 @@ "schema_minor_version": 2 } }, - "sequence_file_74.json": { + "sequence_file/97ab1a9b-43d0-443d-b25c-228f79cb5666": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28067,7 +18163,7 @@ "schema_minor_version": 2 } }, - "sequence_file_75.json": { + "sequence_file/99985ea4-d29e-4357-9879-99440a002b49": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28094,7 +18190,7 @@ "schema_minor_version": 2 } }, - "sequence_file_76.json": { + "sequence_file/9a4277c3-806b-4906-a777-613f01a51003": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28121,7 +18217,7 @@ "schema_minor_version": 2 } }, - "sequence_file_77.json": { + "sequence_file/9c25532b-bbac-408a-8b3b-4d7f565f11b9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28148,7 +18244,7 @@ "schema_minor_version": 2 } }, - "sequence_file_78.json": { + "sequence_file/9c6fffe5-0f64-4325-8e2f-8be4fa5417b9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28175,7 +18271,7 @@ "schema_minor_version": 2 } }, - "sequence_file_79.json": { + "sequence_file/9d578de9-08fb-47f8-9bc4-77e9577965e7": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28202,7 +18298,7 @@ "schema_minor_version": 2 } }, - "sequence_file_80.json": { + "sequence_file/a3bef94d-a68f-43d4-8cb8-58977b20f849": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28229,7 +18325,7 @@ "schema_minor_version": 2 } }, - "sequence_file_81.json": { + "sequence_file/a428e47e-0081-497b-9c8a-7c852f4eb103": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28256,7 +18352,7 @@ "schema_minor_version": 2 } }, - "sequence_file_82.json": { + "sequence_file/afe45faa-e5e1-4cf8-8d79-4092dca736bd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28283,7 +18379,7 @@ "schema_minor_version": 2 } }, - "sequence_file_83.json": { + "sequence_file/b4d16fe2-eeac-4a26-9cc3-17414b87f3b1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28310,7 +18406,7 @@ "schema_minor_version": 2 } }, - "sequence_file_84.json": { + "sequence_file/b61e4f40-1742-4bbb-a20d-78a934c5f8de": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28337,7 +18433,7 @@ "schema_minor_version": 2 } }, - "sequence_file_85.json": { + "sequence_file/ba276a56-3bdf-42ff-93f4-2920c3a288f9": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28364,7 +18460,7 @@ "schema_minor_version": 2 } }, - "sequence_file_86.json": { + "sequence_file/bb2d6938-f6ad-461b-8fa4-eca0e4c040b2": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28391,7 +18487,7 @@ "schema_minor_version": 2 } }, - "sequence_file_87.json": { + "sequence_file/bb2edf45-1041-4e38-9ace-ec922a747f80": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28418,7 +18514,7 @@ "schema_minor_version": 2 } }, - "sequence_file_88.json": { + "sequence_file/be3cffb9-150a-4a1e-8f4b-a0afde4eea5a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28445,7 +18541,7 @@ "schema_minor_version": 2 } }, - "sequence_file_89.json": { + "sequence_file/c0e0476d-b0c5-434b-9c33-92e52900341d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28472,7 +18568,7 @@ "schema_minor_version": 2 } }, - "sequence_file_90.json": { + "sequence_file/c1102423-264b-4668-9e09-39b105474d6f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28499,7 +18595,7 @@ "schema_minor_version": 2 } }, - "sequence_file_91.json": { + "sequence_file/c27ebc26-f0b4-4f42-8b10-061fb04f77bd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28526,7 +18622,7 @@ "schema_minor_version": 2 } }, - "sequence_file_92.json": { + "sequence_file/c30c31d2-ccfb-4651-8b78-a25a23ab4e95": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28553,7 +18649,7 @@ "schema_minor_version": 2 } }, - "sequence_file_93.json": { + "sequence_file/c50f0504-73bc-4bd6-8ed3-1dcf0b60549f": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28580,7 +18676,7 @@ "schema_minor_version": 2 } }, - "sequence_file_94.json": { + "sequence_file/c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28607,7 +18703,7 @@ "schema_minor_version": 2 } }, - "sequence_file_95.json": { + "sequence_file/cf835034-c34b-4b5d-aac6-8de2e280e959": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28634,7 +18730,7 @@ "schema_minor_version": 2 } }, - "sequence_file_96.json": { + "sequence_file/d1bbc8a6-9320-4527-bca3-2dbb172bea38": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28661,7 +18757,7 @@ "schema_minor_version": 2 } }, - "sequence_file_97.json": { + "sequence_file/d3c05176-1d0b-4ce1-b005-0af8c35129cd": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28688,7 +18784,7 @@ "schema_minor_version": 2 } }, - "sequence_file_98.json": { + "sequence_file/d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28715,7 +18811,7 @@ "schema_minor_version": 2 } }, - "sequence_file_99.json": { + "sequence_file/d7f0b745-c135-4594-9a4b-a4c66c8a1520": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28742,7 +18838,7 @@ "schema_minor_version": 2 } }, - "sequence_file_100.json": { + "sequence_file/da490be5-56d8-4510-a3c9-c256666fbe4d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28769,7 +18865,7 @@ "schema_minor_version": 2 } }, - "sequence_file_101.json": { + "sequence_file/daa5945d-5d1f-4586-9c85-e3fa5af8bfb5": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28796,7 +18892,7 @@ "schema_minor_version": 2 } }, - "sequence_file_102.json": { + "sequence_file/dabbfa84-9a92-448a-a09f-8a2eaf13b958": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28823,7 +18919,7 @@ "schema_minor_version": 2 } }, - "sequence_file_103.json": { + "sequence_file/dbe02baf-4c99-4784-bf03-2ebeeef70288": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28850,7 +18946,7 @@ "schema_minor_version": 2 } }, - "sequence_file_104.json": { + "sequence_file/dbe117fc-c5ee-4347-bb8a-1a3fb9c89895": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28877,7 +18973,7 @@ "schema_minor_version": 2 } }, - "sequence_file_105.json": { + "sequence_file/de694c96-1135-4d40-a44c-88ca899d164c": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28904,7 +19000,7 @@ "schema_minor_version": 2 } }, - "sequence_file_106.json": { + "sequence_file/dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28931,7 +19027,7 @@ "schema_minor_version": 2 } }, - "sequence_file_107.json": { + "sequence_file/e512685e-d15e-4b12-9f7f-e871da115586": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28958,7 +19054,7 @@ "schema_minor_version": 2 } }, - "sequence_file_108.json": { + "sequence_file/e779b50e-a892-4a0c-af02-2dd400956018": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -28985,7 +19081,7 @@ "schema_minor_version": 2 } }, - "sequence_file_109.json": { + "sequence_file/e79faefc-5135-4e43-a64d-8db7472d3f2e": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29012,7 +19108,7 @@ "schema_minor_version": 2 } }, - "sequence_file_110.json": { + "sequence_file/e97d853f-aaf2-4b69-8300-f9aac8111c39": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29039,7 +19135,7 @@ "schema_minor_version": 2 } }, - "sequence_file_111.json": { + "sequence_file/ea99b549-cd95-445b-a796-a4ccd992491d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29066,7 +19162,7 @@ "schema_minor_version": 2 } }, - "sequence_file_112.json": { + "sequence_file/ed8bc174-30cc-4fa4-9e48-0543b825b1e4": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29093,7 +19189,7 @@ "schema_minor_version": 2 } }, - "sequence_file_113.json": { + "sequence_file/ee9ad501-69c5-49df-89d2-32ea89591634": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29120,7 +19216,7 @@ "schema_minor_version": 2 } }, - "sequence_file_114.json": { + "sequence_file/f17d1da2-2965-4732-a94a-6cd2a58fc873": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29147,7 +19243,7 @@ "schema_minor_version": 2 } }, - "sequence_file_115.json": { + "sequence_file/f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29174,7 +19270,7 @@ "schema_minor_version": 2 } }, - "sequence_file_116.json": { + "sequence_file/f895f666-e3ed-4a7e-a7f5-42586a6244ea": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29201,7 +19297,7 @@ "schema_minor_version": 2 } }, - "sequence_file_117.json": { + "sequence_file/fa78c4ab-4057-45b1-8266-af045ae28535": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29228,7 +19324,7 @@ "schema_minor_version": 2 } }, - "sequence_file_118.json": { + "sequence_file/fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29255,7 +19351,7 @@ "schema_minor_version": 2 } }, - "sequence_file_119.json": { + "sequence_file/ffba13e2-0937-49b3-961a-2ce3055ad5c6": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -29282,7 +19378,7 @@ "schema_minor_version": 2 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/4adcb95e-8d5d-41dd-8299-8a7b686e8e4a": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -29309,7 +19405,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/8881df7f-15da-48a9-8934-a2d65188543e": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -29330,7 +19426,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/003cb4a8-9871-488f-9042-820504991f17": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -29352,7 +19448,7 @@ "schema_minor_version": 1 } }, - "enrichment_protocol_1.json": { + "enrichment_protocol/ad3e2c96-e515-431a-a1fa-fc7b57cff8ea": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -29374,7 +19470,7 @@ "schema_minor_version": 1 } }, - "enrichment_protocol_2.json": { + "enrichment_protocol/f1903d0b-1cb2-4208-bc20-a37ad8612452": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -29396,7 +19492,7 @@ "schema_minor_version": 1 } }, - "collection_protocol_0.json": { + "collection_protocol/266cf33e-5540-42cd-84de-757340908d42": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -29417,7 +19513,7 @@ "schema_minor_version": 2 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/0d27ca8e-5325-4e47-9807-8afd92e9bf89": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29455,7 +19551,7 @@ } ] }, - "specimen_from_organism_1.json": { + "specimen_from_organism/1edb7ccc-0cb3-41c4-a193-181542bce479": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29493,7 +19589,7 @@ } ] }, - "specimen_from_organism_2.json": { + "specimen_from_organism/31899978-a518-4d78-b85a-f62bca7ed723": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29531,7 +19627,7 @@ } ] }, - "specimen_from_organism_3.json": { + "specimen_from_organism/54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29569,7 +19665,7 @@ } ] }, - "specimen_from_organism_4.json": { + "specimen_from_organism/619887a0-67fb-4e24-be95-409f9b3e8474": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29607,7 +19703,7 @@ } ] }, - "specimen_from_organism_5.json": { + "specimen_from_organism/69576784-ca06-4ccb-bab7-d6e8353a8036": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29645,7 +19741,7 @@ } ] }, - "specimen_from_organism_6.json": { + "specimen_from_organism/6b94e023-9280-45df-ac3d-5a258e19bf29": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29683,7 +19779,7 @@ } ] }, - "specimen_from_organism_7.json": { + "specimen_from_organism/75b6d713-08dc-4eff-9347-95c9519a34cd": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29721,7 +19817,7 @@ } ] }, - "specimen_from_organism_8.json": { + "specimen_from_organism/94259313-d341-4b1f-b9cc-48a760d81c19": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29759,7 +19855,7 @@ } ] }, - "specimen_from_organism_9.json": { + "specimen_from_organism/ae073235-e422-4c3a-8bf4-9892d6e769b3": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29797,7 +19893,7 @@ } ] }, - "specimen_from_organism_10.json": { + "specimen_from_organism/b8912f33-12a7-4bf8-9f25-e91fbc77517c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29835,7 +19931,7 @@ } ] }, - "specimen_from_organism_11.json": { + "specimen_from_organism/bed46309-3752-4115-a307-8c20d93dce55": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29873,7 +19969,7 @@ } ] }, - "specimen_from_organism_12.json": { + "specimen_from_organism/dba60b5a-af86-4fde-8cfc-49b008f5adad": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29911,7 +20007,7 @@ } ] }, - "specimen_from_organism_13.json": { + "specimen_from_organism/fbed02e6-1547-469c-b96f-45c61111af53": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -29949,7 +20045,7 @@ } ] }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/565d6b74-caae-44f1-a1fc-a0b29a1f24f1": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -29981,7 +20077,7 @@ "schema_minor_version": 2 } }, - "process_0.json": { + "process/0370e38d-bb67-4b79-be99-3ff27e21adba": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581441" }, @@ -29998,7 +20094,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/08b799a0-59d8-4c69-87b3-fd239aef4197": { "process_core": { "process_id": "F06-LIV-3p-live" }, @@ -30012,7 +20108,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/0c1455f0-64c2-48a5-bba1-15588755bad5": { "process_core": { "process_id": "process_id_26" }, @@ -30026,7 +20122,7 @@ "schema_minor_version": 2 } }, - "process_3.json": { + "process/0ceed66e-513f-450f-89e9-3206f4485cdf": { "process_core": { "process_id": "F05-LIV-3p-CD45neg_2" }, @@ -30040,7 +20136,7 @@ "schema_minor_version": 2 } }, - "process_4.json": { + "process/0dd65ce8-29ba-4341-9a93-eb2ca1f06c72": { "process_core": { "process_id": "F08-LIV-3p-CD45pos_3" }, @@ -30054,7 +20150,7 @@ "schema_minor_version": 2 } }, - "process_5.json": { + "process/10a02923-b945-43fe-97db-c984e06dc5a7": { "process_core": { "process_id": "F16-LIV-3p-CD45pos" }, @@ -30068,7 +20164,7 @@ "schema_minor_version": 2 } }, - "process_6.json": { + "process/1248ead2-3dd4-43fe-9f7c-9609ed77d9c2": { "process_core": { "process_id": "F11-LIV-3p-CD45neg_1" }, @@ -30082,7 +20178,7 @@ "schema_minor_version": 2 } }, - "process_7.json": { + "process/136b438c-b819-4da2-8cc1-d6cace9c716c": { "process_core": { "process_id": "process_id_13" }, @@ -30096,7 +20192,7 @@ "schema_minor_version": 2 } }, - "process_8.json": { + "process/16d53d3e-88ef-444a-aaec-e7947fc3e779": { "process_core": { "process_id": "process_id_22" }, @@ -30110,7 +20206,7 @@ "schema_minor_version": 2 } }, - "process_9.json": { + "process/1d5a282b-b4b5-41dc-ab46-862476a87c18": { "process_core": { "process_id": "F15-LIV-3p-CD45pos" }, @@ -30124,7 +20220,7 @@ "schema_minor_version": 2 } }, - "process_10.json": { + "process/1d732738-9b3b-4393-920a-a3dd2ff6f7e1": { "process_core": { "process_id": "F12-LIV-3p-CD45neg_1" }, @@ -30138,7 +20234,7 @@ "schema_minor_version": 2 } }, - "process_11.json": { + "process/204a3bb9-d52f-407e-a3ed-f051a40dd7c3": { "process_core": { "process_id": "process_id_19" }, @@ -30152,7 +20248,7 @@ "schema_minor_version": 2 } }, - "process_12.json": { + "process/22ccc95d-d789-4398-a790-83f86bb420d8": { "process_core": { "process_id": "F07-LIV-3p-CD45neg" }, @@ -30166,7 +20262,7 @@ "schema_minor_version": 2 } }, - "process_13.json": { + "process/232174af-3ebf-4b3b-97fd-35547950c4c8": { "process_core": { "process_id": "F04-LIV-3p-CD45neg" }, @@ -30180,7 +20276,7 @@ "schema_minor_version": 2 } }, - "process_14.json": { + "process/2415ecb9-08af-4ecc-868b-69ba70a43c81": { "process_core": { "process_id": "process_id_27" }, @@ -30194,7 +20290,7 @@ "schema_minor_version": 2 } }, - "process_15.json": { + "process/27e030cc-b89e-41fc-b0c8-c3258a4b2c6e": { "process_core": { "process_id": "F04-LIV-3p-CD45pos" }, @@ -30208,7 +20304,7 @@ "schema_minor_version": 2 } }, - "process_16.json": { + "process/282fda83-f6d8-4d5b-b47a-14d13d5206fe": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581461" }, @@ -30225,7 +20321,7 @@ "schema_minor_version": 2 } }, - "process_17.json": { + "process/2b8cad63-d0bc-486b-923d-cc6f11eb6394": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581500" }, @@ -30242,7 +20338,7 @@ "schema_minor_version": 2 } }, - "process_18.json": { + "process/2d0d630a-58dd-42f7-bd7e-579ebec98d48": { "process_core": { "process_id": "F05-LIV-3p-CD45pos_1" }, @@ -30256,7 +20352,7 @@ "schema_minor_version": 2 } }, - "process_19.json": { + "process/2e7e4b93-2d6c-4359-804c-f8ca1e21c31c": { "process_core": { "process_id": "F10-LIV-3p-CD45pos" }, @@ -30270,7 +20366,7 @@ "schema_minor_version": 2 } }, - "process_20.json": { + "process/2f77c2c6-e843-48cd-a160-65fb904eb112": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581504" }, @@ -30287,7 +20383,7 @@ "schema_minor_version": 2 } }, - "process_21.json": { + "process/3381994d-5624-4f5f-a574-01ad099c448c": { "process_core": { "process_id": "F14-LIV-3p-CD45pos" }, @@ -30301,7 +20397,7 @@ "schema_minor_version": 2 } }, - "process_22.json": { + "process/37925a3b-3bce-4876-bb29-745922b2c972": { "process_core": { "process_id": "F11-LIV-3p-CD45neg_2" }, @@ -30315,7 +20411,7 @@ "schema_minor_version": 2 } }, - "process_23.json": { + "process/3f20a83f-f01c-41f2-acaf-3c111dfa5465": { "process_core": { "process_id": "F03-LIV-3p-CD45pos_1" }, @@ -30329,7 +20425,7 @@ "schema_minor_version": 2 } }, - "process_24.json": { + "process/42b114bb-27ee-4415-b046-7ee5581adc27": { "process_core": { "process_id": "F05-LIV-3p-CD45pos_2" }, @@ -30343,7 +20439,7 @@ "schema_minor_version": 2 } }, - "process_25.json": { + "process/43c13443-4e03-42b3-a32f-d048c8ea465e": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581487" }, @@ -30360,7 +20456,7 @@ "schema_minor_version": 2 } }, - "process_26.json": { + "process/536ba4f7-6694-4a31-8df1-0e6668ed10da": { "process_core": { "process_id": "F15-LIV-3p-CD45neg" }, @@ -30374,7 +20470,7 @@ "schema_minor_version": 2 } }, - "process_27.json": { + "process/57c18bb9-bb99-48dc-bf49-70e3e558deeb": { "process_core": { "process_id": "process_id_7" }, @@ -30388,7 +20484,7 @@ "schema_minor_version": 2 } }, - "process_28.json": { + "process/5a0999a5-9945-4d18-8f0a-7ed5a6b1f27b": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581482" }, @@ -30405,7 +20501,7 @@ "schema_minor_version": 2 } }, - "process_29.json": { + "process/5b4f46d9-346e-4eec-b55e-801d37ece165": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581502" }, @@ -30422,7 +20518,7 @@ "schema_minor_version": 2 } }, - "process_30.json": { + "process/5c745dc7-ece2-4df5-96b3-bca92b832c73": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581453" }, @@ -30439,7 +20535,7 @@ "schema_minor_version": 2 } }, - "process_31.json": { + "process/5d687d7c-8d96-4203-ad8e-d0668828ad37": { "process_core": { "process_id": "F05-LIV-3p-CD45neg_1" }, @@ -30453,7 +20549,7 @@ "schema_minor_version": 2 } }, - "process_32.json": { + "process/5fbb11aa-074b-42ad-bb8c-13d80c3b2490": { "process_core": { "process_id": "process_id_18" }, @@ -30467,7 +20563,7 @@ "schema_minor_version": 2 } }, - "process_33.json": { + "process/61a4052c-bbc0-4666-9747-ed6b4c706ac6": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581467" }, @@ -30484,7 +20580,7 @@ "schema_minor_version": 2 } }, - "process_34.json": { + "process/62a131e1-c415-460e-bc5b-75cca5d3323b": { "process_core": { "process_id": "F07-LIV-3p-CD45pos" }, @@ -30498,7 +20594,7 @@ "schema_minor_version": 2 } }, - "process_35.json": { + "process/687ef9ee-e18c-446f-bbb6-97c31ba0ce9b": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581445" }, @@ -30515,7 +20611,7 @@ "schema_minor_version": 2 } }, - "process_36.json": { + "process/68b20827-e2b9-4d02-ac17-32ebf7aaf49c": { "process_core": { "process_id": "process_id_24" }, @@ -30529,7 +20625,7 @@ "schema_minor_version": 2 } }, - "process_37.json": { + "process/69ccee6f-c88d-4443-88a0-e46ed47bf2a1": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581473" }, @@ -30546,7 +20642,7 @@ "schema_minor_version": 2 } }, - "process_38.json": { + "process/71aef8a5-add1-46ce-b5e9-c172a52414a2": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581468" }, @@ -30563,7 +20659,7 @@ "schema_minor_version": 2 } }, - "process_39.json": { + "process/7229676a-4449-4a2f-ac97-284eb599841c": { "process_core": { "process_id": "F08-LIV-3p-CD45neg_2" }, @@ -30577,7 +20673,7 @@ "schema_minor_version": 2 } }, - "process_40.json": { + "process/72abfd0e-51d3-4b13-8495-bfaab2f1096b": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581459" }, @@ -30594,7 +20690,7 @@ "schema_minor_version": 2 } }, - "process_41.json": { + "process/73bd1209-cfb5-420f-bd97-574ed9c7cd0e": { "process_core": { "process_id": "F12-LIV-3p-CD45pos_1" }, @@ -30608,7 +20704,7 @@ "schema_minor_version": 2 } }, - "process_42.json": { + "process/796e5529-dd1a-4579-a469-a770eaa2216f": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581469" }, @@ -30625,7 +20721,7 @@ "schema_minor_version": 2 } }, - "process_43.json": { + "process/7f0f3ad8-9052-4003-ac7d-4e2e509b85f5": { "process_core": { "process_id": "F10-LIV-3p-CD45neg" }, @@ -30639,7 +20735,7 @@ "schema_minor_version": 2 } }, - "process_44.json": { + "process/7fa6adde-000d-4360-9f45-2b5da4721f70": { "process_core": { "process_id": "F11-LIV-3p-CD45pos_1" }, @@ -30653,7 +20749,7 @@ "schema_minor_version": 2 } }, - "process_45.json": { + "process/7ff7f0ac-a14a-4c42-800b-016141f020fd": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581449" }, @@ -30670,7 +20766,7 @@ "schema_minor_version": 2 } }, - "process_46.json": { + "process/8106eec7-2c2f-41b4-ad4d-997e683ed9fc": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581471" }, @@ -30687,7 +20783,7 @@ "schema_minor_version": 2 } }, - "process_47.json": { + "process/87fa5eb0-98d2-40ae-8bb1-445d0d2d0c11": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581481" }, @@ -30704,7 +20800,7 @@ "schema_minor_version": 2 } }, - "process_48.json": { + "process/8d4c4056-6a9b-4c33-907c-66f4351fe7c1": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581455" }, @@ -30721,7 +20817,7 @@ "schema_minor_version": 2 } }, - "process_49.json": { + "process/9210ccdd-107f-4ef3-9a2d-f9c573788f43": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581484" }, @@ -30738,7 +20834,7 @@ "schema_minor_version": 2 } }, - "process_50.json": { + "process/951a8ffc-69c5-4f7c-8ee8-39b76171f630": { "process_core": { "process_id": "F16-LIV-3p-CD45neg" }, @@ -30752,7 +20848,7 @@ "schema_minor_version": 2 } }, - "process_51.json": { + "process/96d2674c-2f8f-4495-b95f-a6be448ba8fb": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581446" }, @@ -30769,7 +20865,7 @@ "schema_minor_version": 2 } }, - "process_52.json": { + "process/9bb08d39-3957-4ff7-a20d-cc45a1cb38ab": { "process_core": { "process_id": "F06-LIV-3p-CD45neg" }, @@ -30783,7 +20879,7 @@ "schema_minor_version": 2 } }, - "process_53.json": { + "process/9d8ad642-95f5-4574-b9fd-a22f147f3809": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581509" }, @@ -30800,7 +20896,7 @@ "schema_minor_version": 2 } }, - "process_54.json": { + "process/9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e": { "process_core": { "process_id": "process_id_16" }, @@ -30814,7 +20910,7 @@ "schema_minor_version": 2 } }, - "process_55.json": { + "process/a0cf7b57-f8ac-4591-bfe5-a9a2b7416057": { "process_core": { "process_id": "process_id_25" }, @@ -30828,7 +20924,7 @@ "schema_minor_version": 2 } }, - "process_56.json": { + "process/a0e661e2-dac9-4004-9605-8307c15f831d": { "process_core": { "process_id": "F08-LIV-3p-CD45pos_1" }, @@ -30842,7 +20938,7 @@ "schema_minor_version": 2 } }, - "process_57.json": { + "process/a2653332-1aab-49d6-8da8-b5c5fe004e70": { "process_core": { "process_id": "process_id_11" }, @@ -30856,7 +20952,7 @@ "schema_minor_version": 2 } }, - "process_58.json": { + "process/a753faac-75d8-442d-a44d-b0320ba88fe0": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581510" }, @@ -30873,7 +20969,7 @@ "schema_minor_version": 2 } }, - "process_59.json": { + "process/a81da3e0-7245-44e8-8034-b9ebab1fcf2f": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581488" }, @@ -30890,7 +20986,7 @@ "schema_minor_version": 2 } }, - "process_60.json": { + "process/a9c40eb8-24b6-4436-a3d3-e8035e84f6ae": { "process_core": { "process_id": "F12-LIV-3p-CD45neg_2" }, @@ -30904,7 +21000,7 @@ "schema_minor_version": 2 } }, - "process_61.json": { + "process/aa76f640-744e-4c50-92af-33c7f54fc7ee": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581499" }, @@ -30921,7 +21017,7 @@ "schema_minor_version": 2 } }, - "process_62.json": { + "process/aeaa76b1-161d-4d9f-a520-d30e87d9c1d9": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581505" }, @@ -30938,7 +21034,7 @@ "schema_minor_version": 2 } }, - "process_63.json": { + "process/b1883730-3304-48c1-904b-eb90ab226168": { "process_core": { "process_id": "F08-LIV-3p-CD45pos_2" }, @@ -30952,7 +21048,7 @@ "schema_minor_version": 2 } }, - "process_64.json": { + "process/b2b1e2e5-b9f9-4a5f-91c5-ea7cda58cffe": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581452" }, @@ -30969,7 +21065,7 @@ "schema_minor_version": 2 } }, - "process_65.json": { + "process/b49fb5d4-6f31-4b7d-827e-bc09ed30a167": { "process_core": { "process_id": "F13-LIV-3p-CD45neg" }, @@ -30983,7 +21079,7 @@ "schema_minor_version": 2 } }, - "process_66.json": { + "process/b7914794-f8a7-4fba-bb5b-10536eac7d8b": { "process_core": { "process_id": "F02-LIV-3p-CD45neg" }, @@ -30997,7 +21093,7 @@ "schema_minor_version": 2 } }, - "process_67.json": { + "process/b92aadd5-3603-4e12-a92d-22e1f9757361": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581508" }, @@ -31014,7 +21110,7 @@ "schema_minor_version": 2 } }, - "process_68.json": { + "process/bc583c0e-4336-43d4-a7da-dc7e1f72b50b": { "process_core": { "process_id": "F02-LIV-3p-CD45pos" }, @@ -31028,7 +21124,7 @@ "schema_minor_version": 2 } }, - "process_69.json": { + "process/bc5ba4f6-a3f1-4156-830f-11228df251bc": { "process_core": { "process_id": "F11-LIV-3p-CD45pos_2" }, @@ -31042,7 +21138,7 @@ "schema_minor_version": 2 } }, - "process_70.json": { + "process/bd90d9bf-cf73-407b-8e3a-07ef2f9c2fd8": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581436" }, @@ -31059,7 +21155,7 @@ "schema_minor_version": 2 } }, - "process_71.json": { + "process/be7a2637-26cf-48ba-bfc5-52fa945d2d88": { "process_core": { "process_id": "F03-LIV-3p-CD45neg" }, @@ -31073,7 +21169,7 @@ "schema_minor_version": 2 } }, - "process_72.json": { + "process/bfac08a4-0266-4d6b-b8a4-24b57f560017": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581454" }, @@ -31090,7 +21186,7 @@ "schema_minor_version": 2 } }, - "process_73.json": { + "process/c0c71843-6831-4e91-90cf-cb31d4a4b277": { "process_core": { "process_id": "process_id_3" }, @@ -31104,7 +21200,7 @@ "schema_minor_version": 2 } }, - "process_74.json": { + "process/c301901f-95cd-4a3e-a4df-761fa21e92af": { "process_core": { "process_id": "F13-LIV-3p-CD45pos" }, @@ -31118,7 +21214,7 @@ "schema_minor_version": 2 } }, - "process_75.json": { + "process/cc78276c-f893-4aa3-996a-1c5dc2c351c6": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581486" }, @@ -31135,7 +21231,7 @@ "schema_minor_version": 2 } }, - "process_76.json": { + "process/cf6620a8-3a16-46fe-815b-039a8dde9e16": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581501" }, @@ -31152,7 +21248,7 @@ "schema_minor_version": 2 } }, - "process_77.json": { + "process/cfa1e5da-607e-49b6-aa0d-8f43702b971f": { "process_core": { "process_id": "F06-LIV-3p-CD45pos" }, @@ -31166,7 +21262,7 @@ "schema_minor_version": 2 } }, - "process_78.json": { + "process/d7f083b3-1e02-4838-a7a2-a52bc7bcb1bb": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581460" }, @@ -31183,7 +21279,7 @@ "schema_minor_version": 2 } }, - "process_79.json": { + "process/da70fbc5-f917-483a-990f-a5356da78b50": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581472" }, @@ -31200,7 +21296,7 @@ "schema_minor_version": 2 } }, - "process_80.json": { + "process/ded9b30e-12df-4998-846a-7cef685e4bd6": { "process_core": { "process_id": "F07-LIV-3p-live" }, @@ -31214,7 +21310,7 @@ "schema_minor_version": 2 } }, - "process_81.json": { + "process/e23d96b7-a271-403e-a29e-b2bdb1949070": { "process_core": { "process_id": "F03-LIV-3p-CD45pos_2" }, @@ -31228,7 +21324,7 @@ "schema_minor_version": 2 } }, - "process_82.json": { + "process/e7b60260-7ae4-4d5a-b1a4-51622467e4b3": { "process_core": { "process_id": "F14-LIV-3p-CD45neg" }, @@ -31242,7 +21338,7 @@ "schema_minor_version": 2 } }, - "process_83.json": { + "process/e9eb59a6-8324-47c7-8d54-4517587c6802": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581470" }, @@ -31259,7 +21355,7 @@ "schema_minor_version": 2 } }, - "process_84.json": { + "process/ea7b5ae7-acdc-4d67-8665-c8a0b52da561": { "process_core": { "process_id": "process_id_28" }, @@ -31273,7 +21369,7 @@ "schema_minor_version": 2 } }, - "process_85.json": { + "process/eed7135f-d544-4e23-b8c9-266999b4135f": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581458" }, @@ -31290,7 +21386,7 @@ "schema_minor_version": 2 } }, - "process_86.json": { + "process/f027f9ff-0d24-49e2-b71d-18543a4631f2": { "process_core": { "process_id": "process_id_23" }, @@ -31304,7 +21400,7 @@ "schema_minor_version": 2 } }, - "process_87.json": { + "process/f0e53f0b-f5b9-4b5e-a168-de936401dc24": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581483" }, @@ -31321,7 +21417,7 @@ "schema_minor_version": 2 } }, - "process_88.json": { + "process/f26c4715-5488-4d7f-ae0e-1c965128fbb1": { "process_core": { "process_id": "F08-LIV-3p-CD45neg_1" }, @@ -31335,7 +21431,7 @@ "schema_minor_version": 2 } }, - "process_89.json": { + "process/f333416d-7f9e-4e54-9fbb-2ee29d55aed9": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581450" }, @@ -31352,7 +21448,7 @@ "schema_minor_version": 2 } }, - "process_90.json": { + "process/f3e0b538-bf64-417d-8746-52d5ad9311be": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581437" }, @@ -31369,7 +21465,7 @@ "schema_minor_version": 2 } }, - "process_91.json": { + "process/f4183399-0e70-466e-8915-8e4481f9b7d1": { "process_core": { "process_id": "F12-LIV-3p-CD45pos_2" }, @@ -31383,7 +21479,7 @@ "schema_minor_version": 2 } }, - "process_92.json": { + "process/f4a448a7-bc5a-4014-ab1f-0d1a8cd4e47c": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581451" }, @@ -31400,7 +21496,7 @@ "schema_minor_version": 2 } }, - "process_93.json": { + "process/f70a20e6-ad33-424e-b385-bb9a19be000e": { "insdc_experiment": { "insdc_experiment_accession": "ERX3581511" }, @@ -31417,7 +21513,7 @@ "schema_minor_version": 2 } }, - "cell_suspension_0.json": { + "cell_suspension/02f33fc2-eb2f-4c78-a7f5-002a1747e71f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31443,7 +21539,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_1.json": { + "cell_suspension/17782e68-694a-42df-9411-9fd875b95cc7": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31469,7 +21565,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_2.json": { + "cell_suspension/1853e602-4743-4179-863b-fb686a6a7a9a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31495,7 +21591,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_3.json": { + "cell_suspension/19b7eb13-fef6-46a4-abb9-44a310e441b5": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31521,7 +21617,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_4.json": { + "cell_suspension/1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31547,7 +21643,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_5.json": { + "cell_suspension/1fe49331-d165-4443-a82b-612309cb9567": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31573,7 +21669,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_6.json": { + "cell_suspension/204dfd1c-ea7a-494b-a151-f1bcd586ddfb": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31599,7 +21695,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_7.json": { + "cell_suspension/27749341-b419-4dca-9175-a6a9025116a9": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31625,7 +21721,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_8.json": { + "cell_suspension/2b532bac-4ebb-47db-b5e2-37b8da2b5f6c": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31651,7 +21747,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_9.json": { + "cell_suspension/469016a2-3bea-4244-8bae-835c499c8ac0": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31677,7 +21773,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_10.json": { + "cell_suspension/470877fd-03da-40a6-9508-330b580cf728": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31703,7 +21799,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_11.json": { + "cell_suspension/4c32ae0b-8338-4906-90ef-06e1e4fd7577": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31729,7 +21825,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_12.json": { + "cell_suspension/4dae1604-6e74-4306-ae82-2da7ca2efd77": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31755,7 +21851,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_13.json": { + "cell_suspension/4fd506bc-5824-4a7b-a44a-8d02532c5277": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31781,7 +21877,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_14.json": { + "cell_suspension/5ee0a825-8c35-4fe5-ab67-454c6bfd949b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31807,7 +21903,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_15.json": { + "cell_suspension/5fc661b9-440a-4b6f-b2f9-f847043debec": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31833,7 +21929,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_16.json": { + "cell_suspension/6194245b-1ce5-495e-8e85-d859b3fcce66": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31859,7 +21955,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_17.json": { + "cell_suspension/64713d72-8e8f-4350-a3ba-e1981c872100": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31885,7 +21981,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_18.json": { + "cell_suspension/6b34fa3f-1878-48ec-84c2-e2d8877903c4": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31911,7 +22007,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_19.json": { + "cell_suspension/700af591-d469-4a3d-a908-cff116f28242": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31937,7 +22033,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_20.json": { + "cell_suspension/7318a24c-7abf-445d-b4d2-2c5acc01e715": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31963,7 +22059,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_21.json": { + "cell_suspension/732d6ffa-1d89-4476-ad10-5ce9d83a78ad": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -31989,7 +22085,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_22.json": { + "cell_suspension/74d1b609-5477-4ec3-840e-fa721ffa580f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32015,7 +22111,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_23.json": { + "cell_suspension/7c2c2ced-a0e3-4df7-ae1d-890218465626": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32041,7 +22137,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_24.json": { + "cell_suspension/85a66538-6c12-4ab4-9679-b1f95001606d": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32067,7 +22163,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_25.json": { + "cell_suspension/85e09b5b-24a8-4eea-9b0a-8ca17f9db79d": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32093,7 +22189,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_26.json": { + "cell_suspension/8d7b1004-5265-40cd-8912-336d71e0f296": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32119,7 +22215,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_27.json": { + "cell_suspension/90ab9fe3-3847-4477-bff8-66db44610c92": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32145,7 +22241,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_28.json": { + "cell_suspension/91a5af73-4a8a-4285-bcbb-42344e18745f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32171,7 +22267,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_29.json": { + "cell_suspension/a69fcb4d-a7ec-4101-9e5a-1959bc3265ae": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32197,7 +22293,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_30.json": { + "cell_suspension/a7738486-8b11-4e05-a004-6c931569972f": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32223,7 +22319,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_31.json": { + "cell_suspension/a8674039-068d-4560-aa99-b9481239d4fb": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32249,7 +22345,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_32.json": { + "cell_suspension/ae38fa93-e50c-4033-a1e9-ac404ede7380": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32275,7 +22371,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_33.json": { + "cell_suspension/b5e9df12-e333-4754-a01b-c83c4b8f644a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32301,7 +22397,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_34.json": { + "cell_suspension/c57bdaec-21df-479e-857e-ddb6f5f78f95": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32327,7 +22423,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_35.json": { + "cell_suspension/c8d8c14f-4e5e-4911-a386-391fd1153969": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32353,7 +22449,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_36.json": { + "cell_suspension/d4b2569d-4f63-41c0-9a11-97068ee3ae68": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32379,7 +22475,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_37.json": { + "cell_suspension/d94541a9-1505-4a33-8ff5-fcb2b19b0d92": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32405,7 +22501,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_38.json": { + "cell_suspension/ef50dd96-a305-4edd-84e7-aae93377c488": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32431,7 +22527,7 @@ "schema_minor_version": 3 } }, - "cell_suspension_39.json": { + "cell_suspension/ffe830d9-c586-47d1-9bb4-33baed6dcdc7": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -32457,7 +22553,7 @@ "schema_minor_version": 3 } }, - "donor_organism_0.json": { + "donor_organism/1b5a4bc7-5a90-4782-a657-536a8b533156": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32500,7 +22596,7 @@ } ] }, - "donor_organism_1.json": { + "donor_organism/39046bdd-483c-44ad-9b50-dea608d34255": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32543,7 +22639,7 @@ } ] }, - "donor_organism_2.json": { + "donor_organism/5baa7164-60f5-4b28-8bad-e9a0563cac70": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32586,7 +22682,7 @@ } ] }, - "donor_organism_3.json": { + "donor_organism/793d9bf6-00cb-49e6-acc2-2cc724036645": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32629,7 +22725,7 @@ } ] }, - "donor_organism_4.json": { + "donor_organism/85dc3748-6751-482b-b7cd-c1e08f7df5c0": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32672,7 +22768,7 @@ } ] }, - "donor_organism_5.json": { + "donor_organism/8f63d864-87e5-40f3-8f68-936640010c7d": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32715,7 +22811,7 @@ } ] }, - "donor_organism_6.json": { + "donor_organism/9417041b-2952-41d5-b0d8-b42694f4fd4a": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32758,7 +22854,7 @@ } ] }, - "donor_organism_7.json": { + "donor_organism/ae71343b-df16-49a3-829d-a6e61afdc079": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32801,7 +22897,7 @@ } ] }, - "donor_organism_8.json": { + "donor_organism/ba005942-3abb-4988-90a4-57747fb05b8b": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32844,7 +22940,7 @@ } ] }, - "donor_organism_9.json": { + "donor_organism/d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32887,7 +22983,7 @@ } ] }, - "donor_organism_10.json": { + "donor_organism/dd19fdc7-35a9-432f-9a97-670637433eda": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32930,7 +23026,7 @@ } ] }, - "donor_organism_11.json": { + "donor_organism/e8fbe9c1-ab25-4300-a40d-65d0e8f627e0": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -32973,7 +23069,7 @@ } ] }, - "donor_organism_12.json": { + "donor_organism/eed4d335-880b-4735-9d04-cdbf706e3d44": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -33016,7 +23112,7 @@ } ] }, - "donor_organism_13.json": { + "donor_organism/f2ed99b4-a68d-4d54-8c65-9534ad5931b5": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -33059,5 +23155,5755 @@ } ] } - } -} + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/2.1.1/links", + "schema_type": "links", + "schema_version": "2.1.1", + "links": [ + { + "inputs": [ + { + "input_id": "3aa80a42-646a-5953-afe6-b177a78297df", + "input_type": "analysis_file" + }, + { + "input_id": "c31aecba-db6a-5229-a729-66269d90ee8a", + "input_type": "analysis_file" + }, + { + "input_id": "9baa3062-0022-53e2-a3df-14df08c4c66c", + "input_type": "analysis_file" + }, + { + "input_id": "8de90a27-1f7c-5651-b3d6-8527c1ed92d6", + "input_type": "analysis_file" + }, + { + "input_id": "07a81052-3964-5b08-8f2d-066c1e29de7d", + "input_type": "analysis_file" + }, + { + "input_id": "538399a0-da86-57f5-88c6-b150db89c3f3", + "input_type": "analysis_file" + }, + { + "input_id": "4ba8f00e-0833-5862-bc6e-0cc2acb5d684", + "input_type": "analysis_file" + }, + { + "input_id": "2b64aedb-2563-547f-ba70-aa9b8c1d5d3f", + "input_type": "analysis_file" + }, + { + "input_id": "b9877824-638a-5fde-8196-70317fa1cc19", + "input_type": "analysis_file" + }, + { + "input_id": "8f3ed51f-9369-59ac-a2bc-70e1af25d169", + "input_type": "analysis_file" + }, + { + "input_id": "0db36828-3fae-5bd2-b052-ae63b88693d9", + "input_type": "analysis_file" + }, + { + "input_id": "295db19e-bdcc-5428-a68a-e0de856c4522", + "input_type": "analysis_file" + }, + { + "input_id": "07a18873-6df1-57a8-848c-980bfa29fbf5", + "input_type": "analysis_file" + }, + { + "input_id": "4a302268-f155-5a27-b164-dff6f1fc78fa", + "input_type": "analysis_file" + }, + { + "input_id": "1685c144-966c-53fe-8bd3-2a053b55966c", + "input_type": "analysis_file" + }, + { + "input_id": "c1770287-3376-5cc1-a2a2-9676e7f5716e", + "input_type": "analysis_file" + }, + { + "input_id": "69cc1f24-8be9-58aa-af3e-99c13507216e", + "input_type": "analysis_file" + }, + { + "input_id": "52ca4cde-727f-564e-95dd-7872573ebeba", + "input_type": "analysis_file" + }, + { + "input_id": "8cdbf96a-27ae-590c-b967-8a850c760785", + "input_type": "analysis_file" + }, + { + "input_id": "e3735012-e613-5a77-b38e-68fb27f9fdd7", + "input_type": "analysis_file" + }, + { + "input_id": "845dd01f-cad1-54a4-8ff3-acd78d29a5b1", + "input_type": "analysis_file" + }, + { + "input_id": "11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7", + "input_type": "analysis_file" + }, + { + "input_id": "6a73dfce-0163-5b3e-b1cd-0df84fb30871", + "input_type": "analysis_file" + }, + { + "input_id": "0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f", + "input_type": "analysis_file" + }, + { + "input_id": "dcaba295-f646-562f-8752-6f6fa634bc4f", + "input_type": "analysis_file" + }, + { + "input_id": "8848e80d-192f-5c47-bb3e-ef0d519e1761", + "input_type": "analysis_file" + }, + { + "input_id": "91caea03-3c9a-5ba8-9acc-3685e3a6062e", + "input_type": "analysis_file" + }, + { + "input_id": "9b6d349f-774f-56e1-ab6b-938385c60a4f", + "input_type": "analysis_file" + }, + { + "input_id": "2c88ef68-7029-5f00-9387-a364d6292976", + "input_type": "analysis_file" + }, + { + "input_id": "b7f87bc7-bb85-5bd8-beae-1d14cd6846ef", + "input_type": "analysis_file" + }, + { + "input_id": "e6604cbc-c882-5f03-b4d0-807eb969a293", + "input_type": "analysis_file" + }, + { + "input_id": "d8146d19-442a-5dbe-a075-b3a1ef0ebf07", + "input_type": "analysis_file" + }, + { + "input_id": "07b48eae-1703-5821-b3e6-66bb1488e7b2", + "input_type": "analysis_file" + }, + { + "input_id": "2d253fef-4538-511a-a960-bd999afeecf4", + "input_type": "analysis_file" + }, + { + "input_id": "129bdef3-ae23-5273-920f-204cccd878fc", + "input_type": "analysis_file" + }, + { + "input_id": "ce52572d-f7d1-585d-a54f-fc14297d19c0", + "input_type": "analysis_file" + }, + { + "input_id": "d9b006ee-9626-517f-baed-e6c7bc8a8686", + "input_type": "analysis_file" + }, + { + "input_id": "dc9ec562-3a71-5e42-b486-4f846ff7fcc0", + "input_type": "analysis_file" + }, + { + "input_id": "3450ac1e-8d8f-5bad-bd44-322d792acc8a", + "input_type": "analysis_file" + }, + { + "input_id": "087aca40-9bc5-56b9-8cd5-a5a0488c18f2", + "input_type": "analysis_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "c18f9014-7086-5216-a73a-e37af51f2bbb", + "output_type": "analysis_file" + } + ], + "process_id": "46dc43b4-19e7-475f-a015-157436454de4", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "432a7422-59b5-5c46-8983-a7953f196781", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "9005739b-11b7-410d-88ad-e05a765dabd9", + "input_type": "sequence_file" + }, + { + "input_id": "a428e47e-0081-497b-9c8a-7c852f4eb103", + "input_type": "sequence_file" + }, + { + "input_id": "4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "07a81052-3964-5b08-8f2d-066c1e29de7d", + "output_type": "analysis_file" + }, + { + "output_id": "a1dbe553-ade6-5ce4-b9f9-77c740891c97", + "output_type": "analysis_file" + } + ], + "process_id": "fe261b23-efd5-445b-8dd4-46e47231ccff", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "daa5945d-5d1f-4586-9c85-e3fa5af8bfb5", + "input_type": "sequence_file" + }, + { + "input_id": "e779b50e-a892-4a0c-af02-2dd400956018", + "input_type": "sequence_file" + }, + { + "input_id": "24c3ce12-e4f9-4299-a005-320d602716ce", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "4a302268-f155-5a27-b164-dff6f1fc78fa", + "output_type": "analysis_file" + }, + { + "output_id": "1f43235c-6299-527b-b470-2b6638bdaf8b", + "output_type": "analysis_file" + } + ], + "process_id": "2096cc65-c180-45f2-93b7-fcc5c21db3a1", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "3e6ac46b-1d9d-4c91-b5df-e583208357fe", + "input_type": "sequence_file" + }, + { + "input_id": "cf835034-c34b-4b5d-aac6-8de2e280e959", + "input_type": "sequence_file" + }, + { + "input_id": "bb2d6938-f6ad-461b-8fa4-eca0e4c040b2", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "4ba8f00e-0833-5862-bc6e-0cc2acb5d684", + "output_type": "analysis_file" + }, + { + "output_id": "81f56ff9-36eb-5897-b2e7-318c075ecbc8", + "output_type": "analysis_file" + } + ], + "process_id": "20eaba77-49c4-4d9e-9e82-fb6351a9012a", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "ee9ad501-69c5-49df-89d2-32ea89591634", + "input_type": "sequence_file" + }, + { + "input_id": "28f5f863-26d9-4ca8-abb3-705d369250e7", + "input_type": "sequence_file" + }, + { + "input_id": "99985ea4-d29e-4357-9879-99440a002b49", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "e6604cbc-c882-5f03-b4d0-807eb969a293", + "output_type": "analysis_file" + }, + { + "output_id": "4964726c-4bf7-58a0-a401-6eecf9c7a3b3", + "output_type": "analysis_file" + } + ], + "process_id": "fd0cff96-93f2-4eb4-88f2-991f60542f46", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "7beb8479-c655-4b01-af4f-69f1668e1c6d", + "input_type": "sequence_file" + }, + { + "input_id": "85df5aac-75ac-416a-ba8b-b9b0f8b4e619", + "input_type": "sequence_file" + }, + { + "input_id": "97ab1a9b-43d0-443d-b25c-228f79cb5666", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "8de90a27-1f7c-5651-b3d6-8527c1ed92d6", + "output_type": "analysis_file" + }, + { + "output_id": "cc430c2e-f377-5651-aa5d-3dfa30b421cd", + "output_type": "analysis_file" + } + ], + "process_id": "223980cd-b247-415a-bb6d-41ed360837f2", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "7ee8e5aa-5faa-4491-bd66-150e202974dd", + "input_type": "sequence_file" + }, + { + "input_id": "dbe117fc-c5ee-4347-bb8a-1a3fb9c89895", + "input_type": "sequence_file" + }, + { + "input_id": "10a76c2f-2a9b-4430-88bc-c4f3828e4e3f", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "295db19e-bdcc-5428-a68a-e0de856c4522", + "output_type": "analysis_file" + }, + { + "output_id": "65358965-9b3b-5187-bf6a-f918c6009f83", + "output_type": "analysis_file" + } + ], + "process_id": "cdba26d8-9b1d-471f-9a08-875a09cbb96b", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "afe45faa-e5e1-4cf8-8d79-4092dca736bd", + "input_type": "sequence_file" + }, + { + "input_id": "e512685e-d15e-4b12-9f7f-e871da115586", + "input_type": "sequence_file" + }, + { + "input_id": "012ba773-aefb-4d9f-8ec1-6714dc7f631b", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "07a18873-6df1-57a8-848c-980bfa29fbf5", + "output_type": "analysis_file" + }, + { + "output_id": "561a5c40-9014-5bce-b48b-a2df2687b562", + "output_type": "analysis_file" + } + ], + "process_id": "1f4840ce-45d5-4dbc-87a1-c2b06d0aa6c8", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "10a02923-b945-43fe-97db-c984e06dc5a7", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "204dfd1c-ea7a-494b-a151-f1bcd586ddfb" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "97ab1a9b-43d0-443d-b25c-228f79cb5666" + }, + { + "output_type": "sequence_file", + "output_id": "7beb8479-c655-4b01-af4f-69f1668e1c6d" + }, + { + "output_type": "sequence_file", + "output_id": "85df5aac-75ac-416a-ba8b-b9b0f8b4e619" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "eed7135f-d544-4e23-b8c9-266999b4135f", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "204dfd1c-ea7a-494b-a151-f1bcd586ddfb" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "ea7b5ae7-acdc-4d67-8665-c8a0b52da561", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ba005942-3abb-4988-90a4-57747fb05b8b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "c1102423-264b-4668-9e09-39b105474d6f", + "input_type": "sequence_file" + }, + { + "input_id": "c50f0504-73bc-4bd6-8ed3-1dcf0b60549f", + "input_type": "sequence_file" + }, + { + "input_id": "62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "538399a0-da86-57f5-88c6-b150db89c3f3", + "output_type": "analysis_file" + }, + { + "output_id": "789c58d2-6a0d-514e-ac56-f884cd5e078d", + "output_type": "analysis_file" + } + ], + "process_id": "e1b9ecf6-6fd8-4bc1-a28d-e9c9850055af", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "47f2b446-7a03-4286-8a35-41e52394622c", + "input_type": "sequence_file" + }, + { + "input_id": "1e0c544d-2963-4fde-b3cb-5bb9b938acaa", + "input_type": "sequence_file" + }, + { + "input_id": "bb2edf45-1041-4e38-9ace-ec922a747f80", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "dc9ec562-3a71-5e42-b486-4f846ff7fcc0", + "output_type": "analysis_file" + }, + { + "output_id": "489c7fd9-1ac8-5b78-a91d-a44761f9d6e0", + "output_type": "analysis_file" + } + ], + "process_id": "82c03181-f541-4770-8bad-5fb68bf221b2", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1", + "input_type": "sequence_file" + }, + { + "input_id": "82fc4ead-bf34-4834-91ed-cb6ec1717baa", + "input_type": "sequence_file" + }, + { + "input_id": "41a13523-c45b-4546-8273-9321d9a2c250", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "b7f87bc7-bb85-5bd8-beae-1d14cd6846ef", + "output_type": "analysis_file" + }, + { + "output_id": "d2b3f3a1-b030-5c80-89d4-42a76db79127", + "output_type": "analysis_file" + } + ], + "process_id": "16c04a1a-6c78-4755-ada4-36025cd69ce9", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bc583c0e-4336-43d4-a7da-dc7e1f72b50b", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "ffe830d9-c586-47d1-9bb4-33baed6dcdc7" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "99985ea4-d29e-4357-9879-99440a002b49" + }, + { + "output_type": "sequence_file", + "output_id": "ee9ad501-69c5-49df-89d2-32ea89591634" + }, + { + "output_type": "sequence_file", + "output_id": "28f5f863-26d9-4ca8-abb3-705d369250e7" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "da70fbc5-f917-483a-990f-a5356da78b50", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "619887a0-67fb-4e24-be95-409f9b3e8474" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "ffe830d9-c586-47d1-9bb4-33baed6dcdc7" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "c0c71843-6831-4e91-90cf-cb31d4a4b277", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "619887a0-67fb-4e24-be95-409f9b3e8474" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "6a512fd9-3942-4497-87fd-977d2a243b1c", + "input_type": "sequence_file" + }, + { + "input_id": "837fa4ab-745a-4a41-9fbf-0a4d1d1054d5", + "input_type": "sequence_file" + }, + { + "input_id": "756f8cce-2d70-4c53-a893-e26d556f0f06", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "07b48eae-1703-5821-b3e6-66bb1488e7b2", + "output_type": "analysis_file" + }, + { + "output_id": "1da5525c-2986-510e-9890-748b232ad65e", + "output_type": "analysis_file" + } + ], + "process_id": "c1ab22ca-2289-4384-82be-a3f16bdf113d", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "be7a2637-26cf-48ba-bfc5-52fa945d2d88", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "a8674039-068d-4560-aa99-b9481239d4fb" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "756f8cce-2d70-4c53-a893-e26d556f0f06" + }, + { + "output_type": "sequence_file", + "output_id": "6a512fd9-3942-4497-87fd-977d2a243b1c" + }, + { + "output_type": "sequence_file", + "output_id": "837fa4ab-745a-4a41-9fbf-0a4d1d1054d5" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a81da3e0-7245-44e8-8034-b9ebab1fcf2f", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "a8674039-068d-4560-aa99-b9481239d4fb" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "8f63d864-87e5-40f3-8f68-936640010c7d" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "d7f0b745-c135-4594-9a4b-a4c66c8a1520", + "input_type": "sequence_file" + }, + { + "input_id": "41ae7f5d-67e9-4bc8-a844-262a9dea9b96", + "input_type": "sequence_file" + }, + { + "input_id": "15af1b4f-6944-4af6-8a2a-4fea163edde2", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "3aa80a42-646a-5953-afe6-b177a78297df", + "output_type": "analysis_file" + }, + { + "output_id": "4a28b164-2d5a-5232-946a-ac70276036b5", + "output_type": "analysis_file" + } + ], + "process_id": "e9de5082-46c8-4b26-83c0-7fd480dcb142", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "a3bef94d-a68f-43d4-8cb8-58977b20f849", + "input_type": "sequence_file" + }, + { + "input_id": "c30c31d2-ccfb-4651-8b78-a25a23ab4e95", + "input_type": "sequence_file" + }, + { + "input_id": "0619dd26-7a22-4fc9-ac35-7a381a502e6f", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "b9877824-638a-5fde-8196-70317fa1cc19", + "output_type": "analysis_file" + }, + { + "output_id": "ff3b3d1c-2ba9-50a9-9ca7-0558012cbe7d", + "output_type": "analysis_file" + } + ], + "process_id": "0c75f376-4092-403f-8b91-dbb19b4fdf94", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "785275c2-08e7-486f-bed5-850993b704d3", + "input_type": "sequence_file" + }, + { + "input_id": "75017000-be20-4f58-91ea-abaf63344959", + "input_type": "sequence_file" + }, + { + "input_id": "ed8bc174-30cc-4fa4-9e48-0543b825b1e4", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f", + "output_type": "analysis_file" + }, + { + "output_id": "61a2e552-6617-589e-8985-e1b730d3095c", + "output_type": "analysis_file" + } + ], + "process_id": "98f74c7b-abd8-4adc-b68f-f68aa5d3e58c", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "1248ead2-3dd4-43fe-9f7c-9609ed77d9c2", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "b5e9df12-e333-4754-a01b-c83c4b8f644a" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae" + }, + { + "output_type": "sequence_file", + "output_id": "9005739b-11b7-410d-88ad-e05a765dabd9" + }, + { + "output_type": "sequence_file", + "output_id": "a428e47e-0081-497b-9c8a-7c852f4eb103" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9d8ad642-95f5-4574-b9fd-a22f147f3809", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "b5e9df12-e333-4754-a01b-c83c4b8f644a" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "336b106c-f5f3-4d35-b583-05fc33ee910f", + "input_type": "sequence_file" + }, + { + "input_id": "f17d1da2-2965-4732-a94a-6cd2a58fc873", + "input_type": "sequence_file" + }, + { + "input_id": "1872f705-7ccc-42af-80c5-7645ccd2848c", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "8f3ed51f-9369-59ac-a2bc-70e1af25d169", + "output_type": "analysis_file" + }, + { + "output_id": "e0b0252f-8351-5ce3-a804-632a1cd78d28", + "output_type": "analysis_file" + } + ], + "process_id": "21581af6-c4c4-4268-9d63-cf5a3a7f5058", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "85716ed2-d37c-4e4a-bd8a-864154bad299", + "input_type": "sequence_file" + }, + { + "input_id": "8a62b078-1656-4145-83ee-a54b74b1f566", + "input_type": "sequence_file" + }, + { + "input_id": "550bbb11-4786-46b4-a9c1-46f105b14644", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "91caea03-3c9a-5ba8-9acc-3685e3a6062e", + "output_type": "analysis_file" + }, + { + "output_id": "a78f0746-6eed-5b0e-9772-aab4bceec02c", + "output_type": "analysis_file" + } + ], + "process_id": "09f063d9-7bc8-4567-bc27-fa1e7c87fa4d", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "9447492f-3a6a-4f33-a128-605686ae6d65", + "input_type": "sequence_file" + }, + { + "input_id": "e97d853f-aaf2-4b69-8300-f9aac8111c39", + "input_type": "sequence_file" + }, + { + "input_id": "26131c11-6186-4b1a-b37d-fb12515622bf", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "52ca4cde-727f-564e-95dd-7872573ebeba", + "output_type": "analysis_file" + }, + { + "output_id": "bc454c4f-c3b4-565f-be09-44d7523a80de", + "output_type": "analysis_file" + } + ], + "process_id": "d3c42b32-d484-458c-ad66-e7e9e7889ee9", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "2e7e4b93-2d6c-4359-804c-f8ca1e21c31c", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "5ee0a825-8c35-4fe5-ab67-454c6bfd949b" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "10a76c2f-2a9b-4430-88bc-c4f3828e4e3f" + }, + { + "output_type": "sequence_file", + "output_id": "7ee8e5aa-5faa-4491-bd66-150e202974dd" + }, + { + "output_type": "sequence_file", + "output_id": "dbe117fc-c5ee-4347-bb8a-1a3fb9c89895" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bfac08a4-0266-4d6b-b8a4-24b57f560017", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "5ee0a825-8c35-4fe5-ab67-454c6bfd949b" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "16d53d3e-88ef-444a-aaec-e7947fc3e779", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "eed4d335-880b-4735-9d04-cdbf706e3d44" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "ba276a56-3bdf-42ff-93f4-2920c3a288f9", + "input_type": "sequence_file" + }, + { + "input_id": "be3cffb9-150a-4a1e-8f4b-a0afde4eea5a", + "input_type": "sequence_file" + }, + { + "input_id": "da490be5-56d8-4510-a3c9-c256666fbe4d", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "845dd01f-cad1-54a4-8ff3-acd78d29a5b1", + "output_type": "analysis_file" + }, + { + "output_id": "d3142cb9-7285-5185-a5a5-c63d5f3cade8", + "output_type": "analysis_file" + } + ], + "process_id": "bcee0e35-49c4-4af1-b202-eaf4df226025", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "1d5a282b-b4b5-41dc-ab46-862476a87c18", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "1853e602-4743-4179-863b-fb686a6a7a9a" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384" + }, + { + "output_type": "sequence_file", + "output_id": "c1102423-264b-4668-9e09-39b105474d6f" + }, + { + "output_type": "sequence_file", + "output_id": "c50f0504-73bc-4bd6-8ed3-1dcf0b60549f" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "2f77c2c6-e843-48cd-a160-65fb904eb112", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "94259313-d341-4b1f-b9cc-48a760d81c19" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "1853e602-4743-4179-863b-fb686a6a7a9a" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "2415ecb9-08af-4ecc-868b-69ba70a43c81", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "f2ed99b4-a68d-4d54-8c65-9534ad5931b5" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "94259313-d341-4b1f-b9cc-48a760d81c19" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "455c6c50-9424-4dac-b67c-1be48276d5b5", + "input_type": "sequence_file" + }, + { + "input_id": "c27ebc26-f0b4-4f42-8b10-061fb04f77bd", + "input_type": "sequence_file" + }, + { + "input_id": "7efd8179-7a9a-4ef1-b199-46f94581cb1a", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9b6d349f-774f-56e1-ab6b-938385c60a4f", + "output_type": "analysis_file" + }, + { + "output_id": "b13f3346-158d-5509-bc82-3aed1b2c23be", + "output_type": "analysis_file" + } + ], + "process_id": "3650db01-27bd-4371-a431-71d28620a40a", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "529e093e-c122-4939-8264-993ad651efd7", + "input_type": "sequence_file" + }, + { + "input_id": "4f91ed04-d045-4904-a78e-103294d4f5e9", + "input_type": "sequence_file" + }, + { + "input_id": "fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "1685c144-966c-53fe-8bd3-2a053b55966c", + "output_type": "analysis_file" + }, + { + "output_id": "c5ab8014-5630-5ce5-9aaf-247e12d4ef6d", + "output_type": "analysis_file" + } + ], + "process_id": "a87c5838-140e-40f4-97b0-591aecbe1b3c", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "08b799a0-59d8-4c69-87b3-fd239aef4197", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "85a66538-6c12-4ab4-9679-b1f95001606d" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "15af1b4f-6944-4af6-8a2a-4fea163edde2" + }, + { + "output_type": "sequence_file", + "output_id": "d7f0b745-c135-4594-9a4b-a4c66c8a1520" + }, + { + "output_type": "sequence_file", + "output_id": "41ae7f5d-67e9-4bc8-a844-262a9dea9b96" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "0370e38d-bb67-4b79-be99-3ff27e21adba", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "85a66538-6c12-4ab4-9679-b1f95001606d" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "85dc3748-6751-482b-b7cd-c1e08f7df5c0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "529a01ff-db1b-4a8e-924b-8749387f5dcb", + "input_type": "sequence_file" + }, + { + "input_id": "68cac6a2-5453-4d08-9af2-a4e01f259dd3", + "input_type": "sequence_file" + }, + { + "input_id": "dabbfa84-9a92-448a-a09f-8a2eaf13b958", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "e3735012-e613-5a77-b38e-68fb27f9fdd7", + "output_type": "analysis_file" + }, + { + "output_id": "80738c1d-105a-525e-8b84-ae666d549159", + "output_type": "analysis_file" + } + ], + "process_id": "dab143f7-7a17-48ba-a7b9-60064444ada5", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "96cbabdb-30b4-4c71-9250-bb7efcd9ee1e", + "input_type": "sequence_file" + }, + { + "input_id": "44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8", + "input_type": "sequence_file" + }, + { + "input_id": "71e9623c-1cfa-4efe-9448-f4014da727dc", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "d8146d19-442a-5dbe-a075-b3a1ef0ebf07", + "output_type": "analysis_file" + }, + { + "output_id": "35bc8baa-8916-5835-940c-ce684f30d4aa", + "output_type": "analysis_file" + } + ], + "process_id": "f3b53d83-7ee7-42db-b2d5-05a792204872", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "27e030cc-b89e-41fc-b0c8-c3258a4b2c6e", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "6b34fa3f-1878-48ec-84c2-e2d8877903c4" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "1872f705-7ccc-42af-80c5-7645ccd2848c" + }, + { + "output_type": "sequence_file", + "output_id": "336b106c-f5f3-4d35-b583-05fc33ee910f" + }, + { + "output_type": "sequence_file", + "output_id": "f17d1da2-2965-4732-a94a-6cd2a58fc873" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bd90d9bf-cf73-407b-8e3a-07ef2f9c2fd8", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "6b34fa3f-1878-48ec-84c2-e2d8877903c4" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a2653332-1aab-49d6-8da8-b5c5fe004e70", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "5baa7164-60f5-4b28-8bad-e9a0563cac70" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "e7b60260-7ae4-4d5a-b1a4-51622467e4b3", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "27749341-b419-4dca-9175-a6a9025116a9" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "bb2edf45-1041-4e38-9ace-ec922a747f80" + }, + { + "output_type": "sequence_file", + "output_id": "47f2b446-7a03-4286-8a35-41e52394622c" + }, + { + "output_type": "sequence_file", + "output_id": "1e0c544d-2963-4fde-b3cb-5bb9b938acaa" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f333416d-7f9e-4e54-9fbb-2ee29d55aed9", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "bed46309-3752-4115-a307-8c20d93dce55" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "27749341-b419-4dca-9175-a6a9025116a9" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "0c1455f0-64c2-48a5-bba1-15588755bad5", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "39046bdd-483c-44ad-9b50-dea608d34255" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "bed46309-3752-4115-a307-8c20d93dce55" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "3f20a83f-f01c-41f2-acaf-3c111dfa5465", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "a7738486-8b11-4e05-a004-6c931569972f" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d" + }, + { + "output_type": "sequence_file", + "output_id": "529e093e-c122-4939-8264-993ad651efd7" + }, + { + "output_type": "sequence_file", + "output_id": "4f91ed04-d045-4904-a78e-103294d4f5e9" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "cc78276c-f893-4aa3-996a-1c5dc2c351c6", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "a7738486-8b11-4e05-a004-6c931569972f" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "8f63d864-87e5-40f3-8f68-936640010c7d" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "81204476-377f-4bf9-b5de-27f8b14d47c5", + "input_type": "sequence_file" + }, + { + "input_id": "c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4", + "input_type": "sequence_file" + }, + { + "input_id": "b61e4f40-1742-4bbb-a20d-78a934c5f8de", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "0db36828-3fae-5bd2-b052-ae63b88693d9", + "output_type": "analysis_file" + }, + { + "output_id": "90465f43-bfdf-56d4-a9e1-7a765d60a1fe", + "output_type": "analysis_file" + } + ], + "process_id": "d09272b0-2827-4b7b-9a8c-a63fec7376ca", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9", + "input_type": "sequence_file" + }, + { + "input_id": "de694c96-1135-4d40-a44c-88ca899d164c", + "input_type": "sequence_file" + }, + { + "input_id": "6c52e66a-d034-476c-8f32-5d760b6a5029", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "087aca40-9bc5-56b9-8cd5-a5a0488c18f2", + "output_type": "analysis_file" + }, + { + "output_id": "a0ea22e2-cab6-506d-8211-bb479591a04c", + "output_type": "analysis_file" + } + ], + "process_id": "d2b4df36-221d-413d-8e9a-b233b72d3832", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7229676a-4449-4a2f-ac97-284eb599841c", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "d94541a9-1505-4a33-8ff5-fcb2b19b0d92" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "dabbfa84-9a92-448a-a09f-8a2eaf13b958" + }, + { + "output_type": "sequence_file", + "output_id": "529a01ff-db1b-4a8e-924b-8749387f5dcb" + }, + { + "output_type": "sequence_file", + "output_id": "68cac6a2-5453-4d08-9af2-a4e01f259dd3" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "8106eec7-2c2f-41b4-ad4d-997e683ed9fc", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "d94541a9-1505-4a33-8ff5-fcb2b19b0d92" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "b4d16fe2-eeac-4a26-9cc3-17414b87f3b1", + "input_type": "sequence_file" + }, + { + "input_id": "9c25532b-bbac-408a-8b3b-4d7f565f11b9", + "input_type": "sequence_file" + }, + { + "input_id": "7ae24487-8546-422c-ad9b-bfa36bdd6ba4", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "8cdbf96a-27ae-590c-b967-8a850c760785", + "output_type": "analysis_file" + }, + { + "output_id": "6a019fd6-5db6-5717-8c4a-3a22a6fba738", + "output_type": "analysis_file" + } + ], + "process_id": "58d03b27-9049-444e-a337-3491a5d715e1", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "1d732738-9b3b-4393-920a-a3dd2ff6f7e1", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "c57bdaec-21df-479e-857e-ddb6f5f78f95" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "bb2d6938-f6ad-461b-8fa4-eca0e4c040b2" + }, + { + "output_type": "sequence_file", + "output_id": "3e6ac46b-1d9d-4c91-b5df-e583208357fe" + }, + { + "output_type": "sequence_file", + "output_id": "cf835034-c34b-4b5d-aac6-8de2e280e959" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "cf6620a8-3a16-46fe-815b-039a8dde9e16", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "c57bdaec-21df-479e-857e-ddb6f5f78f95" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1", + "input_type": "sequence_file" + }, + { + "input_id": "4b06739c-d81c-45cd-825f-cc5145f15065", + "input_type": "sequence_file" + }, + { + "input_id": "38b67b47-7ef3-4e9e-88e1-3a8376769eb0", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "6a73dfce-0163-5b3e-b1cd-0df84fb30871", + "output_type": "analysis_file" + }, + { + "output_id": "b4f3e64c-ff38-5dd3-8656-ee8c06b1c673", + "output_type": "analysis_file" + } + ], + "process_id": "f1f25c56-1cd7-44e4-8e58-7adafd43529c", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "22d5f584-ff73-4a10-8377-387983b72a87", + "input_type": "sequence_file" + }, + { + "input_id": "601bacd5-c250-4dd3-a83d-c9f31a1b0dd8", + "input_type": "sequence_file" + }, + { + "input_id": "3c6b5196-4dd9-4c23-a9d1-c1341d889ecf", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "c1770287-3376-5cc1-a2a2-9676e7f5716e", + "output_type": "analysis_file" + }, + { + "output_id": "e6a532d6-bba0-5304-809c-5fc5f8373529", + "output_type": "analysis_file" + } + ], + "process_id": "198dff35-0fb9-4edc-bf0c-e973ac7eba59", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "0565f81d-86a0-4591-8a29-f7e3306556f2", + "input_type": "sequence_file" + }, + { + "input_id": "dbe02baf-4c99-4784-bf03-2ebeeef70288", + "input_type": "sequence_file" + }, + { + "input_id": "0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "ce52572d-f7d1-585d-a54f-fc14297d19c0", + "output_type": "analysis_file" + }, + { + "output_id": "d1b3c364-8f6c-57d2-847c-1b22257f7e87", + "output_type": "analysis_file" + } + ], + "process_id": "725cbe75-92a1-46dc-862a-1b9d012e0fc1", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "835ec088-c1a5-4b0c-897c-22bc92950587", + "input_type": "sequence_file" + }, + { + "input_id": "0f15fb43-c791-4113-a721-a9e3767e8f6d", + "input_type": "sequence_file" + }, + { + "input_id": "d3c05176-1d0b-4ce1-b005-0af8c35129cd", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "8848e80d-192f-5c47-bb3e-ef0d519e1761", + "output_type": "analysis_file" + }, + { + "output_id": "61d46fd3-fd85-5eb1-a251-7000d2394830", + "output_type": "analysis_file" + } + ], + "process_id": "bc6bf485-351c-47c7-9837-d564bd32699b", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "23a28752-d0c7-4a3c-8548-acc8ddc26af4", + "input_type": "sequence_file" + }, + { + "input_id": "d1bbc8a6-9320-4527-bca3-2dbb172bea38", + "input_type": "sequence_file" + }, + { + "input_id": "30286c6d-ca78-4108-aff5-6809618656dc", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "dcaba295-f646-562f-8752-6f6fa634bc4f", + "output_type": "analysis_file" + }, + { + "output_id": "450befbb-21c9-5b53-a7b9-38b517cebe76", + "output_type": "analysis_file" + } + ], + "process_id": "997fecc1-cc72-4357-9a33-8aa2be30d96b", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f4183399-0e70-466e-8915-8e4481f9b7d1", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "6194245b-1ce5-495e-8e85-d859b3fcce66" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "6c52e66a-d034-476c-8f32-5d760b6a5029" + }, + { + "output_type": "sequence_file", + "output_id": "90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9" + }, + { + "output_type": "sequence_file", + "output_id": "de694c96-1135-4d40-a44c-88ca899d164c" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "2b8cad63-d0bc-486b-923d-cc6f11eb6394", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "6194245b-1ce5-495e-8e85-d859b3fcce66" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5d687d7c-8d96-4203-ad8e-d0668828ad37", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "7c2c2ced-a0e3-4df7-ae1d-890218465626" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "26131c11-6186-4b1a-b37d-fb12515622bf" + }, + { + "output_type": "sequence_file", + "output_id": "9447492f-3a6a-4f33-a128-605686ae6d65" + }, + { + "output_type": "sequence_file", + "output_id": "e97d853f-aaf2-4b69-8300-f9aac8111c39" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f0e53f0b-f5b9-4b5e-a168-de936401dc24", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "7c2c2ced-a0e3-4df7-ae1d-890218465626" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "ded9b30e-12df-4998-846a-7cef685e4bd6", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "19b7eb13-fef6-46a4-abb9-44a310e441b5" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42" + }, + { + "output_type": "sequence_file", + "output_id": "0565f81d-86a0-4591-8a29-f7e3306556f2" + }, + { + "output_type": "sequence_file", + "output_id": "dbe02baf-4c99-4784-bf03-2ebeeef70288" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f4a448a7-bc5a-4014-ab1f-0d1a8cd4e47c", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "19b7eb13-fef6-46a4-abb9-44a310e441b5" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "dd19fdc7-35a9-432f-9a97-670637433eda" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "3381994d-5624-4f5f-a574-01ad099c448c", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "17782e68-694a-42df-9411-9fd875b95cc7" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "012ba773-aefb-4d9f-8ec1-6714dc7f631b" + }, + { + "output_type": "sequence_file", + "output_id": "afe45faa-e5e1-4cf8-8d79-4092dca736bd" + }, + { + "output_type": "sequence_file", + "output_id": "e512685e-d15e-4b12-9f7f-e871da115586" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7ff7f0ac-a14a-4c42-800b-016141f020fd", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "bed46309-3752-4115-a307-8c20d93dce55" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "17782e68-694a-42df-9411-9fd875b95cc7" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "0c1455f0-64c2-48a5-bba1-15588755bad5", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "39046bdd-483c-44ad-9b50-dea608d34255" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "bed46309-3752-4115-a307-8c20d93dce55" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "49a158d2-9786-4f54-bac9-67244497c9c9", + "input_type": "sequence_file" + }, + { + "input_id": "d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc", + "input_type": "sequence_file" + }, + { + "input_id": "82c6f8e4-79f9-48b7-aab5-35853db742a4", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "c31aecba-db6a-5229-a729-66269d90ee8a", + "output_type": "analysis_file" + }, + { + "output_id": "853ce2df-ac1e-5d3b-aa74-00ff4eab33c2", + "output_type": "analysis_file" + } + ], + "process_id": "0233488f-2a92-4e5c-a7c5-3508b39762aa", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "ea99b549-cd95-445b-a796-a4ccd992491d", + "input_type": "sequence_file" + }, + { + "input_id": "76f76203-8b14-4a33-8a0d-d7687d887772", + "input_type": "sequence_file" + }, + { + "input_id": "69f04b25-c698-4a6e-aff3-7bccc1e969b7", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "129bdef3-ae23-5273-920f-204cccd878fc", + "output_type": "analysis_file" + }, + { + "output_id": "63bee9b4-8743-5a13-b144-80cf68313083", + "output_type": "analysis_file" + } + ], + "process_id": "4c1d363b-0560-49f2-addd-aaa879db3d30", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "39c59048-bac9-4b5b-935b-75b150931f41", + "input_type": "sequence_file" + }, + { + "input_id": "dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67", + "input_type": "sequence_file" + }, + { + "input_id": "384733f9-328f-4b3f-b201-9489ae09f5de", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "2c88ef68-7029-5f00-9387-a364d6292976", + "output_type": "analysis_file" + }, + { + "output_id": "bbb02342-bad3-5d6c-89fa-1cbaf2e7b5dd", + "output_type": "analysis_file" + } + ], + "process_id": "b486e644-c56d-4209-b7c7-e56c527306b2", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "71c8dfa2-0a8c-4ae0-8161-933454f56420", + "input_type": "sequence_file" + }, + { + "input_id": "232c6da0-b86b-4995-8da1-a428211af836", + "input_type": "sequence_file" + }, + { + "input_id": "ffba13e2-0937-49b3-961a-2ce3055ad5c6", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "2b64aedb-2563-547f-ba70-aa9b8c1d5d3f", + "output_type": "analysis_file" + }, + { + "output_id": "6008e2eb-ea1d-54b2-9611-fa896ae9aa21", + "output_type": "analysis_file" + } + ], + "process_id": "1a84035c-6716-40ce-844c-617eeaefb14d", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "c0e0476d-b0c5-434b-9c33-92e52900341d", + "input_type": "sequence_file" + }, + { + "input_id": "4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469", + "input_type": "sequence_file" + }, + { + "input_id": "f895f666-e3ed-4a7e-a7f5-42586a6244ea", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "d9b006ee-9626-517f-baed-e6c7bc8a8686", + "output_type": "analysis_file" + }, + { + "output_id": "e8cb5e82-22fa-5e54-984e-3d2e4b91a100", + "output_type": "analysis_file" + } + ], + "process_id": "4ae55a6b-6e40-4300-b2a7-7e8c72c285de", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "611d7372-2d5d-4b93-9cb8-b6d689b0f905", + "input_type": "sequence_file" + }, + { + "input_id": "9a4277c3-806b-4906-a777-613f01a51003", + "input_type": "sequence_file" + }, + { + "input_id": "9403a717-07d2-4510-9f19-77d41747c188", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "2d253fef-4538-511a-a960-bd999afeecf4", + "output_type": "analysis_file" + }, + { + "output_id": "fda0ea89-2300-59ed-9125-784883c5e211", + "output_type": "analysis_file" + } + ], + "process_id": "c6ca5e48-0be8-4b66-ac11-6e25511afe2a", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "inputs": [ + { + "input_id": "e79faefc-5135-4e43-a64d-8db7472d3f2e", + "input_type": "sequence_file" + }, + { + "input_id": "fa78c4ab-4057-45b1-8266-af045ae28535", + "input_type": "sequence_file" + }, + { + "input_id": "9c6fffe5-0f64-4325-8e2f-8be4fa5417b9", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "3450ac1e-8d8f-5bad-bd44-322d792acc8a", + "output_type": "analysis_file" + }, + { + "output_id": "fe4686b9-acd3-5237-acf1-1bd9cc0c19c5", + "output_type": "analysis_file" + } + ], + "process_id": "b9b49dd4-471a-4364-bc72-acaa1bcb633d", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "cfa1e5da-607e-49b6-aa0d-8f43702b971f", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "7318a24c-7abf-445d-b4d2-2c5acc01e715" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "69f04b25-c698-4a6e-aff3-7bccc1e969b7" + }, + { + "output_type": "sequence_file", + "output_id": "ea99b549-cd95-445b-a796-a4ccd992491d" + }, + { + "output_type": "sequence_file", + "output_id": "76f76203-8b14-4a33-8a0d-d7687d887772" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "687ef9ee-e18c-446f-bbb6-97c31ba0ce9b", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "7318a24c-7abf-445d-b4d2-2c5acc01e715" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "85dc3748-6751-482b-b7cd-c1e08f7df5c0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a9c40eb8-24b6-4436-a3d3-e8035e84f6ae", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "ae38fa93-e50c-4033-a1e9-ac404ede7380" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "550bbb11-4786-46b4-a9c1-46f105b14644" + }, + { + "output_type": "sequence_file", + "output_id": "85716ed2-d37c-4e4a-bd8a-864154bad299" + }, + { + "output_type": "sequence_file", + "output_id": "8a62b078-1656-4145-83ee-a54b74b1f566" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5b4f46d9-346e-4eec-b55e-801d37ece165", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "ae38fa93-e50c-4033-a1e9-ac404ede7380" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "37925a3b-3bce-4876-bb29-745922b2c972", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "8d7b1004-5265-40cd-8912-336d71e0f296" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "24c3ce12-e4f9-4299-a005-320d602716ce" + }, + { + "output_type": "sequence_file", + "output_id": "daa5945d-5d1f-4586-9c85-e3fa5af8bfb5" + }, + { + "output_type": "sequence_file", + "output_id": "e779b50e-a892-4a0c-af02-2dd400956018" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f70a20e6-ad33-424e-b385-bb9a19be000e", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "8d7b1004-5265-40cd-8912-336d71e0f296" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "0ceed66e-513f-450f-89e9-3206f4485cdf", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "469016a2-3bea-4244-8bae-835c499c8ac0" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "82c6f8e4-79f9-48b7-aab5-35853db742a4" + }, + { + "output_type": "sequence_file", + "output_id": "49a158d2-9786-4f54-bac9-67244497c9c9" + }, + { + "output_type": "sequence_file", + "output_id": "d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9210ccdd-107f-4ef3-9a2d-f9c573788f43", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "469016a2-3bea-4244-8bae-835c499c8ac0" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "8fee28bf-4f9b-4d62-814b-ea97119048ee", + "input_type": "sequence_file" + }, + { + "input_id": "32714f4f-1a04-4fc3-bdd9-2ae6473fe544", + "input_type": "sequence_file" + }, + { + "input_id": "9d578de9-08fb-47f8-9bc4-77e9577965e7", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "9baa3062-0022-53e2-a3df-14df08c4c66c", + "output_type": "analysis_file" + }, + { + "output_id": "d41aa539-54ba-5f2e-bfd6-4c9905ee38a1", + "output_type": "analysis_file" + } + ], + "process_id": "fbbd6c03-df0d-44dd-b383-c1efb83abb2e", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "e23d96b7-a271-403e-a29e-b2bdb1949070", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "ef50dd96-a305-4edd-84e7-aae93377c488" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "f895f666-e3ed-4a7e-a7f5-42586a6244ea" + }, + { + "output_type": "sequence_file", + "output_id": "c0e0476d-b0c5-434b-9c33-92e52900341d" + }, + { + "output_type": "sequence_file", + "output_id": "4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "43c13443-4e03-42b3-a32f-d048c8ea465e", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "ef50dd96-a305-4edd-84e7-aae93377c488" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "57c18bb9-bb99-48dc-bf49-70e3e558deeb", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "8f63d864-87e5-40f3-8f68-936640010c7d" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "ae073235-e422-4c3a-8bf4-9892d6e769b3" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "22ccc95d-d789-4398-a790-83f86bb420d8", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "91a5af73-4a8a-4285-bcbb-42344e18745f" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "ffba13e2-0937-49b3-961a-2ce3055ad5c6" + }, + { + "output_type": "sequence_file", + "output_id": "71c8dfa2-0a8c-4ae0-8161-933454f56420" + }, + { + "output_type": "sequence_file", + "output_id": "232c6da0-b86b-4995-8da1-a428211af836" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5c745dc7-ece2-4df5-96b3-bca92b832c73", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "91a5af73-4a8a-4285-bcbb-42344e18745f" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "dd19fdc7-35a9-432f-9a97-670637433eda" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "807e13ad-b807-44b5-92c8-9057b858968f", + "input_type": "sequence_file" + }, + { + "input_id": "2b40b918-2632-4a06-9746-6f542d884b90", + "input_type": "sequence_file" + }, + { + "input_id": "32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7", + "output_type": "analysis_file" + }, + { + "output_id": "33055074-248b-57fe-99fd-b5deab653ac0", + "output_type": "analysis_file" + } + ], + "process_id": "e607b72f-3024-4d7e-8292-19d2d53a3a95", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "b1883730-3304-48c1-904b-eb90ab226168", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "02f33fc2-eb2f-4c78-a7f5-002a1747e71f" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "7efd8179-7a9a-4ef1-b199-46f94581cb1a" + }, + { + "output_type": "sequence_file", + "output_id": "455c6c50-9424-4dac-b67c-1be48276d5b5" + }, + { + "output_type": "sequence_file", + "output_id": "c27ebc26-f0b4-4f42-8b10-061fb04f77bd" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "71aef8a5-add1-46ce-b5e9-c172a52414a2", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "02f33fc2-eb2f-4c78-a7f5-002a1747e71f" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "c301901f-95cd-4a3e-a4df-761fa21e92af", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "700af591-d469-4a3d-a908-cff116f28242" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "9403a717-07d2-4510-9f19-77d41747c188" + }, + { + "output_type": "sequence_file", + "output_id": "611d7372-2d5d-4b93-9cb8-b6d689b0f905" + }, + { + "output_type": "sequence_file", + "output_id": "9a4277c3-806b-4906-a777-613f01a51003" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "d7f083b3-1e02-4838-a7a2-a52bc7bcb1bb", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "fbed02e6-1547-469c-b96f-45c61111af53" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "700af591-d469-4a3d-a908-cff116f28242" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a0cf7b57-f8ac-4591-bfe5-a9a2b7416057", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "1b5a4bc7-5a90-4782-a657-536a8b533156" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "fbed02e6-1547-469c-b96f-45c61111af53" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "inputs": [ + { + "input_id": "1a17a213-3a73-4af8-a105-6e5b3d056263", + "input_type": "sequence_file" + }, + { + "input_id": "4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34", + "input_type": "sequence_file" + }, + { + "input_id": "05345715-8f9f-44fe-8f28-f75552b17d5d", + "input_type": "sequence_file" + } + ], + "link_type": "process_link", + "outputs": [ + { + "output_id": "69cc1f24-8be9-58aa-af3e-99c13507216e", + "output_type": "analysis_file" + }, + { + "output_id": "00dbea45-4e4d-5220-985e-afd8dcfce0b5", + "output_type": "analysis_file" + } + ], + "process_id": "39c38ab6-dd8a-4098-87a8-8a861d55b7fb", + "process_type": "analysis_process", + "protocols": [ + { + "protocol_id": "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "protocol_type": "analysis_protocol" + } + ] + }, + { + "link_type": "process_link", + "process_id": "b7914794-f8a7-4fba-bb5b-10536eac7d8b", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "5fc661b9-440a-4b6f-b2f9-f847043debec" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "41a13523-c45b-4546-8273-9321d9a2c250" + }, + { + "output_type": "sequence_file", + "output_id": "f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1" + }, + { + "output_type": "sequence_file", + "output_id": "82fc4ead-bf34-4834-91ed-cb6ec1717baa" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "69ccee6f-c88d-4443-88a0-e46ed47bf2a1", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "619887a0-67fb-4e24-be95-409f9b3e8474" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "5fc661b9-440a-4b6f-b2f9-f847043debec" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "c0c71843-6831-4e91-90cf-cb31d4a4b277", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "619887a0-67fb-4e24-be95-409f9b3e8474" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f26c4715-5488-4d7f-ae0e-1c965128fbb1", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "74d1b609-5477-4ec3-840e-fa721ffa580f" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "9c6fffe5-0f64-4325-8e2f-8be4fa5417b9" + }, + { + "output_type": "sequence_file", + "output_id": "e79faefc-5135-4e43-a64d-8db7472d3f2e" + }, + { + "output_type": "sequence_file", + "output_id": "fa78c4ab-4057-45b1-8266-af045ae28535" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "e9eb59a6-8324-47c7-8d54-4517587c6802", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "74d1b609-5477-4ec3-840e-fa721ffa580f" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "42b114bb-27ee-4415-b046-7ee5581adc27", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "64713d72-8e8f-4350-a3ba-e1981c872100" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "3c6b5196-4dd9-4c23-a9d1-c1341d889ecf" + }, + { + "output_type": "sequence_file", + "output_id": "22d5f584-ff73-4a10-8377-387983b72a87" + }, + { + "output_type": "sequence_file", + "output_id": "601bacd5-c250-4dd3-a83d-c9f31a1b0dd8" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5a0999a5-9945-4d18-8f0a-7ed5a6b1f27b", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "64713d72-8e8f-4350-a3ba-e1981c872100" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7f0f3ad8-9052-4003-ac7d-4e2e509b85f5", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "4c32ae0b-8338-4906-90ef-06e1e4fd7577" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d" + }, + { + "output_type": "sequence_file", + "output_id": "807e13ad-b807-44b5-92c8-9057b858968f" + }, + { + "output_type": "sequence_file", + "output_id": "2b40b918-2632-4a06-9746-6f542d884b90" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "8d4c4056-6a9b-4c33-907c-66f4351fe7c1", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "4c32ae0b-8338-4906-90ef-06e1e4fd7577" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "16d53d3e-88ef-444a-aaec-e7947fc3e779", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "eed4d335-880b-4735-9d04-cdbf706e3d44" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "7fa6adde-000d-4360-9f45-2b5da4721f70", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "38b67b47-7ef3-4e9e-88e1-3a8376769eb0" + }, + { + "output_type": "sequence_file", + "output_id": "0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1" + }, + { + "output_type": "sequence_file", + "output_id": "4b06739c-d81c-45cd-825f-cc5145f15065" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "b92aadd5-3603-4e12-a92d-22e1f9757361", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "232174af-3ebf-4b3b-97fd-35547950c4c8", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "c8d8c14f-4e5e-4911-a386-391fd1153969" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "0619dd26-7a22-4fc9-ac35-7a381a502e6f" + }, + { + "output_type": "sequence_file", + "output_id": "a3bef94d-a68f-43d4-8cb8-58977b20f849" + }, + { + "output_type": "sequence_file", + "output_id": "c30c31d2-ccfb-4651-8b78-a25a23ab4e95" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f3e0b538-bf64-417d-8746-52d5ad9311be", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "c8d8c14f-4e5e-4911-a386-391fd1153969" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a2653332-1aab-49d6-8da8-b5c5fe004e70", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "5baa7164-60f5-4b28-8bad-e9a0563cac70" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "69576784-ca06-4ccb-bab7-d6e8353a8036" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a0e661e2-dac9-4004-9605-8307c15f831d", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "732d6ffa-1d89-4476-ad10-5ce9d83a78ad" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "d3c05176-1d0b-4ce1-b005-0af8c35129cd" + }, + { + "output_type": "sequence_file", + "output_id": "835ec088-c1a5-4b0c-897c-22bc92950587" + }, + { + "output_type": "sequence_file", + "output_id": "0f15fb43-c791-4113-a721-a9e3767e8f6d" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "61a4052c-bbc0-4666-9747-ed6b4c706ac6", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "732d6ffa-1d89-4476-ad10-5ce9d83a78ad" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "73bd1209-cfb5-420f-bd97-574ed9c7cd0e", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "d4b2569d-4f63-41c0-9a11-97068ee3ae68" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "da490be5-56d8-4510-a3c9-c256666fbe4d" + }, + { + "output_type": "sequence_file", + "output_id": "ba276a56-3bdf-42ff-93f4-2920c3a288f9" + }, + { + "output_type": "sequence_file", + "output_id": "be3cffb9-150a-4a1e-8f4b-a0afde4eea5a" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "aa76f640-744e-4c50-92af-33c7f54fc7ee", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "d4b2569d-4f63-41c0-9a11-97068ee3ae68" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "793d9bf6-00cb-49e6-acc2-2cc724036645" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "31899978-a518-4d78-b85a-f62bca7ed723" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "bc5ba4f6-a3f1-4156-830f-11228df251bc", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "90ab9fe3-3847-4477-bff8-66db44610c92" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "71e9623c-1cfa-4efe-9448-f4014da727dc" + }, + { + "output_type": "sequence_file", + "output_id": "96cbabdb-30b4-4c71-9250-bb7efcd9ee1e" + }, + { + "output_type": "sequence_file", + "output_id": "44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a753faac-75d8-442d-a44d-b0320ba88fe0", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "90ab9fe3-3847-4477-bff8-66db44610c92" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "f027f9ff-0d24-49e2-b71d-18543a4631f2", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "9417041b-2952-41d5-b0d8-b42694f4fd4a" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "1edb7ccc-0cb3-41c4-a193-181542bce479" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "b49fb5d4-6f31-4b7d-827e-bc09ed30a167", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "1fe49331-d165-4443-a82b-612309cb9567" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "384733f9-328f-4b3f-b201-9489ae09f5de" + }, + { + "output_type": "sequence_file", + "output_id": "39c59048-bac9-4b5b-935b-75b150931f41" + }, + { + "output_type": "sequence_file", + "output_id": "dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "282fda83-f6d8-4d5b-b47a-14d13d5206fe", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "fbed02e6-1547-469c-b96f-45c61111af53" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "1fe49331-d165-4443-a82b-612309cb9567" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "a0cf7b57-f8ac-4591-bfe5-a9a2b7416057", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "1b5a4bc7-5a90-4782-a657-536a8b533156" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "fbed02e6-1547-469c-b96f-45c61111af53" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "951a8ffc-69c5-4f7c-8ee8-39b76171f630", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "85e09b5b-24a8-4eea-9b0a-8ca17f9db79d" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "ed8bc174-30cc-4fa4-9e48-0543b825b1e4" + }, + { + "output_type": "sequence_file", + "output_id": "785275c2-08e7-486f-bed5-850993b704d3" + }, + { + "output_type": "sequence_file", + "output_id": "75017000-be20-4f58-91ea-abaf63344959" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "72abfd0e-51d3-4b13-8495-bfaab2f1096b", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "85e09b5b-24a8-4eea-9b0a-8ca17f9db79d" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "ea7b5ae7-acdc-4d67-8665-c8a0b52da561", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ba005942-3abb-4988-90a4-57747fb05b8b" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "dba60b5a-af86-4fde-8cfc-49b008f5adad" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "2d0d630a-58dd-42f7-bd7e-579ebec98d48", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "4dae1604-6e74-4306-ae82-2da7ca2efd77" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "b61e4f40-1742-4bbb-a20d-78a934c5f8de" + }, + { + "output_type": "sequence_file", + "output_id": "81204476-377f-4bf9-b5de-27f8b14d47c5" + }, + { + "output_type": "sequence_file", + "output_id": "c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "87fa5eb0-98d2-40ae-8bb1-445d0d2d0c11", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "4dae1604-6e74-4306-ae82-2da7ca2efd77" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "136b438c-b819-4da2-8cc1-d6cace9c716c", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "0d27ca8e-5325-4e47-9807-8afd92e9bf89" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "62a131e1-c415-460e-bc5b-75cca5d3323b", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "470877fd-03da-40a6-9508-330b580cf728" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "7ae24487-8546-422c-ad9b-bfa36bdd6ba4" + }, + { + "output_type": "sequence_file", + "output_id": "b4d16fe2-eeac-4a26-9cc3-17414b87f3b1" + }, + { + "output_type": "sequence_file", + "output_id": "9c25532b-bbac-408a-8b3b-4d7f565f11b9" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "b2b1e2e5-b9f9-4a5f-91c5-ea7cda58cffe", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "470877fd-03da-40a6-9508-330b580cf728" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "dd19fdc7-35a9-432f-9a97-670637433eda" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "b8912f33-12a7-4bf8-9f25-e91fbc77517c" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9bb08d39-3957-4ff7-a20d-cc45a1cb38ab", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "4fd506bc-5824-4a7b-a44a-8d02532c5277" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "30286c6d-ca78-4108-aff5-6809618656dc" + }, + { + "output_type": "sequence_file", + "output_id": "23a28752-d0c7-4a3c-8548-acc8ddc26af4" + }, + { + "output_type": "sequence_file", + "output_id": "d1bbc8a6-9320-4527-bca3-2dbb172bea38" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "96d2674c-2f8f-4495-b95f-a6be448ba8fb", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "4fd506bc-5824-4a7b-a44a-8d02532c5277" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "85dc3748-6751-482b-b7cd-c1e08f7df5c0" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "6b94e023-9280-45df-ac3d-5a258e19bf29" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "0dd65ce8-29ba-4341-9a93-eb2ca1f06c72", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "a69fcb4d-a7ec-4101-9e5a-1959bc3265ae" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "9d578de9-08fb-47f8-9bc4-77e9577965e7" + }, + { + "output_type": "sequence_file", + "output_id": "8fee28bf-4f9b-4d62-814b-ea97119048ee" + }, + { + "output_type": "sequence_file", + "output_id": "32714f4f-1a04-4fc3-bdd9-2ae6473fe544" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "796e5529-dd1a-4579-a469-a770eaa2216f", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "a69fcb4d-a7ec-4101-9e5a-1959bc3265ae" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "003cb4a8-9871-488f-9042-820504991f17" + } + ] + }, + { + "link_type": "process_link", + "process_id": "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "ae71343b-df16-49a3-829d-a6e61afdc079" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "75b6d713-08dc-4eff-9347-95c9519a34cd" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + }, + { + "link_type": "process_link", + "process_id": "536ba4f7-6694-4a31-8df1-0e6668ed10da", + "process_type": "process", + "inputs": [ + { + "input_type": "cell_suspension", + "input_id": "2b532bac-4ebb-47db-b5e2-37b8da2b5f6c" + } + ], + "outputs": [ + { + "output_type": "sequence_file", + "output_id": "05345715-8f9f-44fe-8f28-f75552b17d5d" + }, + { + "output_type": "sequence_file", + "output_id": "1a17a213-3a73-4af8-a105-6e5b3d056263" + }, + { + "output_type": "sequence_file", + "output_id": "4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34" + } + ], + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "565d6b74-caae-44f1-a1fc-a0b29a1f24f1" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a" + } + ] + }, + { + "link_type": "process_link", + "process_id": "aeaa76b1-161d-4d9f-a520-d30e87d9c1d9", + "process_type": "process", + "inputs": [ + { + "input_type": "specimen_from_organism", + "input_id": "94259313-d341-4b1f-b9cc-48a760d81c19" + } + ], + "outputs": [ + { + "output_type": "cell_suspension", + "output_id": "2b532bac-4ebb-47db-b5e2-37b8da2b5f6c" + } + ], + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "8881df7f-15da-48a9-8934-a2d65188543e" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "f1903d0b-1cb2-4208-bc20-a37ad8612452" + } + ] + }, + { + "link_type": "process_link", + "process_id": "2415ecb9-08af-4ecc-868b-69ba70a43c81", + "process_type": "process", + "inputs": [ + { + "input_type": "donor_organism", + "input_id": "f2ed99b4-a68d-4d54-8c65-9534ad5931b5" + } + ], + "outputs": [ + { + "output_type": "specimen_from_organism", + "output_id": "94259313-d341-4b1f-b9cc-48a760d81c19" + } + ], + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "266cf33e-5540-42cd-84de-757340908d42" + } + ] + } + ] + }, + "stitched": [ + "003cb4a8-9871-488f-9042-820504991f17", + "00dbea45-4e4d-5220-985e-afd8dcfce0b5", + "012ba773-aefb-4d9f-8ec1-6714dc7f631b", + "01824e76-505c-4e99-9ffd-bc1b5f56f726", + "0233488f-2a92-4e5c-a7c5-3508b39762aa", + "02f33fc2-eb2f-4c78-a7f5-002a1747e71f", + "0370e38d-bb67-4b79-be99-3ff27e21adba", + "0526e3df-0747-40fb-b4be-99c8813deefd", + "05345715-8f9f-44fe-8f28-f75552b17d5d", + "0565f81d-86a0-4591-8a29-f7e3306556f2", + "0619dd26-7a22-4fc9-ac35-7a381a502e6f", + "07a18873-6df1-57a8-848c-980bfa29fbf5", + "07a81052-3964-5b08-8f2d-066c1e29de7d", + "07b48eae-1703-5821-b3e6-66bb1488e7b2", + "085e5f88-ab09-4d69-bc14-afa71e1ae17c", + "087aca40-9bc5-56b9-8cd5-a5a0488c18f2", + "08b799a0-59d8-4c69-87b3-fd239aef4197", + "09f063d9-7bc8-4567-bc27-fa1e7c87fa4d", + "0a79ce42-b2b7-5c37-8bb2-e61bc1b5e38f", + "0a80f21f-3212-596b-9367-f7211c554c7d", + "0aa3a582-3905-5cba-9dd1-d3cf58be18ce", + "0b9d7ae0-f6af-40e5-898d-7b2afc48c4b1", + "0c1455f0-64c2-48a5-bba1-15588755bad5", + "0c3e7565-d5bc-44ed-8b1c-a9446150f274", + "0c410012-5563-5e9d-9841-a0232b69d43f", + "0c75f376-4092-403f-8b91-dbb19b4fdf94", + "0ceed66e-513f-450f-89e9-3206f4485cdf", + "0d27ca8e-5325-4e47-9807-8afd92e9bf89", + "0db36828-3fae-5bd2-b052-ae63b88693d9", + "0dd65ce8-29ba-4341-9a93-eb2ca1f06c72", + "0ea260e6-08d5-4488-86bb-8bf3412540ee", + "0edf6004-84e5-5b8a-99e2-bb60390d9b17", + "0f15fb43-c791-4113-a721-a9e3767e8f6d", + "0fb3c4cd-6df4-48ac-b7c6-e96c144e0c42", + "10a02923-b945-43fe-97db-c984e06dc5a7", + "10a76c2f-2a9b-4430-88bc-c4f3828e4e3f", + "111c2683-e0ab-5704-b51f-7b93e6717415", + "1147a7c1-2f32-4f13-9457-929b9bce46f0", + "11712f1f-d3c5-54b4-9ab3-cd12b8eb15b7", + "120e7f3e-597a-4119-a9d6-1624704666b4", + "1248ead2-3dd4-43fe-9f7c-9609ed77d9c2", + "129bdef3-ae23-5273-920f-204cccd878fc", + "136b438c-b819-4da2-8cc1-d6cace9c716c", + "139bca8f-674f-5dc9-953f-9cfbf91f3179", + "15087f54-4375-44ad-9aef-405e976767c0", + "15af1b4f-6944-4af6-8a2a-4fea163edde2", + "15c898b4-124d-5c7b-b297-6b21226d0bda", + "15dbb4ef-0c35-48d9-86c2-f56fd6863810", + "1685c144-966c-53fe-8bd3-2a053b55966c", + "16c04a1a-6c78-4755-ada4-36025cd69ce9", + "16d53d3e-88ef-444a-aaec-e7947fc3e779", + "17510bd6-d94b-5f41-a726-967bf9955f31", + "17782e68-694a-42df-9411-9fd875b95cc7", + "181fc217-c6d8-5fa3-a76a-c0cc766d6dcc", + "1853e602-4743-4179-863b-fb686a6a7a9a", + "1872f705-7ccc-42af-80c5-7645ccd2848c", + "18de212b-b326-4daf-80d3-9e8ebc19ab03", + "198dff35-0fb9-4edc-bf0c-e973ac7eba59", + "19b7eb13-fef6-46a4-abb9-44a310e441b5", + "1a17a213-3a73-4af8-a105-6e5b3d056263", + "1a84035c-6716-40ce-844c-617eeaefb14d", + "1b5a4bc7-5a90-4782-a657-536a8b533156", + "1b8c4fa4-24d0-42b5-99e1-8c04eba5d8c3", + "1c4a667a-210a-445e-b773-d59840280580", + "1d5a282b-b4b5-41dc-ab46-862476a87c18", + "1d7226b0-ed2f-4ab4-8692-3af8d3bd6017", + "1d732738-9b3b-4393-920a-a3dd2ff6f7e1", + "1da5525c-2986-510e-9890-748b232ad65e", + "1db22fe1-6ca8-4ca3-b91b-678f08d8626f", + "1e0c544d-2963-4fde-b3cb-5bb9b938acaa", + "1edb7ccc-0cb3-41c4-a193-181542bce479", + "1f43235c-6299-527b-b470-2b6638bdaf8b", + "1f4840ce-45d5-4dbc-87a1-c2b06d0aa6c8", + "1fe49331-d165-4443-a82b-612309cb9567", + "1ff18c5a-846f-5000-b8c5-889b6328842a", + "204a3bb9-d52f-407e-a3ed-f051a40dd7c3", + "204dfd1c-ea7a-494b-a151-f1bcd586ddfb", + "2096cc65-c180-45f2-93b7-fcc5c21db3a1", + "20eaba77-49c4-4d9e-9e82-fb6351a9012a", + "21302b0f-80dc-48ce-a69c-b999c5418749", + "214d0bf4-23de-4aab-816e-52df14eb53f9", + "21581af6-c4c4-4268-9d63-cf5a3a7f5058", + "21ac5c57-bebb-47d4-ad9b-491cdfbacb88", + "2224ee0a-dc74-4bc6-bf71-5752bc090aed", + "223980cd-b247-415a-bb6d-41ed360837f2", + "22ccc95d-d789-4398-a790-83f86bb420d8", + "22d5f584-ff73-4a10-8377-387983b72a87", + "232174af-3ebf-4b3b-97fd-35547950c4c8", + "232c6da0-b86b-4995-8da1-a428211af836", + "23a28752-d0c7-4a3c-8548-acc8ddc26af4", + "2415ecb9-08af-4ecc-868b-69ba70a43c81", + "24c3ce12-e4f9-4299-a005-320d602716ce", + "25c4395e-dcc3-5fd4-bff6-7dd2be6dbc1f", + "26131c11-6186-4b1a-b37d-fb12515622bf", + "26684c18-6ba0-4e9b-98f2-0a4b6f7f4a86", + "266cf33e-5540-42cd-84de-757340908d42", + "27749341-b419-4dca-9175-a6a9025116a9", + "27e030cc-b89e-41fc-b0c8-c3258a4b2c6e", + "282fda83-f6d8-4d5b-b47a-14d13d5206fe", + "285e146c-92b8-490c-b5e5-c8c24daa8ad2", + "289ec28b-ce11-5be8-89ab-92fbceb874a0", + "28f5f863-26d9-4ca8-abb3-705d369250e7", + "295db19e-bdcc-5428-a68a-e0de856c4522", + "2b40b918-2632-4a06-9746-6f542d884b90", + "2b532bac-4ebb-47db-b5e2-37b8da2b5f6c", + "2b64aedb-2563-547f-ba70-aa9b8c1d5d3f", + "2b8cad63-d0bc-486b-923d-cc6f11eb6394", + "2c88ef68-7029-5f00-9387-a364d6292976", + "2d0d630a-58dd-42f7-bd7e-579ebec98d48", + "2d253fef-4538-511a-a960-bd999afeecf4", + "2e7e4b93-2d6c-4359-804c-f8ca1e21c31c", + "2ee42e3a-73ae-5632-9a22-11b6a0fdced8", + "2f77c2c6-e843-48cd-a160-65fb904eb112", + "2fc7b43d-2351-428d-94f9-10a25c165f1a", + "30286c6d-ca78-4108-aff5-6809618656dc", + "312ecb1d-d94c-437b-9f36-e2ccf949fd79", + "31658494-9514-5169-84bf-0eb0620557f0", + "31899978-a518-4d78-b85a-f62bca7ed723", + "32714f4f-1a04-4fc3-bdd9-2ae6473fe544", + "32a5b3e4-4f2f-4fb1-aeff-7fb01035eb8d", + "33055074-248b-57fe-99fd-b5deab653ac0", + "336b106c-f5f3-4d35-b583-05fc33ee910f", + "3381994d-5624-4f5f-a574-01ad099c448c", + "3450ac1e-8d8f-5bad-bd44-322d792acc8a", + "3516a5d0-2fa9-5fbb-b1cc-5a95ca12bf3d", + "35bc8baa-8916-5835-940c-ce684f30d4aa", + "3650db01-27bd-4371-a431-71d28620a40a", + "37925a3b-3bce-4876-bb29-745922b2c972", + "37e1cc3e-b56d-4cfe-b310-3ef20a6668a5", + "381edf9b-6bec-45ba-bf1e-07e344ae70f0", + "384733f9-328f-4b3f-b201-9489ae09f5de", + "38b67b47-7ef3-4e9e-88e1-3a8376769eb0", + "39046bdd-483c-44ad-9b50-dea608d34255", + "39121e35-d7a2-52ac-a826-529b0329033f", + "39c38ab6-dd8a-4098-87a8-8a861d55b7fb", + "39c59048-bac9-4b5b-935b-75b150931f41", + "3aa80a42-646a-5953-afe6-b177a78297df", + "3abd4ba6-320e-4f5e-91cb-3a75070506b3", + "3c6b5196-4dd9-4c23-a9d1-c1341d889ecf", + "3de145e6-2439-593d-9779-c618b174ece0", + "3e6ac46b-1d9d-4c91-b5df-e583208357fe", + "3f0bfbb4-c9be-56db-9eb5-b37a6dc306a2", + "3f20a83f-f01c-41f2-acaf-3c111dfa5465", + "3f5ad2eb-04e1-4cc0-9513-6f2be5feed42", + "41a13523-c45b-4546-8273-9321d9a2c250", + "41ae7f5d-67e9-4bc8-a844-262a9dea9b96", + "420d9c85-32cb-4f35-a939-918b1eda8d62", + "42b114bb-27ee-4415-b046-7ee5581adc27", + "43c13443-4e03-42b3-a32f-d048c8ea465e", + "44c70c3c-6fe7-4186-9aa5-b2cb1ea3b9d8", + "450befbb-21c9-5b53-a7b9-38b517cebe76", + "455c6c50-9424-4dac-b67c-1be48276d5b5", + "4598ad54-184e-4400-b40c-8b8050e31617", + "45b42e03-4fcb-4dd0-8a33-47680b8f5254", + "469016a2-3bea-4244-8bae-835c499c8ac0", + "470877fd-03da-40a6-9508-330b580cf728", + "4725c942-1647-435d-9690-51cf8b817b6a", + "47a6d2b8-91a5-51c3-9df3-ac30c79346d2", + "47f2b446-7a03-4286-8a35-41e52394622c", + "489c7fd9-1ac8-5b78-a91d-a44761f9d6e0", + "4964726c-4bf7-58a0-a401-6eecf9c7a3b3", + "49a158d2-9786-4f54-bac9-67244497c9c9", + "4a0269a6-6026-4d2f-9d1d-5bb60c0042df", + "4a28b164-2d5a-5232-946a-ac70276036b5", + "4a2cee73-ad0a-5ad9-bed4-62c32852f66d", + "4a302268-f155-5a27-b164-dff6f1fc78fa", + "4a5dedbf-84c4-5772-a103-fc1466aa0c86", + "4a9d5d83-3e12-5ece-9524-facb79cd9239", + "4adcb95e-8d5d-41dd-8299-8a7b686e8e4a", + "4ae55a6b-6e40-4300-b2a7-7e8c72c285de", + "4b06739c-d81c-45cd-825f-cc5145f15065", + "4b13d612-7d7e-5ee1-9c8b-20ba230dbb03", + "4ba330b1-83f6-4d6f-9eb4-4c2f9f8b12ae", + "4ba8f00e-0833-5862-bc6e-0cc2acb5d684", + "4bb648cb-6617-4a22-afb8-7c2ea96ea4e9", + "4bd54cd4-ca70-4566-a2bf-9fecb4dfbc34", + "4c1d363b-0560-49f2-addd-aaa879db3d30", + "4c32ae0b-8338-4906-90ef-06e1e4fd7577", + "4cbe8be7-074d-4104-a5bd-87150fb592a6", + "4dae1604-6e74-4306-ae82-2da7ca2efd77", + "4e7c6725-5d49-4ed6-9a5f-b7d0eaf75469", + "4eedf1da-27b4-4748-9207-c4ae4b86e966", + "4f8103b9-edbf-492a-b77f-13120e1d4938", + "4f91ed04-d045-4904-a78e-103294d4f5e9", + "4fd506bc-5824-4a7b-a44a-8d02532c5277", + "51ba44d1-35b6-4227-b52d-1d7012a2c5ab", + "51df62ea-0591-4b74-94d8-d143b8738643", + "527ee669-a4e3-5a41-bd35-54518b7b514b", + "529a01ff-db1b-4a8e-924b-8749387f5dcb", + "529e093e-c122-4939-8264-993ad651efd7", + "52ca4cde-727f-564e-95dd-7872573ebeba", + "536ba4f7-6694-4a31-8df1-0e6668ed10da", + "538399a0-da86-57f5-88c6-b150db89c3f3", + "539b91c6-886b-443d-8529-440996e839fd", + "540234b3-0c89-41d1-98aa-63b9968056bf", + "54306568-28bb-4786-aacd-247887f8420f", + "54bfca9c-a1f8-4632-a0cb-5f7b5edf48d6", + "550bbb11-4786-46b4-a9c1-46f105b14644", + "561a5c40-9014-5bce-b48b-a2df2687b562", + "565d6b74-caae-44f1-a1fc-a0b29a1f24f1", + "56f78439-cccd-41bb-8eaf-c05f96695879", + "57c18bb9-bb99-48dc-bf49-70e3e558deeb", + "58d03b27-9049-444e-a337-3491a5d715e1", + "5916d536-e063-46ce-b3bc-fa0120d2f263", + "59c440a3-b54c-4aa7-a9fb-b51a269c8d6f", + "59d7c07b-db98-54fc-9088-9c1aae445826", + "59e161bb-d88b-5153-bd6c-81d2e9c678de", + "5a0999a5-9945-4d18-8f0a-7ed5a6b1f27b", + "5a6387c1-c6b2-488d-b014-4fb3f3d11c8f", + "5af16cd9-8632-410d-b5d4-0441950a7851", + "5b4f46d9-346e-4eec-b55e-801d37ece165", + "5baa7164-60f5-4b28-8bad-e9a0563cac70", + "5c3d1e59-cae7-5f21-b925-9d27bf675a9e", + "5c745dc7-ece2-4df5-96b3-bca92b832c73", + "5d687d7c-8d96-4203-ad8e-d0668828ad37", + "5d81a93b-6a82-43dc-912c-95aa10a10839", + "5dbd0b94-a351-51c7-858c-045b053881fd", + "5ee0a825-8c35-4fe5-ab67-454c6bfd949b", + "5fbb11aa-074b-42ad-bb8c-13d80c3b2490", + "5fc661b9-440a-4b6f-b2f9-f847043debec", + "6008e2eb-ea1d-54b2-9611-fa896ae9aa21", + "601bacd5-c250-4dd3-a83d-c9f31a1b0dd8", + "608ff0ee-d075-59e3-b62a-ca5b523078db", + "611d7372-2d5d-4b93-9cb8-b6d689b0f905", + "6194245b-1ce5-495e-8e85-d859b3fcce66", + "619887a0-67fb-4e24-be95-409f9b3e8474", + "61a2e552-6617-589e-8985-e1b730d3095c", + "61a4052c-bbc0-4666-9747-ed6b4c706ac6", + "61d46fd3-fd85-5eb1-a251-7000d2394830", + "62a131e1-c415-460e-bc5b-75cca5d3323b", + "62f9d7c8-cb0b-4c30-b2d8-ab43fa4b3384", + "6348e566-f22f-4d96-9d35-c57b27592a9f", + "63bee9b4-8743-5a13-b144-80cf68313083", + "6453a4e5-5b30-58a1-bc08-d3a5167b3738", + "64713d72-8e8f-4350-a3ba-e1981c872100", + "65358965-9b3b-5187-bf6a-f918c6009f83", + "656a45cf-0782-4374-a8b5-72c5640b6bce", + "66ec4290-c809-4fe9-946d-add8e9b66b4a", + "677bcd4c-b135-5fb6-be37-7ece51f1ed7a", + "6844ac0e-f1aa-4592-bf2b-9962220c9b62", + "687ef9ee-e18c-446f-bbb6-97c31ba0ce9b", + "68b20827-e2b9-4d02-ac17-32ebf7aaf49c", + "68cac6a2-5453-4d08-9af2-a4e01f259dd3", + "69576784-ca06-4ccb-bab7-d6e8353a8036", + "69615be2-bace-489c-ab42-4b0842bbebd4", + "69cc1f24-8be9-58aa-af3e-99c13507216e", + "69ccee6f-c88d-4443-88a0-e46ed47bf2a1", + "69f04b25-c698-4a6e-aff3-7bccc1e969b7", + "6a019fd6-5db6-5717-8c4a-3a22a6fba738", + "6a26e03a-37ad-57ff-a8d4-6eccfe56ca12", + "6a512fd9-3942-4497-87fd-977d2a243b1c", + "6a73dfce-0163-5b3e-b1cd-0df84fb30871", + "6b34fa3f-1878-48ec-84c2-e2d8877903c4", + "6b94e023-9280-45df-ac3d-5a258e19bf29", + "6bad9f0e-c0f6-5200-b2e7-6d60296072db", + "6c52e66a-d034-476c-8f32-5d760b6a5029", + "6d83f11c-b3d1-58a8-abed-e9a78b7f64e5", + "6dccc154-99d6-4910-bb88-34288cafcd69", + "6f654061-017b-41a8-8c4b-9d6f2dcf422b", + "700af591-d469-4a3d-a908-cff116f28242", + "701795c2-dc0b-40f0-ad73-2572e414e278", + "70ad10de-b4ff-47a7-be15-d9158d0bdb5c", + "7157b964-2c40-579e-96ef-18a6dc94d29e", + "71aef8a5-add1-46ce-b5e9-c172a52414a2", + "71c8dfa2-0a8c-4ae0-8161-933454f56420", + "71e9623c-1cfa-4efe-9448-f4014da727dc", + "7229676a-4449-4a2f-ac97-284eb599841c", + "725cbe75-92a1-46dc-862a-1b9d012e0fc1", + "72a375f0-bf6b-4a62-a737-44800855ce46", + "72abfd0e-51d3-4b13-8495-bfaab2f1096b", + "7318a24c-7abf-445d-b4d2-2c5acc01e715", + "732d6ffa-1d89-4476-ad10-5ce9d83a78ad", + "739de51d-30f4-45f8-81ea-9f051a18b748", + "73bd1209-cfb5-420f-bd97-574ed9c7cd0e", + "73e8d35c-3f1b-5fdf-85ff-4215bfdd0818", + "7406f566-084c-4d50-a592-3bdd79848e33", + "749e78db-e5dd-51a9-8a5f-1b015b182e7a", + "74d1b609-5477-4ec3-840e-fa721ffa580f", + "75017000-be20-4f58-91ea-abaf63344959", + "756f8cce-2d70-4c53-a893-e26d556f0f06", + "75b6d713-08dc-4eff-9347-95c9519a34cd", + "76f76203-8b14-4a33-8a0d-d7687d887772", + "77d1797c-3775-53c1-bb54-10b8e39a1dde", + "7845673c-e51f-5a49-bdab-c3c3b80b51eb", + "78514d14-bf42-56a0-954a-9b0d1227bcae", + "785275c2-08e7-486f-bed5-850993b704d3", + "789c58d2-6a0d-514e-ac56-f884cd5e078d", + "793d9bf6-00cb-49e6-acc2-2cc724036645", + "796e5529-dd1a-4579-a469-a770eaa2216f", + "797f836d-6ad6-512b-a6c7-361375004d1b", + "79d1793f-4b07-4542-a76f-86ed4f1a12db", + "7a15aec3-1935-55fa-a225-c17a2a3cdc85", + "7a3a7a6e-8543-5cc7-982e-042350074a40", + "7ae24487-8546-422c-ad9b-bfa36bdd6ba4", + "7b2d444d-65f1-43e2-848d-22bcd2774c96", + "7b7015d5-5915-42d8-9427-7890d9e76282", + "7beb8479-c655-4b01-af4f-69f1668e1c6d", + "7c2c2ced-a0e3-4df7-ae1d-890218465626", + "7d0d9872-cdea-5f19-956e-eb47032a512a", + "7ee8e5aa-5faa-4491-bd66-150e202974dd", + "7efd8179-7a9a-4ef1-b199-46f94581cb1a", + "7f0f3ad8-9052-4003-ac7d-4e2e509b85f5", + "7fa6adde-000d-4360-9f45-2b5da4721f70", + "7ff7f0ac-a14a-4c42-800b-016141f020fd", + "80738c1d-105a-525e-8b84-ae666d549159", + "807e13ad-b807-44b5-92c8-9057b858968f", + "80971a51-d5f8-51a0-a5c3-bf57de4e8784", + "8101b4fa-d322-42ba-83d2-729a0b6b6903", + "8106eec7-2c2f-41b4-ad4d-997e683ed9fc", + "81204476-377f-4bf9-b5de-27f8b14d47c5", + "812b02ca-7aab-4166-8fe5-cb623f67ca93", + "81f56ff9-36eb-5897-b2e7-318c075ecbc8", + "82aef31f-b0b0-56de-adfc-c6085c65a1f3", + "82c03181-f541-4770-8bad-5fb68bf221b2", + "82c6f8e4-79f9-48b7-aab5-35853db742a4", + "82fc4ead-bf34-4834-91ed-cb6ec1717baa", + "835ec088-c1a5-4b0c-897c-22bc92950587", + "837fa4ab-745a-4a41-9fbf-0a4d1d1054d5", + "83ef8445-4462-5d84-b0ef-d812e9256089", + "845dd01f-cad1-54a4-8ff3-acd78d29a5b1", + "853ce2df-ac1e-5d3b-aa74-00ff4eab33c2", + "85716ed2-d37c-4e4a-bd8a-864154bad299", + "85a66538-6c12-4ab4-9679-b1f95001606d", + "85dc3748-6751-482b-b7cd-c1e08f7df5c0", + "85df5aac-75ac-416a-ba8b-b9b0f8b4e619", + "85e09b5b-24a8-4eea-9b0a-8ca17f9db79d", + "861c56b3-6733-5991-863b-31c51fd428c6", + "87fa5eb0-98d2-40ae-8bb1-445d0d2d0c11", + "8822d3e6-d454-500b-b8b6-54c869f2240b", + "8848e80d-192f-5c47-bb3e-ef0d519e1761", + "8881df7f-15da-48a9-8934-a2d65188543e", + "8a62b078-1656-4145-83ee-a54b74b1f566", + "8ad2188f-df5c-53d8-aaca-61b637db4d08", + "8cc41928-cd6a-42e8-91ed-4df865e847c2", + "8cdbf96a-27ae-590c-b967-8a850c760785", + "8d4c4056-6a9b-4c33-907c-66f4351fe7c1", + "8d7b1004-5265-40cd-8912-336d71e0f296", + "8de90a27-1f7c-5651-b3d6-8527c1ed92d6", + "8f3ed51f-9369-59ac-a2bc-70e1af25d169", + "8f63d864-87e5-40f3-8f68-936640010c7d", + "8f920042-b17f-4968-b57a-7f86508226d5", + "8fee28bf-4f9b-4d62-814b-ea97119048ee", + "9005739b-11b7-410d-88ad-e05a765dabd9", + "90072d5b-6333-43b5-a032-dbe72c3e38eb", + "903e21c8-aea0-41fa-9d49-2574fb9d94ba", + "90465f43-bfdf-56d4-a9e1-7a765d60a1fe", + "90ab9fe3-3847-4477-bff8-66db44610c92", + "90bd06b3-c8fd-4ed8-98b4-9bf21e9466f9", + "91a5af73-4a8a-4285-bcbb-42344e18745f", + "91caea03-3c9a-5ba8-9acc-3685e3a6062e", + "9210ccdd-107f-4ef3-9a2d-f9c573788f43", + "9237b659-a7c4-55df-8159-2a7d4a6ad458", + "93107fa2-26df-550c-b450-6269ccf0f5ae", + "939adbf3-850d-591a-a2a8-0bf95c9dedda", + "93a4f15c-e388-4c42-b47a-5f7286793186", + "9403a717-07d2-4510-9f19-77d41747c188", + "9417041b-2952-41d5-b0d8-b42694f4fd4a", + "94259313-d341-4b1f-b9cc-48a760d81c19", + "9447492f-3a6a-4f33-a128-605686ae6d65", + "9487afae-0606-40f8-9770-2bfbc9635829", + "949f9f56-27b9-59dc-9263-6792dfdc964b", + "951a8ffc-69c5-4f7c-8ee8-39b76171f630", + "95c3bed5-a62e-4d0b-aaec-dc931cb779ce", + "96540aa6-2fd5-4102-9b5c-ea0766c3989d", + "96cbabdb-30b4-4c71-9250-bb7efcd9ee1e", + "96d0d820-8df2-47b6-8091-3b0a234c5688", + "96d2674c-2f8f-4495-b95f-a6be448ba8fb", + "9774fb4a-ead0-55a7-b924-d8a5bd83bbcf", + "97ab1a9b-43d0-443d-b25c-228f79cb5666", + "98890737-779e-436b-a305-4c2512de56b9", + "98df7492-84a8-57f5-ad48-d8072c5f595a", + "98f74c7b-abd8-4adc-b68f-f68aa5d3e58c", + "997fecc1-cc72-4357-9a33-8aa2be30d96b", + "99985ea4-d29e-4357-9879-99440a002b49", + "9a4277c3-806b-4906-a777-613f01a51003", + "9b6d349f-774f-56e1-ab6b-938385c60a4f", + "9baa3062-0022-53e2-a3df-14df08c4c66c", + "9bb08d39-3957-4ff7-a20d-cc45a1cb38ab", + "9c25532b-bbac-408a-8b3b-4d7f565f11b9", + "9c6fffe5-0f64-4325-8e2f-8be4fa5417b9", + "9d578de9-08fb-47f8-9bc4-77e9577965e7", + "9d8ad642-95f5-4574-b9fd-a22f147f3809", + "9eb9a3ac-8d35-4ac8-af2a-9272ffa13b97", + "9f54e4ee-7b4c-57df-803a-d960b5da3887", + "9f686a8c-9b49-4b37-9c5e-a6017b4aaf0e", + "a0cf7b57-f8ac-4591-bfe5-a9a2b7416057", + "a0e661e2-dac9-4004-9605-8307c15f831d", + "a0ea22e2-cab6-506d-8211-bb479591a04c", + "a1dbe553-ade6-5ce4-b9f9-77c740891c97", + "a2653332-1aab-49d6-8da8-b5c5fe004e70", + "a3bef94d-a68f-43d4-8cb8-58977b20f849", + "a42125f1-93c2-40c3-9247-ad419a2527e7", + "a428e47e-0081-497b-9c8a-7c852f4eb103", + "a4d115b6-9e08-51fd-9f66-20805421a8db", + "a5a6d033-de94-515c-a742-68e6e1188c2c", + "a69fcb4d-a7ec-4101-9e5a-1959bc3265ae", + "a753faac-75d8-442d-a44d-b0320ba88fe0", + "a7708bfc-0d3d-4c87-bea3-34790a7aad2c", + "a7738486-8b11-4e05-a004-6c931569972f", + "a78f0746-6eed-5b0e-9772-aab4bceec02c", + "a81da3e0-7245-44e8-8034-b9ebab1fcf2f", + "a8674039-068d-4560-aa99-b9481239d4fb", + "a87c5838-140e-40f4-97b0-591aecbe1b3c", + "a9c40eb8-24b6-4436-a3d3-e8035e84f6ae", + "aa76f640-744e-4c50-92af-33c7f54fc7ee", + "aa7c5481-5b46-4267-bcfa-0940dad1bf1c", + "ab5743e9-3eef-48c8-83f4-8458071fb7f4", + "ab887fca-e9b8-529c-9fe2-93595435858d", + "ad3e2c96-e515-431a-a1fa-fc7b57cff8ea", + "ad5b6061-910a-44d0-b8e6-7294d8b9e6d7", + "ae073235-e422-4c3a-8bf4-9892d6e769b3", + "ae38fa93-e50c-4033-a1e9-ac404ede7380", + "ae71343b-df16-49a3-829d-a6e61afdc079", + "aeaa76b1-161d-4d9f-a520-d30e87d9c1d9", + "afe45faa-e5e1-4cf8-8d79-4092dca736bd", + "b13f3346-158d-5509-bc82-3aed1b2c23be", + "b1883730-3304-48c1-904b-eb90ab226168", + "b2b1e2e5-b9f9-4a5f-91c5-ea7cda58cffe", + "b2f7c6e9-087c-5f95-b2c2-6aa9cce695ff", + "b35f53c9-bb50-487e-9548-7961c3e63170", + "b486e644-c56d-4209-b7c7-e56c527306b2", + "b49fb5d4-6f31-4b7d-827e-bc09ed30a167", + "b4d16fe2-eeac-4a26-9cc3-17414b87f3b1", + "b4f3e64c-ff38-5dd3-8656-ee8c06b1c673", + "b544dfff-faa5-4579-b4be-fccb8cf972a4", + "b5e9df12-e333-4754-a01b-c83c4b8f644a", + "b61e4f40-1742-4bbb-a20d-78a934c5f8de", + "b7914794-f8a7-4fba-bb5b-10536eac7d8b", + "b7f87bc7-bb85-5bd8-beae-1d14cd6846ef", + "b8912f33-12a7-4bf8-9f25-e91fbc77517c", + "b913fbad-c5fa-473c-b4a9-ae94e3490593", + "b92aadd5-3603-4e12-a92d-22e1f9757361", + "b9877824-638a-5fde-8196-70317fa1cc19", + "b9b49dd4-471a-4364-bc72-acaa1bcb633d", + "ba005942-3abb-4988-90a4-57747fb05b8b", + "ba276a56-3bdf-42ff-93f4-2920c3a288f9", + "bb2d6938-f6ad-461b-8fa4-eca0e4c040b2", + "bb2edf45-1041-4e38-9ace-ec922a747f80", + "bb8154f5-e9c7-41d1-84dc-bf95c66a9946", + "bbb02342-bad3-5d6c-89fa-1cbaf2e7b5dd", + "bc454c4f-c3b4-565f-be09-44d7523a80de", + "bc583c0e-4336-43d4-a7da-dc7e1f72b50b", + "bc5ba4f6-a3f1-4156-830f-11228df251bc", + "bc6bf485-351c-47c7-9837-d564bd32699b", + "bcee0e35-49c4-4af1-b202-eaf4df226025", + "bcf87efd-2880-49ed-abec-7a176c51ede7", + "bd1a2c8e-dc02-4167-8c73-ffe00e96a42c", + "bd90d9bf-cf73-407b-8e3a-07ef2f9c2fd8", + "be3b1c9a-c417-4c4f-956f-e1162da429b6", + "be3cffb9-150a-4a1e-8f4b-a0afde4eea5a", + "be7a2637-26cf-48ba-bfc5-52fa945d2d88", + "bed46309-3752-4115-a307-8c20d93dce55", + "bf81010d-b56b-4f0e-9fbc-4a27b9901908", + "bfac08a4-0266-4d6b-b8a4-24b57f560017", + "c0c71843-6831-4e91-90cf-cb31d4a4b277", + "c0e0476d-b0c5-434b-9c33-92e52900341d", + "c1102423-264b-4668-9e09-39b105474d6f", + "c1770287-3376-5cc1-a2a2-9676e7f5716e", + "c1ab22ca-2289-4384-82be-a3f16bdf113d", + "c2088136-2f49-5833-b397-16e27d741b5f", + "c27ebc26-f0b4-4f42-8b10-061fb04f77bd", + "c2b3e37f-511e-4e8d-a1b1-ab510204bfcf", + "c301901f-95cd-4a3e-a4df-761fa21e92af", + "c30c31d2-ccfb-4651-8b78-a25a23ab4e95", + "c31aecba-db6a-5229-a729-66269d90ee8a", + "c375c822-c26f-4196-9d4d-586d063a9583", + "c50f0504-73bc-4bd6-8ed3-1dcf0b60549f", + "c5674446-c1fa-5509-a077-a296cf1df801", + "c57bdaec-21df-479e-857e-ddb6f5f78f95", + "c5ab8014-5630-5ce5-9aaf-247e12d4ef6d", + "c6ca5e48-0be8-4b66-ac11-6e25511afe2a", + "c6ce7598-aa0e-5689-b8c3-55109c076a94", + "c7101d0a-844d-580c-b7bf-7223131713e5", + "c79e49e1-62b2-41c4-a3eb-96bbe01a2ed4", + "c7c7643a-be8f-5f84-92ee-26da94393427", + "c88c5a0e-73be-495e-a082-a28db1b1eae2", + "c8d8c14f-4e5e-4911-a386-391fd1153969", + "c98d43fa-1032-4085-be11-1950c5a6856e", + "cbb508b9-a20b-52a1-bf55-026c692c9fcf", + "cbbeeabb-18e8-52bd-896e-af4ed76b1ca7", + "cbc3aef2-aa4d-5cb2-8e23-4e83195f29d4", + "cc38ed0e-ac2c-4d75-99a0-8e2ab7e4256e", + "cc430c2e-f377-5651-aa5d-3dfa30b421cd", + "cc78276c-f893-4aa3-996a-1c5dc2c351c6", + "cd2174ec-d1f0-5cca-a5bc-5070f6736991", + "cd90e8e4-0fc5-4f26-86c6-cef5034f01d3", + "cdba26d8-9b1d-471f-9a08-875a09cbb96b", + "ce37ba6d-9b5a-4573-840c-ee6cec97de9e", + "ce52572d-f7d1-585d-a54f-fc14297d19c0", + "cf419a69-a9d3-4973-88ce-06f4c22ae90c", + "cf6620a8-3a16-46fe-815b-039a8dde9e16", + "cf835034-c34b-4b5d-aac6-8de2e280e959", + "cfa1e5da-607e-49b6-aa0d-8f43702b971f", + "d09272b0-2827-4b7b-9a8c-a63fec7376ca", + "d0a991b4-440b-48ee-87bf-d5613ca9da8b", + "d0baedfe-0556-4c2b-a1a0-d1e28ef07bb5", + "d1b3c364-8f6c-57d2-847c-1b22257f7e87", + "d1bbc8a6-9320-4527-bca3-2dbb172bea38", + "d2b3f3a1-b030-5c80-89d4-42a76db79127", + "d2b4df36-221d-413d-8e9a-b233b72d3832", + "d2fbc3ac-231e-4d92-b35d-a0b94a741937", + "d3142cb9-7285-5185-a5a5-c63d5f3cade8", + "d335dc6e-1d93-471f-867d-9873d12a5b55", + "d3a27ec7-9a17-45d4-b853-4d1cd768856d", + "d3c05176-1d0b-4ce1-b005-0af8c35129cd", + "d3c42b32-d484-458c-ad66-e7e9e7889ee9", + "d41aa539-54ba-5f2e-bfd6-4c9905ee38a1", + "d4b2569d-4f63-41c0-9a11-97068ee3ae68", + "d50fce4b-6645-4c91-bac0-401728be36d8", + "d5744e7d-7ab9-4d86-8a3a-bfc9e96946fc", + "d5b67ef8-2382-42b0-999e-baf1984141f1", + "d64ce807-663f-4a74-89a5-55e313168f35", + "d6505f32-dbd6-4d59-8fd7-0a303f7c1263", + "d6dea6fc-64af-4374-b6d1-383d51aaa00a", + "d79ff5a5-7510-4fa7-9ea1-782c6dc09271", + "d7f083b3-1e02-4838-a7a2-a52bc7bcb1bb", + "d7f0b745-c135-4594-9a4b-a4c66c8a1520", + "d8146d19-442a-5dbe-a075-b3a1ef0ebf07", + "d94541a9-1505-4a33-8ff5-fcb2b19b0d92", + "d9b006ee-9626-517f-baed-e6c7bc8a8686", + "da490be5-56d8-4510-a3c9-c256666fbe4d", + "da70fbc5-f917-483a-990f-a5356da78b50", + "daa5945d-5d1f-4586-9c85-e3fa5af8bfb5", + "dab143f7-7a17-48ba-a7b9-60064444ada5", + "dabbfa84-9a92-448a-a09f-8a2eaf13b958", + "db5c9d93-73ce-400f-809a-cf8649a0a3bb", + "dba60b5a-af86-4fde-8cfc-49b008f5adad", + "dbde50d2-6912-59a2-82b0-3b4014dc988c", + "dbe02baf-4c99-4784-bf03-2ebeeef70288", + "dbe117fc-c5ee-4347-bb8a-1a3fb9c89895", + "dc9ec562-3a71-5e42-b486-4f846ff7fcc0", + "dcaba295-f646-562f-8752-6f6fa634bc4f", + "dd19fdc7-35a9-432f-9a97-670637433eda", + "de694c96-1135-4d40-a44c-88ca899d164c", + "ded9b30e-12df-4998-846a-7cef685e4bd6", + "df1913aa-439c-587d-8192-5e2e66bc5262", + "dfd63958-121b-54a8-9b8b-707f3e28d3da", + "dfe9cbbb-cf19-4e2d-bd3c-70e0d9235f67", + "e0b0252f-8351-5ce3-a804-632a1cd78d28", + "e1b9ecf6-6fd8-4bc1-a28d-e9c9850055af", + "e23d96b7-a271-403e-a29e-b2bdb1949070", + "e29a9b1c-1ea6-4774-876f-765c7ac65d02", + "e3735012-e613-5a77-b38e-68fb27f9fdd7", + "e48d6415-0b7b-4e06-9c7b-861f33c1f1c7", + "e512685e-d15e-4b12-9f7f-e871da115586", + "e512c10b-854a-4c57-8c56-c84c84875664", + "e54680ad-0ebf-50cd-bf66-8d7b888af34c", + "e5ca2d0e-2fd8-4a89-88af-ad54c5f36290", + "e607b72f-3024-4d7e-8292-19d2d53a3a95", + "e6604cbc-c882-5f03-b4d0-807eb969a293", + "e6a532d6-bba0-5304-809c-5fc5f8373529", + "e779b50e-a892-4a0c-af02-2dd400956018", + "e79faefc-5135-4e43-a64d-8db7472d3f2e", + "e7b60260-7ae4-4d5a-b1a4-51622467e4b3", + "e7bd55f0-f6b6-4bfc-9395-35297fffd7d4", + "e7c8ff09-e97d-4b2e-8892-49cabbacb4c2", + "e85fcce7-59a6-593d-a52a-d25b47fafbfe", + "e8cb5e82-22fa-5e54-984e-3d2e4b91a100", + "e8fbe9c1-ab25-4300-a40d-65d0e8f627e0", + "e97d853f-aaf2-4b69-8300-f9aac8111c39", + "e9de5082-46c8-4b26-83c0-7fd480dcb142", + "e9eb59a6-8324-47c7-8d54-4517587c6802", + "ea737bae-7b34-4fb1-96a0-c3375446206c", + "ea7b5ae7-acdc-4d67-8665-c8a0b52da561", + "ea99b549-cd95-445b-a796-a4ccd992491d", + "eb8efbdd-147c-5206-b23c-f561d07335f7", + "ebde6cd6-26b6-40d6-9fa4-efe43d99ee8f", + "ecfd0cb5-5755-5852-b84f-dcaad39a6ddc", + "ed8bc174-30cc-4fa4-9e48-0543b825b1e4", + "ee40ec89-7cd0-5a9f-9f21-a1a4d69f5a1d", + "ee9ad501-69c5-49df-89d2-32ea89591634", + "eed4d335-880b-4735-9d04-cdbf706e3d44", + "eed7135f-d544-4e23-b8c9-266999b4135f", + "ef50dd96-a305-4edd-84e7-aae93377c488", + "f027f9ff-0d24-49e2-b71d-18543a4631f2", + "f0e53f0b-f5b9-4b5e-a168-de936401dc24", + "f17d1da2-2965-4732-a94a-6cd2a58fc873", + "f1903d0b-1cb2-4208-bc20-a37ad8612452", + "f1a64a47-3ed4-4570-99d7-ea6194826b07", + "f1f25c56-1cd7-44e4-8e58-7adafd43529c", + "f264de1c-35b3-5f4e-8d6f-f3a11bd30e93", + "f26c4715-5488-4d7f-ae0e-1c965128fbb1", + "f2b68b09-0776-5913-a34a-0944942c2b87", + "f2ed99b4-a68d-4d54-8c65-9534ad5931b5", + "f2fa48aa-5197-40a8-9c2a-c75c5c5f7264", + "f333416d-7f9e-4e54-9fbb-2ee29d55aed9", + "f3b53d83-7ee7-42db-b2d5-05a792204872", + "f3e0b538-bf64-417d-8746-52d5ad9311be", + "f4183399-0e70-466e-8915-8e4481f9b7d1", + "f4a448a7-bc5a-4014-ab1f-0d1a8cd4e47c", + "f683fadf-dd8c-4cfe-ae8b-34e3af5b74a1", + "f706178d-1afd-4bbb-bb69-12645ec038a6", + "f70a20e6-ad33-424e-b385-bb9a19be000e", + "f895f666-e3ed-4a7e-a7f5-42586a6244ea", + "f8dcbc35-bb0b-4bd4-ae8d-9be72b39dc16", + "f9173d91-b535-40f1-9937-2d0f00f4432f", + "f97aef9d-20fe-4872-88d1-9b44f174a16c", + "fa5185cb-e48d-5ab8-90b8-5499c3a725b6", + "fa78c4ab-4057-45b1-8266-af045ae28535", + "fbbd6c03-df0d-44dd-b383-c1efb83abb2e", + "fbed02e6-1547-469c-b96f-45c61111af53", + "fd0752c7-210b-4acd-a7ef-df7ffcdfbd3d", + "fd0cff96-93f2-4eb4-88f2-991f60542f46", + "fd5a2b33-eebc-41e3-b880-a39736a47a7c", + "fda0ea89-2300-59ed-9125-784883c5e211", + "fe261b23-efd5-445b-8dd4-46e47231ccff", + "fe4686b9-acd3-5237-acf1-1bd9cc0c19c5", + "ff3b3d1c-2ba9-50a9-9ca7-0558012cbe7d", + "ffba13e2-0937-49b3-961a-2ce3055ad5c6", + "ffe830d9-c586-47d1-9bb4-33baed6dcdc7" + ] +} \ No newline at end of file diff --git a/test/indexer/data/ffac201f-4b1c-4455-bd58-19c1a9e863b4.dss.hca.json b/test/indexer/data/ffac201f-4b1c-4455-bd58-19c1a9e863b4.dss.hca.json index cc54819b51..531a7b240e 100644 --- a/test/indexer/data/ffac201f-4b1c-4455-bd58-19c1a9e863b4.dss.hca.json +++ b/test/indexer/data/ffac201f-4b1c-4455-bd58-19c1a9e863b4.dss.hca.json @@ -1,186 +1,6 @@ { - "manifest": [ - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "a6670814", - "indexed": true, - "name": "cell_suspension_0.json", - "s3_etag": "0e44168582f71d0f11b0481b90e825f2", - "sha1": "bb6f2ddc26ce22f8da7af9a0b275926580e19b55", - "sha256": "4e8fc47be35b4cddfb4b49050d019a0b37253c0d95f97de521891062b4987da5", - "size": 853, - "uuid": "0432e9a5-604f-4cb7-8571-014eb5fd8ba2", - "version": "2019-10-09T15:35:11.150000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "828918a3", - "indexed": true, - "name": "specimen_from_organism_0.json", - "s3_etag": "e51e349c5b0d57f6ce0fb5ca9268aa4a", - "sha1": "09247e163e8b992baf4fa034daa368a10cddbe83", - "sha256": "db12c012b8074606a58528588ef674750911179a03383e882d5f5339381dfbc5", - "size": 1313, - "uuid": "caadf4b5-f5e4-4416-9f04-9c1f902cc601", - "version": "2019-10-09T15:32:51.765000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/biomaterial\"", - "crc32c": "be5925f9", - "indexed": true, - "name": "donor_organism_0.json", - "s3_etag": "69dea7e9bf5a3430d75fee85d96a48bd", - "sha1": "b2bbc9b07ac554921368e6e8c0af9c9f306b0ba8", - "sha256": "c11243d3d24084e443d65aa382b616b67827c18f255e5d38198fbb72a852bcb1", - "size": 1519, - "uuid": "e66ac278-96b3-4713-9c5f-5c70b1efb6e3", - "version": "2019-10-09T15:32:49.737000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "da02862e", - "indexed": true, - "name": "sequence_file_0.json", - "s3_etag": "274582e91de58e0657489afd7668a71a", - "sha1": "91da2798201d64313bbeab91df4058f79da6b75a", - "sha256": "6b2a6d9c4f844e810b0fca6a66252038e36860338d01135ce1868f92ecf2b9b8", - "size": 755, - "uuid": "4015da8b-18d8-4f3c-b2b0-54f0b77ae80a", - "version": "2019-10-09T15:52:46.609000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/file\"", - "crc32c": "ca7c8c28", - "indexed": true, - "name": "sequence_file_1.json", - "s3_etag": "bba08b0b123558c57707122214718f75", - "sha1": "38f0d459ed890013739f0e346b05569b3b9d2f8d", - "sha256": "5979c6bd607180a39697403dd963771ce52151f6a412b29b014c1c1b2a78d7ea", - "size": 755, - "uuid": "fa17159e-52ec-4a88-80cf-a3be5e2e9988", - "version": "2019-10-09T15:52:49.512000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/project\"", - "crc32c": "ef89ecd4", - "indexed": true, - "name": "project_0.json", - "s3_etag": "6f48b91d5fe66c2b679432e27b71e93b", - "sha1": "d95c316e832cc732d2bdcb5ea3bb87a8b957ffee", - "sha256": "65b93005fa5752fd6029c3721bf87617af494a494c53b0450000f57d83cde31f", - "size": 16327, - "uuid": "88ec040b-8705-4f77-8f41-f81e57632f7d", - "version": "2019-10-09T15:32:48.934000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "71d800d1", - "indexed": true, - "name": "library_preparation_protocol_0.json", - "s3_etag": "e2703dd0dc102dc50c0b58ac53235ea2", - "sha1": "5ba1336c74d9e025e39fb50e9e7bac2aa6b0c430", - "sha256": "bf677b1ca98243a7dc5f173bff7e978fca4e71be34f051126c57aeeeb405d86e", - "size": 1220, - "uuid": "76a9a285-f79c-4754-bd26-310b80965b8f", - "version": "2019-10-09T15:31:15.989000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "8282b050", - "indexed": true, - "name": "sequencing_protocol_0.json", - "s3_etag": "09a0e7171f3ea49fa441b8e09f0ac769", - "sha1": "12613e48c63f2ae8ec31344b165e3129d5040aad", - "sha256": "d71e202c9731a2b063376f143a52e44e96b2df28b02f72d3f8a46eb3581a20a5", - "size": 833, - "uuid": "63afce7b-829a-491d-a6ed-ab27bf3b4fbc", - "version": "2019-10-09T15:31:15.893000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "6c31d2cc", - "indexed": true, - "name": "dissociation_protocol_0.json", - "s3_etag": "697080ed83400e4425fc1853d011f46f", - "sha1": "0423cfeef2250547c7e0c7f9b56c0fbcb880ec0a", - "sha256": "b806ee15d8ee2eb5ae37858cceb4f0ce4fe8af5dda45c96a4cdd4162f3ce4e13", - "size": 810, - "uuid": "78b86ffb-3c85-4b24-81ae-af54815bf222", - "version": "2019-10-09T15:31:16.106000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "0e537f55", - "indexed": true, - "name": "enrichment_protocol_0.json", - "s3_etag": "30beafa88e211a28f48ffec5fa73c4e1", - "sha1": "def12f5f61990bdea742f5c73ebd5a7718c7f282", - "sha256": "e925667947e42905809ecfcb685d5f86d67ab22618bcdf0646c6f190d1609a46", - "size": 825, - "uuid": "8ec628d3-91d2-46f3-82aa-67c2b831160d", - "version": "2019-10-09T15:31:16.008000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/protocol\"", - "crc32c": "bc14a506", - "indexed": true, - "name": "collection_protocol_0.json", - "s3_etag": "c39cdf83600485985f468f8545161d56", - "sha1": "9b572da3781bcd22bd1e423098931b9c3c7a2bba", - "sha256": "266025a360a2c77e292fb9d3ba8856463a83309a784d227cd3f72ec9c6d40479", - "size": 1434, - "uuid": "a7257865-6a66-472c-bdd1-6314c8a7d4b0", - "version": "2019-10-09T15:31:15.965000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "78bd3ac9", - "indexed": true, - "name": "process_0.json", - "s3_etag": "da342d4085c06ce5e806a60049151754", - "sha1": "b74f143b0235d07e47defe87fd3e0d4c71fe577b", - "sha256": "e56163596ddc3938cfe86685cd68a1851ac6e7206614a3187e5a44837b2709bc", - "size": 467, - "uuid": "74fa0d9c-438f-42b7-94c7-7dd63ab67c12", - "version": "2019-10-09T15:38:24.184000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "07b693bb", - "indexed": true, - "name": "process_1.json", - "s3_etag": "58b83e412e0c133863ff8bd647646ff5", - "sha1": "2b9b75100f0214be88d49ac6a2e3606710e0890e", - "sha256": "bf931deffb81e893a21a4af06014762f32741e5a718837b1723503ed163c7eb2", - "size": 447, - "uuid": "c6598ea5-a7d0-4898-a640-66eb7aba33a4", - "version": "2019-10-09T15:36:21.984000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/process\"", - "crc32c": "f1a3da0b", - "indexed": true, - "name": "process_2.json", - "s3_etag": "c6c6a8dbf6e40c37d4b2e2fad0ed8256", - "sha1": "c300798fad0d2fb6dc24e6775a19f0eac459ec85", - "sha256": "a4940fe935abba9fac026a81d602a05de686be873d36ae807b09a7f143e00d93", - "size": 446, - "uuid": "c7070951-ec8a-492f-a7be-354b5670c056", - "version": "2019-10-09T15:36:21.507000Z" - }, - { - "content-type": "application/json; dcp-type=\"metadata/links\"", - "crc32c": "78d21cea", - "indexed": true, - "name": "links.json", - "s3_etag": "ea8c58448e80259d02399dd65103f32f", - "sha1": "f1fca16d8ecabb2833b896b1994dcbe11a92db03", - "sha256": "e1046b17e04ae20586dccb8b771248f05085bbdc8f719d068554e1368968927f", - "size": 2266, - "uuid": "29b2a53c-299e-4062-a87a-c2aa393fc347", - "version": "2019-10-09T17:22:51.165978Z" - }, - { + "manifest": { + "sequence_file/4015da8b-18d8-4f3c-b2b0-54f0b77ae80a": { "content-type": "application/gzip; dcp-type=data", "crc32c": "49a9085f", "indexed": false, @@ -192,7 +12,7 @@ "uuid": "a8b8479d-cfa9-4f74-909f-49552439e698", "version": "2019-10-09T17:22:51.560099Z" }, - { + "sequence_file/fa17159e-52ec-4a88-80cf-a3be5e2e9988": { "content-type": "application/gzip; dcp-type=data", "crc32c": "dd098625", "indexed": false, @@ -204,9 +24,9 @@ "uuid": "7338932d-edc9-49a9-8dbf-e459a465800f", "version": "2019-10-09T17:22:52.628550Z" } - ], + }, "metadata": { - "cell_suspension_0.json": { + "cell_suspension/0432e9a5-604f-4cb7-8571-014eb5fd8ba2": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/13.3.0/cell_suspension", "schema_type": "biomaterial", "biomaterial_core": { @@ -233,7 +53,7 @@ "schema_minor_version": 3 } }, - "specimen_from_organism_0.json": { + "specimen_from_organism/caadf4b5-f5e4-4416-9f04-9c1f902cc601": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/10.4.0/specimen_from_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -281,7 +101,7 @@ "schema_minor_version": 4 } }, - "donor_organism_0.json": { + "donor_organism/e66ac278-96b3-4713-9c5f-5c70b1efb6e3": { "describedBy": "https://schema.humancellatlas.org/type/biomaterial/15.5.0/donor_organism", "schema_type": "biomaterial", "biomaterial_core": { @@ -336,7 +156,7 @@ "schema_minor_version": 5 } }, - "sequence_file_0.json": { + "sequence_file/4015da8b-18d8-4f3c-b2b0-54f0b77ae80a": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -360,7 +180,7 @@ "schema_minor_version": 2 } }, - "sequence_file_1.json": { + "sequence_file/fa17159e-52ec-4a88-80cf-a3be5e2e9988": { "describedBy": "https://schema.humancellatlas.org/type/file/9.2.0/sequence_file", "schema_type": "file", "file_core": { @@ -384,7 +204,7 @@ "schema_minor_version": 2 } }, - "project_0.json": { + "project/88ec040b-8705-4f77-8f41-f81e57632f7d": { "describedBy": "https://schema.humancellatlas.org/type/project/14.1.0/project", "schema_type": "project", "project_core": { @@ -779,7 +599,7 @@ }, "hca_bionetworks": [] }, - "library_preparation_protocol_0.json": { + "library_preparation_protocol/76a9a285-f79c-4754-bd26-310b80965b8f": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/6.2.0/library_preparation_protocol", "schema_type": "protocol", "protocol_core": { @@ -817,7 +637,7 @@ "schema_minor_version": 2 } }, - "sequencing_protocol_0.json": { + "sequencing_protocol/63afce7b-829a-491d-a6ed-ab27bf3b4fbc": { "describedBy": "https://schema.humancellatlas.org/type/protocol/sequencing/10.1.0/sequencing_protocol", "schema_type": "protocol", "protocol_core": { @@ -842,7 +662,7 @@ "schema_minor_version": 1 } }, - "dissociation_protocol_0.json": { + "dissociation_protocol/78b86ffb-3c85-4b24-81ae-af54815bf222": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/6.2.0/dissociation_protocol", "schema_type": "protocol", "protocol_core": { @@ -863,7 +683,7 @@ "schema_minor_version": 2 } }, - "enrichment_protocol_0.json": { + "enrichment_protocol/8ec628d3-91d2-46f3-82aa-67c2b831160d": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/3.1.0/enrichment_protocol", "schema_type": "protocol", "protocol_core": { @@ -885,7 +705,7 @@ "schema_minor_version": 1 } }, - "collection_protocol_0.json": { + "collection_protocol/a7257865-6a66-472c-bdd1-6314c8a7d4b0": { "describedBy": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/9.2.0/collection_protocol", "schema_type": "protocol", "protocol_core": { @@ -906,7 +726,7 @@ "schema_minor_version": 2 } }, - "process_0.json": { + "process/74fa0d9c-438f-42b7-94c7-7dd63ab67c12": { "process_core": { "process_id": "Cortex2.CCJ15ANXX.SM2_052318p4_D8" }, @@ -920,7 +740,7 @@ "schema_minor_version": 2 } }, - "process_1.json": { + "process/c6598ea5-a7d0-4898-a640-66eb7aba33a4": { "process_core": { "process_id": "process_id_23" }, @@ -934,7 +754,7 @@ "schema_minor_version": 2 } }, - "process_2.json": { + "process/c7070951-ec8a-492f-a7be-354b5670c056": { "process_core": { "process_id": "process_id_4" }, @@ -947,73 +767,74 @@ "schema_major_version": 9, "schema_minor_version": 2 } - }, - "links.json": { - "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", - "schema_type": "link_bundle", - "schema_version": "1.1.5", - "links": [ - { - "process": "74fa0d9c-438f-42b7-94c7-7dd63ab67c12", - "inputs": [ - "0432e9a5-604f-4cb7-8571-014eb5fd8ba2" - ], - "input_type": "biomaterial", - "outputs": [ - "4015da8b-18d8-4f3c-b2b0-54f0b77ae80a", - "fa17159e-52ec-4a88-80cf-a3be5e2e9988" - ], - "output_type": "file", - "protocols": [ - { - "protocol_type": "library_preparation_protocol", - "protocol_id": "76a9a285-f79c-4754-bd26-310b80965b8f" - }, - { - "protocol_type": "sequencing_protocol", - "protocol_id": "63afce7b-829a-491d-a6ed-ab27bf3b4fbc" - } - ] - }, - { - "process": "c6598ea5-a7d0-4898-a640-66eb7aba33a4", - "inputs": [ - "caadf4b5-f5e4-4416-9f04-9c1f902cc601" - ], - "input_type": "biomaterial", - "outputs": [ - "0432e9a5-604f-4cb7-8571-014eb5fd8ba2" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "dissociation_protocol", - "protocol_id": "78b86ffb-3c85-4b24-81ae-af54815bf222" - }, - { - "protocol_type": "enrichment_protocol", - "protocol_id": "8ec628d3-91d2-46f3-82aa-67c2b831160d" - } - ] - }, - { - "process": "c7070951-ec8a-492f-a7be-354b5670c056", - "inputs": [ - "e66ac278-96b3-4713-9c5f-5c70b1efb6e3" - ], - "input_type": "biomaterial", - "outputs": [ - "caadf4b5-f5e4-4416-9f04-9c1f902cc601" - ], - "output_type": "biomaterial", - "protocols": [ - { - "protocol_type": "collection_protocol", - "protocol_id": "a7257865-6a66-472c-bdd1-6314c8a7d4b0" - } - ] - } - ] } - } + }, + "links": { + "describedBy": "https://schema.humancellatlas.org/system/1.1.5/links", + "schema_type": "link_bundle", + "schema_version": "1.1.5", + "links": [ + { + "process": "74fa0d9c-438f-42b7-94c7-7dd63ab67c12", + "inputs": [ + "0432e9a5-604f-4cb7-8571-014eb5fd8ba2" + ], + "input_type": "biomaterial", + "outputs": [ + "4015da8b-18d8-4f3c-b2b0-54f0b77ae80a", + "fa17159e-52ec-4a88-80cf-a3be5e2e9988" + ], + "output_type": "file", + "protocols": [ + { + "protocol_type": "library_preparation_protocol", + "protocol_id": "76a9a285-f79c-4754-bd26-310b80965b8f" + }, + { + "protocol_type": "sequencing_protocol", + "protocol_id": "63afce7b-829a-491d-a6ed-ab27bf3b4fbc" + } + ] + }, + { + "process": "c6598ea5-a7d0-4898-a640-66eb7aba33a4", + "inputs": [ + "caadf4b5-f5e4-4416-9f04-9c1f902cc601" + ], + "input_type": "biomaterial", + "outputs": [ + "0432e9a5-604f-4cb7-8571-014eb5fd8ba2" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "dissociation_protocol", + "protocol_id": "78b86ffb-3c85-4b24-81ae-af54815bf222" + }, + { + "protocol_type": "enrichment_protocol", + "protocol_id": "8ec628d3-91d2-46f3-82aa-67c2b831160d" + } + ] + }, + { + "process": "c7070951-ec8a-492f-a7be-354b5670c056", + "inputs": [ + "e66ac278-96b3-4713-9c5f-5c70b1efb6e3" + ], + "input_type": "biomaterial", + "outputs": [ + "caadf4b5-f5e4-4416-9f04-9c1f902cc601" + ], + "output_type": "biomaterial", + "protocols": [ + { + "protocol_type": "collection_protocol", + "protocol_id": "a7257865-6a66-472c-bdd1-6314c8a7d4b0" + } + ] + } + ] + }, + "stitched": [] } \ No newline at end of file diff --git a/test/indexer/test_indexer.py b/test/indexer/test_indexer.py index f8b485f473..34c395d77b 100644 --- a/test/indexer/test_indexer.py +++ b/test/indexer/test_indexer.py @@ -188,7 +188,7 @@ def _assert_hit_counts(self, def _write_transforms(cls, bundle: HCABundle) -> Tallies: bundle = attr.evolve(bundle, manifest=deepcopy(bundle.manifest), - metadata_files=deepcopy(bundle.metadata_files)) + metadata=deepcopy(bundle.metadata)) transforms = cls.index_service.transform(cls.catalog, bundle, delete=False) contributions, replicas = transforms cls.index_service.replicate(cls.catalog, replicas) @@ -243,15 +243,12 @@ def test_indexing(self): entity_id = ReplicaCoordinates.from_hit(hit).entity.entity_id replicas.append(entity_id) if entity_id == bundle.uuid: - expected = bundle.metadata_files['links.json'] + expected = bundle.links else: expected = one( - m - for m in bundle.metadata_files.values() - if ( - m['schema_type'] != 'link_bundle' - and m['provenance']['document_id'] == entity_id - ) + v + for k, v in bundle.metadata.items() + if EntityReference.parse(k).entity_id == entity_id ) # Replica contents should match the entity # metadata as supplied by the repository @@ -292,7 +289,8 @@ def test_deletion(self): bundle = self._load_canned_bundle(bundle_fqid) bundle = DSSBundle(fqid=bundle_fqid, manifest=bundle.manifest, - metadata_files=bundle.metadata_files) + metadata=bundle.metadata, + links=bundle.links) self.index_service.create_indices(self.catalog) try: self._index_bundle(bundle) @@ -398,9 +396,11 @@ def test_duplicate_notification(self): entity = next(e for e in tallies_1.keys() if e.entity_type != 'bundles') tallies_1.pop(entity) - entity_contents = bundle.metadata_files[ - one(m for m in bundle.manifest if m['uuid'] == entity.entity_id)['name'] - ] + entity_contents = one( + metadata + for ref, metadata in bundle.metadata.items() + if EntityReference.parse(ref).entity_id == entity.entity_id + ) coordinates = [ ContributionCoordinates( entity=entity, @@ -583,7 +583,7 @@ def _patch_bundle(self, bundle: Bundle) -> str: new_file_uuid = str(uuid4()) bundle.manifest = deepcopy(bundle.manifest) file_name = '21935_7#154_2.fastq.gz' - for file in bundle.manifest: + for file in bundle.manifest.values(): if file['name'] == file_name: old_file_uuid = file['uuid'] file['uuid'] = new_file_uuid @@ -601,7 +601,8 @@ def _walkthrough(v): else: assert False, f'Cannot handle values of type {type(v)}' - bundle.metadata_files = _walkthrough(bundle.metadata_files) + bundle.metadata = _walkthrough(bundle.metadata) + bundle.links = _walkthrough(bundle.links) return old_file_uuid def _num_docs_by_index(self, hits) -> Mapping[tuple[str, DocumentType], int]: @@ -1464,9 +1465,9 @@ def mocked_mget(self, body, _source_includes): self.assertEqual(4, len(file_uuids)) for bundle_fqid in bundles: bundle = self._load_canned_bundle(bundle_fqid) - files: JSONs = bundle.metadata_files['file.json']['files'] - for file in files: - file_document_ids.add(file['hca_ingest']['document_id']) + for doc in bundle.metadata.values(): + if doc['content']['schema_type'] == 'file': + file_document_ids.add(doc['hca_ingest']['document_id']) self.assertEqual(file_document_ids, file_uuids) def test_indexing_matrix_related_files(self): @@ -1844,9 +1845,11 @@ def assert_cell_suspension(expected: JSON, hits: list[JSON]): # We patch the project entity to ensure that the project aggregate gets # cell suspensions from both bundles. # - target_metadata = has_cells_bundle.metadata_files - source_metadata = no_cells_bundle.metadata_files - target_metadata['project_0.json'] = source_metadata['project_0.json'] + target_metadata = has_cells_bundle.metadata + source_metadata = no_cells_bundle.metadata + target_project = 'project/ed79221b-9713-44cd-94af-183f88c348cd' + source_project = 'project/6615efae-fca8-4dd2-a223-9cfcf30fe94d' + target_metadata[target_project] = source_metadata[source_project] self._index_bundle(has_cells_bundle) expected = { 'total_estimated_cells': 10000, @@ -2102,7 +2105,7 @@ def test_downstream_entities(self): # The bundles that motivated this test case lack `estimated_cell_count`, # so we inject it here to avoid nulls in the index. - for document in bundle.metadata_files.values(): + for document in bundle.metadata.values(): if document['describedBy'].endswith('/cell_suspension'): document['estimated_cell_count'] = expected_cell_count @@ -2172,7 +2175,7 @@ def test_disallow_manifest_column_joiner(self): bundle_fqid = self.bundle_fqid(uuid='1b6d8348-d6e9-406a-aa6a-7ee886e52bf9', version='2019-10-03T10:55:24.911627Z') bundle = self._load_canned_bundle(bundle_fqid) - project = bundle.metadata_files['project_0.json'] + project = bundle.metadata['project/116965f3-f094-4769-9d28-ae675c1b569c'] contributor = project['contributors'][0] assert contributor['institution'] == 'Lund University' contributor['institution'] += ' || LabMED' diff --git a/test/indexer/test_tdr.py b/test/indexer/test_tdr.py index 175a49e189..62aab9dfe5 100644 --- a/test/indexer/test_tdr.py +++ b/test/indexer/test_tdr.py @@ -336,7 +336,7 @@ def test_subgraph_stitching(self): bundle = self._load_canned_bundle(SourcedBundleFQID(source=self.source, uuid=downstream_uuid, version='2020-08-10T21:24:26.174274Z')) - assert any(e['is_stitched'] for e in bundle.manifest) + assert len(bundle.stitched) > 0 with self.assertLogs(plugin_log, level=logging.DEBUG) as cm: self._test_fetch_bundle(bundle, load_tables=True) record = one(r for r in cm.records if 'Stitched 2 bundle(s): ' in r.message) @@ -356,7 +356,8 @@ def _test_fetch_bundle(self, assert isinstance(emulated_bundle, TDRHCABundle) # Manifest and metadata should both be sorted by entity UUID self.assertEqual(test_bundle.manifest, emulated_bundle.manifest) - self.assertEqual(test_bundle.metadata_files, emulated_bundle.metadata_files) + self.assertEqual(test_bundle.metadata, emulated_bundle.metadata) + self.assertEqual(test_bundle.links, emulated_bundle.links) class TestTDRSourceList(AzulUnitTestCase): diff --git a/test/integration_test.py b/test/integration_test.py index 5376909561..9ab4658126 100644 --- a/test/integration_test.py +++ b/test/integration_test.py @@ -1931,21 +1931,23 @@ def _test_catalog(self, catalog: config.Catalog): metadata_plugin_name = catalog.plugins['metadata'].name if metadata_plugin_name == 'hca': - self.assertEqual({'manifest', 'metadata'}, bundle_json.keys()) - manifest, metadata = bundle_json['manifest'], bundle_json['metadata'] - self.assertIsInstance(manifest, list) + self.assertEqual({'manifest', + 'metadata', + 'links', + 'stitched'}, bundle_json.keys()) + manifest = bundle_json['manifest'] + metadata = bundle_json['metadata'] + links = bundle_json['links'] + stitched = bundle_json['stitched'] + self.assertIsInstance(manifest, dict) self.assertIsInstance(metadata, dict) - manifest_files = sorted(e['name'] for e in manifest if e['indexed']) - metadata_files = sorted(metadata.keys()) - - if catalog.plugins['repository'].name == 'canned': - # FIXME: Manifest entry not generated for links.json by - # StagingArea.get_bundle - # https://github.com/DataBiosphere/hca-metadata-api/issues/52 - assert 'links.json' not in manifest_files - metadata_files.remove('links.json') - - self.assertListEqual(manifest_files, metadata_files) + self.assertIsInstance(links, dict) + self.assertIsInstance(stitched, list) + metadata_ids = { + EntityReference.parse(ref).entity_id + for ref in metadata.keys() + } + self.assertIsSubset(set(stitched), metadata_ids) elif metadata_plugin_name == 'anvil': self.assertEqual({'entities', 'links'}, bundle_json.keys()) entities, links = bundle_json['entities'], bundle_json['links'] diff --git a/test/service/test_manifest.py b/test/service/test_manifest.py index 0bd177bfbb..4513bbbe75 100644 --- a/test/service/test_manifest.py +++ b/test/service/test_manifest.py @@ -29,7 +29,6 @@ ) from typing import ( Optional, - cast, ) from unittest.mock import ( MagicMock, @@ -70,6 +69,9 @@ from azul.indexer import ( SourcedBundleFQID, ) +from azul.indexer.document import ( + EntityReference, +) from azul.json import ( copy_json, json_hash, @@ -108,7 +110,6 @@ JSON, JSONs, MutableJSON, - MutableJSONs, ) from indexer import ( AnvilCannedBundleTestCase, @@ -355,27 +356,28 @@ def _shared_file_bundle(self, bundle): type. """ bundle = self._load_canned_bundle(bundle) + new_specimen_id = '5275e5a0-6043-4ec9-86a1-6c1140cbeede' old_to_new = { # process '4da04038-adab-59a9-b6c4-3a61242cc972': '61af0068-1418-46e7-88ef-ab310e0ceaf8', # cell_suspension 'd9eaaffe-4c93-5503-984f-762e8dfddce4': 'd6b3d2ab-5715-4486-a544-ac09fafac279', # specimen - '224d3750-f1f7-5b04-bbce-e23f09eea7d7': '5275e5a0-6043-4ec9-86a1-6c1140cbeede', + '224d3750-f1f7-5b04-bbce-e23f09eea7d7': new_specimen_id } - manifest = self._replace_uuids(bundle.manifest, old_to_new) - metadata_files = self._replace_uuids(bundle.metadata_files, old_to_new) + metadata = self._replace_uuids(bundle.metadata, old_to_new) # Change organ to prevent cell_suspensions aggregating together - metadata_files['specimen_from_organism_0.json']['organ'] = { + metadata[f'specimen_from_organism/{new_specimen_id}']['organ'] = { 'text': 'lung', 'ontology': 'UBERON:0002048', 'ontology_label': 'lung' } - assert isinstance(manifest, list) + links = self._replace_uuids(bundle.links, old_to_new) return DSSBundle(fqid=self.bundle_fqid(uuid=old_to_new[bundle.uuid], version=bundle.version), - manifest=cast(MutableJSONs, manifest), - metadata_files=metadata_files) + manifest=bundle.manifest, + metadata=metadata, + links=links) def _replace_uuids(self, object_: JSON, @@ -395,13 +397,14 @@ def _add_ageless_donor(self, bundle): bundle = self._load_canned_bundle(bundle) # Since most of the metadata is duplicated (including biomaterial_id) # the donor_count will not increase. - duplicate_donor = deepcopy(bundle.metadata_files['donor_organism_0.json']) + old_donor_id = '9173ee6a-f1b2-5762-9272-3433b5ef7530' + duplicate_donor = deepcopy(bundle.metadata[f'donor_organism/{old_donor_id}']) del duplicate_donor['organism_age'] del duplicate_donor['organism_age_unit'] donor_id = '0895599c-f57d-4843-963e-11eab29f883b' duplicate_donor['provenance']['document_id'] = donor_id - bundle.metadata_files['donor_organism_1.json'] = duplicate_donor - donor_link = one(ln for ln in bundle.metadata_files['links.json']['links'] + bundle.metadata[f'donor_organism/{donor_id}'] = duplicate_donor + donor_link = one(ln for ln in bundle.links['links'] if one(ln['inputs'])['input_type'] == 'donor_organism') new_donor_reference = { 'input_id': donor_id, @@ -549,29 +552,30 @@ def test_compact_manifest(self): # Duplicate one of the files into a minimal mock bundle to test # redundant file contributions from different bundles (for example due # to stitching) - files_names = { - 'supplementary_file_1.json', - 'SmartSeq2_RTPCR_protocol.pdf', - 'links.json', - 'project_0.json' + entity_ids = { + '89e313db-4423-4d53-b17e-164949acfa8f', # Supplementary file + '67bc798b-a34a-4104-8cab-cad648471f69', # Project } - manifest = [ - entry - for entry in bundle.manifest - if entry['name'] in files_names - ] - metadata_files = { - file_name: copy_json(content) - for file_name, content in bundle.metadata_files.items() - if file_name in files_names + manifest = { + ref: entry + for ref, entry in bundle.manifest.items() + if EntityReference.parse(ref).entity_id in entity_ids + } + metadata = { + ref: copy_json(content) + for ref, content in bundle.metadata.items() + if EntityReference.parse(ref).entity_id in entity_ids } # This is an older bundle so there are no supplementary file links. # The existing links reference entities that weren't copied to the mock bundle. - metadata_files['links.json']['links'].clear() - self._index_bundle(DSSBundle(fqid=self.bundle_fqid(uuid='b81656cf-231b-47a3-9317-10f1e501a05c', - version='2000-01-01T01:00:00.000000Z'), + links = bundle.links + links['links'].clear() + new_bundle_fqid = self.bundle_fqid(uuid='b81656cf-231b-47a3-9317-10f1e501a05c', + version='2000-01-01T01:00:00.000000Z') + self._index_bundle(DSSBundle(fqid=new_bundle_fqid, manifest=manifest, - metadata_files=metadata_files)) + metadata=metadata, + links=links)) filters = { 'fileId': { @@ -1330,21 +1334,25 @@ def test_manifest_content_disposition_header(self): self.assertEqual(expected_cd, actual_cd) def test_verbatim_jsonl_manifest(self): - expected = [ - { - 'type': replica_type, - 'value': bundle.metadata_files[key], - } - for bundle in map(self._load_canned_bundle, self.bundles()) - for replica_type, key in [ - ('links', 'links.json'), - ('cell_suspension', 'cell_suspension_0.json'), - ('project', 'project_0.json'), - ('sequence_file', 'sequence_file_0.json'), - ('sequence_file', 'sequence_file_1.json'), - ('specimen_from_organism', 'specimen_from_organism_0.json') - ] - ] + expected = [] + for bundle in self.bundles(): + bundle = self._load_canned_bundle(bundle) + expected.append({ + 'type': 'links', + 'value': bundle.links + }) + for ref in [ + 'cell_suspension/412898c5-5b9b-4907-b07c-e9b89666e204', + 'project/e8642221-4c2c-4fd7-b926-a68bce363c88', + 'sequence_file/70d1af4a-82c8-478a-8960-e9028b3616ca', + 'sequence_file/0c5ac7c0-817e-40d4-b1b1-34c3d5cfecdb', + 'specimen_from_organism/a21dc760-a500-4236-bcff-da34a0e873d2' + ]: + expected.append({ + 'type': EntityReference.parse(ref).entity_type, + 'value': bundle.metadata[ref], + }) + response = self._get_manifest(ManifestFormat.verbatim_jsonl, {}) self.assertEqual(200, response.status_code) self._assert_jsonl(expected, response) diff --git a/test/service/test_response.py b/test/service/test_response.py index 7606ce6c5b..a7b236500d 100644 --- a/test/service/test_response.py +++ b/test/service/test_response.py @@ -1835,7 +1835,7 @@ def test_contributors_order(self): # First assert the order of the contributors in the indexed bundle bundle = self.indexed_bundles[bundle_uuid] assert isinstance(bundle, HCABundle) - project = bundle.metadata_files['project_0.json'] + project = bundle.metadata['project/250aef61-a15b-4d97-b8b4-54bb997c1d7d'] self.assertEqual(project_id, project['provenance']['document_id']) actual = [c['email'] for c in project['contributors']] self.assertEqual(expected, actual)